@charset "utf-8";

/*首页-焦点图*/
.slider {
	position: relative;
	width: 100%;
	height: 460px;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}lianxifangshi

.slider .sliders li {
	width: 100%;
	height: 100%;
	position: relative;
}

.slider .sliders img {
	width: 1200px;
	height: 460px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

.slider .slider-nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.slider .slider-nav li {
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-radius: 50%;
	background-color: #000;
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: pointer;
;
}

.slider .slider-nav li.active {
	background-color: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
}

.hotlist {
	margin-top: 10px;
}

.hotlist .list-item {
	position: relative;
}

.hotlist .list-item img {
	width: 100%;
	display: block;
}

/*首页-精选*/
.choiceness {
	position: relative;
}

.choiceness .tab-navs {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.choiceness .tab-navs .tab-nav {
	float: left;
	height: 26px;
	padding: 0 30px;
	font-size: 14px;
	color: #515151;
	line-height: 26px;
	letter-spacing: 1px;
	border: 2px solid #fff;
	border-radius: 15px;
	cursor: pointer;
}

/*0509原 color: #454545;*/
.choiceness .tab-navs .tab-nav.on {
	border-color: #d1d1d1;
	font-weight: bold;
}

.choiceness .tab-navs .tab-nav:hover {
	color: #e40011;
}

.choiceness .tab-navs .tab-nav.on:hover {
	color: #e40011;
	border-color: #e40011;
}

.choiceness .tab-conts {
	padding-top: 35px;
	background: #f1f1f1;
}

.choiceness .tab-conts .img-box {
	width: 392px;
	height: 300px;
	text-align: center;
	font-size: 0;
	*display: block;
	vertical-align: middle;
}

.choiceness .tab-conts .list-item {
	position: relative;
}

.choiceness .tab-conts .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../imgs/preload.png) no-repeat center;
}

.kinds {
	margin-top: 10px;
	margin-bottom: 10px;
}

.kinds .kinds-box {
	height: 198px;
	background-color: #fff;
}

.kinds .list-item .img-r {
	width: 392px;
	height: 198px;
}

.kinds .list-item .img-r img {
	width: 100%;
	height: 100%;
	background: url(../imgs/preload.png) no-repeat center;
}

.icon-more {
	width: 45px;
	height: 45px;
	background: url(../imgs/icons.png) -343px -35px no-repeat;
	margin: 50px auto 20px;
}

.kinds-more {
	font-size: 18px;
	color: #878787;
	text-align: center;
}

.kinds-more a:hover {
	color: #e40011;
}

@media (max-width:1260px) {
	.choiceness .tab-conts .img-box {
		width: 320px;
		height: 245px;
	}

	.kinds .kinds-box {
		height: 162px;
	}

	.kinds .kinds-box .l {
		padding: 20px 0 0 34px;
	}

	.kinds .list-item .img-r {
		width: 162px;
		height: 162px;
	}

	.icon-more {
		margin: 30px auto 10px;
	}
}

/*首页-热卖*/
.hot-sale {
	position: relative;
	text-align: center;
	padding-bottom: 50px;
}

.hot-sale .list-item {
	margin-bottom: 25px;
}

.hot-sale .img-box {
	background-color: #f5f5f5;
	height: 294px;
	text-align: center;
}

@media (max-width:1260px) {
	.hot-sale .img-box {
		height: 236px;
	}
}

.hot-sale .img-box img {
	max-width: 100%;
	max-height: 100%;
}

.hot-sale .title {
	font-size: 16px;
	margin: 20px 0;
}

.choiceness .list-item:hover,
.hot-sale .list-item:hover,
.hotlist .list-item:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*频道首页channel_vision*/
.hot-pro:hover,
.hot-proImg:hover,
.span-col1:hover,
.more-explore .list-item:hover,
.floor-pho:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

/*频道首页-分类名称*/
.category-title {
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.category-name {
	color: #010101;
	font-size: 24px;
	text-indent: 20px;
	font-weight: normal;
}

.category-name span {
	display: inline-block;
	block;
	vertical-align: baseline;
}

.special-subTitle {
	font-size: 16px;
	color: #b0b0b0;
}

.browse-more {
	color: #b0b0b0;
	font-size: 16px;
	margin-right: 20px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	display: block;
	height: 100%;
}

.browse-more:hover {
	color: #c50011;
}

/*频道首页-热卖*/
/*.pro-name{display:block;font-size: 22px;color: #010101;margin-bottom: 5px;}*/
/*.pro-use{font-size:16px;color: #515151;}*/
.hot-pro {
	background-color: #f5f5f5;
	text-align: center;
	height: 392px;
}

.pro-imgBox {
	width: 392px;
	height: 392px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.pro-imgBox img {
	max-width: 100%;
	max-height: 100%;
}

.hot-proImg {
	height: 190px;
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
}

.hot-proImg img {
	max-width: 100%;
	max-height: 100%;
}

.mt12-10 {
	margin-top: 12px;
}

@media (max-width:1260px) {
	.hot-pro {
		height: 320px;
	}

	.pro-imgBox {
		width: 320px;
		height: 320px;
	}

	.hot-proImg {
		height: 155px;
	}

	.mt12-10 {
		margin-top: 10px;
	}
}

/*频道首页-热门主题*/
.hot-topic {
	margin-left: -2px;
	margin-top: -2px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.hot-topic li {
	margin-left: 2px;
	margin-top: 2px;
	height: 200px;
	line-height: 200px;
	float: left;
	width: 195px;
	width: 194px\9;
	transition: .3s;
}

.hot-topic li:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	border-radius: 50%;
	transition: .3s;
	cursor: pointer;
}

.hot-topic li a {
	color: #fff;
	display: block;
}

.bgCol-yel-1 {
	background-color: #c29a5d;
}

.bgCol-yel-2 {
	background-color: #d5ba8f;
}

.bgCol-yel-3 {
	background-color: #e7b171;
}

.bgCol-yel-4 {
	background-color: #e8b88a;
}

.bgCol-blue-1 {
	background-color: #6d4ce3;
}

.hot-topic li.bgCol-blue-1 {
	width: 392px;
}

.bgCol-blue-2 {
	background-color: #45adba;
}

.bgCol-blue-3 {
	background-color: #40afdd;
}

.bgCol-red-1 {
	background-color: #ca4a49;
}

.bgCol-red-2 {
	background-color: #e17692;
}

.bgCol-red-3 {
	background-color: #f1aab8;
}

.hot-topic li.bgCol-red-2 {
	height: 402px;
	line-height: 402px;
}

.hot-topic li.bgCol-red-3 {
	margin-top: -200px;
}

@media (max-width:1260px) {
	.hot-topic li {
		width: 159px;
	}

	.hot-topic li.bgCol-blue-1 {
		width: 320px;
	}

	.hot-topic li {
		height: 159px;
		line-height: 159px;
	}

	.hot-topic li.bgCol-red-2 {
		height: 320px;
		line-height: 320px;
	}

	.hot-topic li.bgCol-red-3 {
		margin-top: -159px;
	}
}

/*频道首页-楼层*/
.floor-pro {
	text-align: center;
}

.span-col2 {
	height: 596px;
	position: relative;
}

.span-row2 {
	width: 596px;
	position: relative;
	z-index: 2;
}

.span-col1 {
	position: relative;
	background-color: #f5f5f5;
}

.span-col1 a {
	height: 294px;
}

.span-col-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

.floor-pho {
	background-color: #f5f5f5;
	text-align: center;
}

.floor-pro img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width:1260px) {
	.span-col2 {
		height: 484px;
	}

	.span-row2 {
		width: 484px;
	}

	.span-col1 a {
		height: 236px;
	}
}

/*频道首页-更多探索*/
.more-explore {
	height: 180px;
	position: relative;
	margin-bottom: 60px;
}

.more-explore .slider-head {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	right: 0;
	top: -25px;
}

.more-explore .slider-head li {
	float: left;
	margin-right: 15px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #f1f1f1;
	cursor: pointer;
	border-radius: 50%;
}

.more-explore .slider-head li.active {
	background: #828282;
}

.more-explore .list-item {
	height: 180px;
	background-color: #f5f5f5;
	margin-top: 5px;
}

.more-explore .list-item a,
.more-explore .list-item img {
	display: block;
	height: 100%;
	width: 100%;
}

@media (max-width:1260px) {
	.more-explore .more-explore {
		height: 146px;
	}
}

/*专题页面*/
/*专题页面-人气优选*/
.slider2 {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 500px;
	overflow: hidden;
	zoom: 1;
}

.slider2 .sliders li {
	width: 100%;
	height: 100%;
	position: relative;
}

.slider2 .sliders img {
	width: 1920px;
	height: 500px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.slider2 .slider-nav {
	position: absolute;
	right: 10%;
	bottom: 20px;
}

.slider2 .slider-nav li {
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-radius: 50%;
	background-color: #000;
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: pointer;
;
}

.slider2 .slider-nav li.active {
	background-color: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
}

.special-popular {
	height: 301px;
	overflow: hidden;
}

@media (max-width:1260px) {
	.special-popular {
		height: 246px;
	}
}

.special-box {
	background-color: #f5f5f5;
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.special-box:hover {
	background-color: #f8f4f1;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.special-phoName {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	z-index: 2;
	color: #fff;
	background-color: #515151;
	background-color: rgba(0, 0, 0, .3);
}

.special-box:hover .special-phoName,
.hot-pro:hover .special-phoName {
	display: block;
}

.special-box img {
	max-width: 100%;
	max-height: 100%;
}

/*专题页面-滚动导航*/
.nav_title {
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #7d7d7d;
}

.special-floorNav {
	width: 90px;
	text-align: center;
	background: #fdfdfd;
	position: fixed;
	left: 2%;
	top: 160px;
}

.special-floorNav .nav {
	width: 90px;
	height: 90px;
	line-height: 20px;
	border-bottom: 1px solid #d0d0d0;
	cursor: pointer;
}

.special-floorNav ul {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.special-floorNav span {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-top: 8px;
	background: url(../imgs/icons.png) no-repeat;
}

.special-floorNav span.icon_span1 {
	background-position: 0 -452px;
}

.special-floorNav span.icon_span2 {
	background-position: -60px -452px;
}

.special-floorNav span.icon_span3 {
	background-position: -120px -452px;
}

.special-floorNav span.icon_span4 {
	background-position: -180px -452px;
}

.special-floorNav span.top {
	margin-top: 20px;
	background-position: -240px -452px;
}

.special-floorNav li.on {
	background-color: transparent;
	color: #e40011;
}

.special-floorNav .nav:hover {
	background-color: transparent;
	color: #e40011;
}

.btn-check {
	border-radius: 6px;
}

.btn-check:hover {
	background-color: #c50011;
}

/*鼠标滑过半透明文字*/
.index-channel .span-col1:hover {
	box-shadow: none;
}

.hover-txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	background-color: rgba(255, 255, 255, .8);
	color: #4c4c4c;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;
	justify-content: center;
	opacity: 0;
	filter: alpha(opacity=0);
	*padding-top: 100px;
}

.hover-txt span {
	width: 100%;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.index-channel a:hover .hover-txt {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*专题页面-适应手机端*/
@media (max-width:768px) {
	.special-container {
		width: 100%;
	}

	.special-floorNav {
		display: none;
	}

	.slider2 {
		min-width: 100%;
		height: auto;
	}

	.slider2 .sliders li {
		height: 0;
		padding: 20% 0;
	}

	.slider2 .sliders li img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
		width: auto;
		height: 100%;
	}

	.special-container .browse-more {
		border: 1px solid #d1d1d1;
		margin-top: 10px;
		padding: 0 10px;
		line-height: 30px;
		height: 30px;
		border-radius: 20px;
	;
	}

	.special-popular,
	.special-container .floor-pro {
		width: 100%;
		margin-left: 0;
		height: auto;
	}

	.special-popular .special-box,
	.special-container .floor-pro .list-item {
		width: 49%;
		margin-left: 0;
	}

	.special-popular .special-box:nth-child(2n),
	.special-container .floor-pro .span-col2:nth-child(2n) {
		float: right;
	}

	.special-popular .special-box img {
		width: 100%;
		height: auto;
	}

	.special-popular .special-box .special-phoName {
		display: block;
	}

	.special-container .floor-pro .span-col2 {
		height: auto;
	}

	.special-container .floor-pro .span-col2 img {
		display: block;
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}

	.special-container .floor-pro .span-col1 a {
		height: auto;
	}

	.special-container .floor-pro .span-col-bottom {
		position: relative;
		margin-top: 3%;
	}

	.special-container .floor-pro .hover-txt {
		opacity: 1;
		display: block;
		top: auto;
		background-color: rgba(255, 255, 255, .5);
	}

	.list-col-3 .hot-pro {
		width: 32%;
		margin-left: 0;
		height: auto;
	}

	.list-col-3 .hot-pro:nth-child(3n-1) {
		margin-left: 2%;
		margin-right: 2%;
	}

	.list-col-3 .hot-pro .pro-imgBox {
		width: 100%;
		height: auto;
		display: block;
	}

	.list-col-3 .hot-pro .pro-imgBox img {
		display: block;
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}

	.list-col-3 .hot-pro .special-phoName {
		display: block;
	}


}

@media (max-width:600px) {
	.special-container .category-title {
		margin-top: 0;
	}

	.special-container .category-title .category-name {
		text-indent: 5px;
		font-size: 18px;
		line-height: 36px;
	}

	.special-container .category-title .special-subTitle {
		font-size: 12px;
		display: block;
		line-height: 14px;
		margin-left: 5px;
	}

	.special-container .browse-more {
		margin-right: 5px;
		font-size: 14px;
	}

	.special-container .floor-pro .hover-txt span {
		font-size: 12px;
	}

	.special-container .special-phoName {
		height: 30px;
		line-height: 30px;
	}

}



/*new*/
.newbanner{
	width:100%;
	height:460px;
}
.newbanner img{
	width:100%;
	height:460px;
}
.newbanner .swiper-container{
	z-index:auto;
}
.newbanner .swiper-pagination{
	padding-bottom:30px;
}
.newbanner .swiper-pagination span{
	width:20px;
	height:10px;
	opacity:1;
	background:#fff;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	border-radius:10px;
}
.newbanner .swiper-pagination .swiper-pagination-bullet-active{
	background:#E60012;
	width:40px;
}
.newbanner .swiper-button-prev,.newbanner .swiper-button-next{
	opacity:1;
	background:rgba(299,299,299,0.35);
	width:56px;
	height:56px;
	border-radius:50%;
}
.newbanner .swiper-button-prev{
	left:calc(((100% - 1200px) / 2) + 240px);
}
.newbanner .swiper-button-next{
	right:calc((100% - 1200px) / 2);
}
.newbanner .swiper-button-prev::after,.newbanner .swiper-button-next::after{
	color:#fff;
	font-size:12px;
}
.newXuanFu{
	width:50px;
	height:210px;
	position:fixed;
	top:300px;
	right:61px;
	z-index:999999999;
	background:#fff;
	box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius:0 0 8px 8px;
}
.newXuanFu>div{
	border-bottom:1px solid #ddd;
	height:70px;
	text-align:center;
	position:relative;
	cursor:pointer;
	width:30px;
	padding:0 10px;
	font-size:12px;
}
.newXuanFu>div img{
	position:absolute;
	left:100%;
	top:0;
	height:0;
	transition:1s;
	opacity:0;
}
.newXuanFu>div:hover{
	background:#007BE6;
	color:#fff;
}
.newXuanFu>div:hover img{
	transition:1s;
	height:86px;
	left:-86px;
	opacity:1;
}
.newXuanFu>div:last-child{
	biorder-bottom:none;
	border-radius:0 0 8px 8px;
}
.newXuanFu i{
	display:block;
	padding-top:6px;
	font-size:20px;
}
/*活动专场*/
.newHuoDong{
	border:1px solid #E5E5E5;
	border-radius:8px;
	margin-top:45px;
	overflow:hidden;
}
.newHuoDongLeft{
	float:left;
	width:230px;
	heigth:380px;
	border-radius:8px;
	color:#333;
	font-size:22px;
}
.newHuoDongLeft>div{
	padding-left:20px;
	padding-top:23px;
}
.newHuoDongLeft img{
	width:100%;
	display:block;
	margin-top:19px;
}
.newHuoDongRight{
	float:right;
	margin-right:39px;
	width:calc(100% - 320px);
}
.newHuoDongRightTop{
	border-bottom:1px solid #E5E5E5;
	padding-bottom:21px;
	overflow:hidden;
	margin-top:23px;
}
.newHuoDongRightTop>div{
	color:#E60012;
	font-size:22px;
	font-weight:bold;
	float:left;
	line-height:22px;
}
.newHuoDongRightTop i{
	float:left;
	margin-left:10px;
	line-height:22px;
	font-size:12px;
	color:#E60012;
	font-style:normal;
	margin-right:8px;
}
.newHuoDongRightTop span{
	float:left;
	background:#E60012;
	border-radius:4px;
	width:40px;
	height:22px;
	line-height:22px;
	color:#fff;
	font-family:'Microsoft YaHei';
	font-size:14px;
	text-align:center;
}
.newHuoDongRightTop p{
	float:left;
	width:20px;
	font-size:22px;
	font-weight:bold;
	color:#E60012;
	line-height:22px;
	text-align:center;
}
.newHuoDongRightCenter{
	margin-top:36px;
	overflow: hidden;
	padding-bottom:30px;
}
.newHuoDongRightCenter ul{
	overflow:hidden;
}
.newHuoDongRightCenter ul li{
	float:left;
	width:calc(20% - 20px);
	margin-left:20px;
	position:relative;
	cursor:pointer;
}
.newHuoDongRightCenter ul li:hover img{
	transform: scale(1.1);
	transition:1s;
}
.newHuoDongRightCenter ul li>img{
	width:140px;
	height:140px;
	display:block;
	margin-top:16px;
	transition:1s;
}
.newHuoDongRightCenter ul li>i{
	position:absolute;
	width:44px;
	height:44px;
	background:#E60012;
	border-radius:50%;
	top:0;
	right:0;
	color:#fff;
	font-style:normal;
	line-height:44px;
	text-align:center;
	font-size:12px;
}
.newHuoDongRightCenter ul li>span{
	width:140px;
	height:40px;
	line-height:20px;
	color:#333;
	font-size:14px;
	font-weight:400;
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-top:10px;
}
.newHuoDongRightCenterDiv{
	overflow:hidden;
	position:relative;
	width:140px;
	height:69px;
}
.newHuoDongRightCenterDivLeft,.newHuoDongRightCenterDivLeft1{
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	transition:1s;
}
.newHuoDongRightCenterDivLeft>div:nth-child(1),.newHuoDongRightCenterDivLeft1>div:nth-child(1){
	overflow:hidden;
	float:left;
}
.newHuoDongRightCenterDivLeft>div:nth-child(1) i,.newHuoDongRightCenterDivLeft1>div:nth-child(1) i{
	color:#CF000E;
	font-size:12px;
	font-weight:400;
	float:left;
	font-style:normal;
	margin-top:10px;
}
.newHuoDongRightCenterDivLeft>div:nth-child(1) span,.newHuoDongRightCenterDivLeft1>div:nth-child(1) span{
	float:left;
	color:#CF000E;
	font-size:22px;
	font-weight:400;
}
.newHuoDongRightCenterDivLeft>div:nth-child(1) p,.newHuoDongRightCenterDivLeft1>div:nth-child(1) p{
	float:left;
	color:#999;
	font--size:12px;
	font-weight:400;
	text-decoration:line-through;
	margin-top:10px;
	margin-left:10px;
}
.newHuoDongRightCenterDivLeft>div:nth-child(2),.newHuoDongRightCenterDivLeft1>div:nth-child(2){
	position:relative;
	width:136px;
	background:#fff;
	height:8px;
	border-radius:8px;
	border:1px solid #E60012;
	display:none;
}
.newHuoDongRightCenterDivLeft>div:nth-child(2) i,.newHuoDongRightCenterDivLeft1>div:nth-child(2) i{
	position:absolute;
	width:99%;
	background:#E60012;
	height:8px;
	transition:1s;
	top:0;
	left:0;
	color:transparent;
}
.newHuoDongRightCenterDivLeft>div:nth-child(3),.newHuoDongRightCenterDivLeft1>div:nth-child(3){
	color:#999;
	font-size:12px;
	margin-top:10px;
	float:right;
	margin-right:20px;
}
.newHuoDongRightCenterDivRight{
	position:absolute;
	left:0;
	top:-90px;
	width:100%;
	height:8px;
	transition:1s;
}
.newHuoDongRightCenterDivRight span{
	width:68px;
	height:28px;
	line-height:28px;
	background:#007BE6;
	border-radius:20px;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:28px;
	font-weight:400;
	float:left;
}
.newHuoDongRightCenterDivRight i{
	width:28px;
	height:28px;
	float:left;
	border:1px solid #FE5220;
	margin-left:5px;
	border-radius:50%;
	text-align:center;
	color:#FE5220;
	line-height:28px;
}
.newHuoDongRightCenterDivRight .newxuanzhong{
	background:#FE5220;
	color:#fff;
}
.newHuoDongRightCenter ul li button{
	width:80px;
	height:30px;
	background:#FE5220;
	border-radius:8px;
	margin:0 auto;
	margin-top:9px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:30px;
	border:none;
	display:block;
}
.newHuoDongRightCenter ul li:hover .newHuoDongRightCenterDivLeft{
	top:100%;
	transition:1s;
}
.newHuoDongRightCenter ul li:hover .newHuoDongRightCenterDivRight{
	top:20px;
	transition:1s;
}
/*当季热销*/
.newDngJiReXiao{
	width:100%;
	background:#F2F2F2;
	height:403px;
	overflow:hidden;
	margin-top:29px;
	padding-bottom:40px;
}
.newDngJiReXiaoChangJing{
	width:350px;
	overflow:hidden;
	margin:0 auto;
	margin-top:30px;
}
.newDngJiReXiaoChangJing div{
	float:left;
	width:33%;
	font-size:18px;
	color:#666;
	line-height:44px;
	cursor:pointer;
	text-align:center;
}
.newDngJiReXiaoChangJing .active{
	background:#007BE6;
	color:#fff;
	border-radius:30px;
	text-align:center;
}
.box{
	height: 309px;
	position: relative;
	display: inline-block;
	width:100%;
	margin-left:calc((100% - 1920px) / 2);
}
#roll{
	width: 200%;
}
#roll dd{
	width: 372px;
	float: left;
	margin-right: 25px;
	cursor:pointer;
}
#roll dd:hover img{
	transform:scale(1.1);
	transition:1s;
}
.newDngJiReXiaoCenB .container{
	position:relative;
}
.newDngJiReXiaoCenB .container>span{
	position: absolute;
	left:calc(((100% - 1200px) / 2) + 25px);
	display: inline-block;
	width: 36px;
	z-index: 90;
	top:90px;
	height:36px;
	border-radius:50%;
	border:1px solid #707070;
	background:#fff;
	color:#666;
	text-align:center;
	line-height:36px;
}
.newDngJiReXiaoCenB .container .next{
	right: calc(((100% - 1200px) / 2) - 25px);
	left:auto;
}
.newDngJiReXiaoCenB{
	display:none;
}
.newDngJiReXiaoCen .active{
	display:block;
}
.newDngJiReXiaoCenB>div{
	margin-top:20px;
}
#roll img{
	display:block;
	width:100%;
	border-bottom:4px solid #007BE6;
	height:196px;
	transition:1s;
}
#roll>dd>div{
	margin-top:21px;
}
#roll dd>div>span{
	color:#333;
	font-size:14px;
	font-weight:400;
	line-hieght:24px;
}
#roll dd>div>div{
	overflow:hidden;
}
#roll dd>div>div i{
	font-style:normal;
	color:#CF000E;
	font-size:12px;
	float:left;
	margin-top:10px;
}
#roll dd>div>div p{
	float:left;
	font-size:22px;
	color:#CF000E;
}
#roll dd>div>div span{
	font-size:12px;
	color:#666;
	float:left;
	text-decoration:line-through;
	margin-left:10px;
	margin-top:10px;
}
#roll dd div div div{
	float:right;
	font-size:12px;
	color:#999;
	margin-top:10px;
	font-weight:400;
}
.newDngJiReXiaoCenB>div>div:nth-child(1),.newDngJiReXiaoCenB>div>div:nth-child(2){
	position:absolute;
	width:372px;
	height:200px;
	background:rgba(0,0,0,0.3);
	left:calc((100% - 1920px) / 2);
	z-index:99;
}
.newDngJiReXiaoCenB>div>div:nth-child(2){
	right:0;
	left:auto;
	width:calc(((100% - 1200px) / 2) - 27px);
}
#roll dd:first-child>div{
	display:none;
}
#roll dd:nth-child(5)>div{
	display:none;
}
#roll dd:first-child img{
	border:none;
	height:200px;
}
#roll dd:nth-child(5) img{
	border:none;
	height:200px;
}
/*影像生活*/
.newYingXiangShengHuo{
	margin-top:50px;
}
.newYingXiangShengHuoTop{
	overflow:hidden;
}
.newWenZiYangShi{
	font-size:22px;
	color:#000;
	font-weight:bold;
	margin-left:20px;
}

.newYingXiangShengHuoTop>div:first-child{
	float:left;
}
.newYingXiangShengHuoTop>div:last-child{
	overflow:hidden;
	float:right;
}
.newYingXiangShengHuoTop div div{
	width:100px;
	float:left;
	text-align:center;
	color:#666;
	font-size:18px;
	cursor:pointer;
}
.newYingXiangShengHuoTop div div:hover{
	color:#CF000E;
}
.newYingXiangShengHuoTop div .active{
	color:#CF000E;
}
.newYingXiangShengHuoContainer{
	overflow: hidden;
	margin-top:15px;
	display:none;
}
.newYingXiangShengHuo>div>.active{
	display:block;
}
.newYingXiangShengHuoContainer>img{
	float:left;
	width:300px;
	height:300px;
	border-radius:8px;
}
.newYingXiangShengHuoContainerRight{
	float:right;
	border:1px solid #E5E5E5;
	width:calc(100% - 310px);
}
.newYingXiangShengHuoContainerRight .newHuoDongRightCenter ul li>img{
	margin-top:0;
}
.newYingXiangShengHuoContainerRight .newHuoDongRightCenter ul li>i{
	display:none;
}
.newYingXiangShengHuoContainerRight .newHuoDongRightCenter ul li .newHuoDongRightCenterDivLeft>div:nth-child(2){
	border:none;
	color:#999;
}
.newYingXiangShengHuoContainerRight .newHuoDongRightCenter ul li:hover .newHuoDongRightCenterDivLeft{
	left:0;
}
.newleft{
	position:absolute;
	width:36px;
	height:36px;
	background:#DADADA;
	border-radius:0 20px 20px 0;
	opacity:0.9;
	z-index:999;
	top:calc(50% - 36px);
	left:309px;
	line-height:36px;
	text-align:center;
	cursor:pointer;
	box-shadow:1px 2px 5px #666;
}
.newRight{
	position:absolute;
	width:36px;
	height:36px;
	background:#DADADA;
	border-radius:20px 0 0 20px;
	opacity:0.9;
	z-index:999;
	top:calc(50% - 36px);
	right:0;
	line-height:36px;
	text-align:center;
	cursor:pointer;
	box-shadow:1px 2px 5px #666;
}
/*猜你喜欢*/
.newCaiNiXiHuan{
	text-align:center;
}
.newCaiNiXiHuan>div{
	overflow:hidden;
	display:inline-block;
}
.newCaiNiXiHuan>div i{
	float:left;
	width:26px;
	height:30px;
	margin-top:50px;
	margin-left:20px;
	background:url('../imgs/newjinglingtu.png');
}
.newCaiNiXiHuan>div i:last-child{
	transform:rotate(180deg);
}
.newCaiNiXiHuan>div p{
	float:left;
	color:#333;
	font-size:24px;
	font-weight:bold;
	margin-top:45px;
	margin-left:20px;
}
/*精选小店*/
.newjingxuanxiaodian{
	overflow:hidden;
}
.newjingxuanxiaodian>div:first-child{
	overflow:hidden;
	margin-top:20px;
}
.newjingxuanxiaodian>div:first-child p{
	float:left;
	color:#000;
	font-size:23px;
	font-weight:bold;
	margin-left:20px;
}
.newjingxuanxiaodian>div:first-child a{
	float:right;
	font-size:18px;
	color:#666;
}
.newjingxuanxiaodian .newHuoDongRightCenter10{
	position:relative;
}
.newjingxuanxiaodian .newleft{
	left:20px;
}
.newjingxuanxiaodian .newRight{
	right:0;
}
.newjingxuanxiaodian .newHuoDongRightCenter ul li{
	overflow:hidden;
}
.newjingxuanxiaodian .newHuoDongRightCenter ul li>img{
	width:100%;
	height:auto;
	border-radius:0;
}
.newjingxuanxiaodian .newHuoDongRightCenter ul li>div{
	overflow:hidden;
	border:1px solid #ddd;
	border-top:none;
}
.newjingxuanxiaodian .newHuoDongRightCenter ul li>div img{
	width:40%;
	float:left;
	margin-left:5%;
	margin-top:20px;
}
.newjingxuanxiaodian .newHuoDongRightCenter ul li>div p{
	font-size:19px;
	color:#666;
	margin-left:50%;
	margin-top:20px;
	margin-bottom:20px;
}
/*猜你喜欢*/
.newCaiNiXiHuanX .newHuoDongRightCenterDivLeft>div:nth-child(2){
	border:none;
	color:#999;
}
.newCaiNiXiHuanX ul li{
	border:1px solid #E5E5E5;
	height:350px;
}
.newCaiNiXiHuanX .newHuoDongRightCenter ul li{
	box-sizing:border-box;
}
.newCaiNiXiHuanX .newHuoDongRightCenter ul li img{
	width:90%;
	margin-top:10px;
	margin-left:5%;
	height:190px;
}
.newCaiNiXiHuanX .newHuoDongRightCenter ul li>span{
	margin-left:5%;
}
.newCaiNiXiHuanX .newHuoDongRightCenter ul li>div{
	margin-left:5%;
}
.newCaiNiXiHuanX .newHuoDongRightCenter ul li:hover .newHuoDongRightCenterDivLeft{
	left:0;
}
.newCaiNiXiHuanX .newHuoDongRightCenter ul li{
	margin-top:10px;
}
/*照片冲印*/
.new-photo-top{
	font-size:30px;
	color:#007BE6;
	border-bottom:1px solid #E5E5E5;
}
.new-phont-xuanze{
	border-bottom:1px solid #E5E5E5;
	height:60px;
	position:relative;
	z-index:99;
}
.new-phont-xuanze-xia{
	width:329px;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	background:#fff;
	float:left;
}
.new-phont-xuanze-xia-xiang{
	overflow:hidden;
	line-height:60px;
}
.new-phont-xuanze-xia-xiang div{
	width:45%;
	float:left;
	color:#666;
	padding-left:5%;
}
.new-phont-xuanze-xia-xiang-list{
	overflow:hidden;
}
.new-phont-xuanze-xia-xiang-list-xia{
	float:left;
	width:40%;
}
.new-phont-xuanze-xia-xiang-list-xia ul{
	border-right:1px solid #E5E5E5;
}
.new-phont-xuanze-xia-xiang-list-xia ul li{
	line-height:60px;
	color:#333;
	font-size:16px;
	padding-left:10%;
	cursor:pointer;
	position:relative;
}
.new-phont-xuanze-xia-xiang-list-xia ul .active{
	background:#F2F2F2;
	color:#007BE6;
	font-size:16px;
}
.new-phont-xuanze-xia-xiang-list-xia ul .active::after{
	content:'>';
	float:right;
	margin-right:5px;
}
.new-phont-xuanze-xia-xiang-list-xia ul li i{
	font-style:normal;
	position:absolute;
	top:0;
	right:0;
	line-height:20px;
	border:1px solid #007BE6;
	width:20px;
	height:20px;
	text-align:center;
	border-radius:50%;
	font-size:12px;
}
.new-phont-xuanze-xia-xiang-right{
	float:right;
	width:60%;
}
.new-phont-xuanze-xia-xiang-right ul{
	display:none;
}
.new-phont-xuanze-xia-xiang-right .new-xuanzhong{
	display:block;
}
.new-phont-xuanze-xia-xiang-right ul li{
	padding-left:10%;
	margin-top:12px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.new-phont-xuanze-xia-xiang-right ul li p{
	float:left;
	width:80px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:16px;
	color:#333;
	border:1px solid #E5E5E5;
}
.new-phont-xuanze-xia-xiang-right ul li span{
	border:1px solid #007BE6;
	width:20px;
	line-height:20px;
	height:20px;
	text-align:center;
	font-size:12px;
	top:0;
	left:80px;
	position:absolute;
	color:#007BE6;
	border-radius:50%;
}
.new-phont-xuanze-xia-xiang-right ul .active span{
	background:#007BE6;
	color:#fff;
}
.new-phont-xuanze-xia-xiang-right ul li i{
	font-style:normal;
	float:left;
	font-size:14px;
	margin-left:16px;
	line-height:30px;
	color:#999;
}
.new-phont-xuanze-xia-xiang-right ul .active p{
	color:#007BE6;
	background:#F2F2F2;
	border:1px solid #F2F2F2;
}
.new-photo-right{
	float:left;
}
input[type="checkbox"]{
	width:20px;
	height:20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	position: relative;
}
input[type="checkbox"]::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 2px solid #007BE6;
}
input[type="checkbox"]:checked::before{
	content: "\2713";
	background-color: #007BE6;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	border: 2px solid #007BE6;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
}
.new-photo-right input{
	margin-top:21px;
	margin-left:39px;
	float:left;
}
.new-photo-right span{
	float:left;
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin-top:21px;
	margin-left:10px;
}
.new-photo-right button{
	width:80px;
	height:34px;
	line-height:34px;
	color:#fff;
	border-radius:20px;
	text-align:center;
	font-size:14px;
	border:none;
	background:#007BE6;
	float:left;
	margin-left:5px;
	margin-top:15px;
	cursor:pointer;
}
.new-photo-right button:nth-child(4){
	background:#E60012;
}
.new-photo-right div{
	float:left;
	margin-top:21px;
	margin-left:55px;
	color:#666;
	font-weight:bold;
	line-height:24px;
	font-size:14px;
}
.new-photo-right i{
	font-style:normal;
	float:left;
}
.new-photo-right p{
	float:left;
	color:#E60012;
}
.new-photo-contar{
	background:#F2F2F2;
	height:900px;
}
.new-photo-contar-right{
	position:fixed;
	right:calc((100% - 1200px) / 2);
	bottom:100px;
}
.new-photo-contar-right>div{
	width:100px;
	text-align:center;
	line-height:32px;
	color:#007BE6;
	border:1px solid #007BE6;
	background:#fff;
	font-size:14px;
	cursor:pointer;
}
.new-photo-contar-right .active{
	background:#007BE6;
	color:#fff;
}
.new-photo-contar-right .new-t{
	width:303px;
	height:245px;
	background:#fff;
	position:absolute;
	left:-303px;
	bottom:0px;
	border:none;
	border-radius:8px;
	display:none;
}
.new-photo-contar-right .new-t div:first-child{
	color:#333;
	font-size:26px;
	margin-top:20px;
}
.new-photo-contar-right .new-t div{
	color:#999;
	font-size:14px;
	line-height:29px;
}
.new-photo-contar-right>div:hover + .new-t{
	display:block;
}
.new-photo-contar-right .new-t img{
	width:100%;
}
.new-photo-contar-right-xia{
	padding-top:165px;
	width:300px;
	margin-left:50%;
}
.new-photo-contar-right-xia div{
	font-size:36px;
	line-heigt:61px;
	text-align:center;
	color:#333;
	font-weight:400;
}
.new-photo-contar-right-xia button{
	width:300px;
	border:none;
	background:#007BE6;
	color:#fff;
	line-height:38px;
	text-align:center;
	font-size:16px;
	margin-top:20px;
	border-radius:8px;
}
.new-bottom{
	height:80px;
	line-height:80px;
	background:#fff;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}
.new-bottom>div{
	float:right;
	margin-right:calc((100% - 1200px) / 2);
}
.new-bottom p{
	float:left;
	font-size:14px;
	color:#666;
	font-weigth:bold;
}
.new-bottom i{
	float:left;
	color:#CF000E;
	font-weight:bold;
	font-size:14px;
	font-style:normal;
}
.new-bottom p:nth-child(3){
	margin-left:10px;
}
.new-bottom div div{
	font-size:28px;
	float:left;
	color:#CF000E;
	font-weight:bold;
}
.new-bottom button{
	float:left;
	margin-left:70px;
	color:#E60012;
	line-height:38px;
	width:88px;
	background:#fff;
	border:1px solid #E60012;
	border-radius:8px;
	margin-top:20px;
	cursor:pointer;
}
.new-bottom button:nth-child(5):hover + div{
	display:block;
}
.new-bottom button:last-child{
	margin-left:10px;
	background:#E60012;
	color:#fff;
	width:170px;
}
.new-bottom .new-photo-tishi{
	width:303px;
	position:fixed;
	right:calc((100% - 1200px) / 2 + 200px);
	bottom:80px;
	height:200px;
	font-size:16px;
	color:#CF000E;
	margin-right:0;
	display:none;
}
.new-bottom .new-photo-tishi div:first-child{
	width:79%;
	margin:0 auto;
	padding:0 10%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	font-size:16px;
	line-height:35px;
	background:#fff;
	border-radius:8px;
}
.new-bottom .new-photo-tishi div:last-child{
	width:0;
	height:0;
	border:30px #fff solid;
	border-left:15px transparent solid;
	border-bottom:20px transparent solid;
	border-right:15px transparent solid;
	float:right;
	margin-right:30px;
}
.new-photo-ph{
	overflow:hidden;
}
.new-photo-ph ul{
	overflow:hidden;
	padding:10px 30px;
	display:none;
}
.new-photo-ph ul li{
	position:relative;
	margin-top:20px;
	width:calc(20% - 25px);
	margin-left:25px;
	float:left;
}
.new-photo-ph ul li img{
	width:100%;
	display:block;
}
.new-photo-ph ul li span{
	position:absolute;
	left:0;
	bottom:40px;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:rgba(230,0,18,0.4);
	font-size:14px;
	z-index:999;
}
.new-photo-ph ul li div{
	overflow:hidden;
	border-radius:20px;
	height:24px;
	margin-top:16px;
}
.new-photo-ph ul li div span{
	width:30%;
	float:left;
	text-align:center;
	line-height:24px;
	color:#666;
	font-size:14px;
	position:initial;
	background:#fff;
}
.new-photo-ph ul li div input{
	width:40%;
	float:left;
	text-align:center;
	line-height:24px;
	color:#666;
	font-size:14px;
	background:#fff;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	box-sizing:border-box;
}
.new-photo-ph ul li .new-z{
	position:absolute;
	top:3px;
	left:3px;
	width:calc(100% - 6px);
	height:0;
	margin-top:0;
	background:rgba(0,0,0,0.5);
	border-radius:0;
	transition:1s;
}
.new-photo-ph ul li .new-z i{
	float:left;
	background:rgba(0,0,0,0.4);
	width:20px;
	height:20px;
	overflow:hidden;
	color:#fff;
	text-align:center;
	line-height:20px;
}
.new-photo-ph ul li .new-z i:last-child{
	float:right;
}
.new-photo-ph ul li .new-z .active{
	background:#007BE6;
	color:#fff;
}
.new-photo-ph ul li:hover .new-z{
	height:calc(100% - 45px);
	transition:1s;
}
.new-tachuang{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	z-index:999;
	display:none;
}
.new-tachuang>div{
	width:399px;
	height:167px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	background:#fff;
}
.new-tachuang>div p{
	text-align:center;
	font-size:14px;
	margin-top:40px;
	color:#333;
	font-weight:400;
}
.new-tachuang>div div{
	overflow:hidden;
	margin-top:49px;
}
.new-tachuang>div button{
	width:25%;
	margin-left:20%;
	background:#ddd;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:38px;
	border-radius:8px;
	border:none;
}
.new-tachuang>div button:last-child{
	background:#E60012;
	margin-left:9%;
}
.new-photo-ph ul>div{
	float:left;
	margin-top:20px;
	width:calc(20% - 25px);
	margin-left:25px;
	background:#ddd;
	height:114px;
}
.new-photo-ph ul>div button{
	width:90%;
	margin-left:5%;
	background:#007BE6;
	color:#fff;
	line-height:30px;
	border-radius:8px;
	margin-top:20px;
	border:none;
	overflow:hidden;
}
.new-photo-ph ul>div button:last-child{
	margin-top:10px;
}
.new-chakandingdan{
	overflow:hidden;
	top:0;
	left:0;
	position:fixed;
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	z-index:999;
	bottom:0;
	display:none;
}
.new-chakandingdan>div{
	width:500px;
	background:#fff;
	min-height:500px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:calc((100% - 500px) / 2);
}
.new-chakandingdan>div>p{
	color:#333;
	font-size:24px;
	margin-left:5%;
	margin-top:16px;
	line-height:60px;
	margin-right:5%;
	border-bottom:1px solid #E5E5E5;
}
.new-chakandingdan div div{
	margin-left:5%;
	margin-right:5%;
	line-height:35px;
	color:#333;
	overflow:hidden;
	font0size:14px;
}
.new-chakandingdan div div:nth-child(2){
	margin-top:20px;
}
.new-chakandingdan div div p{
	width:200px;
	float:left;
}
.new-chakandingdan div div p:nth-child(2){
	width:90px;
}
.new-chakandingdan div div p:nth-child(3){
	width:90px;
}
.new-chakandingdan div div p:last-child{
	width:70px;
	text-align:right;
}
.new-piliangbianji{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.4);
	z-index:999;
	display:none;
}
.new-piliangbianji>div{
	position:absolute;
	top:0;
	background:#fff;
	width:500px;
	height:500px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.new-piliangbianji>div>p{
	margin-top:15px;
	font-size:24px;
	margin-left:5%;
	line-height:40px;
	color:#333;
	margin-right:5%;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:10px;
	font-weight:bold;
}
.new-piliangbianji>div div{
	margin-left:5%;
	margin-right:5%;
	line-height:45px;
	color:#333;
	font-size:14px;
}
.new-piliangbianji div div p{
	width:200px;
	float:left;
}
.new-piliangbianji div div p:nth-child(2){
	width:90px;
}
.new-piliangbianji div div button{
	float:left;
	width:30px;
	border:1px solid #666;
	height:24px;
	border-right:none;
	border-radius:20px 0 0 20px;
	margin-top:10px;
	background:#fff;
}
.new-piliangbianji div div input{
	width:40px;
	float:left;
	margin-top:10px;
	height:22px;
	padding:0;
	border:1px solid #666;
	text-align:center;
}
.new-piliangbianji div div button:nth-child(5){
	border-radius:0 20px 20px 0;
	border-left:none;
	border-right:1px solid #666;
}
.new-piliangbianji div div p:nth-child(6){
	width:56px;
	text-align:right;
}
.new-piliangbianji>div>button{
	width:100px;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#fff;
	font-size:16px;
	position:absolute;
	bottom:30px;
	right:150px;
	border:none;
	border-radius:8px;
	font-weight:bold;
	background:#DDDDDD;
}
.new-piliangbianji>div>button:last-child{
	background:#E60012;
	right:40px;
}
.new-zhuce{
	width:900px;
	margin:100px auto;
	overflow:hidden;
	padding:10px;
}
.new-zhuce-top{
	overflow:hidden;
}
.new-zhuce-top img{
	float:left;
}
.new-zhuce-top span{
	float:left;
	color:#999;
	font-size:20px;
	margin-left:20px;
	line-height:50px;
}
.new-zhuce-centar{
	height:570px;
	margin:100px auto;
	background:#fff;
	overflow:hidden;
	border-top:10px solid #E60012;
	box-shadow:0 3px 6px rgba(210,213,222,0.6);
	margin-top:20px;
}
.new-zhuce-centar .new-zhuce-div{
	border:1px solid #E5E5E5;
	width:378px;
	height:48px;
	margin:0 auto;
	margin-top:80px;
	border-radius:8px;
	line-height:48px;
}
.new-zhuce-div div{
	float:left;
	line-height:48px;
	width:97px;
	position:relative;
}
.new-zhuce-div span{
	float:left;
	margin-left:20px;
}
.new-zhuce-div i{
	width:0;
	height:0;
	border-top:10px solid #000;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	float:left;
	margin-top:20px;
	margin-left:10px;
}
.new-zhuce-div ul{
	width:100%;
	clear:left;
	display:none;
	position:absolute;
	background:#fff;
	top:100%;
}
.new-zhuce-div ul li{
	padding-left:20px;
	border:1px solid #E5E5E5;
}
.new-zhuce-div ul li:not(:first-child){
	border-top:none;
}
.new-zhuce-div>i{
	height:20px;
	border:none;
	width:1px;
	margin-top:14px;
	background:#999;
}
.new-zhuce-div input{
	line-height:48px;
	border:none;
}
.new-zhuce-div1{
	width:378px;
	height:48px;
	overflow:hidden;
	margin:0 auto;
	margin-top:42px;
	line-height:48px;
}
.new-zhuce-div1 input{
	line-height:46px;
	height:46px;
	color:#999;
	font-size:14px;
	border-radius:8px;
	border:1px solid #E5E5E5;
	float:left;
	width:240px;
	padding-left:10px;
}
.new-zhuce-div1 img{
	float:right;
	width:122px;
	height:48px;
}
.new-zhuce-div2{
	overflow:hidden;
	border:1px solid #E5E5e5;
	border-radius:8px;
	margin:0 auto;
	margin-top:30px;
	width:378px;
	height:48px;
	line-height:48px;
	color:#999;
}
.new-zhuce-div2 input{
	width:250px;
	float:left;
	border:none;
	height:48px;
	color:#999;
	line-height:48px;
	padding-left:10px;
}
.new-zhuce-div2 button{
	float:right;
	border:none;
	background:none;
	line-height:48px;
	color:#007BE6;
	font-size:14px;
	cursor:pointer;
}
.new-zhuce-div3{
	border-radius:8px;
	border:1px solid #E5E5E5;
	width:378px;
	height:48px;
	line-height:48px;
	margin:0 auto;
	margin-top:30px;
}
.new-zhuce-div3 input{
	width:250px;
	height:48px;
	line-height:48px;
	color:#999;
	padding-left:10px;
	float:left;
	border:none;
}
.new-zhuce-div3 i{
	float:right;
	margin-right:10px;
	font-size:20px;
	cursor:pointer;
}
.new-zhuce-centar>button{
	background:#E60012;
	width:378px;
	height:50px;
	line-height:50px;
	color:#fff;
	margin:0 auto;
	margin-top:30px;
	display:block;
	font-size:16px;
	text-align:center;
	border-radius:8px;
	border:none;
	cursor:pointer;
}
.new-zhuce-yizhuce{
	color:#999;
	font-size:14px;
	width:378px;
	margin:0 auto;
	margin-top:5px;
}
.new-zhuce-yizhuce a{
	color:#E60012;
	cursor:pointer;
}
.new-zhuce-yanzhengmacuowu{
	width:378px;
	margin:0 auto;
	margin-top:5px;
}
.new-zhuce-yanzhengmacuowu i{
	color:#fff;
	background:#E60012;
	width:15px;
	height:15px;
	line-height:15px;
	border-radius:50%;
	display:inline-block;
	font-style:normal;
	text-align:center;
	font-size:12px;
	margin-left:5px;
}
.new-zhuce-yanzhengmacuowu span{
	color:#E60012;
	font-size:14px;
}
.new-zhuce-mimacuowu{
	width:378px;
	margin:0 auto;
	margin-top:5px;
	display:none;
}
.new-zhuce-mimacuowu i{
	color:#fff;
	background:#E60012;
	width:15px;
	height:15px;
	line-height:15px;
	border-radius:50%;
	display:inline-block;
	font-style:normal;
	text-align:center;
	font-size:12px;
	margin-left:5px;
}
.new-zhuce-mimacuowu span{
	color:#E60012;
	font-size:14px;
}
.new-touburuzhubufen{
	padding-top:30px;
	overflow:hidden;
	background:#fff;
	padding-bottom:30px;
}
.new-toubuleft{
	overflow:hidden;
	float:left;
}
.new-toubuleft img{
	float:left;
}
.new-toubuleft p{
	float:left;
	margin-top:10px;
	margin-left:10px;
	color:#dfdfdf;
	font-size:20px;
}
.new-touburight{
	float:right;
	margin-top:40px;
}
.new-touburight a{
	margin-right:20px;
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.new-touburight .active{
	color:#e60012;
}
.new-touburight a:hover{
	color:#e60012;
}
/*入驻*/
.new-ruzhu-anniu{
	position:relative;
}
.new-ruzhu-anniu>img{
	width:100%;
	display:block;
}
.new-ruzhu-anniu>div{
	overflow:hidden;
	width:600px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:50px;
	margin:auto;
}
.new-ruzhu-anniu>div>div{
	width:190px;
	border-radius:20px;
	height:50px;
	border:1px solid #e60012;
	box-sizing:border-box;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#e60012;
	cursor:pointer;
	background:#fff;
}
.new-ruzhu-anniu>div>div:hover{
	background:#e60012;
}
.new-ruzhu-anniu>div>div:hover a{
	color:#fff;
}
.new-ruzhu-anniu>div>div:last-child:hover{
	background:#fff;
}
.new-ruzhu-anniu>div>div:last-child:hover a{
	color:#e60012;
}
.new-ruzhu-anniu>div>div a{
	color:#e60012;
}
.new-ruzhu-anniu>div>div:last-child a{
	color:#fff;
}
.new-ruzhu-anniu>div>div:first-child{
	float:left;
}
.new-ruzhu-anniu>div>div:last-child{
	background:#e60012;
	color:#fff;
	float:right;
}
.new-ruzhuliucheng{
	overflow:hidden;
	padding-top:60px;
	background:#f5f5f5;
}
.new-ruzhuliucheng .container{
	background:#fff;
	border-radius:4px;
	padding-top:20px;
}
.new-ruzhuliucheng-title{
	font-size:34px;
	color:#2E2828;
	text-align:center;
}
.new-ruzhuliucheng-conter{
	overflow:hidden;
	margin-top:123px;
	text-align:center;
}
.new-ruzhuliucheng-conter ul{
	overflow:hidden;
	display:inline-block;
	margin-bottom:100px;
}
.new-ruzhuliucheng-conter ul li{
	float:left;
	width:137px;
	overflow:hidden;
}
.new-ruzhuliucheng-conter ul li div{
	overflow:hidden;
}
.new-ruzhuliucheng-conter ul li i{
	width:90px;
	height:90px;
	background:url('../imgs/newruzhuicons.png');
	background-position:0 0;
	display:block;
	margin:0 auto;
}
.new-ruzhuliucheng-conter ul li h1{
	font-size:18px;
	font-weight:500;
	text-align:center;
	margin-top:23px;
}
.new-ruzhuliucheng-conter ul li p{
	font-size:12px;
	color:#666;
	margin-top:20px;
	text-align:center;
}
.new-ruzhuliucheng-conter ul>div{
	width:103px;
	float:left;
	margin-left:30px;
	margin-top:50px;
}
.new-ruzhuliucheng-conter ul>div i{
	width:90px;
	height:1px;
	background:#efefef;
	display:block;
	float:left;
	z-index:999;
	position:relative;
}
.new-ruzhuliucheng-conter ul>div span{
	width:0;
	height:0;
	border:10px solid #efefef;
	border-right:10px solid transparent;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	float:left;
	margin-top:-9px;
	margin-left:-10px;
}
.new-ruzhuliucheng-conter ul>div p{
	width:0;
	height:0;
	border:9px solid #fff;
	border-right:9px solid transparent;
	border-top:9px solid transparent;
	border-bottom:9px solid transparent;
	float:left;
	margin-left:-22px;
	margin-top:-9px;
}
.new-ruzhuliucheng-conter ul li:nth-child(3) i{
	background-position:501px 0;
}
.new-ruzhuliucheng-conter ul li:nth-child(5) i{
	background-position:402px 0;
}
.new-ruzhuliucheng-conter ul li:nth-child(7) i{
	background-position:302px 0;
}
/*入驻须知*/
.new-xuzhi{
	overflow:hidden;
	text-align:center;
}
.new-xuzhi>div{
	display:inline-block;
	overflow:hidden;
}
.new-xuzhi .new-r{
	border:1px solid #ec5151;
	color:#ec5151;
}
.new-xuzhi div div{
	width:140px;
	overflow:hidden;
	float:left;
	border-radius:50px;
	line-height:34px;
	color:#a0a0a0;
	font-size:12px;
	border:1px solid #e5e5e5;
	margin-top:55px;
}
.new-xuzhi h1{
	overeflow:hidden;
	float:left;
	margin-right:20px;
}
.new-xuzhi h1 i{
	width:9px;
	height:5px;
	float:left;
	background:#ec5151;
	margin-top:70px;
	margin-left:20px;
}
.new-xuzhi h1 span{
	width:0;
	height:0;
	border:6px solid #ec5151;
	border-right:6px solid transparent;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	float:left;
	margin-top:66px;
}
.new-xuzhi .new-weixuanzhong i{
	background:#d2d2d2;
}
.new-xuzhi .new-weixuanzhong span{
	border-left:6px solid #d2d2d2;
}
.new-xuzhi div .active{
	background:#ec5151;
	color:#fff;
	border:1px solid #ec5151;
}
.new-xuzhineirong{
	overflow:hidden;
}
.new-xuzhineirong>div{
	background:#fff;
	margin-top:60px;
	overflow:hidden;
}
.new-xuzhineirong>div>div:first-child{
	font-size:19px;
	color:#000;
	font-weight:bold;
	width:91%;
	margin:0 auto;
	margin-top:50px;
	border-bottom:1px solid #efefef;
	padding-bottom:30px;
	margin-bottom:20px;
}
.new-xuzhineirong>div>div:nth-child(2){
	width:91%;
	margin:0 auto;
	margin-top:30px;
	color:#666;
	overflow-y:auto;
	height:400px;
	margin-bottom:40px;
}
.new-xuzhineirong>div>div p{
	font-size:16px;
}
.new-xuzhineirong span{
	display:block;
	line-height:30px;
	font-size:12px;
}
.new-anniu button{
	margin-right:4.5%;
	float:right;
	margin-top:45px;
	background:#ec5151;
	width:179px;
	heigth:35px;
	text-align:center;
	color:#fff;
	line-height:35px;
	border:none;
	border-radius:5px;
}
/*店铺*/
.new-xinxi{
	overflow:hidden;
	margin-top:60px;
}
.new-xinxi>div{
	background:#fff;
	overflow:hidden;
}
.new-xinxi h1{
	font-size:20px;
	padding-left:4.5%;
	margin-top:30px;
	border-bottom:1px solid #eee;
	padding-bottom:30px;
}
.new-lianxifangshi{
	margin-left:4.5%;
	overflow:hidden;
	margin-top:20px;
	/*margin-bottom:190px;*/
}
.new-lianxifangshi p{
	color:#000;
	font-size:14px;
}
.new-lianxifangshi i{
	font-style:normal;
	color:#ed5a5a;
	margin-top:20px;
	display:block;
}
.new-lianxifangshi>div{
	overflow:hidden;
}
.new-lianxifangshi>div i{
	margin-left:130px;
	float:left;
}
.new-lianxifangshi>div span{
	float:left;
	color:#666;
	margin-top:20px;
	margin-left:10px;
}
.new-lianxifangshi>div h2{
	float:left;
	line-height:30px;
	margin-top:14px;
	border:1px solid #d4d4d4;
	width:60px;
	text-align:center;
	margin-left:10px;
	font-size:12px;
	cursor:pointer;
}
.new-lianxifangshi>div h2 p{
	border:1px solid #e2e2e2;
	border-radius:50%;
	width:10px;
	height:10px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.new-lianxifangshi>div h2 div{
	margin-left:-15px;
	position:relative;
	display:inline-block;
	color:#999;
}
.new-lianxifangshi>div .active{
	border:1px solid #ef7071;
}
.new-lianxifangshi>div .active p{
	background:#ff0000;
	border:1px solid #ff0000;
	position:relative;
}
.new-lianxifangshi>div .active p::after{
	content:'√';
	position:absolute;
	top:0;
	left:0;
	line-height:10px;
	font-size:10px;
	color:#fff;
	text-align:center;
	transform:scale(0.9);
}
.new-lianxifangshi>div:nth-child(4) i{
	margin-left:90px;
}
.new-lianxifangshi>div input{
	width:330px;
	float:left;
	margin-top:13px;
	line-heigth:30px;
	height:30px;
	margin-left:10px;
	/*border:1px solid #f42424;*/
	padding-left:10px;
}
.new-lianxifangshi>div>div{
	float:left;
	color:#f42424;
	margin-left:10px;
	line-height:30px;
	margin-top:13px;
}
.new-lianxifangshi>div:nth-child(5) i{
	margin-left:90px;
}
.new-lianxifangshi>div:nth-child(6) i{
	margin-left:62px;
}
.new-lianxifangshi>div:nth-child(7) i{
	margin-left:95px;
}
.new-gongsi{
	overflow:hidden;
	margin-bottom:60px;
}
.new-gongsi>p{
	margin-left:4.5%;
	margin-top:23px;
	color:#ec5151;
}
.new-gongsi>span{
	margin-top:20px;
	display:block;
	font-size:12px;
	color:#000;
	margin-top:20px;
	margin-left:4.5%;
}
.new-gongsi div{
	overflow:hidden;
	margin-left:100px;
}
.new-gongsi i{
	display:block;
	font-style:normal;
	float:left;
	margin-top:30px;
	width:130px;
	text-align:right;
}
.new-gongsi input{
	float:left;
	margin-top:20px;
	height:30px;
	margin-left:10px;
	padding-left:10px;
	width:330px;
	border:1px solid #d7d7d7;
}
.new-gongsi .new-shangchuan{
	position:relative;
}
.new-gongsi .new-shangchuan input{
	background:linear-gradient(#616161,#555);
	width:100px;
	text-align:center;
	line-height:30px;
	border:none;
	float:left;
	margin-top:20px;
	margin-left:10px;
	color:#fff;
	position:absolute;
	top:0;
	left:140px;
	opacity:0;
}
.new-gongsi .new-shangchuan span{
	background:linear-gradient(#616161,#555);
	width:100px;
	text-align:center;
	line-height:30px;
	border:none;
	float:left;
	margin-top:20px;
	margin-left:10px;
	color:#fff;
}
.new-gongsi select{
	width:130px;
	height:30px;
	margin-top:20px;
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../imgs/newruzhuicons.png");
	background-position:190px -30px;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
	margin-left:10px;
	border:1px solid #d7d7d7;
	font-size:14px;
	padding-left:10px;
	color:#999;
}
.new-dian{
	overflow:hidden;
	margin-top:20px;
}
.new-dian>span{
	margin-left:4.5%;
	display:block;
	color:#333;
	font-size:12px;
}
.new-dian>div{
	overflow:hidden;
	margin-top:20px;
}
.new-dian div i{
	float:left;
	margin-left:100px;
	color:#efa2ac;
	font-style:normal;
}
.new-dian div p{
	float:left;
	color:#666;
	margin-left:10px;
}
.new-dian div span{
	float:left;
	color:#f5373c;
	margin-left:20px;
}
.new-dian div:nth-child(3) p{
	margin-left:102px;
}
.new-dian div:nth-child(4) i{
	margin-left:125px;
}
.new-dian div:nth-child(4) span{
	color:#999;
	margin-bottom:20px;
}
.new-dian .new-tijiao{
	background:#f6f6f6;
	overflow:hidden;
	margin-left:223px;
	width:700px;
	margin-top:0;
}
.new-dian .new-tijiao div{
	width:150px;
	text-align:right;
	float:left;
	overflow:hidden;
	margin-top:20px;
}
.new-dian .new-tijiao i{
	float:none;
	margin-left:0;
	margin-top:30px;
}
.new-dian .new-tijiao span{
	float:none;
	margin-left:0;
	color:#666;
}
.new-dian .new-tijiao select{
	float:left;
	margin-top:15px;
	margin-left:10px;
	width:129px;
	height:30px;
	line-height:30px;
	border:1px solid #d7d7d7;
	padding-left:10px;
	color:#666;
}
.new-dian .new-tijiao input{
	float:left;
	margin-top:15px;
	margin-left:10px;
	border:1px solid #d7d7d7;
	height:30px;
	width:330px;
	line-height:30px;
	color:#666;
}
.new-dian .new-tijiao:last-child{
	padding-bottom:30px;
	margin-bottom:100px;
}
.new-xinxi .new-an{
	float:right;
	margin-right:calc((100% - 1200px) / 2);
	margin-top:50px;
	margin-bottom:200px;
	background:none;
}
.new-an button{
	background:none;
	border:1px solid #ec5051;
	color:#ec5051;
	border-radius:6px;
	float:left;
	width:81px;
	line-height:34px;
}
.new-an button:last-child{
	background:#ec5051;
	color:#fff;
	margin-left:10px;
	width:200px;
}
.new-jindu{
	overflow:hidden;
	margin-top:50px;
	margin-left:400px;
}
.new-jindu div{
	float:left;
	width:80px;
	height:80px;
	border:6px solid #ff8f23;
	border-radius:50%;
}
.new-jindu div i{
	background:url('../imgs/newruzhuicons.png');
	width:16px;
	height:54px;
	display:block;
	background-position:49px 0;
	margin:0 auto;
	margin-top:15px;
}
.new-jindu>div:last-child{
	border:none;
	width:300px;
	border-radius:0;
	margin-left:20px;
	height:300px;
}
.new-jindu div p{
	color:#ff8f23;
	font-size:23px;
}
.new-jindu div span{
	overflow:hidden;
	color:#999;
	margin-top:10px;
	display:block;
}
.new-jindu div span dd{
	color:#ff8f23;
	display:inline-block;
	margin-left:5px;
}
.new-jindu div span i{
	background:none;
	display:inline-block;
	font-style:normal;
	margin-left:5px;
	margin-top:0;
	color:#000;
	height:30px;
}
.new-jindu div div{
	border:none;
	width:200px;
}
.new-jindu div div a{
	color:#438cde;
}
.new-jindu div div a:last-child{
	margin-left:10px;
}
.newRightDianpu{
	float:right;
}
.newRightDianpu .search-input{
	background:#f5f5f5;
	border-radius:30px;
	color:#999;
}
.newRightDianpu .icon-shopcartL::before{
	color:#000;
}
/*new-dian-top{*/
/*	overflow:hidden;*/
/*	background:#f8f8f8;*/
/*	line-height:40px;*/
/*	height:40px;*/
/*}*/
/*.new-dian-top>div>div{*/
/*	float:right;*/
/*	margin-left:20px;*/
/*	cursor:pointer;*/
/*}*/
/*.new-dian-top p{*/
/*	float:left;*/
/*	color:#000;*/
/*}*/
/*.new-dian-top>div>div>i{*/
/*	color:#999;*/
/*	margin-left:5px;*/
/*	float:left;*/
/*}*/
/*.new-dian-top>div>div>div{*/
/*	float:left;*/
/*	width:140px;*/
/*	height:15px;*/
/*	border:1px dashed #dedede;*/
/*	overflow:hidden;*/
/*	background:#fff;*/
/*	margin-top:10px;*/
/*	line-height:15px;*/
/*	color:#999;*/
/*	font-size:12px;*/
/*	margin-left:20px;*/
/*}*/
/*.new-dian-top a{*/
/*	float:left;*/
/*	margin-left:20px;*/
/*	cursor:pointer;*/
/*}.*/
.new-dianpubanner{
	overflow:hidden;
}
.new-dianpubanner img{
	width:100%;
	display:block;
}
.new-fenlei{
	height:50px;
	background:#e40011;
}
/*.new-fenlei>div>div{*/
/*	position:relative;*/
/*	float:left;*/
/*}*/
/*.new-fenlei>div>div>a{*/
/*	width:240px;*/
/*	line-height:45px;*/
/*	background:#fff;*/
/*	color:#e60012;*/
/*	display:block;*/
/*	text-align:center;*/
/*	border-radius:10px 10px 0 0;*/
/*}*/
.new-fenlei .list{
	width:240px;
	line-height:40px;
	background: rgba(255,255,255, .5);
	color:#e60012;
	display:block;
	text-align:center;
	border-radius:10px 10px 0 0;
	margin-top: 10px;
	position: relative;
}
.new-fenlei .list ul{
	position:absolute;
	top:40px;
	left:0;
	width:240px;
	background:#fff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	box-sizing:border-box;
	box-shadow:1px 5px 6px #eee;
	display:none;
}
.new-fenlei .list ul a{
	display:block;
	line-height:40px;
	text-align:center;
	border-bottom:1px solid #eee;
}
.new-fenlei .list:hover ul{
	display:block;
}
.new-fenlei>div>div:first-child ul a:hover{color:#e60012; cursor:pointer;}
.new-fenlei .list>a{
	line-height:40px;
	color:#fff;
	font-size: 16px;
	cursor:pointer;
}
@keyframes blowUp
{
	0%   {transform: scale(1)}
	100% {transform: scale(1.05) }
}
.shop-level{ min-width: 300px; color: #ffffff; display: flex; justify-content: flex-end; align-items: center;}
.shop-level .icon{ margin-right: 2px; font-size: 20px;}
.shop-level .qq-icon{margin-left:5px; color: #ffffff;}
.shop-level .qq-icon:hover{ transform: scale(1.2); animation:blowUp .3s;}
.shop-level img{ width: 26px;}
.shop-name{ background: rgba(255,255,255,.3); padding: 6px 10px; border-radius: 4px; display: flex; align-items: center; margin-right: 10px;}
.qqFace{ background: url("../imgs/qqFace.svg") left top no-repeat;  background-size: 100% 100%;width: 20px;height: 20px; display: inline-block; }
.new-ls{background: #f1f1f1; padding-top: 20px;}
.new-list ul{ display: flex;justify-content: flex-start;flex-wrap: wrap;}
.new-list ul li{width: 226px; background: #fff; border-radius: 8px;margin:0 7px 20px 7px;padding: 15px; box-sizing: border-box;}
.new-list ul li .img-out{width: 196px;height: 196px;object-fit: cover; overflow:hidden; display: inline-block;}
.new-list ul li .img-out img { display: block;width: 196px;height: 196px;object-fit: cover;transition: all .3s;}
.new-list ul li .img-out:hover img{transform: scale(1.05);}
.new-list ul li span{ text-align: left;height: 40px;line-height: 20px;font-weight: bold; color: #303133;font-size: 14px;font-weight: 400;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
	-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-top: 10px;}
.new-ls .newHuoDongRightCenter ul li{
	border:1px solid #e5e5e5;
	box-sizing:border-box;
	text-align:center;
}
.new-ls .newHuoDongRightCenter ul li>img{
	margin:0 auto;
	width:190px;
	height:190px;
	margin-top:20px;
}
.new-ls .newHuoDongRightCenter ul li>span{
	width:100%;
}
.new-ls .newHuoDongRightCenterDiv{
	width:100%;
}
.new-ls .newHuoDongRightCenterDivLeft>div:nth-child(1){
	margin-left:20px;
}
.new-ls .newHuoDongRightCenterDivLeft>div:nth-child(2){
	border:none;
	margin-left:-15px;
}
.new-ls .newHuoDongRightCenterDivRight{
	left:20px;
}
.new-dianpus{
	overflow:hidde;
}
.new-dianpus img{
	width:100%;
	display:block;
}
@media (max-width:1260px){
	.newDngJiReXiaoCenB .container>span{
		left:calc(((100% - 980px) / 2) - 25px);
	}
	.newDngJiReXiaoCenB .container .next{
		right:calc(((100% - 980px) / 2) - 25px);
	}
	.newDngJiReXiaoCenB>div>div:nth-child(1){
		display:none;
	}
	.box{
		margin-left:0;
	}
	#roll dd{
		margin-left:10px;
		margin-right:6px;
		width:321px;
	}
	#roll dd:first-child>div{
		display:block;
	}
	#roll dd:first-child img{
		border-bottom:4px solid #007BE6;
	}
	.newHuoDongRightCenter ul li>img{
		width:100%;
	}
	.newHuoDongRightCenter ul li>span{
		width:100%;
	}
	.new-photo-right{
		width:calc(100% - 331px);
	}
	.new-photo-right input{
		margin-left:15px;
	}
	.new-photo-right div{
		margin-left:10px;
		font-size:12px;
	}
	.new-photo-contar-right{
		right:20px;
	}
	.new-bottom>div{
		margin-right:50px;
	}
}
@media (max-width:1200px){
	.new-xinxi .new-an{
		margin-right:100px;
	}
}