@charset "utf-8";

/* CSS Document */

.category-title {
	font-size: 1.6em;
	color: #333;
	float: left;
	font-weight: bold;
	display: inline-block;
	padding-left: 20px;
	position: relative;
	text-transform: uppercase;
}

.category-title-k {
	width: 8px;
	height: 22px;
	display: block;
	background: #ff7700;
	position: absolute;
	left: 0;
	top: 11px;
}

.category-keywords {
	height: 30px;
	overflow: hidden;
	margin: 8px 0 0 20px;
	color: #212121;
	font-size: 14px;
	line-height: 30px;
	float: left;
	width: 70%;
}

.category-keywords li {
	float: left;
	margin: 0px;
	color: #989898;
}

.category-keywords li a {
	margin: 0 15px;
	color: #989898;
}

.category-cn {
	margin-bottom: 0;
}

.category-bg {
	padding-bottom: 0em;
}

.category-box {
	background: #ededed;
	padding: 0 1%;
	width: 100%;
}

.category-item {
	width: 19%;
	margin: 20px 1.20% 10px 0;
	font-weight: bold;
	text-align: center;
	float: left;
	position: relative;
}

.category-item:nth-child(5) {
	margin-right: 0;
}

.category-item img {
	display: block;
	width: 100%;
}

.category-item-title {
	font-size: 20px;
	text-align: center;
}

.new-con .off-item .item-title {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}

.category-item-active {
	color: #cb013f;
}

.category-bg2 {
	margin-top: -1.8em;
}

.triangle-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	margin: 0 auto -10px auto;
}

.tringle-display {
	display: none;
}

.tringle-display-active {
	display: block;
}

.pagination-top {
	border-top: 2px solid #e14b92;
}

.promo-banner {
	max-width: 100%;
	text-align: center;
}

.promo-banner img,
.promo-banner-app img {
	width: 100%;
}

.promo-banner-app {
	display: none;
}


/********newCategory*********/

.big-con {
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.big-banner-con {
	display: block;
	width: 240px;
	overflow: hidden;
	position: relative;
	padding: 20px;
	float: left;
}

.bg-1 {
	background: #ffe5b4;
}

.bg-2 {
	background: #b3ffe2;
}

.bg-3 {
	background: #ffd3b3;
}

.bg-4 {
	background: #c9e7ff;
}

.bg-5 {
	background: #ffc8fd;
}

.bg-key-1 {
	background: #d0b88a;
	border: 1px solid #b19a71;
}

.bg-key-2 {
	background: #8ad0b6;
	border: 1px solid #83c2ab;
}

.bg-key-3 {
	background: #d0a88a;
	border: 1px solid #c39e81;
}

.bg-key-4 {
	background: #a6c6df;
	border: 1px solid #a0bdd4;
}

.bg-key-5 {
	background: #dea5dc;
	border: 1px solid #d49ed1;
}

.bg-key-1:hover {
	background: #b19a71;
}

.bg-key-2:hover {
	background: #83c2ab;
}

.bg-key-3:hover {
	background: #c39e81;
}

.bg-key-4:hover {
	background: #a0bdd4;
}

.bg-key-5:hover {
	background: #d49ed1;
}

.big-banner-cat a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.big-banner-cat a:hover {
	color: #fff !important;
}

.big-banner-cat a:last-child {
	margin-right: 0;
}

.big-banner-cat {
	height: 75px;
}

.big-banner-con h3 {
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin: 20px 0 10px 0;
	font-size: 20px;
	color: #555;
}

.big-banner-img {
	text-align: center;
}

.big-banner-right {
	position: relative;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

.big-banner-right a {
	display: block;
	float: left;
	width: 33.3333%;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.big-banner-right>a:nth-child(3)~a {
	border-bottom: 0;
}

.big-banner-right a .top-title {
	color: #797979;
	text-transform: capitalize;
	margin-top: 20px;
	font-size: 18px;
}

.big-banner-right a .right-img {
	/*position: absolute;*/
	width: 120px;
	margin: 0 auto;
}

.big-banner-right a .right-img img {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.big-banner-right {
		/*width: 654px;*/
	}
}

@media screen and (max-width: 480px) {
	.big-banner-right {
		width: 50%;
	}
	.big-banner-cat {
		height: 89px;
	}
	.big-banner-right a {
		width: 100%;
		height: 194px;
	}
	.big-banner-right>a:nth-child(2)~a {
		display: none;
	}
	.big-banner-con {
		width: 50%;
	}
	.big-banner-cat a {}
	.category-keywords {
		margin: 0px 0 10px -20px;
		width: 100%;
		overflow: hidden;
	}
	.big-banner-cat-app {
		margin-left: 10px !important;
	}
}

@media screen and (max-width: 436px) {
	.big-banner-cat a {}
	.promo-banner {
		display: none;
	}
	.promo-banner-app {
		display: block;
		max-width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 380px) {
	.big-banner-cat a {
		width: 100%;
		overflow: hidden;
	}
	.big-banner-right a {
		width: 100%;
		height: 181px;
	}
	.big-banner-cat>a:nth-child(3)~a {
		display: none;
	}
	.big-banner-cat-app {
		margin-left: 0px !important;
	}
	.big-banner-con h3 {
		font-size: 16px;
	}
	.big-banner-con {
		padding: 20px 10px;
	}
}


/********channel*********/

.channel-title {
	color: #cb013f;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	height: 55px;
	line-height: 55px;
}

.hot-title-c {
	margin-top: 3.5em;
}

.hot-title {
	color: #cb013f;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	height: 55px;
	line-height: 55px;
	background: #fff;
	padding: 0 0 0 10px;
}

.channel-banner-left {
	float: left;
	width: 100%;
}

.channel-banner-right {
	float: left;
	width: 33%;
}

.channel-banner img {
	width: 100%;
}

.hot-new {
	margin: 2em auto;
}

.recommend-box-item img {
	width: 100%;
}

.body-bg-gray {
	background: #f4f4f4;
}

.hot-cate-bg {
	background: #fff;
}

.key-word {
	padding: 8px 8px 3px 8px;
}

.key-word a {
	display: block;
	padding: 3px 8px 3px 8px;
	margin: 0px 3px 5px 3px;
	float: left;
	background: #f2f2f2;
	font-size: 14px;
}

.deals-list {
	margin-left: -8px;
	margin-right: -8px;
	overflow: hidden;
}

.deals-list .deals-item-outer {
	width: 50%;
	float: left;
	padding: 8px;
}

.deals-list .deals-item-outer {
	width: 33.3333%;
}

.deals-list .deals-item-inner {
	background-color: #fff;
	overflow: hidden;
	height: 398px;
	position: relative;
}

.deals-list .deals-item-inner2 {
	background-color: #fff;
	overflow: hidden;
	height: 191px;
	position: relative;
}

.deals-list .big-image .deals-item-inner {
	padding: 15px;
}

.deals-item-inner2 {
	padding: 15px;
}

.deals-list .big-image .item-image {
	float: none;
	width: 250px;
	height: 250px;
	margin: auto;
	position: relative;
}

.item-image img {
	width: 100%;
	height: 100%;
	display: block;
}

.deals-list .big-image .item-details {
	float: none;
	width: 100%;
	margin-left: 0;
	padding: 0 5px;
	height: auto;
	position: relative;
}

.deals-list .big-image .item-details h3 {
	margin: 10px 0;
	font-size: 16px;
	line-height: 20px;
}

.deals-list .deals-item-inner .item-details p,
.deals-list .deals-item-inner2 .item-details p {
	margin: 0;
	color: #cb013f;
}

.deals-list .big-image .item-details .current-price {
	margin-top: 0px;
	color: #cb013f;
	font-size: 18px;
	font-weight: bold;
}

.deals-list .big-image .item-details .original-price {
	position: relative;
}

.deals-list .deals-item-inner .item-details .original-price>del {
	color: #999;
	font-size: 13px;
}

.deals-list .deals-item-inner2 .item-details .original-price>del {
	color: #999;
	font-size: 13px;
}

.deals-list .deals-item-inner .item-details .original-price>span {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 6px;
	border-radius: 5px;
	background-color: #f19149;
	font-size: 13px;
	color: #fff;
	position: absolute;
	right: 0;
	font-family: cursive;
}

.deals-list .deals-item-inner2 .item-details .original-price>span {
	display: inline-block;
	margin-left: 10px;
	padding: 1px 6px;
	border-radius: 5px;
	background-color: #f19149;
	font-size: 13px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: cursive;
}

.deals-list .big-image .item-details .stock {
	margin-top: -15px;
	position: relative;
	width: auto;
	bottom: 5px;
}

.deals-list .big-image .item-details .stock {
	margin-left: 170px;
}

.deals-list .deals-item-inner .item-details .stock>p {
	font-size: 13px;
	color: #999;
}

.deals-list .deals-item-inner .item-details .stock .stock-progressbar {
	margin-top: 5px;
	width: 100%;
	height: 12px;
	background-color: #eee;
	border-radius: 76px;
}

.out-stock {
	background: #9a133a;
	color: #fff;
	padding: 0 5px;
	width: 72px;
	border-radius: 5px;
}

.deals-list .deals-item-inner2 .item-image {
	margin-top: 0;
	width: 160px;
	height: 160px;
}

.deals-list .deals-item-inner2 .item-image {
	position: absolute;
}

.deals-list .deals-item-inner2 .item-details {
	margin-left: 170px;
	height: 100%;
	position: relative;
}

.deals-list .deals-item-inner2 .item-details h3 {
	margin: 0px;
	line-height: 22px;
}

@media screen and (max-width: 480px) {
	.deals-item-outer.big-image {
		display: none;
	}
	.deals-list .deals-item-outer {
		width: 100%;
	}
}

@media screen and (max-width: 380px) {
	.item-details p {
		line-height: 18px;
		color: red !important;
	}
	.item-details h3 {
		line-height: 18px;
		margin-bottom: .2em;
	}
	.deals-item-inner2 .original-price {
		padding: 0 0px !important;
		line-height: 18px;
	}
	.deals-list .deals-item-inner2 .item-details .original-price>span {
		padding: 2px 6px;
	}
}

.clearance-bg {
	padding-top: 8px;
}

.clea-x {
	width: 33.333333% !important;
	float: left;
	display: block;
	padding: 3px;
}

.clea-x img {
	border: 1px solid #dfdfdf;
}

.clea-x img:hover {
	border: 1px solid #f39800;
}

.clear-l {
	text-align: left !important;
	position: relative;
}

.tem-price.clear-l {
	font-size: 12px;
}

.item-original-p {
	display: inline-block;
	margin-left: 10px;
	padding: 1px 6px;
	border-radius: 5px;
	background-color: #f19149;
	font-size: 13px;
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 6px;
	font-family: cursive;
}

.deals-item-inner .original-price {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 0px;
	font-size: 11px;
	color: #f60f33;
	position: absolute;
	right: 0;
	width: 100%;
}

.deals-item-inner2 .original-price {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 0px;
	font-size: 11px;
	color: #f60f33;
	position: absolute;
	width: 100%;
	height: 50px;
}

.clearance-li li>.recommend-box-item {
	margin-bottom: 20px !important;
	min-height: 410px;
}

.recommend-box-item:hover {
	transform: scale(1.05, 1.05);
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .1);
	z-index: 999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.category-fl-item:hover {
	transform: scale(1.05, 1.05);
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .1);
	z-index: 999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	cursor: pointer;
}

.categroy-sc {
	display: none;
}

.hotsell-box {
	min-width: 1024px;
	max-width:1200px;
	margin: 0 auto 1em auto;
}

.new-t {
	margin: 2.5em auto 0 .5em auto;
}

.new-t2 {
	margin-top: 16.5em;
}

.new-t3 {
	margin: 3em 0;
}

.new-t4 {
	margin: 4em auto 0em auto;
}

.new-t5 {
	margin-top: 18.5em;
}

.landing-fll {
	margin-top: 10em;
}

@media screen and (max-width: 436px) {
	.category-item {
		width: 120px;
		margin: 10px 0 10px 10px;
		font-weight: bold;
		text-align: center;
		float: left;
		position: relative;
		display: inline;
	}
	.category-item-title {
		font-size: 14px;
	}
	.hot-title-c {
		margin-top: 0;
	}
	.video-box-small {
		width: 98%;
		margin: 0 0 .5em 0;
	}
	.landing-fll {
		margin-top: 0em;
	}
	.category-fll {
		overflow: auto;
	}
	.category-fl-box {
		width: 650px;
		padding: 0;
	}
	.category-bg2 {
		margin-top: 1em;
	}
	.hotsell-box {
		padding: 0 .5em;
		margin-bottom: .5em;
		width: 100%;
		min-width: 100%;
	}
	.item-price {
		font-size: 17px !important;
	}
	.new-t {
		margin: 0.5em 0 0em 0;
	}
	.new-t2 {
		margin-top: 5.5em;
	}
	.new-t3 {
		margin: 0em 0;
	}
	.new-t4 {
		margin: 0;
	}
}


/*************/

.poly-box {
	min-width: 1024px;
	max-width: 1200px;
	margin: 0 auto 2em auto;
}

.poly-left {
	float: left;
	overflow: hidden;
	margin-right: 2.5641%;
	width: 77.23077%;
	border-right: 1px solid #efefef;
	padding-right: 30px;
}

.poly-right {
	float: left;
	margin-bottom: 15px;
	width: 20.20513%;
	text-align: left;
	padding-bottom: 20px;
}

.poly-right h2 {
	margin-bottom: 10px;
}

.poly-con {
	border-bottom: 1px dotted #efefef;
	margin-bottom: 2em;
}

.poly-con img {
	width: 100%;
}

.poly-con p {
	font-size: 14px;
	color: #777;
	font-family: Helvetica, sans-serif;
}

.mosaic-block {
	width: 48%;
	margin-right: 2%;
	float: left;
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.mosaic-block img {
	width: 100%;
}

.mosaic-block p {
	text-align: center;
	margin: 0;
	margin: -10px 0 10px 0;
}

.mosaic-key a {
	float: left;
	margin: 0 10px 0 0;
	text-decoration: underline
}

@media screen and (max-width: 436px) {
	.poly-box {
		width: 100%;
		padding: 0 1em;
	}
	.poly-left {
		width: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
	.poly-right {
		display: none;
	}
}


/**   use-help    **/

.hotsell-box p {
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	color: #515151;
}

.use-help-con1 {
	height: 430px;
}

.use-help-con2 {
	height: 540px;
}

.use-help-con3 {
	height: 640px;
}

.use-help-con {
	position: relative;
}

.use-help {
	position: absolute;
}

.con-1 {
	top: -100px;
	text-align: center;
	position: relative;
}

.con-2 {
	top: 100px;
	text-align: center;
}

.con-1-img {
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.con-3-img {
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.con-1-img-l {
	margin-right: 50px;
}

.con-3-img-l {
	margin-left: 50px;
}

.con-1-line {
	left: 87%;
	top: 160px;
	display: none;
}

.con-2-line {
	top: 320px;
	display: none;
}

.con-3-line {
	right: 0;
	top: 250px;
	display: none;
}

.con-1-p {
	top: 280px;
	width: 560px;
	color: #515151;
	font-size: 20px;
	left: 50%;
	margin-left: -280px;
}

.con-2-p {
	top: 340px;
	left: 50%;
	width: 450px;
	color: #515151;
	font-size: 20px;
	margin-left: -460px;
}

.con-3-p {
	top: 340px;
	right: 50%;
	width: 400px;
	color: #515151;
	font-size: 20px;
	margin-right: -500px;
}

.con-4-p {
	top: 300px;
	left: 0%;
	width: 100%;
	color: #515151;
	font-size: 20px;
	text-align: center;
}

.con-5-p {
	top: 520px;
	left: 0px;
	width: 100%;
	color: #515151;
	font-size: 20px;
	text-align: center;
}


/**************/

.use-help-con1n {
	height: 330px;
}

.use-help-con2n {
	height: 340px;
}

.use-help-con3n {
	height: 330px;
}

.con-1-pn {
	top: 240px;
	width: 560px;
	color: #515151;
	font-size: 20px;
	left: 50%;
	margin-left: -280px;
}

.con-2-pn {
	top: 240px;
	left: 50%;
	width: 450px;
	color: #515151;
	font-size: 20px;
	margin-left: -460px;
}

.con-3-pn {
	top: 240px;
	right: 50%;
	width: 400px;
	color: #515151;
	font-size: 20px;
	margin-right: -500px;
}

.con-4-pn {
	top: 240px;
	left: 0%;
	width: 100%;
	color: #515151;
	font-size: 20px;
	text-align: center;
}

.con-5-pn {
	top: 240px;
	left: 0px;
	width: 100%;
	color: #515151;
	font-size: 20px;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.hotsell-box p {
		width: 100%;
		font-size: 14px;
	}
	.use-help-con1 {
		height: 230px;
	}
	.con-1 {
		top: 10px;
	}
	.use-hel {
		width: 100%;
	}
	.help-a-1 {
		width: 100%;
	}
	.con-1-img {
		width: 100%;
		top: 20px;
		left: auto;
	}
	.con-1-img-r {
		width: 100%;
	}
	.con-1-img-l {
		display: none;
	}
	.con-1-line,
	.con-3-img-l,
	.con-2-line,
	.con-3-line {
		display: none;
	}
	.con-1-p {
		top: 160px;
		width: 100%;
		color: #515151;
		font-size: 14px;
	}
	.use-help-con2 {
		height: 280px;
	}
	.con-2-p {
		top: 190px;
		left: auto;
		width: 100%;
		font-size: 14px;
	}
	.con-3-p {
		top: 200px;
		right: auto;
		width: 100%;
		font-size: 14px;
	}
	.con-3-img {
		top: 30px;
		left: 0;
	}
	.con-4-p {
		top: 160px;
		left: auto;
		width: 100%;
		color: #515151;
		font-size: 14px;
		font-weight: bold;
	}
	.con-5-p {
		top: 280px;
		left: auto;
		width: 100%;
		color: #515151;
		font-size: 14px;
		font-weight: bold;
	}
	.use-help-con3 {
		height: 440px;
	}
	/**************/
	.use-help-con1n {
		height: 330px;
	}
	.use-help-con2n {
		height: 380px;
	}
	.use-help-con3n {
		height: 410px;
	}
	.con-1-pn {
		top: 200px;
		width: 100%;
		color: #515151;
		font-size: 20px;
		left: 0%;
		margin-left: -0px;
	}
	.con-2-pn {
		top: 220px;
		left: 0%;
		width: 100%;
		color: #515151;
		font-size: 20px;
		margin-left: -0px;
	}
	.con-3-pn {
		top: 295px;
		right: 0%;
		width: 100%;
		color: #515151;
		font-size: 20px;
		margin-right: 0px;
	}
	.con-4-pn {
		top: 210px;
		left: 0%;
		width: 100%;
		color: #515151;
		font-size: 20px;
		text-align: left;
	}
	.con-5-pn {
		top: 210px;
		left: 0px;
		width: 100%;
		color: #515151;
		font-size: 20px;
		text-align: left;
	}
}


/****/

.help-banner {
	height: 130px;
}

.wear-1-p {
	top: 240px;
	left: 50%;
	width: 480px;
	color: #515151;
	font-size: 20px;
}

.wear-help-con1 {
	height: 330px;
}

.wear-1-line {
	left: 960px;
	top: 160px;
	width: 130px;
}

.wear-1-img {
	top: 0px;
	left: 560px;
}

.wear-2-p {
	top: 220px;
	left: 20%;
	width: 460px;
	color: #515151;
	font-size: 20px;
}

@media screen and (max-width: 480px) {
	.help-banner {
		height: 40px;
	}
	.wear-help-con1 {
		height: 300px;
	}
	.wear-1-p {
		top: 240px;
		left: auto;
		width: 100%;
		font-size: 14px;
	}
	.wear-2-p {
		top: 230px;
		left: auto;
		width: 100%;
		font-size: 14px;
	}
	.wear-1-img {
		top: 0px;
		left: auto;
	}
}


/**************/

.use-pd-con1 {
	height: 390px;
}

.wear-p {
	font-size: 16px;
	color: #666;
	margin: 0 0 20px 0;
}

h3.wear-title {
	position: absolute;
	z-index: 5;
	width: 100%;
}

.con-31-img {
	width: 100%;
	top: 80px;
	left: auto;
	text-align: center;
}

.con-wear1-img {
	text-align: center;
	margin: 0 0 0 -20%;
}

.wear-wear1-p {
	width: 480px;
	color: #515151;
	font-size: 20px;
	text-align: c;
	margin: -140px 60px 0 50%;
	float: left;
}

.con-wear2-img {
	text-align: center;
	margin: 0 0 0 20%;
}

.wear-wear2-p {
	width: 480px;
	color: #515151;
	font-size: 20px;
	text-align: c;
	margin: -100px 0px 0 -10%;
	float: left;
}

.hd-b {
	border: 1px solid #ddd;
	padding: 5px;
}

.con-1-h {
	top: 180px;
	width: 420px;
	color: #515151;
	font-size: 20px;
	left: 5%;
}

.con-2-h {
	top: 150px;
	width: 420px;
	color: #515151;
	font-size: 20px;
	left: 35%;
}

.use-h-con1 {
	height: 300px;
}

.con-3lh-img {
	width: 100%;
	top: 0px;
	left: auto;
	text-align: center;
}

.category-contion a{
	display: block;
	width: 50%;
	float: left;
}
.category-contion a span{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}

.categroy-con-bg{
	 background: url("../../images/detail/title-sizeChart.jpg") no-repeat;
	 color: #fff;
	 background-position: center;
	 font-weight: bold;
	 margin-bottom: 20px;
	  text-shadow: 0px 0px 5px #F2698C;
}

.category-human a{
	width: 25%;
	margin-top: 10px;
}


@media screen and (max-width: 480px) {
	.use-pd-con1 {
		height: 220px;
	}
	.con-1-img {
		width: 100%;
		top: 80px;
		left: auto;
	}
	.con-wear1-img,
	.con-wear2-img {
		margin: 0;
	}
	.wear-wear1-p,
	.wear-wear2-p {
		float: auto;
		width: 100%;
		min-width: 100%;
		margin: 0;
	}
	.con-1-h {
		top: 140px;
		width: 100%;
		min-width: 100%;
		color: #515151;
		font-size: 20px;
		left: auto;
		margin-left: 0;
		position: relative;
	}
	.con-2-h {
		top: 150px;
		width: 100%;
		min-width: 100%;
		color: #515151;
		font-size: 20px;
		left: auto;
		margin-left:0px;
	}
	.use-h-con1 {
    height: 240px;
}
	.con-3lh-img {
		width: 100%;
		top: 0px;
		left: auto;
		text-align: center;
	}
	.categroy-con-bg {
    width: 100%;
}
}