body {
    color: #666;
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    overflow-x: hidden
}
body {
    font: 12px/1.5 'Microsoft Yahei', "微软雅黑", Verdana, SimHei, "Microsoft JhengHei", Tahoma
}
dd, dl, dt, form, h1, h2, h3, h4, h5, h6, img, li, p, span, ul {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
    font-weight: 400
}
a, button, input {
    outline: 0!important
}
a, a:link, a:visited {
    text-decoration: none;
    color: #333
}
a:active, a:hover {
    text-decoration: none;
    color: #47aa4d
}
.scrollbar::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbar::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbar::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.ecjia-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}
.ecjia-header .ecjia-content {
    overflow: visible;
    height: 80px
}
.ecjia-content .search {
    height: 80px;
    position: relative
}
.search input {
    margin-top: 25px;
    width: 180px;
    height: 25px;
    border-radius: 4px 0 0 4px
}
.search button {
    background: #47aa4d;
    border: none;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 14px;
    border-radius: 0 4px 4px 0;
    margin-left: -4px
}
.search i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_search_white.png);
    background-repeat: no-repeat;
    background-size: 20px 20px
}
.ecjia-content .search .shelper {
    position: absolute;
    z-index: 2;
    width: 227px;
    height: auto;
    border: 1px solid #ccc;
    top: 61px;
    background: #fff;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .2);
    border-top: none;
    border-radius: 0 0 4px 4px;
    display: none
}
.ecjia-content .search .shelper .search-item {
    float: left;
    width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.ecjia-content .search .shelper .search-count {
    overflow: hidden;
    color: #aaa;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis
}
.ecjia-content .search .shelper li {
    overflow: hidden;
    padding: 0 6px;
    line-height: 28px;
    cursor: pointer;
    height: 28px;
    font-size: 13px
}
.ecjia-green {
    color: #47aa4d
}
.ecjia-red {
    color: #ff3434
}
.ecjia-background-fff {
    background-color: #fff
}
.ecjia-back-green {
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 40px;
    cursor: pointer;
    padding: 5px 20px;
    color: #fff;
    background-color: #47aa4d
}
.ecjia-header .nav>li>a.ecjia-back-green {
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    border-radius: 40px;
    cursor: pointer;
    padding: 5px 15px;
    color: #fff;
    background-color: #47aa4d
}
.nav>li>a:visited {
    color: #333
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #47aa4d
}
.ecjia-fl {
    float: left
}
.ecjia-fr {
    float: right
}
.clear {
    clear: both
}
.ecjiaf-dn {
    display: none
}
.ecjiaf-db {
    display: block
}
.wt-10 {
    margin-top: 10px
}
.m_t80, .wt-80 {
    margin-top: 80px
}
.wt-50 {
    margin-top: 50px
}
.wt-20 {
    margin-top: 20px
}
.wt-30 {
    margin-top: 30px
}
.wt-135 {
    margin-top: 135px
}
.ml-20 {
    margin-left: 20px
}
.mr-10 {
    margin-right: 10px
}
.mr-20 {
    margin-right: 20px
}
.m-t-50 {
    margin-top: -50px
}
.fsize-24 {
    font-size: 24px
}
.fsize-36 {
    font-size: 36px
}
.fsize-48 {
    font-size: 48px
}
.arrow-left {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 28px solid #fff;
    vertical-align: super
}
.ecjia-btn {
    background: #fff;
    padding: 10px 40px;
    border-radius: 20px;
    color: #333;
    font-size: 18px
}
.ecjia-btn .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    margin-right: 5px
}
.ecjia-btn .icon.iphone {
    background-position: 0 1px
}
.ecjia-btn .icon.android {
    background-position: -20px 1px
}
.two-btn .ecjia-btn:last-child {
    margin-left: 30px
}
.blue.ecjia-btn {
    background: #42b8f1;
    color: #fff
}
.blue.ecjia-btn .icon.iphone {
    background-position: -40px 1px
}
.blue.ecjia-btn .icon.android {
    background-position: -60px 1px
}
.green.ecjia-btn {
    background: #47aa4d;
    color: #fff
}
.green.ecjia-btn .icon.iphone {
    background-position: -40px 1px
}
.green.ecjia-btn .icon.android {
    background-position: -60px 1px
}
.hover-font a:hover {
    background-color: #f5f5f5;
    color: #47aa4d
}
.blue.ecjia-btn:hover {
    background-color: #56c8ff
}
.green.ecjia-btn:hover {
    background-color: #58c55c
}
.ecjia-truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.ecjia-truncate2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.ecjia-header {
    height: 80px;
    background: #fff
}
.ecjia-header .ecjia-logo {
    width: 32%
}
.ecjia-header .ecjia-logo img {
    height: 60px;
    float: left
}
.ecjia-header .ecjia-logo .select-location {
    color: #47aa4d;
    float: left;
    line-height: 80px;
    padding: 0 10px;
    font-size: 14px
}
.ecjia-header .ecjia-logo .select-location .current-position {
    font-size: 18px;
    padding: 0 5px
}
.ecjia-header .ecjia-logo .select-location .choose-city {
    cursor: pointer
}
.ecjia-header .ecjia-logo .select-location i {
    background-image: url(../images/pc_position.png);
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 26px;
    background-position: 0 0
}
.ecjia-header .nav {
    overflow: hidden;
    margin-bottom: 0
}
.ecjia-header .nav li {
    padding: 0 15px;
    font-size: 16px;
    line-height: 80px;
    float: left;
    color: #333
}
.ecjia-header .nav li.active a {
    border-bottom: 4px solid #47aa4d;
    color: #47aa4d
}
.ecjia-header .nav>li>a {
    padding: 5px;
    display: inline
}
.ecjia-header .nav li:last-child {
    padding-right: 0
}
.ecjia-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    z-index: 999
}
.ecjia-header.fixed.navbar-transparent {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .12)
}
.ecjia-cycleimage {
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    text-align: center;
    line-height: 0;
    margin-top: 80px
}
.ecjia-cycleimage .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 420px;
    background-color: #fff;
}
.ecjia-cycleimage .swiper-pagination-bullet-active {
    opacity: 1;
    background: #47aa4d
}
.ecjia-category-nav>a:active, .ecjia-category-nav>a:hover, .ecjia-category-nav>a:link, .ecjia-category-nav>a:visited {
    color: #fff
}
.ecjia-category-nav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    opacity: 1
}
.ecjia-category-nav .category-info {
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 215px;
    color: #fff;
    background-color: #fff;
    z-index: 2;
    height: 420px;
    left: 50px
}
.ecjia-category-info {
    height: 420px;
    overflow: hidden
}
.ecjia-category-nav:hover .category-info {
    display: block
}
.ecjia-category-nav .category-info .ecjia-category-l2 {
    padding: 2px 12px 2px 22px;
    background-color: #fff;
    color: #333;
    height: 38px;
    line-height: 38px;
    text-align: left;
    font-size: 16px
}
.ecjia-category-nav .category-info .ecjia-category-l2 .category-icon {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin-top: -2px;
    margin-right: 8px
}
.ecjia-category-nav .category-info .ecjia-category-l2:before {
    top: 15px;
    left: auto;
    right: 25px;
    border-color: #eaeaea;
    width: 10px;
    height: 10px
}
.ecjia-category-nav .category-info .all-category .ecjia-category-l2 {
    text-align: center;
    padding: 0;
    background-color: #47aa4d;
    font-size: 20px;
    color: #fff;
    border: none;
    height: 45px;
    line-height: 45px
}
.ecjia-category-nav .category-info .ecjia-category-info-l1 .ecjia-category-info-l2 {
    box-sizing: border-box;
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 215px;
    width: 885px;
    height: 420px;
    background: 0 0;
    color: #fff;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #47aa4d;
    z-index: 1;
    overflow: auto
}
.ecjia-category-nav .category-info .ecjia-category-info-l1 .ecjia-category-info-l2::-webkit-scrollbar {
    width: 10px;
}
.ecjia-category-nav .category-info .ecjia-category-info-l1 .ecjia-category-info-l2::-webkit-scrollbar-thumb {
    background-color: #47aa4d;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
.ecjia-category-nav .category-info .ecjia-category-info-l1 .ecjia-category-info-l2 .over_2 {
    position: relative;
    line-height: 1;
    font-size: 15px;
    display: block;
    text-align: left;
    padding: 0;
    color: #47aa4d;
    font-weight: 400;
    margin: 25px 0 10px 30px;
    font-weight: 700
}
.ecjia-category-nav .category-info .ecjia-category-info-l1 .ecjia-category-l2 i {
    display: none
}
.ecjia-category-nav .category-info .ecjia-category-info-l1:hover .ecjia-category-l2 {
    border: 2px solid #47aa4d;
    border-right: none;
    position: relative;
    z-index: 2;
    background: 0 0;
    padding: 0 10px 0 20px;
    color: #fff;
    background-color: #fff;
    color: #47aa4d
}
.ecjia-category-nav .category-info .ecjia-category-info-l1:hover .ecjia-category-l2 i {
    float: right;
    line-height: 34px;
    display: inline
}
.ecjia-category-nav .category-info .ecjia-category-info-l1:hover .ecjia-category-info-l2 {
    margin-left: -1px;
    display: block;
    opacity: 1
}
.ecjia-category .ecjia-category-l1, .ecjia-category .ecjia-category-l2 {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #fff;
    font-size: 14px;
    padding-right: 10px
}
.cate_detail {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 20px
}
.cate_detail_item {
    position: relative;
    min-height: 40px
}
.cate_detail_tit {
    overflow: hidden;
    width: 120px;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px
}
.cate_detail_tit a {
    color: #47aa4d;
    font-size: 15px
}
.cate_detail_tit a i {
    padding-left: 20px
}
.cate_detail_con {
    overflow: hidden;
    padding: 6px 0
}
.cate_detail_con_lk {
    display: inline-block;
    width: 80px;
    height: 110px;
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    overflow: hidden
}
.cate_detail_con_lk img {
    width: 80px;
    height: 80px
}
.cate_detail_con_lk .cat_name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    overflow: hidden;
    text-align: center;
    color: #666;
    font-size: 14px
}
.cate_detail_con a:first-child {
    border-left: none;
    margin-left: 10px
}
.ecjia-category-item {
    width: 100%;
    overflow: hidden
}
.ecjia-category-item:nth-child(even) {
    background-color: #f6f6f6
}
.ecjia-category-content {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden
}
.ecjia-category-content .cat-item {
    overflow: hidden;
    padding: 0 0 10px;
    height: 35px;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    color: #333;
    cursor: pointer
}
.ecjia-category-content .cat-item.cat-ul {
    cursor: auto
}
.ecjia-category-content .cat-item span {
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 40px;
    cursor: pointer;
    padding: 5px 15px;
    margin: 5px
}
.ecjia-category-content .category-list {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 95%;
    text-align: center;
    text-overflow: ellipsis;
}
.ecjia-category-content .category-list li {
    display: inline-block;
    width: auto;
    font-size: 16px;
    cursor: pointer
}
.ecjia-category-content .category-list li.active {
    color: #47aa4d
}
.ecjia-category-content .category-list li:after {
    content: "|";
    padding: 0;
    color: #eaeaea
}
.ecjia-category-content .category-list li:last-child:after {
    content: "";
    padding: 0
}
.ecjia-category-content .category-goods {
    margin-top: 30px;
    overflow: hidden;
    padding: 5px
}
.ecjia-category-content .more-category {
    float: right;
    margin-right: 5px;
    font-size: 15px
}
.ecjia-category-content .goods-item {
    width: 220px;
    float: left;
    margin-right: 20px;
    border: 1px solid #eaeaea;
    background: #fff
}
.ecjia-category-content .goods-item:hover {
    box-shadow: 5px 5px 15px #eaeaea
}
.ecjia-category-content .goods-item:first-child {
    margin-left: 0
}
.ecjia-category-content .goods-item:last-child {
    margin-right: 0
}
.ecjia-category-content .goods-item img {
    width: 100%;
    height: 220px;
    background-image: url(../images/default/default_goods.png);
    background-size: 220px 220px
}
.ecjia-category-content .goods-item .goods-name {
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 8px
}
.ecjia-category-content .category-goods .item-list {
    height: 35px;
    padding: 0 3px
}
.ecjia-category-content .category-goods .item-list span {
    display: block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 35px;
    font-size: 18px;
    white-space: nowrap
}
.ecjia-category-content .category-goods .item-list span.goods-price {
    width: 60%;
    color: #ff3434;
    margin-left: 5px
}
.ecjia-category-content .category-goods .item-list span.view-detail {
    width: 25%;
    text-align: center;
    color: #fff;
    line-height: 25px;
    background-color: #47b34f;
    border-radius: 40px;
    border: none;
    font-size: 12px;
    margin-top: 5px;
    padding: 0 10px
}
.ecjia-category-content .category-goods .item-list span.view-detail a {
    color: #fff
}
.wt-phone {
    margin-top: 60px
}
.project-view {
    width: 449px;
    margin-left: 85px;
    margin-top: 0;
    height: 757px;
    background: url(../images/default/phone.png) no-repeat;
    background-size: 100%;
    position: relative
}
.project-view iframe {
    width: 324px;
    height: 567px;
    padding: 70px 64px
}
.project-view .phone-tips {
    writing-mode: lr-tb;
    position: absolute;
    width: 15px;
    padding: 0 0 30px;
    text-align: center;
    color: #fff;
    right: 0;
    top: 200px;
    background: url(../images/mouse.png) no-repeat bottom;
    background-size: 100%
}
.ecjia-desc {
    color: #fff;
    width: 100%;
    text-align: right
}
.ecjia-desc .ecjia-text-name {
    margin-right: -15px
}
.ecjia-desc .ecjia-edition {
    background-color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    line-height: 31px;
    vertical-align: text-bottom;
    font-size: 20px;
    color: #47aa4d
}
.ecjia-desc .edition-icon {
    position: relative;
    right: -15px;
    top: -1px
}
.ecjia-desc h2 {
    line-height: 70px
}
.ecjia-code {
    color: #333;
    font-size: 14px
}
.ecjia-code span {
    text-align: center;
    display: inline-block
}
.ecjia-code span, .ecjia-code span img {
    width: 200px;
    height: 200px
}
.video {
    text-align: center
}
.swiper-container-phone {
    width: 320px;
    overflow: hidden;
    margin: 70px 0 0 64px;
    position: static
}
.swiper-container-phone .swiper-pagination {
    height: 20px;
    z-index: 2;
    position: relative;
    bottom: 36px
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px
}
.swiper-button-prev {
    left: 90px
}
.swiper-button-next {
    right: 90px
}
.swiper-container {
    width: 900px;
    position: static
}
.swiper-container img {
    width: 100%!important;
    float: left;
    height: 420px;
    overflow: hidden;
    text-align: center
}
#swiper-merchant-cycleimage .swiper-slide a, #swiper-web .swiper-slide a {
    position: relative;
    height: 420px;
    width: 100%!important;
    display: block
}
#swiper-merchant-cycleimage .swiper-slide a img, #swiper-web .swiper-slide a img {
    width: 100%!important;
    float: left;
    height: 420px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    display: list-item
}
.swiper-slide p {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    color: #000
}
.ecjia-goods-list {
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
    margin-top: 80px;
    height: auto
}
.ecjia-goods-list.ecjia-store-goods {
    margin-top: 0
}
.ecjia-goods-list .goods-category {
    line-height: 50px;
    font-size: 15px;
    color: #333
}
.ecjia-goods-list .goods-category i {
    padding: 0 5px
}
.ecjia-goods-list .goods-category.category-list {
    background-color: #fff;
    border: 1px solid #eaeaea
}
.ecjia-goods-list .category-list .category-item {
    float: left;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    padding: 15px 0
}
.ecjia-goods-list .category-list .category-item-list {
    overflow: hidden;
    font-size: 15px
}
.ecjia-goods-list .category-list .sub-category {
    margin: -8px 25px 10px 25px;
    background-color: #f0f7f0
}
.ecjia-goods-list .sub-cat {
    display: none
}
.ecjia-goods-list .sub-cat .cat-li {
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 40px;
    cursor: pointer;
    padding: 5px 20px
}
.ecjia-goods-list .sub-cat .cat-li.active {
    color: #fff;
    background-color: #47aa4d
}
.ecjia-goods-list .sub-cat .cat-li:first-child {
    margin-left: 20px
}
.ecjia-goods-list .category-list .category-item:first-child {
    padding-left: 25px
}
.ecjia-goods-list .category-list .category-item a {
    padding: 10px 20px
}
.ecjia-goods-list .category-list .category-item.curr a {
    color: #47aa4d;
    background-color: #f0f7f0
}
.ecjia-goods-list .goods-category.goods-list {
    margin-top: 10px
}
.ecjia-goods-list .goods-list {
    margin: 10px auto 30px auto
}
.ecjia-goods-list .merchant-goods-list {
    margin: 20px auto 30px auto;
    border: 1px solid #eaeaea
}
.ecjia-goods-list.ecjia-store-goods .merchant-goods-list {
    margin: 10px auto 30px auto;
    border: none
}
.ecjia-goods-list.ecjia-store-goods .merchant-goods {
    background-color: #fff;
    margin: 0 auto
}
.ecjia-goods-list.ecjia-store-goods .merchant-header {
    width: 450px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    margin-left: 375px
}
.ecjia-goods-list.ecjia-store-goods .merchant-header .store-header-li.curr {
    border-bottom: 3px solid #47aa4d;
    color: #47aa4d
}
.ecjia-goods-list.ecjia-store-goods .store-header-li {
    width: 150px;
    float: left;
    padding: 20px 0
}
.ecjia-goods-list .goods-list-left {
    width: 77%;
    overflow: hidden;
    min-height: 463px;
    height: auto;
    float: left;
    background: #fff;
    border: 1px solid #eaeaea
}
.ecjia-goods-list .merchant-goods-list .goods-list-left {
    border: none
}
.ecjia-goods-list .goods-list-right {
    width: 22%;
    overflow: hidden;
    min-height: 235px;
    height: auto;
    border: 1px solid #eaeaea;
    float: right;
    background: #fff
}
.ecjia-goods-list .f-line {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
    zoom: 1;
    width: 94%;
    margin: 0 auto
}
.ecjia-goods-list .f-line .f-sort a {
    padding: 0 20px;
    font-size: 15px;
    height: 49px;
    display: block;
    float: left;
    cursor: pointer
}
.ecjia-goods-list .f-line .f-sort a.curr {
    border-bottom: 2px solid #47aa4d;
    cursor: auto;
    color: #47aa4d
}
.ecjia-goods-list .f-list {
    width: 872px;
    margin: 0 auto;
    height: auto;
    padding: 10px 0 0 0;
    overflow: hidden
}
.ecjia-goods-list .f-list p.no_goods {
    text-align: center;
    line-height: 392px;
    font-size: 14px;
    color: #333
}
.ecjia-goods-list .f-list .goods-item {
    width: 275px;
    float: left;
    margin-right: 20px;
    border: 1px solid #eaeaea;
    margin-bottom: 14.5px
}
.ecjia-goods-list .f-list .goods-item:hover {
    box-shadow: 5px 5px 15px #eaeaea
}
.ecjia-goods-list .f-list .goods-item:first-child {
    margin-left: 0
}
.ecjia-goods-list .f-list .goods-item:nth-child(3n) {
    margin-right: 0
}
.ecjia-goods-list .f-list .goods-item img {
    width: 100%;
    height: 275px;
    background-image: url(../images/default/default_goods.png);
    background-size: 275px 275px
}
.ecjia-goods-list .f-list .goods-item .goods-name {
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 8px;
    line-height: 21px
}
.ecjia-goods-list .f-list .item-list {
    height: 35px;
    padding: 0 3px
}
.ecjia-goods-list .f-list .item-list span {
    display: block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 35px;
    font-size: 18px;
    white-space: nowrap
}
.ecjia-goods-list .f-list span.goods-price {
    width: 65%;
    color: #ff3434;
    margin-left: 5px
}
.ecjia-goods-list .f-list .shop-name {
    position: relative;
    height: 20px;
    color: #aaa;
    margin-left: 5px
}
.ecjia-goods-list .f-list .shop-name i.icon-merchant {
    background-image: url(../images/store.png);
    background-size: 17px;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    width: 17px;
    height: 17px;
    background-position: 0 0
}
.ecjia-goods-list .f-list .shop-name .name {
    margin-left: 25px
}
.ecjia-goods-list .f-list .item-list span.view-detail {
    width: 30%;
    text-align: center;
    color: #fff;
    line-height: 25px;
    background-color: #47b34f;
    border-radius: 40px;
    border: none;
    font-size: 12px;
    margin-top: 5px
}
.ecjia-goods-list .right-title {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding-left: 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    color: #333
}
.ecjia-goods-list .no_store {
    line-height: 198px;
    text-align: center;
    font-size: 14px;
    color: #333
}
.ecjia-goods-list .store-item {
    height: 205px;
    width: 220px;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea
}
.ecjia-goods-list .store-item:last-child {
    border-bottom: none
}
.ecjia-goods-list .store-item img.store-logo {
    margin: 10px auto;
    width: 110px;
    display: block;
    height: 110px
}
.ecjia-goods-list .store-item .shop-name {
    text-align: center;
    font-size: 16px;
    color: #333
}
.ecjia-goods-list .store-item .score-val {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 3px 0
}
.ecjia-goods-list .store-item .info {
    font-size: 13px
}
.ecjia-goods-list .store-item .info .orders-num {
    float: left;
    width: 125px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.ecjia-goods-list .store-item .info .praise-num {
    float: right
}
.ecjia-goods-list .f-item {
    line-height: 50px;
    font-size: 15px;
    width: 1060px;
    margin: 0 auto
}
.ecjia-goods-list .f-item .category-item {
    padding: 0 20px
}
.ecjia-goods-list .f-item .category-item:first-child {
    padding: 0
}
.ecjia-goods-list .f-item .category-item.curr {
    color: #47aa4d
}
.ecjia-goods-list.ecjia-merchant-goods .f-sort a {
    color: #1d1515
}
.ecjia-goods-list.ecjia-merchant-goods .f-sort a.curr {
    color: #47aa4d
}
.ecjia-goods-list.ecjia-merchant-goods .f-line {
    width: 1060px
}
.ecjia-goods-list.ecjia-merchant-goods .goods-list-left {
    width: 1200px
}
.ecjia-goods-list.ecjia-merchant-goods .f-list {
    width: 1154px;
    padding: 0
}
.ecjia-goods-list.ecjia-merchant-goods .f-list .goods-item {
    margin-right: 14.5px
}
.ecjia-goods-list.ecjia-merchant-goods .f-list .goods-item:nth-child(4n) {
    margin-right: 0
}
.page {
    clear: both;
    border-radius: 4px;
    box-shadow: none;
    margin: 0;
    padding: 15px
}
.page .input-append, .page .pull-left {
    display: none
}
.page .pull-right {
    float: none;
    text-align: center
}
.page.pagination ul>li {
    display: inline
}
.page.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.page.pagination ul>li>a, .pagination ul>li>span {
    border-left-width: 1px;
    margin: 10px
}
.page.pagination ul>.active>a, .pagination ul>.active>span {
    background-color: #47aa4d;
    color: #fff
}
.lift {
    position: fixed;
    z-index: 100;
    left: 20px;
    top: 245px;
    display: none;
    width: 46px
}
.lift .category-icon {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    padding: 4px 8px 15px 8px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    color: #fff
}
.lift .category-icon.no-icon {
    background: #47aa4d
}
.lift .category-icon span {
    display: none
}
.ecjia-page-footer {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    clear: both;
    background: #fff;
    width: 100%
}
.ecjia-page-footer .foot-top {
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto
}
.ecjia-page-footer .foot-top p:first-child {
    font-size: 22px;
    line-height: 40px;
    color: #1d1515
}
.ecjia-page-footer .foot-top p:nth-child(2) {
    line-height: 40px;
    font-size: 18px;
    color: #3d3838
}
.ecjia-page-footer .foot-bottom {
    background-color: #2c313a;
    padding: 30px 0;
    font-size: 15px;
    line-height: 35px
}
.ecjia-page-footer .foot-bottom p {
    color: #888
}
.ecjia-page-footer .helper {
    margin-top: 30px;
    height: 130px
}
.ecjia-page-footer .hot-city {
    overflow: hidden;
    margin-top: 20px
}
.ecjia-page-footer .hot-city .hot-city-left {
    float: left;
    width: 10%;
    text-align: left;
    font-size: 18px;
    color: #1d1515;
    margin-left: 20px
}
.ecjia-page-footer .hot-city .hot-city-right {
    float: left;
    width: 85%;
    text-align: left
}
.ecjia-page-footer .hot-city .hot-city-right li {
    float: left;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 46px;
    cursor: pointer
}
.ecjia-page-footer .hot-city .hot-city-right li:hover {
    color: #47aa4d
}
.ecjia-page-footer .friend-link {
    overflow: hidden;
    margin-top: 30px
}
.ecjia-page-footer .friend-link .friend-link-title {
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #1d1515;
    margin-left: 20px;
    margin-bottom: 20px
}
.ecjia-page-footer .friend-link .link-content {
    margin: 10px auto 0 auto;
    padding: 0 20px;
    overflow: hidden
}
.ecjia-page-footer .friend-link .link-content.m_t0 {
    margin-top: 0
}
.ecjia-page-footer .friend-link .friend-link-content li:first-child {
    margin-left: 0
}
.ecjia-page-footer .friend-link .friend-link-content li:nth-child(9n+1) {
    margin-left: 0
}
.ecjia-page-footer .friend-link .friend-link-content li {
    float: left;
    overflow: hidden;
    width: 118px;
    height: 60px;
    text-align: center;
    background: #fff;
    margin-left: 10px;
    line-height: 55px;
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px
}
.ecjia-page-footer .friend-link .link-content a {
    color: #08c
}
.ecjia-page-footer .friend-link .link-content a span {
    line-height: 20px;
    text-overflow: ellipsis;
    width: 120px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    vertical-align: middle
}
.ecjia-page-footer .helper .mod {
    float: left;
    margin-right: -1px;
    width: 25%
}
.ecjia-page-footer .helper .mod .mod-wrap {
    padding: 0 15px;
    overflow: hidden
}
.ecjia-page-footer .helper .mod .mod-wrap i {
    background-size: 45px 45px;
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 -1px;
    margin: 0 auto
}
.ecjia-page-footer .helper .mod .mod-wrap .icon-foot-1 {
    background-image: url(../images/icon/icon-foot-1.png)
}
.ecjia-page-footer .helper .mod .mod-wrap .icon-foot-2 {
    background-image: url(../images/icon/icon-foot-2.png)
}
.ecjia-page-footer .helper .mod .mod-wrap .icon-foot-3 {
    background-image: url(../images/icon/icon-foot-3.png)
}
.ecjia-page-footer .helper .mod .mod-wrap .icon-foot-4 {
    background-image: url(../images/icon/icon-foot-4.png)
}
.ecjia-page-footer .helper .mod .mod-wrap h4 {
    margin-bottom: 5px;
    overflow: hidden
}
.ecjia-page-footer .helper .mod .mod-wrap h4 div {
    font-size: 18px;
    color: #1d1515;
    line-height: 30px
}
.ecjia-page-footer .helper .mod .mod-wrap h4 div:last-child {
    font-size: 14px;
    color: #666
}
.ecjia-page-footer .helper .mod .mod-wrap h4 span:before, .helper .mod .mod-wrap h4 span:after {
    content: " ";
    display: table
}
.ecjia-page-footer .outlink a {
    width: 132px;
    height: 30px;
    display: inline-block;
    cursor: pointer
}
.ecjia-page-footer .outlink .blog-ico {
    background: url(../images/blog.png);
    margin-right: 35px
}
.ecjia-page-footer .outlink .blog-ico:hover {
    background: url(../images/blog_hover.png)
}
.ecjia-page-footer .outlink .wechat {
    background: url(../images/wechat.png)
}
.ecjia-page-footer .outlink-qrcode {
    position: relative;
    display: inline-block
}
.ecjia-page-footer .outlink-qrcode .wechat-code {
    position: absolute;
    width: 130px;
    top: -197px;
    padding: 10px 5px;
    background: #f8f8f8;
    z-index: 99;
    border-radius: 5px 5px 0 0;
    display: none
}
.ecjia-page-footer .outlink-qrcode .wechat-code img {
    width: 130px;
    height: 130px
}
.ecjia-page-footer .outlink .wechat:hover {
    background: url(../images/wechat_hover.png)
}
.ecjia-page-footer .outlink .outlink-qrcode:hover .wechat-code {
    display: block
}
.ecjia-page-footer .footer-links p {
    text-align: center
}
.ecjia-page-footer .footer-links p a {
    margin-right: 20px
}
.page-footer {
    background-color: #2c313a;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    line-height: 25px
}
.page-footer a {
    color: #666
}
.page-footer p:first-child {
    color: #333
}
.page-footer p:last-child {
    color: #888
}
.page-footer .outlink a {
    width: 132px;
    height: 30px;
    display: inline-block;
    cursor: pointer
}
.page-footer .outlink .blog-ico {
    background: url(../images/blog.png);
    margin-right: 35px
}
.page-footer .outlink .blog-ico:hover {
    background: url(../images/blog_hover.png)
}
.page-footer .outlink .wechat {
    background: url(../images/wechat.png)
}
.page-footer .outlink-qrcode {
    position: relative;
    display: inline-block
}
.page-footer .outlink-qrcode .wechat-code {
    position: absolute;
    width: 130px;
    top: -197px;
    padding: 10px 5px;
    background: #f8f8f8;
    z-index: 99;
    border-radius: 5px 5px 0 0;
    display: none
}
.page-footer .outlink-qrcode .wechat-code img {
    width: 130px;
    height: 130px
}
.page-footer .outlink .wechat:hover {
    background: url(../images/wechat_hover.png)
}
.page-footer .outlink .outlink-qrcode:hover .wechat-code {
    display: block
}
.page-footer .footer-links p {
    text-align: center
}
.page-footer .footer-links p a {
    margin-right: 20px
}
.choose-city-div {
    z-index: 2222;
    position: fixed;
    background: #fff;
    border-radius: 4px;
    display: none;
    width: 650px;
    min-height: 350px;
    max-height: 600px;
    overflow: hidden
}
.choose-city-overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 2221;
    position: fixed;
    display: none;
    top: 0
}
.choose-city-div .city-content {
    padding: 10px 0;
    font-size: 16px
}

.choose-city-div .city-content .content {
    height: 550px;
    overflow: auto;
    position: relative;
}

.choose-city-div .header {
    border-bottom: 1px solid #eee;
    padding: 10px 20px
}
.choose-city-div .close_div {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 18px;
    cursor: pointer
}
.choose-city-div .guess-position {
    padding: 10px 0;
    color: #838383
}
.choose-city-div .content-bottom .position-li, .choose-city-div .content-position .position .position-li {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 15px;
    cursor: pointer;
    padding-left: 0
}
.choose-city-div .position .position-li-none {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0
}
.choose-city-div .content-bottom .position-li.active {
    background-color: #47aa4d;
    color: #fff;
    border-radius: 40px;
    cursor: pointer
}
.choose-city-div .content-position {
    overflow: hidden;
    padding: 0 20px
}
.choose-city-div .content-position .position {
    cursor: pointer
}
.choose-city-div .content-position .position .position-li.active {
    border-radius: 40px;
    cursor: pointer
}
.choose-city-div .content-bottom .title {
    width: 20%;
    float: left;
    padding-top: 3px
}
.choose-city-div .content-bottom .position-list {
    width: 80%;
    float: left;
    max-height: 200px;
    overflow: auto
}
.suspension {
    position: fixed;
    z-index: 55;
    right: 10px;
    bottom: 80px;
    width: 80px;
    height: 204px
}
.suspension-box {
    position: relative;
    float: right
}
.suspension-box a.a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #B5B5B5;
    margin-bottom: 1px;
    cursor: pointer
}
.suspension-box a.back_top {
    background-color: #797979
}
.suspension-box a.code:hover, .suspension-box a.qq:hover, .suspension-box a.tel:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}
.suspension-box a.back_top:hover {
    background-color: #47aa4d
}
.suspension-box a i {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 14px;
    margin-top: 15px;
    background-image: url(../images/nav/suspension-bg.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}
.suspension-box a.qq i {
    background-position: 0 0
}
.suspension-box a.tel i {
    background-position: -25px 0
}
.suspension-box a.code i {
    background-position: 0 -25px
}
.suspension-box a.back_top i {
    background-position: -28px -25px
}
.suspension-box div.code {
    position: absolute;
    left: -200px;
    top: -102px;
    display: none;
    width: 178px;
    height: 198px;
    padding-left: 10px;
    padding-top: 10px;
    background-color: #fff;
    border: 1px solid #D9D9D9
}
.suspension-box div.code p {
    width: 155px;
    margin-top: 5px;
    text-align: center
}
.suspension-box div.code i {
    width: 8px;
    height: 15px;
    position: absolute;
    top: 118px;
    right: -8px;
    background-image: url(../images/nav/trangle-right-suspension.png);
    background-repeat: no-repeat
}
.suspension-box div.tencent {
    position: absolute;
    left: -187px;
    top: 0;
    width: 177px;
    height: 85px;
    display: none;
    background-color: #fff;
    border: 1px solid #D7D7D7
}
.suspension-box div.tencent p.tencent-p {
    width: 75px;
    float: right;
    margin-right: 18px;
    margin-top: 18px;
    font-size: 16px;
    color: #333
}
.suspension-box div.tencent i.tencent-i {
    width: 8px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: -8px;
    text-indent: -9999px;
    background-image: url(../images/nav/trangle-right-suspension.png);
    background-repeat: no-repeat
}
.suspension-box div.tencent b.tencent-b {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 62px;
    height: 64px;
    background-image: url(../images/nav/circle-tencent.png);
    background-repeat: no-repeat
}
.suspension-box div.tencent span.tencent-span {
    position: absolute;
    left: 8px;
    top: 7px;
    border-radius: 22px;
    width: 45px;
    height: 48px;
    text-align: center;
    z-index: 99;
    overflow: hidden;
    margin-left: 1px
}
.suspension-box div.tencent .tencent-qq {
    position: absolute;
    left: 3px;
    top: 0;
    height: 45px;
    width: 39px;
    max-width: 120%
}
.suspension-box div.tel {
    position: absolute;
    left: -187px;
    top: 0;
    display: none;
    width: 177px;
    height: 85px;
    background-color: #fff;
    border: 1px solid #D7D7D7
}
.suspension-box div.tel i {
    width: 8px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: -8px;
    background-image: url(../images/nav/trangle-right-suspension.png);
    background-repeat: no-repeat
}
.suspension-box div.tel strong {
    display: block;
    margin-left: 17px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400
}
.suspension-box div.tel p {
    margin-left: 17px;
    font-size: 23px;
    font-family: arial;
    color: #FD696D
}
.suspension-box .icon {
    margin-top: -5px
}
.suspension-box .nav a.cart-title-name {
    color: #000;
    text-decoration: none;
    line-height: normal
}
.suspension-box .nav a.cart-title-name:hover {
    color: #ef353d;
    text-decoration: underline;
    line-height: normal
}
.suspension-box .nav a font {
    padding: 8px 15px;
    background: #fd7878;
    border-radius: 5px
}
.suspension-box .nav a font:hover {
    padding: 8px 15px;
    background: #ea5050;
    border-radius: 5px
}
.suspension-mobile {
    position: fixed;
    z-index: 55;
    right: 10px;
    bottom: 30px;
    width: 50px;
    height: 50px
}
.suspension-mobile .suspension-box {
    display: none
}
.suspension-mobile .suspension-box a.a {
    width: 70px;
    height: 70px
}
.suspension-mobile .suspension-box a i {
    margin-left: 24px;
    margin-top: 25px
}
.suspension-mobile .suspension-box a.back_top {
    border-radius: 35px;
    background: #000;
    opacity: .8
}
.suspension-box .code.j-box img {
    width: 155px;
    height: 159px
}
.suspension-box .suspension-box-item {
    position: relative
}
.ecjia-no-content {
    width: 100%;
    height: 450px;
    background-color: #f6f6f6;
    padding-bottom: 30px
}
.ecjia-no-content .content {
    background-image: url(../images/default/no_content.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%
}
.ecjia-no-content .content .content-container {
    width: 400px;
    margin: 0 auto;
    padding-top: 60px;
    font-size: 15px;
    color: #333
}
.ecjia-no-content .content .content-container .current-city {
    line-height: 40px;
    font-size: 18px
}
.ecjia-no-content .content .content-container .go_settled {
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    border-radius: 40px;
    cursor: pointer;
    padding: 5px 15px;
    color: #fff;
    background-color: #47aa4d
}
.ecjia-no-content .content .content-container .choose-city {
    color: #47aa4d;
    cursor: pointer;
    border-bottom: 1px solid #47aa4d
}
.category {
    margin-top: 80px;
    margin-bottom: 30px;
    background-color: #fff
}
.category.m_b0 {
    margin-bottom: 0
}
.category .ecjia-content {
    width: 100%
}
.category .ecjia-content .category_title_img img {
    width: 100%;
    height: 385px
}
.green {
    color: #139d3a!important
}
.no_store_desc {
    width: 100%;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 2em
}
.category .store_list {
    background-color: #FFF;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px
}
.category .store_list .store_list_title {
    width: 100%;
    height: 50px;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 40px
}
.category .store_list .panel_sao {
    position: absolute;
    z-index: 1
}
.category .store_list .panel_sao .panel_sao_pa {
    margin: -10px 0 0 25px
}
.category .store_list .store_list_title img {
    margin-right: 20px;
    width: 40px;
    padding-bottom: .5em
}
.category .store_list .store_list_title span {
    color: #47aa4d;
    font-size: 20px;
    margin-right: 20px
}
.category .store_list .category_store {
    float: left;
    margin: 20px 0 10px 30px;
    width: 358px;
    border: 1px solid #eaeaea
}
.category .store_list .category_store:hover {
    box-shadow: 5px 5px 15px #eaeaea
}
.category .store_list .category_store .announcement {
    width: 100%;
    height: 135px;
    position: relative
}
.category .store_list .category_store .announcement .favorable {
    padding: 5px 5px 0 10px;
    height: 27px
}
.category .store_list .category_store .announcement .favorable span:first-child {
    font-size: 14px;
    background-color: red;
    color: #FFF;
    padding: 2px;
    border-radius: 5px;
    display: inline-block;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 16px
}
.category .store_list .category_store .announcement .favorable span {
    width: 310px;
    word-break: keep-all;
    font-size: 15px;
    color: #333;
    padding-left: 10px;
    display: block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.category .store_list .category_store .announcement .business_time {
    padding: 5px 10px
}
.category .store_list .category_store .announcement .business_time img {
    width: 22px;
    height: 22px;
    float: left
}
.category .store_list .category_store .announcement .business_time span {
    letter-spacing: 1px;
    font-style: normal;
    padding-left: 10px;
    font-size: 15px;
    color: #333
}
.category .store_list .category_store .announcement .advertisement {
    padding: 5px 10px
}
.category .store_list .category_store .announcement .advertisement img {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 7px
}
.category .store_list .category_store .announcement .advertisement .goods-price {
    line-height: 20px;
    color: #333;
    word-wrap: break-word;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box
}
.category .store_list .category_store .shop_banner img {
    width: 100%;
    height: 120px;
    background: url(../images/default/default800.png) 0 0 no-repeat;
    background-size: 100% 120px
}
.category .store_list .category_store .store_info {
    width: 100%;
    height: 70px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 5px
}
.category .store_list .category_store .store_info .store_info_img {
    width: 70px;
    height: 70px;
    float: left
}
.category .store_list .category_store .store_info .store_msg {
    float: left;
    width: 279px;
    height: 70px
}
.category .store_list .category_store .store_info .store_msg .self {
    float: left;
    border: 1px solid;
    background-color: #47aa4d;
    color: #FFF;
    width: 30px;
    text-align: center;
    border-radius: 5px;
    margin-top: 2px;
    margin-left: 10px
}
.category .store_list .category_store .store_info .store_msg .store_name {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
    color: #333;
    margin-left: 10px;
    float: left
}
.category .store_list .category_store .store_info .store_msg .store-range {
    margin-left: 10px;
    margin-top: 10px;
    width: 160px
}
.category .store_list .category_store .store_info .store_msg .qrcode_small_img {
    float: right;
    margin-right: 10px
}
.category .store_list .category_store .store_info .store_msg .qrcode_small_img img {
    margin-right: 10px;
    height: 70px;
    width: 70px
}
.category-cycleimage {
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    text-align: center;
    line-height: 0;
}

.category-cycleimage.category-cycleimage-default {
    background: url(../images/category/category_list.png) 0 0 no-repeat;
    background-size: 100% 420px
}

.category-cycleimage .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 420px
}
.category-cycleimage .swiper-pagination-bullet-active {
    opacity: 1;
    background: #47aa4d
}
.category_list {
    height: 50px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    width: 1200px;
    margin: 10px auto
}
.ecjia-category-swiper {
    padding: 0 20px;
    position: relative
}
.category_list .category_name {
    height: 50px;
    width: 145px
}
.category_list .category_name .text {
    padding: 0 21px;
    border-left: 1px solid #E5E5E5;
    margin-left: -1px;
    display: block;
    height: 21px;
    margin-top: 14px;
    line-height: 20px;
    text-align: center
}
.category_list .category_name .text a {
    color: #000;
    width: 64px;
    height: 21px;
    display: inline-block
}
.category_list .category_name .text.green a {
    color: #47aa4d
}
.category_list .category_name .img {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 20px
}
.category_list .category_name .img img {
    height: 35px;
    width: 35px;
    min-height: 35px
}
.category_list_hidden {
    display: none
}
.category_line img {
    width: 100%;
    float: left
}
#category-swiper-web.swiper-container {
    width: auto;
    height: 50px;
    background-color: #f6f6f6
}
.ecjia-category-swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px
}
.ecjia-category-swiper .swiper-button-next {
    right: 10px
}
#category-swiper-web .swiper-button-next, #category-swiper-web .swiper-button-prev {
    background-size: 15px 44px
}
#category-swiper-web .swiper-pagination {
    top: 88px
}
#category-swiper-web .swiper-pagination-bullet-active {
    opacity: 1;
    background: #47aa4d
}
.ecjia-category-swiper .swiper-button-next.swiper-button-white, .ecjia-category-swiper .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-size: 10px 44px;
    background-color: #f6f6f6;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333'%2F%3E%3C%2Fsvg%3E")
}
.ecjia-category-swiper .swiper-button-prev.swiper-button-white, .ecjia-category-swiper .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-size: 10px 44px;
    background-color: #f6f6f6;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333'%2F%3E%3C%2Fsvg%3E")
}
.goods_info_back {
    background-color: #f6f6f6;
    width: 100%;
    margin-top: 80px
}
.goods_info {
    margin-top: 80px
}
.goods_info .no_goods_info {
    height: 400px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 400px;
    margin: 20px auto
}
.goods_info .green {
    background-color: #47aa4d;
    color: #FFF!important;
}
.goods_info .goods_current_screen {
    line-height: 50px;
    font-size: 15px;
    color: #333
}
.goods_info .goods_current_screen a:last-child {
    color: #47aa4d
}
.goods_info .goods_current_screen i {
    padding: 0 5px
}
.goods_info .goods_info_panel {
    width: 77%;
    background-color: #FFF;
    float: left
}
.goods_info .goods_info_panel .f_goods_info_msg {
    width: 500px;
    float: left;
    margin-top: 1.5em
}
.goods_info .goods_info_panel img {
    max-width: 20em;
    height: 20em;
    width: 100%;
    padding: 1.5em 1em 1.5em 1.5em;
    float: left
}
.goods_info .goods_info_panel .goods_info_msg {
    float: left;
    padding-top: 1.5em;
    width: 42em;
    white-space: nowrap;
    height: 2em
}
.goods_info .goods_info_panel .f_goods_info_msg .goods_name {
    font-size: 1.5em;
    color: #000;
    margin-left: 10px;
    width: 100%
}
.goods_info .goods_info_panel .goods_attribute {
    float: left;
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%
}
.goods_info .goods_info_panel .goods_attribute p {
    padding-top: .5em;
    padding-bottom: 1em;
    height: 1em;
    line-height: 1em;
    width: 100%;
    color: #333
}
.goods_info .goods_info_panel .goods_attribute .privilege .panel_red {
    color: red!important;
    display: block;
    margin-left: 4.5em
}
.goods_info .goods_info_panel .goods_attribute .privilege .panel_red:not(:first-child) {
    margin-bottom: .5em
}
.goods_info .goods_info_panel .goods_attribute p span:first-child {
    margin-left: 1em;
    font-size: 15px;
    color: #333
}
.goods_info .goods_info_panel .goods_attribute span:not(:first-child) {
    margin-left: 25px;
    font-size: 15px;
    color: #333
}
.goods_info .goods_info_panel .goods_attribute .goods_price {
    height: 40px;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0
}
.goods_info .goods_info_panel .goods_attribute .goods_price .fl_price {
    color: red;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 55px;
    margin-left: 1em!important
}
.goods_info .goods_info_panel .goods_attribute .privilege {
    padding-top: .8em
}
.goods_info .goods_info_panel .goods_attribute .privilege span:first-child {
    float: left;
    font-size: 15px;
    color: #333;
    margin-left: 1em
}
.goods_info .goods_info_panel .goods_attribute .goods_price .original_price {
    text-decoration: line-through
}
.goods_info .goods_info_panel .goods_attribute .goods_price .sao_small_img {
    margin: 0;
    float: right;
    margin-right: 2em;
    height: 7em;
    width: 7em
}
.goods_info .goods_info_panel .sao_small_img {
    float: right;
    margin-right: 1.5em;
    margin-top: 1.5em;
    padding: 0;
    height: auto;
    width: 120px
}
.goods_info .goods_info_panel .sao_small_img img {
    padding: 0;
    height: auto;
    width: 120px
}
.goods_info .goods_info_panel .sao_small_img p {
    text-align: center
}
.goods_info .goods_info_panel .sao_small_img p span:not(:first-child) {
    color: #47aa4d;
    margin-left: 5px
}
.goods_info .goods_info_panel .goods_attribute .panel_red {
    color: red
}
.goods_info .goods_info_panel .goods_attribute .sold_out {
    margin-top: .8em;
    margin-bottom: .3em
}
.goods_info .goods_info_panel .goods_attribute .standard {
    height: 2em;
    padding: 0;
    float: left;
    margin-left: 1em!important;
    margin-right: 1em
}
.goods_info .goods_info_panel .goods_attribute ul {
    max-width: 440px;
    margin-bottom: .8em;
    margin-left: 60px;
}
.goods_info .goods_info_panel .goods_attribute li {
	cursor: pointer;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    padding: .3em;
    display: inline-block;
    margin: 0 0 5px 5px;
    font-size: 14px;
    text-align: center;
	width: 5em;
    margin-right: 1em;
    height: 1em;
    line-height: 1em;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.panel_sao {
    position: absolute;
    display: none
}
.panel_sao .panel_sao_pa {
    background: url(../images/default/saoyisao.png) no-repeat center;
    text-align: center;
    margin: 10px 0 0 555px;
    top: 16em;
    height: 24em;
    width: 20em
}
.panel_sao .panel_sao_pa p {
    font-size: 1.4em;
    padding-bottom: 1em;
    width: 13em;
    float: left
}
.panel_sao .panel_sao_pa p span {
    margin-left: 1em
}
.panel_sao .panel_sao_pa p span:not(:first-child) {
    color: #47aa4d
}
.panel_sao .panel_sao_pa img {
    padding: 0;
    height: 17em;
    width: 17em;
    margin: 20px 0 0 13px;
    float: left
}
.goods_info .merchant {
    width: 22%;
    overflow: hidden;
    height: 398px;
    float: right;
    background-color: #FFF
}
.goods_info .merchant .merchant_title {
    background-color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
    font-size: 15px;
    padding-left: 10px;
    color: #333
}
.goods_info .merchant .merchant_img {
    max-width: 100%;
    height: 15em;
    text-align: center;
    margin: auto;
    display: table;
    margin-top: 5px
}
.goods_info .merchant .merchant_img span {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.goods_info .merchant .merchant_img img {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 150px;
    height: 150px
}
.goods_info .merchant .merchant_name {
    font-size: 1.5em;
    text-align: center
}
.goods_info .merchant .merchant_name p {
    color: #333;
    font-size: 18px
}
.goods_info .merchant .store-range .score-val {
    text-align: center;
    margin: 12px 0
}
.goods_info .merchant .merchant_order_msg {
    font-size: 1.2em;
    padding: 0 15px
}
.goods_info .merchant .merchant_order_msg p {
    margin-bottom: 10px
}
.goods_info .merchant .merchant_order_msg p span:first-child {
    color: #333;
    font-size: 15px
}
.goods_info .merchant .merchant_order_msg p span:not(:first-child) {
    color: red;
    float: right;
    font-size: 15px
}
.goods_info .goods_introduce {
    width: 77%;
    min-height: 468px;
    background-color: #FFF;
    float: left;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    display: table
}
.goods_info .goods_introduce .cut_off {
    padding: 1em 1em 0 1em
}
.goods_info .goods_introduce .cut_off img {
    width: 100%
}
.goods_info .goods_introduce .specification {
    width: 100%;
    margin-bottom: 10px
}
.goods_info .goods_introduce .specification .parameters {
    padding: 10px 40px
}
.goods_info .goods_introduce .specification .parameters span {
    display: inline-block;
    color: #333;
    width: 49%;
    font-size: 15px;
    padding: 6px 0;
}
.goods_info .goods_introduce .specification .parameters p {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left
}
.goods_info .goods_introduce .specification .parameters .p2 {
    display: inline-block;
    width: 50%;
    float: right
}
.goods_info .goods_introduce .goods_introduce_title {
    width: 100%;
    height: 2.5em;
    padding-top: 10px;
    margin-bottom: 20px;
    float: left
}
.goods_info .goods_introduce .goods_specification {
    width: 100%;
    height: 2.5em;
    padding-top: 10px
}
.goods_info .goods_introduce .no_goods_desc {
    text-align: center;
    font-size: 17px;
    display: table-row;
    vertical-align: middle
}
.goods_info .goods_introduce .goods_specification .rhombus {
    width: 10px;
    height: 10px;
    background-color: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 10px 16px 0 27px;
    float: left
}
.goods_info .goods_introduce .goods_specification .goods_description {
    font-size: 15px;
    padding-top: 3px;
    float: left;
    color: #333
}
.goods_info .goods_introduce .goods_introduce_title .rhombus {
    width: 10px;
    height: 10px;
    background-color: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 10px 16px 0 27px;
    float: left
}
.goods_info .goods_introduce .goods_introduce_title .goods_description {
    font-size: 15px;
    padding-top: 3px;
    float: left;
    color: #333
}
.goods_info .goods_introduce .goods_introduce_detail p img {
    width: 100%
}
.goods_info .down_sao {
    position: relative;
    width: 22%;
    overflow: hidden;
    min-height: 235px;
    float: right;
    height: 28em;
    margin-top: 10px;
    background-color: #47aa4d
}
.goods_info .down_sao .sao_code {
    max-width: 100%;
    height: 15em;
    text-align: center;
    display: table;
    margin: auto;
    margin-top: 2em;
    background-color: #47aa4d;
    position: absolute
}
.goods_info .down_sao .sao_code .sao_back {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 25em
}
.goods_info .down_sao .sao_code .sao_back img {
    width: 215px;
    height: 215px
}
.goods_info .down_sao .sao_code span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 19.5em
}
.goods_info .down_sao .sao_code img {
    text-align: center;
    vertical-align: middle
}
.goods_info .down_sao .sao_tow {
    position: absolute;
    width: 200px;
    margin-top: 8px;
    left: 14px
}
.goods_info .down_sao .sao_tow img {
    width: 200px;
    height: 200px
}
.goods_info .sao_text {
    margin-top: 22em
}
.goods_info .sao_text p {
    color: #FFF;
    text-align: center;
    font-size: 18px
}
.goods_info .goods_introduce .goods_introduce_detail {
    min-height: 400px;
    padding: 0 40px 40px 40px
}
.goods_info .goods_introduce .goods_introduce_detail table {
    max-width: 845px
}
.goods_info .goods_introduce .goods_introduce_detail li {
    list-style-type: disc
}
.goods_info .goods_introduce .goods_introduce_detail span {
    font-weight: inherit
}
.merchant-promotions-ul {
    width: 100%;
    height: 12em;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-color: #FFF;
    margin-top: 90px
}
.merchant-promotions-ul .promotions-li {
    margin-top: 1em;
    height: 11em;
    float: left;
    width: 60%;
    display: block;
    overflow: hidden;
    position: relative
}
.merchant-promotions-ul .promotions-li .goods-border {
    border: 1px solid #eaeaea;
    position: absolute;
    height: 4.5em;
    left: 99%;
    top: 35px
}
.merchant-promotions-ul .promotions-li .store-left {
    float: left;
    margin-left: 2em
}
.merchant-promotions-ul .promotions-li .store-right {
    float: left;
    margin: .5em 1em;
    text-align: left;
    font-size: 1em;
    width: 70%;
    display: inline-block;
    left: 35px
}
.merchant-promotions-ul .promotions-li .store-info {
    font-size: 14px;
    color: #333;
    margin: 3px 0
}
.ecjia-content .store-comment .store-detail .store-option .store-right .manage-mode, .merchant-promotions-ul .promotions-li .store-right .store-title .manage-mode {
    color: #FFF;
    background-color: #47AA4D;
    border-radius: 4px;
    font-size: 13px;
    padding: 2px;
    width: 2em;
    display: inline-block;
    text-align: center;
    margin-left: 7px
}
.merchant-promotions-ul .promotions-li .store-right .store-range {
    margin: 1em 0
}
.merchant-promotions-ul .promotions-li .store-right .store-range .trade-time {
    background: url(../images/clock_50.png);
    width: 1.5em;
    height: 1.3em;
    background-size: 1.3em;
    background-repeat: no-repeat;
    float: left
}
.merchant-promotions-ul .promotions-li .store-right .store-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.merchant-promotions-ul .promotions-li .store-right .store-description .shop-notice {
    background: url(../images/bugle_50.png);
    width: 1.5em;
    height: 1.3em;
    background-size: 1.3em;
    background-repeat: no-repeat;
    float: left
}
.ecjia-content .store-comment {
    background-color: #FFF;
    margin: 10px auto;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px
}
.ecjia-content .store-comment.m_b0 {
    margin-bottom: 0;
    margin-top: 13px
}
.ecjia-content .store-comment .store-header {
    width: 450px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    margin-left: 375px
}
.ecjia-content .store-comment .store-header .store-header-li {
    width: 150px;
    float: left;
    padding: 20px 0
}
.ecjia-content .store-comment .store-header .store-header-li.active {
    border-bottom: 3px solid #47aa4d;
    color: #47aa4d
}
.store-header-hr {
    width: 1150px;
    margin: auto;
    background-color: #eaeaea
}
.ecjia-content .store-comment .comment-list {
    padding: 24px;
    padding-bottom: 0
}
.ecjia-content .store-comment .comment-list li {
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    min-height: 10em
}
.ecjia-content .store-comment .comment-list li.no_bottom {
    border-bottom: none
}
.ecjia-content .store-comment .comment-list .user-avatar {
    width: 70px;
    float: left;
    margin-top: 1em
}
.ecjia-content .store-comment .comment-list .user-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -webkit-border-radius: 100%
}
.ecjia-content .store-comment .comment-list .comment-right {
    color: #333;
    float: right;
    margin: 1.5em 1em;
    text-align: left;
    font-size: 13px;
    width: 1055px;
    overflow: hidden;
    text-overflow: ellipsis
}
.ecjia-content .store-comment .comment-list .comment-right .comment-username {
    font-size: 16px;
    display: inline
}
.ecjia-content .store-comment .comment-list .comment-right .comment-content {
    margin: 10px 0
}
.ecjia-content .store-comment .comment-list .comment-right .comment-time {
    float: right;
    font-size: 1em
}
.ecjia-content .store-comment .comment-list .comment-right .img-list {
    padding: 10px 0
}
.ecjia-content .store-comment .comment-list .comment-right .img-list figure {
    margin: 0;
    margin-right: 5px;
    display: inline-block
}
.ecjia-content .store-comment .comment-list .comment-right .img-list .img_s {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    border: 1px solid #ddd
}
.ecjia-content .store-comment .comment-list .comment-right .img-list .img_b {
    width: 200px;
    height: 200px;
    border-radius: 4px;
    border: 1px solid #ddd
}
.ecjia-content .store-comment .comment-list .comment-right .store-reply {
    padding: 14px .8em;
    font-size: 1em;
    color: #333;
    max-height: 4.8em;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: inline-table;
    background: #F4F5F4;
    margin-right: .5em;
    margin-top: 10px;
    border-radius: 4px;
    width: 99%
}
.ecjia-content .store-comment .screen-list {
    margin-left: 24px;
    font-size: 15px;
    margin-top: 1em;
    display: inline-block;
    color: #333
}
.ecjia-content .store-comment .screen-list .screen-module {
    text-align: center;
    float: left;
    cursor: pointer;
    margin: 0 1em
}
.ecjia-content .store-comment .screen-list .screen-module div {
    border-radius: 50px;
    padding: .3em;
    display: block;
    font-size: .9em;
    width: auto;
    padding: 4px 12px;
    text-align: center
}
.ecjia-content .store-comment .screen-list .screen-module .active {
    background-color: #47aa4d;
    color: #fff;
    border: 1px solid #fff
}
.ecjia-content .store-comment .store-detail {
    padding: 3em 25em;
    text-align: center
}
.ecjia-content .store-comment .store-detail .store-detail-hr {
    margin: 2em auto;
    background-color: #eaeaea
}
.ecjia-content .store-comment .store-detail .store-info {
    text-align: left
}
.ecjia-content .store-comment .store-detail .store-option {
    height: auto;
    overflow: hidden;
    width: 600px;
    display: inline-block;
    color: #333
}
.ecjia-content .store-comment .store-detail .store-option .store-left img, .merchant-promotions-ul .promotions-li .store-left>img {
    height: 120px;
    width: 120px
}
.ecjia-content .store-comment .store-detail .store-option dl {
    float: left;
    width: 200px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    font-size: 16px
}
.ecjia-content .store-comment .store-detail .store-option dl dt {
    color: #ff3434;
    margin-bottom: 5px;
    font-size: 18px
}
.ecjia-content .store-comment .store-detail .store-detail-title-border {
    border: 1px solid #eaeaea;
    height: 1.5em;
    float: right;
    margin-top: -35px
}
.ecjia-content .store-comment .store-detail .store-left {
    float: left;
    margin-left: 7em
}
.ecjia-content .store-comment .store-detail .store-option .store-right {
    display: inline-block;
    float: left;
    margin: 1em 3em;
    text-align: left
}
.ecjia-content .store-name {
    font-size: 24px;
    color: #333
}
.ecjia-content .business-status {
    color: #FFF;
    background-color: #ff3434;
    border-radius: 20px;
    font-size: 15px;
    height: 1.5em;
    padding: 2px;
    width: 4.5em;
    display: inline-block;
    text-align: center;
    margin-left: 1em
}
.ecjia-content .store-comment .store-detail .store-range {
    margin: .5em auto;
    font-size: 15px;
    color: #333
}
.ecjia-content .store-comment .store-detail .range18 {
    margin: .5em auto;
    font-size: 16px;
    color: #333
}
.ecjia-content .store-comment .store-map {
    text-align: center;
    margin-top: 1em
}
.ecjia-content .store-comment .store-map #allmap {
    height: 400px;
    width: 540px
}
.ecjia-content .ecjia-cycleimage {
    margin: 0 auto;
    width: 1200px;
    height: 400px
}
.ecjia-content .ecjia-cycleimage img {
    width: 1200px;
    height: 400px
}
.ecjia-content .merchant-promotions-ul .store-link {
    width: 40%;
    float: right
}
.ecjia-content .merchant-promotions-ul .store-link .prompt-message {
    color: #333;
    margin-left: 5em;
    line-height: 9.5;
    float: left;
    font-size: 15px
}
.ecjia-content .merchant-promotions-ul .store-link .store-qrcode {
    float: right;
    display: inline;
    margin: 1em 2em
}
.ecjia-content .merchant-promotions-ul .store-link .store-qrcode img {
    width: 120px;
    height: 120px
}
.ecjia-content .merchant-promotions-ul .store-link .store-green {
    color: #47AA4D;
    margin-left: 1em
}
.ecjia-content .store-comment .promotion-code {
    height: auto;
    min-height: 9em;
    width: 100%
}
.ecjia-content .store-comment .promotion-code .promotion-span {
    width: 10%;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 8;
    color: #333
}
.ecjia-content .store-comment .promotion-code .promotion-ul {
    width: 85%;
    float: right;
    margin: .5em 1em
}
.ecjia-content .store-comment .promotion-code .promotion-ul .promotion-ul-li {
    float: left;
    width: 24%;
    text-align: center;
    margin: 5px 10px 5px 0;
    height: 8em
}
.ecjia-content .store-comment .promotion-code .promotion-ul .promotion-ul-li:nth-child(4n) {
    margin-right: 0
}
.ecjia-content .store-comment .promotion-code .promotion-ul .promotion-ul-li .ticket {
    width: 100%;
    height: 8em;
    background-color: #ee5b5b;
    color: #fff;
    border-radius: 4px
}
.ecjia-content .store-comment .promotion-code .promotion-ul .promotion-ul-li .ticket .a6d {
    text-align: center;
    line-height: 95px;
    white-space: nowrap;
    float: left;
    width: 110px;
    overflow: hidden
}
.ecjia-content .store-comment .promotion-code .promotion-ul .promotion-ul-li .ticket .a6e {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: table-cell;
    vertical-align: middle;
    width: 122px;
    height: 8em
}
.ecjia-content .store-comment .promotion-code .promotion-ul .promotion-ul-li .ticket .a6e p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.ecjia-content .store-comment .promotion-code .promotion-ul .promotion-ul-li .ticket .a6e .view-detail {
    text-align: center;
    color: #FFF;
    line-height: 22px;
    background-color: #47AA4D;
    border-radius: 40px;
    border: none;
    font-size: 12px;
    display: block;
    float: right;
    width: 65px;
    text-overflow: ellipsis;
    overflow: hidden
}
.ecjia-content .store-comment .promotion-code .promotion-ul .promotion-ul-li .ticket .a6d .promotion-num {
    font-size: 2em
}
.ecjia-content .store-detail-info {
    color: #333;
    position: absolute;
    display: none;
    border-top: 1px solid #eaeaea;
    background-color: #FFF;
    width: 570px;
    min-height: 250px;
    text-align: center
}
.ecjia-content .store-detail-info .message-block {
    height: auto;
    overflow: hidden;
    width: 510px;
    display: inline-block;
    border-bottom: 1px dashed #eaeaea
}
.ecjia-content .store-detail-info .message-block dl {
    float: left;
    width: 170px;
    text-align: center;
    font-size: 16px;
    margin: 2em auto
}
.ecjia-content .store-detail-info .message-block dl dt {
    color: #ff3434;
    font-size: 18px;
    margin-bottom: 7px
}
.ecjia-content .store-detail-info .message-block .message-border {
    border: 1px solid #eaeaea;
    float: right;
    height: 1.5em;
    margin-top: -35px
}
.ecjia-content .store-detail-info .about-store {
    padding: 1em 30px;
    text-align: left
}
.ecjia-content .store-detail-info .about-store p {
    font-size: 16px;
    margin: .5em auto
}
.ecjia-content .store-detail-info .about-store .f34 {
    color: #ff3434
}
.ecjia-content .merchant-promotions-ul .triangle {
    left: 94%;
    margin-top: 102px;
    position: absolute;
    display: inline;
    float: right;
    clear: both;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #333;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent
}
.ecjia-content .merchant-promotions-ul .triangle-b {
    left: 94%;
    margin-top: 102px;
    position: absolute;
    display: inline;
    float: right;
    clear: both;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #333;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent
}
.background-f6 {
    background-color: #F6F6F6
}
.ecjia-content .store-comment .f-line {
    color: #333;
    border-bottom: 1px solid #eaeaea
}
.ecjia-content .store-comment .no-comment {
    text-align: center;
    line-height: 392px;
    font-size: 14px
}
.no-content-mt80 {
    margin-top: 80px
}
.ecjia-select-city {
    position: relative
}
.ecjia-select-city .showLetter {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 35%;
    left: 50%;
    border-radius: 8px;
    text-align: center;
    display: none;
    background-color: #444;
    opacity: .8;
    color: #fff
}
.ecjia-select-city .showLetter span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px
}
.ecjia-select-city .city-container {
    width: 100%;
}
.city-content .letter {
    width: auto;
    position: absolute;
    right: 20px;
    text-align: center
}
.city-content .letter ul {
    list-style-type: none
}
.city-content .letter ul li a {
    text-decoration: none;
    color: #006ac7;
    font-size: 12px
}
.ecjia-select-city .city-list {
    width: 100%;
    overflow: hidden
}
.ecjia-select-city .city-list .city-letter {
    font-size: 15px;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    color: #838383;
    background-color: #f7f7f7;
    padding-left: 20px
}
.ecjia-select-city .city-list p {
    width: 90%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8ecf1;
    cursor: pointer;
    color: #232323;
    padding-left: 20px
}
.location-city {
    background-color: #fff
}
.ecjia-select-city .city-list .city-li {
    background-color: #fff
}
.ecjia-select-city .city-item .city-li:last-child p {
    border-bottom: none
}
.location-city-container {
    padding-left: 4%;
    padding-bottom: 1em;
    font-weight: 700
}
.position .icon-position {
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon_position.png);
    display: block;
    float: left;
    background-position: 0 0;
    margin-right: 10px
}
.history-city-title {
    font-size: 14px;
    line-height: 40px;
    margin: 0 15px;
    position: relative
}
.ecjia-history-city {
    overflow: hidden;
    background-color: #f7f7f7
}
.ecjia-history-city ul li {
    float: left;
    margin: 5px;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer
}
.ecjia-history-city ul li:first-child {
    margin-left: 15px
}

.trip-map{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
}
#map{
    width: 100%;
    height: 100vh;
}
.mr-l-1{
    margin-left: 1rem;
}
.mr-l-0-5{
    margin-left: .5rem;
}
.text-w-8{
    width: 8rem;
}
.text-hide{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.font-25{
    font-size: 25px;
}
.font-14{
    font-size: 14px;
}
.font-20{
    font-size: 20px;
}
.w-1-5{
    width: 1.5rem;
}
.mr-l-auto{
    margin-left: auto;
}
.align-center{
    display: flex;
    align-items: center;
}
.theme-color{
    color: #ff5000 !important;
}
.box-shadow{
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.trip-line{
    position: absolute;
    width: 20rem;
    top: .5rem;
    left: 1rem;
    min-height: 25rem;
    background-color: rgba(220,220,220,0.9);
    z-index: 999;
    border-radius: .3rem;
}
.trip-line .trip-line-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.trip-line .trip-line-panel{
    background-color: #fff;
    width: 18rem;
    border-radius: 5px;
    position: relative;
}
.trip-line .line_part{
    width: 100%;
    display: flex;
    padding: 2em 0em;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.trip-line .line_part label{
    width: 4rem;
    padding: 0em;
    margin: 0em;
    font-size: 20px !important;
    text-align: center;
}

.trip-line .line_part input{
    background-color: rgba(220,220,220,0);
    border: none !important;
    border-radius: 0 !important;
    width: 10em;
    box-shadow: none;
    padding: 0em;
    margin: 0em;
    font-size: 16px !important;
}
.trip-line .trip-line-submit{
    width: 18rem;
    padding-top: 1rem;
}
.trip-line .trip-line-submit button{
    width: 100%;
    padding: 1rem 0rem;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    color: #666;
}
.trip-line .trip-line-submit button:hover{
    background-color: rgba(255,255,255,0.8);
}
.trip-line-scenic .trip-line-scenic-header{
    background-color: #ff5000;
    padding: 1rem;
    color: #fff;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.trip-line-scenic .trip-title{
    padding: 0rem;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trip-line-scenic .trip-start-date{
    padding: .2rem 1rem;
    text-align: center;
    font-size: 12px;
}
.trip-line-scenic-panel {
    padding: 1rem .5rem;
}
.trip-line-scenic-panel .trip-line-scenic-panel-title{
    padding: .5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.trip-line-scenic-panel .trip-line-scenic-panel-title span{
    width: 30%;
    text-align: center;
    font-size: 14px;
}
.trip-line-scenic-point{
    line-height: 2rem;
    padding: .6rem;
    background-color: #eee;
    max-height: 20rem;
    overflow-y: auto;
}
.trip-line-scenic-point .trip-line-scenic-add span:hover{
    color: #000;
}
.trip-line-search-line{
    position: relative;
    height: 2rem;
}
.trip-line-search-line:before{
    content: "";
    border-right: 2px solid #ff5000;
    position: absolute;
    height: 2.8rem;
    top: -.5rem;
    left: .75rem;
}

.trip-line-data .trip-line-drive{
    position: relative;
    padding-left: 3.5rem;
    height: 2rem;
}
.trip-line-data .trip-line-drive i{
    font-size: 16px;
    margin: 0 .3rem;
}
.trip-line-data .trip-line-drive:before{
    content: "";
    border-right: 2px solid #ff5000;
    position: absolute;
    height: 2.8rem;
    top: -.5rem;
    left: .75rem;
}
.trip-line-create{
    text-align: center;
    padding: 1rem;
}
.trip-line-create button{
    padding: .5rem 1rem;
    border: 0;
    border-radius: .3rem;
    background-color: #ff5000;
    color: #fff;
}
.trip-line-swiper .swiper-item{
    padding-top: 1rem;
    border-radius: .3rem;
}
.trip-line-swiper .swiper-container{
    width: 95%;
    margin: auto;
}
.trip-line-swiper .swiper-item .swiper-title{
    padding: .5rem;
    background-color: #fff;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem ;
}
.trip-line-swiper .swiper-item .swiper-title div{
    padding: .5rem 1rem 0rem 1rem;
    font-size: 18px;
    font-weight: 600;
}
.trip-line-swiper .swiper-item .swiper-body{
    padding: .2rem .5rem .5rem .5rem;
    background-color: #fff;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem ;
}
.trip-line-swiper .trip-day-line{
    padding: .5rem 1rem;
}
.trip-book-create{
    text-align: center;
    padding: 0rem 3rem;
}
.trip-book-create .trip-book-count{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}
.trip-book-create .trip-book-count .fa-map{
    font-size: 1.5rem;
    color: #ff5000;
}
.trip-book-create .trip-book-count span{
    margin-left: .5rem;
    font-size: .8rem;
    font-weight: 600;
    color: rgba(0,0,0,0.5);
}
.trip-book-create button{
    padding: .5rem 1rem;
    border: 0;
    border-radius: .3rem;
    background-color: #ff5000;
    color: #fff;
}
.goods-search{
    position: absolute;
    z-index: 999;
    top: .5rem;
    left: 22rem;
}
.goods-search-header{
    background-color: #fff;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.goods-search-header-panel{
    display: flex;
    align-items: center;
    padding: .5rem;
}
.goods-search .goods-search-frame{
    margin: 0rem .5rem;
    border-left: 1px dashed #666;
    display: flex;
    align-items: center;
}
.goods-search input{
    width: 10rem;
    border: none;
    padding: 0;
    margin: 0;
    height: 1.5rem;
    border-radius: 0px;
    box-shadow: none;
    margin-left: .5rem;
}
.goods-search input:focus{
    box-shadow: none;
}
.goods-search span{
    padding: 0rem 1rem;
}
.goods-search .close-btn{
    width: 3rem;
    font-size: 20px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.goods-search-body{
    background-color: #fff;
    margin-top: 1rem;
    border-radius: .3rem;
    position: relative;
    max-height: 30rem;
    overflow-y: auto;
}
.goods-search-body .fa-window-close{
    position: absolute;
    right: .5rem;
    top: .5rem;
    font-size: 1.2rem;
}
.goods-search-body .goods-info{
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}
.goods-info .goods-img{
    width: 5rem;
    height: 5rem;
    border-radius: .3rem;
    background: center no-repeat; background-size: cover;
}
.goods-info .goods-info-label{
    width: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0rem .5rem;

}
.goods-info .goods-info-label .label-goods-name{
    font-size: 16px;
}
.goods-info .goods-info-label .label-goods-address{
    font-size: 12px;
}
.goods-info .goods-btn{
    width: 4rem;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.window-info{
    width: 25rem;
    border-radius: 3px;
    background: #fff;
}
.window-info .goods-img{
    height: 14rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: center no-repeat;
    background-size: cover;
    position: relative;
}
.window-info .goods-img .goods-name{
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 12;
    bottom: .5rem;
    left: 1rem;
    right: 1rem;
    color: #fff;
}
.window-info .goods-content{
    width: 90%;
    margin: 1rem auto 0;
}
.window-info .goods-content .goods-desc{
    max-height: 5rem;
    overflow: auto;
    white-space: normal;
}
.window-info .goods-content .goods-address{
    margin-top: 1rem;
    overflow: auto;
    font-size: .9rem;
    color: rgba(0,0,0,.3);
}
.window-info .trip-btn{
    text-align: right;
    padding: 1rem;
    color: #ff5000;
}
.trip-btn span{
    display: inline-block;
    text-align: center;
    line-height: 2rem;
    width: 5rem;
}
.Triangle_ {
    background: #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    content: "";
    left: 50%;
    width: 16px;
    height: 16px;
    bottom: -9px;
    margin-left: -9px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.region-list {
    margin-top: 1rem;
    border-radius: .3rem;
    background-color: #fff;
}
.region-list .region-panel{
    display: flex;
    flex-wrap: wrap;
    width: 22rem;
    margin: auto;
    padding: 1rem 0rem;
}
.region-list .region-panel .region-span{
    width: 6rem;
    padding: .5rem;
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.weixin-code, .mobile{
    position: absolute;
    background-color: #fff;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: .3rem;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.weixin-code .code-title, .mobile .title{
    padding: 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}
.loading{
    padding: 3rem;
    text-align: center;
    font-size: 30px;
}
.hidden{
    display: none;
}
.hide{
    display: none !important;
}
.trip-book{
    width: 95%;
    margin: auto;
    position: relative;
}
.trip-book .trip-book-base-info .trip-book-title{
    padding: .5rem;
}
.trip-book .trip-book-base-info .trip-book-title .trip-line-label{
    font-size: .8rem;
    color: #fff;
    font-weight: 600;
}
.trip-book .trip-book-base-info .trip-book-title span{
    font-size: 1.2rem;
}
.trip-book .trip-drive-info{
    max-height: 18rem;
    overflow-y: auto;
    overflow-x: hidden;
    margin: auto;
    margin-top: 3rem;

}
.trip-book .t-b-day{
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 18rem;
    line-height: 3rem;
    background-color: #fff;
}
.trip-book .t-b-day span{
    width: 6rem;
    font-size: .8rem;
}
.trip-book .t-b-day span:first-child{
    text-align: center;
}
.trip-book .t-b-day span i{
    font-size: 1rem;
    padding: .3rem;
}
.trip-book .trip-line-scenic-point{
    margin-top: 2rem;
}
.trip-line .swiper-container{
    width: 95%;
    margin: auto;
}
.swiper-image{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: auto !important;
    border-radius: .3rem;
}
.width-100{
    width: 100% !important;
}
.height-25{
    height: 25rem;
}
.trip-map .user-content{
    position: absolute;
    top: .5rem;
    right: 2rem;
    z-index: 999;
    width: 18rem;
}
.trip-map .user-content .user-img{
    width: 3rem;
    height: 3rem;
    background-size:100% 100%;
    border-radius: 50%;
    border: .3rem solid #eee;
    margin-left: 14rem;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trip-map .user-content .user-img span{
    font-weight: 600;
}
.trip-map .user-content .user-triangle-up{
    position: absolute;
    top: 3.8rem;
    right: 1.5rem;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid #ff5000;
}
.trip-map .user-content .user-info{
    width: 100%;
    height: 24rem;
    background-color: #efefef;
    margin-top: .6rem;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border-radius: .5rem;
}
.trip-map .user-content .user-info .user-info-label{
    width: 100%;
    height: 4rem;
    background-color: #ff5000;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    display: flex;
}
.trip-map .user-content .user-info .user-info-label .user-info-swiper{
    color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.trip-map .user-basic{
    padding-top: .5rem;
}
.trip-map .user-trip-book{
    max-height: 20rem;
    overflow-y: auto;
}
.trip-map .user-trip-book ul li{
    display: flex;
}
.trip-map .user-trip-book ul li .trip-book-left{
    padding: .5rem;
}
.trip-map .user-trip-book ul li .trip-book-left img{
    width: 5rem;
    height: 5rem;
}
.trip-map .user-trip-book ul li .trip-book-right{
    padding-left: .5rem;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
}
.trip-map .user-trip-book ul li .trip-book-right .trip-book-title{
    font-size: 14px;
    font-weight: 600;
}
.user-basic ul li{
    display: flex;
    line-height: 3rem;

}
.user-basic ul li div{
    width: 2rem;
    text-align: center;
    padding: 0rem 1rem;
}
.user-basic .fa{
    font-size: 1.5rem;
}
.user-basic ul li span{
    font-size: 14px;
}
.check-swiper{
    border-bottom: .3rem solid #fff !important;
    color: #fff !important;
}
.hidden {
    display: none;
}
.reload{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}
.reload .fas{
    font-size: 3rem;
    color: #ff5000;
}
.keep{ position: fixed;bottom: 30px; left: 0px; right: 0px; width: 100%;text-align: center;}
.mobile{
    width: 18rem;
    background-color: #F3F4F6;
}
.mobile .content{
    padding:1rem 2rem;
}
.form-group{
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    margin-bottom: 1rem;
    background-color: #FFFFFF;
    position: relative;
}
.form-group .form-control{
    width: auto;
    margin: 0;
    border: 0;
    box-shadow: none;
    grid-column: span 4 / span 4;
    border-radius: unset;
}
.form-group .form-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background-color: #e3e3e3;
}
.form-group .form-btn{
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translate(0%, -50%);
}
.form-btn a{
    color: #F59E0B;
}

.content >button{
    background-color: #f40;
    width: 100%;
    padding: .5rem 0rem;
    color: #FFFFFF;
    border: 0;
    border-radius: .3rem;
    box-shadow: none;
}
.content >button:hover{
    background-color: #f52b00;
}