/********************************
	
    STYLESHEET INDEXING
	|
	|
	|___ 公共 Styles
	|	|
	|	|___Scrollbar style
	|	|___PageHead style
	|	|___Colour style
	|
	|
	|
	|
	|___ Element Styles
	|	|
	|	|___Button style
	|	|___Tree style
	|	|___Table style
	|	|___Loading style
	|
	|
	|
	|
	|
	|___ Table Styles
	|
	|
	|___ Header Styles
	|	|
	|	|___BG style
	|	|___Logo Style
	|	|___Menu Style
	|	|___User Style
	|
    |
	|___ Body Styles
    |	|
	|	|___Nav style
    |	|___CardList style
    |
    |
    |
    |___ Home Styles
    |	|
	|	|___Home style
    |
    |
	|___ END STYLESHEET INDEXING


********************************/


/** ........... 公共 Styles ........... **/

[v-clock] {
    display: none;
}

body {
    -webkit-font-smoothing: antialiased;
    font: 12px/1.5 tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
    font-weight: 400;
    color: #333;
    background: #f3f3f3;
}

i {
    font-style: normal;
}

.gc-container {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.gc-container-sm {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fm-container {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.fm-container-sm {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.fm-container-xs {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

/*@media only screen and (max-width: 1400px) {*/
/*    .fm-container-sm {*/
/*        width: 1200px;*/
/*    }*/

/*    .fm-container{*/
/*        width: 1120px;*/
/*    }*/
/*}*/

/* Scrollbar style */
.home.el-scrollbar .el-scrollbar__wrap {
    overflow-x: hidden;
}

.body-scrollbar .el-scrollbar__wrap {
    overflow-x: hidden;
}

.shoppingCarts__scroll .el-scrollbar__wrap {
    overflow-x: hidden;
}

.page-nav__scroll.el-scrollbar .el-scrollbar__wrap {
    overflow-x: hidden;
    height: 100%;
}

.page-component__scroll.el-scrollbar .el-scrollbar__wrap {
    overflow-x: hidden;
    height: 100%;
}

.page-nav__scroll.el-scrollbar {
    height: calc(100vh - 176px) !important;
}

/* Scrollbar style End */

/* PageHead style */

.a-hover-border:hover {
    color: #f5301a;
    border-bottom: 1px solid #F5310A;
}

/* PageHead style End */

/* Colour style */
.theme-bg-colors {
    background-color: #05a778;
}

/* Colour style End */

/** ........... 公共 Styles End ........... **/

/** ........... header Style ........... **/
/** ........... header Style End ........... **/

/** ........... Element Styles ........... **/
/* Button style End */
/* Tree style */
.el-tree-node:focus>.el-tree-node__content {
    background-color: #ebf6ff;
    color: #4ab5ff;
    border-radius: 4px;
    / / 背景色
}

/* Tree style End */
/* Table style */

.el-table__empty-block {
    height: auto !important;
}

/* Table style End */
/* Loading style */

.el-loading-spinner .circular {
    margin: auto;
}

/* Loading style End*/

/* Icon style */

[class*=" el-icon-"],
[class^=el-icon-] {
    line-height: inherit;
}

/* Icon style End*/
/* Empty style */

.el-empty__image {
    margin: auto;
}

/* Empty style End*/

.el-col-lg-4-8 {
    width: 20%;
}

.el-avatar {
    background: #e0ebe7;
}

/* element滚动条组件 隐藏水平滚动条 */

.el-select-dropdown .el-scrollbar__wrap {
    overflow-x: scroll;
}

.el-cascader-menu__wrap .el-scrollbar__wrap {
    overflow-x: scroll;
}

.is-horizontal {
    display: none;
}

/* img cover */

.el-image__inner {
    vertical-align: unset;
    object-fit: cover;
}

/* el-input */
.el-input--medium .el-input__inner {
    height: 38px;
    line-height: 38px;
}

/** ........... Element Styles End ........... **/
/** ........... Table Styles ........... **/

table {
    font-size: inherit;
}

/*table td{*/
/*	word-break: break-all; !*允许在字内换行,即单词可分*!*/
/*	word-wrap:break-word;!*允许长单词或URL地址换行*!*/
/*	border-right:1px solid #939598;*/
/*	border-bottom:1px solid #939598;*/
/*	font:500 14px Arial;*/
/*}*/
/** ........... Table Styles End ........... **/


/** ........... Header Styles ........... **/

/* BG style */
.header {
    width: 100%;
    height: 68px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}

.zql-container {
    width: 1380px;
    margin: auto;
    padding: 57px 0;
}

/* BG style End */

/* Logo Style */

.header .logo {
    height: 56px;
}

/* Logo Style End */

/* Menu Style */
.header-menu-bar {
    width: 1440px;
    margin: 0 auto;
}

.header-menu {
    width: 66%;
}

.header-menu-withmore {
    display: inline-block;
    margin-right: 18px;
}

.header-menu-withmore.is-active {
    border-bottom: 3px solid #FF4C3F;
    color: #FF4C3F;
}

.header-menu-withmore a {
    height: 63px;
    line-height: 63px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
}

/* Menu Style End */

/* User Style */
.header-user {
    padding: 10px 20px;
    background-color: #f3f4f6;
    border-radius: .25rem;
    font-size: 14px;
}

/* User Style End */

/** ........... Header Styles End ........... **/

/** ........... Body Styles ........... **/

/* Nav style */

.nav-group {
    height: 100%;
}

.nav-list {
    padding-bottom: 12px;
}

.nav-group .nav-list:last-child {
    padding-bottom: 100px;
}

.nav-group_title {
    padding: 10px 14px 4px 20px;
    font-size: 16px;
}

.nav-group_title .left-icon {
    color: #999;
}

.nav-group_title .nav-group_title-name {
    font-weight: 600;
}

.nav-group_title.is-active {
    border-left: 3px solid #FF4C3F;
    color: #FF4C3F;
    background-color: #F7F9FA;
}

.nav-group_title.is-active .left-icon {
    color: #FF4C3F;
}

.nav-group_title.is-active .Hicon-arrow-right {
    color: #666;
    font-size: 18px;
}

.nav-group_body {
    padding-left: 14px;
}

.nav-item {
    font-size: 13px;
    width: 45%;
    display: inline-block;
    line-height: 2;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #777777;
    position: relative;
}

.nav-item.is-active {
    color: #FF4C3F;
}

/* Nav style End */


/* CardList style */
.card-list {
    margin-bottom: 14px;
}

.list-name {
    font-size: 13px;
    color: #666;
}

.list-content {
    font-size: 13px;
    color: #292929;
}

/* CardList style End */

/** ........... Body Styles End ........... **/

/** ........... Home Styles ........... **/

/* Home style */
.fm-select-search {
    color: #666;
    font-size: 14px;
}

.fm-select-search.is-active {
    font-weight: bold;
    color: #f5301a;
}

.fm-nav li {
    font-size: 15px;
    padding: 0 30px;
    cursor: pointer;
}

.fm-nav li:first-child {
    background-color: #ebebeb;
    padding: 10px 20px;
    width: 220px;
    color: #666666;
}

.fm-nav li:hover {
    color: #f5301a;
}

.fm-nav li.is-active {
    font-size: 16px;
    color: #f5301a;
    font-weight: bold;
}

.fm-first-type {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgb(255, 255, 255);
    margin-right: 14px;
    overflow: hidden;
    height: 460px;
}

.fm-first-type li {
    background: #fff;
    width: 180px;
    /*border-bottom: 1px solid #eee;*/
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    height: 65px;
    padding: 10px 18px 16px
}

.fm-first-type li:before {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 36px);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #eee;
}

.fm-first-type li:hover {
    background: #eee;
}

.fm-first-type li:last-of-type {
    border-bottom: 0;
}

.fm-first-type li:last-of-type:before {
    content: '';
    height: 0px;
}

.fm-first-type-name {
    font-size: 14px;
    /*font-weight: bold;*/
    color: #222;
}

.fm-first-type li:hover:before {
    content: '';
    width: 4px;
    height: 100%;
    background: #f5310a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fm-second-type span {
    position: relative;
    cursor: pointer;
    color: #888;
    font-size: 13px;
    padding: 0 4px;
    line-height: 1;
}

.fm-second-type span:before {
    content: '';
    width: 0px;
    height: 80%;
    background: #aaa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
}

.fm-second-type span:hover {
    color: #f5301a;
}

.fm-second-type span:first-child {
    padding-left: 0;
    border-left: 0
}

.fm-second-type span:first-child:before {
    content: '';
    width: 0px;
}

.fm-serve-round {
    width: 38px;
    height: 38px;
    border-radius: 200px;
    line-height: 38px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 30px;
}


.fm-serve-round i {
    font-size: 24px;
}


.fm-serve-1 {
    background: linear-gradient(125deg, #FFAA00, #FFD88A);
}

.fm-serve-2 {
    background: linear-gradient(125deg, #00D6EF, #AAF6FF);
}

.fm-serve-3 {
    background: linear-gradient(125deg, #000000, #8B8B8B);
}

.fm-serve-4 {
    background: linear-gradient(125deg, #3098FE, #95CAFF);
}

.fm-serve {
    cursor: pointer
}

.fm-serve:hover .fm-serve-round {
    background: #f5301a;
}

.fm-serve:hover p {
    color: #f5301a;
}

.fm-banner {
    position: relative;
}

.popup {
    padding: 18px 30px;
    background: #f8f8f8;
    width: 820px;
}

.fm-banner .popup {
    position: absolute;
    top: 0;
    left: 180px;
    width: calc(100% - 220px);
    height: 100%;
    box-shadow: 0px 0 12px 0px rgb(0 0 0 / 16%);
    z-index: 99;
    display: flex;
    align-items: stretch;
}

.popup-wrap {
    display: flex;
    flex-direction: column;
}

.popup-title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
}

.popup-item {
    display: flex;
    flex-direction: column;
}

.popup-item .list {
    display: flex;
    margin-bottom: 10px;
    align-items: self-start;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}

.popup .popup-item .twoClass {
    width: 80px;
    margin-right: 10px;
    color: #555;
    font-weight: 600;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    justify-content: flex-end;
}

.popup .popup-item .twoClass:hover {
    color: #f5310a;
}

.popup .popup-item .threeClass {
    font-size: 12px;
    line-height: 22px;
    padding: 0px 12px;
    color: #666;
    cursor: pointer;
    position: relative;
}

.popup .popup-item .threeClass:hover {
    color: #f5310a;
}

.popup .popup-item .threeClass:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 72%;
    background: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.fm-banner .popup .threeClass:last-of-type {
    margin-right: 0px;
}

.fm-banner .popup .threeClass:hover {
    color: #f5301a;
}

.fresh_fs_shadow {
    width: 100%;
    height: 24px;
    background: url(//static.360buyimg.com/mtd/pc/fresh_v3/1.0.0/home/images/fresh_fs_shadow.png) no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.6;
}

.fm-home-title {
    text-align: center;
}

.fm-home-title-box {
    display: inline-block;
    position: relative;
}

.fm-home-title-box::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #0ACEAB;
    position: absolute;
    left: -86px;
    top: 56%;
}

.fm-home-title-box::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #0ACEAB;
    position: absolute;
    right: -86px;
    top: 56%;
}


.fm-raw-button {
    border: 1px solid #fff;
    padding: 2px 18px;
    margin: 0px 6px 8px 0px;
    background: #ffffff66;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-radius: 200px;
}

.fm-raw-button:hover {
    background: #ffffff99;
    color: #fff;
}

.fm-cuisine {
    width: 100%;
    height: auto;
    background: url(../img/home/cuisine-img/cuisine-bg.png) no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #eee;
}

.fm-cuisine .el-carousel__arrow--left {
    background-color: #2FB969;
    color: #fff;
}

.fm-cuisine .el-carousel__arrow--right {
    background-color: #2FB969;
    color: #fff;
}

.fm-elevator {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 655px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    z-index: 100;
}

.fm-elevator-detail {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: 600px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    z-index: 100;
}

.fm-elevator-fixed {
    position: fixed;
    top: 140px;
    /*-webkit-animation: eleShow .5s ease both;*/
    /*animation: eleShow .5s ease both;*/
    transition: all 0.5s ease;
}

.fm-elevator_list {
    overflow: hidden;
}

.fm-elevator_lk {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 19px;
    font-size: 14px;
    color: #333;
    padding: 10px 2px;
    text-align: center;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    background: #fff;
    z-index: 1;
    cursor: pointer;
}

.fm-elevator_list .el-backtop {
    position: initial;
    width: 64px;
    height: 64px;
}

.fm-elevator_list .el-backtop div {
    height: 100%;
    width: 100%;
    background-color: #fff;
    text-align: center;
    color: #f5310a;
}

.fm-elevator_lk:hover {
    color: #fff;
    background-color: #f5310a;
}

.fm-elevator_lk:after {
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(white), color-stop(#eeeeee), color-stop(#eeeeee), to(white));
    background: linear-gradient(270deg, white, #eeeeee, #eeeeee, white);
    z-index: 1;
    content: "";
}

.fm-elevator_lk:hover:after {
    content: '';
    height: 0px;
}

/*.fm-elevator_item:last-of-type .fm-elevator_lk:after{*/
/*    content: "";*/
/*    height: 0;*/
/*}*/

/* Home style End */
/** ........... Home Styles End ........... **/

.is-fiexd .pageHeader {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.el-popover.popper-body {
    padding: 0;
}

.p-5 {
    padding: 5px;
}

.b-b1 {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px;
}

.db-cl {
    background: #7a6e6e;
    color: #fff;
    font-size: 14px;
}

.bg-b {
    background: #666666;
}

.db-cl:hover {
    background: #f5310a;
}

.fm-first-type-name:hover {
    color: red;
}

.threeClass:hover {
    color: red;
}

.row-header {
    background: #FAFAFA;
    padding: 0;
    padding: 12px 20px;
}

.text-color-99,
.text-grey {
    color: #999999;
}

.text-color-22,
.text-black {
    color: #222222;
}

.btn-collapse {
    font-size: 12px;
}

.text-orange {
    color: #f58f12;
}

.text-green {
    color: #1EBA46;
}

.text-header-overflow {
    cursor: pointer;
    display: inline-block;
    width: 275px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-overflow {
    cursor: pointer;
    display: inline-block;
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: 4px;
}



/* 科尼乐智能-header ↓ */
.zql-header {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .68) 0, rgba(0, 28, 14, 0) 100%);
    /*padding: 15px 0;*/
}

.zql-header.header-active {
    background: #fff;
}

.zql-header-search-icon.white-icon,
.zql-header-logo.white-logo {
    display: block !important;
}

.zql-header-search-icon.white-icon,
.zql-header-logo.white-logo {
    display: block !important;
}

.zql-header-search-icon.black-icon,
.zql-header-logo.black-logo {
    display: none !important;
}

.zql-header:hover .zql-header-search-icon.black-icon,
.zql-header:hover .zql-header-logo.black-logo {
    display: none !important;
}

.zql-header.header-active .zql-header-search-icon.white-icon,
.zql-header.header-active .zql-header-logo.white-logo,
.zql-header:hover .zql-header-search-icon.white-icon,
.zql-header:hover .zql-header-logo.white-logo {
    display: none !important;
}

.zql-header.header-active .zql-header-search-icon.black-icon,
.zql-header.header-active .zql-header-logo.black-logo,
.zql-header:hover .zql-header-search-icon.black-icon,
.zql-header:hover .zql-header-logo.black-logo {
    display: block !important;
}

.is-active-special {
    background: #ffffff !important;
}

.is-active-special .zql-header-menu-item,
.is-active-special .zql-header-right .zql-header-right-login-button,
.is-active-special .zql-header-right,
.is-active-special .zql-gongzuotai-button {
    color: #000000 !important;
}

.is-active-special .zql-header-right .zql-header-right-login-button {
    border: 1px solid #000000;
    border-radius: 20px;
}

.zql-header:hover {
    background: #fff;
    box-shadow: 0px 2px 4px 0px #0000001A;
}

.zql-header.header-active .zql-header-menu-item,
.zql-header.header-active .zql-header-right>div,
.zql-header:hover .zql-header-menu-item,
.zql-header:hover .ydx-header-user .el-link,
.zql-header.header-active .ydx-header-user .el-link,
.zql-header:hover .zql-header-right {
    color: #000 !important;
}

.zql-header:hover .zql-header-menu-item.active {
    color: #c20f25 !important;
}

.zql-header.header-active .zql-header-right-login-button,
.zql-header:hover .zql-header-right-login-button {
    border-color: #000000;
    color: #000000;
}

.zql-header-container {
    width: 100%;
    min-width:1280px ;
    max-width: 1480px;
    margin: 0 auto;
}

.zql-header-container .content {
    width: auto;
    padding: 0 20px;
    margin: initial;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zql-header-menu {
    display: flex;
}

.zql-header-menu-item {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-left: 40px;
}


.zql-header-menu-item:first-child {
    margin-left: 0;
}

.zql-header-menu-item.active,
.zql-header:hover .zql-header-menu-item:hover {
    color: #c20f25 !important;
}

.zql-header-menu-item.active::after,
.zql-header-menu-item:hover::after {
    content: '';
    position: absolute;
    bottom: -23px;
    width: 100%;
    height: 3px;
    background: #c20f25;
}

.zql-header-menu-item .item-icon {
    font-size: 12px;
    margin-left: 4px;
}

.zql-header-right {
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 16px;
}

.zql-header-right>div {
    margin-left: 40px;
    font-size: 16px;
    cursor: pointer;
}

.zql-header-right>div:first-of-type {
    margin-left: 0px;
}

.zql-header-right-login-button {
    padding: 6px 17px;
    border-radius: 100px;
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.zql-header-right-login-button:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.zql-header-menu-item-dropdown {
    top: 70px;
    left: 0;
    width: 100%;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.zql-header-menu-item-dropdown-container {
    border-top: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.popover-box-item {
    text-align: center;
    cursor: pointer;
}
.popover-box-item .popover-box-item-top {
    width: 180px;
    padding: 35px 12px 0;
}

.popover-box-item .popover-box-item-top img {
    display: block;
    object-fit: contain;
    width: 160px;
    height: 110px;
}
.popover-box-item .popover-box-item-text {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
}
.popover-box-item:hover .popover-box-item-text {
    color: #c20f25;
}

.dropdown-left-item-product-name {
    color: #333333;
    font-size: 14px;
}





.dropdown-right-item-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.dropdown-right-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dropdown-right-item-message {
    width: calc(100% - 46px);
    margin-left: 14px;
}

.dropdown-right-item-message .title {
    color: #000000;
    font-size: 14px;
}

.dropdown-right-item-message .message {
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-text-btn {
    margin-left: 30px;
    /*color: #fff;*/
}

.header-text-btn:hover {
    color: #c20f25;
}




/*footer*/

.zql-page-footer {
    font-size: 12px;
    position: relative;
    /*padding-top: 64px;*/
    background-color: #2C322D;
    width: auto;
    height: auto;
    overflow: hidden;
    line-height: normal;
    bottom: auto;
    left: auto;
    text-align: left;
}

.zql-page-footer,
.zql-page-footer a {
    color: #aaaaaa;
}

.zql-page-footer a {
    text-decoration: none;
}

.zql-page-footer-top,
.zql-page-footer-bottom {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.zql-page-footer-top {
    padding-bottom: 31px;
    padding-right: 100px;
}

.zql-page-footer-bottom {
    width: 1560px;
    margin: auto;
    height: 60px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zql-page-footer-title {
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
}

.zql-page-footer-blogroll a {
    margin-left: 30px;
}

.zql-page-footer-blogroll a:first-child {
    margin-left: 0;
}

.zql-page-footer-link-group {
    display: flex;
    align-items: flex-start;
}

.zql-page-footer-link-group-item {
    margin-right: 98px;
}

.zql-page-footer-link-group-item .grid-box {
    display: grid;
    gap: 12px 45px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zql-page-footer-link-group-item .grid-box .link-item {
    margin-bottom: 0;
}

.zql-page-footer-link-group-item:last-child {
    margin-right: 0;
}

.zql-page-footer-link-group-item .title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px;
}

.zql-page-footer-link-group-item .link-item {
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
}

.zql-page-footer-link-group-item .link-item:last-child {
    margin-bottom: 0;
}

.zql-page-footer-container {
    width: 1560px;
    margin: auto;
    position: relative;
}

.zql-page-footer-render {
    right: 17px;
    top: 6px;
    position: absolute;
}

.zql-page-footer-container ul {
    display: flex;
    padding: 26px 10px 26px 10px;
    margin-bottom: 40px;
    justify-content: space-around;
}

.zql-page-footer-container ul li img {
    display: inline;
}

.zql-page-footer-container ul li span {
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 10px;
}

.dropdown-right-item-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.dropdown-right-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dropdown-right-item-message {
    width: calc(100% - 46px);
    margin-left: 14px;
}

.dropdown-right-item-message .title {
    color: #000000;
    font-size: 14px;
}

.dropdown-right-item-message .message {
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}






/*footer*/

.zql-page-footer {
    font-size: 12px;
    position: relative;
    /*padding-top: 64px;*/
    background-color: #2C322D;
    width: auto;
    height: auto;
    line-height: normal;
    bottom: auto;
    left: auto;
    text-align: left;
}

.zql-page-footer,
.zql-page-footer a {
    color: #aaaaaa;
}

.zql-page-footer a {
    text-decoration: none;
}

.zql-page-footer-top,
.zql-page-footer-bottom {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.zql-page-footer-top {
    padding-bottom: 18px;
    padding-right: 100px;
}

.zql-page-footer-bottom {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    font-size: 14px;
    padding: 21px 20px 27px;
}

.zql-page-footer-title {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
}

.zql-page-footer-blogroll a {
    margin-left: 30px;
}

.zql-page-footer-blogroll a:first-child {
    margin-left: 0;
}

.zql-page-footer-link-group {
    display: flex;
    align-items: flex-start;
}

.zql-page-footer-link-group-item {
    margin-right: 98px;
}

.zql-page-footer-link-group-item .grid-box {
    display: grid;
    gap: 12px 45px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zql-page-footer-link-group-item .grid-box .link-item {
    margin-bottom: 0;
}

.zql-page-footer-link-group-item:last-child {
    margin-right: 0;
}

.zql-page-footer-link-group-item .title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px;
}

.zql-page-footer-link-group-item .link-item {
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
}

.zql-page-footer-link-group-item .link-item:last-child {
    margin-bottom: 0;
}

.zql-page-footer-container {
    width: 1560px;
    margin: auto;
    position: relative;
}

.zql-page-footer-render {
    right: 17px;
    top: 6px;
    position: absolute;
}

.zql-page-footer-container ul {
    display: flex;
    padding: 26px 10px 26px 10px;
    margin-bottom: 40px;
    justify-content: space-around;
}

.zql-page-footer-container ul li img {
    display: inline;
}

.zql-page-footer-container ul li span {
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 10px;
}

.zql-ccm-footer-message-item {
    color: #fff;
    display: flex;
    font-size: 14px;
    margin-top: 5px;
    align-items: center;
}

.zql-ccm-footer-message-item.phone {
    margin-top: 17px;
}

.zql-ccm-footer-message-item .footer-message-label {
    margin-right: 9px;
}

.controls {
    position: fixed;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    list-style: none;
    z-index: 1200;
}

.containers {
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    transition: all 0.3s ease;
}

.controls li {
    /*width: 50px;*/
    height: 36px;
    display: flex;
    /*align-items: center;*/
}

.controls li::before {
    content: '';
    position: absolute;
    margin-top: 9px;
    margin-left: 4px;
    height: 36px;
    width: 1px;
    background: #CCCCCC;
}

/*.controls li:last-child::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 0;*/
/*}*/
.block-round,
.block-round-last {
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background-color: #CCCCCC;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 4px;
    margin-left: 2px;
    transition: all 0.3s ease;
}

.block-label {
    font-size: 18px;
    text-align: center;
    margin-top: 4px;
    color: #CCCCCC;
    opacity: 0;
    line-height: 47px;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.controls li+li {
    margin-top: 5px;
}

.controls li.active {
    /*background-color: #fff;*/
    color: #CCCCCC;
}

.controls li:hover .block-label {
    cursor: pointer;
    opacity: 1;
}

.active .block-round::before {
    content: '';
    position: absolute;
    height: 56px;
    width: 5px;
    border-radius: 10px;
    margin-top: -3px;
    margin-left: 0px;
    background: #CCCCCC;
    transition: all 0.3s ease;
}

.active .block-label {
    font-size: 18px;
    opacity: 1;
}

.choose-now {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 44px;
    background: #000000;
    position: fixed;
    bottom: 258px;
    color: #fff;
    right: 0px;
    transition: all .2s;
    z-index: 100;
}

.choose-now:hover {
    display: flex;
    justify-content: start;
    width: 153px;
}

.choose-now:hover .show-title {
    display: block;
    opacity: 1;
}

.choose-now:hover img {
    margin: 0 15px;
}

.show-title {
    display: none;
    opacity: 0;
    font-size: 14px;
}

.choose-now img {
    /*margin: auto;*/
    /*position: relative;*/
    /*top:50%;*/
    /*transform: translateY(-50%);*/
}

.win-xin-code-box {
    display: inline-block;
    position: absolute;
    bottom: 126px;
    right: 240px;
    z-index: 10;
    text-align: center;
    color: #fff;
    line-height: 25px;
}

.win-xin-code-box img {
    display: flex;
    width: 120px;
    margin-bottom: 5px;
}

/*
<div class="banner-label">
    <div class="banner-title">物流平台</div>
    <div class="banner-desc">Logistic Platform</div>
</div>
*/
.banner-label {
    margin: auto;
    color: #ffffff;
    position: relative;
    top: 140px;
    text-align: center;
}

.banner-title {
    font-size: 30px;
    font-weight: 600;
}

.banner-desc {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase
}

.new-login-page-footer {
    flex: 1;
    position: relative;
    min-height: 50px;
}

.new-login-page-footer-p {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
}
.zql-popper {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.partner-link {
    display: inline-block;
    margin-right: 16px;
    color: #444;
    text-decoration: none;
    transition: color 0.2s;
    margin-bottom: 4px;
  }
  .partner-link:hover {
    color: #0078d7;
    text-decoration: underline;
  }