h2 {
    font-size: 34px;
    line-height: 36px;
    color: #222;
    font-weight: bold;
    text-align: center;
}
.container {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}

.flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* pay_support */
.pay_support{
    margin-top: 34px;
}
.pay_support>div {
    margin-top: 30px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.pay_support p {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    align-items: center;
}

.pay_support p span{
    display: block;
    margin-left: 16px;
    margin-right: 16px;
}
.pay_support p::before,
.pay_support p::after{
    clear: both;
    content: "";
    background: #D9D9D9;
    height: 1px;
    flex: 1;
}

.pay_support img {
    margin: 30px auto 0;
    display: block;
}

/* order_choose */
.order_choose {
    margin-top: 100px;
    padding-bottom: 47px;
}

.order_choose ul {
    margin-top: 60px;
}

.order_choose li {
    max-width: 375px;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    padding: 38px 22px 29px;
    box-sizing: border-box;
    margin-bottom: 33px;
}

.order_choose li div {
    max-width: 330px;
    padding: 27px 0 29px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 18px;
    margin: 30px auto 0;
}

.order_choose li span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 27px;
    display: block;
    margin: 0 auto 10px;
}

.order_choose li p.info {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    max-width: 260px;
    width: 90%;
    margin: auto;
}

.order_choose li:nth-of-type(1) {
    background: linear-gradient(180deg, rgba(151, 176, 255, 0.2) 0%, rgba(48, 103, 255, 0.2) 100%);
}

.order_choose li:nth-of-type(2) {
    background: linear-gradient(180deg, rgba(134, 211, 255, 0.2) 0%, rgba(32, 152, 220, 0.2) 100%);
    ;
}

.order_choose li:nth-of-type(3) {
    background: linear-gradient(180deg, rgba(156, 239, 214, 0.2) 0%, rgba(6, 167, 189, 0.2) 100%);
}

.order_choose li:nth-of-type(4) {
    background: linear-gradient(180deg, rgba(255, 215, 90, 0.2) 0%, rgba(208, 139, 4, 0.2) 100%);
}

.order_choose li:nth-of-type(5) {
    background: linear-gradient(180deg, rgba(255, 182, 172, 0.2) 0%, rgba(208, 37, 14, 0.2) 100%);
}

.order_choose li:nth-of-type(6) {
    background: linear-gradient(180deg, rgba(255, 185, 247, 0.2) 0%, rgba(137, 32, 208, 0.2) 100%);
}

.order_choose li p.info a {
    color: #2D5DF0;
}

.buy {
    background: #fff;
    padding-top: 48px;
    position: relative;
}

.buy::before {
    clear: both;
    content: "";
    width: 100%;
    height: 364px;
    background: linear-gradient(90deg, #D6F5FF 0%, #FFE3FE 49%, #FFECC8 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.buy>div {
    position: relative;
    z-index: 2;
    overflow: visible;
}

.buy>div>h1 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #222;
    font-weight: bold;
}

.buy>div>p {
    font-size: 18px;
    color: #222;
    line-height: 24px;
    margin-top: 24px;
    text-align: center;
}

.buy_box {
    margin-top: 50px;
    align-items: flex-end;
    margin-bottom: 0px;
}

.buy_box>div {
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.07);
    border-radius: 8px 8px 8px 8px;
    max-width: 380px;
    width: 100%;
    background: #fff;
    padding-top: 38px;
    padding-bottom: 38px;
    text-align: center;
    margin-top: 24px;
}

.buy_box .title {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    line-height: 28px;
    text-align: center;
}
.buy_box .title i{
    background: url(/images/ai-photo-editor/best-seller.svg);
    width: 19px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
}
.buy_box.active{
    max-width: 800px;
}
.buy_box.active .free{
    display: none !important;
}
.buy_box .free {
    text-align: center;
    height: 100%;
}

.buy_box .free span {
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-top: 6px;
}

.buy_box .free>div:nth-of-type(1) {
    margin-top: 38px;
}

.buy_box .free>div {
    margin-top: 58px;
}

.buy_box .free>a {
    min-width: 188px;
    height: 56px;
    border: 1px solid #4071FF;
    border-radius: 10px;
    line-height: 54px;
    font-size: 20px;
    font-weight: bold;
    color: #4071FF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 98px;
    cursor: pointer;
}

.buy_box .free>a:hover {
    background: #4071FF;
    color: #fff;
    text-decoration: none;
}

.buy_box .free i {
    background: url(/images/ai-photo-editor/free-credtis-and-unlimited-preview.svg);
    width: 45px;
    height: 40px;
    display: block;
    margin: auto;
}
.buy_box .free div:nth-child(3) i{
    background-position-y: -40px;
}
.buy_box>div .credits {
    max-width: 305px;
    width: 99%;
    margin: auto;
    text-align: left;
    margin-top: 16px;
}

.buy_box>div .credits>div {
    border-bottom: 1px solid #979797;
    padding-bottom: 18px;
    margin-top: 18px;
    text-align: left;
    cursor: pointer;
}

.buy_box>div .credits>div * {
    vertical-align: middle;
}

.buy_box>div .credits span {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    display: inline-block;
    width: 120px;
    position: relative;
}

.buy_box>div .credits span .off{
    min-width: 64px;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 18px;
    border-radius: 10px 10px 10px 0;
    background: #EB3E3E;
    position: absolute;
    top: -16px;
    left: 4px;
    font-size: 12px;
    color:#fff;
    font-weight: bold;
    box-sizing: border-box;
}
.buy_box>div .credits .price {
    font-weight: bold;
    width: 70px;
    margin: 0;
}

.buy_box>div .credits del {
    color: #666;
    line-height: 20px;
}

.buy_box>div .credits i {
    width: 14px;
    height: 14px;
    background: url(/images/ai-photo-editor/radio.svg);
    margin-right: 8px;
    cursor: pointer;
}

.buy_box>div .credits>div.active i {
    background-position-y: -14px;
}

.buy_box>div>.price {
    font-size: 46px;
    line-height: 54px;
    margin-top: 24px;
    text-align: center;
    font-weight: bold;
    color: #EB3E3E;
    display: block;
}

.buy_box .best {
    position: relative;
    margin-top: 0px;
    padding-top: 50px;
    max-width: 406px;
    border: 1px solid #4071FF;
}

.buy_box .lifetime {
    margin-top: 18px;
}


.buy_box .best>span:nth-child(1) {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #EB3E3E;
    border-radius: 14px;
    line-height: 30px;
    padding: 0px 22px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
}

.buy_box .btn {
    cursor: pointer;
    min-width: 234px;
    line-height: 56px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    display: inline-block;
    background: #EB3E3E;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
}

.buy_box .btn:hover span,
.buy_box .btn.load span{
    opacity: 0;
}
.buy_box .btn.load::before{
    clear: both;
    content: "";
    background: url(/images/watermark-remover-online/loading.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    animation: rotate 1.5s infinite linear;
}
.buy_box .btn.load::after{display: none;}
.buy_box .btn span {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.buy_box .btn.win span i {
    width: 30px;
    height: 30px;
    background: url(/images/product/windows.svg) no-repeat center center/cover;
    vertical-align: -8px;
    margin-right: 8px;
}

.buy_box .btn::after {
    clear: both;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, -50%);
    background: url(/images/product/cart.svg) no-repeat center center/cover;
}

.buy_box .btn:hover::after {
    top: 50%;
    transition: all .3s linear;
}

/* table_box */
.features {
    margin-top: 100px;
}

.features .table_box {
    overflow: auto;
}

.features .table_box {
    margin-top: 60px;
}

.features table {
    width: 1200px;
}

.features table td span {
    font-weight: bold;
}

.features table td {
    border: 1px solid #DEE1E8;
    width: 1200px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.features table td i.no {
    width: 24px;
    height: 24px;
    background: url(/images/ai-photo-editor/icon.svg);
    vertical-align: middle;
}

.features table tr:nth-child(1),
.features table tr:nth-child(2) {
    background: #EDF2FF;
}

.features table tr:nth-child(1),
.features table tr:nth-child(2),
.features table tr td:nth-child(1) {
    font-weight: bold;
}

.features table tr td .tips {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/iphone-cleaner/tax-included.svg) no-repeat center center/cover;
    vertical-align: -2px;
    margin-left: 2px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 8px;
}

.features table tr td .tips span {
    position: absolute;
    width: 280px;
    font-size: 14px;
    color: #444444;
    background-color: #fFFFFF;
    padding: 10px 16px;
    box-sizing: border-box;
    top: 32px;
    left: -8px;
    box-shadow: 0px 5px 17px 4px rgb(0 0 0 / 9%);
    z-index: 2;
    display: none;
    border-radius: 4px;
    text-align: left;
    z-index: 2;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
}

.features table tr td .tips span::before {
    content: "";
    position: absolute;
    height: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -30px;
    left: 7px;
    z-index: 1;
}

.features table tr td .tips:hover span {
    display: block;
}

/* faq */
.faq {
    margin-top: 100px;
    padding: 0;
}

.faq ul {
    margin-top: 60px;
}

.faq ul li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DEE1E8;
}

.faq ul li .title {
    font-size: 18px;
    line-height: 24px;
    color: #222;
    padding-right: 24px;
    position: relative;
    cursor: pointer;
}

.faq ul li .title::before {
    clear: both;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/ai-photo-editor/icon.svg);
    background-position-y: -96px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.faq ul li.active .title {
    color: #4071FF;
}

.faq ul li.active .info {
    display: block;
}

.faq ul li.active .title::before {
    background-position-y: -72px;
}

.faq ul li .info {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 24px;
    display: none;
}

@media screen and (max-width:1280px) {
    .banner .product_box h1 {
        width: auto;
    }

    .order_bundle .bundle_box span.tax i .tax_content, .product_buy p.tax i .tax_content, .tab_cont ul span.tax i .tax_content {
        left: -169px;
    }

    .order_bundle .bundle_box span.tax i .tax_content::before, .product_buy p.tax i .tax_content::before, .tab_cont ul span.tax i .tax_content::before {
        left: 166px;
    }
}

@media screen and (max-width:1200px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .buy{
        padding-top: 30px;
    }
    .buy>div>p{
        font-size: 16px;
        margin-top: 12px;
    }
    .buy_box .best{
        padding-top: 30px;
    }
    .buy_box>div>.price{
        margin-top: 16px;
    }
    .buy_box .title{
        font-size: 20px;
    }
    .buy_box>div .credits>div{
        padding-bottom: 12px;
    }
    .pay_support {
        justify-content: center;
    }

    .order_choose ul {
        max-width: 810px;
        margin: 30px auto 0;
    }

    .order_choose li {
        margin: 0 auto 33px
    }

    .buy {
        background: linear-gradient(90deg, #D6F5FF 0%, #FFE3FE 49%, #FFECC8 100%);
        padding-bottom: 30px;
    }

    .buy::before {
        display: none;
    }

    .buy_box {
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
    }

    .buy_box>div {
        margin-top: 30px !important;
        max-width: 380px !important;
    }

    .buy_box .free>div {
        margin-top: 30px !important;
    }

    .buy_box .free>a {
        margin-top: 30px;
    }
}

@media screen and (max-width:760px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pay_support>div {
        margin-top: 30px;
    }
    .faq,
    .features {
        margin-top: 70px;
    }

    .faq ul,
    .features .table_box {
        margin-top: 30px;
    }

    .faq ul li .info {
        margin-top: 10px;
    }
    .pay_support p::before,
    .pay_support p::after{
        display: none;
    }
}

@media screen and (max-width:320px) {
    .buy_box>div .credits {
        padding-left: 4px;
        padding-right: 4px;
        box-sizing: border-box;
    }

    .buy_box>div .credits span {
        width: 100px;
    }
}