﻿.headBox{position: relative;width:90%;height:auto;margin:30px auto 0;}
.headBox .headWrap{position: relative;width:100%;height:auto;display:flex;}
.headBox .headWrap .left{width:32%;text-align: center;}
.headBox .headWrap .left img{max-width:80%;height:auto;max-height:200px;}
.headBox .headWrap .right{width:57%;}
.headBox .headWrap .right p.title{font-size:15px;font-weight:700;margin:0 0 8px 0;}
.headBox .headWrap .right p.shouce{margin:0 0 16px 0;}
.headBox .headWrap .right p.shouce a{text-decoration:none;color: #cbcbcb;font-size:12px;display:flex;align-items:center;}
.headBox .headWrap .right p.shouce a img{width:22px;}
.headBox .headWrap .right p.shouce a span{display:inline-block;margin-left:6px;}

.headBox .headWrap .right .store{margin:0 0 16px 0;}
.headBox .headWrap .right .store .storeWrap{background:#000000;padding:5px 10px 5px 10px;border-radius:10px;width:110px;text-align:center;}
.headBox .headWrap .right .store a{text-decoration:none;color: #cbcbcb;font-size:12px;display:flex;align-items:center;}
.headBox .headWrap .right .store a img{width:16px;display:block;margin-right:6px;}
.contentBox{position: relative;width:90%;height:auto;margin:0px auto 0;}
.contentBox .title{font-size:18px;font-weight:700;width:100%;margin-top:30px;}
.contentBox .item{position: relative;width:100%;margin:20px auto 0;}
.contentBox .item .data{font-size:12px;width:100%;display:flex;justify-content: space-between;margin-top:10px;margin-bottom:3px;}
.contentBox .item .line{display: block;border-bottom: 1px solid #474747;width: 100%;margin-bottom: 5px;opacity: 0.5;filter: alpha(opacity=50);}

.getmore {
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align: center;
    padding-top: 40px;
}
.getmore img {
    width:26px;
    display: inline-block;
    cursor: pointer;
}
.ljproduct {
    text-align: center;
    padding-bottom: 50px;
    padding-top:35px;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
}
.gomore {
    display: inline-block;
    color: #cbcbcb;
    font-size: 15px;
    padding: 12px 10px 12px 10px;
    border: solid 1px #cbcbcb;
    cursor: pointer;
    text-decoration: none;
}
.closeFlag {display: none;}
