* {
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    margin: 0;
    padding: 0;
}

input {
    outline: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.text-indent {
    text-indent: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.layui-top-100 {
    margin-top: 100px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.header {
    width: 100%;
    height: 32px;
    background-color: #F3F3F3;
}

.header > .w {
    height: 32px;
    line-height: 32px;
}

/*.header .header-left {*/
/*    float: left;*/
/*}*/

/*.header .header-right {*/
/*    float: right;*/
/*}*/

.header-right ul li {
    display: inline-block;
    padding: 0 15px;
    line-height: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-80 {
    margin-left: 80px;
}


.margin-left-120 {
    margin-left: 120px;
}

.layui-bg-blue-gray {
    background: #F7F8FA;
}


.noRender {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-white {
    color: white;
}

.text-black {
    color: #222;
}

.text-mid-gray {
    color: #646566;
}

.text-light-gray {
    color: #999999;
}

.text-theme-blue {
    color: #0048A7;
}

.padding-r-sm {
    padding-right: 5px;
}

.padding-0 {
    padding: 0px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-l-10 {
    padding-left: 10px;
}

.padding-l-20 {
    padding-left: 20px;
}

.padding-l-30 {
    padding-left: 30px;
}

.padding-l-40 {
    padding-left: 40px;
}

.padding-r-20 {
    padding-right: 20px;
}

.padding-r-30 {
    padding-right: 30px;
}

.lineheight-24 {
    line-height: 24px;
}

.lineheight-30 {
    line-height: 30px;
}

.border-right-solid {
    border-right: 1px solid #DCDEE0;
}

.radius-lg {
    border-radius: 10000px;
}

.font-black {
    color: #414040;
}

.text-center {
    text-align: center;
}

.w {
    width: 1280px;
    margin: 0 auto;
}

.text-red {
    color: #F5310A;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

body {
    background-color: #f3f3f3;
}

body {
    min-width: 1280px;
}

.search-container {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-container .logo-left {
    width: 220px;
    /*height: 106px;*/
    /*float: left;*/
}

.logo-left a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.logo-left img {
    width: 100%;
}

.search-right {
    margin-left: 100px;
}

.search-right ul li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.search-box {
    width: 730px;
    height: 46px;
    display: flex;
    align-items: center;
}

.search-box input {
    width: 526px;
    height: 46px;
    border: 2px solid #F5310A;
    vertical-align: middle;
    padding-left: 10px;
}

.search-box .search-btn {
    width: 125px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    background-color: #F5310A;
    color: #FFFFFF;
    cursor: pointer;
    vertical-align: top;
    margin-left: -3px;
}


.nav {
    width: 100%;
    height: 42px;
    box-sizing: content-box;
    border-bottom: 1px solid #F5310A;
    background-color: #FFFFFF;
}

.nav ul {
    display: inline-block;
    float: left;
}

.nav ul li {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 25px;
}

.nav ul li:first-child {
    background-color: #ebebeb;
    padding: 0 15px;
    width: 220px;
    color: #666666;
}

.banner {
    display: inline-block;
}

.banner-left {
    position: relative;
    z-index: 999;
}


.half-container {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 136px;
}

.banner-left, .banner-center, .banner-right {
    vertical-align: top;
    display: inline-block;
}

.banner-left {
    margin-top: 10px;
}

.banner-left ul li {
    border-bottom: 1px solid #eee;
    background-color: #FFFFFF;
    width: 220px;
    padding: 19px 15px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.banner-left .itemWidth {
    width: 142px;
    color: #707070;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    vertical-align: top;
}

.navHover {
    background-color: #F4F4F4 !important;
}

.redTitle {
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: #F5310A;
    position: absolute;
    top: 0;
    left: 0;
}

.redItemWidth {
    color: #F5310A !important;
}

.navHover {
    background-color: #F4F4F4 !important;
}

.popperOptions {
    padding: 14px 0;
}

.nav-out-btn {
    padding: 10px 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nav-out-btn:hover {
    background-color: #f2f2f2;
}

.banner-center {
    width: 758px;
    margin: 10px 0 0 8px;
}

.banner-center .banner-container {
    width: 758px;
}

.banner-center ul {
    display: table;
    border-spacing: 10px;
}

/*.banner-center ul li {*/
/*    display: inline-block;*/
/*    width: 244px;*/
/*    height: 185px;*/
/*    text-align: center;*/
/*    background-color: #FFFFFF;*/
/*    vertical-align: top;*/
/*    margin-right: 8px;*/
/*}*/

.banner-center ul li:first-child img {
    margin: 10px auto;
}

.banner-center ul li:last-child {
    margin-right: 0px;
}

.banner-center ul li:nth-child(2) {
    display: table-cell;
    vertical-align: middle;
}

.banner-center ul li:nth-child(3) {
    display: table-cell;
    vertical-align: middle;
}

.banner-center ul li:nth-child(3) img {
    margin: 0 auto;
}

.banner-right {
    width: 245px;
    background: white;
    margin: 10px 0 0 8px;
}

.banner-right .right-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.banner-right .right-middle {
    padding: 10px;
    height: 180px;
    border-bottom: 1px solid #EEEEEE;
}

.newsItem {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-bottom {
    padding: 26px 15px;
}

.valueAdd {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    background: linear-gradient(to right, #FFAA00, #FFD88A);
}

.customerService {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
    background: linear-gradient(to right, #00D6EF, #AAF6FF);
}

.blackList {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
    background: linear-gradient(to right, #000000, #8B8B8B);
}

.hisOrder {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    margin: 0 auto;
    background: linear-gradient(to right, #3098FE, #95CAFF);
}


footer {
    background-color: #DBDBDB;
    font-size: 13px;
    color: #000000;
}
.footer-top{
    background: #EEEEEE;
}
.footer-centent{
    width: 1400px;
    margin: 0 auto;
    padding: 30px 0;
}

.footer-centent .left .shortcut{
    margin-top: 24px;
    display: flex;
    align-items: center;
    color: #444444;
}


.greenLine {
    width: 40px;
    height: 2px;
    background-color: #2FB765;
    margin: 0 10px;
}

.menuItem {
    width: 160px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #2FB969;
    margin: 0 20px 0 0;
    cursor: pointer;
    color: #2FB969;
    font-size: 16px;
}

.menuItem img {
    vertical-align: middle;
}

.selected {
    background-color: #2FB969;
    color: #fff;
    box-shadow: 0 4px 10px -2px #2fb969;
}

.dishItem {
    /*width: 260px;*/
    height: 300px;
    /*margin: 0 10px;*/
    display: inline-block;
    box-shadow: 0px 3px 8px -4px #00320210;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
}

.itemTop {
    transition: all .25s ease-in-out;
}

.dishItem:hover .itemTop {
    transform: translateY(-10px);
}

.dishItem:hover .text-gray-500 {
    color: #2FB969;
    font-weight: 500;
}

.itemBottom {
    width: 100%;
    height: 120px;
    text-align: center;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

.dishContainer {
    margin: 0 40px;
    position: relative;
    height: 300px;
}

.arrow-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -54px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #2FB969;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
}

.arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -54px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #2FB969;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
}

/*  ↓↓↓   智品丰食首页-改版样式   */
.login-link {
    color: #F5310A;
}

.ziqilin-five-star-customers{
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.ziqilin-five-star-customers .item {
    padding: 0 20px;
    display: flex;
    background-color: #fff;
    height: 112px;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 6px;
}

.ziqilin-five-star-customers .item .right {
    margin-left: 30px;
}

.ziqilin-five-star-customers .item .right .title {
    font-size: 22px;
    color: #000;
}

.ziqilin-five-star-customers .item .right .content {
    font-size: 14px;
    color: #6C6C6C;
    line-height: 22px;
}

.sxcg-goodsList-grid-item {
    padding: 5px;
    transition: all .5s;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid transparent;
}

.sxcg-goodsList-grid-item .imgBox {
    text-align: center;
}

.sxcg-goodsList-grid-item .imgBox img {
    width: 100%;
    height: 224px;
    border-radius: 4px;
}

.sxcg-goodsList-grid-item:hover {
    border: 1px solid #f5310a;
}

.sxcg-goodsList-grid-item-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 16px;
    background: #ffaa52;
    color: #fff;
    border-bottom-right-radius: 10px;
}

.sxcg-goodsList-grid-item .title {
    color: #19191D;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sxcg-goodsList-grid-item .goodsList-price {
    color: #F5310A;
    font-size: 20px;
    font-weight: 700;
}

.sxcg-goodsList-grid-item .goodsList-monthly-sales {
    color: #1E7DED;
    font-size: 12px;
}

.sxcg-goodsList-grid-item .goodsList-monthly-sales span {
    color: #999999;
}

.sxcg-goodsList-grid-item .goodsList-comment {
    color: #1B6EEA;
    font-size: 12px;
}

.sxcg-goodsList-grid-item .goodsList-comment span {
    color: #787885;
}

.sxcg-goodsList-grid-item-box i {
    color: #ffe421;
    font-size: 16px;
    line-height: 1;
}

.sxcg-goodsList-grid-item .goodsList-message {
    padding-top: 12px;
}

.price-card-discount {
    height: 19px;
    display: flex;
    font-size: 12px;
    border: 1px solid #F5310A;
    border-radius: 2px;
}

.price-card-discount .text {
    padding: 0 6px;
    color: #fff;
    background: #F5310A;
}

.price-card-discount .discount-number {
    padding: 0 8px;
    color: #666666;
}



.goods-discount-tag {
    margin-left: 20px;
    font-size: 12px;
    display: flex;
    position: relative;
}

.goods-discount-tag:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #FF8D4E;
    position: absolute;
}

.goods-discount-tag:first-child {
    margin-left: 0
}

.goods-discount-tag .left {
    padding: 0 2px;
    color: #fff;
    height: 100%;
    line-height: 16px;
    background: #FF8D4E;
}

.goods-discount-tag .right {
    padding: 0 5px;
    color: #FF8D4E;
    height: 100%;
    line-height: 16px;
}

.goods-discount-tag .right-svg {
    width: 3px;
    right: -2px;
    top: 0;
    height: 100%;
    position: absolute;
    background: url(../../eshop/common/img/goodsDetailContent/tag-right-svg.svg) no-repeat;
    background-size: contain;
}

.goods-discount-tag .left-svg {
    width: 3px;
    left: -2px;
    top: 0;
    height: 100%;
    position: absolute;
    background: url(../../eshop/common/img/goodsDetailContent/tag-left-svg.svg) no-repeat;
    background-size: contain;
}

.zhi-bo-da-mai{
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.zhi-bo-da-mai .item {
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 2px 6px -2px #00000029;
    border-radius: 6px;
}

.zhi-bo-da-mai .item .content {
    padding: 15px 20px;
    background-color: #fff;
}

.zhi-bo-da-mai .item:hover .zhibodamai-video-play-img {
    opacity: 1;
    visibility: visible;
}

.zhibodamai-video-play-img {
    top: 50%;
    left: 50%;
    width: 53px;
    height: 53px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .4s;
    transform: translate(-50%, -50%);
}

.damai-item-image-box .damai-banner {
    height: 100%;
    transition: all .4s;
}

.zhi-bo-da-mai .item:hover .damai-banner {
    transform-origin: center;
    transform: scale(1.1);
}

.damai-item-image-box {
    height: 150px;
    overflow: hidden;
    position: relative;
}
.dd-detail-one-box {
    display: flex;
}
.dd-detail-one-left {
    width:20%;
    text-align: center;
    line-height:40px;
    border-right:1px solid #EEEEEE;
}
.dd-detail-one-left p {
    font-size:12px;
    color:#666666;
}
.dd-detail-one-left .label-text {
    font-size:20px;
    color:#23B920;
    line-height:22px;
}
.dd-detail-one-right {
    width:80%;
    margin:auto;
    padding:10px;
}
.el-step.is-horizontal .el-step__line{
    width:60%;
    height:1px;
    margin-left:39px;

}
.el-step__head.is-finish {
    color:#23B920;
    border-color:#23B920;
}
.el-step__head is-success .el-step__icon.is-text {
    background: #23B920;
}
.db-p p {
    height: 20px;
    color:#444444;
}
.jf-two-box {
    display: flex;
}
.jf-right-info {
    display: flex;
}
.round-ui {
    width:11px;
    height:11px;
    color:#CCCCCC;
    margin: 0 10px;
    background: #CCCCCC;
    border-radius: 10px;
    margin-top:1px;
}
.active {
    width:22px;
    height:22px;
    color:#FD6637;
    background: #FD6637;
    border-radius: 10px;
    margin:0 15px;
}
.active img {
    margin:auto;
    line-height:30px;
    margin-top:8px;
}
.info-title {
    height:80px;
    border-left:1px solid #ccc;
    padding-left:10px;
    margin-left:-16px;
}
.jf-two-box:first-of-type .round-ui {
    width: 22px;
    height: 22px;
    color: #FD6637;
    background: #FD6637;
    border-radius: 10px;
    margin-right:-1px;
    margin-left:5px;
    background-image: url("../../images/ok.svg");
    background-repeat: no-repeat;
    background-position: 6px 7px;
}
.jf-two-box:first-of-type .info-title {
    padding-left:-16px;
    margin-left:-11px;
    margin-top:23px;
}
.jf-two-box:first-of-type .info-title div {
    position: relative;
    top:-23px;
    left:5px;
}
.jf-two-box:last-of-type .info-title {
    height:80px;
    border:none;
}
.info-box {

}
.personal-info {
    flex:1;
    padding:10px 30px;
}
.personal-info p {
   font-size:14px;
}
.info-border-db {
    border-left:1px solid #EEEEEE;
    border-right:1px solid #EEEEEE;
}
.info-text-label-box {
    display: flex;
    font-size:12px;
    margin:5px 0;
    color:#444444;
}
.info-label {
    width:80px;
    height:100%;
}
.info-value {
    width:80%;
    /*background: #0ACEAB;*/
}
.bottom-text div {
   margin-top:20px;
    color:#777777;
    font-size:18px;
}
.el-table__header {
    background: #EEEEEE!important;
}
.el-steps {
    width: 80%;
}
.el-step.is-horizontal .el-step__line{
    top: 50%;
    left:11px;
    right: 48px;
}
.el-step__head.is-process{
    border-color: #dedede;
}
.el-step__head.is-finish .el-step__line {
    height:2px;
    background-color: #23B920;
}
.el-step__head.is-finish .el-step__line-inner{
    width:84px;
    height:1px;
    border-color: #23B920;
}
.el-step__title.is-process .el-step__icon .el-step__icon-inner{
    color: #dedede;
}
.el-step__head.is-finish .el-step__icon {
    border:none;
    left:5px;
}
.el-step__head.is-process .el-step__icon{
    border:none;
    background: #23B920;
    border-radius: 50px;
    color:#fff;
    left:5px;
}
.el-step__head.is-wait .el-step__icon{
    border:none;
    left:5px;
}
.el-step__title.is-finish{
    color: #333333;
}
.el-step__title.is-process{
    color: #333333;
    font-weight:500;
}
.el-step__icon{
    width:39px!important;
    height:39px!important;
}
.dd-detail-one-right .el-step__icon-inner {
    font-weight: 500;
    font-size:20px;
}
.time {
    color: #333333;
    position: absolute;
    left: -148px;
    top: -1px;
}
.time .year {
    font-size:12px;
    color:#333333;
}
.el-timeline-item__node--large {
    width:22px;
    height:22px;
    left:-3px;
    top:-3px;
}
.el-timeline-item__tail {
    left:7px;
}
.el-timeline-item__node--normal {
    left:2px;
}
.menuInfo {
    display: flex;
    justify-content: end;
}
.menuInfo .menuInfo-title, .menuInfo-label {
    width:100px;
    text-align: end;
}
.menuInfo .menuInfo-label {
    width:54px;
    text-align: end;
}
.bottom-info .menuInfo {
    margin-top:12px;
}
.el-step__description.is-finish {
    color:#333333;
}
.banner-btn-group {
    height: 180px;
    position: relative;
    bottom: 200px;
    left: 0;
    /*background: pink;*/
    opacity: 0.2;
}
.banner-btn-container {
    padding: 25px 65px;
}
.banner-btn {
    width: 170px;
    height: 65px;
    /*background: #0ACEAB;*/
    margin-bottom: 15px;
}


.agreementBox{
    height: 500px;
}

.agreementBox, .agreementBox p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.agreementBox {
    line-height: 1.5;
    text-align: left;
}
.agreementBox h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}

.date-wrap {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 12px;
}

.nobg.el-dialog__wrapper .el-dialog{
    background: transparent;
}

.nobg.el-dialog__wrapper .el-dialog .el-dialog__header{
    display: none;
}

.nobg.el-dialog__wrapper .el-dialog .el-dialog__body{
    padding: unset;
}