


#app .img_drag_change {
    
    
    
}
    user-select: none;
    margin: 0;
    position: relative;
}

#app .img-box {
    font-size: 0;
    width: 100%;
    height: calc(100% - 0.833vw);
    overflow: hidden;
    position: relative;
}

#app .img-box > div.after-img {
    position: absolute;
    left: 0;
    z-index: 1;
}

#app .img-box > div {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    background-color: #aaaaaa;
}

#app .img-box > div .info {
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 1.042vw;
    white-space: nowrap;
    overflow: hidden;
    padding: 1.042vw;
}

#app .img-box > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
}

#app .img-box > div.after-img .info {
    text-align: right;
    right: 0;
}

#app .divide_line {
    width: 0.104vw;
    height: 100%;
    top: 0;
    z-index: 9;
    left: 50vw;
    background: #dddddd;
    position: absolute;
    overflow: visible;
    pointer-events: none;
}

#app .divide_line .icon-box {
    position: absolute;
    left: -3.125vw;
    width: 6.25vw;
    height: 3.125vw;
    border: 2px solid #fff;
    color: #dddddd;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 0.052vw;
    transition: all 0.1s;
    cursor: pointer;
}

#app .home-video {
    height: calc(100vh - 3.75vw);
    /*background-color: red;*/
}

#app .divide_line .icon-box img {
    width: 0.625vw;
    pointer-events: none;
}

#app .divide_line .item {
    height: 100%;
    display: flex;
    align-items: center;
    width: 0.521vw;
    position: relative;
    pointer-events: auto;
}

#app .home-banner {
    position: relative;
    overflow: hidden;
}

#app .text-box {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    color: #fff;
    left: 15%;
    font-family: Acumin Variable Concept;
    font-size: 1.302vw;
    z-index: 9;
}

#app .text-box .title {
    line-height: 1.3;
    font-size: 3.125vw;
    font-family: AcuminConcept-Bold;
}

#app .home-banner-tip {
    margin: 1.042vw 0;
    line-height: 1.3;
    font-family: MontserratRegular;
}

#app .home-more {
    width: 8.594vw;
    height: 2.292vw;
    color: #fff;
    font-family: AcuminConcept-Light;
    background: #d71518;
    font-size: 0.938vw;
    text-align: center;
    line-height: 2.292vw;
    cursor: pointer;
    border-radius: 22px;
}

#app .home-block {
    position: relative;
    width: 62.5vw;
    margin: 7.813vw auto;
    display: flex;
    justify-content: center;
}

#app .inset-text {
    margin-top: 1.042vw;
    font-size: 0.729vw;
}

#app .plan-inset-text {
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 2.604vw;
    margin-bottom: 3.125vw;
}

#app .imgbox {
    width: 80%;
    position: relative;
}

 .home-block-image {
    width: 100%;
}

 .home-block .point {
    display: flex;
    align-items: center;
    font-size: 0.938vw;
    color: #4d4d4d;
    position: absolute;
}

 .point:nth-of-type(1) {
    top: 6.688vw;
    left: 10.938vw;
}

 .point:nth-of-type(2) {
    bottom: 9.427vw;
    left: 3.602vw;
    text-align: right;
}

 .point:nth-of-type(3) {
    bottom: 4.25vw;
    left: 5.167vw;
    text-align: right;
}

 .point:nth-of-type(4) {
    top: 10vw;
    right: -4.115vw;
}

 .point:nth-of-type(5) {
    top: 4.844vw;
    right: 8.802vw;
}

 .point:nth-of-type(6) {
    bottom: 6.51vw;
    right: 10.625vw;
}

 .point:nth-of-type(6) .point-text {
    position: absolute;
    top: -1.563vw;
    width: 6.208vw;
    left: -3.125vw;
}

#app .point-img {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
}

#app .point-text {
    line-height: 1.2;
    margin: 0 1.458vw;
}

#app .point2 .point-text {
    margin-right: 3.802vw;
}

#app .tipWin {
    position: absolute;
    width: 15.625vw;
    height: 0;
    border-radius: 10px;
    padding: 1.042vw;
    overflow: hidden;
    background: #fff;
    box-shadow: 0vw 0vw 1.302vw #d1caca;
    z-index: 9;
}

#app .tipWin-icon {
    display: flex;
    justify-content: flex-end;
}

#app .tipWin-icon .point-img {
    transform: rotateZ(45deg);
}

#app .tipWin-title {
    padding: 1.042vw 0;
    border-bottom: 2px solid #ededed;
    font-family: MontserratRegular;
    position: relative;
    color: #333;
}

#app .tipWin-title::before {
    width: 4.167vw;
    height: 0.417vw;
    border-radius: 4px;
    background-color: #d71518;
    position: absolute;
    content: '';
    bottom: -0.521vw;
    transform: translateY(-50%);
}

#app .tipWin-content {
    padding: 1.042vw 0;
    color: #666;
    line-height: 1.5;
}

#app .tipWin-more {
    margin: 0.521vw 0;
    height: 1.875vw;
    color: #fff;
    background: #d71518;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    cursor: pointer;
    border-radius: 22px;
    display:block;

}

#app .home-plan {
    width: 62.5vw;
    margin: 5.208vw auto 0;
}

#app .home-plan-top {
    display: flex;
    align-items: flex-end;
    font-size: 0.938vw;
    color: #999;
    margin-bottom: 3.385vw;
}

#app .home-plan-top img {
    width: 9.271vw;
    height: 5.729vw;
    margin-right: 1.042vw;
}

#app .plan-line-box {
    width: 100%;
    background: #EEEEEE;
    position: relative;
}

#app .plan-point {
    width: 1.563vw;
    height: 1.563vw;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 1.042vw #bda9a9;
    position: absolute;
    left: 70%;
    transform: translateX(-50%);
    top: -0.26vw;
    cursor: pointer;
}

#app .plan-line {
    width: 70%;
    height: 1.146vw;
    border-radius: 11px;
    transition: all 0.5s;
    background: linear-gradient(to right, #0d8d8d, #49b172, #c6da4e);
}

#app .plan-point-value {
    position: relative;
    top: 2.083vw;
    left: -150%;
    font-size: 0.938vw;
    color: #999999;
}

#app .product {
    display: flex;
    justify-content: space-between;
    margin-top: 5.208vw;
    font-size: 0.938vw;
}

#app .product-item {
    width: 18.229vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.563vw;
    font-size: 0.938vw;
}

#app .product-title {
    color: #333333;
    margin-bottom: 1.563vw;
}

#app .product-info {
    color: #999;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 1.563vw;
}

#app .product-img {
    height: 7.135vw;
}

#app .product-item:nth-of-type(1):hover {
    box-shadow: 0 0 1.563vw #d1c9c9;
    border-radius: 30px 10px 10px 30px;
}

#app .product-item:nth-of-type(2):hover {
    box-shadow: 0 0 1.563vw #d1c9c9;
    border-radius: 10px 10px 10px 10px;
}

#app .product-item:nth-of-type(3):hover {
    box-shadow: 0 0 1.563vw #d1c9c9;
    border-radius: 10px 30px 30px 10px;
}

#app .product-nav {
    margin: 4.167vw 0 1.042vw;
    display: flex;
}

#app .product-nav-item {
    flex: 1;
    margin-right: 1.563vw;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    box-shadow: 0 0 1.042vw #d1c9c9;
    padding: 1.563vw 0 1.042vw;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#app .product-nav-item img {
    height: 2.188vw;
    margin-bottom: 1.042vw;
    transition: all 0.3s;
    position: relative;
}

#app .product-nav-item:hover img {
    transform: scale(1.2);
}

#app .avtiveProduct::before {
    position: absolute;
    bottom: -1.042vw;
    border-radius: 20px 20px 0 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 1.823vw;
    height: 1.667vw;
    background: url('../images/home/down.png');
    background-size: 100%;
}

#app .pruduct-box {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#app .pruduct-box img {
    width: 100%;
}

#app .product-detail {
    width: 36.458vw;
    padding: 1.042vw 0 1.042vw;
    margin-left: 12vw;
    min-height: 41.667vw;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
}

#app .product-detail-item {
    margin-bottom: 2.083vw;
}

#app .product-detail-title {
    font-size: 1.042vw;
    color: #333;
    margin-bottom: 0.521vw;
    display: flex;
    align-items: center;
}

#app .product-detail-title i {
    width: 0.521vw;
    height: 0.521vw;
    flex-shrink: 0;
    border-radius: 5px;
    background: #d71518;
    margin-right: 0.521vw;
}

#app .product-detail-tip {
    color: #666;
    line-height: 1.5;
    font-size: 0.833vw;
    padding-left: 1.042vw;
}

#app .home-block2 {
    position: relative;
    width: 100%;
}

#app .home-block2 .home-block2-img {
    width: 100%;
    max-height: 45vw;
}

#app .home-block2-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62.5vw;
}

#app .home-block2-box-title {
    color: #fff;
    font-size: 1.76vw;
    margin-bottom: 2.083vw;
    line-height: 1.5;
    text-align: center;
}

#app .btns {
    display: flex;
    justify-content: center;
}

#app .btns .btn1 {
    width: 10.417vw;
    height: 3.438vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 0.833vw;
    color: #fff;
    border-radius: 33px;
}

#app .btns .btn1:nth-of-type(1) {
    margin-right: 5.208vw;
}

#app .home-block2-text {
    position: absolute;
    bottom: 4.167vw;
    width: 62.5vw;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.823vw;
    background: linear-gradient(to right, #95cea0, #fff, #6bb8dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#app .home-block2-type {
    display: flex;
    width: 62.5vw;
    top: 5.208vw;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    justify-content: space-between;
}

#app .home-block2-type-item {
    /* width: 20.833vw; */
    display: flex;
    align-items: center;
}

#app .home-block2-type-item img {
    width: 3.646vw;
    margin-right: 1.042vw;
}

#app .type-text {
    color: #333;
    line-height: 1.3;
    font-size: 0.833vw;
}

#app .icon-home {
    display: inline-block;
    padding: 1.042vw;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    color: #888;
    border-radius: 12px;
    margin-top: 1.042vw;
    margin-left: 1.042vw;
}

#app .home-icon-img {
    height: 2.083vw;
    width: auto !important;
}

#app .mobilePadding {
    padding-top: 2.604vw;
    padding-bottom: 2.604vw;
}

#app .drag-btn {
    position: absolute;
    left: 50%;
    color: white;
    top: 55%;
    font-size: 1.042vw;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    #app #app {
        width: 100vw;
        overflow: hidden;
    }

    #app .plan-inset-text {
        font-size: 14px;
        margin-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    #app .text-box1 {
        position: absolute;
        top: 50px;
        color: #fff;
        padding: 20px;
        z-index: 2;
    }

    #app .text-box1 .title {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    #app .home-banner-tip1 {
        font-size: 14px;
        line-height: 1.5;
    }

    #app .inset-text {
        font-size: inherit;
    }

    #app .home-banner {
        margin-top: 50px;
    }

    #app .home-block {
        margin: 15px auto;
        width: 100vw;
    }

    #app .divide_line .icon-box {
        width: 80px;
        height: 24px;
        border: 1px solid #fff;
        left: -40px;
    }

    #app .divide_line .icon-box img {
        width: 6px;
    }

    #app .divide_line {
        width: 1px;
    }

    #app .home-plan {
        width: 100vw;
        margin: 20px 0 0;
        padding: 20px;
    }

    #app .home-video {
        height: 52vw;
    }

    #app .home-plan-top {
        font-size: 10px;
        word-break: break-all;
        word-wrap: break-word;
        margin-bottom: 30px;
    }

    #app .home-plan-top img {
        width: 64px;
        height: 39px;
        margin-right: 10px;
    }

    #app .plan-line-box {
        width: 88%;
    }

    #app .plan-line {
        height: 12px;
        border-radius: 6px;
    }

    #app .plan-point {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        top: -3px;
    }

    #app .plan-point-value {
        font-size: 8px;
        top: 24px;
    }

    #app .product {
        margin-top: 30px;
        /*flex-direction: column;*/
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    #app .product-item {
        width: 50%;
        font-size: 10px;
        padding: 20px;
    }

    #app .product-title {
        font-size: 12px;
        margin-bottom: 16px;
    }

    #app .product-info {
        margin-bottom: 0;
    }

    #app .product-nav {
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 40px auto 0;
    }

    #app .product-nav-item {
        width: 42vw;
        margin-right: 0px;
        margin-bottom: 20px;
        flex: inherit;
        flex-direction: inherit;
        font-size: 10px;
        padding: 10px;
        justify-content: flex-start;
        border-radius: 0;
    }

    #app .product-nav-item img {
        height: 20px;
        margin-bottom: 0;
        margin-right: 5px;
    }

    #app .product-detail {
        padding: 19px 0 20px;
        width: 94vw;
        margin: 20px 15px;
        left: 10px;
        top: 5%;
        /* position: static; */
        transform: none;
        min-height: auto;
    }

    #app .product-detail-item {
        margin-bottom: 20px;
    }

    #app .product-detail-title {
        font-size: 12px;
    }

    #app .product-detail-title i {
        width: 6px;
        height: 6px;
        border-radius: 3px;
    }

    #app .product-detail-tip {
        font-size: 10px;
    }

    #app .home-block2-img {
        height: 53.6vw;
        max-height: 55vw !important;
    }

    #app .home-block2-type {
        width: 95vw;
        top: 20px;
    }

    #app .home-block2-type-item img {
        width: auto;
        height: 24px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    #app .home-block2-type-item {
        flex-direction: column;
        flex: 1;
        text-align: center;
    }

    #app .home-block2-type-item:nth-of-type(2) {
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;
        /* padding: 0 20px; */
    }

    #app .type-text {
        font-size: 10px;
    }

    #app .home-block2-text {
        width: 100vw;
        font-size: 16px;
        bottom: 180px;
        font-weight: 700;
        background: linear-gradient(to right, #5ccf95, #915959, #f30927);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #app .home-block2-box {
        width: 80vw;
        top: 50%;
    }

    #app .home-block2-box-title {
        font-size: 12px;
        color: #fff;
        margin-bottom: 40px;
        line-height: 1.5;
        text-align: center;
    }

    #app .btns .btn1 {
        width: 80px;
        height: 18px;
        border-radius: 9px;
        font-size: 10px;
    }

    #app .product-item:hover {
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    #app .point-box {
        margin: 20px 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    #app .imgbox {
        width: 100%;
    }

    #app .point-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 50%;
        margin-bottom: 20px;
    }

    #app .point-box-img {
        width: 20px;
        height: 20px;
    }

    #app .point-text {
        margin-top: 10px;
        text-align: center;
        font-size: 12px;
        color: #333;
    }

    #app .mobile-win {
        margin: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #app .mobile-win-title {
        font-size: 12px;
        color: #333;
        font-weight: bold;
    }

    #app .mobile-win-line {
        width: 90%;
        margin-bottom: 20px;
    }

    #app .mobile-win-content {
        font-size: 10px;
        line-height: 1.5;
        text-align: center;
        color: #999;
        margin-top: 10px;
    }

    #app .home-block2-type1 {
        display: flex;
        width: 100vw;
        padding: 30px 10px;
        background-color: #fff;
        justify-content: space-between;
    }

    #app .icon-home {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 10px 10px !important;
        border-radius: 6px !important;
        margin-left: 0 !important;
        display: inline-block;
        width: 30%;
        text-align: center;
    }

    #app .home-icon-img {
        height: 20px !important;
        width: auto !important;
    }

    #app .mobile-con {
        display: flex;
        justify-content: space-between;
    }

    #app .product-img {
        height: 137px;
    }

    #app .product-item:nth-of-type(1):hover {
        box-shadow: 0 0 30px #d1c9c9;
        border-radius: 30px 10px 10px 30px;
    }

    #app .product-item:nth-of-type(2):hover {
        box-shadow: 0 0 30px #d1c9c9;
        border-radius: 10px 10px 10px 10px;
    }

    #app .product-item:nth-of-type(3):hover {
        box-shadow: 0 0 30px #d1c9c9;
        border-radius: 10px 30px 30px 10px;
    }
}









@media screen and (max-width: 2560px) {

 .point:nth-of-type(1) {
    top: 6.688vw;
    left: 10.938vw;
}

 .point:nth-of-type(2) {
    bottom: 9.427vw;
    left: 5.202vw;
    text-align: right;
}

 .point:nth-of-type(3) {
    bottom: 4.25vw;
    left: 7.067vw;
    text-align: right;
}

 .point:nth-of-type(4) {
    top: 10vw;
    right: -4.115vw;
}

 .point:nth-of-type(5) {
    top: 4.844vw;
    right: 8.802vw;
}

 .point:nth-of-type(6) {
    bottom: 6.51vw;
    right: 10.625vw;
}

 .point:nth-of-type(6) .point-text {
    position: absolute;
    top: -1.563vw;
    width: 6.208vw;
    left: -3.125vw;
}

 .point-img {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
}




}





@media screen and (max-width: 2260px) {

 .point:nth-of-type(1) {
    top: 6.688vw;
    left: 10.938vw;
}

 .point:nth-of-type(2) {
    bottom: 9.427vw;
    left: 4.402vw;
    text-align: right;
}

 .point:nth-of-type(3) {
    bottom: 4.25vw;
    left: 6.067vw;
    text-align: right;
}

 .point:nth-of-type(4) {
    top: 10vw;
    right: -4.115vw;
}

 .point:nth-of-type(5) {
    top: 4.844vw;
    right: 8.802vw;
}

 .point:nth-of-type(6) {
    bottom: 6.51vw;
    right: 10.625vw;
}

 .point:nth-of-type(6) .point-text {
    position: absolute;
    top: -1.563vw;
    width: 6.208vw;
    left: -3.125vw;
}

 .point-img {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
}




}








@media screen and (max-width: 1920px) {

 .point:nth-of-type(1) {
    top: 6.688vw;
    left: 10.938vw;
}

 .point:nth-of-type(2) {
    bottom: 9.427vw;
    left: 3.402vw;
    text-align: right;
}

 .point:nth-of-type(3) {
    bottom: 4.25vw;
    left: 5.167vw;
    text-align: right;
}

 .point:nth-of-type(4) {
    top: 10vw;
    right: -4.115vw;
}

 .point:nth-of-type(5) {
    top: 4.844vw;
    right: 8.802vw;
}

 .point:nth-of-type(6) {
    bottom: 6.51vw;
    right: 10.625vw;
}

 .point:nth-of-type(6) .point-text {
    position: absolute;
    top: -1.563vw;
    width: 6.208vw;
    left: -3.125vw;
}

 .point-img {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
}




}










@media screen and (max-width: 1860px) {

 .point:nth-of-type(1) {
    top: 6.688vw;
    left: 10.938vw;
}

 .point:nth-of-type(2) {
    bottom: 9.427vw;
    left: 2.502vw;
    text-align: right;
}

 .point:nth-of-type(3) {
    bottom: 4.25vw;
    left: 4.167vw;
    text-align: right;
}

 .point:nth-of-type(4) {
    top: 10vw;
    right: -4.115vw;
}

 .point:nth-of-type(5) {
    top: 4.844vw;
    right: 8.802vw;
}

 .point:nth-of-type(6) {
    bottom: 6.51vw;
    right: 10.625vw;
}

 .point:nth-of-type(6) .point-text {
    position: absolute;
    top: -1.563vw;
    width: 6.208vw;
    left: -3.125vw;
}

 .point-img {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
}




}





@media screen and (max-width: 1700px) {

 .point:nth-of-type(1) {
    top: 6.688vw;
    left: 10.938vw;
}

 .point:nth-of-type(2) {
    bottom: 9.427vw;
    left: 1.602vw;
    text-align: right;
}

 .point:nth-of-type(3) {
    bottom: 4.25vw;
    left: 3.567vw;
    text-align: right;
}

 .point:nth-of-type(4) {
    top: 10vw;
    right: -4.115vw;
}

 .point:nth-of-type(5) {
    top: 4.844vw;
    right: 8.802vw;
}

 .point:nth-of-type(6) {
    bottom: 6.51vw;
    right: 10.625vw;
}

 .point:nth-of-type(6) .point-text {
    position: absolute;
    top: -1.563vw;
    width: 6.208vw;
    left: -3.125vw;
}

 .point-img {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
}




}










@media screen and (max-width: 1560px) {

 .point:nth-of-type(1) {
    top: 6.688vw;
    left: 10.938vw;
}

 .point:nth-of-type(2) {
    bottom: 9.427vw;
    left: 1.002vw;
    text-align: right;
}

 .point:nth-of-type(3) {
    bottom: 4.25vw;
    left: 2.867vw;
    text-align: right;
}

 .point:nth-of-type(4) {
    top: 10vw;
    right: -4.115vw;
}

 .point:nth-of-type(5) {
    top: 4.844vw;
    right: 8.802vw;
}

 .point:nth-of-type(6) {
    bottom: 6.51vw;
    right: 10.625vw;
}

 .point:nth-of-type(6) .point-text {
    position: absolute;
    top: -1.563vw;
    width: 6.208vw;
    left: -3.125vw;
}

 .point-img {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
}




}







@media screen and (max-width: 1440px) {

 .point:nth-of-type(1) {
    top: 6.688vw;
    left: 10.938vw;
}

 .point:nth-of-type(2) {
    bottom: 9.427vw;
    left: 0.202vw;
    text-align: right;
}

 .point:nth-of-type(3) {
    bottom: 4.25vw;
    left: 1.567vw;
    text-align: right;
}

 .point:nth-of-type(4) {
    top: 10vw;
    right: -4.115vw;
}

 .point:nth-of-type(5) {
    top: 4.844vw;
    right: 8.802vw;
}

 .point:nth-of-type(6) {
    bottom: 6.51vw;
    right: 10.625vw;
}

 .point:nth-of-type(6) .point-text {
    position: absolute;
    top: -1.563vw;
    width: 6.208vw;
    left: -3.125vw;
}

 .point-img {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
}

 .point-text {
    line-height: 1.2;
    margin: 0 1.458vw;
}

 .point2 .point-text {
    margin-right: 3.802vw;
}

 .tipWin {
    position: absolute;
    width: 15.625vw;
    height: 0;
    border-radius: 10px;
    padding: 1.042vw;
    overflow: hidden;
    background: #fff;
    box-shadow: 0vw 0vw 1.302vw #d1caca;
    z-index: 9;
}

 .tipWin-icon {
    display: flex;
    justify-content: flex-end;
}

 .tipWin-icon .point-img {
    transform: rotateZ(45deg);
}

 .tipWin-title {
    padding: 1.042vw 0;
    border-bottom: 2px solid #ededed;
    font-family: MontserratRegular;
    position: relative;
    color: #333;
}

 .tipWin-title::before {
    width: 4.167vw;
    height: 0.417vw;
    border-radius: 4px;
    background-color: #d71518;
    position: absolute;
    content: '';
    bottom: -0.521vw;
    transform: translateY(-50%);
}

 .tipWin-content {
    padding: 1.042vw 0;
    color: #666;
    line-height: 1.5;
}

 .tipWin-more {
    margin: 0.521vw 0;
    height: 1.875vw;
    color: #fff;
    background: #d71518;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    cursor: pointer;
    border-radius: 22px;
    display:block;

}

 .home-plan {
    width: 62.5vw;
    margin: 5.208vw auto 0;
}

 .home-plan-top {
    display: flex;
    align-items: flex-end;
    font-size: 0.938vw;
    color: #999;
    margin-bottom: 3.385vw;
}

 .home-plan-top img {
    width: 9.271vw;
    height: 5.729vw;
    margin-right: 1.042vw;
}

 .plan-line-box {
    width: 100%;
    background: #EEEEEE;
    position: relative;
}

 .plan-point {
    width: 1.563vw;
    height: 1.563vw;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 1.042vw #bda9a9;
    position: absolute;
    left: 70%;
    transform: translateX(-50%);
    top: -0.26vw;
    cursor: pointer;
}

 .plan-line {
    width: 70%;
    height: 1.146vw;
    border-radius: 11px;
    transition: all 0.5s;
    background: linear-gradient(to right, #0d8d8d, #49b172, #c6da4e);
}

 .plan-point-value {
    position: relative;
    top: 2.083vw;
    left: -150%;
    font-size: 0.938vw;
    color: #999999;
}

 .product {
    display: flex;
    justify-content: space-between;
    margin-top: 5.208vw;
    font-size: 0.938vw;
}

 .product-item {
    width: 18.229vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.563vw;
    font-size: 0.938vw;
}

 .product-title {
    color: #333333;
    margin-bottom: 1.563vw;
}

 .product-info {
    color: #999;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 1.563vw;
}

 .product-img {
    height: 7.135vw;
}

 .product-item:nth-of-type(1):hover {
    box-shadow: 0 0 1.563vw #d1c9c9;
    border-radius: 30px 10px 10px 30px;
}

 .product-item:nth-of-type(2):hover {
    box-shadow: 0 0 1.563vw #d1c9c9;
    border-radius: 10px 10px 10px 10px;
}

 .product-item:nth-of-type(3):hover {
    box-shadow: 0 0 1.563vw #d1c9c9;
    border-radius: 10px 30px 30px 10px;
}

 .product-nav {
    margin: 4.167vw 0 1.042vw;
    display: flex;
}

 .product-nav-item {
    flex: 1;
    margin-right: 1.563vw;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    box-shadow: 0 0 1.042vw #d1c9c9;
    padding: 1.563vw 0 1.042vw;
    position: relative;
    text-align: center;
    cursor: pointer;
}



}





@media screen and (max-width: 1366px) {

 .point:nth-of-type(1) {
    top: 6.688vw;
    left: 10.938vw;
}

 .point:nth-of-type(2) {
    bottom: 9.427vw;
    left: -0.602vw;
    text-align: right;
}

 .point:nth-of-type(3) {
    bottom: 4.25vw;
    left: 1.167vw;
    text-align: right;
}

 .point:nth-of-type(4) {
    top: 10vw;
    right: -4.115vw;
}

 .point:nth-of-type(5) {
    top: 4.844vw;
    right: 8.802vw;
}

 .point:nth-of-type(6) {
    bottom: 6.51vw;
    right: 10.625vw;
}

 .point:nth-of-type(6) .point-text {
    position: absolute;
    top: -1.563vw;
    width: 6.208vw;
    left: -3.125vw;
}

 .point-img {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
}




}
















@media screen and (max-width: 1280px) {

 .point:nth-of-type(1) {
    top: 6.688vw;
    left: 10.938vw;
}

 .point:nth-of-type(2) {
    bottom: 9.427vw;
    left: -1.602vw;
    text-align: right;
}

 .point:nth-of-type(3) {
    bottom: 4.25vw;
    left: 0.167vw;
    text-align: right;
}

 .point:nth-of-type(4) {
    top: 10vw;
    right: -4.115vw;
}

 .point:nth-of-type(5) {
    top: 4.844vw;
    right: 8.802vw;
}

 .point:nth-of-type(6) {
    bottom: 6.51vw;
    right: 10.625vw;
}

 .point:nth-of-type(6) .point-text {
    position: absolute;
    top: -1.563vw;
    width: 6.208vw;
    left: -3.125vw;
}

 .point-img {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
}




}




















