.qdl-static-page{
    background: #f5f8fc;
    padding: 34px 0 80px;
}
.qdl-static-page .qdl-choose-kind{
    margin: 0 0 26px;
}
.qdl-choose-kind{
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0 0 26px;
}
.qdl-choose-kind .tabs{
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 54px;
    margin: 0;
    overflow: hidden;
    color: #607182;
    font-size: 16px;
    line-height: normal;
    background: #fff;
    border: 1px solid #dfe9ef;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(32, 81, 124, .06);
    transform: none;
    transition: all .2s ease;
}
.qdl-option-grid.qdl-zt-product-grid{
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    height: 150px;
}
.qdl-option.qdl-zt-product{
    height: 52px;
    line-height: 22px;
}
.qdl-zt-product small{
    display: block;
    overflow: hidden;
    color: #8898a7;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qdl-zt-product.is-selected small{color: rgba(255,255,255,.88);}
.qdl-zt-detail-text{
    min-height: 38px;
    padding-top: 9px;
    color: #607182;
    line-height: 22px;
}
.qdl-choose-kind .tabs span{
    height: auto;
    color: inherit;
    line-height: normal;
    transform: none;
}
.qdl-choose-kind .tabs:hover{
    color: #159fa5;
    border-color: #82ddd8;
    transform: translateY(-2px);
}
.qdl-choose-kind .tabs.acts{
    height: 54px;
    margin: 0;
    color: #fff;
    background: linear-gradient(90deg, #2bdcc9, #1abff5);
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(26, 191, 245, .23);
}
.qdl-static-panel{
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(32, 81, 124, .10);
    overflow: hidden;
}
.qdl-static-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 40px;
    background: linear-gradient(100deg, #edfaff 0%, #f8fffd 100%);
    border-bottom: 1px solid #e5f2f4;
}
.qdl-static-heading h2{
    margin: 0 0 8px;
    color: #243447;
    font-size: 24px;
    font-weight: 600;
}
.qdl-static-heading p{
    margin: 0;
    color: #7a8a9a;
    font-size: 14px;
}
.qdl-static-badges{
    display: flex;
    gap: 10px;
}
.qdl-static-badges span{
    padding: 7px 12px;
    color: #169f9e;
    font-size: 13px;
    background: #e3fbf7;
    border-radius: 16px;
}
.qdl-static-form{
    padding: 34px 40px 40px;
}
.qdl-form-section + .qdl-form-section{
    margin-top: 26px;
    padding-top: 26px;
    border-top: 1px solid #edf1f5;
}
.qdl-form-section-title{
    margin: 0 0 22px;
    color: #27394a;
    font-size: 17px;
    font-weight: 600;
}
.qdl-form-section-title:before{
    display: inline-block;
    width: 4px;
    height: 18px;
    margin: 0 10px -3px 0;
    content: '';
    background: linear-gradient(#38e5ca, #18bff3);
    border-radius: 2px;
}
.qdl-static-form .layui-form-label{
    width: 96px;
    padding-left: 0;
    color: #526272;
    font-weight: 500;
}
.qdl-static-form .layui-input-block{
    margin-left: 110px;
}
.qdl-static-form .layui-input,
.qdl-static-form .layui-select-title input{
    height: 42px;
    border-color: #dfe7ef;
    border-radius: 5px;
}
.qdl-static-form .layui-input:focus,
.qdl-static-form .layui-select-title input:focus{
    border-color: #20cfd5!important;
    box-shadow: 0 0 0 3px rgba(32, 207, 213, .12);
}
.qdl-static-form .layui-word-aux{
    color: #98a5b2;
}
.qdl-static-form .layui-form-radio>i:hover,
.qdl-static-form .layui-form-radioed>i{
    color: #21cfc9;
}
.qdl-static-form .layui-form-radio{margin-right: 22px;}
.qdl-option-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    gap: 10px;
    height: 122px;
    padding: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f8fbfc;
    border: 1px solid #e1eaf0;
    border-radius: 7px;
}
.qdl-option-grid::-webkit-scrollbar{width: 6px;}
.qdl-option-grid::-webkit-scrollbar-track{background: #edf3f6;border-radius: 3px;}
.qdl-option-grid::-webkit-scrollbar-thumb{background: #a9dcd9;border-radius: 3px;}
.qdl-option-grid::-webkit-scrollbar-thumb:hover{background: #55c8c4;}
.qdl-label-grid{
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
}
.qdl-option{
    min-width: 0;
    height: 34px;
    padding: 0 10px;
    overflow: hidden;
    color: #607182;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e0e8ee;
    border-radius: 4px;
    transition: all .2s ease;
}
.qdl-option:hover{
    color: #16aaa8;
    border-color: #7addd8;
}
.qdl-option.is-selected{
    color: #fff;
    background: linear-gradient(90deg, #2bdcc9, #1abff5);
    border-color: transparent;
    box-shadow: 0 4px 10px rgba(24, 193, 221, .22);
}
.qdl-option-loading{
    grid-column: 1 / -1;
    padding: 8px;
    color: #9aa8b5;
    font-size: 13px;
    text-align: center;
}
.qdl-static-form .layui-btn-primary{
    height: 42px;
    color: #169da0;
    border-color: #a5e5e3;
    border-radius: 5px;
}
.qdl-static-form .layui-btn-primary:hover{
    color: #fff;
    background: #20cfc9;
    border-color: #20cfc9;
}
.qdl-static-cart{
    margin: 0;
    border: 1px solid #e5edf3;
    border-radius: 7px;
    overflow: hidden;
}
.qdl-static-cart thead{background: #f7fafc;}
.qdl-static-cart th{
    color: #607182;
    font-weight: 500;
}
.qdl-static-cart td,
.qdl-static-cart th{padding: 13px 16px;}
.qdl-static-price{
    display: inline-flex;
    align-items: center;
    min-width: 150px;
    padding: 10px 18px;
    color: #fa6b3b;
    font-size: 25px;
    font-weight: 600;
    background: #fff7f3;
    border-radius: 5px;
}
.qdl-static-price:before{
    margin-right: 3px;
    content: '¥';
    font-size: 17px;
}
.qdl-static-submit{
    width: 190px;
    height: 46px;
    font-size: 16px;
    border-radius: 23px;
    background: linear-gradient(90deg, #27dec8, #1abff5);
    box-shadow: 0 8px 18px rgba(26, 191, 245, .25);
}
.qdl-static-submit:hover{opacity: .9;}
.qdl-ip-notice{
    display: none;
    align-items: flex-start;
    max-width: 360px;
    margin-top: 12px;
    color: #ef4b47;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}
.qdl-ip-notice.is-visible{display: flex;}
.qdl-ip-notice i{
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 2px 5px 0 0;
    color: #ef4b47;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border: 1px solid #ef4b47;
    border-radius: 50%;
}
.qdl-tunnel-page{
    min-height: 760px;
}
.qdl-tunnel-content{
    padding-bottom: 40px;
}
.qdl-tunnel-page .dynamic-left{
    float: left;
    width: 106px;
    color: #617181;
    font-size: 14px;
}
.qdl-tunnel-page .dynamic-left ul{margin: 0;padding: 0;}
.qdl-tunnel-page .dynamic-left li{
    height: 44px;
    margin: 0;
    line-height: 44px;
    list-style: none;
}
.qdl-tunnel-page .dynamic-right{
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    min-height: 132px;
    margin-left: 118px;
}
.qdl-tunnel-page .dynamic-box{
    position: relative;
    min-width: 0;
    height: 132px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background: #f8fbfc;
    border: 1px solid #dfe9ef;
    border-radius: 8px;
    transition: all .2s ease;
}
.qdl-tunnel-page .dynamic-box:hover{
    border-color: #83ddd8;
    box-shadow: 0 5px 14px rgba(40, 167, 173, .10);
}
.qdl-tunnel-page .dynamic-box.active{
    color: #159fa5;
    background: #f1fffd;
    border-color: #25ccc7;
    box-shadow: 0 5px 15px rgba(24, 193, 221, .16);
}
.qdl-tunnel-page .dynamic-box.active:before{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
    background: none;
    border-bottom: 24px solid #20cfc9;
    border-left: 24px solid transparent;
}
.qdl-tunnel-page .dynamic-box.active:after{
    position: absolute;
    right: 3px;
    bottom: 1px;
    content: '✓';
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}
.qdl-tunnel-page .dynamic-box-price{
    height: 43px;
    color: #314557;
    font-size: 16px;
    font-weight: 600;
    line-height: 43px;
}
.qdl-tunnel-page .dynamic-box-percent{
    width: auto;
    height: 40px;
    margin: 0 14px;
    color: #17aaa8;
    font-size: 13px;
    line-height: 40px;
    border-top: 1px dashed #d4e5e8;
    border-bottom: 1px dashed #d4e5e8;
}
.qdl-tunnel-page .dynamic-right-input{
    width: 74px;
    height: 30px;
    margin: 6px 0;
    color: #314557;
    text-align: center;
    background: #fff;
    border: 1px solid #d5e4e8;
    border-radius: 4px;
}
.qdl-tunnel-page .freeLine{
    display: flex;
    align-items: center;
    margin: 0;
}
.qdl-tunnel-page .freeLine .freeTitle{
    float: none;
    margin: 0 18px 0 0;
    color: #526272;
    font-size: 14px;
    font-weight: 500;
}
.qdl-tunnel-page .freeLine .paybox{
    width: 116px;
    height: 42px;
    margin-right: 10px;
    line-height: 40px;
    background: #fff;
    border-color: #dce7ed;
    border-radius: 5px;
}
.qdl-tunnel-page .freeLine .paybox.active{
    border-color: #21cfc9;
    box-shadow: 0 0 0 3px rgba(32, 207, 213, .10);
}
.qdl-tunnel-page .freeLine .paybox.active:before{display: none;}
.qdl-tunnel-page .freeLine .paybox img{max-height: 25px;}
.qdl-tunnel-actions{
    display: flex;
    gap: 14px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #edf1f5;
}
.qdl-tunnel-purchase{flex: 0 1 360px;}
.qdl-tunnel-purchase .qdl-ip-notice{display: flex;}
.qdl-tunnel-page .buyButton{
    width: 190px;
    height: 46px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    background: linear-gradient(90deg, #27dec8, #1abff5);
    border: 0;
    border-radius: 23px;
    box-shadow: 0 8px 18px rgba(26, 191, 245, .25);
}
.qdl-tunnel-page .buyButton.qdl-tunnel-secondary{
    color: #159fa5;
    background: #fff;
    border: 1px solid #8ce0dc;
    box-shadow: none;
}
.qdl-tunnel-page .dynamic-table{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e3edf1;
    border-radius: 8px;
}
.qdl-tunnel-page .dynamic-table-title{
    margin: 0;
    padding: 12px;
    color: #536677;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background: #f7fafc;
}
.qdl-tunnel-page .dynamic-table table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.qdl-tunnel-page .dynamic-table table td{
    height: 42px;
    padding: 0 24px !important;
    color: #607182;
    font-weight: 400;
    line-height: 42px;
    border: 1px solid #e5edf2;
}
.qdl-tunnel-page .dynamic-table table .tr1{background: #fbfdfe;}
.qdl-tunnel-page .dynamic-table table .tr1 td{color: #465b6d;}
@media (max-width: 767px){
    .qdl-static-page{padding: 18px 12px 40px;}
    .qdl-static-heading,.qdl-static-form{padding: 22px 18px;}
    .qdl-static-heading{display: block;}
    .qdl-static-badges{margin-top: 14px;}
    .qdl-choose-kind{flex-wrap: wrap;}
    .qdl-choose-kind .tabs{width: calc(50% - 6px);}
    .qdl-option-grid.qdl-zt-product-grid{grid-template-columns: 1fr;}
    .qdl-tunnel-page .dynamic-table table td{padding: 0 12px !important;}
    .qdl-static-form .layui-form-label{width: 80px;}
    .qdl-static-form .layui-input-block{margin-left: 88px;}
    .qdl-choose-kind{gap: 8px;margin-bottom: 18px;}
    .qdl-choose-kind .tabs{width: calc(50% - 4px);font-size: 14px;}
    .qdl-tunnel-page .dynamic-left{display: none;}
    .qdl-tunnel-page .dynamic-right{grid-template-columns: repeat(2, minmax(0, 1fr));margin-left: 0;}
    .qdl-tunnel-page .freeLine{display: block;}
    .qdl-tunnel-page .freeLine .freeTitle{margin-bottom: 10px;}
    .qdl-tunnel-actions{flex-wrap: wrap;}
}
}
