.home-header{
  width: 100%;
}
::-webkit-scrollbar {
    height: 8px;
    margin-bottom: 2px;
    margin-right: 2px;
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: rgba(25, 48, 100, .1);
    border-left: 1px solid transparent;
    border-radius: 20px;
    border-right: 2px solid transparent;
}
::selection {
    background: #356dee;
    color: #fff;
}
.banner-carousel{
  height: 540px;
  width: 100%;
  position: relative;
}

.banner-carousel .jd-card {
    display: flex;
    justify-content: flex-end;
    right: 22%;
    position: absolute;
    top: 94px;
    width: 176px;
    z-index: 9;
    flex-direction: column;
}
.banner-carousel .jd-card .card-img{
    width: 176px;
    height: 233px;
    background: url(../images/float.png) center center no-repeat;
    background-size: 100%;
}

.banner-carousel .jd-card .card-btn{
    width: 140px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(to right, #ff6e55, #ff3f57);
    border-radius: 23px;
    color: #fff;
    margin: 0 auto;
}
.banner-carousel .jd-card .card-btn:hover{
    background: linear-gradient(to right, #fc8e7b, #fa6173);
}
.banner-carousel .el-carousel{
  height: 100%;
}
.banner-carousel .slider {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 486px;
    position: relative;
    width: 100%;
    background-color: rgb(226, 230, 238);
    cursor: pointer;
}


.banner-carousel .el-carousel__container{
  height: 100%;
}


.banner-carousel .el-carousel__indicators {
    bottom: 100px;
    display: inline-flex!important;
    left: calc(50% - 500px);
    height: 3px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}

.banner-carousel .el-carousel__indicators .el-carousel__indicator{
    height: 5px;
    margin: 0 5px;
}

.banner-carousel .el-carousel__indicators .el-carousel__indicator button {
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    outline: 0;
    padding: 0;
    transition: all .5s;
    background: rgba(0,0,0,.15);
    border-radius: 3px;
    height: 5px;
    width: 40px;
}
.banner-carousel .el-carousel__indicators .el-carousel__indicator.is-active button{
    background: rgba(0,0,0,.65);
    width: 40px;
}

.data-selection{
    position: relative;
    margin-top: -54px;
    z-index: 2;
}

.user-data {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: linear-gradient(274deg,#499aff,#2e6dff 92%);
    height: 108px;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.user-data .data-content, .user-data {
    align-items: center;
    display: flex;
    justify-content: center;
}


.user-data .data-content {
    height: 132px;
    width: 1200px;
}

.user-data .data-content .content-title {
    align-items: center;
    border-right: 1px solid #8ab5ff;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 132px;
    line-height: 108px;
    margin-right: 86px;
    position: relative;
    width: 567px;
}

img[lazy=loaded] {
    opacity: 1;
    transition: opacity .25s;
}


.user-data .data-content .content-title .title {
    height: 132px;
    position: absolute;
    right: 135px;
    top: 0;
    width: 513px;
}


.user-data .data-content .content-list {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.user-data .data-content .content-list .data-item {
    align-items: center;
    display: flex;
    position: relative;
}

.user-data .data-content .content-list .data-item:first-child {
    width: 115px;
}

.user-data .data-content .content-list .data-item .amount {
    align-items: flex-end;
    color: #fff;
    display: flex;
    font-size: 36px;
    font-weight: 600;
    height: 44px;
    line-height: 54px;
}

.user-data .data-content .content-list .data-item .amount .unit {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    margin-left: 4px;
}


.user-data .data-content .content-list .data-item .desc {
    color: #fff;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
#showScene{
 padding-bottom: 81px;
}
.all-scene {
    background: linear-gradient(180deg,#eff5ff 48%,#f7faff);
   
    padding-top: 100px;
}

.all-scene .scene-title {
    color: #191919;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
}

.all-scene .scene-subtitle {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 37px;
    margin-top: 8px;
    text-align: center;
}

.scene-tabs-wrap {
    background: linear-gradient(180deg,#eff5ff 48%,#f7faff);
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 63px;
    width: 1300px;
}

 .scene-tabs-wrap {
    padding: 0;
}


.scene-tabs-wrap .scene-tabs {
    border-bottom: 1px solid #bdd7ff;
    height: 60px;
    margin-bottom: 42px;
    position: relative;
}

.scene-tabs-wrap .scene-tabs .arrow-left, .scene-tabs-wrap .scene-tabs .arrow-right {
    background: #bdd7ff;
    border-radius: 20px;
    cursor: pointer;
    height: 24px;
    position: absolute;
    top: 10px;
    width: 24px;
}

.scene-tabs-wrap .scene-tabs .arrow-left {
    left: 15px;
    transform: rotate(180deg);
}

.scene-tabs-wrap .scene-tabs .arrow-left, .scene-tabs-wrap .scene-tabs .arrow-right {
    background: #bdd7ff;
    border-radius: 20px;
    cursor: pointer;
    height: 24px;
    position: absolute;
    top: 10px;
    width: 24px;
}

.scene-tabs-wrap .scene-tabs .arrow-right {
    right: 15px;
}

.scene-tabs-wrap .scene-tabs .tabs-box {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 1200px;
}
.scene-tabs-wrap .scene-tabs .tabs-box .tab-item:first-child,.scene-tabs-wrap .scene-tabs .tabs-box .tab-item:nth-child(2){
  width: 250px;
}
.scene-tabs-wrap .scene-tabs .tabs-box .tab-item {
    color: #3d3d3d;
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    height: 59px;
    justify-content: center;
    position: relative;
    transition: all .3s;
    width: 330px;
}

.scene-tabs-wrap .scene-tabs .tabs-box .tab-item.checked {
    border-radius: 12px;
    color: #356dee;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 600;
    width: 330px;
}

.scene-tabs-wrap .scene-tabs .tabs-box .tab-item .item-content {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: center;
    line-height: 44px;
}

.scene-tabs-wrap .scene-tabs .tabs-box .tab-item .item-content .item-icon {
    display: flex;
    height: 24px;
    opacity: 0;
    transform: translateX(-40px);
    transition: all .3s;
    width: 0;
}

.scene-tabs-wrap .scene-tabs .tabs-box .tab-item.checked .item-icon {
    opacity: 1;
    transform: translateX(0);
    width: 40px;
}

.scene-tabs-wrap .scene-tabs .tabs-box .tab-item .item-content .item-icon img {
    height: 24px;
    width: 24px;
    -webkit-user-drag: none;
}

.scene-tabs-wrap .scene-tabs .tabs-box .box-bottom {
    background: #356dee;
    border-radius: 12px;
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    transform: translateX(0);
    transition: all .3s;
    width: 236px;
}

.scene-tabs-wrap .scene-box {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-image: url(https://p3.ssl.qhimg.com/t01bababa260072a7c9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    box-shadow: 0 0 30px 0 rgb(215 218 225 / 60%);
    height: 560px;
    margin: 0 auto;
    padding: 38px 36px 22px 36px;
    width: 1131px;
    background-color: #A4C3FC;
}

.scene-tabs-wrap .scene-box .box-header {
    display: flex;
}

.scene-tabs-wrap .scene-box .box-header .header-left {
    display: flex;
    width: 874px;
    margin-bottom: 27px;
}

.scene-tabs-wrap .scene-box .box-header .header-left .version-item {
    height: 64px;
    padding-left: 24px;
}

.scene-tabs-wrap .scene-box .box-header .header-left .version-item .item-top {
    align-items: center;
    display: flex;
    height: 32px;
}

.scene-tabs-wrap .scene-box .box-header .header-left .version-item .item-top .top-name {
    color: #252d4d;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 14px;
}

.scene-tabs-wrap .scene-box .box-header .header-left .version-item .item-top .top-price {
    color: #356dee;
    font-family: Tadfont-Bold;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin-right: 3px;
}


.scene-tabs-wrap .scene-box .box-header .header-left .version-item .item-top .top-unit {
    color: #676c83;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 3px;
}

.scene-tabs-wrap .scene-box .box-header .header-left .version-item .item-bottom {
    color: #252d4d;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}
.scene-tabs-wrap .scene-box .box-header .header-left .version-item .item-bottom em{
    color: #ff0000;
    font-weight: 600;
}
.scene-tabs-wrap .scene-box .box-header .header-left .version-item .item-bottom label{
    color: #2e6dff;
}

.scene-tabs-wrap .scene-box .box-header .header-right {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: flex-end;
    width: 232px;
}


.scene-tabs-wrap .scene-box .box-header .header-right .button {
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 36px;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 120px;
}


.scene-tabs-wrap .scene-box .box-header .header-right .button:first-child {
    border: 1px solid #356dee;
    color: #356dee;
}

.scene-tabs-wrap .scene-box .box-header .header-right .button:first-child:hover {
    background: #f0f7ff;
}
.scene-tabs-wrap .scene-box .box-header .header-right img {
    height: 24px;
    margin-left: 8px;
    width: 24px;
}
.scene-tabs-wrap .scene-box .box-content-1{
    position: relative;
}

.scene-tabs-wrap .scene-box .box-content-1 .content-items {
    align-items: center;
    display: flex;
    flex-direction: column;
}

img[lazy=loaded] {
    opacity: 1;
    transition: opacity .25s;
}
.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-list{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 11px;
}
.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-list li.item{
    background: url(../images/box-content-1-item-bg.png) center center no-repeat;
    width: 266px;
    height: 129px;
    padding-left: 30px;
    padding-top: 27px;
    box-sizing: border-box;
}
.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-list li.item:last-child{
     background: url(../images/box-content-1-item-lastbg.png) center center no-repeat;
     width: 260px;
}
.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-list li.item:first-child{
     background: url(../images/box-content-1-item-firstbg.png) center center no-repeat;
}
.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-list li.item .item-title{
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    height: 26px;
}
.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-list li.item .item-title span{
    margin-left: 14px;
    font-size: 15px;
    color: #252d4d;
    vertical-align: middle;
    font-weight: 600;
}
.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-list li.item .item-txt{
    font-size: 13px;
    color: #7d7e7f;
    line-height: 1em;
    margin-bottom: 7px;
}

.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-detail{
    position: relative;
    display: flex;
    justify-content: center;
}

.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-detail .detail-center{
    margin: 0 auto;
}
.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-detail .detail-center .detail-info{
    width: 606px;
    height: 279px;
    background: url(../images/content-box1-bg.png) center center no-repeat;
    background-size: 100%;
    text-align: center;
    padding-top: 87px;
    box-sizing: border-box;
}
.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-detail .detail-center .detail-info h2{
    font-size: 27px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 11px;
}
.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-detail .detail-center .detail-info p{
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
}

.scene-tabs-wrap .scene-box .box-content-1 .content-items .content-detail .detail-center .detail-list li.item{
    position: absolute;
    font-size: 13px;
    color: #252d4d;
    font-weight: 600;
}

.scene-tabs-wrap .scene-box .box-content-1 .detail-arr .arr-list li.item{
    width: 251px;
    height: 80px;
    display: flex;
    padding: 12px 0px;
    padding-left: 36px;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: absolute;
}
.scene-tabs-wrap .scene-box .box-content-1 .detail-arr .arr-list li.item.item-left{
    background: url(../images/box-content-1-arr-right.png) center center no-repeat;
    background-size: 100%;
}
.scene-tabs-wrap .scene-box .box-content-1 .detail-arr .arr-list li.item.item-right{
    background: url(../images/box-content-1-arr-left.png) center center no-repeat;
    background-size: 100%;
}

.scene-tabs-wrap .scene-box .box-content-1 .detail-arr .arr-list li.item p.item-info{
    min-width: 97px;
    line-height: 1em;
    display: flex;
    align-self: center;
    font-size: 14px;
    color: #333333;
}

.scene-tabs-wrap .scene-box .box-content-1 .detail-arr .arr-list li.item p.item-info::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/right-icon.png) center center no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.scene-tabs-wrap .scene-box .box-content-2{
    position: relative;
}

.scene-tabs-wrap .scene-box .box-content-2 .content-items {
    align-items: center;
    display: flex;
    flex-direction: column;
}

img[lazy=loaded] {
    opacity: 1;
    transition: opacity .25s;
}
.scene-tabs-wrap .scene-box .box-content-2 .content-items .content-list{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 11px;
}
.scene-tabs-wrap .scene-box .box-content-2 .content-items .content-list li.item{
    background: url(../images/box-content-2-item-bg.png) center center no-repeat;
    width: 387px;
    height: 129px;
    padding-left: 30px;
    padding-top: 27px;
    box-sizing: border-box;
}
.scene-tabs-wrap .scene-box .box-content-2 .content-items .content-list li.item:last-child{
     background: url(../images/box-content-2-item-lastbg.png) center center no-repeat;
     width: 378px;
}
.scene-tabs-wrap .scene-box .box-content-2 .content-items .content-list li.item:first-child{
     background: url(../images/box-content-2-item-firstbg.png) center center no-repeat;
     width: 362px;
}
.scene-tabs-wrap .scene-box .box-content-2 .content-items .content-list li.item .item-title{
    display: flex;
    margin-bottom: 2px;
    align-items: center;
    height: 26px
}
.scene-tabs-wrap .scene-box .box-content-2 .content-items .content-list li.item .item-title span{
    margin-left: 14px;
    font-size: 15px;
    color: #252d4d;
    vertical-align: middle;
    font-weight: 600;
}
.scene-tabs-wrap .scene-box .box-content-2 .content-items .content-list li.item .item-txt{
    font-size: 13px;
    color: #7d7e7f;
    line-height: 21px;
    margin-bottom: 7px;
    padding-right: 33px;
}


.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail{
    display: flex;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left{
    position: relative;
    height: 320px;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left::after{
    content: "";
    display: block;
    width: 166px;
    height: 108px;
    background: url(../images/box-2-bg-icon2.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0px;
    left: 39px;
    z-index: 1;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left .box2-left-list li.item{
    position: absolute;
    padding-top: 19px;
    padding-left: 29px;
    box-sizing: border-box;
     z-index: 2;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left .box2-left-list li.item .item-title{
    display: flex;
    align-self: center;
    font-size: 14px;
    color: #3e69ec;
    margin-bottom: 16px;
} 
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left .box2-left-list li.item .item-title span{
    margin-left: 8px;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left .box2-left-list li.item:nth-child(1),.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left .box2-left-list li.item:nth-child(2){
    background: url(../images/box-2-itembg.png) center center no-repeat;
    background-size: 100%;
    width: 168px;
    height: 143px;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left .box2-left-list li.item:nth-child(3),.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left .box2-left-list li.item:nth-child(4){
    background: url(../images/box-2-itembg2.png) center center no-repeat;
    background-size: 100%;
    width: 170px;
    height: 126px;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left .box2-left-list li.item .item-info p{
    color: #666666;
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 15px;
    display: flex;
    align-items: center;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left .box2-left-list li.item .item-info p em{
    color: #ff0000;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-left .box2-left-list li.item .item-info p::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/right-icon.png) center center no-repeat;
    background-size: 100%;
    margin-right: 8px;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-right{
    width: 942px;
    height: 414px;
    background: url(../images/box-2-rightbg.png) center center no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    position: absolute;
    right: -11px;
    top: 30px;
}

.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-right .box-2-arr-list li{
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    position: absolute;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-right .box-2-txtinfo{
    width: 115px;
    text-align: center;
    position: absolute;
    right: 292px;
    bottom: 96px;
    font-weight: 600;
}
.scene-tabs-wrap .scene-box .box-content-2 .box-2-detail .box-2-detail-right .box-2-txtinfo p{
    font-size: 14px;
    line-height: 38px;
    color: #252d4d;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    padding: 0 5px;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-left{
    width: 303px;
    height: 392px;
    background: url(../images/box-3-left-bg.png) center center no-repeat;
    background-size: 100%;
    padding: 1px 18px;
    box-sizing: border-box;
    position: relative;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-left::after{
    content: "";
    display: block;
    width: 48px;
    height: 63px;
    background: url(../images/box-3-left-bottom-icon.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 7px;
    bottom: -27px;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-left .left-title{
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 18px;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-left .left-detail{
    padding-left: 14px;
    margin-bottom: 11px;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-left .left-detail h2{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-left .left-detail p{
    margin-top: 9px;
    font-size: 13px;
    line-height: 23px;
    color: #061029;
    margin-bottom: 3px;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right{
    width: 805px;
    height: 405px;
    background: url(../images/box-3-right-bg.png) center center no-repeat;
    background-size: 100%;
    margin-top: 13px;
    position: relative;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right .box-3-right-txtinfo{
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: 115px;
    left: 364px;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right .box-3-right-list li.item{
    position: absolute;
    width: 238px;
    height: 82px;
    padding-top: 13px;
    box-sizing: border-box;
}

.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right .box-3-right-list li.item h3{
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 10px;
    color: #5c88f0;
    font-weight: 600;
}

.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right .box-3-right-list li.item p{
    color: #061029;
    font-size: 13px;
    line-height: 18px;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right .box-3-right-list li.item:nth-child(1),
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right .box-3-right-list li.item:nth-child(2),
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right .box-3-right-list li.item:nth-child(3){
    padding-left: 35px;
}
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right .box-3-right-list li.item:nth-child(4),
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right .box-3-right-list li.item:nth-child(5),
.scene-tabs-wrap .scene-box .box-content-3 .box-3-detail .box-3-right .box-3-right-list li.item:nth-child(6){
    padding-right: 35px;
    text-align: right;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    padding: 0 9px;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-left{
    width: 303px;
    height: 378px;
    background: url(../images/box-4-left-bg.png) center center no-repeat;
    background-size: 100%;
    padding: 1px 18px;
    box-sizing: border-box;
    position: relative;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-left::after{
    content: "";
    display: block;
    width: 52px;
    height: 63px;
    background: url(../images/left-bottom-icon.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 36px;
    bottom: -24px;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-left .left-title{
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 20px;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-left .left-detail{
    padding-left: 14px;
    margin-bottom: 16px;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-left .left-detail h2{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-left .left-detail p{
    margin-top: 9px;
    font-size: 13px;
    line-height: 23px;
    color: #061029;
    margin-bottom: 10px;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-right{
    width: 798px;
    height: 367px;
    background: url(../images/box-4-right-bg.png) center center no-repeat;
    background-size: 100%;
    margin-top: 15px;
    display: flex;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-right .box-4-right-find{
    width: 276px;
    height: 232px;
    position: relative;
    margin-left: 21px;
    margin-top: 71px;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-right .box-4-right-find li.item{
    color: #ed3453;
    font-size: 14px;
    position: absolute;
}

.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-right .box-4-right-txt{
    font-weight: 600;
    color: #ed3453;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-top: 12px;
}  
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-right  .box-4-right-arr{
    width: 398px;
    height: 272px;
    position: relative;
    margin-left: 12px;
    margin-top: 85px;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-right  .box-4-right-arr h2{
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    bottom: 124px;
    left: 156px;
}
.scene-tabs-wrap .scene-box .box-content-4 .box-4-detail .box-4-right  .box-4-right-arr p{
    color: #28cdac;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
}
.management-value{
    background-color: #19223a;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: PingFangSC;
}

.management-value .management-value-wrapper{
    height: 100%;
    opacity: 0;
    transform: translateY(200px);
    transition: all 1s ease-in-out 0s;
    width: 100%;
     padding-bottom: 80px;
}

.management-value .management-value-wrapper.entered{
    opacity: 1;
    transform: translateY(0);
}

.management-value .title{
    box-sizing: content-box;
    color: #fff;
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    margin-bottom: 8px;
    padding-top: 73px;
    text-align: center;
}

.management-value .subtitle{
    color: #fff;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.management-value .value-cards{
    display: flex;
    justify-content: space-between;
    margin: 80px auto 0;
    padding: 0 64px;
    width: 1200px;
}

.management-value .value-card{
    background-color: #fff;
    background-size: contain;
    border-radius: 8px;
    height: 350px;
    width: 330px;
}

.management-value .value-card .card-icon{
    background-size: cover;
    height: 118px;
    margin: -70px auto 0;
    width: 130px;
}


.management-value .value-card .card-title{
    color: #191919;
    font-size: 32px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
    margin-top: 22px;
    text-align: center;
}

.management-value .value-card .card-descriptions{
    box-sizing: content-box;
    color: #191919;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

.management-value .value-card .card-descriptions:after {
    background: linear-gradient(270deg,rgba(44,108,255,0),#2c6cff 50%,rgba(44,108,255,0) 100%,hsla(0,0%,85%,.5) 0);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: .3;
    position: absolute;
    width: 100%;
}

.management-value .value-card .card-capabilities{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px auto 0;
    width: 244px;
}

.management-value .value-card .card-cap{
    background: linear-gradient(102deg,#499aff -4%,#2e6dff 99%);
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 12px;
    text-align: center;
    width: 116px;
}

.management-value .value-card .card-cap a{
    color: #fff;
}

.management-value .value-card .card-cap:nth-child(2n) {
    margin-left: 12px;
}


.management-value .value-card .card-cap:hover {
    background: linear-gradient(102deg,#62a6ff,#467eff 99%);
    cursor: pointer;
}

.ant-tabs {
    box-sizing: border-box;
    color: #333;
    font-feature-settings: "tnum","tnum";
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    zoom: 1;
}

.ant-tabs  .el-tabs__item{
  width: 170px;
  text-align: center;
  color: #666;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  height: 44px;
  margin-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.ant-tabs .el-tabs__item:focus.is-active.is-focus:not(:active){
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ant-tabs  .el-tabs__item:hover{
  color: #356dee;
}
.ant-tabs .el-tabs__nav{
  width: 1190px;
  margin: 0 auto;
  float: none;
}


.ant-tabs .el-tabs__item.is-active{
    color: #356dee;
}

.ant-tabs .el-tabs__active-bar{
    background-color: #356dee;
    border-radius: 2px;
    height: 4px;
}


.industry-show {
    font-family: PingFangSC;
    height: 752px;
    overflow: hidden;
    padding-bottom: 81px;
}

.industry-show .title {
    box-sizing: content-box;
    color: #191919;
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    margin-bottom: 40px;
    padding-top: 80px;
    text-align: center;
}

.industry-show .exhibit {
    position: relative;
    height: 530px;
}

.industry-show .banner {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 0 16px 0 rgb(51 117 255 / 16%);
    height: 416px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: 42px;
    transition: background-color .45s linear;
    width: calc(50vw - 146px);
    z-index: 20;
}


.industry-show .banner .image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .45s linear;
    width: 814px;
}

.industry-show .detail {
    background-color: #245bff;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
    height: 495px;
    left: calc(50vw - 600px);
    padding-left: 620px;
    position: absolute;
    top: 64px;
    width: calc(50vw + 600px);
    z-index: 10;
}


.detail-wrapper {
    left: 510px;
    position: absolute;
    top: 0;
}

.industry-show .detail .name {
    font-family: PingFangSC-Medium;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-top: 60px;
}

.industry-show .detail .intro {
    font-size: 14px;
    height: 100px;
    line-height: 24px;
    width: 660px;
}

.industry-show .detail .data-info {
    margin: 26px 0 28px;
}

.industry-show .detail .data-info .data-index {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    margin-right: 48px;
}

.industry-show .detail .data-info .data-index-name {
    background-color: hsla(0,0%,100%,.15);
    border-radius: 12px;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 2px;
    padding: 0 16px;
}


.industry-show .detail .data-info .data-index-num {
    display: flex;
    height: 42px;
    line-height: 42px;
}

.industry-show .detail .data-info .data-index-num .num {
    align-items: flex-end;
    display: flex;
    font-family: Tadfont-Bold;
    font-size: 32px;
    min-width: 130px;
}

.industry-show .detail .data-info .data-index-num .trend-img {
    background-image: url(https://p1.ssl.qhimg.com/t01250c89ebce671b04.webp);
    background-size: cover;
    height: 20px;
    margin-bottom: 6px;
    margin-left: 4px;
    width: 14px;
}

.industry-show .detail .inquiry-btn {
    align-items: center;
    background: linear-gradient(180deg,#f3f5fd,#fff);
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 3px 4px 0 rgb(37 56 108 / 5%), 0 8px 15px 0 rgb(49 70 125 / 8%);
    color: #356dee;
    display: flex;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    width: 194px;
}

.industry-show .detail .data-info .data-index-num .trend-img.increased {
    background-image: url(https://p1.ssl.qhimg.com/t014cdeec6ec4271276.webp);
}

.switch-slide-enter-active, .switch-slide-leave-active {
  transition: all 1s ease;
}
.switch-slide-enter, .switch-slide-leave-to {
  opacity: 0;
  transform: translateX(20px);
}
.switch-slide-enter-to, .switch-slide-leave {
  opacity: 1;
  transform: translateX(0);
}

/* 背景图片的淡入淡出效果 */
.banner-fade-enter-active, .banner-fade-leave-active {
  transition: opacity 1s ease;
}
.banner-fade-enter, .banner-fade-leave-to {
  opacity: 0;
}
.banner-fade-enter-to, .banner-fade-leave {
  opacity: 1;
}

/* 背景颜色过渡 */
.banner {
  transition: background-color 1s ease;
}

.select-reasons {
    background-color: #05112e;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-family: PingFangSC-Regular;
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
}


.select-reasons .reasons-container, .select-reasons .title {
    position: relative;
    z-index: 30;
}

.select-reasons .title {
    box-sizing: content-box;
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    margin-bottom: 8px;
    padding-top: 80px;
    text-align: center;
}


.select-reasons .subtitle {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
    z-index: 30;
}

.select-reasons .reasons-container, .select-reasons .title {
    position: relative;
    z-index: 30;
}

.select-reasons .reason {
    margin: 32px auto 0;
    width: 1076px;
}

.select-reasons .reason:first-child {
    margin-top: 55px;
}

.select-reasons .reason-header {
    align-items: center;
    background-size: cover;
    display: flex;
    height: 127px;
    justify-content: space-between;
    position: relative;
    width: 1076px;
}

.select-reasons .reason-header .reason-title {
    font-family: PingFangSC-Medium;
    font-size: 28px;
    margin-left: 78px;
    position: relative;
}

.select-reasons .reason-header .reason-title:before {
    background-color: #fff;
    content: "";
    height: 28px;
    left: -18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}

.ant-btn>i, .ant-btn>span {
    display: inline-block;
    pointer-events: none;
    transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
}

.select-reasons .reason-body {
    background: linear-gradient(106deg,#fff -1%,rgba(217,231,255,.88) 28%,rgba(241,247,255,.91) 50%,rgba(238,245,255,.89) 81%,#fff 98%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #191919;
    display: flex;
    height: 202px;
    width: 1076px;
}


.select-reasons .reason-body .option {
    margin-right: 52px;
}

.select-reasons .reason-body .option:first-child {
    margin-left: 80px;
}

.select-reasons .reason-body .detail-info {
    align-items: center;
    display: flex;
    margin-top: 50px;
}

.select-reasons .reason-body .detail-info .detail-icon {
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;
    margin-right: 4px;
    width: 48px;
}


.select-reasons .reason-body .detail-info .detail-name {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    font-weight: 700;
    margin-left: 4px;
}


.select-reasons .reason-body .detail-desc {
    box-sizing: content-box;
    font-size: 14px;
    margin-left: 4px;
    padding-left: 52px;
    width: 218px;
    cursor: pointer;
}
.select-reasons .reason-body .detail-desc.link {
    color: #356dee;
}
.select-reasons .reason-body .detail-desc.link:hover {
    color: #5f93fa;
}
.select-reasons .reason-body .detail-private {
    font-size: 14px;
    margin-left: 4px;
    margin-top: 20px;
    padding-left: 52px;
}

.select-reasons .reason-body .detail-private span {
    color: #356dee;
    cursor: pointer;
}
.select-reasons .reason-body .detail-private span:hover {
    color: #5f93fa;
}
.ant-btn {
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 1.499;
    padding: 0 15px;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.ant-btn-primary {
    background-color: #356dee;
    border-color: #356dee;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}

.select-reasons .reason-header .reason-button {
    border-radius: 4px;
    height: 40px;
    margin-right: 86px;
    width: 180px;
}
.ant-btn-primary:focus, .ant-btn-primary:hover {
    background-color: #5f93fa;
    border-color: #5f93fa;
    color: #fff;
}


.home-adviser {
    height: 374px;
    position: relative;
    background-color: #05112e;
}

.home-adviser .inner {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 20;
}

.home-adviser .adviser-wrapper {
    color: #fff;
    font-family: PingFangSC;
    margin: 0 auto;
    width: 1200px;
}

.home-adviser .adviser-wrapper .title {
    font-family: PingFangSC-Medium;
    font-size: 36px;
    padding: 104px 0 6px;
    line-height: 1.5;
}
.home-adviser .adviser-wrapper .desc {
    font-size: 16px;
}


.home-adviser .adviser-wrapper .inquiry-btn {
    align-items: center;
    background: linear-gradient(180deg,#f3f5fd,#fff);
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 3px 4px 0 rgb(37 56 108 / 5%), 0 8px 15px 0 rgb(49 70 125 / 8%);
    color: #356dee;
    display: flex;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    margin-top: 60px;
    width: 194px;
    cursor: pointer;
}

.home-adviser .bg {
    background-color: #376aff;
    bottom: 0;
    height: 340px;
    left: 0;
    position: absolute;
    width: 100%;
}


.sku-wrap {
    margin: 65px auto 100px;
    width: 1227px;
}


.sku-wrap .content {
    background-size: contain;
    border-radius: 10px;
    color: #252d4d;
    height: 494px;
    margin-bottom: 24px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.sku-wrap .desc {
    height: 305px;
    padding: 25px 48px;
    display: flex;
}

.sku-wrap .desc .title {
    border-bottom: 1px solid #d8e1f7;
    margin-bottom: 20px;
}
.sku-wrap .desc .desc-info{
    margin-left: 43px;
    margin-top: 62px;
}

.sku-wrap .desc .title div:first-child {
    align-items: center;
    display: inline-flex;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}

.sku-wrap .desc .title div:first-child em{
  background: linear-gradient(101deg,#ff3d57,#ff7155 101%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sku-wrap .desc .title div:last-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 27px;
    margin-top: 5px;
}


.sku-wrap .content .tag-button-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 733px;
}

.sku-wrap .tag-button {
    -webkit-backdrop-filter: blur(27.2px);
    backdrop-filter: blur(27.2px);
    background: linear-gradient(180deg,#ecf1ff 4%,hsla(0,0%,100%,.7));
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgb(37 56 108 / 15%);
    font-size: 16px;
    height: 133px;
}

.sku-wrap .content .tag-button {
    color: #252d4d;
    margin-bottom: 10px;
    margin-right: 22px;
    padding: 0 24px;
    position: relative;
    width: 222px;
    box-sizing: border-box;
    padding-top: 17px;
}

.sku-wrap .content .tag-button h2{
  text-align: center;
  color: #3e69ec;
  font-size: 17px;
  margin-bottom: 14px;
  font-weight: 600;
}

.sku-wrap .content .tag-button p{
  font-size: 15px;
  line-height: 24px;
  color: #252d4d;
}
.sku-wrap .content .tag-button img{
  position: absolute;
  bottom: 0;
  right: 18px;
}
.sku-wrap .footer {
    align-items: center;
    background: hsla(0,0%,100%,.8);
    box-shadow: 0 0 16px 0 rgb(51 117 255 / 16%);
    display: flex;
    height: 75px;
    justify-content: space-between;
    padding: 0 50px;
    width: 1100px;
    margin: 0 auto;
    position: absolute;
    bottom: 9px;
    left: 11px;
}

.sku-wrap .footer .footer-left .footer-left-item{
    align-items: center;
    display: inline-flex;
    margin-right: 18px;
    color: #252d4d;
    font-size: 16px;
}
.sku-wrap .footer .footer-left .footer-left-item em{
  font-size: 20px;
  color: #406aed;
  font-weight: 600;
}
.sku-wrap .footer .footer-left .footer-left-item img{
    margin-right: 18px;
    width: 24px;
}

.sku-wrap .button{
    align-items: center;
    border: 1px solid #356dee;
    border-radius: 2px;
    color: #356dee;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 146px;
}

.sku-wrap .button.prime{
    background: linear-gradient(286deg,#499aff,#2e6dff 92%);
    color: #fff;
}


.sku-wrap .button.prime:hover {
    background: #5f93fa;
}

#showAi .ai-scene{
  background: linear-gradient(to bottom,#ffff,#eff5ff);
}

#showAi .ai-scene .ai-title{
  color: #191919;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
}

#showAi .ai-scene .ai-title span{
  position: relative;
}

#showAi .ai-scene .ai-title span label{
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: -81px;
  top: -10px;
  background: url(../images/ai-title-label.png) center center no-repeat;
  background-size: 100%;
  width: 79px;
  height: 35px;
  line-height: 35px;
}

#showAi .ai-scene .ai-info-all{
  position: relative;
  width: 1019px;
  height: 338px;
  background: url(../images/ai-item1-bg.png) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

#showAi .ai-scene .ai-info-all .ai-label{
    font-size: 16px;
    color: #ff7237;
    font-weight: 600;
    width: 87px;
    height: 75px;
    line-height: 73px;
    padding-left: 11px;
    box-sizing: border-box;
    background: url(../images/ai-item1-bg-00.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: -94px;
    top: 130px
}


#showAi .ai-scene .ai-info-all .ai-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 17px;
    box-sizing: border-box;
    padding-top: 62px;
}
#showAi .ai-scene .ai-info-all .ai-list li.item{
  width: 155px;
  text-align: center;
}
#showAi .ai-scene .ai-info-all .ai-list .item-title{
  line-height: 1em;
  font-size: 18px;
  color: #ff7237;
  margin-bottom: 15px;
  font-weight: 600;
}

#showAi .ai-scene .ai-info-all .ai-list p{
  line-height: 28px;
  font-size: 15px;
  color: #ff7237;
  margin-bottom: 6px;
}

#showAi .ai-scene .ai-plant{
  width: 1018px;
  height: 281px;
  background: url(../images/ai-item2-bg.png) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding-top: 18px;
  box-sizing: border-box;
  position: relative;
}

#showAi .ai-scene .ai-plant .plant-title{
  font-size: 22px;
  font-weight: 600;
  color: #2253f6;
  text-align: center;
}

#showAi .ai-scene .ai-plant .plant-label{
   font-size: 16px;
    color: #2253f6;
    font-weight: 600;
    width: 87px;
    height: 75px;
    line-height: 73px;
    padding-left: 11px;
    box-sizing: border-box;
    background: url(../images/ai-item2-bg-00.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: -94px;
    top: 76px
}


.home-adviser .adviser-wrapper .inquiry-btn:hover
 {
    color: #5f93fa;
    cursor: pointer;
}



 [v-cloak] {
    display: none;
  }
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
  width: 100%;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}