@font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    src: url(../font/HarmonyOS_Sans_SC_Medium.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    list-style: none;
}

div {
    display: block;
}

.main{
    font-family: HarmonyOS_Sans_SC_Medium;
}
/*.mian {*/
/*    font-family: 'Century Gothic', 'Barlow', 'Helvetica Neue', 'Helvetica', 'PingFang SC', 'Rany', 'Poppins', 'Hiragino Sans GB', 'Microsoft YaHei', 'Arial', sans-serif;*/
/*}*/

.banner-ner {
    width: 100%;
}

/* 容器样式 */
.vivo-prc {
    position: relative;
    width: 100%;
}

/* 视频样式 */
#myVideo {
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 70vh;
    object-fit: cover;
}

/* 播放按钮样式 */
.vivo-prc-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* 播放按钮图标样式 */
.vivo-prc-play img {}

/* 封面图片样式 */
.vivo-prc-poster {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;

}

/* 当有视频时显示封面图片 */
.vivo-prc.has-video .vivo-prc-poster {
    display: none;
    /* 默认隐藏 */
}

/* 当有视频时显示视频 */
.vivo-prc.has-video video {
    display: block;
}

.box1 {
    padding: 120px 0 140px;
}

.box1-cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box1-l {
    width: 27.027%;
    width: 400px;
}

.box1-l-title p {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 25px;
    color: #333333;
}

.box1-l-price p {
    font-size: 20px;
    color: #231816;
    line-height: 1;
    margin-bottom: 64px;
}

.box1-l-models ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box1-l-models ul li {
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 14px;
    border: 1px solid #eeeeee;
    margin-bottom: 5px;
}



.box1-l-models ul li.box1-l-models-active {
    border-color: red;
}

.box1-l-models ul li img {
    max-width: 100%;
    max-height: 100%;
	display:block; margin:0 auto;
}

.box1-m {
    width: 540px;
    /* width: 36.486%; */
}

.box1-m ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1-m ul .box1-m-active {
    display: block;
}

.box1-m ul li {
    position: relative;
    /* width: 100%; */
    display: none;
}

.box1-m-active-gif {
    display: none;
}
.box1-m-active-gif video{
    max-width: 100%;
    max-height: 100%;
}
.zoomedContainer {
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: none;
}

.box1-m-active:hover .zoomedContainer {
    display: block;
}

.zoomedContainer p {
    display: flex;
    position: relative;
    /* right: -100%; */
}

.zoomedContainer img {
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
}

.box1-m-cur {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    pointer-events: none;
}

.box1-m-btn {
    position: absolute;
    right: 0;
    bottom: 50px;
    transform: translateX(-50%);
    color: #333;
    padding: 10px;
    padding-bottom: 0;
    /*background: rgba(0,0,0,0.3 );*/
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.box1-m-btn .iconfont{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid  #333;
    border-radius: 50%;
    font-size: 14px;
}
.box1-m-btn p{
    font-size: 12px;
    color: #333;
    margin: 0;
    margin-top: 10px;
    line-height: 1;
}

.box1-m-active:hover .box1-m-cur {
    display: block;
}

.box1-m ul li>img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.box1-r {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.box1-r-top {
    margin-bottom: 50px;
}

.box1-r-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background: #231816;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
}

.box1-r-top a:hover {
    color: skyblue;
}

.box1-r-bom {
    margin: 0 auto;
}

.box1-r-bom ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1-r-bom ul li {
    position: relative;
    margin-right: 20px;
}

.box1-r-bom ul li:last-child {
    margin-right: 0;
}

.box1-r-bom ul li .iconfont {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    color: #fff;
    border-radius: 50%;
}

.box1-r-bom ul li img {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


.box1-r-bom ul li:hover img {
    display: block;
}

.box2 {
    width: 100%;
    padding: 78px 0 100px;
    background: #f6f6f6;
}

.box2-title {
    margin-bottom: 45px;
}

.box2-title p {
    text-align: center;
    font-size: 36px;
    color: #333333;
    line-height: 1;
}

.box2-cen {
    display: flex;
    align-items: center;


}

.box2-prc {
    width: 50vw;
}


.box2-prc img {
    width: 100%;
}

.box2-right {
    width: 570px;
    /* 160 */
    margin-left: 8.75vw;
}

.box2-right ul li {
    margin-bottom: 60px;
}

.box2-right ul li:last-child {
    margin-bottom: 0;
}

.box2-right ul li h6 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
}

.box2-right ul li p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.box3 {
    padding: 80px 0 100px;
    text-align: center;
}

.box3-title {
    margin-bottom: 116px;
}

.box3-title p {
    font-size: 36px;
    line-height: 1;
    color: #333333;
}

.box3-prc {
    margin-bottom: 92px;
}

.box3-prc img {
    max-width: 100%;
    max-height: 100%;
}
.box3-cen img{
    max-width: 100%;
    max-height: 100%;
}
.box3-bom p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.box4 {
    width: 100%;
    padding: 80px 0 110px;
    background: #f6f6f6;
    text-align: center;
}

.box4-title {
    margin-bottom: 55px;
}

.box4-title p {
    font-size: 36px;
    line-height: 1;
    color: #333333;
}

.swiper-container1 {
    position: relative;
}

.box4-bom img {
    width: 100%;
}

.box4-bom .swiper-button-next,
.box4-bom .swiper-button-prev {
    color: #fff;
}

.box5 {
    padding: 80px 0 100px;
}

.box5-title {
    margin-bottom: 50px;
}

.box5-title p {
    font-size: 36px;
    color: #333333;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
}

.box5 .box4-cen ul{
    display: flex;
	flex-wrap:wrap;
    align-items: center;
    justify-content: space-between;
}
.box5 .box4-cen ul li {
    display: flex;
    align-items: center;
    width: 47%;
    height: 50px;
    border-bottom: 1px solid #b5b5b5;
}

.box5 .box4-cen ul li span {
    display: flex;
    width: 30%;
    font-size: 16px;
    color: #333333;
}

.box5 .box4-cen ul li p {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
}

@media (max-width: 1330px) {
    .box1 {
        padding: 75px 0 80px;
    }

    .box2 {
        padding: 60px 0 70px;
    }

    .box2-right ul li h6 {
        margin-bottom: 10px;
    }

    .box2-right ul li {
        margin-bottom: 15px;
    }

    .box3 {
        padding: 50px 0 60px;
    }

    .box3-title {
        margin-bottom: 50px;
    }

    .box3-prc {
        margin-bottom: 30px;
    }

    .box3-bom p {
        margin-bottom: 8px;
    }

    .box4 {
        padding: 50px 0 70px;
    }

    .box4-title {
        margin-bottom: 30px;
    }

    .box5 {
        padding: 40px 0 60px;
    }

    .box5-title {
        margin-bottom: 25px;
    }

    .box4-title p {
        font-size: 29px;
    }
}

@media (max-width: 1100px) {
    .box1-l-title p {
        font-size: 29px;
    }

    .box1-l-price p {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .box2-title p {
        font-size: 29px;
    }

    .box2-prc {
        width: 60vw;
    }

    .box2-right ul li h6 {
        font-size: 22px;
    }

    .box2-right ul li p {
        font-size: 15px;
        line-height: 25px;
        color: #333333;
    }

    .box3-title p {
        font-size: 29px;
    }

    .box3-bom p {
        font-size: 14px;
        line-height: 22px;
    }

    .box5-title p {
        font-size: 29px;
    }

    .box5-l ul li {
        height: 45px;
    }

    .box5-r ul li {
        height: 45px;
    }
}

@media (max-width: 768px) {
    .vivo-prc-play img {
        width: 50px;
    }

    .box1 {
        padding: 60px 0 70px;
    }

    .box1-cen {
        flex-direction: column;
    }

    .box1-l {
        width: 100%;
        margin-bottom: 20px;

    }

    .box1-m {
        max-width: 95%;
    }

    .box1-r {
        max-width: 100%;
    }

    .box1-r-top {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .box2-cen {
        flex-direction: column;
    }

    .box2-prc {
        width: 100%;
    }

    .box2-right {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .box2 {
        padding: 60px 5px 43px;
    }

    .box4-cen {
        flex-direction: column;
    }

    .box5-l {
        width: 100%;
    }

    .box5-r {
        width: 100%;
    }
}

@media (max-width: 660px){
    .box5 .box4-cen ul li{
        width: 100%;
    }
}