* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


html {
    scroll-behavior: smooth;
}

.only-sp {
    display: none;
}

h2.title {
    font-size: min(2.5vw, 48px);
    font-weight: bold;
    color: #333333;
}

h2.title>b {
    color: #ca102e;
}

div.sub-title {
    margin-top: min(0.8854167vw, 17px);
    font-size: min(0.9375vw, 18px);
    font-weight: 600;
    color: #999999;
    text-transform: uppercase;
}

.top {
    width: 100%;
    height: 45.14vw;
    background-image: url("../img/hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-inline: min(86px, 4.4791667vw);
    padding-top: min(65px, 3.3854167vw);
    padding-bottom: min(40px, 2.0833333vw);
    display: flex;
    align-items: center;
    position: relative;
}

.top>.logo {
    position: absolute;
    left: min(80px, 4.1666667vw);
    top: min(38px, 1.9791667vw);
    height: min(82px, 4.2708333vw);
    width: auto;
}

.top .h1 {
    position: absolute;
    font-size: min(12px, 0.625vw);
    color: #666;
    font-weight: 500;
    top: min(12px, 0.625vw);
    left: min(64px, 3.3333333vw);
}

.top .join-box {
    width: min(725px, 37.7604167vw);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: scale-animated 1500ms ease-in-out infinite alternate;
    margin-right: min(35px, 1.8229167vw);
    margin-top: auto;
    margin-bottom: min(50px, 2.6041667vw);
}

.top .join-box .join-btn {
    width: min(540px, 28.125vw);
    display: block;
    padding-top: min(24px, 1.25vw);
    padding-bottom: min(15px, 0.78125vw);
    background-color: #ca102e;
    border-radius: min(50px, 2.6041667vw);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: min(40px, 2.0833333vw);
    box-shadow: min(5px, 0.2604167vw) min(5px, 0.2604167vw) min(8px, 0.4166667vw) #7c7b7b;
}

.top .join-box .tip {
    text-align: center;
    font-size: min(16px, 0.8333333vw);
    display: block;
    margin-bottom: max(-20px, -1.0416667vw);
    padding: min(10px, 0.5208333vw) min(40px, 2.0833333vw);
    border-radius: min(16px, 0.8333333vw);
    font-weight: 500;
    background-color: whitesmoke;
    border: min(1px, 0.0520833vw) solid #333333;
    z-index: 5;
}

@keyframes scale-animated {
    0% {
        transform: scale(1);
    }

    85% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}


.top .content {
    max-width: min(967px, 50.3645833vw);
    display: flex;
    flex-direction: column;
    margin-top: min(80px, 4.1666667vw);
}

.top .content .badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ca102e;
    position: relative;
    width: min(541px, 28.1770833vw);
    height: min(55px, 2.8645833vw);
    font-size: min(30px, 1.5625vw);
    color: white;
    border-radius: min(30px, 1.5625vw);
    margin-left: min(125px, 6.5104167vw);
}

.top .content .badge::before {
    content: "";
    width: min(120.15px, 6.2578125vw);
    height: min(50px, 2.6041667vw);
    background: url("../img/check.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: max(-33px, -1.71875vw);
    right: max(-68px, -3.5416667vw);
}

.top .content .badge::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    background-color: #ca102e;
    transform: translateX(-50%) rotateZ(45deg);
    border-radius: min(1px, 0.0520833vw);
    bottom: max(-4px, -0.2083333vw);
    width: min(8.5px, 0.4427083vw);
    height: min(8.5px, 0.4427083vw);
}

.top .content .headline {
    margin-top: min(20px, 1.0416667vw);
    margin-bottom: min(22px, 1.1458333vw);
    font-size: min(75px, 3.90625vw);
    font-weight: bold;
    background: linear-gradient(132deg, #ca102e, #d02641);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
    white-space: nowrap;
}

.top .content .text {
    font-size: min(30px, 1.5625vw);
    font-weight: bold;
    color: #333333;
}

.top .content .text>span {
    padding: .2vw;
    background: linear-gradient(to bottom, transparent 50%, #fff600 50% 100%);
}

.top .content .circles {
    margin-top: min(28px, 1.4583333vw);
    display: flex;
    gap: min(56px, 2.9166667vw);
}

.top .content .circles .circle {
    width: min(257px, 13.3854167vw);
    height: min(257px, 13.3854167vw);
    background: url("../img/bage.png") no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: min(30px, 1.5625vw);
    font-weight: bold;
    color: #333333;
}

.top .content .circles .circle .highlight {
    font-size: min(45px, 2.34375vw);
    color: #ca102e;
}

.top .content .circles .circle .sm {
    font-size: min(30px, 1.5625vw);
}

.top .content .circles .circle .xs {
    font-size: min(24px, 1.25vw);
}

.top .content .circles .circle .va {
    vertical-align: text-top;
}

.top .content .circles .circle .zero {
    font-size: 0;
}

.top .content .ps {
    margin-top: min(19px, 0.9895833vw);
    margin-left: min(46px, 2.3958333vw);
    font-size: min(23.49px, 1.2234375vw);
    color: #333333;
}

.about {
    margin-top: min(138px, 7.1875vw);
    margin-bottom: min(133px, 6.9270833vw);
    width: min(1515px, 78.90625vw);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about .text {
    font-size: min(48px, 2.5vw);
    font-weight: bold;
    color: #333333;
    margin-top: min(72px, 3.75vw);
    text-align: center;
}

.about .text>span {
    padding: .2vw;
    background: linear-gradient(to bottom, transparent 65%, #ffae26 65% 100%);
}

.about .text>b {
    color: #ca102e;
    font-size: min(48px, 2.5vw);
}

.about .text.sm {
    font-size: min(40px, 2.0833333vw);
}

.about .content-sp {
    display: none;
}

.about .content {
    width: 100%;
    margin-top: min(60px, 3.125vw);
    display: flex;
    justify-content: start;
    align-items: center;
}

.about .content .col {
    border: min(5px, 0.2604167vw) solid #cbcbcb;
    display: flex;
    flex-direction: column;
    border-right-width: 0;
    border-left-width: min(4px, 0.2083333vw);
}

.about .content .col:first-child {
    border-top-left-radius: min(20px, 1.0416667vw);
    border-bottom-left-radius: min(20px, 1.0416667vw);
    border-left-width: min(5px, 0.2604167vw);
}

.about .content .col:last-child {
    border-top-right-radius: min(20px, 1.0416667vw);
    border-bottom-right-radius: min(20px, 1.0416667vw);
    border-right-width: min(5px, 0.2604167vw);
}

.about .content .col>span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: min(20px, 1.0416667vw);
    font-size: min(24px, 1.25vw);
}

.about .content .col>span>i {
    font-size: min(36px, 1.875vw);
    display: flex;
    font-style: normal;
    font-weight: normal;
}

.about .content .col>span:nth-child(1) {
    height: min(113px, 5.8854167vw);
    font-size: min(26px, 1.3541667vw);
    font-weight: bold;
    background-color: #cbcbcb;
}

.about .content .col>span:nth-child(2) {
    height: min(135px, 7.03125vw);
}

.about .content .col>span:nth-child(3) {
    height: min(254px, 13.2291667vw);
    color: #333;
}

.about .content .col>span>img {
    height: min(45px, 2.34375vw);
    width: auto;
}

.about .content .col>span:nth-child(2) {
    border-bottom: min(4px, 0.2083333vw) solid #cbcbcb;
    text-align: center;
    white-space: nowrap;
}

.about .content .col:first-child {
    font-weight: bold;
}

.about .content .col.recommend {
    border-color: #ca102e;
    border-right-width: min(4px, 0.2083333vw);
    border-radius: min(15px, 0.78125vw);
    height: min(542px, 28.2291667vw);
    overflow: hidden;
    flex-shrink: 0;
    width: min(470px, 24.4791666667vw);
}

.about .content .col.recommend>span:first-child {
    height: min(128px, 6.6666667vw);
    background-color: #ca102e;
}

.about .content .col.recommend>span:nth-child(2) {
    color: #ff0000;
}

.about .content .col.recommend+.col {
    border-left-width: 0;
}

.about .items {
    width: 100%;
    margin-top: min(128px, 6.6666667vw);
    display: flex;
    gap: min(33px, 1.71875vw);
    align-items: flex-start;
}

.about .items .item {
    flex: 1;
    border: min(3px, 0.15625vw) solid #cbcbcb;
    border-radius: min(15px, 0.78125vw);
    overflow: hidden;
}

.about .items .item .head {
    background-color: #cbcbcb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-weight: 600;
    font-size: min(26px, 1.3541667vw);
    padding-block: min(15px, 0.78125vw);
}

.about .items .item .head>img {
    height: min(60px, 3.125vw);
    max-width: 80%;
}

.about .items .item.recommend {
    border-color: #ca102e;
}

.about .items .item.recommend .head {
    background-color: #ca102e;
}

.about .items .item .body {
    padding-block: min(29px, 1.5104167vw);
    padding-inline: min(20px, 1.0416667vw);
}

.about .items .item .body .steps {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: min(30px, 1.5625vw);
}

.about .items .item .body .steps .step {
    font-size: min(24px, 1.25vw);
    font-weight: 500;
    color: #333333;
    position: relative;
    padding-left: min(60px, 3.125vw);
    min-height: min(100px, 5.2083333vw);
}

.about .items .item.recommend .body .steps .step {
    min-height: min(160px, 8.3333333vw);
}

.about .items .item .body .steps .step::before {
    position: absolute;
    width: min(42px, 2.1875vw);
    height: min(42px, 2.1875vw);
    content: "";
    display: block;
    border: min(2px, 0.1041667vw) solid #cbcbcb;
    border-radius: min(5px, 0.2604167vw);
    left: 0;
    top: min(4px, 0.2083333vw);
    background: url("../img/arrow-down-gray.png") no-repeat center;
    background-size: 45%;
    z-index: 10;
    background-color: white;
    box-shadow: 0 min(5px, 0.2604167vw) 0 white,
        0 max(-5px, -0.2604167vw) 0 white;
}

.about .items .item .body .steps .step:not(:last-child)::after {
    position: absolute;
    left: min(22px, 1.1458333vw);
    top: min(22px, 1.1458333vw);
    content: "";
    width: min(2px, 0.1041667vw);
    border-radius: min(2px, 0.1041667vw);
    background-color: #cbcbcb;
    height: 100%;
    z-index: 0;
}

.about .items .item.recommend .body .steps .step:not(:last-child)::after {
    background-color: #ca102e;
}

.about .items .item .body .steps .step:last-child::before {
    background-image: url("../img/dot.png");
    background-size: 24%;
}

.about .items .item.recommend .body .steps .step::before {
    background-image: url("../img/arrow-down.png");
}

.about .items .item.recommend .body .steps .step:last-child::before {
    background-image: url("../img/dot-orange.png");
}

.about .items .item.recommend .body .steps .step::before {
    border-color: #ca102e;
}

.about .items .item .body .steps .step>span {
    font-size: min(18px, 0.9375vw);
    font-weight: 500;
    color: #cbcbcb;
    text-transform: uppercase;
    display: block;
    user-select: none;
    pointer-events: none;
    margin-bottom: min(10px, 0.5208333vw);
}

.about .items .item .body .foot {
    border: min(3px, 0.15625vw) solid #cbcbcb;
    border-radius: min(15px, 0.78125vw);
    padding-block: min(15px, 0.78125vw);
    padding-inline: min(17px, 0.8854167vw);
    font-size: min(24px, 1.25vw);
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: start;
}

.about .items .item.recommend .body .foot {
    border-color: #ca102e;
    color: #ca102e;
}

.about .items .item.recommend .body .steps .step>span {
    color: #ca102e;
}

.about .items .item .body .foot .mark {
    width: min(41px, 2.1354167vw);
    height: min(41px, 2.1354167vw);
    border-radius: min(5px, 0.2604167vw);
    background-color: #cbcbcb;
    display: block;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: min(17px, 0.8854167vw);
}

.about .items .item.recommend .body .foot .mark {
    background-color: #ca102e;
}

.about .items .item .body .foot .mark.check-mark {
    background-image: url("../img/duigou.png");
}

.about .items .item .body .foot .mark.exclamation-mark {
    background-image: url("../img/tanhao.png");
    background-size: 14%;
}

.about .items .item .body .foot .mark.cross-mark {
    background-image: url("../img/chazi.png");
}

.band {
    padding-top: min(65px, 3.3854167vw);
    padding-bottom: min(90px, 4.6875vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right, #ca112f, #faa4b1);
    margin-top: min(110px, 5.7291667vw);
}

.band .text {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: min(36px, 1.875vw);
}

.band .items {
    margin-top: min(60px, 3.125vw);
    width: min(1229px, 64.0104167vw);
    height: min(325px, 16.9270833vw);
    position: relative;
}

.band .items .left {
    width: min(776px, 40.4166667vw);
}

.band .items .ad {
    position: absolute;
    top: 0;
    right: 0;
    height: min(325px, 16.9270833vw);
}

.band .items .left .content {
    width: 100%;
    height: min(208px, 10.8333333vw);
    background: #fde1e6;
    border-radius: .7rem;
    box-shadow: min(5px, 0.2604167vw) min(5px, 0.2604167vw) .4rem rgba(0, 0, 0, .1);
    padding-block: min(37px, 1.9270833vw);
    padding-inline: min(30px, 1.5625vw);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.band .items .left .content .title {
    color: #333333;
    font-size: min(30.65px, 1.5963542vw);
    font-weight: 600;
}

.band .items .left .content .title .white-bg {
    display: inline-block;
    border: min(1px, 0.0520833vw) solid #333333;
    background-color: white;
    padding-inline: min(10px, 0.5208333vw);
}

.band .items .left .content .title .top-dot {
    position: relative;
}

.band .items .left .content .title .top-dot:before {
    position: absolute;
    top: max(-12px, -0.625vw);
    left: 50%;
    content: "";
    width: min(5px, 0.2604167vw);
    height: min(5px, 0.2604167vw);
    border-radius: 50%;
    background-color: #333333;
    transform: translateX(-50%);
}

.band .items .left .logos {
    display: flex;
    gap: min(30px, 1.5625vw);
    margin-top: min(42px, 2.1875vw);
}

.band .items .left .logos .logo-btn {
    height: min(60px, 3.125vw);
    border-radius: min(5px, 0.2604167vw);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(10px, 0.5208333vw);
    color: #c64854;
    font-size: min(20px, 1.0416667vw);
    font-weight: bolder;
    cursor: pointer;
    background-color: #fde1e6;
    padding-inline: min(20px, 1.0416667vw);
    box-shadow: 0 0 min(5px, 0.2604167vw) rgba(0, 0, 0, .3);
    position: relative;
}

.band .items .left .logos .logo-btn::after {
    content: "";
    width: min(15px, 0.78125vw);
    height: min(15px, 0.78125vw);
    background-color: #fde1e6;
    position: absolute;
    right: max(-8px, -0.4166667vw);
    top: 50%;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
}

.band .items .left .logos .logo-btn>img {
    height: min(32px, 1.6666667vw);
}

.problem {
    padding-top: min(116px, 6.0416667vw);
    padding-bottom: min(135px, 7.03125vw);
    padding-inline: min(257px, 13.3854167vw);
    background-color: #f6f6f6;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: min(65px, 3.3854167vw);
}

.problem::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotateZ(45deg);
    width: min(120px, 6.25vw);
    height: min(120px, 6.25vw);
    background-color: #f6f6f6;
    bottom: max(-40px, -2.0833333vw);
}

.problem .content {
    margin-top: min(134px, 6.9791667vw);
    display: flex;
    gap: min(86px, 4.4791667vw);
}

.problem .content>img {
    width: min(534px, 27.8125vw);
    height: min(308px, 16.0416667vw);
    object-fit: cover;
    object-position: center;
    border-radius: min(20px, 1.0416667vw);
    flex-shrink: 0;
}

.problem .content .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: min(36.82px, 1.9177083vw);
    font-weight: bold;
    color: #333333;
    gap: min(30px, 1.5625vw);
}

.problem .content .text>p {
    position: relative;
    padding-left: min(69px, 3.59375vw);
}

.problem .content .text>p:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: min(47px, 2.4479167vw);
    height: min(43px, 2.2395833vw);
    content: "";
    background-image: url("../img/checked-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reason {
    padding-block: min(33px, 1.71875vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: min(65px, 3.3854167vw);
}

.reason .items {
    margin-top: min(75px, 3.90625vw);
    width: min(1100px, 57.2916667vw);
}

.reason .items .item {
    display: flex;
    flex-direction: row;
    gap: min(42px, 2.1875vw);
    align-items: center;
    margin-bottom: min(80px, 4.1666667vw);
}

.reason .items .item:last-child {
    margin-bottom: 0;
}

.reason .items .item:nth-child(even) {
    flex-direction: row-reverse;
}

.reason .items .item>img {
    width: min(360px, 18.75vw);
    height: min(250px, 13.0208333vw);
    object-position: center;
    object-fit: cover;
    flex-shrink: 0;
}

.reason .items .item .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #ffe8e2;
    border-radius: min(20px, 1.0416667vw);
    padding-top: min(16px, 0.8333333vw);
    padding-bottom: min(30px, 1.5625vw);
    padding-inline: min(35px, 1.8229167vw);
    box-shadow: min(2px, 0.1041667vw) min(2px, 0.1041667vw) min(10px, 0.5208333vw) rgba(0, 0, 0, 0.2);
}

.reason .items .item .text .name {
    color: #ff5a48;
    font-weight: 600;
    margin-right: min(4px, 0.2083333vw);
}

.reason .items .item .text .title {
    font-size: min(22px, 1.1458333vw);
    color: #333333;
    font-weight: bold;
    margin-top: min(10px, 0.5208333vw);
}

.reason .items .item .text .content {
    font-size: min(18px, 0.9375vw);
    color: #333333;
    margin-top: min(15px, 0.78125vw);
}

.price {
    margin-top: min(65px, 3.3854167vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.price .items {
    margin-top: min(40px, 2.0833333vw);
    display: flex;
    position: relative;
    height: min(870px, 45.3125vw);
    width: min(1048px, 54.5833333vw);
}

.price .items .dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    gap: min(16px, 0.8333333vw);
}

.price .items .dots>i {
    display: block;
    width: min(15px, 0.78125vw);
    height: min(15px, 0.78125vw);
    border-radius: 50%;
    background-color: #D9D9D9;
    /* cursor: pointer; */
}

.price .items .dots>i.current {
    background-color: #BBBBBB;
    cursor: default;
}

.price .items .pre-btn,
.price .items .after-btn {
    position: absolute;
    display: flex;
    width: min(32px, 1.6666667vw);
    height: min(32px, 1.6666667vw);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #858585;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    user-select: none;
}

.price .items .pre-btn {
    left: max(-72px, -3.75vw);
}

.price .items .after-btn {
    right: max(-72px, -3.75vw);
}

.price .items .pre-btn>img,
.price .items .after-btn>img {
    width: min(8px, 0.4166667vw);
    height: min(13px, 0.6770833vw);
}

.price .items .after-btn>img {
    transform: rotateZ(180deg);
}

.price .items .item {
    width: 100%;
    background-color: white;
    box-shadow: inset min(2px, 0.1041667vw) min(2px, 0.1041667vw) min(8px, 0.4166667vw) #A9A9A940, min(4px, 0.2083333vw) min(4px, 0.2083333vw) min(10px, 0.5208333vw) #A9A9A9;
    padding-inline: min(80px, 4.1666667vw);
    padding-top: min(100px, 5.2083333vw);
    padding-bottom: min(50px, 2.6041667vw);
    position: absolute;
    display: none;
    transition: all .3s ease-in-out;
    border-radius: min(20px, 1.0416667vw);
}

.price .items .item.preview {
    left: -113%;
    display: block;
}

.price .items .item.current {
    left: 0;
    display: block;
    z-index: 100;
}

.price .items .item.next {
    left: 113%;
    display: block;
}

.price .items .item .name {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    font-size: min(21px, 1.09375vw);
    font-weight: bold;
    padding-block: min(10px, 0.5208333vw);
    padding-left: min(39px, 2.03125vw);
    padding-right: min(30px, 1.5625vw);
    border-radius: min(20px, 1.0416667vw) 0 min(16px, 0.8333333vw) 0;
    background: linear-gradient(to right, #3c4045, #61666f);
}

.price .items .item .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price .items .item .content .left {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: start;
}

.price .items .item .content .left .title {
    font-size: min(32px, 1.6666667vw);
    font-weight: bolder;
    color: #36393E;
    position: relative;
}

.price .items .item .content .left .title:before {
    width: min(8px, 0.4166667vw);
    height: min(35px, 1.8229167vw);
    content: "";
    display: block;
    background: #ca102e;
    position: absolute;
    left: max(-18px, -0.9375vw);
    top: 50%;
    transform: translateY(-50%);
}

.price .items .item .content .left .nums {
    margin-top: min(45px, 2.34375vw);
    display: flex;
    align-items: center;
    gap: min(23px, 1.1979167vw);
}

.price .items .item .content .left .nums .num {
    display: flex;
    align-items: center;
    position: relative;
}

.price .items .item .content .left .nums .num .up {
    position: absolute;
    top: -135%;
    left: min(30px, 1.5625vw);
    white-space: nowrap;
    border: min(2px, 0.1041667vw) solid #F30000;
    border-radius: min(5px, 0.2604167vw);
    font-size: 0;
    padding: min(6px, 0.3125vw) min(8px, 0.4166667vw);
    background-color: white;
}

.price .items .item .content .left .nums .num .up .money {
    font-size: min(18px, 0.9375vw) !important;
    font-weight: 600 !important;
    color: #F30000;
}

.price .items .item .content .left .nums .num .up .unit {
    font-size: min(10px, 0.5208333vw) !important;
    font-weight: 500 !important;
    color: #F30000;
}

.price .items .item .content .left .nums .num .up:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: max(-8px, -0.4166667vw);
    content: "";
    border-left: min(8px, 0.4166667vw) solid transparent;
    border-right: 0 solid transparent;
    border-top: min(8px, 0.4166667vw) solid red;
    z-index: 1;
}

.price .items .item .content .left .nums .num .up:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: max(-5.5px, -0.2864583vw);
    content: "";
    border-left: min(6px, 0.3125vw) solid transparent;
    border-right: 0 solid transparent;
    border-top: min(6px, 0.3125vw) solid white;
    z-index: 2;
}

.price .items .item .content .left .nums .num .down {
    position: absolute;
    bottom: -100%;
    right: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    gap: min(3px, 0.15625vw);
}

.price .items .item .content .left .nums .num .down>span {
    font-size: min(14px, 0.7291667vw);
    font-weight: 500;
    color: #36393E;
}

.price .items .item .content .left .nums .num .down>span.del {
    font-size: min(18px, 0.9375vw);
    font-weight: 600;
    color: #F30000;
    text-decoration: line-through;
}

.price .items .item .content .left .nums .num .type {
    color: white;
    font-size: min(14px, 0.7291667vw);
    font-weight: 500;
    display: block;
    padding-block: min(2px, 0.1041667vw);
    padding-inline: min(7px, 0.3645833vw);
    border-radius: min(3.29px, 0.1713542vw);
    background-color: #3E3D3D;
    margin-right: min(7.68px, 0.4vw);
    white-space: nowrap;
}

.price .items .item .content .left .nums .num .tax {
    font-size: min(10px, 0.5208333vw);
    font-weight: 500;
    color: #36393E;
    writing-mode: vertical-lr;
    text-orientation: upright;
}

.price .items .item .content .left .nums .num .money {
    font-size: min(24px, 1.25vw);
    font-weight: 600;
    color: #36393E;
    line-height: 84%;
}

.price .items .item .content .left .nums .num .unit {
    font-size: min(17px, 0.8854167vw);
    font-weight: 500;
    color: #36393E;
    line-height: 100%;
    white-space: nowrap;
    margin-top: min(10px, 0.5208333vw);
}

.price .items .item .content .left .nums .num.recommend .type {
    background-color: #ca102e;
}

.price .items .item .content .left .nums .num.recommend .money {
    font-size: min(35px, 1.8229167vw);
    font-weight: bold;
    color: #F30000;
}

.price .items .item .content .left .others {
    margin-top: min(32px, 1.6666667vw);
}

.price .items .item .content .left .others .text {
    margin-top: min(10px, 0.5208333vw);
    font-size: min(16px, 0.8333333vw);
    color: #36393E;
    position: relative;
}

.price .items .item .content .left .others .text.add-dashed:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: min(1px, 0.0520833vw) dashed #333333;
    content: "";
    width: min(166px, 8.6458333vw);
}

.price .items .item .content .left .options {
    margin-top: min(8px, 0.4166667vw);
}

.price .items .item .content .left .options .option {
    height: min(44px, 2.2916667vw);
    background-color: #ca102e;
    border-radius: min(10px, 0.5208333vw);
    font-weight: 700;
    color: white;
    font-size: min(18px, 0.9375vw);
    margin-bottom: min(4px, 0.2083333vw);
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: min(5px, 0.2604167vw);
    padding-inline: min(16px, 0.8333333vw);
}

.price .items .item .content .left .options .option.sm {
    font-size: min(16px, 0.8333333vw);
    line-height: 108%;
    padding-inline: min(14px, 0.7291667vw);
}

.price .items .item .content .left .options .option>img {
    height: min(27px, 1.40625vw);
    margin-right: min(10px, 0.5208333vw);
}

.price .items .item .content .left .options .group {
    border: min(2px, 0.1041667vw) dashed #F35500;
    border-radius: min(11px, 0.5729167vw);
    padding: min(4px, 0.2083333vw);
    margin-bottom: min(4px, 0.2083333vw);
}

.price .items .item .content .left .options .group .option {
    margin-left: 0;
    margin-bottom: min(6px, 0.3125vw);
    position: relative;
}

.price .items .item .content .left .options .add-icon .option:not(:last-child):after {
    position: absolute;
    left: 50%;
    bottom: max(-12px, -0.625vw);
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #36393E;
    font-size: min(10px, 0.5208333vw);
    color: white;
    z-index: 10;
    padding: min(3px, 0.15625vw);
}

.price .items .item .content .left .options .add-icon-plus .option:not(:last-child):after {
    content: "+";
    padding: min(2px, 0.1041667vw) min(7px, 0.3645833vw);
}

.price .items .item .content .left .options .option:last-child {
    margin-bottom: 0;
}

.price .items .item .content .right {
    width: min(390px, 20.3125vw);
    height: min(466px, 24.2708333vw);
    border-radius: min(10px, 0.5208333vw);
    object-fit: cover;
    object-position: center;
}

.course {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course .row {
    width: min(48.5416667vw, 932px);
    display: flex;
    gap: min(1.1979167vw, 23px);
    margin-top: min(1.0416667vw, 20px);
}

.course .row.mt {
    margin-top: min(2.96875vw, 57px);
}

.course .row .col {
    flex: 1;
    background-color: #fffef8;
    padding: min(23px, 1.1979167vw) min(19px, 0.9895833vw);
    border-radius: min(14px, 0.7291667vw);
    box-shadow: min(5px, 0.2604167vw) min(5px, 0.2604167vw) min(8px, 0.4166667vw) rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course .row .col>img {
    width: 100%;
}

.course .row .col .name {
    margin-top: min(22px, 1.1458333vw);
    font-size: min(24px, 1.25vw);
    font-weight: bold;
    color: #f39901;
    text-align: center;
    display: inline-block;
    min-width: 75%;
    margin-bottom: min(16px, 0.8333333vw);
    padding-bottom: min(16px, 0.8333333vw);
    border-bottom: min(2px, 0.1041667vw) dashed #787e85;
}

.course .row .col .desc {
    font-size: min(16px, 0.8333333vw);
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.course .row .col .text {
    margin-top: min(16px, 0.8333333vw);
    font-size: min(14px, 0.7291667vw);
    color: #333333;
}

.course .card {
    width: min(970px, 50.5208333vw);
    height: min(200px, 10.4166667vw);
    margin-top: min(81px, 4.21875vw);
    border: min(2px, 0.1041667vw) solid #ca102e;
    border-radius: min(20px, 1.0416667vw);
    background-color: #fde1e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: min(20px, 1.0416667vw);
}

.course .card .title {
    font-size: min(24px, 1.25vw);
    font-weight: bold;
    color: #ca102e;
}

.course .card .items {
    margin-top: min(16px, 0.8333333vw);
    display: flex;
}

.course .card .items .item {
    display: flex;
    align-items: center;
    padding-right: min(20px, 1.0416667vw);
    position: relative;
    flex: 1;
}

.course .card .items .item:first-child:after {
    content: "";
    width: 0;
    height: 86%;
    border-right: min(2px, 0.1041667vw) dashed #8b8e8d;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.course .card .items .item>img {
    margin-inline: min(20px, 1.0416667vw);
    flex-shrink: 0;
}

.course .card .items .item:first-child>img {
    width: min(50px, 2.6041667vw);
    height: min(64px, 3.3333333vw);
}

.course .card .items .item:last-child>img {
    width: min(60px, 3.125vw);
    height: min(47px, 2.4479167vw);
}

.course .card .items .item .inner-item {
    display: flex;
    flex-direction: column;
    font-size: 0;
    gap: min(10px, 0.5208333vw);
}

.course .card .items .item .inner-item .name {
    font-size: min(22px, 1.1458333vw);
    font-weight: 600;
    color: #333;
}

.course .card .items .item .inner-item .text {
    font-size: min(16px, 0.8333333vw);
    color: #333;
}

.case {
    padding-top: min(132px, 6.875vw);
    padding-bottom: min(98px, 5.1041667vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff9d7;
}

.case .items {
    margin-top: min(109px, 5.6770833vw);
    display: flex;
    gap: min(30px, 1.5625vw);
}

.case .items .item {
    width: min(380px, 19.7916667vw);
    height: min(461px, 24.0104167vw);
    border-radius: min(20px, 1.0416667vw);
    background-color: white;
    padding: min(24px, 1.25vw) min(25px, 1.3020833vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.case .items .item .poster {
    width: min(330px, 17.1875vw);
    height: min(148px, 7.7083333vw);
    flex-shrink: 0;
    position: relative;
}

.case .items .item .poster>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
}

.case .items .item .play-btn {
    width: min(72px, 3.75vw);
    height: min(42px, 2.1875vw);
    border-radius: min(10px, 0.5208333vw);
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: min(27px, 1.40625vw);
    display: flex;
    justify-content: center;
    align-items: center;
}

.case .items .item .expand-btn {
    width: min(25px, 1.3020833vw);
    height: min(25px, 1.3020833vw);
    background-color: rgba(0, 0, 0, .6);
    border-radius: min(5px, 0.2604167vw);
    position: absolute;
    color: white;
    font-size: min(14px, 0.7291667vw);
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: min(5px, 0.2604167vw);
    right: min(5px, 0.2604167vw);
}

.case .items .item .info {
    width: 100%;
    margin-top: min(21px, 1.09375vw);
    flex: 1;
}

.case .items .item .info .name {
    font-size: min(20px, 1.0416667vw);
    font-weight: normal;
    color: #333333;
}

.case .items .item .info .tags {
    margin-top: min(35px, 1.8229167vw);
    font-size: min(16px, 0.8333333vw);
    color: #333333;
    font-weight: bold;
}

.case .items .item .info .tags>span {
    color: #666666;
    font-weight: normal;
}

.case .items .item .bottom {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: min(1.5px, 0.078125vw) solid #f39800;
    padding-top: min(10px, 0.5208333vw);
}

.case .items .item .bottom .left {
    font-size: 0;
}

.case .items .item .bottom .left>span {
    font-size: min(14px, 0.7291667vw);
}

.case .items .item .bottom .left .highlight {
    color: #f39800;
}

.case .items .item .bottom .left .lg {
    font-size: min(18px, 0.9375vw);
}

.case .items .item .bottom .right {
    display: block;
    width: min(10px, 0.5208333vw);
    height: min(10px, 0.5208333vw);
    border-top: min(10px, 0.5208333vw) solid transparent;
    border-left: min(14px, 0.7291667vw) solid #f39800;
    border-bottom: min(10px, 0.5208333vw) solid transparent;
}

.voice {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.voice div.sub-title {
    margin-top: min(40px, 2.08333333vw);
}

.voice .orange-title {
    margin-top: min(60px, 3.125vw);
    font-size: min(37.52px, 1.9541667vw);
    font-weight: bold;
    color: #ca102e;
    padding-block: min(4px, 0.2083333vw);
    position: relative;
}

.voice .orange-title:before {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    height: min(6px, 0.3125vw);
    background-color: #ca102e;
    border-radius: min(5px, 0.2604167vw);
}

.voice .orange-title:after {
    position: absolute;
    width: min(12px, 0.625vw);
    height: min(22px, 1.1458333vw);
    content: "";
    right: 35%;
    bottom: max(-13px, -0.6770833vw);
    transform: rotateZ(45deg);
    background: linear-gradient(to right, white 50%, #ca102e 0);
    border-radius: min(5px, 0.2604167vw);
}

.voice .items {
    margin-top: min(60px, 3.125vw);
    display: flex;
    gap: min(35px, 1.8229167vw);
}

.voice .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(449px, 23.3854167vw);
    border-radius: min(15px, 0.78125vw);
    background-color: #fde1e6;
    padding-top: min(25px, 1.3020833vw);
    position: relative;
}

.voice .items .item>img {
    position: absolute;
    top: min(25px, 1.3020833vw);
    right: min(19px, 0.9895833vw);
    width: min(62px, 3.2291667vw);
    height: min(59px, 3.0729167vw);
}

.voice .items .item .name {
    font-size: min(24px, 1.25vw);
    color: #333333;
    font-weight: bold;
}

.voice .items .item .text {
    font-size: min(56.03px, 2.9182292vw);
    font-weight: bold;
    color: #ca102e;
}

.voice .items .item .text .xl {
    font-size: min(93.39px, 4.8640625vw);
}

.voice>p.text {
    font-size: min(30px, 1.5625vw);
    font-weight: bold;
    margin-top: min(36px, 1.875vw);
}

.voice .charts {
    margin-top: min(36px, 1.875vw);
    gap: min(31px, 1.6145833vw);
    display: flex;
}

.voice .charts .chart {
    background-color: #fde1e6;
    width: min(380px, 19.7916667vw);
    height: min(460px, 23.9583333vw);
    border-radius: min(15px, 0.78125vw);
    padding-top: min(6px, 0.3125vw);
    padding-bottom: min(18px, 0.9375vw);
    padding-inline: min(10px, 0.5208333vw);
    display: flex;
    flex-direction: column;
}

.voice .charts .chart>img {
    width: 100%;
    flex-shrink: 0;
}

.voice .charts .chart .info {
    margin-top: min(10px, 0.5208333vw);
    padding-inline: min(15px, 0.78125vw);
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
}

.voice .charts .chart .info .head {
    display: flex;
    gap: min(10px, 0.5208333vw);
    align-items: center;
    flex-shrink: 0;
}

.voice .charts .chart .info .head>img {
    width: min(46px, 2.3958333vw);
    height: min(46px, 2.3958333vw);
    object-position: center;
    object-fit: cover;
    border-radius: 50%;
}

.voice .charts .chart .info .head .name {
    font-size: min(16px, 0.8333333vw);
    color: #ca102e;
    font-weight: 600;
    white-space: nowrap;
}

.voice .charts .chart .info .body {
    flex: 1;
    margin-block: min(7px, 0.3645833vw);
    font-size: min(14px, 0.7291667vw);
    color: #333333;
}

.voice .charts .chart .info .tag {
    flex-shrink: 0;
    background-color: white;
    font-size: min(12px, 0.625vw);
    color: #666666;
    border-radius: min(15px, 0.78125vw);
    padding: min(7px, 0.3645833vw) min(16px, 0.8333333vw);
}

.flow {
    padding-top: min(93px, 4.84375vw);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flow .items {
    display: flex;
    margin-top: min(122px, 6.3541667vw);
    gap: min(26px, 1.3541667vw);
}

.flow .items .item {
    width: min(324px, 16.875vw);
    height: min(161px, 8.3854167vw);
    border-radius: min(15px, 0.78125vw);
    background-color: #fce6e1;
    border: min(2px, 0.1041667vw) solid #ef373f;
    position: relative;
    padding-left: min(15px, 0.78125vw);
    padding-right: min(10px, 0.5208333vw);
}

.flow .items .item .num {
    width: min(109px, 5.6770833vw);
    height: min(45px, 2.34375vw);
    border-radius: min(5px, 0.2604167vw);
    background: linear-gradient(to right, #ef373f, #f47e82);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(18px, 0.9375vw);
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: max(-23px, -1.1979167vw);
    left: min(15px, 0.78125vw);
}

.flow .items .item>img {
    position: absolute;
    object-position: center;
    object-fit: cover;
    right: min(33px, 1.71875vw);
}

.flow .items .item:nth-child(1)>img {
    width: min(93px, 4.84375vw);
    height: min(133px, 6.9270833vw);
    top: max(-66.5px, -3.4635417vw);
}

.flow .items .item:nth-child(2)>img {
    width: min(84px, 4.375vw);
    height: min(102px, 5.3125vw);
    top: max(-70px, -3.6458333vw);
}

.flow .items .item:nth-child(3)>img {
    width: min(114px, 5.9375vw);
    height: min(127px, 6.6145833vw);
    top: max(-79px, -4.1145833vw);
}

.flow .items .item .name {
    margin-top: min(50px, 2.6041667vw);
    font-size: min(20px, 1.0416667vw);
    font-weight: bold;
    background: linear-gradient(to right, #ef3139, #f36c71);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flow .items .item .desc {
    color: #36393e;
    font-size: min(16px, 0.8333333vw);
    margin-top: min(8px, 0.4166667vw);
}

.flow .items .item .desc a {
    color: #36393e;
    text-decoration: underline;
}

.faq {
    padding-top: min(113px, 5.8854167vw);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq .items {
    display: flex;
    flex-direction: column;
    width: min(653px, 34.0104167vw);
    margin-top: min(50px, 2.6041667vw);
}

.faq .items .q {
    font-size: min(25px, 1.3020833vw);
    font-weight: bold;
    background: linear-gradient(to right, #df1717, #e95459);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-top: min(25px, 1.3020833vw);
    display: flex;
}

.faq .items .q:before {
    content: "Q";
    color: white;
    font-weight: bold;
    background: linear-gradient(to right, #d21b1b, #ea595f);
    font-size: min(25px, 1.3020833vw);
    width: min(45px, 2.34375vw);
    height: min(45px, 2.34375vw);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    -webkit-text-fill-color: initial !important;
    margin-right: min(30px, 1.5625vw);
    margin-top: max(-5px, -0.2604167vw);
}

.faq .items .q:after {
    content: '';
    position: absolute;
    left: max(-3px, -0.15625vw);
    top: 0;
    border-bottom: min(10px, 0.5208333vw) solid #d21b1b;
    border-left: min(4px, 0.2083333vw) solid transparent;
    border-right: min(4px, 0.2083333vw) solid transparent;
    transform: rotateZ(-60deg);
}

.faq .items .q:first-child {
    margin-top: 0;
}

.faq .items .a {
    margin-top: min(8px, 0.4166667vw);
    font-size: min(18px, 0.9375vw);
    font-weight: 500;
    color: #36393e;
    position: relative;
    display: flex;
}

.faq .items .a:before {
    content: "A";
    color: #36393e;
    font-weight: bold;
    background: linear-gradient(to right, #f2a89c, #f9dad4);
    font-size: min(25px, 1.3020833vw);
    width: min(45px, 2.34375vw);
    height: min(45px, 2.34375vw);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    -webkit-text-fill-color: initial !important;
    margin-right: min(30px, 1.5625vw);
}

.faq .items .a:after {
    content: '';
    position: absolute;
    left: min(43px, 2.2395833vw);
    top: min(5px, 0.2604167vw);
    border-bottom: min(10px, 0.5208333vw) solid #f9dad4;
    border-left: min(4px, 0.2083333vw) solid transparent;
    border-right: min(4px, 0.2083333vw) solid transparent;
    transform: rotateZ(55deg);
}

img.connect {
    width: min(760px, 39.5833333vw);
    margin-top: min(110px, 5.7291667vw);
    margin-inline: auto;
    display: block;
}

.jicoo-container {
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
    margin-top: min(30px, 1.5625vw);
    margin-bottom: min(12px, 0.625vw);
}

.footer {
    margin-top: min(18px, 0.9375vw);
    width: 100%;
    height: min(150px, 7.8125vw);
    background-color: #f30009;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    gap: min(15px, 0.78125vw);
}

.footer>nav {
    display: flex;
    gap: min(30px, 1.5625vw);
    font-size: min(20px, 1.0416667vw);
    font-weight: normal;
}

.footer>nav>a {
    color: white;
}

.footer>nav>a:hover {
    text-decoration: underline;
}

.footer .copyright {
    font-size: min(22px, 1.1458333vw);
    font-weight: 500;
}

@media screen and (max-width: 750px) {
    .only-sp {
        display: block;
    }

    .only-pc {
        display: none;
    }

    h2.title {
        font-size: min(48px, 6.4vw);
        text-align: center;
    }

    div.sub-title {
        font-size: min(18px, 2.4vw);
    }

    .top {
        background-image: url("../img/background-sp.png");
        width: 100%;
        height: min(693px, 92.4vw);
        padding-top: min(30px, 4vw);
        padding-inline: min(30px, 4vw);
        margin-bottom: min(720px, 96vw);
        display: block;
    }

    .top .logo {
        height: min(59px, 7.8666667vw);
    }

    .top .join-box {
        display: none;
    }

    .top .content {
        margin-top: min(364px, 48.5333333vw);
        max-width: 100%;
        width: 100%;
        align-items: center;
        margin-left: unset;
    }

    .top .content .badge {
        width: min(543px, 72.4vw);
        height: min(55px, 7.3333333vw);
        font-size: min(29.95px, 3.9933333vw);
    }

    .top .content .badge::before {
        width: min(120px, 16vw);
        height: min(50px, 6.6666667vw);
        top: max(-33px, -4.4vw);
        right: max(-68px, -9.0666667vw);
    }

    .top .content .badge::after {
        width: min(16.97px, 2.2626667vw);
        height: min(16.97px, 2.2626667vw);
        bottom: max(-8px, -1.0666667vw);
    }

    .top .content .headline {
        margin-top: min(43px, 5.7333333vw);
        margin-bottom: min(38px, 5.0666667vw);
        font-size: min(54px, 7.2vw);
        text-align: center;
        line-height: 140%;
        white-space: nowrap;
    }

    .top .content .text {
        font-size: min(31.58px, 4.2106667vw);
        line-height: 140%;
        text-align: center;
    }

    .top .content .circles {
        margin-top: min(20px, 2.6666667vw);
    }

    .top .content .circles .circle {
        width: min(210px, 28vw);
        height: min(210px, 28vw);
        font-size: min(24.46px, 3.2613333vw);
    }

    .top .content .circles .circle .highlight {
        font-size: min(36.69px, 4.892vw);
    }

    .top .content .circles .circle .xs {
        font-size: min(19.57px, 2.6093333vw);
    }

    .top .content .circles .circle .sm {
        font-size: min(24.46px, 3.2613333vw);
    }

    .top .content .ps {
        width: 100%;
        font-size: min(23.09px, 3.0786667vw);
        margin-top: min(21px, 2.8vw);
    }

    .top .btn {
        width: 100%;
        height: min(132px, 17.6vw);
        border-radius: min(100px, 13.3333333vw);
        margin-top: min(68px, 9.0666667vw);
        background-color: #ca102e;
        color: white;
        font-weight: bold;
        font-size: min(35px, 4.6666667vw);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: min(5px, 0.6666667vw) min(5px, 0.6666667vw) min(10px, 1.3333333vw) rgba(0, 0, 0, .5);
        animation: scale-animated 1500ms ease-in-out infinite alternate;
    }

    .top .btn>span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: max(-31.5px, -4.2vw);
        color: #222222;
        font-size: min(28px, 3.7333333vw);
        width: min(470px, 62.6666667vw);
        height: min(63px, 8.4vw);
        border-radius: min(22px, 2.9333333vw);
        border: min(2px, 0.2666667vw) solid #222222;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
    }

    .about {
        width: 100%;
    }

    .about .text {
        font-size: min(48px, 6.4vw);
    }

    .about .text>b {
        font-size: min(48px, 6.4vw);
    }

    .about .text.sm {
        font-size: min(40px, 5.3333333vw);
    }

    .about .content {
        display: none;
    }

    .about .content-sp {
        display: block;
        width: 100%;
        margin-top: min(30px, 4vw);
        padding: min(20px, 2.6666666667vw);
        overflow: auto;
    }

    .about .content-sp>img {
        width: min(1085px, 144.6666666667vw);
    }

    .about .items {
        margin-top: min(78px, 10.4vw);
        display: grid;
        grid-template-columns: 4fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas:
            "leftMain rightTop rightTop"
            "leftMain rightBottom rightBottom";
        gap: min(7px, 0.9333333vw);
        padding-inline: min(7px, 0.9333333vw);
    }

    .about .items .item {
        border-radius: min(15px, 2vw);
    }

    .about .items .item:nth-child(1) {
        grid-area: leftMain;
        height: 100%;
    }

    .about .items .item:nth-child(2) {
        grid-area: rightTop;
    }

    .about .items .item:nth-child(3) {
        grid-area: rightBottom;
    }

    .about .items .item .body .steps {
        padding-top: 0;
    }

    .about .items .item .head {
        padding-block: min(20px, 2.6666667vw);
        font-size: min(11.56px, 1.5413333vw);
    }

    .about .items .item .head>img {
        height: min(56px, 7.4666667vw);
    }

    .about .items .item .body {
        padding-top: min(32px, 4.2666667vw);
        padding-bottom: min(8px, 1.0666667vw);
        padding-inline: min(8px, 1.0666667vw);
    }

    .about .items .item .body .steps .step {
        padding-left: min(30px, 4vw);
        font-size: min(10.67px, 1.4226667vw);
        min-height: min(46px, 6.1333333vw);
    }

    .about .items .item .body .steps .step>span {
        font-size: min(8px, 1.0666667vw);
        margin-bottom: min(4px, 0.5333333vw);
    }

    .about .items .item .body .steps .step::before {
        width: min(21px, 2.8vw);
        height: min(21px, 2.8vw);
        border-width: min(2px, 0.2666667vw);
        box-shadow: 0 min(5px, 0.6666667vw) 0 white, 0 max(-5px, -0.6666667vw) 0 white;
    }

    .about .items .item .body .steps .step:not(:last-child)::after {
        width: min(2.5px, 0.3333333vw);
        left: min(10px, 1.3333333vw);
    }

    .about .items .item .body .foot {
        margin-top: 0;
        font-size: min(10.67px, 1.4226667vw);
        padding-block: min(10px, 1.3333333vw);
        padding-inline: min(6px, 0.8vw);
        border-radius: min(15px, 2vw);
    }

    .about .items .item .body .foot .mark {
        width: min(18px, 2.4vw);
        height: min(18px, 2.4vw);
        margin-right: min(8px, 1.0666667vw);
        border-radius: min(4px, 0.5333333vw);
    }

    .about .items .item.recommend .head {
        padding-block: min(25px, 3.3333333vw);
    }

    .about .items .item.recommend .body {
        padding-top: min(79px, 10.5333333vw);
        padding-bottom: min(30px, 4vw);
        padding-inline: min(27px, 3.6vw);
    }

    .about .items .item.recommend .body .steps .step {
        padding-left: min(60px, 8vw);
        font-size: min(25.44px, 3.392vw);
        min-height: min(150px, 20vw);
    }

    .about .items .item.recommend .body .steps .step>span {
        font-size: min(19.08px, 2.544vw);
        margin-bottom: min(25px, 3.3333333vw);
    }

    .about .items .item.recommend .body .steps .step::before {
        width: min(46px, 6.1333333vw);
        height: min(46px, 6.1333333vw);
        box-shadow: 0 min(5px, 0.6666667vw) 0 white, 0 max(-5px, -0.6666667vw) 0 white;
    }

    .about .items .item.recommend .body .steps .step:not(:last-child)::after {
        width: min(4px, 0.5333333vw);
        left: min(22px, 2.9333333vw);
    }

    .about .items .item.recommend .body .foot {
        margin-top: min(40px, 5.3333333vw);
        font-size: min(25.44px, 3.392vw);
        padding-block: min(26px, 3.4666667vw);
        padding-inline: min(19px, 2.5333333vw);
    }

    .about .items .item.recommend .body .foot .mark {
        width: min(43px, 5.7333333vw);
        height: min(43px, 5.7333333vw);
        margin-right: min(18px, 2.4vw);
    }

    .problem {
        padding-inline: 0;
        padding-top: min(93px, 12.4vw);
        padding-bottom: min(91px, 12.1333333vw);
        margin-bottom: min(57px, 7.6vw);
    }

    .problem::after {
        width: min(83.44px, 11.1253333vw);
        height: min(83.44px, 11.1253333vw);
        bottom: max(-40px, -5.3333333vw);
    }

    .problem .content {
        width: 100%;
        margin-top: min(97px, 12.9333333vw);
        flex-direction: column;
        align-items: center;
        gap: min(90px, 12vw);
    }

    .problem .content>img {
        width: min(656px, 87.4666667vw);
        height: min(373px, 49.7333333vw);
    }

    .problem .content .text {
        font-size: min(43.9px, 5.8533333vw);
        gap: min(50px, 6.6666667vw);
    }

    .problem .content .text>p {
        padding-left: min(82px, 10.9333333vw);
    }

    .problem .content .text>p:before {
        width: min(57px, 7.6vw);
        height: min(52px, 6.9333333vw);
    }

    .voice div.sub-title {
        margin-top: min(30px, 4vw);
    }

    .voice .orange-title {
        margin-top: min(40px, 5.3333333vw);
        font-size: min(37.52px, 5.0026667vw);
    }

    .voice .orange-title:before {
        height: min(6px, 0.8vw);
        border-radius: min(5px, 0.6666667vw);
    }

    .voice .orange-title:after {
        width: min(6px, 0.8vw);
        height: min(25px, 3.3333333vw);
        bottom: max(-13px, -1.7333333vw);
        border-radius: min(5px, 0.6666667vw);
        border-left-width: min(12px, 1.6vw);
    }

    .voice .items {
        margin-top: min(60px, 8vw);
        gap: min(12px, 1.6vw);
    }

    .voice .items .item {
        width: min(358px, 47.7333333vw);
        border-radius: min(15px, 2vw);
        padding-top: min(20px, 2.6666667vw);
    }

    .voice .items .item .name {
        font-size: min(19.16px, 2.5546667vw);
    }

    .voice .items .item .text {
        font-size: min(44.74px, 5.9653333vw);
    }

    .voice .items .item .text .xl {
        font-size: min(74.56px, 9.9413333vw);
    }

    .voice .items .item>img {
        width: min(49px, 6.5333333vw);
        height: min(46px, 6.1333333vw);
        top: min(21px, 2.8vw);
        right: min(16px, 2.1333333vw);
    }

    .voice .charts {
        margin-top: min(23px, 3.0666667vw);
        flex-direction: column;
        align-items: center;
        gap: min(17px, 2.2666667vw);
    }

    .voice .charts .chart {
        height: auto;
        width: min(725px, 96.6666667vw);
        border-radius: min(15px, 2vw);
        padding-top: min(12px, 1.6vw);
        padding-bottom: min(34px, 4.5333333vw);
        padding-inline: min(19px, 2.5333333vw);
    }

    .voice .charts .chart .info {
        margin-top: min(17px, 2.2666667vw);
        padding-inline: min(29px, 3.8666667vw);
    }

    .voice .charts .chart .info .head {
        gap: min(19px, 2.5333333vw);
    }

    .voice .charts .chart .info .head>img {
        width: min(88px, 11.7333333vw);
        height: min(88px, 11.7333333vw);
    }

    .voice .charts .chart .info .head .name {
        font-size: min(30.55px, 4.0733333vw);
    }

    .voice .charts .chart .info .body {
        margin-block: min(14px, 1.8666667vw);
        font-size: min(26.73px, 3.564vw);
    }

    .voice .charts .chart .info .tag {
        margin-top: min(49px, 6.5333333vw);
        font-size: min(22.91px, 3.0546667vw);
        padding-block: min(14px, 1.8666667vw);
        padding-inline: min(31px, 4.1333333vw);
        border-radius: min(30px, 4vw);
    }

    .band {
        padding-block: min(33.33px, 4.444vw);
        padding-inline: min(16px, 2.1333333vw);
    }

    .band .text {
        font-size: min(20px, 2.6666667vw);
    }

    .band .items {
        width: 100%;
        height: auto;
    }

    .band .items .left {
        width: 100%;
    }

    .band .items .left .content {
        padding: min(20px, 2.6666667vw) min(30px, 4vw);
        height: auto;
        gap: min(24px, 3.2vw);
    }

    .band .items .left .content .title {
        font-size: min(20px, 2.6666667vw);
    }

    .band .items .left .content .title .top-dot:before {
        width: min(5px, 0.6666667vw);
        height: min(5px, 0.6666667vw);
        top: max(-12px, -1.6vw);
    }

    .band .items .ad {
        position: unset;
        margin-top: min(30px, 4vw);
        width: 100%;
        height: auto;
    }

    .band .items .left .logos {
        flex-direction: column;
        align-items: start;
    }

    .band .items .left .logos .logo-btn:first-child,
    .band .items .left .logos .logo-btn:last-child {
        width: unset;
        flex: 1;
        height: auto;
        padding-block: min(8px, 1.0666667vw);
        font-size: min(18px, 2.4vw);
        border-radius: min(4px, 0.5333333vw);
    }

    .band .items .left .logos .logo-btn::after {
        width: min(10px, 1.3333333333vw);
        height: min(10px, 1.3333333333vw);
    }

    .band .items .left .logos .logo-btn>img {
        width: min(30px, 4vw);
        height: min(26px, 3.4666667vw);
    }

    .reason {
        padding-block: min(60px, 8vw);
        padding-inline: min(20px, 2.6666667vw);
    }

    .reason .items {
        width: 100%;
    }

    .reason .items .item>img {
        display: none;
    }

    .reason .items .item .text {
        padding-block: min(30px, 4vw);
        padding-inline: min(15px, 2vw);
    }

    .reason .items .item .text>img {
        width: 90%;
        height: auto;
        display: block;
        margin-inline: auto;
    }

    .reason .items .item .text .name {
        margin-top: min(15px, 2vw);
        font-size: min(18px, 2.4vw);
    }

    .reason .items .item .text .title {
        margin-top: min(10px, 1.3333333vw);
        font-size: min(23px, 3.0666667vw);
    }

    .reason .items .item .text .content {
        margin-top: min(15px, 2vw);
        font-size: min(16px, 2.1333333vw);
    }

    .price .items {
        width: min(340px, 45.3333333vw);
        height: min(910px, 125vw);
    }

    .price .items .item {
        box-shadow: min(2px, 0.2666667vw) min(2px, 0.2666667vw) min(10px, 1.3333333vw) #bebebe;
        padding: min(44px, 5.8666667vw) min(15px, 2vw);
        border-radius: min(20px, 2.6666667vw);
    }

    .price .items .pre-btn,
    .price .items .after-btn {
        width: min(32px, 4.2666667vw);
        height: min(32px, 4.2666667vw);
    }

    .price .items .item .content .left .title {
        padding-left: min(16px, 2.1333333vw);
        margin-left: min(8px, 1.0666667vw);
    }

    .price .items .item .content .left .title:before {
        width: min(8px, 1.0666667vw);
        height: min(27px, 3.6vw);
    }

    .price .items .pre-btn {
        left: max(-60px, -8vw);
    }

    .price .items .after-btn {
        right: max(-60px, -8vw);
    }

    .price .items .item .content .left .options .add-icon-plus .option:not(:last-child):after {
        width: min(20px, 2.6666667vw);
        height: min(20px, 2.6666667vw);
        bottom: max(-13px, -1.7333333vw);
        font-size: min(14px, 1.8677777vw);
        display: block;
        padding: 0;
    }

    .price .items .pre-btn>img,
    .price .items .after-btn>img {
        width: min(8px, 1.0666667vw);
        height: min(13px, 1.7333333vw);
    }

    .price .items .item.preview {
        left: -125%;
    }

    .price .items .item.next {
        left: 125%;
    }

    .price .items .item .name {
        font-size: min(14px, 1.8666667vw);
    }

    .price .items .item .content .left>img {
        margin-top: min(10px, 1.3333333vw);
        width: 100%;
        height: min(181px, 24.1333333vw);
        object-fit: cover;
        object-position: top center;
    }

    .price .items .item .content .left .title {
        font-size: min(20px, 2.6666667vw);
    }

    .price .items .item .content .left .nums {
        margin-top: min(52px, 6.9333333vw);
        flex-direction: column;
        gap: min(35px, 4.6666667vw);
        align-items: start;
    }

    .price .items .item .content .left .nums .num .type {
        padding-block: min(4px, 0.5333333vw);
        padding-inline: min(13px, 1.7333333vw);
        border-radius: min(3.29px, 0.4386667vw);
        font-size: min(14px, 1.8666667vw);
        margin-right: min(15px, 2vw);
        letter-spacing: min(4px, 0.5333333vw);
    }

    .price .items .item .content .left .nums .num .tax {
        font-size: min(12.5px, 1.6666667vw);
    }

    .price .items .item .content .left .nums .num.recommend .money {
        font-size: min(32px, 4.2666667vw);
    }

    .price .items .item .content .left .nums .num .money {
        font-size: min(28px, 3.7333333vw);
    }

    .price .items .item .content .left .nums .num .unit {
        font-size: min(18px, 2.4vw);
    }

    .price .items .item .content .left .nums .num .up {
        padding: min(6px, 0.8vw) min(8px, 1.0666667vw);
        border: min(2px, 0.2666667vw) solid #F30000;
        border-radius: min(5px, 0.6666667vw);
    }

    .price .items .item .content .left .nums .num .up:before {
        bottom: max(-8px, -1.0666667vw);
        border-left: min(8px, 1.0666667vw) solid transparent;
        border-top: min(8px, 1.0666667vw) solid red;
    }

    .price .items .item .content .left .nums .num .up:after {
        bottom: max(-5.5px, -0.7333333vw);
        border-left: min(6px, 0.8vw) solid transparent;
        border-top: min(6px, 0.8vw) solid white;
    }

    .price .items .item .content .left .nums .num .down>span {
        font-size: min(12px, 1.6vw);
    }

    .price .items .item .content .left .nums .num .down>span.del {
        font-size: min(18px, 2.4vw);
    }

    .price .items .item .content .left .nums .num .up .money {
        font-size: min(18px, 2.4vw) !important;
    }

    .price .items .item .content .left .nums .num .up .unit {
        font-size: min(10px, 1.3333333vw) !important;
    }

    .price .items .item .content .left .others {
        width: 100%;
    }

    .price .items .item .content .left .others .text {
        font-size: min(14px, 1.8666667vw);
        display: inline;
    }

    .price .items .item .content .left .others .text.add-dashed {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .price .items .item .content .left .others .text.add-dashed::after {
        width: min(74.5px, 9.9333333vw);
        position: relative;
    }

    .price .items .item .content .left .others .text.add-dashed::before {
        position: relative;
        border: min(1px, 0.1333333vw) dashed #333333;
        content: "";
        width: min(74.5px, 9.9333333vw);
    }

    .price .items .item .content .left .options {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .price .items .item .content .left .options .option {
        width: min(279px, 37.2vw);
        height: min(39px, 5.2vw);
        font-size: min(16px, 2.1333333vw);
        margin-bottom: min(6px, 0.8vw);
    }

    .price .items .item .content .left .options .group .option:not(:last-child) {
        margin-bottom: min(6px, 0.8vw);
    }

    .price .items .item .content .left .options .option>img {
        width: min(25px, 3.3333333vw);
        height: min(25px, 3.3333333vw);
        margin-left: min(24px, 3.2vw);
        margin-right: min(20px, 2.6666667vw);
    }

    .price .items .item .content .left .options .option.sm {
        font-size: min(16px, 2.1333333vw);
    }

    .price .items .item .content .left .options .add-or-icon .option:not(:last-child):after {
        width: min(16px, 2.1333333vw);
        height: min(16px, 2.1333333vw);
        font-size: min(12px, 1.6vw);
        bottom: max(-12px, -1.6vw);
    }

    .price .items .dots>i {
        width: min(12px, 1.6vw);
        height: min(12px, 1.6vw);
    }

    .course {
        padding-inline: min(20px, 2.6666667vw);
    }

    .course .row {
        width: 100%;
    }

    .course .card {
        width: 100%;
        height: auto;
        padding-block: min(12px, 1.6vw);
    }

    .course .card .title {
        font-size: min(18px, 2.4vw);
    }

    .course .card .items .item .inner-item .name {
        font-size: min(16px, 2.1333333vw);
    }

    .course .card .items .item .inner-item .text {
        font-size: min(14px, 1.8666667vw);
    }

    .course .card .items .item>img {
        margin-inline: min(15px, 2vw);
    }

    .course .card .items .item:first-child>img {
        width: min(30px, 4vw);
        height: auto;
    }

    .course .card .items .item:last-child>img {
        width: min(40px, 5.3333333vw);
        height: auto;
    }

    .course .card .items .item {
        padding-right: min(15px, 2vw);
    }

    .case {
        padding-inline: min(20px, 2.6666667vw);
    }

    .case .items {
        flex-direction: column;
        width: 100%;
        gap: min(20px, 2.6666667vw);
    }

    .case .items .item {
        width: 100%;
        height: auto;
        padding: min(25px, 3.3333333vw);
    }

    .case .items .item .poster {
        width: 100%;
        height: min(300px, 40vw);
    }

    .case .items .item .play-btn {
        width: min(80px, 10.6666667vw);
        height: min(45px, 6vw);
        font-size: min(25px, 3.3333333vw);
    }

    .case .items .item .expand-btn {
        width: min(30px, 4vw);
        height: min(30px, 4vw);
        font-size: min(20px, 2.6666667vw);
    }

    .case .items .item .info {
        margin-top: min(21px, 2.8vw);
    }

    .case .items .item .info .name {
        font-size: min(20px, 2.6666667vw);
    }

    .case .items .item .info .tags {
        margin-top: min(35px, 4.6666667vw);
        font-size: min(16px, 2.1333333vw);
    }

    .case .items .item .bottom {
        margin-top: min(10px, 1.3333333vw);
        padding-top: min(10px, 1.3333333vw);
    }

    .case .items .item .bottom .left>span {
        font-size: min(14px, 1.8666667vw);
    }

    .case .items .item .bottom .left .lg {
        font-size: min(18px, 2.4vw);
    }

    .case .items .item .bottom .right {
        width: min(10px, 1.3333333vw);
        height: min(10px, 1.3333333vw);
        border-top-width: min(10px, 1.3333333vw);
        border-bottom-width: min(10px, 1.3333333vw);
        border-left-width: min(10px, 1.3333333vw);
    }

    .flow {
        padding-inline: min(20px, 2.6666667vw);
    }

    .flow .items {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: min(122px, 16.2666667vw);
        gap: min(100px, 13.3333333vw);
    }

    .flow .items .item {
        width: 100%;
        height: auto;
        padding-left: min(25px, 3.3333333vw);
        padding-bottom: min(25px, 3.3333333vw);
        padding-right: min(25px, 3.3333333vw);
    }

    .flow .items .item .num {
        font-size: min(18px, 2.4vw);
        width: min(109px, 14.5333333vw);
        height: min(45px, 6vw);
        border-radius: min(5px, 0.6666667vw);
        top: max(-23px, -3.0666667vw);
    }

    .flow .items .item .name {
        font-size: min(20px, 2.6666667vw);
        margin-top: min(55px, 7.3333333vw);
    }

    .flow .items .item .desc {
        font-size: min(16px, 2.1333333vw);
        margin-top: min(8px, 1.0666667vw);
    }

    .flow .items .item:nth-child(1)>img {
        width: min(93px, 12.4vw);
        height: min(133px, 17.7333333vw);
        top: max(-66.5px, -8.8666667vw);
    }

    .flow .items .item:nth-child(2)>img {
        width: min(84px, 11.2vw);
        height: min(102px, 13.6vw);
        top: max(-70px, -9.3333333vw);
    }

    .flow .items .item:nth-child(3)>img {
        width: min(114px, 15.2vw);
        height: min(127px, 16.9333333vw);
        top: max(-79px, -10.5333333vw);
    }

    .faq {
        padding-inline: min(15px, 2vw);
    }

    .faq .items {
        width: 100%;
        margin-top: min(50px, 6.6666667vw);
    }

    .faq .items .q {
        font-size: min(18px, 2.4vw);
        margin-top: min(25px, 3.3333333vw);
    }

    .faq .items .a {
        font-size: min(14px, 1.8666667vw);
        margin-top: min(8px, 1.0666667vw);
    }

    .faq .items .q:before {
        width: min(30px, 4vw);
        height: min(30px, 4vw);
        font-size: min(16px, 2.1333333vw);
    }

    .faq .items .a:before {
        width: min(30px, 4vw);
        height: min(30px, 4vw);
        font-size: min(16px, 2.1333333vw);
    }

    .faq .items .q:after {
        left: max(-3px, -0.4vw);
        border-bottom: min(10px, 1.3333333vw) solid #F39800;
        border-left: min(4px, 0.5333333vw) solid transparent;
        border-right: min(4px, 0.5333333vw) solid transparent;
    }

    .faq .items .a:after {
        left: min(27px, 3.6vw);
        top: min(5px, 0.6666667vw);
        border-bottom: min(10px, 1.3333333vw) solid #FBF8E4;
        border-left: min(4px, 0.5333333vw) solid transparent;
        border-right: min(4px, 0.5333333vw) solid transparent;
    }

    img.connect {
        width: 100%;
    }

    .footer {
        height: min(80px, 10.6666667vw);
        gap: min(12px, 1.6vw);
    }

    .footer>nav {
        font-size: min(10px, 1.3333333vw);
        gap: min(20px, 2.6666667vw);
    }

    .footer .copyright {
        font-size: min(12px, 1.6vw);
    }
}