#swiper-banner {
    width: 830px;
    height: 525px;
    margin-top: 15px;
}
.main__inner-wrapper {
	/*background-color: #f2f2f2;*/
}
#swiper-banner img{
    width: 830px;
    height: 525px;
}
#swiper-banner .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

#swiper-banner .swiper-wrapper .swiper-slide::-webkit-scrollbar{
    display: none;
}

#swiper-banner .swiper-pagination span{
    height: 10px;
    width: 10px;
    -webkit-transform: none;
    -ms-transform: unset;
    transform: none;
}

#swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    height: 12px;
    width: 12px;
    background:#007aff;
    border: unset;
}

#swiper-banner .swiper-pagination .swiper-pagination-bullet{
    background:#fff;
    opacity: 1;
    border: 1px solid red;
}
.title{
    font-weight: 600;
}

/* 热门商品 */

.hotpro-title{
    font-size: 34px;
    color: #37383D;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.hotpro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 1200px;
}

.hotpro ul{
    height: 320px;
    padding: 0px;
    text-align: center;
    margin-bottom: 15px;
}

.hotpro ul li {
    list-style: none;
    width: 225px;
    height: 320px;
    float: left;
    background: #F8F8F8;
    margin: 10px 6px 0 6px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #F8F8F8;
    position: relative;
}

.hotpro ul li:hover {
    border: 1px solid #3D90FF;
}

.hotpro ul li .promotion-img{
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.hotpro ul li .item{
    margin-top: 20px;
}

.hotpro ul li .item .img-product {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.hotpro ul li .item .category-product {
    font-size: 12px;
    color: #454553;
    text-align: center;
    overflow: hidden;
    height: 18px;
    margin: 0 15px 5px;
}

.hotpro ul li .item .title-product {
    font-size: 15px;
    color: #454553;
    text-align: center;
    overflow: hidden;
    height: 22px;
    margin: 0 15px 5px;
}

.hotpro ul li .item .price-product {
    font-size: 16px;
    color: #454553;
    text-align: center;
    margin: 0 15px 5px;
    font-weight: 300;
}

/* 新入驻供应商 */

.newsupplier-title{
    font-size: 34px;
    color: #37383D;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}

.newsupplier {
    width: 100%;
    text-align: center;
    /* display: flex; */
    flex-direction: row;
    justify-content: center;
    height: 30px;
    line-height: 30px;
}

.newsupplier a {
    display: inline-block;
    width: 135px;
    height: 30px;
    margin: 0 10px;
    padding: 6px 0px;
    font-size: 14px;
    color: #7F8FA0;
    text-align: center;
    line-height: 16px;
    background: #FFFFFF;
    border: 1px solid #E1E8EE;
    border-radius: 82px;
    cursor: pointer;
    box-shadow: 0 1px 9px 0 rgba(211,211,211,0.50);
}

.newsupplier a:hover,
.newsupplier a:active {
    color: #FFFFFF;
    background-image: linear-gradient(6deg, rgba(98, 131, 236, 0.98) 0%, #5CB5ED 100%);
}

.newsupplier .swiper-wrapper{
    padding: 0px;
    width: 100%;
    height: 35px;
    padding-top: 3px;
}

.newsupplier .swiper-button-prev{
    background-image: url(../images/icon/button_left.svg);
    background-size: 38px 38px;
    width: 45px;
    height: 47px;
    left: -35px;
    display: none;
    top: -7px;
    margin-top: 0px;
}

.newsupplier .swiper-button-next{
    background-image: url(../images/icon/button_right.svg);
    background-size: 38px 38px;
    width: 45px;
    height: 47px;
    right: -35px;
    display: none;
    top: -7px;
    margin-top: 0px;
}

.newsupplier .swiper-container-block-view{
    position: relative;
}

.newsupplier .swiper-container-block-view:hover> .swiper-button-prev,
.newsupplier .swiper-container-block-view:hover> .swiper-button-next{
    display: block;
}

.newsupplier-detail {
    margin-top: 10px;
    height: 1155px;
    flex-direction: row;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.newsupplier-detail-show{
    display: block;
}

.newsupplier-detail .col {
    width: 370px;
    height: 1155px;
    margin-left: 15px;
    float: left;
}

.newsupplier-detail .col:first-child {
    margin-left: 0px;
}

.newsupplier-detail .col div{
    border-radius: 5px;
}

.newsupplier-detail .col .box ,.newsupplier-detail .col img{
    width: 370px;
    height: 370px;
}
.newsupplier-detail .col .img {
    margin-top: 15px;
}

.newsupplier-detail .col > div{
    background: #F7F8F9;
}

.newsupplier-detail .col .suplier {
    display: none;
    opacity: 0.5;
    background: #5CB5ED;
    height: 80%;
    width: 90%;
    position: relative;
    top: -100%;
    left: 5%;
    text-align: center;
    cursor: pointer;
}

.newsupplier-detail .col div:hover>.suplier {
    display: block;
}

/*供应商 品牌 轮播*/
.swiper-block-title{
    font-size: 34px;
    color: #37383D;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 20px;
}
.swiper-wrapper-block-view{
    display: inline-block;
    width: 152px;
    height: 76px;
    text-align: center;
    margin: 12px 10px;
    cursor: pointer;
}
.swiper-wrapper-block-view img{
    max-height: 70px;
    max-width: 140px;
    margin-top: 3px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.10);
    border-radius: 5px;
}
.swiper-wrapper-block-view .show-brand-name,
.swiper-wrapper-block-view .show-vendor-name{
    height: 70px;
    width: 140px;
    padding: 0 5px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.10);
    border-radius: 5px;
}

.brand-swiper .swiper-button-prev{
    background-image: url(../images/icon/icon_left.svg);
    background-size: 38px 38px;
    /*width: 45px;*/
    height: 50px;
}

.brand-swiper .swiper-button-next{
    background-image: url(../images/icon/icon_right.svg);
    background-size: 38px 38px;
    /*width: 45px;*/
    height: 50px;
}

.coo-brand{
    background: #F7F8F9;
    padding-bottom: 10px;
    margin-top: 20px;
}

.promise {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 400px;
    background: url('../images/promise/img_storehome_ourpromise.png') no-repeat;
    background-size: 100% 400px;
}

.promise .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.promise .item>div {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.promise .item img {
    padding-top: 10px;
    padding-bottom: 50px;
    width: 54px;
}

.page_footer {
    background: #F7F8F9;
    min-height: 310px;
}
.page_footer .friendlink table tr th {
    font-size: 18px;
    color: #9CAFC3;
    text-align: left;
    background-color: #F7F8F9;
    font-weight: bold;
    padding: 0 0px 10px 0;
    text-transform: none;
    /*border-right: 1px solid #9CAFC3;*/
}

.page_footer .friendlink table tr th:last-child {
    border: none;
}

.page_footer .friendlink {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0 100px;
}
.page_footer .foot-copyright{
    text-align: center;
    margin-top: 34px;
    font-size: 14px;
    color: #9CAFC3;
    letter-spacing: 1px;
    padding-bottom: 30px;
}
.page_footer .friendlink table {
    width: 600px;
    padding-top: 60px;
    border-collapse: separate;
}

.page_footer .friendlink table tr td {
    padding: 0;
    padding-right: 20px;
    /*border-right: 1px solid #9CAFC3;*/
}

.page_footer .friendlink table tr td:last-child {
    border: none;
}

.page_footer .friendlink a {
    font-size: 16px;
    color: #9CAFC3;
    line-height: 25px;
}

.page_footer .friendlink a:hover {
    color: #0F77FF;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.page_footer .friendlink .friendlink-right-first {
    width: 80px;
    margin-left: 0px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page_footer .friendlink .friendlink-right-first img{
    width: 80px;
    height: 80px;
}

.page_footer .friendlink .friendlink-right-first .title{
    margin-top: 5px;
    font-size: 16px;
    color: #9CAFC3;
    text-align: center;
}

.page_footer .friendlink .friendlink-right {
    width: 80px;
    margin-left: 20px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page_footer .friendlink .friendlink-right img{
    width: 80px;
    height: 80px;
}

.page_footer .friendlink .friendlink-right .title{
    margin-top: 5px;
    font-size: 16px;
    color: #9CAFC3;
    text-align: center;
}

.zxfokbtn{
    margin-left: 1rem;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev{
    width: 32px;
    height: 86px;
    background: rgba(0, 0, 0, 0.30);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 101;
    border: 0;
    font-family: FontAwesome;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18pt;
    border-radius: 5px;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: 0.4s;
    -o-transition: .4s;
}

.swiper-container .swiper-button-next {
    right: 5px
}
.swiper-container .swiper-button-prev {
    left: 5px
}

.swiper-container .swiper-button-next:before {
    content: "\f105";
    font-size: 60px;
    margin-left: 5px;
}
.swiper-container .swiper-button-prev:before {
    content: "\f104";
    font-size: 60px;
    margin-left: 5px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    display: none;
}

.banner-home{
    float: left;
    margin-left: 185px;
}
.banner-home-all .rightSide{
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
.banner-home-all .rightSide .hotShop {
    width: 170px;
    height: 525px;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    padding: 12px 12px 0 12px;
}

.banner-home-all .rightSide .hotShop .head {
    margin-bottom: 18px;
}

.banner-home-all .rightSide .hotShop .head div {
    float: left;
    font-weight: bold;
}

.banner-home-all .rightSide .hotShop .head .hot {
    width: 100px;
    padding-top: 3px;
}

.banner-home-all .rightSide .hotShop .arrowleft {
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #D7D7D7;
    border-radius: 2px;
}

.banner-home-all .rightSide .hotShop .arrowleft img {
    border-right: 1px solid;
    border-color: #D7D7D7;
    padding: 0 4px 0 6px;
    cursor: pointer;
}

.banner-home-all .rightSide .hotShop .arrowright {
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #D7D7D7;
    border-radius: 2px;
}

.banner-home-all .rightSide .hotShop .arrowright img {
    padding: 0 6px 0 4px;
    cursor: pointer;
}

.banner-home-all .rightSide .hotShop .arrowleft:hover,
.banner-home-all .rightSide .hotShop .arrowright:hover {
    background-color: #FFF;
    cursor: pointer;
}


.banner-home-all .hotShop .item .logo img {
    width: 50px;
    height: 25px;
}

.banner-home-all .hotShop .item {
    margin: 6px 0;
}

.banner-home-all .hotShop .item a{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.banner-home-all .hotShop .item .logo,
.banner-home-all .hotShop .item .right {
    float: left;
}

.banner-home-all .hotShop .item .right {
    margin-left: 10px;
}

.banner-home-all .hotShop .item .right .name {
    width: 88px;
    line-height: 16px;
    padding-top: 4px;
    letter-spacing: 1px;
    color: #303133;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-home-all .hotShop .item .right .Rate img {
    margin-right: -4px;
}

.banner-home-all{
    width: 1200px;
    margin: 0 auto;
}