/*注册*/
body{
    background-color: #1C1CC6 !important;
}
.home-header{
    height: 100vh;
    background-color: rgba(28,28,198,1);
}
.header-logo{
    margin:2em 2em 0em 2em;
}
.content{
    margin-top: 4em;
    margin-left: 12.5%;
}
.big_title{
    font-size:60px;
    font-family:Montserrat;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.big_title span{
    border-bottom: 10px solid #51E334;
    padding-bottom: 15px;
}
.pass_title{
    margin-bottom: 1em;
}
.big_intr{
    font-size:24px;
    font-family:Microsoft YaHei UI;
    font-weight:300;
    color:rgba(255,255,255,1);
    margin-top: 40px;
    margin-bottom: 30px;
}
.big_con{
    background:rgba(255,255,255,1);
}
.con_title{
    /*font-size:24px;*/
    font-size: 1.5em;
    height: 3em;
    font-family:Microsoft YaHei UI;
    font-weight:bold;
    color:rgba(35,35,217,1);
    padding-top: 1.5em;
    margin-left: 4.1666666667%;   
}
.con_title_kong{
    height: 3em;
    font-size: 1.5em;
    padding-top: 1.5em;
    border-bottom: 1px solid #B5B5B5;
}
.green_line{
    border-bottom: 5px solid #51E334;
}
.reg-star-red{
    width:9px;
    height:10px;
    font-size:30px;
    font-family:Gotham Rounded;
    font-weight:300;
    color:rgba(232,53,11,1);
    line-height:36px;
}
.reg-table-td{
    font-size:18px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: right;
}
.table td, .table th {
    border-top: none !important; 
}
.input_con{
    border-bottom:#ccc 1px solid;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:0px;
    width: 100%;
    padding: 10px;
    outline:none;
    font-size:18px;
    font-family:Gotham;
    font-weight:bold;
    color:rgba(51,51,51,1);
    background-color: transparent;
}
.input_con::placeholder {
    font-size:18px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.input_con:focus {
    border-bottom:#535353 1px solid;
}
.code{
    width: 75% !important;
}
#getcode{
    background-color: #0000FF;
    font-size:16px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(255,255,255,1);
    /*width: 130px;*/
    float: right;
    padding: 10px;
    cursor: pointer;
    border: 0px;
}
.con_content{
    margin-top: 3em;
}
.reg-table-td1{
    font-size:16px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(255,64,0,1);
}
.check{
    width:20px;
    height:20px;
    margin-right: 15px;
}
.check_con, .check_con a{
    font-size:16px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-top: 10px;
}

.check_con a{
    text-decoration:underline;
}

.check_con, .check_con a:hover{
    color:rgba(102,102,102,1) !important;
}

.btn_td{
    padding-right: 4.1666666667% !important;
}

.btn {
    position: relative;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    float: right;
    padding: 20px 55px 20px 28px !important;
}

.btn-deco__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,255,1);
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.btn-deco__inner {
    position: relative;
    font-size:16px;
    font-family:Gotham Rounded;
    font-weight:bold;
    color:rgba(81,227,52,1);
}
.btn-deco__line {
    position: absolute;
    transform: matrix(1, 0, 0, 1, 0, 0); 
    right: -20px;
    top: 50%;
    width: 52px;
    border-top: 1px solid #51E334;
}

.btn:hover {
    color: black;
    padding: 20px 28px 20px 55px !important;
}

.btn:hover > .btn-deco__bg{
    background-color: #51E334;
}

.btn:hover > .btn-deco__inner{
    color:rgba(28,28,198,1);
}

.btn:hover > .btn-deco__line{
    position: absolute;
    top: 50%;
    left: -20px;
    border-top: 1px solid #0000FF;
    right: auto;
    width: 52px;
    transform-origin: left 50% 0px;
}

.end{
    margin-top: 8em;
}

.end_title{
    font-size:24px;
    /*font-family:Gotham Rounded;*/
    font-weight:500;
    color:rgba(204,204,204,1);
    letter-spacing: 15px;
}

.end_span{
    color:#51E334;
}

.end_img{
    position: absolute;
    bottom: 10px;
}

.end_line{
    padding: 0px 0px 5px 50px !important;
    color:rgba(204,204,204,1);
}

.end_email{
    font-size:18px;
    /*font-family:Gotham Rounded;*/
    font-weight:500;
    color:rgba(204,204,204,1);
    letter-spacing: 2px;
    margin-top: 5px;
}
.end_btn{
    border: 1px solid #51E334 !important;
    border-radius: 0 !important;
}
.end_btn .btn-deco__bg{
    background-color: #1C1CC6;
}
.botom_intr span{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.38;
}

.botom{
    text-align: center;
    margin-top: 4em;
    margin-bottom: 10em;
}

.botom_img{
    margin-left: 10px;
    cursor: pointer;
    opacity:0.38;
}


/*微信二维码*/
.wxqr{
    position: absolute;
    margin-top: 32px;
    margin-left: -76px;
    display: none;
}
/*微信二维码*/


/*首页*/
/*适配笔记本电脑*/
@media screen and (max-width: 1366px) {


}
/*适配笔记本电脑*/
/*适配手机端*/
@media screen and (max-width: 768px) {
    .header-pglogo{
        width: 160px;
        height: auto;
    }
    .header-logo{
        margin:2em 2em 0em 1em;
    }

}
/*适配手机端*/