

.pc-bg-container{  
display: none;

}
@media (max-width: 780px){  

.pc-bg-container {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
display:block;	
}

.home-market-section {
	text-align: center;
	background-color: #ffffff;
}
/*标题*/
.home-market-section .section-title {

    font-size: 18px;
    min-width: 150px;
    text-align: left;
    color: #ffffff;
    display: inline-block;
    position: relative;
    border: none;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
}
.home-market-section .section-title a {
	width: 100%;
	display: block;
	position: relative;
}
.home-market-section .section-title a:before {
	position: absolute;
	content: '';
	right: -12px;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	top: 50%;
	transform: translate(0, -50%);
	transition: .2s;
}
.home-market-section .section-title a:hover:before {
	right: -16px;
}
/*内容盒子*/
.home-market-section .section-inner {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
.home-market-section .section-inner .swiper-container {
	height: 244px;
	max-width: 100%;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper {
	align-items: center;
	
}
/*内容列表*/
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
	
	background: 0 0;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a {
	display: block;
	float: left;
	position: relative;
	background-color: #fff;
	
	width: calc((100% - 60px)/ 4);
	width: 22.5%;
	height: 90px;
	margin-right: 10px;
	border-radius: 5px;
	margin-top: 15px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:hover {
	box-shadow: 0 10px 40px rgba(0,0,0,0.30);
	border: 2px solid rgba(10,10,10,1.00);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.30);
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide img {
	height: 30px;
	width: auto;
	margin: 0 0 0 0;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide h3 {
	font-weight: normal;
	margin-top: 20px;
	font-size: 15px;
	color: #252b3a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide p {
	margin-top: 10px;
	font-size: 14px;
	color: #a0a2a8;
	text-align: center;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time {
	position: absolute;
	bottom: 12px;
	width: calc(100% - 60px);
	text-align: center;
	border-top: 1px solid #e7e7e7;
	color: #666a75;
	padding-top: 10px;
	letter-spacing: .44px;
	line-height: 23px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time span {
	font-size: 20px;
	color: #f66f6a;
	letter-spacing: 0;
	line-height: 23px;
	margin-right: 3px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:last-of-type {
	margin-right: 0;
}
/*分页*/
.home-market-section .section-inner .swiper-container .swiper-pagination-bullets {
	
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet {
	position: relative;
	margin: 0 5px;
	width: 24px;
	height: 4px;
	border-radius: 100px;
	opacity: 1;
	background: 0 0;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 24px!important;
	height: 4px;
	opacity: 1;
	left: 0;
	border-radius: 100px;
	background: #dfe1f1;
	vertical-align: middle;
	transition: opacity .8s, background-color .8s;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before {
	width: 24px!important;
	opacity: 1;
	border-radius: 100px;
	transform: scale(1.2);
	background: #38ffe3;
}
/*左右箭头*/
.home-market-section .section-inner .swiper-button-prev {
	left: 0;
	top: 118px;
	margin-top: 0;
	background: url(../fonts/marketplace-home-arrow_big.svg);
}
.home-market-section .section-inner .swiper-button-next {
	right: 0;
	top: 118px;
	margin-top: 0;
	background: url(../fonts/marketplace-home-arrow_big.svg);
	transform: rotate(180deg);
}
.home-market-section .section-inner .swiper-button-next:hover {
	background: url(../fonts/marketplace-home-arrow_big_hover.svg);
}
.home-market-section .section-inner .swiper-button-prev:hover {
	background: url(../fonts/marketplace-home-arrow_big_hover.svg);
}



.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:nth-child(4) {
  
    margin-right: 0px;
    
}


}