body {
    font: 14px Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    background-color: transparent;
}

body.un-scroll {
    overflow-y:hidden;
    overflow-x:hidden;
}

.stripe-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 100;
    display: flex;
    flex-direction: row;
    padding: 70px 20px 5px 20px;

}

.stripe-header.android-header {
    padding: 35px 20px 5px 20px;
}

.back-button {
    width: 15px;
    height: 15px;
    border-left: solid;
    border-bottom: solid;
    border-color: #D60311;
    transform: rotate(45deg);
}

.back-button-img img {
    width: auto;
    height: 20px;
}

.header-title h2 {
    height: 26px;
    font-size: 22px;
    font-weight: bold;
    color: #313131;
    line-height: 18px;
}

.header-title {
    text-align: center;
    width: 92%;
}

.security-describe {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    margin: 13px 17px;
}

.security-title {
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    padding: 13px 17px;
    background: #F5F5F5;
}

.page-with {
    margin: 0px 17px;
}


.product-item {
    display: flex;
    height: 116px;
    margin: 17px;
    border: 2px solid #D8D8D8;
    border-radius: 15px;
}

.product-item-trial {
    height: 137px;
}

.product-item-trial img {
    margin-bottom: 19px;
}

.product-item img {
    width: auto;
    height: 90px;
}

.product-item svg {
    width: auto;
    height: 90px;
}

.product-item.selected-item {
    background-color: #FDF2F2;
    border: 2px solid #D60311;
}


.product-item-left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
}

.product-item-right {
    padding: 13px 9px;
    position: relative;
    width: -webkit-fill-available;
}

.product-item-right p {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    padding: 10px 0px;
}
.price-box {
    position: absolute;
    bottom: 16px;
}

.product-item-right h2 {
    padding: 0px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.product-price {
    font-size: 19px;
    font-weight: bold;
    color: #D60311;
    margin-top: 27px;
    text-transform: capitalize;
}

.save-discount {
    background: #D60311;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    width: fit-content;
    padding: 4px 9px;
    margin-top: 4px;

    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
}

.product-describe {
    margin: 14px 17px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.product-describe img {
    width: 18px;
    height: 18px;
}

.description-warm {
    color: #FC5900;
    border: 2px solid #FC5900;
    transform: rotate(180deg);
    border-radius: 15px;
    width: 15px;
    text-align: center;
}

.description-info {
    padding: 2px;
    margin: 0px 2px;
}

.card-information-title {
    font-size: 17px;
    font-weight: 400;
    color: #333333;
    padding: 23px 17px 12px 17px;
    background: #F5F5F5;
}

.card-list-title {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    padding: 17px 17px 9px 17px;
}

.card-list-content {
    padding: 17px 17px 17px 17px;
}

.card-list-content img {
    width: auto;
    height: 30px;
}

.card-form {
    display: flex;
    flex-direction: column;
}

.card-form .CheckoutInput {
    margin: 4.5px 17px;
    padding: 10px 13px;
    background: #F7F7F7;
    border: none;
}

.paying-directions-box {
    margin: 17px;
}

.paying-directions {

    font-size: 13px;
    font-weight: 400;
    color: #0096FF;
}

.confirm-checkout {
    background: #F7CCCF;
    opacity: 1;
    border: none;
    padding: 13px;
    width: -webkit-fill-available;
    border-radius: 6px 6px 6px 6px;
    margin: 33px;

    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}

.confirm-checkout.active {
    background: #D60311;
}

.instructions-content {
    margin: 17px;
    line-height: 26px;
}

.instructions-content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #313131;
}

.instructions-content p {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
}

.content-item {
    margin: 13px 0px;
}

.instruction-link {
    color: #0096FF;
    text-underline: #0096FF;
    text-decoration: underline;
}

.vip-banner {
    display: flex;
    justify-content: center;
}

.vip-banner img {
    margin: 66px 3% 5px 3%;
    max-width: 94%;
}

.app-message-box {
    position: fixed;
    transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    margin: 9%;
    left: -9%;
    top: -9%;

    background: #FFFFFF;
    border-radius: 11px 11px 11px 11px;
    opacity: 1;
}

.message-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.message-item p {
    font-size: 17px;
    font-weight: 400;
    color: #313131;
    margin: 0px 9px;
}

.message-item img {
    width: 45px;
    height: 45px;
    margin: 26px;
}

.message-item button {
    color: #D6000F;
    width: 100%;
    padding: 20px;
    margin-top: 26px;
    border-radius: 0px 0px 11px 11px;
    border: none;
    border-top: 1px solid #EEEEEE;
    background-color: white;

    font-size: 17px;
    font-weight: 400;
    color: #D6000F;
}

.message-item button:active {
    background-color: #F7F7F7;
}

.email-span {
    color: #D60311;
    font-weight: bolder;
    word-break: break-all;
}

.sub-description {
    margin: 10px 17px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.privilege-list-title {

    font-size: 17px;
    font-weight: bold;
    color: #333333;
    margin: 33px 17px 17px 17px;
}

.privilege-list-item {
    display: flex;
    flex-direction: initial;
    justify-content: left;
    align-items: center;
    padding: 10px 0px;
    margin: 0px 17px;
    /*border-bottom: 1px solid #EEEEEE;*/
}

.privilege-list-item img {
    width: 26px;
    height: 26px;
}

.privilege-list-item p {
    font-size: 15px;
    font-weight: 400;
    color: #313131;
    margin-left: 13px;
}

.confirm-description {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin: 53px 33px 0px 33px;
}

.activate-the-service {
    background: #F7CCCF;
    opacity: 1;
    border: none;
    padding: 13px;
    width: -webkit-fill-available;
    border-radius: 6px 6px 6px 6px;
    margin: 17px 33px 33px 33px;

    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}

.activate-the-service.active {
    background: #D60311;
}


.confirm {
    display: none;
}
.confirm-message-box {
    position: fixed;
    transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    margin: 7%;
    left: -7%;
    top: -7%;
}
.confirm-message-box .message-item p {
    text-align: center;
}

.confirm .message-item {
    padding: 43px 17px 15px 17px;
}

.confirm-background {
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    z-index: 99999999;
    background-color:rgba(0, 0, 0, 0.5);
}

.confirm-button-box {
    display: flex;
    flex-direction: row;
}

.confirm-button-box button {
    height: 63px;
    width: 50%;
    color: #0096FF;

    font-size: 17px;
    font-weight: 400;
    font-weight: bold;

    padding: 20px;
    margin-top: 26px;
    border-radius: 0px 0px 11px 11px;
    border: none;
    border-top: 1px solid #EEEEEE;
    background-color: white;

}
.confirm-button-box button:active {
    background-color: #F7F7F7;
}

.confirm-button-box .left-button {
    border-right: 1px solid #EEEEEE;
    border-radius: 0px 0px 0px 11px;
}

.subscribe-note-box {
    display: none;
}
.subscribe-note-box.active {
    display: block;
}

.subscribe-note-background {
    position: absolute;
    width: 100%;
    height: 120%;
    top: 0;
    z-index: 9999999;
    background-color:rgba(0, 0, 0, 0.5);
    max-width: 1200px;
}

.subscribe-note {
    max-width: 1200px;
    background-color: white;
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 11px 11px 0px 0px;
}

.subscribe-note img {
    width: 45px;
    height: 45px;
    margin: 33px 33px 0px 33px;
}

.subscribe-note h2 {
    font-size: 17px;
    font-weight: bold;
    color: #313131;
    margin: 13px;
}

.subscribe-note p {
    font-size: 17px;
    font-weight: 400;
    color: #313131;
    padding: 0px 33px;
}

.subscribe-note button {
    background: #D6000F;
    border-radius: 6px 6px 6px 6px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    width: -webkit-fill-available;
    padding: 12px;
    border: none;
    margin: 22px 33px 57px 33px;
}

.supports-device.active {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
    left: 0px;
}

.supports-device {
    display: none;
}

.supports-device-background {
    position: absolute;
    width: 100%;
    height: 120%;
    top: 0;
    z-index: 9999999;
    background-color:rgba(0, 0, 0, 0.5);
    max-width: 1200px;
}

.supports-device-box {
    max-width: 1200px;
    padding: 0 18px;
    border-radius: 11px 11px 0px 0px;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 17px;
    padding-bottom: 20px;
}

.supports-device-header {
    width: 100%;
}

.supports-device-header-title {
    margin-top: 26px;
    font-size: 17px;
    font-weight: bold;
    color: #313131;
    text-align: center;
}

.supports-device-header-desc {
    margin-top: 22px;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    text-align: left;
}

.supoorts-device-list {
    margin-top: 22px;
    height: 420px;
    overflow: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.supports-device-items {
    margin-top: 26px;
}
.supports-device-item-title {
    text-align: left;
}
.supports-device-item-box {
    margin-top: 9px;
    background: #F7F7F7;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    flex-direction: row;
}


.supports-device-item-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.supports-device-item-img {
    height: 55px;
    width: 55px;
    padding: 8px 13px 8px 13px;
}

.supports-device-item-name {
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    /*height: auto;*/
    line-height: 17px;
}

.supports-device-item-desc {

    height: 18px;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
}

.supports-button-box {
    text-align: center;
    margin-top: 20px;
}

.supports-ok-button {
    width: 325px;
    height: 50px;
    background: #D60311;
    border-radius: 6px 6px 6px 6px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 12px;
    border: none;
}

.app-message-box-background.active {
    display: block;
}

.app-message-box-background {
    display: none;
    position: absolute;
    width: 100vw;
    height: 150vh;
    top: 0;
    z-index: 999;
    background-color:rgba(0, 0, 0, 0.5);
}
.app-message-box-background .message-item p {
    font-size: 17px;
    font-weight: 400;
    color: #303030;
    padding: 43px 15px 15px 15px;
    text-align: center;
}


.stripe-main h2{
    padding: 40px 20px 0px 20px;
    font-size: 21px;
    font-weight: bolder;
    color: #333333;
}

.stripe-banner p {
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.stripe-banner {
    background-color: #F1F1F1;
}

.stripe-main h2::after {
    display: block;
    content: "";
    margin-top: 20px;
    width: 47px;
    height: 3px;
    background: #BA0020;
    margin-inline: inherit;
}

.stripe-banner img {
    width: 100%;
}

.product-feature-background {
    width: 100%;
}

.product-feature-box {
    position: relative;
    background-image: url("/assets/stripe/image/index/img_bg1.png");
    background-size:cover;
    padding-bottom: 20px;
    padding-top: 40px;
}

.product-feature-content {

}

.feature-tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.tab-items {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    background: #EEEEEE;
}

.tab-items.active {
    background: #BA0020;
    color: #FFFFFF;
}

.premium-tabs {
    border-radius: 10px 0px 0px 0px;
}

.basic-tabs {
    border-radius: 0px 10px 0px 0px;
}


.product-feature-content-box {
    background: #FFFFFF;
    border-radius: 10px;
}

.feature-list {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 0px 20px 0px;
}

.feature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px 21px;
}
.feature-item img {
    width: 21px;
    height: 21px;
}

.feature-item p {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #B01D23;
}

.feature-list {
    display: none;
}

.feature-list.active {
    display: block;
}

.plan-feature-box {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    overflow: initial;
}

.plan-feature-detail-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0px 20px;
    height: 65px;
}

.plan-feature-detail-item.final-left {
    border-radius: 0px 0px 0px 10px;
}

.plan-feature-detail-item.final-right {
    border-radius: 0px 0px 10px 0px;
}

.plan-feature-detail-item.icon-item {
    justify-content: center;
    padding: 0px;
    text-align: center;
}

.plan-feature-detail-item .icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-left: 20px;
}

.plan-feature-detail-item.active .icon {
    z-index: 99999;
}

.plan-feature-detail-item p {
    /*position: relative;*/
    font-size: 14px;
    font-weight: 400;
    color: #B01D23;
}

.plan-feature-detail-list .plan-feature-detail-item:nth-child(even) {
    background: #F7F7F7;
}

.plan-feature-detail-list .plan-feature-detail-item:nth-child(odd) {
    background: #f7f7f75e;
}

.plan-feature-detail-list.icon-box.active .item-header {
    background: #BA0020;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.plan-feature-detail-list.icon-box {
    flex: 1;
}

.plan-feature-detail-list.icon-box.active {
    box-shadow: 0px 0px 21px 0px rgba(37, 30, 28, 0.26);
    z-index: 99;
}

.plan-feature-detail-list.icon-box .item-header {
    font-size: 12px;
    font-weight: 400;
    color: #1C1C1C;
}
.basic-header {
    border-radius: 0px 10px 0px 0px;
}

.professional-monitoring-box {
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #EEEEEE;
}

.professional-item {
    display: flex;
    margin: 21px;
    padding: 24px 11px;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
}

.professional-item p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.professional-item .icon {
    margin-right: 11px;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
}

.how-dose-item {
    display: flex;
    margin: 20px;
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.how-dose-item .item-text {
    margin: 16px 16px;
}

.how-dose-item img {
    width: 100px;
    height: auto;
}

.how-dose-item h3 {
    font-size: 14px;
    font-weight: bolder;
    color: #333333;
    margin-bottom: 24px;
}

.how-dose-item p {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.how-does-list {
    margin-top: 24px;
}

.supports-box {
    position: relative;
    /** 设置背景颜色为#2b2b2b 同时设置背景图片且自动缩放居中 **/
    background: #2b2b2b url("/assets/stripe/image/index/img5-new.png") no-repeat bottom;
    background-size: 100% auto;
    padding-bottom: 350px;
}

.supports-box h2 {
    font-size: 21px;
    font-weight: 500;
    color: #FFFFFF;
}

.box-content-on-image {
    /*position: absolute;*/
    /*top: 0;*/
    /*background: #2b2b2b;*/
}

.box-background {
    width: 100%;
}

.supports-box .supports-list {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 21px 35px;

}

.supports-box .supports-list ul li {
    list-style: initial;
}

.supports-box .supports-more {
    padding: 0px 20px 0px 20px
}

.supports-box .supports-more a {
    font-size: 14px;
    color: #1DCEFC;
    text-decoration: underline;
}

.powered-by-title {
    margin: 41px 20px;
    font-size: 21px;
    font-weight: 500;
    color: #333333;
}

.powered-by-title::after {
    display: block;
    content: "";
    margin-top: 20px;
    width: 47px;
    height: 3px;
    background: #BA0020;
    margin-inline: initial;
}

.powered-by-title img {
    width: 150px;
}

.powered-by-button {
    background: #BA0020;
    border-radius: 5px 5px 3px 5px;
    margin: 16px 21px;
    padding: 11px 19px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.powered-by-box {
    padding-bottom: 40px;
}

.faq-box {
    background: #EEEEEE;
    padding-bottom: 73px;
    position: relative;
}

.faq-list {
    padding: 21px 21px 40px 21px;
}

.faq-list h4 {
    position: relative;
    font-size: 16px;
    font-weight: bolder;
    color: #333333;
    margin: 30px 0px;
    padding: 0px 15px 0px 0px;
}

.faq-list p {
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 0px 0px 30px 0px;
}

.faq-list>.faq-item.active p {
    display: block;
}

.faq-list>.faq-item {
    border-bottom: 1px solid #1B1B1B;
    margin: 30px 0px;
}

.faq-list>.faq-item:last-child {
    border-bottom: none;
}

.faq-list h4:after {
    position: absolute;
    right: 0px;
    top: 10px;
    content: '';
    width: 11px;
    height: 1px;
    background: #333333;
    border-radius: 1px;
}
.faq-list h4:before {
    position: absolute;
    right: 5px;
    top: 5px;
    content: '';
    width: 1px;
    height: 11px;
    background: #333333;
    border-radius: 1px;
}

.faq-list>.faq-item.active h4:before {
    opacity: 0;
}

.next-box-parant {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 21px;
    z-index: 999999;
    width: 100%;
}

.next-box {
    display: flex;
    flex: 1;
    margin: 0px 20px;
    flex-direction: row;
    text-align: center;
    border-radius: 5px;
    background: white;
    box-shadow: 0px -5px 10px 0px rgba(37, 30, 28, 0.1);
    height: 73px;
    align-items: center;
    justify-content: center;
}

.next-box .next-title{
    font-size: 16px;
    font-weight: bolder;
    color: #333333;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(83,83,83,0.21);
    width: 90%;
}

.next-box p {
    font-size: 15px;
    font-weight: 400;
    color: #B01D23;
    text-align: center;
    padding-top: 7px;
}

.next-box button {
    font-size: 19px;
    font-weight: 400;
    color: #FFFFFF;
    background: #BA0020;
    border-radius: 0px 5px 5px 0px;
    border: none;
    width: 100%;
    height: 100%;
    padding: 8px;
}

.next-box-parant-trial .next-box button {
    width: 95%;
}

.next-box form {
    height: 100%;
    width: 115px;
}

.next-box .next-item {
    margin: 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.next-box .next-item.hide {
    display: none;
}

.next-box button.active {
    background: #F7CCCF;
}

.next-box-parant-trial {
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
}

.next-box-parant-trial .next-box .next-item {
    width: 90%;
    text-align: center;
    margin-bottom: 15px;
}

.next-box-parant-trial .next-box p {
    text-align: center;
}

.next-box-parant-trial .next-box {
    flex-direction: column;
    width: 100vw;
    height: auto;
    margin: auto;
    padding: 10px 0px;
    background: unset;
    box-shadow: unset;
    border-radius: unset;

}
.next-box-parant-trial .next-box button {
    font-size: 17px;
    border-radius: 5px;
    background: #B90020;
    margin: 6px 0px;
    padding: 6px;
    box-shadow: 0px -5px 10px 0px rgb(37 30 28 / 25%)
}

.next-box-parant-trial .next-box .button-no-trial {
    background: #EEEEEE;
    color: #B90020;
    border: 1px solid #B90020;
    padding: 12px;
}

.next-box-parant-trial .next-box button p {
    font-size: 13px;
    font-weight: 400;
    color: #ffffffd1;
    -webkit-background-clip: text;
    text-align: center;
    padding-top: 0px;
}

.next-box-parant-trial .next-box form {
    height: 100%;
    width: 90%;
}

.next-box-parant-trial .next-box .next-title {
    text-align: center;
}


.protect-tips {
    display: none;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 22px 0px rgba(37, 30, 28, 0.15);
    border-radius: 5px;
    padding: 22px 15px;
    z-index: 9999;
    margin: 20px;
    width: 79vw;
    top: 30px;
    left: 6px;
    color: #333333;
    max-width: 1000px;

}

.protect-tips.active {
    display: block;
}

.plan-feature-detail-item .icon-box {
    position: relative;
}

.plan-feature-detail-item.active .icon-box:before {
    border-top: 8px solid #ffffff;
    content: '';
    width: 67px;
    left: -7px;
    margin-top: 37px;
    position: absolute;
    top: 0px;
    z-index: 999999;
}

.plan-feature-detail-item.active .icon-box:after {
    border: 22px solid transparent;
    border-bottom-color: #FFFFFF;
    content: "";
    height: 0;
    right: -33%;
    margin-top: 5%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 99999;
}

.plus-icon {
    font-weight: bolder;
}

.hide {
    display: none;
}

.plan-header-content {
    padding: 0px 12px;
}

.app-background {
    display: none;
}

.app-background.active {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999999;
    background-color:rgba(0, 0, 0, 0.5);
}

.app-message-box {
    z-index: 99999999;
}

.contact-us-title {
    padding: 21px;
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    line-height: 19px;

}

.contact-us-box {
    border-top: 1px solid #EEEEEE;
}

.contact-us-box .contact-phone {
    color: #166EFB !important;
}

.contact-us-box p {
    padding: 0px 21px 60px 21px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.note-button-box {
    width: -webkit-fill-available;
}

.note-button-box button{
    margin: 30px 33px 11px 33px;
}

.note-button-box .cancel-button {
    background: #FFFFFF;
    color: #D60311;
    border: 1px solid #D60311;
    margin: 11px 33px 57px 33px;
}

.trial-desc {
    margin-bottom: 17px;
}

.trial-desc h2 {
    font-size: 17px;
    font-weight: 600;
    color: #313131;
    margin: 15px 0px;
}

.trial-desc p {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
}

.trial-button-desc {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}

.trial-confirm-botton {
    margin-top: 13px;
}

.create-page-box.is-trial {
    position: relative;
    box-sizing: border-box;
    min-height: 100vh;
    padding-bottom: 145px;
}

.create-page-box {
    position: relative;
    box-sizing: border-box;
    min-height: 100vh;
    padding-bottom: 100px;
}

.confirm-checkout-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.alert-box .message-item {
    background: #343434;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.85;
}

.alert-box .app-message-box {
    border-radius: unset;
}

.alert-box .message-item p{
    padding: 9px 17px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
}

.contact-us-tips {
    padding: 40px 21px 0px 21px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
