.wt-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.w1900 {
    width: 1900px;
}

.wt-header {
    position: relative;
}

.wt-header .wt-h-tools .tools-item>a {
    display: block;
}

body {
    background-color: #F6F6F6;
}

body.popup-open {
    position: fixed;
    left: 0;
    right: 0;
}

.wt-banner {
    width: 100%;
    height: 136px;
    background: url('../img/png.png') no-repeat center;
}

.wt-section {
    position: relative;
    margin-top: -128px;
}

.wt-section .user-info {
    padding: 20px 0;
}

.wt-section .user-info .user-pic {
    font-size: 0;
}

.wt-section .user-info .user-pic img {
    width: 32px;
    height: 32px;
    background: rgba(177, 177, 177, 0.39);
    border-radius: 50%;
    vertical-align: -10px;
}

.wt-section .user-info .user-pic .user-name {
    font-size: 16px;
    color: #E4E4E4;
    border-right: 1px solid #E4E4E4;
    padding: 0 16px;
    line-height: 1;
    margin-right: 16px;
}

.wt-section .user-info .user-balance,
.wt-section .user-info .user-balance * {
    font-size: 16px;
    color: #E4E4E4;
    line-height: 32px;
}

.wt-section .fund-nav {
    overflow: hidden;
}

.wt-section .fund-nav .nav-item {
    position: relative;
    display: block;
    width: 400px;
    height: 56px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.wt-section .fund-nav .nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #515151 0%, #363636 100%);
    z-index: -1;
    border-radius: 8px 8px 0 0;
}

.wt-section .fund-nav .nav-item .iconfont {
    color: #AFB3BF;
}

.wt-section .fund-nav .nav-item .nav-text {
    font-size: 16px;
    color: #AFB3BF;
}

.wt-section .fund-nav .nav-item .icon-bg {
    display: none;
}

.wt-section .fund-nav .nav-item.fund-buy .icon-bg {
    width: 60px;
    height: 52px;
    overflow: hidden;
    font-size: 58px;
    position: absolute;
    top: 4px;
    right: 8px;
    color: #30B9AA !important;
}

.wt-section .fund-nav .nav-item.fund-person .icon-bg {
    height: 54px;
    overflow: hidden;
    font-size: 58px;
    position: absolute;
    top: 2px;
    right: 10px;
    color: #DD6C20 !important;
}

.wt-section .fund-nav .nav-item.fund-company .icon-bg {
    height: 52px;
    overflow: hidden;
    font-size: 58px;
    position: absolute;
    top: 4px;
    right: 10px;
    color: #C59D44 !important;
}

.wt-section .fund-nav .nav-item:hover,
.wt-section .fund-nav .nav-item.on {
    z-index: 2;
}

.wt-section .fund-nav .nav-item.fund-buy:hover::before,
.wt-section .fund-nav .nav-item.on.fund-buy::before {
    background: linear-gradient(90deg, #39D2C1 0%, #11AA99 100%);
}

.wt-section .fund-nav .nav-item.fund-card:hover::before,
.wt-section .fund-nav .nav-item.on.fund-card::before {
    background: linear-gradient(90deg, #FD7820 0%, #D55600 100%);
}

.wt-section .fund-nav .nav-item.fund-company:hover::before,
.wt-section .fund-nav .nav-item.on.fund-company::before {
    background: linear-gradient(270deg, #BC8F2A 0%, #D8B056 100%);
}

.wt-section .fund-nav .nav-item.on .nav-text {
    color: #fff;
    font-weight: 700;
}

.wt-section .fund-nav .nav-item:hover .nav-text {
    color: #fff;
}

.wt-section .fund-nav .nav-item.on .iconfont,
.wt-section .fund-nav .nav-item:hover .iconfont {
    color: #fff;
}

.wt-section .fund-nav .nav-item.on .icon-bg {
    display: block;
}

.wt-section .fund-nav .nav-item.fund-buy::before {
    transform: perspective(120px) rotateX(5deg);
    transform-origin: bottom left;
}

.wt-section .fund-nav .nav-item.fund-card::before {
    transform: perspective(120px) rotateX(5deg);
}

.wt-section .fund-nav .nav-item.fund-company::before {
    transform: perspective(120px) rotateX(5deg);
    transform-origin: bottom right;
}

.wt-section .fund-body {
    position: relative;
    background-color: #fff;
    margin-bottom: 40px;
}

.wt-section .fund-body::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 264px;
    width: 1px;
    background-color: #E8E8E8;
}

.fund-body .fund-bdItem-l {
    width: 264px;
    padding: 0 30px;
    padding-bottom: 70px;
}

.fund-body .fund-bdItem-l .fund-top {
    padding: 30px 0 20px;
    border-bottom: 1px solid #E8E8E8;
    text-align: center;
    margin-bottom: 28px;
}

.fund-top .wt-fundIcon {
    font-size: 34px;
}

.fund-top .wt-gerenVIP {
    font-size: 34px;
}

.fund-top .wt-qyVip {
    font-size: 34px;
}

.fund-top .fund-topTit {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0;
}

.fund-top .fund-topDesc {
    text-align: center;
}

.fund-top .fund-topDesc span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background-color: #EFFEFC;
    border-radius: 16px;
    padding: 0 16px;
    color: #333;
    font-size: 14px;
}

.fund-body .fund-bdItem-l .fund-why {
    margin-bottom: 48px;
}

.fund-why .why-tit {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.fund-why .why-desc {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.fund-why .why-desc p {
    margin-bottom: 4px;
    font-size: 14px;
    color: #666;
}

.fund-why .why-desc p span {
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.fund-interest .interest-tit {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}

.fund-interest p {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
}

.fund-interest p:last-child {
    margin-bottom: 0;
}

.fund-interest p .wt-dagou {
    color: #11AA99;
    font-size: 20px;
    font-weight: 700;
    margin-right: 8px;
}

.fund-interest p .wt-closeIco {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    margin-right: 4px;
    vertical-align: -3px;
}

.fund-interest p .tips-tx {
    max-width: 174px;
    line-height: 22px;
}

.fund-interest p .interest-toolTips {
    display: none;
    width: 172px;
    padding: 8px 12px;
    line-height: 1.4;
    font-size: 14px;
    color: #fff;
    background-color: #333333;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.fund-interest p .interest-toolTips::after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #333;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.fund-interest p:hover .interest-toolTips {
    display: block;
}

.fund-interest .fund-interestWrap .fund-interestItem {
    display: none;
}

.fund-interest .fund-interestWrap .fund-interestItem.on {
    display: block;
}

.package-container {
    padding-top: 48px;
}

.package-container .package-list {}

.price-container {
    position: relative;
    width: 856px;
    height: 52px;
    line-height: 52px;
    background-color: #F5F5F500;
    padding: 0 12px;
    margin-top: 48px;
    text-align: left;
    word-wrap: break-word; 
}

.price-container .coupon-block {
    position: absolute;
    top: 8px;
    left: 12px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    cursor: pointer;
    z-index: 1;
}

.price-container .coupon-block .coupon-wrap {
    line-height: 34px;
}

.price-container .coupon-block::after {
    content: ' ';
    width: 0;
    height: 100%;
    position: absolute;
    border-right: 5px dotted #f5f5f5;
    left: -2px;
    top: 0px;
}

.price-container .coupon-block::before {
    content: ' ';
    width: 0;
    height: 100%;
    position: absolute;
    border-right: 5px dotted #f5f5f5;
    right: -2px;
    top: 0px;
}

.coupon-block .coupon-wrap {
    padding: 0 8px;
}

.coupon-block .coupon-wrap .wt-dagou {
    color: #11AA99;
    font-weight: 700;
}

.coupon-block .coupon-wrap .coupon-name {
    display: inline-block;
    font-size: 14px;
    color: #333;
    min-width: 120px;
    margin-right: 4px;
}

.coupon-block .coupon-wrap .wt-downArrow {
    display: inline-block;
    font-size: 12px;
    color: #707070;
    transform: rotate(0deg);
    transition: transform .24s;
}

.coupon-block .coupon-drop {
    display: none;
    position: absolute;
    width: 360px;
    height: 216px;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: auto;
}

.coupon-block .coupon-drop::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.coupon-block .coupon-drop::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #E3E3E3;
    background-color: #E3E3E3;
}

.coupon-block .coupon-drop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

.coupon-block .coupon-drop .coupon-item {
    position: relative;
    width: 100%;
    height: 72px;
    padding: 0 20px;
}

.coupon-block .coupon-drop .coupon-item::before {
    content: '';
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 0;
    height: 1px;
    border-top: 1px dashed #eee;
}

.coupon-block .coupon-drop .coupon-item .wt-dagou {
    display: none;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    height: 20px;
    border-radius: 50%;
    background-color: #11AA99;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
}

.coupon-block .coupon-drop .coupon-item .coupon-name {
    display: inline-block;
    min-width: 70px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #DFF8F6;
    font-size: 14px;
    color: #11AA99;
    margin-top: 20px;
}

.coupon-block .coupon-drop .coupon-item .coupon-name * {
    color: #11AA99;
}

.coupon-block .coupon-drop .coupon-item .coupon-ifo {
    margin-left: 14px;
    padding-top: 20px;
    line-height: 1;
}

.coupon-block .coupon-drop .coupon-item .coupon-ifo .coupon-desc,
.coupon-block .coupon-drop .coupon-item .coupon-ifo .coupon-desc * {
    font-size: 14px;
    color: #333;
}

.coupon-block .coupon-drop .coupon-item .coupon-ifo .coupon-type {
    padding-right: 4px;
}

.coupon-block .coupon-drop .coupon-item .coupon-ifo .coupon-created,
.coupon-block .coupon-drop .coupon-item .coupon-ifo .coupon-created * {
    font-size: 12px;
    color: #666;
}

.coupon-block .coupon-drop .coupon-item .coupon-ifo .coupon-created {
    margin-top: 6px;
}

.coupon-block .coupon-drop .coupon-item:hover,
.coupon-block .coupon-drop .coupon-item.on {
    background-color: #F8F8F8;
}

.coupon-block .coupon-drop .coupon-item.on .wt-dagou {
    display: block;
}

.coupon-block .coupon-drop .coupon-item.disabled {
    pointer-events: none;
}

.coupon-block .coupon-drop .coupon-item.disabled .coupon-name {
    background-color: #b7b7b7;
    color: #fff;
}

.coupon-block .coupon-drop .coupon-item.disabled .coupon-name * {
    color: #fff;
}

.coupon-block .coupon-drop .coupon-item.disabled .coupon-ifo .coupon-desc,
.coupon-block .coupon-drop .coupon-item.disabled .coupon-ifo .coupon-desc *,
.coupon-block .coupon-drop .coupon-item.disabled .coupon-ifo .coupon-created,
.coupon-block .coupon-drop .coupon-item.disabled .coupon-ifo .coupon-created * {
    color: #999;
}

.price-container .coupon-block.show .coupon-wrap .wt-downArrow {
    transform: rotate(-180deg);
    vertical-align: 2px;
}

.price-container .pay-price {
    font-size: 14px;
    color: #333;
}

.price-container .pay-price .had-pay {
    color: #11AA99;
    font-size: 14px;
}

.price-container .pay-price .had-pay span {
    font-size: 30px;
    color: #11AA99;
    font-weight: 700;
}

.price-container .pay-price .had-pay em {
    font-size: 14px;
    color: #11AA99;
}

.price-container .pay-price .had-give {
    padding-left: 8px;
    font-size: 14px;
    color: #999;
}

.price-container .pay-price .had-give * {
    color: #999;
}

.buy-nineCard {
    margin-top: 24px;
}

.buy-nineCard .icon-zhekou {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    background-color: #D4BFA6;
}

.buy-nineCard .buy-tips {
    font-size: 14px;
    color: #666;
    padding-left: 4px;
}

.buy-nineCard .buy-tips a {
    font-size: 14px;
    color: #666;
}

.buy-nineCard .buy-tips a:hover {
    color: #11AA99;
    text-decoration: underline;
}

.pay-style {
    margin-top: 30px;
    position: relative;
}

.pay-style .pay-tit {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
}

.pay-style .pay-list .pay-item {
    height: 34px;
    line-height: 32px;
    min-width: 112px;
    padding: 0 12px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin-left: 12px;
    cursor: pointer;
}

.pay-style .pay-list .pay-item:hover,
.pay-style .pay-list .pay-item.on {
    border-color: #11aa99;
}

.pay-style .pay-list .pay-item:first-child {
    margin-left: 0;
}

.pay-wrap {
    text-align: center;
    margin-top: 54px;
}

.pay-wrap .pay-item {
    display: inline-block;
}

.pay-wrap .pay-item.alipay {
    margin-right: 82px;
}

.pay-wrap .pay-item .img {
    width: 148px;
    height: 148px;
    position: relative;
    border-radius: 4px;
}

.pay-wrap .pay-item .img img,
.pay-wrap .pay-item .img canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.pay-wrap .pay-item.alipay .img {
    border: solid 1px #0084ff;
}

.pay-wrap .pay-item.wechat .img {
    border: solid 1px #06c806;
}

.pay-wrap .pay-item .pay-tx {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 27px;
    margin-top: 10px;
}

.pay-wrap .pay-item .pay-tx .wt-zhifubaozhifu {
    color: #06B4FD;
    font-size: 24px;
    vertical-align: -2px;
    margin-right: 4px;
}

.pay-wrap .pay-item .pay-tx .wt-weixinzhifu {
    color: #50B674;
    font-size: 24px;
    vertical-align: -2px;
    margin-right: 4px;
}

.public-transfer {
    margin-top: 22px;
}

.public-transfer .transfer-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.public-transfer .transfer-tips {
    font-size: 14px;
    color: #999;
    margin-bottom: 26px;
}

.public-transfer .transfer-step .transfer-stepItem {
    width: 324px;
    height: 144px;
    background-color: #fff;
    border: 1px solid #A7CFCA;
    border-radius: 4px;
    padding: 14px 22px 0;
    margin-right: 50px;
}

.public-transfer .transfer-step .transfer-stepItem .stepItem-tit {
    line-height: 1;
}

.public-transfer .transfer-step .transfer-stepItem .stepItem-tit span {
    font-size: 14px;
    color: #333;
    border-left: 4px solid #11AA99;
    padding-left: 8px;
}

.public-transfer .transfer-step .transfer-stepItem .stepItem-con {
    margin-top: 22px;
}

.public-transfer .transfer-step .transfer-stepItem .stepItem-con p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}

.public-transfer .transfer-step .transfer-stepItem .stepItem-con p:last-child {
    margin-bottom: 0;
}

.public-transfer .transfer-step .transfer-stepItem .stepItem-con .add-customer {
    display: inline-block;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    color: #439288;
    font-size: 12px;
    background: linear-gradient(180deg, #D7FCF7 0%, #92DCD3 100%);
    border-radius: 10px;
}

.public-transfer .transfer-step .transfer-stepItem .stepItem-con .add-customer:hover {
    opacity: 0.86;
}

.fund-body .fund-bdItem-r {
    width: 936px;
    padding-bottom: 70px;
    padding-left: 40px;
}

.fund-body .kf-link {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -50px;
    width: 42px;
    height: 145px;
    background-color: #E7F6F5;
    border-radius: 4px;
    padding-top: 12px;
}

.fund-body .kf-link .icon-que {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E7F6F5;
    border: 2px solid #11aa99;
    color: #11aa99;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    margin: 0 auto;
    font-weight: 700;
}

.fund-body .kf-link .kf-text {
    width: 14px;
    color: #666;
    font-size: 14px;
    margin: 0 auto;
    line-height: 1.2;
    margin-top: 4px;
}

.fund-body .kf-link:hover {
    background-color: #11aa99;
}

.fund-body .kf-link:hover .icon-que {
    border-color: #fff;
    color: #fff;
    background-color: #11aa99;
}

.fund-body .kf-link:hover .kf-text {
    color: #fff;
}

.fund-coins .package-container .package-list .package-item {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 10px;
    cursor: pointer;
}

.fund-coins .package-container .package-list .package-item:last-child {
    margin-right: 16px;
}

.fund-coins .package-list .package-item .package-price {
    font-size: 16px;
    color: #333;
}

.fund-coins .package-list .package-item .package-price span {
    font-size: 36px;
    color: #333;
    font-weight: 700;
}

.fund-coins .package-list .package-item .package-badge {
    font-size: 16px;
    color: #11AA99;
}

.fund-coins .package-list .package-item .package-gift {
    text-align: center;
    margin-top: 12px;
}

.fund-coins .package-list .package-item .package-gift span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 4px;
    background-color: #DFF8F600;
    font-size: 16px;
    color: #333;
}

.fund-coins .package-list .package-item .icon-badge {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    background: linear-gradient(90deg, #FE6656 0%, #FE353D 100%);
    border-radius: 8px 0px 8px 0px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: -1px;
}

.fund-coins .package-list .package-item .wt-dagou {
    display: none;
    width: 8px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    height: 8px;
    border-radius: 50%;
    background-color: #11AA99;
    position: absolute;
    top: 12px;
    right: 12px;
}

.fund-coins .package-list .package-item:hover {
    border-color: #11AA99;
}

.fund-coins .package-list .package-item.on {
    border: 2px solid #F70606;
    background-color: #EFFEFC;
}

.fund-coins .package-list .package-item.on .icon-badge {
    left: -2px;
}

.fund-coins .package-list .package-item.on .wt-dagou {
    display: block;
}

.fund-coins .package-container .next-btn,
.fund-coins .package-container .prev-btn {
    display: block;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px 0px 0px 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.fund-coins .package-container .next-btn .iconfont,
.fund-coins .package-container .prev-btn .iconfont {
    display: inline-block;
    font-size: 28px;
    color: #fff;
}

.fund-coins .package-container .prev-btn {
    display: none;
    left: 0px;
    border-radius: 0px 30px 30px 0px;
}

.fund-coins .package-container .next-btn {
    right: 0;
}

.fund-coins .package-container .prev-btn .iconfont {
    transform: rotate(180deg);
}

.fund-personVip .fund-top .fund-topDesc span {
    background-color: #FFF5EE;
}

.fund-personVip .package-container .package-list {}

.fund-personVip .package-list .package-item {
    position: relative;
    width: 260px;
    height: 210px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 0 20px;
    padding-top: 32px;
    background-color: #fff;
    margin-right: 38px;
    cursor: pointer;
}

.fund-personVip .package-list .package-item:last-child {
    margin-right: 0px;
}

.fund-personVip .package-list .package-item .package-name {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-bottom: 8px;
}

.fund-personVip .package-list .package-item .package-price {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.fund-personVip .package-list .package-item .package-price span {
    font-size: 36px;
    color: #333;
    font-weight: 700;
}

.fund-personVip .package-list .package-item .package-price em {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    vertical-align: 2px;
}

.fund-personVip .package-list .package-item .package-discount {
    text-align: center;
}

.fund-personVip .package-list .package-item .package-discount span {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.fund-personVip .package-list .package-item .package-downNum {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1;
    padding-top: 24px;
    border-top: 1px dashed #999999;
    margin-top: 20px;
}

.fund-personVip .package-list .package-item .package-tips {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 1;
}

.fund-personVip .package-list .package-item .wt-dagou {
    display: none;
    width: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    height: 28px;
    border-radius: 50%;
    background-color: #FD7420;
    position: absolute;
    top: 12px;
    right: 12px;
}

.fund-personVip .package-list .package-item .package-badge {
    line-height: 1;
    padding: 4px 10px 4px 6px;
    background: linear-gradient(90deg, #F4CF8C 0%, #EAB362 100%);
    font-size: 12px;
    color: #7D5113;
    position: absolute;
    top: -2px;
    left: -6px;
}

.fund-personVip .package-list .package-item .package-badge::after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #D5912D;
    position: absolute;
    bottom: -4px;
    left: 2px;
    transform: rotate(-45deg);
}

.fund-personVip .package-list .package-item .package-badge::before {
    content: "";
    width: 0;
    height: 0;
    border: 0px solid transparent;
    border-width: 10px 4px;
    border-right-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.fund-personVip .package-list .package-item:hover {
    border-color: #FD7420;
}

.fund-personVip .package-list .package-item.on .wt-dagou {
    display: block;
}

.fund-personVip .package-list .package-item.on .package-badge::before {
    border-right-color: #FFF5EE;
}

.fund-personVip .package-list .package-item.on {
    border: 2px solid #FD7420;
    box-shadow: 0px 2px 9px rgba(17, 170, 153, 0.08);
    background-color: #FFF5EE;
}

.fund-personVip .price-container .pay-price .had-pay,
.fund-personVip .price-container .pay-price .had-pay span,
.fund-personVip .price-container .pay-price .had-pay em,
.fund-personVip .coupon-block .wt-dagou,
.fund-personVip .coupon-block .coupon-drop .coupon-item .wt-dagou {
    color: #FD7420;
}

.fund-companyVip .fund-top .fund-topDesc span {
    background-color: #FBF4E5;
}

.fund-companyVip .package-list .package-item {
    position: relative;
    width: 196px;
    height: 210px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 32px 20px 0;
    background-color: #fff;
    margin-right: 24px;
    cursor: pointer;
}

.fund-companyVip .package-list .package-item .wt-dagou {
    display: none;
    width: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    height: 28px;
    border-radius: 50%;
    background-color: #BC8F2A;
    position: absolute;
    top: 12px;
    right: 12px;
}

.fund-companyVip .package-list .package-item:last-child {
    margin-right: 0px;
}

.fund-companyVip .package-list .package-item.on {
    border: 2px solid #BC8F2A;
    box-shadow: 0px 2px 9px rgba(188, 143, 42, 0.08);
    background-color: #FEFAF2;
}

.fund-companyVip .package-list .package-item.on .wt-dagou {
    display: block;
}

.fund-companyVip .package-list .package-item .package-badge {
    line-height: 1;
    padding: 4px 10px 4px 6px;
    background: linear-gradient(90deg, #F4CF8C 0%, #EAB362 100%);
    font-size: 12px;
    color: #7D5113;
    position: absolute;
    top: -2px;
    left: -6px;
}

.fund-companyVip .package-list .package-item .package-badge::after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #D5912D;
    position: absolute;
    bottom: -4px;
    left: 2px;
    transform: rotate(-45deg);
}

.fund-companyVip .package-list .package-item .package-badge::before {
    content: "";
    width: 0;
    height: 0;
    border: 0px solid transparent;
    border-width: 10px 4px;
    border-right-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.fund-companyVip .package-list .package-item .package-badge .icon-ques {
    margin-left: 2px;
    background-color: #ffedd0;
}

.fund-companyVip .package-list .package-item .package-name {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-bottom: 8px;
}

.fund-companyVip .package-list .package-item .package-price {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.fund-companyVip .package-list .package-item .package-price span {
    font-size: 36px;
    color: #333;
    font-weight: 700;
}

.fund-companyVip .package-list .package-item .package-tips {
    font-size: 16px;
    color: #BC8F2A;
    text-align: center;
    line-height: 1;
}

.fund-companyVip .package-list .package-item .package-tips.not {
    color: #333;
}

.fund-companyVip .package-list .package-item .package-downNum {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1;
    padding-top: 20px;
    border-top: 1px dashed #999999;
    margin-top: 20px;
}

.fund-companyVip .package-list .package-item .icon-ques {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #BC8F2A;
    border-radius: 50%;
    font-size: 12px;
    color: #BC8F2A;
    background-color: #fff;
    z-index: 2;
}

.fund-companyVip .package-list .package-item .ques-tips {
    display: none;
    transform: translateX(-50%);
    width: max-content;
    max-width: 300px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);
    position: absolute;
    top: 20px;
    left: 50%;
    padding: 12px 16px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.fund-companyVip .package-list .package-item .ques-tips a {
    color: #11AA99;
}

.fund-companyVip .package-list .package-item .ques-tips a:hover {
    text-decoration: underline;
}

.fund-companyVip .package-list .package-item .ques-tips::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #000000;
    opacity: 0;
}

.fund-companyVip .package-list .package-item .icon-ques:hover .ques-tips {
    display: block;
}

.fund-companyVip .package-list .package-item.on .package-badge::before {
    border-right-color: #FFF5EE;
}

.fund-companyVip .price-container .pay-price .had-pay,
.fund-companyVip .price-container .pay-price .had-pay span,
.fund-companyVip .price-container .pay-price .had-pay em,
.fund-companyVip .coupon-block .wt-dagou,
.fund-companyVip .coupon-block .coupon-drop .coupon-item .wt-dagou {
    color: #BC8F2A;
}

.fund-companyVip .companyVip-nav {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E8E8E8;
    margin-right: 40px;
}

.fund-companyVip .companyVip-nav .companyVip-navItem {
    display: inline-block;
    line-height: 1;
    padding: 0 18px;
}

.fund-companyVip .companyVip-nav .companyVip-navItem span {
    position: relative;
    font-size: 16px;
    color: #333;
}

.fund-companyVip .companyVip-nav .companyVip-navItem:hover span {
    color: #BC8F2A;
}

.fund-companyVip .companyVip-nav .companyVip-navItem.on span {
    color: #BC8F2A;
}

.fund-companyVip .companyVip-nav .companyVip-navItem.on span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #BC8F2A;
    bottom: -12px;
}

.fund-companyVip .multiple-nav {
    padding-top: 24px;
    padding-bottom: 24px;
}

.fund-companyVip .multiple-nav .multiple-navItem {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    padding: 0 20px;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}

.fund-companyVip .multiple-nav .multiple-navItem span {
    font-size: 14px;
    color: #333;
}

.fund-companyVip .multiple-nav .multiple-navItem .icon-que {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 4px;
    border: 1px solid #333;
    color: #333;
    font-size: 12px;
    text-align: center;
}

.fund-companyVip .multiple-nav .multiple-navItem .icon-que .ques-tips {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 270px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 16px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    z-index: 2;
}

.fund-companyVip .multiple-nav .multiple-navItem .icon-que:hover .ques-tips {
    display: block;
}

.fund-companyVip .multiple-nav .multiple-navItem:hover {
    border-color: #BC8F2A;
    color: #BC8F2A;
}

.fund-companyVip .multiple-nav .multiple-navItem:hover span {
    color: #BC8F2A;
}

.fund-companyVip .multiple-nav .multiple-navItem:hover .icon-que {
    border-color: #BC8F2A;
    color: #BC8F2A;
}

.fund-companyVip .multiple-nav .multiple-navItem.on {
    border-color: #BC8F2A;
    color: #fff;
    background-color: #BC8F2A;
}

.fund-companyVip .multiple-nav .multiple-navItem.on span {
    color: #fff;
}

.fund-companyVip .multiple-nav .multiple-navItem.on .icon-que {
    border-color: #fff;
    color: #fff;
    background-color: #BC8F2A;
}

.fund-companyVip .multiple-list .multiple-item {
    width: 272px;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    padding: 18px;
    margin-right: 20px;
}

.fund-companyVip .multiple-list .multiple-item:last-child {
    margin-right: 0;
}

.fund-companyVip .multiple-item .multiple-pkName {
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 4px;
    height: 40px;
    z-index: 1;
}

.fund-companyVip .multiple-item .multiple-pkName .en {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    color: #FBF4E5;
    z-index: -1;
}

.fund-companyVip .multiple-item .multiple-pkTip {
    font-size: 12px;
    color: #666;
}

.fund-companyVip .multiple-pkList .multiple-pkItem {
    position: relative;
    height: 52px;
    line-height: 52px;
    border: 1px solid #E8E8E8;
    margin-top: 8px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 8px;
}

.fund-companyVip .multiple-pkItem .icon-check {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #CCCCCC;
    margin-right: 2px;
    vertical-align: -2px
}

.fund-companyVip .multiple-pkItem .pic-nums {
    display: inline-block;
    width: 48px;
    font-size: 16px;
    color: #333;
}

.fund-companyVip .multiple-pkItem .price-wrap {
    display: inline-block;
    width: 136px;
    margin-left: 4px;
    text-align: right;
}

.fund-companyVip .multiple-pkItem .price-wrap .pic-everyPrice {
    font-size: 12px;
    color: #999;
}

.fund-companyVip .multiple-pkItem .price-wrap .pic-price {
    font-size: 16px;
    color: #333;
}

.fund-companyVip .multiple-pkList .price-badge {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    background: linear-gradient(270deg, #FE7B03 0%, #F9A01D 50%, #F3C637 100%);
    border-radius: 10px 10px 10px 0px;
    position: absolute;
    top: -10px;
    left: -1px;
    font-size: 12px;
    color: #fff;
}

.fund-companyVip .multiple-pkList .multiple-pkItem:hover {
    border-color: #EBD8AE;
}

.fund-companyVip .multiple-pkList .multiple-pkItem.on {
    border-color: #EBD8AE;
    background-color: #FFF9EB;
}

.fund-companyVip .multiple-pkList .multiple-pkItem.on .icon-check {
    border-color: #BC8F2A;
    background-color: #BC8F2A;
}

.fund-companyVip .multiple-pkList .multiple-pkItem.on .icon-check::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

.companyVip-con .companyVip-conItem,
.multiple-wrapper .multiple-list {
    display: none;
}

.companyVip-con .companyVip-conItem.on,
.multiple-wrapper .multiple-list.on {
    display: block;
}

/* 弹窗模板 */
.content-model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.content-model .content-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.content-model .content-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-close {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transform: rotate(0);
    transition: all .2s;
    box-sizing: border-box;
}

.content-close::after,
.content-close::before {
    content: "";
    width: 2px;
    height: 16px;
    background-color: #666;
    position: absolute;
    top: 5px;
    left: 12px;
    border-radius: 8px;
}

.content-close::after {
    transform: rotate(45deg);
}

.content-close::before {
    transform: rotate(-45deg);
}

.content-close:hover {
    transform: rotate(-180deg);
}

.content-close:hover::after,
.content-close:hover::before {
    background-color: #333;
}

.fund-success .icon-success {
    display: block;
    width: 57px;
    height: 61px;
    background: url(../img/png_1.png);
}

.fund-success .success-text {
    font-size: 18px;
    text-align: center;
    color: #333;
}

.fund-success .success-content {
    margin-top:15px;
    padding:15px 30px;
    font-size: 14px;
    text-align: center;
    color: #333;
    border:#f1f1f1 solid 1px;
    background-color: lightcyan;
}
.fund-success .success-content span{
    word-break: break-word;
    word-wrap: break-word;
}
.success-content p{
    margin-bottom: 5px;
}

.fund-success .success-btn {
    display: block;
    width: 170px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #11AA99;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #11aa99;
    transition: all .24s;
}

.fund-success .success-btn:hover {
    background-color: #11AA99;
    color: #fff;
}

.fund-success {
    width: 350px;
    height: 400px;
    background-color: #fff;
    border-radius: 8px;
}

.fund-success .icon-success {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.fund-success .success-btn {
    margin: 0 auto;
    margin-top: 30px;
}

.fund-tips {
    margin-bottom: 40px;
}

.fund-tips p {
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.fund-tips p a {
    font-size: 12px;
    color: #999;
}

.fund-tips p a:hover {
    color: #11AA99;
    text-decoration: underline;
}

.contact-customer {
    font-size: 14px;
    color: #333;
    margin-top: 12px;
}

.contact-customer a {
    font-size: 14px;
    color: #11aa99;
}

.contact-customer a:hover {
    text-decoration: underline;
}

/* VIP充值页面权益展示修改需求 */
.fund-personVip .package-list .package-item {
    height: 230px;
}

.fund-personVip .package-list .package-item .package-discount em {
    font-size: 14px;
    color: #999;
    padding-right: 8px;
}

.fund-personVip .package-list .package-item .package-cpr {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.fund-personVip .package-list .package-item .package-downNum {
    margin-top: 20px;
    padding-top: 20px;
}

.fund-coins .package-list .package-item .icon-ques {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #FF8A8B;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: #FF8A8B;
    z-index: 2;
}

.fund-coins .package-list .package-item .ques-tips {
    display: none;
    max-width: 300px;
    width: max-content;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 16px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.fund-coins .package-list .package-item .ques-tips a {
    color: #11AA99;
}

.fund-coins .package-list .package-item .ques-tips a:hover {
    text-decoration: underline;
}

.fund-coins .package-list .package-item .icon-ques:hover .ques-tips {
    display: block;
}

.fund-coins .package-list .package-item .ques-tips::before,
.fund-coins .package-list .package-item .ques-tips::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.fund-coins .package-list .package-item .ques-tips::before {
    border-bottom-color: #E8E8E8;
    top: -12px;
}

/* 企业授权套餐展示及内容优化 */
.newPack-con .newPack-list {
    padding-bottom: 20px;
}

.newPack-con .newPack-list .newPack-item {
    padding-top: 32px;
}

.newPack-con .newPack-list .newPack-tit {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}

.newPack-con .newPack-list .newPack-desc {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}

.newPack-con .newPack-list .newPack-ndList {
    width: 460px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    margin: 0 auto;
}

.newPack-con .newPack-list .newPack-ndItem {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
    transition: all .1s;
}

.newPack-con .newPack-list .newPack-ndItem:first-child {
    border-radius: 8px 8px 0 0;
}

.newPack-con .newPack-list .newPack-ndItem:last-child {
    border-bottom: 0;
}

.newPack-con .newPack-list .newPack-link {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 0 0 8px 8px;
}

.newPack-con .newPack-list .newPack-link a {
    color: #11aa99;
}

.newPack-con .newPack-list .newPack-link a:hover {
    text-decoration: underline;
}

.newPack-con .newPack-list .icon-check {
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #CCCCCC;
    margin-right: 20px;
    vertical-align: -2px
}

.newPack-con .newPack-list .pic-nums {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.newPack-con .newPack-list b {
    font-size: 20px;
    font-weight: 700;
}

.newPack-con .newPack-list .pic-price {
    font-size: 14px;
    color: #666;
}

.newPack-con .newPack-list .newPack-ndItem-l,
.newPack-con .newPack-list .newPack-ndItem-r {
    flex: 1;
}

.newPack-con .newPack-list .price-badge {
    display: none;
    width: -webkit-max-content;
    width: max-content;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    background-color: #F47721;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    transform: scale(.9);
}

.newPack-con .newPack-list .price-wrap {
    text-align: right;
}

.newPack-con .newPack-list .price-wrap .pic-everyPrice {
    font-size: 14px;
    color: #333;
}

.newPack-con .newPack-list .price-wrap .pic-price {
    font-size: 16px;
    color: #333;
}

.newPack-con .newPack-list .price-origin {
    text-align: right;
    font-size: 14px;
    color: #666;
}

.newPack-con .newPack-list .price-origin em {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
}

.newPack-con .newPack-list .newPack-ndItem:hover {
    background: #fffcf4;
}

.newPack-con .newPack-list .newPack-ndItem:hover .price-badge {
    display: inline-block;
}

.newPack-con .newPack-list .newPack-ndItem.on {
    background: #FAF4E7;
    box-shadow: 0px 5px 13px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #BC8F2A;
    transform: scale(1.04);
}

.newPack-con .newPack-list .newPack-ndItem.on .icon-check {
    border-color: #BC8F2A;
    background-color: #BC8F2A;
}

.newPack-con .newPack-list .newPack-ndItem.on .icon-check::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

.newPack-con .newPack-list .newPack-ndItem.on .price-badge {
    display: inline-block;
}

.newPack-con .swp-btn {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(82, 86, 94, 0.08);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 1px solid #D9D9D9;
}

.newPack-con .prev-btn {
    display: none;
    left: 10%;
    transform: rotate(180deg);
}

.newPack-con .next-btn {
    right: 10%;
}

.newPack-con .swp-btn .iconfont {
    font-size: 24px;
    color: #BFBFBF;
}

.newPack-type {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newPack-type .newPack-typeItem {
    color: #999;
    font-size: 12px;
    margin-left: 12px;
}

.newPack-type .icon-ques {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: #D9D9D9;
    z-index: 2;
    margin-right: 4px;
    cursor: pointer;
}

.newPack-type .ques-tips {
    display: none;
    transform: translateX(-50%);
    width: max-content;
    max-width: 300px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);
    position: absolute;
    top: 20px;
    left: 50%;
    padding: 12px 16px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.newPack-type .ques-tips a {
    color: #11AA99;
}

.newPack-type .ques-tips a:hover {
    text-decoration: underline;
}

.newPack-type .ques-tips::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #000000;
    opacity: 0;
}

.newPack-type .icon-ques:hover .ques-tips {
    display: block;
}

.fund-personVip .package-list.four .package-item {
    width: 196px;
    height: 210px;
    margin-right: 24px;
}

.fund-coins .package-list .package-item.on.special {
    border: 2px solid #F47721;
    background-color: #FFF6F1;
}

.fund-coins .package-list .package-item.on.special .wt-dagou {
    background-color: #F47721;
}

.fund-coins .package-list .package-item.on.special .package-gift span {
    background-color: #FFE6D5;
}

.fund-coins .package-list .package-item .package-badge {
    color: #F47721;
}

/* 企业授权介绍页及充值页联系客服入口增加hover */
.link-kf {
    position: relative;
}

.link-kf .link-kfBg {
    background: url(../img/png_2.png)no-repeat;
    position: absolute;
    top: -364px;
    left: -134px;
    width: 327px;
    height: 354px;
    opacity: 0;
    visibility: hidden;
    transition: all .36s;
}

.link-kf:hover .link-kfBg {
    top: -344px;
    opacity: 1;
    visibility: visible;
}

.pay-wrap .pay-item {
    position: relative;
}

.pay-wrap .pay-item .unlogin-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
    height: 148px;
}

.pay-wrap .pay-item .unlogin-mask img {
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
    height: 148px;
    opacity: 0.04;
}

.pay-wrap .pay-item .unlogin-mask a {
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
    text-decoration: underline;
}

.pay-wrap .pay-item .unlogin-mask a:hover {
    color: #11AA99;
}

.fund-personVip .package-list .package-item .icon-ques {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #BC8F2A;
    border-radius: 50%;
    font-size: 12px;
    color: #BC8F2A;
    background-color: #fff;
    z-index: 2;
    margin-left: 4px;
}

.fund-personVip .package-list .package-item .ques-tips {
    display: none;
    transform: translateX(-50%);
    width: max-content;
    max-width: 300px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);
    position: absolute;
    top: 20px;
    left: 50%;
    padding: 12px 16px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.fund-personVip .package-list .package-item .ques-tips a {
    color: #11AA99;
}

.fund-personVip .package-list .package-item .ques-tips a:hover {
    text-decoration: underline;
}

.fund-personVip .package-list .package-item .ques-tips::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #000000;
    opacity: 0;
}

.fund-personVip .package-list .package-item .icon-ques:hover .ques-tips {
    display: block;
}

.fund-personVip .package-list .package-item.on .package-badge::before {
    border-right-color: #FFF5EE;
}

@media screen and (min-width: 1920px) {
    .wt-header .w1920 {
        width: 1900px;
        margin: auto;
    }
}
