@charset "UTF-8";
/* kisguard pro 购买页第二个购买板块样式 */

.trade-plate {
    background: #E6F1FE;
    padding: 60px 0 60px;
}

.trade-plate .page-desc {
    margin: 15px 20px 60px;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    color: rgba(1, 1, 1, 0.80);
}

.trade-plate .switch {
    position: relative;
    justify-content: center;
}

.trade-plate .switch::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    border-bottom: 1px solid #485FEF;
}

.trade-plate .switch .switch-item {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #979797;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
    cursor: pointer;
    margin: 0 6px;
    text-align: center;
    color: #979797;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
}

.trade-plate .switch .switch-item.curr {
    border: 1px solid #485FEF;
    border-bottom: none;
    background: #fff;
    color: #485FEF;
    transform: translateY(0px);
}

.trade-plate .trade-list {
    margin-top: 60px;
    align-items: center;
}

.trade-plate .trade-plan {
    flex: 1;
    width: 32%;
    min-height: 444px;
    padding: 39px 50px 20px;
    box-shadow: 0 3px 16px rgba(32, 70, 97, 0.10);
}

.trade-plate .trade-plan.best-seller {
    position: relative;
    background: #161A34;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 504px;
}

.trade-plate .trade-plan.best-seller .average-price {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.trade-plate .trade-plan .title {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #425DF8;
    border-radius: 16px 16px 0px 0px;
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.trade-plate .trade-plan .plan-title {
    color: #1C233B;
    font-family: 'Poppins Regular';
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.trade-plate .trade-plan.best-seller .plan-title {
    margin-top: 39px;
    color: #fff;
}

.trade-plate .trade-plan .buy-pc.select {
    position: relative;
    width: 180px;
    height: 32px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
    color: #5F6575;
    font-size: 14px;
    font-weight: 700;
}

.trade-plate .trade-plan.best-seller .buy-pc.select {
    color: rgba(255, 255, 255, 0.60);
    border-radius: 4px;
    border: 1px solid rgba(217, 217, 217, 0.20);
    background: rgba(249, 249, 249, 0.10);
}

.trade-plate .trade-plan .buy-pc.select svg {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 11px;
    transition: 0.3s all linear;
    color: #5F6575;
}

.trade-plate .trade-plan .buy-pc.select.active {
    border: 1px solid #485FEF;
}

.trade-plate .trade-plan.best-seller .buy-pc.select.active {
    border: 1px solid rgba(217, 217, 217, 0.20);
}

.trade-plate .trade-plan .buy-pc.select.active svg {
    transform: rotate(180deg);
    color: #485FEF;
}

.trade-plate .trade-plan .buy-pc.select .this-txt {
    padding: 6px 11px;
    width: 100%;
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Poppins Regular';
}

.trade-plate .trade-plan.best-seller .buy-pc.select .this-txt {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'Poppins Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.trade-plate .trade-plan .buy-choose {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 4px;
    color: rgba(0, 0, 0, 0.90);
    font-family: 'Poppins Regular';
    border-radius: 3px;
    border: 0.5px solid #DCDCDC;
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(43, 44, 225, 0.10);
}

.trade-plate .trade-plan.best-seller .buy-choose {
    border-radius: 3px;
    border: 0.5px solid rgba(220, 220, 220, 0.20);
    background: #2E3046;
    box-shadow: 2px 4px 10px 0px rgba(43, 44, 225, 0.10);
}

.trade-plate .trade-plan.best-seller .buy-choose>div:hover {
    border-radius: 3px;
    background: rgba(239, 246, 255, 0.10);
}

.trade-plate .trade-plan .buy-choose>div {
    cursor: pointer;
    font-size: 14px;
    padding: 0 8px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.90);
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
}

.trade-plate .trade-plan.best-seller .buy-choose>div {
    color: #FFF;
    font-family: 'Poppins Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.trade-plate .trade-plan .buy-choose>div:hover {
    background: #EFF6FF;
}

.trade-plate .trade-plan .buy-choose>div:not(:last-child) {
    margin-bottom: 2px;
}

.trade-plate .trade-plan .select.active .buy-choose {
    margin-top: 4px;
    display: block;
}

.trade-plate .average-price {
    display: none;
    color: #1C233B;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.trade-plate .average-price.active {
    display: block;
}

.trade-plate .average-price span {
    color: #171A32;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Poppins Bold';
    font-style: normal;
    line-height: normal;
}

.trade-plate .average-price del {
    color: #1C233B;
    font-family: 'Poppins Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.trade-plate .trade-plan.best-seller .average-price span {
    color: #FF8032;
}

.trade-plate .plan-price {
    margin-top: 0;
    display: none;
    border-bottom: none;
    padding-bottom: 30px;
}

.trade-plate .plan-price.active {
    display: block;
}

.trade-plate .plan-price span {
    color: #1C243B;
}

.trade-plate .trade-plan.best-seller .plan-price span {
    color: #FFF;
}

.trade-plate .trade-plan.best-seller .btns {
    position: relative;
}

.trade-plate .trade-plan .btns.mt50 {
    margin-top: 50px;
}

.trade-plate .trade-plan.best-seller .btn-box {
    margin-top: 60px;
    /* box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.3); */
}

.trade-plate .trade-plan.best-seller .count-down {
    position: absolute;
    width: 126px;
    height: 18px;
    right: 9px;
    top: -18px;
    font-size: 12px;
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    background: url(https://images.clevguard.com/de/assets/purchase/bg-purchase-count-down.svg);
    padding-left: 7px;
}

.trade-plate .trade-plan.best-seller .plan-price {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-color: rgba(255, 255, 255, 0.29);
    padding-bottom: 0px;
}

.trade-plate .trade-plan.best-seller:before {
    display: none;
}

.trade-plate .base-link {
    margin-top: 30px;
}

.trade-plate .base-link.base-link-blue-light {
    display: block;
}

.trade-plate .btn-box {
    display: none;
    margin-top: 0;
}

.trade-plate .btn-box.active {
    display: block;
}

.trade-plate .available {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.trade-plate .available span {
    font-family: Poppins;
    color: #5F6575;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}

.trade-plate .trade-plan.best-seller .available span {
    color: rgba(255, 255, 255, 0.80);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.trade-plate .available svg {
    margin-left: 4px;
    color: #5f6575;
}

.trade-plate .trade-plan.best-seller .available svg {
    color: #d1d1d6;
}

.trade-plate .pay-btn {
    font-family: Poppins;
    font-weight: 600;
    width: 100%;
    height: 60px;
    order: 1;
    margin-top: 0;
    cursor: pointer;
    border-radius: 10px;
    background: #485FEF;
    box-shadow: 0px 4px 4px 0px rgba(97, 37, 0, 0.10);
}

.trade-plate .pay-btn:hover {
    background: #697EFD;
}

.trade-plate .pay-btn svg {
    margin-left: 18px;
}

.trade-plate .trade-plan.best-seller .pay-btn {
    z-index: 1;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.3);
}

.trade-plate:after {
    display: none;
}

.pay-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 330px;
    height: 60px;
    background: #134db0;
    font-size: 18px;
    line-height: 29px;
    font-family: Poppins SemiBold;
    color: #fff;
}

.trade-plate .plan-info {
    color: #5F6575;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    position: relative;
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.trade-plate .trade-plan.best-seller .plan-info {
    color: #d1d1d6;
    margin-top: 55px;
}

.trade-plate .info-icon {
    color: #5F6575;
    margin-left: 4px;
    width: 16px;
    height: 16px;
}

.trade-plate .trade-plan.best-seller .info-icon {
    color: #a2a3ad;
}

.trade-plate .plan-tips {
    color: #5F6575;
}

/*business*/
.business {
    border-radius: 12px;
    padding: 60px 0 35px;
    display: flex;
    justify-content: space-between;
}

.business .sales-wraper,
.business .choose-buse {
    background: rgba(245, 248, 255, 0.70);
    border-radius: 14px;
    padding: 40px 30px;
}

.business .choose-buse {
    width: 440px;
}

.business .sales-wraper {
    width: 740px;
    border: 1px solid #D6DFFD;
}

.business h2 {
    color: #0C0C0C;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.business p.sub-desc {
    color: #1C233B;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin: 10px auto 25px;
}

.business .cust-form {
    margin: 0 auto;
    max-width: 890px;
}

.business .form-group {
    margin-bottom: 22px;
    justify-content: space-between;
}

.business .form-group.captcha {
    justify-content: start;
}

.business .text-center {
    text-align: center;
}

.business .w100 {
    width: 100%;
    position: relative;
}

.business .w50 {
    width: 50%;
    position: relative;
}

.business .w50:first-child {
    margin-right: 30px;
}

.business .choose-buse .w50:first-child {
    margin-right: 20px;
}

.captcha {
    display: flex;
}

.business .form-group input,
.business .form-group textarea,
.business .form-group select {
    font-family: Poppins;
    width: 100%;
    outline: none;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    color: #0C0C0C;
    ;
    background: #fdfeff;
}

.business .form-group input::placeholder,
.business .form-group textarea::placeholder {
    color: #A7A7A7;
    font-size: 14px;
}

.business .form-group input:focus,
.business .form-group textarea:focus,
.business .form-group select:focus {
    border-color: #485FEF;
    color: #0C0C0C;
    fill: rgba(255, 255, 255, 0.90);
    stroke-width: 1px;
    stroke: #485FEF;
}

.business .form-group select option,
.business .form-group select.show {
    color: #000000;
}

.business .form-label {
    display: inline-block;
    color: #1C233B;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.business .form-label span {
    color: #E02532;
}

.business .placeholder {
    position: absolute;
    left: 16px;
    bottom: 6px;
    font-size: 14px;
    color: #999;
    pointer-events: none;
}

.business .input-btn {
    border: none;
    font-size: 18px;
    color: #fff;
    width: 311px;
    height: 60px;
    background: #485FEF;
    border-radius: 10px;
    outline: none;
    margin: 25px auto 0;
    box-shadow: 0px 4px 4px 0px rgba(97, 37, 0, 0.10);
}

.business .input-btn:hover {
    background: #697EFD;
}

.business .p_error {
    position: absolute;
    bottom: -20px;
    color: #E02532;
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
}

.business .captcha-text {
    position: relative;
}

.business .form-group .captcha-input {
    width: 214px;
    margin-right: 6px;
    padding-left: 30px;
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.business .form-group-last {
    margin-bottom: 0;
}

.business .form-group .captcha-img {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    width: 98px;
    height: 40px;
    margin-left: 6px;
}

.business .captcha-text svg {
    position: absolute;
    left: 8px;
    top: 8px;
}

.business .selectize-control {
    font-size: 0;
}

.business .selectize-input {
    height: 40px;
    line-height: 40px;
    padding: 0 8px 0 15px;
    box-shadow: none;
}

.business .selectize-input.focus {
    border-color: #485FEF;
    color: #0C0C0C;
    box-shadow: none;
}

.business .selectize-control.single .selectize-input:after {
    border: none;
    top: calc(50% - 5px);
    right: 8px;
    width: 16px;
    height: 16px;
    background: url(https://images.clevguard.com/de/assets/purchase/icon-form-select-down.svg);
}

.business .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -3px;
    border: none;
    background: url(https://images.clevguard.com/de/assets/purchase/icon-form-select-up.svg);
}

.business .selectize-input.dropdown-active {
    border-radius: 3px;
}

.business .selectize-input .item {
    font-size: 14px;
    font-weight: 400;
}

.business .selectize-dropdown {
    margin: 4px 0 0;
    border-radius: 3px;
    border: 0.5px solid #DCDCDC;
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(43, 44, 225, 0.10);
}

.business .selectize-dropdown .option {
    height: 40px;
    line-height: 40px;
    margin: 8px 8px 4px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 0 12px;
}

.business .selectize-dropdown .option:last-child {
    margin: 8px;
}

.business .selectize-dropdown .option.active {
    background: #EFF6FF;
}

.business .selectize-dropdown .option.active::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(https://images.clevguard.com/de/assets/purchase/check-icon-pricing.svg);
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.business .choose-buse {
    width: 440px;
    border: 1px solid #D6DFFD;
}

.choose-buse .price-wraper {
    text-align: center;
}

.choose-buse .price-wraper strong {
    font-size: 48px;
    color: #333;
}

.choose-buse .price-wraper s {
    color: #999;
    font-size: 24px;
}

.choose-buse .buy-btn {
    width: 311px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
    background: #485FEF;
    font-weight: 600;
    border-radius: 10px;
    margin: 30px auto 20px;
}

.choose-buse .buy-btn:hover {
    text-decoration: none;
}

.choose-buse .support-moni,
.choose-buse .plan-info,
.choose-buse .fun-list {
    color: #999;
}

.choose-buse .plan-info {
    margin-top: 0;
    padding-top: 0;
}

.choose-buse .support-moni {
    text-align: center;
    font-size: 14px;
}

.choose-buse .plan-box {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.choose-buse .plan-info {
    margin-left: auto;
    margin-right: auto;
}

.choose-buse .fun-list {
    border-top: 1px solid #D6DFFD;
    padding-top: 30px;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
}

.choose-buse .fun-list li {
    margin-bottom: 8px;
    width: 50%;
    font-size: 14px;
}

.choose-buse .fun-list li::before {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url("https://images.clevguard.com/de/assets/purchase/func_yes.svg");
}

.choose-buse p.sub-desc {
    color: #333;
    margin-bottom: 40px;
}

.load {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .2);
    z-index: 9;
}

.alertmsg {
    max-width: 360px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
}

.success-alert {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    z-index: 51;
    top: 0;
    left: 0;
    display: none;
}

.success-alert-wrap {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    max-width: 500px;
    min-height: 200px;
    height: fit-content;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    margin: auto;
    z-index: 1;
}

.success-alert-close {
    position: absolute;
    right: 0;
    display: block;
    padding: 20px;
    cursor: pointer;
}

.success-alert-cont {
    padding: 50px 50px 0;
    text-align: center;
}

.success-alert-cont h4 {
    color: #00bde3;
    padding: 20px 0;
}

.notes a:hover,
.success-alert-cont a:hover {
    text-decoration: underline;
}

@media (max-width: 998px) {
    h1 {
        font-size: 30px;
        line-height: normal;
    }

    .trade-plate {
        padding: 40px 0 60px;
    }

    .trade-plate:after {
        display: none;
    }

    .trade-plate .trade-plan.best-seller {
        order: -1;
    }

    .trade-plate .page-desc {
        font-size: 20px;
        line-height: normal;
    }

    .trade-plate .trade-list {
        margin-top: 15px;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }

    .trade-plate .trade-plan {
        margin-left: 0;
        margin-top: 20px;
        padding: 40px 24px 20px;
        width: 100%;
        max-width: 540px;
    }

    .trade-plate .four-plan .trade-plan {
        width: 100%;
    }

    .trade-plate .trade-plan:first-child {
        margin-top: 20px;
    }

    .trade-plate .trade-plan .plan-title {
        margin-bottom: 20px;
    }

    .trade-plate .average-price {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .trade-plate .average-price span {
        font-size: 50px;
        line-height: 60px;
    }

    .trade-plate .plan-price {
        margin-top: 4px;
        padding-bottom: 24px;
    }

    .trade-plate .plan-info {
        margin-top: 60px;
        font-size: 15px;
        line-height: 21px;
    }

    .trade-plate .info-icon {
        width: 15px;
    }

    .trade-plate .pay-btn {
        margin-top: 12px;
    }

    .trade-plate .base-link {
        margin-top: 18px;
        font-size: 16px;
        line-height: 26px;
    }

    .business {
        margin-top: 30px;
        padding: 25px 0 20px
    }

    .business h2 {
        font-size: 18px;
    }

    .business p.sub-desc {
        font-size: 14px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .business .form-group {
        flex-direction: column;
        padding: 0 20px;
        margin-bottom: 16px;
    }

    .business .form-group.captcha {
        flex-direction: inherit;
    }

    .business .w50 {
        width: 100%;
    }

    .business .w50:first-child {
        margin-bottom: 16px;
    }

    .business .captcha-text {
        width: calc(100% - 104px);
    }

    .business .form-group .captcha-input {
        max-width: 100%;
    }

    .business .choose-buse {
        width: 100%;
        padding: 40px 5px 30px;
        box-sizing: border-box;
    }

    .business .sales-wraper {
        margin-top: 30px;
        padding-top: 40px;
    }

    .choose-buse .plan-box {
        margin-top: 23px;
    }

    .choose-buse .plan-info {
        margin-top: 0;
        padding-top: 0;
    }

    .business {
        flex-direction: column;
    }

    .business .sales-wraper {
        width: auto;
        padding: 40px 0 0;
    }

    .choose-buse .buy-btn {
        max-width: 100%;
    }

    .choose-buse .fun-list li {
        font-size: 14px;
    }

    .choose-buse .support-moni,
    .choose-buse .plan-info,
    .sales-wraper .sub-desc {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 500px) {
    .success-alert-wrap {
        margin: auto 15px;
    }
}

@media (max-width: 400px) {
    .business .input-btn {
        width: 100%;
    }
}

/* trade-plate */
.business .selectize-dropdown .option {
    color: rgba(0, 0, 0, 0.90);
    font-family: PingFang TC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}