.btn-bar{
    width: 1200px; 
    margin: auto;
}
.content button{
    width: 130px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    color: #333333;
    opacity: 0.5;
    border: none;
    font-size: 20px;
    font-weight: 300;
    background-color: transparent;
}
.content .active{
    opacity: 1;
    color: #ffffff;
    border: 1px solid #1BAFFF;
    background: linear-gradient(90deg, #3E9CFC 0%, #10ADFF 100%);
}
.content .container{
    width: 1200px;
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 20px;
    bottom: 0;
    background: #F5FAFF;
    box-shadow: 0px 1px 20px 0px rgba(0, 168, 255, 0.1);
    border-radius: 10px;
    margin: auto;
    padding: 60px;
    box-sizing: border-box;
}
.content .container .wrap{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    justify-content: space-between;
}
.content .container .wrap div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.content .container .wrap div:nth-child(1), .content .container .wrap div:nth-child(3){
    width: 30%;
}
.content .container .wrap div:nth-child(1) img, .content .container .wrap div:nth-child(3) img{
    width: 74px;
    height: 74px;
}
.content .container .wrap div:nth-child(2) img{
    margin: auto;
}
.content .container .wrap div .center-img{
    position: relative;
    bottom: -47px;
}
.content .container .wrap div span{
    height: 18px;
    font-size: 22px;
    color: #40545F;
    font-weight: 300;
}
.content .container .wrap div .font2{
    font-size: 19px;
}
.content .container .wrap div span:nth-of-type(odd){
    font-size: 12px;
}
.content .container .wrap div span:last-child{
    line-height: 26px;
}
.content .container .sub-container{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.content .container .sub-container .tag-bar{
    margin: 30px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    color: #333333;
    height: 22px;
}
.content .container .sub-container .tag-bar .tag{
    float: left;
    margin-right: 44px;
    cursor: pointer;
}
.content .container .sub-container .tag-bar .tag div{
    float: left;
}
.content .container .sub-container .tag-bar .tag div:first-child{
    width: 4px;
    height: 22px;
    background: transparent;
    border-radius: 2px;
    margin-right: 10px;
}
.content .container .sub-container .tag-bar .selected{
    color: #42A1F2;
    font-weight: 500;
}
.content .container .sub-container .tag-bar .selected div:first-child{
    background: #42A1F2;
}
.content .container .sub-container .tag-bar .tag div{
    display: inline-block;
}
.swiper-container{
    top: 20px;
    height: 461px;
}
.swiper-slide{
    width: auto !important;
}
.swiper-scrollbar{
    left: auto !important;
    width: 100% !important;
    background: rgba(232, 243, 255) !important;
}
.swiper-scrollbar-drag{
    background: rgba(136, 195, 255) !important;
}