@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	box-sizing: inherit;
	outline: none;
}
:after, :before {
	box-sizing: inherit;
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	list-style: none;
}
.pc-bg-container {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;

}
.home-market-section {
	text-align: center;
}
/*标题*/
.home-market-section .section-title {
	margin-bottom: 30px;
	font-size: 30px;
	min-width: 150px;
	text-align: left;
	color: #F8F8F8;
	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: 1200px;
	margin: 0 auto;
}
.home-market-section .section-inner .swiper-container {

	max-width: 1230px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper {
	align-items: center;

}
/*内容列表*/
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
	height: 100%;
	background: 0 0;
	padding: 35px;
	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;
	width: calc((100% - 60px)/ 4);
	height: 100%;
	margin-right: 20px;
	border-radius: 5px;
}
.more-tscx {
    width: 100%;
    background: #e1e8f1;
    display: flex !important;
    justify-content: center;
    align-items: center;
	height: 203px;
}

.more-tscx div {
    height: 203px;
}
.more-tscx div p{
	padding: 0 15px;
	line-height: 36px;
    background: #fff;
    border-radius: 20px;
	color: #4293f4;
	width: 145px;
}

.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 {
	bottom: 4px;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet {
	position: relative;
	margin: 0 5px;
	width: 22px;
	height: 3px;
	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: 20px!important;
	height: 3px;
	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: 20px!important;
	opacity: 1;
	border-radius: 100px;
	transform: scale(1.2);
	background: #4293f4;
}
/*左右箭头*/
.home-market-section .section-inner .swiper-button-prev {
	left: 0;
	top: 118px;
	margin-top: 0;
	background: url(marketplace-home-arrow_big.svg);
}
.home-market-section .section-inner .swiper-button-next {
	right: 0;
	top: 118px;
	margin-top: 0;
	background: url(marketplace-home-arrow_big.svg);
	transform: rotate(180deg);
}
.home-market-section .section-inner .swiper-button-next:hover {
	background: url(marketplace-home-arrow_big_hover.svg);
}
.home-market-section .section-inner .swiper-button-prev:hover {
	background: url(marketplace-home-arrow_big_hover.svg);
}
