 .banner .slider,
.banner_m .slider {
    position: relative;
}
.banner .slick-dots,
.banner_m .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
    display: inline-block;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: transparent;
    border:2px solid #FF9326;
    width: 10px;
    height:  10px;
    margin: 0 7px;
    border-radius: 50%;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
    background: #FF9326;
}
.banner_m {
    display: none;
}
.btn.more{
    border-radius: 0;
}
.title{
   position: relative;
}
.title span{
    color: #FF872C;
    font-size: 24px;
    margin-bottom: -8px;
    display: block;
    font-family: "Jost", sans-serif;
}
.title h2{
    margin: 0;
    color: #212121;
    font-size: 38px;
    letter-spacing: 3px;
    font-weight: 600;
}
 /*按鈕*/
.index_more{
    display: block;
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 38px;
}
 .index_more a{
    position: relative;
    display: block;
    color: #222222;
    text-align: center;
    z-index: 0;
    font-size: 0;
    font-family: 'Poppins', 'Noto Sans TC', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500;
    transition: all .3s ease;
    letter-spacing: 1px;
 }
.index_more a span{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;
}
 .index_more a span .more_dot{
    width: 50px;
    height: 50px;
    border: 3px solid #FF892D;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 0;
    position: relative;
    overflow: hidden;
 }
 .index_more a span .more_dot::after{
    content: '';
    background: url(../../images/common/index/more_dot_ic.png) 50% 50% no-repeat;
    width: 18px;
    height: 16px;
    position: relative;
    left: 1px;
    z-index: 5;
    transition: all .3s ease-in-out 0s;
 }
 .index_more:hover  .more_dot:after{
    -webkit-animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
 @keyframes c-button-icon {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: translateX(10px) rotate(0deg);
        opacity:0;
    }
    50.1% {
        transform: translateX(-10px) rotate(0deg);
    }
}
 /*按鈕*/
 .sect3 {
    background: #FDFCFA;
    position: relative;
    padding-top: 20px;
    padding-bottom: 70px;
    background: #FCF7F1;
}
 .sect3::before{
    content: '';
    display: block;
    position: absolute;
    height: 100px;
    left: 0;
    right: 0;
    top:0;
    background: #FDFCFA;
}
 .sect3 .row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
 .sect3 .col {
    padding: 0;
    display: block;
}
 .sect3 .col:first-child{
    max-width: 680px;
    margin-left: 0;
    margin-right: auto;
}
 .sect3 .col:last-child{
    background: #fff;
    max-width: 700px;
    border-radius: 20px;
    padding: 50px 40px 40px;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.05);
    top: -15px;
    position: relative;
    box-sizing: border-box;
    width: 50%;
}
 .about-sect{
    position: relative;
    padding-left: 330px;
    min-height: 450px;
}
 .about-sect::before{
    content: '';
    position: absolute;
    width: 269px;
    height: 415px;
    background: url(../../images/common/index/a_pic.jpg) no-repeat;
    top: 0;
    left: 0;
    border-radius:10px;
    background-size: cover;
}
 .about-sect .title{
    margin-bottom: 20px;
}
 .about-sect .editor {
    color: #444444;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing:1px;
    min-height: 150px;
}
 .about-sect .editor .t-1{
    font-size: 20px;
    color: #333;
    height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 2px;
    margin-bottom: 22px;
    font-weight: 500;
 }
 .about-sect .editor .p-1{
    margin: 0;
    height: 145px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
}
 .about-sect .index_more{
    top: unset;
    bottom: 57px;
}
 .news-sect {
    position: relative;
}
 .news-sect .title{
    display: flex;
    gap: 20px;
    align-items: center;
}
 .news-list {
    min-height: 250px;
    position: relative;
}
 .news-list li{
    box-sizing: border-box;
}
 .news-list .box {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 0px;
    padding: 10px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
}
.news-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .date {
    float: left;
    color: #AAAAAA;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
 }
 .news-list .box:hover .date{
    color: #FF892B;
}
 .news-list .name{
    color: #333333;
    margin-left: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s ease;
    letter-spacing: 1px;
}
.news-list .box:hover .name{
    color: #FF892B;
}
 .news-sect  .index_more {
    top: 0;
}
.sect0{
    padding-top: 50px;
    padding-bottom: 50px;
}
.hot-sect .index_more_content{
    text-align: center;
}
.hot-sect .index_more{
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
}
.hot-sect .index_more a{
    display: inline-block;
}
.hot-content{
    background: #FFF;
    padding: 80px 55px 50px;
    border-radius: 20px;
}
.hot-sect .title {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.hot-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.hot-list .item {
    padding-left: 15px;
    padding-right: 15px;
}
.hot-list .item:nth-child(-n+5) {
    grid-column: 1;
    grid-row: auto;
}
.hot-list .item:nth-child(6) {
    grid-column: 2; 
    grid-row: 1; 
}
.hot-list .item:nth-child(7) { 
    grid-column: 2; 
    grid-row: 2; 
}
.hot-list .item:nth-child(8) { 
    grid-column: 2; 
    grid-row: 3; 
}
.hot-list .item:nth-child(9) { 
    grid-column: 2; 
    grid-row: 4; 
}
.hot-list .item:nth-child(10) { 
    grid-column: 2; 
    grid-row: 5; 
} 
.hot-list .item .box{
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.hot-list .item a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.hot-list .name {
    letter-spacing: 1px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    transition: all .3s ease;      
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    height: 32px; 
    margin-bottom: 5px;
}
.hot-list .box:hover .name{
    color:#FF892D;
}
.hot-list .info-box{
    display: flex;
    flex-wrap: wrap;
}
.hot-list .info-box > div{
    margin-left: 8px;
    padding-left: 8px;
    position: relative;
    color: #666666;    
    font-size: 16px;
    letter-spacing: 0px;
}
.hot-list .info-box > div:before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #ddd;
    width: 1px;
    height: 10px;
}
.hot-list .info-box > div.price-original{
    text-decoration: line-through;
}
.hot-list .info-box > div.price-discount{
    color: #FE0000;
    margin-left: 0;
}
.hot-list .info-box > div.price-discount:before{
    display: none;
}
.hot-list .info-box > div.info-state{
    background: #FE0000;
    color: #FFF;
    font-size: 12px;
    border-radius: 10px;
    line-height: 23px;
    height: 23px;
    padding-left: 7px;
    padding-right: 7px;    
}
.hot-list .info-box > div.info-state:before{
    display: none;
}
.hot-list .info-box > div:nth-child(1){
    margin-left: 0;
    padding-left: 0;
}
.hot-list .info-box > div:nth-child(1):before{
    display: none;
}
.sect1 {
padding-top: 75px;
padding-bottom: 40px;
position: relative;
}
.products-sect{
position: relative;
z-index: 2;
}
.products-sect .title {
text-align: center;
position: relative;
margin-bottom: 30px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.products-list .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box {
    max-width: 450px;
    margin: 0 auto 75px;
    position: relative;
    padding-bottom: 80px;
    padding-top: 15px;
    overflow: hidden; 
}
.products-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    
 }
.products-list .pic-box {
     position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.products-list .state{
    position: absolute;
    top: -11px;
    left: 32px;
    line-height: 41px;
    width: 102px;
    font-size: 16px;
    color: #fff;
    width: 98px;
    height: 34px;
    background-size: contain;
    padding-left: 10px;
    line-height: 36px;
}
.products-list .box  .state.st-plan{
    background: url(../../images/common/products/st-plan.png) no-repeat;
    background-size: contain;
    color: #fff;
}
.products-list .box  .state.st-close{
    background: url(../../images/common/products/st-close.png) no-repeat;
    background-size: contain;
    color: #fff;
}
.products-list .box  .state.st-wait{
    background: url(../../images/common/products/st-wait.png) no-repeat;
    background-size: contain;
    color:#fff;
}
 .products-list .box  .state.st-ok{
    background: url(../../images/common/products/st-ok.png) no-repeat;
    background-size: contain;
    color: #fff;
}
 .products-list .txt {
    position: absolute;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    display: block;
    background: #fff;
    padding: 25px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: 90%;
    border-radius: 20px;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.05);
}
 .products-list  .info-row{
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
    text-align: center;
    gap:5px;
    margin-bottom: 15px;
}
 .products-list  .info-row .info-slot{
    color: #ffffff;
    border: 2px solid #444444;
    padding: 3px 9px;
    border-radius: 5px;
    min-width: 85px;
}
/**/
 
.products-list  .info-row .info-slot.t-day{
    background: #01B0F1;
    border-color: #01B0F1;
}

.products-list  .info-row .info-slot.t-night{
    background: #012060;
    border-color: #012060;
}
.products-list  .info-row .info-slot.t-night-holiday{
   background: #7030A0;
    border-color: #7030A0;
}
.products-list  .info-row .info-slot.t-holiday{
    background: #00AF50;
    border-color: #00AF50;
    color: #ffffff;
}


/**/

 .products-list  .info-row .info-label{
    color: #FF882C;
    border: 2px solid #FF882C;
    border-radius: 5px;
    padding: 3px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .products-list .name{
    display: inline-block;
    letter-spacing: 1px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease;
}
 .products-list .box:hover .name{
    color: #FF882C;
}
 .products-list .info-list{
    font-size: 17px;
    color: #444444;
    margin-bottom: 5px;
}
 .products-list .info-list .col{
    margin-top: 4px;
}
 .products-list .price-box{
    display: flex;
    position: relative;
    justify-content: space-between;
}
 .products-list  .price{
    color: #F72609;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 45px;
    line-height: 45px;
}
 .products-list  .price b{
    font-size: 30px;
    font-weight: 700;
}
 .products-list .price-box .apply-btn{
    border: 2px solid #00A3D9;
    color: #fff;
    font-size: 17px;
    width: 167px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    z-index: 80;
    background:#00A3D9;
    transition: all .3s ease;
}
 .products-list .price-box .apply-btn:hover{
    color: #00A3D9;
    border-color: #00A3D9;
    background:transparent;  
  }
 .sect2 {
    position: relative;
    background: #FDFCFA;
}
 .sect2::after{
    content: "";
    width: calc(100vw + 60px);
    height: 500px;
    border-radius: 100%;
    background: #FCF7F1;
    z-index: 1;
    position: absolute;
    left: -30px;
    top: -250px;
 }
 .sect2::before{
    content: '';
    position: relative;
    background: url(../../images/common/index/s_pic.jpg) 50% 50% no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 1200px;
    height: 640px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
}
 .service-sect{
    max-width: 1170px;
    background: #FDFCFA;
    padding: 70px 0px 70px 125px;
    margin-top: -200px;
    margin-right: 0;
    margin-left: auto;
    border-radius: 20px;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
}
 .service-sect .editor{
    position: relative;
 }
 .service-sect .stxt{
    color: #333333;
    font-size: 20px;
    letter-spacing: 1px;
    position: absolute;
    top: -55px;
    left: 230px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 570px;
    font-weight: 500;
 }
 .service-sect  .scol{
    margin-top: 58px;
}
 .service-sect  .skeyword li{
    vertical-align: middle;
    vertical-align: middle;
    margin: 0px 0 5px;
}
.service-sect  .skeyword li a{
    display: inline-block;
    background: none;
    border: 2px solid #EFEAE5;
    background: transparent;
    border-radius: 8px;
    padding: 6px 10px;
    transition: all .3s ease;
    font-weight: 600;
}
.service-sect  .skeyword li a:hover{
    border: 2px solid #F9BB00;
    color: #fff;
    background: linear-gradient(to right, rgba(249, 187, 0, 1) 0%, rgba(255, 137, 45, 1) 100%);
}
 .service-sect .index_more{
    top: 130px;
}
 @media screen and (max-width: 1440px) {
     .index_more {
        right: 50px;
    }
     .news-sect .index_more {
        top: 0;
        right: 15px;
    }
     .sect3 .col:last-child {
        max-width: 500px;
        margin-left: 50px;
    }
     .about-sect {
        position: relative;
        padding-left: 300px;
    }
     .about-sect .index_more {
         right: 15px;
    }
 }
@media screen and (max-width: 1300px) {
    .hot-content{
        background: #FFF;
        padding: 40px 20px 30px;
    }
}
 @media screen and (max-width: 1200px) {
     .banner .slick-dots, .banner_m .slick-dots {
         bottom: 20px;
    }
     .index_more {
        right: 0;
        left: 0;
        position: relative;
        top: unset;
        margin: 0 auto;
        width: 137px;
     }
     .sect1 {
         padding-bottom: 60px;
    }
     .service-sect .index_more {
        top: unset;
        margin-top: 20px;
        margin-left: 0;
        margin-right: auto;
    }
    .sect3::before {
        height: 105px;
    }
    .sect3 .row {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;

    }
    .sect3 .col:first-child {
        max-width: 680px;
        margin-left: 0;
        margin-right: auto;
        margin: 50px auto 0px;
    }
     .sect3 .col:last-child {
        max-width: 680px;
        margin-left: 0;
        width: 100%;
    }
     /**/
     .products-list .box {
        padding-bottom: 0;
        margin: 0 auto 40px;
    }
    .products-list .txt {
        position: relative;
        margin-top: -85px;
        margin-right: 0;
        margin-left: auto;
        width: 100%;
    }
     .products-list .price-box {
        display: flex;
         
        position: relative;
        justify-content: space-between;
        flex-direction: column;
     }
     .products-list .price-box .apply-btn{
         transition: all .3s ease;
        margin: 0 auto;
    }
     /**/
     .about-sect .index_more {
        right: 0;
        bottom: 0;
        margin-top: 25px;
        margin-left: auto;
        margin-right: 0;
    }
     .news-sect .index_more{
        margin-top: 20px;
    }
 }
 @media screen and (max-width: 1000px) {
    .banner {
        margin-bottom: 0;
    }
    .hot-list {
        display: block;
    }
    .hot-list .item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
     .sect1 {
        padding-top: 40px;
        padding-bottom: 50px;
        position: relative;
    }
     .sect3 {
        padding-top: 35px;
        padding-bottom: 30px;
    }
     .sect3::before {
        height: 150px;
    }
     .sect3 .row:before {
     }
    .sect3 .col {
        width: 100%;
        padding: 30px 0;
    }
    .sect3 .col:first-child {
        
        margin: 0px auto 0px;
    }

     .sect3 .title {
        text-align: center;
    }
     .news-sect .title{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
     .products-list .item {
        width: 50%;
    }
     .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .info-row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
     .products-list .info-row .info-slot {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: unset;
        max-width: 100%;
        box-sizing: border-box;
        width: auto;
    }
     .products-list .info-row .info-label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        box-sizing: border-box;
        width: auto;
    }
     .sect2::before {
         max-width: 1200px;
        height: 500px;
    }
     .service-sect {
        max-width: 767px;
        background: #FDFCFA;
        padding: 60px 50px 0;
        margin: 0 auto;
        margin-top: -200px;
    }
    .service-sect .title {
        text-align: center;
    }
     .service-sect .stxt {
        top: 0;
        left:  0;
        position: relative;
        margin: 0 auto;
        display: inline-block;
        text-align: left;
        height: auto;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        max-width: 570px;
        font-size: 17px;
    }
     .service-sect .scol {
        margin-top: 20px;
    }
     .service-sect .index_more {
         margin: 0 auto;
        margin-top: 20px;
    }
    .about-sect::before {
        width: 100%;
        max-width: 300px;
        height: 300px;
        background: url(../../images/common/index/a_pic.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        top: 0;
        left: 0;
        position: relative;
        background-size: cover;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
     .about-sect {
        position: relative;
        padding-left: 0;
    }
     .about-sect .editor .t-1 , .about-sect .editor .p-1{
        height: auto;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient:  unset;
        overflow: unset;
     }
    .about-sect .editor .t-1{
        margin-bottom: 5px;
    }
     .about-sect .editor{
        max-width: 350px;
        margin: 0 auto;
    }
     .about-sect .index_more{
        margin: 0 auto;
        margin-top: 20px;
    }
     .about-sect .editor,
    .news-list {
        min-height: 0;
    }
 }
@media screen and (max-width: 767px) {
    .banner {
        display: none;
    }
    .banner_m {
         display: block;
    }
    .hot-list .name {
        font-size: 18px;
    }
    .hot-list .info-box > div {
        font-size: 15px;
    }
     /**/
    .products-list .txt {
        position: relative;
        margin-top: -40px;
        padding: 15px;
    }
     .products-list .name {
        font-size: 18px;
    }
     .products-list .info-list {
        font-size: 15px;
    }
     .products-list .price b {
        font-size: 20px;
        font-weight: 700;
    }
     .products-list .price {
         font-size: 16px;
        letter-spacing: 0;
    }
     .products-list .price-box .apply-btn {
        width: 100%;
    }
}
 @media screen and (max-width: 600px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 484px) {
     .sect2::before {
        max-width: 1200px;
        height: 350px;
    }
     .service-sect {
        max-width: 767px;
         padding: 40px 20px 0;
        margin-top: -150px;
    }
     .sect3 .col:last-child {
        max-width: 680px;
        margin-left: 0;
        padding: 40px 20px 40px;
    }
}
@media screen and (max-width: 400px) {
    .news-list .date {
        float: none;
    }
    .news-list .date:after {
        display: none;
    }
    .news-list .name {
        margin-left: 0;
    }
}