@charset "UTF-8";
* {
  margin: 0;
  padding: 2px 0 0 0;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background: url('../imgs-Mobile/bg.png') no-repeat;
  background-size: 100% 100%;
}

#wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

header {
  width: 100%;
  height: 1.5rem;
}

header nav {
  width: 100%;
  position: relative;
  overflow: scroll;
}

header nav ul {
  height: .72rem;
}

header nav ul li {
  height: .72rem;
  line-height: .72rem;
  color: #ACA165;
  font-size: .3rem;
  float: left;
  margin: 0 .18rem;
}

header nav ul .active {
  font-size: .36rem;
  font-weight: bolder;
  color: #ECC84A;
}

header .search {
  width: 96%;
  height: .66rem;
  margin-left: 2%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

header .search .searchIcon {
  position: absolute;
  top: .14rem;
  left: .43rem;
  width: .4rem;
  height: .42rem;
  float: left;
}

header .search input {
  height: .7rem;
  line-height: .7rem;
  margin: -.02rem 0 0 -.01rem;
  width: calc(100% + .03rem);
  background: 0;
  border: 0;
  border-radius: 12px;
  float: left;
  text-indent: 1.1rem;
  color: #ECC84A;
  outline: none;
}

header .search input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #7C7459;
}

header .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7C7459;
}

header .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7C7459;
}

header .search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7C7459;
}

main {
  width: 100%;
  height: 100%;
  flex: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

main .home {
  width: 100%;
  height: 100%;
  position: relative;
}

main .home .banner {
  width: 100%;
  height: 4.03rem;
  position: relative;
  background: url('../imgs-Mobile/banner.gif') no-repeat;
  background-size: 100% 100%;
  font-size: .16rem;
}

main .home .banner .btn {
  width: 3.3rem;
  height: .89rem;
  position: absolute;
  top: 2.48rem;
  left: 1.06rem;
}

main .home .banner .btn a {
  display: block;
  width: 100%;
  height: 100%;
}

main .home .list-wrap {
  width: 100%;
  height: auto;
}

main .home .list-wrap dl {
  margin: 0 .06rem .36rem;
}

main .home .list-wrap dl dt {
  width: 7.18rem;
  height: 4.05rem;
  margin: 0 auto;
  position: relative;
  border-radius: .1rem .1rem 0 0;
}

main .home .list-wrap dl dt .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
 
}

main .home .list-wrap dl dt .mask > img {
  position: absolute;
  top: 1.58rem;
  left: 3.15rem;
  width: .67rem;
  height: .67rem;
}

main .home .list-wrap dl dt .mask .tit {
  font-size: .32rem;
  color: #F2E0C7;
  font-weight: bolder;
  margin-top: .35rem;
  text-indent: .18rem;
}

main .home .list-wrap dl dt .mask .HOT {
  position: absolute;
  top: -.33rem;
  right: -.1rem;
  width: .66rem;
  height: 0.65rem;
}

main .home .list-wrap dl dt .mask .HOT img {
  width: 100%;
  height: 100%;
}

main .home .list-wrap dl dt .mask .NEW {
  position: absolute;
  top: -.23rem;
  left: -.1rem;
  width: 1.11rem;
  height: 0.6rem;
}

main .home .list-wrap dl dt .mask .NEW img {
  width: 100%;
  height: 100%;
}

main .home .list-wrap dl dt .video_play {
  width: 100%;
  height: 100%;
}

main .home .list-wrap dl dt .v-img {
  width: 100%;
  height: 100%;
}

main .home .list-wrap dl dt .v-img img {
  width: 100%;
  height: 100%;
}

main .home .list-wrap dl dd {
  width: 7.38rem;
  height: 1.03rem;
  background: url('../imgs-Mobile/dd-bg.png') no-repeat;
  background-size: 100% 100%;
}

main .home .list-wrap dl dd .section1 {
  float: left;
  width: 3.38rem;
  text-indent: .2rem;
}

main .home .list-wrap dl dd .section1 .tit {
  font-size: .34rem;
  color: #DBC180;
  font-weight: bolder;
  margin-top: .1rem;
}

main .home .list-wrap dl dd .section1 .time {
  font-size: .12rem;
  color: #DBC180;
  margin-top: 0.01rem;
}

main .home .list-wrap dl dd .section2 {
  width: 4rem;
  float: left;
  font-size: .24rem;
  margin-top: .2rem;
}

main .home .list-wrap dl dd .section2 img {
  float: left;
  height: .32rem;
  width: .32rem;
  margin: .11rem .16rem 0 .2rem;
}

main .home .list-wrap dl dd .section2 .btn {
  width: 1.88rem;
  line-height: 0.57rem;
  float: left;
  border-radius: .08rem;
  margin-left: .8rem;
}

main .home .list-wrap dl dd .section2 .home-btn {
  height: .55rem;
  color: #B3A070;
  border: 1px solid #B3A070;
  margin-right: .1rem;
  background: none;
}

main .home .list-wrap dl dd .section2 .home-btn a {
  color: #B3A070;
}

main .home .list-wrap dl dd .section2 .download-btn {
  height: .57rem;
  color: #fff;
  background: #B3A070;
}

main .home .list-wrap dl dd .section2 .download-btn a {
  color: #fff;
}

main .home .bg {
  top: 3.94rem;
  left: 0;
}

.v-list, .qq-list {
  position: fixed;
  bottom: 2.34rem;
  right: 0;
  width: 6.43rem;
  height: auto;
  text-indent: .5rem;
  background: #1E1E1E;
  display: none;
  z-index: 10;
}

.v-list .tit, .qq-list .tit {
  width: 100%;
  height: .7rem;
  color: #ECC84A;
  font-size: .3rem;
}

.v-list .tit .closes, .qq-list .tit .closes {
  width: .28rem;
  height: .28rem;
  position: absolute;
  top: .22rem;
  right: .22rem;
}

.v-list .tit p, .qq-list .tit p {
  font-weight: 900;
  line-height: .7rem;
}

.v-list ul, .qq-list ul {
  margin-bottom: .3rem;
  height: 7.1rem;
  width: 100%;
  overflow-y: scroll;
}

.v-list ul li, .qq-list ul li {
  width: 100%;
  height: .65rem;
  line-height: 0.65rem;
  font-size: .2rem;
  color: #F2E0C7;
  border-bottom: 1px solid #2A2A2A;
}

.v-list ul li p, .qq-list ul li p {
  float: left;
}

.v-list ul li a, .qq-list ul li a {
  color: #F2E0C7;
}

.v-list span {
  display: none;
  float: right;
  width: 0.09rem;
  height: 0.18rem;
  margin: .22rem .46rem 0 0;
}

.v-list span img {
  display: block;
  width: 100%;
  height: 100%;
}

.v-list a {
  display: block;
  width: 100%;
  height: 100%;
}

.qq-list ul li {
  width: 100%;
  height: .84rem;
  line-height: 0.84rem;
  color: #F4EEC8;
  position: relative;
}

.qq-list ul li p {
  width: 100%;
  font-size: .28rem;
}

.qq-list ul li p span {
  font-size: .22rem;
  margin-left: .18rem;
  color: #4E4E4E;
}

.qq-list ul li .qq_btn {
  display: block;
  float: right;
  width: 1.58rem;
  height: .51rem;
  background: url('../imgs-Mobile/qq_btn.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: .16rem;
  right: .43rem;
}

.qq-list ul li .qq_btn a {
  width: 100%;
  height: 100%;
  display: block;
}

.wechat-html {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: url('../imgs-Mobile/bg.png') no-repeat;
  background-size: 100% 100%;
  display: none;
}

.wechat-html .qr-wrap {
  width: 4.12rem;
  height: 5.44rem;
  margin: 0 auto;
  margin-top: 1.65rem;
  background: url('../imgs-Mobile/qr-bg.png') no-repeat;
  background-size: 100%;
  position: relative;
}

.wechat-html .qr-wrap .qr-code {
  position: absolute;
  top: 1.26rem;
  left: .58rem;
  width: 3.02rem;
  height: 3.02rem;
}

.wechat-html .qr-wrap .txt {
  position: absolute;
  bottom: 0;
  left: .43rem;
  width: 3.51rem;
  height: .55rem;
  font-size: .22rem;
  color: #F2E0C7;
  text-align: center;
}

.wechat-html .service {
  position: absolute;
  left: 0;
  top: 8rem;
  width: 100%;
}

.wechat-html .service div {
  width: 50%;
  float: left;
  font-size: .28rem;
  color: #F2E0C7;
  margin: 0 auto;
  text-align: center;
  line-height: .52rem;
}

.wechat-html .service div img {
  margin-bottom: .2rem;
}

.wechat-html .service div:nth-child(1) img {
  width: .54rem;
  height: .56rem;
}

.wechat-html .service div:nth-child(2) img {
  width: .61rem;
  height: .61rem;
}

.wechat-html .service div .number {
  font-weight: bolder;
}

.personal {
  width: 100%;
  height: calc(100% - 1.14rem);
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 999;
  background: url('../imgs-Mobile/bg.png') no-repeat;
  background-size: 100% 100%;
}

.personal .user-info {
  width: 100%;
  height: 4.25rem;
  background: url('../imgs-Mobile/user_info_bg.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.personal .user-info > dl {
  height: .151rem;
  margin-top: 0.98rem;
}

.personal .user-info > dl dt {
  margin: 0 0 0 .84rem;
  float: left;
}

.personal .user-info > dl dt img {
  width: 1.31rem;
  height: 1.31rem;
  border: 0.1rem solid rgba(227, 191, 115, 0.2);
  border-radius: 50%;
  margin-right: 0.2rem;
}

.personal .user-info > dl dd {
  float: left;
  overflow: hidden;
}

.personal .user-info > dl dd .name-wrap {
  height: .48rem;
  width: 100%;
  margin-top: 0.2rem;
}

.personal .user-info > dl dd .user-name {
  color: #E3BF73;
  font-size: .46rem;
  float: left;
}

.personal .user-info > dl dd .record-btn {
  height: 0.27rem;
  float: left;
  margin-left: 0.2rem;
  background: url('../imgs-Mobile/record.png') no-repeat;
  background-size: 100% 100%;
  font-size: .14rem;
  color: #221D1C;
  line-height: 0.27rem;
  margin-top: .2rem;
  padding: 0 .2rem 0 .1rem;
  text-align: center;
}

.personal .user-info > dl dd .user-num {
  color: #F9E7BA;
  font-size: .18rem;
  margin-top: 0.16rem;
  text-align: left;
}

.personal .user-info > dl dd .user-num span {
  margin-left: .1rem;
}

.personal .user-info .balance {
  width: 7.05rem;
  height: 1.16rem;
  background: #292929;
  border-radius: 10px;
  margin: 2rem auto;
  text-align: center;
}

.personal .user-info .balance .ye-wrap {
  float: left;
  width: 50%;
}

.personal .user-info .balance .l {
  float: left;
  color: #6A6A6A;
  width: 2.1rem;
}

.personal .user-info .balance .l .ye {
  font-size: .28rem;
  font-weight: bolder;
  margin-top: 0.26rem;
}

.personal .user-info .balance .l .ye-name {
  font-size: .18rem;
  margin-top: .05rem;
}

.personal .user-info .balance .tx {
  float: left;
  font-size: .24rem;
  width: 1.1rem;
  height: 0.42rem;
  line-height: 0.42rem;
  border: 1px solid #E1BB66;
  color: #E1BB66;
  border-radius: 10px;
  margin-top: 0.36rem;
}

.personal .generalize {
  margin-top: .3rem;
  color: #7D7D7D;
}

.personal .generalize .tit {
  font-size: .22rem;
  font-weight: bold;
  text-indent: .35rem;
}

.personal .generalize .gen-list {
  width: 90%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  font-size: .22rem;
  text-align: center;
  padding: 0 5%;
  margin: 0.44rem auto 0;
  border-bottom: 1px solid #222222;
}

.personal .generalize .gen-list img {
  width: .46rem;
  height: .46rem;
}

.personal .generalize .gen-list p {
  margin: .13rem auto .28rem;
}

.personal .conversion {
  height: 3.85rem;
  width: 100%;
}

.personal .conversion .tit {
  font-size: .22rem;
  font-weight: bold;
  text-indent: .35rem;
  color: #7D7D7D;
  margin-top: 0.3rem;
}

.personal .conversion .comv-wrap {
  width: 7.1rem;
  text-align: center;
  margin: .45rem auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.personal .conversion .comv-wrap > div {
  width: 2.24rem;
  border-radius: 10px;
  border: 2px solid #535353;
  overflow: hidden;
}

.personal .conversion .comv-wrap > div img {
  width: 100%;
  height: 1.82rem;
}

.personal .conversion .comv-wrap > div h3 {
  font-size: .16rem;
  color: #E3BF73;
  margin-top: .14rem;
}

.personal .conversion .comv-wrap > div p {
  font-size: .12rem;
  margin-top: .06rem;
  color: #4B4B4B;
}

.personal .conversion .comv-wrap > div .conv-btn {
  display: block;
  width: 1.68rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: .16rem;
  color: #E3BF73;
  border: 1px solid #9F7A27;
  border-radius: 5px;
  margin: .1rem auto .2rem;
}

.personal .btn:active {
  background: #E1BB66;
  color: #000000 !important;
}

.personal .user-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.personal .user-mask .bind-account {
  width: 6.4rem;
  height: 6.8rem;
  background: #1E1E1E;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  /*偏移*/
  left: 0;
  right: 0;
  margin: -3.4rem auto 0;
}

.personal .user-mask .bind-account .bind-close {
  position: absolute;
  top: 0.24rem;
  right: 0.2rem;
  width: 0.28rem;
  height: 0.27rem;
}

.personal .user-mask .bind-account .bind-close img {
  width: 100%;
  height: 100%;
}

.personal .user-mask .bind-account .img-tit {
  width: 3.43rem;
  height: 0.42rem;
  margin: 1.04rem auto 0;
}

.personal .user-mask .bind-account .img-tit img {
  width: 100%;
  height: 100%;
}

.personal .user-mask .bind-account .tip {
  font-size: .2rem;
  margin-top: 0.22rem;
  line-height: 0.3rem;
  color: #E3D0A6;
  text-align: center;
}

.personal .user-mask .bind-account form {
  width: 5.62rem;
  margin: .38rem auto 0;
}

.personal .user-mask .bind-account form input {
  outline: none;
  border: 0;
}

.personal .user-mask .bind-account form div {
  width: 100%;
  height: 0.76rem;
  margin: .36rem auto;
  border: 1px solid #4E4E4E;
  border-radius: 5px;
}

.personal .user-mask .bind-account form div input {
  width: 4.66rem;
  height: 100%;
  margin-left: .8rem;
  float: left;
  background: none;
  font-size: 0.26rem;
  color: #E3D0A6;
}

.personal .user-mask .bind-account form .user-num {
  background: url('../imgs-Mobile/num.png') no-repeat;
  background-size: .38rem .44rem;
  background-position: .25rem .18rem;
}

.personal .user-mask .bind-account form .user-pwd {
  background: url('../imgs-Mobile/pwd.png') no-repeat;
  background-size: .33rem .43rem;
  background-position: .25rem .18rem;
}

.personal .user-mask .bind-account form .smt {
  width: 100%;
  height: .76rem;
  background: #E1BB65;
  color: #000;
  text-align: center;
  font-size: .36rem;
  font-weight: bolder;
  float: left;
  border-radius: 5px;
}

.personal .user-mask .record-wrap {
  width: 6.4rem;
  height: 7.25rem;
  background: #1E1E1E;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  /*偏移*/
  left: 0;
  right: 0;
  margin: -3.62rem auto 0;
  display: none;
}

.personal .user-mask .record-wrap .record-close {
  position: absolute;
  top: 0.24rem;
  right: 0.2rem;
  width: 0.28rem;
  height: 0.27rem;
}

.personal .user-mask .record-wrap .record-close img {
  width: 100%;
  height: 100%;
}

.personal .user-mask .record-wrap .record-bars {
  font-size: .24rem;
  color: #626262;
  font-weight: bolder;
  width: 4.48rem;
  height: .74rem;
  text-align: center;
  margin: .26rem auto 0;
}

.personal .user-mask .record-wrap .record-bars div {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  height: .48rem;
}

.personal .user-mask .record-wrap .record-bars .active {
  font-weight: bolder;
  color: #E6BD6D;
}

.personal .user-mask .record-wrap .record-bars .active span {
  position: absolute;
  bottom: .06rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  height: 2px;
  width: .86rem;
  background: #E6BD6D;
}

.personal .user-mask .record-wrap .record-content {
  border-top: 1px solid #292929;
  font-size: .18rem;
}

.personal .user-mask .record-wrap .record-content .cls {
  height: .42rem;
  line-height: .42rem;
  color: #F1E3C8;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}

.personal .user-mask .record-wrap .record-content .record-c {
  display: none;
  width: 100%;
}

.personal .user-mask .record-wrap .record-content .record-c ul {
  border-bottom: 1px solid #292929;
}

.personal .user-mask .record-wrap .record-content .record-c li {
  height: .42rem;
  line-height: .42rem;
  border-top: 1px solid #292929;
  color: #626262;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}

.personal .user-mask .record-wrap .record-content p {
  flex: 1;
  text-align: center;
}

footer {
  width: 100%;
  height: 1.14rem;
  background: #1C0D08;
  position: relative;
  z-index: 9999;
}

footer ul {
  width: 100%;
  height: .76rem;
  margin-top: .15rem;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

footer ul li {
  text-align: center;
  flex: 1;
  height: .72rem;
  position: relative;
  overflow: hidden;
}

footer ul li img {
  width: .48rem;
  height: .38rem;
  display: none;
  margin: 0 auto;
}

footer ul li p {
  color: #675B3C;
  font-size: .16rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

footer ul .active p {
  color: #E1BB65;
}

footer ul .active img {
  display: block;
}

footer ul .home {
  background: url('../imgs-Mobile/home_d.png') no-repeat;
  background-size: .48rem .38rem;
  background-position: center 0;
}

footer ul .wechat {
  background: url('../imgs-Mobile/wechat_d.png') no-repeat;
  background-size: .48rem .38rem;
  background-position: center 0;
}

footer ul .qq {
  background: url('../imgs-Mobile/qq_d.png') no-repeat;
  background-size: .48rem .38rem;
  background-position: center 0;
}

footer ul .all {
  background: url('../imgs-Mobile/all_d.png') no-repeat;
  background-size: .48rem .38rem;
  background-position: center 0;
}

footer ul .user {
  background: url('../imgs-Mobile/user_d.png') no-repeat;
  background-size: .48rem .38rem;
  background-position: center 0;
}

#videoMask {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

#videoMask .videoWrap {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 200px;
}

#videoMask .videoWrap video {
  width: 100%;
  height: 100%;
}

#videoMask .closeVideo {
  position: absolute;
  top: -46px;
  right: 10px;
  z-index: 100;
  width: 40px;
  height: 40px;
}

.footerText {
  font-size: .14rem;
  color: #E1BB65;
  margin: 0 .25rem .4rem;
}

.gpmodal {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0 !important;
  overflow: scroll;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.weixin-anzuo {
  width: 100%;
  height: 100%;
  color: #fff;
  position: fixed;
  z-index: 999998;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  display: none;
}

.box {
  width: 90%;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
}

.box-left {
  width: 100%;
  float: left;
}

.box-right {
  width: 20%;
  float: left;
  position: fixed;
  top: 0;
  right: 2%;
}

.box-right img {
  width: 100%;
}

.span-tr {
  width: 100%;
  height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  line-height: 30px;
  display: block;
}

.span-round {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 0 5%;
  background: #fa6f13;
  border-radius: 50%;
}

.span-inc {
  margin: 0 10px;
}

.pc-ewm-img {
  width: 85%;
  border: 10px solid #fff;
  margin-left: 7%;
}

.gpmodal img {
  height: 100%;
  width: 100%;
}
