/*---------header-------*/
.header{
    width: 100%;
    height: 102px;

}
.logo{
    float: left;
    line-height: 102px;
}
.text{
    float: right;
    margin-top: 28px;
}
.text h2{
    font-size: 20px;
    font-weight: bold;
    color: #5f5f5f;
    letter-spacing: 1px;
}
.text p{
    font-size: 18px;
    font-weight: bold;
    color: #ff7800;
    margin-top: 10px;
}


/*-----------文字---------*/
.register{
    width: 100%;
    height: 526px;
    background:url("../images/register_bg.png") no-repeat center/cover;
}
.reg_cont{
    padding-left: 400px;
    padding-top: 54px;
    float: left;
    width: 375px;
}
.reg_form {
    float: right;
    margin-right: 10px;
    margin-top: 54px;
}
.reg_cont h3{
    font-size: 36px;
    color: white;
}
.reg_cont b{
    font-size: 48px;
    font-weight: bold;
   color: #ffb239;
}
.reg_cont p{
    color: white;
    font-size: 36px;
    letter-spacing: 1px;
    word-spacing: 10px;
}
.reg_cont li{
    color: white;
    font-size: 20px;
    line-height: 28px;
}
.reg_cont ul{
    margin-top: 20px;
}



/*--------切换按钮-----*/
.reg_form form{
    width: 379px;
    height: 411px;
    background: #ffffff;
    border-radius: 10px;
}
.tab_menu{
    width: 350px;
    height: 64px;
    margin: 0 auto;
    border-bottom: 1px solid #d2d2d2;
}
.tab_menu li{
    float: left;
    font-size: 24px;
    color: #121314;
    width: 175px;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
}
.tab_menu .on{
    color: #25aeef;
    border-bottom: 3px solid #25aeef;
}
/*------登录-----------*/
.reg_01{
    height: 348px;
    width: 350px;
    margin: 0 auto;
}
.reg_01 li ,.reg_02 li{
    width: 350px;
    height: 50px;
    border:1px solid #d2d2d2;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
}
.reg_01 li  input ,.reg_02 li  input{
    width: 300px;
    height: 28px;
    position: absolute;
    top:10px;
    left: 35px;
    border: 0;
}
.reg_01 li img ,.reg_02 li img{
    margin-top: 10px;
    margin-left: 10px;
}
.reg_01 p ,.reg_02 p{
    width: 350px;
    margin: 20px auto 0 ;
}
input[type="checkbox"]{
    width: 16px;
    height: 16px;
    border: 1px solid #bfbfbf;
    margin-left: 5px;
}
.reg_01 p label{
    font-size: 16px;
    color: #121314;
    cursor: pointer;
}
.reg_01 p a{
    color: #121314;
    font-size: 16px;
    float: right;
}
input[type="submit"]{
    width: 350px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #25aeef;
    color: #ffffff;
    font-size: 20px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.reg_01 li a{
    font-size: 16px;
    color: #121314;
    line-height: 50px;
}
.reg_01 li:last-child img{
    margin-top: 0px;

}
.reg_01 li:last-child{
    border: 0;
}

/*----------注册---------*/
.reg_02{
    height: 348px;
    width: 350px;
    margin: 0 auto;
}
.reg_02 a{
    background:linear-gradient(160deg,#ff7800 20%,#ff891c 80%);
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    width: 188px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
}
.dx input{
    width: 146px;
    height: 50px;
    border-radius: 5px;
    border:1px solid #d2d2d2;
    padding-right: 5px;
    text-align: center;
}

.tab_box>div{
    display: none;
}
.tab_box >div:first-child{
    display: block;
}


/*-----------底部--------*/
.reg_footer{
    width: 100%;
}
.reg_footer li{
    float: left;
    margin-left: 25px;
    line-height: 30px;
}
.reg_footer li:first-child{
    margin-left:0px;
}
.reg_footer a{
    font-size: 14px;
    color: #646464;
    display: inline-block;
}
.reg_footer ul{
    margin: 40px auto 0;
    width: 900px;
}
.reg_footer p{
    text-align: center;
    font-size: 12px;
    color: #bababa;
    margin-top: 30px;
}