body {
	background: #fff;
}

.shop-index-head {
	background: #fff url(../../images/shopindexbg.png) no-repeat top;
	/* background-size:contain; */
}

header {
	border-bottom: 1px solid var(--color);
}

.headerNav {
	border: none;
}

.container2 {
	width: 1200px;
	margin: 0 auto;
}

.shopHeader {
	width: 100%;
}

.shopHeader img {
	width: 100%;
	max-height: 200px;
}

/*产品主体样式*/
/*头部*/
.shopTopNav {
	width: 100%;
	height: 50px;
	display: flex;
}

.shopTopNav .shopTopNavList {
	height: 100%;
	flex: 1;
	line-height: 50px;
	text-align: center;
	background-color: var(--color);
	color: #fff;
	font-size: 12px;
}

.shopTopNav .now {
	background-color: #1f804e;
	font-weight: bold;
	font-size: 14px;
}

.shopLeftNav {
	width: 180px;
	margin: 15px 0 40px 0;
}

.searchTypeContainer {
	box-sizing: border-box;
	border: 2px solid #f5f5f5;
	font-size: 12px;
}

.searchTypeContainerTop {
	background-color: #FCFCFC;
	width: 100%;
	border-bottom: 2px solid #f5f5f5;
	height: 40px;
	line-height: 40px;
	text-indent: 2em;
}

.innerShopNav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #eee;
}

.innerShopNav .shopSearchTypeList {
	width: 25%;
	text-align: center;
	color: #666;
}

.shopSearchInputBox {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.shopSearchInputBox input {
	width: 80%;
	margin-left: 10%;
	height: 25px;
	border: 1px solid #CCCCCC;
	text-indent: 1em;
	font-size: 12px;
	color: #666;
}

.shopSearchInputBox .iconfont {
	right: 25px;
}

.shopSearchInputBox input::-webkit-input-placeholder {
	color: #ccc;
}

.defaultType {
	/* padding:12px 10px; */
	width: 100%;
	box-sizing: border-box;
}

.defaultType .defaultTypeList {
	margin-right: 12px;
	margin-bottom: 8px;
	padding: 0 8px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	color: #666;
	background: #F7F7F7;
	border-radius: 2px;
}

.defaultType .now {
	color: var(--color);
}

.rankings {
	font-size: 12px;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.rankingsTop {
	background-color: #f7f7f7;
	width: 100%;
	border-bottom: 1px solid #eee;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	display: flex;
    justify-content: space-between;
}

.rankingsNeck {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid var(--color);
	font-size: 0;
}

.rankingsNeck span {
	display: inline-block;
	width: 49%;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.rankingsNeck .now {
	color: #fff;
	background: var(--color);
}

.rankingsItemsBox {
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

.rankingsItemsList {
	display: inline-block;
	width: 160px;
	margin-top: 5px;
	border-bottom: 1px solid #e1e1e1;
}

.rankingsItemsList:last-child {
	border: none;
}

.rankingsItemsLeft {
	width: 35%;
	margin-left: 1%;
}

.rankingsItemsLeft img {
	width: 100%;
	height: 50px;
}

.rankingsItemsSaleNumber {
	margin-top: 12px;
}

.rankingsItemsSaleNumber b {
	color: #2E71E6;
	font-weight: normal;
}

.rankingsItemsSaleNumber em {
	color: #999;
}

.rankingsItemsRight {
	width: 84px;
	margin-left: 10px;
	text-align: left;
}

.rankingsItemsRight p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 12px;
	-webkit-line-clamp: 2;
	width: 100%;
	overflow: hidden;
}

.rankingsItemsPrice {
	color: var(--color);
	font-size: 12px;
}

.rankingsItemsTitle {
	color: #666;
}

.shopLeftNav .innerShopNav .now {
	color: var(--color);
}

/*右侧产品列表*/
.shopRightListSell,
.shopRightListAll {
	width: 1010px;
	box-sizing: border-box;
	margin: 15px 0 40px 10px;
}

.shopRightListItems {
	padding: 16px 14px 14px;
	width: 252px;
	box-sizing: border-box;
	text-align: center;
}

.shopRightListItems:hover {
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
}

.shopRightListItemsinfo {
	height: 100%;
	width: 100%;
	font-size: 12px;
}

.shopRightListItemsinfo:nth-child(4n) {
	border: none;
}

.shopRightListItemsinfo .img-box {
	display: inline-block;
	width: 210px;
	height: 210px;
	overflow: hidden;
}

.shopRightListItemsinfo img {
	width: 100%;
}

.shopRightListItemsinfo .productTitle {
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: left;
	color: #666;
	font-size: 14px;
}

.shopRightListItemsinfo .productPrice {
	margin-top: 20px;
	margin-bottom: 6px;
}

.shopRightListItemsinfo .productPrice b {
	font-size: 12px;
	color: var(--color);
}

.shopRightListItemsinfo .productPrice .productPriceText {
	font-size: 18px;
	color: var(--color);
}

.shutter {
	margin: 0 auto;
}

.goods-bottoms {
	margin-top: 10px;
}

.goods-bottoms span {
	color: #999;
}

.goods-bottoms em {
	color: var(--color);
}

/*分页 S*/
.feedBackPages {
	padding-top: 10px;
	height: 50px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
}

.feedBackPages ul li input {
	vertical-align: middle;
	text-align: center;
}

.feedBackPages ul li {
	padding: 0 4px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	box-sizing: border-box;
}

.feedBackPages ul li input {
	width: 40px;
	height: 40px;
	font-size: 12px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #F7F7F7;
	vertical-align: top;
	background: #DCDCDC;
	box-sizing: border-box;
}

.feedBackPages ul .sureToPagesBtn {
	background-color: var(--color);
	color: #fff;
	border: 1px solid var(--color);
	width: 70px;
	text-align: center;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

.feedBackPages ul .prevPages:hover,
.feedBackPages ul .nextPages:hover {
	background-color: #CCE1D8;
	border-radius: 2px;
	cursor: pointer;
}

.nowPages-now {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid var(--color);
	border-radius: 2px;
	box-sizing: border-box;
	text-align: center;
	background-color: var(--color);
	color: #fff;
}

/*分页 E*/
/*二维码 S*/
.erweima {
	width: 60%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}
.titleErweima{
	display: flex;
	align-items: center;
	justify-content: center;
}
.example{
	margin-left: 5px;
}
.erweimaContainerClass {
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	position: absolute;
	left: -25px;
	bottom: -150px;
	border-radius: 2px;
	background-color: #fff;
	display: none;
	z-index: 999;
}
.erweimaContainerClass img{
	width: 90%;
	height: 90%;
}
.erweima:hover .erweimaContainerClass{
	display: flex;
	align-items: center;
	justify-content: center;
}
/*二维码 E*/
.shopIndexHeader {
	display: inline-block;
	margin-top: 13px;
	margin-bottom: 14px;
	height: 140px;
}

.shopIndexHeader .fl {
	padding: 20px 10px 20px 10px;
	width: 420px;
	height: 100%;
	background: url(../../images/shopbg.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}

.shopIndexHeader .fr {
	width: 780px;
	height: 100%;
	background: url(../../images/shopBg.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}

.shopIndexHeader .img-box {
	display: inline-block;
	margin-right: 10px;
	width: 200px;
	height: 100px;
	background: #fff;
}

.shopIndexHeader h5 {
	margin-bottom: 12px;
	font-size: 14px;
	color: #222;
}

.shopIndexHeader .follow-div em {
	font-size: 12px;
	color: #666;
}

.save-shop-btn {
	display: none;
	margin-top: 18px;
	min-width: 80px;
	height: 26px;
	line-height: 24px;

	text-align: center;
}

.save-shop-btn.active {
	display: inline-block;
}

.save-shop-btn b {
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}

.save-shop-btn i {
	margin-right: 2px;
	font-size: 16px;
	color: var(--color);
	vertical-align: top;
}

.saves {
	border: 1px solid var(--color);
}

.unsaves {
	border: 1px solid #aaa;
}

.saves b,
.saves i {
	color: var(--color);
}

.unsaves b,
.unsaves i {
	color: #aaa;

}

.shop-details-div {
	display: inline-block;
	max-width: 180px;
	vertical-align: top;
}

.store-index-class dl dt {
	position: relative;
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
}

.store-index-class dl span {
	display: block;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	padding-left: 36px;
}

.store-index-class dt s {
	display: block;
	position: absolute;
	left: 10px;
	top: 6px;
	width: 16px;
	height: 16px;
	background-image: url(../../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.store-index-class dl:first-child dt s {
	background-position: -17px 0;
}

.store-index-class dl dd:hover span {
	color: var(--color);
	font-weight: bold;
}

.store-index-class dd {
	display: none;
}

.store-index-class dl.open dd {
	display: block;
}

.store-index-class dl.open s {
	background-position: -17px 0;
}

.empty-class {
	text-align: center;
	padding: 100px 0;
}

.empty-class img {
	width: 100px;
}

.empty-class p {
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}

/* 关注店铺弹窗开始 */
.attentionBox{
	width: 25%;
	position: fixed;
	top: 30%;
	left: 38%;
	background-color: white;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 20px;
	z-index: 20;
	box-sizing: border-box;
}
.attentionBig .makeAtten{
	position: fixed;
	top:0px;
	width:100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 5;
}
.attentionBox img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-top: -45px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.attentionBox .nameTwo {
	font-size: 16px;
}

.attentionBox .enjoyThree {
	color: #888;
}

.attentionBox .attenUl {
	width: 100%;
	padding: 5px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f0f7ff;
}

.attentionBox .attenUl li {
	width: 200px;
	margin: 5px 0px;
}

.attentionBox .yesAttention {
	display: flex;
	align-items: center;
	margin: 0px 0px 10px;
}

.attentionBox .yesAttention input {
	margin-right: 5px;
	cursor: pointer;
}

.attentionBox .yesAttention .span1 {
	color: #2E71E6;
	cursor: pointer;
}
.attentionBox button {
	width: 80%;
	font-size: 14px;
	outline-style: none;
	border-radius: 25px;
	line-height: 35px;
	color:#ffffff;
	background-color: var(--color);
}
/* 关注店铺弹窗结束 */
/* 查看协议店铺弹窗开始 */
.agreementBox{
	width: 50%;
	position: fixed;
	top: 15%;
	left: 25%;
	padding: 0px 10px;
	border-radius: 15px;
	background-color: white;
	z-index: 999;
}
.agreementBox .tipName {
	width: 100%;
	height: 50px;
	background-color:white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	padding-right: 10px;
	
}
.agreementBox .title{
	font-weight: 700;
}
.agreementBox .agreementCount{
	max-height: 450px;
	overflow-y: auto;
}
.agreementBox .colse{
	cursor: pointer;
}
/* 查看协议店铺弹窗结束 */

.searchGoods{
	width: 100%;
	display: flex;
	margin: 5px 0px;
}
.searchGoods input{
	width: 80%;
	height: 30px;
	padding-left: 5px;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
}	

.searchGoods button{
	width: 20%;
	height: 30px;
	color: white;
	font-size: 12px;
	border-radius: 0px 5px 5px 0px;
	background-color: var(--color);
	border: 1px solid #cbcbcb;
	cursor: pointer;
	overflow: hidden;
}

.shopRightFilter,
.shopRightTitle{
	background-color: #f7f7f7;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #eee;
	padding: 0px 10px;
	color: #666;
}

.shopRightFilter .fl{
	display: inline-block;
	width: 70px;
	text-align: center;
}
.shopRightFilter .now{
	box-sizing: border-box;
	background-color: white;
	border-bottom: 2px solid var(--color);
}
.shop-details_{
	display: flex;
	align-items: center;
}