.bg {
    background: url(/1.0/index/images/bg7.jpg) left top no-repeat;
	background-size: cover;
    background-size: 100% 100%;
    font-family: 'Microsoft YaHei', "Arial" !important;
    font-size: 62.5%;
    padding: 0;
    margin: 0;
    color: #444;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

input {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

input::placeholder {
    font-size: 16px;
    color: #CCCCCC;
}

p,
h3 {
    margin: 0;
    padding: 6px;
}

.login-container {
    width: 100%;
}

.login-container .left-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 34px 0 0 48px;
}

.left-container > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: none;
}

.left-container > div p {
    font-size: 16px;
    font-weight: 400;
    color: red;
}

.login-container .container {
		position: absolute;
		right: 13%;
		width: 30%;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 auto;
		font-size: 14px;
		color: #333333;
		font-weight: 400;
        height: auto;
}

.login-content .text-content {
    /*float: left;*/
    /*width: 45%;*/
    /* border-left: 1px solid #E5E5E5; */
}

.login-content .text-content form {
    padding:45px 32px;
    background-color: #fff;
    width: 100%;

}

.form-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 0px 0 30px;
}

.form-header .form-header-prev {
    font-size: 24px;
}

.form-header .form-header-back select {
    font-size: 16px;
    font-weight: 400;
    border: 0;
}

.form-header .form-header-back select:focus {
    outline: 0;
}

.form-content {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
}

.form-content:last-child {
    border: 0;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-content input {
    border: 0;
}

.clear-img {
    position: absolute;
    right: 13px;
    top: 45px;
    margin: 0;
    display: none;
}

.form-content .form-style {
    height: 13px;
    padding: 11px 0;
    width: 97%;
    padding-left: 5px;
    margin-top: 15px;
    border: 0;
    cursor: pointer;
}

.form-content .captcha-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.captcha-div .captcha-img {
    width: 130px;
    height: 35px;
}

#captche {
    margin: 0;
}

.form-content .form-style:focus {
    box-shadow: inset 0 0 0 1px #6a16d7;
}

.text-content {
    padding: 0 0 0 25%;
    min-width: 300px;
}

.form-content .code {
    width: 55%;
    float: left;
}

.form-content .btn-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 9px 18px;*/
    margin: 0;
    border: 0;
    /* line-height: 40px; */
    height: inherit;
    background: #6E20D1;
    border-radius: 3px;
    font-size: 8px;
    cursor: pointer;
    width: 100%;
    height: 50px;
}

.form-content .btn {
    padding: 0;
    padding-right: 0px;
    margin: 0;
    border: 0;
    color: #fff;
    /* width: 71px; */
    /* line-height: 40px; */
    background: transparent;
    height: inherit;
    font-size: 16px;
}

.form-content .btn-submit:hover,
.form-content .btn-submit:focus {
    background-color: #6a16d7;
}

.form-content .link-forget {
    font-size: 14px;
    text-decoration: none;
    color: rgba(204, 204, 204, 1);
    cursor: pointer;
}

.form-bottom {
    font-size: 12px;
    bottom: 10px;
    padding: 5px 30px;
    width: 100%;
    text-decoration: none;
    color: #666;
    text-align: right;
    width: 100%;
}

.form-bottom span {
    float: left;
    cursor: pointer;
}

.submit-icon {

}

.captcha-div .captcha-img {
    position: relative;
}

.captcha-right-hover {
    display: none;
    position: absolute;
    width: 125px;
    height: 35px;
    top: 0px;
    left: 0px;
    background-color: rgba(204, 204, 204, 0.5);
}

.captcha-wrong-hover {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    left: 130px;
}

.captcha-right-icon,
.captcha-wrong-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    left: 50%;
    margin-top: -12px;
    top: 50%;
}