﻿@charset "utf-8";

.swiper-img{
    width:100%;
    height:0;
    padding-bottom: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
.swiper-pagination-current{
    color:#f7e238;
}
.swiper-pagination{
    text-align:right!important;
    padding-right:10px;
    box-sizing:border-box;
}
.swiper-pagination, .swiper-pagination-total{
    color:#fff;
}
.swiper-pagination-fraction {
    bottom: 7px!important;
}

.noticeBox{
    background-color:#fff;
    padding:12px 8px;
    box-sizing:border-box;
}
.noticeTitle{
    width:50px;
    float:left;
    font-size:12px;
    color:#f60;
    line-height:30px;
}
.noticeTitle i{
    font-size:15px;
    margin-right:3px;
    vertical-align:middle;
}
.noticeList{
    width:auto;
    height:30px;
    margin-left:50px;
    padding:0px 10px;
    box-sizing:border-box;
    background-color:#fff;
    /*color:#fff;*/
    border:1px solid #bfeeb9;/*#038115 #85e593;*/
    border-radius:3px;
    overflow: hidden;
}
.noticeList ul {
  
}
.noticeList li {
    line-height:30px;
}
.noticeList li a{
    font-size:12px;
}

.moudalTitle{
    padding:12px 8px 12px 34px;
    box-sizing:border-box;
    background-color:#fff;
    margin-top:1px;
    background-image:url(/themes/Mobile/images/logo32.png) ;
    background-repeat:no-repeat;
    background-position-y:center;
    background-position-x:6px;
    background-size:20px 20px;
}
.moudalTitle span{
    font-size:16px;
    color:#038115;
    border-bottom:2px solid #f60;
}
.moudalTitle a{
    margin-right:10px;
}
.moudalTitle i{
    font-size:25px;
    color:#038115;
}
.productItemBox{
    width:49%;
    /*padding-bottom:65%;
    height:0px;*/
    margin-bottom:7px;
    background-color:#fff;
    border-radius:5px;
    overflow:hidden;
}
.productListBox{
    padding:8px;
    padding-bottom:0px;
    box-sizing:border-box;
    background-color:#f4f4f4;
    flex-wrap:wrap;
}
.productImgBox{
    width:100%;
    height:0;
    padding-bottom: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
.productTitleBox{
    padding:0px 6px;
    box-sizing:border-box;
}
.productTitle{
    font-size:16px;
    padding:15px 0px;
}
.productInfo{
    padding:3px 0px;
}
.productInfo span{
    font-size:12px;
    color:#999;
}
.productPriceBox{
    line-height:26px;
    
}
.productPriceBox span{
    font-size:16px;
    color:#f60; 
}
.productPriceBox label{
    font-size:12px;
    color:#aaa; 
    text-decoration:line-through;
    margin-left:10px;
}
.productPriceBuy{
    width:21%;
    text-align:center;
}
.productPriceBuy i{
    font-size:24px;
    color:#038115;
}

.articleListBox{
    padding:8px;
    box-sizing:border-box;
    background-color:#f4f4f4;
    overflow:hidden;
}
.articleItemBox{
    padding:10px;
    box-sizing:border-box;
    /*border:1px solid #eee;*/
    border-radius:7px;
    margin-bottom:8px;
    background-color:#fff;
     overflow:hidden;
}
.articleTitle{
    width:100%;
    padding:5px 0px;
    font-size:16px;
}
.articleContentBox{
    position:relative;
    width:100%;
    padding:6px 0px;
    overflow:hidden;
}
.articleImg{
    float:left;
    width:40%;
    height:0;
    padding-bottom: 28%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
.articleNote{
    width:auto;
    box-sizing:border-box;
    margin-left:45%;
    font-size:12px;
    color:#666;
    line-height:18px;
}
.viewMore{
    text-align:center;
    padding:15px 0px;
}
.viewMore a{
    display:inline-block;
    background-color:#eee;/*#0ea40c*//*#2ac728*/
    border-radius:12px;
    width:45%;
    padding:5px 0px;
    color:#038115;
    font-size:16px;
}
.viewMore a i{
    font-size:24px;
    margin-left:6px;
    vertical-align:middle;
}
.viewDetail{
    position:absolute; 
    z-index:2;
    left:45%;
    right:3px; 
    bottom:5px;
}
.viewDetail span{
    display:inline-block;
    font-size:12px;
    color:#aaa;
}
.viewDetailCount{
    line-height:25px;
}
.viewDetailIcon{
    font-size:12px;
    color:#f60!important;
    background-color:none;
    border:1px solid #bfeeb9;
    border-radius:12px;
    padding:3px 8px;
    box-sizing:border-box;
}
.viewDetail i{
    font-size:16px;
    vertical-align:middle;
}