/*swiper*/
.swiper {
width: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide a {
display: block;
width: 100%;  
}
.swiper-slide a img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

/*index-category*/
.index-category {
    text-align: center;
    padding: 0 0 10px;
    background-color: #fff;
}

.index-category .index_slider {
    overflow: hidden;
    position: relative;
    height: auto
}

.index-category .index_slider-wrap {
    overflow: hidden;
    position: relative
}

.index-category .page {
    float: left;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative
}

.index-category .item {
    width: 20%;
    padding: 13px 0 0;
    display: block;
    float: left;
    color: #333;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.index-category .item .icon img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 44px;
    height: 44px;
    color: #333;
    position: relative
}

.index-category .circles {
    line-height: 10px
}

.index-category .icon {
    background-size: auto auto
}

.select_03 {
    border-bottom: 1px solid #f3F3F3;
    background-color: #FFF;
    margin: 0 0 0 0;
}

.select_03 ul {
    display: table;
    width: 100%
}

.select_03 li {
    display: table-cell;
    width: 50%;
    text-align: center;
    height: 35px;
    line-height: 35px
}

.select_03 .current {
    font-weight: bold;
}

.select_03 li a {
    display: block
}

.select_03_blue {}

.select_03_blue .current {
    border-bottom: 2px #3592E2 solid;
    color: #3592e2;
}

.select_03_green {}

.select_03_green .current {
    border-bottom: 2px #42b712 solid;
    color: #42B712
}

.select_03_orange {}

.select_03_orange .current {
    border-bottom: 2px #FF5E15 solid;
    color: #FF5E15
}

.select_03_red {}

.select_03_red .current {
    border-bottom: 2px #EE4341 solid;
    color: #EE4341
}

.newsct {
    height: auto;
    background-color: #fff;
    width: 96%;
    padding: 5px 2% 0;
}

.inner_html {
    padding-top: 10px
}

.btn_block {
    display: block;
    padding: 6px 0;
    width: 82%;
    margin-left: 4%
}

.comn-submit {
    display: inline-block;
    padding: 6px 15px;
    text-align: center;
    color: #fff;
    background-color: #f40;
    border: 0 none;
    box-shadow: #ddd 0 1px 1px;
    border-radius: 3px
}

.comn-submit.reg-submit {
    background-color: #3d8de2
}

.comn-submit:visited {
    color: #fff
}

.comn-submit:hover {
    background-color: #f22d00;
    color: #fff;
    text-decoration: none
}

.comn-submit.gray {
    border: 1px solid #d8d8d8;
    background-color: #f3f3f3;
    color: #333
}

.comn-submit.gray:hover {
    background-color: #eee;
    color: #d00
}

.comn-submit.white {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    color: #333
}

.comn-submit.white:hover {
    background-color: #fafafa;
    color: #d00
}

#myPicsrc {
    background-color: #fff
}

#slide {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

#slide .cell {
    float: left;
    position: relative;
    z-index: 2;
    width: 100%
}

#slide .cell img {
    vertical-align: top;
    width: 100%;
    display: block
}

#indicator {
    text-align: center;
    position: absolute;
    left: 49%;
    bottom: -10px
}

#indicator li {
    text-align: center;
    background-color: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    float: none;
    display: inline-block;
    text-indent: -999em;
    margin-right: 3px
}

#indicator .active {
    background-color: #F50
}

.select_01 {
    width: 96%;
    padding: 0 2%;
    height: 44px;
    background-color: #fff;
    border-bottom: 1px solid #cecece;
    text-align: left
}

.select_01 li {
    float: left;
    text-align: center;
    padding: 2px 10px 0 10px;
    line-height: 28px;
    overflow: hidden;
    vertical-align: middle
}

.select_01 a {
    display: block;
    font-weight: 400;
    padding: 5px 0
}

.select_01 .current a {
    padding: 5px 0
}
.select_01 .current a {
    color: #3592e2;
    border-bottom: 2px solid #3592e2
}

.select_02 {
    width: 96%;
    padding: 0 2%;
    height: 44px;
    background-color: #fff;
    border-bottom: 1px solid #cecece;
    text-align: left;
}

.select_02 li {
    float: left;
    text-align: center;
    padding: 2px 10px 0 10px;
    line-height: 28px;
    overflow: hidden;
    vertical-align: middle
}

.select_02 a {
    display: block;
    font-weight: 400;
    padding: 5px 0
}

.select_02 .current a {
    padding: 5px 0
}
.select_02 .current a {
    color: #3592e2;
    border-bottom: 2px solid #3592e2
}
#wrapper2 {
    position: relative;
    z-index: 1!important;
    overflow: hidden
}

#scroller2 {
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    position: absolute;
    left: 0;
    top: 0
}

.nav-list-tit {
    position: relative;
    border-bottom: 1px #F3F3F3 solid;
    padding-bottom: 5px;
    background: #FFFFFF url(../images/tc-yh-151.gif) 20px 5px no-repeat;
    background-size: 20px 20px;
    height: auto;
}

.nav-list-tit-l {
    height: 25px;
    line-height: 25px;
    padding-right: 10px;
    padding-top: 5px;
}

.nav-list-tit-l .tcicon-tongzhi {
    width: 35px;
    text-align: center;
    color: #f47944;
    font-size: 1.2em;
}

.nav-list-tit .dt_xh {
    color: #464443;
    font-size: 0.9em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.nav-list-tit .help_title {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1em;
    z-index: 9999999;
}

.nav-list-tit .help_title a {
    color: #888787;
}

.dt_xh2 {
    color: #464443;
    font-size: 12px;
    width: 100%;
    color: #464443;
    font-size: 0.9em;
}

.dt_xh2 li {
    width: 33.3333%;
    float: left;
    text-align: center;
    list-style: none;
}

.dt_xh2 li .qiandao {
    text-align: center;
    padding: 0 10px;
    background-color: #42b712;
    border-radius: 2px;
    float: right;
    display: block;
    color: #ffffff;
}

.water {
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    z-index: 1
}

.water-c {
    position: relative
}

.water-1 {
    background: url(../images/water-1.svg) repeat-x;
    background-size: 600px;
    -webkit-animation: wave-animation-1 3.5s infinite linear;
    animation: wave-animation-1 3.5s infinite linear
}

.water-2 {
    top: 5px;
    background: url(../images/water-2.svg) repeat-x;
    background-size: 600px;
    -webkit-animation: wave-animation-2 6s infinite linear;
    animation: wave-animation-2 6s infinite linear
}

.water-1,
.water-2 {
    position: absolute;
    width: 100%;
    height: 30px
}

@keyframes wave-animation-1 {
    0% {
        background-position: 0 top
    }

    100% {
        background-position: 600px top
    }
}

@keyframes wave-animation-2 {
    0% {
        background-position: 0 top
    }

    100% {
        background-position: 600px top
    }
}

#mayi_cmslaba {
    padding-left: 40px;
    height: 38px;
    overflow: hidden;
    background: #fff url(../images/mayi_laba.png) no-repeat;
    background-position: 12px;
    background-size: 16px auto;
}

#mayi_cmslaba li {
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-list {
    font-size: 12px;
    background: #FFF;
    padding-top: 10px;
}

.search-list li {
    border-bottom: 1px #f3f3f3 solid;
}

.search-list .mall .view-more {
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #333;
    font-size: 15px
}

.search-list .mall .arrow-ent {
    margin-left: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transform: rotate(-315deg);
    position: relative;
    top: -2px
}

.search-list .mall .item .name {
    margin-bottom: 2px
}

.search-list .item {
    padding: 10px;
    position: relative;
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    box-orient: horizontal
}

.search-list .item .content-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.search-list .item .name {
    margin-bottom: 2px
}

.search-list .item .pic {
    margin-right: 9px;
    margin-top: 4px;
    width: 89px;
    height: 65px;
}

.search-list .item img {
    width: 89px;
    height: 65px
}

.search-list .item .content {
    position: relative;
    width: 67%;
    display: block;
    float: left;
}

.search-list .item .phoneclick {
    position: relative;
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: right;
    right: 35px;
    top: 10px;
    color: #999;
    text-align: center;
}

.search-list .item .phoneclick a {
    background: url(../images/phone_ico_red.png) center center no-repeat;
    background-size: auto 30px;
    display: block;
    width: 100%;
    height: 100%;
}

.search-list .item .mod-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.search-list .item h3 {
    color: #323232;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 96%;
    display: inline-block;
    vertical-align: top
}

.search-list .item .shopname {
    display: block;
    overflow: visible;
    white-space: normal;
    max-width: none
}

.search-list .item .bizhours {
    color: #ff3400;
    display: block;
    overflow: visible;
    white-space: normal;
    max-width: none;
}

.search-list .item .feature {
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-list .item .feature span {
    color: #999;
    margin-right: 15px
}

.search-list .item .feature i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: 0 0;
    vertical-align: middle;
    margin-right: 5px;
    background: url(//j1.s2.dpfile.com/mod/app-m-style/1.1.3/css/img/search-list.png) no-repeat;
    background-size: 50px auto
}

.search-list .item .feature .supermarket {
    background-position: -16px 0
}

.search-list .item .comment {
    position: relative;
    margin-bottom: 8px;
    margin-top: 8px;
}

.search-list .item .comment span {}

.search-list .item .comment .new-shop {
    float: right;
    width: 29px;
    height: 16px;
    background-color: #c5c4c0;
    text-align: center;
    line-height: 16px;
    border-radius: 1px;
    color: #fff
}

.search-list .item .comment .discount {
    float: right;
    height: 16px;
    border: 1px solid #f63;
    line-height: 16px;
    padding: 0 3px;
    border-radius: 2px;
    color: #f63
}

.search-list .item .intro {
    position: relative;
    line-height: 19px
}

.search-list .item .intro span {
    color: #999;
    display: inline-block
}

.search-list .item .intro span:first-child {
    margin-right: 10px
}

.search-list .item .intro .distance {
    float: right
}

.search-list .item span {
    vertical-align: middle;
    color: #666
}

.search-list .item .dis {
    float: right
}

.search-list .deal {
    color: #333;
    font-size: 0;
    margin-top: 4px;
    line-height: 14px;
    height: 16px;
    display: -webkit-box
}

.search-list .deal .price,
.search-list .deal .price2 {
    color: #ff672d;
    font-size: 14px;
    max-width: 90px;
    line-height: 14px
}

.search-list .deal .price2 {
    font-size: 14px
}

.search-list .deal .o-price,
.search-list .deal .o-price2 {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
    max-width: 60px
}

.search-list .deal .o-price2 {
    text-decoration: line-through
}

.search-list .deal .desc {
    margin-left: 6px;
    font-size: 14px;
    -webkit-box-flex: 1;
    width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px
}

.search-list .bord {
    height: 12px;
    background-color: #fff
}

.search-list .star {
    margin-right: 10px
}

.search-list .foodtuan {
    background: none !important
}

.index-toutiao__box {
    background: #fff;
}

.index-toutiao__box .toutiao-box__title {
    width: 100%;
    height: auto;
    line-height: 25px;
    padding: 8px 15px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.index-toutiao__box .toutiao-box__title a {
    float: right;
    color: #999;
}

.index_toutiao_title_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/bottom_news_hover_green.png) no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    vertical-align: -5px;
    margin-right: 0.3em;
}

.index-toutiao__box .toutiao-box__list {
    background: #fff;
}

.index-toutiao__box .toutiao-box__list .toutiao-list__item {
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid #F4F4F4;
}

.index-toutiao__box .toutiao-box__list .toutiao-list__item .label {
    font-weight: 400;
    margin-right: 5px;
    font-size: 0.7em;
    padding: 1px 2px;
    border-radius: 2px;
    border: 1px solid #ff7f00;
    color: #ff7f00;
    vertical-align: 1px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__title {
    line-height: 20px;
    margin: 10px 0;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__pic {
    width: 100%;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__pic img {
    display: block;
    width: 100%;
    height: 50vw;
    object-fit: cover;
    max-height: 380px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__xx {
    line-height: 40px;
    height: 40px;
    font-size: 0.8em;
    color: #999;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__xx span {
    margin-right: 10px
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__xx span .tciconfont {
    vertical-align: -1px;
    color: #bbb;
    margin-right: 2px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__pic2 {
    width: 100%;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__pic2 .pic-item {
    margin-right: 8px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__pic2 .pic-item:nth-child(3n) {
    margin-right: 0;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__pic2 .pic-item img {
    display: block;
    width: 100%;
    height: 22vw;
    max-height: 120px;
    object-fit: cover;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__picnum {
    position: relative;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__picnum .picnum {
    position: absolute;
    height: 12px;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    padding: 17px 0 7px 0;
    text-align: right;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 0, 0, .8));
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__picnum .picnum .tciconfont {
    right: 5px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    font-size: 21px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__picnum .picnum .tciconfont span {
    font-size: 0.7em
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__picnum .bofang {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type1 .toutiao-item__picnum .bofang img {
    color: #fff;
    font-size: 3em;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__content {
    float: left;
    width: 65%;
    padding: 10px 0;
    height: 22vw;
    max-height: 120px;
    position: relative;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__content .title {
    line-height: 25px;
    color: #333;
    font-weight: normal;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__content .xinxi {
    line-height: 36px;
    height: 36px;
    font-size: 0.8em;
    color: #999;
    position: absolute;
    bottom: 0px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__content .xinxi span {
    margin-right: 10px
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__content .xinxi span .tciconfont {
    vertical-align: -1px;
    color: #bbb;
    margin-right: 2px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__pic {
    width: 35%;
    box-sizing: border-box;
    float: right;
    padding: 10px 0px 10px 10px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__pic img {
    display: block;
    width: 100%;
    height: 22vw;
    object-fit: cover;
    max-height: 120px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__picnum .item-picnum {
    position: relative;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__picnum .picnum {
    position: absolute;
    height: 12px;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    padding: 17px 0 7px 0;
    text-align: right;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 0, 0, .8));
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__picnum .picnum .tciconfont {
    right: 5px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    font-size: 21px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__picnum .picnum .tciconfont span {
    font-size: 0.7em
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__picnum .bofang {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type2 .toutiao-item__picnum .bofang img {
    color: #fff;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type4 {}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type4 .toutiao-item__content {
    padding: 10px 0;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type4 .toutiao-item__content .title {
    line-height: 25px;
    color: #333;
    font-weight: normal;
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type4 .toutiao-item__content .xinxi {
    line-height: 20px;
    height: 20px;
    font-size: 0.8em;
    color: #999;
    margin-top: 5px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type4 .toutiao-item__content .xinxi span {
    margin-right: 10px
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type4 .toutiao-item__content .xinxi span .tciconfont {
    vertical-align: -1px;
    color: #bbb;
    margin-right: 2px;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type4 .toutiao-item__pic {
    width: 35%;
    box-sizing: border-box;
    float: left;
    padding: 10px 10px 10px 0;
}

.index-toutiao__box .toutiao-box__list .tuotiao-list__type4 .toutiao-item__pic img {
    width: 100%;
    height: 22vw;
    object-fit: cover;
    max-height: 244px;
}

.index-toutiao__box .toutiao-box__list .toutiao-list__item.swiper-slide {
    border-bottom: none;
}

.index_shop {
    width: 96%;
    padding: 0 2%;
    height: auto;
    background-color: #fff;
}

.index_shop_title {
    width: 100%;
    height: auto;
    line-height: 25px;
    padding: 10px 15px 0 15px;
    box-sizing: border-box;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.index_shop_title_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/bottom_corp_hover_red.png)no-repeat;
    -webkit-background-size: 18px;
    background-size: 18px;
    vertical-align: -5px;
    margin-right: 0.3em;
}

.index_shop_title_left {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1em;
    color: #f77518;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_shop_title_right {
    font-size: 1em;
    color: #999;
}

.index_shop_title_right a {
    color: #999;
}

.index_shop_title_right_arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(index_shop_title_right_ico.png) no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    vertical-align: -4px;
    margin-left: 0.4em;
}

.index_shop_list {
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.index_shop_list a {
    display: inline-block;
    width: 80px;
}

.index_shop_list_item {
    width: 80px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    position: relative;
}

.index_shop_list_item_top {
    position: absolute;
    top: -1px;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(shop_list_top_ico.png)no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
}

.index_shop_list_item_img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.index_shop_list_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.index_shop_list_item_img i.vip {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(shop_vip.png) no-repeat 0px 0px;
    background-size: 100% auto;
}

.index_shop_list_item_txt {
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 25px;
    text-align: center;
}

.index_shop .shop_list {
    margin-top: 5px;
}

.index_shop .shop_list .list-item .item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 15px 15px 10px 15px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.index_shop .shop_list .list-item .item-box .item-pic {
    width: 90px;
    height: 90px;
    position: relative;
}

.index_shop .shop_list .list-item .item-box .item-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.index_shop .shop_list .list-item .item-box .item-content {
    position: relative;
    padding-right: 50px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
}

.index_shop .shop_list .list-item .item-box .item-content .content h5 {
    font-weight: 500;
    font-size: 1.1em;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1px;
}

.index_shop .shop_list .list-item .item-box .item-content .content .xinxi {
    height: 23px;
    margin-top: 0px;
    line-height: 23px;
    color: #9c9c9c;
    overflow: hidden;
    font-size: 0.880px;
    padding: 1px 0;
}

.index_shop .shop_list .list-item .item-box .item-content .content .address {
    height: 20px;
    margin-bottom: 2px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #888888;
    font-size: 12px;
}

.index_shop .shop_list .list-item .item-box .item-content .content .nr {
    height: 22px;
    margin-bottom: 2px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 12px;
}

.index_shop .shop_list .list-item .item-box .item-content .details {
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
}

.index_shop .shop_list .list-item .item-box .item-content .details .tel a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(shop_tel2.png)no-repeat center;
    background-size: 100% auto;
}

.index_shop .shop_list .list-item .item-box .item-content .details .dist {
    font-size: 0.8em;
    height: 20px;
    line-height: 20px;
    color: #787878;
}

.index_shop .shop_list .shop_list-title {
    height: 40px;
    font-size: 1em;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}

.index_shop .shop_list .list-msg {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    color: #a7a19f;
}

.index_shop_list .swiper-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.toutiao-list .tuotiao-list__type1 .toutiao-item__picnum {
    position: relative;
}

.index_shop .tc-template__color {
    color: #FF4F4F !important;
}

.index_shop .tc-template__bg {
    background: #FF4F4F !important;
}

.index_shop .tc-template__border {
    border-color: #FF4F4F !important;
}

.index-toutiao__box .tc-template__color {
    color: #42b712 !important;
}

.index-toutiao__box .tc-template__bg {
    background: #42b712 !important;
}

.index-toutiao__box .tc-template__border {
    border-color: #42b712 !important;
}

.allCate {
    display: none;
}

.index-news{
    width: 96%;
    padding: 0 2%;
    background: #fff;
}
.index-news .list_news li {
    height: 80px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #ddd solid;
}
.index-news .list_news li .img {
    display: block;
    width: 22%;
}
.index-news .list_news li .img img {
    width: 100%;
    height: 18vw;
}
.index-news .list_news .news-text{
    width: 75%;
}
.index-news .list_news .news-text .tit {
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    font-size: 16px;
}
.index-news .list_news .news-text .txt {
    font-size: 12px;
    color: #aaa;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    margin-top: 5px;
}
.index-news .list_news .news-text .click-date{
    display: flex;
    justify-content: space-between;
    height: 25px;
}
.index-news .list_news .news-text .click-date span{
    line-height: 25px;
    font-size: 12px;
    color: #666;
}
.index-news .list_news .news-text .hot {
    bottom: 8px;
    right: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}