.bgfixed{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("/images/bg.png") no-repeat center;
    background-size: cover;
}

#sendCode {
    width: 100%;
    height: 100%;
    background-color: #b92222;
    border: none;
    color: #fff;
}

input{
    outline: none;
    font-size: 16px;
    color: #666;
}
input::-webkit-input-placeholder{
    color:#9c9c9c;
}

.loginWrap{
    width: 460px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    padding: 60px 40px 78px 40px;
    border-radius: 10px;
}

.logoImg {
    /* width: 182px; */
    margin: 0 auto;
    margin-bottom: 45px;
    text-align: center;
    color: #c8152d;
    font-weight: bold;
    font-family: "Adobe Devanagari";
    font-size: 36px;
}
.logoImg img{
    width: 100%;
}
.inputCol{
    position: relative;
    width: 380px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.inputCol input{
    height: 52px;
    line-height: 52px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    outline: none;
    text-indent: 40px;


}


.checkCodeWrap{



}

.checkInput{
    float: left;
    width: 220px;
    margin-right: 20px;

}
.checkInput input{
    width: 100%;
    background: #f8f8f8;
    border-radius: 10px;
    height: 52px;
    line-height: 52px;
    padding: 10px;
    border: 1px solid #f8f8f8;
    text-indent: 10px;
}

.codeWrap{
    width: 140px;
    float: left;
    height: 52px;
    border-radius: 10px;
}

.codeWrap img{

    width: 100%;
    height: 100%;
    cursor: pointer;
}

.rememberMe{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
    padding-top: 10px;
    padding-bottom: 20px;


}

.rememberMe span{
    display: inline-block;
    width: 16px;
    vertical-align: -3.5px;
    margin-right: 10px;
}

.rememberMe span img{
    width: 100%;
    display: none;

}
.rememberMe span img.notRememberMeCol{
    display: block;

}
.rememberMe label{
    font-size: 14px;
    font-weight: normal;
    color: #a1a1a1;
}

.rememberMe input:checked + label span img.rememberMeCol{
    display: block;
}
.rememberMe input:checked + label span img.notRememberMeCol{
    display: none;
}

.loginButton{
    text-align: center;
}

.logoutButton{
    display: none;
    text-align: center;
}

.loginButton button{
      width: 380px;
      text-align: center;
      line-height: 52px;
      height: 52px;
      color: #fff;
      background: #c8152d;
      border-radius: 10px;
      border: none;
      outline: none;
  }

.logoutButton button{
    width: 380px;
    text-align: center;
    line-height: 52px;
    height: 52px;
    color: #c8152d;
    border: 1px solid #c8152d;
    background: #fff;
    border-radius: 10px;
    outline: none;
    margin-top: 10px;
}


.inputColIcon{
    position: absolute;
    width: 30px;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

.inputColIcon img{
    width: 100%;

}
.inputColIcon .selected{
    display: none;
}
.inputCol input:focus{
    border: 1px solid #c8152d;
}
.inputCol input:focus + .inputColIcon .selected{
    display: block;
}
.inputCol input:focus + .inputColIcon .normal{
    display: none;
}

.checkInput input:focus{
    border: 1px solid #c8152d;
}



.loginContentWrap{
    position: fixed;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);


}



.loginImgBg{

    width: 1208px;
    margin: 0 auto;
    position: relative;

}

.loginImgBg img{
    width: 100%;
    display: block;

}


.loginContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 0;
}

.loginInputWrap{
    width: 756px;
}

.loginIntro{
    width:310px;
}

.loginInputWrap{
    float: left;
}

.loginIntro{
    float: left;
    position: relative;
    top: 42%;
    transform: translateY(-50%);
    left: 28px;
}
.loginIntro .textCol{
    font-size: 22px;
    font-family: SimHei;
    color: #fff;
    margin-bottom: 10px;

}

.loginIntro .textHead{
    font-size: 32px;
    text-align: center;
    color: #f97504;
}

.loginIntro .textBody{
    text-indent: 44px;
    color: #f97504;
}

.loginInputWrap .logoWrap{
    width: 490px;
    margin-left: 185px;
    margin-top: 65px;
}

.loginInputWrap .logoWrap .logoImg{
    float: left;
    width: 415px;
    margin-bottom: 25px;
    margin-left: 27px;
    margin-top: -50px;
}

.loginInputWrap .logoWrap .logoImgHead{
    width: 60px;
    margin-top: -50px;
    margin-left: -60px;
}

.logoWrap .logoImg img{
    width: 100%;
}
.logoWrap .line{

    float: left;
    width: 3px;
    height: 70px;
    background: #bfbfbf;
    margin: 0 24px;

}

.logoWrap .logoIntro{

    float: left;
    font-size: 45px;
    color: #000000;
    font-family: SimHei;

}

.loginInputWrap .inputCol{
    width: 395px;
    margin-left: 225px;

}

.loginInputWrap .inputCol input{

    background: #ffffff;
    border: 1px solid #ffffff;
    border-bottom: 2px solid #bfbfbf;
    border-radius: 0;
    padding: 13px 10px;
    text-indent: 30px;

}


.loginInputWrap .inputColIcon{
    left: 3px;

}

.loginInputWrap .inputCol input:focus{

    border-bottom: 2px solid #c8152d;

}

.loginInputWrap .rememberMe{
    width: 100px;
    margin-left: 233px;
    padding-top: 0;
    padding-bottom: 28px;
}
.loginContentWrap .loginButton{
    width: 278px;
    margin-left: 276px;
}

.loginContentWrap .loginButton button{
    width: 278px;
    border-radius: 150px;
    height: 59px;
    line-height: 59px;
    font-size: 20px;
    font-family: SimHei;

}

.loginContentWrap .logoutButton{
    width: 278px;
    margin-left: 276px;
}

.loginContentWrap .logoutButton button{
    width: 278px;
    border-radius: 150px;
    height: 59px;
    line-height: 59px;
    font-size: 20px;
    font-family: SimHei;
}