@charset "utf-8";
/* vivo-NEX系列页面 */
.bg-box{
    width: 2560px;
    height: 900px;
    background-image: url(../img/NEX/bg1.png);
    background-repeat: no-repeat;
    position: relative;
    /* border: 1px solid red; */
    background-position:contain;
}
/* 左文字右图片 */
.box2-left{
    width: 550px;
    height:600px ;
}
.box2-right{
    width: 890px;
    height: 600px;
    border-radius: 24px;
    background-image: url(../img/NEX/bg2.jpg);
    background-repeat: no-repeat;
    background-position: contain; 
}
.box2-left li{
    margin-bottom: 12px;
}
.box2-text{
    font-size: 52px;
    margin-bottom: 100px;
}
.img-left{
    width: 100px;
    height: 28px;
}
/* .img-left>img{
    width: 100px;
    height: 28px;
} */
.box2-detils{
    width: 150px;
    height: 52px;
    color: #fff;
    background: #415fff;
    font-size: 20px;
    text-align: center;
    border-radius: 26px;
    vertical-align: middle;
    line-height: 52px;
}
.box2-buy{
    margin-left: 24px;
    font-size: 20px;
}
.box2-detils-list{
    margin-top: 100px;
}
/*  box1左图片右文字 */
.box1-left{
    width: 890px;
    height: 600px;
    border-radius: 24px;
    background-image: url(../img/NEX/bg3.jpg);
}
.box1-right{
    width: 550px;
    height:600px;
    padding-left: 120px;
    box-sizing: border-box;
}
.img-right{
    width: 220px;
    height: 28px;
    background-image: url(../img/NEX/t3.svg);
    background-repeat: no-repeat;
    background-position: contain;
}
.box1-detils{
    width: 150px;
    height: 52px;
    color: #fff;
    background: #415fff;
    font-size: 20px;
    text-align: center;
    border-radius: 26px;
    vertical-align: middle;
    line-height: 52px;
}
.box1-buy{
    margin-left: 24px;
    font-size: 20px;
}

.box1-text{
    font-size: 52px;
    margin-bottom: 100px;
}
.box2-text,.box1-text{
    font-weight: 600;
}
/* box0左文字右图片 */
.box0-left{
    width: 550px;
    height:600px ;
}
.box0-right{
    width: 890px;
    height: 600px;
    border-radius: 24px;
    background-image: url(../img/X/bg4.jpg);
    background-repeat: no-repeat;
    background-position: contain;
}
.box0-left li{
    margin-bottom: 12px;
}
.box0-text{
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 100px;
}
.img-left0{
    width: 114px;
    height: 28px;
}
.img-left>img{
    width: 224px;
    height: 28px;
}
.box0-detils{
    width: 150px;
    height: 52px;
    color: #fff;
    background: #415fff;
    font-size: 20px;
    text-align: center;
    border-radius: 26px;
    vertical-align: middle;
    line-height: 52px;
}
.box0-buy{
    margin-left: 24px;
    font-size: 20px;
}
.box0-detils-list{
    margin-top: 100px;
}

.swper2{
    width: 1440px;
    height: 740px;
    background-color: white;
    padding-top: 110px;
    box-sizing: border-box;
    border-radius: 24px;
}

.orange,.black,.red,.color1,.color3,.color4{
    width: 38px;
    height: 28px;
    border-radius: 18px;
}
.orange{
    background-color: #D8FAFB;
    background-image: linear-gradient(to right bottom,#D8FAFB,#548dd4);
}
.black,.color1{
    background-color: #000000;
}
.red{
    background-color: #9F2C1A;
}
.color2{
    background-color: #D7F9FA;
    width: 38px;
    height: 28px;
    border-radius: 18px;
}
.color3{
    background-color: #175A92;
}
.color4{
    background-color: #AF1164;
    margin-left: 25px;
}
.swper2>li:nth-child(2) .color-box{
    /* border: 1px solid red; */
    width: 220px;
}

