<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.team_5_25{
    background-color: rgb(249, 250, 251);
    padding:24px 0;
}
.img-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-left .text-box-swiper{
    padding-left: 36px;
}
.img-left .text-box-swiper .main-title{
    font-weight: 600;
    font-size: 34px;
    line-height: 56px;
    color: #272e47;
    margin-bottom: 15px;
    white-space: nowrap;
}
.img-left .text-box-swiper .text-item{
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    width: 523px;
}
.img-left .text-box-swiper .text-item .text-item-title{
    font-size: 18px;
    font-weight: 500;
    color: #272e47;
    line-height: 26px;
    margin: 0;
}
.img-left .text-box-swiper .text-item .text-item-dec{
    font-size: 14px;
    font-weight: 400;
    color: #272e47;
    line-height: 22px;
    margin-top: 8px;
}
.img-left .text-box-swiper .text-item.item-active .text-item-dec, .img-left .text-box-swiper .text-item.item-active .text-item-title{
    color: #4c6aff;
}
.img-left .main-swiper{
    height: 450px;
}
.img-left .main-swiper .img-r{
    display: none;
}
.img-left .main-swiper .item-active{
    display: block;
}
.team_5_25 .el-button {
    background-color: #4c6aff;
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
}

.team_9 .choose-title{
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    color: #272e47;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 12px;
}
.team_9 .choose-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 12px;
}
.team_9 .choose-list .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    background: #fff;
    border: 1px solid #f0f1f5;
    -webkit-box-shadow: 0 4px 32px rgb(3 27 78 / 8%);
    box-shadow: 0 4px 32px rgb(3 27 78 / 8%);
    border-radius: 4px;
    width: 340px;
}
.team_9 .choose-list .item:not(:last-child) {
    margin-right: 20px;
}
.team_9 .choose-list .item .item-icon{
    width: 40px;
    height: 40px;
}
.team_9 .choose-list .item .item-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 16px;
}
.team_9 .choose-list .item .item-right .item-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.team_9 .choose-list .item .item-right .item-dec{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #545a6e;
    white-space: pre-line;
}


.container-title{margin-top: 50px;}
.el-button{margin:15px 0;}</pre></body></html>