a,b,body,button,blockquote,canvas,dd,div,dl,dt,em,fieldset,form,footer,frame,frameset,h1,h2,h3,h4,h5,h6,header,i,iframe,img,input,label,li,main,nav,ol,optgroup,p,pre,section,select,span,strong,table,tr,thead,th,tbody,td,textarea,ul,video{margin:0;padding:0}
html{font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{font-size:.14rem;overflow-x:hidden;-webkit-overflow-scrolling:touch}
a{background-color:transparent;text-decoration:none;-webkit-text-decoration-skip:objects;outline:none}
a:hover,a:active{outline-width:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
em,strong,th,i,b{font-style:normal;font-weight:normal}
table{border-collapse:collapse;border-spacing:0}
ol,ul,li{list-style:none outside none}
fieldset,img{border:0}
button,input{-webkit-appearance:none;line-height:normal;border:0;outline:0;border-radius:0}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#ccc}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#ccc}
input::-moz-placeholder,textarea::-moz-placeholder{color:#ccc}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none}
input[type="number"]{-moz-appearance: textfield}
.vbody{max-width:750px;height:100%;margin:0 auto;overflow:hidden;position:relative}
.hbody{max-width:1334px;height:100%;margin:0 auto;overflow:hidden;position:relative}
img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
html,body {
    position: relative;
    width: 100%;
}


@keyframes rotate{
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fadeInRightSelf{
    0% {
        -webkit-transform: translate3d(100%,0,0);
        opacity: 0;
    }
    
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInUpSelf{
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
}
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@font-face{
    font-family: 'syst';
    src: url(//pic.youzu.com/hd/shjh/xc/css/syst.otf);
}

.container{
    position: relative;
    width: 7.5rem;
    margin: 0 auto;
}
.main-wrap {
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 56.77rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.page-item{
    position: relative;
    margin: 0 auto;
}

.page-item .main-content{
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.page-item .main-content .page-title{
    position: relative;
    margin: 0 auto;
    width: 7.5rem;
    padding-top: .4rem;
}

.page-item.page-item1{
    width: 100%;
    height: 13.34rem;
}

@keyframes tip{
    0% {
        bottom: 0;
    }
    50% {
        bottom: .2rem;
    }
    100% {
        bottom: 0;
    }
}

.page-item1 .logo-box{
    position: absolute;
    top: .3rem;
    left: .2rem;
}
.page-item1 .arrow{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.31rem;
    background: url(../images/arrow.png) no-repeat;
    background-size: 100% auto;
    width: .63rem;
    height: .51rem;
    animation: tip 1.5s ease-out 0s infinite;
    -webkit-animation: tip 1.5s ease-out 0s infinite;
}
.page-item1 .logo-box .logo{
    width: 2.28rem;
    display: block;
}
.page-item1 .btn-login{
    position: absolute;
    top: .4rem;
    right: .2rem;
    background: url(../images/login-icon.png) no-repeat;
    background-size: 100% auto;
    width: .86rem;
    height: .41rem;
    z-index: 5;
}
.page-item1 .slogan{
    position: absolute;
    top: 0.3rem;
    left: 50%;
    width: 6.64rem;
    margin-left: -3.32rem;
}
.page-item2{
    width: 100%;
    height: 12.4rem;
}
.page-item2 .title{
    width: 7.42rem;
    text-align: center;
    margin: .5rem auto auto;
}
.page-item2 .swiper-attractions{
    width: 100%;
    margin: 2.4rem auto auto;
    position: relative;
    height: 6.16rem;
    padding-left: .2rem;
}
.page-item2 .swiper-attractions .swiper-slide{
    width: 4.4rem!important;
    height: 6.16rem;
    align-items: center;
}
.page-item2 .swiper-attractions .swiper-slide .attr-item{
    width: 100%;
    height: 100%;
    position: relative;
}
.page-item2 .swiper-attractions .swiper-slide .attr-item::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/icon-look.png) no-repeat;
    background-size: 100% auto;
    width: .88rem;
    height: .88rem;
}
.page-item2 .swiper-attractions .swiper-slide .attr-item.active::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/icon-js.png) no-repeat;
    background-size: 100% auto;
    width: .88rem;
    height: .88rem;
}

.page-item2 .attractions-pagination{
    height: 0.69rem;
    width: 100%;
    margin: 0.22rem auto;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
}
.page-item2 .attractions-pagination .swiper-pagination-bullet {
    background: #92bbca;
    width: .16rem;
    border-radius: 50%;
    height: .16rem;
    opacity: 1;
    margin: 0 0.1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.page-item2 .attractions-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #544941;
}

.page-item2 .train-box{
    position: relative;
    margin: .2rem auto auto;
    overflow: hidden;
}
.page-item2 .train-box .postsion-box{
    background: url(../images/huoc.png) no-repeat;
    background-size: 100% auto;
    width: 7.36rem;
    height: 3.71rem;
}
.page-item2 .train-box .postsion-box .pos{
    position: absolute;
    top: 1.48rem;
    background: url(../images/jd.png) no-repeat;
    background-size: 5.55rem .18rem;
    width: .6rem;
    height: .18rem;
}
.page-item2 .train-box .postsion-box .pos.active{
    background: url(../images/jd-c.png) no-repeat;
    background-size: 5.55rem .18rem;
}
.page-item2 .train-box .postsion-box .pos:nth-child(1){
    background-position: 0 0;
    left: 0.72rem;
}
.page-item2 .train-box .postsion-box .pos:nth-child(2){
    left: 1.57rem;
    background-position: -.82rem 0;
}
.page-item2 .train-box .postsion-box .pos:nth-child(3){
    left: 2.4rem;
    background-position: -1.65rem 0;
}
.page-item2 .train-box .postsion-box .pos:nth-child(4){
    left: 3.23rem;
    background-position: -2.48rem 0;
}
.page-item2 .train-box .postsion-box .pos:nth-child(5){
    left: 4.05rem;
    background-position: -3.32rem 0;
}
.page-item2 .train-box .postsion-box .pos:nth-child(6){
    left: 4.85rem;
    background-position: -4.12rem 0;
}
.page-item2 .train-box .postsion-box .pos:nth-child(7){
    left: 5.68rem;
    top: 1.49rem;
    background-position: -4.95rem 0;
}

.page-item3{
    position: relative;
    width: 100%;
    height: 15.6rem;
}
.page-item3 .btn-start{
    background: url(../images/btn-cj.png) no-repeat;
    background-size: 100% auto;
    width: 3.51rem;
    height: 1.15rem;
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    margin-left: -1.755rem;
}
.page-item3 .friend-text{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: .24rem;
    position: absolute;
    height: .4rem;
    line-height: .4rem;
    color: #603b28;
    bottom: 5rem;
    left: 0;
    display: none;
}
.page-item3 .friend-text i{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding: 0 .1rem;
    max-width: 2rem;
}

.page-item3 .friend-avatar{
    width:100%;
    position: absolute;
    left: 0;
    bottom: 2.8rem;
}
.page-item3 .friend-avatar .avatar-item{
    float: left;
    width: .98rem;
    margin-left: .23rem;
    height: .98rem;
    background: url(../images/icon-2.png) no-repeat;
    background-size: 100% auto;
    position: relative;
    outline: none;
}
.page-item3 .friend-avatar .friend-avatar-list{
    position: absolute;
    left: 1.2rem;
    top: 0;
    width: 6.4rem;
    height: .98rem;
}

.page-item3 .friend-avatar .avatar-item img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: .79rem;
    border-radius: 50%;
    height: .79rem;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.page-item3 .friend-avatar .avatar-item .name{
    position: absolute;
    top: .98rem;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: .18rem;
    color: #251515;
    text-align: center;
}

.page-item4{
    height: 15.43rem;
    position: relative;
    width: 100%;
} 
.page-item4 .btn-recording{
    background: url(../images/btn-look.png) no-repeat;
    background-size: 100% auto;
    width: 4.42rem;
    height: 1.34rem;
    position: absolute;
    bottom: 6.4rem;
    left: 50%;
    margin-left: -2.4rem;
} 
.page-item4 .code-box{
    position: absolute;
    bottom: 4rem;
    left: 50%;
    height: 1.84rem;
    width: 4.4rem;
    margin-left: -2.2rem;
} 
.page-item4 .code-box .code-item{
    float: left;
    width: 1.84rem;
    height: 2.2rem;
    background: url(../images/code-bg.png) no-repeat;
    background-size: 100% auto;
    position: relative;
} 
.page-item4 .code-box .code-item:nth-child(2){
    float: right;
}
.page-item4 .code-box .code-item img{
    position: absolute;
    top: .15rem;
    left: .15rem;
    width: 1.5rem;
}   
.page-item4 .code-box .code-item span{
    font-size: .18rem;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    letter-spacing: 1px;
}


.pop-container{
    position: fixed;
    top: 50%;
    left: 50%;
    font-family: 'syst','Microsoft YaHei'!important;
    display: none;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 101;
}
.pop-container .pop-close{
    transition: .3s ease-in-out;
    background: url(../images/pop-close.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: .69rem;
    height: .81rem;
    right: -0.2rem;
    top: -2.3rem;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    z-index: 99;
}

.pop-login{
    background: url(../images/pop-bg1.png) no-repeat;
    background-size: 100% auto;
    width: 5.83rem;
    height: 5.6rem;
    display: none;
    margin-top: -2.8rem;
    margin-left: -2.915rem;
}

.pop-login .pop-main{
    width: 100%;
    height: 100%;
    position: relative;
}
.pop-login .top-img{
    width: 4.74rem;
    position: absolute;
    top: -2.1rem;
    right: -0.8rem;
}
.pop-login .pop-main .form-data{
    position: absolute;
    top: 1.2rem;
    left: .7rem;
    width: 4.4rem;
    z-index: 2;
}
.pop-login .pop-main .form-data .form-group{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: .3rem;
    height: .52rem;
    border-bottom: 1px solid #a69989;
}
.pop-login .pop-main .form-data .form-group .icon{
    position: absolute;
    background: url(../images/text-icon.png) no-repeat;
    background-size: .27rem 1.52rem;
    width: .27rem;
    height: .4rem;
    left: .1rem;
    top: .1rem;
}
.pop-login .pop-main .form-data .form-group .icon.icon-phone{
    background-position: 0 0;
}
.pop-login .pop-main .form-data .form-group .icon.icon-img{
    background-position: 0 -.6rem;
}
.pop-login .pop-main .form-data .form-group .icon.icon-msg{
    background-position: 0 -1.24rem;
}
.pop-login .pop-main .form-data .form-group .input-text{
    position: absolute;
    right: 0;
    font-family: 'syst','Microsoft YaHei';
    top: 0;
	background: transparent;
	width: 100%;
	box-sizing: border-box;
	padding: 0 .1rem 0 .5rem;
	font-size: .28rem;
    height: .52rem;
    line-height: .52rem;
    outline: none;
    border: 0;
	color: #fff;
}
.pop-login .pop-main .form-data .form-group .input-text.yzm{
    width:2.4rem;
    left: 0;
}
.pop-login .pop-main .form-data .form-group .img-code{
    width: 1.7rem;
    float: right;
    cursor: pointer;
    height: .52rem;
    line-height: .52rem;
    background: #fff;
}
.pop-login .pop-main .form-data .form-group .img-code img{
	display: block;
    margin: 0 auto;
    height: .55rem;
	background: transparent;
}
.form-group input::-webkit-input-placeholder,.form-group textarea::-webkit-input-placeholder{
	color:rgba(247, 226, 195, .4);
}
.form-group input::-moz-placeholder,.form-group textarea::-webkit-input-placeholder{   /* Mozilla Firefox 19+ */
	color:rgba(247, 226, 195, .4);
}
.form-group input:-moz-placeholder,.form-group textarea::-webkit-input-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:rgba(247, 226, 195, .4);
}
.form-group input:-ms-input-placeholder,.form-group textarea::-webkit-input-placeholder{  /* Internet Explorer 10-11 */
	color:rgba(247, 226, 195, .4);
}
.pop-login .pop-main .form-data .form-group .dx-code{
	width: 1.8rem;
	float: right;
	font-size: .28rem;
    height: .35rem;
    line-height: .35rem;
    cursor: pointer;
    border:1px solid #c3aa87;
	text-align: center;
	color: #fff;
	display: block;
}
.pop-login .pop-main .form-data .form-group .code.msg-code {
	width: 1.65rem;
	float: right;
	font-size: .28rem;
    height: .52rem;
    line-height: .52rem;
    display: block;
    border:1px solid #c3aa87;
	cursor: pointer;
	text-align: center;
    color: #fff;
}
.pop-login .pop-main .form-data .form-group .code.msg-djs{
	width: 1.65rem;
	float: right;
	font-size: .28rem;
    height: .52rem;
    line-height: .52rem;
    display: none;
    cursor: pointer;
    border:1px solid #c3aa87;
	text-align: center;
    color: #fff;
}
.pop-login .pop-main .form-btn-box{
    margin: .8rem auto auto;
    text-align: center;
    z-index: 4;
}
.pop-login .pop-main .form-btn-box .btn-submit{
	width: 3.35rem;
	margin: 0 auto;
	height: .37rem;
    background: #53769a;
    font-size: 0;
	text-align: center;
	display: block;
    background: url(../images/btn-login.png) no-repeat;
    background-size: 100% auto;
}

.pop-word-record{
    background: url(../images/pop-bg2.png) no-repeat;
    background-size: 100% auto;
    width: 5.83rem;
    height: 5.6rem;
    margin-top: -2.8rem;
    margin-left: -2.915rem;
    display: none;
}

.pop-record{
    background: url(../images/pop-bg3.png) no-repeat;
    background-size: 100% auto;
    width: 5.83rem;
    height: 5.6rem;
    display: none;
    margin-top: -2.8rem;
    margin-left: -2.915rem;
}
.pop-record .btn-look-add{
    border-bottom:1px solid #f7e2c3;
    line-height: .35rem;
    height: .35rem;
    text-align: center;
    font-size: .18rem;
    position: absolute;
    color: #f7e2c3;
    bottom: -.6rem;
    left: 50%;
    width: 2rem;
    margin-left: -1rem;
}
.pop-word-record .pop-main,.pop-record .pop-main{
    width: 100%;
    height: 100%;
    position: relative;
}
.pop-word-record .top-img,.pop-record .top-img{
    width: 5.11rem;
    position: absolute;
    top: -2.1rem;
    right: -0.8rem;
}
.pop-word-record .main-list,.pop-record .main-list{
    position: absolute;
    top: 2.1rem;
    left: .5rem;
    width: 5rem;
}
.pop-word-record .main-list ul,.pop-record .main-list ul{
    overflow-y: auto;
    width: 100%;
    height: 3rem;
}
.pop-record .main-list ul#myRecordList{
    width: 100%;
    margin: 0 auto;
}
.pop-word-record .main-list ul li,.pop-record .main-list ul li{
    font-size: .18rem;
    color: #f7e2c3;
    text-align: center;
    height: .5rem;
    line-height: .5rem;
    border-bottom:1px solid rgba(170, 145, 109,.5);
}
.pop-word-record .main-list ul li .time,.pop-record .main-list ul li .time{
    width: 1.3rem;
    float: left;
}
.pop-word-record .main-list ul li .name,.pop-record .main-list ul li .name{
    width: 1.5rem;
    float: left;
    margin: 0 .2rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.pop-record .main-list ul li .grade{
    width: 1.5rem;
    float: left;
    margin: 0 .1rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.pop-word-record .main-list ul li .gift-name,.pop-record .main-list ul li .gift-name{
    width: 1.2rem;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.pop-record .main-list ul li .gift-name{
    float: right;
    width: 2rem;
}
.pop-word-record .btn-look-my{
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -.8rem;
    background: url(../images/btn-look-my.png) no-repeat;
    background-size: 100% auto;
    width: 1.6rem;
    height: .37rem;
}


.pop-error-js{
    background: url(../images/error-icon.png) no-repeat;
    background-size: 100% auto;
    width: 4.19rem;
    height: 2.77rem;
    margin-left: -2.1rem;
    margin-top: -1.38rem;
}
.pop-error-js .pop-close{
    background: none;
    right: 0.78rem;
    top: .1rem;
}

.pop-success{
    background: url(../images/success-icon.png) no-repeat;
    background-size: 100% auto;
    width: 3.69rem;
    height: 2.77rem;
    margin-left: -1.85rem;
    margin-top: -1.38rem;
}
.pop-success .pop-close{
    background: none;
    right: 0.78rem;
    top: .1rem;
}


.pop-over{
    background: url(../images/game-over.png) no-repeat;
    background-size: 100% auto;
    width: 5.11rem;
    height: 2.77rem;
    margin-left: -2.55rem;
    margin-top: -1.38rem;
}


.pop-qr-add{
    background: url(../images/pop-bg-add2.png) no-repeat;
    background-size: 100% auto;
    width: 5.83rem;
    height: 5.8rem;
    display: none;
    margin-top: -2.9rem;
    margin-left: -2.915rem;
}
.pop-qr-add .pop-main{
    width: 100%;
    height: 100%;
    position: relative;
}
.pop-qr-add .top-img{
    width: 5.11rem;
    position: absolute;
    top: -2.19rem;
    right: 0.6rem;
}
.pop-qr-add .text-box{
    position: absolute;
    top: 2rem;
    left: .6rem;
    width: 4.2rem;
}
.pop-qr-add .add-text{
    font-size: .24rem;
    color: #f9e7ce;
    text-align: center;
    margin: 0.1rem auto;
}
.pop-qr-add .add-name{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: .24rem;
    color: #f9e7ce;
    text-align: center;
    margin: 0.3rem auto .1rem auto;
}
.pop-qr-add .add-phone{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: .24rem;
    color: #f9e7ce;
    text-align: center;
    margin: 0.1rem auto;
}
.pop-qr-add .add-phone .tel-title{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: .24rem;
    color: #f9e7ce;
    text-align: center;
    margin: 0.1rem auto;
}
.pop-qr-add .add-phone .tel-num{
    font-size: .24rem;
    color: #f9e7ce;
    text-align: center;
    margin: 0.1rem auto;
}
.pop-qr-add .btn-qr{
    background: url(../images/pop-btn-qr.png) no-repeat;
    background-size: 100% auto;
    width: 2.13rem;
    height: .37rem;
    display: block;
    margin: .8rem auto auto;
}


.pop-add{
    font-family: 'syst','Microsoft YaHei';
    background: url(../images/pop-add3-bg.png) no-repeat;
    background-size: 100% auto;
    width: 5.83rem;
    height: 7.98rem;
    display: none;
    margin-top: -3.8rem;
    margin-left: -2.915rem;
}
.pop-add .pop-main{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 2.4rem;
    box-sizing: border-box;
}
.pop-add .pop-close{
  top: 0;  
}
.pop-add .pop-main .form-data{
    position: absolute;
    top: 3.8rem;
    left: .7rem;
    width: 4.4rem;
    z-index: 2;
}
.pop-add .pop-main .form-data .form-group{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: .3rem;
    height: .52rem;
    border-bottom: 1px solid #a69989;
}
.pop-add .pop-main .form-data .form-group .icon{
    position: absolute;
    background: url(../images/text-icon2.png) no-repeat;
    background-size: .27rem 1.52rem;
    width: .27rem;
    height: .4rem;
    left: .1rem;
    top: .1rem;
}
.pop-add .pop-main .form-data .form-group .icon.icon-name{
    background-position: 0 0;
}
.pop-add .pop-main .form-data .form-group .icon.icon-phone{
    background-position: 0 -.6rem;
}
.pop-add .pop-main .form-data .form-group .icon.icon-add{
    background-position: 0 -1.2rem;
}
.pop-add .pop-main .form-data .form-group .input-text{
    font-family: 'syst','Microsoft YaHei';
    position: absolute;
    right: 0;
    top: 0;
	background: transparent;
	width: 100%;
	box-sizing: border-box;
	padding: 0 .1rem 0 .5rem;
	font-size: .28rem;
    height: .52rem;
    line-height: .52rem;
    outline: none;
    border: 0;
	color: #fff;
}
.pop-add .pop-main .form-data .form-group .input-text.add{
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden
}
.pop-add .pop-main .form-data .form-group .textarea{
    background: transparent;
}
.pop-add .pop-main .form-btn-box{
    margin: 2.5rem auto auto;
    text-align: center;
    z-index: 4;
}
.pop-add .pop-main .form-btn-box .btn-submit{
	width: 2.77rem;
	margin: 0 auto;
	height: .37rem;
    background: #53769a;
    font-size: 0;
	text-align: center;
	display: block;
    background: url(../images/pop-btn-tj.png) no-repeat;
    background-size: 100% auto;
}

.pop-get-gift{
    font-family: 'syst','Microsoft YaHei';
    background: url(../images/pop-gift1-bg.png) no-repeat;
    background-size: 100% auto;
    width: 6.02rem;
    height: 8.51rem;
    margin-top: -4.2rem;
    margin-left: -3.01rem;
}
.pop-get-gift .pop-close{
    top: 0.4rem;
    right: .1rem;
}
.pop-get-gift .pop-main{
    width: 5.8rem;
    height: 100%;
    position: relative;
    padding-top: 2.8rem;
    box-sizing: border-box;
}
.pop-get-gift .code-box{
    position: absolute;
    top: 5.2rem;
    left: 50%;
    transform: translateX(-50%);
    background: #f7e2c3;
    padding: .08rem .2rem;
    font-size: .32rem;
    color: #090a18;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.pop-get-gift .btn-copy{
    position: absolute;
    top: 6.1rem;
    left: 50%;
    margin-left: -.7rem;
    background: url(../images/btn-copy.png) no-repeat;
    background-size: 100% auto;
    width: 1.4rem;
    height: .4rem;
    display: block;
}
.pop-get-gift .gift-content{
    position: absolute;
    top: 7.1rem;
    left: 50%;
    width: 4.2rem;
    font-size: .24rem;
    color: #e5e3bf;
    text-align: center;
    margin-left: -2.1rem;
}
.pop-get-gift .btn-qr{
    position: absolute;
    bottom: -.7rem;
    left: 50%;
    background: url(../images/pop-btn-qr.png) no-repeat;
    background-size: 100% auto;
    width: 2.13rem;
    height: .37rem;
    display: block;
    margin: .8rem auto auto -1.1rem;
}

.pop-jl-gift{
    background: url(../images/gift-l0.png) no-repeat;
    background-size: 100% auto;
    width: 7.5rem;
    height: 8.9rem;
    display: none;
    margin-top: -4.5rem;
    margin-left: -3.75rem; 
}
.pop-jl-gift .pop-close{
    right: 0.8rem;
    top: .5rem;
}
.pop-jl-gift .btn-txxx{
    position: absolute;
    background: url(../images/pop-btn-info.png) no-repeat;
    background-size: 100% auto;
    width: 2.77rem;
    height: .37rem;
    left: 50%;
    margin-left: -1.35rem;
    bottom: -1rem;
}

.pop-true-gift{
    background: url(../images/pop-gift2-bg.png) no-repeat;
    background-size: 100% auto;
    width: 6.02rem;
    height: 7.93rem;
    display: none;
    margin-top: -3.9rem;
    margin-left: -3.01rem;
}
.pop-true-gift .pop-close{
    top: 0;
}
.pop-true-gift .code-box{
    position: absolute;
    top: 3.9rem;
    left: 50%;
    width: 3rem;
    margin-left: -1.5rem;
}
.pop-true-gift .gift-level{
    position: absolute;
    top: 6.4rem;
    left: 49%;
    color: #e9e9c6;
    height: .49rem;
    padding: 0 .1rem;
    text-align: center;
    font-size: .32rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: url(../images/pop-gift-rep.png) repeat-x;
    background-size: .33rem .49rem;
}
.pop-true-gift .gift-level::before{
    content: "";
    position: absolute;
    background: url(../images/pop-gift-l.png) no-repeat;
    background-size: 100% auto;
    width: .22rem;
    height: .49rem;
    left: -.22rem;
    top: 0;
}
.pop-true-gift .gift-level::after{
    content: "";
    position: absolute;
    background: url(../images/pop-gift-l.png) no-repeat;
    background-size: 100% auto;
    transform: rotate(180deg);
    width: .22rem;
    height: .49rem;
    right: -.22rem;
    top: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.pop-true-gift .gift-name{
    position: absolute;
    top: 7.2rem;
    left: 0;
    color: #e9e9c6;
    height: .49rem;
    padding: 0 .1rem;
    text-align: center;
    font-size: .28rem;
    width: 5.6rem;
    text-align: center;
}
.pop-true-gift .btn-txxx{
    position: absolute;
    background: url(../images/pop-btn-info.png) no-repeat;
    background-size: 100% auto;
    width: 2.77rem;
    height: .37rem;
    left: 50%;
    margin-left: -1.35rem;
    bottom: -1rem;
}

.pop-wechat{
    display: none;
    width: 6.45rem;
    height: 3rem;
    margin-top: -1.5rem;
    margin-left: -3.23rem;
}
.pop-wechat .pop-close{
    right: 0;
    top: -.6rem;
}
.pop-wechat .jianto{
    position: fixed;
    top: .4rem;
    right: .2rem;
    background: url(../images/tpis-line.png) no-repeat;
    background-size: 100% auto;
    width: 1.13rem;
    height: 1.58rem;
}
.pop-wechat .pop-main{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.pop-wechat .pop-main p{
    font-size: .34rem;
    margin: .2rem auto;
    width: 100%;
    color: #b4a482;
    text-align: center;
}

.pop-shwx{
    width: 7.5rem;
    height: 6rem;
    display: none;
    margin-top: -3rem;
    margin-left: -3.75rem;
}
.pop-shwx .pop-close{
    left: .2rem;
    top: -2rem;
    background: url(../images/back.png) no-repeat;
    background-size: 100% auto;
    width: 1.34rem;
    height: .73rem;
}
.pop-shwx .pop-main{
    position: absolute;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 100%;
    z-index: 105;
}
.pop-shwx .pop-main .swiper-piclist{
    width: 7.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pop-shwx .pop-main .swiper-piclist .swiper-slide{
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    text-align: center;
}
.pop-shwx .pop-main .swiper-piclist .swiper-slide.active{
    display: block;
}
.pop-shwx .pop-main .jindian-img{
    width: 7.26rem;
    height: 4.62rem;
    display: block;
    margin: 0 auto;
    position: relative;
}
.pop-shwx .pop-main .jindian-img::before{
    position: absolute;
    content: "";
    top:.3rem;
    right: .3rem;
    background: url(../images/xc-shuiy.png) no-repeat;
    background-size: 100% auto;
    width: 1.88rem;
    height: .32rem;
    z-index: 1;
}
.pop-shwx .pop-main .jindian-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.1rem;
    margin-top: -2.22rem;
    margin-left: -3.55rem;
}
.pop-shwx .pop-main .jindian-name{
    position: relative;
    margin: .2rem auto;
    height: .35rem;
    display: inline-block;
}
.pop-shwx .pop-main .jindian-name img{
    height: 100%;
    position: relative;
    width: auto;
}
.pop-shwx .pop-main .jindian-name::before{
    position: absolute;
    content: "";
    left: -.4rem;
    top: .05rem;
    background: url(../images/name-icon.png) no-repeat;
    background-size: 100% auto;
    width: .18rem;
    height: .24rem;
}
.pop-shwx .pop-main .jindian-name::after{
    position: absolute;
    content: "";
    right: -.4rem;
    transform: rotate(180deg);
    top: .05rem;
    background: url(../images/name-icon.png) no-repeat;
    background-size: 100% auto;
    width: .18rem;
    height: .24rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


@media screen and (orientation: landscape){
    .landscape {
        display: block;
    }
}

@-webkit-keyframes landscape{
    0%{transform:rotate(-90deg)}
    30%{transform:rotate(-90deg)}
    70%{transform:rotate(0deg)}
    100%{transform:rotate(0deg)}
}
@keyframes landscape{
    0%{transform:rotate(-90deg)}
    30%{transform:rotate(-90deg)}
    70%{transform:rotate(0deg)}
    100%{transform:rotate(0deg)}
}
.rotate {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #32373b;
    display: none;
}
.rotate:before {
    content: " ";
    position: fixed;
    top: 56%;
    left: 50%;
    width: 2rem;
    height: 3rem;
    margin: -2rem 0 0 -1rem;
    animation: landscape 1.5s ease infinite alternate;
    -webkit-animation: landscape 1.5s ease infinite alternate;
    background: url(../images/hp-tpis.png) no-repeat;
    background-size: 2rem 3rem;
}
.rotate:after {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 6rem;
    font-size: 0.34rem;
    color: #ffd592;
    margin-top: 1.4rem;
    content: "为了更好的体验，请将手机/竖过来";
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 98;
    display: none;
}
.mask2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 98;
    display: none;
}