/* idc活动 begin */
.full-banner .idc-banner-inner {
    margin-top: 30px;
    margin-left: var(--grid-style3-margin);
    margin-right: var(--grid-style3-margin);
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.full-banner .idc-banner-inner .banner-title {
    font-weight: bold;
    font-size: 28px;
    color: #0A1B37;
}

.full-banner .idc-banner-inner .banner-title em {
    font-style: normal;
    color: #FF6A00;
}

.full-banner .idc-banner-inner .banner-desc {
    margin-top: 6px;
}

.full-banner .idc-banner-inner .banner-desc p {
    font-weight: bold;
    font-size: 14px;
    color: #09285D;
    padding: 0 10px;
    text-align: center;
}

.full-banner .idc-banner-inner .banner-desc p em {
    color: #ff6000;
    font-style: normal;
}

.full-banner .idc-banner-inner .banner-time {
    margin-top: 46px;
    width: 400px;
    height: 120px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.full-banner .idc-banner-inner .banner-time .time-txt span {
    font-size: 14px;
    color: #474747;
}

.full-banner .idc-banner-inner .banner-time .time-txt b {
    color: #181818;
    font-weight: bold;
}

.full-banner .idc-banner-inner .banner-time .time-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-banner .idc-banner-inner .banner-time .time-box .time-num {
    height: 60px;
    min-width: 50px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    background: #3870FF;
    line-height: 1;
}

.full-banner .idc-banner-inner .banner-time .time-box .time-day {
    font-weight: 600;
    font-size: 18px;
    color: #474747;
    margin: 0 14px;
}

.full-banner .idc-banner-inner .banner-time .time-box .time-colon {
    font-weight: 600;
    font-size: 18px;
    color: #474747;
    margin: 0 8px;
}

.full-banner .idc-banner-inner .idc-banner-phone {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.full-banner .idc-banner-inner .idc-banner-phone a:hover {
    color: #428BFF;
}

.idc-activity-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F3F6FF;
}

.idc-activity-wrapper .idc-activity-nav {
    display: none;
}

.activity-section {
    width: 100%;
}

.activity-section .section-title {
    margin: 0 var(--grid-style3-margin);
    padding: 40px 0;
    min-height: 140px;
    background: #428BFF;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.activity-section .section-title b {
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.activity-section .section-title .desc {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 10px;
}

.activity-section .section-inner {
    width: 100%;
    background: #F3F6FF;
}

.activity-section .section-inner .activity-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.activity-section .section-inner .activity-list .activity-item {
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(-180deg, #EDF2FF, #FEFEFF);
    box-shadow: 0px 0px 12px 0px rgba(166,178,188,0.24);
    border: 2px solid #FFFFFF;
    opacity: 0.95;
}

.activity-section .section-inner .activity-list .activity-item .item-left {
    height: 156px;
    width: 100%;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/activity/idc-combo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.activity-section .section-inner .activity-list .activity-item .item-left .item-name {
    font-weight: bold;
    font-size: 36px;
    color: #181818;
    line-height: 1;
    margin-bottom: 20px;
}

.activity-section .section-inner .activity-list .activity-item .item-left .item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.activity-section .section-inner .activity-list .activity-item .item-middle {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.activity-section .section-inner .activity-list .activity-item .item-middle .option {
    width: 50%;
    height: 88px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #dcdcdc;
}

.activity-section .section-inner .activity-list .activity-item .item-middle .option:nth-child(2) {
    border-right: none;
}

.activity-section .section-inner .activity-list .activity-item .item-middle .option .option-value {
    font-weight: 500;
    font-size: 24px;
    color: #181818;
}

.activity-section .section-inner .activity-list .activity-item .item-middle .option .option-name {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.activity-section .section-inner .activity-list .activity-item .item-middle .option-2 {
    width: 100%;
    height: 88px;
    margin-top: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.activity-section .section-inner .activity-list .activity-item .item-middle .option-2 .option-select {
    display: flex;
    align-items: center;
}

.activity-section .section-inner .activity-list .activity-item .item-middle .option-2 .option-select .select-value {
    height: 36px;
    padding: 0 12px;
    line-height: 36px;
    border: 1px solid #D4D4D4;
    font-weight: 500;
    font-size: 24px;
    color: #181818;
    margin-right: 6px;
    cursor: pointer;
}

.activity-section .section-inner .activity-list .activity-item .item-middle .option-2 .option-select .select-value.active {
    background: #2D7EFF;
    border: 1px solid #2D7EFF;
    color: #ffffff;
}

.activity-section .section-inner .activity-list .activity-item .item-middle .option-2 .option-name {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
}

.activity-section .section-inner .activity-list .activity-item .item-right {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-price {
    margin-top: 12px;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 88px;
    padding: 6px 0;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-price .price {
    display: flex;
    align-items: center;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-price .price .price-num {
    position: relative;
    padding-left: 16px;
    font-weight: 500;
    font-size: 40px;
    color: #FF6A00;
    line-height: 1;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-price .price .price-num::before {
    position: absolute;
    bottom: 4px;
    left: 0;
    content: "¥";
    font-weight: 500;
    font-size: 20px;
    color: #FF6A00;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-price .price .price-text {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-price .price .price-text .tips {
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 1;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-price .price .price-text .old-price {
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 1;
    text-decoration: line-through;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-price .duration {
    width: 100%;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-price .duration select {
    width: 100%;
    padding: 2px 12px 2px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #181818;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-btn {
    margin: 16px 0;
    position: relative;
    height: 40px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #FF6822, #FF922B);
    cursor: pointer;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-btn span {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.activity-section .section-inner .activity-list .activity-item .item-right .item-btn .discount-tag {
    position: absolute;
    top: -8px;
    right: -4px;
    width: 48px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFC600;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .full-banner .idc-banner-inner {
        margin-top: 130px;
        margin-left: var(--grid-style3-margin);
        margin-right: var(--grid-style3-margin);
        width: calc(100% - var(--grid-style3-margin) * 2);
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
    }
    
    .full-banner .idc-banner-inner .banner-title {
        font-weight: bold;
        font-size: 56px;
        color: #0A1B37;
    }
    
    .full-banner .idc-banner-inner .banner-title em {
        font-style: normal;
        color: #FF6A00;
    }
    
    .full-banner .idc-banner-inner .banner-desc {
        margin-top: 6px;
    }
    
    .full-banner .idc-banner-inner .banner-desc p {
        font-weight: bold;
        font-size: 18px;
        color: #09285D;
        padding: 0;
    }
    
    .full-banner .idc-banner-inner .banner-desc p em {
        color: #ff6000;
        font-style: normal;
    }
    
    .full-banner .idc-banner-inner .banner-time {
        margin-top: 46px;
        width: 400px;
        height: 120px;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    
    .full-banner .idc-banner-inner .banner-time .time-txt span {
        font-size: 14px;
        color: #474747;
    }
    
    .full-banner .idc-banner-inner .banner-time .time-txt b {
        color: #181818;
        font-weight: bold;
    }
    
    .full-banner .idc-banner-inner .banner-time .time-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .full-banner .idc-banner-inner .banner-time .time-box .time-num {
        height: 60px;
        min-width: 50px;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        color: #FFFFFF;
        background: #3870FF;
        line-height: 1;
    }
    
    .full-banner .idc-banner-inner .banner-time .time-box .time-day {
        font-weight: 600;
        font-size: 18px;
        color: #474747;
        margin: 0 14px;
    }
    
    .full-banner .idc-banner-inner .banner-time .time-box .time-colon {
        font-weight: 600;
        font-size: 18px;
        color: #474747;
        margin: 0 8px;
    }
    
    .full-banner .idc-banner-inner .idc-banner-phone {
        margin-top: 45px;
        font-size: 26px;
        font-weight: 500;
    }
    
    .full-banner .idc-banner-inner .idc-banner-phone a:hover {
        color: #428BFF;
    }
    
    .activity-section {
        width: 100%;
    }
    
    .activity-section .section-title {
        margin: 0 var(--grid-style3-margin);
        padding: 40px 0;
        min-height: 160px;
        background: #428BFF;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    
    .activity-section .section-title b {
        font-weight: 500;
        font-size: 36px;
        color: #FFFFFF;
        margin-bottom: 14px;
    }
    
    .activity-section .section-title .desc {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 1;
        padding: 0;
    }
    
    .activity-section .section-inner {
        width: 100%;
        background: #F3F6FF;
    }
    
    .activity-section .section-inner .activity-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin: 0 auto;
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .activity-section .section-inner .activity-list .activity-item {
        margin-bottom: 24px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(-180deg, #EDF2FF, #FEFEFF);
        box-shadow: 0px 0px 12px 0px rgba(166,178,188,0.24);
        border: 2px solid #FFFFFF;
        opacity: 0.95;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-left {
        height: 156px;
        width: 398px;
        padding: 0 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: url(../images/activity/idc-combo-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-left .item-name {
        font-weight: bold;
        font-size: 36px;
        color: #181818;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-left .item-desc {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-middle {
        width: calc((100% - 398px) / 5 * 3);
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-middle .option {
        width: 25%;
        height: 88px;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-right: 1px solid #dcdcdc;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-middle .option:nth-child(2) {
        border-right: 1px solid #dcdcdc;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-middle .option .option-value {
        font-weight: 500;
        font-size: 24px;
        color: #181818;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-middle .option .option-name {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-middle .option-2 {
        width: 50%;
        height: 88px;
        margin-top: 0;
        padding: 4px 0 10px 4%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-middle .option-2 .option-select {
        display: flex;
        align-items: center;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-middle .option-2 .option-select .select-value {
        height: 36px;
        padding: 0 12px;
        line-height: 36px;
        border: 1px solid #D4D4D4;
        font-weight: 500;
        font-size: 24px;
        color: #181818;
        margin-right: 6px;
        cursor: pointer;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-middle .option-2 .option-select .select-value.active {
        background: #2D7EFF;
        border: 1px solid #2D7EFF;
        color: #ffffff;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-middle .option-2 .option-name {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right {
        width: calc((100% - 398px) / 5 * 2);
        padding-right: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-price {
        margin-top: 0;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 88px;
        padding: 6px 0;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-price .price {
        display: flex;
        align-items: center;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-price .price .price-num {
        position: relative;
        padding-left: 16px;
        font-weight: 500;
        font-size: 40px;
        color: #FF6A00;
        line-height: 1;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-price .price .price-num::before {
        position: absolute;
        bottom: 4px;
        left: 0;
        content: "¥";
        font-weight: 500;
        font-size: 20px;
        color: #FF6A00;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-price .price .price-text {
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-price .price .price-text .tips {
        font-weight: 400;
        font-size: 14px;
        color: #181818;
        line-height: 1;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-price .price .price-text .old-price {
        margin-top: 4px;
        font-weight: 400;
        font-size: 14px;
        color: #787878;
        line-height: 1;
        text-decoration: line-through;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-price .duration {
        width: 100%;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-price .duration select {
        width: 100%;
        padding: 2px 12px 2px 0;
        background: none;
        border: none;
        border-bottom: 1px solid #181818;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-btn {
        margin: 0;
        position: relative;
        height: 60px;
        width: 156px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(90deg, #FF6822, #FF922B);
        cursor: pointer;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-btn span {
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
    }
    
    .activity-section .section-inner .activity-list .activity-item .item-right .item-btn .discount-tag {
        position: absolute;
        top: -8px;
        right: -4px;
        width: 48px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFC600;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
    }
}

@media (min-width: 1660px) {
    .idc-activity-wrapper .idc-activity-nav {
        position: absolute;
        z-index: 100;
        top: 0;
        display: flex;
        flex-direction: column;
    }
    
    .idc-activity-wrapper .idc-activity-nav strong {
        display: inline-block;
        padding: 8px 12px;
        width: 140px;
        background-color: #366ae4;
        color: #fff;
    }
    
    .idc-activity-wrapper .idc-activity-nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        list-style: none;
    }
    
    .idc-activity-wrapper .idc-activity-nav ul li {
        width: 100%;
        margin: 12px 0;
        padding-left: 20px;
    }
    
    .idc-activity-wrapper .idc-activity-nav ul li a {
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        font-weight: 400;
        color: #454545;
    }
    
    .idc-activity-wrapper .idc-activity-nav ul li.active a {
        font-weight: 500;
        color: #181818;
    }
    
    .idc-activity-wrapper .idc-activity-nav ul li a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 7px;
        margin: auto 0;
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50px;
        background: #B8B8B8;
    }
    
    .idc-activity-wrapper .idc-activity-nav ul li.active a:before {
        background: #1366EC;
    }
    
    .idc-activity-wrapper .idc-activity-nav ul li.active a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50px;
        border: 1px solid #B8B8B8;
    }
    
    .idc-activity-wrapper .idc-activity-nav .idc-activity-qrcode {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    
    .idc-activity-wrapper .idc-activity-nav .idc-activity-qrcode img {
        width: 90px;
        height: 90px;
        margin-bottom: 4px;
    }
    
    .idc-activity-wrapper .idc-activity-nav .idc-activity-qrcode span {
        font-size: 12px;
        color: #787878;
        font-weight: 300;
    }
}

/* idc活动 end */