.default_btn {
  height: 0.84rem;
  font-size: 0.34rem;
  line-height: 0.84rem;
  border-radius: 0.2rem;
  box-sizing: border-box;
}
.btn-green {
  background: linear-gradient(180deg, #489DF6 0%, #6EB0F8 100%);
  text-align: center;
  display: block;
  color: #fff;
  margin: 0 auto;
}
.btn-green.stop {
  background: #C6E2FF;
  pointer-events: none;
}
.btn-green:active {
  background-color: #C6E2FF;
}
.btn-white {
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #333;
  border: solid 1px #CCCCCC;
}
.btn-white:active {
  background-color: #F2F2F2;
}
.hasBar {
  padding-top: 1rem;
}
.titleBar {
  height: 1rem;
  border-bottom: solid 1px #ddd;
  background: #fff;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.titleBar .goback {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/left_icon.png) no-repeat center center;
  background-size: 0.26rem 0.42rem;
}
.titleBar .title {
  text-align: center;
  color: #000;
  line-height: 1rem;
  font-size: 0.36rem;
}
.pro-list li {
  margin-bottom: 0.48rem;
}
.pro-list li .game-icon {
  width: 1.52rem;
  height: 1.52rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.pro-list li .flex1 {
  padding: 0 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-list li .game-name {
  font-weight: bold;
  font-size: 0.34rem;
  color: #000;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-list li .game-desc {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #999;
}
.pro-list li .game-label {
  margin-top: 0.2rem;
}
.pro-list li .game-label span {
  padding: 0 0.1rem;
  height: 0.36rem;
  background: #f3f1f3;
  border-radius: 0.04rem;
  display: inline-block;
  font-size: 0.2rem;
  color: #999;
  line-height: 0.36rem;
  margin-right: 0.2rem;
}
.pro-list li .game-btn {
  width: 0.92rem;
  height: 0.52rem;
  background: #d7eaff;
  border-radius: 0.32rem;
  margin-top: 0.52rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #3394FA;
  text-align: center;
}
.pro-list li:last-child {
  margin-bottom: 0;
}
.gift-list li {
  padding: 0.24rem 0;
  border-bottom: solid 1px #CCCCCC;
}
.gift-list li .game-icon {
  padding-bottom: 0.2rem;
}
.gift-list li .game-icon img {
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 0.16rem;
  float: left;
}
.gift-list li .game-icon span {
  font-size: 0.34rem;
  line-height: 0.96rem;
  padding: 0 0.2rem;
  float: left;
  font-weight: bold;
  color: #000;
}
.gift-list li .gift-name {
  font-size: 0.3rem;
  color: #000;
  margin-bottom: 0.2rem;
}
.gift-list li .gift-desc {
  font-size: 0.26rem;
  color: #999;
  line-height: 0.36rem;
}
.gift-list li .gift-btn {
  width: 0.92rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 0.26rem;
  border: 1px solid #489DF6;
  margin: 0.5rem 0.3rem 0 0.6rem;
  font-size: 0.26rem;
  color: #489DF6;
  display: block;
  text-align: center;
}
.gift-list li:last-child {
  border: none;
}
.gift-list .gift-more {
  height: 0.98rem;
  line-height: 0.98rem;
  border-top: solid 1px #ccc;
  font-size: 0.26rem;
  text-align: center;
  display: block;
  color: #999;
}
.gift-list .gift-more i {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/bottom_gray.png) no-repeat;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}
.gift-list .gift-more i.top {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.gift-popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.gift-popup .popup-cont {
  width: 5.66rem;
  height: 3.94rem;
  background: #ffffff;
  border-radius: 0.16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.87rem 0 0 -2.83rem;
  padding: 0.5rem;
  box-sizing: border-box;
  text-align: center;
}
.gift-popup .popup-cont .close-btn {
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/close_white.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.gift-popup .popup-cont .title {
  font-size: 0.34rem;
  line-height: 0.48rem;
  font-weight: bold;
}
.gift-popup .popup-cont .val {
  color: #999;
  height: 0.48rem;
  line-height: 0.48rem;
  margin-top: 0.4rem;
}
.gift-popup .popup-cont .val span {
  min-width: 2.2rem;
  display: inline-block;
  padding: 0 0.3rem;
  border-radius: 0.04rem;
  background: #EBEBEB;
}
.gift-popup .popup-cont .txt2 {
  font-size: 0.3rem;
  color: #999;
  margin-top: 0.3rem;
}
.gift-popup .popup-cont .btn {
  width: 100%;
  height: 0.92rem;
  line-height: 0.92rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: solid 1px #ddd;
}
.gift-popup .popup-cont .btn a {
  font-size: 0.34rem;
  color: #489DF6;
}
.weui-half-screen-dialog__hd__side {
  position: initial;
  left: auto;
}
.weui-half-screen-dialog__hd__side .weui-icon-btn {
  top: 0.6rem;
  left: 0.3rem;
}
.drag-view {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  top: 0;
  left: 0;
}
.drag-view .drag-cont {
  width: 6.06rem;
  padding: 0.48rem 0.24rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0.16rem;
  position: absolute;
  top: 26%;
  left: 50%;
  margin-left: -3.03rem;
}
.drag-view .drag-cont .drag {
  width: 100%;
}
.drag-view .drag-cont .tool {
  height: 0.36rem;
  margin-top: 0.1rem;
}
.drag-view .drag-cont .tool a {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  float: right;
  margin: 0 0.3rem;
}
.drag-view .drag-cont .tool a.close {
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
}
.drag-view .drag-cont .tool a.refresh {
  background: url(../images/refresh.png) no-repeat;
  background-size: 100% 100%;
}
.no-result {
  width: 100%;
  height: 100%;
  min-height: 13rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url(../images/no-result.png) no-repeat center 0.84rem;
  background-size: 3.28rem 2.2rem;
  padding-top: 3.4rem;
  font-size: 0.26rem;
  color: #999;
  text-align: center;
  box-sizing: border-box;
}
.load-view {
  padding: 0.4rem 0;
  text-align: center;
  font-size: 0.26rem;
  color: #BBBBBB;
}
.load-view.load .no-text {
  display: none;
}
.load-view.load .item-loader-container {
  display: block;
  opacity: 1;
}
.item-loader-container {
  box-sizing: border-box;
  text-align: center;
  display: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  opacity: 0;
  position: relative;
}
.la-ball-pulse.la-2x {
  width: 1.08rem;
  height: 0.36rem;
  display: inline-block;
}
.la-ball-pulse {
  display: block;
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-pulse.la-2x > div {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0.06rem;
  background: #d8d8d8;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: ball-pulse 1s ease infinite;
  animation: ball-pulse 1s ease infinite;
  position: relative;
}
.la-ball-pulse > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}
.la-ball-pulse > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms;
}
.la-ball-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.item-loader-container.load {
  display: block;
  opacity: 1;
}
@keyframes ball-pulse {
  0%,
  60%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
}
@-webkit-keyframes ball-pulse {
  0%,
  60%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
}
.server-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
}
.server-popup .server-cont {
  width: 5.58rem;
  height: 8.42rem;
  background: #ffffff;
  border-radius: 0.08rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -4.21rem auto 0;
}
.server-popup .close-btn {
  width: 0.48rem;
  height: 0.48rem;
  display: inline-block;
  background: url(../images/close_btn.png) no-repeat center center;
  background-size: 0.24rem 0.24rem;
  position: absolute;
  top: 0.32rem;
  right: 0.24rem;
}
.server-popup .server-title {
  height: 1.14rem;
  border-bottom: solid 1px #eee;
  text-align: center;
  line-height: 1.14rem;
  padding: 0 1.04rem;
  font-size: 0.34rem;
  color: #000;
}
.server-popup .server-box {
  padding: 0.3rem 0.1rem;
  /*滚动条整体样式*/
  /*滚动条滑块*/
  /*滚动条轨道*/
}
.server-popup .server-box .server-area {
  padding: 0 0.2rem 0 0.2rem;
  height: 5rem;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* 当手指从触摸屏上移开，会保持一段时间的滚动 */
  overflow-y: scroll;
}
.server-popup .server-box .server-area iframe {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  outline: none;
}
.server-popup .server-box .server-area::-webkit-scrollbar {
  width: 0.06rem;
  height: 1px;
}
.server-popup .server-box .server-area::-webkit-scrollbar-thumb {
  border-radius: 0.06rem;
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  background: #535353;
}
.server-popup .server-box .server-area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 0.06rem;
  background: #ccc;
}
.server-popup .server-agree {
  font-size: 0;
  text-align: center;
  line-height: 0.32rem;
}
.server-popup .server-agree i {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #999999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  box-sizing: border-box;
  position: relative;
}
.server-popup .server-agree i.on:after {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/radio_on.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.02rem;
  left: -0.02rem;
}
.server-popup .server-agree span {
  line-height: 0.32rem;
  display: inline-block;
  height: 0.32rem;
  font-size: 0.26rem;
  color: #000;
  position: relative;
  top: 0.08rem;
}
.server-popup .ok-btn {
  width: 4.68rem;
  height: 0.72rem;
  line-height: 0.72rem;
  margin: 0.2rem auto 0;
}
.success-view {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
.success-view .success-box {
  padding: 1rem 0;
}
.success-view .success-box .success-icon {
  width: 1.28rem;
  height: 1.28rem;
  margin: 0 auto;
  font-size: 0;
}
.success-view .success-box .success-icon i {
  width: 100%;
  height: 100%;
  color: #489DF6;
}
.success-view .success-txt {
  font-size: 0.34rem;
  padding: 0.3rem 0 0.6rem;
  text-align: center;
}
.success-view .success-txt2 {
  font-size: 0.34rem;
  padding: 0 0.4rem 0.6rem;
  color: #979DA9;
}
.success-view .default_btn {
  margin: 0.24rem auto 0;
}
.success-tip {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.success-tip i {
  width: 2.82rem;
  height: 1.6rem;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: -0.8rem auto 0;
  background: url(../images/bindSuccess_icon.png) no-repeat;
  background-size: cover;
}
.form-wrap {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0.4rem;
  background: #fff;
}
.form-wrap .form-msg {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #000;
}
.form-wrap .form-msg2 {
  font-size: 0.24rem;
  color: #999999;
  padding: 0.2rem 0.4rem;
}
.form-wrap .form-msg2 i {
  width: 0.1rem;
  height: 0.1rem;
  background: #fa451c;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}
.form-wrap .forget-btn {
  padding: 0.3rem 0;
  text-align: center;
  color: #489DF6;
  display: block;
}
.form-wrap .form-view {
  padding: 0.24rem 0;
  margin-top: 0.3rem;
  background: #fff;
  border-bottom: solid 1px #eee;
}
.form-wrap .form-view span {
  font-size: 0.3rem;
  display: block;
  width: 1.8rem;
}
.form-wrap .form-view input {
  font-size: 0.3rem;
  overflow: hidden;
}
.form-wrap .form-view input[disabled="disabled"] {
  color: #999;
  text-align: right;
}
.form-wrap .form-view .get-code {
  font-size: 0.26rem;
  color: #489DF6;
}
.form-wrap .form-view .get-code.stop {
  color: #999;
  pointer-events: none;
}
.form-wrap .form-view:first-child {
  margin-top: 0;
}
.form-wrap .submit-btn {
  margin-top: 0.8rem;
}
.form-wrap .bind-btn {
  padding: 0 0.8rem;
  margin-top: 1.2rem;
}
.form-wrap .bind-btn a {
  margin: 0.24rem auto 0;
}
.form-wrap2 {
  background: #f7f7f7;
  padding: 0;
  padding-top: 0.24rem;
}
.form-wrap2 .form-cont {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  background: #fff;
  padding: 0 0.4rem;
}
.form-wrap2 .form-view:last-child {
  border-bottom: none;
}
.footer-tab {
  width: 100%;
  height: 0.98rem;
  background: #ffffff;
  border-top: solid 1px #ccc;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 9;
}
.footer-tab a {
  font-size: 0.24rem;
  text-align: center;
  color: #999;
  line-height: 0.3rem;
}
.footer-tab a i {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  margin: 0.12rem auto 0;
}
.footer-tab a i.game {
  background: url(../images/tab1.png) no-repeat center center;
  background-size: 0.44rem 0.46rem;
}
.footer-tab a i.gift {
  background: url(../images/tab2.png) no-repeat center center;
  background-size: 0.44rem 0.46rem;
}
.footer-tab a i.user {
  background: url(../images/tab3.png) no-repeat center center;
  background-size: 0.48rem 0.48rem;
}
.footer-tab a.on {
  color: #489DF6;
}
.footer-tab a.on i.game {
  background: url(../images/tab1_on.png) no-repeat center center;
  background-size: 0.44rem 0.46rem;
}
.footer-tab a.on i.gift {
  background: url(../images/tab2_on.png) no-repeat center center;
  background-size: 0.44rem 0.46rem;
}
.footer-tab a.on i.user {
  background: url(../images/tab3_on.png) no-repeat center center;
  background-size: 0.48rem 0.48rem;
}
.login-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0.9rem 0.4rem;
  box-sizing: border-box;
}
.login-wrap .tab-w {
  padding: 0 0.8rem;
}
.login-wrap .tab-w a {
  text-align: center;
  padding: 0.2rem 0 0.24rem;
  font-size: 0.3rem;
  color: #999;
  box-sizing: border-box;
}
.login-wrap .tab-w a.on {
  color: #489DF6;
  position: relative;
}
.login-wrap .tab-w a.on:before {
  content: "";
  display: block;
  width: 0.94rem;
  height: 0.04rem;
  background: #489DF6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.login-wrap .form-w {
  margin-top: 1rem;
}
.login-wrap .form-w .input-view {
  margin-top: 0.3rem;
  padding: 0.24rem 0;
  border-bottom: solid 1px #eee;
}
.login-wrap .form-w .input-view input {
  font-size: 0.3rem;
}
.login-wrap .form-w .input-view .get-code {
  font-size: 0.26rem;
  color: #489DF6;
}
.login-wrap .form-w .input-view .get-code.stop {
  color: #999;
  pointer-events: none;
}
.login-wrap .form-w .appeal-btn,
.login-wrap .form-w .trans-btn {
  margin-top: 0.3rem;
  color: #666;
  font-size: 0.3rem;
}
.login-wrap .form-w .login-btn {
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}
.login-wrap .form-w .forget-btn {
  text-align: center;
  color: #ccc;
  display: block;
}
.login-wrap .form-w .footer-mag {
  font-size: 0.26rem;
  color: #ccc;
  text-align: center;
  margin-top: 1.4rem;
}
.login-wrap .form-w .footer-mag a {
  color: #489DF6;
}
.login-popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.login-popup .login-cont {
  width: 6.06rem;
  background: #ffffff;
  border-radius: 0.16rem;
  padding: 0.8rem 0.32rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3.24rem 0 0 -3.03rem;
}
.login-popup .login-cont .close-btn {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/close_btn.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.32rem;
  right: 0.32rem;
}
.login-popup .login-cont .title {
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.6rem;
}
.login-popup .login-cont .ewm {
  width: 4.58rem;
  height: 4.58rem;
  margin: 0 auto;
}
.login-popup .login-cont .ewm-txt {
  font-size: 0.26rem;
  text-align: center;
  line-height: 0.4rem;
  color: #000;
  margin-top: 0.1rem;
}
.login-popup .login-cont .input-box {
  padding: 0.24rem 0;
  border-bottom: solid 1px #eee;
  line-height: 0.42rem;
  margin-bottom: 0.3rem;
}
.login-popup .login-cont .input-box i {
  width: 0.4rem;
  height: 0.36rem;
  display: block;
}
.login-popup .login-cont .input-box i.phone {
  background: url(../images/phone_icon.png) no-repeat left center;
  background-size: 0.24rem 0.36rem;
  margin-top: 0.04rem;
}
.login-popup .login-cont .input-box i.code {
  background: url(../images/code_icon.png) no-repeat left center;
  background-size: 0.36rem 0.36rem;
  margin-top: 0.04rem;
}
.login-popup .login-cont .input-box i.pwd {
  background: url(../images/pwd_icon.png) no-repeat left center;
  background-size: 0.28rem 0.32rem;
  margin-top: 0.02rem;
}
.login-popup .login-cont .input-box .input input {
  width: 100%;
  height: 100%;
  padding: 0 0.1rem;
  box-sizing: border-box;
  font-size: 0.3rem;
}
.login-popup .login-cont .get-code {
  width: 1.5rem;
  height: 0.48rem;
  border-radius: 4px;
  border: 1px solid #489DF6;
  font-size: 0.22rem;
  color: #489DF6;
  line-height: 0.48rem;
  text-align: center;
}
.login-popup .login-cont .get-code.stop {
  border-color: #bbb;
  color: #ccc;
}
.login-popup .login-cont .btn {
  margin-top: 0.48rem;
}
.login-popup .login-cont .order-login {
  margin-top: 0.48rem;
}
.login-popup .login-cont .order-login a {
  font-size: 0.28rem;
  color: #489DF6;
  display: block;
  text-align: center;
}
.index-container {
  background: #fff;
  padding: 0 0.32rem 0.98rem;
}
.index-container .banner {
  padding: 0.32rem 0;
  height: 4rem;
}
.index-container .banner .swiper-slide {
  height: 4rem;
  overflow: hidden;
}
.index-container .banner .swiper-pagination {
  bottom: 0.4rem;
}
.index-container .banner .swiper-pagination span {
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  opacity: 1;
}
.index-container .banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.36rem;
  height: 0.12rem;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0.08rem;
}
.index-container .recommend {
  padding-bottom: 0.32rem;
}
.index-container .recommend-l {
  width: 3.6rem;
  height: 2.64rem;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(215, 215, 215, 0.5);
  border-radius: 0.16rem;
  border: 1px solid #f6f6f6;
  overflow: hidden;
  position: relative;
}
.index-container .recommend-l .label {
  width: 1.52rem;
  height: 0.6rem;
  background: linear-gradient(180deg, #489DF6 0%, #6EB0F8 100%);
  border-radius: 0px 2rem 2rem 0px;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  font-size: 0.26rem;
}
.index-container .recommend-l .name {
  width: 1.28rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin-top: 0.24rem;
  margin-left: 0.24rem;
  color: #000;
}
.index-container .recommend-l .btn {
  width: 0.92rem;
  height: 0.52rem;
  background: #d7eaff;
  border-radius: 0.12rem;
  font-size: 0.26rem;
  color: #3394FA;
  display: block;
  text-align: center;
  line-height: 0.52rem;
  margin-left: 0.24rem;
  margin-top: 0.2rem;
}
.index-container .recommend-l .icon {
  width: 1.56rem;
  height: 1.56rem;
  background: #ececec;
  border-radius: 0.24rem;
  position: relative;
  z-index: 1;
  margin-left: 0.2rem;
  margin-top: 0.24rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.index-container .recommend-l:before {
  width: 3rem;
  height: 3rem;
  display: block;
  content: "";
  background: #E9F5FF;
  border-radius: 50%;
  position: absolute;
  bottom: -0.9rem;
  right: -1.5rem;
}
.index-container .recommend-r {
  padding-left: 0.16rem;
}
.index-container .recommend-r .item {
  height: 1.24rem;
  background: #ffffff;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(215, 215, 215, 0.5);
  border-radius: 0.12rem;
  border: 1px solid #f6f6f6;
  margin-bottom: 0.16rem;
  padding: 0.22rem;
  box-sizing: border-box;
}
.index-container .recommend-r .item .name {
  font-size: 0.3rem;
  color: #000;
  line-height: 0.42rem;
}
.index-container .recommend-r .item .desc {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.34rem;
}
.index-container .recommend-r .item .icon {
  width: 0.72rem;
  height: 0.72rem;
}
.index-container .recommend-r .item:last-child {
  margin-bottom: 0;
}
.index-container .hot-game {
  margin-top: 0.2rem;
}
.index-container .hot-game .title {
  font-size: 0.42rem;
  color: #000;
  line-height: 0.58rem;
}
.index-container .hot-game .desc {
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.36rem;
}
.index-container .pro-list {
  margin-top: 0.4rem;
}
.gameList-container .list-tab {
  background: #fff;
}
.gameList-container .list-tab a {
  line-height: 1.08rem;
  font-size: 0.32rem;
  color: #000;
  text-align: center;
}
.gameList-container .list-tab a span {
  display: inline-block;
  padding: 0 0.2rem;
}
.gameList-container .list-tab a.on {
  color: #489DF6;
}
.gameList-container .list-tab a.on span {
  border-bottom: solid 0.04rem #489DF6;
}
.gameList-container .pro-list {
  padding: 0.32rem;
}
.gameDetail-container {
  padding-bottom: 1.28rem;
}
.gameDetail-container .detail-top {
  background: #fff;
  padding: 0.32rem;
  margin-bottom: 0.16rem;
}
.gameDetail-container .detail-bottom {
  background: #fff;
  padding: 0.32rem;
  margin-bottom: 0.16rem;
}
.gameDetail-container .detail-bottom .detail-title {
  font-size: 0.34rem;
  color: #000;
  margin-bottom: 0.3rem;
}
.gameDetail-container .detail-bottom .detail-title span {
  padding-left: 0.2rem;
  position: relative;
  font-weight: bold;
}
.gameDetail-container .detail-bottom .detail-title span:before {
  content: "";
  height: 0.32rem;
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  border-left: solid 0.08rem #489DF6;
}
.gameDetail-container .detail-bottom .detail-txt1 {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #000;
  margin-bottom: 0.3rem;
}
.gameDetail-container .active-btn {
  width: 100%;
  height: 1.28rem;
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: solid 1px #ccc;
}
.gameDetail-container .active-btn a {
  display: block;
  width: 6.54rem;
  height: 0.9rem;
  background: #489df6;
  border-radius: 0.45rem;
  font-size: 0.34rem;
  line-height: 0.9rem;
  text-align: center;
  margin: 0.19rem auto;
  color: #fff;
}
.gift-container {
  padding: 0 0 0.98rem;
}
.gift-container .gift-list {
  padding: 0 0.32rem;
  background: #fff;
  margin-bottom: 0.16rem;
}
.gift-container .gift-list .gift-btn {
  margin-top: 0.7rem;
  margin-right: 0;
}
.user-container {
  padding-bottom: 0.98rem;
}
.user-container .user-head {
  height: 2.28rem;
  padding: 0.32rem 0;
  box-sizing: border-box;
  background: url(../images/head_blue.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
}
.user-container .user-head .page-name {
  font-size: 0.34rem;
  color: #fff;
  line-height: 0.8rem;
  text-align: center;
}
.user-container .user-head .head-cont {
  width: 6.86rem;
  height: 2.24rem;
  padding: 0.48rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(215, 215, 215, 0.5);
  border-radius: 0.16rem;
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -1.2rem;
}
.user-container .user-head .user-icon {
  width: 1.32rem;
  height: 1.32rem;
  padding: 0.04rem;
  box-sizing: border-box;
  background: url(../images/default_icon2.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  color: #489DF6;
  font-size: 0.26rem;
  text-align: center;
  line-height: 1.24rem;
}
.user-container .user-head .user-icon img {
  width: 100%;
  height: 100%;
}
.user-container .user-head .login-btn {
  width: 1.68rem;
  height: 0.52rem;
  border-radius: 0.58rem;
  border: 1px solid #ffffff;
  display: block;
  margin: 0.24rem auto 0;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  line-height: 0.52rem;
}
.user-container .user-head .user-info {
  overflow: hidden;
  padding: 0.16rem 0.24rem;
  line-height: 0.54rem;
}
.user-container .user-head .user-info .user-name {
  font-size: 0.34rem;
  color: #000;
}
.user-container .user-head .user-info .user-id {
  font-size: 0.28rem;
  color: #999999;
}
.user-container .user-cont {
  padding: 0.32rem;
  margin-top: 0.9rem;
}
.user-container .user-cont .list {
  padding: 0.2rem 0;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(197, 197, 197, 0.5);
  border-radius: 4px;
}
.user-container .user-cont .list li {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
}
.user-container .user-cont .list li a {
  padding: 0.2rem 0;
  box-sizing: border-box;
  border: none;
}
.user-container .user-cont .list li a .img {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 auto 0.16rem;
  text-align: center;
  vertical-align: middle;
}
.user-container .user-cont .list li a .txt {
  font-size: 0.26rem;
  color: #666;
  text-align: center;
}
.user-container .user-cont .tab {
  margin-top: 0.24rem;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(197, 197, 197, 0.5);
  border-radius: 4px;
}
.user-container .user-cont .tab a {
  height: 0.86rem;
  padding: 0.24rem;
  border: none;
  text-align: left;
  box-sizing: border-box;
  font-size: 0.26rem;
  color: #5A5A5A;
  position: relative;
}
.user-container .user-cont .tab a i {
  float: left;
}
.user-container .user-cont .tab a i img {
  width: 0.32rem;
  height: 0.32rem;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
}
.user-container .user-cont .tab a span {
  padding: 0 0.6rem 0 0.24rem;
  line-height: 0.38rem;
}
.user-container .user-cont .tab a .txt {
  font-size: 0.26rem;
  color: #999;
}
.user-container .user-cont .tab a:before {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/right_gray2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.28rem;
  right: 0.2rem;
}
.user-container .user-cont .logout-btn {
  margin: 0.24rem 0.32rem;
}
.myServer-wrap {
  padding: 0.36rem;
}
.myServer-wrap .title {
  font-size: 0.36rem;
  padding-bottom: 0.24rem;
}
.myServer-wrap .list {
  padding: 0 0.24rem;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(197, 197, 197, 0.5);
  margin-bottom: 0.36rem;
}
.myServer-wrap .list li {
  padding: 0.24rem 0;
  border-bottom: solid 1px #eee;
}
.myServer-wrap .list li a .icon {
  width: 0.92rem;
  height: 0.92rem;
}
.myServer-wrap .list li a .info {
  padding-left: 0.24rem;
}
.myServer-wrap .list li a .info .txt1 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
}
.myServer-wrap .list li a .info .txt2 {
  font-size: 0.26rem;
  color: #999;
  margin-top: 0.16rem;
}
.myServer-wrap .list li:last-child {
  border-bottom: none;
}
.myServer-wrap2 {
  padding: 0.12rem 0.16rem;
}
.myServer-wrap2 .list {
  box-shadow: none;
}
.myServer-wrap2 .list li {
  padding-right: 0.5rem;
  background: url(../images/right_gray.png) no-repeat right center;
  background-size: 0.24rem 0.24rem;
}
.myInfo-wrap {
  padding: 0.36rem;
}
.myInfo-wrap .info-item {
  height: 1.14rem;
  border-bottom: solid 1px #eee;
  position: relative;
}
.myInfo-wrap .info-item span {
  font-size: 0.36rem;
  line-height: 1.14rem;
}
.myInfo-wrap .info-item #inputImage {
  width: 1.3rem;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.myInfo-wrap .info-item .item-r {
  padding-right: 0.4rem;
  background: url(../images/right_gray.png) no-repeat right center;
  background-size: 0.24rem 0.24rem;
}
.myInfo-wrap .info-item .item-r img {
  width: 0.84rem;
  height: 0.84rem;
  float: right;
  margin-top: 0.15rem;
  overflow: hidden;
  border-radius: 50%;
}
.myInfo-wrap .info-item .item-r span {
  float: right;
  font-size: 0.3rem;
  color: #999;
}
.myInfo-wrap .logout {
  margin: 0.8rem auto;
}
.setInfo-wrap {
  padding: 0.36rem;
}
.setInfo-wrap .input {
  padding: 0.24rem 0;
  border-bottom: solid 1px #eee;
}
.setInfo-wrap .input input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  background: none;
  border: none;
  font-size: 0.3rem;
}
.setInfo-wrap .txt {
  padding: 0.16rem 0;
  font-size: 0.26rem;
  color: #ccc;
}
.setInfo-wrap .submit {
  margin: 1.28rem auto;
}
.myGame-wrap {
  padding: 0.26rem 0;
}
.myGame-wrap .list li {
  padding: 0.24rem 0.4rem;
  background: #fff;
  margin-bottom: 0.24rem;
  border-bottom: solid 1px #eee;
}
.myGame-wrap .list li .item-box1 .icon {
  width: 0.96rem;
  height: 0.96rem;
  background: #eee;
  border-radius: 8px;
  overflow: hidden;
}
.myGame-wrap .list li .item-box1 .info {
  padding: 0 0.24rem;
}
.myGame-wrap .list li .item-box1 .info .name {
  line-height: 0.44rem;
  font-size: 0.3rem;
}
.myGame-wrap .list li .item-box1 .info .area {
  font-size: 0.26rem;
  color: #999;
  margin-top: 0.1rem;
}
.myGame-wrap .list li .item-box1 .pay-btn {
  width: 1.4rem;
  height: 0.56rem;
  border-radius: 0.4rem;
  border: 1px solid #489DF6;
  font-size: 0.3rem;
  color: #489DF6;
  text-align: center;
  line-height: 0.56rem;
  margin-top: 0.2rem;
}
.myGame-wrap .list li .item-desc {
  font-size: 0.26rem;
  color: #666;
  margin-top: 0.24rem;
}
.gameDetail-wrap {
  padding: 0.26rem 0;
}
.gameDetail-wrap .game-info {
  padding: 0.24rem 0.4rem;
  background: #fff;
}
.gameDetail-wrap .game-info .icon {
  width: 0.96rem;
  height: 0.96rem;
  background: #eee;
  border-radius: 8px;
  overflow: hidden;
}
.gameDetail-wrap .game-info .info {
  padding: 0 0.24rem;
}
.gameDetail-wrap .game-info .info .name {
  line-height: 0.44rem;
  font-size: 0.3rem;
}
.gameDetail-wrap .game-info .info .area {
  font-size: 0.26rem;
  color: #999;
  margin-top: 0.1rem;
}
.gameDetail-wrap .game-info .info .area span {
  color: #489DF6;
}
.gameDetail-wrap .game-box {
  padding: 0.4rem;
}
.gameDetail-wrap .game-box .title {
  height: 0.42rem;
  line-height: 0.42rem;
  padding-left: 0.24rem;
  font-size: 0.3rem;
  color: #000;
  position: relative;
  margin-bottom: 0.24rem;
}
.gameDetail-wrap .game-box .title:after {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.32rem;
  background: #489DF6;
  border-radius: 3px;
  position: absolute;
  top: 0.05rem;
  left: 0;
}
.gameDetail-wrap .game-box .list {
  background: #fff;
  padding: 0 0.24rem;
  margin-bottom: 0.4rem;
}
.gameDetail-wrap .game-box .list li {
  padding: 0.24rem 0;
  border-bottom: solid 1px #eee;
  font-size: 0.3rem;
  line-height: 0.4rem;
}
.gameDetail-wrap .game-box .list li .area {
  width: 1.6rem;
}
.gameDetail-wrap .game-box .list li .level {
  color: #489DF6;
}
.gameDetail-wrap .game-box .list li .flex1 {
  padding: 0 0.24rem;
}
.gameDetail-wrap .game-box .list li .flex1 span {
  margin-bottom: 0.12rem;
  display: block;
  color: #666666;
}
.gameDetail-wrap .game-box .list li .flex1 span:last-child {
  margin-bottom: 0;
}
.gameDetail-wrap .game-box .list li:last-child {
  border-bottom: none;
}
.gameDetail-wrap .game-box .list2 {
  padding: 0 0.24rem;
  background: #fff;
}
.gameDetail-wrap .game-box .list2 li {
  padding: 0.24rem 0;
  font-size: 0.3rem;
  line-height: 0.4rem;
  border-bottom: solid 1px #eee;
}
.gameDetail-wrap .game-box .list2 li .area {
  color: #999;
  margin-top: 0.12rem;
}
.gameDetail-wrap .game-box .list2 li:last-child {
  border-bottom: none;
}
.gameList-wrap {
  padding: 0.12rem 0.4rem;
  background: #fff;
}
.gameList-wrap .list li {
  padding: 0.24rem 0;
  border-bottom: solid 1px #eee;
}
.gameList-wrap .list li .icon {
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 0.08rem;
  overflow: hidden;
  background: #eee;
}
.gameList-wrap .list li .name {
  font-size: 0.34rem;
  line-height: 0.96rem;
  padding: 0 0.4rem;
}
.gameList-wrap .list li:last-child {
  border-bottom: none;
}
.pay-wrap {
  padding: 0.12rem 0.4rem 1.5rem;
}
.pay-wrap .pay-pro {
  padding: 0.24rem 0;
  border-bottom: solid 1px #eee;
}
.pay-wrap .pay-pro .icon {
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 0.08rem;
  overflow: hidden;
  background: #eee;
}
.pay-wrap .pay-pro .name {
  font-size: 0.34rem;
  line-height: 0.96rem;
  padding: 0 0.4rem;
}
.pay-wrap .pay-input,
.pay-wrap .pay-select,
.pay-wrap .pay-checkbox {
  padding: 0.24rem 0;
  border-bottom: solid 1px #eee;
}
.pay-wrap .pay-input .title,
.pay-wrap .pay-select .title,
.pay-wrap .pay-checkbox .title {
  font-size: 0.3rem;
  color: #999;
}
.pay-wrap .pay-input .input,
.pay-wrap .pay-select .input,
.pay-wrap .pay-checkbox .input {
  width: 100%;
  height: 100%;
  line-height: 0.42rem;
  margin-top: 0.2rem;
}
.pay-wrap .pay-input .input input,
.pay-wrap .pay-select .input input,
.pay-wrap .pay-checkbox .input input {
  font-size: 0.3rem;
  width: 100%;
  height: 100%;
}
.pay-wrap .pay-input .select,
.pay-wrap .pay-select .select,
.pay-wrap .pay-checkbox .select {
  width: 100%;
  height: 100%;
  line-height: 0.42rem;
  margin-top: 0.2rem;
  color: #489DF6;
  background: url(../images/select_gray.png) no-repeat right center;
  background-size: 0.2rem 0.2rem;
  display: block;
}
.pay-wrap .pay-input .checkbox a,
.pay-wrap .pay-select .checkbox a,
.pay-wrap .pay-checkbox .checkbox a {
  width: 6.7rem;
  height: 0.72rem;
  box-sizing: border-box;
  display: block;
  margin: 0.24rem auto 0;
  font-size: 0.3rem;
  line-height: 0.68rem;
  background: #f7f7f7;
  border: 1px solid #999999;
  padding: 0 0.6rem 0 0.24rem;
}
.pay-wrap .pay-input .checkbox a.on,
.pay-wrap .pay-select .checkbox a.on,
.pay-wrap .pay-checkbox .checkbox a.on {
  background: url(../images/checkbox_blue_on.png) no-repeat;
  border: none;
  background-size: cover;
  color: #489DF6;
}
.pay-wrap .pay-tab {
  width: 100%;
  height: 1.28rem;
  background: #fff;
  border-top: solid 1px #eee;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.pay-wrap .pay-tab .tab-l {
  font-size: 0.3rem;
  color: #999;
  text-align: center;
  line-height: 1.28rem;
}
.pay-wrap .pay-tab .tab-l span {
  font-size: 0.42rem;
  color: #489DF6;
}
.pay-wrap .pay-tab .tab-r {
  width: 3rem;
  height: 1.28rem;
  background: #489DF6;
  display: block;
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
  line-height: 1.28rem;
}
.selectArea-wrap .select-box {
  padding: 0.4rem 0.4rem 0;
  background: #fff;
  margin-bottom: 0.24rem;
}
.selectArea-wrap .select-box .title {
  font-size: 0.3rem;
  color: #999999;
  margin-bottom: 0.24rem;
}
.selectArea-wrap .select-box ul > li {
  height: 0.66rem;
  padding: 0.12rem 0;
  border-bottom: solid 1px #eee;
  line-height: 0.42rem;
  box-sizing: border-box;
  margin-bottom: 0.24rem;
}
.selectArea-wrap .select-box ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.pay-success {
  padding: 0.32rem;
}
.pay-success .wx-icon {
  font-size: 0.34rem;
  margin: 0.4rem 0;
  text-align: center;
}
.pay-success .wx-icon img {
  width: 1.08rem;
  margin: 0 auto 0.2rem;
}
.pay-success .pay-info {
  padding: 0.36rem 0;
  margin-top: 0.6rem;
  border-top: solid 1px #eee;
}
.pay-success .pay-info .info-txt {
  line-height: 0.42rem;
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
}
.pay-success .pay-info .info-txt span {
  color: #999;
  width: 2rem;
  display: inline-block;
}
.pay-success .goback {
  margin: 0.8rem auto;
}
.recharge-nav {
  width: 100%;
  height: 1.04rem;
  line-height: 1.04rem;
  box-sizing: border-box;
  border-bottom: solid 1px #eee;
  background: #fff;
}
.recharge-nav a {
  font-size: 0.32rem;
  text-align: center;
  color: #999;
  position: relative;
}
.recharge-nav a.on {
  color: #489DF6;
}
.recharge-nav a.on:before {
  width: 0.72rem;
  height: 0.04rem;
  background: #489DF6;
  border-radius: 0.04rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.recharge-list {
  position: relative;
}
.recharge-list .list-cont ul li {
  padding: 0.36rem 0.4rem;
  border-bottom: solid 1px #eee;
  background: #fff;
}
.recharge-list .list-cont ul li .picture {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.recharge-list .list-cont ul li .info {
  padding: 0 0.3rem;
  box-sizing: border-box;
  overflow: hidden;
}
.recharge-list .list-cont ul li .info .name {
  font-size: 0.3rem;
  line-height: 0.4rem;
}
.recharge-list .list-cont ul li .info .time {
  font-size: 0.26rem;
  color: #999;
  margin-top: 0.16rem;
}
.recharge-list .list-cont ul li .price {
  line-height: 0.88rem;
  font-size: 0.3rem;
  float: right;
}
.recharge-list .list-cont ul li:last-child {
  border-bottom: none;
}
.bill-wrap {
  padding: 0 0.32rem;
}
.bill-top {
  padding: 0.48rem 0;
  border-bottom: solid 1px #eee;
}
.bill-top .pro-icon {
  width: 0.88rem;
  height: 0.88rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.bill-top .pro-name {
  font-size: 0.34rem;
  text-align: center;
  margin-top: 0.2rem;
}
.bill-top .pro-price {
  font-size: 0.48rem;
  text-align: center;
  margin-top: 0.2rem;
}
.bill-bottom {
  padding: 0.36rem 0;
}
.bill-bottom .info-txt {
  line-height: 0.42rem;
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
}
.bill-bottom .info-txt span {
  color: #999;
  width: 2rem;
  display: inline-block;
}
.appeal-tip {
  font-size: 0.26rem;
  color: #999;
  padding: 0.24rem 0.4rem;
}
.appeal-cont {
  padding: 0.24rem 0.4rem 0.6rem;
  background: #fff;
}
.appeal-cont .title {
  font-size: 0.3rem;
  position: relative;
  padding-left: 0.2rem;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
.appeal-cont .title:before {
  width: 0.06rem;
  height: 0.28rem;
  background: #489DF6;
  border-radius: 0.03rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.06rem;
  left: 0;
}
.appeal-cont .appeal-form {
  margin-bottom: 0.48rem;
}
.appeal-cont .appeal-form .form-input {
  font-size: 0.28rem;
  color: #999999;
  padding: 0.12rem 0;
  border-bottom: solid 1px #eee;
  margin-top: 0.12rem;
}
.appeal-cont .appeal-form .form-input span {
  display: block;
  min-width: 2.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
.appeal-cont .appeal-form .form-input span i {
  width: 0.12rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/xinhao.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: -0.02rem;
  margin-left: 0.1rem;
}
.appeal-cont .appeal-form .form-input input {
  width: 100%;
  height: 100%;
  font-size: 0.28rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
.appeal-cont .appeal-form .form-input input[disabled] {
  opacity: 1;
}
.appeal-cont .appeal-form .form-input input.show {
  color: #333;
  -webkit-text-fill-color: #333;
}
.appeal-cont .appeal-form .form-input input.select {
  background: url(../images/select_gray.png) no-repeat right center;
  background-size: 0.16rem 0.16rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.appeal-cont .appeal-form .form-input .text-area {
  width: 100%;
  height: 2.72rem;
  padding: 0.24rem 0.24rem 0.5rem;
  box-sizing: border-box;
  position: relative;
  background: #F7F7F7;
}
.appeal-cont .appeal-form .form-input .text-area textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.appeal-cont .appeal-form .form-input .text-area .textSize {
  position: absolute;
  bottom: 0.12rem;
  right: 0.24rem;
  font-size: 0.28rem;
  line-height: 0.28rem;
}
.appeal-cont .appeal-form .form-input .get-code {
  font-size: 0.26rem;
  color: #489DF6;
}
.appeal-cont .appeal-form .form-input .get-code.stop {
  color: #999;
  pointer-events: none;
}
.appeal-cont .appeal-form .form-input .append-address {
  width: 2.76rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 1px solid #489DF6;
  color: #489DF6;
  display: block;
  margin: 0.3rem auto 0.1rem;
  text-align: center;
}
.appeal-cont .appeal-form .shrink-box {
  margin-top: 0.48rem;
  height: 0.38rem;
  overflow: hidden;
}
.appeal-cont .appeal-form .shrink-box .fr {
  color: #45DB5E;
}
.appeal-cont .appeal-form .shrink-box .fr i {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/right_gray.png) no-repeat;
  background-size: 0.24rem 0.24rem;
  display: inline-block;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  margin-left: 0.1rem;
}
.appeal-cont .appeal-form .shrink-box.on {
  height: auto;
}
.appeal-cont .appeal-form .shrink-box.on .title .fr i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.appeal-cont .appeal-form .weui-cells {
  margin: 0;
}
.appeal-cont .appeal-form .weui-cells .weui-cell {
  padding: 0.1rem 0 0.3rem;
}
.appeal-cont .appeal-form .weui-cells:before {
  display: none;
}
.appeal-cont .appeal-form .weui-cells:after {
  border-bottom: 1px solid #eee;
}
.numberQuery-wrap {
  padding: 0.3rem 0.4rem;
}
.numberQuery-wrap .search-input {
  width: 100%;
  height: 0.88rem;
  background: #ffffff;
  margin-bottom: 0.24rem;
  border-radius: 4px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.numberQuery-wrap .search-input input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 0.88rem;
  padding: 0 0.24rem;
  font-size: 0.3rem;
}
.numberQuery-wrap .search-input .get-code {
  font-size: 0.3rem;
  color: #489DF6;
  line-height: 0.88rem;
  padding: 0 0.3rem;
}
.numberQuery-wrap .search-btn a.fl {
  width: 2.68rem;
  height: 0.72rem;
  line-height: 0.72rem;
}
.numberQuery-wrap .search-btn a.fr {
  line-height: 0.72rem;
  color: #489DF6;
  font-size: 0.3rem;
  padding: 0 0.1rem;
}
.numberQuery-wrap .search-result {
  padding-top: 0.6rem;
}
.numberQuery-wrap .search-result .title {
  font-size: 0.3rem;
  position: relative;
  padding-left: 0.2rem;
  line-height: 0.26rem;
  margin-bottom: 0.2rem;
}
.numberQuery-wrap .search-result .title:before {
  width: 0.06rem;
  height: 0.28rem;
  background: #489DF6;
  border-radius: 0.03rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.numberQuery-wrap .search-result .result-cont {
  width: 6.7rem;
  background: #ffffff;
  margin-top: 0.4rem;
  padding: 0.06rem 0.3rem;
  box-sizing: border-box;
}
.numberQuery-wrap .search-result .result-cont .result-list ul > li {
  padding: 0.24rem 0;
  border-bottom: solid 1px #eee;
  font-size: 0.3rem;
}
.numberQuery-wrap .search-result .result-cont .result-list ul > li .yulan,
.numberQuery-wrap .search-result .result-cont .result-list ul > li .search {
  padding-left: 0.2rem;
  color: #999;
  font-size: 0.28rem;
}
.numberQuery-wrap .search-result .result-cont .result-list ul > li:last-child {
  border: none;
}
.numberQuery-wrap .search-result .result-cont .result-item {
  padding: 0.24rem 0;
}
.numberQuery-wrap .search-result .result-cont .result-item .result-title {
  font-size: 0.34rem;
  padding-bottom: 0.6rem;
  font-weight: bold;
}
.numberQuery-wrap .search-result .result-cont .result-item .result-chat ul li {
  text-align: center;
}
.numberQuery-wrap .search-result .result-cont .result-item .result-chat ul li .chat-title {
  padding: 0 0.4rem;
  height: 0.64rem;
  line-height: 0.64rem;
  display: inline-block;
  background: #f7f7f7;
  border-radius: 32px;
  font-size: 0.26rem;
  margin-bottom: 0.24rem;
}
.numberQuery-wrap .search-result .result-cont .result-item .result-chat ul li .chat-content {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 0.3rem 0.24rem;
  word-break: break-all;
  margin-bottom: 0.48rem;
}
.numberQuery-wrap .search-result .result-cont .result-item .result-chat .reply-title {
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
.numberQuery-wrap .search-result .result-cont .result-item .result-chat .reply-textarea {
  width: 100%;
  height: 2.72rem;
  padding: 0.24rem 0.24rem 0.5rem;
  box-sizing: border-box;
  position: relative;
  background: #F7F7F7;
}
.numberQuery-wrap .search-result .result-cont .result-item .result-chat .reply-textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.numberQuery-wrap .search-result .result-cont .result-item .result-chat .reply-textarea .textSize {
  position: absolute;
  bottom: 0.12rem;
  right: 0.24rem;
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #999;
}
.numberQuery-wrap .search-result .result-cont .result-item .result-chat .submit-btn {
  margin: 0.4rem auto 0.24rem;
}
.numberQuery-wrap .search-result .result-cont .result-item .result-chat .change-msg {
  color: #489DF6;
  font-size: 0.3rem;
  text-align: center;
  display: block;
}
.numberQuery-wrap .search-result .result-cont .result-not {
  height: 8.06rem;
  position: relative;
  overflow: hidden;
}
.seeAppeal-wrap {
  padding: 0.3rem 0.4rem;
}
.seeAppeal-wrap .see-title {
  font-size: 0.3rem;
  color: #489DF6;
  padding: 0.12rem 0;
  line-height: 0.3rem;
}
.seeAppeal-wrap .appeal-cont {
  padding: 0;
}
.seeAppeal-wrap .appeal-cont input[disabled] {
  color: #000;
  -webkit-text-fill-color: #000;
}
.seeAppeal-wrap .appeal-cont .textarea-txt {
  padding: 0.24rem 0.3rem;
  background: #F7F7F7;
  margin-top: 0.3rem;
  line-height: 0.4rem;
}
.integral-head {
  height: 4.04rem;
  background: url(../images/head_blue.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0.32rem 0.4rem;
  box-sizing: border-box;
  margin-bottom: 0.24rem;
}
.integral-head .head-box {
  width: 100%;
  height: 3.34rem;
  background: #ffffff;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(191, 191, 191, 0.5);
  border-radius: 0.2rem;
  padding: 0.4rem;
  box-sizing: border-box;
  text-align: center;
}
.integral-head .head-box .head-title {
  font-size: 0.34rem;
  text-align: center;
}
.integral-head .head-box ul {
  margin-top: 0.36rem;
  display: inline-block;
}
.integral-head .head-box ul li {
  width: 2.16rem;
  height: 1.62rem;
  float: left;
  margin: 0 0.39rem;
}
.integral-head .head-box ul li .txt {
  font-size: 0.3rem;
  margin-top: 0.7rem;
  text-align: center;
}
.integral-head .head-box ul li .number {
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.14rem;
}
.integral-head .head-box ul li:nth-child(1) {
  background: url(../images/integral_head_icon1.png) no-repeat;
  background-size: 100% 100%;
}
.integral-head .head-box ul li:nth-child(1) .number {
  color: #14C889;
}
.integral-head .head-box ul li:nth-child(2) {
  background: url(../images/integral_head_icon2.png) no-repeat;
  background-size: 100% 100%;
}
.integral-head .head-box ul li:nth-child(2) .number {
  color: #489DF6;
}
.integral-cont .integral-title {
  height: 0.96rem;
  background: #fff;
  line-height: 0.96rem;
  padding: 0 0.4rem;
  font-size: 0.34rem;
  border-bottom: solid 1px #eee;
}
.integral-cont .integral-title .screen-btn {
  float: right;
  font-size: 0.28rem;
  position: relative;
}
.integral-cont .integral-title .screen-btn i {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/screen_icon.png) no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  margin-left: 0.05rem;
}
.integral-cont .integral-title .screen-btn .screen-box {
  width: 1.24rem;
  height: 2.12rem;
  background: url(../images/select_popup.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0.8rem;
  z-index: 9;
  padding: 0.18rem 0.1rem;
  box-sizing: border-box;
}
.integral-cont .integral-title .screen-btn .screen-box span {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  text-align: center;
  border-bottom: solid 1px #eee;
}
.integral-cont .integral-title .screen-btn .screen-box span.on {
  color: #489DF6;
}
.integral-cont .integral-title .screen-btn .screen-box span:last-child {
  border: none;
}
.integral-cont .cont-box .cont-list .title {
  font-size: 0.3rem;
  position: relative;
  padding-left: 0.2rem;
  line-height: 0.26rem;
  padding: 0.3rem 0.4rem 0.3rem 0.5rem;
}
.integral-cont .cont-box .cont-list .title:before {
  width: 0.06rem;
  height: 0.28rem;
  background: #489DF6;
  border-radius: 0.03rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
}
.integral-cont .cont-box .cont-list ul {
  padding: 0 0.4rem;
  background: #fff;
}
.integral-cont .cont-box .cont-list ul li {
  padding: 0.24rem 0;
  border-bottom: solid 1px #eee;
}
.integral-cont .cont-box .cont-list ul li .txt1 {
  font-size: 0.3rem;
}
.integral-cont .cont-box .cont-list ul li .txt2 {
  font-size: 0.26rem;
  color: #999;
  margin-top: 0.1rem;
}
.integral-cont .cont-box .cont-list ul li .txt3 {
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.integral-cont .cont-box .cont-list ul li .txt3 span.green {
  color: #489DF6;
}
.integral-cont .cont-box .cont-list ul li:last-child {
  border: none;
}
.integral-cont .cont-box .cont-not {
  position: relative;
  width: 100%;
  min-height: 8.1rem;
  overflow: hidden;
}
.loginRecord-wrap .title {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  color: #999;
  padding: 0 0.4rem;
}
.loginRecord-wrap ul {
  background: #fff;
  padding: 0 0.4rem;
}
.loginRecord-wrap ul li {
  padding: 0.3rem 0;
  border-bottom: solid 1px #eee;
}
.loginRecord-wrap ul li .record-top {
  margin-bottom: 0.24rem;
}
.loginRecord-wrap ul li .icon {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  float: left;
  background: url(../images/clock.png) no-repeat;
  background-size: cover;
}
.loginRecord-wrap ul li .hidden {
  padding-left: 0.2rem;
}
.loginRecord-wrap ul li .txt1 {
  font-size: 0.3rem;
  color: #000;
}
.loginRecord-wrap ul li .txt2 {
  font-size: 0.26rem;
  color: #666;
  line-height: 0.34rem;
  margin-top: 0.1rem;
}
.loginRecord-wrap ul li:last-child {
  border-bottom: none;
}
.agreement-container {
  background: #fff;
  padding-bottom: 0.3rem;
}
.agreement-container .cont {
  background: #fff;
  padding: 0 5px;
}
.agreement-container .cont h1 {
  font-size: 30px;
  padding: 20px;
  font-weight: bold;
}
.agreement-container .cont h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
.agreement-container .cont h3 {
  font-size: 18px;
  padding: 10px;
}
.agreement-container .cont p {
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px 10px;
  text-indent: 2em;
}
.agreement-container .cont p.bold {
  font-weight: bold;
  padding: 10px;
}
.agreement-container .cont p.title {
  padding: 10px;
}
.agreement-container .cont strong {
  font-weight: bold !important;
}
.select-container {
  padding-top: 1.1rem;
  padding-bottom: 0.5rem;
}
.select-container .select-header {
  width: 100%;
  height: 1.1rem;
  line-height: 1rem;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  padding-right: 1rem;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.select-container .select-header .goback {
  width: 1rem;
  height: 1.1rem;
  background: url(../images/goback.png) no-repeat center center;
  background-size: 0.37rem 0.63rem;
}
.select-container .select-header .title {
  font-size: 0.32rem;
  text-align: center;
  flex: 1;
  line-height: 1.1rem;
  color: #000;
}
.select-container .select-tips {
  height: 0.7rem;
  line-height: 0.7rem;
  background: #EFF6FF;
  font-size: 0.26rem;
  padding: 0 0.24rem;
  margin-top: 0.12rem;
  color: #4B5563;
}
.select-container .game-list {
  padding: 0.24rem 0;
  background: #fff;
}
.select-container .game-list ul {
  padding: 0 0.2rem;
}
.select-container .game-list ul li {
  padding: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #eee;
  line-height: 0.48rem;
  border-radius: 0.08rem;
  cursor: pointer;
}
.select-container .game-list ul li:active {
  background: rgba(0, 0, 0, 0.06);
}
.select-container .game-list ul li:last-child {
  border-bottom: none;
}
.select-container .game-list ul li .title {
  font-size: 0.28rem;
  font-weight: bold;
}
.select-container .game-list ul li .time {
  font-size: 0.26rem;
  color: #999;
}
.select-container .btn {
  margin: 0.5rem 0.32rem;
}
.select-container .btn:active {
  opacity: 0.8;
}
.select-container .btn2 {
  height: 0.64rem;
  line-height: 0.64rem;
  flex-shrink: 0;
  font-size: 0.28rem;
  padding: 0 0.32rem;
}
.select-container .btn2:active {
  opacity: 0.8;
}
.select-container .select-search {
  height: 0.72rem;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  margin: 0.32rem 0.32rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.select-container .select-search input {
  flex: 1;
  height: 0.72rem;
  box-sizing: border-box;
  padding-left: 0.32rem;
}
.select-container .select-search .search-btn {
  width: 1.02rem;
  height: 0.72rem;
  flex-shrink: 0;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 0.32rem 0.32rem;
}
.select-container .rule-list ul li {
  padding: 0.24rem 0.32rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  margin: 0.32rem 0.32rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.24rem;
}
.select-container .rule-list ul li .name {
  font-size: 0.32rem;
  font-weight: bold;
}
.select-container .rule-list ul li .server {
  font-size: 0.28rem;
  color: #666;
  margin-top: 0.12rem;
}
.select-container .rule-list ul li .server span {
  position: relative;
  padding-right: 0.32rem;
}
.select-container .rule-list ul li .server span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0.24rem;
  border-right: 0.01rem solid #666;
  top: 0.07rem;
  right: 0.15rem;
}
.select-container .rule-list ul li .server span:last-child:after {
  display: none;
}
.select-container .rule-list ul li .time {
  font-size: 0.24rem;
  color: #999;
}
.select-container .select-title {
  font-size: 0.32rem;
  font-weight: bold;
  padding: 0.32rem;
  margin-top: 0.3rem;
}
.select-container .pay-list {
  padding: 0 0.32rem;
}
.select-container .pay-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.select-container .pay-list ul:after {
  content: "";
  flex: 0 0 31%;
}
.select-container .pay-list ul li {
  padding: 0.24rem 0.22rem;
  background: #eee;
  border-radius: 0.16rem;
  flex: 0 0 31%;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 0 0.24rem;
  border: solid 2px #eee;
}
.select-container .pay-list ul li .num {
  font-size: 0.32rem;
  font-weight: bold;
}
.select-container .pay-list ul li .desc {
  font-size: 0.24rem;
  color: #888;
  line-height: 0.4rem;
  margin-top: 0.06rem;
}
.select-container .pay-list ul li.active {
  border: solid 2px #489DF6;
}
.select-container .more-btn {
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  font-size: 0.28rem;
  border-radius: 0.16rem;
  margin: 0.32rem 0.32rem 0;
  display: block;
  background: linear-gradient(180deg, #489DF6 0%, #6EB0F8 100%);
  color: #fff;
}
.select-container .pay-btn {
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  font-size: 0.32rem;
  border-radius: 0.24rem;
  margin: 0.5rem 0.32rem 0;
  display: block;
  background: linear-gradient(180deg, #489DF6 0%, #6EB0F8 100%);
  color: #fff;
}
.select-container .method-list {
  padding: 0 0.32rem;
}
.select-container .method-list ul li {
  height: 0.7rem;
  padding: 0.2rem 0.28rem;
  margin: 0 0 0.32rem 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0.16rem;
  border: solid 2px #fff;
  cursor: pointer;
}
.select-container .method-list ul li .pay-WeChatPay {
  width: 0.6rem;
  height: 100%;
  margin-right: 0.2rem;
  background: url(../images/wx_icon.png) no-repeat center center;
  background-size: 100% auto;
}
.select-container .method-list ul li .pay-Alipay {
  width: 0.6rem;
  height: 100%;
  margin-right: 0.2rem;
  background: url(../images/zfb.png) no-repeat center center;
  background-size: 100% auto;
}
.select-container .method-list ul li.active {
  border: solid 2px #489DF6;
}
