
/* 运费估算表单 */
.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;
    display: flex;
    flex-flow: column;
}

.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 {
    flex:1;
    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 .kefu{
    color: #dc0000;

    font-size: 12px;
}
.quote-form-section .quote-form .form-bottom .kefu .phone-num{
    font-size: 16px;
    font-weight: 500;
}
.quote-form-section .quote-form .form-bottom .address{
    font-size: 12px;
}

.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: 336px;
    background-size: cover;
    background-repeat: no-repeat; */

}



.banner-wrap .banner-quote {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(16px);
}

.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{margin-bottom: 20px;}
.channal-section .container {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

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

/* start */
.channal-section .container .channel-item{
    margin-bottom: 30px;
}
/* 轮播图 */
.painaer-slide-wrap{margin-bottom: 30px;}
.painaer-slide-wrap,.painaer-slide-wrap .carousel-inner,.painaer-slide-wrap .carousel-inner .item{
    height: 170px;
}
.painaer-slide-wrap .carousel-inner .item{
    background-size: cover;
    /* position: relative; */
    background: linear-gradient(to bottom, #7B7F9F, #7B7F9F), url('/assets/img/backend/home_banner.webp');
    animation: fadeInBackground 2s ease-in-out forwards;
}
  @keyframes fadeInBackground {
    from {
      background-image: linear-gradient(to bottom, #7B7F9F, #7B7F9F);
    }
    to {
      background-image: linear-gradient(to bottom, transparent, transparent);
    }
  }
.painaer-slide-wrap .carousel-inner .item .carousel-caption{
    left:0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    bottom: 0 !important;
    right: calc(100% - 30px);
}
/* .painaer-slide-wrap .carousel-inner .item .carousel-tips{
    position: absolute;
    left:0;
    bottom:0;
    width: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 100%);
    color: #e6e5e5;
    z-index: 100;
} */
/* 轮播结束 */

.channal-section .container .left .title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.channal-section .container .left .title-wrap .from-to{display: flex;align-items: flex-end;color:#888;}
.channal-section .container .left .title-wrap .from-to div{
    margin-left: 10px;
}
.channal-section .container .left .title-wrap .from-to span{font-weight: 700;}
.channal-section .container .left .title-wrap .title-tips{
    color: #333;
    padding: 4px 10px;
    font-size: 12px;
}
.channal-section .container .left .title-wrap .title-tips .count{
    color: #f60;
    position: relative;
    top: -6px;
    font-weight: 700;
}
.channal-section .container .title-wrap img{height: 34px;margin-left: 5px;}
.channal-section .container .channel-title{
    color: #0e83bf;
    font-size: 24px;
    vertical-align: bottom;
}
.channal-section .container .channel-title .title-circle{
    display: inline-block;
    font-size: 38px;
    line-height: 1;
}
.channal-section .container .left .chanel-list-wrap{
    border:1px solid #e7e7e7;
    padding:21px;
    margin-top: 10px;
    display: flex;
    /* flex-flow: column; */
    justify-content: space-between;

}
.channal-section .container .left .chanel-list-wrap .border-split{
    width: 1px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #e7e7e7;
}
.channal-section .container .item .chanel-list-wrap .channel-list-item{flex:1;font-weight: 700;}
.channal-section .container .item .chanel-list-wrap .list-left-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.channal-section .container .item .chanel-list-wrap .channel-list-item .channel-name{
    /* flex:0.4; */
    color: #666;
    font-size: 14px;
}
.channal-section .container .item .chanel-list-wrap .channel-list-item .channel-time{color: #666;font-size: 14px;font-weight: 700;}
.channal-section .container .item .chanel-list-wrap .channel-list-item .price{color: #f60;}
.channal-section .container .item .chanel-list-wrap .channel-list-item .price .price-code{
    font-size: 12px;
    font-weight: normal;
}
.channal-section .container .item .chanel-list-wrap .channel-list-item .price{font-size: 24px;font-weight: 400;}
/* .channal-section .container .left .chanel-list-wrap .channel-list-item:first-child{border-right:1px solid #e7e7e7;} */
.channel-tips{
    color: #888;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 21px;
    padding-bottom: 5px;
}

/* end */

.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;
    display: flex;
    align-items: center;
    padding-left: 20px;
    text-decoration: none;
    margin-bottom: 10px;
}
.channal-section .container .right .right-link .title{
    color: black;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
}
.channal-section .container .right .right-link:hover{

}
.channal-section .container .right .right-link .sub-title{
    color: #666;
    font-size: 14px;
}

.channal-section .container .right .heina-advance{
    font: bold 14px / 18px Arial;
    padding: 10px;
    margin-bottom: 10px;
    color: #2b8fc5;
    background: #f3f3f3;
    margin-bottom: 10px;
}
.channal-section .container .right .advance-list ul{
    list-style: disc;
    padding-left: 25px;
}
.channal-section .container .right .advance-list ul li{margin-bottom: 10px;}
.channal-section .container .right .advance-list ul a{
    font-size: 12px;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.channal-section .container .right .advance-list ul a:hover{
    color: #2b8fc5;
}
.price-tips{
    padding:5px 17px 5px 13px;
    background-color: #f7fcff;
    color: #888;
    font-size: 12px;
}
