/*这个文件里面放的是 首页的样式*/
body{

	background-image: url("/static/home/img/dbg.png");
}
#root{
	width: 100%;
	text-align:center;
	margin: 0;
	padding: 0;
	border: 0;
}
.pc-home-container {
	width: 1190px;
	margin: 0 auto !important;
}
.main {
	width: 100%;
	height: 455px;
	/*margin-left: 219px;*/
	margin-top: 10px;
}
.focus {
	position: relative;
	width: 850px;
	height: 455px;
	background-color: #fff;
}
.arrow-l,
.arrow-r {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 24px;
	height: 40px;
	background: rgba(0, 0, 0, .3);
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: 'icomoon';
	font-size: 18px;
}
.arrow-r {
	right: 0;
}
.circle {
	position: absolute;
	bottom: 10px;
	left: 50px;
}
.circle li {
	float: left;
	width: 8px;
	height: 8px;
	/*background-color: #fff;*/
	border: 2px solid rgba(255, 255, 255, 0.5);
	margin: 0 3px;
	border-radius: 50%;
	/*鼠标经过显示小手*/
	cursor: pointer;

}
.current {
	background-color: #fff;
	/*box-shadow: */
}
.newsflash {
	background-color: #fff;
	width: 250px;
	height: 455px;
}
.news {
	height: 163px;
	border: 1px solid #ccc;
}
.news-hd {
	height: 32px;
	/*dotted 点线  dashed  虚线*/
	border-bottom: 1px dotted #ccc;
	padding:0  15px;
	font-size: 14px;
	line-height: 32px;

}
.news-hd a {
	float: right;
	font-size: 12px;
	font-family: 'icomoon';
}
.news-bd {
	padding: 10px 0 0 15px;
}
.news-bd li {
	height: 23px;
}
.lifeservice {
	overflow: hidden;
	height: 208px;
	border: 1px solid #ccc;
	border-top: none;
}
.lifeservice ul {
	width: 252px;
}
.lifeservice li {
	position: relative;
	float: left;
	width: 62px;
	height: 70px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.lifeservice li a {
	display: block;
	/* overflow: hidden; 解决i 引起的 外边距塌陷合并的问题*/
	overflow: hidden;
	height: 100%;
}
.lifeservice li p {
	text-align: center;
}
.hot {
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 15px;
	background: url(../img/jian.jpg) no-repeat;
}
.service_ico {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icons.png) no-repeat;
	margin: 10px auto;
}
.service_ico_huafei {
	background-position: -17px -16px;
}
.service_ico_feiji {
	width: 26px;
	background-position: -78px -16px;
}
.bargain {
	height: 75px;
	margin-top: 5px;
}
/*推荐模块*/
.recommend {
	height: 163px;
	margin-top: 10px;
}
.recom-hd {
	width: 200px;
	height: 163px;
	background-color: #5c5251;
	text-align: center;
}
.recom-hd img {
	margin: 30px 0 10px 0;
}
.recom-hd h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.recom-bd {
	width: 1000px;
	height: 163px;
	background-color: #ebebeb;
}
.recom-bd li {
	float: left;
	width: 249px;
	height: 145px;
	border-right: 1px solid #ccc;
    margin-top: 10px;
}
.recom-bd .last {
	border-right: 0;
}
/*floor 楼层区*/
.box-hd {
	height: 30px;
	border-bottom: 2px solid #c81623;
	margin-top: 25px;
}
.box-hd h3 {
	float: left;
	font-size: 20px;
}
.tab-list {
	float: right;
	line-height: 30px;
}
.tab-list li {
	float: left;
}
.tab-list li a {
	margin: 0 15px;
}
.box-bd {
	height: 360px;
}
.w209 {
	width: 209px;
	background-color: #f9f9f9;
}
.w329 {
	width: 329px;
}
.w219 {
	width: 219px;
	border-right: 1px solid #ccc;
}
.w220 {
	width: 220px;
	border-right: 1px solid #ccc;	
}
.tab-con li {
	float: left;
	height: 360px;
}
.tab-con-item {
	border-bottom: 1px solid #ccc;
}
.tab-con-list {
	overflow: hidden;
	margin-bottom: 15px;
}
.tab-con-list li {
	width: 86px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #ccc;
	margin-left: 10px;
	text-align: center;
}
.box-bd li {
	overflow: hidden;
}
.box-bd img {
	/*过渡写到本身上， 谁做动画，给谁加*/
	transition: all .2s;
}
/*我们鼠标经过图片 往右走 8px*/
.box-bd img:hover {
	margin-left: 8px;
}
/*电梯导航*/
.fixedtool {
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -676px;
	width: 66px;
	background-color: #fff;
}
.fixedtool li {
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.fixedtool .current {
	background-color: #c81623;
	color: #fff;
}
 .header-line{
	 height: 55px;
	 border-left: 2px solid #ff5f00;
	 width: 0;
	 margin-left: 80px;
	 margin-right: 10px;
	 margin-top: 15px;
 }
.header-long-region {
	width: 50px;
	height: 64px;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding-left: 10px;
	padding-top: 10px;
}
 .header-region-text {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #ff5f00;
}
.newsflash {
	background-color: #fff;
	width: 26%;
	height: 456px;
	border-radius: 18px;
}
.user-info-bg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 26%;
	height: 200px;
}

.rax-view-1 {
	box-sizing: border-box;
	display: flex;
	position: relative;
	flex-direction: column;
	flex-shrink: 0;
	align-content: flex-start;
	border: 0 solid #000;
	margin: 0;
	padding: 0;
	min-width: 0;
}
.user-info .user-avatar .avatar-image {
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.user-info .user-avatar .user-nick {
	margin-top: 10px;
	font-size: 12px;
	color: #333;
}
.user-info .user-login .user-login-button {
	text-decoration: none;
	border: 1px solid transparent;
	width: 82px;
	height: 32px;
	border-radius: 4px;
	background-color: #ff5000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-info .user-login .user-login-button .user-login-text {
	color: #fff;
	font-size: 14px;
}

.user-info .user-login .user-login-button .user-login-text {
	color: #fff;
	font-size: 14px;
}
.user-info .user-login .user-register {
	text-decoration: none;
	margin-left: 30px;
	width: 118px;
	height: 32px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ff5000;
}
.content-bottom {
	margin: 20px 0!important;
	width: 100%;
}
.item-feed {
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	padding: 0 18px;
	width: 1190px;
}
.item-feed .item-feed-header {
	height: 70px;
	flex-direction: row;
	align-items: center;
}
.item-feed .item-feed-header .header-title {
	font-weight: 700;
	font-size: 24px;
	/*color: #333;*/
	margin-right: 5px;
}
.element.style {
	width: 65px;
	height: 20px;
}
.item-feed .list {
	width: 1154px;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.item-feed .list .item {
	width: 215px;
	height: 26%;
	margin-bottom: 15px;
	border-radius: 12px;
	padding: 7px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}
.item-feed .feed-load-more {
	width: 1190px;
	height: 50px;
	justify-content: center;
	align-items: center;
}
.item-feed .feed-load-more .load-text {
	font-size: 12px;
	color: #999;
}




/*尾部*/

.tb-footer {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 125px;
	margin-top: 20px;
	padding-bottom: 9px;
	background-color: #fff;
	font-size: 12px;
}
.tb-footer p {
	padding-bottom: 8px;
	overflow: hidden;
	*zoom: 1;
}
.tb-footer b {
	margin: 0 3px;
	font-weight: 400;
	color: #ddd;
}
.tb-footer em,
.tb-footer span {
	color: #9c9c9c;
}
.tb-footer em {
	margin-left: 30px;
	font-style: normal;
}
.tb-footer span {
	margin: 0 4px;
}
.tb-footer .tb-footer-hd,
.tb-footer .tb-footer-bd,
.tb-footer .tb-footer-ft {
	width: 1190px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tb-footer-tp {
	padding-bottom: 0;
}
.tb-footer .tb-footer-hd a,
.tb-footer .tb-footer-bd a {
	white-space: nowrap;
	color: #6c6c6c;
	text-decoration: none;
}
.tb-footer .tb-footer-hd a:hover,
.tb-footer .tb-footer-bd a:hover {
	color: #f40;
	text-decoration: none;
}
.tb-footer .tb-footer-hd {
	padding-top: 7px;
	border-top: 1px solid #ddd;
}
.tb-footer .tb-footer-hd p {
	margin-bottom: 8px;
	line-height: 27px;
	border-bottom: 1px solid #ddd;
}
.tb-footer .tb-footer-ft a {
	margin-right: 15px;
}
.tb-footer .tb-footer-mod {
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.tb-footer-with-logo {
	min-height: 170px;
}
.tb-footer .tb-footer-tp p {
	border-bottom: 0;
}
.tb-footer .tb-footer-tp span {
	color: #6c6c6c;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding-right: 10px;
	border-right: 1px solid #6c6c6c;
}
.tb-footer .tb-footer-tp .line-title {
	border-right: 0;
	margin-right: 10px;
}
.tb-footer .tb-footer-tp .area-name {
	cursor: pointer;
}
.tb-footer .tb-footer-tp img {
	vertical-align: middle;
}

.site-nav-cbu-cover {
	background: black;
	width: 100%;
	height: 3000px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: fixed;
	_position: absolute;
	top: 0;
	z-index: 100000000;
}
.site-nav-cbu-cover iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 100%;
	height: 100%;
}
.site-nav-cbu-iframe {
	width: 630px;
	height: 340px;
	border: 0 none;
	z-index: 100000001;
	position: fixed;
	_position: absolute;
	top: 25%;
	left: 25%;
}



/*.w {*/
/*	width: 100%;*/
/*	margin: 0 auto;*/
/*}*/

.first-screen {
	flex-direction: row !important;
	justify-content: space-between !important;
	float: left;
}
.rax-view {
	box-sizing: border-box;
	display: flex;
	position: relative;
	flex-direction: column;
	flex-shrink: 0;
	align-content: flex-start;
	border: 0 solid #000;
	margin: 0;
	padding: 0;
	min-width: 0;
}
.first-screen .first-spot {
	flex-direction: row;
	background-color: #fff;
	width: 72%;
	height: 570px;
	border-radius: 18px;
}
.homepage-category {
	width: 190px;
	position: relative;
}
.category-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.homepage-category .category-title {
	width: 190px;
	height: 30px;
	margin-top: 10px;
	justify-content: center;
	align-items: center;
}
.homepage-category .category-title .category-title-text {
	font-size: 16px;
	color: #ff5200;
}
.homepage-category .category-list {
	width: 200px;
	height: 520px;
	margin-top: 8px;
}
.category-list {
	width: 1150px;
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.homepage-category .category-list .first-category-wrap {
	text-decoration: none;
	color: #666;
	width: 172px;
	padding-left: 10px;
	height: 36px;
	justify-content: flex-start;
	align-items: center;
	/*position: relative;*/
	cursor: pointer;
	display: flex;
}
.homepage-category .category-list .first-category-wrap .first-category-text {
	text-align:left;
	word-wrap: break-word;
	font-size: 12px;
	color: #666;
}
.homepage-category .category-list .first-category-wrap .first-category-archor {
	font-size: 30px;
	color: #999;
	position: absolute;
	right: 0px;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.first-screen .first-spot .first-scrren-middle {
	width: 670px;
	padding-left: 10px;
}
.homepage-navbar {
	flex-direction: row;
	height: 30px;
	align-items: center;
	margin-top: 10px;
}
.homepage-navbar .navbar-link {
	text-decoration: none;
	margin-right: 15px;
	height: 20px;
	line-height: 20px;
}
.homepage-navbar .navbar-link .navbar-picture {
	height: 20px;
}
.homepage-navbar .navbar-link {
	text-decoration: none;
	margin-right: 15px;
	height: 20px;
	line-height: 20px;
}
.homepage-carousel {
	width: 640px;
	height: 260px;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 5px;
}
.homepage-navbar .navbar-link .navbar-picture {
	height: 20px;
}
fieldset, img {
	border: 0;
}
.homepage-carousel {
	width: 640px;
	height: 260px;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 5px;
}
.swiper-container-pointer-events {
	touch-action: pan-y;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-pagination-bullet:only-child {
	display: none!important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2;
}
.grid-line-1 {
	flex-direction: row;
	width: 640px;
	justify-content: space-between;
	margin-top: 10px;
}
.grid-line-1 .grid {
	width: 315px;
	height: 224px;
}
.grid-line-1 .grid .grid-header {
	flex-direction: row;
	align-items: center;
}
.grid-line-1 .grid .grid-header .grid-title {
	margin-left: 5px;
	font-weight: 700;
	font-size: 14px;
}
.rax-text-v2 {
	box-sizing: border-box;
	display: block;
	white-space: pre-wrap;
}
.grid-line-1 .grid .grid-content {
	width: 315px;
	height: 200px;
	margin-top: 5px;
	border-radius: 12px;
	background: url(https://img.alicdn.com/imgextra/i1/O1CN01g2P2Dl1mTta3PtJVP_!!6000000004956-2-tps-315-200.png);
	background-size: 100% 100%!important;
}
.grid-line-1 .grid .grid-content {
	width: 315px;
	height: 200px;
	margin-top: 5px;
	border-radius: 12px;
	background: url(https://img.alicdn.com/imgextra/i1/O1CN01g2P2Dl1mTta3PtJVP_!!6000000004956-2-tps-315-200.png);
	background-size: 100% 100%!important;
}
.grid-line-1 .grid .grid-content {
	width: 315px;
	height: 200px;
	margin-top: 5px;
	border-radius: 12px;
	background: url(https://img.alicdn.com/imgextra/i1/O1CN01g2P2Dl1mTta3PtJVP_!!6000000004956-2-tps-315-200.png);
	background-size: 100% 100%!important;
}
.grid-line-1 .grid .grid-content .items .item .item-price .price-bg {
	position: absolute;
	top: 0;
	left: 0;
}
.grid-line-1 .grid .grid-content .items .item .item-price .price-text {
	margin-left: 35%;
	z-index: 1;
	font-size: 16px;
	color: #fff;
}
.grid-line-1 .grid .grid-content .items .item .item-price .price-text {
	margin-left: 35%;
	z-index: 1;
	font-size: 16px;
	color: #fff;
}
address, cite, dfn, em, var {
	font-style: normal;
}
.grid-line-1 .grid .grid-content .items {
	margin-top: 50px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.grid-line-1 .grid {
	width: 315px;
	height: 224px;
}
.grid-line-1 .grid .grid-header {
	flex-direction: row;
	align-items: center;
}
.grid-line-1 .grid {
	width: 315px;
	height: 224px;
}
.grid-line-1 .grid .grid-header .grid-title {
	margin-left: 5px;
	font-weight: 700;
	font-size: 14px;
}
.rax-text-v2 {
	box-sizing: border-box;
	display: block;
	font-size: 4.26667vw;
	white-space: pre-wrap;
}
.grid-line-1 .grid .grid-content {
	width: 315px;
	height: 200px;
	margin-top: 5px;
	border-radius: 12px;
	background-size: 100% 100%!important;
}
.grid-line-1 .grid .grid-content .items {
	margin-top: 50px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.grid-line-1 .grid .grid-content .items .item {
	display: flex;
	position: relative;
	border-radius: 12px;
	text-decoration: none;
	overflow: hidden;
	margin: 0 5px;
}
.first-screen .user-center {
	margin-left: 20px;
	background-color: #fff;
	width: 26%;
	height: 570px;
	border-radius: 18px;
}
.user-info {
	width: 100%;
	height: 35%x;
	padding-top: 40px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.user-info .user-info-bg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
}
.user-info .user-avatar {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: none;
	z-index: 1;
}
.user-info .user-avatar .avatar-image {
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.user-info .user-avatar .user-nick {
	margin-top: 10px;
	font-size: 12px;
	color: #333;
}
.user-info .taocoin-wrap {
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(https://img.alicdn.com/imgextra/i2/O1CN010kE2D31c5wiINZxOj_!!6000000003550-2-tps-100-21.png);
	background-size: 100% 100%;
}
.user-info .taocoin-wrap .coin {
	width: 24px;
	height: 24px;
	position: absolute;
	left: -3px;
}
.user-info .taocoin-wrap .taocoin-text {
	font-size: 10px;
	color: #ff5000;
	margin-left: 12px;
}
.user-info .user-login {
	margin-top: 15px;
	flex-direction: row;
}
.user-info .user-login .user-login-button {
	text-decoration: none;
	border: 1px solid transparent;
	width: 82px;
	height: 32px;
	border-radius: 4px;
	background-color: #ff5000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-info .user-login .user-login-button .user-login-text {
	color: #fff;
	font-size: 14px;
}
.user-info .user-login .user-register {
	text-decoration: none;
	margin-left: 30px;
	width: 118px;
	height: 32px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ff5000;
}
.user-info .user-login .user-register .register-icon {
	width: 18px;
	height: 24px;
}
.user-info .user-login .user-register .user-register-text {
	margin-left: 10px;
	color: #ff5000;
	font-size: 13px;
	
	min-font-size: 12px;
}
.service-main-title {
	font-size: 16px;
	font-weight: 700;
	margin: 30px 0 20px 20px;
	color: #333;
}
.user-service {
	width: 26%;
	padding: 0 15px;
	flex-direction: column;
	height: 284px;
	justify-content: space-around;
}
.user-service .service {
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	height: 48px;
	width: 280px;
}
.user-service .service .service-icon {
	width: 48px;
	height: 48px;
}
.user-service .service .service-desc {
	flex: 1;
	height: 48px;
	align-items: flex-start;
	justify-content: center;
	margin-left: 10px;
}
.user-service .service .service-desc .service-title {
	font-size: 12px;
	color: #333;
}
.user-service .service .first-category-archor {
	font-size: 35px;
	color: #ccc;
}
.item-feed {
	background: #fff;
	padding: 0 18px;
	width: 1190px;
}
.item-feed .list {
	width: 1154px;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.item-feed .list .item {
	width: 215px;
	height: 310px;
	margin-bottom: 15px;
	border-radius: 12px;
	padding: 7px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}
.item-feed .list .item .item-image-wrap {
	width: 215px;
	height: 215px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #f4f4f4;
}
.rax-image .item-image{
	width: 215px;
	height: 215px;
	object-fit: contain;
}
.item-feed .list .item .item-title {
	margin: 10px 5px 5px;
	height: 44px;
	overflow: hidden;
}
.item-feed .list .item .item-title .title-text {
	line-height: 22px;
	font-size: 16px;
	color: #111;
}
.item-feed .list .item .item-price {
	flex-direction: row;
	align-items: center;
}
.item-feed .list .item .item-price .symbol-text {
	font-family: Microsoft Yahei;
	font-size: 14px;
	margin-top: 4px;
	color: #ff5000;
}
.item-feed .list .item .item-price .price-text {
	font-size: 22px;
	color: #ff5000;
}
.item-feed .list .item .item-price .bought-text {
	margin-left: 10px;
	font-size: 14px;
	color: #999;
}



/*猜你喜欢*/
.homepage-category .category-layout {
	width: 666px;
	height: 93%;
	display: none;
	border-radius: 12px;
	flex-direction: row;
	border: 2px solid #ff5000;
	background: #fff;
	position: absolute;
	padding-bottom: 20px;
	z-index: 10;
	left: 190px;
	top: 40px;
}
.homepage-category .show{
	display: flex!important;
}
.homepage-category .category-layout .second-category-list {
	width: 390px;
	height: 510px;
	padding: 20px;
	overflow: auto;
	border-right: 1px solid #f4f4f4;
}
.homepage-category .category-layout .second-category-list .second-category-wrap {
	margin-bottom: 20px;
}
/*.rax-view {*/
/*	box-sizing: border-box;*/
/*	display: flex;*/
/*	position: relative;*/
/*	flex-direction: column;*/
/*	flex-shrink: 0;*/
/*	align-content: flex-start;*/
/*	border: 0 solid #000;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	min-width: 0;*/
/*}*/
.homepage-category .category-layout .second-category-list .second-category-wrap .second-category {
	text-decoration: none;
}
.homepage-category .category-layout .second-category-list .second-category-wrap .third-category-list {
	width: 350px;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	margin-top: 10px;
	flex-wrap: wrap;
}
.homepage-category .category-layout .second-category-list .second-category-wrap .third-category-list .third-category {
	text-decoration: none;
	margin-right: 20px;
}
.homepage-category .category-layout .second-category-list .second-category-wrap .third-category-list .third-category .third-category-text {
	font-size: 12px;
	color: #999;
}
.homepage-category .category-layout .just-for-u {
	width: 280px;
	height: 525px;
	padding: 20px;
	overflow: hidden;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homepage-category .category-layout .just-for-u .header-title {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
	font-weight: 700;
	color: #333;
}
.homepage-category .category-layout .just-for-u .just-for-u-item {
	width: 110px;
	display: flex;
	margin-bottom: 25px;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}
.rax-image .item-image{
	width: 110px;
	height: 110px;
}
.homepage-category .category-layout .just-for-u .just-for-u-item .item-title {
	font-size: 14px;
	color: #999;
}
.homepage-category .category-layout .second-category-list {
	width: 390px;
	height: 510px;
	padding: 20px;
	overflow: auto;
	border-right: 1px solid #f4f4f4;
}
.homepage-category .category-layout .just-for-u {
	width: 280px;
	height: 525px;
	padding: 20px;
	overflow: auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.second-category-text {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	text-align: left;
}
.header-title{
	text-align: left;
}































