/* 用户注册 */
body{
   background:#F9F9F9;
}
.register{
    width: 100%;
}
.header>a>img {
    width: 170px;
    float: left;
    margin: 10px 0 0 350px;
}
.register .header{
    width: 100%;
    height: 76px;
    background: white;
}
.register .header>img{
    width: 170px;
    float: left;
    margin: 10px 0 0 350px;
}
.register .header>div{
    width: 1180px;
    height: 76px;
    margin: 0 auto;
}
.register .header>div>p{
    float: left;
    font-size: 18px;
    color: #666;
    padding-left: 23px;
    border-left: 1px solid #DBDBDB;
    height: 32px;
    margin-left: 30px;
    line-height: 32px;
    margin-top: 22px;
}
.register .vip{
    width: 980px;
    height: 630px;
    margin:  0 auto;
    margin-top: 64px;
    background: white;
}
.register .vip h3{
    background: #FFD101;
    font-size: 24px;
    color: black;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 400;
}
.register .vip .zhuce{
    width: 420px;
    margin: 0 auto;
    margin-top: 54px;
}
.register .vip .phone{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #EBEBEB;
}
.register .vip .phone input{
    border: none;
    outline: none;
    font-size: 16px;
    color: #666;
}
.register .vip .validate{
    margin-top: 40px;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #EBEBEB;
}
.register .vip .validate input{
    border: none;
    outline: none;
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}
.register .vip .validate .fasong{
    cursor: pointer;
    float: right;
    width: 98px;
    height: 30px;
    border: 1px solid #F7B101;
    line-height:28px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
    margin-top: -10px;
    background-color: #fff;
    outline: none;
}
.register .vip .zhuce>p{
    margin: 22px 0 24px 0;
    font-size: 15px;
    color: #999;
}
.register .vip .zhuce>p a{
    color: #F7B101;
}
.register .vip .zhuce .password{
    height: 35px;
    border-bottom:1px solid #EBEBEB;
    margin-top: 45px;
}
.register .vip .zhuce .password input{
    border: none;
    outline: none;
    font-size: 16px;
    color: #666;
    width: 100%;
}
.register .vip .zhuce .check{
    margin-top: 28px;
    font-size: 14px;
    color: #999;
}
.register .vip .zhuce .check input{
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    border: 1px solid #999;
    border-radius: 4px;
    position: relative;
    -webkit-appearance:none;
    outline: none;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.register .vip .zhuce .check .show::after{
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 2px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(../img2/login_after.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
.register .vip .zhuce .check a{
    color: #F7B101;
}
.register .vip .zhuce .a1{
    display: block;
    width: 420px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background: #FFD101;
    border-radius: 5px;
    margin-top: 40px;
}
.register .vip .zhuce .a2{
    float: right;
    margin-top: 45px;
    font-size: 14px;
    color: #F7B101;
}
.register .bot{
    width: 100%;
    margin-top: 94px;
}
.register .bot p{
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.register .bot .p1{
    margin: 0 auto;
    width: 430px;
    background: url(../img2/login_anquan.png) no-repeat left center;
}
.register .bot p a{
    color: #F6B205;
}
.register .m-bot{
    display: none;
    width: 100%;
    font-size: 10px;
    line-height: 30px;
    color: #8C8A89;
    padding: 20px 0;
    background: #3F3C3A;
    text-align: center;
}