html {
    border: 0;
}

body,
ul,
li,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    outline: none;
}

a {
    border: 0;
}

body {
    border: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    font-family: "微软雅黑";
    position: fixed;
}

input {
    border: 0;
}

img {
    display: block;
    border: 0;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

a {
    text-decoration: none;
    color: #000;
}

a {
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

.login-header {
    width: 100%;
    height: 60px;
    margin-top: 60px;
    padding-left: 50px;
}

.headerInfo {
    float: right;
    margin-top: 48px;
    font-size: 12px;
}

.headerInfo a {
    font-size: 16px;
}

.headerInfo a:hover {
    color: #e64346 !important;
}

.login-header .headerBox img {
    float: left;
    height: 46px;
    box-sizing: border-box;
}

.loginBg {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background:  url(../img/login-bg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loginInfo {
    width: 100%;
    height: 585px;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    /*background:red;*/
}

.loginBox {
    width: 545px;
    height: 100%;
    background: #fff;
    padding: 40px 90px 60px;
    box-sizing: border-box;
/*    position: absolute;
    top: 0;
    bottom: 0;*/
/*    margin: auto;*/
    right: 0%;
}

.loginBoxTitle {
    width: 100%;
    height: 45px;
    font-size: 22px;
    text-align: left;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    color: #2c3440;
    font-weight:bold;
    position: relative;
}
.loginBoxTitle:after{
    content: ' ';
    width: 35px;
    height: 5px;
    background: #3083d9;
    position: absolute;
    left: 28px;
    margin: auto;
    bottom:0;
}
.errorPrompt {
    border: 0;
    height: 20px;
    color: #e74c3c;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    margin: 0;
    background: #fff;
    position:absolute;
    color: #ff0000;
    top: 100px;
/*    line-height: 24px;*/
    margin-bottom: 5px;
    font-size:12px;
}
.errorPrompt>.iconfont {
    font-size: 18px;
    position: relative;
    top: 2px;
}
#loginForm {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 25px;

}

#loginForm>div {
    margin-top: 15px;
    width: 100%;
    height: 65px;
    border: 1px solid #eef1f8;
    box-sizing: border-box;
    background: #f2f4f9;
/*    border-radius: 5px;*/
}

#loginForm .threeDiv {
    border: 0;
    background: transparent;
}

#loginForm>div label,
.testBox label {
    width: 40px;
    display: block;
    float: left;
    position: relative;
    padding: 17.5px;
}
#loginForm>div label span,
.testBox label span{
    font-size:30px;
    color:#b4b9c1;
}
#loginForm>div>input {
    float: left;
    width: calc(100% - 75px);
    line-height: 40px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 ;
    outline: none;
    background: transparent;
}

.testBox {
    width: calc(100% - 150px);
/*    border: 1px solid #BCBCBC;*/
    height: 100%;
    float: left;
    background: #f2f4f9;
/*    border-radius: 5px*/
}

#loginForm .testBox>input {
    width: 110px;
    outline: none;
    height: 100%;
    line-height: 65px;
    background: #f2f4f9;
    padding: 0;
}

.testPic {
    float: right;
/*    width: 86px;*/
    height: 100%;
/*    border: 1px solid #BCBCBC;*/
    text-align: center;
    line-height: 40px;
/*    background: #D3D4CC;*/
/*    border-radius: 5px;*/
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    /* you could also put this in a class */
    -webkit-user-select: none;
    /* and add the CSS class here instead */
    -ms-user-select: none;
    user-select: none;
    /**禁止选中文字*/
}

.testPic>span {
    padding: 0 2px;
}

#loginForm .selectBox {
    border: 0;
    font-size: 12px;
    line-height: 1;
    margin-top: 12px;
    height: auto;
    background: transparent;
    margin-top: 40px;
    margin-bottom: 50px;
    color:#b4b8c1;
}

#loginForm .selectBox>input {
    /*width:14px;*/
    /*height:14px;*/
    width: auto;
    padding: 0;
    height: auto;
    margin: 0;
    margin-right:5px;
}

#testNumber {
    padding: 0 20px;
    box-sizing: border-box;
}

#loginForm .selectBox a {
    float: right;
    color: #b4b8c1;
}

#loginForm .loginBtn {
    width: 100%;
    background: #3083d9;
    border: 1px solid #237ad4;
    border: 0;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    border-radius: 0;
}


.loginBtn>button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 18px;
    outline: 0;
    cursor: pointer;
    display: block;
    width: 100%;
/*    line-height: 44px;*/
    padding: 20px;
}

label>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.login-left{
    height: 100%;
}
.login-left>img{
    height: 100%;
}
.footer {
    width: 100%;
    position: absolute;
    bottom:50px;
}

.successFooter {
    padding: 15px 0 50px;
}

.footerBox {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
}

.footerLink a {
    font-size: 12px;
    color:#666;
}
.footerLink span {
    color:#666;
    margin: 0 3px;
}
.footerOtherInfo{
    color:#666;
}
.footerLink {
    line-height: 18px;
    display: flex;
    justify-content: center;
    line-height: 28px;
}


/*登录页面样式结束*/


/*登录成功页面样式开始*/

#serviceBox {
    /*padding:2.9% 0 0px 0 ;*/
    height: 70%;
    background: url(../img/loginsuccessbg.png) no-repeat;
    background-size: 100%;
    /*box-sizing:border-box;*/
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#serviceBox ul {
    width: 1200px;
    height: 406px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#serviceBox ul li {
    float: left;
    font-size: 18px;
    position: relative;
    width: 171px;
    margin: 0;
    margin-bottom: 20px;
}

#serviceBox ul li img {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

#serviceBox ul li div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15%;
    color: #fff;
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-size: 16px;
}

#serviceBox ul li .mask {
    width: 100%;
    height: 100%;
    /*background:url(img/mask.png);*/
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    display: none;
    cursor: pointer;
}

#serviceBox ul li:hover .introduceInfo {
    color: #ccc;
}

#serviceBox ul li:hover .mask {
    display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
}


/*input 修改placeholder颜色*/

#loginForm>div>input::-webkit-input-placeholder {
    font-size: 10px;
    color: #cccccc;
}

#loginForm>div>input::-moz-input-placeholder {
    font-size: 10px;
    color: #cccccc;
}

#loginForm>div>input::-ms-input-placeholder {
    font-size: 10px;
    color: #cccccc;
}

#loginForm>div>input::-webkit-input-placeholder {
    font-size: 10px;
    color: #cccccc;
}

#loginForm .testBox>input::-webkit-input-placeholder {
    font-size: 10px;
    color: #cccccc;
}
@media screen and (max-width:1366px) {
    .errorPrompt{
        top: 70px;
    }
    .login-header{
        margin-top: 30px;
        padding-left: 25px;
    }
    .loginInfo {
        height: calc(1366px * 585 / 1920);
    }
    .loginBox{
        width: calc(1366px * 545 / 1920);
        padding: calc(1366px * 40 / 1920) calc(1366px * 90 / 1920) calc(1366px * 60 / 1920);
    }
    .loginBoxTitle{
        font-size: 18px;
        line-height: calc(1366px * 50 / 1920);
        height: calc(1366px * 50 / 1920);
    }
    .loginBoxTitle:after{
        left:18px;
        height: 3px;
    }
    #loginForm{
        margin-top: 20px;
    }
    #loginForm>div{
        height: calc(1366px * 65 / 1920);
    }
    #loginForm>div label, .testBox label{
        padding: calc((1366px * 65 / 1920 - 1366px * 30 / 1920) / 2);
    }
    #loginForm>div label span, .testBox label span{
        font-size: calc(1366px * 30 / 1920);
    }
    #loginForm>div>input{
        width: calc(100% - 65px);;
    }
    #loginForm .selectBox{
        margin: 25px 0 30px;
    }
    .testPic{
        width: calc(1366px * 140 / 1920);
    }

    .testBox {
        width: calc(100% - 110px);
    }
    #loginForm .testBox>input{
        width: calc(100% - 65px);
    }
    .verify-code{
        width: calc(1366px * 140 / 1920)!important;
        line-height: calc(1366px * 65 / 1920)!important;
        height: calc(1366px * 65 / 1920)!important;
        font-size:calc(1366px * 30 / 1920)!important;
    }
    .loginBtn>button{
        padding: 15px;
        font-size: 16px;
    }
    .footer{
        bottom: 25px;
    }
}

/*5-28  登录页及首页的相应0*/
@media screen and (max-width:1024px) {

    .login-left{
        display: none;
    }
    

}
@media screen and (max-width:768px) {
    .footerLink{
        display: none;
    }
}
