body {
  background: #fff;
  font-family: "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  margin: 0 auto; /*padding-bottom:1.38rem*/
  max-width: 640px;
  position: relative;
  /*min-height: 100vh;*/
}
body#index {
  background-color: #fff;
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.wz {
  font-size: 0.39rem;
  font-family: PingFang SC;
  text-align: center;
  color: #b57eff;
  margin: 0 6px;
}
/*#page{padding-top: 1.2rem}*/
.header {
  height: 1.5rem;
  line-height: 1.2rem;
  color: #fff;
  background: #212121;
  background-size: cover;
  width: 100%;
  text-align: center;
  background-size: cover;
  position: fixed;
  z-index: 999;
  top: 0;
  border-bottom: 1px solid #424242;
}
.header .logo {
  height: 100%;
  width: 4.4rem;
  background: url(https://xh2y15-1320558009.cos.accelerate.myqcloud.com/zjlgo.png) center center no-repeat;
  background-size: cover;
  margin-left: 17px;
  display: block;
}
.header .more {
  display: inline-block;
  font-size: 0.74rem;
  position: absolute;
  cursor: pointer;
  left: 0.4rem;
  color: #ffcf2e;
  transition: transform 0.3s;
}
.header .more.on {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.header .normalsite {
  background: url(../images/domain.gif) no-repeat;
  width: 4.4rem;
  height: 0.6rem;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 0.5rem;
}
.top {
  width: 100%;
  height: 60px;
  margin-bottom: -4px;
}

#page nav {
  display: none;
}
.mm-list > li {
  border-bottom: 1px solid #0c1b28;
}
.mm-list > li > a {
  color: #7f9ab4;
}
.mm-list > li > a span {
  width: 1rem;
  text-align: center;
  margin-right: 0.16rem;
  display: inline-block;
}
.mm-list > li > a i {
  color: #c1e1ff;
  font-size: 0.64rem;
}
.mm-list > li > a i.ft1 {
  font-size: 0.58rem;
}
.mm-list > li > a i.ft2 {
  font-size: 0.42rem;
}
.mm-list > li > a i.ft0 {
  font-size: 0.7rem;
}

/* 幻灯片相关 */
.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 0.1rem;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff100;
}

/* 滚动公告 */
.gonggao {
  height: 0.8rem;
  background: #fdf9f9;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
.gonggao .title {
  margin-left: 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  float: left;
  display: block;
  width: 2.4rem;
  color: #ef0808;
  font-size: 0.37rem;
}
.gonggao .title span {
  display: inline-block;
  font-size: 0.56rem;
  color: #ef0808;
  vertical-align: middle;
  margin-right: 0.2rem;
}
.gonggao .gundong {
  color: #000;
  font-size: 0.37rem;
  overflow: hidden;
  line-height: 0.8rem;
  white-space: nowrap;
}

/* 线路检测 */
.testing {
  line-height: 1;
  background: #fff;
}
.testing:after {
  clear: both;
}
.testing .hd {
  border-bottom: 1px solid #404040;
  height: 1.2rem;
  line-height: 1.2rem;
}
.testing .hd ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.testing .hd ul li a {
  color: #f9f9f9;
  font-size: 0.37rem;
}

.testing .bd {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.4rem;
  padding-bottom: 0rem;
}
.testing .bd ul {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0;
  padding-bottom: 0;
}
.testing .bd li {
  zoom: 1;
  padding-bottom: 0.2rem;
  height: 1rem;
}
.testing .bd .ms {
  float: left;
  font-size: 0.37rem;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 1.73rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0.11rem;
  background: #f0f0f0;
  border: 1px solid #ccc;
  margin-right: 0.4rem;
  color: #5a5e6b;
}
.testing .bd .url {
  display: block;
  font-size: 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0.11rem;
  background: #f0f0f0;
  border: solid 1px #ccc;
  color: #5a5e6b;
  text-align: center;
}
.testing .bd .btn-open {
  line-height: 1;
  float: right;
  margin-left: 0.4rem;
  font-size: 0.4rem;
  height: 0.8rem;
  line-height: 0.82rem;
  display: block;
  text-align: center;
  border: 0;
  border-radius: 0.11rem;
  background: #e140ac;
  border: 1px solid #fff;
}
.testing .bd .btn-open a {
  display: block;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  font-weight: bold;
}

/* 快捷连接 */
.quicklink {
  background: #151515;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #343434;
}
.quickmain {
  width: 10rem;
  margin: 0 auto;
}
.quickmain ul {
  height: 1.08rem;
  border-bottom: 1px solid #383838;
  background: url(../images/quickul.png) no-repeat;
  background-size: cover;
}
.quickmain ul.last {
  border-bottom: none;
}
.quickmain ul li {
  float: left;
  width: 33.3%;
  height: 1.08rem;
  line-height: 1.08rem;
  overflow: hidden;
  position: relative;
}
.quickmain ul li a {
  color: #bfbfbf;
  font-size: 0.4rem;
  text-align: left;
  text-indent: 1.2rem;
  display: inline-block;
}
.quickmain ul li .iconfont {
  display: inline-block;
  font-size: 0.56rem;
  width: 0.8rem;
  color: #c4c4c4;
  vertical-align: middle;
  position: absolute;
  left: -0.8rem;
  text-align: center;
}
.quickmain ul li .iconfont.ft1 {
  font-size: 0.52rem;
}
.quickmain ul li .iconfont.ft2 {
  font-size: 0.64rem;
}
/* 底部 */
.footer {
  text-align: center;
  color: #828282;
  font-size: 0.3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background: #ffffff;
}
.footer p {
  margin-bottom: 0.2rem;
}
.footer .gopc {
  color: #a9a9a9;
  font-size: 0.3rem;
}

.bottom {
  height: 1.8rem;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #242424;
  border-top: 1px solid #434343;
  z-index: 999;
}
.bottom ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.bottom ul li a {
  padding-top: 10px;
  display: block;
  height: 1.38rem;
  position: relative;
  border-left: 1px solid #606060;
  border-right: 1px solid #1a3751;
}
.bottom ul li .iconfont {
  display: inline-block;
  font-size: 0.64rem;
  color: #fcc441;
  margin: 0 auto;
  margin-top: 0.15rem;
}
.bottom ul li p {
  line-height: 0.48rem;
  color: #fcc441;
  font-size: 0.35rem;
}
.bottom ul li:first-child a {
  border-left: 1px solid #1a3751;
}

/* 红包 */
.hbmain {
  background: url(../images/hb/bg.jpg) no-repeat;
  background-size: cover;
  width: 10rem;
  height: 12.56rem;
  overflow: hidden;
  margin: 0 auto;
}
.hbmain .logoimg {
  background: url(../images/hb/logoimg.png) no-repeat;
  width: 4.2rem;
  height: 1.22rem;
  background-size: cover;
  margin: 0 auto;
  margin-top: 2.84rem;
}
.hbul {
  max-width: 4.8rem;
  margin: 0 auto;
  margin-top: 2.8rem;
}
.hbul li {
  height: 1.08rem;
  line-height: 1.08rem;
  position: relative;
  margin-bottom: 0.28rem;
}
.hbul li input {
  height: 1.08rem;
  width: 4.8rem;
  text-indent: 0.48rem;
  color: #ab9f78;
  font-size: 0.32rem;
  border-radius: 0.08rem;
  border: none;
  text-align: center;
}
.hbul li input::-webkit-input-placeholder {
  color: #ab9f78;
}
.hbul li input::-moz-placeholder {
  color: #ab9f78;
  opacity: 1;
}
.hbul li input:-moz-placeholder {
  color: #ab9f78;
  opacity: 1;
}
.hbul li .btn1 {
  width: 4.8rem;
  height: 1.08rem;
  background: #ffcf2e;
  border-radius: 0.08rem;
  border: none;
  color: #3e3000;
  font-size: 0.4rem;
  font-weight: bold;
  cursor: pointer;
}
.hbul li .btn2 {
  width: 4.8rem;
  height: 1.08rem;
  background: #ffcf2e;
  border-radius: 0.08rem;
  border: none;
  color: #3e3000;
  font-size: 0.4rem;
  font-weight: bold;
  cursor: pointer;
}
.hbul li .detail {
  font-size: 0.32rem;
  color: #fff;
  text-decoration: underline;
}
.hbul li.center {
  text-align: center;
  height: 0.54rem;
  line-height: 0.54rem;
}

.hbcxcon {
  width: 10rem;
  margin: 0 auto;
}
.hbcxcon .hbcxtitle {
  height: 1.2rem;
  position: relative;
  line-height: 1.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
  border-bottom: 1px solid #f83737;
}
.hbcxcon .hbcxtitle .back {
  position: absolute;
  left: 0.4rem;
  top: 0.32rem;
  width: 0.32rem;
  height: 0.52rem;
  background: url(../images/yhdt/back.png);
  background-size: cover;
}
.hbcxcon .content table {
  width: 100%;
  border-collapse: collapse;
}
.hbcxcon .content table tr th {
  height: 1.2rem;
  color: #ffadad;
  font-size: 0.36rem;
  text-align: center;
  border: 1px solid #f83737;
  border-top: none;
  line-height: 1.2rem;
}
.hbcxcon .content table tr td {
  height: 1.2rem;
  color: #ffffff;
  font-size: 0.36rem;
  text-align: center;
  border: 1px solid #f83737;
  border-top: none;
  line-height: 1.2rem;
  text-align: center;
}
.hbcxcon .content table tr td span {
  color: #ffcf2e;
}

/* 体验金申请 */
.tyjsq {
  padding-bottom: 0.4rem;
}
.tyjsq .logoimg {
  background: url(../images/tyjsq/logoimg.png) no-repeat;
  width: 5rem;
  height: 1.14rem;
  background-size: cover;
  margin: 0 auto;
  margin-top: 0.92rem;
}
.inputul {
  max-width: 8rem;
  margin: 0 auto;
}
.inputul li {
  margin-top: 0.28rem;
  height: 1.08rem;
  line-height: 1.08rem;
  position: relative;
}
.inputul li input {
  height: 1.08rem;
  width: 8rem;
  text-indent: 0.48rem;
  color: #5a6573;
  font-size: 0.32rem;
  border-radius: 0.08rem;
  border: none;
  text-align: center;
}
.inputul li input::-webkit-input-placeholder {
  color: #5a6573;
}
.inputul li input::-moz-placeholder {
  color: #5a6573;
  opacity: 1;
}
.inputul li input:-moz-placeholder {
  color: #5a6573;
  opacity: 1;
}
.inputul li .codeimg {
  width: 1.84rem;
  height: 0.72rem;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.36rem;
}
.inputul li .btn1 {
  width: 3.8rem;
  height: 1.08rem;
  background: #ffcf2e;
  border-radius: 0.08rem;
  border: none;
  color: #3e3000;
  font-size: 0.4rem;
  font-weight: bold;
  cursor: pointer;
  float: left;
}
.inputul li .btn2 {
  width: 3.8rem;
  height: 1.08rem;
  background: #365070;
  border-radius: 0.08rem;
  border: none;
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
  cursor: pointer;
  float: right;
}
.inputul li .detail {
  font-size: 0.32rem;
  color: #fff;
  text-decoration: underline;
}
.inputul li.center {
  text-align: center;
  height: 0.54rem;
  line-height: 0.54rem;
}
.inputul li .vipbtn,
.inputul li .yxbbtn,
.inputul li .qdbtn {
  width: 8rem;
  height: 1.08rem;
  background: #ffcf2e;
  border-radius: 0.08rem;
  border: none;
  color: #3e3000;
  font-size: 0.4rem;
  font-weight: bold;
  cursor: pointer;
  float: left;
}
.tyjsq .inputul li input {
  text-align: left;
}

/* VIP */
.vip {
  background: url(../images/vip/bg.jpg) no-repeat;
  background-size: cover;
  width: 10rem;
  height: 12.56rem;
  margin: 0 auto;
  overflow: hidden;
}
.vip .logoimg {
  background: url(../images/vip/logoimg.png) no-repeat;
  width: 5.6rem;
  height: 1.1rem;
  background-size: cover;
  margin: 0 auto;
  margin-top: 5.68rem;
}
body#vip .footer {
  margin-top: 0.6rem;
}

/* 天天签到 */
.ttqd {
  background: url(../images/ttqd/bg.jpg) no-repeat;
  background-size: cover;
  width: 10rem;
  height: 12.56rem;
  margin: 0 auto;
  overflow: hidden;
}
.ttqd .logoimg {
  background: url(../images/ttqd/logoimg.png) no-repeat;
  width: 8rem;
  height: 2.44rem;
  background-size: cover;
  margin: 0 auto;
  margin-top: 2.64rem;
}

.ttqd-login {
  width: 10rem;
  margin: 0 auto;
}
.ttqd-login .face {
  width: 1.64rem;
  height: 1.64rem;
  margin: 0 auto;
  border: 1px solid #383363;
  border-radius: 1.64rem;
  display: block;
  margin-top: 0.48rem;
}
.ttqd-login .username {
  font-size: 0.4rem;
  text-align: center;
  color: #fff;
  height: 1.12rem;
  line-height: 1rem;
}
.ttqd-login .qdbtn {
  width: 3.48rem;
  height: 0.88rem;
  display: block;
  margin: 0 auto;
  background: #ffcf2e;
  border: none;
  border-radius: 0.48rem;
  font-size: 0.4rem;
  color: #3e3000;
  font-weight: bold;
}
.ttqd-login .qdedbtn {
  width: 3.48rem;
  height: 0.88rem;
  display: block;
  margin: 0 auto;
  background: none;
  border-radius: 0.48rem;
  font-size: 0.4rem;
  color: #ffcf2e;
  font-weight: bold;
  border: 2px solid #ffcf2e;
}
.ttqd-login .qdinfo {
  color: #bfbfbf;
  font-size: 0.32rem;
  text-align: center;
  height: 0.92rem;
  line-height: 0.92rem;
}
.ttqd-login .qdinfo b {
  color: #fcc43e;
  font-weight: normal;
}
.qdcontent {
  margin-top: 0.56rem;
  padding: 0 0.4rem;
  border-top: 1px solid #1a2f47;
}
.qdcontent ul li {
  border-bottom: 1px solid #1a2f47;
  height: 1.28rem;
  line-height: 1.28rem;
}
.qdcontent ul li span {
  color: #bfbfbf;
  font-size: 0.4rem;
}
.qdcontent ul li em {
  float: right;
  color: #fcc43e;
  font-size: 0.4rem;
  margin-right: 0.04rem;
}
.qdcontent ul li .go {
  height: 0.52rem;
  width: 0.24rem;
  background: url(../images/ttqd/go.png);
  background-size: cover;
  display: inline-block;
  float: right;
  margin-top: 0.4rem;
  margin-right: 0.04rem;
}

/* 英雄榜 */
.yxb {
  background: url(../images/yxb/bg.jpg) no-repeat;
  background-size: cover;
  width: 10rem;
  height: 12.56rem;
  margin: 0 auto;
  overflow: hidden;
}
.yxb .logoimg {
  background: url(../images/yxb/logoimg.png) no-repeat;
  width: 4.2rem;
  height: 1.3rem;
  background-size: cover;
  margin: 0 auto;
  margin-top: 5.68rem;
}

/* 优惠大厅 */
.yhdt {
  width: 10rem;
  margin: 0 auto;
  padding-top: 0.32rem;
  height: auto;
}
.yhdt:after {
  content: "";
  clear: both;
}
.yhdt ul li {
  float: left;
  width: 4.48rem;
  height: 2.88rem;
  margin-left: 3.5%;
  border-radius: 3px;
  margin-bottom: 0.32rem;
}
.yhdt ul li img {
  width: 4.48rem;
  height: 2.08rem;
  display: block;
}
.yhdt ul li a {
  color: #9dbee9;
  font-size: 0.32rem;
  text-align: center;
  display: block;
  height: 3.16rem;
}
.yhdt ul li p {
  line-height: 0.72rem;
  border-top: 1px solid #3d458c;
  font-family: "黑体";
  border: 1px solid #364f6f;
  background-color: #233951;
  border-radius: 0 0 3px 3px;
}
.yhdt ul:after {
  content: "";
  display: block;
  clear: both;
}

/* 优惠申请 */
.sqcon {
  width: 10rem;
  margin: 0 auto;
}
.sqcon .sqtitle {
  height: 1.2rem;
  position: relative;
  line-height: 1.2rem;
  text-align: center;
  color: #6b8ab2;
  font-size: 0.4rem;
  border-bottom: 1px solid #243a51;
}
.sqcon .sqtitle .back {
  position: absolute;
  left: 0.4rem;
  top: 0.32rem;
  width: 0.32rem;
  height: 0.52rem;
  background: url(../images/yhdt/back.png);
  background-size: cover;
}
.sqcon .content {
}
.sqcon .content .inputul {
  padding-bottom: 0.4rem;
  padding-top: 0.12rem;
}
.sqcon .content .info {
  border-top: 1px solid #2a2550;
  margin: 0 0.4rem;
  line-height: 0.56rem;
  padding: 0 0 0.3rem;
}
.sqcon .content .info h3 {
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.6rem;
  font-weight: normal;
  text-align: center;
}
.sqcon .content .info h3 a {
  color: #fff;
  text-decoration: underline;
}
.sqcon .content .info h3 a:hover {
  text-decoration: none;
}
.sqcon .content .info p {
  font-size: 0.36rem;
  color: #958fc8;
}

.sqcon .content table {
  width: 100%;
  border-collapse: collapse;
}
.sqcon .content table tr th {
  min-height: 1.2rem;
  color: #6b8ab2;
  font-size: 0.36rem;
  text-align: center;
  border: 1px solid #243a51;
  border-top: none;
  padding: 0.3rem 0;
  width: 26%;
}
.sqcon .content table tr td {
  min-height: 1.2rem;
  color: #fff;
  font-size: 0.36rem;
  border: 1px solid #243a51;
  border-top: none;
  padding: 0.4rem 0;
  padding-left: 0.64rem;
  padding-right: 0.3rem;
  line-height: 0.64rem;
}

/* 优惠活动 */
.yhhd {
  width: 100%;
}
.yhhd .hd {
  height: 1.2rem;
  width: 96%;
  margin: 0 auto;
}
.yhhd .hd ul li {
  float: left;
  width: 24%;
  text-align: center;
  text-align: center;
  padding-top: 0.5rem;
}
.yhhd .hd ul li a {
  color: #9dbee9;
  font-size: 0.37rem;
  display: inline-block;
  background-color: #2c4562;
  width: 2.2rem;
  text-align: center;
  border-radius: 20px;
  line-height: 0.6rem;
}
.yhhd .hd ul li a.on {
  color: #000;
  background-color: #fcc441;
}
.yhhd .bd {
  padding-top: 0.32rem;
}
.yhhd .item {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 0.24rem;
}
.yhhd .item h2 {
  cursor: pointer;
}
.yhhd .item h2 img {
  display: block;
  width: 100%;
}
.yhhd .item .info {
  display: none;
  color: #fff;
  font-size: 0.3rem;
  padding: 0.24rem 0.24rem 0;
  line-height: 0.5rem;
}

/* 优惠活动 */
.news {
  width: 9.2rem;
  margin: 0 auto;
  padding: 0 0.4rem;
}
.news ul li {
  height: 1.68rem;
  border-bottom: 1px solid #243a51;
}
.news ul li p {
  color: #fff;
  font-size: 0.4rem;
  margin-top: 0.4rem;
}
.news ul li p a {
  color: #fff;
}
.news ul li span {
  color: #2d4a70;
  font-size: 0.32rem;
  display: inline-block;
  margin-top: 0.24rem;
}

.newscon {
  width: 10rem;
  margin: 0 auto;
}
.newscon .newstitle {
  height: 1.2rem;
  position: relative;
  line-height: 1.2rem;
  text-align: center;
  color: #6b8ab2;
  font-size: 0.4rem;
  border-bottom: 1px solid #243a51;
}
.newscon .newstitle .back {
  position: absolute;
  left: 0.4rem;
  top: 0.32rem;
  width: 0.32rem;
  height: 0.52rem;
  background: url(../images/news/back.png);
  background-size: cover;
}
.newscon .content {
  padding: 0.4rem;
  color: #fff;
  font-size: 0.36rem;
}
.newscon .content p {
  margin: 0.2rem 0;
  line-height: 0.56rem;
}

/* APP */
.app {
  widows: 10rem;
  margin: 0 auto 1rem;
}
.app p {
  color: #9a94bf;
  font-size: 0.46rem;
  text-align: center;
  line-height: 1rem;
  width: 7rem;
  margin: 0.5rem auto 0;
  text-align: center;
  border-radius: 5px;
}
.app p i {
  margin: 0.1rem 0.4rem 0 0;
  display: inline-block;
  font-size: 1rem;
  float: left;
}
.app .ewm {
  width: 3.8rem;
  height: 3.8rem;
  background: url(../images/app/ewmbg.png);
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 0.64rem;
  padding: 0.2rem;
}
.app .ewm img {
  width: 100%;
  height: 100%;
}
.app .text01 {
  color: #fff;
  background-color: #2d91e3;
  width: 5.5rem;
  padding: 0.1rem 0 0.1rem 1.5rem;
}
.app .text02 {
  color: #fff;
  background-color: #78bc44;
  width: 5.5rem;
  padding: 0.1rem 0 0.1rem 1.5rem;
}
.app .rText {
  float: left;
  text-align: left;
  line-height: 0.75rem;
}
.app .rText span {
  display: block;
  font-size: 0.35rem;
  line-height: 0.3rem;
}
.app .topImg {
  width: 3rem;
  margin: 1rem auto 1rem;
}
.app .topImg img {
  width: 3rem;
}
.app .ttl {
  color: #fff;
  border: none;
  line-height: 0.4rem;
  margin-top: 0.3rem;
  width: auto;
  font-size: 0.5rem;
}
.app .note {
  color: #5b7da9;
  border: none;
  font-size: 0.35rem;
  line-height: 0.4rem;
  margin-top: 0.3rem;
  width: auto;
  font-size: 0.4rem;
}
.app p a {
  color: #fff;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.app .downLink {
  margin-top: 0.5rem;
}
.app .downLink a {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #2d91e3;
  width: 7rem;
  padding: 0.35rem 0;
  font-size: 0.45rem;
  border-radius: 5px;
}

/* wechat */
.wechat {
  widows: 10rem;
  margin: 0 auto 1rem;
}
.wechat .ewm {
  width: 3.8rem;
  height: 3.8rem;
  background: url(../images/wechat/ewmbg.png);
  background-size: 100% 100%;
  margin: 0 auto 0.4rem;
  margin-top: 0.64rem;
  padding: 0.2rem;
}
.wechat .ewm img {
  width: 100%;
  height: 100%;
}
.wechat p {
  font-size: 0.46rem;
  text-align: center;
  line-height: 1rem;
  width: 7rem;
  margin: 0 auto;
  color: #bfbfbf;
}

.wechat .text01 {
  color: #c1e1ff;
  font-size: 0.46rem;
  text-align: center;
  line-height: 1rem;
  border: 1px solid #c1e1ff;
  width: 7rem;
  margin: 1rem auto 0;
  text-align: center;
  border-radius: 20px;
}
.wechat .text01 i {
  margin-right: 0.4rem;
  font-size: 0.6rem;
}

/* chongzhi */
.chongzhi .topImg {
  width: 3.2rem;
  margin: 1rem auto 0.6rem;
}
.chongzhi .topImg img {
  width: 3.2rem;
}
.chongzhi .formUl {
  margin: 0 auto;
  width: 8rem;
}
.chongzhi .formUl li {
  margin-bottom: 0.4rem;
  height: 0.9rem;
  width: 8rem;
}
.chongzhi .formUl li input {
  width: 8rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 3px;
  background-color: #fff;
  border: none;
  font-size: 0.35rem;
  padding-left: 15px;
  color: #5a6573;
  box-sizing: border-box;
}
.chongzhi .formUl li label {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 20px;
  vertical-align: 14px;
  padding-right: 20px;
}
.chongzhi .formUl li.choseLi span {
  font-size: 0.35rem;
}
.chongzhi .btn {
  width: 8rem;
  margin: 0 auto;
}
.btn img {
  width: 8rem;
}
.chongzhi .select {
  width: 8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 12px;
  padding-left: 15px;
  color: #a6acb4;
  border-radius: 3px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}
.chongzhi .select input {
  border: 0 none;
  font-size: 0.35rem;
  line-height: 2;
  margin: 0;
  color: #a6acb4;
}
.chongzhi .select .selectVal {
  height: 0.8rem;
  font-size: 0.35rem;
  margin-right: 10px;
  padding: 1px 0 1px 0;
  background: url(../images/chongzhi/icon01.jpg) no-repeat right center;
  background-size: 18px auto;
  color: #a6acb4;
}
.chongzhi .select ul {
  display: none;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  left: -1px;
  top: 40px;
  position: absolute;
  width: 8rem;
  z-index: 100;
}
.chongzhi .select li {
  font-size: 0.35rem;
  margin: 0 0 3px 10px;
}
.chongzhi .select li img {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.chongzhi .select li span {
  display: inline-block;
  color: #5a6573;
  line-height: 30px;
}
.chongzhi .note {
  width: 8rem;
  margin: 10px auto 2.3rem;
  color: #647b98;
  font-size: 0.3rem;
}
.chongzhi .note span {
  color: #edca57;
}
.chongzhi .note a {
  color: #ff3636;
}

/* 更多内容 */
.moremain {
  position: absolute;
  z-index: 101;
  width: 100%;
  top: 1.2rem;
  display: none;
  background: #000000;
  height: 100%;
  min-height: 100%;
  padding-bottom: 1.28rem;
}
.moremain table {
  width: 100%;
  border-collapse: collapse;
}
.moremain table tr td {
  width: 33.333%;
  height: 2.8rem;
  border: 1px solid #243a51;
  text-align: center;
}
.moremain table tr td a {
  display: inline-block;
  height: 2.8rem;
  vertical-align: middle;
}
.moremain table tr td i {
  color: #c1e1ff;
  font-size: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  margin-top: 0.6rem;
}
.moremain table tr td i.ft0 {
  font-size: 0.95rem;
  margin-top: 0.45rem;
}
.moremain table tr td i.ft1 {
  font-size: 0.88rem;
}
.moremain table tr td i.ft2 {
  font-size: 0.76rem;
}
.moremain table tr td p {
  color: #fff;
  font-size: 0.373333rem;
  line-height: 0.373333rem;
  margin-top: 0.28rem;
  font-weight: bold;
}

/* 弹窗 */
.detailinfo {
  background: #1a3751;
  width: 7.4rem;
  height: auto;
  min-height: 4rem;
  padding: 0 0.4rem 0.4rem;
  border-radius: 0.12rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  color: #7f9ab4;
  font-size: 0.28rem;
  line-height: 0.48rem;
  display: none;
}
.detailinfo .title {
  height: 1.24rem;
  line-height: 1.24rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff100;
  border-bottom: 1px solid #27517a;
  font-weight: bold;
}
.detailinfo.hb {
  background: #1a4063;
  color: #fff;
}
.detailinfo.hb .title {
  font-weight: bold;
  color: #fff100;
  border-bottom: 1px solid #f83737;
}
.detailinfo p {
  margin: 0.3rem 0;
}
.layui-layer-nobg .layui-layer-setwin {
  right: 0;
  top: 0;
}
.layui-layer-nobg .layui-layer-setwin .layui-layer-close2 {
  background: url(../images/close.png) no-repeat;
  background-size: cover;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  cursor: pointer;
  right: -0.25rem;
  top: -0.25rem;
}
.layui-layer-nobg .layui-layer-setwin .layui-layer-close2:hover {
  background-position: 0 0;
}

/* 查询弹窗 */
.chaxun {
  background: #1a4063;
  width: 8.2rem;
  height: auto;
  min-height: 4rem;
  border-radius: 0.12rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: none;
}
.chaxun .cxtitle {
  height: 1.24rem;
  line-height: 1.24rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  border-bottom: 1px solid #31527a;
}
.chaxun.hb {
  background: #b30000;
}
.chaxun.hb .cxtitle {
  font-weight: bold;
  color: #fff100;
  border-bottom: 1px solid #f83737;
}
.chaxun .cxcon {
  padding: 0 0.4rem;
  padding-bottom: 0.4rem;
}
.chaxun .cxcon ul li {
  margin-top: 0.28rem;
  height: 1.08rem;
  line-height: 1.08rem;
  position: relative;
}
.chaxun .cxcon ul li input {
  height: 1.08rem;
  width: 7.4rem;
  color: #ab9f78;
  font-size: 0.32rem;
  border-radius: 0.08rem;
  border: none;
  text-align: center;
}
.chaxun .cxcon ul li input::-webkit-input-placeholder {
  color: #ab9f78;
}
.chaxun .cxcon ul li input::-moz-placeholder {
  color: #ab9f78;
  opacity: 1;
}
.chaxun .cxcon ul li input:-moz-placeholder {
  color: #ab9f78;
  opacity: 1;
}
.chaxun .cxcon ul li .subbtn {
  width: 7.4rem;
  height: 1.08rem;
  background: #ffcf2e;
  border-radius: 0.08rem;
  border: none;
  color: #3e3000;
  font-size: 0.4rem;
  font-weight: bold;
  cursor: pointer;
}

/* 大厅详情 */
.section {
  display: none;
  width: 8.2rem;
  height: 10.2rem;
  margin: 0 auto;
  position: relative;
}
.inner {
  padding: 0.4rem;
  width: 7.4rem;
  background-color: #11355a;
  border-radius: 10px;
}
.inner p {
  color: #b1d6ff;
  line-height: 1.6;
  font-size: 0.31rem;
  margin-bottom: 0.3rem;
}
.inner .close i {
  color: #fcc441;
  font-size: 0.7rem;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
}

/* 大转盘 */
.dzpmain {
  background: url(../images/dzp/bg.jpg) no-repeat;
  background-size: cover;
  width: 10rem;
  margin: 0 auto;
  height: 13.5rem;
  position: relative;
}
.dzpmain .turntable {
  width: 8rem;
  height: 8rem;
  left: 50%;
  margin-left: -4rem;
  top: 3.34rem;
  position: absolute;
}
.dzpmain .turntable .turntablebg {
  background: url(../images/dzp/turntable.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 8rem;
  height: 8rem;
}
.dzpmain .turntable .playbtn {
  display: block;
  background: url(../images/dzp/playbtn.png) no-repeat;
  background-size: cover;
  width: 3.8rem;
  height: 3.8rem;
  left: 50%;
  margin-left: -1.9rem;
  top: 2.1rem;
  position: absolute;
}

.zz {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 100;
  background: #04080c;
  top: 0;
  left: 0;
  display: none;
}

#touch {
  position: fixed;
  top: 2.9rem;
  right: 0;
  cursor: pointer;
  z-index: 999;
}
#omake {
  z-index: 999;
  display: none;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  top: 35%;
  left: 0;
  right: 0;
  padding: 20px 0;
  background: #fff;
  border-radius: 5px;
  font-size: 1pc;
  box-shadow: 0 0 10px #000;
}
#omake #cancel {
  background: #fff;
  padding: 2px;
  position: absolute;
  top: -9pt;
  right: -9pt;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px #666;
}
#omake .omake_weixin,
#omake a {
  padding: 5px 10px;
  font-weight: 700;
  background: #22c7a0;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}
#omake p {
  padding: 5px 0;
  display: inline-block;
}
/* pc */
@media (min-width: 768px) {
  .head {
    display: block;
    height: 75px;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/head.png) no-repeat center top;
  }
  .show-url {
    font-size: 0.7rem;
    font-weight: bold;
    font-family: "微软雅黑";
    letter-spacing: 0.1rem;
    color: #fff;
    line-height: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    left: -10px;
  }
  .logos {
    width: 4.5rem;
    height: 12ch;
    padding-left: 1%;
    background: url(/images/9292.abc);
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: -20px;
}
  img{
    border: none;
  }
  .image-kf {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px; /* Thêm khoảng cách 20px từ phía trên */
    height: 7%; /* Thay đổi kích thước theo nhu cầu */
  }
  
  .image-kf img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(0.8); /* Thay đổi tỷ lệ theo nhu cầu */
  }
}
/* mobile */
@media (max-width: 767px) {
  .head {
    height: 57px;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/head.png) no-repeat center top;
  }
  .show-url {
    font-size: 0.7rem;
    font-weight: bold;
    font-family: "微软雅黑";
    letter-spacing: 0rem;
    color: #fff;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    left: -10px;
  }
  .logos{
    width: 5rem;
    height: 11ch;
    padding-left: 1%;
    background: url(/images/9292.abc);
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: -17px;
  }
  img{
    border: none;
  }
  .image-kf {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px; /* Thêm khoảng cách 20px từ phía trên */
    height: 70px; /* Thay đổi kích thước theo nhu cầu */
  }
  
  .image-kf img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(0.8); /* Thay đổi tỷ lệ theo nhu cầu */
  }
}

.change-url {
  display: inline-block;
  text-align: center;
  /* width: 3rem; */
  color: #ff0;
}
