.zhongjian {
    /*margin-top: -21px;*/
    width: 100%;
}

.datu>img {
    height: 100%;
    width: 100%;
}

.biaotilan {
    height: 195px;
    margin: 10px 1%;
    border: solid 3px #EEEEEE;
}

.biaotilan>b {
    margin: 2% 0 0;
    text-align: center;
    font-size: 58px;
    display: block;
    color: #4679B8;
}
.biaotilan>div{
    height: 6px;
    width: 40%;
    margin: 10px auto;
    text-align: center;
    color: #467AB6;
    background-color: #467AB6;
    font-size: 18px;
}

.fgl {
    margin-top: 10px;
    padding: 22px 0;
    background-color: #EEEEEE;
}

.xfgl {
    margin-top: 10px;
    margin-bottom: -14px;
    height: 100px;
    background-color: #EEEEEE;
}
.register_content form{
    height: 710px;
    margin: 15px 2%;
    border-radius: 10px;
    border: solid 3px #DCDCDC;
}

.form>div {
    height: 100%;
    width: 50%;
    float: left;
}

.form>.left>div {
    width: 100%;
    height: 41px;
    margin: 3% 0;
}

.form>.left>div:nth-child(7) {
    /*margin-left: 32%;*/
    /*width: 68%;*/
}

.form>.left>div:nth-child(8) {
    margin-left: 32%;
    width: 68%;
}

.form>.left>div>div {
    margin-right: 2%;
    float: left;
    height: 100%;
    width: 30%;
    /*padding-top: 5px;*/
    font-size: 15px;
    line-height: 41px;
    text-align: right;
}

.form>.left>div>input {
    height: 100%;
    width: 40%;
    border-radius: 1px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
}

.form>.left>div>input:nth-child(1) {
    height: 15px;
    width: 15px;
    float: left;
    margin: 0;
}

.form>.left>div>p {
    display: block;
    width: 80%;
    float: left;
    font-size: 12px;
    margin-left: 1%;
    /*margin-top: -1px;*/
}

.form>.left>div:nth-child(6)>input {
    width: 20%;
}

.form>.left>div:nth-child(4)>input {
    width: 40%;
}

.form>.left>div:nth-child(6)>img {
    height: 100%;
    float: left;
    margin-right: 5%;
}

.form>.left>div:nth-child(6)>a {
    float: left;
    font-size: 16px;
    padding-top: 5px;
    text-decoration: none;
    color: #000;
}

.form>.left>div:nth-child(3)>div>div {
    float: left;
    width: 38px;
    height: 38px;
    /*padding-top: 7px;*/
    line-height: 38px;
    background-color: #EEEEEE;
    text-align: center;
    font-size: 14px;
    border: solid 1px #CBCBCB;
}

.form>.left>input[type="button"] {
    background-color: #EB6300;
    margin-left: 32%;
    width: 131px;
    font-size: 14px;
    height: 40px;
    border: none;
    color: #FFF;
    border-radius: 5px;
}
.form>.left>input[type="button"]:hover{
    background-color: #de9b6c;
}
.form>.right>div {
    margin: 50px 20% 50px 2%;
    width: 66%;
    height: 83.5%;
}

.form>.right>div>div {
    height: 200px;
    border-radius: 10px;
    background-image: linear-gradient(#41D8C5, #4CCEE6);
    padding-top: 6%;
}

.form>.right>div>div:nth-child(2) {
    margin-top: 4%;
}

.form>.right>div>div>p:nth-child(1) {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 24px 0 20px;
}

.form>.right>div>div>p:nth-child(2) {
    font-size: 17px;
    text-align: center;
    color: #fff;
}

.form>.right>div>div>input {
    border: none;
    border-radius: 10px;
    width: 30%;
    height: 42px;
    margin: 24px 34%;
    font-size: 20px;
    color: #329DDE;
    background-color: #FFF;
}
.left input{
    padding:0 2%;
}


.register_content{
    min-height: 650px;
    /*margin: 5% 0;*/
    background-color: #fff;
    padding: 1% 10%;
}
.agreement {
    color: red !important;
;
}
.agreement:hover{
    color: #329DDE !important;
}

.agree_cont{
    display: none;
    position: fixed;
    width: 60%;
    height: 70%;
    z-index: 99;
    border: 1px solid  black;
    top: 10%;
    left: 20%;
    /*padding: 80px 0 0 0;*/
    background-color: #eee;
    border-radius: 2px;
}
.agree_cont_c{
    overflow-y: auto;
    height: 90%;
    padding: 13px 18px;
    background-color: #fff;
}
.agree_cont i{
    position: relative;
    font-size: 40px;
    left: 1100px;
}

.agree_cont i:hover{
    color:  #329DDE;
}

.qiangcolor{
    color:#fff;
    background-color: #ff8e3c !important;
}