.vip-pay {
    text-align: center;
}
.vip-pay.-mask-white {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    border-radius: 4px;
}
.vip-pay .header {
    position: relative;
    background: #be864a;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.vip-pay .header .content {
    font-size: 20px;
    line-height: 85px;
}
/*.vip-pay .header .content {
    font-size: 16px;
    line-height: 50px;
}*/
.vip-pay .subheader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 12px 0;
    line-height: 36px;
    background: #fff;
    color: #333;
}
.vip-news-information {
    width: 261px;
    height: 25px;
    color: #666666;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
}
.vip-pay .vip-news-information {
    width: 256px;
}
.vip-news-information .vip-news-icon {
    display: inline-block;
}
.vip-pay .vip-news-information .vip-news-icon {
    margin: 0 8px 0 0;
    float: left;
}
.vip-pay .vip-news-information .vip-news-icon .tic {
    color: #999;
    margin-right: 4px;
    font-size: 14px;
}
.vip-news-information .panel-carousel-container {
    display: inline-block;
    position: relative;
    width: 230px;
    height: 17px;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 2px;
    overflow: hidden;
    text-align: left;
}
.vip-pay .vip-news-information .panel-carousel-container {
    width: 220px;
    margin-left: 0;
}
.vip-news-information .panel-carousel-container .panel-carousel-item {
    width: 230px;
    position: absolute;
    left: 0;
    top: -17px;
    height: 17px;
    line-height: 17px;
    transition: transform .3s;
    transform: translateY(17px);
}
.vip-pay .vip-news-information .panel-carousel-container .panel-carousel-item {
    width: 100%;
    height: 16px;
    line-height: 16px;
}
.vip-pay .body {
    padding-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.vip-pay .body.-inline {
    padding-top: 0;
}
.check-warp {
    text-align: center;
}
.check-warp-popup {
    display: flex;
    justify-content: center;
}
.check-warp {
    position: relative;
}
.vip-check.-popup {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 108px;
    margin-right: 16px;
    padding-top: 0;
    border-color: #EBEBEB;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
}
.vip-check.-active {
    border: 1px solid #ff7d18;
    color: #ff7d18;
}
.vip-check.-popup.-active {
    border: 2px solid #FF7D17;
    background-color: #fff5ed;
}
.vip-check.-popup .recommend {
    min-width: 34px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-image: linear-gradient(
            227deg
            , #FF7C00 0%, #FF1500 100%);
    border-radius: 6px 0 6px 0;
    padding: 0 5px;
}
.vip-check.-popup.-active .recommend {
    top: -10px;
    left: -2px;
}
.vip-check .vip-bottom {
    position: absolute;
    display: none;
    border: none;
    width: 24px;
    height: 24px;
    right: -2px;
    bottom: -2px;
    background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip/vip-select-bg-v1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.vip-check.-active .vip-bottom {
    display: block;
}
.vip-check.-popup .year-label {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.vip-check.-popup .price-label {
    height: 40px;
    line-height: 40px;
    color: #333;
}
.vip-check.-popup.-active .price-label {
    color: #ff7d18;
}
.vip-check.-popup .price-label i {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: bold;
}
.vip-check.-popup .price-label .price {
    font-size: 30px;
    font-weight: bold;
}
.vip-check .tips {
    line-height: 22px;
    font-size: 12px;
    color: #666;
}
.vip-check .tips em {
    color: #ff7d18;
}
.inline-vip-pay .button-container {
    width: 100%;
    padding: 24px 0 3px;
}
.button-vip {
    color: #fff!important;
    background-color: #ff7d18;
    border-color: #ff7d18;
}
.inline-vip-pay .button-vip {
    width: 160px;
    height: 48px;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 16px;
    line-height: 48px;
    background-image: linear-gradient(
            90deg
            , #FF9A45 0%, #FF7500 100%);
    font-weight: bold;
    border: none;
}
.vip-pay .subheader-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 5px;
}
.vip-pay .sub-link-item {
    position: relative;
    padding-left: 8px;
    font-size: 12px;
    color: #999999;
}
.vip-check {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 86px;
    padding-top: 20px;
    border: 1px solid #eee1af;
    margin-right: 6px;
    background-color: #fff;
    cursor: pointer;
}
.vip-check .recommend {
    position: absolute;
    top: -9px;
    left: -1px;
    max-width: 13em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    background-color: #ff3b30;
    color: #FFFFFF;
}
.btn-vip-lg-color {
    border: none;
    background-image: linear-gradient(
            90deg
            , #FF9A45 0%, #FF7500 100%) !important;
    border-radius: 4px;
}
.button {
    display: inline-block;
    height: 36px;
    padding: 0 8px;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    font-weight: normal;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    min-width: 62px;
    color: #333;
    background-color: #fff;
    border-color: #e0e0e0;
}
.vip-pay .subheader-link-yangli {
    position: absolute;
    top: 6px;
    right: 0;
    padding-right: 24px;
}
.subheader-link-yangli .icon-youjiantou{
    font-size: 10px;
    font-weight: 700;
}