/********************************
	
    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: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.fm-container-sm {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.fm-container-xs {
    width: 1080px;
    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;
}

/* 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: 49%;
    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: 715px;
    -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;
}
.m-tb-20 {
    margin: 20px 0;
}
.sumAmount{
    adding: 0 25px;
    height: 46px;
    line-height: 46px;
    float:right;
    padding-right:100px;
    font-size: 20px;
}