.hw-weighs {
    letter-spacing: calc(-.037em + .526px);
    color: #000;
    overflow: hidden;
    font-weight: 400;
    line-height: normal;
    position: relative;
    width: 100%;
}

.hw-weighs img {
    border: 0;
    max-width: 100%;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.hw-weighs a {
    color: #333;
    text-decoration: none
}

.hw-weighs a:hover {
    color: #333;
}

.hw-weighs .hw-browser-pc {
    display: block;
    font-style: normal;
}

.hw-weighs .hw-browser-mob {
    display: none;
    font-style: normal;
}

.hw-weighs .hw-browser-inblock-pc {
    display: inline-block;
    font-style: normal;
}

.hw-weighs .hw-browser-inblock-mob {
    display: none;
    font-style: normal;
}

.hw-weighs .hw-browser-nowrap {
    white-space: nowrap;
    font-style: normal;
}

.hw-weighs .hw-browser-ie {
    display: none;
}

.hw-weighs .hw-browser-not-ie {
    display: block;
}

.hw-weighs .blur-up {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: -webkit-filter 400ms;
    transition: -webkit-filter 400ms;
    transition: filter 400ms;
    transition: filter 400ms, -webkit-filter 400ms;
}

.hw-weighs .blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.hw-weighs .lazyload:not([src]) {
    display: none;
}

.hw-weighs sup {
    font-size: 0.6em;
    cursor: pointer;
}

@media only screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .hw-weighs .hw-browser-ie {
        display: block;
    }

    .hw-weighs .hw-browser-not-ie {
        display: none;
    }
}

/* <=1024 */
@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-browser-pc {
        display: none;
    }

    .hw-weighs .hw-browser-mob {
        display: block;
    }

    .hw-weighs .hw-browser-inblock-pc {
        display: none;
    }

    .hw-weighs .hw-browser-inblock-mob {
        display: inline-block;
    }
}

.hw-weighs .hw-weighs-height1 {
    height: 4.16666667vw;
}

.hw-weighs .hw-weighs-height2 {
    height: 2.083333333333333vw;
}

.hw-weighs .hw-weighs-height3 {
    height: 4.166666666666667vw;
}

.hw-weighs .hw-weighs-height4 {
    height: 3.125vw;
}

.hw-weighs .hw-weighs-height5 {
    height: 10.41666666666667vw;
}

.hw-weighs .hw-weighs-height6 {
    height: 3.125vw;
}

.hw-weighs .hw-weighs-height7 {
    height: 3.125vw;
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-height1 {
        height: 11.11111111111111vw;
    }

    .hw-weighs .hw-weighs-height2 {
        height: 5.555555555555556vw;
    }

    .hw-weighs .hw-weighs-height3 {
        height: 11.11111111111111vw;
    }

    .hw-weighs .hw-weighs-height4 {
        height: 8.333333333333333vw;
    }

    .hw-weighs .hw-weighs-height5 {
        height: 11.11111111111111vw;
    }

    .hw-weighs .hw-weighs-height6 {
        height: 4.16666666666666vw;
    }

    .hw-weighs .hw-weighs-height7 {
        height: 5.555555555555556vw;
    }
}

.hw-weighs .hw-weighs-tittle1 {
    font-size: 3.333333333333333vw;
    color: #000000;
    text-align: center;
    line-height: 1.25;
    font-weight: 700;
}

.hw-weighs .hw-weighs-tittle2 {
    font-size: 1.2499999vw;
    color: #5A5A5A;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
}

.hw-weighs .hw-weighs-tip {
    font-weight: 500;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

@media only screen and (min-width: 1920px) {
    .hw-weighs .hw-weighs-tip {
        font-size: 0.625vw;
    }
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-tittle1 {
        font-size: 8.888888888888889vw;
        color: #000000;
        text-align: center;
        line-height: 1.25;
        font-weight: 600;
    }

    .hw-weighs .hw-weighs-tittle2 {
        font-size: 3.611111111111111vw;
        text-align: center;
        line-height: 1.6;
        font-weight: 500;
    }

    .hw-weighs .hw-weighs-tip {
        font-weight: 500;
        color: #5a5a5a;
        font-size: 2.777777777777778vw;
    }
}

@media only screen and (max-width: 432px) {
    .hw-weighs .hw-weighs-tip {
        font-size: 12px;
    }
}

.hw-weighs .hw-tittle-animation {
    opacity: 0;
}

.hw-weighs .hw-tittle-animation.active {
    animation: fadeInUp 1s ease forwards;
    will-change: transform, opacity;
}

@keyframes fadeInUp {
    from {
        transform: translateY(3vw);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media only screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .hw-weighs .hw-tittle-animation {
        opacity: 1;
    }
}


/* sec1 */
.hw-weighs .hw-weighs-se1 {
    position: relative;
}

.hw-weighs .hw-se1-tittle {
    width: 31.25vw;
    text-align: center;
    position: absolute;
    left: 64.94791667vw;
    top: 18.90625vw;
    z-index: 10;
}

.hw-weighs .hw-weighs-se1 .hw-se1-ksp {
    font-weight: 400;
    font-size: 1.35416667vw;
    color: rgba(0, 0, 0, 1);
    margin-top: 16px;
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-se1-tittle {
        width: 66.1111111vw;
        transform: translate(-50%, 0%);
        top: 104.1666666vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .hw-weighs .hw-weighs-se1 .hw-se1-ksp {
        width: 120%;
        text-align: center;
        font-size: 3.47222222vw;
        margin-top: 2.2222222vw;
    }

    .hw-weighs .hw-se1-cen {
        position: relative;
        margin-top: 0;
    }
}

/* sec2 */
.hw-weighs .hw-weighs-se2 {
    width: 82.29166666666667vw;
    margin: 0 auto;
}

.hw-weighs .hw-se2-tittle {
    font-size: 3.333333333333333vw;
    color: #000000;
    text-align: center;
    line-height: 1.25;
    font-weight: 700;
    padding-bottom: 4.16666667vw;
}

.hw-weighs .hw-se2-cen,
.hw-weighs .hw-se2-item {
    position: relative;
}

.hw-weighs .hw-se2-item {
    cursor: pointer;
    border-radius: 1.041666666666667vw;
    overflow: hidden;
}

.hw-weighs .hw-se2-text {
    position: absolute;
    top: 3.125vw;
    left: 3.125vw;
}

.hw-weighs .hw-se2-item1 .hw-se2-text {
    width: 19.5833333333333vw;
    top: 2.604166666666667vw;
}

.hw-weighs .hw-se2-item2 .hw-se2-text {
    width: 10.72916666666667vw;
    top: 4.6875vw;
}

.hw-weighs .hw-se2-item3 .hw-se2-text {
    width: 9.79166666666666vw;
    top: 4.6875vw;
}

.hw-weighs .hw-se2-item4 .hw-se2-text {
    top: 3.020833333333333vw;
}

.hw-weighs .hw-se2-text1 {
    font-size: 1.666666666666667vw;
    color: #000000;
    line-height: 1.25;
    font-weight: 500;
}

.hw-weighs .hw-se2-text2 {
    font-size: 1.25vw;
    color: #2C2C2C;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 0.5208333333333333vw;
}

.hw-weighs .hw-se2-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hw-weighs .hw-se2-item1 {
    width: 26.35416666666667vw;
}

.hw-weighs .hw-se2-item23 {
    width: 54.375vw;
    display: flex;
    justify-content: space-between;
}

.hw-weighs .hw-se2-item2 {
    width: 26.35416666666667vw;
}

.hw-weighs .hw-se2-item3 {
    width: 26.45833333333333vw;
}

.hw-weighs .hw-se2-bottom {
    width: 54.375vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    right: 0;
    bottom: 0;
}

.hw-weighs .hw-se2-item4 {
    width: 100%;
    margin-bottom: 1.5625vw;
}

.hw-weighs .hw-se2-item5 {
    width: 26.35416666666667vw;
}

.hw-weighs .hw-se2-item6 {
    width: 26.45833333333333vw;
}

.hw-weighs .hw-se2-icon {
    width: 2.39583333333333vw;
    height: 2.39583333333333vw;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 1.041666666666667vw;
    bottom: 1.041666666666667vw;
    border-radius: 50%;
    overflow: hidden;
}

.hw-weighs .hw-se2-item:hover .hw-se2-icon img {
    transform: translateY(0%);
}

.hw-weighs .hw-se2-item .hw-se2-icon img {
    transform: translateY(-50%);
    transition: transform 0.8s ease;
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-se2 {
        width: 83.33333333333333vw;
    }

    .hw-weighs .hw-se2-tittle {
        font-size: 8.888888888888889vw;
        font-weight: 600;
        padding-bottom: 8.333333333333333vw;
    }

    .hw-weighs .hw-se2-item {
        border-radius: 2.777777777777778vw;
    }

    .hw-weighs .hw-se2-text {
        left: 2.777777777777778vw;
        top: 2.777777777777778vw;
    }

    .hw-weighs .hw-se2-item1 .hw-se2-text {
        width: 34.7222222222222vw;
        top: 4.166666666666667vw;
    }

    .hw-weighs .hw-se2-item2 .hw-se2-text {
        width: 18.33333333333333vw;
        left: 20.5555555555555vw;
    }

    .hw-weighs .hw-se2-item3 .hw-se2-text {
        width: 18.33333333333333vw;
        top: 8.33333333333333vw;
        left: 20.5555555555555vw;
    }

    .hw-weighs .hw-se2-item4 .hw-se2-text {
        top: 6.25vw
    }

    .hw-weighs .hw-se2-text1 {
        font-size: 3.611111111111111vw;
    }

    .hw-weighs .hw-se2-text2 {
        font-size: 2.777777777777778vw;
        color: #000000;
        margin-top: 2.777777777777778vw;
    }

    .hw-weighs .hw-se2-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 4.16666666666666vw;
    }

    .hw-weighs .hw-se2-item1 {
        width: 40.27777777777778vw;
    }

    .hw-weighs .hw-se2-item23 {
        width: 38.88888888888889vw;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .hw-weighs .hw-se2-item2 {
        width: 38.88888888888889vw;
        margin-bottom: 4.16666666666666vw;
    }

    .hw-weighs .hw-se2-item3 {
        width: 38.88888888888889vw;
    }

    .hw-weighs .hw-se2-bottom {
        width: 100%;
        position: static;
    }

    .hw-weighs .hw-se2-item4 {
        width: 100%;
        margin-bottom: 4.16666666666666vw;
    }

    .hw-weighs .hw-se2-item5 {
        width: 39.58333333333333vw;
    }

    .hw-weighs .hw-se2-item6 {
        width: 39.58333333333333vw;
    }

    .hw-weighs .hw-se2-icon {
        width: 5.277777777777778vw;
        height: 5.277777777777778vw;
        right: 2.222222222222222vw;
        bottom: 2.222222222222222vw;
    }
}

/* sec3 */
.hw-weighs .hw-se3-work {
    width: 71.45833333333333vw;
    margin: 0 auto;
}

.hw-weighs .se3Swiper {
    position: relative;
    margin-left: 8.8541667vw;
}

.hw-weighs .hw-weighs-se3 .swiper-slide {
    width: 26.04166667vw;
    margin-right: 2.0833333vw;
}



.hw-weighs .hw-weighs-se3 .slide-txt {
    /* width: 100%; */
    display: flex;
    position: absolute;
    bottom: 3.125vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 1.25vw;
    color: #2C2C2C;
    font-weight: 500;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hw-weighs .hw-weighs-se3 .slide-txt .slide-title {
    color: rgba(90, 90, 90, 1);
    font-size: 1.25vw;
    margin-top: 2.08333333vw;
    width: 150%;
    text-align: center;

}

.hw-weighs .hw-weighs-se3 .slide-txt p {
    width: 9.375vw;
    height: 2.604166666666667vw;
    border-radius: 4.166666666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hw-weighs .hw-weighs-se3 .swiper-slide:nth-of-type(1) p {
    background: #F2F2F2;
}

.hw-weighs .hw-weighs-se3 .swiper-slide:nth-of-type(2) p {
    background: #E0ECF8;
}

.hw-weighs .hw-weighs-se3 .swiper-slide:nth-of-type(3) p {
    background: #E1DDFF;
}

.hw-weighs .hw-weighs-se3 .swiper-pagination-button {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 3.125vw;
    z-index: 10;
}

.hw-weighs .hw-weighs-se3 .swiper-pagination-button div {
    width: 33.33%;
    font-size: 1.25vw;
    color: #2C2C2C;
    font-weight: 500;
    line-height: 1.6;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.hw-weighs .hw-weighs-se3 .swiper-pagination-button div p {
    width: 9.375vw;
    height: 2.604166666666667vw;
    border-radius: 4.166666666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hw-weighs .hw-weighs-se3 .swiper-pagination-button div:nth-of-type(1) p {
    background: #F2F2F2;
}

.hw-weighs .hw-weighs-se3 .swiper-pagination-button div:nth-of-type(2) p {
    background: #E0ECF8;
}

.hw-weighs .hw-weighs-se3 .swiper-pagination-button div:nth-of-type(3) p {
    background: #E1DDFF;
}

.hw-weighs .hw-weighs-se3 .swiper-pagination-button {
    display: none;
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-se3 {
        width: 83.33333333333333vw;
        margin: 0 auto;
    }

    .hw-weighs .hw-se3-work {
        width: 100%;
    }

    .hw-weighs .se3Swiper {
        padding-top: 12.5vw;
        margin-left: 0;
    }

    .hw-weighs .hw-weighs-se3 .swiper-slide {
        width: 100%;
        border-radius: 2.777777777777778vw;
        overflow: hidden;
    }

    .hw-weighs .hw-weighs-se3 .swiper-pagination-button {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: auto;
        display: block;
    }

    .hw-weighs .hw-weighs-se3 .swiper-pagination-button div {
        font-size: 3.611111111111111vw;
        width: 25vw;
        height: 6.944444444444444vw;
        margin: 0;
        opacity: 1;
        background: transparent;
        text-align: center;
    }

    .hw-weighs .hw-weighs-se3 .swiper-pagination-button div:nth-of-type(2) {
        margin: 0 4.166666666666667vw;
    }

    .hw-weighs .hw-weighs-se3 .swiper-pagination-button div p {
        width: 6.944444444444444vw;
        height: 6.944444444444444vw;
        border-radius: 4.166666666666667vw;
        color: transparent;
        display: inline-flex;
        white-space: nowrap;
    }

    .hw-weighs .hw-weighs-se3 .swiper-pagination-button div.swiper-pagination-bullet-active p {
        width: 100%;
        color: #2C2C2C;
        transition: all 0.4s ease;
    }

    .hw-weighs .hw-weighs-se3 .slide-txt {
        bottom: 12.0833333vw;
    }

    .hw-weighs .hw-weighs-se3 .slide-txt p {
        display: none;
    }

    .hw-weighs .hw-weighs-se3 .swiper-pagination-button {
        display: flex;
    }

    .hw-weighs .hw-weighs-se3 .slide-txt .slide-title {
        font-size: 3.3333333vw;
        margin-top: 0;
    }
}

/* sec4 */
.hw-weighs .hw-weighs-se4 {
    width: 73.4375vw;
    margin: 0 auto;
}

.hw-weighs .hw-se4-img {
    width: 71.45833333333333vw;
    /* height: 36.458333vw; */
    border-radius: 1.041666666666667vw;
    overflow: hidden;
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-se4 {
        width: 83.33333333333333vw;
    }

    .hw-weighs .hw-se4-img {
        width: 100%;
        border-radius: 2.777777777777778vw;
    }
}

/* sec5 */
.hw-weighs .hw-weighs-se5 {
    width: 71.45833333333333vw;
    margin: 0 auto;
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-se5 {
        width: 83.33333333333333vw;
    }
}


/* sec6 */
.hw-weighs .hw-weighs-se6 {
    width: 71.45833333333333vw;
    margin: 0 auto;
}

.hw-weighs .hw-se6-cen {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hw-weighs .hw-se6-work {
    width: 27.91666666666667vw;
}

.hw-weighs .hw-se6-work>div {
    text-align: left;
}

.hw-weighs .hw-se6-img {
    width: 36.45833333333333vw;
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-se6 {
        width: 83.33333333333333vw;
    }

    .hw-weighs .hw-se6-cen {
        display: block;
    }

    .hw-weighs .hw-se6-work {
        width: 100%;
    }

    .hw-weighs .hw-se6-work>div {
        text-align: center;
    }

    .hw-weighs .hw-se6-img {
        width: 100%;
    }
}


/* sec7 */
.hw-weighs .hw-weighs-se7 {
    width: 71.45833333333333vw;
    margin: 0 auto;
}

.hw-weighs .hw-se7-cen {
    display: flex;
    justify-content: space-between;
}

.hw-weighs .se7Swiper {
    position: relative;
    width: 36.45833333333333vw;
    overflow: hidden;
}

.hw-weighs .hw-weighs-se7 .swiper-pagination {
    position: static;
    margin-top: 1.875vw;
    line-height: normal;
}

.hw-weighs .hw-weighs-se7 .swiper-pagination span {
    width: 0.7291666666666667vw;
    height: 0.7291666666666667vw;
    background: #D8D8D8;
    opacity: 1;
    outline: none;
    margin: 0 0.78125vw;
}

.hw-weighs .hw-weighs-se7 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #5A5A5A;
}

.hw-weighs .hw-se7-right {
    width: 28.91666666666667vw;
    margin-top: 5.729166666666667vw;
}

.hw-weighs .hw-se7-work>div {
    text-align: left;
}

.hw-weighs .hw-se7-icons {
    display: flex;
}

.hw-weighs .hw-se7-icons sup {
    line-height: 0;
}

.hw-weighs .hw-se7-icon {
    margin-right: 4.6875vw;
    font-size: 0.833333333333333vw;
    color: #000000;
    line-height: 1.6;
    font-weight: 500;
    flex-shrink: 0;
}

.hw-weighs .hw-se7-icon img {
    width: 4.166666666666667vw;
    margin: 0 auto;
}

.hw-weighs .hw-se7-icon p {
    text-align: center;
    margin-top: 0.5208333333333333vw;
}

.hw-weighs .hw-se7-icon:last-of-type {
    margin-right: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .hw-weighs .hw-se7-icon {
        font-size: 12px;
    }
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-se7 {
        width: 83.33333333333333vw;
    }

    .hw-weighs .hw-se7-cen {
        display: block;
    }

    .hw-weighs .se7Swiper {
        width: 100%;
    }

    .hw-weighs .hw-weighs-se7 .swiper-pagination {
        margin-top: 2.222222222222222vw;
    }

    .hw-weighs .hw-weighs-se7 .swiper-pagination span {
        width: 1.944444444444444vw;
        height: 1.944444444444444vw;
        margin: 0 2.083333333333333vw;
    }

    .hw-weighs .hw-se7-right {
        width: 100%;
        margin-top: 0;
    }

    .hw-weighs .hw-se7-icons {
        display: flex;
        justify-content: space-between;
    }

    .hw-weighs .hw-se7-icon {
        margin-right: 0;
        font-size: 2.777777777777778vw;
    }

    .hw-weighs .hw-se7-icon img {
        width: 13.88888888888889vw;
    }

    .hw-weighs .hw-se7-icon p {
        margin-top: 2.777777777777778vw;
    }
}

@media only screen and (max-width: 432px) {
    .hw-weighs .hw-se7-icon {
        font-size: 12px;
    }
}


/* sec8 */
.hw-weighs .hw-weighs-se8 {
    position: relative;
}

.hw-weighs .hw-se8-bag {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.hw-weighs .hw-se8-bag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hw-weighs .hw-se8-work {
    width: 71.45833333333333vw;
    margin: 0 auto;
}

.hw-weighs .hw-se8-img {
    width: 54.0625vw;
    margin: 0 auto;
}

.hw-weighs .hw-weighs-se8 .swiper-wrapper {
    justify-content: space-between;
}

.hw-weighs .hw-weighs-se8 .swiper-slide {
    width: 12.8125vw;
}

.hw-weighs .hw-weighs-se8 .hw-weighs-tip {
    width: 54.0625vw;
    margin: 0 auto;
    text-align: right;
    margin-top: 1.5625vw;
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-se8 {
        width: 83.33333333333333vw;
        margin: 0 auto;
    }

    .hw-weighs .hw-se8-work {
        width: 100%;
    }

    .hw-weighs .hw-se8-img {
        width: 39.4444444vw;
    }

    .hw-weighs .se8Swiper {
        position: relative;
        width: 100%;
    }

    .hw-weighs .hw-weighs-se8 .swiper-pagination {
        position: static;
        font-size: 0;
        margin-top: 3.611111111111111vw;
    }

    .hw-weighs .hw-weighs-se8 .swiper-pagination span {
        width: 1.944444444444444vw;
        height: 1.944444444444444vw;
        background: #D8D8D8;
        opacity: 1;
        margin: 0 2.083333333333333vw;
        outline: none;
    }

    .hw-weighs .hw-weighs-se8 .swiper-pagination span.swiper-pagination-bullet-active {
        background: #5A5A5A;
    }

    .hw-weighs .hw-weighs-se8 .hw-weighs-tip {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
}


/* sec9 */
.hw-weighs .hw-weighs-se9 {
    width: 57.29166666666667vw;
    margin: 0 auto;
}

.hw-weighs .hw-se9-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hw-weighs .hw-se9-icon {
    width: 10.41666666666667vw;
    margin-right: 5.208333333333333vw;
    text-align: center;
    margin-bottom: 3.125vw;
}

.hw-weighs .hw-se9-icon:nth-of-type(4),
.hw-weighs .hw-se9-icon:nth-of-type(7) {
    margin-right: 0;
}

.hw-weighs .hw-se9-icon:nth-of-type(n+4) {
    margin-bottom: 0;
}

.hw-weighs .hw-se9-icon img {
    width: 7.8125vw;
    margin: 0 auto;
}

.hw-weighs .hw-se9-text1 {
    font-size: 1.25vw;
    color: #000000;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 1.041666666666667vw;
}

.hw-weighs .hw-se9-text2 {
    font-size: 0.8333333333333333vw;
    color: #000000;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 0.5208333333333333vw;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .hw-weighs .hw-se9-text2 {
        font-size: 12px;
    }
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-se9 {
        width: 87.5vw;
    }

    .hw-weighs .hw-se9-icon {
        width: 27.77777777777778vw;
        margin-right: 2.083333333333333vw;
        margin-bottom: 5.555555555555556vw;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(4),
    .hw-weighs .hw-se9-icon:nth-of-type(7) {
        margin-right: 2.083333333333333vw;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(n+4) {
        margin-bottom: 5.555555555555556vw;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(5),
    .hw-weighs .hw-se9-icon:nth-of-type(6) {
        margin-right: 0;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(1) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(1) {
        order: 7;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(2) {
        order: 2;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(3) {
        order: 4;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(4) {
        order: 5;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(5) {
        order: 3;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(6) {
        order: 6;
    }

    .hw-weighs .hw-se9-icon:nth-of-type(7) {
        order: 1;
    }

    .hw-weighs .hw-se9-icon img {
        width: 16.66666666666667vw;
    }

    .hw-weighs .hw-se9-text1 {
        font-size: 3.333333333333333vw;
        margin-top: 2.777777777777778vw;
    }

    .hw-weighs .hw-se9-text2 {
        font-size: 2.777777777777778vw;
        margin-top: 2.777777777777778vw;
    }
}

@media only screen and (max-width: 432px) {
    .hw-weighs .hw-se9-text2 {
        font-size: 12px;
    }
}


/* sec10 */
.hw-weighs .hw-weighs-se10 {
    width: 80.20833333333333vw;
    margin: 0 auto;
}

.hw-weighs .hw-se10-ul {
    font-size: 0.625vw;
    color: #7F7F7F;
    line-height: 1.6;
    font-weight: 500;
}

.hw-weighs .hw-se10-ul li {
    list-style: decimal;
}

.hw-weighs .hw-se10-ul li.current {
    color: #000;
}

.hw-weighs .hw-se10-ul a {
    color: #1f71ff;
}

@media only screen and (min-width: 1024px) and (max-width: 1772px) {
    .hw-weighs .hw-se10-ul {
        font-size: 12px;
    }
}

.hw-weighs .hw-se10-ul .last,
.hw-weighs .hw-se10-ul .last2,
.hw-weighs .hw-se10-ul .last3 {
    position: relative;
    list-style: none
}

.hw-weighs .hw-se10-ul .last::before,
.hw-weighs .hw-se10-ul .last2::before,
.hw-weighs .hw-se10-ul .last3::before {
    content: "*";
    position: absolute;
    top: .15625vw;
    left: 0;
    transform: translateX(-190%);
    -webkit-transform: translateX(-190%);
    -moz-transform: translateX(-190%);
    -ms-transform: translateX(-190%);
    -o-transform: translateX(-190%);
}

.hw-weighs .hw-se10-ul .last2::before {
    content: "**";
    left: 0;
    transform: translateX(-160%);
    -webkit-transform: translateX(-160%);
    -moz-transform: translateX(-160%);
    -ms-transform: translateX(-160%);
    -o-transform: translateX(-160%);
}

.hw-weighs .hw-se10-ul .last3::before {
    content: "***";
    left: 0;
    transform: translateX(-140%);
    -webkit-transform: translateX(-140%);
    -moz-transform: translateX(-140%);
    -ms-transform: translateX(-140%);
    -o-transform: translateX(-140%);
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .hw-weighs-se10 {
        width: 78.05555555555556vw;
        margin: 0 auto;
    }

    .hw-weighs .hw-se10-ul {
        font-size: 3.333333333333333vw;
    }

    .hw-weighs .hw-se10-ul .last::before {
        top: .5555555556vw;
        left: -2.666667vw;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}

    .hw-weighs .hw-se10-ul .last2::before {
        top: .5555555556vw;
        left: -3.966667vw;
        transform: translateX(0);
    }

    .hw-weighs .hw-se10-ul .last3::before {
        top: .5555555556vw;
        left: -5.466667vw;
        transform: translateX(0);
    }
}




/* .hw-weighs .hw-se1-tittle {
    top: 17.85416666666667vw;
} */

.hw-weighs .section-pic-center {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hw-weighs .section-kv-pic {
    line-height: 1.25;
    margin-top: 2.08333333vw;
    font-size: 1.46vw;
    font-weight: 400;
    color: #000;
}

.hw-weighs .section-kv-pic span {
    font-size: .45em;
    font-weight: 500;
}

.hw-weighs .section-slogan-botton a {
    display: inline-block;
    margin-top: 24px;
    padding: 10px 26px;
    font-size: 13px;
    line-height: 24px;
    transition: opacity 0.3sease-out;
    color: rgba(255, 255, 255, 1);
    border: 2px solid black;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 1);
}

.hw-weighs .section-slogan-botton a:hover {
    opacity: .8;
}

@media only screen and (orientation:portrait) and (max-width: 1024px) and (max-device-width:1024px),
screen and (max-width: 1023px) {
    .hw-weighs .section-kv-pic span {
        font-size: .65em;
    }

    .hw-weighs .section-kv-pic {
        font-size: 3.888888888vw;
        margin-top: 5.5555555vw;
    }

    /* .hw-weighs .section-kv-pic a{
        font-size: 1.6666666vw;
    } */
    .hw-weighs .section-slogan-botton a {
        margin-top: 3.333333333333vw;
    }
}