.meal_banner {
    overflow: visible !important;
}

.pay-port {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0 20px 0;
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    height: max-content;
    text-align: left;
}

.pay-port h3 {
    font-family: Regular_Medium;
    font-size: 18px;
    color: #031A42;
    line-height: 21px;
    font-weight: bold;
}

/*左侧选择*/
.pay-port .pp-left {
    flex: 1;
}

.pay-port .pp-left .pl-info {
    width: 100%;
    height: max-content;
    padding: 30px 25px;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.pay-port .pp-left .pl-page {
    margin: 20px 0;
}

.pay-port .pp-left .pl-page ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.pay-port .pp-left .pl-page ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #031A42;
    font-weight: 400;
    line-height: 20px;
}

.pay-port .pp-left .pl-page ul li:nth-of-type(2n-1) {
    flex: 0 0 calc(46% - 8px);
}

.pay-port .pp-left .pl-page ul li:nth-of-type(2n) {
    flex: 0 0 calc(54% - 8px);
}

.pay-port .pp-left .pl-page ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #3D6EEC;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 0;
    flex-shrink: 0;
}

.pp-left .pl-list {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #EBEFFB;
}

.pp-left .pl-sel-list {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.pp-left .pl-sel-list .pl-sel-one {
    width: 170px;
    height: 72px;
    box-sizing: border-box;
    padding: 12px 0;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D0DBF7;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pp-left .pl-sel-list .pl-sel-one:hover,
.pp-left .pl-sel-min div:hover {
    background: #F5F9FF;
    border: 1px solid #D0DBF7;
}

.pp-left .pl-sel-min {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 15px;
}

.pp-left .pl-sel-min div {
    cursor: pointer;
    padding: 13px 35px;
    min-width: 62px;
    border-radius: 25px;
    border: 1px solid #D0DBF7;
    font-size: 15px;
    color: #3e495d;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pp-left .pl-sel-min div.active {
    background: #3D6EEC;
    color: white;
    border: none;
}

.pp-left .pl-sel-list .pl-sel-one-tag {
    position: relative;
}

.pp-left .pl-sel-list .pl-sel-has {
    display: none;
    position: absolute;
    padding: 5px;
    text-align: center;
    right: 0;
    background: linear-gradient(131deg, #FD0A62 0%, #F29473 100%);
    border-radius: 4px;
    top: 0;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 1;
    transform: translateY(-50%);
}

.pp-left .pl-sel-list .pl-sel-one-tag .pl-sel-has {
    display: block;
}

.pp-left .pl-sel-list .pl-sel-one.active {
    background: #3D6EEC !important;
    border: none;
}

.pp-left .pl-sel-list .pl-sel-one.active .pl-sel-one-l {
    border-right: 1px solid #688DED;
}

.pp-left .pl-sel-list .pl-sel-one.active .pl-sel-one-l span,
.pp-left .pl-sel-list .pl-sel-one.active .pl-sel-one-r {
    color: #FFFFFF !important;
}

.pp-left .pl-sel-list .pl-sel-one-l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-left: 20px;
    border-right: 1px solid #EBEFFB;
    font-family: Inter Regular;
    gap: 2px;
    height: 100%;
}

.pp-left .pl-sel-list .pl-sel-one-l span:nth-of-type(1) {
    font-weight: normal;
    font-size: 15px;
    color: #3e495d;
    font-family: Inter Regular;
    line-height: 18px;
}

.pp-left .pl-sel-list .pl-sel-one-l span:nth-of-type(2) {
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 13px;
    color: #515e75;
    opacity: 0.8;
    line-height: 16px;
    margin-top: 6px;
}

.pp-left .pl-sel-list .pl-sel-one-r {
    width: 60px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    color: #586883;
    line-height: 1;
}

.period-meal {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    font-size: 16px;
    color: #031a42;
    max-width: 1200px;
    width: 100%;
    text-align: left;
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
}

.period-meal p {
    flex-shrink: 0;
    width: max-content;
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 16px;
    color: #031a42;
}

.period-meal>div {
    display: flex;
    align-items: center;
}

.period-meal>div .vh-select {
    width: 200px;
}

.sh-select {
    box-sizing: border-box;
    position: relative;
    border: 1px solid transparent;
    transition: all .2s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.sh-select>.sh-select-label {
    position: relative;
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Inter Regular;
    font-size: 14px;
    font-weight: bold;
    color: #586883;
    cursor: pointer;
    z-index: 6;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #586883;
}

.sh-select.active>ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sh-select.active .sh-select-label i {
    transform: rotate(0deg);
}

.sh-select>.sh-select-label i {
    width: 20px;
    height: 20px;
    background: url("../../img/meal/icon_dark.png") no-repeat !important;
    background-size: cover !important;
    transform: rotate(180deg);
    transition: all .3s;
}

.sh-select.active {
    border: 1px solid transparent !important;
}

.sh-select.unlimit-list {
    max-width: 200px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    margin-left: 14px;
}

.sh-select.unlimit-list>.sh-select-label {
    background: #fff;
    border-radius: 22px;
    border: 1px solid #586883;
    font-size: 14px;
}

.sh-select.unlimit-list>ul {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 4px 0;
}

.sh-select.unlimit-list>ul>li {
    font-weight: 400;
    font-size: 14px;
    color: #565e70;
    padding: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sh-select.unlimit-list>ul>li:hover {
    color: #031a42;
    background: #f7f8fb;
}

.sh-select.unlimit-list>.sh-select-label i {
    width: 20px;
    height: 20px;
}

.sh-select>ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.sh-select>ul::-webkit-scrollbar-thumb {
    background-color: #eeecec;
    border-radius: 10px;
}

.sh-select>ul::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
}

/*右侧价格*/
.pp-right .pp-info {
    flex-shrink: 0;
    border-radius: 10px;
    padding: 30px 25px;
    width: 370px;
    height: max-content;
    background: #FFFFFF;
    box-sizing: border-box;
}

.pp-right .pp-info>.card-info {
    margin: 20px 0 25px;
    box-sizing: border-box;
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    border-radius: 4px;
    background: #F0F5FF url('../pay-select/images/unlimited.png') no-repeat right center;
    background-size: auto 100%;
    /*overflow: hidden;*/
}

.pp-right .pp-info>.card-info span {
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 13px;
    color: #031A42;
    line-height: 16px;
}

.pp-right .pp-info>.card-info em {
    font-family: Regular_Medium;
    font-weight: normal;
    font-size: 18px;
    color: #031A42;
    line-height: 21px;
}

.pp-right .pp-info>.card-info .coupons {}

.pp-right .pp-info .coupons .title {
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 15px;
    color: #031A42;
    line-height: 18px;
}

.pp-right .pp-info .coupons .coupons-select {
    margin: 8px 0 20px;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e2e7ef;
    position: relative;
    z-index: 1;
}

.pp-right .pp-info .coupons .coupons-select .select-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: RedHatDisplay-Bold, RedHatDisplay;
    font-weight: bold;
    color: #586883;
    cursor: pointer;
    z-index: 6;
}

.pp-right .pp-info .coupons .coupons-select .select-label .arrow-icon {
    width: 16px;
    height: 16px;
    background: url("../../common/pay-select/images/blog-select.png") no-repeat;
    background-size: 100% 100%;
    /*transform: rotate(180deg);*/
    transition: all .3s;
}

.arrow-icon.rotate {
    transform: rotate(180deg);
}

.pp-right .pp-info .coupons ul {
    box-sizing: border-box;
    padding: 8px;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    height: max-content;
    /*max-height: 280px;*/
    background: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    transform: translateY(-6px);
    transition: all .16s ease-in-out;
    overflow-y: auto;
    max-height: 215px;
    opacity: 0;
    pointer-events: none;
    z-index: 8;
}

.pp-right .pp-info .coupons ul.active {
    opacity: 1;
    pointer-events: auto;
}

.pp-right .pp-info .coupons li {
    padding: 0 15px;
    height: 35px;
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 14px;
    color: #586883;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 2px;
    transition: all .2s;
    cursor: pointer;
}

.pp-right .pp-info .coupons li:hover {
    color: #031a42;
    background: #f7f8fb;
}

.pp-right .pp-info .item-list {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height: max-content;
}

.pp-right .pp-info .item-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 66px;
    width: 100%;
    height: max-content;
    line-height: 1;
    text-align: right;
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 15px;
    color: #031A42;
    font-style: normal;
}

.pp-right .pp-info .total {
    margin-top: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pp-right .pp-info .total>p:nth-of-type(1) {
    padding-top: 20px;
    border-top: 1px solid #EBEFFB;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Regular_Medium;
    font-size: 20px;
    color: #031A42;
}

.pp-right .pp-info .total>p:nth-of-type(2) {
    width: 100%;
    text-align: right;
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 13px;
    color: #586883;
    line-height: 16px;
    font-style: normal;
    text-decoration-line: line-through;
}

.pp-right .pp-submit {
    width: 100%;
    height: 50px;
    background: #3D6EEC;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;
}

.sh-select>ul {
    box-sizing: border-box;
    padding: 8px;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    height: max-content;
    max-height: 280px;
    background: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    transform: translateY(-6px);
    transition: all .16s ease-in-out;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    z-index: 4;
}

.mt-30 {
    margin-top: 30px;
}

.text-right {
    text-align: right;
}

.green {
    color: #0DB682;
}

.red {
    color: #FF0068;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

@media screen and (max-width: 900px) {
    .package-tutorial {
        display: none;
    }

    .pay-port {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .pp-left {
        width: 100%;
    }

    .pp-left .pl-sel-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .pl-sel-one {
        width: 100% !important;
    }

    .pp-left .pl-sel-min {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        row-gap: 12px;
    }

    .pl-sel-min>div:nth-child(3) {
        grid-column: span 2;
    }

    .pb-80.pc-max-width {
        display: none;
    }

    .pl-info {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pp-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .pp-info {
        width: 100% !important;
    }

    .pc-max-width {
        margin: 30px;
    }

    .meal_type_all {
        display: flex !important;
    }

    .pay-port .pp-left .pl-page ul li:nth-of-type(2n),
    .pay-port .pp-left .pl-page ul li:nth-of-type(2n-1) {
        flex: 0 0 calc(100% - 0);
    }

    .pay-port .pp-left .pl-page ul {
        flex-direction: column;
        gap: 12px;
    }

    .pp-left .pl-list {
        padding-top: 0;
        margin-top: 0;
    }

    .sh-select.unlimit-list {
        max-width: 220px;
    }

    .period-meal {
        padding: 0 20px;
    }
}

@media screen and (max-width: 390px) {

    .pl-sel-one-tag,
    .pl-sel-one-last {
        width: 100% !important;
    }

    .pl-sel-one-tag>.pl-sel-one,
    .pl-sel-one-tag>.pl-sel-one-tag,
    .pl-sel-one-last>.pl-sel-one {
        width: 100% !important;
    }
}

.text-line-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}