@charset "utf-8";
.wrap {
    width: 100%;
    min-width: 1000px;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.box {
    width:506px;
    height:491px;
    margin: 0 auto;
    background:url(../images/gwent/box_gwent.png) no-repeat;
}

.sub {
    width: 100%;
    height: 100%;
}
.sub h2{ font-size: 20px; color: #fff; position: absolute;top:75px; left: 125px;}

.change_login {
    display: inline-block;
    position: absolute;
    top: 74px;
    right: 107px;
    font-size: 14px;
    color: #0eb582;
}

.change_login:hover {
    color: #ffc600;
    text-decoration: underline;
}

.ipt_area {
    display: block;
    padding: 0 68px;
    padding-top: 116px;
}

.ipt_area p.ib {
    border: 1px solid rgba(242, 242, 242, 0.3);
    *border: 1px solid #787878;
    border: 1px solid #787878 \0;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    -webkit-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    vertical-align: top;
    position: relative;
}

.ipt_area .inputLabel {
    position: absolute;
    top: 10px;
    left: 40px;
    color: #9c7e9e;
    font-size: 14px;
    visibility: hidden;
}

.ipt_area p.ib span.ico {
    margin: 9px 0px 9px 9px;
}

.ico {
    display: inline-block;
    background: url("../images/sp_ico.png") no-repeat 0 0;
}

.ico_user {
    width: 23px;
    height: 23px;
   background:url(../images/gwent/ico_write.png) no-repeat -90px -3px;
}

.ico_psw {
    width: 23px;
    height: 23px;
   background:url(../images/gwent/ico_write.png) no-repeat -120px -3px;
}

.ico_refresh {
    width: 16px;
    height: 17px;
    background-position: 0 -28px;
    vertical-align: middle;
}

.ico_editor {
    width: 25px;
    height: 26px;
    background-position: 0 -51px;
    vertical-align: middle;
}

.ico_mark {
    width: 27px;
    height: 28px;
    background-position: -29px -50px;
    vertical-align: middle;
}

.ico_line {
    width: 2px;
    height: 28px;
    background-position: 0px -81px;
    vertical-align: middle;
    margin: 0 15px;
}

.ico_small_tip,.ico_tip {
    width: 17px;
    height: 17px;
    vertical-align: -3px;
    *vertical-align: 1px;
    margin-right: 5px;
    background: url("../images/gwent/ico_point.png") no-repeat 0 0;

}

.ipt_area p .ipt {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    border: none;
    background: none;
    width: 80%;
    padding-left: 10px;
    color: #fff;
}

.getVerificationCode {
    display: inline-block;
    width: 103px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    *background: #9c829d;
    background: #9c829d \0;
    background: rgba(242, 242, 242, 0.3);
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-left: 9px;
    cursor: pointer;
    text-align: center;
}

.error {
    height: 20px;
    line-height: 20px;
    margin-left: 3px;
    visibility: hidden;
}

.btn-red {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    background: #0eb582;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

.btn-purple {
    width: 280px;
    background: #0eb582;
}

.link {
    margin-top: 40px;
    text-align: center;
}

.link a {
    color: #fff;
    font-size: 18px;
    -webkit-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -moz-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -ms-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -o-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    vertical-align: -2px;
}
.link a:hover{
    color: #ffc600;
}


.login{ display: none;}
.normal #tel{ display: block;}
.fast #names{ display: block;}

/* container */
.bg01,.bg02 {
    width: 100%;
    height: auto;
    background: #16141f url("../images/gwent/bg_gwent.jpg") no-repeat 50% 0;
}

.header {
    width: 452px;
    margin: 10px auto 18px;
    text-align: center;
}

.h_tit {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
}

.tab {
    width: 418px;
    height: 49px;
    *height: 48px;
    background: #ffffff;
    border: 1px solid #5e5e5e;
    border-bottom: 1px solid #ae88d4;
    border-right: none;
}

.tab li {
    display: block;
    float: left;
    width: 138px;
    line-height: 49px;
    *line-height: 48px;
    color: #5e5e5e;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #5e5e5e;
}

.tab li.last {
    width: 139px;
}

.tab li.active {
    color: #763f79;
    border: 1px solid #ae88d4;
    border-bottom: 1px solid #fff;
    margin: -1px 0 -1px -1px;
}

.tab li.last.active {
    margin: -1px -1px -1px -1px;
}

.register_con .getVerificationCode {
    border: 1px solid #c2c2c2;
    color: #5e5e5e;
    height: 39px;
    line-height: 39px;
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: -webkit-moz-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
}

.h_tit2 {
    font-size: 18px;
    color: #fdfdfd;
    line-height: 30px;
}

.mod_regist_form_submit {
    margin-top: 7px;
}

.mod_regist_form_submit .agreement {
    display: inline-block;
    float: left;
    width: 135px;
    padding-top: 30px;
    font-size: 22px;
    color: #ffffff;
}

.mod_regist_form_submit input {
    width: 218px;
}

.mod_regist {
    width: 452px;
    margin: 0px auto;
}

.mod_regist_form {
    margin-top: 15px;
    position: relative;
    height: 508px;
}

.mod_regist_form .verifyCode .imgCodeBg {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 1px;
    z-index: 10;
    width: 80px;
    height: 40px;
    background: #ECECEC
}

.mod_regist_nav {
    position: relative;
    background: rgba(0, 0, 0, .5);
    *background: #110a06;
    background: #110a06 \0;
    border: 1px solid #000;
    border-right: none;
}

.mod_regist_nav ul {
    overflow: hidden;
    zoom: 1
}

.mod_regist_nav ul li {
    float: left;
    width: 149px;
    height: 47px;
    border-right: 1px solid #000;
}

.mod_regist_nav ul li a {
    text-align: center;
    display: block;
    color: #fefefe;
    line-height: 47px;
    height: 47px;
    font-size: 20px;
}

.mod_regist_nav ul li.cur a {
    color: #fff;
    position: absolute;
    width: 149px;
    height: 47px;
    background: rgba(123, 123, 123, .5);
    *background: #625f5d;
    background: #625f5d \0;
}

.inputBox {
    position: relative;
    height: 49px;
}

.inputBox .inputLabel {
    display: block;
    position: absolute;
    top: 10px;
    left: 18px;
    z-index: 9;
    font-size: 16px;
    line-height: 18px;
    vertical-align: middle;
    color: #b5b5b5;
    cursor: text;
    visibility: hidden;
}

.inputBox input {
    border: 1px solid #787878;
    width: 100%;
    padding: 10px 0;
    line-height: 27px;
    *line-height: 21px;
    line-height: 21px \0;
    font-size: 16px;
    text-indent: 16px;
    zoom: 1;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -khtml-sizing: content-box;
    box-sizing: content-box;
    vertical-align: top;
    border-radius: 2px;
    color: #fff;
    vertical-align: top;
    background: rgba(0, 0, 0, .5);
    *background: #110a06;
    background: #110a06 \0;
}

.inputBox input:focus {
    border: 1px solid #c74105;
}
.inputBox .w_247{ width: 265px!important;}
.ipt_area  .w_120{ width: 208px!important;}
.ipt_area  .w_170 {width: 256px!important;}

.tip {
    visibility: hidden;
    position: relative;
    z-index: 8;
    width: 100%;
    height: 30px;
    line-height: 30px
}

.tipspan {
    float: left
}

.tip .tipsBg, .tip .tipsError, .tip .tipsSuc {
    display: none;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #ff5959;
    overflow: hidden
}

.tip .tipsInfo {
    font-size: 12px;
    color: #221e1f;
    height: 30px;
    line-height: 30px;
    padding-left: 3px;
    display: none;
}

.tipsError {
    color: #ff0000;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 3px;
    visibility: hidden;
}

.show {
    visibility: visible !important;
}

.tip.show_tips {
    visibility: visible
}

.tip .pwd_lv {
    float: right;
    margin: 2px 0 0
}

.tip .rankHigh, .tip .rankLow, .tip .rankMiddle {
    display: block;
    width: 45px;
    height: 18px;
    margin: 3px 1px 1px;
    background: #f9cfb2;
    color: #fefdfe;
    text-align: center;
    line-height: 18px;
    cursor: default
}

.tip .curLow .rankLow {
    background: #c9242b;
    color: #fff
}

.tip .curMiddle .rankMiddle {
    background: #eb6100;
    color: #fff
}

.tip .curHigh .rankHigh {
    background: #add966;
    color: #fff
}

.mod_regist_form .getVerificationCode {
    display: inline-block;
    padding: 0;
    color: #ffffff;
    width: 172px;
    height: 47px;
    *height: 43px;
    height: 41px \0;
    line-height: 47px;
    *line-height: 43px;
    line-height: 41px \0;
    *margin-top: 1px;
    margin-left: 6px;
    text-indent: 0px;
    font-size: 20px;
    background: #726864;
    border: 1px solid #726864;
}

.input_wrap {
    display: none;
}

.registPhone #input_wrap_username {
    display: block;
}

.registMail #input_wrap_email {
    display: block;
}

.registCustom #input_wrap_custom {
    display: block;
}

.registMail .h_tit2 {
    margin: 79px 0 0px;
}

#input_wrap_password, #input_wrap_card, #input_wrap_name {
    display: block;
}

.footer {
    padding: 105px 0 50px;
}

.footer .inner {
    width: 800px;
    margin: 0 auto;
}

.footer .fList{
    text-align: center;
}

.footer .fList li {
    display: inline-block;
    margin: 0 10px;
}

.footer .fList li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    display: block;
}

.footer .fList li a:hover {
    color: #ffc600;
}

.footer .fList li a .ico {
    background: url(../images/gwent/ico_mation.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.footer .fList li a .ico.ico_q {
    background-position: 0 0;
}

.footer .fList li a .ico.ico_f {
    background-position: -25px 0;
}

.footer .fList li a .ico.ico_a {
    background-position: -50px 0;
}

.footer .copyList {
    margin-top: 38px;
}

.footer .links {
    width: 350px;
    height: 83px;
    background: url(../images/gwent/other_link.png) no-repeat;
    float: none;
    position: relative;
    margin: 7px auto 0;
}

.footer .copyright {
    /*float: right;*/
    width: 450px;
    margin: 35px auto 0;
    text-align: center;
}


.footer .copyright ul li {
    display: inline-block;
}

.footer .copyright ul li a {
    font-size: 14px;
    color: #fefefe;
    line-height: 20px;
    -webkit-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -moz-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -ms-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -o-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
}

.footer .copyright ul li a:hover, .footer .fList li a:hover {
    color: #fff;
}

.footer .copyright ul li a span {
    display: inline-block;
    margin: 0 10px;
}

.footer .coyright-w{
    margin-top: 5px;
}

.footer .coyright-w p {
    font-size: 12px;
    line-height: 20px;
    color: #9f9e9e;
    -webkit-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -moz-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -ms-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -o-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
}

.footer .copyList .b_link1, .footer .copyList .b_link2 {
    display: block;
    width: 160px;
    height: 83px;
    position: absolute;
    top: 0px;
}

.footer .copyList .b_link1 {
    left: 0px;
}

.footer .copyList .b_link2 {
    top: 0px;
    left: 200px;
}

/* 2016/11/02 adds by lz */
.box1{
    width: 416px;
    height: 487px;
    background: url("../images/bg_box2.png") no-repeat 0 0;
    margin: 0 auto;
}
.successful {
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    padding: 100px 0 30px;
}
.ico_hook {
    width: 42px;
    height: 39px;
    background-position: 0 -164px;
    vertical-align: middle;
}
.back_index{ 
    display: block; 
    width: 80%;
    background: #0eb582;
    border: 1px solid #0eb582;
    margin: 40px auto 20px;
}
a.back_index:hover{color: #fff;}
.logo1 {
    width: 452px;
    margin: 10px auto 18px;
    text-align: center;
}