.wrapper{
    min-height: 100vh;
}
.header{
    width: 7.2rem;
    height: 5.42rem;
    background-image: url("https://static.tebakgame.com/images/vvip/bg_header.png");
}
.header_title{
    margin: .1rem auto .2rem;
    width: 5.08rem;
    height: .72rem;
    background-image: url("https://static.tebakgame.com/images/vvip/common/text/login_title.png");
}
.header_icon{
    width: 3.2rem;
    height: 2.8rem;
    background-image: url("https://static.tebakgame.com/images/vvip/common/icon/login_icon.png");
}

.form-page{
    margin-top: .6rem;
}
.form-group {
    margin-bottom: .35rem;
}
.form-group label{
    display: block;
    margin-bottom: .05rem;
    margin-left: .2rem;
    font-size: .3rem;
}
.form-group .item-input{
    width: 5.75rem;
    height: .82rem;
    line-height: 1;
    border-radius: 1rem;
    text-align: center;
    color: #ffebbb;
    font-size: .46rem;
    background: #05080f;
    border: .03rem solid #A46C44;
}
.form-group .item-input-s{
    width: 3.5rem;   
}
.form-group .item-input input{
    width: 100%;
    height: 100%;
    outline: none;
    background: transparent;
    text-align: center;
    line-height: 1;
    border: none;
}
.form-group .item-input::before,
.form-group .item-input::after {
  content: "";
  position: absolute;
  left: 35%;
  right: 35%;
  height: .03rem;
  background: linear-gradient(to right,transparent 0%,#E99C42 40%,#E99C42 60%,transparent 100%) ;
  pointer-events: none;
}
.form-group .item-input::before {
  top: -.03rem;
}
.form-group .item-input::after {
  bottom: -.03rem;
}
.form-group .item-input .btn-purple{
    right: -2.3rem;
}

.form-page .btn-gold-l{
    margin-top: 1.3rem;
    margin-bottom: 1rem;
}
.top-logo{
    margin-top: .5rem;
}
.top-logo img{
    width: .56rem;
    height: .24rem; 
}
.top-logo::after,
.top-logo::before{
    content: "";
    position: absolute;
    top: 50%;
    width: 2.19rem;
    height: .16rem;
    background: url("https://static.tebakgame.com/images/vvip/common/icon/title_before.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-logo::before{
    left: -2.4rem;
}
.top-logo::after{
    right: -2.4rem;
    -webkit-transform:rotate(180deg) translateY(50%);
    transform:rotate(180deg) translateY(50%);
}
.form-group input.error {
  border: .03rem #FF3535 solid;
  border-radius: 1rem;
}
.form-group .error-msg {
  position: absolute;
  bottom: -.35rem;
  right: .35rem;
  min-width: 4rem;
  color: #ff3535;
  font-size: 0.22rem;
}
.form-group .item-input-s .error-msg {
    right: -.2rem;
}
.area-code{
    padding-right: .3rem;
    width: 1.65rem;
    height: 100%;
    background: linear-gradient(#C48445,#AD6F3C);
    border: .02rem #CD8547 solid;
    font-size: .4rem;
    -webkit-border-radius: .5rem 0 0 .5rem;
    border-radius: .5rem 0 0 .5rem;
    box-sizing: border-box;
    flex-shrink: 0;
}
.area-code::after{
    content: "";
    position: absolute;
    top: 50%;
    right: .2rem;
    width: .31rem;
    height: .15rem;
    background: url("https://static.tebakgame.com/images/vvip/common/icon/ico_arrow_down.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.area-code.active:after{
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.area-code .text{
    height: 100%;
}

.area-code ul{
    top: 110%;
    width: 1.65rem;
    background: #935D35;
    border: .03rem #BF7945 solid;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    z-index: 3;
    overflow: hidden;
    display: none;
}
.area-code.active ul{
    display: block;
}
.area-code ul li{
    padding: .2rem 0;
    margin: 0 auto;
    width: 98%;
    font-size: .35rem;
    color: #ffebbb;
    border-bottom: .02rem #7D4B26 solid;
}
.area-code ul li.active{
    background: #B97B41;
}
.area-code ul li:last-of-type{
    border-bottom: none;
}