.ztb-banner {
    position: relative;
}
.ztb-banner>.carousel.carousel-slider {
    height: 12.8rem;
    overflow: hidden;
}
.ztb-banner>.carousel.carousel-slider>.carousel-item {
    height: 100%;
    min-height: 100%;
    display: block;
}
.ztb-banner>.carousel.carousel-slider>.carousel-item>img {
    width: 100%;
}
.ztb-banner .indicators {
    text-align: right;
    padding-right: 10px;
}
.ztb-banner .indicators .indicator-item {
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.ztb-banner .indicators .indicator-item.active {
    width: 18px;
    border-radius: 1rem;
    background-color: rgb(255,87,34);
}
/* 加入成员与功能区 */
.function,.notice {
    background-color: #fff;
}
.function .client-number {
    width: 92%;
    background-color: #fff;
    margin: 0 auto;
    -moz-border-radius: 8px;
        border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
             box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    top: -12px;
}
.function .client-number > div.col {
    padding: 20px 0;
}
.function .client-number > div.col p:nth-child(1) {
    font-size: 12px;
    line-height: 14px;
}
.function .client-number > div.col p:nth-child(2) {
    font-size: 28px;
    font-family: Knockout-30JuniorWelterwt;
    line-height: 32px;
    margin: 8px 0;
}
.function .client-number > div.col p:nth-child(3) {
    font-size: 12px;
    line-height: 14px;
}
.function .client-number > div.col p:nth-child(3) span {
    vertical-align: middle;
}
.function .client-number > div.col img {
    vertical-align: middle;
    margin-left: 4px;
    width: 6px;
}
.function .client-number .num {
    font-size: 23px;
    font-family: Knockout-30JuniorWelterwt;
    line-height: 1;
    margin-bottom: 4px;
}
.function .client-number .num .smaller {
    font-size: 10px;
}
.function .client-number .desc {
    font-size:11px;
    line-height: 12px;
    color: rgb(144,144,144);
}
/* 模块列表 */
.function-list {
    margin-top: 12px;
}
.swiper-container {
    text-align: center;
    padding-bottom: 20px;
}
.function-list a {
    display: block;
    margin-bottom: 1rem;
    cursor: pointer;
}
.function-list .image {
    display: inline-block;
    padding:0 8px 7px;
    border-radius: 10px;
}
.function-list img {
    display: block;
    width: 45px;
}
.function-list p {
    color: #757575;
}
.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    transform: translate3d(0,0,0);
    z-index: 10;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: .3s;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px 0 0 !important;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.function .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 1rem;
    background-color: rgb(255,87,34);
    opacity: 1;
}
/* 为您优选 */
.card {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
             box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);

}
/*会员专享*/
.member {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    width:11.857rem;
    height: 14.142rem;
}
.member .desc{
    position: absolute;
    left:6%;
    top:41%;
    width:93%;
}
.replace{
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    width:11.857rem;
    height: 14.142rem;
    border-radius: 6px;
}
.replace .desc{
    position: absolute;
    left:6%;
    top:65%;
    width:93%;
    text-align: center;
}
.bottomShadow{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), /*左边阴影*/
    0 4px 10px 0 rgba(0, 0, 0, 0.1), /*右边阴影*/
    0 4px 10px 0 rgba(0, 0, 0, 0.1), /*顶部阴影*/
    0 0 0 0 rgba(0, 0, 0, 0.1);/*底边阴影*/
}
/*.cancer {*/
/*    background: #fff;*/
/*    padding: 24px 16px;*/
/*    margin-top: 8px;*/
/*}*/
.recommand{
    background: #fff;
    padding: 24px 16px;
    margin-top: 8px;
    padding-bottom:0;

}
 .recommand > p,
.product > p,
.third-product > p {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
}
.recommand .card {
    margin: 24px 0 32px;
    border-radius: 8px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 0;
    /*height: 185px;*/

}
.title{
    display: flex;
}
.title .logo{
    display:block;width:6px;height:24px;background: rgb(255 87 34)
}
.title .text{
  font-size: 20px;line-height: 24px; color: #000;font-weight: bold;margin-left: 10px;
}
.recommand .card-image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.recommand .package99-image {
    /*float: left;*/
    width: 100px;
    height: 100px;
    margin: 0.857rem 1.142rem;
    /*margin-right: 5%;*/
    /*margin-left: 3%;*/
    position: relative;
    overflow: hidden;
}  
.recommand .package99-intro {
    /*float: left;*/
    /*height: 177px;*/
    padding-top: 0.857rem ;

}

.disappear{
    display: none;
}
.moreBox1{
    width: 100%;text-align: center;
    position: relative;top: -3.2rem;
    /*background: #fff;*/
}
.moreBox1 .more{
    display: inline-block;
    width:auto;
}
.moreBox1 .more span{
    font-size: 12px;
    color: rgb(66 102 175);
    width: 20px;height: 18px;
}
.moreBox1 .more img{
    width: 10px;
    height: 9px;
}
.moreBox2{
    /*margin-top: 10px;*/
    width: 100%;
    text-align: center;
}
.moreBox2 .more{
    display: inline-block;
    width:auto;
}
.moreBox2 .more span{
    font-size: 12px;
    color: rgb(66 102 175);
    width: 20px;height: 18px;
}
.moreBox2 .more img{
    width: 10px;
    height: 9px;
}
 .tip{
    position: absolute;
    bottom: .15rem;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size:12px;
}
.recommand .recommand-desc {
    padding: 16px 0;
    text-align: left;
}
.desc-title {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 3px;
    font-weight: bold;
}
 .recommand .reason{
    width: 92%;
    height:48px;
    font-size: 10px;
    color: rgb(252 171 83);
    background: rgb(255 247 245);
    padding: .5rem;
    margin: 8px auto;
}
.desc-award {
    font-size: 12px;
    line-height: 16px;
    color: rgb(105,105,105);
    margin-bottom: 2px;
}
.desc-range {
    font-size: 12px;
    line-height: 16px;
    color: rgb(105,105,105);
}
.join {
    font-size: 14px;
    line-height: 20px;
    background-color: rgb(255,242,238);
    padding: 6px 18px;
    border-radius: 2rem;
    display: inline-block;
    margin-top: 10px;
}
/* 加入互助 */

.third-product {
    background: #fff;
    padding:24px 16px;
    margin-top: 8px;
}
.product{
    background: #fff;
    padding:24px 16px;
    margin-top: 8px;
    padding-bottom: 0;
}
.product > a {
    display: block;
}
.product a.row {
    padding: 10px 0;
    display: block;
    cursor: pointer;
    border-bottom: 0.5px solid  rgb(224 224 224) ;
}

.product a.row .col {
    padding: 0;
}
.product a.row .product-intro {
    padding-left: 16px;
}
/* 会员专享服务 */
.third > div.col {
    padding: 0;
}
.third {
    padding: 6px 0;
    display: block;
    cursor: pointer;
}
.third .third-intro.col {
    padding-left: 16px;
}
.third-title {
    font-size: 16px;
    font-weight: bold;
}
.third-award {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 4px;
}
.third-join {
    position: absolute;
    left:4%;
    bottom:5%;
    font-size: 14px;
    line-height: 20px;
    background-color: rgb(255 85 51);
    padding: 3px 20px;
    border-radius: 2rem;
    display: inline-block;
    margin-top: 6px;
    color: #fff;
}
/* 机构定制 */
.feedback {
    padding: 16px;
    border-radius: 8px;
    /*background: url(../../img/wx3/index/feedback_bg.png) no-repeat center;*/
    background-size: 90% 90%;
}
.feedback p:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.feedback p:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
    color: rgb(105,105,105);
    margin-top: 3px;
}
.feedback .login-submit {
    margin-top: 12px;
    text-align: left;
}
.feedback .login-submit>.btn {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    width: 7rem;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
/* 重要声明 */
.important-notice {
    padding: 16px;
    color:rgb(144,144,144);
}
.important-notice ul {
    list-style-position: outside;
    padding-left: 16px;
    color:rgb(105,105,105);
}
.important-notice ul li {
    text-align:left;
    list-style-type: disc;
}
.important-notice .company {
    color:rgb(217,217,217);
    margin-top: 16px;
}
#downloadApp-bbsj {
    position: fixed;
    top: 75%;
    right: 5px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    text-align: center;
}
#downloadApp-bbsj img {
    width: 1.8rem;
    position: relative;
    top: 1rem;
    margin: 0 auto;
}
#downloadApp-bbsj > div {
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
}
img#bbsj-title {
    position: absolute;
    width: 3.5rem;
    top: -10px;
    right: 6px;
}
/* 动画 */
@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
        transform: translate(0,5.5rem);
        opacity: 0;
    }
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        -webkit-transform: translate(0,5.5rem);
        opacity: 0;
    }
}
@-moz-keyframes slideOutDown {
    from {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        visibility: hidden;
        -moz-transform: translate3d(0, 100%, 0);
        -moz-transform: translate(0,5.5rem);
        opacity: 0;
    }
}
@-ms-keyframes slideOutDown {
    from {
        -ms-transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        visibility: hidden;
        -ms-transform: translate3d(0, 100%, 0);
        -ms-transform: translate(0,5.5rem);
        opacity: 0;
    }
}
@-o-keyframes slideOutDown {
    from {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        visibility: hidden;
        -o-transform: translate3d(0, 100%, 0);
        -o-transform: translate(0,5.5rem);
        opacity: 0;
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    -moz-animation-name: slideOutDown;
    -ms-animation-name: slideOutDown;
    -o-animation-name: slideOutDown;
    animation-name: slideOutDown;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* 充值提示 */
.notice {
    padding: 12px 16px;
    display: block;
}
.notice > div {
    padding: 16px;
    color: rgb(255,87,34);
    background-color: rgb(255,242,238);
    position: relative;
    line-height: 24px;
}
.notice > div:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    width: auto;
    height: auto;
    box-sizing: border-box;
    border: 1px solid rgb(255,223,213);
}
.notice > div > img {
    vertical-align: middle;
    float: left;
}
.notice .notice-name {
    font-size: 1.2rem;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
}
.notice .notice-recharge {
    font-size: 0.9rem;
    color: rgb(255,87,34);
    float: right;
}
.notice .notice-recharge > span {
    vertical-align: middle;
}
.notice .notice-recharge img {
    margin-left: 4px;
    width: 6px;
    vertical-align: middle;
}
.join-product {
    position: relative;
}
.join-product:after {
    content: '已加入';
    position: absolute;
    left: 0;
    top: 76px;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 24px;
    box-sizing: border-box;
    background-color: rgb(255,87,34);
    color: #fff;
    text-align: center;
    opacity: 0.8;
    font-size: 12px;
    line-height: 24px;
}
/* 充值续费弹窗css 开始 */
#modal-remind .remind-people {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 12px;
    font-weight: 600;
  }
  #modal-remind .remind-desc {
    color: rgb(144,144,144);
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 3rem;
  }
  #modal-remind .submit-btn {
    border-radius: 2rem;
  }
  #modal-remind .submit-btn a {
    background-color: #ff5b37;
    color: #fff;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    font-size: 14px;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    text-align: center;
  }
  #modal-remind {
    overflow-y: visible;
  }
  #modal-remind > .modal-close {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);transform: translateX(-50%);
    bottom: -4.5rem;
    width: 100%;
    height:36px;
    text-align: center;
  }
  #modal-remind .top-pic {
    border-radius: 1.5rem 1.5rem 0 0;
    overflow-y: auto;
  }
  /* 充值续费弹窗css 结束 */

/* 微信群 */
#group {
    box-shadow: none;
    background-color: transparent;
    overflow-y: visible;
    top: 7% !important;
}
#group .bg {
    border-radius: 1.5rem;
}
#group .wechat-qrcode {
    position: absolute;
    left: 50%;
    width: 57%;
    bottom: 28%;
    transform: translateX(-50%);
}
#group .modal-close{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);transform: translateX(-50%);
    bottom: -6.5rem;
    width: 100%;
    height:36px;
    text-align: center;
}
#group .modal-close img {
    width: 36px;
}
#generalpopup {
    top: 15%!important;
    height: 63%;
}
#generalpopup .modal-content{
    padding-bottom: 6.43rem;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}
#generalpopup .modal-header {
    z-index: 100;
    position: fixed;
}
#generalpopup .open-img {
    width: 100%;
    position: fixed;
    z-index: 100;
}
#generalpopup .hide-img {
    width: 100%;
    margin-bottom: 1rem;
}
#generalpopup .modal-header div {
    height: 1.5rem;
    background-color: rgb(255 255 255);
    margin-top: -0.5rem
}
#generalpopup .modal-footer{
    height: 6.43rem;
    border-top: 0px;
    z-index: 101;
    background-color: rgb(255 255 255);
}
#generalpopup p{
    font-size: 1.14rem;
    padding-right: 1.71rem;
    padding-left: 1.71rem;
}
#generalpopup .spacing-div{
    height: 1.81rem;
    background-color: rgb(255 255 255);
    width: 100%;
    margin-top: -1.6rem;
    z-index: 99;
}
#agree-a {
    background-color: rgb(255 87 34);
    width: 18.79rem;
    border-radius: 1.5rem;
    height: 3rem;
    margin-top: 1.41rem;
}
.custom-modal {
    width: 80%;
    display: block;
    opacity: 1;
    transform: scaleX(1);
    position: fixed;
}
.window_bg{
    top:0rem; position: fixed;background: rgba(0,0,0,.5);width: 100%; height: 100%;z-index: 1000;display: flex;  justify-content: center;
}
.window {
    position: relative; width: 24.8rem;height: 28.36rem; border-radius: 0.6rem; top: 15%;
}
