@charset "utf-8";
/* vivo-t系列页面 */

.bg-box{
    width: 2560px;
    height: 900px;
    background-image: url(../img/T/bg1.jpg);
    background-repeat: no-repeat;
    position: relative;
    /* border: 1px solid red; */
    background-position:contain;
}
.swper>li{
    width: 243px;
    height: 210px;
}

/* box2左文字，右图片 */

.box2-left{
    width: 550px;
    height:600px ;
}
.box2-right{
    width: 890px;
    height: 600px;
    border-radius: 24px;
    background-image: url(../img/T/bg3.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/T/bg4.jpg);
}
.box1-right{
    width: 550px;
    height:600px;
    padding-left: 120px;
    box-sizing: border-box;
}
.img-right{
    width: 220px;
    height: 28px;
    background-image: url(../img/T/t1x.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: bold;
}

/* --------------------------- */
.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: #17C5D0;
    background-image: linear-gradient(to right bottom,#17C5D0,#DDA4CE);
}
.black{
    background-color: #1A1B22;
    background-image: linear-gradient(to right bottom,#1A1B22,#53607F);
}
.color1{
    background-color: #548dd4;
    background-image: linear-gradient(to right bottom,#548dd4,#CE9FC8);
    width: 38px;
    height: 28px;
    border-radius: 18px;
}
.color2{
    background-color: #dbeef3;
    background-image: linear-gradient(to right bottom,#dbeef3,#eeece1);
    width: 38px;
    height: 28px;
    border-radius: 18px;
}
.color3{
    width: 38px;
    height: 28px;
    border-radius: 18px;
    background-color: #a5a5a5;
    background-image: linear-gradient(to right bottom,#a5a5a5,#000000);
}

