.afterSale1 {
    padding: 92px 0 0 0
}

.afterSale1 .title {
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 48px;
    margin: 0 0 64px;
    text-align: center
}

.afterSale1 .content {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.afterSale1 .content .item {
    width: 380px;
    height: 420px;
    background: #F7F9FC;
    padding: 48px 35px 65px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.afterSale1 .content .item:hover .icon {
    transform: translateY(-10px)
}

.afterSale1 .content .item .icon {
    width: 92px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s
}

.afterSale1 .content .item .icon img {
    object-fit: contain
}

.afterSale1 .content .item .text .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    margin: 0 0 30px
}

.afterSale1 .content .item .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 28px;
    height: 56px;
}

.afterSale1 .content2 {
    margin: 109px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.afterSale1 .content2 .l {
    margin: 0 175px 0 0
}

.afterSale1 .content2 .l .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    margin: 0 0 62px
}

.afterSale1 .content2 .l .more {
    width: 139px;
    height: 50px;
    background: #0090D5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.afterSale1 .content2 .l .more p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.afterSale1 .content2 .r {
    width: 561px;
    position: relative;
    z-index: 1
}

.afterSale1 .content2 .r.on .circle {
    transform: translateX(-50%) scale(1)
}

.afterSale1 .content2 .r.on img {
    opacity: 1;
    transform: translateY(0)
}

.afterSale1 .content2 .r.on .img_r img:not(:last-child) {
    opacity: 1;
    transform: rotate(0)
}

.afterSale1 .content2 .r.on .img_r img:last-child {
    opacity: 1
}

.afterSale1 .content2 .r .img_r {
    width: 750px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    z-index: 5
}

.afterSale1 .content2 .r .img_r img {
    transition: 2s ease
}

.afterSale1 .content2 .r .img_r img:nth-child(1) {
    transition-delay: 2.6s
}

.afterSale1 .content2 .r .img_r img:nth-child(2) {
    transition-delay: 2.4s
}

.afterSale1 .content2 .r .img_r img:nth-child(3) {
    transition-delay: 2.2s
}

.afterSale1 .content2 .r .img_r img:nth-child(4) {
    transition-delay: 2s
}

.afterSale1 .content2 .r .img_r img:nth-child(5) {
    transition-delay: 1.8s;
    opacity: 0
}

.afterSale1 .content2 .r .img_r img:not(:last-child) {
    opacity: 0;
    transform: rotate(-88deg);
    transform-origin: 63% 86%
}

.afterSale1 .content2 .r .img_r img:not(:first-child) {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.afterSale1 .content2 .r .circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0);
    border-radius: 50%;
    transition: 2s
}

.afterSale1 .content2 .r .circle1 {
    top: -28px;
    width: 986px;
    height: 986px;
    border: 1px solid #004FF0;
    opacity: 0.1;
    z-index: -1;
    transition-delay: .1s
}

.afterSale1 .content2 .r .circle2 {
    top: 101px;
    width: 728px;
    height: 728px;
    background: #004FF0;
    opacity: 0.05;
    z-index: -1;
    transition-delay: .3s
}

.afterSale1 .content2 .r .circle3 {
    top: 230px;
    width: 470px;
    height: 470px;
    background: #004FF0;
    opacity: 0.05;
    z-index: -1;
    transition-delay: .5s
}

.afterSale1 .content2 .r .circle4 {
    top: 359px;
    width: 212px;
    height: 212px;
    background: #004FF0;
    opacity: 0.05;
    transition-delay: .7s
}

.afterSale2 {
    padding: 67px 0 124px 0;
    background: #F6F7FA
}

.afterSale2 .title {
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    margin: 0 0 39px;
    text-align: center
}

.afterSale2 .cut {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 27px;
    padding: 4px 5px
}

.afterSale2 .cut .list {
    height: 46px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: var(--color);
    transition: .6s ease;
    border-radius: 23px;
    cursor: pointer
}

.afterSale2 .cut .list.on {
    background: var(--color);
    color: #fff
}

.afterSale2 .content {
    margin: 22px 0 0 0
}

.afterSale2 .content .matter {
    display: none;
}

.afterSale2 .content .matter.on {
    display: block !important;
}

.afterSale2 .content .matter .map {
    width: 100%;
    position: relative;
    margin: 0 0 24px
}

.afterSale2 .content .matter .map .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 12;
    display: none;
}

.afterSale2 .content .matter .map .position .point {
    position: absolute;
    cursor: pointer;
    pointer-events: auto
}

.afterSale2 .content .matter .map .position .point.on .hide {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto
}

.afterSale2 .content .matter .map .position .point .circle {
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
    z-index: 1
}

.afterSale2 .content .matter .map .position .point .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
    opacity: .5;
    z-index: -1;
    animation: scaleAnimate 1s linear infinite;
    pointer-events: none;
    border-radius: 50%
}

.afterSale2 .content .matter .map .position .point .hide {
    position: absolute;
    left: 20px;
    top: 0;
    width: 213px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 21px 28px 25px 28px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(20px);
    transition: 1s;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12)
}

.afterSale2 .content .matter .map .position .point .hide .dis {
    display: flex;
    align-items: center;
    margin: 0 0 10px
}

.afterSale2 .content .matter .map .position .point .hide .dis img {
    width: 18px;
    margin: 0 10px 0 0
}

.afterSale2 .content .matter .map .position .point .hide .dis h5 {
    font-weight: bold;
    font-size: 18px;
    color: #0090D5
}

.afterSale2 .content .matter .map .position .point .hide p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A
}

.afterSale2 .content .matter .map .position .point1 {
    top: 256px;
    left: 936px;
}

.afterSale2 .content .matter .map .position .point2 {
    top: 220px;
    left: 114px
}

.afterSale2 .content .matter .map .position .point3 {
    top: 239px;
    left: 132px;
}

.afterSale2 .content .matter .map .position .point4 {
    top: 299px;
    left: 441px
}

.afterSale2 .content .matter .map .position .point5 {
    top: 275px;
    left: 459px
}

.afterSale2 .content .matter .map .position .point5 .circle {
    width: 6px;
    height: 6px
}

.afterSale2 .content .matter .map .position .point6 {
    top: 286px;
    left: 449px;
}

.afterSale2 .content .matter .map .position .point7 {
    top: 291px;
    left: 456px;
}

.afterSale2 .content .matter .map .position .point8 {
    top: 332px;
    left: 423px;
}


.afterSale2 .content .matter .map .position .point9 {
    top: 355px;
    left: 401px;
}

.afterSale2 .content .matter .map .position .point10 {
    top: 362px;
    left: 404px;
}

.afterSale2 .content .matter .map .position .point11 {
    top: 252px;
    left: 486px;
}

.afterSale2 .content .matter .map .position .point12 {
    top: 252px;
    left: 523px;
}

.afterSale2 .content .matter .map .map_img {
    width: 100%;
    max-height: 597px;
    object-fit: contain;
}

.afterSale2 .content .matter.last_matter {
    display: block !important;
}

.afterSale2 .content .matter .other {
    padding: 53px 0 0 0;
    border-top: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between
}

.afterSale2 .content .matter .other .lj p {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 0 23px
}

.afterSale2 .content .matter .other .lj img {
    width: 35px
}

.afterSale2 .content .matter .other .figure {
    display: flex
}

.afterSale2 .content .matter .other .figure .item:nth-child(1) {
    width: 75px
}

.afterSale2 .content .matter .other .figure .item:nth-child(2) {
    width: 95px
}

.afterSale2 .content .matter .other .figure .item:nth-child(3) {
    width: 65px
}

.afterSale2 .content .matter .other .figure .item:nth-child(4) {
    width: 75px
}

.afterSale2 .content .matter .other .figure .item:not(:last-child) {
    margin: 0 130px 0 0
}

.afterSale2 .content .matter .other .figure .item p {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 0 20px
}

.afterSale2 .content .matter .other .figure .item span {
    font-family: 'Aero-Plain', sans-serif;
    font-weight: 400;
    font-size: 42px;
    color: #0090D5
}

@keyframes scaleAnimate {
    0% {
        opacity: .5;
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3)
    }
}


@media screen and (max-width: 1919px) {
    .afterSale1 {
        padding: 4.7916666667vw 0px 0px;
    }

    .afterSale1 .title {
        font-size: 1.875vw;
        line-height: 2.5vw;
        margin: 0px 0px 3.3333333333vw;
    }

    .afterSale1 .content {
        gap: 0.78125vw;
    }

    .afterSale1 .content .item {
        width: 19.7916666667vw;
        height: 21.875vw;
        padding: 2.5vw 1.8229166667vw 3.3854166667vw 1.3020833333vw;
    }

    .afterSale1 .content .item:hover .icon {
        transform: translateY(-0.5208333333vw);
    }

    .afterSale1 .content .item .icon {
        width: 4.7916666667vw;
        height: 2.96875vw;
    }

    .afterSale1 .content .item .text .p1 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.5625vw;
    }

    .afterSale1 .content .item .text .p2 {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        height: 2.9166666667vw;
    }

    .afterSale1 .content2 {
        margin: 5.6770833333vw 0px 0px;
    }

    .afterSale1 .content2 .l {
        margin: 0px 9.1145833333vw 0px 0px;
    }

    .afterSale1 .content2 .l .p1 {
        font-size: 1.875vw;
        margin: 0px 0px 3.2291666667vw;
    }

    .afterSale1 .content2 .l .more {
        width: 7.2395833333vw;
        height: 2.6041666667vw;
        border-radius: 0.15625vw;
    }

    .afterSale1 .content2 .l .more p {
        font-size: 0.8333333333vw;
    }

    .afterSale1 .content2 .r {
        width: 29.21875vw;
    }

    .afterSale1 .content2 .r .img_r {
        width: 39.0625vw;
    }

    .afterSale1 .content2 .r .circle1 {
        top: -1.4583333333vw;
        width: 51.3541666667vw;
        height: 51.3541666667vw;
    }

    .afterSale1 .content2 .r .circle2 {
        top: 5.2604166667vw;
        width: 37.9166666667vw;
        height: 37.9166666667vw;
    }

    .afterSale1 .content2 .r .circle3 {
        top: 11.9791666667vw;
        width: 24.4791666667vw;
        height: 24.4791666667vw;
    }

    .afterSale1 .content2 .r .circle4 {
        top: 18.6979166667vw;
        width: 11.0416666667vw;
        height: 11.0416666667vw;
    }

    .afterSale2 {
        padding: 3.4895833333vw 0px 6.4583333333vw;
    }

    .afterSale2 .title {
        font-size: 1.875vw;
        margin: 0px 0px 2.03125vw;
    }

    .afterSale2 .cut {
        height: 2.8125vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.625vw 0px;
        border-radius: 1.40625vw;
        padding: 0.2083333333vw 0.2604166667vw;
    }

    .afterSale2 .cut .list {
        height: 2.3958333333vw;
        padding: 0px 1.6666666667vw;
        font-size: 0.8333333333vw;
        border-radius: 1.1979166667vw;
    }

    .afterSale2 .content {
        margin: 1.1458333333vw 0px 0px;
    }

    .afterSale2 .content .matter .map {
        margin: 0px 0px 1.25vw;
    }

    .afterSale2 .content .matter .map .position .point .circle {
        width: 0.2604166667vw;
        height: 0.2604166667vw;
    }

    .afterSale2 .content .matter .map .position .point .hide {
        left: 1.0416666667vw;
        width: 11.09375vw;
        border-radius: 0.625vw;
        padding: 1.09375vw 1.4583333333vw 1.3020833333vw;
        transform: translateX(1.0416666667vw);
        box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0.625vw 0px;
    }

    .afterSale2 .content .matter .map .position .point .hide .dis {
        margin: 0px 0px 0.5208333333vw;
    }

    .afterSale2 .content .matter .map .position .point .hide .dis img {
        width: 0.9375vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }

    .afterSale2 .content .matter .map .position .point .hide .dis h5 {
        font-size: 0.9375vw;
    }

    .afterSale2 .content .matter .map .position .point .hide p {
        font-size: 0.8333333333vw;
    }

    .afterSale2 .content .matter .map .position .point1 {
        top: 13.3333333333vw;
        left: 48.75vw;
    }

    .afterSale2 .content .matter .map .position .point2 {
        top: 11.4583333333vw;
        left: 5.9375vw;
    }

    .afterSale2 .content .matter .map .position .point3 {
        top: 12.4479166667vw;
        left: 6.875vw;
    }

    .afterSale2 .content .matter .map .position .point4 {
        top: 15.5729166667vw;
        left: 22.96875vw;
    }

    .afterSale2 .content .matter .map .position .point5 {
        top: 14.3229166667vw;
        left: 23.90625vw;
    }

    .afterSale2 .content .matter .map .position .point5 .circle {
        width: 0.3125vw;
        height: 0.3125vw;
    }

    .afterSale2 .content .matter .map .position .point6 {
        top: 14.8958333333vw;
        left: 23.3854166667vw;
    }

    .afterSale2 .content .matter .map .position .point7 {
        top: 15.15625vw;
        left: 23.75vw;
    }

    .afterSale2 .content .matter .map .position .point8 {
        top: 17.2916666667vw;
        left: 22.03125vw;
    }

    .afterSale2 .content .matter .map .position .point9 {
        top: 18.4895833333vw;
        left: 20.8854166667vw;
    }

    .afterSale2 .content .matter .map .position .point10 {
        top: 18.8541666667vw;
        left: 21.0416666667vw;
    }

    .afterSale2 .content .matter .map .position .point11 {
        top: 13.125vw;
        left: 25.3125vw;
    }

    .afterSale2 .content .matter .map .position .point12 {
        top: 13.125vw;
        left: 27.2395833333vw;
    }

    .afterSale2 .content .matter .map .map_img {
        max-height: 31.09375vw;
    }

    .afterSale2 .content .matter .other {
        padding: 2.7604166667vw 0px 0px;
    }

    .afterSale2 .content .matter .other .lj p {
        font-size: 0.9375vw;
        margin: 0px 0px 1.1979166667vw;
    }

    .afterSale2 .content .matter .other .lj img {
        width: 1.8229166667vw;
    }

    .afterSale2 .content .matter .other .figure .item:nth-child(1) {
        width: 3.90625vw;
    }

    .afterSale2 .content .matter .other .figure .item:nth-child(2) {
        width: 4.9479166667vw;
    }

    .afterSale2 .content .matter .other .figure .item:nth-child(3) {
        width: 3.3854166667vw;
    }

    .afterSale2 .content .matter .other .figure .item:nth-child(4) {
        width: 3.90625vw;
    }

    .afterSale2 .content .matter .other .figure .item:not(:last-child) {
        margin: 0px 6.7708333333vw 0px 0px;
    }

    .afterSale2 .content .matter .other .figure .item p {
        font-size: 0.9375vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .afterSale2 .content .matter .other .figure .item span {
        font-size: 2.1875vw;
    }
}

@media screen and (max-width: 1024px) {
    .afterSale1 {
        padding: 45px 0 0 0;
    }

    .afterSale1 .title {
        font-size: 22px;
        line-height: 25px;
        margin: 0 0 22px;
    }

    .afterSale1 .content {
        flex-direction: column;
        gap: 20px;
        margin: 30px 0 0 0;
    }

    .afterSale1 .content .item {
        width: 100%;
        height: auto;
        padding: 16px;
    }

    .afterSale1 .content .item .icon {
        width: 38px;
        height: 38px;
    }

    .afterSale1 .content .item .text {
        margin: 25px 0 0 0;
    }

    .afterSale1 .content .item .text .p1 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .afterSale1 .content .item .text .p2 {
        height: auto;
        font-size: 13px;
        line-height: 25px;
    }

    .afterSale1 .content2 {
        margin: 40px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }

    .afterSale1 .content2 .l .p1 {
        font-size: 22px;
        margin: 0 0 25px;
    }

    .afterSale1 .content2 .l .more {
        width: fit-content;
        height: 43px;
        padding: 0 20px;
    }

    .afterSale1 .content2 .l .more p {
        font-size: 13px;
    }

    .afterSale1 .content2 .r {
        width: 100%;
    }

    .afterSale1 .content2 .r .img_r {
        width: 100%;
    }

    .afterSale1 .content2 .r .circle {
        transform: translate(-50%, 55px) scale(0);
    }

    .afterSale1 .content2 .r.on .circle {
        transform: translate(-50%, 55px) scale(1.8);
        opacity: 0.03;
    }

    .afterSale2 {
        padding: 50px 0;
    }

    .afterSale2 .title {
        font-size: 24px;
        margin: 0 0 15px;
    }

    .afterSale2 .cut {
        height: 40px;
        border-radius: 25px;
        padding: 3px;
    }

    .afterSale2 .cut .list {
        height: 34px;
        padding: 0 15px;
        border-radius: 21px;
        font-size: 12px;
    }

    .afterSale2 .content {
        margin: 20px 0 0 0;
    }

    .afterSale2 .content .matter .map .map_img {
        max-height: unset;
    }

    .afterSale2 .content .matter .map .position .point .hide {
        width: fit-content;
        white-space: nowrap;
        padding: 10px 15px;
        border-radius: 7px;
    }

    .afterSale2 .content .matter .map .position .point .hide .dis {
        margin: 0;
    }

    .afterSale2 .content .matter .map .position .point .hide .dis img {
        width: 15px;
        margin: 0 5px 0 0;
    }

    .afterSale2 .content .matter .map .position .point .hide .dis h5 {
        font-size: 14px;
    }

    .afterSale2 .content .matter .map .position .point .hide p {
        font-size: 12px;
        margin: 5px 0 0 0;
    }

    .afterSale2 .content .matter .other{
        padding: 15px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .afterSale2 .content .matter .other .lj p{
        font-size: 14px;
        margin: 0 0 5px;
    }
    .afterSale2 .content .matter .other .lj img{
        width: 24px;
    }
    .afterSale2 .content .matter .other .figure{
        margin: 30px 0 0 0 ;
    }
    .afterSale2 .content .matter .other .figure .item{
        width: fit-content!important;
    }
    .afterSale2 .content .matter .other .figure .item span{
        font-size: 28px;
    }
    .afterSale2 .content .matter .other .figure .item p{
        font-size: 13px;
        margin: 0 0 10px;
    }

}
