/* Added service style for 'lw' on 2025-02-13 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
h1,h2,h3,h4,h5,h6{font-family: 'MB';}
.services{min-height: 200px;}
.footers {
    position: fixed;
    bottom:0;
}

.hp-container {
    margin-top:90px;
    width: 100vw;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
    scroll-behavior: smooth;
    overflow-x: scroll;
    font-family: Montserrat;
    height: 100vh;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; /* 0.5s 是过渡时间 */
}
.hp-container.ready {
    visibility: visible;
    opacity: 1;
}

.hp-content {
    display: flex;
    width: max-content;
    /*width: 3000px !important;*/
    height: 100%;
}

.hp-page {
    /*width: 100%;*/
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap:100px;
}
.hp-page .font-size{font-size: 16px;}
.hp-page #screen-1{width: 800px;line-height: 30px;}
.hp-page #screen-1 .title{margin-bottom: 50px;}
.hp-page #screen-1 .title1{margin-bottom: 30px;}
.hp-page #screen-1 .content1{padding-right: 30px;}
.hp-page #screen-2{width: auto;}
.hp-page .scroll{font-weight: bold;font-size: 18px;margin-top: 10px;}
.hp-page #screen-3{}
.hp-page .service-box{position: relative;border-radius: 5px;width: 800px;background: #e9e8e1;height: fit-content;}
.hp-page .service-box .top-label{background: #000;padding:5px 10px;color: #FFFFFF;display: inline-block;position: relative;top: 15px;left: 15px;border-radius: 5px;font-weight: bold;}
.hp-page .service-box .top-text{position: absolute;right: 15px;top:15px;color: #ff6600;display: flex;align-items: center;gap: 5px;}
.hp-page .service-box .top-text .bi{font-size: 20px;margin-top: 4px;}
.hp-page .service-box .title{text-align: center;margin-top: 30px;font-size: 20px;margin-bottom: 20px;}
.hp-page .service-box .img-box{display: flex;justify-content: center;gap: 30px;}
.hp-page .service-box .img-box img{height: 115px;cursor: zoom-in;}
.hp-page .service-box .text-box{display: flex;padding: 20px 20px;}
.hp-page .service-box .text-box .left{width: 15%;display: flex;align-items: center;gap: 5px;justify-content: end;padding-right: 20px;}
.hp-page .service-box .text-box .left img{height: 40px;}
.hp-page .service-box .text-box .left .name{font-size: 16px;font-weight: bold;}
.hp-page .service-box .text-box .right{width: 85%;}
.hp-page .service-box .bottom{display: flex;justify-content: space-between;align-items: center;margin: 0 15px 15px;}
.hp-page .service-box .bottom .bottom-label{display: flex;gap: 10px;}
.hp-page .service-box .bottom .bottom-label span{background: rgba(211, 211, 211, 1);padding: 5px 10px;border-radius: 5px;font-weight: bold;font-size: 12px;}
.hp-page .service-box .bottom .bottom-text{font-weight: bold;transform: rotate(180deg);}
.fixed-tabs {
    position: fixed;
    margin-top:50px;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 800px;
    width: auto;
}
.hp-page .tabs,.fixed-tabs{display: flex;background: rgba(211, 211, 211, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.hp-page .tabs li,.fixed-tabs li{padding: 5px 15px;border-right: 1px solid #ab9b9b;width: 200px;text-align: center;font-weight: bold;cursor: pointer;}
.hp-page .tabs li.active,.fixed-tabs li.active{background: #ff6600;}
.hp-page .tabs li.active a,.fixed-tabs li.active a{color: #FFFFFF;}
.hp-page .tabs li a,.fixed-tabs li a{display: block;}
.hp-page .tabs li:first-child,.fixed-tabs li:first-child{border-bottom-left-radius: 5px;}
.hp-page .tabs li:last-child,.fixed-tabs li:last-child{border-right: none;}

.hp-page .for-box{border-radius: 5px;width: 800px;background: #e9e8e1;height: fit-content;min-height: 320px;}
.hp-page.hp-for-functional-page .for-box{min-height: 350px;}
.hp-page .package-box{border-radius: 5px;width: 550px;background: #FFFFFF;height: auto;flex-direction: column;display: flex;}
.hp-page .for-box .title,.hp-page .package-box .title{margin-top: 20px;font-size: 20px;margin-left: 15px;width: 100%;margin-bottom: 10px;}
.hp-page .for-box .row, .hp-page .package-box .row{margin: 0;width: 100%;flex-grow: 1;align-items: center;}
.hp-page .for-box .name{
    margin: 30px 0;
    font-weight: bold;
    font-size: 18px;
}
.hp-page .for-box ul.list{
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}
.hp-page .for-box .table th,.hp-page .for-box .table thead th{border:0;border-bottom: 1px solid #888;text-align: left;width: auto;padding: 8px 15px;}
.table, .table td{border:1px solid #e9e8e1;}
.hp-page .for-box .table, .table td{border-bottom: 1px solid #888;text-align: left;color: #000;padding: 8px 15px;}

.hp-page .for-box ul.list li{}
.hp-page .for-box .bottom-text{padding:15px;}
.hp-page .package-box ul.list{
    display: grid;
    gap: 15px;
    align-items: center;
}
.hp-page .package-box ul.list li{
    /* height: 30px; */
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
}


.jump-box {
    width:260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jump-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jump-box ul li {
    background: #e9e8e1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    width: 100%;
}

.jump-box ul li a{
    font-size: 18px;
    padding-right: 10px;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 15px;
    color: #ff6600;
    font-weight: bold;
}
.jump-box ul li .bi{font-size: 30px;}

.jump-box ul li:last-child {
    margin-bottom: 0;
}
.hp-container::-webkit-scrollbar {
    display: none;
}
.hp-container {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}