.function {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../images/allproduct_one/allproduct_one_04.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.all {

    text-align: start;
    top: 13%;
    display: flex;
    flex-direction: column;
    padding-left: 190px;
    justify-content: space-between;
}

.function_title {
    position: absolute;
    display: flex;
    /* top: 15%; */
    text-align: center;
    align-items: center;
    /* padding: 0 16px 0 16px; */
}

.function_title a {
    z-index: 99;
}

.function_title span {
    line-height: 54px;
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    text-align: center;
    padding-left: 20px;
}

.function_choose {
    position: absolute;
    display: flex;
    justify-content: center;
    padding-top: 92px;
}

.choose1 {
    width: 178px;
    display: inline-block;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 33px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    padding: 0 0 0 10px;
}

.function_photo {
    position: absolute;
    display: flex;
    top: 34%;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
}

.photo1 {
    width: 240px;
    box-sizing: border-box;
}

.photo1 img {
    display: block;
    height: auto;
    /* width: 73%; */
    width: 100%;
}

#swiper-funphoto .swiper-slide {
    width: auto;
    margin-right: 13px !important;
    margin-left: 13px !important;
    text-align: center;
    display: flex;
    align-items: center;
}

#swiper-funphoto .swiper-slide:nth-child(1) {
    padding-left: 190px !important;
}

#swiper-funphoto .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    transform: rotate(180deg)
}

#swiper-funphoto .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.search1 {
    display: flex;
    justify-content: flex-end;
    top: 10%;
    padding-top: 95px;
    padding-right: 69px;
    /* cursor: pointer; */
}

.search1 img {
    cursor: pointer;
}

.info1 {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    top: 89%;
    right: 72px;
}

.rsp-icy {
    width: 240px;
    height: 384px;
    overflow: hidden;
    background: rgb(0, 0, 0);
    top: 0px;
    left: 0px;
}

.text-icy {
    position: absolute;
    width: 200px;
    height: 300px;
    left: 20px;
    top: 0px;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    opacity: 1;
}

.text-icy a {
    display: flex;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    flex-direction: column;
    align-items: center;
}

.icy {
    position: absolute;
    /* left: 10%; */
    top: 32%;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    z-index: 999;
    opacity: 1;
}

/* .icy::before{
    position: absolute;
    content: " ";
    width:80px;
    height:0px;
    border:1px solid rgba(255,255,255,1);
    opacity:1;
    top: 66px;
    left: 2px;
    } */
.icy-line {
    position: absolute;
    width: 80px;
    height: 1px;
    align-items: center;
    opacity: 1;
    background-color: #ffffff;
    top: 57%;

}

.er2 {
    position: absolute;
}

@media screen and (min-width:1300px) and (max-width:1400px) {
    .text-icy {
        position: absolute;
        width: 144px;
        height: 298px;
        left: 20px;
        top: 0px;
        overflow: hidden;
        justify-content: center;
        text-align: center;
        opacity: 1;
    }
}

.circle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    margin-top: 238px;
    /* margin-left: 104px; */
}

.circle img {
    padding-top: 10px;
}

.choose1 a {
    color: #ffffff;
}

.choose-squ {
    border: 1px solid #ffffff;
    width: 112px;
}

.choose1 span {
    padding: 10px;
}

.add_opc {
    background: rgb(0, 0, 0);
    opacity: 0.5;
}

@media screen and (min-width:1600px) and (max-width:1700px) {
    .photo1 img {
        width: 70%;
        height: auto;
    }

    .rsp-icy {
        width: 231px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

}

@media screen and (min-width:1530px) and (max-width:1600px) {
    .photo1 img {
        width: 70%;
        height: auto;
    }

    .function_choose {
        padding-top: 87px;
    }

    .rsp-icy {
        width: 231px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
}

@media screen and (min-width:1400px) and (max-width:1530px) {
    .photo1 img {
        width: 65%;
        height: auto;
    }

    .function_choose {
        padding-top: 67px;
    }

    .search1 {
        padding-top: 56px;
    }

    .rsp-icy {
        width: 215px;
    }

    .text-icy {
        left: 10px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -45px !important;
        margin-left: 14px !important;
    }

    .rsp-icy {
        width: 156px;
        height: 249px;
        text-align: center;
    }

    .text-icy {
        position: absolute;
        width: 160px;
        height: 300px;
        left: 20px;
        top: 0px;
        overflow: hidden;
        justify-content: center;
        text-align: center;
        opacity: 1;
    }

    .text-icy {
        left: 0px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -66px !important;
        margin-left: 14px !important;
    }
    .icy {
        position: absolute;
        /* left: 10%; */
        top: 20%;
        justify-content: center;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 32px;
        color: rgba(255, 255, 255, 1);
        z-index: 999;
        opacity: 1;
    }

    .icy-line {
        position: absolute;
        width: 80px;
        height: 1px;
        align-items: center;
        opacity: 1;
        background-color: #ffffff;
        top: 32%;

    }

    .circle {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
        opacity: 1;
        text-align: center;
        /* margin-top: 238px; */
        margin-top: 120px;
        /* margin-left: 104px; */
    }
}

@media screen and (min-width:1300px) and (max-width:1400px) {
    .photo1 img {
        width: 60%;
        height: auto;
    }

    .function_choose {
        padding-top: 67px;
    }

    .search1 {
        padding-top: 72px;
    }

    .rsp-icy {
        width: 144px;
        height: 233px;
        text-align: center;
    }

    .text-icy {
        left: 0px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -66px !important;
        margin-left: 14px !important;
    }
    .icy {
        position: absolute;
        /* left: 10%; */
        top: 20%;
        justify-content: center;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 32px;
        color: rgba(255, 255, 255, 1);
        z-index: 999;
        opacity: 1;
    }

    .icy-line {
        position: absolute;
        width: 80px;
        height: 1px;
        align-items: center;
        opacity: 1;
        background-color: #ffffff;
        top: 32%;

    }

    .circle {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
        opacity: 1;
        text-align: center;
        /* margin-top: 238px; */
        margin-top: 120px;
        /* margin-left: 104px; */
    }
}


/* @media screen and (min-width:1230px) and (max-width:1300px) {
    .photo1 img {
        width: 55%;
        height: auto;
    }

    .function_photo {
        margin-top: 40px;
    }

    .search1 {
        padding-top: 56px;
    }

    .rsp-icy {
        width: 181.5px;
    }

    .text-icy {
        left: 0px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -74px !important;
        margin-left: 14px !important;
    }

} */
@media screen and (min-width:900px) and (max-width:1000px) {
    .photo1 img {
        width: 65%;
        height: auto;
    }

    .function_choose {
        padding-top: 67px;
    }

    .search1 {
        padding-top: 56px;
    }

    .rsp-icy {
        width: 215px;
    }

    .text-icy {
        left: 10px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -45px !important;
        margin-left: 14px !important;
    }

    .rsp-icy {
        width: 156px;
        height: 249px;
        text-align: center;
    }

    .text-icy {
        position: absolute;
        width: 160px;
        height: 300px;
        left: 20px;
        top: 0px;
        overflow: hidden;
        justify-content: center;
        text-align: center;
        opacity: 1;
    }

    .text-icy {
        left: 0px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -66px !important;
        margin-left: 14px !important;
    }
    .icy {
        position: absolute;
        /* left: 10%; */
        top: 20%;
        justify-content: center;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 32px;
        color: rgba(255, 255, 255, 1);
        z-index: 999;
        opacity: 1;
    }

    .icy-line {
        position: absolute;
        width: 80px;
        height: 1px;
        align-items: center;
        opacity: 1;
        background-color: #ffffff;
        top: 32%;

    }

    .circle {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
        opacity: 1;
        text-align: center;
        /* margin-top: 238px; */
        margin-top: 120px;
        /* margin-left: 104px; */
    }
}
@media screen and (min-width:1000px) and (max-width:1150px) {
    .photo1 img {
        width: 65%;
        height: auto;
    }

    .function_choose {
        padding-top: 67px;
    }

    .search1 {
        padding-top: 56px;
    }

    .rsp-icy {
        width: 215px;
    }

    .text-icy {
        left: 10px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -45px !important;
        margin-left: 14px !important;
    }

    .rsp-icy {
        width: 156px;
        height: 203px;
        text-align: center;
    }

    .text-icy {
        position: absolute;
        width: 160px;
        height: 300px;
        left: 20px;
        top: 0px;
        overflow: hidden;
        justify-content: center;
        text-align: center;
        opacity: 1;
    }

    .text-icy {
        left: 0px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -66px !important;
        margin-left: 14px !important;
    }
    .icy {
        position: absolute;
        /* left: 10%; */
        top: 20%;
        justify-content: center;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 32px;
        color: rgba(255, 255, 255, 1);
        z-index: 999;
        opacity: 1;
    }

    .icy-line {
        position: absolute;
        width: 80px;
        height: 1px;
        align-items: center;
        opacity: 1;
        background-color: #ffffff;
        top: 32%;

    }

    .circle {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
        opacity: 1;
        text-align: center;
        /* margin-top: 238px; */
        margin-top: 120px;
        /* margin-left: 104px; */
    }
}

@media screen and (min-width:1150px) and (max-width:1230px) {
    .photo1 img {
        width: 65%;
        height: auto;
    }

    .function_choose {
        padding-top: 67px;
    }

    .search1 {
        padding-top: 56px;
    }

    .rsp-icy {
        width: 215px;
    }

    .text-icy {
        left: 10px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -45px !important;
        margin-left: 14px !important;
    }

    .rsp-icy {
        width: 156px;
        height: 249px;
        text-align: center;
    }

    .text-icy {
        position: absolute;
        width: 160px;
        height: 300px;
        left: 20px;
        top: 0px;
        overflow: hidden;
        justify-content: center;
        text-align: center;
        opacity: 1;
    }

    .text-icy {
        left: 0px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -66px !important;
        margin-left: 14px !important;
    }
    .icy {
        position: absolute;
        /* left: 10%; */
        top: 20%;
        justify-content: center;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 32px;
        color: rgba(255, 255, 255, 1);
        z-index: 999;
        opacity: 1;
    }

    .icy-line {
        position: absolute;
        width: 80px;
        height: 1px;
        align-items: center;
        opacity: 1;
        background-color: #ffffff;
        top: 32%;

    }

    .circle {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
        opacity: 1;
        text-align: center;
        /* margin-top: 238px; */
        margin-top: 120px;
        /* margin-left: 104px; */
    }
}
@media screen and (min-width:1230px) and (max-width:1300px) {
    .photo1 img {
        width: 65%;
        height: auto;
    }

    .function_choose {
        padding-top: 67px;
    }

    .search1 {
        padding-top: 56px;
    }

    .rsp-icy {
        width: 215px;
    }

    .text-icy {
        left: 10px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -45px !important;
        margin-left: 14px !important;
    }

    .rsp-icy {
        width: 156px;
        height: 249px;
        text-align: center;
    }

    .text-icy {
        position: absolute;
        width: 160px;
        height: 300px;
        left: 20px;
        top: 0px;
        overflow: hidden;
        justify-content: center;
        text-align: center;
        opacity: 1;
    }

    .text-icy {
        left: 0px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -66px !important;
        margin-left: 14px !important;
    }
    .icy {
        position: absolute;
        /* left: 10%; */
        top: 20%;
        justify-content: center;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 32px;
        color: rgba(255, 255, 255, 1);
        z-index: 999;
        opacity: 1;
    }

    .icy-line {
        position: absolute;
        width: 80px;
        height: 1px;
        align-items: center;
        opacity: 1;
        background-color: #ffffff;
        top: 32%;

    }

    .circle {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
        opacity: 1;
        text-align: center;
        /* margin-top: 238px; */
        margin-top: 120px;
        /* margin-left: 104px; */
    }
}
@media screen and (min-width:1530px) and (max-width:1700px) {
    .photo1 img {
        width: 65%;
        height: auto;
    }

    .function_choose {
        padding-top: 67px;
    }

    .search1 {
        padding-top: 56px;
    }

    .rsp-icy {
        width: 215px;
    }

    .text-icy {
        left: 10px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -45px !important;
        margin-left: 14px !important;
    }

    .rsp-icy {
        width: 156px;
        height: 249px;
        text-align: center;
    }

    .text-icy {
        position: absolute;
        width: 160px;
        height: 300px;
        left: 20px;
        top: 0px;
        overflow: hidden;
        justify-content: center;
        text-align: center;
        opacity: 1;
    }

    .text-icy {
        left: 0px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -66px !important;
        margin-left: 14px !important;
    }
    .icy {
        position: absolute;
        /* left: 10%; */
        top: 20%;
        justify-content: center;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 32px;
        color: rgba(255, 255, 255, 1);
        z-index: 999;
        opacity: 1;
    }

    .icy-line {
        position: absolute;
        width: 80px;
        height: 1px;
        align-items: center;
        opacity: 1;
        background-color: #ffffff;
        top: 32%;

    }

    .circle {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
        opacity: 1;
        text-align: center;
        /* margin-top: 238px; */
        margin-top: 120px;
        /* margin-left: 104px; */
    }
}


/* @media screen and (min-width:1150px) and (max-width:1230px) {
    .photo1 img {
        width: 55%;
        height: auto;
    }

    .function_photo {
        margin-top: 30px;
    }

    .info1 {
        display: none;
    }


    .text-icy {
        left: 0px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -107px !important;
        margin-left: 14px !important;
    }
}
 */
@media screen and (min-width:1000px) and (max-width:1150px) {
    .photo1 img {
        width: 53%;
        height: auto;
    }

    .function_photo {
        margin-top: 30px;
    }

    .info1 {
        display: none;
    }

    .rsp-icy {
        width: 127px;
    }

    .icy {
        font-size: 14px;
        top: 20%;
    }

    .text-icy {
        left: -12px;
    }

    #swiper-funphoto .swiper-slide {
        margin-right: -110px !important;
        margin-left: 14px !important;
    }
}

@media screen and (min-width:1450px) and (max-width:1600px) {
    .function_choose {
        padding-top: 90px;
    }
}

@media screen and (min-width:1240px) and (max-width:1450px) {
    .function_choose {
        padding-top: 80px;
    }

}

@media screen and (min-width:1000px) and (max-width:1240px) {
    .function_choose {
        padding-top: 70px;
    }

    .search1 {
        padding-top: 90px;
    }
}

@media screen and (min-width:1000px) and (max-width:1100px) {
    .function_choose {
        padding-top: 86px;
    }
}

/* @media screen and (min-width:500px) and (max-width:1000px){
    .function_choose {
        padding-top: 20px;
    }
    .photo1 img{
        width: 30%;
    }
} */

@media screen and (min-width:500px) and (max-width:1000px) {
    .function_title {
        font-size: 40px;
    }

    .choose1 {
        font-size: 20px;
    }

    .search1 {
        padding-top: 50px;
    }

    .function_choose {
        padding-top: 65px;
    }
}

.hk {
    background-color: #000000;
    opacity: 0.5;
}