/* index */
.ind_banner {
    width: 100%;
}

.ind_banner img {
    width: 100%;
}

.ind_banner video {
    width: 100%;
}

.ind_filter {
    padding: 16px 0;
    background: #0D1C34;
}

.ind_filter .filter_box {
    gap: 0 16px;
}

.ind_filter .filter_title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.ind_filter .filter_sel {
    max-width: 316px;
    width: 24%;
    height: 46px;
}

.ind_filter .filter_btn {
    width: 46px;
    height: 46px;
    border: 0;
    padding: 0;
    margin: 0;
    background: url(../images/search_icon.svg) #456580 no-repeat center center;
    border-radius: 0;
}

.ind_sale_box {
    margin-top: 48px;
    border-bottom: 9px #B10A32 solid;
    padding: 92px 0;
    background: url(../images/ind_sale_bg.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}

.ind_sale_box::after {
    background-color: rgba(0, 0, 0, .45);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.ind_sale_box .slogin_tit {
    font-size: 64px;
    color: #fff;
    text-shadow: 0 4px 15px #000;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ind_sale_box .sub_txt {
    padding-top: 28px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ind_sale_box .menu {
    padding-top: 72px;
    width: 160px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ind_sale_box .menu a {
    display: block;
    width: 160px;
    height: 48px;
    color: #fff;
    background: #B10A32;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: 2px;
}

.ind_rec_box {
    padding: 72px 0;
}

.ind_rec_box .rec_wrap {
    gap: 0 17px;
}

.ind_rec_box .rec_list {
    width: 100%;
    max-width: 422px;
    position: relative;
}

.ind_rec_box .rec_list .tips_txt {
    width: 100%;
    height: 36px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.ind_rec_box .rec_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cssSelect {
    white-space: nowrap;
    width: 100%;
    height: 46px;
    background: #fff;
    border-radius: 4px;
}

.cssSelect * {
    display: block;
}

.cssSelect a {
    color: #666;
    outline-width: 0px;
    text-decoration: none;
}

.cssSelect .selectBox {
    width: 100%;
    height: 46px;
    display: flex;
}

.cssSelect .selectLt {
    flex: 1;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    padding: 0 16px;
    font-size: 14px;
}

.cssSelect .selectRt {
    cursor: pointer;
    width: 46px;
    height: 46px;
    background: url(../images/sel_down.svg) no-repeat center center;
}

.cssSelect .sNormal {
    cursor: pointer;
}

.cssSelect .sPressDown .selectRt {
    background: url(../images/sel_up.svg) no-repeat center center;
}

.cssSelect .optionsBox {
    position: absolute;
    border: 1px solid #E4E7ED;
    border-top: 0;
    background: #fff;
    z-index: 21;
    width: 100%;
    box-sizing: border-box;
}

.cssSelect .optionBox {
    cursor: pointer;
    padding: 0 24px 0 16px;
    margin: 0px;
    height: 30px;
    line-height: 30px;
}

.cssSelect .optionBox span {
    cursor: pointer;
    font-size: 12px
}

.cssSelect .oHover {
    background: #eee;
}

.cssSelect .selected {
    background: #466580;
    color: #fff;
}

/* About */
.about_wapper {
    padding: 0;
}

.about_wapper .title_box {
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    color: #142640;
    font-weight: 500;
}

.about_wapper .sub_detail {
    padding-top: 24px;
    font-size: 24px;
    text-align: center;
    color: #142640;
    line-height: 34px;
}

.about_wapper .sub_detail p {
    padding: 0;
    margin: 0;
}

.about_wapper .intro_box {
    padding-top: 48px;
}

.about_wapper .intro_box .intro_list {
    flex-direction: row;
}

.about_wapper .intro_box .intro_list .txt_box {
    width: 50%;
    padding: 35px;
    box-sizing: border-box;
    background: #F6F6F6;
    gap: 24px 0;
}

.about_wapper .intro_box .intro_list .txt_box .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.about_wapper .intro_box .intro_list .txt_box .detail_txt {
    font-size: 16px;
    line-height: 28px;
}

.about_wapper .intro_box .intro_list .txt_box.nobg {
    background: none;
}

.about_wapper .intro_box .intro_list .img_box {
    width: 50%;
}

.about_wapper .intro_box .intro_list .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_wapper .intro_box .intro_list.reverse {
    flex-direction: row-reverse;
}

.about_wapper .honner {
    position: relative;
    margin-top: 48px;
    overflow: hidden;
    padding-bottom: 60px;
}

.about_wapper .honner .honner_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 40px;
}

.about_wapper .honner .honner_list .honner_item {
    padding: 8px 16px 16px 16px;
}

.about_wapper .honner .honner_list .honner_item .pic_box {
    width: 100%;
}

.about_wapper .honner .honner_list .honner_item .pic_box img {
    width: 100%;
}

.about_wapper .honner .honner_list .honner_item .text_box {
    padding-top: 32px;
    text-align: center;
    gap: 8px 0;
    font-size: 14px;
    line-height: 20px;
}

.about_wapper .honner .honner_list .honner_item .text_box h4 {
    padding: 0;
    margin: 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
}

.about_wapper .honner .honner_list .honner_item .text_box p {
    padding: 0;
    margin: 0;
}

.about_wapper .honner .swiper-pagination {
    bottom: 0;
    height: 12px;
    font-size: 0;
    z-index: 3;
}

.about_wapper .honner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 1;
}

.about_wapper .honner .swiper-pagination .swiper-pagination-bullet-active {
    background: #B10A32;
}

.about_wapper .news_box {
    gap: 48px 0;
    margin-top: 48px;
}

.about_wapper .news_box .news_list {
    gap: 0 24px;
}

.about_wapper .news_box .news_list .pic_box {
    width: 26.762%;
}

.about_wapper .news_box .news_list .pic_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_wapper .news_box .news_list .text_box {
    padding: 0;
}

.about_wapper .news_box .news_list .text_box .news_title {
    font-size: 20px;
    font-weight: 500;
}

.about_wapper .news_box .news_list .text_box .news_time {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    margin-top: 4px;
    line-height: 20px;
}

.about_wapper .news_box .news_list .text_box .news_intro {
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
}

.about_wapper .news_box .news_list .text_box .news_more {
    margin-top: 24px;
}

.about_wapper .news_box .news_list .text_box .news_more a {
    display: block;
    width: 112px;
    height: 40px;
    border: 1px #142640 solid;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
}

.about_wapper .news_page {
    margin-top: 40px;
    gap: 0 8px;
}

.about_wapper .news_page .page_btn {
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
}

.about_wapper .news_page .prev {
    border: 1px #142640 solid;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_wapper .news_page .next {
    border: 1px #142640 solid;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_wapper .news_page .cur {
    color: #fff;
    background: #142640;
}

/* Characteristic */
.ctc_wapper {
    padding: 0;
}

/* Product List 优先级 1 */
.pro_li_banner {
    width: 100%;
}

.pro_li_banner .li_swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.pro_li_banner .li_swiper .swiper-pagination {
    bottom: 24px;
    height: 10px;
    font-size: 0;
    z-index: 3;
}

.pro_li_banner .li_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 1;
}

.pro_li_banner .li_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #B10A32;
}

.pro_li_banner .li_swiper video,
.pro_li_banner .li_swiper img {
    width: 100%;
}

.pro_li_filter {
    background: #0D1C34;
    padding: 16px 0;
}

.pro_li_filter_cent {
    flex-direction: row;
    gap: 0 16px;
}

.pro_li_filter_cent .left_select {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 16px;
}
.pro_li_filter_cent .left_select.four {
    grid-template-columns: repeat(4, 1fr);
}
.pro_li_filter_cent .left_select .select_box {
    background: #fff;
    border-radius: 4px;
    position: relative;
    max-width: 428px;
}
.pro_li_filter_cent .left_select.four .select_box{
    max-width: 317px;
}
.pro_li_filter_cent .left_select .select_box .mob_sel_layer_city_top{
    display: none;
}
.pro_li_filter_cent .left_select .select_box.select_boxs .mob_sel_layer_city_top{
    display: none;
}
.pro_li_filter_cent .left_select .select_box .sel_title {
    opacity: .3;
    height: 22px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.pro_li_filter_cent .left_select .select_box .txt_value {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    /* 单行省略号兼容方案 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* 保持单行不换行 */
    /* 移除可能冲突的webkit-box属性 */
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
    /* 保留其他必要属性 */
    flex: 1;
    min-width: 0;
    /* 增加最大宽度限制，确保省略号能触发 */
    max-width: 100%;
}


.pro_li_filter_cent .left_select .select_box .txt_value span{
    margin-left: 8px;
}
.pro_li_filter_cent .left_select .select_box .txt_value span:first-child{
    margin-left: 0px;
}
.pro_li_filter_cent .left_select .select_box .arrow_icon {
    width: 24px;
    height: 24px;
}

.pro_li_filter_cent .left_select .select_box .arrow_icon img {
    width: 100%;
    height: 100%;
}

.pro_li_filter_cent .left_select .select_box .sel_layer {
    position: absolute;
    left: 0;
    top: 58px;
    width: 100%;
    z-index: 5;
    display: none;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_main {
    background: #fff;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10);
    width: 100%;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city {
    padding: 16px;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_tit {
    display: flex;
    align-items: center;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_tit .prev_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_tit .prev_btn img {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_tit .next_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_tit .next_btn img {
    width: 100%;
    height: 100%;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_tit .btn_disabled {
    opacity: 0.3;
    cursor: default;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_tit .cent_txt {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #0D1C34;
    flex: 1;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_cont {
    /* margin-top: 32px; */
    overflow: auto;
    max-height: 200px;
    padding-bottom: 16px;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_con_bnt_box{
    width: 100%;
    padding-top: 16px;
    border-top: 1px #f4f4f4 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_con_bnt_box .cz_btn{
    width: 50%;
    height: 44px;
    border:solid 1px#f4f4f4;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_con_bnt_box .qr_btn{
    width: 50%;
    height: 44px;
    background: #B10A32;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_cont ul {
    /* display: flex; */
    /* gap: 16px 0; */
    /* flex-direction: column; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0;
    margin: 0;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_cont ul li {
    padding: 0;
    margin: 0;
    height: 40px;
    /* border: 1px #f4f4f4 solid; */
    background-color: #f4f4f4;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    list-style-type: none;
    color: #000;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_cont ul li.cur {
    background: #456580;
    color: #fff;
    /* border: 1px #456580 solid; */
}
.pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_cont ul li.disabled {
    background: #f4f4f4;
    color: #979797;
    /* border: 1px #456580 solid; */
    cursor: not-allowed;
}


.pro_li_filter_cent .left_select .select_box .sel_layer_type {
    padding: 16px;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_cont {
    overflow: auto;
    max-height: 200px;
    padding-bottom: 16px;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_cont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_cont ul li {
    padding: 0;
    margin: 0;
    height: 40px;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_conts {
    overflow: auto;
    max-height: 200px;
    padding-bottom: 16px;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_conts ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_conts ul li {
    padding: 0;
    margin: 0;
    height: 40px;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_city_con_bnt_box{
    width: 100%;
    padding-top: 16px;
    border-top: 1px #f4f4f4 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_city_con_bnt_box .cz_btn{
    width: 50%;
    height: 44px;
    border:solid 1px#f4f4f4;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_city_con_bnt_box .qr_btn{
    width: 50%;
    height: 44px;
    background: #B10A32;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_cont ul li.cur {
    background: #456580;
    color: #fff;
    /* border: 1px #456580 solid; */
}

.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_cont ul li.disabled {
    color: #979797;
    background: #f4f4f4;
    cursor: no-drop;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_conts ul li.cur {
    background: #456580;
    color: #fff;
    /*border: 1px #456580 solid;*/
}

.pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_conts ul li.disabled {
    color: #979797;
    background: #f4f4f4;
    cursor: no-drop;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_data {
    padding: 16px;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_data .fgx{
    width: 100%;
    height: 1px;
    padding: 0 50px;
    box-sizing: border-box;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_data .fgx div{
    background-color: #f4f4f4;
    width: 100%;
    height: 1px;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_city_con_bnt_box{
    width: 100%;
    padding-top: 16px;
    border-top: 1px #f4f4f4 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_city_con_bnt_box .cz_btn{
    width: 50%;
    height: 44px;
    border:solid 1px#f4f4f4;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_city_con_bnt_box .qr_btn{
    width: 50%;
    height: 44px;
    background: #B10A32;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_tit {
    display: flex;
    align-items: center;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_tit .prev_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_tit .prev_btn img {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_tit .next_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_tit .next_btn img {
    width: 100%;
    height: 100%;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_tit .btn_disabled {
    opacity: 0.3;
    cursor: default;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_tit .cent_txt {
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #0D1C34;
    flex: 1;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_all_btn {
    margin-top: 32px;
    height: 52px;
    border: 1px #f4f4f4 solid;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    cursor: pointer;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_cont {
    display: grid;
    margin-top: 16px;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding-bottom: 16px;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_cont .month_item {
    height: 40px;
    background-color: #f4f4f4;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_cont .month_item.cur {
    color: #fff;
    background: #466580;
    /* border: 1px #466580 solid; */
}

.pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_cont .month_item.disabled {
    color: #979797;
    background: #f4f4f4;
    /* border: 1px #f4f4f4 solid; */
    cursor: default;
    cursor: not-allowed
}

.pro_li_filter_cent .right_action {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
}
.pro_li_filter_cent .right_action.mob {
    display: none;
}
.pro_li_filter_cent .right_action .filter_btn {
    width: 46px;
    height: 46px;
    border: 0;
    padding: 0;
    margin: 0;
    background: url(../images/search_icon.svg) #456580 no-repeat center center;
    border-radius: 0;
}

.pro_li_filter_cent .right_action .reset_btn {
    width: 46px;
    height: 46px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    background: none;
    border-radius: 0;
}

.pro_li_wrap {
    padding: 24px 96px 24px 96px;
    background: #f4f4f4;
}

.pro_li_item_list {
    gap: 24px 0;
    flex-direction: column;
}

.pro_li_item_list .pro_list {
    background: white;
}

.pro_li_item_list .pro_list .pic_box {
    width: 33%;
}

.pro_li_item_list .pro_list .pic_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_li_item_list .pro_list .right_box {
    flex: 1;
    padding: 24px;
    flex-direction: column;
}

.pro_li_item_list .pro_list .right_box .top_box {
    flex: 1;
}
.pro_li_item_list .pro_list .right_box .text_box {
    flex: 1;
}

.pro_li_item_list .pro_list .right_box .title_box {
    line-height: 36px;
    font-size: 24px;
}

.pro_li_item_list .pro_list .right_box .title_box a {
    color: #142640;
    font-weight: 500;
}

.pro_li_item_list .pro_list .right_box .title_box img {
    width: 18px;
    vertical-align: middle;
    margin-left: 8px;
}

.pro_li_item_list .pro_list .right_box .intro_box {
    padding-top: 8px;
    font-size: 16px;
    color: #595959;
    line-height: 24px;
}

.pro_li_item_list .pro_list .right_box .city_box {
    padding-top: 8px;
    color: #595959;
    font-size: 16px;
    gap: 0 8px;
    align-items: center;
    line-height: 24px;
}

.pro_li_item_list .pro_list .right_box .city_box img {
    width: 16px;
}

.pro_li_item_list .pro_list .right_box .des_txt {
    padding: 16px 0;
    color: #595959;
    font-size: 16px;
    line-height: 24px;
}

.pro_li_item_list .pro_list .right_box .btn_box {
    justify-content: space-between;
    align-items: center;
}

.pro_li_item_list .pro_list .right_box .btn_box .price_box {
    font-size: 20px;
    color: #B10A32;
    line-height: 30px;
    font-weight: 500;
}
.pro_li_item_list .pro_list .right_box .btn_box .price_box.dis{
    color: #595959;
}
.pro_li_item_list .pro_list .right_box .btn_box .price_box del {
    padding-left: 8px;
    color: #595959;
    font-size: 14px;
    line-height: 21px;
}

.pro_li_item_list .pro_list .right_box .btn_box .r_btn {
    display: block;
    width: 130px;
    height: 40px;
    background: #B10A32;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    border:solid 1px #B10A32;
}
.pro_li_item_list .pro_list .right_box .btn_box .r_btn:hover{
    background-color: white;
    color: #B10A32;
}
/* Product Details 优先级 1 */
.pro_wrapper {
    padding: 0;
    background-color: white;
    width: 100%;
    padding: 48px 24px 0px 24px;
    box-sizing: border-box;
}

.pro_wrapper .title_box {
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 32px;
    color: #142640;
    font-weight: 500;
}

.pro_wrapper .sub_detail {
    padding-top: 24px;
    font-size: 24px;
    text-align: center;
    color: #142640;
    line-height: 34px;
}

.pro_wrapper .sub_detail p {
    padding: 0;
    margin: 0;
}

.pro_wrapper .intro_box {
    padding-top: 48px;
    gap: 24px 0;
    padding-bottom: 24px;
    flex-direction: column;
}

.pro_wrapper .intro_box .trip_select {
    gap: 0 16px;
    flex-direction: row;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
}

.pro_wrapper .intro_box .trip_select .left_side {
    width: 632px;
    gap: 16px 0;
    flex-direction: column;
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch {
    gap: 0 8px;
    display: flex;
    width: 100%;
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item {
    border: 1px #000 solid;
    padding: 4px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    flex: 1;
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item .grid_box {
    display: grid;
    gap: 7px 31px;
    grid-template-columns: repeat(3, auto);
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item .grid_box.four {
    display: grid;
    gap: 7px 27px;
    grid-template-columns: repeat(4, auto);
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item .grid_box .city_item {
    text-align: center;
    color: #0D1C34;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    font-weight: 500;
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item .grid_box .city_item.four {
    font-size: 14px;
    line-height: 21px;
    position: relative;
    font-weight: 500;
}
.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item.cur .grid_box .city_item::after {
    content: "";
    /* content: "→"; */
    display: block;
    width: 31px;
    height: 24px;
    background-image: url(../images/jt_white.svg);
    /* background-size: cover; */
    background-position: center;
    background-repeat:no-repeat;
    position: absolute;
    top: 0;
    right: -31px;
    line-height: 24px;
}
.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item .grid_box .city_item::after {
    content: "";
    /* content: "→"; */
    display: block;
    width: 31px;
    height: 24px;
    background-image: url(../images/jt_black.svg);
    /* background-size: cover; */
    background-position: center;
    background-repeat:no-repeat;
    position: absolute;
    top: 0;
    right: -31px;
    line-height: 24px;
}
.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item.cur .grid_box .city_item.city_item_last.four::after {
    content: "";
    /* content: "→"; */
    display: block;
    width: 27px;
    height: 21px;
    background-image: url('');
    /* background-size: cover; */
    background-position: center;
    background-repeat:no-repeat;
    position: absolute;
    top: 0;
    right: -27px;
    line-height: 21px;
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item.cur .grid_box .city_item.four::after {
    content: "";
    /* content: "→"; */
    display: block;
    width: 27px;
    height: 21px;
    background-image: url(../images/jt_white.svg);
    /* background-size: cover; */
    background-position: center;
    background-repeat:no-repeat;
    position: absolute;
    top: 0;
    right: -27px;
    line-height: 21px;
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item .grid_box .city_item.city_item_last::after {
    display: none;
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item .grid_box .type_item {
    color: #979797;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item.cur {
    border: 1px #0D1C34 solid;
    background: #0D1C34;
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item.cur .city_item {
    color: #fff;
}

.pro_wrapper .intro_box .trip_select .left_side .top_switch .switch_item.cur .type_item {
    color: #fff;
}

.pro_wrapper .intro_box .trip_select .left_side .mob_switch {
    display: none;
}

.pro_wrapper .intro_box .trip_select .left_side .map_box {
    width: 100%;
}

.pro_wrapper .intro_box .trip_select .left_side .map_box img {
    width: 100%;
}

.pro_wrapper .intro_box .trip_select .left_side .map_tip {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #b10a32;
    height: 42px;
}
.pro_wrapper .intro_box .trip_select .left_side .map_tip span{
    cursor: pointer;
}
.pro_wrapper .mob_map_tip{
    display: none;
}

.pro_wrapper .intro_box .trip_select .right_side {
    flex: 1;
    position: relative;
    flex-direction: column;
}

.pro_wrapper .intro_box .trip_select .right_side .trip_intro_top {
    height: 37px;
    background: #466580;
    padding: 0 24px;
    line-height: 37px;
    gap: 0 24px;
    display: grid;
    grid-template-columns: 15% 25% auto;
}

.pro_wrapper .intro_box .trip_select .right_side .trip_intro_top .item_txt {
    color: #fff;
    font-size: 14px;
}

.pro_wrapper .intro_box .trip_select .right_side .trip_intro_box {
    flex: 1;
    background: #F4F4F4;
    position: relative;
}

.pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_list {
    display: grid;
    gap: 0 24px;
    display: grid;
    grid-template-columns: 15% 25% auto;
    padding: 16px;
    line-height: 21px;
    border-bottom: solid 1px #d9d9d9;
}

.pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_list .intro_txt {
    color: #142640;
}

.pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_list .intro_txt p {
    padding: 0;
    margin: 0;
}

.pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_list .intro_txt p.node {
    color: #466580;
    margin-top: 8px;

}
.pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_list .intro_txt.mob_city_node p{
    display: none;
}

.pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_list .intro_txt p.time {
    color: #979797;
    margin-top: 8px;
}

.pro_wrapper .intro_box .trip_select .right_side .tips {
    font-size: 14px;
    color: #979797;
    line-height: 18px;
    width: 100%;
    padding-top: 16px;
    height: 42px;
    font-weight: 400;
    display: flex;
}

.pro_wrapper .intro_box .trip_select .right_side .tips div {
    color: #B10A32;
}

.pro_wrapper .intro_box .trip_hl {
    gap: 0 32px;
    align-items: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 24px 0px 24px 24px;
    width: 100%;
    box-sizing: border-box;
}

.pro_wrapper .intro_box .trip_hl .left_pic {
    width: 632px;
    position: relative;
}

.pro_wrapper .intro_box .trip_hl .left_pic img {
    width: 100%;
}

.pro_wrapper .intro_box .trip_hl .left_pic .city_site {
    position: absolute;
    gap: 0 8px;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 31px 24px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.3) 84.62%);
}
.pro_wrapper .intro_box .trip_hl .left_pic .city_site .flex_box{
    align-items: center;
}

.pro_wrapper .intro_box .trip_hl .left_pic .city_site .icon_box {
    width: 16px;
    height: 16px;
}

.pro_wrapper .intro_box .trip_hl .left_pic .city_site .text_box {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_video {
    position: relative;
    width: 100%;
}

.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_video .video_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    flex-direction: column;
    gap: 10px 0;
}

.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_video .video_btn .icon_box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_video .video_btn .text_box {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper_pagination{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:36px;
    margin-top: 8px;
}
.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper_pagination .trip_hl_swiper_number{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper_pagination .trip_hl_swiper_arrow{
    width: 36px;
    height: 36px;
    font-size: 0px;
    cursor: pointer;
}
.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper .swiper-pagination {
    bottom: 24px;
    height: 10px;
    font-size: 0;
    z-index: 3;
}

.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 1;
}

.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #B10A32;
}

.pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper video {
    width: 100%;
}

.pro_wrapper .intro_box .trip_hl .right_txt {
    flex: 1;
    gap: 16px 0;
    padding-right: 40px;
    flex-direction: column;
}

.pro_wrapper .intro_box .trip_hl .right_txt .title_txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.pro_wrapper .intro_box .trip_hl .right_txt .list_txt {
    line-height: 28px;
    color: #595959;
    font-size: 16px;
}

.pro_wrapper .intro_box .trip_hl .right_txt .list_txt ul li {
    margin-left: 24px;
    list-style-type: disc;
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.pro_wrapper .intro_box .trip_bot{
    width:100%;
    border-top: solid 1px #cccccc;
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 16.5px 0;
}
.pro_wrapper .intro_box .trip_bot .download_box{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color:#142640;
    gap: 0 48px;
}
.pro_wrapper .intro_box .trip_bot .download_box img{
    width:45px;
    height: 45px;
    font-size: 0;
}
.pro_wrapper .intro_box .trip_bot .download_box div{
    display: flex;
    align-items: center;
    gap: 0 16px;
    cursor: pointer;

}
.pro_wrapper .intro_box .trip_bot .download_box div span{
    line-height: 24px;
}
.pro_wrapper .intro_box .trip_bot .check_price_date_box{
    display: flex;
    align-items: center;
    gap: 0 24px;
}
.pro_wrapper .intro_box .trip_bot .check_price_date_box .btn a{
    background-color: #142640;
    width:216px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color:white;
    cursor: pointer;
}
.pro_wrapper .intro_box .trip_bot .check_price_date_box .wrapper{
    display: flex;
    align-items: center;
    gap:   0 8px;
    font-weight: 400;
    font-size: 12px;
    line-height:18px;
    color:#b10a32 ;
}
.pro_wrapper .intro_box .trip_bot .check_price_date_box .wrapper img{
    width:13px;
    height:13px;
    font-size: 0;
}
.pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt {

    display: flex;
    align-items: flex-end;
}
.pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt .price_num{
    font-weight: 500;
    font-size: 20px;
    line-height:28px;
    color: #b10a32;
}
.pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt .xiexian{
    font-weight: 500;
    font-size: 16px;
    line-height:28px;
    color: #142640;
}
.pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt .wenan{
    font-weight: 500;
    font-size: 20px;
    line-height:28px;
    color: #142640;
}
.pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt .yuan_price{
    color: #818182;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 8px;
    text-decoration: line-through;
}
.pro_wrapper .arrange_box {
    padding-top: 16px;
    gap: 24px 0;
    flex-direction: column;
}

.pro_wrapper .arrange_box .top_tips {
    font-size: 14px;

    /* line-height: 18px; */
}

.pro_wrapper .arrange_box .top_tips p {
    padding: 0;
    margin: 0;
    color: #979797;
}

.pro_wrapper .arrange_box .top_tips p span {
    color: #B10A32;
}

.pro_wrapper .arrange_box .trip_day_box {
    position: relative;
    /* gap: 0 24px; */
}

.pro_wrapper .arrange_box .trip_day_box .left_day_box {
    width: 100%;
    position: relative;
    display: flex;

}

.pro_wrapper .arrange_box .trip_day_box .left_day {
    width: 100%;
    padding-bottom:32px;
}
.pro_wrapper .arrange_box .trip_day_box .left_day_box.mob {
    display: none;
}
.pro_wrapper .arrange_box .trip_day_box .left_day.left_day_active{
    left: 0;
    border-top:solid 1px #f4f4f4;
    width: 100%;
    padding:8px 0px;
    background-color: white;
}
.pro_wrapper .arrange_box .trip_day_box .left_day.left_day_active ul{
    max-width:1440px;
    margin: auto;
    padding:0 96px;
    box-sizing: border-box;
    display: flex;
}
.pro_wrapper .arrange_box .trip_day_box .left_day ul div{
    flex:1;
    border:solid 1px #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width:100px;
    height: 50px;
}
.pro_wrapper .arrange_box .trip_day_box .left_day ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 0 8px;
}

.pro_wrapper .arrange_box .trip_day_box .left_day ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    flex:1;
    height: 50px;
    background-color: white;
    max-width:100px;
}

.pro_wrapper .arrange_box .trip_day_box .left_day ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 6px;
    height:100%;
    box-sizing: border-box;
    width:100%;
    border: solid 1px #ccc;

}

.pro_wrapper .arrange_box .trip_day_box .left_day ul li a.cur {
    position: relative;
    color: #fff;
    background: #0D1C34;
    margin-right: -2px;
    border: solid 1px #0D1C34;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip {
    flex: 1;
    gap: 32px 0;
    flex-direction: column;
    padding-bottom: 24px;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list {
    background: white;
    gap: 32px 0;
    flex-direction: column;
}

/* 每一天下面展开的内容 */
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box{
    width:100%;
    height:0px;
    overflow: hidden;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box{
    width:100%;
    height: auto;
    padding:24px;
    box-sizing: border-box;
    box-shadow: -2px 4px 8px 0px rgba(0, 0, 0, 0.1);
    /* box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.1); */
    background-color: #f4f4f4;
    display: none;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .none{
    display: flex;
    align-items: center;
    color: #979797;
    font-size: 20px;
    line-height: 30px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .none img{
    width: 20px;
    height: 20px;
    font-size: 0;
    margin-right: 8px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box{
    margin-top: 24px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .title{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    color:#005e4c;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .title img{
    width:20px;
    height:20px;
    font-size: 0;
    margin-right: 8px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .detail{
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
    color:#818182;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list_box{
    margin-top: 8px;
    display: flex;
    gap: 24px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list_box .hotel_list{
    width:50%;
    position: relative;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list_box .hotel_list img{
    width:100%;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list_box .hotel_list .con{
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    box-sizing: border-box;
    z-index: 2;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list .con .title{
    color: white;
    font-size: 20px;
    line-height: 30px;

}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list .con .btn{
    width: 112px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #142640;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 16px;
    cursor: pointer;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box{
    display: flex;
    gap: 24px;
    width:100%;
    overflow: hidden;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_title{
    display: flex;
    align-items: center;
    color: #142640;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_title .ffxm{
    color:#b10a32;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_box{
    width: 50%;
    overflow: hidden;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_box .swiepr_switch_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #142640;
    margin-top: 8px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_box .swiepr_switch_btn img{
    width:36px;
    height: 36px;
    font-size: 0;
    cursor: pointer;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_title img{
    width:20px;
    height:20px;
    font-size: 0;
    margin-right: 8px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper{
    margin-top: 24px;
    width: 100%;
    min-height: 332px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .swiper_list_img{
    width:100%;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .included_project_con{
    width:100%;
    height:100%;
    position: absolute;
    top:0px;
    left:0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    z-index:2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    box-sizing: border-box;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .included_project_con .title{
    display: flex;
    align-items: center;
    color:white;
    font-size: 20px;
    line-height: 30px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .included_project_con .title img{
    width: 26px;
    height: 26px;
    font-size: 0;
    margin-left: 4px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .included_project_con .detail{
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: white;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .included_project_con .btn{
    width:112px;
    height: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #142640;
    margin-top: 16px;
    cursor: pointer;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box.rzjd_box .check_in_hotel_box{
    margin-top: 0px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box.rzjd_box .check_in_hotel_box .rzjd_list{
    width: 50%;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box.rzjd_box .check_in_hotel_box .hotel_list_box{
    margin-top:24px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box.rzjd_box .check_in_hotel_box .rzjd_list .hotel_list{
    width:100%;

}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .top_box {
    padding: 0;
    gap: 0 32px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .text_box {
    padding: 0;
    gap: 0 32px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}



.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .top_box{
    /* box-shadow: none; */
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_swiper {
    width: 546px;
    overflow: hidden;
    position: relative;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_swiper img {
    width: 100%;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_swiper .swiper-pagination {
    bottom: 24px;
    height: 10px;
    font-size: 0;
    z-index: 3;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 1;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #B10A32;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text {
    flex: 1;
    flex-direction: column;
    padding: 24px 24px 24px 0px;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .top_tit {
    color: #142640;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .top_tit .l_tit {
    font-size: 20px;
    line-height: 30px;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .top_tit .r_discreation {
    font-size: 16px;
    color: #142640;
    line-height: 24px;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box {
    margin-top: 16px;
    position: relative;
    flex:1;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .trip_box{
    width:100%;
    display: flex;
    justify-content: flex-end;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .trip_box .expand_collapse_btn{
    display: flex;
    align-items: center;
    color:black;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .trip_box .expand_collapse_btn img{
    width:16px;
    height:16px;
    font-size: 0;
    margin-left: 8px;
}
.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box_scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    gap: 8px 0;
    flex-direction: column;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box_scroll .tit_txt {
    font-size: 16px;
    font-weight: bold;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box_scroll .top_txt {
    line-height: 26px;
    font-size: 16px;
    color: #595959;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box_scroll .tips_txt {
    line-height: 24px;
    font-size: 16px;
    color: #595959;
    gap: 0 9px;
    align-items: center;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box_scroll .tips_txt img {
    width: 18px;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .plus_box {
    padding: 0 16px 16px 16px;
    gap: 16px 0;
    flex-direction: column;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .plus_tit {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .plus_list {
    gap: 0 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .plus_list_box {
    background: #fff;
    cursor: pointer;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .plus_list_box .pic_box {
    width: 100%;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .plus_list_box .pic_box img {
    width: 100%;
}

.pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .plus_list_box .txt_box {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #000;
}

.pro_wrapper .arrange_box .pdf_down {
    padding: 0 0 0 84px;
    gap: 0 48px;
}

.pro_wrapper .arrange_box .pdf_down .down_list {
    gap: 0 16px;
    align-items: center;
}

.pro_wrapper .arrange_box .pdf_down .down_list .icon_box {
    width: 45px;
}

.pro_wrapper .arrange_box .pdf_down .down_list .icon_box img {
    width: 100%;
}

.pro_wrapper .arrange_box .pdf_down .down_list .txt_box {
    font-size: 16px;
    color: #142640;
}

.pro_wrapper .benefit_item_box{
    width:100%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    /* margin-top: 48px; */
    padding: 24px;
    box-sizing: border-box;
}
.pro_wrapper .benefit_item_box .benefit_item_title{
    font-weight: 500;
    font-size: 20px;
    color: #142640;
    line-height: 28px;
    text-align: center;
}
.pro_wrapper .benefit_item_box .benefit_item_detail{
    font-size: 16px;
    color: #142640;
    line-height: 22px;
    margin-top: 16px;
}
.pro_wrapper .benefit_item_box .benefit_item_list_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top:32px;
}
.pro_wrapper .benefit_item_box .benefit_item_list_box .benefit_item_list{
    max-width:147px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #0d1c34;
}
.pro_wrapper .benefit_item_box .benefit_item_list_box .benefit_item_list .benefit_item_list_title{
    position: relative ;
}
.pro_wrapper .benefit_item_box .benefit_item_list_box .benefit_item_list .benefit_item_list_title div{
    line-height: 24px;
    padding-right: 10px;
}
.pro_wrapper .benefit_item_box .benefit_item_list_box .benefit_item_list .benefit_item_list_title div.none{
    padding-right: 0px;
}
.pro_wrapper .benefit_item_box .benefit_item_list_box .benefit_item_list .benefit_item_list_title img{
    width: 10px;
    height: 15px;
    margin:0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.pro_wrapper .benefit_item_box .benefit_item_list_box .benefit_item_list img{
    width:48px;
    height: 48px;
    font-size: 0;
    margin-bottom: 8px;
}
.pro_wrapper .inviolable {
    padding: 23px;
    border: 1px #F4F4F4 solid;
}

.pro_wrapper .inviolable .top_list {
    padding-bottom: 32px;
    border-bottom: 1px #f4f4f4 solid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 84px;
}

.pro_wrapper .inviolable .top_list_item {
    gap: 0 8px;
    align-items: center;
}

.pro_wrapper .inviolable .top_list_item .icon_box {
    width: 32px;
}

.pro_wrapper .inviolable .top_list_item .icon_box img {
    width: 100%;
}

.pro_wrapper .inviolable .top_list_item .txt_box {
    font-size: 16px;
    color: #142640;
    font-weight: bold;
}

.pro_wrapper .inviolable .tips_txt {
    padding: 32px 0;
    gap: 24px 0;
    flex-direction: column;
}

.pro_wrapper .inviolable .tips_txt .red_box {
    gap: 8px 0;
    flex-direction: column;
}

.pro_wrapper .inviolable .tips_txt .red_txt {
    font-size: 16px;
    color: #B10A32;
    font-weight: 500;
    gap: 0 8px;
    align-items: center;
}

.pro_wrapper .inviolable .tips_txt .red_txt a {
    color: #B10A32;
    text-decoration: underline;
}

.pro_wrapper .inviolable .tips_txt .red_txt img {
    width: 22px;
}

.pro_wrapper .inviolable .tips_txt .btm_tips {
    font-size: 12px;
    color: #979797;
}

.pro_wrapper .inviolable .tips_txt .btm_tips span {
    color: #B10A32;
}

.pro_wrapper .inviolable .intro {
    background: #F6F6F6;
    padding: 24px;
    gap: 16px 0;
    flex-direction: column;
}

.pro_wrapper .inviolable .intro .top_txt {
    font-size: 12px;
    color: #818182;
}

.pro_wrapper .inviolable .intro .top_txt b {
    color: #B10A32;
}

.pro_wrapper .inviolable .intro .list_txt {
    gap: 0 16px;
}

.pro_wrapper .inviolable .intro .list_txt .l_tit {
    padding-left: 8px;
    position: relative;
    font-size: 12px;
    color: #818182;
    width: 110px;
    align-self: flex-start;
    line-height: 20px;
}

.pro_wrapper .inviolable .intro .list_txt .l_tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background: #B10A32;
    font-weight: 500;
}

.pro_wrapper .inviolable .intro .list_txt .r_txt {
    font-size: 12px;
    color: #818182;
    line-height: 20px;
    flex: 1;
}

.pro_wrapper .airline_box {
    padding: 0;
    gap: 32px 0;
    flex-direction: column;
    padding-top: 48px;
}
.pro_wrapper .airline_box .room_type{
    box-shadow: 0px 0px 12px 0px #0000001A;
    padding: 24px;
    box-sizing: border-box;
    width: 100%;
}

.pro_wrapper .airline_tips {
    font-size: 14px;
    color: #B10A32;
    line-height: 21px;
}

.pro_wrapper .airline_tips b {
    color: #B10A32;
    font-weight: 500;

}

.pro_wrapper .airline_switch {
    height: 21px;
    margin-top: 24px;
}

.pro_wrapper .airline_switch label {
    height: 20px;
    display: inline-block;
}

.pro_wrapper .airline_switch label input {
    display: none;
}

.pro_wrapper .airline_switch label input+span {
    display: block;
    padding-left: 49px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    position: relative;
    cursor: pointer;
}

.pro_wrapper .airline_switch label input+span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 20px;
    background: #142640;
    border-radius: 100px;
    transition: 0.2s ease-in 0s;
}

.pro_wrapper .airline_switch label input+span::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 1px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100px;
    transition: 0.2s ease-in 0s;
}

.pro_wrapper .airline_switch label input:checked+span::before {
    background: #ccc;
    border-radius: 100px;
}

.pro_wrapper .airline_switch label input:checked+span::after {
    left: 1px;
}

.pro_wrapper .airline_select {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 9px;
    margin-top: 24px;
}

.pro_wrapper .airline_select .select_box {
    border: 1px #ccc solid;
    border-radius: 4px;
    padding: 6px 7px;
    flex: 1;
    position: relative;
}

.pro_wrapper .airline_select .select_box .top_txt {
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.pro_wrapper .airline_select .select_box .top_txt_tit {
    font-size: 14px;
    font-weight: bold;
    color: #818182;
    font-weight: 500;

}

.pro_wrapper .airline_select .select_box .top_txt_arrow {
    width: 16px;
    height: 16px;
}

.pro_wrapper .airline_select .select_box .top_txt_arrow img {
    width: 100%;
}

.pro_wrapper .airline_select .select_box .value_txt {
    font-size: 16px;
    color: #142640;
    font-weight: bold;
    padding-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-weight: 500;

}

.pro_wrapper .airline_select .select_box .layer_box {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    display: none;
    z-index: 5;
}

.pro_wrapper .airline_select .select_box .layer_box .layer_main {
    background: #fff;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10);
}

.pro_wrapper .airline_select .select_box .layer_box .layer_main .layer_header {
    display: none;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_box {
    padding: 16px;
    gap: 16px 0;
    flex-direction: column;
}

.pro_wrapper .airline_select .select_box .layer_box .city_sel {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
    flex-direction: column;
}

.pro_wrapper .airline_select .select_box .layer_box .city_sel_list {
    padding: 4px;
    border: 1px #000 solid;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.pro_wrapper .airline_select .select_box .layer_box .city_sel_list .grid_box {
    display: grid;
    gap: 7px 31px;
    grid-template-columns: repeat(3, auto);
}

.pro_wrapper .airline_select .select_box .layer_box .city_sel_list .grid_box .city_item {
    text-align: center;
    color: #0D1C34;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.pro_wrapper .airline_select .select_box .layer_box .city_sel_list.cur .grid_box .city_item::after {
    content: "";
    /* content: "→"; */
    display: block;
    width: 31px;
    height: 24px;
    position: absolute;
    background-image: url(../images/jt_white.svg);
    /* background-size: cover; */
    background-position: center;
    background-repeat:no-repeat;
    top: 0;
    right: -31px;
    line-height: 24px;
}
.pro_wrapper .airline_select .select_box .layer_box .city_sel_list .grid_box .city_item.city_item_last::after {
    content: "";
    /* content: "→"; */
    display: block;
    width: 31px;
    height: 24px;
    position: absolute;
    background-image: url('');
    /* background-size: cover; */
    background-position: center;
    background-repeat:no-repeat;
    top: 0;
    right: -31px;
    line-height: 24px;
}
.pro_wrapper .airline_select .select_box .layer_box .city_sel_list .grid_box .city_item::after {
    content: "";
    /* content: "→"; */
    display: block;
    width: 31px;
    height: 24px;
    position: absolute;
    background-image: url(../images/jt_black.svg);
    /* background-size: cover; */
    background-position: center;
    background-repeat:no-repeat;
    top: 0;
    right: -31px;
    line-height: 24px;
}

.pro_wrapper .airline_select .select_box .layer_box .city_sel_list .grid_box .city_item_last::after {
    display: none;
}

.pro_wrapper .airline_select .select_box .layer_box .city_sel_list .grid_box .type_item {
    color: #595959;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.pro_wrapper .airline_select .select_box .layer_box .city_sel_list.cur {
    border: 1px #466580 solid;
    background: #466580;
}

.pro_wrapper .airline_select .select_box .layer_box .city_sel_list.cur .city_item {
    color: #fff;
}

.pro_wrapper .airline_select .select_box .layer_box .city_sel_list.cur .type_item {
    color: #fff;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_city_btn {
    padding: 0;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_city_btn a {
    display: block;
    width: 100%;
    height: 44px;
    background: #b10a32;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
}

.pro_wrapper .airline_select .select_box .layer_box .year_sel {
    align-items: center;
    height: 30px;
    line-height: 30px;
}

.pro_wrapper .airline_select .select_box .layer_box .year_sel .prev_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: none;
}

.pro_wrapper .airline_select .select_box .layer_box .year_sel .prev_btn img {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}

.pro_wrapper .airline_select .select_box .layer_box .year_sel .next_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: none;
}

.pro_wrapper .airline_select .select_box .layer_box .year_sel .next_btn img {
    width: 100%;
    height: 100%;
}

.pro_wrapper .airline_select .select_box .layer_box .year_sel .btn_disabled {
    opacity: 0.3;
    cursor: default;
}

.pro_wrapper .airline_select .select_box .layer_box .year_sel .yar_txt {
    font-size: 16px;
    color: #0D1C34;
    flex: 1;
    text-align: center;
}

.pro_wrapper .airline_select .select_box .layer_box .month_sel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.pro_wrapper .airline_select .select_box .layer_box .month_sel .month_item {
    height: 36px;
    /* border: 1px #F4F4F4 solid; */
    background: #f4f4f4;
    line-height: 36px;
    color: #000;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.pro_wrapper .airline_select .select_box .layer_box .month_sel .month_item.cur {
    color: #fff;
    background: #466580;
    /* border: 1px #466580 solid; */
}

.pro_wrapper .airline_select .select_box .layer_box .month_sel .month_item.disabled {
    color: #979797;
    background: #f4f4f4;
    border: 1px #f4f4f4 solid;
    cursor: default;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_date_btn {
    padding: 0;
    align-items: center;
    justify-content: space-between;
    margin-top:16px;
    gap: 0px 12px;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_date_btn .clear_btn {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    /* padding: 0 16px; */
    cursor: pointer;
    border: 1px solid #cccccc;
    width: 100%;
    height:44px;
    box-sizing: border-box;
    line-height: 44px;
    text-align: center;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_date_btn .all_btn {
    font-size: 16px;
    color: #000;
    padding: 0 16px;
    cursor: pointer;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_date_btn .ent_btn {
    /* flex: 1; */
    width: 100%;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_date_btn .ent_btn a {
    display: block;
    width: 100%;
    height: 44px;
    background: #b10a32;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;

}

.pro_wrapper .airline_select .select_box .layer_box .line_list {
    padding: 0;
    overflow-y: auto;
    max-height: 310px;
}

.pro_wrapper .airline_select .select_box .layer_box .line_list ul {
    padding: 0;
    margin: 0;
    gap: 16px 0;
    flex-direction: column;
}

.pro_wrapper .airline_select .select_box .layer_box .line_list ul li {
    padding: 0;
    list-style: none;
    /* border: 1px #f4f4f4 solid; */
    background: #f4f4f4;
    padding: 16px 0;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.pro_wrapper .airline_select .select_box .layer_box .line_list ul li.cur {
    color: #fff;
    background: #466580;
    /* border: 1px #466580 solid; */
}

.pro_wrapper .airline_select .select_box .layer_box .line_list ul li.disabled {
    color: #979797;
    background: #f4f4f4;
    border: 1px #f4f4f4 solid;
    cursor: default;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_line_btn {
    padding-top: 16px;
    align-items: center;
    justify-content: space-between;
    gap: 0px 12px;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_line_btn .clear_btn {
    font-size: 16px;
    color: #000;
    /* padding: 0 16px; */
    cursor: pointer;
    border: solid 1px #cccccc;
    width: 100%;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    font-weight: 500;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_line_btn .all_btn {
    font-size: 16px;
    color: #000;
    padding: 0 16px;
    cursor: pointer;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_line_btn .ent_btn {
    /* flex: 1; */
    width: 100%;
}

.pro_wrapper .airline_select .select_box .layer_box .choose_line_btn .ent_btn a {
    display: block;
    width: 100%;
    height: 44px;
    background: #b10a32;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 44px;
    font-size: 14px;
}

.pro_wrapper .airline_list {
    padding-top:24px;
}

.pro_wrapper .airline_list .list_title {
    border-bottom: 1px #f4f4f4 solid;
    padding: 24px;
    display: grid;
    grid-template-columns: 16.7% 24% 19.2% auto 64px;
    gap: 0 32px;
}

.pro_wrapper .airline_list .list_title .item_txt {
    font-size: 16px;
    font-weight: 500;
    color: #0D1C34
}

.pro_wrapper .airline_list .list_box {
    border-bottom: 1px #f4f4f4 solid;
}

.pro_wrapper .airline_list .list_box:last-child {
    border-bottom: 0 none;
}

.pro_wrapper .airline_list .list_box_cent {
    display: grid;
    grid-template-columns: 16.7% 24% 19.2% auto;
    gap: 0 32px;
    padding: 30.5px 24px;
    align-items: center;
    cursor: pointer;
}

.pro_wrapper .airline_list .list_box_cent .item_box {
    font-size: 18px;
    color: #142640;
    gap: 0 10px;
}

.pro_wrapper .airline_list .list_box_cent .item_box span {
    color: #B10A32;
    font-weight: 500;

}

.pro_wrapper .airline_list .list_box_cent .price_box {
    font-size: 18px;
    color: #B10A32;
    font-weight: 500;
}

.pro_wrapper .airline_list .list_box_cent .price_box .mob_tit {
    display: none;
}

.pro_wrapper .airline_list .list_box_cent .price_box del {
    font-size: 12px;
    color: #979797;
    line-height: 18px;
}

.pro_wrapper .airline_list .list_box_cent .right_box {
    display: flex;
    align-items: center;
    gap: 0 8px;
    justify-content: flex-end;
}

.pro_wrapper .airline_list .list_box_cent .tag_box {
    gap: 6px;
    flex-wrap: wrap;
    flex: 1;
}

.pro_wrapper .airline_list .list_box_cent .tag_box .tag_list {
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}

.pro_wrapper .airline_list .list_box_cent .tag_box .tag_list.green {
    background: #005E4C;
}

.pro_wrapper .airline_list .list_box_cent .tag_box .tag_list.blue {
    background: #142640;
}

.pro_wrapper .airline_list .list_box_cent .action_btn {
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    font-size: 16px;
    align-self: flex-start;
    gap: 0 16px;
}

.pro_wrapper .airline_list .list_box_cent .action_btn img {
    width: 16px;
    transition: transform 0.3s;
}

.pro_wrapper .airline_list .list_box_cent .action_btn.active img {
    transform: rotate(180deg);
}

.pro_wrapper .airline_list .list_box .show_sub {
    padding: 24px;
    background: #f4f4f4;
    /* box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10); */
    display: none;
    display: none;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product {
    padding-bottom: 16px;
    gap: 0 16px;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .left_product {
    padding: 0;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .left_product .pic_box {
    width: 220px;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .left_product .pic_box img {
    width: 100%;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .right_product {
    flex: 1;
    gap: 0 40px;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .right_product .txt_box {
    flex: 1;
    gap: 10px 0;
    flex-direction: column;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .right_product .txt_box .title {
    font-size: 16px;
    font-weight: 500;
    color: #0D1C34;
    line-height: 22px;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .right_product .txt_box .link_txt a {
    text-decoration: underline;
    color: #466580;
    line-height: 24px;
    display: inline-block;
    font-size: 16px;
}
.pro_wrapper .airline_list .list_box .show_sub .top_product .right_product .txt_box .link_txt a.mob_show_structure_pop{
    display: none;
}
.pro_wrapper .airline_list .list_box .show_sub .top_product .right_action {
    width: 130px;
    height: 40px;
    background: #B10A32;
    color: #FFFFFE;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .right_action .qr_code_lay {
    position: absolute;
    padding: 16px;
    background: #fff;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10);
    right: 0;
    top: -212px;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 18px 4px 17px;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .right_action .qr_code_lay .qr_img {
    width: 165px;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .right_action .qr_code_lay .qr_img img {
    width: 100%;
}

.pro_wrapper .airline_list .list_box .show_sub .top_product .right_action .qr_code_lay .qr_text {
    padding-top: 8px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #666;
    line-height: 17px;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box {
    padding-top: 16px;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_title {
    display: grid;
    gap: 0 32px;
    grid-template-columns: 40% 20% auto 66px;
    padding: 25px 24px;
    box-sizing: border-box;
    background: #466580;
    color: white;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_title .title_item {
    font-size: 16px;
    font-weight: 500;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list {
    padding: 0;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul {
    padding: 0;
    margin: 0;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li {
    list-style: none;
    margin: 0;
    padding: 13px 24px;
    border-bottom: 1px #f4f4f4 solid;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 0 32px;
    cursor: pointer;
    background-color: white;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li:last-child {
    border-bottom: 0 none;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .room_main {
    display: grid;
    gap: 0 32px;
    grid-template-columns: 43.7% 22.6% auto;
    flex: 1;
    align-items: center;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item {
    padding: 0;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_name {
    color: #466580;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 0 8px;
}
.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_name .tag{
    background: #142640;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 8px;

}
.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_intro {
    padding-top: 8px;
    color: #595959;
    font-size: 16px;
    line-height: 24px;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_intro a {
    margin-left: 16px;
    text-decoration: underline;
    position: relative;
    z-index: 2;
    color: #466580;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price {
    font-size: 0;
    align-items: center;
    gap: 0 8px;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .pric_box {
    display: flex;
    flex-direction: column;
    color: #979797;
    font-size: 12px;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .pric_box .mob_tit {
    display: none;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .pric_box b {
    color: #B10A32;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .pric_box span {
    text-decoration: line-through;
    color: #979797;
    font-size: 12px;
    line-height: 18px;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .price_tag {
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background: #142640;
    height: 18px;
    line-height: 18px;
    align-self: flex-start;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .plane_tag {
    display: inline-block;
    padding: 0px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background: #005e4c;
    height: 22px;
    line-height: 22px;
    align-self: flex-start;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price_onw {
    color: #979797;
    text-decoration: line-through;
    font-size: 12px;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .fil_r_txt {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    width: 66px;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .full_txt {
    color: #B10A32;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .emp_txt {
    color: #818182;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li.emp {
    background: #E8E8E8;
    cursor: default;
}
.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li.emp .tag{
    display:none;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li.emp .list_item .room_name {
    color: #818182;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li.emp .list_item .room_intro {
    color: #818182;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li.emp .list_item .room_intro a {
    color: #818182;
}

.pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li.emp .list_item .room_price b {
    color: #818182;
    font-weight: 400;
}

.pro_wrapper .airline_list .list_box.sell_out {
    background: #f4f4f4;
}

.pro_wrapper .airline_list .list_box.sell_out .list_box_cent .item_box {
    color: #666;
}

.pro_wrapper .airline_list .list_box.sell_out .list_box_cent .item_box span {
    color: #666;
}

.pro_wrapper .airline_list .list_box.sell_out .list_box_cent .price_box {
    color: #666;
}

.pro_wrapper .airline_list .list_box.sell_out .list_box_cent .action_btn {
    color: #666;
}

.pro_wrapper .airline_list .list_box.sell_out .list_box_cent .action_btn img {
    opacity: 0.5;
}

.pro_wrapper .airline_list .list_box.sell_out .show_sub {
    background: #E8E8E8;
}

.pro_wrapper .airline_list .list_box.sell_out .show_sub .top_product .right_product .txt_box .title {
    color: #888;
}

.pro_wrapper .airline_list .list_box.sell_out .show_sub .top_product .right_action {
    background: #ccc;
    color: #fff;
}


.pro_wrapper .airline_list .list_box.sell_out .show_sub .room_box .room_title {
    background: #466580;
    color: white;
}

.pro_wrapper .qa_box {
    border-top: 1px #f4f4f4 solid;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    margin-top: 48px;
    padding: 0 24px 24px 24px;
}

.pro_wrapper .qa_box ul {
    padding: 0;
    margin: 0;
}

.pro_wrapper .qa_box ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px #f4f4f4 solid;
}
.pro_wrapper .qa_box ul li.mob_show{
    display: none;
}
.pro_wrapper .qa_box ul li .qa_title {
    height: 58px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.pro_wrapper .qa_box ul li .qa_title .l_title_txt {
    font-size: 16px;
    color: #818182;
    font-weight: 500;
}

.pro_wrapper .qa_box ul li .qa_title .r_arrow {
    width: 16px;
    height: 16px;
}

.pro_wrapper .qa_box ul li .qa_title .r_arrow img {
    width: 100%;
}

.pro_wrapper .qa_box ul li .qa_title .r_arrow img {
    transition: transform 0.2s;
}

.pro_wrapper .qa_box ul li .qa_content {
    line-height: 28px;
    color: #818182;
    font-size: 16px;
    padding-bottom: 15px;
    display: none;
}

.pro_wrapper .qa_box ul li .qa_content p {
    padding: 0;
    margin: 0;
}

.pro_wrapper .qa_box ul li .qa_content a {
    color: #000;
    text-decoration: underline;
}

.pro_wrapper .qa_box ul li .qa_content img {
    max-width: 100%;
}

.pro_wrapper .qa_box ul li .qa_content .grid_box {
    margin: 16px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.pro_wrapper .qa_box ul li .qa_content .grid_box .grid_tit {
    padding: 6px 40px;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    background: #142640;
}

.pro_wrapper .qa_box ul li .qa_content .grid_box .grid_item {
    padding: 8px 12px 8px 24px;
    line-height: 22px;
    color: #818182;
    font-size: 16px;
    position: relative;
}

.pro_wrapper .qa_box ul li .qa_content .grid_box .grid_item::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pro_wrapper .qa_box ul li .qa_content .grid_box .grid_item::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 0;
}

.pro_wrapper .qa_box ul li .qa_content .grid_box .grid_item:nth-child(3n) {
    border-right: 1px #ccc solid;
}

/* 取消政策 */
.cancellation_box{
    width: 100%;
    background: white;
}
.cancellation_box .content{
    max-width: 1440px;
    margin: auto;
    padding: 0 320px;
    box-sizing: border-box;
}
/* 取消政策 */

.pro_pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 25;
    display: none;
}


.pro_pop .centent_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.pro_pop .pop_close_box {
    max-width: 640px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    margin-top: -48px;
}

.pro_pop .pop_close {
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin-bottom: 24px;
}

.pro_pop .content_video {
    max-width: 672px;
    width: 100%;
    position: relative;
}

.pro_pop .content_video video {
    width: 100%;
    height: 100%;
}

.pro_pop .centent_box {
    max-width: 640px;
    position: relative;
    max-height: 70%;
    overflow: auto;
    padding: 16px;
    background: #fff;
    width: 100%;
}

.pro_pop .centent_box ul {
    padding: 20px 10px;
    margin: 0;
}

.pro_pop .centent_box ul li {
    margin-left: 24px;
    list-style-type: decimal;
    font-size: 14px;
    line-height: 21px;
    color: #595959;
}

.pro_pop .centent_box .level_swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro_pop .centent_box .level_swiper img {
    width: 100%;
}

.pro_pop .centent_box .level_swiper img.str_banner {
    max-height: 426px;
    object-fit: cover;
}

.pro_pop .centent_box .level_swiper .swiper-pagination {
    bottom: 24px;
    height: 10px;
    font-size: 0;
    z-index: 3;
}

.pro_pop .centent_box .level_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 1;
}

.pro_pop .centent_box .level_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #B10A32;
}

.pro_pop .centent_box .level_content {
    padding-top: 24px;
}

.pro_pop .centent_box .level_content .level_top {
    padding-bottom: 24px;
}

.pro_pop .centent_box .level_content .level_top .l_txt {
    flex: 1;
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .level_content .level_top .l_txt_title {
    font-size: 20px;
    color: #142640;
    font-weight: bold;
    line-height: 30px;
}

.pro_pop .centent_box .level_content .level_top .l_txt_hour {
    color: #142640;
    font-size: 16px;
    line-height: 24px;
}

.pro_pop .centent_box .level_content .level_top .l_txt_tag {
    gap: 8px 16px;
    flex-wrap: wrap;
}

.pro_pop .centent_box .level_content .level_top .l_txt_tag_list {
    gap: 0 8px;
    align-items: center;
    line-height: 20px;
}

.pro_pop .centent_box .level_content .level_top .l_txt_tag_list img {
    width: 20px;
}

.pro_pop .centent_box .level_content .level_top .l_txt_tag_list span {
    color: #000;
    font-size: 12px;
}

.pro_pop .centent_box .level_content .level_top .r_txt {
    padding: 0;
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .level_content .level_top .r_txt_title {
    text-align: right;
    font-size: 20px;
    color: #142640;
    font-weight: bold;
    line-height: 30px;
}

.pro_pop .centent_box .level_content .level_top .r_txt_link {
    text-align: right;
}

.pro_pop .centent_box .level_content .level_top .r_txt_link a {
    color: #142640;
    font-size: 14px;
    line-height: 22px;
    text-decoration: underline;
}

.pro_pop .centent_box .level_content .level_contxt {
    padding: 0;
}

.pro_pop .centent_box .level_content .level_contxt_tit {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pro_pop .centent_box .level_content .level_contxt_txt {
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}

.pro_pop .centent_box .level_content .level_contxt_tips {
    padding-top: 24px;
    color: #979797;
    font-size: 16px;
    line-height: 24px;
}

.pro_pop .centent_box .level_content .level_contxt_tips span {
    color: #B10A32;
}

.pro_pop .centent_box .level_content .level_contxt_intro {
    padding-top: 24px;
    color: #000;
    line-height: 24px;
    font-size: 16px;
}

.pro_pop .centent_box .h_title {
    padding: 16px 0;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 30px;
}

.pro_pop .centent_box .str_txt {
    gap: 16px 0;
    flex-direction: column;
    padding-top: 16px;
}

.pro_pop .centent_box .str_txt_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #142640;
}

.pro_pop .centent_box .str_txt_detail {
    font-size: 16px;
    line-height: 24px;
}

.pro_pop .centent_box .view_line {
    border-top: 1px #f4f4f4 solid;
}

.pro_pop .centent_box .view_line_list {
    border-bottom: 1px #f4f4f4 solid;
    display: grid;
    gap: 0 12px;
    padding: 10px 8px;
    box-sizing: border-box;
    grid-template-columns: 13% 33% 18% auto;
}

.pro_pop .centent_box .view_line_list .list_item {
    font-size: 14px;
    line-height: 22px;
}

.pro_pop .centent_box .drink_box {
    gap: 32px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .top_txt {
    font-size: 18px;
    line-height: 28px;
}

.pro_pop .centent_box .drink_box .intro_txt {
    font-size: 16px;
    color: #595959;
    line-height: 24px;
}

.pro_pop .centent_box .drink_box .drink_menu {
    gap: 16px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .drink_menu .title_txt {
    padding-left: 12px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    position: relative;
    line-height: 28px;
}

.pro_pop .centent_box .drink_box .drink_menu .title_txt::before {
    content: "";
    width: 4px;
    height: 18px;
    background: #B10A32;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro_pop .centent_box .drink_box .drink_menu .price_box {
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .drink_menu .price_box .price_txt {
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pro_pop .centent_box .drink_box .drink_menu .price_box .price_txt span {
    color: #B10A32;
}

.pro_pop .centent_box .drink_box .drink_menu .price_box .price_txt del {
    color: #ccc;
    margin-left: 12px;
    font-weight: normal;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box {
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box .line_tit {
    line-height: 24px;
    font-size: 16px;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box .line_list {
    padding: 0;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box .line_list ul {
    margin: 0 0 0 24px;
    padding: 0;
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box .line_list ul li {
    padding: 0;
    margin: 0;
    list-style: disc;
    color: #142640;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pro_pop .centent_box .drink_box .drink_menu .line_box .line_list ul li img {
    width: 18px;
    margin-left: 8px;
    vertical-align: middle;
}

.pro_pop .centent_box .drink_box .interests_box {
    gap: 16px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .interests_title {
    gap: 0 8px;
    align-items: center;
}

.pro_pop .centent_box .drink_box .interests_title img {
    width: 32px;
}

.pro_pop .centent_box .drink_box .interests_title span {
    font-size: 18px;
}

.pro_pop .centent_box .drink_box .interests_intro {
    padding: 0;
    color: #595959;
    font-size: 14px;
    line-height: 22px;
}

.pro_pop .centent_box .drink_box .interests_intro ul {
    margin-left: 24px;
    gap: 8px 0;
    flex-direction: column;
    padding: 0;
}

.pro_pop .centent_box .drink_box .interests_intro ul li {
    padding: 0;
    margin: 0;
    list-style: decimal;
}

.pro_pop .centent_box .drink_box .trems_box {
    gap: 16px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .trems_box .trems_tit {
    font-size: 14px;
    line-height: 22px;
}

.pro_pop .centent_box .drink_box .trems_box .trems_list {
    padding: 0;
}

.pro_pop .centent_box .drink_box .trems_box .trems_list ul {
    margin: 0 0 0 24px;
    padding: 0;
    gap: 8px 0;
    flex-direction: column;
}

.pro_pop .centent_box .drink_box .trems_box .trems_list ul li {
    font-size: 12px;
    color: #979797;
    line-height: 18px;
    padding: 0;
    margin: 0;
    list-style: disc;
}

.pro_pop .centent_box .structure {
    padding: 16px 0;
    gap: 32px 0;
    flex-direction: column;
}

.pro_pop .centent_box .structure .title_box {
    gap: 16px 0;
    flex-direction: column;
}

.pro_pop .centent_box .structure .title_box .title_txt {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.pro_pop .centent_box .structure .title_box .sub_title_txt {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #595959;
}

.pro_pop .centent_box .structure .str_sel {
    padding: 0;
    align-items: center;
    justify-content: center;
}

.pro_pop .centent_box .structure .str_sel_box {
    width: 43%;
    border: 1px #ccc solid;
    height: 40px;
    position: relative;
    cursor: pointer;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 16px;
    justify-content: space-between;
}

.pro_pop .centent_box .structure .str_sel_box .tips_txt {
    font-size: 16px;
    color: #595959;
}

.pro_pop .centent_box .structure .str_sel_box .str_value_box {
    gap: 0 8px;
    align-items: center;
}

.pro_pop .centent_box .structure .str_sel_box .str_value_txt {
    font-size: 16px;
    color: #142640;
    font-weight: 500;
}

.pro_pop .centent_box .structure .str_sel_box .str_value_arrow {
    width: 16px;
    height: 16px;
}

.pro_pop .centent_box .structure .str_sel_box .str_value_arrow img {
    width: 100%;
    height: 100%;
}

.pro_pop .centent_box .structure .str_sel_box .str_layer_box {
    width: 100%;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10);
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    z-index: 5;
    background: #fff;
}

.pro_pop .centent_box .structure .str_sel_box .str_layer_box ul {
    padding: 0;
    margin: 0;
}

.pro_pop .centent_box .structure .str_sel_box .str_layer_box ul li {
    list-style: none;
    padding: 5px 16px;
    margin: 0;
    height: 20px;
    font-size: 14px;
    color: #616161;
}

.pro_pop .centent_box .structure .str_sel_box .str_layer_box ul li.cur {
    color: #fff;
    background: #466580;
}

.pro_pop .centent_box .structure .str_ship_box {
    padding: 0;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site {
    padding: 0;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site.hide {
    display: none;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_ship_pic {
    position: relative;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_ship_pic img {
    width: 100%;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_ship_pic a {
    position: absolute;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro {
    padding: 32px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 48px;
    border-bottom: 1px #f4f4f4 solid
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item {
    display: flex;
    gap: 0 8px;
    align-items: center;
    cursor: pointer;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot {
    width: 14px;
    height: 14px;
    border: 1px #000 solid;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color1 {
    background: #DEC676;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color2 {
    background: #B1BFCA;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color3 {
    background: #B6B880;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color4 {
    background: #D67D88;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color5 {
    background: #7abee7;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .color_dot.color6 {
    background: #d8baad;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro .str_intro_item .txt_box {
    font-size: 12px;
    line-height: 18px;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_show {
    padding-top: 32px;
}

.pro_pop .centent_box .structure .str_ship_box .str_ship_show img {
    width: 100%;
}

.pro_pop .centent_box .room_swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro_pop .centent_box .room_swiper img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.pro_pop .centent_box .franch_swiper_thu {
    margin-top: 12px;
}

.pro_pop .centent_box .franch_swiper_thu .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border: 2px #fff solid;
    box-sizing: border-box;
}

.pro_pop .centent_box .franch_swiper_thu .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px #f4f4f4 solid;
}

.pro_pop .centent_box .franch_swiper_thu .swiper-slide img {
    max-height: 97px;
    object-fit: cover;
}

.pro_pop .centent_box .room_title {
    padding-top: 32px;
    line-height: 26px;
    font-weight: 500;
    color: #142640;
    font-size: 24px;
}

.pro_pop .centent_box .room_dis {
    padding-top: 16px;
}

.pro_pop .centent_box .room_dis ul {
    margin-left: 24px;
    padding: 0;
}

.pro_pop .centent_box .room_dis ul li {
    list-style-type: disc;
    padding: 5px 0;
    margin: 0;
    line-height: 22px;
    font-size: 16px;
    color: #000;
}

.pro_pop .centent_box .room_set {
    padding-top: 24px;
}

.pro_pop .centent_box .room_set_tit {
    color: #818182;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.pro_pop .centent_box .room_set_list {
    padding-top: 16px;
}

.pro_pop .centent_box .room_set_list ul {
    margin-left: 24px;
    padding: 0;
}

.pro_pop .centent_box .room_set_list ul li {
    list-style-type: disc;
    padding: 0;
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    color: #818182;
}

.pro_pop .centent_box .room_gift {
    padding-top: 16px;
}

.pro_pop .centent_box .room_gift_tit {
    color: #0D1C34;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.pro_pop .centent_box .room_gift_tit span {
    color: #818182;
    font-weight: 400;
}

.pro_pop .centent_box .room_gift_list {
    padding-top: 16px;
}

.pro_pop .centent_box .room_gift_list ul {
    gap: 4px 0;
    flex-direction: column;
    padding: 0;
    margin: 0
}

.pro_pop .centent_box .room_gift_list ul li {
    display: flex;
    gap: 0 8px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height:32px;
}

.pro_pop .centent_box .room_gift_list ul li img {
    width: 32px;
}

.pro_pop .centent_box .room_gift_list ul li span {
    color: #0D1C34;
    font-size: 16px;
}

.pro_pop .centent_box .room_gift_list ul li a {
    text-decoration: underline;
    color: #0D1C34;
    font-size: 16px;
}

.pro_pop .centent_box .room_btn {
    gap: 0 24px;
    padding: 32px 10px 16px 10px;
}

.pro_pop .centent_box .room_btn a {
    display: block;
    flex: 1;
    height: 42px;
    background: #0D1C34;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
}

.pro_pop .long_close_box {
    max-width: 960px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    margin-top: -48px;
}

.pro_pop .long_centent_box {
    max-width: 928px;
    position: relative;
    max-height: 70%;
    overflow: auto;
    padding: 16px;
    background: #fff;
    width: 100%;
}

.pro_pop .long_centent_box .service_box {
    display: flex;
    gap: 40px 0;
    flex-direction: column;
    padding: 16px 0;
}

.pro_pop .long_centent_box .service_list {
    padding: 0;
}

.pro_pop .long_centent_box .service_tit {
    padding-bottom: 24px;
    text-align: center;
    font-size: 20px;
    color: #142640;
    font-weight: 500;
}

.pro_pop .long_centent_box .service_sub_tit {
    font-size: 16px;
    padding-bottom: 24px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.pro_pop .long_centent_box .service_cont_list {
    display: flex;
    /* grid-template-columns: repeat(7, 1fr); */
    /* padding-bottom: 32px; */
}

.pro_pop .long_centent_box .service_cont_list .grid_item {
    padding: 0;
    flex: 1;
}

.pro_pop .long_centent_box .service_cont_list .grid_item .icon_box {
    width: 32px;
    margin: 0 auto;
}

.pro_pop .long_centent_box .service_cont_list .grid_item .icon_box img {
    width: 100%;
}

.pro_pop .long_centent_box .service_cont_list .grid_item .text_box {
    font-size: 13px;
    color: #142640;
    text-align: center;
    margin-top: 8px;
    line-height: 22px;
    font-weight: 500;
}

.pro_pop .long_centent_box .service_cont_intro {
    background: #f6f6f6;
    padding: 24px 16px;
    gap: 16px 0;
    flex-direction: column;
    margin-top: 32px;
}

.pro_pop .long_centent_box .service_cont_intro .top_tips {
    font-size: 12px;
    color: #818182;
    line-height: 18px;
}

.pro_pop .long_centent_box .service_cont_intro .top_tips span {
    color: #B10A32;
}

.pro_pop .long_centent_box .service_cont_intro .intro_list {
    gap: 0 16px;
}

.pro_pop .long_centent_box .service_cont_intro .intro_list .l_title {
    padding-left: 8px;
    position: relative;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #818182;
    width: 102px;
    align-self: flex-start;
}

.pro_pop .long_centent_box .service_cont_intro .intro_list .l_title::before {
    content: "";
    width: 2px;
    height: 12px;
    background: #B10A32;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro_pop .long_centent_box .service_cont_intro .intro_list .right_txt {
    flex: 1;
    font-size: 12px;
    color: #818182;
    line-height: 20px;
}

.pro_pop .long_centent_box .ship_service_box {
    gap: 0 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.pro_pop .long_centent_box .ship_service_list {
    gap: 32px 0;
    flex-direction: column;
}

.pro_pop .long_centent_box .ship_service_list .shit_list {
    gap: 16px 0;
    flex-direction: column;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .top_tit {
    line-height: 24px;
    padding-left: 12px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: relative;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .top_tit::before {
    content: "";
    width: 4px;
    height: 18px;
    background: #B10A32;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro_pop .long_centent_box .ship_service_list .shit_list .info_txt {
    font-size: 14px;
    line-height: 22px;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .tips_box {
    gap: 0 8px;
    color: #818182;
    font-size: 12px;
    line-height: 20px;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .tips_box .l_title {
    width: 96px;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .tips_box .l_title span {
    color: #B10A32;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .tips_box .r_txt {
    flex: 1;
}

.pro_pop .long_centent_box .ship_service_list .shit_list .tips_box .r_txt a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.pro_pop .long_centent_box .exclude_box {
    display: grid;
    gap: 0 29px;
    grid-template-columns: repeat(3, 1fr);
}

.pro_pop .long_centent_box .exclude_box .exclude_list {
    background: #F6F6F6;
    padding: 24px 16px;
}

.pro_pop .long_centent_box .exclude_box .exclude_list ul {
    gap: 16px 0;
    padding: 0;
    margin: 0 0 0 24px;
    flex-direction: column;
}

.pro_pop .long_centent_box .exclude_box .exclude_list ul li {
    padding: 0;
    margin: 0;
    list-style: disc;
}

.pro_pop .s_long_close_box {
    max-width: 1200px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    margin-top: -48px;
}

.pro_pop .s_long_centent_box {
    max-width: 1168px;
    position: relative;
    max-height: 70%;
    padding: 16px;
    background: #fff;
    width: 100%;
}

.pro_pop .short_close_box {
    max-width: 432px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    margin-top: -48px;
}

.pro_pop .short_centent_box {
    max-width: 400px;
    position: relative;
    max-height: 70%;
    overflow: auto;
    padding: 32px 16px;
    background: #fff;
    width: 100%;
}

.pro_pop .short_title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
}

.pro_pop .short_tips {
    padding: 16px 0 8px 0;
    color: #595959;
    font-size: 14px;
}

.pro_pop .short_dis_list {
    padding: 0;
}

.pro_pop .short_dis_list ul {
    gap: 8px 0;
    flex-direction: column;
    margin-left: 24px;
    padding: 0;
}

.pro_pop .short_dis_list ul li {
    list-style: disc;
    font-size: 14px;
    line-height: 21px;
    color: #595959;
}

.pro_pop .contrast_wrap {
    width: 100%;
}

.pro_pop .contrast_mob_wrap {
    display: none;
}

.pro_pop .contrast_title {
    height: 50px;
    background: #0d1c34;
    display: grid;
    grid-template-columns: 8% auto 12% 12% 12% 12% 12%;
    align-items: center;
}

.pro_pop .contrast_title .title_item {
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
}

.pro_pop .contrast_table_box {
    padding: 0;
    overflow: auto;
    max-height: 60vh;
}

.pro_pop .contrast_table_box .contrast_table {
    display: grid;
    grid-template-columns: 8% auto 12% 12% 12% 12% 12%;
    border-bottom: 1px #0D1C34 solid;
    border-right: 1px #0D1C34 solid;
    border-left: 1px #0D1C34 solid;
}

.pro_pop .contrast_table_box .contrast_table .table_item {
    padding: 10px;
    font-size: 14px;
    color: #142640;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pro_pop .contrast_table_box .contrast_table .table_item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #eee;
}

.pro_pop .contrast_table_box .contrast_table .table_item img {
    width: 100%;
    max-height: 100px;
    object-fit: cover;
}

.pro_pop .contrast_table_box .contrast_table .table_item span {
    color: #888;
    font-size: 12px;
}

.pro_pop .contrast_table_box .contrast_table .table_item.title {
    text-align: left;
    justify-content: flex-start;
}

.pro_pop .contrast_table_box .contrast_table .table_item.sx {
    flex-direction: column;
}

.pro_pop .contrast_table_box .contrast_table .table_item.grey {
    background: #f7f7f7;
}

.pro_pop .contrast_table_box .contrast_table .table_item a {
    text-decoration: underline;
    font-size: 14px;
    color: #0D1C34;
}

.pro_pop .code_close_box {
    max-width: 268px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    margin-top: -48px;
}

.pro_pop .code_centent_box {
    max-width: 236px;
    position: relative;
    max-height: 70%;
    overflow: auto;
    padding: 26px 16px;
    background: #fff;
    width: 100%;
}

.pro_pop .code_content_tit {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    text-align: center;
}

.pro_pop .code_content_tit p {
    padding: 0;
    margin: 0;
}

.pro_pop .code_content_qr {
    width: 150px;
    padding-top: 16px;
    height: 150px;
    margin: 0 auto;
}

.pro_pop .code_content_qr img {
    width: 100%;
    height: 100%;
}
/* 陆地游特别提醒 */
.pro_pop.ldy_pop .con{
    width: 672px;
    min-height: 416px;
    max-height: 500px;
    overflow: auto;
    background-color:white;
    box-sizing: border-box;
    padding: 24px;
    font-size: 14px;
    color: #595959;

}
.pro_pop.ldy_pop .con .con_txt{
    width: 100%;
    overflow-wrap: break-word;
}
.pro_pop.ldy_pop .con .con_txt span{
    color: #B10A32;
}
.pro_pop.ldy_pop .con .con_txt span.xhx{
    text-decoration: underline;
    cursor: pointer;
}
.pro_pop.ldy_pop .con .title{
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 24px;
    color: #142640;
}
/* 一票多享！船票已含/不包含 */
.pro_pop.ypdx_pop .pop_close_box {
    max-width: 960px;
}
.pro_pop.ypdx_pop .con{
    max-width: 960px;
    position: relative;
    max-height: 70%;
    overflow: auto;
    padding: 24px;
    background: #fff;
    width: 100%;
}
.pro_pop.ypdx_pop .con .title{
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #142640;
    text-align: center;
}
.pro_pop.ypdx_pop .con .xm_list_box{
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
}
.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 130px;
}
.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list .benefit_item_list_title{
    position: relative ;
}
.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list .benefit_item_list_title div{
    line-height: 21px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;

}
.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list .benefit_item_list_title div.none{
    padding-right: 0px;
}
.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list .benefit_item_list_title img{
    width: 10px;
    height: 15px;
    margin:0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list img{
    width:32px;
    height: 32px;
    font-size: 0;
    margin-bottom: 8px;
}
.pro_pop.ypdx_pop .con .detail_title{
    padding-top: 40px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.pro_pop.ypdx_pop .con .detail_box{
    gap: 0px 24px;
}
.pro_pop.ypdx_pop .con .detail_box .detail_list{
    width: 50%;
}
.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_small_title{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: black;
    line-height: 24px;
}
.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_small_title .tiao{
    width: 4px;
    height: 18px;
    background-color: #B10A32;
    margin-right: 8px;
}
.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_txt{
    padding-top: 16px;
    font-size: 14px;
    line-height: 21px;
}
.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_zs{
    font-size: 12px;
    font-weight: 400;
    flex:1;
    color: #818182;
}
.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_zs span{
    font-weight: 500;
    color: black;
    text-decoration: underline;
}
.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_zs_title{
    color: #818182;
    font-size: 12px;
    line-height: 20px;
}
.pro_pop.ypdx_pop .con .detail_box .detail_list .detail_zs_title span{
    color: #B10A32;
}
.pro_pop.ypdx_pop .con .detail_box .jz_list{
    padding-top: 32px;
}
.pro_pop.ypdx_pop .con .detail_box .jz_list:first-child{
    padding-top: 0px;
}
.pro_pop.ypdx_pop .con .level_two_title{
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: black;
    text-align: center;
    padding-top: 40px;
    padding-bottom:24px;
}
.pro_pop.ypdx_pop .con .bbh_list_box{
    gap: 0px 21px;
}
.pro_pop.ypdx_pop .con .bbh_list_box div{
    width: 33.33333%;
    background: #F6F6F6;
    box-sizing: border-box;
    padding: 24px 16px;
}
.pro_pop.ypdx_pop .con .bbh_list_box div ul{
    /* list-style-type: none; */
    padding-left: 20px;
}
.pro_pop.ypdx_pop .con .bbh_list_box div ul li{
    font-size: 14px;
    line-height: 20px;
    color: black;
    padding-top: 16px;
}
.pro_pop.mrxc_pop .con{
    max-width: 672px;
    position: relative;
    max-height: 70%;
    /* overflow: auto; */
    padding: 48px 126px 72px 126px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
}

.pro_pop.mrxc_pop .con .mob_top_image{
    display: none;
}
.pro_pop.mrxc_pop .pop_close_box{
    max-width: 672px;
}
.pro_pop.mrxc_pop .con .title{
    color: #142640;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.pro_pop.mrxc_pop .con .name_box{
    border-bottom: solid 1px #000;
    padding-top: 32px;
}
.pro_pop.mrxc_pop .con .name{
    width: 100%;
    border:none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.pro_pop.mrxc_pop .con .code_box{
    border-bottom: solid 1px #000;
    padding-top: 32px;
}
.pro_pop.mrxc_pop .con .code{
    width: 100%;
    border:none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.pro_pop.mrxc_pop .con .phone_box{
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 32px;
}
.pro_pop.mrxc_pop .con .phone_box .phone_input_box{
    border-bottom: solid 1px #000;
    flex: 1;
}
.pro_pop.mrxc_pop .con .phone_box .phone_input_box .phone{
    width: 100%;
    border:none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.pro_pop.mrxc_pop .con .phone_box .phone_yzm{
    width: 96px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #142640;
    margin-left: 16px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.pro_pop.mrxc_pop .con .phone_box .phone_yzm.disable{
    background: #979797;
}
.pro_pop.mrxc_pop .con .yszc_box{
    align-items: flex-start;
    padding-top: 16px;
}
.pro_pop.mrxc_pop .con .yszc_box .yszc_txt{
    font-size: 12px;
    line-height: 20px;
    color: #595959;
}
.pro_pop.mrxc_pop .con .yszc_box .yszc_txt span{
    font-weight: 500;
    color: #142640;
    cursor: pointer;
}
.pro_pop.mrxc_pop .con .yszc_box .gx_box{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 16px;
    cursor: pointer;
}
.pro_pop.mrxc_pop .con .yszc_box .gx_box img{
    width: 100%;
    height: 100%;
}
.pro_pop.mrxc_pop .con .btn_box{
    width:100%;
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    gap: 0px 16px;
}
.pro_pop.mrxc_pop .con .btn_box div{
    width: 50%;
    height: 40px;
    cursor: pointer;
    background-color:#B10A32;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 16px;
}
.pro_pop.mrxc_pop .con .wx_code{
    position: absolute;
    top: 184px;
    left: 210px;
    width: 268px;
    height: 292px;
    display: flex;
    flex-direction: column;
    /* display: none; */
}
.pro_pop.mrxc_pop .con .wx_code .content{
    flex: 1;
    background: white;
    padding: 26px 59px;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.pro_pop.mrxc_pop .con .wx_code .content span{
    font-size: 16px;
    line-height: 28px;
}
.pro_pop.mrxc_pop .con .wx_code .content img{
    width: 150px;
    height: 150px;
    margin-top: 16px;
}
.pro_pop.mrxc_pop .con .wx_code .content .sj{
    width: 100%;
    position: absolute;
    left: 0;
    top: -18px;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.pro_pop.mrxc_pop .con .wx_code .content .sj img{
    width: 40px;
    height: 18px;
    margin-top: 0px;
}
.pro_pop.sub_success_pop .con{
    max-width: 672px;
    position: relative;
    max-height: 70%;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 234px;
}
.pro_pop.sub_success_pop .con .mob_detail{
    display: none;
}
.pro_pop.sub_success_pop .con .mob_btn{
    display: none;
}

.pro_pop.sub_success_pop .pop_close_box{
    max-width: 672px;
}
.pro_pop.sub_success_pop .con img{
    width: 44px;
    height: 44px;
    font-size: 0;
    margin-bottom: 16px;
}
.pro_pop.sub_success_pop .con span{
    font-size: 20px;
    color: black;
    line-height: 30px;
    font-weight: 500;
}

.pro_pop.yyzx_pop .con{
    max-width: 672px;
    position: relative;
    max-height: 70%;
    /* overflow: auto; */
    padding: 48px 126px 72px 126px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
}
.pro_pop.yyzx_pop .pop_close_box{
    max-width: 672px;
}
.pro_pop.yyzx_pop .con .title{
    color: #142640;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.pro_pop.yyzx_pop .con .name_box{
    border-bottom: solid 1px #000;
    padding-top: 32px;
}
.pro_pop.yyzx_pop .con .name{
    width: 100%;
    border:none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.pro_pop.yyzx_pop .con .code_box{
    border-bottom: solid 1px #000;
    padding-top: 32px;
}
.pro_pop.yyzx_pop .con .code{
    width: 100%;
    border:none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.pro_pop.yyzx_pop .con .phone_box{
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 32px;
}
.pro_pop.yyzx_pop .con .phone_box .phone_input_box{
    border-bottom: solid 1px #000;
    flex: 1;
}
.pro_pop.yyzx_pop .con .phone_box .phone_input_box .phone{
    width: 100%;
    border:none;
    height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.pro_pop.yyzx_pop .con .phone_box .phone_yzm{
    width: 96px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #142640;
    margin-left: 16px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.pro_pop.yyzx_pop .con .phone_box .phone_yzm.disable{
    background: #979797;
}
.pro_pop.yyzx_pop .con .yszc_box{
    align-items: flex-start;
    padding-top: 16px;
}
.pro_pop.yyzx_pop .con .yszc_box .yszc_txt{
    font-size: 12px;
    line-height: 20px;
    color: #595959;
}
.pro_pop.yyzx_pop .con .yszc_box .yszc_txt span{
    font-weight: 500;
    color: #142640;
    cursor: pointer;
}
.pro_pop.yyzx_pop .con .yszc_box .gx_box{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 16px;
    cursor: pointer;
}
.pro_pop.yyzx_pop .con .yszc_box .gx_box img{
    width: 100%;
    height: 100%;
}
.pro_pop.yyzx_pop .con .btn_box{
    width:100%;
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    gap: 0px 16px;
}
.pro_pop.yyzx_pop .con .btn_box div{
    width: 100%;
    height: 40px;
    cursor: pointer;
    background-color:#B10A32;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 16px;
}

.pro_pop.pro_levelup_pop .trip_hl_swiper_pagination{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
}
.pro_pop.pro_levelup_pop .trip_hl_swiper_pagination .trip_hl_swiper_arrow{
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.pro_pop.pro_levelup_pop .trip_hl_swiper_pagination{
    margin-top: 4px;
}
.pro_pop.pro_levelup_pop .trip_hl_swiper_pagination .trip_hl_swiper_number{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.pro_pop.hotel_pop .trip_hl_swiper_pagination{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
}
.pro_pop.hotel_pop .trip_hl_swiper_pagination .trip_hl_swiper_arrow{
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.pro_pop.hotel_pop .trip_hl_swiper_pagination{
    margin-top: 4px;
}
.pro_pop.hotel_pop .trip_hl_swiper_pagination .trip_hl_swiper_number{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.pro_pop.hotel_pop .centent_box .level_content{
    padding-top: 0px;
}
.pro_pop.hotel_pop .centent_box .level_content .level_top{
    padding-bottom: 0px;
}
.pro_pop.hotel_pop .centent_box .level_content .level_contxt_txt{
    padding-top: 8px;
}
/* 领取手册的样式 */
.fetch_manual_area{
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    background: white;
    display: flex;
    justify-content: flex-end;
    padding: 64px;
    box-sizing: border-box;
}
.fetch_manual_area .pop_close_box{
    display: none;
}
.fetch_manual_area .content_box{
    width: 320px;
    /* min-height: 500px; */
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
}
.fetch_manual_area .content_box .one_title{
    width: 100%;
    padding: 32px 34px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #142640;
}
.fetch_manual_area .content_box .code_img{
    width: 100%;
    display: flex;
    justify-content: center;
}
.fetch_manual_area .content_box .code_img img{
    width: 145px;
    height: 145px;
    font-size: 0;

}
.fetch_manual_area .content_box .two_title{
    width: 100%;
    padding: 32px 34px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #142640;
}
.fetch_manual_area .content_box .from_box{
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}
.fetch_manual_area .content_box .from_box .input_list{
    display: flex;
    height: 28px;
    border-bottom: solid 1px #000;
}
.fetch_manual_area .content_box .from_box .input_list input{
    font-size: 14px;
    line-height: 28px;
    border: none;
    width: 100%;
    background:#F4F4F4 ;
    padding:0px;
}
.fetch_manual_area .content_box .from_box .code_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}
.fetch_manual_area .content_box .from_box .code_box .get_code{
    width: 96px;
    height: 34px;
    background: #142640;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.fetch_manual_area .content_box .from_box .code_box .get_code.disable{
    background: #979797;
}
.fetch_manual_area .content_box .from_box .input_list_box{
    padding-top: 32px;
}
.fetch_manual_area .content_box .yszc_box{
    width: 100%;
    display: flex;
    padding: 16px;
    box-sizing: border-box;
}
.fetch_manual_area .content_box .yszc_box img{
    width: 16px;
    height: 16px;
    font-size: 0;
    cursor: pointer;
}
.fetch_manual_area .content_box .yszc_box .txt{
    padding-left: 16px;
    font-size: 13px;
    line-height: 20px;
    color: #595959;
}
.fetch_manual_area .content_box .yszc_box .txt span{
    color: #142640;
    font-weight: 500;
    cursor: pointer;
}
.fetch_manual_area .content_box .btn_box{
    width: 100%;
    padding:32px 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.fetch_manual_area .content_box .btn_box div{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #B10A32;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.fetch_manual_area .content_box .two_btn_box{
    flex: 1;
    background: white;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
}
.fetch_manual_area .content_box .two_btn_box div{
    background-color: #142640;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.receiveManual.sub_success_pop{
    width:100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* padding: 64px; */
    box-sizing: border-box;
    position: absolute;
    right: 0;
}
.receiveManual.sub_success_pop .centent_flex{
    width: 320px;

}
.receiveManual.sub_success_pop .centent_flex .pop_close_box{
    display: none;
}
.receiveManual.sub_success_pop .centent_flex .con{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}
.receiveManual.sub_success_pop .centent_flex .con img{
    width: 44px;
    height: 44px;

}
.receiveManual.sub_success_pop .centent_flex .con span{
    padding-top: 16px;
    font-size: 18px;
    font-weight: 500;
    color: black;
    line-height: 27px;
}
.receiveManual.sub_success_pop .centent_flex .con span.mob_detail{
    padding-top: 8px;
    color: #595959;
    font-size: 16px;
    line-height: 24px;
}
.receiveManual.sub_success_pop .centent_flex .con .mob_btn{
    margin-top: 24px;
    width: 311px;
    height: 44px;
    background:#B10A32 ;
    text-align: center;
    line-height: 44px;
    color: white;
    font-size: 14px;
    cursor: pointer;
}
.fetch_manual_area .download_btn{
    display: none;
}
.fetch_manual_area .mob_contents{
    position: relative;
    display: flex;
    align-items: center;
    /*    overflow-y: auto;*/
}
/* 领取手册的样式结束 */
.cancellation_box .title_txt{
    display: none;
}
/*  */

.full_wrap .no_list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.full_wrap .no_list img{
    width: 60px;
    height: 60px;
    margin-bottom: 32px;

}
.full_wrap .no_list div{
    font-size: 24px;
    font-weight: 500;
    color: black;
    line-height: 36px;
}
/* 礼包 */
.gift_package_wrapper{
    width: 100%;
    padding-top: 24px;

}
.gift_package_wrapper .gift_package_title{
    width: 100%;
    padding: 16px 0px;
    background: rgba(70,101,128,0.2);
    text-align: center;
    color: #142640;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.gift_package_wrapper .gift_package_content{
    display: flex;
    width: 100%;
    gap: 0 24px;
    padding-top:24px;
}
.gift_package_wrapper .gift_package_content .gift_package_item{
    flex: 1;
    padding: 24px 0;
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gift_package_wrapper .gift_package_content .gift_package_item img{
    width: 48px;
    height: 48px;
    font-size: 0;
}
.gift_package_wrapper .gift_package_content .gift_package_item div{
    color: #466580;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 8px;
}

/* 手机端样式变化 */
@media screen and (max-width:1024px) {
    .pro_wrapper .airline_select .select_box .layer_box .choose_date_btn .clear_btn{
        width: 120px;
    }
    .cancellation_box .content{
        padding: 74px 16px 24px 16px;
    }
    .cancellation_box .title_txt{
        display: flex;
        width:100%;
        justify-content: center;
        align-items: center;
        height:50px;
        background: #142640;
        color: white;
        font-weight: 400;
        font-size: 18px;
        position: fixed;
        left: 0px;
    }
    /* Product List 优先级 1 */
    .pro_li_filter {
        background: #0D1C34;
        padding: 16px 0;
    }

    .pro_li_filter_cent {
        flex-direction: column;
        gap: 16px 0;
        padding: 24px 16px;
    }
    .pro_li_filter_cent .left_select .select_box .mob_sel_layer_city_top{
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        border-bottom: solid 1px #f4f4f4;
        position: relative;
        text-align: center;
        line-height: 50px;
        color: #142640;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }
    .pro_li_filter_cent .left_select .select_box .mob_sel_layer_city_top .close{
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 13px 16px;
        box-sizing: border-box;
        font-size: 0px;
        height: 100%;
    }
    .pro_li_filter_cent .left_select .select_box.select_boxs .mob_sel_layer_city_top{
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        border-bottom: solid 1px #f4f4f4;
        position: relative;
        text-align: center;
        line-height: 50px;
        color: #142640;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }
    .pro_li_filter_cent .left_select .select_box.select_boxs .mob_sel_layer_city_top .close{
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 13px 16px;
        box-sizing: border-box;
        font-size: 0px;
        height: 100%;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_city{
        padding-top: 32px;
        padding: 32px 0 0 0;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_cont{
        padding: 0 16px 16px 16px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_con_bnt_box{
        padding: 16px;
        box-sizing: border-box;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_con_bnt_box .cz_btn{
        width: 120px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_city .sel_city_con_bnt_box .qr_btn{
        width: 100%;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_city_con_bnt_box .cz_btn{
        width: 120px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_city_con_bnt_box .qr_btn{
        width: 100%;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_type{
        padding:32px 0 0 0;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_cont ul li{
        height: 36px;
        line-height: 36px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_cont{
        padding: 0 16px 16px 16px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_conts ul li{
        height: 36px;
        line-height: 36px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_type_conts{
        padding: 0 16px 16px 16px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_type .sel_city_con_bnt_box{
        padding: 16px;
        box-sizing: border-box;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_data{
        padding:32px 0 0 0;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_tit{
        padding: 0 16px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_cont{
        margin-top: 32px;
        padding: 0 16px 16px 16px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_data_cont .month_item{
        height: 36px;
        line-height: 36px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_city_con_bnt_box{
        padding: 16px;
        box-sizing: border-box;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_city_con_bnt_box .cz_btn{
        width: 120px;
    }
    .pro_li_filter_cent .left_select .select_box .sel_layer_data .sel_city_con_bnt_box .qr_btn{
        width: 100%;
    }
    .pro_li_filter_cent .left_select .select_box .mob_sel_layer_city_top .close img{
        width: 24px;
        height: 24px;
    }
    .pro_li_filter_cent .left_select {
        grid-template-columns: 3fr 3fr;
        grid-template-rows: auto 1fr; /* 行高自动适应内容 */
        grid-template-columns: 3fr 3fr 1fr;
        gap:8px 8px;
    }
    .pro_li_filter_cent .left_select.four{
        grid-template-columns: 4fr 4fr;
        grid-template-rows: auto 1fr; /* 行高自动适应内容 */
        grid-template-columns: 1fr 1fr 1fr;
        gap:8px 8px;
    }
    .pro_li_filter_cent .left_select .select_box{
        height: 40px;
    }
    .pro_li_filter_cent .left_select .select_box{
        grid-column: span 1;
        /* max-width: 109px; */
    }
    .pro_li_filter_cent .left_select.four .select_box{
        /* max-width: 109px; */
    }
    .pro_li_filter_cent .left_select.four .right_action.mob{
        grid-column: span 1;
    }
    .pro_li_filter_cent .left_select .select_box:first-child{
        grid-column: span 3;
        max-width: 100%;
    }
    .pro_li_filter_cent .left_select .select_box .sel_title {
        padding: 10px 8px;
        height: 100%;
        box-sizing: border-box;
    }
    .pro_li_filter_cent .left_select .select_box .txt_value{
        font-weight: 400;
    }
    .pro_li_filter_cent .right_action {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px 0;
    }
    .pro_li_filter_cent .right_action.mob{
        display: block;
        height: 40px;
    }
    .pro_li_filter_cent .right_action.pc{ display: none; }
    .pro_li_filter_cent .right_action .filter_btn {
        width: 100%;
        height: 100%;
    }

    .pro_li_filter_cent .right_action .reset_btn {
        width: 100%;
        height: 24px;
        text-align: center;
    }

    .pro_li_filter_cent .left_select .select_box .sel_layer {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: rgba(0, 0, 0, .5);
        display: none;
    }

    .pro_li_filter_cent .left_select .select_box .sel_layer_main {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .pro_li_wrap {
        padding: 24px 16px 16px 16px;
    }

    .pro_li_item_list {
        gap: 16px 0;
    }

    .pro_li_item_list .pro_list {
        flex-direction: column;
    }

    .pro_li_item_list .pro_list .pic_box {
        width: 100%;
    }

    .pro_li_item_list .pro_list .right_box {
        padding: 24px 16px;
    }

    .pro_li_item_list .pro_list .right_box .title_box {
        line-height: 26px;
        font-size: 18px;
    }

    .pro_li_item_list .pro_list .right_box .intro_box {
        font-size: 14px;
        line-height: 22px;
    }

    .pro_li_item_list .pro_list .right_box .city_box {
        padding-top: 8px;
        font-size: 12px;
        gap: 0 2px;
        line-height: 20px;
        align-items: flex-start;
    }

    .pro_li_item_list .pro_list .right_box .des_txt {
        padding: 20px 0;
        font-size: 14px;
        line-height: 24px;
    }

    .pro_li_item_list .pro_list .right_box .btn_box {
        justify-content: space-between;
        align-items: center;
        /* flex-direction: column; */
        gap: 4px 0;
    }

    .pro_li_item_list .pro_list .right_box .btn_box .price_box {
        font-size: 18px;
        line-height: 27px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .pro_li_item_list .pro_list .right_box .btn_box .price_box del{
        padding-left: 0px;
        font-size: 12px;
        line-height: 18px;
        padding-top: 4px;
    }
    .pro_li_item_list .pro_list .right_box .btn_box .r_btn {
        width: 104px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        align-self: flex-end;
    }

    /* Product 优先级 1 */
    .pro_wrapper{
        padding: 0px 16px 16px 16px;
    }
    .pro_wrapper#trip_price{
        background-color: #f4f4f4;
        padding: 0;
    }
    .pro_wrapper .title_box {
        height: 27px;
        line-height: 27px;
        font-size: 18px;
        font-weight: 500;
        background-color: #fff;
        padding: 24px 16px 0px 16px;
    }

    .pro_wrapper .sub_detail {
        padding-top: 12px;
        font-size: 14px;
        text-align: center;
        color: #142640;
        line-height: 24px;
    }
    .pro_wrapper .benefit_item_box_mob{
        padding: 0 16px;
    }
    .pro_wrapper .benefit_item_box{
        margin-top: 0px;
        padding: 16px;
        background:#fff;
    }
    .pro_wrapper .benefit_item_box .benefit_item_title{
        font-size: 14px;
        line-height: 14px;
    }
    .pro_wrapper .benefit_item_box .benefit_item_detail{
        margin-top: 8px;
        font-size: 12px;
        line-height: 14px;
    }

    .pro_wrapper .benefit_item_box .benefit_item_list_box{
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        gap: 20px 0;
        margin-top: 16px;
    }
    .pro_wrapper .benefit_item_box .benefit_item_list_box .benefit_item_list{
        width: 100%;
        max-width: 100%;
    }
    .pro_wrapper .benefit_item_box .benefit_item_list_box .benefit_item_list img{
        width: 32px;
        height: 32px;
    }
    .pro_wrapper .benefit_item_box .benefit_item_list_box .benefit_item_list .benefit_item_list_title div{
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
    }
    .pro_wrapper .intro_box {
        padding-top: 16px;
        padding-bottom: 0px;
        margin-top: 0px;
        background: #fff;
        gap: 16px 0;
    }

    .pro_wrapper .intro_box .trip_select {
        gap: 16px 0;
        flex-direction: column;
        padding: 0px;
        box-shadow:none;
    }
    .pro_wrapper .intro_box .trip_select .left_side .map_tip{
        display: none;
    }
    .pro_wrapper .mob_map_tip{
        margin-top: 8px;
        width:100%;
        display: flex;
        color: #b10a32;
        font-size: 12px;
        line-height: 18px;
        justify-content: center;
    }

    .pro_wrapper .intro_box .trip_select .left_side {
        width: 100%;
        gap: 0;
        flex-direction: column-reverse;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    }

    .pro_wrapper .intro_box .trip_select .left_side .top_switch {
        display: none;
    }

    .pro_wrapper .intro_box .trip_select .left_side .mob_switch {
        display: block;
        background: white;
        padding: 16px;
    }

    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_tit {
        gap: 0 12px;
        align-items: center;
    }

    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_tit .now_txt {
        font-size: 14px;
        color: #595959;
    }

    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_tit .change_btn {
        border: 1px #ddd solid;
        padding: 1px 8px;
        gap: 0 4px;
        color: #000;
        font-size: 14px;
    }

    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_tit .change_btn img {
        width: 18px;
    }

    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_grid {
        display: grid;
        gap: 7px 44px;
        grid-template-columns: repeat(3, auto);
        margin-top: 16px;
    }
    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_grid.switch_grid_four{
        grid-template-columns: repeat(4, auto);
        gap: 7px 30px;
    }

    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_grid .city_item {
        text-align: center;
        color: #0D1C34;
        font-size: 16px;
        line-height: 24px;
        position: relative;
    }

    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_grid .city_item .city_txt {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_grid .city_item::after {
        content: "";
        /* content: "→"; */
        display: block;
        width: 31px;
        height: 24px;
        position: absolute;
        background-image: url(../images/jt_black.svg);
        /* background-size: cover; */
        background-position: center;
        background-repeat:no-repeat;
        top: 0;
        right: -31px;
        line-height: 24px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_title{
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_title img{
        width: 16px;
        height: 16px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper{
        margin-top: 8px;
        min-height: 157px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .included_project_con{
        padding:16px
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .included_project_con .title{
        font-size: 14px;
        line-height: 21px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .included_project_con .title img{
        width:16px;
        height: 16px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .included_project_con .detail{
        font-size: 10px;
        line-height: 15px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_swiper .included_project_con .btn{
        margin-top: 8px;
        width: 72px;
        height: 26px;
        font-size: 12px;
        line-height: 18px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_box .swiepr_switch_btn img{
        width: 32px;
        height: 32px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_box .swiepr_switch_btn{
        font-size: 16px;
        line-height: 24px;
    }
    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_grid .city_item_last::after {
        display: none;
    }

    .pro_wrapper .intro_box .trip_select .left_side .mob_switch .switch_grid .type_item {
        color: #979797;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }
    .pro_wrapper .intro_box .trip_select .right_side {
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    }
    .pro_wrapper .intro_box .trip_select .right_side .trip_intro_top {
        height: 45px;
        padding: 0 12px;
        line-height: 45px;
        gap: 0 12px;
        display: grid;
        grid-template-columns: 25% auto;
    }

    .pro_wrapper .intro_box .trip_select .right_side .trip_intro_top .item_txt.mob_city {
        display: none;
    }

    .pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_scroll {
        height: auto;
        overflow-y: hidden;
        position: relative;
    }

    .pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_list {
        display: grid;
        gap: 0 12px;
        display: grid;
        grid-template-columns: 25% auto;
        padding: 12px;
        min-height: auto;
        font-size: 14px;
    }

    .pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_list .intro_txt.mob_city {
        display: none;
    }
    .pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_list .intro_txt.mob_city_node p{
        display: block;
    }
    .pro_wrapper .intro_box .trip_select .right_side .trip_intro_box .intro_list .intro_txt p.node{
        color: #005e4c;
    }
    .pro_wrapper .intro_box .trip_select .right_side .tips {
        position: relative;
        bottom: auto;
        padding-top: 16px;
        font-size: 12px;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
    }

    .pro_wrapper .intro_box .trip_hl {
        gap: 0;
        flex-direction: column;
        align-items: normal;
        padding: 0px;
    }

    .pro_wrapper .intro_box .trip_hl .left_pic {
        width: 100%;
        position: relative;
    }

    .pro_wrapper .intro_box .trip_hl .left_pic .city_site {
        left: 0px;
        bottom: 0px;
        gap: 0 2px;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 16px;
        display: flex;
        align-items: flex-end;
        background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.3) 84.62%);
    }
    .pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper_pagination .trip_hl_swiper_arrow{
        width: 32px;
        height: 32px;
    }
    .pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper_pagination{
        margin-top: 4px;
    }
    .pro_wrapper .intro_box .trip_hl .left_pic .trip_hl_swiper_pagination .trip_hl_swiper_number{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .pro_wrapper .intro_box .trip_hl .right_txt {
        flex-direction: column;
        background: white;
        padding: 16px;
    }

    .pro_wrapper .intro_box .trip_hl .right_txt .title_txt {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }
    .pro_wrapper .intro_box .trip_hl .right_txt .list_txt ul li{
        font-size: 14px;
        line-height: 28px;
        margin-top: 0px;
    }
    .pro_wrapper .intro_box .trip_bot .download_box{
        font-size: 14px;
        gap:0 16px;
    }
    .pro_wrapper .intro_box .trip_bot .download_box div{
        gap:0 4px;
    }
    .pro_wrapper .intro_box .trip_bot .download_box img{
        width: 32px;
        height: 32px;
    }
    .pro_wrapper .intro_box .trip_hl .right_txt .list_txt {
        font-size: 14px;
    }
    .pro_wrapper .intro_box .trip_bot{
        border:none;
        display: block;
        padding: 16px 32px;
        box-sizing: border-box;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 3;
        background: white;
        border-top: 1px solid #CCCCCC
    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box{
        margin-top: 16px;
        justify-content: space-between;
    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt{
        display: block;
    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box .wrapper{
        gap: 0 4px;
    }
    .pro_wrapper .arrange_box {
        padding-top: 8px;
        gap: 8px 0;
    }
    .pro_wrapper .arrange_box .top_tips{
        font-size: 12px;
    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt .price_num{
        font-size: 20px;
        line-height: 20px;
    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt .xiexian{
        font-size: 12px;
        color: #b10a32;
        line-height: 20px;
    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt .wenan{
        font-size: 12px;
        color: #b10a32;
        line-height: 20px;
    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt .mob_price_num{
        font-size: 12px;
    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt div{
        display: flex;
        align-items:flex-end ;
    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box .btn a{
        width: 142px;
        height: 36px;
        font-size: 14px;

    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt .yuan_price{
        margin-left: 0px;
        font-size: 12px;
        line-height:18px;
        display: inline-block;
    }
    .pro_wrapper .arrange_box .trip_day_box {
        position: relative;
        gap: 24px 0;
        flex-direction: column;
        background: white;
        margin: 0 -16px;
        padding: 0 16px;
    }

    .pro_wrapper .arrange_box .trip_day_box .left_day_box {
        position: relative;
        margin: 0 -16px;
        width: auto;

    }

    .pro_wrapper .arrange_box .trip_day_box .left_day {
        border-right: 0 none;
        width: 100%;
        position: relative;
        align-self: flex-start;
        background: white;
        left: 0;
        overflow: hidden;
        padding-bottom: 0;
        position: relative;
    }
    .pro_wrapper .arrange_box .trip_day_box .left_day .jt{
        background: linear-gradient(270deg, #FFFFFF 81.25%, rgba(255, 255, 255, 0) 100%);
        width: 48px;
        padding: 3px 0 2px 0;
        position: absolute;
        right: 0;
        top:0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pro_wrapper .arrange_box .trip_day_box .left_day .jt img{
        width: 24px;
        height:24px;
        font-size: 0;
    }
    .pro_wrapper .arrange_box .trip_day_box .left_day_box.pc{
        display: none;
    }
    .pro_wrapper .arrange_box .trip_day_box .left_day_box.mob{
        display:block;
        padding-bottom: 16px;
        background-color: white;
        position: relative;
    }
    .pro_wrapper .arrange_box .trip_day_box .left_day.left_day_active ul{
        max-width: 100%;
        padding: 0 16px;
    }
    .pro_wrapper .arrange_box .trip_day_box .left_day ul {
        padding: 0px 16px;
        margin: 0;
        display: flex;
        flex-direction: row;
        gap: 0 16px;
        width: 100%;
    }

    .pro_wrapper .arrange_box .trip_day_box .left_day ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        height: auto;

    }

    .pro_wrapper .arrange_box .trip_day_box .left_day ul li:last-child {
        padding-right:48px;
    }

    .pro_wrapper .arrange_box .trip_day_box .left_day ul li a {
        display: block;
        text-align: center;
        line-height: 21px;
        font-size: 14px;
        font-weight: 400;
        box-sizing: border-box;
        white-space: nowrap;
        padding: 4px 0px;
        border:none;
        color: #142640;
        border-bottom: 1px #FFFFFF solid;
    }

    .pro_wrapper .arrange_box .trip_day_box .left_day ul li a.cur {
        color: #142640;
        background: none;
        margin-right: 0;
        border:none;
        border-bottom: 1px #142640 solid;
        font-weight: 500;
    }
    .pro_wrapper .arrange_box .trip_day_box .left_day_pop{
        width: 100%;
        padding: 16px 16px 8px 16px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px 5px;
        background: #ffffff;
        position: absolute;
        z-index: 2;
    }
    .pro_wrapper .arrange_box .trip_day_box  .left_day_pop div{
        border: solid 1px #cccccc;
        text-align: center;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: black;
    }
    .pro_wrapper .arrange_box .trip_day_box .left_day_pop div.cur{
        background: #466580;
        border: solid 1px #466580;
        color: white;
        font-weight: 500;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip {
        gap: 12px 0;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list {
        gap: 24px 0;
        flex-direction: column;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .top_box {
        padding: 0;
        gap: 0;
        flex-direction: column;
        background: #fff;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .text_box {
        padding: 0;
        gap: 0;
        flex-direction: column;
        background: #fff;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_swiper {
        width: 100%;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text {
        flex-direction: column;
        padding: 0 16px;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .top_tit {
        padding-top: 16px;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .top_tit .l_tit {
        font-size: 16px;
        line-height: 24px;
        color: #142640;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .top_tit .r_discreation {
        font-size: 14px;
        padding-top: 8px;
        color: #142640;
        line-height: 21px;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box {
        margin-top: 8px;
        flex: 1;
        position: relative;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box_scroll {
        position: relative;
        width: 100%;
        height: auto;
        overflow-y: hidden;
        gap: 8px 0;
        flex-direction: column;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box_scroll .tit_txt {
        font-size: 14px;
        font-weight: bold;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box_scroll .top_txt {
        line-height: 24px;
        font-size: 14px;
        color: #595959;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .cent_box_scroll .tips_txt {
        line-height: 21px;
        font-size: 14px;
        color: #595959;
        gap: 0 9px;
        align-items: center;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box .included_project_box{
        width: 100%;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box .amusement_item_box{
        gap: 16px;
        flex-direction: column;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list.expand .trip_content_box{
        padding: 16px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .trip_box .expand_collapse_btn img{
        margin-left: 0px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .trip_box .expand_collapse_btn{
        font-size: 14px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_text .trip_box{
        padding-top: 4px;
        padding-bottom: 16px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .plus_box {
        padding: 0 0 16px 0;
        gap: 16px 0;
        flex-direction: column;
    }

    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .plus_list {
        gap: 12px 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .pro_wrapper .arrange_box .pdf_down {
        padding: 0 0 8px 0;
        gap: 0;
        position: relative;
        margin: 0 -16px;
        border-bottom: 1px #F4F4F4 solid;
    }

    .pro_wrapper .arrange_box .pdf_down .down_list {
        gap: 16px 0;
        align-items: center;
        flex-direction: column;
        flex: 1;
    }

    .pro_wrapper .arrange_box .pdf_down .down_list .icon_box {
        width: 45px;
    }

    .pro_wrapper .arrange_box .pdf_down .down_list .icon_box img {
        width: 100%;
    }

    .pro_wrapper .arrange_box .pdf_down .down_list .txt_box {
        font-size: 16px;
        color: #142640;
    }

    .pro_wrapper .inviolable {
        padding: 24px 16px;
    }

    .pro_wrapper .inviolable .top_list {
        padding-bottom: 24px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px 0;
    }

    .pro_wrapper .inviolable .top_list_item .txt_box {
        font-size: 12px;
        color: #142640;
        font-weight: 500;
        flex: 1;
    }

    .pro_wrapper .inviolable .tips_txt {
        padding: 24x 0;
        gap: 16px 0;
        flex-direction: column;
    }

    .pro_wrapper .inviolable .tips_txt .red_txt {
        font-size: 12px;
    }

    .pro_wrapper .inviolable .tips_txt .red_txt img {
        width: 16px;
    }

    .pro_wrapper .inviolable .intro {
        padding: 24px 16px;
    }

    .pro_wrapper .inviolable .intro .list_txt {
        gap: 8px 0;
        flex-direction: column;
    }

    .pro_wrapper .airline_box {
        padding: 0;
        gap: 16px 0;
        flex-direction: column;
        margin-top: 24px;
    }
    .pro_wrapper .airline_box .room_type{
        box-shadow: none;
        padding: 0 16px;
    }
    .pro_wrapper .airline_tips{
        font-size: 12px;
        font-weight: 400;
        color: black;
    }
    .pro_wrapper .airline_switch {
        font-size: 0;
        margin-top: 16px;
    }
    .pro_wrapper .airline_select{
        display: grid;
        grid-template-columns: 3fr 3fr; /* 两列各占50% */
        grid-template-rows: auto 1fr; /* 行高自动适应内容 */
        gap: 8px; /* 元素间间距 */
    }
    .pro_wrapper .airline_select .select_box:first-child{
        grid-column: span 2;
    }
    .pro_wrapper .airline_select .select_box .top_txt_tit{
        font-weight: 400;
    }
    .pro_wrapper .airline_select .select_box .value_txt{
        font-weight: 400;
        line-height: 24px;
    }
    .pro_wrapper .airline_select .select_box .layer_box {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        display: none;
        z-index: 20;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .title{
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .title img{
        width:16px;
        height: 16px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list_box{
        gap:16px;
        flex-direction: column;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list_box .hotel_list{
        width:100%;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list_box .hotel_list .con{
        padding: 17px 16px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list .con .title{
        font-size: 14px;
        line-height: 21px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .check_in_hotel_box .hotel_list .con .btn{
        margin-top: 8px;
        width:72px;
        height: 26px;
        font-size: 12px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .none{
        font-size: 16px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box .none img{
        width: 16px;
        height: 16px;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip .trip_list .trip_content_box.rzjd_box .check_in_hotel_box .rzjd_list{
        width: 100%;
    }
    .pro_wrapper .arrange_box .trip_day_box .right_trip{
        padding: 0px;
    }
    .pro_wrapper .airline_select .select_box .layer_box .layer_main {
        background: #fff;
        box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10);
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .pro_wrapper .airline_select .select_box .layer_box .layer_main .layer_header {
        display: block;
        height: 50px;
        background: #F4F4F4;
        position: relative;
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 50px;
        font-weight: 500;
    }

    .pro_wrapper .airline_select .select_box .layer_box .layer_main .layer_header .close_btn {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    .pro_wrapper .airline_select .select_box .layer_box .layer_main .layer_header .close_btn img {
        width: 100%;
    }

    .pro_wrapper .airline_select .select_box .layer_box .choose_box {
        padding: 0;
        padding-top: 16px;
        gap: 0px 0;
        flex-direction: column;
    }
    .pro_wrapper .airline_select .select_box .layer_box .month_sel{
        padding: 0 16px 16px 16px;
        border-bottom: solid 1px #F4F4F4;
    }
    .pro_wrapper .airline_select .select_box .layer_box .choose_date_btn .ent_btn{
        flex: 1;
        padding-left: 12px;
    }
    .pro_wrapper .airline_select .select_box .layer_box .choose_date_btn{
        padding: 16px;
        margin-top: 0px;
        gap: 0 0;
    }
    .pro_wrapper .airline_select .select_box .layer_box .year_sel .yar_txt{
        line-height: 24px;
    }
    .pro_wrapper .airline_select .select_box .layer_box .city_sel {
        gap: 16px 0;
        padding: 0 16px 16px 16px;
        border-bottom: solid 1px #F4F4F4;
    }
    .pro_wrapper .airline_select .select_box .layer_box .choose_city_btn{
        padding: 0 16px 16px 16px;
        box-sizing: border-box;
        /* background: #B10A32; */
    }
    .pro_wrapper .airline_select .select_box .layer_box .city_sel_list.cur {
        border: 1px #466580 solid;
        background: #466580;
    }

    .pro_wrapper .airline_select .select_box .layer_box .choose_city_btn a {
        width: 100%;
        height: 44px;
        background: #B10A32;
        line-height: 44px;
        font-size: 16px;
    }
    .pro_wrapper .airline_select .select_box .layer_box .year_sel .next_btn{
        display: block;
    }
    .pro_wrapper .airline_select .select_box .layer_box .year_sel .btn_disabled{
        display: block;
    }
    .pro_wrapper .airline_select .select_box .layer_box .year_sel{
        padding: 0px 16px 16px 16px;
    }
    .pro_wrapper .airline_select .select_box .layer_box .month_sel .month_item.cur {
        background: #0D1C34;
        border: 1px #0D1C34 solid;
    }

    .pro_wrapper .airline_select .select_box .layer_box .choose_date_btn .ent_btn a {
        background: #B10A32;
        width: 100%;
    }

    .pro_wrapper .airline_select .select_box .layer_box .line_list {
        -webkit-overflow-scrolling: touch;
        padding-top: 0px;
        padding-bottom: 16px;
        border-bottom: solid 1px #F4F4F4;
    }

    .pro_wrapper .airline_select .select_box .layer_box .line_list ul li.cur {
        background: #466580;
        border: 1px #466580 solid;
    }
    .pro_wrapper .airline_select .select_box .layer_box .line_list ul li{
        background: white;
        border-top: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
    }
    .pro_wrapper .airline_select .select_box .layer_box .choose_line_btn .clear_btn{
        box-sizing: border-box;
        width: 120px;
    }
    .pro_wrapper .airline_select .select_box .layer_box .choose_line_btn .ent_btn{
        flex:1;
        padding-left: 12px;
    }

    .pro_wrapper .airline_select .select_box .layer_box .choose_line_btn{
        padding: 16px;
        box-sizing: border-box;
        gap: 0 0;
    }
    .pro_wrapper .airline_select .select_box .layer_box .choose_line_btn .ent_btn a {
        background: #B10A32;
        width: 100%;
    }

    .pro_wrapper .airline_list {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0px 0;
        margin-top: 16px;
    }

    .pro_wrapper .airline_list .list_title {
        display: none;
    }

    .pro_wrapper .airline_list .list_box.sell_out {
        border-bottom:none;
    }
    .pro_wrapper .airline_list .list_box {
        border-bottom: 1px #f4f4f4 solid;
    }
    .pro_wrapper .airline_list .list_box:last-child {
        /* border-bottom: 1px #f4f4f4 solid; */
    }

    .pro_wrapper .airline_list .list_box_cent {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px 0;
        padding: 16px 12px;
    }

    .pro_wrapper .airline_list .list_box_cent .item_box {
        font-size: 16px;
        justify-content: space-between;
        line-height: 16px;
    }
    .pro_wrapper .airline_list .list_box_cent .item_box:last-child{
        font-size: 14px;
        line-height: 21px;
    }
    .pro_wrapper .airline_list .list_box_cent .price_box {
        font-size: 14px;
        font-weight: 500;
    }

    .pro_wrapper .airline_list .list_box_cent .price_box .mob_tit {
        display: inline-block;
        font-size: 14px;
        color: #142640;
        line-height: 21px;
    }
    .pro_wrapper .airline_list .list_box_cent .price_box del{
        color: #cccccc;
    }

    .pro_wrapper .airline_list .list_box_cent .right_box {
        padding-top: 8px;
        /* border-top: 1px #f4f4f4 solid; */
    }
    .pro_wrapper .airline_list .list_box_cent .tag_box .tag_list.green{
        padding: 4px;
    }

    .pro_wrapper .airline_list .list_box_cent .tag_box .tag_list{
        padding: 4px;
        font-size: 10px;
    }
    .pro_wrapper .airline_list .list_box_cent .action_btn {
        gap: 0;
        font-size: 12px;
    }

    .pro_wrapper .airline_list .list_box.sell_out .list_box_cent .right_box {
        border-top: 1px #eee solid;
    }

    .pro_wrapper .airline_list .list_box.sell_out .mob_tit {
        color: #666;
    }

    .pro_wrapper .airline_list .list_box .show_sub {
        padding: 0px 0 0 0;
        background-color: #f4f4f4;
    }

    .pro_wrapper .airline_list .list_box .show_sub .top_product {
        padding: 0 0px 0px 0px;
        gap: 16px 0;
        flex-direction: column;
    }

    .pro_wrapper .airline_list .list_box .show_sub .top_product .left_product .pic_box {
        width: 100%;
    }

    .pro_wrapper .airline_list .list_box .show_sub .top_product .right_product {
        gap: 12px 0;
        flex-direction: column;
    }

    .pro_wrapper .airline_list .list_box .show_sub .top_product .right_product .txt_box {
        flex: 1;
        gap: 8px 0;
        flex-direction: column;
        box-sizing: border-box;
        padding: 0 16px 16px 16px;
    }
    .pro_wrapper .airline_list .list_box .show_sub .top_product .right_product .txt_box .link_txt.mob_link_txt_none{
        display: none;
    }
    .pro_wrapper .airline_list .list_box .show_sub .top_product .right_product .txt_box .link_txt a.mob_show_structure_pop{
        display: inline-block;
        margin-left: 8px ;
    }
    .pro_wrapper .airline_list .list_box .show_sub .top_product .right_product .txt_box .title {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        padding-bottom: 4px;
        color: #142640;
    }

    .pro_wrapper .airline_list .list_box .show_sub .top_product .right_product .txt_box .link_txt {
        font-size: 12px;
        line-height: 18px;
    }

    .pro_wrapper .airline_list .list_box .show_sub .top_product .right_product .txt_box .link_txt a {
        line-height: 18px;
        font-size: 12px;
        color: #595959;
    }

    .pro_wrapper .airline_list .list_box .show_sub .top_product .right_action {
        width: 180;
        height: 36px;
        font-size: 12px;
        line-height: 36px;
        font-weight: 500;
        margin: 0 auto;
        background: #b10a32;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li.emp .list_item .room_name{
        font-size: 16px;
        line-height: 24px;
    }
    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_title {
        padding: 16px 16px 8px 16px;
        display: none;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_title .title_item.mob_tit {
        display: none;
    }
    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .fil_r_txt{
        display: none;
    }
    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .fil_r_txt.full_txt{
        display: black;
    }
    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li {
        padding: 16px;
        gap: 0 12px;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .room_main {
        gap: 8px 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_name {
        font-size: 16px;
        flex-direction: column;
        align-items: flex-start;

    }
    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_name .tag{
        padding: 4px;
        font-size: 10px;
        line-height: 10px;

    }
    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_intro {
        font-size: 12px;
        line-height: 18px;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_intro a {
        margin-left: 8px;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price {
        font-size: 0;
        align-items: center;
        gap: 0 8px;
        flex-direction: column;
        padding-bottom: 5px;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .pric_box {
        align-self: flex-start;
        flex-direction: row;
        align-items: center;
        line-height: 18px;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .pric_box b {
        color: #B10A32;
        font-size: 12px;
        line-height: 18px;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .pric_box span {
        padding-left: 4px;
        color: #cccccc;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .price_tag {
        display: inline-block;
        padding: 4px;
        color: #fff;
        font-size: 10px;
        font-weight: normal;
        background: #0D1C34;
        height: auto;
        line-height: 10px;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .plane_tag {
        display: inline-block;
        padding:0 4px;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        background: #005E4C;
        height: 18px;
        line-height: 18px;
        box-sizing: border-box;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price_onw {
        color: #979797;
        text-decoration: line-through;
        font-size: 12px;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .list_item .room_price .pric_box .mob_tit {
        display: block;
        color: #000;
        font-size: 12px;
        line-height: 18px;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li.emp .list_item .room_price .pric_box .mob_tit {
        color: #666;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li.emp .list_item .room_price .pric_box b {
        color: #666;
    }

    .pro_wrapper .airline_list .list_box .show_sub .room_box .room_list ul li .fil_r_txt {
        font-size: 12px;
        align-self: flex-start;
    }
    .pro_wrapper .qa_box_mob{
        padding:24px 0px;
        background: #f4f4f4;
    }
    .pro_wrapper .qa_box{
        background: #fff;
        margin-top: 0px;
        box-shadow: none;
        padding:0px;
    }
    .pro_wrapper .qa_box ul li{

        box-sizing: border-box;
        padding: 0 16px;
    }
    .pro_wrapper .qa_box ul li.mob_show{
        display: block;
    }
    .pro_wrapper .qa_box ul li.mob_none{
        display: none;
    }
    .pro_wrapper .qa_box ul li .qa_title{
        height: 57px;
    }
    .pro_wrapper .qa_box ul li .qa_title .l_title_txt{
        line-height: 26px;
    }
    .pro_wrapper .qa_box ul li .qa_content {
        line-height: 20px;
        font-size: 14px;
    }

    .pro_wrapper .qa_box ul li .qa_content .grid_box {
        margin: 12px 0;
    }

    .pro_wrapper .qa_box ul li .qa_content .grid_box .grid_tit {
        padding: 6px 10px;
        line-height: 16px;
        font-size: 12px;
    }

    .pro_wrapper .qa_box ul li .qa_content .grid_box .grid_item {
        padding: 6px 10px;
        line-height: 20px;
        font-size: 12px;
    }
    .pro_wrapper .intro_box .trip_bot .check_price_date_box .price_txt .price_num{
        line-height: 20px;
    }
    .pro_pop .pop_close_box {
        max-width: 343px;
    }

    .pro_pop .content_video {
        max-width: 345px;
    }

    .pro_pop .centent_box {
        max-width: 311px;
        max-height: 70%;
    }

    .pro_pop .centent_box .level_swiper img.str_banner {
        max-height: 224px;
        object-fit: cover;
    }

    .pro_pop .centent_box .level_content .level_top {
        flex-direction: column;
        gap: 24px 0;
    }

    .pro_pop .centent_box .level_content .level_top .l_txt_tag {
        gap: 6px 12px;
    }

    .pro_pop .centent_box .level_content .level_top .r_txt_title {
        text-align: left;
    }

    .pro_pop .centent_box .level_content .level_top .r_txt_link {
        text-align: left;
    }

    .pro_pop .centent_box .level_content .level_contxt_intro {
        font-size: 12px;
    }

    .pro_pop .centent_box .h_title {
        font-size: 16px;
        line-height: 24px;
    }

    .pro_pop .centent_box .str_txt {
        gap: 16px 0;
        flex-direction: column;
        padding-top: 16px;
    }

    .pro_pop .centent_box .str_txt_title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        color: #142640;
    }

    .pro_pop .centent_box .str_txt_detail {
        font-size: 14px;
        line-height: 24px;
    }

    .pro_pop .centent_box .view_line_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .pro_pop .centent_box .view_line_list .list_item:nth-child(3) {
        color: #595959;
    }

    .pro_pop .centent_box .view_line_list .list_item:nth-child(4) {
        color: #595959;
    }

    .pro_pop .centent_box .drink_box {
        gap: 24px 0;
    }

    .pro_pop .centent_box .drink_box .top_txt {
        font-size: 14px;
        line-height: 21px;
    }

    .pro_pop .centent_box .drink_box .intro_txt {
        font-size: 14px;
        line-height: 20px;
    }

    .pro_pop .centent_box .drink_box .drink_menu {
        gap: 12px 0;
    }

    .pro_pop .centent_box .drink_box .drink_menu .title_txt {
        font-size: 16px;
        line-height: 24px;
    }

    .pro_pop .centent_box .drink_box .drink_menu .title_txt::before {
        height: 16px;
    }

    .pro_pop .centent_box .drink_box .drink_menu .price_box .price_txt {
        font-size: 14px;
        line-height: 20px;
    }

    .pro_pop .centent_box .drink_box .drink_menu .line_box .line_tit {
        line-height: 20px;
        font-size: 14px;
    }

    .pro_pop .centent_box .drink_box .drink_menu .line_box .line_list ul li {
        font-size: 14px;
    }

    .pro_pop .centent_box .drink_box .interests_box {
        gap: 12px 0;
    }

    .pro_pop .centent_box .drink_box .interests_title img {
        width: 24px;
    }

    .pro_pop .centent_box .drink_box .interests_title span {
        font-size: 16px;
    }

    .pro_pop .centent_box .drink_box .trems_box {
        gap: 12px 0;
    }

    .pro_pop .centent_box .structure .title_box {
        gap: 8px 0;
        flex-direction: column;
    }

    .pro_pop .centent_box .structure .title_box .title_txt {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .pro_pop .centent_box .structure .title_box .sub_title_txt {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #595959;
    }

    .pro_pop .centent_box .structure .str_sel_box {
        width: 66%;
    }

    .pro_pop .centent_box .structure .str_ship_box .str_ship_site .str_intro {
        padding: 16px 0 32px 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .pro_pop .centent_box .room_swiper img {
        max-height: 220px;
    }

    .pro_pop .centent_box .franch_swiper_thu {
        margin-top: 8px;
    }

    .pro_pop .centent_box .franch_swiper_thu .swiper-slide {
        opacity: 0.5;
        cursor: pointer;
        border: 2px #fff solid;
        box-sizing: border-box;
    }

    .pro_pop .centent_box .franch_swiper_thu .swiper-slide-thumb-active {
        opacity: 1;
        border: 2px #f4f4f4 solid;
    }

    .pro_pop .centent_box .franch_swiper_thu .swiper-slide img {
        max-height: 44px;
        object-fit: cover;
    }

    .pro_pop .centent_box .room_swiper .swiper-button-next,
    .pro_pop .centent_box .room_swiper .swiper-button-prev {
        width: 12px;
        height: 20px;
        top: 50%;
        margin: 0;
        transform: translateY(-50%);
    }

    .pro_pop .centent_box .room_swiper .swiper-button-next::after,
    .pro_pop .centent_box .room_swiper .swiper-button-prev::after {
        font-size: 10px;
        color: #000;
    }

    .pro_pop .centent_box .room_title {
        padding-top: 24px;
        font-size: 20px;
    }

    .pro_pop .centent_box .room_dis {
        padding-top: 24px;
    }

    .pro_pop .centent_box .room_set_list {
        padding-top: 12px;
    }

    .pro_pop .centent_box .room_set_list ul li {
        font-size: 14px;
    }

    .pro_pop .centent_box .room_gift {
        padding-top: 24px;
    }

    .pro_pop .centent_box .room_gift_tit {
        color: #0D1C34;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        display: flex;
        flex-direction: column;
    }

    .pro_pop .centent_box .room_gift_tit span {
        font-size: 14px;
    }

    .pro_pop .centent_box .room_gift_list ul li span {
        font-size: 14px;
    }

    .pro_pop .centent_box .room_gift_list ul li a {
        font-size: 14px;
    }

    .pro_pop .centent_box .room_btn {
        gap: 0 12px;
        padding: 32px 0 8px 0;
    }

    .pro_pop .centent_box .room_btn a {
        font-size: 14px;
    }

    .pro_pop .long_close_box {
        max-width: 343px;
    }

    .pro_pop .long_centent_box {
        max-width: 311px;
        max-height: 70%;
    }

    .pro_pop .long_centent_box .service_box {
        gap: 32px 0;
    }

    .pro_pop .long_centent_box .service_tit {
        padding-bottom: 24px;
        font-size: 18px;
    }

    .pro_pop .long_centent_box .service_sub_tit {
        font-size: 18px;
    }

    .pro_pop .long_centent_box .service_cont_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* padding-bottom: 32px; */
        gap: 12px 11px;
    }

    .pro_pop .long_centent_box .service_cont_list .grid_item .text_box {
        font-size: 16px;
        padding: 8px 0;
        margin: 0;
        line-height: 24px;
    }

    .pro_pop .long_centent_box .service_cont_intro .intro_list {
        gap: 8px 0;
        flex-direction: column;
    }

    .pro_pop .long_centent_box .ship_service_box {
        gap: 24px 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .pro_pop .long_centent_box .ship_service_list .shit_list .tips_box {
        gap: 8px 0;
        flex-direction: column;
    }

    .pro_pop .long_centent_box .exclude_box {
        gap: 16px 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .pro_pop .long_centent_box .exclude_box .exclude_list ul li {
        font-size: 14px;
    }

    .pro_pop .s_long_close_box {
        max-width: 343px;
    }

    .pro_pop .s_long_centent_box {
        max-width: 311px;
        max-height: 70%;
    }

    .pro_pop .short_close_box {
        max-width: 343px;
    }

    .pro_pop .short_centent_box {
        max-width: 311px;
        max-height: 70%;
    }

    .pro_pop .short_title {
        font-size: 16px;
    }

    .pro_pop .contrast_wrap {
        display: none;
    }

    .pro_pop .contrast_mob_wrap {
        display: block;
    }

    .pro_pop .contrast_mob_tit {
        height: 50px;
        background: #0d1c34;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }

    .pro_pop .contrast_mob_tit .title_item {
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 5px;
        height: 50px;
        position: relative;
    }

    .pro_pop .contrast_mob_tit .title_item img {
        width: 16px;
    }

    .pro_pop .contrast_mob_tit .title_item .room_sel_layer {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        z-index: 5;
        background: #fff;
        box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10), -2px 4px 8px 0 rgba(0, 0, 0, 0.10);
        display: none;
    }

    .pro_pop .contrast_mob_tit .title_item .room_sel_layer ul {
        padding: 0;
        margin: 0;
    }

    .pro_pop .contrast_mob_tit .title_item .room_sel_layer ul li {
        list-style: none;
        padding: 10px;
        font-size: 14px;
        color: #333;
    }

    .pro_pop .contrast_mob_tit .title_item .room_sel_layer ul li.cur {
        background: #466580;
        color: #fff;
    }

    .pro_pop .contrast_mob_cont {
        overflow: auto;
        max-height: 70vh;
        -webkit-overflow-scrolling: touch;
    }

    .pro_pop .contrast_mob_cont .cont_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 1px;
        background: #ddd;
    }

    .pro_pop .contrast_mob_cont .cont_list .left_side {
        width: 100%;
    }

    .pro_pop .contrast_mob_cont .cont_list .right_side {
        width: 100%;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item {
        background: #fff;
        text-align: center;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item.hide {
        display: none;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .list_box {
        padding: 10px;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .list_box.grey {
        background: #f4f4f4;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_tit {
        font-size: 14px;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_tit a {
        text-decoration: underline;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_cont {
        padding: 5px 0 0 0;
        text-align: center;
        font-size: 14px;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_cont img {
        width: 100%;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_cont ul {
        margin-left: 20px;
        padding: 0;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_cont ul li {
        font-size: 14px;
        list-style: disc;
        text-align: left;
    }

    .pro_pop .contrast_mob_cont .cont_list .side_item .side_cont ul li.op0 {
        opacity: 0;
    }

    .pro_pop .contrast_title {
        height: 50px;
        background: #0d1c34;
        display: grid;
        grid-template-columns: 8% auto 12% 12% 12% 12% 12%;
        align-items: center;
    }

    .pro_pop .contrast_title .title_item {
        line-height: 20px;
        padding: 0 10px;
        color: #fff;
        font-size: 14px;
    }

    .pro_pop .contrast_table_box {
        padding: 0;
        overflow: auto;
        max-height: 60vh;
    }

    .pro_pop .contrast_table_box .contrast_table {
        display: grid;
        grid-template-columns: 8% auto 12% 12% 12% 12% 12%;
        border-bottom: 1px #0D1C34 solid;
        border-right: 1px #0D1C34 solid;
        border-left: 1px #0D1C34 solid;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item {
        padding: 10px;
        font-size: 14px;
        color: #142640;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: #eee;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item img {
        width: 100%;
        max-height: 100px;
        object-fit: cover;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item span {
        color: #888;
        font-size: 12px;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item.title {
        text-align: left;
        justify-content: flex-start;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item.sx {
        flex-direction: column;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item.grey {
        background: #f7f7f7;
    }

    .pro_pop .contrast_table_box .contrast_table .table_item a {
        text-decoration: underline;
        font-size: 14px;
        color: #0D1C34;
    }

    .pro_pop.yyzx_pop .centent_flex{
        padding: 0 16px;
        box-sizing: border-box;
    }
    .pro_pop.yyzx_pop .con{
        padding: 16px;
        max-height: 70%;
    }
    .pro_pop.yyzx_pop .con .title{
        font-size: 18px;
        line-height: 27px;
        text-align: start;
    }
    .pro_pop.yyzx_pop .con .name_box{
        padding-top: 16px;
    }
    .pro_pop.yyzx_pop .con .phone_box{
        padding-top: 24px;
    }
    .pro_pop.yyzx_pop .con .code_box{
        padding-top: 24px;
    }
    .pro_pop.yyzx_pop .con .name{
        font-size: 16px;
    }
    .pro_pop.yyzx_pop .con .phone_box .phone_input_box .phone{
        font-size: 16px;
    }
    .pro_pop.yyzx_pop .con .code{
        font-size: 16px;
    }
    .pro_pop.yyzx_pop .con .yszc_box .yszc_txt{
        font-size: 14px;
    }
    .pro_pop.yyzx_pop .con .btn_box{
        padding-top: 24px;
    }
    .pro_pop.yyzx_pop .con .btn_box div{
        font-size: 14px;
        height: 44px;
        line-height: 44px;
    }
    .pro_pop.yyzx_pop .con .phone_box .phone_yzm{
        height: 34px;
        line-height: 34px;
    }
    .pro_pop.mrxc_pop .centent_flex{
        padding: 0 16px;
        box-sizing: border-box;
    }
    .pro_pop.mrxc_pop .con{
        padding: 16px;
        overflow: auto;
        max-height: 80%;
    }
    .pro_pop.mrxc_pop .con .mob_top_image{
        display: block;
        width:100%;
        height: 175px;
        overflow: hidden;
    }
    .pro_pop.mrxc_pop .con .mob_top_image img{
        width: 100%;
        margin-top: -50px;
    }
    .pro_pop.mrxc_pop .con .title{
        padding-top: 16px;
        font-size: 18px;
        line-height: 27px;
        text-align: start;
    }
    .pro_pop.mrxc_pop .con .name_box{
        padding-top: 16px;
    }
    .pro_pop.mrxc_pop .con .phone_box{
        padding-top: 24px;
    }
    .pro_pop.mrxc_pop .con .code_box{
        padding-top: 24px;
    }
    .pro_pop.mrxc_pop .con .phone_box .phone_yzm{
        height: 34px;
        line-height: 34px;
    }
    .pro_pop.mrxc_pop .con .yszc_box .yszc_txt{
        font-size: 14px;
    }
    .pro_pop.mrxc_pop .con .btn_box{
        padding-top: 24px;
    }
    .pro_pop.mrxc_pop .con .btn_box div.djxz{
        display: none;
    }
    .pro_pop.mrxc_pop .con .btn_box div{
        width: 100%;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    .pro_pop.sub_success_pop .centent_flex{
        padding: 0 16px;
        box-sizing: border-box;
    }
    .pro_pop.sub_success_pop .con{
        padding: 16px;
        box-sizing: border-box;
    }
    .pro_pop.sub_success_pop .con .mob_detail{
        display: block;
        margin-top: 8px;
        font-size: 16px;
        color: #595959;
        line-height: 24px;

    }
    .pro_pop.sub_success_pop .con .mob_btn{
        display: block;
        margin-top: 24px;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        color: white;
        background:#B10A32;
    }
    .pro_pop.ypdx_pop .centent_flex{
        padding: 16px;
        box-sizing: border-box;
    }
    .pro_pop.ypdx_pop .con{
        width: 100%;
        max-width: 100%;
        padding: 16px;
        box-sizing: border-box;
    }
    .pro_pop.ypdx_pop .con .title{
        text-align: start;
        font-size: 18px;
        line-height: 25px;
    }
    .pro_pop.ypdx_pop .con .xm_list_box{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 0;
    }
    .pro_pop.ypdx_pop .con .xm_list_box .benefit_item_list{
        max-width: 100%;
    }
    .pro_pop.ypdx_pop .con .detail_title{
        padding-top: 24px;
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 16px;
        text-align: start;
    }
    .pro_pop.ypdx_pop .con .detail_box{
        flex-direction: column;
    }
    .pro_pop.ypdx_pop .con .detail_box .detail_list{
        width: 100%;
        padding-top: 16px;
    }
    .pro_pop.ypdx_pop .con .detail_box .detail_list .detail_txt{
        padding-top: 8px;
        padding-bottom:8px;
        flex-direction: column;
    }
    .pro_pop.ypdx_pop .con .detail_box .jz_list{
        padding-top: 16px;
    }
    .pro_pop.ypdx_pop .con .detail_box .detail_list .detail_zs{
        padding-top: 8px;
    }
    .pro_pop.ypdx_pop .con .level_two_title{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .pro_pop.ypdx_pop .con .bbh_list_box{
        flex-direction: column;
        gap: 16px 0;
    }
    .pro_pop.ypdx_pop .con .bbh_list_box div{
        width: 100%;
    }

    /* 领取手册 */
    .fetch_manual_area{
        padding: 16px;
        background: rgba(0, 0, 0, 0);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height:100%;
        position: relative;
    }
    .fetch_manual_area .mob_contents{
        display:none;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        height: 100%;
        width: 100%;
        padding:  20% 16px;
        box-sizing: border-box;
        z-index: 3;
        position: absolute;
    }
    .fetch_manual_area .mob_contents .content_first{
        width: 100%;
        height: 100%;
        background: white;
        padding: 16px;
        box-sizing: border-box;
    }
    .fetch_manual_area .download_btn{
        display: block;
        max-width: 225px;
        margin: auto;
        padding: 14px 20px;
        background: #0d1c34;
        color: white;
        font-size: 14px;
        position: absolute;
        bottom: 70px;
        z-index: 2;
    }
    .fetch_manual_area .content_box{
        width: 100%;
        max-height: 100%;
        overflow: auto;
        padding: 16px;
        box-sizing: border-box;
        background: #fff;
        overflow-y: auto;
    }
    .fetch_manual_area .pop_close_box{
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top: -24px;
        right: 16px;
        z-index: 24;
    }
    .fetch_manual_area .content_box .one_title{
        padding: 0px;
        font-size:18px;
        line-height: 27px;
        font-weight: 500;
        text-align: center;
    }
    .fetch_manual_area .content_box .two_title{
        padding: 24px 0px 16px 0px;
        font-size:18px;
        line-height: 27px;
        font-weight: 500;
        text-align: center;
    }
    .fetch_manual_area .content_box .code_img{
        padding-top: 16px;
    }
    .fetch_manual_area .pop_close{
        width: 24px;
        height: 24px;
        padding: 24px;
        padding-right: 0px;
    }
    .fetch_manual_area .pop_close img{
        width: 100%;
        height: 100%;
        font-size: 0;
    }
    .fetch_manual_area .content_box .yszc_box{
        padding:16px 0px 0px 0px;
    }
    .fetch_manual_area .content_box .from_box{
        padding:0px;
    }
    .fetch_manual_area .content_box .from_box .input_list_box{
        padding-top: 24px;
    }
    .fetch_manual_area .content_box .from_box .input_list input{
        font-size: 16px;
        background: #fff;
    }
    .fetch_manual_area .content_box .btn_box{
        padding: 24px 0 16px 0px;
    }
    .fetch_manual_area .content_box .two_btn_box{
        padding: 0px;
    }
    .fetch_manual_area .content_box .btn_box div{
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    .fetch_manual_area .content_box .two_btn_box div{
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    .receiveManual.sub_success_pop{
        padding: 16px;
        background: rgba(0, 0, 0, 0.7);
        max-height: 80%;
    }
    .receiveManual.sub_success_pop .centent_flex .con{
        padding:16px;
        box-sizing: border-box;
        width: 100%;
    }
    .receiveManual.sub_success_pop .centent_flex .con .mob_btn{
        width: 100%;
    }
    .receiveManual.sub_success_pop{
        justify-content: center;
    }
    .receiveManual.sub_success_pop .centent_flex{
        width: 100%;
    }
    .receiveManual.sub_success_pop .centent_flex .pop_close_box{
        display: flex;
        justify-content: flex-end;
    }
    .receiveManual.sub_success_pop .centent_flex .pop_close_box .pop_close{
        padding: 0 0 24px 24px;
    }
    /* 领取手册 */
    .full_wrap .no_list img{
        width: 40px;
        height: 40px;
        margin-bottom: 16px;

    }
    .full_wrap .no_list div{
        font-size: 18px;
        font-weight: 500;
        color: black;
        line-height:27px;
    }

    /* 礼包 */
    .gift_package_wrapper{
        padding-top: 16px;
    }
    .gift_package_wrapper .gift_package_title{
        padding: 8px 0px;
        font-size: 14px;
        line-height: 20px;
    }
    .gift_package_wrapper .gift_package_content{
        padding-top: 16px;
        gap: 8px 8px;
        display: grid;
        grid-template-columns: repeat(2, 2fr);
    }
    .gift_package_wrapper .gift_package_content .gift_package_item{
        padding: 8px 0px;
        flex: 0 0 50%;
    }
    .gift_package_wrapper .gift_package_content .gift_package_item img{
        width: 32px;
        height: 32px;
    }
    .gift_package_wrapper .gift_package_content .gift_package_item div{
        font-size: 14px;
        line-height: 21px;

    }
    .pro_pop.ldy_pop .con{
        max-width: 311px;
        max-height: 70%;
    }

    .footer_box_1{
        padding-bottom: 148px;
    }
}