@charset "utf-8";
/* vivo-x系列页面 */
.bg-box{
    width: 2560px;
    height: 900px;
    background-image: url(../img/X/bg1.jpg);
    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/X/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/X/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/X/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{
    width: 38px;
    height: 28px;
    border-radius: 18px;
}
.orange{
    background-color: #EA581E;
}
.blue{
    background-color: #274E9A;
}
.black{
    background-color: #2C2E34;
}
.color1{
    background-color: #D7DFF6;
    background-image: linear-gradient(to right bottom,#D7DFF6,#C7E9CA);
    width: 38px;
    height: 28px;
    border-radius: 18px;
}
.color2{
    background-color: #F9F9FB;
    width: 38px;
    height: 28px;
    border-radius: 18px;
}

