form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
    list-style: none;
}
i, em {
    font-style: normal;
}
s, u {
    text-decoration: none;
}
a {
    text-decoration: none;
    color: #1A2734;
    outline: 0;
}
.headline-moreinfo dd:after, .invoice-form dd:after, .vip-order-table ul:after, .vip-ticket-table .ticket-opt:after, .vip-ticket-top .title:after, .vip-ticket-top:after, .privilege-card-wrap .vip-card-info:after, .vip-spcard .vip-card-info:after, .supreme-vip-haoma ul:after, .supreme-vip-info ul:after, .q-list-my ul:after, .pay-login dl:after, .transfer-box:after, .ticket-transfer:after, .friend-give dl:after, .psf-share:after, .service-opt-bar:after, .service-table .person-wrap:after, .vip-level-status:after, .pay-entry:after, .vip-type ul:after, .sel-list:after, .bank-list:after, .vip-paying-other:after, .value-form dd:after, .card-status:after, .vip-status:after, .value-status:after, .vip-swiper .sw-window ul:after, .vip-card-statistic ul:after, .vip-card-center:after, .vip-card-wrap:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.button {
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 0 15px;
    border: 1px solid #2777F8;
    background: #2777F8;
    border-radius: 4px;
    color: #fff;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    outline: 0;
    transition: background .2s,border-color .2s,color .2s;
}



.wrap-view-vip {
    /* max-width: 1366px; */
    max-width: 1500px;
    margin: 0 auto;
}
.vip-card-wrap {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding: 20px 15px 30px;
    margin: 0 auto;
}
.vip-card {
    position: relative;
    width: 350px;
    min-height: 216px;
    margin-right: 10px;
    padding: 24px 0 0;
    border-radius: 8px;
    background-image: linear-gradient(159deg,#e2bb81,#f9d9a4);
}
.user_info_vip_level.icon_user_vip1 {
    background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_silver_l.png");
}
.user_info_vip_level.icon_user_vip2 {
    background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_diamond_l.png");
}

.vip-card.vip-card-not {
    background-image: linear-gradient(315deg,#e2bb81 0,#f9d8a3 100%);
}
[class*=sign-vipmedal-] {
    display: inline-block;
    width: 60px;
    height: 66px;
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.vip-card [class*=sign-vipmedal] {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 72px;
    height: 79px;
}
.vip-card-head {
    position: relative;
    padding: 0 94px 15px 86px;
    min-height: 54px;
}
.vip-card-head a {
    display: block;
}
.vip-card-head .head {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 24px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 50%;
}
a img {
    border: 0;
}
.vip-card-head .head img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.vip-card-head strong.name {
    display: block;
    max-height: 52px;
    overflow: hidden;
    padding: 5px 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    word-break: break-all;
}
.vip-card-head p.info {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}
.vip-card-center {
    padding: 0 30px 0 24px;
}
.vip-card-center .renew-fee-btn {
    float: left;
    display: block;
    width: 100px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #4C4B55;
    text-align: center;
    background: #fff;
    border-radius: 22px;
}
.vip-card.vip-card-not .renew-fee-btn {
    color: #1C54A0;
}
.vip-card-center .side {
    float: right;
    text-align: right;
    color: #fff;
}
.vip-card-center .side .time {
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.vip-card-center .side .vip-card-type {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.vip-card-space {
    display: flex;
    align-items: center;
    padding: 0 30px 15px;
}
.vip-card:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -5px;
    height: 85px;
    background-image: linear-gradient(159deg,#B58C58 0,#F1CD92 51%,#E6C187 64%,#B68A57 100%);
    opacity: .6014;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: -1;
}
.vip-card.vip-card-not:after {
    background-image: linear-gradient(315deg,#2777F8 0,#41C1FF 100%);
}
.vip-card-space .bar {
    flex: 1;
    min-width: 0;
    margin-right: 14px;
}
.vip-card-space .bar i {
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: rgba(255,255,255,.2);
}
.vip-card.vip-card-not .vip-card-space .bar i {
    background: rgba(255,255,255,.1);
}
.vip-card-space .bar i b {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    border-radius: 4px;
    background: rgba(255,255,255,.7);
}
.vip-card.vip-card-not .vip-card-space .bar i b {
    background: rgba(255,255,255,.5);
}
.vip-card-space .size {
    flex-shrink: 0;
    margin-right: 8px;
    font-size: 12px;
    line-height: 17px;
    color: rgba(255,255,255,.7);
}
.vip-card.vip-card-not .vip-card-space .size {
    color: rgba(255,255,255,.5);
}
.vip-card-space .link {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 17px;
    color: #FF5200;
}
.vip-card.vip-card-not .vip-card-space .link {
    color: #FCBA0C;
}
.vip-card-statistic {
    padding: 5px 10px;
	height: 50px;
}



.vip-nolog {
    box-sizing: border-box;
    padding: 60px 0;
    text-align: center;
    background: #FBFBFB;
    border: 1px solid #EDF0F7;
}
.vip-nolog h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #1A2734;
}
.vip-nolog p {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #979CA2;
}
.vip-nolog .button {
    padding: 0 25px;
    height: 34px;
    line-height: 34px;
}
.button span {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
}
.button span:first-child:last-child {
    padding: 0 6px;
}
.vip-card:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -5px;
    height: 85px;
    background-image: linear-gradient(159deg,#B58C58 0,#F1CD92 51%,#E6C187 64%,#B68A57 100%);
    opacity: .6014;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: -1;
}
.vip-nolog:after {
    background: linear-gradient(159deg,#1E1F22 0,#50505A 43%,#19191D 100%);
    opacity: .1;
}

.vip-card-recommend {
    position: relative;
    flex-shrink: 0;
    width: 160px;
    padding: 32px 12px 12px;
    margin: 0 9px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform .2s,box-shadow .2s;
}
.vip-card-recommend.vcr-year {
    background: #fefaf0;
}
.vip-card-recommend:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    height: 108px;
    /*background-image: url(../images/vcr_bg.svg);*/
    background-repeat: no-repeat;
    border-radius: 8px 0 0;
}
.vip-card-recommend .recommend-mark {
    position: absolute;
    top: -2px;
    left: -1px;
    /* width: 100px; */
    padding: 0 10px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 0 8px;
}
.vip-card-recommend.vcr-year .recommend-mark {
    background: linear-gradient(-43deg,#fb4a1b 0,#fcba0c 100%);
}
.pri-list-cont {
    position: relative;
    top: 10px;
    display: flex;
    min-height: 69px;
    padding: 0 0 0 45px;
    flex-direction: column;
}
.vip-card-recommend .pri-list-cont {
    min-height: 72px;
    padding: 0 0 0 60px;
}
[class*=sign-vipmedal-] {
    display: inline-block;
    width: 60px;
    height: 66px;
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.pri-list-cont i[class*=sign-vipmedal-] {
    position: absolute;
    top: 3px;
    left: 0;
    width: 40px;
    height: 44px;
}
.vip-card-recommend .pri-list-cont i[class*=sign-vipmedal-] {
    left: 7px;
    width: 45px;
    height: 50px;
}
.pri-list-cont .title {
    font-size: 16px;
    line-height: 22px;
    color: #1A2734;
    font-weight: 700;
    white-space: nowrap;
}
.vip-card-recommend .pri-list-cont .title {
    font-size: 18px;
}
.vip-card-recommend .pri-list-cont .title s {
    font-size: 12px;
}
.pri-list-cont .money {
    font-size: 0;
    height: 34px;
    white-space: nowrap;
}
.pri-list-cont .money span {
    display: inline-block;
    font-size: 12px;
    color: #FF5200;
}
.vip-card-recommend .pri-list-cont .money span em {
    margin-right: 2px;
    vertical-align: baseline;
    font-size: 24px;
    line-height: 32px;
    font-family: DINAlternate-Bold,DINAlternate;
}
.pri-list-cont .money s {
    display: inline-block;
    margin-left: 3px;
    font-size: 12px;
    color: #8C9298;
    text-decoration: line-through;
    transform: scale(0.82);
    transform-origin: left bottom;
}
.vip-card-recommend .pri-list-cont .money s {
    margin-left: 4px;
}
.vip-card-recommend .discount-corner {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
	color: #2968ae;
}
.vip-card-recommend.vcr-month3 .discount-corner {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
	color: #927a5c;
}
.vip-card-recommend.vcr-month6 .discount-corner {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
	color: #34b189;
}
.vip-card-recommend.vcr-year .discount-corner {
    color: #B06B0B;
}
.vip-card-buy {
    display: block;
    width: 100px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    color: #FF5200;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #FF5200;
    background-color: transparent;
    transition: background-color .2s;
}
.vip-card-recommend .vip-card-buy {
    margin: 16px auto;
}
.vip-card-recommend .vip-card-buy.year.hover {
    color: #fff;
    background-color: #FF5200;
}
.vip-card-buy s {
    display: inline-block;
    color: rgba(255,255,255,.7);
}
.vip-card-recommend .privilege {
    padding: 4px 0;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    background: #fff;
    border-radius: 4px;
}
.vip-card-recommend.vcr-year .privilege {
    color: #B06B0B;
}
.vip-card-recommend.vcr-month {
    background: #eaf8ff;
}
.vip-card-recommend .pri-list-cont .money span em.first-month,
.pri-list.pril-month .money span em.first-month {
    display: none;
    font-size: 12px;
}
.vip-card-recommend.vcr-month .privilege {
    color: #2968ae;
}
.vip-card-recommend.vcr-month .recommend-mark {
    background: linear-gradient(-43deg,#fb4a1b 0,#fcba0c 100%);
}
.vip-card-recommend.vcr-month3 {
    background: #fff4f0;
}
.vip-card-recommend.vcr-month3 .privilege {
    color: #927a5c;
}
.vip-card-recommend.vcr-month3 .recommend-mark {
    background: linear-gradient(-43deg,#fb4a1b 0,#fcba0c 100%);
}
.vip-card-recommend.vcr-month6 {
    background: #e6ffee;
}
.vip-card-recommend.vcr-month6 .privilege {
    color: #34b189;
}
.vip-card-recommend.vcr-month6 .recommend-mark {
    background: linear-gradient(-43deg,#fb4a1b 0,#fcba0c 100%);
}

.vip-card-recommend.vcr-experience {
    background: #e6ffee;
}
.vip-card-recommend.vcr-experience .privilege {
    color: #34b189;
}
.vip-card-recommend.vcr-experience .recommend-mark {
    background: linear-gradient(-43deg,#fb4a1b 0,#fcba0c 100%);
}
.vip-card-recommend.vcr-experience .discount-corner {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
	color: #34b189;
}

.vip-card-recommend.vcr-month:hover {
    box-shadow: 0 4px 10px 0 #c6d6e9;
}
.vip-card-recommend.vcr-month3:hover {
    box-shadow: 0 4px 10px 0 #f5d6ca;
}
.vip-card-recommend.vcr-month6:hover {
    box-shadow: 0 4px 10px 0 #a7f5bb;
}
.vip-card-recommend.vcr-year:hover {
    box-shadow: 0 4px 10px 0 #e7d39d;
}
.vip-card-recommend.vcr-experience:hover {
    box-shadow: 0 4px 10px 0 #c6d6e9;
}
.vip-card-recommend:hover {
    transform: translateY(-4px);
}
.vip-card-buy:hover, .vip-card-buy.hover {
    color: #fff;
    background-color: #FF5200;
    transition: background-color .2s;
}


.vip-card-group {
    flex: 1;
    min-width: 0;
    margin-left: 10px;
}
.vip-card-group .item {
    position: relative;
    display: flex;
    min-height: 110px;
    background: #FAFAFA;
    border-radius: 8px;
    cursor: pointer;
    transition: transform .2s,box-shadow .2s;
    width: 350px;
}
@media (max-width: 1290px){
    .vip-card-group .item {
        flex-direction: column;
    }
}
@media (max-width: 1290px){
    .vip-card-group .item+.item {
        margin-top: 10px;
    }
}
.vip-card-group .item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 10px 0 rgb(26 39 52 / 15%);
}
.vip-card-group .item:hover .right {
    background: #FF5200;
}
.vip-card-group .item:hover .right span {
    display: block;
    color: #fff;
    text-shadow: 0 4px 10px rgb(26 39 52 / 15%);
}
.vip-card-group .item:hover .right .money {
    padding-bottom: 0;
    color: #fff;
    text-shadow: 0 4px 10px rgb(26 39 52 / 15%);
}
.vip-card-group .item:hover .right .money em {
    font-size: 12px;
    line-height: 18px;
}
.vip-card-group .item .left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background: #F7F7F7;
    border-radius: 8px 0 0 8px;
}
.vip-card-group .item .title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #1A2734;
}
.vip-card-group .item .title .icon-space {
    width: 23px;
    height: 25px;
    margin-right: 4px;
    background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_space.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.vip-card-group .item .title .icon-integral {
    width: 24px;
    height: 25px;
    margin-right: 6px;
    background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_integral.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.vip-card-group .item .title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #1A2734;
}
.vip-card-group .item .info {
    padding: 8px 0 0;
    font-size: 12px;
    line-height: 17px;
    color: #8C9298;
}
.vip-card-group .item .right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85px;
    background: #FAFAFA;
    border-radius: 0 8px 8px 0;
    transition: background .2s;
}
.vip-card-group .item .right span {
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #FF5200;
}
.vip-card-group .item .money {
    padding: 0 0 12px;
    font-size: 12px;
    line-height: 18px;
    color: #FF5200;
    transition: color .2s;
    text-align: center;
}
.vip-card-group .item .money em {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
}
.vip-card-group .item+.item {
    margin-top: 20px;
}





.vip-privilege-overview {
    padding: 0 15px 30px;
}
.headline-privilege-table {
    text-align: center;
}
.headline-privilege-table strong {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.headline-privilege-table strong:before, .headline-privilege-table strong:after {
    position: absolute;
    top: 50%;
    width: 69px;
    height: 5px;
    margin-top: -3px;
    background-image: url(//cdnres.115.com/vip/m_r/style_v10.0/static/images/deco_headline_privilege_table.svg?_vh=b85600e_1);
    background-repeat: no-repeat;
    content: "";
}
.headline-privilege-table strong:before {
    right: calc(100% + 10px);
}
.headline-privilege-table strong:after {
    left: calc(100% + 10px);
    transform: rotate(180deg);
}
.privilege-table {
    display: flex;
    border-radius: 8px;
    margin: 0 auto;
}

.privilege-table .pri-table-left {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    padding-top: 25px;
    padding-bottom: 10px;
    border-right: 0 none;
    border-radius: 8px 0 0 8px;
}
.pri-list {
    background: #FBFBFB;
}
.privilege-table .pri-list {
    flex: 1;
    position: relative;
    min-width: 210px;
    transform: translate3d(0,0,0);
}
.privilege-table .pri-table-left .pri-list {
    border-radius: 8px 0 0 8px;
}
.pri-list-top, .pri-list-head {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 20px 0;
}
.pri-list-head {
    justify-content: center;
}
.privilege-table .pri-table-left .pri-list-head {
    border-radius: 8px 0 0;
}
.pri-list-head .icon-vip-crown {
    width: 40px;
    height: 40px;
    /* background-image: url(//cdnres.115.com/vip/m_r/style_v10.0/static/images/icon_vip_crown.svg?_vh=157db1f_1); */
	background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_vip_crown.png");
	background-size: 40px;
    background-repeat: no-repeat;
}
.pri-list-head span {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #FF8100;
}
.pri-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #1A2734;
}
.pri-list li:nth-child(odd) {
    background: #fff;
}
.pri-list .pri-list-type li {
    position: relative;
    padding: 0 10px 0 34px;
    justify-content: flex-start;
    cursor: default;
}
.pri-list .pri-list-type li.current {
    color: #B06B0B;
}
.pri-list .pri-list-type .tips-plt-info {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 39px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #FFD6A0;
    background: #FFF8E6;
    box-shadow: 0 2px 20px rgb(255 182 91 / 30%);
    color: #B06B0B;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    -webkit-animation: tipsPltInfo .15s;
    animation: tipsPltInfo .15s;
}

.icon-prilist-type {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
}
.pri-list li .icon-prilist-type {
    flex-shrink: 0;
}
.icon-prilist-type.ipt-space {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_space.svg");
}
.icon-prilist-type.ipt-transfer {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_file_transmission.svg");
}
.icon-prilist-type.ipt-unload {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_file_upload_limit.svg");
    background-size: 40px;
}
.icon-prilist-type.ipt-review {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_online_preview.svg");
}
.icon-prilist-type.ipt-moviehd {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_movie_hd.svg");
}
.icon-prilist-type.ipt-link-add {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_link.svg");
    background-size: 28px;
}
.icon-prilist-type.ipt-link-download {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_download_link.svg");
    background-size: 28px;
}
.icon-prilist-type.ipt-link-quota {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_link_quota.svg");
    background-size: 28px;
}
.icon-prilist-type.ipt-link-batch {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_add_link_batch.svg");
}
.icon-prilist-type.ipt-link-down {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_file_download.svg");
}
.icon-prilist-type.ipt-online-unzip {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_online_unzip.svg");
}
.icon-prilist-type.ipt-honorable {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/vip/svg/icon_honorable.svg");
}
.icon-whether-none, .icon-whether-has {
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 0;
    background-image: url(//cdnres.115.com/vip/m_r/style_v10.0/static/images/icon_whether.png?_vh=4bff466_1);
    background-image: -webkit-image-set(url(//cdnres.115.com/vip/m_r/style_v10.0/static/images/icon_whether.png?_vh=4bff466_1) 1x,url(//cdnres.115.com/vip/m_r/style_v10.0/static/images/icon_whether@2x.png?_vh=371a373_1) 2x);
    background-repeat: no-repeat;
    vertical-align: top;
}



.privilege-table .pri-table-cont {
    flex: 1;
    overflow: auto;
    display: flex;
    padding-top: 25px;
    padding-bottom: 10px;
}
.pri-list-top .vip-card-buy {
    display: none;
}
.pri-list-cont+.vip-card-buy {
    margin-top: 5px;
}
.vip-card-buy.experience.hover{
    display: block;
}
.privilege-table .pri-list:hover .vip-card-buy {
    display: block;
}
.pri-list {
    background: #FBFBFB;
}
.privilege-table .pri-list {
    flex: 1;
    position: relative;
    min-width: 210px;
    transform: translate3d(0,0,0);
}
.privilege-table .pri-list.current {
    margin-left: 0;
    z-index: 1;
}
.privilege-table .pri-list.pril-year {
    background: #FFF2DC;
    cursor: pointer;
    transition: transform .2s;
}
.pri-list-top, .pri-list-head {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 20px 0;
}
.pri-list-top {
    padding: 20px 10px;
    cursor: pointer;
}
.pri-list-cont {
    position: relative;
    top: 10px;
    display: flex;
    min-height: 69px;
    padding: 0 0 0 45px;
    flex-direction: column;
}
.sign-vipmedal-lh, .sign-vipmedal-card {
    background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_diamond_l.png");
}
.sign-vipmedal-month1 {
    background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_vip_month1.png");
}
.sign-vipmedal-month3 {
    background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_vip_month3.png");
}
.sign-vipmedal-month6 {
    background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_vip_month6.png");
}
.sign-vipmedal-exp-week {
	/* background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_vip_month1.png?v=1"); */
    background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_vip_month6.png");
}
.sign-vipmedal-not {
    background-image: url("//alicdn.pantayun.com/pic/ipantayun/vip/icon_stone_l.png");
}
.pri-list-cont i[class*=sign-vipmedal-] {
    position: absolute;
    top: 3px;
    left: 0;
    width: 40px;
    height: 44px;
}
.pri-list-cont .title {
    font-size: 16px;
    line-height: 22px;
    color: #1A2734;
    font-weight: 700;
    white-space: nowrap;
}
.pri-list-cont .money {
    font-size: 0;
    height: 34px;
    white-space: nowrap;
}
.pri-list-cont .money span {
    display: inline-block;
    font-size: 12px;
    color: #FF5200;
}
.pri-list-cont .money s {
    display: inline-block;
    margin-left: 3px;
    font-size: 16px;
    color: #8C9298;
    text-decoration: line-through;
    transform: scale(0.82);
    transform-origin: left bottom;
}
.pri-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #1A2734;
}
.pri-list li:nth-child(odd) {
    background: #fff;
}
.privilege-table .pri-list.current ul li {
    color: #B06B0B;
}
.privilege-table .pri-list.pril-year li:nth-child(odd) {
    background: #FFFBF1;
}
.privilege-table .pri-list.pril-year li:nth-child(even) {
    background: #FFF8E6;
}

.privilege-table .pri-list.current {
    margin-left: 0;
    z-index: 1;
}
.privilege-table .pri-list.pril-year {
    background: #FFF2DC;
    cursor: pointer;
    transition: transform .2s;
}
.privilege-table .pri-list.pril-year:hover {
    transform: scale(1.01);
    box-shadow: 0 4px 20px 0 #fde9bc;
    z-index: 1;
}
.privilege-table .pri-list.pril-year.select_year:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #FFB65B;
    border-radius: 8px;
}
.privilege-table .pri-list.pril-year:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #FFB65B;
    border-radius: 8px;
}

.privilege-table .pri-list.pril-month {
    cursor: pointer;
    transition: transform .2s;
}
.privilege-table .pri-list.pril-month.hover .vip-card-buy {
    display: block;
}
.privilege-table .pri-list.pril-month:hover,
.privilege-table .pri-list.pril-month.hover {
    background: #E6F2FF;
    transform: scale(1.01);
    box-shadow: 0 4px 20px 0 #dae5f1, 0 4px 5px 0 rgb(255 183 81 / 10%);
    z-index: 1;
}
.privilege-table .pri-list.pril-month:hover:before,
.privilege-table .pri-list.pril-month.hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #89B8E4;
    border-radius: 8px;
}


.privilege-table .pri-list.pril-month6 {
    cursor: pointer;
    transition: transform .2s;
}
.privilege-table .pri-list.pril-month6.hover .vip-card-buy {
    display: block;
}
.privilege-table .pri-list.pril-month6:hover,
.privilege-table .pri-list.pril-month6.hover {
    background: #e6ffee;
    transform: scale(1.01);
    box-shadow: 0 4px 20px 0 #dae5f1, 0 4px 5px 0 rgb(255 183 81 / 10%);
    z-index: 1;
}
.privilege-table .pri-list.pril-month6:hover:before,
.privilege-table .pri-list.pril-month6.hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #1eeb5f;
    border-radius: 8px;
}



.privilege-table .pri-list.pril-month3 {
    cursor: pointer;
    transition: transform .2s;
}
.privilege-table .pri-list.pril-month3.hover .vip-card-buy {
    display: block;
}
.privilege-table .pri-list.pril-month3:hover,
.privilege-table .pri-list.pril-month3.hover {
    background: #fff4f0;
    transform: scale(1.01);
    box-shadow: 0 4px 20px 0 #dae5f1, 0 4px 5px 0 rgb(255 183 81 / 10%);
    z-index: 1;
}
.privilege-table .pri-list.pril-month3:hover:before,
.privilege-table .pri-list.pril-month3.hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #f1825a;
    border-radius: 8px;
}


.privilege-table .pri-list.list_experience {
    cursor: pointer;
    transition: transform .2s;
    background: #e6ffee;
}
.privilege-table .pri-list.list_experience.hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #5df183;
    border-radius: 8px;
    
}
.privilege-table .pri-list.list_experience:hover {
    background: #e6ffee;
    transform: scale(1.01);
    box-shadow: 0 4px 20px 0 #dae5f1, 0 4px 5px 0 rgb(255 183 81 / 10%);
    z-index: 1;
}
.privilege-table .pri-list.list_experience:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #5df183;
    border-radius: 8px;
}



.privilege-table-tips {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(26,39,52,.3);
}

.vip_box div {
    overflow: initial;
}

.vip_box {
    position: relative;
}
.middle_info_div {
    position: absolute;
    right: calc(100%/2 - 270px);
    top: 5px;
    display: flex;
    align-items: center;
    width: 400px;
}
.middle_info_div .endtime_desc {
    font-size: 16px;
    letter-spacing:2px;
    color: #333;
}
.middle_info_div #countdown-3 {
    overflow: hidden;
    height: 34px;
}
/* .middle_info_div #countdown-3 ul li:first-child{
    opacity: 0;
} */
.right_info_div {
    position: absolute;
    right: 20px;
    top: 5px;
}
.privilegeIntroduce {
    color: #999;
    line-height: 32px;
    position: relative; 
    margin-right: 20px;
}
.priceInfo {
    float: right;
    color: #999;
    line-height: 32px;
    position: relative;
}
.priceInfo i {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    border: 1px solid #999;
}
.priceInfo .priceDetail-info {
    box-shadow: 0 2px 20px rgb(0 0 0 / 16%);
    background: #fff;
    border-radius: 4px;
    position: absolute;
    width: 320px;
    right: -10px;
    top: 40px;
    z-index: 100;
    padding: 10px 15px;
    color: #333;
}
.priceInfo .priceDetail-info::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 11px;
    top: -10px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #e1e1e1;
}
.priceInfo .priceDetail-info::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 11px;
    top: -9px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}
.priceInfo .priceDetail-info p {
    line-height: 26px;
    margin-bottom: 8px;
}
.priceInfo .priceDetail-info .priceDetail-info1 {
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 15px;
}


.transparent_skin{
    background-color: transparent;/*背景透明*/
    box-shadow: 0 0 0 rgba(0,0,0,0);/*前景无阴影*/
}
/* 停留太长时间拦截 */
.stop_no_vip_intercept_box {
    width: 300px;
    height: 300px;
    /* background-color: #fff; */
    transition: transform .2s;
    background: #e6ffee;
    border-radius: 5px;
    
}
.stop_no_vip_intercept_box .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 10px 0 10px;
    box-sizing: border-box;
}
.stop_no_vip_intercept_box .content .img {
    background-image: url("https://alicdn.pantayun.com/pic/ipantayun/icon_vip_try2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
}
.stop_no_vip_intercept_box .content .desc {
    height: 100px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #34b189;
}
.stop_no_vip_intercept_box .bottom_btn {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    border-top: 1px solid #FF5200;
}
.stop_no_vip_intercept_box .bottom_btn div {
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.stop_no_vip_intercept_box .give_up_pay {
    color: #999;
}
.stop_no_vip_intercept_box .continue_pay {
    color: #FF5200;
}
.stop_no_vip_intercept_box .bottom_btn div:first-child {
    border-right: 1px solid #FF5200;
}
.stop_no_vip_intercept_box {
    position: relative;
}
.stop_no_vip_intercept_box a {
    color: #fff;
}

.year_magnet_size,
.month6_magnet_size,
.month3_magnet_size,
.month_magnet_size {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.year_magnet_size .user_growth_span,
.month6_magnet_size .user_growth_span,
.month3_magnet_size .user_growth_span,
.month_magnet_size .user_growth_span {
    position: relative;
}
.year_magnet_size i,
.month6_magnet_size i,
.month3_magnet_size i,
.month_magnet_size i {
    content: "";
    position: absolute;
    top: 3px;
    right: -20px;
    display: inline-block;
    z-index: 10;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
}