html, body {
	background: white;
}

.product-title,
.goods-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 8px;
 }

.home {
	height: 100%;
	color: #221e1f;
}

.home-part-nav .nav-header {
	padding: 44px 34px 20px;
	margin-bottom: 30px;
	position: relative;
}

.nav-header .icon-return {
	display: inline-block;
	width: 25px;
	height: 40px;
	font-size: 0;
	background-image: url(../images/create/Back.png);
	background-image: image-set(url(../images/create/Back.png) 1x, url(../images/create/Back_x2.png) 2x);
	background-image: -webkit-image-set(url(../images/create/Back.png) 1x, url(../images/create/Back_x2.png) 2x);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40%;
	cursor: pointer;
}

.nav-header .btn-save {
	float: right;
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #221e1f;
	font-family: AlternateGothicLT-No1;
	font-size: 24px;
	text-align: center;
	background-color: #f9d00e;
	cursor: pointer;
}

.nav-header .btn-save:hover {
	color: #fff;
	background-color: #221e1f;
}

.home-part-nav .nav-header:after {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 34px;
	right: 34px;
	background: #e6e6e6;
}

.home-view-link {
	display: block;
	position: absolute;
	bottom: 70px;
	right: 34px;
	font-size: 14px;
	padding-right: 24px;
	background-image: url(__STATIC__/artist/images/shop/More.png);
	background-image: image-set(url(__STATIC__/artist/images/shop/More.png) 1x, url(__STATIC__/artist/images/shop/More_x2.png) 2x);
	background-image: -webkit-image-set(url(__STATIC__/artist/images/shop/More.png) 1x, url(__STATIC__/artist/images/shop/More_x2.png) 2x);
	background-repeat: no-repeat;
	background-position: center right 0;
	cursor: pointer;
}


/* 操作栏内容块 */

.store-set-item {
	margin-bottom: 30px;
}

.store-set-item h3 {
	font-family: AlternateGothicLT-No1;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

.store-set-item p {
	color: #999;
	font-size: 14px;
	font-family: abelRegular;
}

.social-box .input-item {
	display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px;
	border: 1px solid #999;
}

.social-box .input-item.focus {
	border-color: #262626;
}

.social-box .input-item label {
	height: 40px;
	line-height: 40px;
	color: #221e1f;
	font-size: 16px;
	font-family: abelRegular;
	padding: 0 0 0 5px;
}

.social-box .input-item input {
	-ms-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex:1;
	flex: 1;
	padding: 0 5px 0 0;
	border: 0;
}

/* 顶部说明 */

.home-part-view .view-help {
	padding: 14px 0;
	font-size: 14px;
	font-family: abelRegular;
	text-align: center;
	background-color: #edeff3;
}


/* 头部logo店铺名和菜单 */

/* .home-part-view .store-header {
	height: 150px;
	padding: 0px 0 50px 0;
	text-align: center;
	background: #e6e6e6;
	position: relative;
}

.home-part-view .store-header h1 {
	font-size: 36px;
	font-family: 'Arial-BoldMT';
	color: #262626;
}

.home-part-view .store-header .store-logo {
    position: absolute;
    max-width: 90px;
    max-height: 90px;
    top: 13px;
	left: 18px;
	overflow: hidden;
}

.home-part-view .store-header .icon-cart {
	position: absolute;
	top: 14px;
	right: 30px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../images/shop/creatorbag.png);
	background-image: image-set(url(../images/shop/creatorbag.png) 1x, url(../images/shop/creatorbag_x2.png) 2x);
	background-image: -webkit-image-set(url(../images/shop/creatorbag.png) 1x, url(../images/shop/creatorbag_x2.png) 2x);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.home-part-view .store-header .logo-content {
	padding-top: 32px;
	padding-bottom: 20px;
	height: 160px;
	width: 120px;
	margin: 0 auto;
	display: none;
}

.home-part-view .store-header h1 {
	padding-top: 40px;
	padding-bottom: 30px;
}

.home-part-view .store-nav {
	position: absolute;
	bottom: 6px;
	width: 100%;
}

.home-part-view .store-nav ul li {
	display: inline-block;
	padding: 0 2%;
}

.home-part-view .store-nav ul li a {
	display: block;
	width: 100%;
	padding: 8px 0;
	position: relative;
	cursor: pointer;
}

.home-part-view .store-nav ul li a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: transparent;
}

.home-part-view .store-nav ul li.active a:after {
	background: #262626;
}

.home-part-view .store-nav ul li:hover a::after {
	background: #262626;
}

.home-part-view .store-nav ul li.active {
	font-weight: bold;
} */

.store-content {
	width: 100%;
	background-color: #fff;
}

.content-list .goods-list {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content-list .goods-list:after {
	content: '';
	display: block;
	height: 0;
	visibility:hidden;
	clear: both;
}


.content-list .goods-list li {
	width: 25%;
	margin-bottom: 25px;
	padding: 0 10px;
	overflow: hidden;
}

.content-list .goods-list li>a {
	display: block;
	margin: 0 auto 13px;
	overflow: hidden;
}

.content-list .goods-list li>a.goods-name {
	font-size: 12px;
	margin: 0 auto;
	line-height: 18px;
	margin: 5px 0;
	font-family: abelRegular;
}

.index .content-list .goods-list li img {
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.index .content-list .goods-list li>a:hover img{
	opacity: .8;
}

.content-list .goods-list li p {
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	line-height: 18px;
	margin: 5px 0;
	font-family: abelRegular;
}
.content-list .goods-list li p.goods-name,.content-list .goods-list li a.goods-name {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.content-list .goods-list li p.goods-price {
	font-family: questrial;
	text-align: left;
}
.prompt{
	margin-top: 20px;
}
.prompt .prompt-icon{
	width: 100%;
	height: 250px;
	margin: auto;
	background-image: url(../images/shop/product_picture.png);
    background-image: image-set(url(../images/shop/product_picture.png) 1x ,url(../images/shop/product_picture_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/shop/product_picture.png) 1x ,url(../images/shop/product_picture_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.prompt p{
	width: 294px;
	margin: auto;
	margin-top: 22px;
	text-align: center;
}
/* about 和 产品 */

.content-item {
	display: none;
}

.content-item.block {
	display: block;
}

.about-content {
	width: 600px;
	margin: 60px auto 0;
}

.about-content h3 {
	font-size: 26px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.about-content .about-text {
	color: #999;
	text-align: center;
	word-break: break-word;
	line-height: 22px;
	font-size: 20px;
	color: #262626;
}

.pagination-wraper {
	margin: 0;
	padding: 10px 0;
	background-color: #FFF;
}

.store-foot {
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
}

.store-foot.foot-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.home-part-view .store-nav ul li.phone-out {
	display:none;
}

/* 最新样式 */
.store-content {
	display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
	display: flex;
	max-width: 1300px;
	padding: 50px 20px;
	margin: 0 auto;
}

.content-list {
	-moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
	flex: 1;
	padding: 38px 20px 0;
}

.store-banner {
	height: 322px;
}

.store-banner img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.store-info-box,
.store-info-block .store-info {
	display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
	display: flex;
}


.store-info-block {
	border-bottom: 1px solid #dcdddd;
}

.store-info-box {
	-ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px;
}

.store-info-block .store-info {
	-ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.store-info-block .store-logo {
	display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 18px;
	border: 1px solid #dcdddd;
}

.store-info-block .store-text {
	max-width: 400px;
	position: relative;
}

.store-info-block .store-text h3 {
	font-size: 30px;
	font-weight: normal;
	font-family: AlternateGothicLT-No1;
	line-height: 1;
	margin-bottom: 4px;
}

.store-info-block .store-text p {
	font-family: abelRegular;
	font-size: 14px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

.store-info-block .store-desc .store-desc-hide {
	max-width: 400px;
	display: none;
	background-color: #f9e68c;
	font-family: abelRegular;
	font-size: 14px;
	padding: 10px;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 10;
}

.store-info-block .store-desc:hover .store-desc-hide {
	display: block;
}

.store-info-block .store-desc .store-desc-hide::before {
	content: ' ';
	display: block;
	border: 6px solid transparent;
	border-bottom-color: #f9e68c;
	position: absolute;
	top: -12px;
	left: 20%;
	z-index: 2;
}

/* 分享 */
.store-share a {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	filter: alpha(opacity=30);
	opacity: .3;
}

.store-share img {
	width: 20px;
	height: 20px;
}

.store-share a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* 左侧菜单 */
.store-menus {
	width: 190px;
}

.store-menus .menus-title {
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: AlternateGothicLT-No1;
	font-size: 24px;
	padding: 10px 0;
	border-bottom: 1px solid #dcdddd;
	cursor: pointer;
	font-weight: normal;
}

.store-menus .menus-title .icon-arrow {
	/* width: 16px;
	height: 16px;
	margin: 4px 0;
	background-image: url(/static/artist/images/baseIcon/up.png);
    background-image: image-set(url(/static/artist/images/baseIcon/up.png) 1x ,url(/static/artist/images/baseIcon/up_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/artist/images/baseIcon/up.png) 1x ,url(/static/artist/images/baseIcon/up_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease; */
	color: #999;
	width: 14px;
	height: 14px;
	font-family: "kinIcon" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.store-menus .menus-title .icon-arrow:before {
	content: "\e713";
}

.store-menus .menus-title .icon-arrow.on:before {
	content: "\e707";
}

.store-menus ul {
	padding: 10px 0;
}

.store-menus ul a {
	display: block;
	height: 30px;
	color: #777777;
	font-size: 14px;
	font-family: abelRegular;
	line-height: 30px;
}

.store-menus li.active a {
	color: #221e1f;
}

.store-menus ul a:hover {
	color: #221e1f;
	text-decoration: underline;
}

.home .pagination-wraper .pagination li {
	font-family: abelRegular;
	font-size: 16px;
}

@media screen and (max-width: 1600px){
	.store-banner {
		height: 268px;
	}
}

@media screen and (max-width: 1400px){
	.store-banner {
		height: 230px;
	}
}

@media screen and (max-width: 1100px){
	.store-banner {
		height: 172px;
	}
}

@media screen and (max-width: 400px){
	.store-banner {
		height: 64px;
	}
}

@media screen and (max-width: 320px){
	.store-banner {
		height: 54px;
	}
}

@media screen and (max-width: 800px){
	.store-banner {
		height: 77px;
	}
	.prompt .prompt-icon {
		height: 100px;
	}
	.content-list .goods-list li {
		width: 50%;
	}
	.store-info-block .store-desc:hover .store-desc-hide {
        display: none;
    }
}
