.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.products_page_wh1 {
    height: 50vw;
    position: relative;
    z-index: 1;
}

.products_page_wh1 .wrap {
    width: 1680px;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.products_page_wh1 .wrap .title {
    width: fit-content;
    font-weight: 500;
    font-size: 48px;
    color: #fff;
    padding: 0 0 17px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}

.products_page_wh1 .wrap .title:after {
    content: '';
    position: absolute;
    width: 312px;
    height: 4px;
    background: #EC6817;
    bottom: -2px;
    left: 0;
}

.products_page_wh1 .wrap .title span {
    color: #EC6817;
}

.products_page_wh1 .wrap .text {
    font-weight: 300;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 44px;
    margin: 21px 0 0 0;
}

.products_page_wh2 {
    height: 50vw;
    position: relative;
    z-index: 1;
    padding: 130px 0 0 0;
}

.products_page_wh2 .wrap .title {
    text-align: center;
}

.products_page_wh2 .wrap .title .p1 {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.products_page_wh2 .wrap .title .p2 {
    font-weight: bold;
    font-size: 83px;
    color: #FFFFFF;
    line-height: 90px;
    opacity: 0.02;
    text-transform: uppercase;
    margin-top: -50px;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

.products_page_wh2 .wrap .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.products_page_wh2 .wrap .position .point {
    position: absolute;
    animation: spin 6s infinite linear;
    transform-origin: 30% 45%;
}

.products_page_wh2 .wrap .position .point .jump {
    position: relative;
    width: 100%;
    animation: spin2 6s infinite linear;
    transform-origin: 40% 45%;
}

.products_page_wh2 .wrap .position .point img {
    width: 100%;
    object-fit: contain;
}

.products_page_wh2 .wrap .position .point .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
}

.products_page_wh2 .wrap .position .point1 {
    left: 11.5625vw;
    top: 20.8333333333vw;
    width: 120px;
}

.products_page_wh2 .wrap .position .point2 {
    width: 101px;
    top: 16.6666666667vw;
    left: 36.3020833333vw;
    animation: spin 12s infinite linear;
    transform-origin: 50% 45%;
}

.products_page_wh2 .wrap .position .point2 .jump {
    animation: spin2 12s infinite linear;
    transform-origin: 40% 45%;
}

.products_page_wh2 .wrap .position .point3 {
    width: 96px;
    top: 25.625vw;
    left: 60.3645833333vw;
    animation: spin 7s infinite linear;
    transform-origin: 55% 45%;
}

.products_page_wh2 .wrap .position .point3 .jump {
    animation: spin2 7s infinite linear;
    transform-origin: 50% 45%;
}

.products_page_wh2 .wrap .position .point4 {
    width: 100px;
    top: 17.1875vw;
    left: 79.9479166667vw;
}

.products_page_wh2 .wrap .position .point5 {
    width: 78px;
    top: 33.0729166667vw;
    left: 28.2291666667vw;
    animation: spin 10s infinite linear;
    transform-origin: 30% 45%;
}

.products_page_wh2 .wrap .position .point5 .jump {
    animation: spin2 10s infinite linear;
    transform-origin: 50% 45%;
}

.products_page_wh2 .wrap .position .point5 .text {
    font-size: 16px;
}

.products_page_wh2 .wrap .position .point6 {
    bottom: 3.125vw;
    left: 34.5833333333vw;
    width: 120px;
}

.products_page_wh2 .wrap .position .point7 {
    bottom: 11.3541666667vw;
    left: 49.0625vw;
    width: 84px;
    animation: spin 6s infinite linear;
    transform-origin: 60% 45%;
}

.products_page_wh2 .wrap .position .point7 .jump {
    animation: spin2 6s infinite linear;
    transform-origin: 55% 45%;
}

.products_page_wh2 .wrap .position .point7 .text {
    font-size: 16px;
}

.products_page_wh2 .wrap .position .point8 {
    bottom: 4.6875vw;
    left: 68.90625vw;
    width: 104px;
    animation: spin 10s infinite linear;
    transform-origin: 40% 45%;
}

.products_page_wh2 .wrap .position .point8 .jump {
    animation: spin2 10s infinite linear;
    transform-origin: 50% 45%;
}

.products_page_wh3 {
    height: 50vw;
    position: relative;
    z-index: 1;
}

.products_page_wh3 .wrap {
    width: 1640px;
    height: 844px;
    background: rgba(36, 40, 51, 0.72);
    border-radius: 46px 46px 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    padding: 83px 0 0 0;
}

.products_page_wh3 .wrap .title {
    text-align: center;
}

.products_page_wh3 .wrap .title .p1 {
    font-weight: bold;
    font-size: 48px;
    color: #EC6817;
    line-height: 81px;
}

.products_page_wh3 .wrap .title .p2 {
    font-size: 31px;
    color: #fff;
}

.products_page_wh3 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 160px 0 0 0;
    gap: 66px;
}

.products_page_wh3 .wrap .content .up {
    display: flex;
    align-items: center;
}

.products_page_wh3 .wrap .content .up .icon {
    width: 87px;
    height: 87px;
    background-image: radial-gradient(circle, transparent, transparent, #ff8000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.products_page_wh3 .wrap .content .up .icon .circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(0deg, #D7914C 0%, #D7914C 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_page_wh3 .wrap .content .up .icon .circle img {
    width: 31px;
    height: 35px;
    object-fit: contain;
}

.products_page_wh3 .wrap .content .up .pick {
    width: 176px;
    height: 70px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 35px;
    margin-left: -77px;
    padding: 0 0 0 90px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.products_page_wh3 .wrap .content p {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    margin: 17px 0 0 0;
    text-align: center;
}

.products_page_wh4 {
    background: #0F131C;
    height: 50vw;
    padding: 18px 25px;
}

.products_page_wh4 .wrap {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: auto;
}

.products_page_wh4 .wrap .item {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 0.8333333333vw;
    overflow: hidden;
    padding: 74px 40px;
}

.products_page_wh4 .wrap .item:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
}

.products_page_wh4 .wrap .item:nth-child(2n) .headline {
    margin: 33px 0 0 0;
    display: flex;
    flex-direction: column-reverse;
}

.products_page_wh4 .wrap .item:nth-child(2n) .headline p {
    margin: 0 0 11px;
}

.products_page_wh4 .wrap .item .headline {
    margin: 0 0 33px;
}

.products_page_wh4 .wrap .item .headline .line {
    width: 337px;
    height: 2px;
    background: rgba(255, 255, 255, 0.23);
    border-radius: 1px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_page_wh4 .wrap .item .headline .line div {
    width: 117px;
    height: 2px;
    background: #EC6817;
    border-radius: 1px;
}

.products_page_wh4 .wrap .item .headline p {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 11px 0 0 0;
}

.products_page_wh4 .wrap .item .pick {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 23px;
}

.products_page_wh5 {
    position: relative;
    z-index: 1;
}

.products_page_wh5 .content {
    width: 100%;
    position: relative;
}

.products_page_wh5 .content .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.products_page_wh5 .content .position .point {
    position: absolute;
}

.products_page_wh5 .content .position .point.aos-animate .after {
    clip-path: inset(0 0 0 0) !important;
}

.products_page_wh5 .content .position .point.aos-animate .before {
    clip-path: inset(0 0 0 0) !important;
}

.products_page_wh5 .content .position .point.aos-animate .text {
    opacity: 1;
    transition-delay: 0.6s;
}

.products_page_wh5 .content .position .point.point1 {
    top: 18.4375vw;
    left: 23.125vw;
}

.products_page_wh5 .content .position .point.point1 .text {
    right: calc(100% + 8.854166666666668vw);
}

.products_page_wh5 .content .position .point.point2 {
    top: 12.03125vw;
    left: 32.5vw;
}

.products_page_wh5 .content .position .point.point2 .text {
    right: calc(100% + 18.28125vw);
}

.products_page_wh5 .content .position .point.point2 .after {
    width: 22.8125vw;
}

.products_page_wh5 .content .position .point.point3 {
    top: 13.125vw;
    left: 39.21875vw;
}

.products_page_wh5 .content .position .point.point3 .text {
    top: -8.5416666667vw;
    right: calc(100% + 3.9583333333333335vw);
}

.products_page_wh5 .content .position .point.point3 .after {
    top: -7.8125vw;
    width: 1px;
    left: 0.1041666667vw;
    height: 7.9166666667vw;
    background: #EC6917;
    transform: rotate(-32deg);
    transform-origin: bottom left;
    clip-path: inset(100% 0 0 0);
    transition: .3s linear;
}

.products_page_wh5 .content .position .point.point3 .before {
    width: 6.25vw;
    height: 1px;
    position: absolute;
    top: -6.6666666667vw;
    left: -10.3125vw;
    transition: .3s linear;
}

.products_page_wh5 .content .position .point.point4 {
    top: 10vw;
    left: 64.1145833333vw;
}

.products_page_wh5 .content .position .point.point4 .text {
    left: calc(100% + 19.739583333333336vw);
}

.products_page_wh5 .content .position .point.point4 .after {
    width: 27.3958333333vw;
    left: 0;
}

.products_page_wh5 .content .position .point.point5 {
    top: 17.34375vw;
    left: 71.1458333333vw;
}

.products_page_wh5 .content .position .point.point5 .text {
    left: calc(100% + 12.604166666666668vw);
}

.products_page_wh5 .content .position .point.point5 .after {
    width: 17.4479166667vw;
    left: 0;
}

.products_page_wh5 .content .position .point.point6 {
    top: 23.8541666667vw;
    left: 20.1041666667vw;
}

.products_page_wh5 .content .position .point.point6 .text {
    right: calc(100% + 5.885416666666667vw);
}

.products_page_wh5 .content .position .point.point6 .after {
    width: 12.3958333333vw;
}

.products_page_wh5 .content .position .point.point7 {
    top: 29.7916666667vw;
    left: 18.6979166667vw;
}

.products_page_wh5 .content .position .point.point7 .text {
    right: calc(100% + 4.479166666666667vw);
}

.products_page_wh5 .content .position .point.point7 .after {
    width: 9.8958333333vw;
}

.products_page_wh5 .content .position .point.point8 {
    top: 29.8958333333vw;
    left: 30.78125vw;
}

.products_page_wh5 .content .position .point.point8 .text {
    top: 8.0208333333vw;
    right: calc(100% + 7.96875vw);
}

.products_page_wh5 .content .position .point.point8 .after {
    width: 12.6041666667vw;
    transform: rotate(-48.6deg);
    transform-origin: top right;
    right: 0.2083333333vw;
    transition: .3s linear;
}

.products_page_wh5 .content .position .point.point8 .before {
    width: 6.25vw;
    height: 1px;
    position: absolute;
    top: 9.6875vw;
    left: -14.375vw;
    transition: .3s linear;
}

.products_page_wh5 .content .position .point.point9 {
    top: 29.8958333333vw;
    left: 32.2395833333vw;
}

.products_page_wh5 .content .position .point.point9 .text {
    top: 10.7291666667vw;
    left: calc(100% + 3.385416666666667vw);
}

.products_page_wh5 .content .position .point.point9 .after {
    width: 12.8125vw;
    transform: rotate(-106.6deg);
    transform-origin: top right;
    right: 0.2083333333vw;
    transition: .3s linear;
}

.products_page_wh5 .content .position .point.point9 .before {
    width: 7.3958333333vw;
    height: 1px;
    position: absolute;
    top: 12.4479166667vw;
    left: 3.90625vw;
    transition: .3s linear;
    transition-delay: .3s;
}

.products_page_wh5 .content .position .point.point10 {
    top: 35.5208333333vw;
    left: 47.65625vw;
}

.products_page_wh5 .content .position .point.point10 .text {
    top: 6.71875vw;
    left: calc(100% + 10.15625vw);
}

.products_page_wh5 .content .position .point.point10 .after {
    width: 13.28125vw;
    transform: rotate(-141.8deg);
    transform-origin: top right;
    right: 0.2083333333vw;
    transition: .3s linear;
}

.products_page_wh5 .content .position .point.point10 .before {
    width: 7.3958333333vw;
    height: 1px;
    position: absolute;
    top: 8.3854166667vw;
    left: 10.6770833333vw;
    transition: .3s linear;
    transition-delay: .3s;
}

.products_page_wh5 .content .position .point.point11 {
    top: 30.78125vw;
    left: 65.5729166667vw;
}

.products_page_wh5 .content .position .point.point11 .text {
    left: calc(100% + 18.28125vw);
}

.products_page_wh5 .content .position .point.point11 .after {
    width: 22.9166666667vw;
    left: 100%;
}

.products_page_wh5 .content .position .point.point12 {
    top: 37.2395833333vw;
    left: 74.21875vw;
}

.products_page_wh5 .content .position .point.point12 .text {
    left: calc(100% + 9.6875vw);
}

.products_page_wh5 .content .position .point.point12 .after {
    width: 15vw;
    left: 100%;
}

.products_page_wh5 .content .position .point .circle {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    border-radius: 50%;
    background: #EC6817;
    position: relative;
    z-index: 1;
}

@keyframes scaleA {
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

@keyframes scaleA2 {
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.products_page_wh5 .content .position .point .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: radial-gradient(circle, transparent, #ff8000);
    animation: scaleA 1s linear infinite;
    pointer-events: none;
}

.products_page_wh5 .content .position .point .text {
    position: absolute;
    top: -1.4583333333vw;
    width: max-content;
    opacity: 0;
    transition: 1s;
}

.products_page_wh5 .content .position .point .text.right {
    text-align: right;
}

.products_page_wh5 .content .position .point .text .p1 {
    font-weight: bold;
    font-size: 1.0416666667vw;
    color: #EC6817;
    margin: 0 0 0.5208333333vw;
}

.products_page_wh5 .content .position .point .text .p2 {
    font-weight: 400;
    font-size: 0.78125vw;
    color: #FFFFFF;
    line-height: 1.1979166667vw;
}

.products_page_wh5 .content .position .point.left .after {
    clip-path: inset(0 0 0 100%);
}

.products_page_wh5 .content .position .point.up .before {
    clip-path: inset(0 0 0 100%);
    transition-delay: .3s;
}

.products_page_wh5 .content .position .point .after {
    width: 12.3958333333vw;
    height: 1px;
    background: #EC6817;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    clip-path: inset(0 100% 0 0);
    transition: .6s linear;
}

.products_page_wh5 .content .position .point .before {
    background: #EC6917;
    clip-path: inset(0 100% 0 0);
    transition: 1s;
}

.products_page_wh5 .content .bigImg {
    width: 100%;
}

.products_page_wh6 {
    height: 50vw;
    position: relative;
    z-index: 1;
}

.products_page_wh6 .pageSwiper {
    width: 100%;
    height: 100%;
}

.products_page_wh6 .pageSwiper .swiper-slide {
    position: relative;
    z-index: 1;
    padding: 0 120px;
    display: flex;
    align-items: center;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list {
    position: absolute;
    width: 75px;
    animation: spin 6s infinite linear;
    transform-origin: 30% 45%;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list img {
    width: 100%;
    animation: spin2 6s infinite linear;
    transform-origin: 40% 45%;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list1 {
    top: 130px;
    right: 628px;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list2 {
    width: 68px;
    top: 323px;
    right: 828px;
    animation: spin 12s infinite linear;
    transform-origin: 50% 45%;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list2 img {
    animation: spin2 12s infinite linear;
    transform-origin: 40% 45%;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list3 {
    width: 48px;
    top: 434px;
    right: 617px;
    animation: spin 10s infinite linear;
    transform-origin: 30% 45%;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list3 img {
    animation: spin2 10s infinite linear;
    transform-origin: 50% 45%;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list4 {
    width: 48px;
    top: 309px;
    right: 321px;
    animation: spin 6s infinite linear;
    transform-origin: 60% 45%;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list4 img {
    animation: spin2 6s infinite linear;
    transform-origin: 55% 45%;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list5 {
    width: 48px;
    top: 625px;
    right: 344px;
    animation: spin 10s infinite linear;
    transform-origin: 40% 45%;
}

.products_page_wh6 .pageSwiper .swiper-slide .bubble .list5 img {
    animation: spin2 10s infinite linear;
    transform-origin: 50% 45%;
}

.products_page_wh6 .pageSwiper .swiper-slide .title.white .p1, .products_page_wh6 .pageSwiper .swiper-slide .title.white .p2 {
    color: #fff;
}

.products_page_wh6 .pageSwiper .swiper-slide .title .p1 {
    font-weight: bold;
    font-size: 48px;
    color: #EC6817;
    line-height: 52px;
    margin: 0 0 5px;
}

.products_page_wh6 .pageSwiper .swiper-slide .title .p2 {
    font-size: 28px;
    color: #0F131C;
    line-height: 52px;
}

.products_page_wh6 .pageSwiper .swiper-slide .content {
    display: flex;
    margin: 93px 0 0 0;
    height: 550px;
    gap: 54px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .line {
    position: absolute;
    left: -16px;
    height: 865px;
    max-height: unset;
    max-width: unset;
    top: -141px;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #FF8000 0%, #FF9F3F 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .icon img {
    width: 30px;
    height: 40px;
    object-fit: contain;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex.flex2 .list:not(:last-child) {
    margin: 0 0 123px;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex.flex2 .list .img {
    width: 261px;
    height: 213px;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list {
    display: flex;
    align-items: center;
    gap: 24px;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list:not(:last-child) {
    margin: 0 0 40px;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .img {
    width: 320px;
    height: 155px;
    border-radius: 15px;
    overflow: hidden;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .img:hover img {
    transform: scale(1.05);
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .text .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #EC6817;
    position: relative;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .text .p1.white {
    color: #fff;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .text .p1.white:after {
    background: #fff;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .text .p1.black {
    color: #0F131C;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .text .p1.black:after {
    background: #0F131C;
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .text .p1:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #EC6817;
    border-radius: 50%;
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
}

.products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .text .p2 {
    font-weight: 400;
    font-size: 15px;
    color: #0F131C;
    line-height: 19px;
    margin: 10px 0 0 0;
}

.products_page_wh7 {
    position: relative;
    z-index: 1;
    height: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_page_wh7 .wrap {
    padding: 0 0 0 120px;
    display: flex;
    gap: 53px;
}

.products_page_wh7 .wrap .left .title {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.products_page_wh7 .wrap .left .title span {
    font-weight: bold;
    font-size: 48px;
    color: #EC6817;
    line-height: 100%;
}

.products_page_wh7 .wrap .left .title p {
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    line-height: 100%;
}

.products_page_wh7 .wrap .left .pick {
    margin: 25px 0 0 0;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.products_page_wh7 .wrap .left .img {
    margin: 65px 0 0 27px;
    position: relative;
    width: 910px;
}

.products_page_wh7 .wrap .left .img img {
    width: 100%;
}

.products_page_wh7 .wrap .left .img .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.products_page_wh7 .wrap .left .img .position .text {
    position: absolute;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.products_page_wh7 .wrap .left .img .position .text1 {
    top: 268px;
    left: 137px;
}

.products_page_wh7 .wrap .left .img .position .text2 {
    top: 405px;
    left: 5px;
}

.products_page_wh7 .wrap .left .img .position .text3 {
    top: 557px;
    left: 157px;
}

.products_page_wh7 .wrap .left .img .position .text4 {
    left: 403px;
    bottom: -29px;
}

.products_page_wh7 .wrap .left .img .position .text5 {
    top: 559px;
    left: 664px;
}

.products_page_wh7 .wrap .left .img .position .text6 {
    top: 424px;
    right: 11px;
}

.products_page_wh7 .wrap .left .img .position .text7 {
    top: 275px;
    right: 91px;
}

.products_page_wh7 .wrap .right {
    width: 806px;
    height: 770px;
    border-radius: 36px;
    background: rgba(0, 0, 0, 0.24);
    padding: 74px 0 87px;
}

.products_page_wh7 .wrap .right .img {
    width: 516px;
    display: block;
    margin: auto;
}

.products_page_wh7 .wrap .right .img img {
    width: 100%;
}

.products_page_wh7 .wrap .right .img2 {
    width: 296px;
    margin: 27px auto 50px;
}

.products_page_wh7 .wrap .right .other {
    width: 556px;
    margin: auto;
    border-top: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products_page_wh7 .wrap .right .other .list {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    padding: 27px 0 0 0;
}

.products_page_wh7 .wrap .right .other .list.on:after {
    opacity: 1;
}

.products_page_wh7 .wrap .right .other .list:after {
    content: '';
    position: absolute;
    width: 105px;
    height: 4px;
    background: #EC6817;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .6s ease;
}

.products_page_wh8 {
    background: #0F131C;
    height: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_page_wh8 .wrap {
    width: 1655px;
    margin: auto;
}

.products_page_wh8 .wrap .title {
    width: 737px;
}

.products_page_wh8 .wrap .title .p1 {
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    font-size: 33px;
    color: #fff;
    line-height: 100%;
    margin: 0 0 20px;
}

.products_page_wh8 .wrap .title .p1 span {
    font-size: 48px;
    color: #EC6817;
    line-height: 100%;
}

.products_page_wh8 .wrap .title .p2 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.products_page_wh8 .wrap .content {
    margin: 177px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.products_page_wh8 .wrap .content .matter {
    width: 1040px;
}

.products_page_wh8 .wrap .content .matter .img {
    border-radius: 12px;
    height: 278px;
    overflow: hidden;
    position: relative;
}

.products_page_wh8 .wrap .content .matter .img .position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    gap: 250px;
}

.products_page_wh8 .wrap .content .matter .img .position .item .circle {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_page_wh8 .wrap .content .matter .img .position .item .circle:hover img {
    transform: rotateY(180deg);
}

.products_page_wh8 .wrap .content .matter .img .position .item .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: radial-gradient(circle, transparent, transparent, #ff8000);
    pointer-events: none;
    opacity: .6;
}

.products_page_wh8 .wrap .content .matter .img .position .item .circle img {
    width: 51px;
    height: 53px;
    transition: 1s;
}

.products_page_wh8 .wrap .content .matter .img .position .item p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 10px 0 0 0;
}

.products_page_wh8 .wrap .content .matter .text {
    margin: 45px 0 0 0;
}

.products_page_wh8 .wrap .content .matter .text .p1 {
    font-weight: 500;
    font-size: 27px;
    color: #FFFFFF;
    margin: 0 0 16px;
}

.products_page_wh8 .wrap .content .matter .text .p2 {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.products_page_wh8 .wrap .content .matter2 {
    width: 532px;
}

.products_page_wh9 {
    height: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F131C;
}

.products_page_wh9 .wrap {
    width: 1647px;
}

.products_page_wh9 .wrap .title {
    width: 737px;
}

.products_page_wh9 .wrap .title .p1 {
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    font-size: 33px;
    color: #fff;
    line-height: 100%;
    margin: 0 0 20px;
}

.products_page_wh9 .wrap .title .p1 span {
    font-size: 48px;
    color: #EC6817;
    line-height: 100%;
}

.products_page_wh9 .wrap .content {
    margin: 110px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.products_page_wh9 .wrap .content .left {
    width: 1031px;
}

.products_page_wh9 .wrap .content .left .bigImg {
    width: 100%;
    height: 460px;
    border-radius: 17px;
    background: #0F131C;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.products_page_wh9 .wrap .content .left .bigImg:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 835px;
    height: 78px;
    border-radius: 39px;
    box-shadow: inset 0 0 15px #EC6817;
    opacity: .5;
}

.products_page_wh9 .wrap .content .left .bigImg .position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 57px 292px;
}

.products_page_wh9 .wrap .content .left .bigImg .position .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.products_page_wh9 .wrap .content .left .bigImg .position .item.row {
    flex-direction: column-reverse;
}

.products_page_wh9 .wrap .content .left .bigImg .position .item.row .circle img {
    transform: rotate(180deg);
}

.products_page_wh9 .wrap .content .left .bigImg .position .item .circle {
    width: 21px;
    height: 21px;
    background: #EC6817;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 1;
}

.products_page_wh9 .wrap .content .left .bigImg .position .item .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: radial-gradient(circle, transparent, #ff8000);
    animation: scaleA2 1s linear infinite;
    pointer-events: none;
}

.products_page_wh9 .wrap .content .left .bigImg .position .item .circle img {
    width: 15px;
}

.products_page_wh9 .wrap .content .left .bigImg .position .item p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
}

.products_page_wh9 .wrap .content .left .bigImg .img {
    width: 100%;
    height: 100%;
}

.products_page_wh9 .wrap .content .left .text {
    margin: 47px 0 0 0;
    font-weight: 500;
    font-size: 27px;
    color: #FFFFFF;
}

.products_page_wh9 .wrap .content .right {
    width: 531px;
}

.products_page_wh9 .wrap .content .right .form {
    height: 460px;
    background: rgba(34, 34, 56, 0.57);
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 65px 0 57px;
}

.products_page_wh9 .wrap .content .right .form > div {
    width: 100%;
}

.products_page_wh9 .wrap .content .right .form .list {
    width: 100%;
    border-bottom: 1px solid #898989;
    position: relative;
}

.products_page_wh9 .wrap .content .right .form .list:not(:last-child) {
    margin: 0 0 40px;
}

.products_page_wh9 .wrap .content .right .form .list:after {
    content: '';
    position: absolute;
    width: 86px;
    height: 3px;
    background: #EC6817;
    bottom: -2px;
    left: 0;
}



.products_page_wh9 .wrap .content .right .form .list input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    padding: 0 9px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.products_page_wh9 .wrap .content .right .form .list .pick-area{
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 16px;
}

.products_page_wh9 .wrap .content .right .form .list input::placeholder {
    color: #FFFFFF;
}

.products_page_wh9 .wrap .content .right .dis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 47px 0 0 0;
}

.products_page_wh9 .wrap .content .right .dis .text {
    font-weight: 500;
    font-size: 27px;
    color: #FFFFFF;
}

.products_page_wh9 .wrap .content .right .dis button {
    width: 130px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EC6817;
    font-size: 16px;
    color: #fff;
}
/**/
.pick-area {
    position: relative;
    z-index: 1;
}

.pick-area.on .shell {
    pointer-events: auto;
}

.pick-area.on .shell .pick-list {
    transform: scaleY(1);
    opacity: 1;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
}

.pick-area .shell {
    position: absolute;
    width: 100%;
    top: calc(100% + 6px);
    left: 0;
    pointer-events: none;
}

.pick-area .pick-list {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    max-height: 222px;
    overflow: hidden;
    overflow-y: auto;
    transition: 0.32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    transform: scaleY(0);
    transform-origin: center top;
    opacity: 0;
}

.pick-area .pick-list .ulli {
    padding: 0 20px;
    line-height: 37px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.pick-area .pick-list .ulli:hover {
    background: #eeeeee;
}

.pick-area .pick-list .ulli.on {
    background: #dddddd;
}



.pick-area .pick_show {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 9px;
    cursor: pointer;
}

.pick-area .pick_show span {
    font-size: 16px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pick-area .pick_show i {
    font-size: 14px;
    margin: 0 5px;
    display: block;
    color: #fff;
}

/**/

@media screen and (max-width: 1920px) {
    .products_page_wh7 {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1919px) {
    .products_page_wh1 .wrap {
        width: 87.5vw;
        bottom: 3.90625vw;
    }

    .products_page_wh1 .wrap .title {
        font-size: 2.5vw;
        padding: 0px 0px 0.8854166667vw;
    }

    .products_page_wh1 .wrap .title::after {
        width: 16.25vw;
        height: 0.2083333333vw;
        bottom: -0.1041666667vw;
    }

    .products_page_wh1 .wrap .text {
        font-size: 1.4583333333vw;
        line-height: 2.2916666667vw;
        margin: 1.09375vw 0px 0px;
    }

    .products_page_wh2 {
        padding: 6.7708333333vw 0px 0px;
    }

    .products_page_wh2 .wrap .title .p1 {
        font-size: 2.5vw;
    }

    .products_page_wh2 .wrap .title .p2 {
        font-size: 4.3229166667vw;
        line-height: 4.6875vw;
        margin-top: -2.6041666667vw;
    }

    .products_page_wh2 .wrap .position .point .text {
        font-size: 1.3020833333vw;
    }

    .products_page_wh2 .wrap .position .point1 {
        width: 6.25vw;
    }

    .products_page_wh2 .wrap .position .point2 {
        width: 5.2604166667vw;
    }

    .products_page_wh2 .wrap .position .point3 {
        width: 5vw;
    }

    .products_page_wh2 .wrap .position .point4 {
        width: 5.2083333333vw;
    }

    .products_page_wh2 .wrap .position .point5 {
        width: 4.0625vw;
    }

    .products_page_wh2 .wrap .position .point5 .text {
        font-size: 0.8333333333vw;
    }

    .products_page_wh2 .wrap .position .point6 {
        width: 6.25vw;
    }

    .products_page_wh2 .wrap .position .point7 {
        width: 4.375vw;
    }

    .products_page_wh2 .wrap .position .point7 .text {
        font-size: 0.8333333333vw;
    }

    .products_page_wh2 .wrap .position .point8 {
        width: 5.4166666667vw;
    }

    .products_page_wh3 .wrap {
        width: 85.4166666667vw;
        height: 43.9583333333vw;
        border-radius: 2.3958333333vw 2.3958333333vw 0px 0px;
        padding: 4.3229166667vw 0px 0px;
    }

    .products_page_wh3 .wrap .title .p1 {
        font-size: 2.5vw;
        line-height: 4.21875vw;
    }

    .products_page_wh3 .wrap .title .p2 {
        font-size: 1.6145833333vw;
    }

    .products_page_wh3 .wrap .content {
        margin: 8.3333333333vw 0px 0px;
        gap: 3.4375vw;
    }

    .products_page_wh3 .wrap .content .up .icon {
        width: 4.53125vw;
        height: 4.53125vw;
    }

    .products_page_wh3 .wrap .content .up .icon .circle {
        width: 3.6458333333vw;
        height: 3.6458333333vw;
    }

    .products_page_wh3 .wrap .content .up .icon .circle img {
        width: 1.6145833333vw;
        height: 1.8229166667vw;
    }

    .products_page_wh3 .wrap .content .up .pick {
        width: 9.1666666667vw;
        height: 3.6458333333vw;
        border-radius: 1.8229166667vw;
        margin-left: -4.0104166667vw;
        padding: 0px 0px 0px 4.6875vw;
        font-size: 1.0416666667vw;
    }

    .products_page_wh3 .wrap .content p {
        font-size: 0.78125vw;
        margin: 0.8854166667vw 0px 0px;
    }

    .products_page_wh4 {
        padding: 0.9375vw 1.3020833333vw;
    }

    .products_page_wh4 .wrap {
        gap: 0.78125vw;
    }

    .products_page_wh4 .wrap .item {
        padding: 3.8541666667vw 2.0833333333vw;
    }

    .products_page_wh4 .wrap .item:nth-child(2n) .headline {
        margin: 1.71875vw 0px 0px;
    }

    .products_page_wh4 .wrap .item:nth-child(2n) .headline p {
        margin: 0px 0px 0.5729166667vw;
    }

    .products_page_wh4 .wrap .item .headline {
        margin: 0px 0px 1.71875vw;
    }

    .products_page_wh4 .wrap .item .headline .line {
        width: 17.5520833333vw;
        height: 0.1041666667vw;
    }

    .products_page_wh4 .wrap .item .headline .line div {
        width: 6.09375vw;
        height: 0.1041666667vw;
    }

    .products_page_wh4 .wrap .item .headline p {
        font-size: 1.0416666667vw;
        margin: 0.5729166667vw 0px 0px;
    }

    .products_page_wh4 .wrap .item .pick {
        font-size: 0.78125vw;
        line-height: 1.1979166667vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide {
        padding: 0px 6.25vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .bubble .list {
        width: 3.90625vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .bubble .list1 {
        top: 6.7708333333vw;
        right: 32.7083333333vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .bubble .list2 {
        width: 3.5416666667vw;
        top: 16.8229166667vw;
        right: 43.125vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .bubble .list3 {
        width: 2.5vw;
        top: 22.6041666667vw;
        right: 32.1354166667vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .bubble .list4 {
        width: 2.5vw;
        top: 16.09375vw;
        right: 16.71875vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .bubble .list5 {
        width: 2.5vw;
        top: 32.5520833333vw;
        right: 17.9166666667vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .title .p1 {
        font-size: 2.5vw;
        line-height: 2.7083333333vw;
        margin: 0px 0px 0.2604166667vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .title .p2 {
        font-size: 1.4583333333vw;
        line-height: 2.7083333333vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content {
        margin: 4.84375vw 0px 0px;
        height: 28.6458333333vw;
        gap: 2.8125vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .line {
        left: -0.8333333333vw;
        height: 45.0520833333vw;
        top: -7.34375vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .icon {
        width: 3.6458333333vw;
        height: 3.6458333333vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .icon img {
        width: 1.5625vw;
        height: 2.0833333333vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .flex.flex2 .list:not(:last-child) {
        margin: 0px 0px 6.40625vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .flex.flex2 .list .img {
        width: 13.59375vw;
        height: 11.09375vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .flex .list {
        gap: 1.25vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .flex .list:not(:last-child) {
        margin: 0px 0px 2.0833333333vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .img {
        width: 16.6666666667vw;
        height: 8.0729166667vw;
        border-radius: 0.78125vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .text .p1 {
        font-size: 1.0416666667vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .text .p1::after {
        width: 0.3125vw;
        height: 0.3125vw;
        left: -0.5729166667vw;
    }

    .products_page_wh6 .pageSwiper .swiper-slide .content .flex .list .text .p2 {
        font-size: 0.78125vw;
        line-height: 0.9895833333vw;
        margin: 0.5208333333vw 0px 0px;
    }

    .products_page_wh7 .wrap {
        padding: 0px 0px 0px 6.25vw;
        gap: 2.7604166667vw;
    }

    .products_page_wh7 .wrap .left .title {
        gap: 0.78125vw;
    }

    .products_page_wh7 .wrap .left .title span {
        font-size: 2.5vw;
    }

    .products_page_wh7 .wrap .left .title p {
        font-size: 1.4583333333vw;
    }

    .products_page_wh7 .wrap .left .pick {
        margin: 1.3020833333vw 0px 0px;
        font-size: 0.8333333333vw;
    }

    .products_page_wh7 .wrap .left .img {
        margin: 3.3854166667vw 0px 0px 1.40625vw;
        width: 47.3958333333vw;
    }

    .products_page_wh7 .wrap .left .img .position .text {
        font-size: 0.8333333333vw;
    }

    .products_page_wh7 .wrap .left .img .position .text1 {
        top: 13.9583333333vw;
        left: 7.1354166667vw;
    }

    .products_page_wh7 .wrap .left .img .position .text2 {
        top: 21.09375vw;
        left: 0.2604166667vw;
    }

    .products_page_wh7 .wrap .left .img .position .text3 {
        top: 29.0104166667vw;
        left: 8.1770833333vw;
    }

    .products_page_wh7 .wrap .left .img .position .text4 {
        left: 20.9895833333vw;
        bottom: -1.5104166667vw;
    }

    .products_page_wh7 .wrap .left .img .position .text5 {
        top: 29.1145833333vw;
        left: 34.5833333333vw;
    }

    .products_page_wh7 .wrap .left .img .position .text6 {
        top: 22.0833333333vw;
        right: 0.5729166667vw;
    }

    .products_page_wh7 .wrap .left .img .position .text7 {
        top: 14.3229166667vw;
        right: 4.7395833333vw;
    }

    .products_page_wh7 .wrap .right {
        width: 41.9791666667vw;
        height: 40.1041666667vw;
        border-radius: 1.875vw;
        padding: 3.8541666667vw 0px 4.53125vw;
    }

    .products_page_wh7 .wrap .right .img {
        width: 26.875vw;
    }

    .products_page_wh7 .wrap .right .img2 {
        width: 15.4166666667vw;
        margin: 1.40625vw auto 2.6041666667vw;
    }

    .products_page_wh7 .wrap .right .other {
        width: 28.9583333333vw;
    }

    .products_page_wh7 .wrap .right .other .list {
        font-size: 0.8333333333vw;
        padding: 1.40625vw 0px 0px;
    }

    .products_page_wh7 .wrap .right .other .list::after {
        width: 5.46875vw;
        height: 0.2083333333vw;
        top: -0.1041666667vw;
    }

    .products_page_wh8 .wrap {
        width: 86.1979166667vw;
    }

    .products_page_wh8 .wrap .title {
        width: 38.3854166667vw;
    }

    .products_page_wh8 .wrap .title .p1 {
        font-size: 1.71875vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .products_page_wh8 .wrap .title .p1 span {
        font-size: 2.5vw;
    }

    .products_page_wh8 .wrap .title .p2 {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }

    .products_page_wh8 .wrap .content {
        margin: 9.21875vw 0px 0px;
    }

    .products_page_wh8 .wrap .content .matter {
        width: 54.1666666667vw;
    }

    .products_page_wh8 .wrap .content .matter .img {
        border-radius: 0.625vw;
        height: 14.4791666667vw;
    }

    .products_page_wh8 .wrap .content .matter .img .position {
        gap: 13.0208333333vw;
    }

    .products_page_wh8 .wrap .content .matter .img .position .item .circle {
        width: 5.3125vw;
        height: 5.3125vw;
    }

    .products_page_wh8 .wrap .content .matter .img .position .item .circle img {
        width: 2.65625vw;
        height: 2.7604166667vw;
    }

    .products_page_wh8 .wrap .content .matter .img .position .item p {
        font-size: 0.8333333333vw;
        margin: 0.5208333333vw 0px 0px;
    }

    .products_page_wh8 .wrap .content .matter .text {
        margin: 2.34375vw 0px 0px;
    }

    .products_page_wh8 .wrap .content .matter .text .p1 {
        font-size: 1.40625vw;
        margin: 0px 0px 0.8333333333vw;
    }

    .products_page_wh8 .wrap .content .matter .text .p2 {
        font-size: 0.8333333333vw;
    }

    .products_page_wh8 .wrap .content .matter2 {
        width: 27.7083333333vw;
    }

    .products_page_wh9 .wrap {
        width: 85.78125vw;
    }

    .products_page_wh9 .wrap .title {
        width: 38.3854166667vw;
    }

    .products_page_wh9 .wrap .title .p1 {
        font-size: 1.71875vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .products_page_wh9 .wrap .title .p1 span {
        font-size: 2.5vw;
    }

    .products_page_wh9 .wrap .content {
        margin: 5.7291666667vw 0px 0px;
    }

    .products_page_wh9 .wrap .content .left {
        width: 53.6979166667vw;
    }

    .products_page_wh9 .wrap .content .left .bigImg {
        height: 23.9583333333vw;
        border-radius: 0.8854166667vw;
    }

    .products_page_wh9 .wrap .content .left .bigImg::after {
        width: 43.4895833333vw;
        height: 4.0625vw;
        border-radius: 2.03125vw;
        box-shadow: #ec6817 0px 0px 0.78125vw inset;
    }

    .products_page_wh9 .wrap .content .left .bigImg .position {
        gap: 2.96875vw 15.2083333333vw;
    }

    .products_page_wh9 .wrap .content .left .bigImg .position .item {
        gap: 1.0416666667vw;
    }

    .products_page_wh9 .wrap .content .left .bigImg .position .item .circle {
        width: 1.09375vw;
        height: 1.09375vw;
    }

    .products_page_wh9 .wrap .content .left .bigImg .position .item .circle img {
        width: 0.78125vw;
    }

    .products_page_wh9 .wrap .content .left .bigImg .position .item p {
        font-size: 0.8333333333vw;
    }

    .products_page_wh9 .wrap .content .left .text {
        margin: 2.4479166667vw 0px 0px;
        font-size: 1.40625vw;
    }

    .products_page_wh9 .wrap .content .right {
        width: 27.65625vw;
    }

    .products_page_wh9 .wrap .content .right .form {
        height: 23.9583333333vw;
        border-radius: 0.8854166667vw;
        padding: 0px 3.3854166667vw 0px 2.96875vw;
    }

    .products_page_wh9 .wrap .content .right .form .list:not(:last-child) {
        margin: 0px 0px 2.0833333333vw;
    }

    .products_page_wh9 .wrap .content .right .form .list::after {
        width: 4.4791666667vw;
        height: 0.15625vw;
        bottom: -0.1041666667vw;
    }

    .products_page_wh9 .wrap .content .right .form .list input {
        height: 2.0833333333vw;
        padding: 0px 0.46875vw;
        font-size: 0.8333333333vw;
    }

    .products_page_wh9 .wrap .content .right .dis {
        margin: 2.4479166667vw 0px 0px;
    }

    .products_page_wh9 .wrap .content .right .dis .text {
        font-size: 1.40625vw;
    }

    .products_page_wh9 .wrap .content .right .dis button {
        width: 6.7708333333vw;
        height: 2.6041666667vw;
        border-radius: 1.5625vw;
        font-size: 0.8333333333vw;
    }
    @media screen and (max-width: 1919px) {
        .pick-area.on .shell .pick-list{
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1.25vw 0px;
        }
        .pick-area .shell{
            top: calc(100% + 0.3125vw);
        }
        .pick-area .pick-list{
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0.1041666667vw 0.625vw 0px;
            max-height: 11.5625vw;
        }
        .pick-area .pick-list .ulli{
            padding: 0px 1.0416666667vw;
            line-height: 1.9270833333vw;
            font-size: 0.6770833333vw;
        }
        .pick-area .pick_show{
            padding: 0px 0.46875vw;
        }
        .pick-area .pick_show span{
            font-size: 0.8333333333vw;
        }
        .pick-area .pick_show i{
            font-size: 0.7291666667vw;
            margin: 0px 0.2604166667vw;
        }
    }

}

/*# sourceMappingURL=products_page_wh.css.map */
