*{box-sizing: inherit;outline: none;}
:after, :before{box-sizing: inherit;}
a{text-decoration: none;color: inherit;}
ul{list-style: none;}
.pc-bg-container{padding: 0;margin: 0;box-sizing: inherit;outline: none;}
.home-market-section{}
/*标题*/
.home-market-section .section-title{margin-bottom: 30px;font-size: 30px; min-width: 150px; text-align: left; color: #c9a467; 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: url(marketplace-home-arrow_small.svg); 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: 1280px; margin: 0 auto;}
.home-market-section .section-inner .swiper-container{height: 380px; max-width: 1200px;}
.home-market-section .section-inner .swiper-container .swiper-wrapper{align-items: center; height: 280px;}
/*内容列表*/
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide{height: 280px;  padding: 0px; margin: 0px; box-sizing: border-box; text-align: center;}

/*分页*/
.home-market-section .section-inner .swiper-container .swiper-pagination-bullets{bottom: 45px;}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet{position: relative; margin: 0 5px; width: 30px; 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: 30px!important; height: 4px; opacity: 0.8; left: 0; border-radius: 100px; background: #fff; 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: 30px!important; opacity: 1; border-radius: 100px; transform: scale(1.2); background: #a2adb3;}
/*左右箭头*/
.home-market-section .section-inner .swiper-button-prev{left: -40px; top: 118px; margin-top: 0; background: url(marketplace-home-arrow_big.svg);}
.home-market-section .section-inner .swiper-button-next{right: -40px; 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);}
