img{vertical-align: middle;}
*{box-sizing: border-box;}
body{transition: all .4s ease 0s;color: #373D41;}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
a{
    color: #373D41;
}
ul,ol{
    list-style: none;
}
.text-muted{
    color: #999;
}
small,.small{
    font-size: 85%;
}
.pull-left{
    float:left;
}
.pull-right{
    float:right;
}
.weui-cell__hd{
    margin-right: 10px;
}
.weui-btn{
    border-radius: 0;
}
.weui-btn:after{
    border:0;
}
/*header*/
.top-toolbar{
    height:44px;
    line-height: 44px;
    background:#383d41;
    color:#f1f1f1;
    font-size: 18px;
    position:relative;
}
.top-toolbar .backcon{
    font-size: 14px;
    padding:0 10px;
    display: inline-block;
    position:absolute;
}
.top-toolbar .logo{
    padding-left: 10px;
}
.top-toolbar .logo img{
    height: 22px;
}
.top-toolbar .backcon:before{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-135deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #f1f1f1;
    border-style: solid;
    position: relative;
    top: -1px;
}
.top-toolbar .listnav{
    position:absolute;
    display: inline-block;
    right:0;
    top:0;
    width: 44px;
    height: 44px;
    text-indent: -1000px;
    background: url(../images/list.png) center no-repeat;
    background-size: 22px;
}
.top-toolbar .toolbar-title{
    padding: 0 50px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    width: 100%;
}
.sidebar{
    position:fixed;
    right:-70%;
    top:0;
    z-index: 999;
    width: 70%;
    height:100%;
    background:#f1f1f1;
    transition: all .4s ease 0s;
    overflow: scroll;
}
.open-sidebar-body{
    position: fixed;
    width: 100%;
    height: 100%;
    transform: translate(-70%);
}
.sidebar.open{
    box-shadow: 0px 4px 4px #333;
}
.sidebar header{
    text-align: center;
    height:44px;
    line-height: 44px;
}
.sidebar header a{
    display: block;
}
.sidebar .category-list{
    padding:0;
    list-style: none;
}
.sidebar .category-list li{
    border-top: 1px solid #ccc;
}
.sidebar .category-list:last-child{
    border-bottom: 1px solid #ccc;
}
.sidebar .category-list li a{
    display: block;
    padding:10px;
}
/*slider*/
.swiper-slide img{
    width: 100%;
}
/*box*/
.index-box .weui-flex__item{
    padding: 24px 0;
    color: #fff;
    text-align: center;
}
.index-box .box-title{
    font-size: 18px;
    font-weight: normal;
}
.index-box .box-en-title {
    font-size: 16px;
    color: #7c7c7c;
}
.index-box .first-item{
    background: url("box-01.png") center no-repeat;
}
.index-box .second-item{
    background: url("box-02.png") center no-repeat;
}
.index-box .third-item{
    background: url("box-03.png") center no-repeat;
}
.index-box .fourth-item{
    background: url("box-04.png") center no-repeat;
}
.index-box .weui-flex__item{
    background-size: 100%;
}
.index-title{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
    margin-top: 10px;
}
.index-title small{
    color: #999;
}
.index-hot-list{
    background: #282828;
    padding: 15px;
}
.index-hot-list .item{
    display: block;
    position:relative;
    padding: 15px 0;
}
.index-hot-list .item + .item{
    border-top: 1px solid #444;
}
.index-hot-list .item img{
    width: 100%;
}
.index-hot-list .item .desc{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    background: rgba(216, 216, 216, 0.4);
    padding: 5px;
    color: #f0f0f0;
}
.index-hot{
    background: url("hot-bg.jpg") no-repeat;
    padding: 50px 15px;
    color: #f0f0f0;
}
.contact-btn{
    text-align:center;
    margin-top: 20px;
    height: 40px;
}
.contact-btn a{
    border:1px solid #ffa000;
    color: #ffa000;
    padding: 10px 20px;
}
.index-data{
    background: url("cell-bg.jpg") bottom no-repeat;
    color: #f0f0f0;
}
.index-data .data-item{
    padding: 30px 2px;
    text-align: center;
}
.index-data .data-item + .data-item{
    border-left:1px solid #7c7c7c;
}
.index-data .data-item h3{
    font-size: 18px;
}
.index-why .first-item{
    background: url("../images/why-1.jpg") no-repeat;
}
.index-why .second-item{
    background: url("../images/why-2.jpg") no-repeat;
}
.index-why .third-item{
    background: url("../images/why-3.jpg") no-repeat;
}
.index-why .why-item{
    background-size: 100%;
    padding: 50px 15px;
    text-align: center;
    color: #f0f0f0;
}
.index-why .why-item h3{
    margin-bottom: 20px;
}
.index-about{
    background: url("../../images/about-bg.jpg") no-repeat;
    padding: 50px 15px;
    color: #f0f0f0;
}
/*footer*/
.footer{
    margin-top: 30px;
    padding: 15px;
    background: #383d41;
    color: #888;
    padding-bottom: 50px;
}
.footer h3{
    margin-bottom: 20px;
    font-size: 18px;
    color: #f0f0f0;
}
.weui-tabbar.footer-bar{
    position: fixed;
    bottom: 0;
    background: #202020;
    color: #f0f0f0;
}
.footer-bar .weui-tabbar__item .weui-tabbar__label{
    color: #fff;
}
.weui-badge{
    position: absolute;
    top: -.4em;
    right: 1em;
}
.alert-qr-code{width: 180px;}
.category-info{
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.category-info .category-title{
    font-size: 18px;
}
.category-info .category-desc{
    color: #666;
}
.weui-panel{
    margin-top: 0;
}
.weui-panel__hd{
    color: #282828;
    font-size: 16px;
    padding: 10px 15px;
}
.weui-media-box__title{
    font-size: 16px;
}
.weui-media-box_appmsg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.weui-media-box_appmsg .weui-media-box__hd{
    width: 100px;
    line-height:100px;
    height: auto;
}
/*page*/
/*分页*/
.pager {
    font-size: 14px;
    margin: 15px;
    overflow:hidden;
}
.pager-item{
    width: 40%;
    text-align: center;
    background-color: #f0f0f0;
}
.pager-left {
    float: left;
}
.pager-cen {
    float: left;
    width: 19%;
    text-align: center;
    padding: 7px 0;
}
.pager-right {
    float: right;
}
.pager-first {
    width: 44%;
    float: left;
    border-right: 1px solid #fff;
}
.pager-pre {
    width: 55%;
    float: right;
}
.pager-next {
    width: 55%;
    float: left;
    border-right: 1px solid #fff;
}
.pager-end {
    width: 44%;
    float: right;
}
.pager a{
    display: block;
    padding: 7px 0;
}
.category-tags{
    padding: 15px 5px;
}
.category-tags li{
    background: #f0f0f0;
    padding: 5px 10px;
    display: inline-block;
    margin-left:8px;
    margin-right: 8px;
    margin-bottom: 15px;
}
.padding-content {padding:10px 15px;}
.product-tags-info {line-height: 1.8; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%; }
.product-tags-info .tags-key { max-width: 150px; min-width: 70px; text-align: right;}
.product-tags-info .tags-value { text-align: left; -webkit-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; color: #777;}
.offline-blank{
    height: 15px;
    background: #f1f1f1;
}
.weui_article {
    padding: 20px 15px;
    font-size: 15px;
}
.weui_article section {
    margin-bottom: 1.5em;
}
.weui_article h1,.weui_article h2,.weui_article h3,.weui_article h4,.weui_article h5,.weui_article h6{
    font-weight: bold;
    margin-bottom: .75em;
}
.weui_article * {
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}
.weui_article p {
    margin-bottom: 20px;
}
.weui_article p:last-child {
    margin-bottom: 0;
}
.weui_article{
    background:#fff;
}
.weui_article h1{
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e7e7eb;
}
.weui_article .article_meta{
    position:relative;
    margin-bottom: 8px;
    line-height: 20px;
    color:#8c8c8c;
}
.weui_article .article_meta .meta{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 14px;
    font-style: normal;
}
.weui_article .article_content{
    margin-bottom: 10px;
}
.weui_article .article_footer{
    border-top: 1px solid #ccc;
    margin-top:10px;
}