@charset "utf-8";
.sewing {
    height: 120px;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
}

.header .main {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc;
}

.header h1 {
    width: 250px;
    height: 70px;
    background: url(../images/logo.png) no-repeat left center/contain;
}

.header h1 a {
    text-indent: -9999px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header p {
    color: #888;
    font-size: 24px;
    margin-left: 55px;
}

.header .search {
    width: 400px;
    display: flex;
    margin-left: auto;
    background: #eee;
}

.header .search .drop-down {
    width: 120px;
    position: relative;
    z-index: 99;
    border-right: 1px solid #c9c9c9;
}

.header .search .drop-down h4 {
    font-size: 15px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .search .drop-down h4 .icon {
    width: 11px;
    height: 8px;
    margin-left: 8px;
    background-image: url(../images/down.png);
}

.header .search .drop-down ul {
    display: none;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 99;
    background: #fff;
}

.header .search .drop-down ul li {
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}

.header .search .drop-down ul li:hover {
    color: var(--theme-color);
}

.header .search .drop-down ul li a {
    height: 100%;
    display: inline-block;
}

.header .search .form {
    width: 280px;
    position: relative;
}

.header .search .form input {
    color: #888;
    font-size: 15px;
    height: 48px;
    padding: 0 45px 0 12px;
}

.header .search .form button {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 13px;
    right: 16px;
    background: url(../images/search.png) no-repeat right center/contain;
}




.hd-nav {
    display: flex;
    align-items: center;
    max-width: 1300px;
    padding: 22px 0;
    margin: 0 auto;
}

.hd-nav li {
    color: #000;
    font-size: 20px;
    line-height: 48px;
    position: relative;
}

.hd-nav li:not(:first-child) {
    margin-left: auto;
}

.hd-nav li.active,
.hd-nav li:hover {
    color: var(--theme-color);
    font-weight: bold;
}

.hd-nav li::after {
    content: '';
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    transition: all ease-in-out .3s;
    background: var(--theme-color);
}

.hd-nav li.active::after,
.hd-nav li:hover::after {
    width: 100%;
}

.hd-nav li a {
    display: inline-block;
    height: 100%;
}




.footer {
    color: #aeaeae;
    font-size: 15px;
    background: #1b1b1b;
}

.footer .container {
    display: flex;
    padding-top: 54px;
    margin-bottom: 30px;
    position: relative;
}

.footer .article {
    line-height: 30px;
    margin-bottom: 38px;
}

.footer .nav {
    display: flex;
}

.footer .nav li:not(:first-child, :last-child) {
    margin-right: 15px;
}

.footer .nav li a {
    text-decoration: underline;
}

.footer .qrcode {
    font-size: 0;
    display: flex;
    margin: 8px 0 0 auto;
}

.footer .qrcode .group:not(:last-child) {
    margin-right: 25px;
}

.footer .qrcode img {
    width: 90px;
    height: 90px;
    border-radius: 7px;
}

.footer .qrcode p {
    font-size: 15px;
    text-align: center;
    margin-top: 9px;
}

.footer .copy {
    line-height: 30px;
    padding: 23px 0 49px;
    border-top: 1px solid #434343;
}

.footer .top-icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    right: -78px;
    z-index: 99;
    background-image: url(../images/top.png);
}




.contact {
    font-size: 0;
    max-width: 1300px;
    padding: 80px 0;
    margin: 0 auto;
}




.message {
    padding: 82px 0 102px;
}

.message .group:nth-child(2) {
    grid-template-columns: 1fr;
}




.news-banner {
    margin: 25px auto;
}




.news {
    /*padding: 25px 0 94px;*/
     padding: 0 0 94px;
}

.news .ve-banner {
    margin-bottom: 55px;
}

.news .theme-title {
    margin-bottom: 34px;
}

.news .page {
    padding: 89px 0 72px;
}




.newsv {
    padding-bottom: 36px;
    background: #f5f6f8;
}

.newsv .container {
    max-width: 1300px;
    display: flex;
    margin: 0 auto;
}

.newsv .left-panel {
    font-size: 15px;
    width: 970px;
    height: 100%;
    padding: 51px 30px 115px;
    border-radius: 10px;
    background: #fff;
}

.newsv .left-panel .title {
    text-align: center;
    margin-bottom: 42px;
}

.newsv .left-panel .title h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 17px;
}

.newsv .left-panel .title p {
    color: #888;
}

.newsv .left-panel .article {
    line-height: 30px;
}
.newsv .left-panel .article img{
    display:block;
    margin:0 auto;
}

.newsv .right-panel {
    width: 310px;
    margin-left: auto;
}

.newsv .right-panel .newsv-slide {
    overflow: hidden;
    height: 430px;
    margin-bottom: 19px;
    border-radius: 10px;
}

.newsv .right-panel .newsv-slide .swiper-pagination {
    bottom: 20px;
}

.newsv .right-panel .newsv-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(255, 255, 255, .5);
}

.newsv .right-panel .newsv-slide .swiper-pagination-bullet-active {
    background: #fff;
}

.newsv .right-panel .common-style {
    padding-top: 19px;
    margin-bottom: 19px;
    border-radius: 10px;
    background: #fff;
}

.newsv .right-panel .common-style h3 {
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    width: 239px;
    padding: 0 19px;
    margin-bottom: 23px;
    background-image: linear-gradient(
        to right,
        rgba(38, 60, 146, 1),
        rgba(38, 60, 146, 0)
    );
}

.newsv .right-panel .hot-news {
    padding-bottom: 28px;
}

.newsv .right-panel .hot-news .list {
    padding: 0 19px;
}

.newsv .right-panel .hot-news .column:not(:last-child) {
    margin-bottom: 19px;
}

.newsv .right-panel .hot-news .column {
    font-size: 14px;
    line-height: 18px;
}

.newsv .right-panel .hot-news .column a {
    display: flex;
    align-items: center;
}

.newsv .right-panel .hot-news .column span {
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #a9a9a9;
}

.newsv .right-panel .hot-news .column:nth-child(1) span,
.newsv .right-panel .hot-news .column:nth-child(2) span,
.newsv .right-panel .hot-news .column:nth-child(3) span {
    background: #e60012;
}

.newsv .right-panel .hot-news .column h4 {
    width: calc(100% - 25px);
    margin-left: auto;
}

.newsv .right-panel .hot-news .column:hover h4 {
    color: var(--theme-color);
    font-weight: bold;
}

.newsv .right-panel .recomm-brand {
    padding-bottom: 20px;
}

.newsv .right-panel .recomm-brand .picture {
    gap: 10px;
    padding: 0 19px;
}

.newsv .right-panel .recomm-brand .img {
    height: 65px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
}

.newsv .right-panel .apply-join {
    padding-top: 0;
    padding-bottom: 29px;
    margin-bottom: 0;
}

.newsv .right-panel .apply-join .img {
    height: 170px;
    margin-bottom: 19px;
    border-radius: 10px;
}

.newsv .right-panel .apply-join .form {
    padding: 0 19px;
}

.newsv .right-panel .apply-join input,
.newsv .right-panel .apply-join button {
    font-size: 15px;
    height: 40px;
}

.newsv .right-panel .apply-join input {
    color: #666;
    padding: 0 15px;
    margin-bottom: 13px;
    background: #eff1f4;
}

.newsv .right-panel .apply-join button {
    color: #fff;
    transition: all .3s;
    background: var(--theme-color);
}

.newsv .right-panel .apply-join button:hover {
    background: var(--theme-touch-color);
}




.watch {
    padding: 36px 0 103px;
    background: #f5f6f8;
}

.watch .hd-box {
    margin-bottom: 34px;
}




.brand {
    padding-top: 52px;
    background: #f5f6f8;
}

.brand .ve-banner {
    margin-bottom: 57px;
}

.brand .page {
    padding: 74px 0;
}




.supply {
    /*padding: 25px 0 80px;*/
      padding: 0 0 80px;
}

.supply .ve-banner {
    margin-bottom: 45px;
}

.supply .theme-title {
    margin-bottom: 35px;
}

.supply .page {
    padding: 82px 0 76px;
}




.supply-introduce {
    padding: 5px 0 21px;
    background: #f5f6f8;
}

.supply-introduce .main {
    display: flex;
}

.supply-introduce .slide-panel {
    display: flex;
    width: 650px;
}

.supply-introduce .thumb-slide {
    height: 532px;
}

.supply-introduce .thumb-slide .swiper-slide {
    cursor: pointer;
    overflow: hidden;
    width: 100px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}

.supply-introduce .thumb-slide .swiper-slide::after {
    content: '';
    display: none;
    width: 96px;
    height: 96px;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 10px;
    border: 2px solid var(--theme-color);
}

.supply-introduce .thumb-slide .swiper-slide-thumb-active::after {
   display: block;
}

.supply-introduce .gallery-slide {
    width: 532px;
    height: 532px;
    margin-left: auto;
    border-radius: 10px;
}

.supply-introduce .gallery-slide .img {
    border-radius: 10px;
}

.supply-introduce .content-panel {
    width: 600px;
    margin: auto 0 0 auto;
}

.supply-introduce .title {
    padding-bottom: 29px;
    margin-bottom: 17px;
    border-bottom: 1px solid #dcdcdc;
}

.supply-introduce .title h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.supply-introduce .title span {
    color: #fff;
    font-size: 15px;
    line-height: 29px;
    display: inline-block;
    padding: 0 16px;
    background: var(--theme-color);
}

.supply-introduce .introd {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 41px;
}

.supply-introduce .form {
    text-align: center;
    padding: 24px 32px 28px;
    border-top: 3px solid var(--theme-color);
    background: #fff;
}

.supply-introduce .form h4 {
    font-size: 24px;
    margin-bottom: 22px;
}

.supply-introduce .form .group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 14px;
}

.supply-introduce .form .group:not(:last-child) {
    margin-bottom: 14px;
}

.supply-introduce .form input {
    color: #666;
    font-size: 15px;
    height: 41px;
    padding: 0 15px;
    background: #eff1f4;
}

.supply-introduce .form button {
    color: #fff;
    font-size: 15px;
    height: 50px;
    transition: all ease-in-out .3s;
    background: var(--theme-color);
}

.supply-introduce .form button:hover {
    background: var(--theme-touch-color);
}




.supply-details {
    padding: 21px 0 30px;
    background: #f5f6f8;
}

.supply-details .main {
    display: flex;
}

.supply-details h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 62px;
    background: #ebecef;
}

.supply-details .left-panel,
.supply-details .right-panel {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.supply-details .left-panel {
    width: 970px;
}

.supply-details .left-panel h3 {
    padding: 0 30px;
}

.supply-details .left-panel .article {
    font-size: 15px;
    line-height: 30px;
    padding: 30px 30px 65px;
}

.supply-details .right-panel {
    width: 310px;
    height: 100%;
    margin-left: auto;
}

.supply-details .right-panel h3 {
    text-align: center;
}

.supply-details .right-panel .list {
    text-align: center;
    padding: 31px 20px;
}

.supply-details .right-panel .column:not(:last-child) {
    margin-bottom: 22px;
}

.supply-details .right-panel .column .img {
    height: 270px;
    margin-bottom: 14px;
    position: relative;
    border-radius: 10px;
}

.supply-details .right-panel .column .img span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 5px;
    background: var(--theme-color);
}

.supply-details .right-panel .column h4 {
    font-size: 16px;
}

.supply-details .right-panel .column:hover h4 {
    color: var(--theme-color);
}




.supplyv-news {
    padding: 30px 0;
    background: #f5f6f8;
}




.supplyv-ad-banner {
    padding: 30px 0 80px;
    background: #f5f6f8;
}




.publish-brief {
    overflow: hidden;
    padding: 240px 0 104px;
    position: relative;
    z-index: 10;
    background-size: 100% 10px; 
    background-repeat: no-repeat;
    background-position: bottom; 
    background-image: linear-gradient(
        to right,
        #271807,
        #d38e2e
        ); 
    background-color: #180e04;
}

/* .publish-brief::before,
.publish-brief::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}

.publish-brief::before {
    width: 567px;
    height: 650px;
    left: 0;
    background-position: top left;
    background-image: url(../images/lish-left-bgimg.jpg);
}

.publish-brief::after {
    width: 925px;
    height: 782px;
    right: 0;
    background-position: top right;
    background-image: url(../images/lish-right-bgimg.jpg);
} */

.publish-brief::after {
    content: '';
    width: 1920px;
    height: 771px;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../images/lish-bgimg.jpg);
}

.publish-brief .content {
    margin-bottom: 148px;
}

.publish-brief .content h2 {
    color: transparent; 
    font-size: 46px;    
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    background-clip: text;
    background: linear-gradient(
        to bottom,
        #fcf8f2,
        #f2dcbd,
        #d18b29
    );
    -webkit-background-clip: text;
}

.publish-brief .content .article {
    color: #eccca1;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 52px;
}

.publish-brief .content .signup-btn {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    display: block;
    width: 208px;
    height: 52px;
    background: url(../images/apply.png) left center/contain;
}

.publish-brief .column {
    color: #999;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 25px 35px;
    border-radius: 15px;
    background: #2a251f;
}

.publish-brief .column:not(:last-child) {
    margin-bottom: 29px;
}

.publish-brief .column .order {
    color: #fff;
    text-align: center;
    line-height: 51px;
    width: 45px;
    height: 51px;
    background: url(../images/polygon.png) no-repeat left center/contain;
}

.publish-brief .column .img {
    width: 230px;
    height: 140px;
    margin-left: 28px;
    border-radius: 5px;
    background: #fff;
}

.publish-brief .column .article {
    width: 680px;
    margin-left: 44px;
}

.publish-brief .column .article .title {
    display: flex;
    align-items: first baseline;
    margin-bottom: 12px;
}

.publish-brief .column .article .title h4 {
    color: #e0ac5d;
    font-size: 24px;
    font-weight: bold;
}

.publish-brief .column .article .title p {
    margin-left: 12px;
}

.publish-brief .column .article .text {
    line-height: 26px;
}

.publish-brief .column .view-brand {
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    display: inline-block;
    padding: 0 40px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    border-radius: 50px;
    background-image: linear-gradient(
        to right,
        #f3bf76,
        #d49031
    );
}

.publish-brief .column .view-brand::after {
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
    background: #f3bf76;
}

.publish-brief .column .view-brand:hover::after {
    width: 100%;
}




.publish-link {
    padding: 80px 0 49px;
    background-color: #180e04;
}

.publish-link .list {
    gap: 17px 19px;
}

.publish-link .column .img {
    height: 251px;
}

.publish-link .column .img img {
    border-radius: 10px;
}




.publish-news {
    padding: 49px 0 75px;
    background-color: #180e04;
}

.publish-news .hd-box .carousel-arrow:hover {
    background: #d38e2e;
}

.publish-news .theme-title h2 {
    color: #e1ad5d;
}

.publish-news .theme-title p {
    color: #999;
}

.publish-news .cs-news-slide ul li {
    color: #fff;
    border-bottom: 1px dashed #504942;
}

.publish-news .cs-news-slide ul li:hover {
    color: #e1ad5d;
}

.publish-news .cs-news-slide ul li a::after {
    background: #e1ad5d;
}




.publish-channel {
    text-align: center;
    padding: 130px 0 62px;
    position: relative;
    z-index: 10;
    background-color: #180e04;
}

.publish-channel::after {
    content: '';
    width: 1920px;
    height: 320px;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../images/publish-form-bgimg.jpg);
}

.publish-channel h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 38px;
}

.publish-channel form {
    display: flex;
}

.publish-channel .label {
    position: relative;
}

.publish-channel .label:not(:last-child) {
    margin-right: 12px;
}

.publish-channel input,
.publish-channel button
{
    font-size: 16px;
    height: 50px;
    border-radius: 8px;
}

.publish-channel input {
    color: #666;
    width: 350px;
    padding: 0 15px;
    background: #fff;
}

.publish-channel .label .input-placeholder {
    color: #666;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.publish-channel .label .input-placeholder span {
    color: #f30000;
}

.publish-channel button {
    color: #fff;
    width: 200px;
    margin-left: auto;
    transition: all .3s;
    background: #d38e2e;
}

.publish-channel button:hover {
    background: #f0a338;
}




.brand-introduce {
    display: flex;
    max-width: 1300px;
    padding: 25px 0;
    margin: 0 auto;
}

.brand-introduce .content {
    font-size: 15px;
    width: 310px;
    padding: 25px;
    border-radius: 10px;
    background: #f5f6f8;
}

.brand-introduce .content .img {
    height: 86px;
    margin-bottom: 24px;
    border-radius: 6px;
    background: #fff;
}

.brand-introduce .content .title {
    margin-bottom: 20px;
}

.brand-introduce .content .title h2 {
    color: var(--theme-color);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.brand-introduce .content .title p {
    color: #666;
}

.brand-introduce .content .text {
    line-height: 30px;
}

.brand-introduce .ve-banner {
    width: 970px;
    margin: 0 0 0 auto;
}




.brand-details {
    max-width: 1300px;
    padding: 27px 0;
    margin: 0 auto;
}

.brand-details .item:not(:last-child) {
    margin-bottom: 50px;
}

.brand-details .title {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.brand-details .title h3 {
    color: var(--theme-color);
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
}

.brand-details .title h3::after {
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -1px;
    background: var(--theme-color);
}

.brand-details .title .around-btn {
    margin-left: auto;
}

.brand-details .article {
    font-size: 16px;
    line-height: 30px;
    margin-top: 21px;
}

.brand-details .swiper {
    margin-top: 39px;
}




.brandv-ve-banner {
    margin: 27px auto 91px;
}




.index-news {
    padding: 64px 0 48px;
}

.index-news .hd-box {
    margin-bottom: 38px;
}

.index-news .common-hot-slide {
    margin-bottom: 41px;
}

.index-news .common-hot-slide .swiper-slide {
    background: #f5f6f8;
}

.index-news .common-hot-slide .img {
    position: relative;
    z-index: 10;
}

.index-news .common-hot-slide .img .icon {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 9px;
    background-image: url(../images/hot.png);
}




.index-news2 {
    padding: 57px 0 64px;
    background: #f5f6f8;
}

.index-news2 .main {
    display: flex;
}

.index-news2 .left-panel {
    width: 855px;
}

.index-news2 .hd-box {
    margin-bottom: 33px;
}

.index-news2 .column:not(:last-child) {
    margin-bottom: 22px;
}

.index-news2 .column a {
    align-items: center;
}

.index-news2 .column .img {
    width: 250px;
    height: 146px;
}

.index-news2 .column .article {
    width: 545px;
    padding-top: 0;
    margin-left: auto;
}

.index-news2 .column .article h4 {
    font-size: 20px;
    margin-bottom: 14px;
}

.index-news2 .column .article p {
    line-height: normal;
    margin-bottom: 25px;
}

.index-news2 .right-panel {
    width: 380px;
    margin-left: auto;
}

.index-news2 .common-promotion-slide {
    margin-bottom: 19px;
}

.index-news2 .select {
    padding: 21px 15px 15px;
    border-radius: 10px;
    background-image: linear-gradient(
        to bottom,
        #f2dada,
        #fff,
        #fff
    );
}

.index-news2 .select h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 23px;
}

.index-news2 .select .item {
    padding: 21px 30px 19px;
    border-radius: 10px;
    border: 1px solid #f2dbdb;
    background: #fff;
}

.index-news2 .select .group {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.index-news2 .select .group:not(:last-child) {
    margin-bottom: 14px;
}

.index-news2 .select .group .img {
    width: 70px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #f2dbdb;
}

.index-news2 .select .group h4 {
    margin-left: 21px;
}

.index-news2 .select .group span {
    display: inline-block;
    margin-left: auto;
}




.index-supply {
    padding: 47px 0 65px;
}

.index-supply .common-banner {
    margin-bottom: 61px;
}

.index-supply .hd-box {
    margin-bottom: 35px;
}




.index-brand {
    padding: 54px 0 72px;
    background: #f5f6f8;
}

.index-brand .hd-box {
    margin-bottom: 34px;
}




.index-join {
    display: flex;
    max-width: 1300px;
    padding: 65px 0 34px;
    margin: 0 auto;
}

.index-join .common-promotion-slide {
    height: 460px;
}

.index-join .container {
    width: 900px;
    display: flex;
    margin-left: auto;
    border-radius: 10px;
    background: #f4f4f4;
}

.index-join .container .form {
    width: 551px;
    padding: 29px 44px;
}

.index-join .container .form .title {
    margin-bottom: 23px;
}

.index-join .container .form input {
    color: #666;
    font-size: 15px;
    height: 48px;
    padding: 0 23px;
    margin-bottom: 14px;
    border-radius: 8px;
    background: #fff;
}

.index-join .container .form input:nth-child(4) {
    margin-bottom: 24px;
}

.index-join .container .form button {
    color: #fff;
    font-size: 16px;
    height: 58px;
    border-radius: 8px;
    transition: all ease-in-out .3s;
    background: var(--theme-color);
}

.index-join .container .form button:hover {
    background: var(--theme-touch-color);
}

.index-join .container .img {
    width: 349px;
    height: 460px;
}




.index-with {
    padding: 34px 0 78px;
}

.index-with .hd-box {
    margin-bottom: 38px;
}

.index-with .common-hot-slide {
    margin-bottom: 32px;
}

.index-with .common-hot-slide .swiper-slide {
    background: #f5f6f8;
}




.banner .swiper-pagination {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    width: 54px;
    left: auto;
    right: 22px;
    bottom: 13px;
    border-radius: 50px;
    background: rgba(0, 0, 0, .5);
}