.flexBetween
{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flexCenter
{
    justify-content: center;
}
.flexBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
[class*=van-hairline]
{
    position: relative;
}
[class*=van-hairline]:after
{
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #ebedf0;
    content: " ";
    -webkit-transform: scale(.5);
    transform: scale(.5);
    pointer-events: none;
    -ms-transform: scale(.5);
}
.flex1
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.shop-header
{
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #df3031;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
.shop-header .nav
{
    position: absolute;
    top: 7px;
    left: 0;
    width: 40px;
    font-size: 1.4em;
}
.shop-header .name
{
    margin: 0 50px;
}
.shop-header .name h1
{
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6em;
    line-height: 50px;
}
.shop-header .search
{
    position: absolute;
    top: 11px;
    right: 0;
    width: 40px;
}
.shop-nav
{
    margin: 0 1em;
}
.shop-nav li
{
    float: left;
    padding: .5em 0;
    width: 25%;
    text-align: center;
}
.shop-nav li a
{
    display: inline-block;
    height: 2em;
    border-bottom: 2px solid #fff;
    color: #333;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 2;
}
.shop-nav li.active a
{
    border-color: #df3031;
    color: #df3031;
}
.swiper-slide img
{
    display: block;
}
.block-tit-box
{
    padding: 1em 0;
    background: #f6f6f6;
}
.block-tit-box .tit
{
    margin: 0 auto;
    width: 70%;
    background: url(../images/point.jpg) repeat-x 50%;
    background-size: 100% 1px;
    text-align: center;
}
.block-tit-box h2
{
    margin: 0 auto;
    width: 50%;
    background-color: #f6f6f6;
    color: #309128;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 2.4em;
}
.introduction
{
    overflow: auto;
    margin: 1em;
    font-size: 1.4em;
    line-height: 1.8;
}
.introduction .con
{
    margin-bottom: 1em;
}
.introduction p
{
    margin-bottom: 20px;
    color: #666;
    text-align: justify;
    text-indent: 2em;
}
.introduction .h-hide
{
    display: -webkit-box;
    overflow: hidden;
    height: 5em;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.show-off
{
    overflow: hidden;
    height: 42px;
    background-color: #fff;
}
.introduction .show-off .btn-off, .introduction .show-off .btn-show, .policy .show-off .btn-off, .policy .show-off .btn-show
{
    margin: 5px auto;
    width: 40%;
    height: 32px;
    border: 1px solid #dedede;
    border-radius: 5px;
    color: #999;
    text-align: center;
    letter-spacing: 2px;
    font-size: .85em;
    line-height: 32px;
    cursor: pointer;
}
.policy .show-off .btn-off, .policy .show-off .btn-show
{
    margin: 10px auto;
}
.show-off.fixed
{
    position: fixed;
    bottom: 46px;
    z-index: 2;
    margin: 0 auto 0 -1em;
    width: 100%;
    max-width: 760px;
}
.show-off.fixed .btn-off
{
    margin: 5px auto;
    width: 40%;
    height: 32px;
    border: none;
    text-align: center;
    line-height: 32px;
}
.show-off .icon
{
    display: inline-block;
    margin-top: 8px;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background-image: url(../images/up_down.png);
    background-size: 16px 32px;
    vertical-align: top;
}
.show-off .down
{
    background-position: 0 0;
}
.show-off .up
{
    background-position: 0 -16px;
}
.dailixunjia
{
    margin: 2em 1em 0;
}
.dailixunjia .btn
{
    display: flex;
    height: 2.6em;
    border-radius: 5px;
    background-color: #f55d5d;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.5em;
    align-items: center;
    justify-content: center;
}
.apply-container
{
    max-width: 760px;
    min-width: 320px;
}
.apply-form .line-flex
{
    display: flex;
    margin: 1em 1em 0;
    border-bottom: 1px solid #f0f0f0;
    flex-grow: 1;
    align-items: center;
}
.apply-form .line-flex .red
{
    margin-right: .5em;
    color: red;
    flex-shrink: 0;
}
.apply-form .line-flex .input
{
    padding: 0 .5em;
    height: 3em;
    border: none;
    flex-grow: 1;
}
.apply-form .submit
{
    display: flex;
    margin-top: 1em;
    width: 100%;
    height: 3em;
    border: none;
    background: red;
    color: #fff;
    font-size: 1.5em;
    align-items: center;
    justify-content: center;
}
.goods-container
{
    overflow: hidden;
    padding-bottom: 1em;
    background-color: #f6f6f6;
}
.index-goods.goods-container
{
    background-color: #fff;
}
.goods-list li
{
    float: left;
    margin-bottom: .6em;
    width: 50%;
}
.goods-list li:nth-child(odd)
{
    padding-right: .3em;
}
.goods-list li:nth-child(2n)
{
    padding-left: .3em;
}
.goods-list li a
{
    display: block;
    padding: 1em;
    background-color: #fff;
    text-align: center;
}
.index-goods .goods-list li a .img-box
{
    border: 1px solid #f0f0f0;
}
.goods-list li a .biaoqian
{
    margin: 1em 0 .5em;
    width: 6em;
    border: 1px solid #ed8219;
    border-radius: .8em;
    color: #ed8219;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5;
}
.goods-list li a .biaoqian.tuijian
{
    border-color: #df3831;
    color: #df3831;
}
.goods-list li a .goods-name
{
    overflow: hidden;
    color: #333;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2em;
    line-height: 1.5;
}
.more-btn
{
    padding: 1em;
    text-align: center;
}
.more-btn a
{
    display: flex;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    color: #428bca;
    font-size: 1.4em;
    line-height: 2;
    align-items: center;
    justify-content: center;
}
.more-btn a img
{
    margin-left: .35em;
    height: 1em;
}
.policy
{
    padding: 0 1em 1em;
    color: #666;
    text-align: justify;
    font-size: 1.4em;
    line-height: 1.8;
}
.policy .h-hide
{
    overflow: hidden;
    max-height: 20em;
}
.contact
{
    padding: 1em 1em 2em;
}
.contact.index-c
{
    padding: 0 1em 1em;
}
.contact h3
{
    font-size: 2em;
}
.contact h3 a
{
    color: #666;
}
.contact .con
{
    padding-top: .5em;
}
.contact p
{
    color: #666;
    font-size: 1.6em;
    line-height: 1.8;
    word-break: break-all;
}
.contact p a
{
    color: #666;
}
.contact p .tit
{
    color: #000;
}
.contact p img
{
    margin-left: 10px;
    vertical-align: sub;
}
.contact .con .lx-erweima
{
    padding: 15px;
    text-align: center;
}
.contact .con .lx-erweima img
{
    max-width: 100%;
}
.shop-news
{
    padding: 1em 0;
}
.related-tit-pd
{
    margin: 1em auto 0;
    padding-left: .5em;
    border-bottom: 1px solid #dedede;
    color: #d80000;
    font-size: 1.5em;
    line-height: 2;
}
.shop-news li
{
    padding: 1.5em 1em;
    border-bottom: 1px solid #f0f0f0;
}
.shop-news li:last-child
{
    border: none;
}
.shop-news li a
{
    display: block;
    overflow: hidden;
}
.shop-news li .img-box
{
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    width: 100px;
    height: 75px;
    border: 1px solid #f5f5f5;
}
.shop-news li .img-box img
{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.shop-news li .news-tit
{
    display: -webkit-box;
    display: box;
    overflow: hidden;
    margin-top: 3px;
    color: #000;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 1.6em;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.shop-news li .news-time
{
    overflow: hidden;
    margin-top: 5px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.company-news
{
    padding: 1em 0;
}
.company-news .news-list li
{
    overflow: hidden;
    padding: 1em;
    border-bottom: 1px solid #f0f0f0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.company-news .news-list li .point
{
    margin-right: 5px;
    color: #039128;
    font-size: 1.5em;
}
.company-news .news-list li a
{
    color: #333;
    font-size: 1.6em;
}
.news-list-page
{
    padding-bottom: 1.5em;
}
.news-list-page li
{
    padding: 1em;
    border-bottom: 5px solid #f6f6f6;
}
.news-list-page li:last-child
{
    border: none;
}
.news-list-page li a
{
    display: block;
    padding: .5em 0;
}
.news-list-page li .tit
{
    display: -webkit-box;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 2em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list-page li .desc
{
    margin-top: .5em;
    color: #999;
    font-size: 1.4em;
}
.news-list-page-x
{
    overflow: hidden;
}
.news-list-page-x li
{
    padding: 1.5em 1em;
}
.news-list-page-x li:last-child
{
    border: none;
}
.news-list-page-x li a
{
    display: block;
}
.news-list-page-x li .img-box
{
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    width: 100px;
    height: 75px;
    border: 1px solid #f5f5f5;
}
.news-list-page-x li .img-box img
{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.news-list-page-x li .news-tit
{
    display: -webkit-box;
    display: box;
    overflow: hidden;
    margin-top: 3px;
    color: #000;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 1.8em;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.news-list-page-x li .news-time
{
    overflow: hidden;
    margin-top: 5px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
/*↓*/
article
{
    margin: 1.5em 1.5em 0;
    text-align: justify;
}
article h1
{
    font-size: 2.4em;
    line-height: 1.4;
}
article .tit-bottom
{
    color: #999;
    font-size: 1.5em;
    line-height: 1.5;
    margin-top: 1em;
    padding-bottom: 0.4em;
    border-bottom: 1px #dedede solid;
}
article .tit-bottom .time
{
    display: inline-block;
    margin-right: 1.5em;
    vertical-align: middle;
}
article .tit-bottom a
{
    display: inline-block;
    color: #2d64b3;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-con
{
    margin-top: 2em;
}
article p
{
    margin-bottom: 1em;
    font-size: 1.6em;
    line-height: 1.8;
    color: #333;
}
article p a
{
    color: #df3031;
}
article img
{
    display: block;
    margin: 1em auto;
}
.pro-info
{
    text-align: center;
    padding: 15px;
	font-size: 1.5em;	
}
.pro-info span a
{
	color:#F00;
}
.lx-erweima
{
    text-align: center;
    padding: 15px;
}
.lx-erweima strong
{
    display: block;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.lx-erweima img
{
    max-width: 100%;
}
/*↑*/
.category-area
{
    position: relative;
    z-index: 10;
    height: 42px;
}
.category-area .tit
{
    height: 42px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    color: #666;
    text-align: center;
    font-size: 1.8em;
    line-height: 40px;
}
.category-area .fixed
{
    position: fixed;
    top: 0;
    z-index: 100000;
    margin: 0 auto;
    width: 100%;
    max-width: 760px;
}
.category-area .fixed .tit
{
    background-color: #df3031;
    color: #fff;
}
.category-area .tit i
{
    display: inline-block;
}
.category-area .tit .icon
{
    display: inline-block;
    margin-top: 12px;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background-image: url(../images/up_down.png);
    background-size: 16px 32px;
    vertical-align: top;
}
.category-area .fixed .tit .icon
{
    background-image: url(../images/up_down_white.png);
}
.category-area .tit .down
{
    background-position: 0 0;
}
.category-area .tit .up
{
    background-position: 0 -16px;
}
.category-list
{
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 900px;
    background-color: #fff;
}
.category-list.swiper-container-horizontal > .swiper-pagination
{
    top: 400px;
    bottom: auto;
}
.category-list li
{
    padding: 0 1em;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}
.category-list li a
{
    display: block;
    overflow: hidden;
    padding: 1em 0;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4em;
}
.category-area .close
{
    position: fixed;
    bottom: 4em;
    left: 50%;
    z-index: 2000;
    margin-left: -24px;
    width: 48px;
}
.category-item .tit
{
    padding: 1em;
    background-color: #f6f6f6;
}
.category-item .tit h2
{
    padding-left: 5px;
    border-left: 2px solid #f90;
    color: #309128;
    font-weight: 400;
    font-size: 1.8em;
}
.brands-list
{
    background-color: #fff;
}
.brands-list li
{
    padding: 15px 10px;
    border-bottom: 10px solid #f6f6f6;
}
.brands-list li:last-child
{
    border: none;
}
.brands-list li .brand-img
{
    float: left;
    margin-right: 2%;
    padding: 2px;
    max-width: 126px;
    max-height: 66px;
    border: 1px solid #efefef;
    background-color: #fff;
}
.brands-list li a
{
    color: #428bca;
    font-size: 1.6em;
    line-height: 1.5;
}
.brands-list li .brand-goods, .brands-list li .brand-shop
{
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4em;
    line-height: 1.5;
}
.brands-list li .brand-info
{
    margin-top: 1em;
    padding: 1em;
    border: 1px solid #f0f0f0;
}
.brands-list li .brand-info p
{
    margin-bottom: 1em;
    color: #333;
    text-indent: 2em;
    font-size: 1.6em;
    line-height: 1.5;
}
.brands-list li .brand-info p:last-child
{
    margin-bottom: 0;
}
.goods-header
{
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    max-width: 760px;
    background-color: #df3031;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
.goods-header .nav
{
    position: absolute;
    top: 7px;
    right: 0;
    width: 40px;
    font-size: 1.4em;
}
.goods-header .name
{
    margin: 0 50px;
}
.goods-header .name h1
{
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6em;
    line-height: 50px;
}
.goods-header .return
{
    position: absolute;
    top: 9px;
    left: 0;
    width: 40px;
}
.goods-con
{
    padding-top: 50px;
}
.goods-img-box
{
    border-bottom: 5px solid #f6f6f6;
    background-color: #fff;
    text-align: center;
}
/*↓*/
.details-banner
{
    position: relative;
    overflow: hidden;
    height: 396px;
}
.details-banner .g-swiper-container
{
    position: relative;
    z-index: 1;
    overflow: initial;
    margin: 0 auto;
    height: 396px;
}
.details-banner .g-swiper-container a
{
    display: block;
}
.details-banner .g-swiper-container .details-banner-img
{
    display: block;
    margin: 0 auto;
    height: 396px;
}
.details-banner .details-swiper-pagination
{
    position: absolute;
    right: 1em;
    bottom: .7em;
    z-index: 1;
    width: 6.2em;
    height: 2.5em;
    border-radius: 1.2em;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 2.5em;
}

.details-ginfo-foot
{
    margin: 10px auto;
    padding: 0 1.25em;
}
.details-ginfo-foot-all
{
    margin-right: 1.2em;
    color: #ff6700;
}
.details-ginfo-foot a
{
    display: block;
    width: 11em;
    height: 2.6em;
    border: 1px solid #ff6700;
    border-radius: 1.25em;
    text-align: center;
    line-height: 2.6em;
    font-size: 14px;
}
.details-ginfo-foot-jinru
{
    background-color: #ff6700;
    color: #fff;
}
.goods-info .gname-item
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.goods-info .gname-item h1
{
    padding: 15px;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.25;
}
.goods-info .tip-text
{
    display: flex;
    padding: 0 15px;
    border-bottom: 1px solid #f0f0f0;
    justify-content: space-between;
}
.tip-text .stip-cont
{
    display: flex;
    flex-grow: 1;
}
.tip-text .stips
{
    margin-right: 5px;
    color: red;
    font-size: 14px;
}
.goods-con .right-btn
{
    display: inline-block;
    margin: 0 .85em .5em 0;
    padding: 0 8px;
    border: 1px solid #ed8219;
    border-radius: .8em;
    color: #ed8219;
    font-size: 13px;
    line-height: 1.8;
}
.goods-info .info-item
{
    overflow: hidden;
    padding: 10px 15px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
.goods-info .info-item.border
{
    border-bottom: 1px solid #f0f0f0;
}
.goods-info .info-item a
{
    display: inline;
    color: #428bca;
}
.goods-con .ypsq
{
    display: flex;
    margin: 10px 15px;
    align-items: center;
    justify-content: space-between;
}
.goods-con .ypsq .left
{
    color: #666;
    font-size: 14px;
}
.goods-con .ypsq .left .red
{
    color: #e00;
    font-size: 1.2em;
}
.goods-con .goods-ly
{
    position: relative;
    margin: 10px;
}
.goods-ly .gly-scroll-container
{
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    height: 5.3em;
    background-color: #f6f6f6;
}
.goods-ly .gly-scroll-container .swiper-wrapper
{
    transition-timing-function: linear;
}
.goods-ly .gly-scroll-container .li
{
    display: flex;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 2.4em;
    color: #777;
    line-height: 2.4;
    justify-content: space-between;
}
.goods-ly .gly-scroll-container .li .s-txt
{
    display: flex;
    align-items: center;
    font-size: 13px;
}
.goods-ly .gly-scroll-container .li .s-txt .img
{
    margin-right: 5px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.goods-ly .gly-scroll-container .li .data
{
    text-align: right;
    flex-grow: 1;
}
/**/
.goods-info dt
{
    padding: 15px;
    border-bottom: 1px #f0f0f0 solid;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.25;
}
.goods-info dd
{
    overflow: hidden;
    padding: 10px 15px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4em;
}
.goods-info dd:first-of-type
{
    border-bottom: 1px solid #f0f0f0;
}
.goods-info dd a
{
    color: #428bca;
}
.goods-detail
{
    border-top: 10px solid #f6f6f6;
}
.goods-detail .tit, .policy-container .tit
{
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    background-image: -webkit-linear-gradient(#fff,#f6f6f6);
    background-image: -moz-linear-gradient(#fff,#f6f6f6);
    background-image: -ms-linear-gradient(#fff,#f6f6f6);
    background-image: -o-linear-gradient(#fff,#f6f6f6);
    background-image: linear-gradient(#fff,#f6f6f6);
    font-size: 2em;
}
.goods-detail .tit h2, .policy-container .tit h2
{
    padding-left: 5px;
    border-left: 5px solid #df3031;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1;
}
.goods-detail .con
{
    padding: 15px 15px 0;
}
.goods-detail .con p
{
    margin-bottom: 1em;
    color: #333;
    font-size: 1.6em;
    line-height: 1.5;
}
/*↓*/
.details-types-con .vattr-con
{
    color: #555;
}
.van-hairline--bottom:after
{
    border-bottom-width: 1px;
}
.details-types
{
    background-color: #fff;
}
.details-types-nav
{
    display: flex;
    height: 40px;
}
.details-types-nav-item
{
    height: 40px;
    color: #999;
    text-align: center;
    font-size: 14px;
    flex-grow: 1;
}
.details-types-nav-item span
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    max-width: 100%;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
}
.details-types-nav-item span i
{
    margin-right: 5px;
}
.details-types-nav-item.act span
{
    border-bottom: 2px solid #ff6700;
    color: #111;
    font-size: 14px;
}
.details-types-con .details-types-con-item .vhtml
{
    padding: 15px 15px 0;
}
.details-types-con .details-types-con-item .vhtml p
{
    margin-bottom: .6em;
    color: #333;
    font-size: 1.6em;
    line-height: 1.5;
}
.details-types-con .details-types-con-item .vhtml p img
{
	vertical-align: bottom;
}
.details-types-con .vattr
{
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.text-ellipsis, .text-hide
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.details-types-con .vattr-title
{
    margin-right: 10px;
    width: 28%;
    color: #999;
}
/**/
.policy-container
{
    border-top: 1em solid #f6f6f6;
}
.policy-container .con
{
    padding: 15px;
    color: #333;
    text-align: justify;
    font-size: 1.6em;
    line-height: 1.8;
}
.photos-header
{
    position: fixed;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    max-width: 760px;
    background: hsla(0,0%,100%,.6);
}
.photos-header a
{
    display: block;
    padding: 0 10px;
    color: #000;
    text-align: center;
    font-size: 1.6em;
    line-height: 50px;
}
.photos-box img
{
    display: block;
    margin: 0 auto;
}
.photos-box .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet
{
    margin: 15px 0;
}
.photos-ly
{
    position: relative;
    overflow: hidden;
    padding: 0 0 1em;
    background-color: #fff;
}
.photos-ly .height1
{
    height: 1em;
}
.renzheng
{
    position: relative;
    z-index: 2;
    display: flex;
    margin: 1em 1.5em 2em;
    padding: 1.5em;
    border-radius: 1em;
    background-color: #fff;
    box-shadow: 0 1px 3px #dedede;
    align-items: center;
}
.renzheng .logo-box
{
    position: relative;
    overflow: hidden;
    margin-right: 1em;
    width: 5em;
    height: 5em;
    border-radius: 2.5em;
}
.renzheng .logo-box img
{
    position: absolute;
    left: 50%;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
}
.renzheng .text-box .name
{
    font-size: 1.5em;
    line-height: 2;
}
.renzheng .text-box .passed
{
    display: flex;
    color: #666;
    font-size: 1.2em;
    align-items: center;
}
.renzheng .text-box .passed img
{
    margin-right: .5em;
    height: 1.4em;
}
.huace
{
    display: flex;
    margin-left: 2em;
    align-items: center;
}
.renzheng .text-box .passed a
{
    color: #666;
}
.renzheng .text-box .passed img.jiantou
{
    margin-left: 3px;
    height: 1em;
}
.index-brands
{
    margin: 1.5em 1.5em 0;
}
.index-brands .brand-item
{
    display: flex;
    margin-bottom: 2em;
    justify-content: space-between;
}
.index-brands .brand-item .i-l
{
    display: flex;
    overflow: hidden;
    margin-right: 1em;
}
.index-brands .brand-item .i-l .i-l-pic
{
    margin-right: 1em;
    padding-top: .4em;
    width: 7em;
    flex-shrink: 0;
}
.index-brands .brand-item .i-l .i-l-text
{
    overflow: hidden;
    font-size: 1.2em;
    line-height: 2;
}
.index-brands .brand-item .i-l .i-l-text p
{
    overflow: hidden;
    color: #787878;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-brands .brand-item .i-l .i-l-text .tit
{
    color: #000;
}
.index-brands .brand-item .i-r
{
    padding-top: .4em;
    flex-shrink: 0;
}
.index-brands .brand-item .member
{
    display: inline-block;
    margin-bottom: .5em;
    width: 6em;
    height: 1;
    border: 1px solid #333;
    border-radius: .9em;
    color: #666;
    text-align: center;
    line-height: 1.8;
}
.index-brands .brand-item .member.vip
{
    border-color: #df3031;
    color: #df3031;
}
.index-brands .brand-item .btn-link
{
    display: flex;
    width: 6em;
    border-radius: .9em;
    background: #0fbec4;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    align-items: center;
    justify-content: center;
}
.index-brands .brand-item .btn-link img
{
    height: 1.4em;
}
.toggle-bg
{
    background-image: linear-gradient(#dedede,#dedede);
    background-position: 50%;
    background-size: 100% 1px;
    background-repeat: repeat-x;
}
.toggle-box
{
    margin: 0 auto;
    width: 130px;
    background-color: #fff;
}
.toggle-btn
{
    position: relative;
    display: flex;
    margin: 0 auto;
    padding-left: 2px;
    width: 110px;
    height: 28px;
    border: 1px solid #dedede;
    border-radius: 15px;
    color: #666;
    font-size: 1.4em;
    align-items: center;
    justify-content: center;
}
.toggle-btn:before
{
    left: -1em;
}
.toggle-btn:after
{
    right: -1em;
}
.toggle-btn .text
{
    margin-right: .3em;
}
.toggle-btn .icon
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/up_down.png);
    background-size: 16px 32px;
}
.video-container
{
    position: relative;
    z-index: 0;
    margin: 3em 1em 0;
    height: 20em;
    background-color: #000;
}
.video-container video
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.block-container-tit
{
    display: flex;
    margin: 1.5em 1em;
    align-items: center;
    justify-content: space-between;
}
.block-container-tit .title
{
    display: flex;
    color: #333;
    font-size: 1.8em;
    align-items: center;
}
.block-container-tit .title:before
{
    display: block;
    margin-right: .35em;
    width: 3px;
    height: 1em;
    background-color: #df3031;
    content: "";
}
.block-container-tit h3.title
{
    font-size: 1.4em;
}
.index-container
{
    padding: 1em 1em 0;
}
.bg-f6
{
    background-color: #f6f6f6;
}
.container-bg
{
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
}
.block-con
{
    margin: 0 1em;
}
.block-con p
{
    display: flex;
    margin: 0 auto 1.5em;
    color: #666;
    text-align: justify;
    font-size: 1.4em;
    line-height: 1.8;
    align-items: center;
    justify-content: center;
}
.block-con p img
{
    margin: 0 5px;
}
.swiper-container-comqt .swiper-slide
{
    width: auto;
}
.swiper-container-comqt .swiper-slide img
{
    padding-right: 5px;
    max-height: 200px;
}
.daohang
{
    display: flex;
    margin: 2.5em 1em 0;
    align-items: center;
    justify-content: space-between;
}
.daohang .link
{
    display: block;
    width: 30%;
    height: 1.6em;
    color: #666;
    text-align: center;
    font-size: 1.8em;
}
.daohang .link.active
{
    background-image: -webkit-linear-gradient(#df3031,#df3031);
    background-image: linear-gradient(#df3031,#df3031);
    background-position: bottom;
    background-size: 50% 3px;
    background-repeat: no-repeat;
    color: #df3031;
}
.dh-fixed
{
    position: fixed;
    right: 1em;
    bottom: 50px;
    z-index: 1;
    width: 50px;
}
.dh-fixed, .dh-fixed .link
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dh-fixed .link
{
    margin-top: 10px;
    width: 40px;
    min-height: 40px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 0 3px #dedede;
    color: #df3031;
    font-size: 10px;
    flex-direction: column;
    align-items: center;
}
.dh-fixed .link img
{
    display: block;
    height: 20px;
}
.dh-fixed .link .text
{
    margin-bottom: 6px;
    width: 24px;
    line-height: 1;
}
.shop-footer
{
    padding-bottom: 46px;
}
.huace-brand-list
{
    height: 50px;
    border-top: 1px solid #ae1415;
    background-color: #df3031;
    text-align: center;
}
.huace-brand-list.fixed
{
    position: fixed;
    top: 0;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 760px;
}
.huace-brand-list .swiper-slide
{
    width: auto;
}
.huace-brand
{
    display: inline-block;
    margin: 10px 10px 0;
    padding: 0 1em;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    font-size: 1.2em;
    line-height: 30px;
}
.huace-brand.active
{
    background-color: #fff;
    color: #333;
}
.huace-brand-img
{
    display: none;
}
.huace-brand-img.active
{
    display: block;
}
.huace-brand-img img
{
    display: block;
    width: 100%;
}
.shop-footer .shop-footer-box
{
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 46px;
    max-width: 760px;
    background-color: #fff;
}
.shop-footer a
{
    display: flex;
    background-color: rgba(0,0,0,.9);
    color: #fff;
    font-size: 1.6em;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}
.shop-footer a:first-child
{
    background-image: -webkit-linear-gradient(#fff,#fff);
    background-image: -moz-linear-gradient(#fff,#fff);
    background-image: -ms-linear-gradient(#fff,#fff);
    background-image: -o-linear-gradient(#fff,#fff);
    background-image: linear-gradient(#fff,#fff);
    background-position: 100%;
    background-size: 1px 60%;
    background-repeat: no-repeat;
}
#swiper_comptagend
{
    margin-bottom: 2em;
}
#swiper_comptagend .swiper-slide img
{
    padding: 0 .5em;
}
.shop-footer a:last-child
{
    background-color: rgba(235,0,0,.9);
}
.shop-footer a:nth-last-child(2)
{
    background-color: rgba(255,72,0,.9);
}