html,body{
    height: 100%;
    width: 100%;
}
.xj-school-container{
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    min-height: 790px;
    background: url("../img/dl_bj.png")no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.login-content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    margin: auto;
    margin-left: -600px;
    margin-top: -400px;
}
.login-header{
    width: 100%;
    height: 120px;
    background: url("../img/xj_logo.png")no-repeat;
    /*margin-bottom: 60px;*/
    margin-bottom: 40px;
}
.login-main{
    /*margin-bottom: 100px;*/
    margin-bottom: 60px;
}
.login-main-box{
    border-radius: 4px;
    box-shadow:0 2px 20px rgba(0,0,0,.2);
    overflow: hidden;
}
.wenzi-bg{
    width: 540px;
    height: 210px;
    background: url("../img/dl_wenzi_2.png")no-repeat;
    margin-right: 20px;
    margin-top: 64px;
}
.login-box{
    width: 348px;
    /*height: 446px;*/
    height: 392px;
    /*padding: 10px 10px 50px 30px;*/
    padding: 10px 10px 0 30px;
    /*border-radius: 4px;*/
    background-color: #fff;
    /*box-shadow:0 2px 20px rgba(0,0,0,.2);*/
    box-sizing: border-box;
}
.pc-box,.erweima-box{
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.erweima-box{
    display: none;
}

.change-img{
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.change-img-erweima{
    background: url("../img/dl_erwm.png")no-repeat;
}
.change-img-pc{
    background: url("../img/dl_pc.png")no-repeat;
}
.pc-title{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: bold;
    color: #3b8cfd;
    line-height: 64px;
    cursor: default;
}
.pc-title:after{
    display: block;
    width: 66px;
    height: 2px;
    margin-bottom: -1px;
    content: "";
    background-color: #3b8cfd;
}
input::-webkit-input-placeholder{
    font-size: 14px;
    color: #8d9498;
    line-height: 38px;
    font-family: "microsoft yahei";
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #8d9498;
    line-height: 38px;
    font-family: "microsoft yahei";
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #8d9498;
    line-height: 38px;
    font-family: "microsoft yahei";
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #8d9498;
    line-height: 38px;
    font-family: "microsoft yahei";
}
.login-input-style{
    width: 100%;
    height: 40px;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    font-family: "microsoft yahei";
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.login-input-style:focus{
    border-color: #3b8cfd;
}
.margin-b-20{
    margin-bottom: 20px!important;
}
.margin-b-30{
    margin-bottom: 30px!important;
}
.margin-b-44{
    margin-bottom: 44px!important;
}
.err-msg{
    padding-top: 10px;
    font: normal normal 12px/20px "microsoft yahei";
    color: #fb4342;
}
.btn-submit{
    width: 100%;
    height: 42px;
    margin-top: 20px;
    font: normal bold 16px/42px "microsoft yahei";
    text-align: center;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: none;
    background-color: #3b8cfd;
}
.btn-submit:hover{
    background-color: #1673f4;
}
.btn-forget-pwd{
    float: right;
    font: normal normal 14px/26px "microsoft yahei";
    color: #8d9498;
    text-align: right;
    cursor: pointer;
    width: 60px;
}
.login-erweima{
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
}
.img-erweima-login{
    height: 100%;
    width: 100%;
}
.erweima-info{
    font: normal normal 14px/60px "microsoft yahei";
    color: #333;
    text-align: center;
    cursor: default;
}
.refresh-erweima{
    width: 120px;
    font: normal normal 14px "microsoft yahei";
    color: #333;
    text-align: center;
    margin: auto;
    cursor: pointer;
    margin-top: 20px;
}
.login-footer{
    text-align: center;
}
.icon-item{
    width: 20px;
    height: 20px;
    margin-left: 14px;
    margin-top: 10px;
}
.ie-msg{
    margin-left: 4px;
}
.footer-box{
    display: inline-block;
    font: normal normal 14px/40px "microsoft yahei";
    color: #fff;
}
.mask-bg-img{
    display: none;
}
.erweima-cg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: url("../img/ewm_cg.png");
}
.erweima-logining{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: url("../img/ewm_dlz.png");
}
.erweima-sx{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: url("../img/ewm_sx.png");
}
.return-btn{
    position: absolute;
    right: 0;
    top: 40px;
    width: 150px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    font-family: SFMono-Regular;
    text-align: center;
    color: #3b8cfd!important;
    border: 2px solid #3b8cfd;
    border-radius: 20px;
    text-decoration: none;
    box-sizing: border-box;
}
.ewm-download-content{
    position: absolute;
    /*bottom: 45px;*/
    /*right: 440px;*/
    top: 40px;
    right: 170px;
}
.ewm-download-text{
    position: relative;
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    /*text-align: center;*/
    text-align: left;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
}
/*.android-box{*/
    /*margin-right: 30px;*/
/*}*/
.android-box,.ios-box{
    position: relative;
}
.android-text{
    /*padding-left: 33px;*/
    padding-left: 46px;
}
.ios-text{
    padding-left: 20px;
}
.ewm-download-text .bg-img{
    position: absolute;
    /*top: 2px;*/
    top: 9px;
    width: 18px;
    height: 18px;
}
.android-text .bg-img{
    left: 18px;
}
.ios-text .bg-img{
    left: 20px;
}
.ewm-bg-img{
    position: absolute;
    /*bottom: 62px;*/
    top: 51px;
    display: none;
    width: 150px;
    height: 160px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    z-index: 10;
    box-shadow:0 2px 20px rgba(0,0,0,.2);
}
.ewm-bg-img:after {
    position: absolute;
    /*bottom: -10px;*/
    /*left: 70px;*/
    top: -10px;
    left: 65px;
    display: block;
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.android-box:hover .ewm-bg-img,.ios-box:hover .ewm-bg-img{
    display: block;
}
.android-box:hover .ewm-download-text,.ios-box:hover .ewm-download-text{
    background-color: #3b8cfd;
    color: #fff;
    border-color:#3b8cfd;
}
.ewm-download-icon{
    width: 110px;
    height: 110px;
}
.ewm-bg-img>p{
    position: absolute;
    bottom: 5px;
    width: 110px;
    line-height: 25px;
    font-size: 12px;
    font-family: SFMono-Regular;
    color: #666;
    text-align: center;
}
/*20201228add*/
.question-item-box {
    width: 400px;
}
.question-item-box>ul {
    width: 100%;
    padding-bottom: 20px;
}
li.big-text-info {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.big-text-info>span {
    display: inline-block;
    margin-left: 10px;
}
li.small-text-info {
    width: 100%;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: microsoft yahei;
}
.small-text-info>span {
    border-right: 1px solid #fff;
    padding: 0 10px;
}
.small-text-info .samll-first {
    padding-left: 0;
}
.small-text-info .samll-last {
    border-right: none;
    padding-right: 0;
}
.small-text-info>span a {
    color: #fff!important;
    text-decoration: none;
}
.big-text-info img {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}
.login-right{
    width: 240px;
    height: 392px;
    padding-top: 20px;
    background-color: #E8F1FF;
    box-sizing: border-box;
}
.wx-login-title{
    margin-bottom: 20px;
    font-size: 18px;
    color: #282828;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.wx-ewm-box{
    width: 152px;
    height: 152px;
    margin: auto;
    margin-bottom: 45px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.wx-ewm-box iframe{
    width: 100%;
}
.ewm-msg{
    font-size: 14px;
    line-height: 26px;
    color: #282828;
    text-align: center;
}
/*其他方式*/
.others-way-box{
    font-size: 14px;
    color: #282828;
}
.others-way-title{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
}
/*.others-icon-list{*/
/*    margin-bottom: 14px;*/
/*}*/
.others-icon-item{
    width: 26px;
    height: 26px;
    margin-right: 20px;
    cursor: pointer;
}
.qywx-icon{
    background-image: url("../img/qywx.png");
}


/*success*/
.login-success-main{
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
    padding: 0 20px;
    box-sizing: border-box;
}
.login-success-box{
    position: relative;
    max-width: 560px;
    width: 100%;
    height: 336px;
    padding-top: 24px;
    border-radius: 16px;
    background: url("../img/login-succes.png")no-repeat;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.login-success-icon{
    margin-bottom: 16px;
}
.login-success-text{
    margin-bottom: 16px;
    color: #1a202b;
    font-family: "Microsoft YaHei UI";
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.login-success-text-sub{
    color: #404853;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.login-success-text-sub .text-1{
    color: #3b8cfd;
}
.login-success-box .btns-style{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    background-color: #3B8CFD;
    box-sizing: border-box;
    border: none;
    outline: none;
}
