html,body{
	font-family: 'Noto Sans CJK KR';
}
img{
	max-width: 100%;
	height: auto;
}
.icon-heart-fill{
	color: #FF0068!important;
}
.icon-cart:visited,.icon-heart:visited{
	color: #ff0068;
	},
.link-current {
	color: #EEFF00;
}

.highligt-text {
	color: #FF0068;
}

.box-copy {
	display: none;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 190px;
	width: 100%;
	z-index: 200;
	background: #FFF;
	padding-bottom: 10px;
	box-shadow: 0 2px 2px 0px #eee;
}

.box-copy .category-search-box {
	width: 1176px;
	margin: 0 auto;
	padding: 0;
}

.js2-btn-border,
.js2-btn-solid {
	display: inline-block;
	line-height: 30px;
	padding: 0 1em;
	border-radius: 4px;
	cursor: pointer;
}

.action-list a.js2-btn-solid {
	color: #ff0068;
}

.js2-btn-border .icon-img,
.js2-btn-solid .icon-img {
	width: 16px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.js2-btn-border {
	border: 1px solid #FFF;
}

.js2-btn-solid {
	background-color: #FFF;
	color: #FF0068;
}

.js2-platform-wrap {
	max-width: 1176px;
	margin: 0 auto;
}

.js2-platform-wrap.w1366 {
	max-width: 1366px;
}

.js2-platform-wrap.w1280 {
	max-width: 1280px;
}
.js2-platform-wrap.w1920 {
	max-width: 1920px;
}

/* 头部 */
.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	height: 130px;
	background-color: #FFF;
}

.header.index {
	/* height: 200px; */
	height: 128px;
	background-color: transparent;
}


.box-shadow {
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
	background-color: #FFF !important;
}

.page-title {
	/* font-size: 16px; */
	font-size: 12px;
	padding-left: 4em;
}

.title-text {
	/* margin-top: -65px; */
	margin-top: -52px;
	/* font-size: 20px; */
	font-size: 16px;
	font-weight: bold;
	/* margin-bottom: 10px; */
	margin-bottom: 5px;
}
.description-text{
	font-size: 12px;
}

.platform-header {
	/* height: 190px;
	background: url('/assets/images/top-bg.png') center top/100% 174px no-repeat; */
	height: 130px;
	background: url('/assets/images/top-bg.png') center top/100% 118px no-repeat;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
}

@media screen and (min-width: 2560px) {
	.header-wrap,.index .page-title,.why-title-wrap {
		max-width: 1366px;
	}
	.page-title{
		max-width: 1366px;
	}
}

.header-wrap a {
	color: #FFF;
}

.header-wrap a.link-current {
	color: #EEFF00;
}

.header-wrap .logo {
	/* width: 240px; */
	width: 210px;
	margin-top: -30px;
}

.header-wrap .menu-box {
	width: 60%;
	/* padding-top: 39px; */
	padding-top: 15px;
}

.action-list {
	display: flex;
	font-size: 15px;
	align-items: center;
	justify-content: space-between;
}

.action-list .links {}

.action-list .links a {
	margin-right: 67px;
}

.action-list .btns {
	display: flex;
}
.action-list .btns .js2-btn-solid:last-child{
	margin-right: 0;
}

.action-list .btns .js2-btn-border,
.action-list .btns .js2-btn-solid {
	margin: 0 8px;
}

.platform-list {
	display: flex;
	justify-content: space-between;
	/* padding-top: 50px;
	font-size: 20px; */
	padding-top: 40px;
	font-size: 16px;
}

.platform-list a {
	margin-right: 30px;
	white-space: nowrap;
}

.platform-list a:last-child {
	margin-right: 0;
}

.platform-list a:hover {
	color: #EEFF00;
}


/* 平台页面主体内容 */
.platform-main {
	margin-top: 174px;
	padding-bottom: 30px;
}

.head-block {
	position: relative;
	padding-top: 68px;
}

.section-title {
	color: #ff0068;
	font-size: 24px;
	text-shadow: 0 0 #ff0068;
	text-align: center;
}

.section-title .js2-btn-border {
	font-size: 12px;
	border-color: #FF0068;
	line-height: 22px;
	padding: 0 10px;
	border-radius: 2em;
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 10px;
	color: #ff0068;
}

.section-title .js2-btn-border .icon-img {
	width: 12px;
	margin-left: 5px;
	margin-right: 0;
}

/* 菜单、搜索框 */
.category-search-box {
	margin-top: 37px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 50px;
}

.category-box {}

.category-title {
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	line-height: 2;
	cursor: pointer;
	position: relative;
	padding-left: 32px;
	color: #ff0068;
}

.category-box .icon-img {
	width: 18px;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 8px;
}

.category-title:hover .category-list {
	display: block;
}

.category-list {
	display: none;
	font-size: 16px;
	border: 1px solid #CCC;
	padding: 20px 0;
	position: absolute;
	left: 0;
	top: calc(100%);
	z-index: 10;
	background-color: #FFF;
	white-space: nowrap;
	border-radius: 6px;
	min-height: 540px;
	min-width: 180px;
}

.sub-category .sub-category li:hover a {
	border-bottom: 1px dashed #ff0068;
}

.category-list li {
	padding: 0 35px 0 30px;
}

.category-list li .sub-category {
	display: none;
	position: absolute;
	top: -1px;
	left: 100%;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 20px 0;
	min-height: 540px;
	min-width: 180px;
}

.category-list li:hover>.sub-category {
	display: block;
}

.category-list a {
	font-size: 15px;
	line-height: 2.4;
}
.sub-category li{
	height: 1.8em;
}
.sub-category a{
	font-size: 14px;
	line-height: 2;
}

.category-list li:hover>a {
	color: #FF0068;
}

.category-list .icon-img {
	width: 26px;
	margin-right: 3px;
}

.search-box {
	display: flex;
	align-items: center;
}

.search-box .keyword-input {
	width: 720px;
	border: 1px solid #9F9F9F;
	line-height: 54px;
	border-radius: 54px;
	box-sizing: border-box;
	padding: 0 2em;
	outline: none;
	font-size: 16px;
}

.search-box .keyword-input::-webkit-input-placeholder {
	color: #999;
}

.search-box .keyword-input::-moz-input-placeholder {
	color: #999;
}

.search-box .search-btn {
	min-width: 200px;
	line-height: 56px;
	background: #FF1062;
	text-align: center;
	border-radius: 56px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-left: 28px;
	cursor: pointer;
}

.search-box .search-btn .icon-img {
	width: 20px;
	margin-top: -6px;
	vertical-align: middle;
	margin-right: 5px;
}

/* 商品列表 */
.goods-list-group {}

.goods-list-box {
	display: flex;
	margin-bottom: 60px;
}

.category-img {
	min-width: 252px;
	max-width: 252px;
	height: 450px;
	margin-right: 16px;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
}

.goods-list-box .goods-list {}

.goods-list-box .goods-list ul {
	display: flex;
	flex-wrap: wrap;
}

.goods-list-box .goods-list ul li {
	margin-right: 12px;
	width: 172px;
}

.goods-list-box .goods-list .goods-title {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

.goods-list-box .goods-list ul li:nth-child(5n) {
	margin-right: 0;
}

.goods-list-box .goods-list ul li:nth-child(1),
.goods-list-box .goods-list ul li:nth-child(2),
.goods-list-box .goods-list ul li:nth-child(3),
.goods-list-box .goods-list ul li:nth-child(4),
.goods-list-box .goods-list ul li:nth-child(5) {
	margin-bottom: 25px;
}

.goods-list-box .goods-list img {
	width: 172px;
	height: 172px;
	border-radius: 6px;
}

/* 首页 */

.full-banner {
	width: 100%;
	margin-top: 106px;
}

.full-banner img {
	width: 100%;
}

/* why title */
.why-title {
	height: 100px;
	background: url('/assets/images/title-bg-reverse.png') center/100% 78px no-repeat;
	position: relative;
	z-index: 10;
	margin-top: -85px;
}

.why-title-text {
	font-size: 24px;
	font-weight: bold;
}

.why-title-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.user-number {
	font-size: 28px;
	border: 3px solid #FF1062;
	line-height: 1.5;
	padding: 0 1em;
	border-radius: 40em;
	background-color: #FFF;
	margin-top: -26px;
}

.number-text {
	font-size: 44px;
	font-weight: bold;
}

.index-main {
	background-color: #ECECEC;
	margin-top: -12px;
	padding-top: 1px;
}

.question-box {
	display: flex;
	flex-wrap: wrap;
	padding: 35px 0;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.question-box .question-item {
	width: 40%;
	margin-bottom: 25px;
}

.question-box .question-item:nth-child(2),
.question-box .question-item:nth-child(5) {
	width: 35%;
}

.question-box .question-item:nth-child(3),
.question-box .question-item:nth-child(6) {
	width: 25%;
}

.question-box .question-title {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	background-color: #FFF;
	border-radius: 2em;
	padding: 3px 1em;
}

.question-box .question-content {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

/**/
.show-ad-container {
	background-color: #F6F6F6;
}

.show-ad-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 90px;
	padding-left: .5em;
}

.show-ad-wrap {
	width: 1200px;
	margin: 0 auto;
}

.show-ad-wrap img {
	width: 100%;
}

/* 采集弹窗 */
#cboxContent {}

#cboxContent select {
	height: 40px;
	outline: none;
	border: 2px solid #ff0068;
	width: 240px;
	margin: 5px 0;
}

#cboxContent .pop_err {
	padding: 20px 0 20px 0;
}

#cboxContent #is_caiji_goods_desc {
	margin-top: -3px;
}

#cboxContent .cat-second {
	display: none;
}

/* vvic页面 */
.cart_add{
	width: 138px;
	text-align: center;
}

.cart_add input{
	padding: 0;
}
.vvic-banner{
	position: relative;
	cursor: pointer;
}

.vvic-banner .icon-play{
	display: none;
	width: 70px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.vvic-banner:hover .icon-play{
	display: block;
}

.md-box{
	margin-top: 50px;
}
.md-box .md-list{
	margin-top: 42px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.md-box .md-box-title{
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}
.md-box .item{
	width: 14.96%;
	font-size: 18px;
	text-align: center;
}
.md-box .item img{
	border-radius: 10px;
	margin-bottom: 20px;
}

.recommend-goods-list{
	margin-top: 72px;
}
.recommend-goods-list .cate-name{
	font-size: 28px;
	color: #FF0068;
	white-space: nowrap;
	margin-right: 20px;
}
.recommend-title .top{
	display: flex;
}
.recommend-goods-list .date-links{
	width: 100%;
	color: #000;
	text-align: right;
	border-bottom: 1px solid #ff0068;
	line-height: 1.8;
	padding-bottom: 5px;
}
.recommend-goods-list .date-links a{
	margin-left: 32px;
}
.recommend-goods-list .date-links a:hover{
	color: #FF0068;
}
.recommend-goods-list .bottom{
	text-align: right;
	margin-top: 30px;
}
.recommend-goods-list .bottom .item{
	margin-left: 20px;
}
.recommend-goods-list .bottom a.item{
	color: #999;
}
.recommend-shop{
	display: flex;
	border: 1px solid #9F9F9F;
	border-radius: 20px;
	padding: 28px;
	margin-top: 50px;
}
.recommend-shop .shop-name{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 15%;
}
.recommend-shop .name-text{
	font-size: 18px;
}
.recommend-shop .shop-name .btns{

}
.recommend-shop .shop-name .js2-btn{
	border: 1px solid #9F9F9F;
	background-color: #FFF;
	border-radius: 2em;
	width: 102px;
	line-height: 38px;
	margin-top: 12px;
	cursor: pointer;
	font-size: 15px;
}
.recommend-shop .shop-name .js2-btn.active{
	background-color: #ff0068;
	border: 1px solid #ff0068;
	color: #FFF;
}
.recommend-shop .goods-list{
	display: flex;
	justify-content: space-between;
	width: 85%;
}
.recommend-shop .goods-list a:hover,.hot-goods-list a:hover{
	color: #ff0068!important;
}
.recommend-shop .goods-list .item{
	width: 18%;
}

.recommend-shop .goods-list .item .thumb,.hot-goods-list .item .thumb{
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.recommend-shop .goods-list .item .thumb .tag,.hot-goods-list .item .tag{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #F2F2F2;
	border-radius: 6px 0 6px;
	font-size: 9px;
	line-height: 18px;
	min-width: 48px;
	text-align: center;
}
.hot-goods-list .item .tag {
	font-size: 12px;
	line-height: 24px;
	min-width: 63px;
}
.js2-product-tag{
	position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 6px 0 6px 0!important;
    font-size: 9px!important;
    line-height: 18px;
}
.hot-goods-list .item .js2-product-tag{
    font-size: 12px!important;
    line-height: 24px;
}
.recommend-shop .goods-list .item .thumb .tag.black,.hot-goods-list .item .tag.black{
	background-color: #8F8F8F;
	color: #FFF;
}
.recommend-shop .goods-list .item .name,.hot-goods-list .item .name{
	font-size: 14px;
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
}
.hot-goods-list .item .name{
	font-size: 16px;
}
.recommend-shop .goods-list .item img,.hot-goods-list .item img{
	border-radius: 8px;
	vertical-align: middle;
	overflow: hidden;
}
.recommend-shop .goods-list .item img{
	max-height: 170px;
}
.hot-goods-list .item img{
	max-height: 210px;
}
.recommend-shop .goods-list .item .actions,.hot-goods-list .item .actions{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recommend-shop .goods-list .item .actions .iconfont,.hot-goods-list .item .iconfont{
	font-size: 20px;
	cursor: pointer;
	margin: 0 2px;
	color: #999;
}
.hot-goods-list .item .iconfont{
	font-size: 24px;
}
.recommend-shop .goods-list .item .actions .icon-cart,.hot-goods-list .item .actions .icon-cart{
	margin-top: -2px;
}
.recommend-shop .goods-list .item .actions .iconfont:hover{
	color: #ff0068;
}
.hot-goods-list{
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hot-goods-list .item{
	width: 18%;
	margin-bottom: 50px;
}
