/* .banner-wrap.home{
    background-image: url('/assets/img/frontend/blur-bg.png')!important; 
    height: auto!important;
} */
.banner-wrap .heina-slide-wrap .carousel-inner .item .carousel-item-img{
    width: 100%;
}

/* 运费估算表单 */
.quote-form-section {
    position: absolute;
    width: 100%;
    height: 100%;
    /* padding-top: 20px; */
    z-index: 100;
    display: flex;
    justify-content: end;
}

.quote-form-section .container {
    display: flex;
}

.quote-form-section .quote-form {
    width: 654px;
    min-height: 310px;
    border: 6px solid #00afc7;
    background: #fff;
    margin-top: auto;
}

.quote-form-section .quote-form .title-wrap {
    height: 50px;
    display: flex;
    padding: 10px 10px 0 10px;
    margin-bottom: 5px;
    justify-content: space-between;
    align-items: center;
}

.quote-form-section .quote-form .title-wrap .title {
    font-size: 26px;
    margin: 0;
    font-weight: 500;
}

.quote-form-section .quote-form .form-tab {
    border-bottom: 1px solid #97d3d9;
    padding: 0 2px 0 10px;
}

.quote-form-section .quote-form .form-tab .tab-item {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: #666;
    line-height: 36px;
    font-size: 16px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.quote-form-section .quote-form .form-tab .tab-item.active {
    color: #333;
    cursor: default;
    border-bottom: 2px solid #088db5;
    font-weight: 700;
    border-bottom-color: #088db5;
}

.quote-form-section .quote-form .form-wrap {
    background: #f5fbfd;
    padding: 20px 30px 0;
    display: flex;
    justify-content: space-between;
}

.quote-form-section .quote-form .form-wrap .form-item {
    width: 44%;
}

.quote-form-section .quote-form .form-wrap .form-item .form-item-title {
    margin-bottom: 15px;
    font-weight: 700;
}

.quote-form-section .quote-form .form-bottom {
    background: #f5fbfd;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 22px;
}

.quote-form-section .quote-form .form-bottom .form-submit-button {
    display: inline-block;
    width: 132px;
    background: #ff5622;
    color: #fff;
    border-radius: 0px;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 11px;
    text-align: center;
    cursor: pointer;
}

/* 运费估算表单结束 */
.banner-wrap .heina-slide-wrap .carousel-inner .item {
    /* height: 456px; */
    min-height: 375px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: linear-gradient(to bottom, #7B7F9F, #7B7F9F), url('/assets/img/backend/home_banner.webp'); */
    animation: fadeInBackground 1s ease-in-out forwards;

}
@keyframes fadeInBackground {
    from {
      /* background-image: linear-gradient(to bottom, #7B7F9F, #7B7F9F); */
    }
    to {
      /* background-image: linear-gradient(to bottom, transparent, transparent), url('/assets/img/backend/home_banner.webp'); */
    }
  }



.banner-wrap .banner-quote {
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #7C81A4;
}

.banner-wrap .banner-quote .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 120px;
    padding: 24px 15px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #ffffff;
}

.banner-wrap .banner-quote .container .form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-wrap .banner-quote .container .form .title,
.banner-wrap .banner-quote .container .form .title {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 32px;
    margin-right: 20px;
}

.banner-wrap .banner-quote .container .from .from-form .form-title {
    margin-bottom: 10px;
}

.banner-wrap .form-title {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.to-form-wrap {
    flex: 1;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
}

.to-form {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.to-form select {
    margin-bottom: 10px;
}

.to-form .weight {
    display: flex;
}

.to-form .weight .right select {
    margin-bottom: 0;
}

.to-form .weight .right {
    display: flex;
    align-items: end;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.to-form .weight .right .weight-unit {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
}

.to-form .quote-btn-wrap {
    display: flex;
    align-items: center;
}

.to-form .quote-btn-wrap .btn {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 32px;
    padding: 8px 52px;
    background-color: #009df4;
    border-radius: 24px;
    border: 0;
}

.banner-quote .form-input {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
}


.banner-quote .form-input:focus {
    border-color: transparent;
    border-bottom-color: #eee;
}

.banner-quote .form-input::placeholder {
    font-size: 18px;
    font-weight: 400 !important;
    color: #FFFFFF;
    opacity: 0.6;
    line-height: 32px;
}

/* 渠道列表 */
.channal-section .container {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
}

.channal-section .container .left {
    flex: 1;
}

.channal-section .container .right {
    width: 272px;
    padding-left: 16px;
}

.channal-section .container .right .right-link {
    height: 110px;
    box-sizing: border-box;
    display: block;
    border: 1px solid #e7e7e7;
    border-top-color: #01afc7;
    border-top-width: 5px;
}

/* 服务体系 */
.service {
    background-image: url('/assets/img/frontend/service-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
}

.service .container {
    text-align: center;
    padding-bottom: 84px;
}

.service .title {
    font-size: 32px;
    font-weight: 700;
    color: #2400A8;
    line-height: 1;
}

.service .service-introduce {
    width: 82%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #8F8BB0;
    line-height: 32px;
    padding-top: 24px;
}

.service-wrap {
    display: flex;
    justify-content: space-between;
}

.service-wrap .service-item {
    display: flex;
    flex-flow: column;
    width: 23%;
    align-items: center;
    padding: 40px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 4px 8px 20px 0px rgba(0, 157, 244, 0.1);
    border-radius: 8px;
}

.service-wrap .service-item img {
    width: 80px;
    height: 80px;
}

.service-wrap .service-item .service-item-title {
    padding: 32px 0px 24px;
    font-size: 24px;
    font-weight: 700;
    color: #2400A8;
    line-height: 32px;
}

.service-wrap .service-item .service-item-introduce {
    font-size: 16px;
    font-weight: 500;
    color: #8F8BB0;
    line-height: 24px
}


/* 订单管理 */
.order-manager{
    height: 714px;
    box-sizing: border-box;
    background-image: url('/assets/img/frontend/channal-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 54px;
    margin-bottom: 100px;
    clear: both;
}
.order-manager .container{
    display: flex;
    flex-flow: column;
    height: 100%;
}
.order-manager .container .ordre-img{
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
}
.order-manager .title{ 
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.order-manager .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 24px;
}

/* 服务优势 */
.service-advance {
    text-align: center;
}

.service-advance .title {
    font-size: 32px;
    font-weight: 600;
    color: #2400A8;
    line-height: 40px;
    margin-bottom: 40px;
}

.service-advance .service-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-advance .service-wrap .service-item {
    width: 30%;


    height: 184px;
    box-shadow: 0px 0px 25px 0px rgba(0, 157, 244, 0.1);
    margin-bottom: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease-in-out;
}

.service-advance .service-wrap .service-item:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 157, 244, 0.5);
}

.service-advance .service-wrap .service-item p {
    width: 72%;
    font-size: 24px;
    font-weight: 600;
    color: #2400A8;
    line-height: 40px;
}

/* footer */
footer {
    background-color: #2400A8;
    flex: 1;
}