﻿@charset "UTF-8";

.tit_1 {
    width: 95px;
    font-size: 18px;
    line-height: 110px;
    text-align: center;
    height: 45px;
    border-top: 1px solid gray;
}

.tit_2 {
    width: 95px;
    font-size: 18px;
    line-height: 110px;
    text-align: center;
    height: 45px;
    border-top: 1px solid gray;
}

.tit {
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    border-bottom: 1px solid gray;
}

.tit_3 {
    font-size: 18px;
    line-height: 110px;
    text-align: center;
    height: 45px;
    border-top: 1px solid gray;
}

.tit_4 {
    font-size: 18px;
    line-height: 110px;
    text-align: center;
    height: 45px;
    border-top: 1px solid gray;
}

.form-group {
    width: 304px;
    height: 44px;
    border: 1px solid #e0e0e0;
    margin: 0 auto;
    margin-bottom: 12px;
    border-radius: 6px;
    /*behavior: url(/gp-auth-center/PIE.htc);*/
}

.form-group input {
    line-height: 44px;
    height: 44px;
    width: 68%;
    padding-left: 16px;
    border: none;
    border-left: 1px solid #e0e0e0;
    margin-left: 40px;
    outline: none;
}

.form-group select {
    width: 250px;
    height: 40px;
    padding-left: 16px;
    border: none;
    border-left: 1px solid #e0e0e0;
    margin-left: 40px;
    outline: none;
}

.form-group i {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.login {
    width: 304px;
    height: 44px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.btn-login {
    width: 302px;
    height: 42px;
    border-radius: 10px;
    /*behavior: url(/gp-auth-center/PIE.htc);*/
    background: #0272B2;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    padding: 6px 18px;
    cursor: pointer;
    margin-bottom: 4px;
}

.tit_1 {
    color: #333;
    width: 95px;
    font-size: 12px;
    line-height: 0px;
    text-align: center;
    height: 0px;
    border-top: 0px solid #F4F4F4;
    margin-left: 15px;
    margin-top: 60px;
}

.tit_2 {
    color: #333;
    width: 95px;
    font-size: 12px;
    line-height: 0px;
    text-align: center;
    height: 0px;
    border-top: 0px solid #F4F4F4;
    margin-left: 3px;
    margin-top: 60px;
}

.tit_3 {
    color: #333;
    width: 95px;
    font-size: 12px;
    line-height: 0px;
    text-align: center;
    height: 0px;
    border-top: 0px solid #F4F4F4;
    margin-top: 60px;
}

.tit_4 {
    color: #333;
    width: 93px;
    font-size: 12px;
    line-height: 0px;
    text-align: center;
    height: 0px;
    border-top: 0px solid #F4F4F4;
    margin-top: 60px;
}

.w {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 110px;
    position: relative;
}

.w img {
    position: absolute;
    width: 40px;
    top: 38px;
    left: 356px;
}

.botm-copy {
    width: 100%;
    height: 100px;
    background: white;
    position: absolute;
    bottom: 0px;
    text-align: center;
    line-height: 100px;
    font-size: 14px;
}

.form-group {
    position: relative;
}

.region-code-content {
    position: absolute;
    left: 59px;
    background: white;
    overflow-y: auto;
    display: none;
    z-index: 10;
}

* {
    padding: 0;
    margin: 0;
}

.erro {
    font-size: 12px;
    color: red;
    line-height: 20px;
    position: absolute;
    top: 42px;
    left: 84px;
}

.div-table {
    /*display: table;*/
    width: 100%;
    /*margin-bottom: 36px;*/
    border-top: 2px solid #CCCCCC;
    height: 70px;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
}

.div-cell {
    display: table-cell;
    cursor: pointer;
}

 .li.div-cell.active {
   border-bottom: 2px solid #0082df;
     width: 50px;
}

.middle-box {
    /*background: #0272B2;*/
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.login-form {
    width: 384px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 5px 5px 12px #0770bc;
    border: 8px solid #5FA4CD;
    position: absolute;
    right: 6%;
    min-height: 377px;
    /*top: -70px;*/
    /*behavior: url(/gp-auth-center/PIE.htc);*/
}


.footer-box{
    width: 100%;
    height: 120px;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    margin: auto;
    bottom: 0;
    display: flex;
    align-items: center;
}
/*扁平化区划样式*/

.district {
    padding: 7px 9px;
    width: 394px;
    min-height: 183px;
    font-size: 13px;
    background-color: #fff;
    border-radius: 3px;
    border: solid 4px #e1e1e1;
   /* behavior: url(/gp-auth-center/PIE.htc);*/
}

.district img {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.district ul {
    height: 34px;
    position: relative;
    overflow: hidden;
}

.district ul li a {
    font-size: 12px;
    color: #666;
}

.district .area_list {
    clear: both;
    padding: 15px 0;
    border-top: solid 3px #1b84e3;
    overflow: hidden;
}

.district .area_list a {
    display: block;
    float: left;
    /*width: 80px;*/
    line-height: 28px;
    color: #1b84e3;
}

.district .area_list a:hover {
    color: #cd3233;
    text-decoration: underline;
}

.district a.region {
    display: block;
    padding: 0 14px;
    float: left;
    height: 36px;
    line-height: 36px;
}

.district a.region:hover {
    color: #cd3233;
    text-decoration: underline;
}

.topregionli {
    list-style: none;
}

/*家希*/
.name {
    width: 100%;
    height: 40px;
    /*border: solid 1px #d5d5d5;*/
    border-radius: 10px;
    margin-bottom: 12px;
    margin: 0 auto;
    position: relative;
    /*behavior: url(/gp-auth-center/PIE.htc);*/
}

.name input {
    width: 220px;
    height: 40px;
    position: absolute;
    left: 0;
    border: none;
    margin-left: 40px;
    border-left: 1px solid #e0e0e0;
    font-size: 14px;
    color: #666;
    line-height: 41px;
}

.select-down {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    z-index: 999;
}

.usertype-select-wrap {
    position: absolute;
    width: 212px;
    left: 44px;
    top: 34px;
    z-index: 5;
    border: 1px solid #dfdfdf;
    background: white;
    box-shadow: 1px 1px 4px #c8c6c6;
}

.select-down label {
    cursor: pointer;
}

.usertype-option {
    cursor: pointer;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.usertype-option:hover {
    color: white;
    background: #0082df;
}

html, body {
    position: relative;
    /* min-width: 1100px; */
    min-height: 750px;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.nav-tit, .middle-box, .footer-box {
    position: absolute;
}

.nav-tit {
    /*background-color: #0272B2;*/
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

.middle-box {
    top: 0;
    padding-top: 80px;
    padding-bottom: 120px;
    height: 100%;
    box-sizing: border-box;
}

.content {
    /*margin-top: 78px;*/
    width: 1024px;
    margin: auto;
}

.border-down-empty {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #CCCCCC;
    position: absolute;
    left: 50px;
}

.border-down-empty span {
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    left: -8px;
    top: -10px;
}


.btn-login1 {
    position: relative;
    font-family: "Microsoft YaHei", "Hiragino Sans GB";
    width: 132px;
    height: 40px;
    border-radius: 6px;
    background: #0272B2;
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
    border: 1px solid #e0e0e0;
    padding: 6px 18px;
    cursor: pointer;
    margin-bottom: 4px;
    /*behavior: url(/gp-auth-center/PIE.htc);*/
}

.btn-login5 {
    position: relative;
    font-family: "Microsoft YaHei", "Hiragino Sans GB";
    margin-left: 35px;
    width: 132px;
    height: 40px;
    border-radius: 6px;
    background: #0272B2;
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
    border: 1px solid #e0e0e0;
    padding: 6px 18px;
    cursor: pointer;
    margin-bottom: 4px;
   /* behavior: url(/gp-auth-center/PIE.htc);*/
}

.btn-login2 {
    position: relative;
    margin-left: -18px;
    width: 240px;
    height: 42px;
    border-radius: 6px;
    background: #0272B2;
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
    border: 1px solid #e0e0e0;
    padding: 6px 18px;
    cursor: pointer;
    margin-bottom: 4px;
    /*behavior: url(/gp-auth-center/PIE.htc);*/
}

.btn-login3 {
    position: relative;
    margin-left: -31px;
    width: 240px;
    height: 42px;
    border-radius: 6px;
    background: #0272B2;
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
    border: 1px solid #e0e0e0;
    padding: 6px 18px;
    cursor: pointer;
    margin-bottom: 4px;
    /*behavior: url(/gp-auth-center/PIE.htc);*/
}

#footer.content {
    padding: 10px 0;
}

/* 滑块验证码 */
.verifyBtn {
    width:310px;
    height:46px;
    position:absolute;
    top:170px;
    left:40px;
    z-index:99;
    border-radius: 6px;
    border: 1px solid #0272B2;
    background: #fff;
    line-height: 46px;
    color: #333;
    outline: none;
    cursor: pointer;
}

.verifyBtn img {
    transform: translateY(-7px);
    width: 20px;
}
.slidecheckBox {
    width:310px;
    height:216px;
    margin: auto;
    padding: 5px;
    background: #ffffff;
    position:absolute;
    top: -160px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 6px;
    box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.15);
}

/* 涟漪 */
.waterRipple {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 12px;
    right: 8px;
}
@keyframes GreenDot {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
.waterRipple::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    border-radius: 50%;
    animation: GreenDot 1.5s ease-out 0s infinite;
    background-color: rgba(2, 114, 178, 0.5);
    z-index: -1;
}
