@charset "UTF-8";
/*base*/
body,
div,
ul,
li,
h3,
h4,
h5,
form,
input,
button,
textarea,
p {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  font-size: .3rem;
}
address,
em,
strong,
h3,
h4,
h5,
i {
  font-style: normal;
  font-weight: normal;
}
ul,
li {
  list-style: none;
}
a {
  color: black;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #3997EE ;
  text-decoration: none;
}
img {
  border: 0;
}
html {
  font-size: 40px;
  -webkit-overflow-scrolling: touch;
}
body {
  position: relative;
  min-width: 320px;
  margin: 0 auto;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*公共变量*/
.mb1 {
  margin-bottom: 0.55rem;
}
.mt1 {
  margin-top: 0.4rem;
}
.pt-3 {
  padding-top: 3rem;
}
.bd-r-1 {
  /* border-right: 1px solid #bfbfbf; */
}
.bd-l-1 {
  /* border-left: 1px solid #bfbfbf; */
}
.bd-t-1 {
  border-top: 1px solid #bfbfbf;
}
.t-c {
  text-align: center;
  margin: 18px 0;
}
.size-12 {
  font-size: 12px;
}
.size-14 {
  font-size: 0.35rem;
}
.c-green {
  color: #8BC34A;
}
.c-gray {
  color: #ccc;
}
.c-gray-2 {
  color: #999;
}
.c-red {
  color: #f00;
}
.c-blue {
  color: #3997EE;
}
.c-f58d41 {
  color: #f58d41;
}
.hide {
  display: none;
}
.fr {
  float: right;
}
/*公共组件*/
.u-mark {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.u-mark.u-mark-cover {
  background: rgba(0, 0, 0, 0.5) url(../images/game.png) no-repeat center;
  background-size: contain;
}
.mark_view{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
}
.pop-com {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 9rem;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding-bottom: 20px;
  z-index: 1;
}
.pop-com .header {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  text-align: center;
  border-bottom: 0.01rem solid #f3ebeb;
  position: relative;
}
.pop-com .header.bd-none {
  /* border-bottom: none; */
}
.pop-com .header .title {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  font-size: 0.61rem;
  padding: 17px 36px;
  color: #fe0000;
  font-weight: 500;
  min-height: 0.3rem;
}
.pop-com .header .i-logo-title {
  margin: 0.1rem auto;
}
.pop-com .warn_box{
  margin: 0 0.5rem 0.3rem 0.5rem;
    text-align: center;
    margin-top: -12px;
    margin-bottom: 22px;
    color: #ababab;;
}
.pop-com .cont {
  padding: 0rem 0.5rem 0 0.5rem;
}
.pop-com .cont .tips {
  margin: 0.1rem 0;
  font-size: 0.35rem;
  color: #f00;
}
.pop-com .cont .cont-p {
  font-size: 0.35rem;
  text-align: center;
}
.pop-com .tool {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.pop-com .tool .item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  line-height: 2;
  font-size: 0.35rem;
  color: #9f9f9f;
}
.pop-com .footer .bot-btn {
  display: block;
  height: 0.8rem;
  width: 36%;
  margin: 0.2rem auto;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  color: #fff;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.4rem;
  background-color: #3997EE;
}
.pop-com.hide {
  display: none;
}
.pop-com.hint-pop .i-back{
  position: absolute;
  top: 50%;
  left: 0.65rem;
  margin-top: -3%;
}
.pop-com.hint-pop .step1{
  width: 100%;
  margin: 0.4rem 0 0 0;
}
.pop-com.hint-pop .step1 .text_box{
  margin: 0.2rem 0 .5rem 0;
  text-align: center
}
.pop-com.hint-pop .step1 .text_box p{
  font-size: 0.42rem;
    font-weight: bold;
    padding: 0 24px;
}
.pop-com.hint-pop .step1 .btn-group{
  display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      width: 82%;
      margin: 0 auto;
}
.pop-com.hint-pop .step1 .btn-group .btn-item{
  /* background: linear-gradient(90deg, #ff0000 60%, #f2aa49 100%); */
  background-color: #fe0000;
  height: 34px;
  border-radius: 20pt;
  text-align: center;
  color: white;
  line-height: 34px;
  font-size: 14px;
  flex: 1;
}
.pop-com.hint-pop .step1 .btn-group .btn-item.btn-no{
  margin-left: 0.3rem;
}
.pop-com.hint-pop .step2{
  margin: 0 auto;
    width: 93%;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
}
.pop-com.hint-pop .step2 .text_box{
  min-height: 1rem;
  width: 94%;
  margin: 0 auto;
  background-color: #fe0000;
  display: flex;
  align-items: center;
  FONT-VARIANT: JIS83;
  padding: 0.3rem 0.3rem;
  box-sizing: border-box;
  margin-top: 0.8rem;
  justify-content: center;
  border-radius: 0.15rem;
  color: #ffffff;
}
.pop-com.hint-pop .i-back{
  position: absolute;
    left: 0.4rem;
    top: 0.85rem;
    
}

@media screen and (orientation: landscape) {
  -webkit-transform: scale(0.7) translate3d(-70%, -100%, 0);
  -moz-transform: scale(0.7) translate3d(-70%, -100%, 0);
  -ms-transform: scale(0.7) translate3d(-70%, -100%, 0);
  -o-transform: scale(0.7) translate3d(-70%, -100%, 0);
}
.alert-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.alert-pop .cnt .text {
  padding: 0.2rem;
  font-size: 0.35rem;
  color: #fff;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
.alert-pop.white {
  position: absolute;
  width: 5rem;
  border: 1px solid #fff;
  background-color: #fff;
}
.alert-pop.white .cnt .text {
  color: #000;
}
.alert-pop .u-info-btn {
  width: 2rem;
  margin: 0.1rem auto;
  line-height: 2;
}
/*元件*/
.u-input {
  height: 1rem;
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  border: 1px solid #fe0000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  flex-direction: row;
    align-items: center;
    padding: 0 9px;
}
.u-input input {
  -webkit-box-flex: 8;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 8;
  /* OLD - Firefox 19- */
  -webkit-flex: 8;
  /* Chrome */
  -ms-flex: 8;
  /* IE 10 */
  flex: 8;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding-left: 0.2rem;
  padding-right: .4rem;
  height: 1rem;
  font-size: 0.32rem;
  border: none;
  background: none;
  outline: none;
}
.u-input .ic {
  /* -webkit-box-flex: 1.5; */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* -moz-box-flex: 1.5; */
  /* OLD - Firefox 19- */
  /* -webkit-flex: 1.5; */
  /* Chrome */
  /* -ms-flex: 1.5; */
  /* IE 10 */
  /* flex: 1.5; */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  position: relative;
  width: 22px;
    height: 23px;
}
.u-input .ic.bd-l-1::before{
  content: "";
    width: 1px;
    height: 28px;
    border-right: 1px solid #fe0000;
    position: absolute;
    top: -2px;
    left: -12px;
}
.u-input.u-input-yzm{
  padding-right: 78px;
}
.u-input.u-input-yzm .ic {
  -webkit-box-flex: 0.9;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1.3;
  /* OLD - Firefox 19- */
  -webkit-flex: 0.9;
  /* Chrome */
  -ms-flex: 0.9;
  /* IE 10 */
  flex: 0.9;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.u-input.u-input-yzm input {
  -webkit-box-flex: 6;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 6;
  /* OLD - Firefox 19- */
  -webkit-flex: 6;
  /* Chrome */
  -ms-flex: 6;
  /* IE 10 */
  flex: 6;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 2px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #333 !important;
  height: 0.9rem;
  margin: 0.05rem 0;
}
.u-input.u-input-yzm .yzm-btn {
  -webkit-box-flex: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4;
  /* OLD - Firefox 19- */
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* max-height: 0.8rem; */
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.8rem;
  color: #ffffff;
    overflow: hidden;
    background-color: #fe0000;
    padding: 0 0.2rem;
    box-sizing: border-box;
    /* width: 2rem; */
    position: absolute;
    right: 0;
    top: 0;
    height: 3rem;
    display: flex;
    align-items: center;
    height: 100%;
}
.u-input.u-input-yzm .yzm-btn img {
  width: 100%;
  height: 100%;
}
.u-input.hide {
  display: none;
}
/*切换*/
.u-tab-2 {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.u-tab-2 .item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding-bottom: 0.2rem;
  text-align: center;
  font-size: 0.4rem;
  cursor: pointer;
  color: #999999;
}
.u-tab-2 .item:hover {
  color: #fe0000;
}
.u-tab-2 .item.active {
  color: #fe0000;
  /* border-bottom: 3px solid #3997EE; */
}
.u-info-btn {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  text-align: center;
  line-height: 2;
  font-size: 0.5rem;
  color: #fff;
  background-color: #fe0000;
  cursor: pointer;
}
.u-default-btn {
  padding: 0 0.4rem;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  /* text-align: center; */
  font-size: 0.35rem;
  border: 1px solid #ccc;
  cursor: pointer;
}
.u-default-btn:hover {
  /* color: #ff5f5f;
  border-color: #ff5f5f; */
}
.u-check .checkbox,
.u-radio .checkbox {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  background-clip: padding-box;
  -webkit-appearance: none;
}
.u-check .checkbox:focus,
.u-radio .checkbox:focus {
  outline: none;
  outline-offset: -2px;
}
.u-check .checkbox:checked,
.u-radio .checkbox:checked {
  background-color: #fe0000;
  border: solid 1px #fff;
}
.u-check .checkbox:checked:before,
.u-radio .checkbox:checked:before {
  content: '\2714';
  position: absolute;
  left: 0.1rem;
  top: -0.05rem;
  font-size: 0.35rem;
  color: #fff;
  -webkit-appearance: none;
}
.u-check .text,
.u-radio .text {
  font-size: 0.3rem;
  vertical-align: 0.1rem;
  color: #ff2626;
  display: inline;
    border-bottom: 0.01rem solid #ff2626;
    padding-bottom: 1px;
    text-align: center;
}
.u-select {
  position: relative;
  margin: 0 auto;
  width: 100%;
  color: #999;
  vertical-align: middle;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
}
.u-select .placeholder {
  position: relative;
  z-index: 1;
  padding: 0.15rem 0.5rem 0.15rem 0.1rem;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 0.35rem;
  cursor: pointer;
  background-color: #fff;
}
.u-select .placeholder:hover {
  background-color: #fff;
}
.u-select .placeholder:after {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.u-select ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 99%;
  margin: 5px 0 0 0;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
}
.u-select ul li {
  text-align: left;
  padding: 0.1rem;
  font-size: 0.35rem;
  color: #999;
  cursor: pointer;
}
.u-select ul li:hover {
  color: #fff;
  background-color: #4ebbf0;
}
.u-select.is-open .placeholder:after {
  content: '\f077';
}
.u-select.is-open ul {
  display: block;
}
.u-label {
  padding: 0.1rem 0.5rem;
  font-size: 0.35rem;
  color: #fff;
  background-color: #3997EE;
}
.u-tab {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.u-tab .item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
}
.u-tab .item .line {
  position: relative;
}
.u-tab .item .line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 100%;
  height: 2px;
  background-color: #999;
}
.u-tab .item .step {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.35rem;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #999;
}
.u-tab .item .title {
  margin-top: 0.2rem;
  font-size: 0.32rem;
}
.u-tab .item.active .line::before,
.u-tab .item.active .step {
  background-color: #fe0000;
}
.u-tab .item.active .title {
  color: #fe0000;
}
.u-upload {
  position: relative;
  display: inline-block;
}
.u-upload .i-upload {
  width: 2rem;
  height: 2rem;
}
.u-upload input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ic {
  display: inline-block;
}
.i-user {
  background: url(../images/i-user.png) no-repeat center;
  background-size: contain;
}
.i-close {
  background: url(../images/i-close-2.png) no-repeat center;
  background-size: contain;
  width: 16px !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
}
.i-close.i-close-pop{
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
}
.i-lock {
  background: url(../images/i-lock.png) no-repeat center;
  background-size: contain;
}
.i-eye {
  background: url(../images/i-eye.png) no-repeat center;
  background-size: contain;
  width: 16px !important;
}
.i-eye-active {
  background: url(../images/i-eye-active.png) no-repeat center;
  background-size: contain;
  width: 16px !important;
}
.i-reg {
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/i-reg.png) no-repeat center;
  background-size: contain;
}
.i-fast {
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/i-fast.png) no-repeat center;
  background-size: contain;
}
.i-find {
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/i-find.png) no-repeat center;
  background-size: contain;
}
.i-qq {
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/i-qq.png) no-repeat center;
  background-size: contain;
}
.i-wx {
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/i-wx.png) no-repeat center;
  background-size: contain;
}
.i-phone {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/i-phone.png) no-repeat center;
  background-size: contain;
}
.i-back {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/i-back.png) no-repeat center;
  background-size: contain;
}
.i-yzm {
  background: url(../images/i-yzm.png) no-repeat center;
  background-size: contain;
}
.i-logo {
  background: url(../images/sdk_head.png) no-repeat center;
  background-size: contain;
}
.i-logo-title {
  width: 3.5rem;
  height: 1.2rem;
  background: url(../images/i-logo-title.png) no-repeat center;
  background-size: contain;
}
.i-sign {
  background: url(../images/i-sign.png) no-repeat center;
  background-size: contain;
}
.i-refresh {
  background: url(../images/i-refresh.png) no-repeat center;
  background-size: contain;
}
.i-close-2 {
  background: url(../images/i-close-2.png) no-repeat center;
  background-size: contain;
}
.i-service {
  background: url(../images/i-service.png) no-repeat center;
  background-size: contain;
}
.i-head {
  background: url(../images/sdk_head.png) no-repeat center;
  background-size: contain;
}
.i-set {
  background: url(../images/i-set.png) no-repeat center;
  background-size: contain;
}
.i-game {
  background: url(../images/i-game.png) no-repeat center;
  background-size: contain;
}
.i-gift {
  background: url(../images/i-gift.png) no-repeat center;
  background-size: contain;
}
.i-news {
  background: url(../images/i-news.png) no-repeat center;
  background-size: contain;
}
.i-gl {
  background: url(../images/i-gl.png) no-repeat center;
  background-size: contain;
}
.i-vip {
  background: url(../images/i-vip.png) no-repeat center;
  background-size: contain;
}
.i-game-img {
  background: url(../images/i-game-img.png) no-repeat center;
  background-size: cover;
}
.i-DISCRD-active {
  background: url(../images/i-DISCRD-active.png) no-repeat center;
  background-size: contain;
}
.i-wx-active {
  background: url(../images/i-wx-active.png) no-repeat center;
  background-size: contain;
}
.i-Facebook-active {
  background: url(../images/i-Facebook-active.png) no-repeat center;
  background-size: contain;
}
.i-code {
  background: url(../images/i-code.jpg) no-repeat center;
  background-size: contain;
}
.i-service-head {
  background: url(../images/i-service-head.png) no-repeat center;
  background-size: contain;
}
.i-next {
  background: url(../images/i-next.png) no-repeat center;
  background-size: contain;
}
.i-edit {
  background: url(../images/i-edit.png) no-repeat center;
  background-size: contain;
}
.i-upload {
  background: url(../images/i-upload.png) no-repeat center;
  background-size: contain;
}
.i-fm {
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/i-fm.png) no-repeat center;
  background-size: contain;
}
.i-success {
  background: url(../images/i-success.png) no-repeat center;
  background-size: contain;
}
.i-fail {
  background: url(../images/i-fail.png) no-repeat center;
  background-size: contain;
}
.i-certificate {
  background: url(../images/i-certificate.png) no-repeat center;
  background-size: contain;
}
.i-certificate-active {
  background: url(../images/i-certificate-active.png) no-repeat center;
  background-size: contain;
}
.i-pay-zfb {
  background: url(../images/i-pay-zfb.png) no-repeat center;
  background-size: contain;
}
.i-pay-wx {
  background: url(../images/i-pay-wx.png) no-repeat center;
  background-size: contain;
}
/*动画*/
/*透明到不透明*/
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
}
/*从右往左滑入*/
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/*从左往右滑入*/
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
/*从下往上*/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*从上往下*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*弹入*/
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/*旋转滑入*/
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
/*缩放滑入*/
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  animation-name: bounceIn;
}
/* 缩放消失 */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.animated {
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
    -moz-transform: translate3d(-50%, -100%, 0);
    -ms-transform: translate3d(-50%, -100%, 0);
    -o-transform: translate3d(-50%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
}
@media screen and (orientation: landscape) {
  @keyframes fadeIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.7) translate3d(-70%, -100%, 0);
      transform: scale(0.7) translate3d(-70%, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: scale(0.7) translate(-70%, -70%);
    }
  }
}
@media screen and (orientation: landscape) and (min-width: 1024px) {
  @keyframes fadeIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.9) translate3d(-60%, -100%, 0);
      transform: scale(0.9) translate3d(-60%, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: scale(0.9) translate(-60%, -60%);
    }
  }
}
.login-pop .u-info-btn,
.reg-pop .u-info-btn,
.fast-phone-pop .u-info-btn,
.find-pop .u-info-btn {
  margin: 0.65rem 0.5rem 0.25rem 0.5rem;
}
.other-login {
  margin-top: 0.3rem;
}
.other-login .line {
  position: relative;
  text-align: center;
}
.other-login .line .title {
  position: relative;
  padding: 0.1rem 0.3rem;
  font-size: 0.4rem;
  color: #999;
  background-color: #fff;
}
.other-login .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.other-login .other-box {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  padding: 0.2rem 0;
}
.other-login .other-box .item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  cursor: pointer;
}
.other-login .other-box .item:hover {
  color: #3997EE;
}
.other-login .other-box .item .ic {
  width: 1.2rem;
  height: 1.2rem;
}
.other-login .other-box .i-qq:hover {
  background: url(../images/i-qq-active.png) no-repeat center;
  background-size: contain;
}
.other-login .other-box .i-wx:hover {
  background: url(../images/i-wx-active.png) no-repeat center;
  background-size: contain;
}
.fast-pop .cont {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  text-align: center;
}
.fast-pop .item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.fast-pop .footer {
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.4rem;
  color: #3997EE;
}
.reg-pop .header,
.find-pop .header {
  position: relative;
}
.reg-pop .header .i-back,
.find-pop .header .i-back {
  position: absolute;
  top: 0.65rem;
  left: 0.4rem;
}
.reg-pop .u-tab-2,
.find-pop .u-tab-2 {
  margin: 0 0.5rem 0.2rem 0.5rem;
}
.reg-pop .account-tips,
.find-pop .account-tips {
  padding-bottom: 0.2rem;
  font-size: 0.35rem;
  color: #000;
}
.reg-pop .footer,
.find-pop .footer{
  display: flex;
      justify-content: center;
      margin-bottom: 10px;
}
.reg-pop .footer .u-check,
.find-pop .footer .u-check {
  display: flex;
    flex-direction: row;
    align-items: center;
  margin: 0.2rem 0.5rem;
}
.reg-pop .cont .item {
  display: none;
}
.tips-pop .cont .tips {
  padding-bottom: 0.2rem;
  text-align: center;
  font-size: 0.5rem;
}
.tips-pop .footer .close-btn {
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.4rem;
  color: #f00;
}
.bind-pop .header .i-close {
  position: absolute;
  top: 0.125rem;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.bind-pop .i-success {
  width: 1.5rem;
  height: 1.5rem;
}
.bind-pop .u-tab {
  margin-top: 0.2rem;
  padding: 0rem 0.5rem 0 0.5rem;
}
.bind-pop .explain {
  margin: 0.4rem 0;
  font-size: 0.3rem;
  text-align: center;
}
.bind-pop .u-info-btn {
  margin: 0.5rem auto;
  width: 5rem;
}
.bind-pop .cont .step {
  display: none;
}
.bind-pop .cont .step3 {
  padding: 0.5rem 0;
  text-align: center;
}
.bind-pop .cont .step3 .text {
  font-size: 0.5rem;
}
.certificate-pop .header .i-close {
  position: absolute;
  top: 0.125rem;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.certificate-pop .u-info-btn {
  margin: 0.5rem auto;
  width: 5rem;
}
.certificate-pop .i-certificate {
  width: 0.8rem;
  height: 0.8rem;
}
.certificate-pop .i-certificate-active {
  width: 2.5rem;
  height: 2.5rem;
}
.certificate-pop .guard-btn {
  display: inline-block;
  margin: 0.1rem 0;
  padding: 0.2rem 0.3rem;
  border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  color: #fff;
  background-color: #3997EE;
}
.certificate-pop .info-list li {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  justify-content: space-between;
  -webkitjustify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1rem;
  font-size: 0.4rem;
}
.agreement-pop .header {
  position: relative;
  height: 24%;
}
.agreement-pop .header .i-back {
  position: absolute;
  top: 0.7rem;
  left: 0.65rem;
}
.agreement-pop .header .i-close {
  position: absolute;
  top: 0.125rem;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.agreement-pop .header .ic.hide {
  display: none;
}
.agreement-pop .cont {
  max-height: 8rem;
  overflow: auto;
}
.pay-pop{
  padding: 0 18px 20px 18px;
}
.pay-pop .header .i-close {
  position: absolute;
  top: 0.8em;
  width: 0.4rem;
  height: 0.4rem;
}
.pay-pop .cont {
  /* padding-top: 0.2rem; */
  padding: 12px 0;
  text-align: center;
  line-height: 1.5;
  background-color: #f5f5f5;
}
.pay-pop .product-name {
  color: #666;
  font-size: 0.5rem;
}
.pay-pop .money, .pay-pop .other_money{
  font-size: 0.6rem;
  font-weight: bold;
  color: #ff0404;
}
.pay-pop .way {
  padding: 0.2rem 0.5rem 0 0.5rem;
}
.pay-pop .pay-list {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  margin-bottom: 0.2rem;
}
.pay-pop .pay-list.hide {
  display: none;
}
.pay-pop .pay-list .ic {
  width: 1rem;
  height: 1rem;
}
.pay-pop .pay-list .text {
  padding-left: 0.2rem;
  font-size: 0.4rem;
  line-height: 1rem;
}

/* 支付方式列表 样式*/
.pay-pop .layerbody #payBtn{
  background: linear-gradient(90deg, rgb(255, 0, 0) 60%, rgb(242, 170, 73) 100%);
  height: 40px;
  border-radius: 8px;
  text-align: center;
  color: white;
  line-height: 40px;
  font-size: 14px;
}
.pay-pop .layerbody #otherpaybtn{
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.pay-pop .layerbody .loading{
  width: 100%;
  min-height: 40px;
  border: 0.01rem dashed #999;
  border-radius: 0.2rem;
  text-align: center;
  color: #ff6262;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pay-pop .layerbody .loading .hint{
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.15rem 0.2rem;
  box-sizing: border-box;
}
.pay-pop .layerbody .loading .loadIcon{ 
  width: 0.4rem;
    height: 0.4rem;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #3498db;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pay-pop .layerbody .listDiv {
  /* background-color: rgba(0, 0, 0, 0.1); */
  /* border-radius: 4px; */
  margin-top: 20px;
}
.pay-pop .layerbody .listDiv .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.6); */
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 4px ;
  border-radius: 8px;
}
.pay-pop .layerbody .listDiv .list:last-child {
  border-bottom: 0;
}
.pay-pop .layerbody .listDiv .list span {
  font-size: 14px;
  line-height: 1;
  flex: 1;
}
.pay-pop .layerbody .listDiv .list .luxuryGift {
  width: 28px;
  margin: -15px 10px -10px 0;
}
.pay-pop .layerbody .listDiv .list .backImg {
  width: 8px;
}

.pay-pop .layerbody .layerbodyText {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(23, 30, 50, 0.8);
}

.pay-pop .layerbody .layerbodyText div {
  display: block;
}

.pay-pop .layerbody .layerbodyText p {
  display: block;
  margin: 0;
  /* color: rgba(216, 0, 0, 0.8); */
}

.pay-pop .layerbody .layerbodyText .goBinding {
  background: linear-gradient(90deg, #ea673e 60%, #f2aa49 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.pay-pop .layerbody .successDiv {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 27px;
  border-radius: 4px;
}

.pay-pop .layerbody .successDiv div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 16px 24px;
}

.pay-pop .layerbody .successDiv div:last-child {
  border-bottom: 0;
}

.pay-pop .layerbody .successDiv div img {
  width: 15px;
  margin-right: 15px;
}

.pay-pop .layerbody .successDiv div img.phoneIcon {
  width: 12px;
  margin: 0 16px 0 2px;
}


.pay-pop .layerbody .listDiv {
  background-color: transparent;
  margin-bottom: 10px;
}

.pay-pop .layerbody .listDiv .listTitle {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
}

/* .pay-pop .layerbody .listDiv .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.4);
} */

.pay-pop .layerbody .listDiv .list:nth-child(2) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pay-pop .layerbody .listDiv .list:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pay-pop .layerbody .listDiv .list .listIcon {
  width: 38px;
  height: 38px;
  border-radius: 6px;
}

.pay-pop .layerbody .listDiv .list .listIcon.i-pay-payPal{
  background: url("../images/i-pay-payPal.png") center center no-repeat;
  background-size: 100% 100%;
}

.pay-pop .layerbody .listDiv .list .listIcon.i-pay-ton{
  background: url("../images/ton_pay.png") center center no-repeat;
  background-size: 100% 100%;
}

.pay-pop .layerbody .listDiv .list .listIcon.i-pay-paypal-google{
  background: url("../images/paypal_google_pay.png") center center no-repeat;
  background-size: 100% 100%;
}

.pay-pop .layerbody .listDiv .list .listIcon.i-pay-paypal-apple{
  background: url("../images/paypal_apple_pay.png") center center no-repeat;
  background-size: 100% 100%;
}

.pay-pop .layerbody .listDiv .list .listIcon.i-pay-enjoyPay{
  background: url("../images/enjoy_pay.png") center center no-repeat;
  background-size: 100% 100%;
}

.pay-pop .layerbody .listDiv .list .listIcon.i-pay-inApp-applePay{
  background: url("../images/apple_pay.png") center center no-repeat;
  background-size: 100% 100%;
}


.pay-pop .layerbody .listDiv .list span {
  flex: 1;
  padding-left: 10px;
}

.pay-pop .layerbody .listDiv .list .checkedImg {
  width: 18px;
  height: 18px;
  background: url("../images/unCheckedImg.png") center center no-repeat;
  background-size: 100% 100%;
}
.pay-pop .layerbody .listDiv .list .checkedImg.checked{
  background: url("../images/checkedImg.png") center center no-repeat;
  background-size: 100% 100%;
}

/*  */
.state-pop {
  width: 5rem;
}
.state-pop .cont {
  padding: 0.2rem;
  text-align: center;
}
.state-pop .i-success,
.state-pop .i-fail {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
}
.state-pop .text {
  padding: 0.3rem;
  font-size: 0.5rem;
}
.state-pop .u-info-btn {
  display: inline-block;
  width: 2rem;
  margin: 0 auto;
  line-height: 2.5;
}
.state-pop .u-info-btn:hover {
  color: #fff;
  text-decoration: none;
}
.cover-pop {
  padding-top: 0.75rem;
}
.cover-pop .ic {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 99;
  width: 0.8rem;
  height: 0.8rem;
}
.notice-pop .i-close {
  position: absolute;
  top: 0.125rem;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.notice-pop .cont {
  max-height: 8rem;
  overflow: auto;
}
.super-pop {
  width: 100%;
  height: 8rem;
  overflow: auto;
}
.super-pop p {
  font-size: 0.5rem;
  color: #3963a9;
}
.super-pop .tips {
  padding: 0.5rem 0;
  text-align: center;
  color: #cc5c74;
}
.super-pop.portrait .first-title {
  width: 8rem;
  height: 3rem;
  margin: 0 auto;
  background: url(../images/super-title01.png) no-repeat bottom center;
  background-size: contain;
}
.super-pop.portrait .header {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  background: url(../images/super-header.png) no-repeat center;
  background-size: contain;
}
.super-pop.landscape .first-title {
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  background: url(../images/super-title01.png) no-repeat bottom center;
  background-size: contain;
}
.super-pop.landscape .header {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  background: url(../images/super-header-landscape.jpg) no-repeat center;
  background-size: contain;
}
.super-pop .left-item {
  float: left;
  width: 10rem;
}
.super-pop .right-item {
  display: inline-block;
  width: 20rem;
}
.super-pop .cont {
  position: relative;
  padding: 0.5rem;
}
.super-pop .cont .contact,
.super-pop .cont .service {
  margin-top: 0.5rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.super-pop .cont .contact-detail {
  padding: 0 0.5rem;
  line-height: 2;
}
.super-pop .cont .contact-detail .i-qq2,
.super-pop .cont .contact-detail .i-wx2,
.super-pop .cont .contact-detail .i-phone2 {
  margin-right: 0.3rem;
  vertical-align: -0.3rem;
}
.super-pop .cont .contact-detail .item {
  float: left;
  width: 33%;
}
.super-pop .cont .contact-detail .item-tips {
  float: left;
  width: 60%;
  color: #cc5c74;
}
.super-pop .cont .contact-img {
  float: left;
  width: 7rem;
  height: 3rem;
  background: url(../images/super-title02.png) no-repeat center;
  background-size: contain;
}
.super-pop .cont .service-img {
  width: 8rem;
  height: 2rem;
  margin-left: 0.5rem;
  background: url(../images/super-title03.png) no-repeat center;
  background-size: contain;
}
.super-pop .cont .service-detail {
  padding: 0 0.5rem;
}
.super-pop .cont .service-detail .first {
  width: 5rem;
  height: 2rem;
  background: url(../images/super-dot01.png) no-repeat center;
  background-size: contain;
}
.super-pop .cont .service-detail .sec {
  width: 5rem;
  height: 2rem;
  background: url(../images/super-dot02.png) no-repeat center;
  background-size: contain;
}
.super-pop .cont .service-detail .three {
  width: 5rem;
  height: 2rem;
  background: url(../images/super-dot03.png) no-repeat center;
  background-size: contain;
}
.super-pop .cont .service-detail .four {
  width: 5rem;
  height: 2rem;
  background: url(../images/super-dot04.png) no-repeat center;
  background-size: contain;
}
.pay-box .ic {
  position: absolute;
  right: 0.5rem;
  top: 0.2rem;
  z-index: 99;
  width: 0.8rem;
  height: 0.8rem;
}
.pay-box .pay-iframe {
  width: 100%;
  height: 11.5rem;
  overflow: auto;
}
.pay-box .pop_outer {
  display: table-cell;
  vertical-align: bottom;
}
.pay-box .pop_midder {
  vertical-align: middle;
}
.pay-box .pop_tip {
  background: #fff;
  border-radius: 6px;
  margin: 0 1.7rem;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 2px #dbdbdb;
}
.pay-box .pop_tip_p1 {
  padding: 5.5rem 1.5rem 2.5rem 1.5rem;
  font-size: 1rem;
}
.pay-box .pop_tip_p2 {
  padding: 1.5rem;
}
.pay-box .pop_tip_p3 {
  display: -webkit-box;
  margin-top: .8rem;
}
.pay-box .pop_tip_p3 span {
  display: block;
  -webkit-box-flex: 1;
  width: 1px;
  text-align: center;
}
.pay-box .pop_tip_p4 {
  margin: 0 1rem;
  padding: .7rem 0 .8rem 0;
  font-size: .9rem;
  color: #5F73C5;
  text-align: center;
}
.pay-box .pop_tip_p5 {
  margin: 0 1rem;
  font-size: .65rem;
  color: #000;
  text-align: left;
}
.pay-box .pop_tip_p5.cent {
  text-align: center;
}
.pay-box .border {
  position: relative;
}
.pay-box .border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: -100%;
  bottom: -100%;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  pointer-events: none;
}
.pay-box .b_full:before {
  border: 1px solid #ddd;
}
.pay-box .b_btm:before {
  border-bottom: 1px solid #ddd;
}
.pay-box .b_lft:before {
  border-left: 1px solid #ddd;
}
.pay-box .b_rgt:before {
  border-right: 1px solid #ddd;
}
.pay-box .b_top:before {
  border-top: 1px solid #ddd;
}
.pay-box .b_top_btm:before {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pay-box .p_btn {
  -webkit-user-select: none;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: .8rem;
  color: #666;
  width: 100%;
  background: transparent;
}
.pay-box .cols {
  color: #5F73C5;
}
.pay-box .p_btn:active {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}
.pay-box .cols:active {
  color: #243B97;
}
.move-ball {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  padding: 2px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: url("../images/sdk_head_ball.png") center center no-repeat;
  background-size: 100% 100%;
  /* border: 1px solid #fff;
  background-color: transparent; */
}
.move-ball.hide {
  display: none;
}
.move-ball .touch {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  /* text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #fff; */
}
.move-ball .ball-img {
  display: inline-block;
  margin-top: 0.2rem;
  width: 0.85rem;
  height: 0.85rem;
  line-height: 1.25rem;
  background: none;
}
.silde-box {
  /* position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. 
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) 
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ 
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ 
  width: 100%;
  height: 100%; */


  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.25rem;
}
.silde-box .left-item {
  -webkit-box-flex: 7;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 7;
  /* OLD - Firefox 19- */
  -webkit-flex: 7;
  /* Chrome */
  -ms-flex: 7;
  /* IE 10 */
  flex: 7;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  background-color: #fff;

  border-radius: 0.25rem;
}
.silde-box .right-item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.silde-box .right-item .r-item {
  margin-bottom: 0.4rem;
  font-size: 0.35rem;
  color: #fff;
}
.silde-box .right-item .r-item .i-sign,
.silde-box .right-item .r-item .i-refresh,
.silde-box .right-item .r-item .i-service,
.silde-box .right-item .r-item .i-close-2 {
  margin-bottom: 0.05rem;
  width: 0.7rem;
  height: 0.7rem;
}
.silde-box .right-item .r-item:last-child {
  margin-bottom: 0;
}
.silde-box .left-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}
.silde-box .left-item .nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}
.silde-box .left-item .header .user-box {
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 0.3rem 0.3rem 0 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #eee;
}
.silde-box .left-item .header .user-box .i-head {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 0.02rem solid #e1e1e1;
}
.silde-box .left-item .header .user-box .info {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  margin-left: 0.2rem;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.silde-box .left-item .header .user-box .info p {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.silde-box .left-item .header .user-box .set {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  font-size: 0.35rem;
  color: #3997EE;
  cursor: pointer;
}
.silde-box .left-item .header .nav-box {
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  border-bottom: 1px solid #ccc;
}
.silde-box .left-item .header .nav-box .n-item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 0.2rem 0;
  text-align: center;
  cursor: pointer;
}
.silde-box .left-item .header .nav-box .n-item:hover,
.silde-box .left-item .header .nav-box .n-item.active {
  background-color: rgba(63, 63, 63, 0.1);
}
.silde-box .left-item .header .nav-box .n-item .ic {
  width: 0.6rem;
  height: 0.6rem;
}
.silde-box .left-item .header .nav-box .n-active {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 100%;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  background-color: rgba(63, 63, 63, 0.1);
}
.silde-box .left-item .back-nav {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  padding: 0.3rem 0.5rem;
  justify-content: space-between;
  -webkitjustify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  border-bottom: 4px solid #eee;
}
.silde-box .left-item .back-nav .u-default-btn {
  line-height: 0.65rem;
}
.silde-box .left-item .set-nav {
  position: relative;
  padding: 1rem 0.5rem 0.3rem 0.5rem;
  border-bottom: 4px solid #eee;
}
.silde-box .left-item .set-nav .info {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 0.5rem;
  line-height: 2;
}
.silde-box .left-item .set-nav .i-head {
  margin: 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 0.02rem solid #e1e1e1;
  cursor: pointer;
}
.silde-box .left-item .set-nav .i-head:hover {
  border-color: #3997EE;
}
.silde-box .left-item .set-nav .u-default-btn {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  padding: 0.1rem 0.2rem;
}
.silde-box .left-item .cnt {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.silde-box .left-item .cnt .game-box,
.silde-box .left-item .cnt .gift-box {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  padding: 0.3rem 0;
  margin: 0 0.3rem;
  border-bottom: 1px dashed #ccc;
}
.silde-box .left-item .cnt .game-box:last-child,
.silde-box .left-item .cnt .gift-box:last-child {
  border-bottom: none;
}
.silde-box .left-item .cnt .game-box .i-game-img,
.silde-box .left-item .cnt .gift-box .i-game-img {
  margin-right: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}
.silde-box .left-item .cnt .game-box .info,
.silde-box .left-item .cnt .gift-box .info {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-right: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.silde-box .left-item .cnt .game-box .info p.text,
.silde-box .left-item .cnt .gift-box .info p.text {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  color: #999;
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.silde-box .left-item .cnt .game-box .info:hover p,
.silde-box .left-item .cnt .gift-box .info:hover p {
  color: #3997EE;
}
.silde-box .left-item .cnt .game-box .info .title,
.silde-box .left-item .cnt .gift-box .info .title {
  color: #000;
  font-size: 0.4rem;
}
.silde-box .left-item .cnt .game-box .u-default-btn,
.silde-box .left-item .cnt .gift-box .u-default-btn {
  margin: auto 0;
  height: 0.7rem;
  line-height: 0.7rem;
}
.silde-box .left-item .cnt .news-box,
.silde-box .left-item .cnt .gl-box {
  padding: 0.3rem 0;
  margin: 0 0.3rem;
  border-bottom: 1px dashed #ccc;
  font-size: 0.35rem;
}
.silde-box .left-item .cnt .news-box .title,
.silde-box .left-item .cnt .gl-box .title {
  display: inline-block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.silde-box .left-item .cnt .news-box .date,
.silde-box .left-item .cnt .gl-box .date {
  float: right;
  color: #ccc;
}
.silde-box .left-item .cnt .vip-box {
  padding: 0.5rem 0;
  text-align: center;
}
.silde-box .left-item .cnt .vip-box .u-label {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
.silde-box .left-item .cnt .vip-box .item {
  margin-bottom: 0.5rem;
}
.silde-box .left-item .cnt .vip-box .info {
  margin-top: 0.5rem;
}
.silde-box .left-item .cnt .vip-box .info .name {
  margin: 0.1rem 0;
  font-size: 0.4rem;
}
.silde-box .left-item .cnt .vip-box .i-wx-active,
.silde-box .left-item .cnt .vip-box .i-qq-active,
.silde-box .left-item .cnt .vip-box .i-phone-active {
  margin-left: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
}
.silde-box .left-item .cnt .vip-box .i-service-head {
  width: 2rem;
  height: 2rem;
}
.silde-box .left-item .cnt .vip-box .text {
  vertical-align: 0.2rem;
}
.silde-box .left-item .cnt .service-box .item {
  padding: 0.3rem 0;
  margin: 0 0.3rem;
  border-bottom: 1px dashed #ccc;
  font-size: 0.35rem;
}
.silde-box .left-item .cnt .service-box .item .i-qq-active,
.silde-box .left-item .cnt .service-box .item .i-wx-active,
.silde-box .left-item .cnt .service-box .item .i-phone-active {
  width: 1rem;
  height: 1rem;
}
.silde-box .left-item .cnt .service-box .item .text {
  margin-left: 0.2rem;
  vertical-align: 0.35rem;
}
.silde-box .left-item .cnt .service-box .gzh {
  text-align: center;
}
.silde-box .left-item .cnt .service-box .title {
  margin: 0.4rem 0;
  font-size: 0.45rem;
}
.silde-box .left-item .cnt .service-box .i-code {
  margin-bottom: 0.4rem;
  width: 4rem;
  height: 4rem;
}
.silde-box .left-item .cnt .service-box .u-default-btn {
  margin: 0 auto;
  width: 4rem;
  font-size: 0.4rem;
  line-height: 2;
}
.silde-box .left-item .cnt .set-list .list li {
  position: relative;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  justify-content: space-between;
  -webkitjustify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  padding: 0.3rem 0.5rem;
  border-bottom: 1px dashed #ccc;
}
.silde-box .left-item .cnt .set-list .list li:hover{
  color: #ff5f5f;
  border-color: #ff5f5f;
}
.silde-view{
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.silde-box .left-item .cnt .set-list .list li p {
  font-size: 0.35rem;
}
.silde-box .left-item .cnt .set-list .list li p:first-child{
  /* width: 45%; */
}
.silde-box .left-item .cnt .set-list .list li p:last-child{
  /* width: 50%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 50%;
    right: 0.35rem;
    transform: translateY(-50%);
    text-align: right;
}
.silde-box .left-item .cnt .set-list .list li p:last-child .i-next{
    margin-right: 0.15rem;
}
.silde-box .left-item .cnt .set-list .list li .det {
  color: #ccc;
}
.silde-box .left-item .cnt .set-list .list li .i-next {
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: middle;
  float: right;
}
.silde-box .left-item .cnt .set-list .list .u-default-btn {
  margin: 0.5rem auto;
  width: 5rem;
  font-size: 0.4rem;
  line-height: 2;
}
.silde-box .left-item .cnt .set-list .list li.u-default-btn {
  margin: 0;
    width: auto;
    border: 0;
    border-radius: 0;
    line-height: normal;
    border-bottom: 1px dashed #ccc;
}
.silde-box .left-item .cnt .question-list .i-edit,
.silde-box .left-item .cnt .question-det .i-edit,
.silde-box .left-item .cnt .pay-list .i-edit {
  width: 0.65rem;
  height: 0.65rem;
  cursor: pointer;
}
.silde-box .left-item .cnt .question-list .i-edit:hover,
.silde-box .left-item .cnt .question-det .i-edit:hover,
.silde-box .left-item .cnt .pay-list .i-edit:hover {
  background: url(../images/i-edit-active.png) no-repeat center;
  background-size: contain;
}
.silde-box .left-item .cnt .question-list .list li,
.silde-box .left-item .cnt .question-det .list li,
.silde-box .left-item .cnt .pay-list .list li {
  padding: 0.3rem;
  border-bottom: 1px dashed #ccc;
}
.silde-box .left-item .cnt .question-list .list .item p,
.silde-box .left-item .cnt .question-det .list .item p,
.silde-box .left-item .cnt .pay-list .list .item p {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  padding: ;
  justify-content: space-between;
  -webkitjustify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  font-size: 0.35rem;
}
.silde-box .left-item .cnt .question-list .list .item .date,
.silde-box .left-item .cnt .question-det .list .item .date,
.silde-box .left-item .cnt .pay-list .list .item .date {
  margin-top: 0.2rem;
}
.silde-box .left-item .cnt .question-list .list .item.over,
.silde-box .left-item .cnt .question-det .list .item.over,
.silde-box .left-item .cnt .pay-list .list .item.over {
  color: #8BC34A;
}
.silde-box .left-item .cnt .question-det .cnt {
  margin: 0.3rem 0.5rem;
}
.silde-box .left-item .cnt .question-det .cnt:last-child {
  border-bottom: none;
}
.silde-box .left-item .cnt .question-det .cnt p {
  line-height: 1.8;
}
.silde-box .left-item .cnt .question-det .cnt .label {
  float: left;
  margin-top: 0.04rem;
}
.silde-box .left-item .cnt .question-det .cnt .text {
  margin-left: 0.2rem;
  padding-left: 0.8rem;
  line-height: 1.8;
}
.silde-box .left-item .cnt .question-det .cnt .i-head {
  margin-right: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
}
.silde-box .left-item .cnt .question-det .reply-cnt {
  padding: 0.2rem 0.5rem;
  margin: 0;
  background-color: #f5f4f4;
}
.silde-box .left-item .cnt .edit-box .select-box {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  padding: 0.1rem 0.5rem;
  border-bottom: 1px dashed #ccc;
}
.silde-box .left-item .cnt .edit-box .select-box .ic {
  -webkit-box-flex: 1.5;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1.5;
  /* OLD - Firefox 19- */
  -webkit-flex: 1.5;
  /* Chrome */
  -ms-flex: 1.5;
  /* IE 10 */
  flex: 1.5;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  line-height: 0.8rem;
}
.silde-box .left-item .cnt .edit-box .select-box .u-select {
  -webkit-box-flex: 8;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 8;
  /* OLD - Firefox 19- */
  -webkit-flex: 8;
  /* Chrome */
  -ms-flex: 8;
  /* IE 10 */
  flex: 8;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.silde-box .left-item .cnt .edit-box .u-input {
  padding: 0.1rem 0.5rem;
  border: none;
  border-bottom: 1px dashed #ccc;
  font-size: 0.3rem;
}
.silde-box .left-item .cnt .edit-box .u-input.bd-none {
  border-bottom: none;
}
.silde-box .left-item .cnt .edit-box .u-input .ic {
  line-height: 0.8rem;
}
.silde-box .left-item .cnt .edit-box .u-input textarea {
  margin: 0.4rem 0;
  padding: 0.3rem;
  width: 100%;
  border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border: 1px solid #ccc;
}
.silde-box .left-item .cnt .edit-box .u-info-btn {
  margin: 0.4rem auto;
  width: 5rem;
}
.silde-box .left-item .cnt .screen-box {
  padding-left: 0.5rem;
}
.silde-box .left-item .cnt .screen-box.pl0 {
  padding-left: 0;
}
.silde-box .left-item .cnt .screen-box .img {
  position: relative;
  display: inline-block;
}
.silde-box .left-item .cnt .screen-box .img .i-close-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #f00;
}
.silde-box .left-item .cnt .screen-box .img img {
  padding: 0.1rem;
  width: 1.8rem;
  height: 1.8rem;
}
.silde-box .left-item .cnt .pay-det table {
  width: 80%;
  margin: 0.5rem auto;
  font-size: 0.3rem;
  border: 1px solid #ccc;
}
.silde-box .left-item .cnt .pay-det table td {
  padding: 0.2rem;
  border: 1px solid #ccc;
}
.silde-box .silde-close{
  width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.3rem;
    right: 0.35rem;
}
.silde-box .silde-close .i-close-2{
  width: 0.5rem;
    height: 0.5rem;
}
.leave-pop .footer {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  padding: 0.3rem 0;
  border-top: 1px solid #ccc;
  justify-content: space-around;
  -webkitjustify-content: space-around;
  -moz-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
}
.leave-pop .u-default-btn,
.leave-pop .u-info-btn {
  line-height: 2.5;
}
.leave-pop .u-default-btn {
  color: #fff;
  background-color: #ccc;
}
.leave-pop .u-default-btn:hover {
  color: #fff;
  border-color: #ccc;
}
.leave-pop .u-info-btn {
  padding: 0 0.4rem;
}
.leave-pop .u-check {
  margin: 0 auto;
  color: #666;
}
.leave-pop .u-check .text {
  font-size: 0.3rem;
}

.pop-com.j-service-pop{
  min-height: 4.5rem;
}
.pop-com.j-service-pop .i-back{
  position: absolute;
  top: 0.65rem;
  left: 0.5rem;
}
.pop-com.j-service-pop .j-service{
  margin: 0.5rem auto 0 auto;
  padding: 0 .3rem;
  height: 114px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #ebebeb;
  width: 83%;
  box-sizing: border-box;
}
.pop-com.j-service-pop .j-service .item{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-direction: row;
    flex-wrap: nowrap;
}
.pop-com.j-service-pop .j-service .item .ic{
    display: block;
    width: 66%;
    aspect-ratio: 1 / 1;
}