*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

input, select, textarea {
  border: 0;
  outline: 0; }

html, body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-family: Microsoft YaHei,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 1200px; }

a {
  -webkit-backface-visibility: hidden;
  text-decoration: none; }

.box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.loading {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 777;
  background: #fff; }

.section {
  position: relative;
  width: 100%;
  height: 100%; }

.absolute {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20; }

.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 10; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear:before, .clear:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden; }

.clear:after {
  clear: both; }

.fs50 {
  letter-spacing: 5px;
  font-size: 50px; }

.fs32 {
  font-size: 32px; }

.fs22 {
    font-size: 22px; }

.fs18 {
  font-size: 18px; }

.fs16 {
  font-size: 16px; }

.fs14 {
  font-size: 14px; }

.fs12 {
    font-size: 12px; }
.thick {
  font-weight: 500; }

.white {
  color: #ffffff; }
.black {
  color: #222A3F; }
.blue {
  color: #1269EA; }
.grey {
    color: #666666; }

.bold {
  font-weight: bold; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-auto {
  display: table;
  margin: auto; }

.cell {
  display: table-cell; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.top {
  vertical-align: top; }

.h5 {
  height: 5px; }
.h-100p {
  height: 100%;
}

.mb20 {
  margin-bottom: 20px; }

.pdl20 {
  padding-left: 20px; }

.pdb60 {
  padding-bottom: 60px; }

.pdt15 {
  padding-top: 15px; }

.pdl100 {
  height: 100%;
  padding-left: 100px; }

.pd40 {
  height: 100%;
  padding-left: 40px; }

.inline {
  vertical-align: top;
  display: inline-block; }

.text-center {
  text-align: center; }
.text-left {
  text-align: left; }
.text-right {
    text-align: right; }

.bg-max {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mobile-css .pd44 {
  padding-top: 0.88rem;
}


.pdText {
  padding: 20px 0 60px 0; 
  line-height: 34px;
}

.section {
  width: 100%;
  height: 100%;
  overflow: hidden !important; }

.logoIcon {
  width: 116px;
  height: 116px; }

.textOpacity {
  color: rgba(219,219,219,0.4);
  font-size: 60px;
  font-weight: 600;
  white-space: nowrap; }
.page3 .textOpacity, .page5 .textOpacity{
  color: #EAEBEF;
}

.listFloat {
  float: left;
  width: 25%; }

.center {
  text-align: center; }

.imgCover {
  display: block;
  width: 100%;
  height: 100%; }

.page1ImageCover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.page2Circle {
  width: 600px;
  height: 450px;
  position: absolute;
  bottom: 0;
  right: 120px; }

.page3Circle {
  width: 275px;
  height: 310px;
  position: absolute;
  bottom: 0;
  left: 0; }

.navigation {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff; }
  .navigation .nav-container {
    width: 1200px;
    margin: 0 auto;
    height: 100%; }
    .navigation .nav-container .nav-logo {
      width: 110px;
      height: 100%;
      overflow: hidden; }
      .navigation .nav-container .nav-logo > img {
        display: block;
        width: 100%;
        height: 100%; }
    .navigation .nav-container .nav-list {
      height: 100%;
      text-align: right; }
      .navigation .nav-container .nav-list .nav-box {
        height: 100%; }
        .navigation .nav-container .nav-list .nav-box .nav-table-box {
          width: 160px;
          height: 100%;
          font-size: 16px;
          float: left;
          text-align: center !important;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .navigation .nav-container .nav-list .nav-box .nav-table-box .nav-text {
            font-weight:600;
            text-align: center;
            position: relative;
            padding-bottom: 10px;
            margin-top: 10px; }
            .navigation .nav-container .nav-list .nav-box .nav-table-box .nav-text:after {
              display: block;
              content: "";
              width: 0;
              height: 4px;
              border-radius: 3px;
              background: #36D25D;
              position: absolute;
              bottom: 0;
              left: 0;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
          .navigation .nav-container .nav-list .nav-box .nav-table-box.current .nav-text, .navigation .nav-container .nav-list .nav-box .nav-table-box:hover .nav-text {
            color: #36D25D;
            -webkit-transition: all .3s;
            transition: all .3s; }
            .navigation .nav-container .nav-list .nav-box .nav-table-box.current .nav-text:after, .navigation .nav-container .nav-list .nav-box .nav-table-box:hover .nav-text:after {
              width: 100%;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }

.fullPage .page1 {
  height: 100%;
  position: relative; }
  .fullPage .page1 .container {
    float: left;
    height: 100%;
    overflow: hidden; }
    .fullPage .page1 .container.container1 {
      width: 48%; }
    .fullPage .page1 .container.container2 {
      width: 52%; }
    .fullPage .page1 .container .logoBox {
      width: 100%;
      padding: 0 0 48px 0; }
      .fullPage .page1 .container .logoBox .logoList {
        float: left;
        width: 33.33%; }
        .fullPage .page1 .container .logoBox .logoList .textPd {
          padding: 10px 0; }
    .fullPage .page1 .container .down {
      width: 100%; }
      .fullPage .page1 .container .down .code1 {
        width: 120px;
        height: 120px; 
        margin-bottom: 15px; }
        .fullPage .page1 .container .down .code1 img {
          display: block;
          width: 100%;
          height: 100%; }
      .fullPage .page1 .container .down .downBox {
        padding-left: 65px; }
      .fullPage .page1 .container .down .download {
        width: 144px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #1269EA;
        font-size: 16px;
        color: #fff;
        border-radius: 5px;
        margin-top: 15px;
        cursor: pointer; }
    .fullPage .page1 .container .img1 {
      height: 100%;
      width: 657px;
      position: relative; }
      .fullPage .page1 .container .img1 img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 657px;
        max-height: 100%; }
.fullPage .page2 {
  height: 100%;
  position: relative;
  background: #fff; }
  .fullPage .page2 .container {
    float: left;
    height: 100%;
    overflow: hidden; }
    .fullPage .page2 .container.container1 {
      width: 52%; }
      .fullPage .page2 .container.container1 .img {
        height: 100%;
        width: 657px;
        position: relative; }
        .fullPage .page2 .container.container1 .img img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-height: 100%;
          max-width: 657px; }
    .fullPage .page2 .container.container2 {
      width: 48%; }
      .fullPage .page2 .container.container2 .pl165 {
        padding-left: 165px; }
      .fullPage .page2 .container.container2 .income .textBox {
        padding-left: 35px; }
        .fullPage .page2 .container.container2 .income .textBox .pd10 {
          padding-bottom: 10px; }
.fullPage .page3 {
  height: 100%;
  position: relative;}
  .fullPage .page3 .container {
    width: 100%;
    height: 100%;
    position: relative; }
    .fullPage .page3 .container .header {
      height: 148px; }
    .fullPage .page3 .container .body {
      width: 100%;
      position: absolute;
      top: 148px;
      bottom: 380px;
      right: 0;
      left: 0; }
      .fullPage .page3 .container .body .diversified {
        padding-top: 30px;
        text-align: center; }
        .fullPage .page3 .container .body .diversified .list {
          padding: 35px 42px;
          background: #fff;
          margin: 0 35px; }
          .fullPage .page3 .container .body .diversified .list .text {
            font-size: 16px;
            color: #333;
            margin-left: 20px; }
    .fullPage .page3 .container .bg {
      height: 380px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
      .fullPage .page3 .container .bg > img {
        display: block;
        width: auto;
        margin: 0 auto;
        height: 100%; }
.fullPage .page4 .pageBody {
  width: 100%;
  position: absolute;
  top: 148px;
  bottom: 165px;
  left: 0;
  right: 0; }
  .fullPage .page4 .pageBody .pd20 {
    padding: 20px 0 10px 0; }
  .fullPage .page4 .pageBody .listIcon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden; }
    .fullPage .page4 .pageBody .listIcon > img {
      display: block;
      width: 100%;
      height: 100%; }
.fullPage .page4 .pageBg {
  width: 500px;
  height: 165px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -250px;
  overflow: hidden; }
  .fullPage .page4 .pageBg > img {
    display: block;
    width: 100%;
    height: 100%; }
.fullPage .page5 {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .fullPage .page5 > img {
    display: block;
    width: 100%;
    height: 100%; }
  .fullPage .page5 .bodyBox {
    width: 100%;
    position: absolute;
    top: 148px;
    bottom: 180px;
    right: 0;
    left: 0; }
    .fullPage .page5 .bodyBox .text {
      padding: 0 55px; }
      .fullPage .page5 .bodyBox .text .textIcon {
        width: 110px;
        height: 10px; }
        .fullPage .page5 .bodyBox .text .textIcon img {
          display: block;
          width: 100%;
          height: 100%; }
      .fullPage .page5 .bodyBox .text .indent {
        text-indent: 2em;
        font-size: 18px;
        color: #6F7076;
        line-height: 25px;
        margin: 0 0 20px; }
  .fullPage .page5 .footer {
    height: 180px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2f2f2f;
    z-index: 20; }
    .fullPage .page5 .footer .half {
      float: left;
      width: 50%;
      height: 100%; }
      .fullPage .page5 .footer .half .copyright {
        font-size: 16px;
        color: #EAEBEF;
        margin: 4px 0; }
      .fullPage .page5 .footer .half .wechat {
        float: right;
        height: 100%;
        width: 130px;
        margin-left: 45px; }
        .fullPage .page5 .footer .half .wechat .wechatBox img, .fullPage .page5 .footer .half .wechat .wechatBox span {
          display: block; }
        .fullPage .page5 .footer .half .wechat .wechatBox img {
          width: 95px;
          height: 95px;
          margin: 0 auto; }
        .fullPage .page5 .footer .half .wechat .wechatBox span {
          font-size: 16px;
          color: #fff;
          margin-top: 15px;
          text-align: center; }

.codeLayer {
  width: 147px;
  background:rgba(255,255,255,0.46);
  box-shadow:0px 0px 16px 0px rgba(162,162,162,0.74);
  border-radius:12px;
  border:1px solid rgba(219,219,219,1);
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
  text-align: center;
  display: none; 
  padding: 16px 0; }
  .codeLayer .codeLayerImage {
    display: inline-block;
    width: 80px;
    height: 80px; }
  .codeLayer .codeLayerText {
    font-size: 12px;
    font-weight:500;
    color: #333333;
    text-align: center;
    line-height:17px; }
  .codeLayer .codeLayerLine {
    margin: 16px auto;
    width: 117px;
    height: 1px;
    background:rgba(239,239,239,1); }
  
.character-bg {
  background-repeat: no-repeat;
  height: 130px;
  line-height: 130px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight:600;
}
.character-two {
  background-image: url('../../image/bg_character_two.png');
  width: 330px;
  background-size:330px 130px;
}
.character-one {
  background: url('../../image/bg_character_one.png');
  width: 373px;
  background-size:373px 130px;
}
.fs0 {
  font-size: 0;
}
.h-30 {
  height: 30px;
}
.w-300 {
  width: 300px;
}
.w-180 {
  width: 180px;
}

html.mobile-css {
  font-size: 13.33vw;
}
html.mobile-css,.mobile-css body {
  min-width: 0;
}
.mobile-css body {
  font-size: 0.24rem !important;
}
.mobile-css .fs-52r {
  font-size: 0.52rem;
}
.mobile-css .fs-48r {
  font-size: 0.48rem;
}
.mobile-css .fs-28r {
  font-size: 0.28rem;
}
.mobile-css .ml-64r {
  margin-left: 0.64rem;
}
.mobile-css .mt-60r {
  margin-top: 0.6rem;
}
.mobile-css .mb-12r {
  margin-bottom: 0.12rem;
}
.mobile-css .pd-10r {
  padding-bottom: 0.10rem;
}
.mobile-css .navigation {
  z-index: 10;
  height: auto;
}
.mobile-css .menu-top {
  background: #FFFFFF;
  width: 7.5rem;
  height: 0.88rem;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow:0px 2px 4px 0px rgba(113,113,113,0.07);
  z-index: 11;
}
.mobile-css .menu-top .logo {
  width: 1.84rem;
  height: 0.88rem;
  margin-left: 0.32rem;
  float: left;
}
.mobile-css .menu-top .button {
  width: 0.88rem;
  height: 0.88rem;
  float: right;
}
.mobile-css .nav-wrap,.mobile-css .nav-bg {
  width: 100%;
  height: 100%;
}
.mobile-css .nav-wrap {
  position: fixed;
  display: none;
}
.mobile-css .nav-bg {
  background: rgba(0,0,0,0.5);
  position: absolute;
}
.mobile-css .nav-menu {
  background: #fff;
  width: 4rem;
  margin-right: -4rem;
  height: 100%;
  padding-top: 0.88rem;
  float: right;
  position: relative;
  z-index: 5;
}
.mobile-css .nav-menu .nav-table-box {
  height: 0.96rem;
  line-height: 0.96rem;
  font-size: 0.28rem;
  text-align: center;
  border-bottom: 0.02rem solid #EEEEEE;
}
.mobile-css .nav-menu .nav-table-box.current {
  background: #F5F5F5;
  color: #36D25D;
}
.mobile-css .section {
  padding-top: 1.08rem;
}
.mobile-css .tableCell {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-css .logoBox {
  display: flex;
  margin-top: 0.6rem;
  justify-content: space-between;
}
.mobile-css .logoList {
  text-align: center;
  width: 1.94rem;
}
.mobile-css .logoImg {
  display: inline-block;
  width: 1.80rem;
  height: 1.80rem;
  margin: -0.7rem 0 -0.25rem;
}
.mobile-css .textPd {
  padding: 0.08rem 0;
}

.mobile-css .btn {
  width: 2.46rem;
  height: 0.90rem;
  line-height: 0.88rem;
  border-radius: 0.60rem;
  text-align: center;
  background: #FFFFFF;
  font-size: 0.32rem;
  color: #36D25D;
  margin: 0.55rem 0.16rem;
  cursor: pointer;
}
.mobile-css .btn.transparent {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.mobile-css .mobile-wrap {
  width: 7.50rem;
  text-align: center;
  margin: -0.6rem -0.6rem 0 0;
}
.mobile-css .textOpacity {
  font-size: 0.6rem;
  position: relative;
  z-index: -1;
}
.mobile-css .pdText {
  padding: 0.12rem 0 0.5rem;
}
.mobile-css .chosen {
  width: 3rem;
  height: 3rem;
  border-radius: 0 0 0.2rem 0.2rem;
  background:rgba(255,255,255,0.13);
  margin-bottom: 0.4rem;
}
.mobile-css .chosen img{
  width: 100%;
}
.mobile-css .income {
  width: 3rem;
  height: 1.5rem;
  padding: 0.2rem 0 0 0.2rem;
  white-space: nowrap;
  background: #FFFFFF;
  display: flex;
  margin: 0.10rem 0;
}
.mobile-css .page2 .income {
  background: #F8F9FF;
  display: block;
  margin: 0.26rem 0;
}
.mobile-css .income img {
  width: 0.34rem;
  height: 0.34rem;
  float: left;
  margin-right: 0.14rem;
}
.mobile-css .column {
  flex-direction: column;
}
.mobile-css .justify-center {
  justify-content: center;
  display: flex;
}
.mobile-css .divide {
  width: 3.34rem;
  height: 1.84rem;
  line-height: 1.84rem;
  background:#fff;
  margin: 0.1rem;
  font-size: 0.28rem;
}
.mobile-css .divide img {
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.32rem;
  vertical-align: middle;
}
.mobile-css .block {
  display: block;
  width: 100%;
}
.mobile-css .relative {
  position: relative;
  z-index: 1;
}
.mobile-css .section:last-child .tableCell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-css .unit {
  width: 100%;
  height: 1.57rem;
  margin: 0.1rem auto;
  font-size: 0.28rem;
}
.mobile-css .unit img{
  width: 1.04rem;
  height: 1.04rem;
  margin: 0.26rem 1rem;
  float: left;
}
.mobile-css .unit .black {
  font-size: 0.32rem;
  padding: 0.12rem 0 0.08rem;
}
.mobile-css .bigcat {
  width: 6.50rem;
  height: 2.18rem;
  display: block;
  margin: 0 auto;
}
.mobile-css .paragraph {
  font-size: 0.22rem;
  color: #6F7076;
  margin: 0.1rem auto 0;
  width: 6.84rem;
  line-height: 0.32rem;
  text-indent: 0.55rem;
  letter-spacing: 0.02rem;
}
.mobile-css .foot-wrap {
  width: 7.5rem;
  height: 4rem;
  background:#2f2f2f;
  color: rgba(234,235,239,0.7);
  padding: 0 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-css .foot-line {
  height: 0.02rem;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0.19;
}
.mobile-css .qr-wrap {
  width: 2.64rem;
  color: #FFFFFF;
}
.mobile-css .qr-wrap img {
  width: 1.32rem;
  height: 1.32rem;
  display: inline-block;
  margin: 0.35rem auto 0.1rem;
}
.mobile-css .page2 .grey {
  width: 2.76rem;
}
.mobile-css .codeLayer {
  padding: 0.28rem 0;
  bottom: 1rem;
  right: 0;
  width: 1.6rem;
  box-shadow: 0 0 0.32rem 0 rgba(162,162,162,0.44);
  border-radius: 0.12rem;
}
.mobile-css .codeLayerImage {
  width: 0.88rem;
  height: 0.88rem;
}
.mobile-css .codeLayerLine {
  width: 1.2rem;
  height: 0.02rem;
  margin: 0.2rem auto;
}
.mobile-css .codeLayerText {
  margin-top: 0;
  font-size: 0.24rem;
  line-height: 0.34rem;
  font-weight: 500;
}
.mobile-css .codeLayerBtn {
  width: 1.3rem;
  height: 0.64rem;
  background: #36D25D;
  border-radius: 0.08rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.18rem;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* weui-dialog */

.weui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui-dialog{
  position:fixed;
  z-index:5000;
  top:50%;
  left:16px;
  right:16px;
  -webkit-transform:translate(0, -50%);
          transform:translate(0, -50%);
  background-color:#FFFFFF;
  text-align:center;
  border-radius:3px;
  overflow:hidden;
}
.weui-dialog__hd{
  padding:32px 24px 16px;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.weui-dialog__title{
  font-weight:700;
  font-size:17px;
  line-height:1.4;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.weui-dialog__bd{
  padding:0 24px 32px;
  min-height:40px;
  font-size:17px;
  line-height:1.4;
  word-wrap:break-word;
  word-break:break-all;
  color:rgba(0, 0, 0, 0.5);
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.weui-dialog__bd:first-child{
  padding:32px 24px;
  color:rgba(0, 0, 0, 0.9);
}
.weui-dialog__ft{
  position:relative;
  line-height:64px;
  font-size:17px;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
}
.weui-dialog__ft:after{
  content:" ";
  position:absolute;
  left:0;
  top:0;
  right:0;
  height:1px;
  border-top:1px solid rgba(0, 0, 0, 0.1);
  color:rgba(0, 0, 0, 0.1);
  -webkit-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.weui-dialog__btn{
  display:block;
  -webkit-box-flex:1;
  -webkit-flex:1;
          flex:1;
  color:#576B95;
  font-weight:700;
  text-decoration:none;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  position:relative;
}
.weui-dialog__btn:active{
  background-color:#ECECEC;
}
.weui-dialog__btn:after{
  content:" ";
  position:absolute;
  left:0;
  top:0;
  width:1px;
  bottom:0;
  border-left:1px solid rgba(0, 0, 0, 0.1);
  color:rgba(0, 0, 0, 0.1);
  -webkit-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transform:scaleX(0.5);
          transform:scaleX(0.5);
}
.weui-dialog__btn:first-child:after{
  display:none;
}
.weui-dialog__btn_default{
  color:rgba(0, 0, 0, 0.9);
}
.weui-skin_android .weui-dialog{
  text-align:left;
  box-shadow:0 6px 30px 0 rgba(0, 0, 0, 0.1);
}
.weui-skin_android .weui-dialog__title{
  font-size:22px;
  line-height:1.4;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.weui-skin_android .weui-dialog__hd{
  text-align:left;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.weui-skin_android .weui-dialog__bd{
  color:rgba(0, 0, 0, 0.5);
  font-size:17px;
  text-align:left;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.weui-skin_android .weui-dialog__bd:first-child{
  color:rgba(0, 0, 0, 0.9);
}
.weui-skin_android .weui-dialog__ft{
  display:block;
  text-align:right;
  line-height:40px;
  padding:0 24px 16px;
}
.weui-skin_android .weui-dialog__ft:after{
  display:none;
}
.weui-skin_android .weui-dialog__btn{
  display:inline-block;
  vertical-align:top;
  padding:0 .8em;
}
.weui-skin_android .weui-dialog__btn:after{
  display:none;
}
.weui-skin_android .weui-dialog__btn:last-child{
  margin-right:-0.8em;
}
.weui-skin_android .weui-dialog__btn_default{
  color:rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 1024px){
  .weui-dialog{
    width:35%;
    left: 50%;
    margin-left: -17.5%;
  }
}

.swiper-button-prev,.swiper-button-next {
  width: 92px !important;
  height: 167px !important;
  border-radius: 10px;
  background: #fd9026;
}
.swiper-button-prev {
  padding-right: 10px;
}
.swiper-button-next {
  padding-left: 10px;
}
.swiper-button-prev:after,.swiper-button-next:after {
  color: #fff;
  font-weight: bold;
  font-size: 38px !important;
}
.h5swiper-pagination {
  bottom: 0.5rem !important;
  font-size: 0 !important;
}
.h5swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem !important;
  height: 0.08rem !important;
  border-radius: 0.04rem !important;
  font-size: 0 !important;
}
.h5swiper-pagination .swiper-pagination-bullet-active {
  background-color: #36D25D !important;
  font-size: 0 !important;
}



.pcswiper-pagination{
  width: 200px !important;
  height: 40px !important;
  margin: auto !important;
  left: 50% !important;
  transform: translate(-50%,0) !important;
  bottom: 0px !important;
}
.pcswiper-pagination .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  text-align: center !important;
  line-height: 20px !important;
  font-size: 12px !important;
  color:#fff !important;
  opacity: 1 !important;
  background: #C1C1C1 !important;
}
.pcswiper-pagination .swiper-pagination-bullet-active {
  background: #FFB126 !important;
}