@charset "utf-8";
body {
    width: 100%;
    background: #f3f0ef url("../images/login.jpg") no-repeat;
    background-size: 100% auto;
}
.fh {
    width: 100%;
    height: 40px;
    padding-top: 50px;
}
.fh .fhBtn {
    width: 98px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 38px;
    color: #bd0006;
    font-size: 16px;
    float: right;
    margin-right: 20%;
    cursor: pointer;
}

.tit {
    width: 100%;
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 130px;
}
.loginBox {
    width: 688px;
    min-height: 516px;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 0px
    rgba(30, 72, 111, 0.35);
    border-radius: 10px;
    margin: 60px auto;
    margin-top: 300px;
}
.loginBox .loginTit {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #bd0006;
    font-size: 24px;
    font-weight: bold;
}
.loginBox .tel {
    width: 527px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    font-size: 16px;
    margin-left: 80px;
    margin-top: 20px;
    padding-left: 73px;
    background: url("../images/zhanghao.png") no-repeat left center;
    background-position-x: 35px;
    -webkit-background-size: 20px 22px;
    background-size: 16px 22px;
}
.loginBox .name {
    width: 527px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    font-size: 16px;
    margin-left: 80px;
    margin-top: 20px;
    padding-left: 73px;
    background: url("../images/zhanghao.png") no-repeat left center;
    background-position-x: 35px;
    -webkit-background-size: 20px 22px;
    background-size: 16px 22px;
}
.loginBox .mima {
    width: 527px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    font-size: 16px;
    margin-left: 80px;
    margin-top: 20px;
    padding-left: 73px;
    background: url("../images/mima.png") no-repeat left center;
    background-position-x: 35px;
    -webkit-background-size: 20px 22px;
    background-size: 20px 22px;
}
.loginBox .yzmBox {
    width: 527px;
    height: 55px;
    position: relative;
    margin-left: 80px;
    margin-top: 20px;
}
.loginBox .yzmBox .yzmImg {
    position: absolute;
    right: 6px;
    top: 10px;
    width: 150px;
    height: 35px;
    font-size: 16px;
    color: #bd0006;
    cursor: pointer;
    text-align: center;
    border: none;
    background: none;
}
.loginBox .yzm {
    width: 527px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    font-size: 16px;

    padding-left: 73px;
    background: url("../images/yanzhengma.png") no-repeat left center;
    background-position-x: 35px;
    -webkit-background-size: 20px 22px;
    background-size: 20px 22px;
}

.loginBtn {
    width: 527px;
    height: 70px;
    background-color: #bd0006;
    border-radius: 8px;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 80px;
}

.xieYi {
    width: 527px;
    margin-left: 80px;
    margin-top: 20px;
    font-size: 16px;
    color: #999999;
}
.xieYi a {
    color: #bd0006;
    font-size: 16px;
}
.tex {
    width: 527px;
    height: 55px;
    margin-left: 80px;
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
    color: #999999;
}
.tex a {
    color: #bd0006;
    font-size: 16px;
}


.bot {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #999999;
    font-size: 14px;
}
































