.login-content {
    margin: 8rem auto;
    /*height: 700px;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    width: 680px;
    height: 600px;
    padding: 1rem 2rem;
    margin-left: 2rem;
}

.login-img-block {
    width: 600px;
    height: 600px;
}

.login-img-block img {
    width: 100%;
    height: 100%;
}

.bottom-help-block {
    text-align: left;
    margin-top: 5rem;
    padding-left: 1rem;
    border-top: 1px solid #DEE6F0;
}

.bottom-help-title {
    font-size: 1rem;
    color: #666666;
    margin-top: 2rem;
}

.bottom-help-content {
    font-size: 14px;
    color: #999999;
    margin-top: 19px;
}

.bottom-help-content-btn {
    font-size: 14px;
    color: #d21e10 !important;
    text-decoration: none;
    cursor: pointer;
}


/*============*/
.login-div{
    text-align:  center;
}

.switch-btn {
    border-bottom: 1px solid #d2d2d2;
}

.switch-btn-split {
    border-left: 1px solid #d2d2d2;
    height: 20px;
    display: inline-block;
    margin: 0 72px;
}

.switch-btn a {
    display: inline-block;
    font-size: 1.25rem;
    text-decoration: none;
}

.password-btn {
    color: #666;
    padding: 1.25rem 2.1rem;
}

.password-btn.active {
    color: #d21e10;
    border-bottom:2px solid #d21e10;
}

.password-btn:hover {
    color: #d21e10;
    border-bottom:2px solid #d21e10;
}

.vercode-btn {
    color: #666;
    padding: 1.25rem 2.1rem;
    /*border-bottom:1px solid #d2d2d2;*/
}

.vercode-btn.active {
    color: #d21e10;
    border-bottom:2px solid #d21e10;
}

.vercode-btn:hover {
    color: #d21e10;
    border-bottom:2px solid #d21e10;
}

.nav-title{
    /*padding-top: 3.75rem;*/
    padding-top: 4.75rem;
    padding-bottom: 2.5rem;
    font-size: 1.75rem;
    color: #333;
    text-align: center;
}

.login-way-show {
    margin-top: 72px;
}

.login-way-hide {
    margin-top: 72px;
    display: none;
}

.mid-con{
    padding-top: 4.375rem;
    border: 1px solid #e2e2e2;
    background-color:rgba(252,252,252,0.8);
    height: 500px;
}

.alert-div {
    text-align: center;
    color: red;
    font-size: 1rem;
}

.section-area {
    text-align: center;
}

.section-1 {
    margin-top: 1.625rem;
}

.section-2 {
    margin-top: 1.875rem;
}

.section-vertip {
    margin-top: 1rem;
}

.con-1 {
    display: inline-block;
    position: relative;
    /*width: 50%;*/
    left: -2.5rem;
}

.con-2 {
    display: inline-block;
    position: relative;
    /*width: 50%;*/
    left: -2.5rem;
}

.login-left {
    display: inline-block;
    width: 4.375rem;
    text-align: right;
}

.star-div {
    font-size: 1rem;
    color: #d21e10;
}

.label-div {
    font-size: 1.125rem;
    color: #333;
}

.layout-table{
    width: 100%;
    border-collapse: collapse;
}

.layout-table tr td:NTH-CHILD(1){
    width:33.8%;
    text-align: right;
    font-size: 1rem;
    color:#333;
    padding-bottom: 1.25rem;
}

.layout-table tr td:NTH-CHILD(2){
    padding-left: 1.375rem;
    text-align: left;
    padding-bottom: 1.25rem;
}


.input-box{
    width: 23.15rem;
    height: 2.125rem;
    border:1px solid #DFE1E6;
    border-radius: 5px;
    font-size: 0.875rem;
    padding-left:1rem;
    margin-left: 1rem;
    color: #333;
}

/*.input-box:focus {*/
/*    outline: 1px solid #d21e10;*/
/*}*/

input::-webkit-input-placeholder{
    color: #999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #999;
}

.out-afterdiv{
    display: inline-block;
    padding-left: 0.625rem;
}

.verifyCode_btn{
    display:inline-block;
    width: 6rem;
    margin-left: 0.625rem;
    border: 1px solid #d21e10;
    border-radius: 5px;
    text-align:  center;
    font-size: 0.875rem;
    color: #d21e10;
    height: 2.125rem;
    line-height: 2.125rem;
    cursor: pointer;
}

.checkCode-div{
    display: inline-block;
    width: 11%;
    margin-left: 0.625rem;
}


.font_btn{
    color: #1c79eb !important;
    font-size: 1rem;
    cursor: pointer;
}

.font_btn:hover{
    color: #d21e10 !important;
}

.autoCheck + label{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image:  url(../images/checkBox.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    marign: 0;
    position: relative;
    top: 6px;
    cursor: pointer;
}

.autoCheck + label + span{
    font-size: 1.125rem;
    color: #676767;
}

.autoCheck:checked + label{
    background-image: url(../images/checkBox-selected.png);
}

.autoCheck:checked + label + span{
    color: #d21e10 !important;
}

.autoCheck:checked  + label + span  a.font_btn{
    color: #d21e10 !important;
}

.click_btn {
    display:inline-block;
    background-color: #f24141;
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    text-align:  center;
    width: 23.15rem;
    height: 2.25rem;
    line-height: 2.25rem;
    cursor: pointer;
}

.click_btn:hover {
    background-color: #d21e10;
    color: #fff;
}

.outer-box{
    /*padding-bottom: 15rem;*/
    background-color: #fff;
    /*background: url(../images/register-background.png);*/
    /*background-size: 100% 100%;*/
}

.resetPass-title{
    padding-bottom: 2.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: #333;
}

.star-fnt{
    color: #fc4a4a;
    margin-right: 0.625rem;
}

.login-bottom-btn{
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.login-bottom-btn:hover{
    color: #d21e10;
}

.light{
    border-color: #d21e10;
}

.submit-div {
    display: inline-block;
    position: relative;
    margin-top: 1rem;
    margin-left: 1rem;
    border-radius: 5px;
}

.submit-btn-mask {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
}

.operate-div {
    display: inline-block;
    width: 23.125rem;
    margin-left: 1rem;
    text-align: right;
}

.register-btn {
    margin-left: 2.5rem;
}

.about-subHeader,
.contact-subHeader {
    border-right: 0.06rem solid #cacaca;
    border-bottom: 0.06rem solid #cacaca;
    border-left: 0.06rem solid #cacaca;
}

/* .outer-header {
	display: none;
} */

.header-active {
    display: block;
}

.input-afterdiv{
    display: none;
    position: absolute;
    height: 2.125rem;
    width: 20rem;
    line-height: 2.125rem;
    margin-left: .625rem;
    text-align: left;
}

.show-input-afterdiv{
    display: inline-block;
}

.cue-font{
    margin-left: .25rem;
    margin-top: -2px;
    font-size: 1rem;
    color: #d21e10;
    vertical-align: middle;
    display: inline-block;
}

.input-succ-afterdiv{
    display: none;
    position: absolute;
    height: 2.125rem;
    width: 20rem;
    line-height: 2.125rem;
    margin-left: .625rem;
    text-align: left;
}

.show-input-succ-afterdiv{
    display: inline-block;
}

.cue-succ-font{
    margin-left: .25rem;
    margin-top: -2px;
    font-size: 1rem;
    color: #666;
    vertical-align: middle;
    display: inline-block;
}

.input-div {
    position: relative;
    display: inline-block;
}

.get-vercode-btn {
    right: 0.7rem;
    top: 0.4rem;
    position: absolute;
    color: #333;
    font-size: 0.875rem;
    text-decoration: none;
}

.get-vercode-btn:hover {
    color: #d21e10;
}

.get-vercode-btn:focus {
    color: #d21e10;
}

.section-subtip {
    margin-top: 0.8rem;
    visibility: hidden;
}

.subtip-div {
    position: relative;
    text-align: left;
    left: 11.8rem;
    line-height: 1rem;
    font-size: 1rem;
    color: #d21e10;
}



