:root {
    --bannersHeight:150px;
    --M_INDEX_FULL_WIDTH:100%;
    --goodsWidth:10px;
    --goodsHeight:10px;
    --imgWidth:10px;
    --imgHeight:10px;
}

#Jcontainer{
    background-color: #FFF;
}

#Jcontent{
    background-color: #FFF;
}

#JindexNotification{
    width: 100%;
    height: 30px;
    line-height: 30px;
}

#JindexBanners{
    width:100%;
    height: var(--bannersHeight);
}

#JindexBtns{
    display: inline-table;
    width:100%;
    background-color:#fcf6ef;
    text-align:center;
    overflow:hidden;
    padding-top:15px;
    padding-bottom:15px;
}
.JindexBtn{
    display:inline-block;
    float:left;
    width:var(--JindexBtnWidth);
    height:70px;
    text-align:center;
}
.JindexBtnIconBlock{
    width:50px;
    height:50px;
    margin-left:auto;
    margin-right:auto;
    border-radius:25px;
    overflow: hidden;
}
.JindexBtnIconBlock img{
    width: 50px;
    height: 50px;
}
.JindexBtnIcon{
    width:24px;
    height:50px;
    line-height:50px;
    margin-left:auto;
    margin-right:auto;
    font-size:24px !important;
    color:#fff;
}
.JindexBtnText{
    width:100%;
    height:20px;
    line-height:20px;
    text-align:center;
    color:#333;
    font-size:12px;
    overflow:hidden;
}

#JindexFocuses{
    display: inline-table;
    width:100%;
    padding-bottom: 10px;
}
.JindexFocus{
    float: left;
    display: inline-table;
    width: calc(50% - 15px);
    min-height: 70px;
    padding-left:5px;
    padding-right:5px;
    margin-left:10px;
    margin-top:10px;
    background-color: #F5F5F5;
    border-radius: 6px;
}
.JindexFocus .JindexFocusIcon{
    float: left;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.JindexFocus .JindexFocusTexts{
    float: left;
    width: calc(100% - 31px);
    min-height: 60px;
    text-align: left;
}
.JindexFocus .JindexFocusTexts .JindexFocusName{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
}
.JindexFocus .JindexFocusTexts .JindexFocusText{
    width: 100%;
    line-height: 22px;
    text-align: left;
}

#reviews{
    display: inline-table;
    width:100%;
    padding: 30px;
    padding-bottom: 0px;
}

.review{
    width:100%;
    padding: 10px;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* 清除浮动 */
.review::after {
    content: "";
    display: table;
    clear: both;
}

.review .reviewFile{
    width:160px;
    overflow: hidden;
    background: white;
}

.review .reviewFileL{
    float: left;
    margin-right: 10px;
}

.review .reviewFileR{
    float: right;
    margin-left: 10px;
}

.review .reviewFile img{
    width:75%;
    overflow: hidden;
    height: auto;
}
.review .reviewFile img {
    width: 100%;
    height: auto;
    display: block;
}
.review .reviewFile video {
    width: 100%;
    height: auto;
    display: block;
}

.review .reviewContent{
    text-align: justify;
    line-height: 20px;
}

#reviews .customizeNow{
    display: inline-table;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 50px;
}
#reviews .customizeNow div{
    display: inline-block !important;
}

#aboutus{
    display: inline-table;
    width:100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
#aboutusTitle{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
#aboutusTitle .throughLine{
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}
#aboutusPhoto{
    width: 100%;
    margin-top: 20px;
}
#aboutusPhoto img{
    width: 100%;
}
#aboutusPhoto video{
    width: 100%;
}
#aboutusText{
    display: inline-table;
    width:100%;
    padding: 20px;
    margin-top: 2px;
    line-height: 24px;
    background-color: #FFF;
    text-align: justify;
}
#aboutusMore{
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 56px;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: #666 2px solid;
}

#workflow{
    display: inline-table;
    width:100%;
    padding: 20px;
}
#workflowTitle{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
#workflowTitle .throughLine{
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
#workflow img{
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#FAQS{
    display: inline-table;
    width:100%;
    padding: 20px;
    border-radius: 6px;
}
#FAQSTitle{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
#FAQSTitle .throughLine{
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
#FAQS #FAQSList{
    width: 100%;
    padding: 20px;
    background-color: #F5F5F5;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#FAQS #FAQSList .ask{
    width: 100%;
    display: inline-table;
    font-weight: bold;
    line-height: 30px;
    border-bottom: #ddd 1px solid;
}
#FAQS #FAQSList .ask .askText{
    float: left;
    width: calc(100% - 30px);
    cursor: pointer;
    text-align: left;
}
#FAQS #FAQSList .ask .askShow{
    float: right;
    cursor: pointer;
}
#FAQS #FAQSList .answer{
    width: 100%;
    text-align: left;
    line-height: 24px;
    padding-bottom: 20px;
}
#FAQS #FAQSList .answer img{
    width: 100%;
}

#advBanners{
    display: inline-table;
    width: 100%;
    padding: 10px;
    float: left;
}
.M_INDEX_FULL{
    float: left;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    font-size:0;
}
.M_INDEX_FULL img{
    display: block;
    width:100%;
    vertical-align: middle;
}
.M_INDEX_FULL_TIT{
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    height:20px;
    line-height:20px;
    color:#999;
    overflow:hidden;
}
.M_INDEX_FULL_TIT .txt{
}
.M_INDEX_FULL_TIT .icon{
    font-size:18px;
}

/*团购区*/
#groupBuys{
    display: inline-table;
    width: 100%;
    margin-top:5px;
    background-color: #ddd;
}
#groupBuys #groupBuyTitle{
    width:100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--gray);
    font-size: 16px;
    color: #000;
}

/*goods*/
#goods {
    display: inline-table;
    width: 100%;
}

.group {
    display:inline-table;
    width: 100%;
    padding-top:20px;
}

.groupName{
    display:inline-table;
    float:left;
}

.groupNameTxt{
    float:left;
    margin-left:5px;
    height:20px;
    line-height:20px;
    font-size:20px;
    font-weight:bold;
}

.groupNameLinks{
    float:left;
    margin-left:20px;
    height:18px;
    line-height:18px;
}

.groupMore{
    float:right;
    height:18px;
    line-height:18px;
}

#goods .goodsArea {
    width: 100%;
    display: inline-table;
}

#goods .goodsAreaLast {
    width: 100%;
    display: inline-table;
}

.goods {
    float:left;
    margin-left:5px;
    margin-top:5px;
    margin-bottom:20px;
    width:var(--goodsWidth);
    background-color:#FFF;
    text-align:center;
    overflow: hidden;
}

.goods .img{
    width: var(--imgWidth);
    height: var(--imgWidth);
    background-color:#F5F5F5;
}

.goods .title{
    display: flex;
    text-align: left;
    width:100%;
    padding-left:5px;
    padding-right:5px;
    height: 40px;
    line-height:20px;
    overflow:hidden;
}
.goods .title .supplier{
    color:var(--orange);
    margin-right:5px;
}
.goods .prices{
    width:100%;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    height:25px;
    line-height:20px;
    margin-top:5px;
    text-align: left;
}
.goods .reviews{
    float:left;
    margin-right:10px;
}
.goods .sold{
    float:left;
    margin-right:10px;
}
.goods .addToCart{
    float:right;
    height:24px;
    text-align:center;
}
.price {
    float: left;
    color:#666;
    font-weight:bold;
}
.priceDel {
    float: left;
    color:#666;
    text-decoration:line-through;
}

.isLeft {
}

.isTop {
}
/*goods end*/

/*作品精选*/
#worksCollections{
    display: inline-table;
    width: 100%;
    margin-top: 30px;
}
#worksCollectionsTitle{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
#worksCollectionsTitle .throughLine{
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}
.worksCollection {
    display: inline-table;
    width: 100%;
}
.worksCollectionTitle {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 20px;
}
.worksCollectionName {
    float: left;
    margin-left: 5px;
    font-size: 16px;
    font-weight: bold;
}
.worksCollectionMore {
    float: right;
    margin-right: 5px;
}
.worksCollectionPhotos {
    width: 100%;
    display: inline-table;
}
.worksCollectionPhoto {
    float:left;
    margin-left:5px;
    margin-top:5px;
    margin-bottom:5px;
    width:var(--goodsWidth);
    height:var(--goodsWidth);
    background-color:#FFF;
    text-align:center;
    overflow:hidden !important;
}
.worksCollectionPhoto img{
    background-color:#F5F5F5;
}
/*作品精选 end*/

#articles{
    width: 100%;
    padding: 5px;
    background-color: #FFF;
}

.articleWrapper{
    display: inline-table;
    width: 100%;
}
.article{
    display: inline-table;
    width: 100%;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f8f8f8;
}
.article .txt{
    float: left;
    text-align: left;
    height:calc(100% - 80px);
}
.article .date{
    float: right;
    width: 80px;
    text-align: right;
    color: #999;
}
.summary{
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 24px;
    text-align: left;
    color: #999;
}