.base-active-banner {
    display: none
}

.cookie_policy {
    bottom: 0!important
}

.header-nav {
    z-index: 200;
}
.top-banner {
    padding-top: 50px; 
    background: url(../jpg/top_bg.jpg) no-repeat center top;
}
.top-banner .title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 16px;
    text-align: center;
}
.top-banner .title a,.top-banner .title span {
    font-size: 20px;
    font-weight: 300;
	color: #fd9400;
}
.top-banner .title a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 576px) {
    .top-banner .title>p {
        display: inline-block;
    }
}
.top-banner .desc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.top-banner .desc .item {
    position: relative;
    font-size: 16px;
    color: #2a2a2a;
    padding-left: 25px;
    margin-right: 30px;
    margin-bottom: 15px;
}
.top-banner .desc .item::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    width: 15px;
    height: 13px;
    background: url(../png/icon_right-3.png);
}
.top-banner .desc .item:last-child{
    margin-right: 0;
}
.buy-box {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
.buy-box .buy-item {
    width: 100%;
    max-width: 360px;
    background-color: #fff;
	box-shadow: 0px 2px 10px 0px 
		rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0 30px 40px 30px;
    margin: 0 34px 40px 34px;
}
.buy-box .buy-item:hover {
    box-shadow: 0px 4px 15px 1px 
    rgba(255, 157, 0, 0.2);
}
.buy-box .buy-head {
    position: relative;
    padding: 54px 0 25px 0;
    border-bottom: 1px solid #e7e7e7;
}
.buy-box .buy-tip {
    font-size: 14px;
    color: #666666;
    margin-bottom: 14px;
    text-align: center;
}
.buy-box .icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../png/icon_tip.png);
    background-size: cover;
    transform: translateY(3px);
    z-index: 199;
}
.buy-box .icon .bubble {
    display: none;
    position: absolute;
    top: -12px;
    left: 27px;
    width: 225px;
    background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
        rgba(0, 0, 0, 0.3);
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #2e2e2e;
    border-radius: 5px;
}
.buy-box .icon:hover .bubble {
    display: block;
}
.buy-box .icon .bubble::before {
    content: '';
    position: absolute;
    background: url(../png/triangle.png);
    left: -19px;
    top: 8px;
    width: 19px;
    height: 22px;
}
.buy-box .buy-pc {
    height: 40px;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    font-size: 16px; 
    line-height: 40px;
    text-align: center;
    color: #2e2e2e;
}
.buy-box .buy-choose {
    display: none;
    position: relative;
    box-shadow: 0px 2px 8px 0px
    rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fff;
}
.buy-box .select.active .buy-choose{
    display: block;
}
.buy-box .buy-choose>div {
    cursor: pointer;
}
.buy-box .buy-choose>div.active {
    background-color: #fd94001a;
}
.buy-box .buy-choose>div:hover {
    background-color: #fd94001a;
}
.buy-box .buy-choose>div:hover+div {
    background-color: #fff!important;
}
.buy-box .buy-pc.select {
    position: relative;
    box-shadow: 0px 2px 8px 0px 
    rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    cursor: pointer;
}
.buy-box .buy-pc.select::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 12px;
    width: 13px;
    height: 8px;
    background: url(../png/icon_select.png);
    transition: 0.3s all linear;
}
.buy-box .buy-pc.select.active::after {
    transform: rotate(180deg);
}
.buy-box .buy-pc .count {
    color: #fd9400;
}
.buy-box .buy-price {
    margin-top: 33px;
    margin-bottom: 40px;
    text-align: center;
}
.buy-box .discount-price {
    font-size: 36px;
    font-weight: 700;
    color: #fd9400;
    margin-right: 5px;
}
.buy-box .real-price {
    font-size: 18px;
    color: #999999;
    text-decoration: line-through;
}
.buy-box .buy-plan {
    position: absolute;
    top: -25px;
    left: calc(50% - 110px);
    width: 220px;
	height: 50px;
    border-radius: 8px;
    background-color: #fff;
    border: solid 1px #f5f5f8;
    font-size: 22px;
	line-height: 50px;
    color: #2e2e2e;
    font-weight: 700;
    text-align: center;
}
.buy-box .christmas-head .christmas-offer{
    position: relative;
}
.buy-box .best-seller {
    position: absolute;
    top: -37px;
    right: -49px;
    display: inline-block;
    width: 75px;
    height: 80px;
    background: url(../png/icon_seller.png);
    background-size: cover;
}
.buy-box .lifetime-more{
    display: none;
}
.buy-box .lifetime-more.active{
    display: block;
}
.buy-box .christmas-head{
    padding-top: 0;
    padding-bottom: 4px;
}
.buy-box .christmas-head .christmas-offer{
    margin: 0 -30px;
    position: relative;
    text-align: center;
}
.buy-box .christmas-head .christmas-offer span{
    position: absolute;
    top: 24px;
    left: 0;
    color: #ffee2f;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-shadow:rgb(0, 0, 0) 2px 2px 6px;
}
.christmas-head .buy-plan{
    background: #d71f1d;
    color: #fff;
    z-index: 2;
    border: none;
    width: 180px;
    height: 42px;
    top: -21px;
    font-size: 20px;
    line-height: 42px;
    left: calc(50% - 90px);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
.buy-box .christmas-head .buy-tip{
    margin-top: 14px;
    margin-bottom: 0;
}
.top-banner .link {
    text-align: center;
    padding-bottom: 30px;
}
.top-banner .link>a {
    font-size: 16px;
    color: #fd9400;
}
.top-banner .link>a:hover {
    text-decoration: underline;
}
.accept-box {
    margin-bottom: 100px;
}
.accept-box .accept {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #2e2e2e;
}
.accept-box .accept>span {
    margin-right: 10px;
}
.accept-box .accept>img {
    height: 35px;
    margin-right: 4px;
    margin-bottom: 10px;
}
.accept-box .guarantee {
    text-align: center;
}

.free-box {
    margin-bottom: 100px;
}
.free-box .container {
    display: flex;
}
.free-box .container>div {
    width: 50%;
    display: flex;
}
.free-box .container>div:first-child {
    border-right: solid 1px #e3e5e9;
}
.free-box .container>div>.free-item:first-child {
    border-right: solid 1px #e3e5e9;
}
.free-box .free-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
}
.free-box .free-item .icon {
    width: 50px;
    height: 50px;
    background-size: cover;
	opacity: 0.6;
    margin-bottom: 25px;
}
.free-box .free-item .icon.fis {
    background-image: url(../png/icon_money-2.png);
}
.free-box .free-item .icon.sec {
    background-image: url(../png/icon_secure.png);
}
.free-box .free-item .icon.thr {
    background-image: url(../png/icon_support.png);
}
.free-box .free-item .icon.fou {
    background-image: url(../png/icon_update.png);
}
.free-box .free-item .title {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 10px;
    text-align: center;
}
.free-box .free-item .desc {
    font-size: 16px;
	line-height: 24px;
    color: #666666;
    text-align: center;
}
.faq-box {
    margin-bottom: 120px;
}
.faq-box .title {
    font-size: 36px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.faq-box .faq-title {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    border-bottom: solid 2px #eaecef;
    padding-right: 25px;
    cursor: pointer;
}
.faq-box .faq-title:hover {
    color: #fd9400;
}
.faq-box .faq-title::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 25px;
    width: 13px;
    height: 8px;
    background-image: url(../png/icon_xia.png);
    background-size: cover;
}
.faq-box .faq-item.active .faq-title {
    color: #fd9400;
}
.faq-box .faq-item.active .faq-title::after {
    background-image: url(../png/icon_shang.png);
}
.faq-box .faq-info {
    display: none;
    font-size: 16px;
	line-height: 24px;
    color: #2e2e2e;
    padding: 20px 10px 20px 0;
}
#paypal-one-month, 
#paypal-one-quarter, 
#paypal-one-year, 
#paypal-lifetime,
.new-paypal-btn, 
.paypal-iframe,
.new-paypal-btn {
    display: flex;
    flex-direction: column;
}
.paypal-buttons {
    order: 1;
}
/* btn */
.pay-btn{
    order: 2;
    width: 100%;
    height: 46px;
    border-radius: 24px;
    display: block;
    font-size: 18px;
    line-height: 48px;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 14px;
    background: linear-gradient(0deg, #ff7e17, #ffaa17);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay-btn span,.pay-btn a{
    font-size: 18px !important;
}
.pay-btn svg{
    margin-left: 10px;
}
.pay-btn:hover{
    background: linear-gradient(0deg, #ff6317, #ff8f17);
}
a.pay-btn:hover{
    color: #fff;
}
.buy-btn{
    width: 100%;
    background: url(../png/christmas_btn_normal.png) no-repeat center top/contain;
    border: unset;
    border-radius: unset;
}
.buy-btn:last-child{
    border: unset;
}
.buy-btn:hover{
    background: url(../png/christmas_btn_hover.png) no-repeat center top/contain;
}
/* btn */
@media screen and (max-width: 1300px) and (min-width: 873px) {
    .buy-box {
        margin-left: auto;
        margin-right: auto;
        width: 858px;
        justify-content: left;
    }
}

@media screen and (max-width: 1130px) {
    .buy-box .icon .bubble {
        top: 27px;
        left: -195px;
    }
    .buy-box .icon .bubble::before {
        left: 193px;
        top: -19px;
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 991px) {
    .top-banner {
        padding-top: 60px;
    }
    .buy-box {
        margin-top: 75px;
    }
    .free-box .container {
        flex-direction: column;
    }
    .free-box .container>div {
        width: 100%;
    }
    .free-box .container>div:first-child {
        border: none;
    }
}

@media screen and (max-width: 575px) {
    .top-banner {
        padding-top: 30px;
    }
    .top-banner .container {
        display: flex;
        flex-direction: column;
    }
    .top-banner .title, .faq-box .title {
        font-size: 26px;
        line-height: 36px;
    }
    .top-banner .desc {
        margin: 0 auto;
        display: inline-block;
    }
.top-banner .link {
        margin: 0 34px;
    }
    .top-banner .desc .item:last-child{
        margin-right: 30px;
    }
    .free-box .container>div {
        flex-direction: column;
    }
    .free-box .free-item {
        width: 100%;
    }
    .free-box .container>div>.free-item:first-child {
        border: none;
    }
    .accept-box, .free-box {
        margin-bottom: 30px;
    }
    .accept-box .accept>span {
        margin-right: 0;
        transform: translateX(-10px);
    }
    .faq-box .faq-title {
        height: 75px;
    }
    .buy-box .christmas-head .christmas-offer span{
        font-size: 20px;
    }
}

/* 改版 */
.buy-box .buy-item {
    position: relative;
}
.buy-box .buy-head {
    padding: 43px 0 25px 0;
}
.buy-box .buy-plan {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0;
    border: none;
    line-height: 30px;
    background: none;
}
.buy-box .buy-tip {
    margin: 20px auto 12px;
}
.buy-box .buy-tip span{
    line-height: 19px;
}
.buy-box .buy-price {
    margin-top: 30px;
    margin-bottom: 24px;
}
.buy-box .discount-price{
    color: #FD6A00;
    line-height: 49px;
}
.buy-box .real-price {
    line-height: 25px;
}

.buy-box .buy-item .best-icon{
    position: absolute;
    right: 50%;
    top: 0px;
    transform: translateX(50%);
    background: linear-gradient(180deg, #FF5C00 0%, #FF9900 99.44%), #D9D9D9;
    max-width: 160px;
    width: 45%;
    height: 28px;
    background-size: 100% 100%;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 28px;
    border-radius: 0 0 6px 6px;
    z-index: 1;
}
/* 改版 */

.new-pay-block{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
}

.new-pay-block > img{
    width: 60px;
}

@media(max-width: 468px){
    .new-pay-block{
        font-size: 14px;
    }
}