.bg_wrap{
    background: linear-gradient(rgba(6,110,204,1), rgba(234,240,247,1)) center center no-repeat fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#066ECC,endcolorstr=#EAF0F7,gradientType=0); 
    background-size: 100% 100%;
}
.bg_wrap .wrap_header{
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -20%;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}
.bg_wrap .wrap_header h3{
    margin-top: 2%;
}
.bg_wrap .wrap_bgpic{
    width: 100%;
    height: 100%;
}
.wrap_bgpic img{
    width: 45%;
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -22.5%;
    z-index: 2;
}

.bg_wrap .wrap_register{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#82000000,endcolorstr=#82000000);
    z-index: 1001;
}
.wrap_register .regiseter_box{
    width: 30%;
    padding: 3%;
    background: #fff;
    position:absolute;
    top: 50%;left: 50%;
    margin-left: -18%;
    margin-top: -14%;
    min-width: 168px;
    border-radius: 8px;
}
.regiseter_box .regPic{
    left: 30% !important;
}
.regiseter_box .regInp{
    width: 47.9% !important;
}
.regiseter_box .RegSpan{
    left: 5% !important;
}
.regiseter_box .regiseter_box_exit{
    display: block;
    font-size: 26px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    cursor: default;
}
.regiseter_box .regiseter_box_exit:hover{
    background: #066ECC;
    color: #fff;
}
.regster_close_pic{
    display: none;
    width: 5%;
    position: absolute;
    top: 47%;
    margin-top: -2%;
    right: 9%;
}
.bg_wrap .wrap_total{
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: -27.5%;
    width: 55%;
    padding: 2%;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    min-width: 250px;
    z-index: 1000;
}
.wrap_total .wrap_publicity{
    float: left;
    width: 50%;
    font-size: 14px;
    padding: 2%;
    border-radius: 6px;
}
.wrap_publicity ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loadBox_inp{
    float: right;
    background: rgba(141, 141, 141, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4C8D8D8D,endcolorstr=#4C8D8D8D);
    padding: 2% 0;
    border-radius: 6px;
    width: 40%;
    min-width: 112px;
}
.loadBox_inp li{
    padding: 4% 5%;
    position: relative;
}
.loadBox_inp li label{
    float: left;
    margin-top: 3%;
}
.loadBox_inp li .regPrompt{
    position: absolute;
    color: red;
    top: 85%;
    left: 25%;
}
.loadBox_inp input{
    padding: 3% 15% 3% 15%;
    width: 69.9%;
    border: none;
    border-radius: 15px;
    background-color: transparent;
    background: rgba(95,95,95,0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#335F5F5F,endcolorstr=#335F5F5F);
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}
.validate{
    padding: 3% 10% 3% 10% !important;
    width: calc(69.9% - 125px) !important;
    left: 150px;
    position: absolute;
}
#validate_code
{
    left: 153px;
    height:40px;
    width: 125px;
}
.loadBox_inp .psdImg{
    width: 5%;
    position: absolute;
    top: 47%;
    margin-top: -2%;
    left: 9%;
}
.loadBox_inp .loadBtn{
    display: inline-block;
    padding: 3% 0;
    width: 45%;
    color: #fff;
    background: rgba(6,110,204,1);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#066ECC,endcolorstr=#066ECC);
    border-radius: 15px;
    border: none;
}
.loadBox_inp .queryCodeBtn{
    text-align: center;
    /* font-size: 13.333px; */
    width: 100% !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
    font-size: 16px;
}

.wrap_publicity .connect_box{
    font-weight: bold;
    margin-bottom: 2%;
}

.app-link{
    width: 140px;
    height: 140px;
    position: absolute;
    left: 120px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.app-link>img{
    width: 100%;
    height: 100%;
}
#appDownload:hover .app-link{
    display: inline-block;
}
@media screen and (max-width: 1300px) {
    ::-webkit-input-placeholder{
        font-size: 15px;
    }
}
@media screen and (max-width: 1250px) {
    ::-webkit-input-placeholder{
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px) {
    ::-webkit-input-placeholder{
        font-size: 13px;
    }
}
@media screen and (max-width: 1150px) {
    ::-webkit-input-placeholder{
        font-size: 12px;
    }
}