.backTop{ text-align: right;width: 950px;margin:10px auto; padding:0 10px 10px ;}
.backTop a{color:#1c6fb5}
.loginWrap {
    background: url("../images/loginBg.jpg") no-repeat;
    background-size: 100%;
    height: 100%;
    padding: 60px 0 30px
}

.loginBox {
    width: 950px;
    margin: 0 auto;
    background: #fff;
    -moz-box-shadow: 6px 6px 9px 0px #D6D6D6;
    -webkit-box-shadow: 6px 6px 9px 0px #D6D6D6;
    box-shadow: 6px 6px 9px 0px #dde7f8;
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.loginLeft {
    background: url("../images/loginLeft.png") no-repeat;
    background-size: 100%;
    width: 44.5%;
    min-height: 500px
}

.loginRight {
    margin: 2% 5%;
}

.loginForm {
    padding: 40px 30px 5px;
}

.loginItem {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 30px;
    min-height: 40px;
}

.loginItem .iconfont {
    font-size: 26px;
    color: #999
}

.loginInput { /*position: absolute; top:-5px;*/
    height: 38px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
    width: 92%;
    font-size: 14px;
}
.regForm .loginInput{width: 83%;}
.errorTips {
    color: red;
    width: 100%;
    padding: 10px 0 0 5px;
    font-size: 14px;
    display: flex;align-items: center;
}
.errorTips i{margin-right: 5px;}

.loginBtn {
    margin-top: 20px;
}

.loginBtn input {
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    background: -webkit-linear-gradient(left, 31a2ec, 1c6fb5); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(right, #31a2ec, #1c6fb5); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(right, #31a2ec, #1c6fb5); /* Firefox 3.6-15 */
    background: linear-gradient(to right, #31a2ec, #1c6fb5); /* 标准语法 */
    border:1px solid #31a2ec
}

.loginBtn a:hover {
    text-decoration: none;
}

.opreateBtn {
    margin-top: 20px;
}

.zixunBox {
    display: flex;
    clear: both;
    align-items: center;
    justify-content: space-between;
   /* text-align: right;*/
    margin-top:68px;
}
.zixunBox .memberIcon{ font-size: 26px; }

.zixunBox a {
    display: flex;
    align-items: center;
    color: #157bcf;
    font-size: 18px;
}

.zixunBox a:hover {
    text-decoration: none
}

.zixunBox .icon-zixunbeifen {
    font-size: 24px;
    margin-right: 10px;
}

.loginItem label em {
    color: red;
    font-style: normal;
    margin-right: 5px
}

/*register*/
.regWrap {
    padding: 30px 0 30px;
    min-height: 750px;
}

.registerBox {
    background: url("../images/registerBg.jpg") no-repeat right bottom;
    border-radius: 10px;
}

.regForm {
    width: 80%;
    padding: 30px 0 30px 100px
}

.regTitBox {
    background: #1276cb;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.regTitBox .titBox {
    display: flex;
    align-items: center
}

.regTitBox .titBox i {
    margin-right: 10px;
    font-size: 20px;
}

.regTitBox a {
    color: #fff;
}

.regTitBox a:hover {
    text-display: underline;
}

.regBtnBox {
    text-align: center
}

.regBtnBox input {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    min-width: 110px;
    margin: 0 20px;
    padding: 8px 20px;
}

.regBtnBox a:hover {
    text-decoration: none;
}

.regBtnBox .regBtn {
    background: #1276cb;
}

.regBtnBox .resetBtn {
    background: #f4f7f9;
    color: #333;
    border: 1px solid #ddd;
}

.registerBox .regForm label {
    width: 110px;
}

.regForm .loginItem {
    margin-bottom: 20px;
    display: flex
}

.forgetPwdForm {
    min-height: 450px;
    padding-top: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 415px) {
    .backTop{ width: 100%;}
    .loginWrap {
        min-height: 300px;
        padding: 0;
        overflow-y:auto;
    }
    .regWrap{padding:0 10px 30px;}
    .loginBox {
        width: 100%;
        min-height: 300px;
        border-radius: 15px;
        padding-bottom:20px
    }
    .regForm .loginInput{width: 100%;}
    .regBtnBox input {margin:0 5px}
    .loginForm {
        padding: 20px 10px 10px 10px;
    }

    .loginInput {
        width: 100%;
    }

    .loginLeft {
        width: 100%;
        background-position: top
    }

    .loginRight {
        position: absolute;
        float: none;
        top: 170px;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
    }

    .zixunBox a {
        font-size: 16px;
    }

    .registerBox .regForm label {
        width: 100%;
    }

    .regForm .loginItem {
        margin:0 0 20px;
        display: block;
    }

    .regForm {
        width: 100%;
        padding: 20px 10px 0;
        background: rgba(255, 255, 255, 0.8);
    }

}