.policeInfo {
    width: 200px;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(../images/index/ghs.png) left center no-repeat;
}

a {
    cursor: pointer;
}

.loginBox .loginTop {
    width: 100%;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
}

.loginBox .loginCenter {
    width: 100%;
    overflow: hidden;
    background-color: #f4f4f4;
    padding: 1.7rem 0;
}

.loginBox .loginBottom {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #573b2d;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.loginBox .loginTop ul {
    height: 100%;
}

.loginBox .loginTop ul .logoCot {
    height: 100%;
    float: left;
}

.loginBox .loginTop ul .logoCot img {
    display: block;
    max-height: 100%;
}

.loginBox .loginTop ul .backHome {
    float: right;
    padding-top: 31px;
}

.loginBox .loginTop ul .backHome a {
    display: block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 12px;
    color: #646464;
}

.loginBox .loginCenter .loginCot .centerLeft {
    width: 62%;
    margin-left: 3%;
    height: 434px;
    float: left;
    overflow: hidden;
}

.loginBox .loginCenter .loginCot .centerLeft img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loginBox .loginCenter .loginCot .loginWrap {
    width: 30%;
    height: 434px;
    float: right;
    margin-right: 3%;
    background-color: #fff;
    border: 1px solid #ddd;
}

.loginBox .loginCenter .loginCot .loginWrap .loginNav {
    border-top: 2px solid #48291a;
    padding: 5px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.loginBox .loginCenter .loginCot .loginWrap .loginNav span {
    display: block;
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #909090;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.loginBox .loginCenter .loginCot .loginWrap .loginNav .on {
    color: #48291a;
    border-bottom-color: #48291a;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo {
    padding: 0 20px;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .inputTxt {
    display: block;
    height: 40px;
    width: 100%;
    margin: 20px auto 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 12px;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .othLink {
    overflow: hidden;
    margin-bottom: 10px;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .othLink label {
    display: block;
    padding: 10px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .othLink label input {
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 1px;
    margin-right: 4px;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .othLink a {
    line-height: 36px;
    display: block;
    float: right;
    font-size: 12px;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .suBtn {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #48291a;
    border: none;
    width: 100%;
    cursor: pointer;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo p {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
    height: 20px;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo p:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25%;
    left: 10%;
    height: 1px;
    background-color: #eee;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo p:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 25%;
    right: 10%;
    height: 1px;
    background-color: #eee;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .othLogin {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .othLogin a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .othLogin a img {
    display: block;
    width: 100%;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .infoBox {
    display: none;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .on {
    display: block;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .yzmBox {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .yzmBox input {
    display: block;
    width: 58%;
    float: left;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 12px;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .yzmBox .button {
    display: block;
    float: right;
    width: 38%;
    height: 40px;
    background-color: #fef4d9;
    color: #573b2d;
    border: none;
    cursor: pointer;
    font-size: 12px;
}


/*第三方绑定*/

.otherLogin {
    width: 82%;
    margin: auto;
    background-color: #FFFFFF;
    padding: 0 6%;
    min-height: 480px;
}

.otherLogin ul {
    padding-top: 30px;
    overflow: hidden;
    margin-bottom: 40px;
}

.otherLogin ul li {
    width: 50%;
    float: left;
    border-bottom: 2px solid #eee;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #666;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}

.otherLogin ul .on {
    color: #573b2d;
    border-bottom-color: #573b2d;
}

.otherLogin ol li {
    display: none;
}

.otherLogin ol .on {
    display: block;
}

.otherLogin ol li .inputTxt {
    display: block;
    margin: 20px auto 0;
    width: 320px;
    height: 40px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
}

.otherLogin ol li .inputBox,
.otherLogin ol li .yzmBox {
    width: 320px;
    overflow: hidden;
    margin: 20px auto 0;
}

.otherLogin ol li .inputBox input,
.otherLogin ol li .yzmBox input {
    display: block;
    width: 58%;
    float: left;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 12px;
}

.otherLogin ol li .yzmBox .button {
    display: block;
    float: right;
    width: 38%;
    height: 40px;
    background-color: #fef4d9;
    color: #573b2d;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

.otherLogin ol li .inputBox span {
    display: block;
    float: right;
    width: 38%;
    height: 40px;
    line-height: 40px;
    color: #573b2d;
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: #f7f7f7;
    text-align: center;
}

.otherLogin ol li .suBtn {
    display: block;
    width: 320px;
    border: none;
    height: 50px;
    background-color: #573b2f;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 20px auto 0;
    cursor: pointer;
}

.otherLogin ol li .othLink {
    width: 320px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.otherLogin ol li .othLink label {
    display: block;
    padding: 10px 0;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    cursor: pointer;
}

.otherLogin ol li .othLink label input {
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 1px;
    margin-right: 4px;
}

.othLink label span {
    color: #573b2f;
    text-decoration: underline;
}


/*找回密码*/

.forgetBox {
    background-color: #fff;
    min-height: 480px;
}

.forgetBox h2 {
    width: 94%;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    color: #573b2f;
    overflow: hidden;
    line-height: 40px;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
}

.forgetBox h2 a {
    display: block;
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #909090;
}

.forgetBox ul {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.forgetBox ul li {
    width: 33.3333%;
    float: left;
    position: relative;
}

.forgetBox ul li:before {
    content: "";
    width: 48%;
    height: 2px;
    position: absolute;
    background-color: #a5a5a5;
    top: 19px;
    left: 0;
}

.forgetBox ul li:first-child:before {
    content: normal;
}

.forgetBox ul li:after {
    content: "";
    width: 48%;
    height: 2px;
    position: absolute;
    background-color: #a5a5a5;
    top: 19px;
    right: 0;
}

.forgetBox ul li:last-child:after {
    content: normal;
}

.forgetBox ul li h4 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #a5a5a5;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: auto;
}

.forgetBox ul li span {
    display: block;
    margin: auto;
    color: #646464;
    text-align: center;
    line-height: 3;
    font-size: 14px;
    font-weight: bold;
}

.forgetBox ul .on h4 {
    background-color: #573b2f;
}

.forgetBox ul .on span {
    color: #573b2f;
}

.forgetBox ul .on:before {
    background-color: #573b2f;
}

.forgetBox ul .on:after {
    background-color: #573b2f;
}

.forgetBox ol li {
    display: none;
}

.forgetBox ol .on {
    display: block;
}

.forgetBox ol li label {
    display: block;
    width: 390px;
    margin: 20px auto;
    overflow: hidden;
}

.forgetBox ol li label h5 {
    width: 60px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin-right: 10px;
    color: #646464;
    text-align: right;
}

.forgetBox ol li label .inputTxt {
    display: block;
    width: 320px;
    float: left;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.forgetBox ol li label .inputBox {
    width: 320px;
    overflow: hidden;
}

.forgetBox ol li label .inputBox input {
    display: block;
    width: 58%;
    float: left;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 12px;
}

.forgetBox ol li label .inputBox span {
    display: block;
    float: right;
    width: 38%;
    height: 40px;
    line-height: 40px;
    color: #573b2d;
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: #f7f7f7;
    text-align: center;
}

.forgetBox ol li label .suBtn {
    display: block;
    width: 320px;
    border: none;
    height: 50px;
    background-color: #573b2f;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.forgetBox ol li label p {
    float: left;
    line-height: 40px;
    font-size: 14px;
    margin-right: 10px;
}

.forgetBox ol li label .yzmBtn {
    display: block;
    float: left;
    height: 40px;
    background-color: #fef4d9;
    color: #573b2f;
    font-size: 12px;
    font-family: arial, "微软雅黑", sans-serif;
    border: none;
    padding: 0 20px;
    cursor: pointer;
}

.forgetBox ol li h1 {
    font-size: 20px;
    font-weight: bold;
    color: #646464;
    padding-left: 46px;
    background: url(../images/login/complete_icon.png) left center no-repeat;
    height: 40px;
    line-height: 40px;
    margin: auto;
    position: relative;
    width: 200px;
    overflow: auto;
}

.forgetBox ol li .linkBox {
    width: 190px;
    margin: auto;
    overflow: hidden;
}

.forgetBox ol li .linkBox a {
    font-size: 14px;
    text-decoration: underline;
    display: block;
    float: left;
    width: 95px;
    text-align: center;
    line-height: 40px;
    color: #573b2f;
}


/*服务协议*/

.service_tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    overflow: hidden;
}

.service_tc .service_box {
    width: 680px;
    height: 594px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -344px;
    top: 50%;
    margin-top: -301px;
}

.service_tc .service_box h1 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #5b2002;
    border-bottom: 1px solid #e5e5e5;
}

.service_tc .service_box h1 a {
    display: block;
    height: 50px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    font-weight: normal;
    cursor: pointer;
}

.service_tc .service_box .service_cot {
    height: 460px;
    width: 100%;
    overflow: auto;
    background-color: #fafafa;
}

.service_tc .service_box .service_cot .service_wrap {
    padding: 10px 20px;
    font-size: 14px;
    color: #646464;
    line-height: 2;
    text-align: justify;
}

.service_tc .service_box .enter_btn {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    overflow: hidden;
}

.service_tc .service_box .enter_btn input {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 50px;
    margin: 20px auto;
    background-color: #5b2002;
    color: #fff;
    border: none;
    border-radius: 3px;
    outline: medium;
    font-family: Arial, "微软雅黑", sans-serif;
    cursor: pointer;
}

.loginBox .loginCenter .loginCot .loginWrap .loginInfo .othLink span {
    line-height: 36px;
    font-size: 12px;
    color: #5b2002;
    cursor: pointer;
}


/* 20190827 */

.forgetBox ol li label .inputBox .getCodeImg {
    display: block;
    float: right;
    width: 38%;
    height: 40px;
    line-height: 40px;
    color: #573b2d;
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: #fef4d9;
    text-align: center;
}