/*
* @Author: 九鸟文库
* @Date:   2024-01-24
* @Last Modified by:   华为
* @Last Modified time: 2025-04-22
*/
body {
    background-color: #F2F5F9;
}
:root {
    --primary-color: #f01414;
    --shallow-color: rgba(254,232,232,0.8);
}
.jn-container-wrap {
    box-sizing: content-box;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.jn-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.jn-grid-ceosmls, .jn-grid-column-ceosmls {
    margin-left: -20px;
}
.jn-width-vip-2{
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
}
.jn-width-vip-3{
    width: 33.333333%;
    padding-left: 20px;
    box-sizing: border-box;
}
.jn-width-vip-4{
    width: 25%;
    padding-left: 20px;
    box-sizing: border-box;
}
.jn-width-vip-5{
    width: 20%;
    padding-left: 20px;
    box-sizing: border-box;
}
.jn-intro-vip{
    width: 25%;
    padding-left: 20px;
    box-sizing: border-box;
}
.jn-page-vip{
    
}
.jn-page-vip .vip-header{
    background: url(../images/header.jpg);
    height: 360px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #000;
}
.jn-page-vip .vip-header .top-title{
    text-align: center;
    padding-top: 55px;
}
.jn-page-vip .vip-header .top-title h1{
    font-size: 40px;
    color: #fbbd68;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 6px 16px rgb(0 0 0 / 30%);
}
.jn-page-vip .vip-header .top-title ul{
    margin-top: 10px;
}
.jn-page-vip .vip-header .top-title ul li{
    font-size: 16px;
    color: #fbbd68;
    font-weight: 400;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.jn-page-vip .vip-header .top-title ul li:last-child{
    margin-right: 0px;
}
.jn-page-vip .vip-header .top-title ul li:after{
    content: '';
    position: absolute;
    top: 11px;
    right: -17px;
    width: 2px;
    height: 2px;
    border-radius: 50px;
    background: #fff;
}
.jn-page-vip .vip-header .top-title ul li:last-child:after{
    margin-right: 0px;
    display: none;
}
.jn-page-vip .vip-header span.cover {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 76px;
    background: url(../images/c8.png) no-repeat center;
}
/*套餐*/
.jn-page-vip .vip-tocmk{
    margin-bottom: 40px;
    margin-top: -155px;
}
.jn-page-vip .vip-tocmk .box{
    z-index: 1;
    position: relative;
    border: 2px solid transparent;
    border-radius: 8px;
    -webkit-animation: fade-in-data-data-v-4cdd4626 .8s forwards;
    animation: fade-in-data-data-v-4cdd4626 .8s forwards;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.22,1,.36,1);
    transition: -webkit-transform .4s cubic-bezier(.22,1,.36,1);
    transition: transform .4s cubic-bezier(.22,1,.36,1);
    transition: transform .4s cubic-bezier(.22,1,.36,1),-webkit-transform .4s cubic-bezier(.22,1,.36,1);
}
.jn-page-vip .vip-tocmk .box:hover{
    border: 2px solid #febf93;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background: -webkit-gradient(linear,left top,left bottom,from(#febf93),color-stop(20%,hsla(0,0%,100%,0)));
    background: linear-gradient(180deg,#febf93,hsla(0,0%,100%,0) 20%);
}
.jn-page-vip .vip-tocmk .box .top{
    background: hsla(0,0%,100%,.95);
    box-shadow: 0 20px 40px rgba(42,49,67,.12);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 24px;
    position: relative;
    text-align: center;
    border-radius: 8px;
    background-image: linear-gradient(180deg,#ffe1b2,#fff9ed);
}
.jn-page-vip .vip-tocmk .box .top .tag{
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(102.51deg,#ff451d 3.76%,#ff6f32 93.18%);
    color: #fff;
    border-radius: 0 8px;
    padding: 0 10px;
}
.jn-page-vip .vip-tocmk .box .top h1{
    color: #1b2337;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}
.jn-page-vip .vip-tocmk .box .top h1 .tj {
    position: absolute;
    top: 0px;
    right: -30px;
    z-index: 1;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    letter-spacing: .38px;
    background: #ff372b;
    border-radius: 11.5px 11.5px 11.5px 0;
}
.jn-page-vip .vip-tocmk .box .top .tp{
    color: #505a71;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.jn-page-vip .vip-tocmk .box .top .pi{
    margin-top: 15px;
    color: #ff9502;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    height: 26px;
    padding: 0 20px;
    border-radius: 13px 13px;
    background: rgba(255,149,2,.1);
    display: inline-block;
}
.jn-page-vip .vip-tocmk .box .top .xf{
    font-size: 14px;
    font-weight: 600;
    padding: 0 5px;
    border-radius: 6px 6px 6px 0;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -12px;
    background: #333333;
    color: #d8b879;
}
.jn-page-vip .vip-tocmk .box .top .dj{
    padding-top: 10px;
    position: relative;
}
.jn-page-vip .vip-tocmk .box .top .dj span{
    color: #ff4800;
    font-size: 16px;
}
.jn-page-vip .vip-tocmk .box .top .dj strong{
    font-size: 48px;
    font-weight: 700;
    color: #ff4800;
    margin: 0 5px;
}
.jn-page-vip .vip-tocmk .box .top .yj {padding-bottom: 20px;}
.jn-page-vip .vip-tocmk .box .top .yj em{
    color: #aaa;
    font-size: 16px;
    text-decoration: line-through;
}
.jn-page-vip .vip-tocmk .box .top a{
    display: block;
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #8d3800;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: linear-gradient(270deg,#ffc262,#ffdb96);
    border-radius: 4px;
    transition: all .35s
}
.jn-page-vip .vip-tocmk .box .top a:hover{
    background-image: linear-gradient(-45deg,#ffb94b,#ffedcb);
    box-shadow: 0 6px 12px 0 rgba(255,65,0,.2);
    transform: translateY(-4px)
}
.jn-page-vip .vip-tocmk .box .top a:active {
    color: rgba(141,56,0,.5)
}
.jn-page-vip .vip-tocmk .box .bottom{
    background: #fff;
    box-shadow: 0 20px 40px rgba(42,49,67,.06);
    border-radius: 0 0 8px 8px;
    padding: 20px;
}
.jn-page-vip .vip-tocmk .box .bottom .title{
    color: #505a71;
    font-size: 12px;
    margin-bottom: 20px;
}
.jn-page-vip .vip-tocmk .box .bottom p {
    margin-bottom: 10px;
    color: #1b2337;
    line-height: 2;
}
.jn-page-vip .vip-tocmk .box .bottom p em {
    float: right;
    color: #333;
}
/*权益*/
.jn-page-vip .vip-problem {
    padding: 60px 0;
}
.jn-page-vip .vip-problem .problem-title{
    text-align: center;
    margin-bottom: 40px;
}
.jn-page-vip .vip-problem .problem-title span{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #1b2337;
    background: none;
    background-image: linear-gradient(120deg,rgba(255,193,7,0.4) 0%,rgba(255,193,7,0.4) 100%);
    background-repeat: no-repeat;
    background-position: 0 80%;
    position: relative;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background-size: 100% 0.3em;
    text-align: center;
}
.jn-page-vip .vip-problem .problem-title p{
    color: #636c78;
    font-size: 16px;
}
.jn-page-vip .vip-problem .mk{
    background: #f8faff;
    border-radius: 8px;
    text-align: center;
    padding: 30px;
}
.jn-page-vip .vip-problem .mk i{
    display: inline-block;
    font-size: 32px !important;
    margin-bottom: 20px;
    background: var(--shallow-color);
    color: var(--primary-color);
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50px;
}
.jn-page-vip .vip-problem .mk span{
    font-size: 18px;
    color: #333;
    display: block;
}
.jn-page-vip .vip-problem .mk p{
    margin-top: 10px;
    font-size: 13px;
    color: #636c78;
}
/*说明*/
.jn-page-vip .vip-info {
    padding: 60px 0;
    background: #f7faff;
}
.jn-page-vip .vip-info .info-title{
    text-align: center;
    margin-bottom: 40px;
}
.jn-page-vip .vip-info .info-title span{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #1b2337;
    background: none;
    background-image: linear-gradient(120deg,rgba(255,193,7,0.4) 0%,rgba(255,193,7,0.4) 100%);
    background-repeat: no-repeat;
    background-position: 0 80%;
    position: relative;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background-size: 100% 0.3em;
    text-align: center;
}
.jn-page-vip .vip-info .info-title p{
    color: #636c78;
    font-size: 16px;
}
.jn-page-vip .vip-info .rule-info{
    padding: 0 100px!important;
}
.jn-page-vip .vip-info .rule-info p{
    line-height: 35px;
}
/*问题*/
.jn-page-vip .vip-qa{
    padding: 60px 0;
}
.jn-page-vip .vip-qa .qa-title{
    text-align: center;
    margin-bottom: 40px;
}
.jn-page-vip .vip-qa .qa-title span{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #1b2337;
    background: none;
    background-image: linear-gradient(120deg,rgba(255,193,7,0.4) 0%,rgba(255,193,7,0.4) 100%);
    background-repeat: no-repeat;
    background-position: 0 80%;
    position: relative;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background-size: 100% 0.3em;
    text-align: center;
}
.jn-page-vip .vip-qa .qa-title p{
    color: #636c78;
    font-size: 16px;
}
.jn-page-vip .qa-list{
    margin-left: -70px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.jn-page-vip .qa-list li{
    width: 50%;
    padding-left: 70px;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 70px;
}
.jn-page-vip .vip-qa .mk{
    
}
.jn-page-vip .vip-qa .mk span{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.jn-page-vip .vip-qa .mk span em{
    background: var(--primary-color);
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 10px;
}
.jn-page-vip .vip-qa .mk p{
    color: #636c78;
}
.jn-page-vip .vip-qa .mk p em{
    background: #ccc;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 10px;
}
.modal-pay{display: none;}
.modal-pay-vip {
    width: 750px;
    border-radius: 4px !important;
    overflow: hidden;
    background: url(../images/member-svip-header-bg.png) no-repeat top center;
    padding: 20px;
    background-color: #FFF2E5;
}
.modal-pay-vip .pay-header {
    padding: 0 20px 10px 20px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.modal-pay-vip .pay-header .pay-title {
    flex: 1;
    text-align: center;
}
.modal-pay-vip .pay-header .pay-title h2 {
    color: #752A00;
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 700;
}
.modal-pay-vip .pay-header .pay-title p {
    color: #752A00;
    font-size: 12px;
}
.modal-pay-vip .payment{
    display: flex;
    padding: 20px;
    position: relative;
    background-color:rgba(255,255,255,0.6);
    border-radius: 4px;
    width: 100%;
}
.modal-pay-vip .payment .scan {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding-top: 2px;
    box-sizing: border-box;
    text-align: center;
}
.modal-pay-vip .payment .qrcode {
    padding:10px;
    background-color: #FFF;
}
.modal-pay-vip .payment .scan img{width: 150px;
    height: 150px;
}
.pay-loadding {
  width: 150px;
  height: 150px;
  padding-top: 38px;
  margin-left: 10px;
  box-sizing: border-box;
}

.pay-loadding span {
  background: url("../images/loading.png") center no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto 20px;
  -webkit-animation: iconfont 1.8s linear infinite;
  animation: iconfont 1.8s linear infinite;
}

.pay-loadding em {
  display: block;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  text-align: center;
  color: #999;
}
.pay-error span {
  background: url("../images/pay-error.png") center no-repeat;
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 20px;
}
.pay-error em {
  display: block;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  text-align: center;
  color: #999;
}
.modal-pay-vip .payment .pay-tips{
    width: 100%;
    display: none;
}
.modal-pay-vip .payment .pay-tips .wrap-l{
    width: 180px;
    float: left;
}
.modal-pay-vip .payment .pay-tips .wrap-l .pay-qrcode-module {
    width: 168px;
    height: 168px;
    position: relative;
}
.modal-pay-vip .payment .pay-tips .wrap-l .pay-qrcode-module .pay-qrcode-module-box {
    width: 100%;
    height: 100%;
}
.modal-pay-vip .payment .pay-tips .wrap-r{
    float: left;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-money-tip {
    font-size: 16px;
    color: #666;
    line-height: 50px;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-money-tip .pay-price-time{}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-money-tip .pay-price-time .time {
    display: flex;
    position: relative;
    padding: 0 10px;
    color: #6D3D00;
    margin-left: 10px;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-money-tip .pay-price-time .time em {
    font-style: normal;
    margin: 0 5px 0 0;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-money-tip .pay-price-time .time .icon-vip-triangle {
    position: absolute;
    left: 0;
    left: -8px;
    color: #E6CA90;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-money-tip .pay-price-time .time .icon-vip-time {
    font-size: 20px;
    color: #6D3D00;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-price-wrap{
    margin-top: 8px;
    font-size: 14px;
    color: #222;
    display: flex;
    position: relative;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-price-wrap .pay-price-info{line-height: 60px;}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-price-wrap .pay-price-info .price-unit {
    margin-right: 4px;
    font-size: 24px;
    font-weight: 700;
    color: #fc503e;
    vertical-align: 1px;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-price-wrap .pay-price-info .price{
    font-size: 48px;
    font-weight: 700;
    color: #ff5f00;
    line-height: 36px;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-price-wrap .pay-price-info .youhui{
    margin-left: 8px;
    font-size: 14px;
    color: #fc503e;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-type {
    margin-top: 20px;
    color: #888;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-type img{
    margin-right: 6px;
}
.modal-pay-vip .payment .pay-tips .wrap-r .pay-type .icon {
    width: 28px;
    height: 28px;
    margin: 0 5px 0 0;
}
.modal-pay-vip .paymethod-list{
    margin-top:20px;
    padding: 20px;
    background:rgba(255,255,255,0.6);
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}
.modal-pay-vip .paymethod-list .pay-methods {
    display: inline-block;
    vertical-align: middle;
    float: left;
    line-height: 50px;
    height: 50px;
}
.modal-pay-vip .paymethod-list .list{overflow: hidden;}
.modal-pay-vip .paymethod-list .list.openvip .active {
    border-color: #BF943E !important;
    color: #BF943E;
    font-weight: bold;
}
.modal-pay-vip .paymethod-list .list .paymethod-item {
    float: left;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 135px;
    height: 50px;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
}
.modal-pay-vip .paymethod-list .list .paymethod-item .icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.modal-pay-vip .paymethod-list .list .flag {
    position: absolute;
    background-color: #BF943E;
    color: #fff;
    right: -13px;
    bottom: -13px;
    width: 28px;
    height: 36px;
    transform: rotate(40deg);
    display: none;
}
.modal-pay-vip .paymethod-list .list .active .flag {
    background-color: #BF943E;
    display: block;
}
.modal-pay-vip .paymethod-list .list .flag .iconfont {
    display: block;
    font-size: 10px;
    transform: rotate(-60deg);
    margin-top: 5px;
    margin-left: -5px;
    line-height: normal;
}

.modal-pay-vip .super-agree {
    margin-top: 20px;
    color: #888;
}
.pay-tips-vipcode {
    position: relative !important;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    display: none;
}
.pay-tips-vipcode .vipcode-input{
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #e5e5e5;
    width: 350px;
    background: #fff;
    color: #666;
    height: 40px;
    padding: 0 8px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}
.pay-tips-vipcode .vipcode-button {
    width: 200px;
    line-height: 40px;
    background: linear-gradient(270deg, #fc5106 0%, #f99e76 100%);
    color: #fff;
    border-radius:4px;
    font-size: 14px;
    transition: all .3s;
    margin: 0;
    cursor: pointer;
    border: none;
    overflow: visible;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.pay-tips-vipcode .vipcode-button:hover{
    background: linear-gradient(270deg, #f99e76 0%, #fc5106 100%);
}
.buyRoll {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 50px;
    overflow: hidden;
}
.buyRoll .child {
    display: flex;
    opacity: 0;
    border-radius: 20px;
    color: #fff;
    padding: 3px 10px 3px 3px;
    clear: both;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    float: right;
    vertical-align: middle;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.buyRoll .child img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
    border: 2px solid rgb(255 255 255 / 30%);
}

.ui-cover.in {
    opacity: .8!important;
}
.ui-modal-content>i.close-modal {
    font-size: 15px;
    color: #752a00!important;
}
@keyframes iconfont {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
