@charset "UTF-8";

.fz14 {
	font-size: 14px;
}

.fz16 {
	font-size: 16px;
}

.fz18 {
	font-size: 18px;
}

.fz20 {
	font-size: 20px;
}

.fz24 {
	font-size: 24px;
}

.fz30 {
	font-size: 30px;
}

.img {
	font-size: 0;
}

.img img {
	display: block;
	max-width: 100%;
}

.ui.ui.ui.container:not(.fluid) {
	width: 1200px;
}

@font-face {
	font-family: 'SourceHanSansCN-Medium';
	src: url("../font/SourceHanSansCN-Medium.ttf");
}

html.ios {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

html.ios,
html.ios body {
	height: initial !important;
}

a:hover {
	color: #fc8bbc;
}

.pusher {
	position: relative;
}

.shade {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.8);
}

.isPc {
	display: block;
}

.isMobile {
	display: none;
}

.g-hd {
	margin-bottom: 30px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/bg_01.jpg);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 22px;
	color: #fc8bbc;
}

body {
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	font-family: 'SourceHanSansCN-Medium';
}

.font_size_big {
	font-size: 18px;
}

.font_size_big .fz16 {
	font-size: 18px;
}

.font_size_big .fz18 {
	font-size: 20px;
}

.font_size_big .fz20 {
	font-size: 22px;
}

.font_size_big .fz24 {
	font-size: 26px;
}

.font_size_big .fz30 {
	font-size: 32px;
}

.font_size_big .propup-box .content li {
	width: 33.33%;
}

.font_size_big footer ul li {
	width: 33.33%;
}

.ui.checkbox input[type=checkbox],
.ui.checkbox input[type=radio] {
	width: 100%;
}

.ui.checkbox input[type="checkbox"]:checked~label:before {
	background: #fc8abb !important;
}

.ui.checkbox input[type="checkbox"]:checked~label:after {
	color: #fff !important;
	font-size: 12px;
}

.ui.radio.checkbox input:checked~.box:after,
.ui.radio.checkbox input:checked~label:after {
	background-color: #fc8abb !important;
}

.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before {
	border-color: #fc8abb !important;
}

.gh {
	display: none;
}

.g-button {
	padding: 10px 25px;
	color: #fff;
	transition: all .3s;
	border-radius: 3px;
}

.g-button:hover {
	background: #fb2884;
}

.menu_blocker {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.8);
}

#go-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: calc((100% - 1200px) / 2 - 80px);
	z-index: 1000;
	width: 45px;
	height: 45px;
	border-radius: 10px;
	background-color: #cccccc;
	text-align: center;
}

#go-top i {
	font-size: 40px;
	color: #fff;
}

.ui.inverted.menu {
	padding-bottom: 40px;
	background: #fff;
	font-size: 16px;
}

.ui.inverted.menu .item {
	position: relative;
	border: 1px solid #eee;
	color: #fc8bbc;
	padding-left: 35px;
}

.ui.inverted.menu .item i {
	font-size: 18px;
}

.ui.inverted.menu .item .menu_nav_icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 35px;
	text-align: center;
}

.ui.inverted.menu .item .right_side_nav_icon {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	font-size: 16px;
}

.ui.inverted.menu .login-nav {
	margin-bottom: 20px;
}

.ui.inverted.menu .category-nav h4 {
	background: #f5f5f5;
	line-height: 42px;
	padding-left: 15px;
	font-size: 18px;
}

.ui.inverted.menu .category-nav li {
	color: #fc8bbc;
	border-bottom: 1px solid #eee;
}

.ui.inverted.menu .category-nav li a {
	position: relative;
	display: block;
	padding: 10px 28px 10px 10px;
	border: none;
	line-height: 1.4;
}

.ui.inverted.menu .category-nav li .right_side_nav_icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

header {
	position: relative;
	z-index: 999;
}

header .header-bd {
	justify-content: space-between;
	position: relative;
	display: flex;
	align-items: center;
}

header .header-bd .tips{
    width: 220px;
}

header .logo {
	width: 144px;
	height: 111px;
	background: #fc8bbc;
}

header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	/* background-size: 82px; */
	background-size: 100%;
	background-position: center;
}

header .flex-right {
	/* margin-left: auto; */
	display: flex;
	align-items: center;
}

header .search-box button {
	color: #fc8bbc;
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 22px;
}

header .line {
	margin: 0 30px;
	display: block;
	width: 1px;
	height: 25px;
	background-color: #dcdcdc;
}

header .login-btn a {
	display: flex;
	align-items: center;
}

header .login-btn img {
	margin-right: 14px;
	display: block;
	width: 25px;
}

header .cart-btn {
	margin-left: 40px;
}

header .cart-btn a {
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	padding: 10px 25px;
	padding-right: 35px;
	background: #fc8bbc;
	border-radius: 3px;
	color: #fff;
}

header .cart-btn img {
	display: block;
	margin-right: 10px;
}

header .cart-btn .num {
	position: absolute;
	top: 8px;
	right: 8px;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #fff;
	color: #fc8bbc;
	text-align: center;
}

.nav {
	border-top: 1px solid #e5e5e5;
}

.nav .container {
	position: relative;
	padding-right: 85px;
}

.nav ul {
	display: flex;
}

.nav li {
	position: relative;
	border-left: 1px solid #e5e5e5;
	flex: 1;
}

.nav li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	z-index: 2;
}

.nav li:hover::before {
	background: #fc8bbc;
}

.nav a {
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.nav a span {
	display: block;
	margin-left: 15px;
}

.nav a img {
	display: block;
	width: 26px;
}

.nav i {
	display: block;
	font-size: 22px;
	color: #fc8bbc;
}

.nav .more {
	position: absolute;
	top: -1px;
	right: 0;
	width: 85px;
	height: 100%;
}

.nav .more button {
	width: 100%;
	height: calc(100% + 1px);
	background-color: #fc8bbc;
	border: none;
	cursor: pointer;
}

.propup-box {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	z-index: 999;
}

.propup-box .item {
	display: none;
	position: absolute;
	z-index: 100;
	background: #f9f9f9;
	width: 100%;
}

.propup-box .hd {
	position: relative;
	padding: 15px 25px 15px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.propup-box .hd button {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	background: #fff;
	font-size: 20px;
	border: 1px solid #ccc;
	width: auto;
	padding: 0 3px;
	border-radius: 5px;
	line-height: 1;
	transition: all .3s;
	cursor: pointer;
}

.propup-box .hd button:hover {
	border-color: #fc8bbc;
	background: #fc8bbc;
	color: #fff;
}

.propup-box .content li {
	padding-left: 2px;
	padding-right: 2px;
	width: 25%;
}

.propup-box .content li:hover {
	background: #e0e0e0;
}

.propup-box .content li:hover i {
	right: 0;
}

.propup-box .content li a {
	position: relative;
	display: block;
	border-top: 1px dashed #ccc;
	padding: 10px 24px 10px 35px;
}

.propup-box .content li i {
	font-size: 1.3em;
	transition: all .3s;
}

.propup-box .content li .menu_nav_icon {
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
}

.propup-box .content li .right_side_nav_icon {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -9px;
}

.propup-box .btn {
	background: #000;
}

.propup-box .btn button {
	padding: 10px 0;
	border: none;
	width: 100%;
	color: #fff;
	font-size: 30px;
	background: transparent;
	cursor: pointer;
	transition: all .3s;
}

.propup-box .btn button:hover {
	background: #fc8bbc;
}

.propup-box .shopping .hd {
	justify-content: center;
}

.propup-box .shopping .hd .option {
	display: flex;
	align-items: center;
}

.propup-box .shopping .hd .option span {
	display: block;
	border: 1px solid #777777;
	text-align: center;
	color: #777777;
	cursor: pointer;
}

.propup-box .shopping .hd .option span.active {
	border-color: #ff4000;
	background: #ff4000;
	color: #fff;
}

.propup-box .shopping .hd .option .little {
	margin-left: 15px;
	margin-right: 10px;
	width: 36px;
	line-height: 22px;
	font-size: 14px;
}

.propup-box .shopping .hd .option .big {
	width: 45px;
	line-height: 30px;
	font-size: 18px;
}

.main {
	/* padding-bottom: 4.9vw;
	background-repeat: no-repeat; */
	background-position: center;
	background-size: 800px;
}

.my-main {
	padding: 0;
	padding-bottom: 5vw;
}

footer {
	background: #fff;
}

footer .link-list {
	padding: 60px 0 80px;
}

footer ul {
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
}

footer ul li {
	padding: 0 30px;
	width: 25%;
}

footer ul li:hover .right_side_nav_icon {
	transform: translateX(4px);
}

footer ul li:nth-child(4n) {
	margin-right: 0;
}

footer ul li a {
	padding-left: 30px;
	position: relative;
	display: flex;
	align-items: center;
	height: 46px;
	border-bottom: 1px solid #eeeeee;
}

footer ul li i {
	font-size: 1.3em !important;
}

footer ul li .menu_nav_icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
}

footer ul li .right_side_nav_icon {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	transition: all .3s;
}

footer .copy {
	padding: 20px 0;
	color: #fff;
	text-align: center;
	background-color: #fc8bbc;
}

.pages {
	margin-top: 60px;
	text-align: center;
}

.pages a {
	margin: 5px;
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #848484;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
}

.pages a.active,
.pages a:hover {
	background: #fc8abb;
	color: #fff;
	border-color: #fc8abb;
}

.breadcrumb-box {
	padding: 25px 0 30px;
	display: flex;
	align-items: center;
}

.breadcrumb-box .icon {
	margin-right: 14px;
	line-height: 1;
	font-size: 0;
}

.breadcrumb-box .ui.breadcrumb {
	font-size: 14px;
}

.breadcrumb-box .ui.breadcrumb a {
	color: #5f5f5f;
}

.number-select .spinner {
	border: solid 1px #dcdcdc;
	display: flex;
	white-space: nowrap;
	width: 190px;
}

.number-select button {
	width: 55px;
	height: 47px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/icon_35.png);
	background-size: 8px 3px;
	background-color: #d2d2d2;
	border: none;
	cursor: pointer;
}

.number-select button:hover {
	background-color: #ccc;
}

.number-select .val {
	display: block;
	width: 80px;
	height: 47px;
	background: #fff;
	border: none;
	text-align: center;
}

.number-select .add {
	background-image: url(../images/icon_36.png);
	background-size: 15px 16px;
}

.g-tags {
	display: flex;
}

.g-tags span {
	margin-right: 10px;
	display: block;
	padding: 5px 12px;
	line-height: 1;
	min-width: 64px;
	background: #fc8bbc;
	color: #fff;
}

.g-address li {
	margin-bottom: 20px;
	padding: 30px 35px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.g-address li.active {
	border-color: #fc8abb;
}

.g-address li.active .default button {
	background-color: #fc8abb;
}

.g-address .ui.checkbox {
	margin-top: 3px;
	align-self: start;
	width: 24px;
	height: 24px;
}

.g-address .ui.checkbox label:before {
	width: 24px;
	height: 24px;
}

.g-address .ui.checkbox input[type=radio] {
	height: 100%;
}

.g-address .ui.checkbox input[type="radio"]:checked~label:after {
	font-size: 18px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #fc8abb;
	color: #fff;
	border-radius: 5px;
}

.g-address .txt {
	padding: 0 20px;
	width: 48%;
}

.g-address .txt .user-info {
	font-size: 1em;
	margin-bottom: 10px;
}

.g-address .txt .user-info span {
	margin-right: 25px;
}

.g-address .txt .user-info span:last-child {
	margin-right: 0;
}

.g-address .txt .address {
	font-size: .88em;
	color: #5f5f5f;
}

.g-address .default button {
	display: block;
	width: 190px;
	height: 45px;
	background-color: #c3c3c3;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.g-address .btns {
	margin-left: auto;
}

.g-address .btns a {
	margin-bottom: 17px;
	display: flex;
	align-items: center;
}

.g-address .btns a i {
	display: block;
	margin-right: 5px;
	font-size: 1.4em;
}

.g-address .btns a:last-child {
	margin: 0;
}

.g-address .btns a span {
	color: #5f5f5f;
}

.g-address .btns a:hover {
	color: #fc8abb;
}

.g-address .btns a:hover span {
	color: #fc8abb;
}
.g-product-list ul{
	margin: -7px;
	display: flex;
	flex-wrap: wrap;
}
.g-product-list li {
	width: 20%;
	padding: 7px;
}
.g-product-list li a {
	display: block;
	padding: 20px 25px;
	height: 100%;
	border: solid 1px #eeeeee;
	background: #fff;
	transition: all .3s;
}
.g-product-list li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color: initial;
}

.g-product-list li a:hover .tit {
	text-decoration: underline;
	color: #fc8bbc;
}

.g-product-list .img {
	position: relative;
	width: 100%;
}

.g-product-list .img img {
	display: block;
	width: 100%;
	/* height: 180px; */
	height: auto;
}

.g-product-list .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(252, 139, 188, 0.8);
	display: block;
	font-size: 14px;
	color: #fff;
	/* width: 64px; */
	line-height: 20px;
	text-align: center;
}

.g-product-list .txt {
	padding-top: 15px;
	
}

.g-product-list .txt .tit {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.g-product-list .txt .jy {
	color: #fc8bbc;
}

.g-product-list .btn {
	margin-top: 45px;
}

.g-product-list .btn a {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 110px;
	border-radius: 20px;
	box-shadow: 0 5px #ff4882;
}

.g-product-list .btn a span {
	position: relative;
	display: block;
	width: 100%;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: #f8a3b7;
	border-radius: 20px;
	border: 1px solid #f10b57;
	box-shadow: 0 2px #f10b57;
	transition: all .1s;
	opacity: .8;
}

.g-product-list .btn a span:hover {
	opacity: 1;
}

.g-product-list .btn a i {
	position: absolute;
	left: 20px;
	bottom: 3px;
	display: flex;
	align-items: center;
	width: auto;
}

.g-product-list .btn a i::before,
.g-product-list .btn a i::after {
	content: '';
	display: inline-block;
	background: #fff;
}

.g-product-list .btn a i::before {
	margin-right: 3px;
	width: 4px;
	height: 3px;
	border-radius: 50%;
}

.g-product-list .btn a i::after {
	width: 35px;
	height: 3px;
	border-radius: 10px;
}

.g-product-list .btn a:active span {
	transform: translateY(4px);
}



@media only screen and (max-width: 1199px) {
	.ui.ui.ui.container:not(.fluid) {
		padding: 0 2%;
		width: auto; 
	}

	* {
		-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	}

	.fz30 {
		font-size: 22px;
	}

	.fz24 {
		font-size: 20px;
	}

	.fz18 {
		font-size: 16px;
	}

	.fz16 {
		font-size: 14px;
	}

	.fz14 {
		font-size: 13px;
	}

	.font_size_big .fz30 {
		font-size: 24px;
	}

	.font_size_big .fz24 {
		font-size: 22px;
	}

	.font_size_big .fz18 {
		font-size: 18px;
	}

	.font_size_big .fz16 {
		font-size: 16px;
	}

	.font_size_big .fz14 {
		font-size: 14px;
	}

	header .ui.container {
		margin: 0 !important;
		padding: 0 !important;
	}
	header .line{
		margin: 0 15px;
	}
	header .cart-btn{
		margin: 0 30px;
	}
	.nav .ui.container{
		padding-right: 85px !important;
	}
	.nav a img {
		width: 20px;
	}

	.nav a span {
		margin-left: 5px;
	}

	footer ul {
		margin: 0 -15px;
	}

	footer ul li {
		padding: 0 15px;
		width: 33.33%;
	}

	#go-top {
		right: 15px;
	}

	.number-select .spinner {
		width: 160px;
	}

	.number-select button {
		width: 40px;
		height: 40px;
	}

	.number-select .val {
		height: 40px;
	}

	.pages a {
		width: 30px;
		line-height: 30px;
	}

	.g-tags span {
		padding: 4px 9px;
		min-width: 50px;
		font-size: .9em;
	}

	.g-address li {
		padding: 20px;
	}

	.g-address .ui.checkbox {
		width: 17px;
		height: 17px;
	}

	.g-address .ui.checkbox label:before,
	.g-address .ui.checkbox label:after {
		width: 17px;
		height: 17px;
	}

	.g-address .ui.checkbox input[type="radio"]:checked~label:after {
		width: 17px;
		height: 17px;
		line-height: 19px;
		font-size: 10px;
	}

	.g-address .txt {
		padding: 0 15px;
	}

	.g-address .default button {
		width: 150px;
		height: 45px;
		font-size: .88em;
	}
	
	.g-product-list li{
		width: 25%;
	}
	.g-product-list li a{
		padding: 15px;
	}
	
}

@media only screen and (max-width: 991px) {

	input,
	textarea {
		-webkit-appearance: none;
		/*去除input默认样式*/
	}

	html {
		min-height: 100%;
		position: relative;
	}

	body {
		position: static;
	}

	img {
		max-width: 100%;
	}

	.height {
		height: 100%;
		overflow: hidden;
	}

	.wrapper {
		width: auto;
		margin: 0 5%;
	}

	.isPc {
		display: none;
	}

	/* .isMobile {
		display: block;
	} */ 
    header .header-bd .cart-btn{
        display: none;
    }

	.gh {
		margin-right: 15px;
		display: block;
		background-color: transparent;
		border: 2px solid #facde3;
		color: #ea7498;
		border-radius: 5px;
		width: 40px;
		height: 47px;
		text-align: center;
	}

	.gh i {
		margin-top: 2px;
		display: block;
		width: 100%;
		font-size: 22px;
	}

	.gh span {
		font-size: 11px;
	}

	.fz30 {
		font-size: 20px;
	}

	.fz24 {
		font-size: 18px;
	}

	.font_size_big .propup-box .content li,
	.font_size_big footer ul li {
		width: 100%;
	}

	.ui.ui.ui.container:not(.fluid) {
		width: auto;
	}

	header .ui.container {
		width: auto;
	}

	header .header-bd {
		position: relative;
		justify-content: space-between;
		align-items: center;
	}

    header .header-bd .tips{
        width: 200px;
    }

	header .header-bd .logo {
		/* width: 135px; */
		width: 120px;
		height: 90px;
	}

	header .header-bd .login-btn {
		display: none;
	}

	header .header-bd .search-box {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		padding-left: 20px;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 110;
		font-size: 14px;
	}

	header .header-bd .search-box button {
		width: 60px;
	}

	header .header-bd .search-box.isShow {
		display: flex;
	}

	header .header-bd .line {
		display: none;
	}

	header .header-bd .mobile-search {
		margin-right: 20px;
	}

	header .header-bd .mobile-search button {
		padding: 5px;
		display: block;
		background: transparent;
		border: 2px solid #facde3;
		color: #ea7498;
		width: 40px;
		height: 47px;
		border-radius: 5px;
		font-size: 22px;
	}

	header .header-bd .cart-btn {
		margin: 0;
		margin-right: 20px;
		font-size: 11px;
		text-align: center;
	}

	header .header-bd .cart-btn a {
		padding: 5px;
		display: block;
		background: transparent;
		border: 2px solid #facde3;
		color: #ea7498;
		width: 40px;
		height: 47px;
		border-radius: 5px;
	}

	header .header-bd .cart-btn img {
		display: none;
	}

	header .header-bd .cart-btn i {
		font-size: 22px;
		text-align: center;
	}

	header .header-bd .cart-btn .num {
		top: -10px;
		right: -12px;
		color: #fff;
		background: #fc8bbc;
	}

	.nav li {
		padding: 0 10px;
	}

	.nav .more {
		padding: 0;
	}

	.nav a {
		padding: 10px 0;
		display: block;
		text-align: center;
	}

	.nav a img {
		margin: 0 auto;
		display: block;
	}

	.nav a span {
		margin-top: 2px;
		display: block;
	}

	.propup-box .content li {
		width: 100%;
	}

	footer .link-list {
		padding: 0;
	}

	footer ul li {
		width: 100%;
	}
	
	.g-product-list li{
		width: 50%;
	}
	.g-product-list li a{
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.fz20 {
		font-size: 16px;
	}

	.fz24 {
		font-size: 18px;
	}

	.fz30 {
		font-size: 20px;
	}

	.font_size_big .fz30 {
		font-size: 20px;
	}

	.ui.ui.ui.container:not(.fluid) {
		padding: 1rem 0;
		width: auto;
	}

	
	header .header-bd .logo{
		width:85px;
		height: 75px;
	}
	header .logo a{
		/* background-size: 50px; */
		background-size: 100%;
	}
	/* header .header-bd .tips{
		width: 110px;
	} */
	header .header-bd .search-box {
		padding-left: 10px;
	}

	header .header-bd .mobile-search,
	header .header-bd .cart-btn {
		margin-right: 10px;
	}

	.nav .container {
		padding-right: 0;
	}

	.nav li {
		flex: none;
		padding: 0;
		width: 16.66%;
	}

	.nav a span {
		margin-left: 0;
		font-size: 10px;
	}

	.nav .more {
		width: 16.66%;
	}

	.g-address li {
		padding: 15px;
		flex-wrap: wrap;
	}

	.g-address .txt {
		margin-bottom: 20px;
		padding: 0 0 0 10px;
		width: 93%;
	}

	.g-address .default button {
		padding: 12px 15px;
		width: auto;
		height: auto;
	}

	.propup-box .content li {
		padding: 0 15px;
	}

	.g-product-list ul{
		margin: -4px;
	}
	.g-product-list li{
		padding: 4px;
		width: 50%;
	}
	.g-product-list li a{
		padding: 10px;
	}
}

