/* 通用注册页 */
#common-register{
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
}
body{
    background-color: #000;
}
.reg-container{
    width: 1200px;
    height: 695px;
    overflow: hidden;
    margin: 0 auto 0 auto;
}
.reg-container .register-doc{
    float: left;
    width: 700px;
    position: relative;
    padding-top: 350px;
}
.reg-container .register-doc img{
    width: 240px;
    height: 120px;
    position: absolute;
    top:60px;
    left:0;
}
.reg-container .register-doc .game-fuli{
    margin-left: -5px;
    margin-right: -5px;
}
.reg-container .register-doc .game-fuli .fuli-item{
    float: left;
    width: 50%;
    padding: 5px;
    position: relative;
}
.register-doc .game-fuli .fuli-item p{
    width: 100%;
    height: 90px;
    background: #5D0000;
    border:5px solid #470000;
    padding:20px 10px 20px 20px;
    cursor: pointer;
    font-size: 17px;
    color:#bb5a5a;
    line-height: 40px;
    text-indent: 65px;
}
.register-doc .game-fuli .fuli-item p:hover{
    background: #6f0606;
}
.register-doc .game-fuli .fuli-item p span{
    font-weight: bold;
    font-style: italic;
    margin-left:3px;
    margin-right:6px;
    font-size: 19px;
    color:#acc100;
}
.register-doc .game-fuli .fuli-item i{
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    background: url('/skin/tg2/fuli-icon.png') no-repeat;
    top:25px;
    left:25px;
}
.register-doc .game-info{
    background: url('/skin/tg2/fuli_back.png') center center no-repeat;
    width: 100%;
    height: 145px;
    padding:20px;
    position: relative;
    padding-left: 130px;
}
.register-doc .game-info h2{
    font-size: 17px;
    color:#ffa800;
    line-height: 30px;
}
.register-doc .game-info .remarks{
    line-height: 30px;
    color:#fcc87d;
    font-size: 17px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.register-doc .game-info .remarks span{
    color: #ff0;
    font-size: 19px;
    margin-right: 15px;
}
.register-doc .game-info i{
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(/skin/tg2/fuli.png) no-repeat;
    font-size: 0px;
    background-size: 100%;
    position: absolute;
    top:10px;
    left:10px;
}
.register-doc .game-fuli .fuli-item i.icon1{
    background-position: 0 -4px;
}
.register-doc .game-fuli .fuli-item i.icon2{
    background-position: 0 -64px;
}
.register-doc .game-fuli .fuli-item i.icon3{
    background-position: 0 -124px;
}
.register-doc .game-fuli .fuli-item i.icon4{
    background-position: 0 -184px;
}
.reg-container .register-form-container{
    float: right;
    width: 435px;
    height: 695px;
    padding: 180px 90px 0 90px;
    background: url('/skin/tg2/reg_form.png') top center no-repeat;
}
.register-form-container .form-item{
    line-height: 35px;
    padding-bottom: 35px;
    position: relative;
}
.register-form-container .form-item input{
    width: 100%;
    line-height: 33px;
    height: 35px;
    border:1px solid #dedede;
    border-radius: 4px;
    text-indent: 43px;
    color:#333;
    outline:none;
}
.register-form-container .form-item i.prefix{
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top:2px;
    left:2px;
    background-color: #eaeaea;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.register-form-container .form-item.username-item i.prefix{
    background-image: url('/skin/tg2/ipt-user.png');
}
.register-form-container .form-item.password-item i.prefix{
    background-image: url('/skin/tg2/ipt-pwd.png');
}
.register-form-container .form-item i.after{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top:10.5px;
    right:10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.register-form-container .form-item i.after.error{
    background-image: url('/skin/tg2/tips_error.png');
}
.register-form-container .form-item i.after.success{
    background-image: url('/skin/tg2/tips_success.png');
}
.register-form-container .form-item i.after.loading{
    background-image: url('/skin/tg2/loading.gif');
    width: 16px;
    height: 16px;
    top:9.5px;
    right: 9px;
}
.register-form-container .form-item span.tips{
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left:0;
    top:35px;
    font-size: 12px;
    color:#b98019;
    text-align: right;
}
.register-form-container .form-item span.tips.error{
    color:#f00;
}
.register-form-container .form-item span.tips.success{
    color:#30f726;
}
.register-form-container .check-item{
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}
.register-form-container .check-item input{
    display: inline-block;
}
.register-form-container .check-item label{
    margin-left: 5px;
    cursor: pointer;
}
.register-form-container .check-item a{
    margin: 0 2px;
    text-decoration: underline;
    font-size: 12px;
}
.register-form-container .check-item,
.register-form-container .check-item a{
    color:#9e574e;
}
.register-form-container .check-item.tips,
.register-form-container .check-item.tips a{
    color:#ff0;
}
.register-form-container .button-item{
    height: 91px;
    text-align: center;
}
.register-form-container .button-item button.registerBtn{
    width: 232px;
    height: 91px;
    background: url('/skin/tg2/start.png') center center no-repeat;
    cursor: pointer;
    outline:none;
}
.register-form-container .sms-item{
    margin-top: 30px;
}
.register-form-container .sms-item .tips{
    position: relative;
    text-align: center;
    line-height: 20px;
    color:#9a3b2e;
}
.register-form-container .sms-item .tips span::after,
.register-form-container .sms-item .tips span::before{
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #5a1107;
    content: "";
    position: absolute;
    top:10px;
}
.register-form-container .sms-item .tips span::before{
    left:0;
}
.register-form-container .sms-item .tips span::after{
    right: 0;
}
.register-form-container .sms-item .sms-item-button{
    height: 31px;
    text-align: center;
    margin-top: 20px;
}
.register-form-container .sms-item .sms-item-button a{
    display: inline-block;
    height: 31px;
    width: 100px;
    vertical-align: top;
    background: url('/skin/tg2/sms_login.png') center center no-repeat;
    margin: 0 8px;
    text-indent: -99999px;
}
.register-form-container .sms-item a.sms-qq{
    background-position: 0 0;
}
.register-form-container .sms-item a.sms-weixin{
    background-position: 0 -31px;
}
.copyright{
    margin-top: 40px;
}
.copyright,
.copyright p{
    text-align: center;
    line-height: 20px;
    color:#696969;
    font-size: 12px;
}
.copyright span,
.copyright a,
.copyright font{
    margin: 0 5px;
    color:#696969;
    font-size: 12px;
}
.copyright a{
    color:#696969;
    margin:  0 5px;
    font-size: 12px;
    text-decoration: underline;
}