/**
*定制游-栏目页
**/

/* 轮播图上文字 */
.words-module-container{
    position: relative;
}
.words-module-container .words-module-text{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    max-width: 1320px;
}
.words-module-container .words-module-text .swiper-title{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.words-module-container .words-module-text .swiper-data{
    margin-top: 20px;
}
.words-module-container .words-module-text .swiper-data .data-item{
    margin-bottom: 5px;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.words-module-container .words-module-text .swiper-data .data-item:last-child{
    margin-bottom: 0;
}
.words-module-container .words-module-text .swiper-data .star-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/detail-star-icon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -4px;
}
@media screen and (max-width: 1200px) {
    .words-module-container .words-module-text .swiper-title{
        font-size: 40px;
    }
    .words-module-container .words-module-text .swiper-data .data-item{
        font-size: 20px;
    }
    .words-module-container .words-module-text .swiper-data .star-icon{
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 990px) {
    .words-module-container .words-module-text .swiper-title{
        font-size: 30px;
    }
    .words-module-container .words-module-text .swiper-data{
        margin-top: 10px;
    }
    .words-module-container .words-module-text .swiper-data .data-item{
        font-size: 16px;
        line-height: 30px;
    }
    .words-module-container .words-module-text .swiper-data .star-icon{
        width: 20px;
        height: 20px;
    }
}
/* 手机端适配——轮播图上文字 */
@media screen and (max-width: 768px) {
    .words-module-container .words-module-text{
        width: 100%;
        padding: 0.33rem 0.24rem;
        position: static;
        max-width: 100%;
        transform: none;
        background-color: #F2F2F2;
        margin-bottom: 0.1rem;
    }
    .words-module-container .words-module-text .swiper-title{
        font-size: 0.36rem;
        color: #333;
        text-shadow: none;
    }
    .words-module-container .words-module-text .swiper-data{
        margin-top: 0.33rem;
    }
    .words-module-container .words-module-text .swiper-data .data-item{
        font-size: 0.24rem;
        line-height: 0.36rem;
        margin-top: 0.1rem;
        color: #333;
        text-shadow: none;
    }
    .words-module-container .words-module-text .swiper-data .star-icon{
        width: 0.3rem;
        height: 0.3rem;
    }
}

/* gather data */
.customize-gather-container{
    padding: 20px 0;
    background-color: #F2F2F2;
}
.detail-data-gather{
    /*display: grid;*/
    /*grid-template-columns: repeat(6, 1fr);*/
    /*gap: 15px;*/
    display: flex;
    align-items: center;
}
.detail-data-gather .gather-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    margin-right: 90px;
}
.detail-data-gather .gather-item .gather-icon{
    width: 42px;
    /*height: 42px;*/
    margin-right: 10px;
}
.detail-data-gather .gather-item .gather-icon .iconfont{
    font-size: 42px;
    color: #979797;
}
.detail-data-gather .gather-item .gather-info{

}
.detail-data-gather .gather-item .gather-info .gather-tit{
    font-size: 14px;
    color: #979797;
}
.detail-data-gather .gather-item .gather-info .gather-txt{
    font-size: 14px;
    margin-top: 2px;
}
@media screen and (max-width: 768px) {
    .customize-gather-container{
        padding: 0.28rem 0;
    }
    .detail-data-gather{
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }
    .detail-data-gather .gather-item{
        height: auto;
        margin-right: 0;
    }
    .detail-data-gather .gather-item .gather-icon{
        width: 0.56rem;
        margin-right: 0.07rem;
    }
    .detail-data-gather .gather-item .gather-icon .iconfont{
        font-size: 0.56rem;
    }
    .detail-data-gather .gather-item .gather-info .gather-tit{
        font-size: 0.24rem;
    }
    .detail-data-gather .gather-item .gather-info .gather-txt{
        font-size: 0.2rem;
        margin-top: 0;
    }
}

/* 版心 */
.tuan-detail-container{
    margin-top: 25px;
}
.tuan-detail-block{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.tuan-detail-block .tuan-detail-left{
    flex: 1;
    min-width: 0;
}
.detail-tab-con{

}
.detail-tab-con .detail-tab-item{
    margin-bottom: 24px;
}
.light-schedule-question{
    display: flex;
    justify-content: space-between;
}
.light-schedule-question .light-schedule-block{
    flex: 1;
}
.light-schedule-question .light-schedule-title{
    font-size: 16px;
    font-weight: bold;
}
.light-schedule-wrap .light-schedule-con{
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
}
.light-schedule-wrap{
    margin-bottom: 20px;
}
.light-schedule-wrap:last-child{
    margin-bottom: 0;
}
.line-simple-list{
    border: 1px solid #E4E4E4;
}
.line-simple-list li{
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #E4E4E4;
}
.line-simple-list li .date{
    padding: 0 10px;
    width: 20%;
}
.line-simple-list li .dest{
    padding: 0 10px;
    width: 20%;
}
.line-simple-list li .desc{
    padding: 0 10px;
    width: 60%;
}
.line-simple-list li:last-child{
    border-bottom: none;
}
.quick-question-block{
    margin-left: 20px;
    width: 320px;
    height: 546px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.quick-question-block .quick-question-title{
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #C75000;
}
.quick-question-block .quick-question-con{
    padding: 10px 15px 30px;
}
.quick-question-datas .data-item{
    margin-bottom: 10px;
}
.quick-question-datas .data-item .data-tit{
    font-size: 16px;
    color: #333;
}
.quick-question-datas .data-item label{
    color: #FF5533;
}
.quick-question-datas .data-item .data-con{
    margin-top: 10px;
}
.quick-question-datas .data-item .data-text,
.quick-question-datas .data-item .data-textarea{
    padding: 0 12px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    border: 1px solid #E4E4E4;
    background-color: #fff;
}
.quick-question-datas .data-item .data-textarea{
    height: 100px;
    resize: none;
}
.quick-question-btn{
    margin: 20px auto 0;
    display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #C75000;
}
@media screen and (max-width: 768px) {
    .tuan-detail-container{
        margin-top: 0.23rem;
    }
    .light-schedule-question{
        display: block;
    }
    .light-schedule-wrap {
        margin-bottom: 0.22rem;
    }
    .light-schedule-question .light-schedule-title {
        font-size: 0.3rem;
    }
    .light-schedule-wrap .light-schedule-con {
        margin-top: 0.04rem;
        font-size: 0.24rem;
        line-height: 0.42rem;
    }
    .line-simple-list{
        margin-top: 0.2rem;
    }
    .line-simple-list li {
        padding: 0.14rem 0;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }
    .line-simple-list li .date{
        width: 15%;
    }
    .line-simple-list li .desc{
        width: 65%;
    }
    .line-simple-list li .date,
    .line-simple-list li .dest,
    .line-simple-list li .desc {
        padding: 0 0.1rem
    }
    .quick-question-block {
        margin: 0.3rem 0 0 0;
        width: 100%;
        height: 7.8rem;
        border-radius: 0.1rem;
        box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.3);
    }
    .quick-question-block .quick-question-title {
        height: 0.74rem;
        line-height: 0.74rem;
        font-size: 0.3rem;
        border-radius: 0.1rem 0.1rem 0 0;
    }
    .quick-question-block .quick-question-con {
        padding: 0.2rem 0.16rem 0.3rem
    }
    .quick-question-datas .data-item {
        margin-bottom: 0.1rem;
    }
    .quick-question-datas .data-item .data-tit {
        font-size: 0.24rem;
    }
    .quick-question-datas .data-item .data-con {
        margin-top: 0.1rem;
    }
    .quick-question-datas .data-item .data-text,
    .quick-question-datas .data-item .data-textarea {
        padding: 0 0.12rem;
        width: 100%;
        height: 0.6rem;
        font-size: 0.24rem;
    }
    .quick-question-datas .data-item .data-textarea {
        padding: 0.2rem 0.12rem;
        height: 1.6rem;
    }
    .quick-question-btn {
        margin-top: 0.28rem;
        width: 2rem;
        height: 0.54rem;
        line-height: 0.54rem;
        font-size: 0.24rem;
        border-radius: 0.06rem;
    }
}

.schedule-fold-btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.schedule-fold-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 44px;
    font-size: 16px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #DADFE6;
    margin-left: 10px;
}
.schedule-fold-btn a .iconfont{
    margin-right: 5px;
    font-size: 28px;
    color: #C75000;
}
.schedule-fold-btn a.collapse-btn .iconfont{
    transform: rotate(180deg);
}
.schedule-menu-list{
    margin-top: 20px;
}
.schedule-menu-list .schedule-item{
    padding: 24px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #DADFE6;
    position: relative;
}
.schedule-menu-list .schedule-item:hover{
    background-color: #F2F2F2;
}
.schedule-menu-list .schedule-item:last-child{
    margin-bottom: 0;
}
.schedule-menu-list .schedule-item .expand-collapse-btn{
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 1;
    font-size: 28px;
    color: #C75000;
    transition: transform .3s;
}
.schedule-menu-list .schedule-item .expand-collapse-btn.open{
    transform: rotate(180deg);
}
.schedule-menu-list .schedule-item .schedule-item-title{
    display: flex;
    align-items: flex-start;
    padding: 0 40px;
    position: relative;
    font-size: 22px;
    line-height: 28px;
}
.schedule-menu-list .schedule-item .schedule-item-title::before{
    content: "\e66b";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 28px;
    font-family: 'iconfont';
    color: #C75000;
}
.schedule-menu-list .schedule-item .schedule-item-text{
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.schedule-meal-editor{
    display: none;
}
.schedule-meal-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 24px;
}
.schedule-meal-list .meal-item{
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
    padding: 8px 30px;
}
.schedule-meal-list .meal-item .iconfont{
    font-size: 24px;
    color: #FF9600;
}
.schedule-meal-list .meal-item .data-box{
    margin-left: 12px;
}
.schedule-meal-list .meal-item .data-box .data-t{
    font-size: 16px;
    color: #9e9e9e;
    line-height: 24px;
}
.schedule-meal-list .meal-item .data-box .data-x{
    font-size: 16px;
    line-height: 24px;
}
.schedule-menu-list .schedule-item .schedule-item-editor{
    margin-top: 20px;
    overflow-x: hidden;
}
.schedule-menu-list .schedule-item .schedule-item-editor *{
    font-size: 16px;
    line-height: 24px;
}
.product-detail-box{
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #DADFE6;
    position: relative;
}
.product-detail-box .expand-collapse-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 1;
    font-size: 28px;
    color: #C75000;
    transition: transform .3s;
}
.product-detail-box .expand-collapse-btn.open{
    transform: rotate(180deg);
}
.product-detail-box .product-detail-title {
    display: flex;
    align-items: flex-start;
    padding-right: 40px;
    position: relative;
    font-size: 22px;
    line-height: 28px;
}
.product-detail-box .product-detail-text{
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    overflow-x: hidden;
}
.product-detail-box .product-detail-editor{
    display: none;
    margin-top: 20px;
    overflow-x: hidden;
}
.product-detail-box .product-detail-editor *{
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
}
@media screen and (max-width: 1200px) {
    .select-meal-box{
        display: block;
    }
    .select-meal-box .select-meal-right{
        width: 100%;
        margin: 30px 0 0 0;
    }
    .select-meal-box .select-meal-item .meal-price-num,
    .select-meal-box .product-book-btn{
        justify-content: flex-start;
    }
    .select-meal-box .select-meal-item .meal-price-num .meal-price{
        min-width: 120px;
        margin-right: 20px;
    }
    .inclusions-exclusions-box{
        grid-template-columns: repeat(1, 1fr);
    }
    .stour-custom-box .stour-custom-datas,
    .stour-custom-box .stour-custom-group{
        grid-template-columns: repeat(2, 1fr)!important;
    }
}
@media screen and (max-width: 768px) {
    .detail-tab-con{
        margin-top: 0.26rem;
    }
    .detail-tab-con .detail-tab-item{
        margin-bottom: 0.32rem;
    }
    .schedule-fold-btn{
        justify-content: center;
    }
    .schedule-fold-btn a{
        padding: 0 0.1rem;
        height: 0.6rem;
        font-size: .24rem;
        border-radius: 0.06rem;
        margin-left: 0.2rem;
    }
    .schedule-fold-btn a .iconfont{
        margin-right: 0.06rem;
        font-size: 0.3rem;
    }
	.schedule-meal-list {
		margin-top: 0.22rem;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.1rem;
        margin-top: 0.15rem;
    }
    .schedule-meal-list .meal-item{
        border-radius: 0.1rem;
        padding: 0.1rem 0.2rem;
    }
    .schedule-meal-list .meal-item .iconfont{
        font-size: 0.4rem;
    }
    .schedule-meal-list .meal-item .data-box{
        margin-left: 0.12rem;
    }
    .schedule-meal-list .meal-item .data-box .data-t{
        font-size: 0.22rem;
        line-height: 0.32rem;
    }
    .schedule-meal-list .meal-item .data-box .data-x{
        font-size: 0.24rem;
        line-height: 0.32rem;
    }
	
    .schedule-menu-list .schedule-item {
        padding: 0.24rem;
        margin-bottom: 0.22rem;
        border-radius: 0.1rem;
    }
    .schedule-menu-list .schedule-item:hover{
        background-color: transparent;
    }
    .schedule-menu-list .schedule-item .schedule-item-title{
        padding: 0 0.4rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .schedule-menu-list .schedule-item .schedule-item-title::before{
        top: -0.04rem;
        font-size: 0.32rem;
    }
    .schedule-menu-list .schedule-item .expand-collapse-btn {
        right: 0.2rem;
        top: 0.2rem;
        font-size: 0.42rem;
    }
    .schedule-menu-list .schedule-item .schedule-item-text {
        font-size: .24rem;
        line-height: 0.36rem;
        margin-top: 0.2rem;
    }
    .schedule-menu-list .schedule-item .schedule-item-editor {
        margin-top: 0.2rem;
    }
    .schedule-menu-list .schedule-item .schedule-item-editor *{
        font-size: .24rem;
        line-height: 0.36rem;
    }
    .product-detail-box {
        padding: 0.24rem;
        border-radius: 0.1rem;
    }
    .product-detail-box .product-detail-title {
        padding-right: 0.4rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .product-detail-box .product-detail-text{
        font-size: .24rem;
        line-height: 0.36rem;
        margin-top: 0.2rem;
    }
    .product-detail-box .product-detail-editor{
        margin-top: 0.2rem;
    }
    .product-detail-box .product-detail-editor *{
        font-size: .24rem;
        line-height: 0.36rem;
    }
    .product-detail-box .expand-collapse-btn {
        right: 0.2rem;
        top: 0.2rem;
        font-size: 0.42rem;
    }
}

/* 公共模块 */
.column-module-list{
    display: grid;
    /* 电脑端：4 列 */
    grid-template-columns: repeat(3, 1fr);
    gap: 15px; /* 卡片间距 */
    max-width: 1320px;
    margin: 0 auto;
}
.column-module-list .column-module-card {
    position: relative; /* 为了给里面的标签做定位参考 */
    overflow: hidden;   /* 即使图片放大，也不超出圆角 */
    cursor: pointer;
}
.column-module-list .column-module-card img {
    width: 100%;
    height: auto;
    display: block;
}
.column-module-list .column-module-info{
    padding: 16px 20px 30px;
    /*height: 180px;*/
    background-color: #F2F2F2;
    transition: transform 0.3s; /* 鼠标悬停动画效果 */
}
.column-module-list .column-module-card:hover .column-module-info{
    background-color: #e7e7e7;
}
.column-module-list .column-module-info .column-module-title{
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column-module-list .column-module-info .column-module-sellpoint{
    color: #121826;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column-module-list .column-module-info .column-module-price{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}
.column-module-list .column-module-info .column-module-price .orig-price{
    font-size: 16px;
    color: #979797;
    text-decoration: line-through;
    margin-right: 12px;
}
.column-module-list .column-module-info .column-module-price .current-price{
    font-size: 20px;
    font-weight: bold;
    color: #C75000;
}
@media screen and (max-width: 1200px) {
    .column-module-list .column-module-info .column-module-title{
        font-size: 18px;
    }
    .column-module-list .column-module-info .column-module-sellpoint{
        font-size: 14px;
    }
    .column-module-list .column-module-info {
        padding: 12px 14px 20px;
    }
    .column-module-list .column-module-info .column-module-price {
        display: block;
        text-align: right;
        margin-top: 10px;
    }
    .column-module-list .column-module-info .column-module-price .orig-price{
        font-size: 12px;
        margin-right: 0;
    }
    .column-module-list .column-module-info .column-module-price .current-price{
        font-size: 16px;
    }
}

/* 公共模块-手机端适配 */
@media screen and (max-width: 768px) {
    .column-module-list{
        grid-template-columns: repeat(2, 1fr);
        gap: 0.2rem; /* 卡片间距 */
        max-width: 100%;
    }
    .column-module-list .column-module-card:nth-child(3){
        display: none;
    }
    .column-module-list .column-module-info{
        padding: 0.2rem;
    }
    .column-module-list .column-module-info .column-module-title {
        font-size: 0.26rem;
        height: 0.84rem;
        line-height: 0.42rem;
        white-space: wrap;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .column-module-list .column-module-info .column-module-sellpoint {
        font-size: 0.22rem;
        height: 0.64rem;
        line-height: 0.32rem;
        white-space: wrap;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0.1rem;
    }
    .column-module-list .column-module-info .column-module-price {
        display: block;
        margin-top: 0.2rem;
        text-align: right;
    }
    .column-module-list .column-module-info .column-module-price .orig-price{
        font-size: 0.22rem;
        margin-right: 0;
    }
    .column-module-list .column-module-info .column-module-price .current-price{
        font-size: 0.28rem;
    }
}

.customize-process-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.customize-process-list .customize-process-card{
    padding: 55px 64px;
    background: linear-gradient(90deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
    position: relative;
}
.customize-process-list .customize-process-card:after{
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 73px;
    height: 73px;
    background: url("../images/customize-arr-icon.png") no-repeat;
    background-size: contain;
}
.customize-process-list .customize-process-card:last-child:after{
    display: none;
}
.customize-process-list .customize-process-card .customize-process-step{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #C75000;
}
.customize-process-list .customize-process-card .customize-process-step .iconfont{
    font-size: 50px;
    background: linear-gradient(180deg, #C75000 0%, #FFA970 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 20px;
}
.customize-process-list .customize-process-card .customize-process-data{
    margin-top: 22px;
}
.customize-process-list .customize-process-card .customize-process-title{
    font-size: 22px;
}
.customize-process-list .customize-process-card .customize-process-text{
    font-size: 18px;
    margin-top: 13px;
}
@media screen and (max-width: 1200px) {
    .customize-process-list .customize-process-card {
        padding: 30px;
    }
    .customize-process-list .customize-process-card:after{
        width: 50px;
        height: 50px;
    }
    .customize-process-list .customize-process-card .customize-process-step{
        font-size: 18px;
    }
    .customize-process-list .customize-process-card .customize-process-step .iconfont {
        font-size: 30px;
    }
    .customize-process-list .customize-process-card .customize-process-data{
        margin-top: 16px;
    }
    .customize-process-list .customize-process-card .customize-process-title{
        font-size: 18px;
    }
    .customize-process-list .customize-process-card .customize-process-text{
        font-size: 14px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    .customize-process-list{
        grid-template-columns: repeat(1, 1fr);
        gap: 0.15rem;
    }
    .customize-process-list .customize-process-card {
        padding: 0.24rem 0.42rem;
        display: flex;
        align-items: center;
    }
    .customize-process-list .customize-process-card:after{
        display: none;
    }
    .customize-process-list .customize-process-card .customize-process-step{
        font-size: 0.24rem;
    }
    .customize-process-list .customize-process-card .customize-process-step .iconfont {
        font-size: 0.5rem;
        margin-right: 0.2rem;
    }
    .customize-process-list .customize-process-card .customize-process-data{
        margin: 0 0 0 0.36rem;
    }
    .customize-process-list .customize-process-card .customize-process-title{
        font-size: 0.28rem;
        margin-top: 0;
    }
    .customize-process-list .customize-process-card .customize-process-text{
        font-size:0.22rem;
        margin-top: 0.13rem;
    }
}

/* 定制 */
#customize-experts-list-wap{
    display: none;
}
.customize-experts-btn{
    display: block;
    width: 285px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-color: #C75000;
    margin: 0 auto;
}
.customize-experts-list{
    display: grid;
    /* 电脑端：4 列 */
    grid-template-columns: repeat(5, 1fr);
    gap: 15px; /* 卡片间距 */
    max-width: 1320px;
    margin: 58px auto 0;
}
.customize-experts-list .customize-experts-card {
    position: relative; /* 为了给里面的标签做定位参考 */
    overflow: hidden;   /* 即使图片放大，也不超出圆角 */
    cursor: pointer;
    transition: all .3s;
    /*width: 160px;*/
    height: 160px;
}
.customize-experts-list .customize-experts-card:hover{
    transform: translateY(-5px);
}
.customize-experts-group .customize-experts-card img {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10%;
    overflow: hidden;
}
.customize-experts-group .customize-experts-info{
    text-align: center;
    margin-top: 20px;
}
.customize-experts-group .customize-experts-info .customize-experts-title{
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customize-experts-group .customize-experts-info .customize-experts-text{
    font-size: 16px;
    line-height: 30px;
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
    .customize-experts-group .customize-experts-info .customize-experts-title{
        font-size: 18px;
    }
    .customize-experts-group .customize-experts-info .customize-experts-text{
        font-size: 14px;
        margin-top: 0;
    }
}
@media screen and (max-width: 950px) {
    .customize-experts-list{
        grid-template-columns: repeat(4, 1fr);
    }
}
/* 手机端适配——定制 */
@media screen and (max-width: 768px) {
    #customize-experts-list-pc{
        display: none;
    }
    #customize-experts-list-wap{
        display: block;
        margin-top: 0.56rem;
    }
    .customize-experts-group .customize-experts-card img {
        width: 1.6rem;
        height: 1.6rem;
    }
    .customize-experts-group .customize-experts-info{
        margin-top: 0.2rem;
    }
    .customize-experts-group .customize-experts-info .customize-experts-title{
        font-size: 0.24rem;
        height: 0.32rem;
        line-height: 0.32rem;
    }
    .customize-experts-group .customize-experts-info .customize-experts-text{
        font-size: 0.22rem;
        height: 0.24rem;
        line-height: 0.24rem;
        margin-top: 0.07rem;
    }
    .customize-experts-btn {
        display: block;
        width: 3.38rem;
        height: 0.66rem;
        line-height: 0.66rem;
        font-size: 0.28rem;
        font-weight: bold;
        border-radius: 0.1rem;
    }
}