html{font-size:36px;}
.wxs{
    position:absolute;
    width:1px;
    z-index:-1000;
}
 body{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background:#ffffff;
    font-size:15px;
    color:#fff;
    margin:0 auto;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;/* Non-prefixed version, currently*/
    max-width: 640px;
}
    
img{
	margin-top:-1px ;
}

@media (orientation: landscape){
  #mask-landscape {
    display: block;
  }
}

@media (orientation: portrait){
  #mask-landscape {
    display: none;
  }
}
.mask-landscape{
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #000000;
    z-index: 10000;
    display: none;
}

.landscape{
	/*height: 15rem;*/
    width: 14%;
    /* top: 7%; */
    /* left: 40%; */
    /*background: url(../images/hengping.png) no-repeat;*/
    /*background-size: 100%;*/
    margin: 3% auto;
    -webkit-animation: maskAni 1.5s linear infinite alternate;
    animation: maskAni 1.5s linear infinite alternate;
}

.landscape img{
	width: 100%;
	/*-webkit-animation: maskAni 1.5s linear infinite alternate;
  	animation: maskAni 1.5s linear infinite alternate;*/
}

.landscape-font{
    /*position: relative;*/ 
    /* position: absolute; */
    /*width: 100%;*/
    /*top: 0%;*/
    /* left: 24%; */
    /* margin: 0 auto; */
    text-align: center;
    font-size: 24px;
    color: #c5ab78;
}
@-webkit-keyframes maskAni {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes maskAni {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}





.cover{
	position: fixed;
	width: 1000%;
	height: 1000%;
	background: #FFFFFF;
	z-index: 101;
}
.container{
	overflow: hidden;
	width: 100%;
}
.bgPic{
    width:100%;
    display:inherit;
}
.bgImg{
    width:100%;
    display:inherit;
}

/*loading*/
.loading{
    position: fixed;
    width: 100%;
    height: 101%;
    left: 0;
    top: 0;
    z-index: 2000;
    /* background: #351c46; */
    overflow: hidden;
    background: linear-gradient(0deg,#fffffe,#feb700);
}
/*.loading-mask{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 19;
    opacity: 0.5;
    background: red;
    background: linear-gradient(0deg,#2b2a28,#bea057,#eb0a5f);
}*/

.loading p{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 43%;
    margin-top: 50px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}
.loading img{
    position: absolute;
    width: 20%;
    left: 40%;
    top: 33%;
    z-index: 100;
}
/******module********/
.module{
    position:relative;
}

.install{    
    line-height: .72rem;
    color: #ffffff;
    width: 1.812rem;
    height: .72rem;
    font-size: .4rem;
    /* font-weight: 1000; */
    border-radius: .4rem;
    text-align: center;
    /* background: linear-gradient(0deg,#e8a454,#f7c585,#ffdca6); */
    background: #0079fe;
    border: 0.5px solid #0079fe;
    /* box-shadow: 0px 2px 4px 0px #f2dabe; */
    padding: 1px 0px 0px 0px;
    margin: 0 auto;
    margin-top: 3.9rem;
}

.install-wq{
	position: absolute;
    left: 68%;
    top: 68%;
    margin: 0;
    background: #F7F7F7;
    color: #2f82df;
    border: 0.5px solid #f2f2f2;
    box-shadow: 0 2px 2px 0 #d6d6d6;
    height: .6rem;
    width: 1.7rem;
    line-height: .63rem;
    font-size: .4rem;
    font-weight: 500;
}
.install-slide{
	position: absolute;
    right: 4%;
    top: 50%;
    transform: translate(0px, -50%);
    margin-top: 0;
    background: #F7F7F7;
    color: #2f82df;
    /* box-shadow: none; */
    border-radius: .5rem;
    height: .65rem;
    line-height: .65rem;
    width: 1.6rem;
    border: 0.5px solid #f2f2f2;
    box-shadow: 0 1px 2px #fdfdfd inset;
    font-weight: 500;
}

.disabled{
    opacity:.5;
}

/*******list*******/
.list{
    position:relative;
}



.downloadApp{
    position: absolute;
    top: 0%;
    left: 40%;
    width: 20%;
    height: 79%;
    /* z-index: 100; */
    /* background: red; */
       z-index: 100;
}
.downloadApp_bottom{
	height: 0%;
    top: 78.8%;
    left: 77%;
}

.download_slide{
	left: 0%;
    width: 100%;
    height: 97%;
}
.downloadApp_wq{
    top: 0%;
    left: 3%;
    width: 95%;
    height: 87%;
}
/*******list*******/
/*share*/
.share,.share_other{
    /*width: 100%;*/
    /* padding: 0px 16px 16px; */
    /* box-sizing: border-box; */
    /* text-align: right; */
    width: 40px;
    height: 40px;
    position: fixed;
    right: 4%;
    top: 2.5%;
    z-index: 100;
}
.share_other{
	opacity: 0;
}
.share .js_share{
    width:100%;
}
.share .js_share img{
    width: 100%;
    opacity: .8;
    /*padding-top: 2px;*/
    /*padding-right:2px;*/
}
.mongolia{background: rgba(0,0,0,.5);position: fixed;width: 100%;height: 100%;top:0;left: 0;display: none;z-index:10;z-index:100000;}
.mongolia .yst{width: 80%;margin-left: 15%;margin-top: 0%;}
.mongolia img{width: 100%;}
/*******share******/


/* deeplink拉起客户端提示框 */
.dep-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999;
  display: none;
}
.dialog-deeplink {
  width: 90%;
  height: 90px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
  border: 1px solid #d8d8d8;
}
.notice-content-deeplink,
.notice-deeplink {
  height: 50px;
  line-height: 50px;
}
.dialog-deeplink > .line-deeplink {
  display: inline-block;
  width: 100%;
}
.button-content-deeplink {
  height: 40px;
  line-height: 40px;
}
.dialog-deeplink > .line-deeplink > .button-deeplink {
  width: 50%;
  float: left;
}


/*video*/
.video-mask{
	position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
   
}

.video-close{
	position: fixed;
    top: 3.3%;
    left: 4%;
    width: 7%;
    opacity: 0;
}

.video-float{
	position: fixed;
    top: 18%;
    right: 0%;
    width: 20%;
    /* height: 100%; */
    z-index: 100;
    display: none;
}
/*.video-float2{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 7%;
    background: #000000;
    opacity: .2;
    z-index: 100;
    animation: textshow 2.5s linear infinite;
}


@keyframes textshow {
 0 {
    opacity: .2;
  }

 50% {
    opacity: .7;
  }
  100% {
    opacity:.2;
  }
}*/


.module-video-content{
    position:relative;
}
.module-video{
    position: fixed;
    top: 50%;
    left: 0%;
    width: 100%;
    overflow: hidden;
    transform: translate(0%, -50%);
    opacity: 0;
}
.video-wrap{
	-webkit-border-radius: 10px; 
}
.video-content{
    width:100%;
   
}
.video-content video{
        width: 100%;
    /* height: 6rem!important; */
    display: inherit;
    /*border: 1px solid #3fd0b3;*/
    box-sizing: border-box;
    /*border-radius: 10px;*/
}
.play-icon{
   	position: absolute;
    top: 28%;
    left: 39%;
    width: 22%;
    z-index: 100;
}
.mask{
    position: absolute;
    top: 2.58%;
    left: 8.68%;
    width: 82.5%;
}
.play-icon img{
    width:100%;
}
.mask img{
    width:100%;
}

.wifiRemind{
	position: absolute;
    height: 100%;
    width: 100%;
  /*  background: #121010;*/
    z-index: 10;
/*    opacity: .5;*/
    font-size: .4rem;
    display: none;
}
.remind-title{
	position: absolute;
    left: 32%;
    top: 22%;
    font-size: .4rem;
}

.videoCancel{
	position: absolute;
    left: 14%;
    top: 60%;
    background: #414141;
    padding: .15rem .8rem;
    border-radius: .5rem;
}
.videoContinue{
	position: absolute;
    left: 56%;
    top: 60%;
    background: #fc843a;
    padding: .13rem .4rem;
    border-radius: .5rem;
    
}

.wifiRemindBg{
	width: 100%;
	height: 100%;
	background: #000000;
	 opacity: .5;
}

/*video*/

.swiper-box-wq{
	position: absolute;
    top: 65%;
    left: 11%;
    width: 95%;
}
.swiper-box{
	position: absolute;
    top: 72%;
    left: 5%;
    width: 90%;
}
.wq{
	position: absolute;
    top: 3%;
    left: 9%;
    width: 82%;
    display: none;
}
.wq:nth-of-type(2){
	top: 17%;
}
.wq:nth-of-type(3){
	top: 31.2%;
}
/*module-app*/
.module-app.animated{
    animation-duration:.5s;
    -webkit-animation-duration:.5s;
}
.module-app{
    position:fixed;
    bottom:0;
    left:0;
    z-index:101;
    box-sizing:border-box;
    padding:8px 16px;
    width:100%;
    height:64px;
    background:#fff;
    box-shadow: 0px -8px 8px rgba(0,0,0,.05);
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
.app-icon{
    padding-right:8px;
    padding-top: 1px;
    width:48px;
}
.app-icon img{
    width:48px;
    height:48px;
    display:inherit;
}
.app-detail{
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    padding-top:6px;
}
.app-title{
    font-size:15px;
    /*font-weight:bold;*/
    line-height:20px;
    color:#000;
}
.app-group{
    font-size:12px;
    line-height:18px;
    /*padding-top:4px;*/
    color:rgba(0,0,0,.5);
}
.app-install{
    padding-left:8px;
    padding-top: 5px;
}
.btn-txt{
    width:62px;
    margin-top:7px;
    border:1px solid #DDDDDD;
    border-radius:15px;
    display:inline-block;
    line-height:1;
    font-size:12px;
    color:#007DFF;
    padding-top:7px;
    padding-bottom:7px;
    text-align:center;
    background-color:#F7F7F7;
    box-shadow:0 1px 2px #fdfdfd inset;
    max-width: 66px;
    min-width: 36px;
    padding-left: 12px;
    padding-right: 12px;
    width:auto;
    position:relative;
}

.app-install .btn-txta:before{
    border-color:#eceab6!important;
}
.btn-bluetxta:before{
    border-color:#eceab6!important;
}
.disabled{
    opacity:.5;
}


