﻿@charset "utf-8";
html,
body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
img {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

ul,
li {
    list-style: none;
}

input,
button,
select {
    border: none;
    outline: none;
}

a {
    color: transparent;
    text-decoration: none;
}

@media screen and (min-width:320px) and (max-width:359px) {
    html {
        font-size: 100%;
    }
}

@media screen and (min-width:360px) and (max-width:374px) {
    html {
        font-size: 112.5%;
    }
}

@media screen and (min-width:375px) and (max-width:413px) {
    html {
        font-size: 117%;
    }
}

@media screen and (min-width:414px) and (max-width:479px) {
    html {
        font-size: 129%;
    }
}

@media screen and (min-width:480px) and (max-width:567px) {
    html {
        font-size: 150%;
    }
}

@media screen and (min-width:568px) and (max-width:767px) {
    html {
        font-size: 177.5%;
    }
}

@media screen and (min-width:768px) and (max-width:959px) {
    html {
        font-size: 240%;
    }
}

@media screen and (min-width:960px) and (max-width:1023px) {
    html {
        font-size: 300%;
    }
}

@media screen and (min-width:1024px) {
    html {
        font-size: 320%;
    }
}


/*首页*/

.wdhd {
    position: relative;
    height: 120%;
}

.wdhd .logo {
    position: absolute;
    width: 23.75%;
    top: -2%;
    left: 13%;
}

.logo img {
    margin-top: 40%;
}

.nav {
    position: relative;
    width: 70%;
    top: -80%;
    padding: 2% 15% 0;
}

.newuser {
    position: absolute;
    width: 60%;
    left: 20%;
    height: 10rem;
    top: 23%;
}

.olduser {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 54%;
    height: 10rem;
}


/*注册页面*/

.loginpage .logo,
.registerpage .logo,
.jihuopage .logo {
    position: absolute;
    width: 17%;
    top: 0;
    left: 5.3125%;
}

.loginform,
.content_regp {
    position: absolute;
    width: 75%;
    left: 12.5%;
    top: 18%;
}

.content_regp .registertab,.content_regp .logintab {
    position: relative;
}

.registertab,.logintab {
    overflow: hidden;
    margin-bottom: 1rem;
}

.registertab>li:first-child ,.logintab>li:first-child{
    margin-right: 6%;
}

.registertab li.on ,.logintab li.on {
    width: 47%;
    height: 3rem;
    color: #fff;
    background: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/xz.png)no-repeat;
    background-size: 100% 100%;
}

.registertab li, .logintab li{
    float: left;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1rem;
    background: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/wxz.png)no-repeat;
    background-size: 100% 100%;
    height: 2.5rem;
    color: #c9633d;
    width: 47%;
}

.item_p {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.6875rem;
}

.accountico,
.pwdico,
.phoneico,
.msgico,
.yzmico {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    background-position: center center;
    display: inline-block;
    width: 6%;
    height: 55%;
    margin: 3% 4%;
}

.accountico {
    background: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/ico1.png)no-repeat;
    background-size: 100% 100%;
}

.pwdico {
    background: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/ico2.png)no-repeat;
    background-size: 100% 100%;
}

.phoneico {
    background: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/ico3.png)no-repeat;
    background-size: 100% 100%;
}
.msgico {
    background: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/ico5.png)no-repeat;
    background-size: 100% 100%;
}

.yzmico {
    background-image: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/ico4.png);
    background-size: 100% 100%;
}

input::-webkit-input-placeholder {
    color: #c88771;
}

input::-moz-placeholder {
    color: #c88771;
}

input:-moz-placeholder {
    color: #c88771;
}

input:-ms-input-placeholder {
    color: #c88771;
}

.item_p input {
    width: 100%;
    height: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2.5rem;
    background: #fffbf0;
    font-size: 0.75rem;
    line-height: 1.75rem;
    border: 1px solid #c88771;
    border-radius: 3px;
    color: #c88771;
}

.item_p .yzmimg,
.item_p .getyzm {
    cursor: pointer;
    position: absolute;
    width: 37%;
    height: 2rem;
    top: 0;
    right: 0;
}

.item_p .getyzm {
    background: #c9633d;
    color: #fff;
    line-height: 2rem;
    font-size: 12px;
    text-align: center;
}
.item_p .disab{
  cursor: not-allowed;
}

.registerform {
    display: none;
}

.login_btn {
    background: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/xyBtn.png)no-repeat;
    background-size: 100%;
    width: 99%;
    height: 3rem;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.xieyi {
    color: #855545;
    text-align: center;
    margin-bottom: 5%;
}

.wordTs {
    color: #c55630;
    height: 2rem;
    display: inline-block;
}

#loginBtn,#loginMessageBtn {
    background: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/btn.png)no-repeat;
    background-size: 100%;
    width: 99%;
    height: 3rem;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
}


/*领取礼包*/

.jihuoform {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    top: 19.7%;
}

#ddlNetType,
#ddlGameServer {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 2.1rem;
    background: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/select.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 0 5%;
    color: #c88771;
}

.item_p_r {
    position: relative;
}

.item_p_r input {
    width: 100%;
    height: 2.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    padding-top: 0.25rem;
    background: #fffbf0;
    font-size: 0.75rem;
    line-height: 1.75rem;
    border: 1px solid #a65638;
    border-radius: 3px;
    color: #c88771;
}

.item_p_r .js_configCaptchaImg {
    cursor: pointer;
    position: absolute;
    width: 37%;
    height: 2rem;
    top: -7px;
    right: 0;
}

#btnRegister {
    background: url(http://img.gyyxcdn.cn/action/wdWx20180718/images/lbBtn.png)no-repeat;
    background-size: 100%;
    width: 99%;
    height: 3rem;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.wxtxt {
    color: #6f2911;
    text-align: center;
    font-size: 14px;
}

.wxtxt span {
    color: #d1582b;
}

.wxtxt img {
    margin: 20px auto;
    width: 200px;
}
.errortext{color: red;font-size: 16px;}

/* 扫码登录未激活的用户 */
.server-wrap{
  color: #986416;
  padding-top: 1rem;
  height: 10.69rem;
}
.server-wrap .tcContLine{
  font-size: 0.36rem;
    color: #986416;
    overflow: hidden;
    padding: .3rem 0;
}
.server-wrap .formt{
  float: left;
  text-align: right;
  display: block;
  margin-right: .2rem;
  margin-left: 1.2rem;
  font-size: 1rem;
}
.server-wrap .lf{
  float:left;
  font-size: 1rem;
}
.server-wrap .pasword_lf{
  position: relative;
}
.server-wrap .pwdBtn{
  width: .88rem;
  height: .38rem;
  background: url(http://g.gyyxcdn.cn/action/yearAbout/images/pwdclose.png) no-repeat;
  background-position: 0 0;
  position: absolute;
  right: .2rem;
  top: .9rem;
  background-size: .88rem .9rem;
  cursor: pointer;
}
.server-wrap .pasword_lf .pasword {
    padding: .2rem .1rem;
    border: 0.02rem solid #a66820;
    width: 100%;
    height: 2rem;
    box-sizing: border-box;
    padding-left: 5%;
    padding-top: 0.25rem;
    background: #fffbf0;
    font-size: 0.75rem;
    line-height: 1.75rem;
    border: 1px solid #a65638;
    border-radius: 0.2rem;
    color: #c88771;
}
.server-wrap button{
  border: none;
  display: inline-block;
  background: hsl(21, 37%, 62%);
  color: #fff;
  width: 45%;
  padding: .1rem 0;
  font-size: 1rem;
  overflow: hidden;
  margin-right: 3%;
  height: 1.5rem;
}
.server-wrap .confirmBtn{
  background: #853a10;
  float: left;
}
.server-wrap .quxiaoBtn{float: right;}
.server-wrap .btnWrap{
    width: 73%;
    margin: 0.9rem auto 0;
}
.server-wrap .error {display: none;
  font-size: .7rem;
  color: red;
  text-align: center;
  width: 90%;
  margin: 0 auto;}
  .tc{z-index: 99999; width: 80%;position:fixed;top:15%;left:50%;display:none;
    background: #fffbf0;
    background-size: 100% 100%;
    margin-left: -40%;
    border-radius: 0.4rem;

 }
  .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 99;
  display: none;
}

