@charset "utf-8";

/*特殊导航*/
.nav-domestic-right {
    width: calc(100% - 141px);
    display: flex;
    justify-content: flex-end;
}

.nav-domestic-right > li > a {
    padding: 0 27px !important;
}

/*轮播*/
.banner {
    width: 100%;
    margin-top: 80px;
    position: relative;
    height: 648px;
}

.banner .diy-left {
    width: 576px;
    height: 648px;
    background: url('../mirror/images/domestics/banner_left.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner .diy-right {
    width: 1150px;
    height: 596px;
    background: url('../mirror/images/domestics/banner_right.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.banner .domestic-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .domestic-box .domestic-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner .domestic-box .domestic-left .lt-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner .domestic-box .domestic-left .lt-tit span {
    color: #0979F9;
}

.banner .domestic-box .domestic-left .lt-des {
    color: #333;
    font-family: AlibabaPuHuiTi-3-95-ExtraBold;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 18px;
}

.banner .domestic-box .domestic-left .lt-need {
    display: flex;
    width: 368px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 38px 4px;
    background: #0979F9;
    color: #FFF;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 39px;
}

.banner .domestic-box .domestic-right {
    width: 468px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(35px);
    padding: 30px 24px 34px 24px;
}

.banner .domestic-box .domestic-right .rt-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner .domestic-box .domestic-right .input-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

.banner .domestic-box .domestic-right .input-box .in-item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-top: 15px;
}

.banner .domestic-box .domestic-right .input-box .in-item:nth-child(2n) {
    margin-right: 0px;
}

.banner .domestic-box .domestic-right .input-box .in-item .label {
    color: #333;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner .domestic-box .domestic-right .input-box .in-item .label span {
    color: #FF1111;
}

.banner .domestic-box .domestic-right .input-box .in-item .input {
    padding: 0 16px;
    margin-top: 7px;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.banner .domestic-box .domestic-right .input-box .in-item .input input {
    height: 38px;
    width: 100%;
    border: none;
}

.banner .domestic-box .submit {
    display: inline-flex;
    padding: 12px 160px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: #0979F9;
    color: #FFF;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
    cursor: pointer;
}

.banner .domestic-box .banner-wx {
    margin-top: 16px;
}

.banner .domestic-box .wx-des {
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-top: 12px;
}

/*内容里：一级标题、二级标题*/
.dome-sec-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dome-sec-sub-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dome-sec-sub-tit .tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dome-sec-sub-tit .line {
    width: 66px;
    height: 6px;
    background: #0979F9;
}

/*项目优势*/
.support-box {
    background: #F5F6F8;
}

.support-box .support-bg {
    display: flex;
    justify-content: center;
    background: url('../mirror/images/domestics/support-ball.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.support-box .support-bg .sup-diy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 421px;
    background: url('../mirror/images/domestics/support-ball-shadow.png') no-repeat center center;
    background-size: 100% 100%;
}

.support-box .support-con {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 56px;
    z-index: 2;
}

.support-box .support-con .tech-des {
    margin-top: 56px;
    color: #3F485C;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.support-box .support-con .sup-tit {
    margin-top: 26px;
}

.support-box .support-con .sup-des-box {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-box .support-con .sup-des {
    margin-top: 30px;
    color: #3F485C;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.support-box .support-con .sup-des span {
    color: #0979F9;
    font-size: 34px;
}

.support-box .support-con .sup-sub-tit {
    margin-top: 101px;
}

.support-box .support-con .sup-list {
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.support-box .support-con .sup-list .list-item {
    width: calc(16.666% - 13.2px);
    min-height: 233px;
    margin-right: 11px;
    border-radius: 8px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F4F6F9 0%, #FEFEFE 100%);
    box-shadow: 0px 2px 14px 0px rgba(54, 78, 175, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-box .support-con .sup-list .list-item:nth-last-child(1) {
    margin-right: 0px;
}

.support-box .support-con .sup-list .list-item .it-icon {
    margin: 57px 0 26px 0;
}

.support-box .support-con .sup-list .list-item .it-des {
    color: #333;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*功能展示*/
.function-box {
}

.function-box .func-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.function-box .func-con .func-tit {
    margin: 40px 0 67px 0;
}

.function-box .func-con .user-box {
}

.function-box .func-con .user-box .user-con {
    width: 1200px;
}

.function-box .func-con .user-box .user-con .user-row-tit {
    color: #5C6174;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    max-width: 95px;
}

.function-box .func-con .user-box .user-con .user-row-sub-tit {
    color: #858DAA;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.function-box .func-con .user-box .user-con .user-row {
    display: flex;
    margin-bottom: 40px;
}

.function-box .func-con .user-box .user-con.row-height1 {
    max-height: 601px;
}

.function-box .func-con .user-box .user-con .user-row .row-big-img {
    width: 260px;
}

.function-box .func-con .user-box .user-con .user-row .row-arrow {
    width: 50px;
    position: relative;
}

.function-box .func-con .user-box .user-con .user-row .row-arrow .arrow1 {
    position: absolute;
    left: -9px;
    top: 38px;
}

.function-box .func-con .user-box .user-con .user-row .row-arrow .arrow2 {
    position: absolute;
    left: -9px;
    top: 110px;
}

.function-box .func-con .user-box .user-con .user-row .row-arrow .arrow-right1 {
    position: absolute;
    right: -9px;
    top: 89px;
}

.function-box .func-con .user-box .user-con .user-row .row-con {
    flex: 1;
}

.function-box .func-con .user-box .user-con .user-row .row-con .row-hor {
    margin-top: 50px;
}

.function-box .func-con .user-box .user-con .user-row .row-con .row-hor .home-des {
    max-width: 620px;
    margin-top: 4px;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list {
    display: flex;
    flex-wrap: wrap;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list-mt {
    margin-top: 18px;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list .lst-column {
    min-height: 467px;
    width: calc(50% - 55px);
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list .lst-column:nth-child(2n) {
    margin-right: 30px;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list .col-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list .col-item-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
}

/*row3*/
.function-box .func-con .user-box .user-con .user-row .row-con .rc-list3 {
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list3 .lst-cate {
    width: 36%;
    margin-right: 0;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list3 .lst-items {
    flex: 1;
    margin-right: 0px !important;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list3 .lst-items .col-item-txt {
    align-items: end;
}

/*row4*/
.function-box .func-con .user-box .user-con .user-row .row-con .rc-list4 {
    margin: 0 20px 0 -10px;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list4 .lst-column {
    width: calc(50%);
    margin: 53px 0 0 0 !important;
    justify-content: flex-start !important;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list4 .lst-column .col-item {
    display: flex;
    flex-direction: column;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list4 .lst-column .col-item .it-img {
    margin-top: 28px;
}

/*row5*/
.function-box .func-con .user-box .user-con .user-row .row-con .rc-list5 {
    margin: 51px 0 0 0;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list5 .col-item-txt {
    margin-bottom: 15px;
}

/*接单端*/
.function-box .func-con .work-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.function-box .func-con .work-box .work-con {
    width: 1200px;
}

.function-box .func-con .work-box .work-con .work-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 52px;
}

.function-box .func-con .work-box .work-con .work-list .lst-item {
    width: calc(33.3333% - 113.333px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 170px 34px 0;
}

.function-box .func-con .work-box .work-con .work-list .lst-item:nth-child(3n) {
    margin-right: 0px;
}

.function-box .func-con .work-box .work-con .work-list .lst-item .it-img {

}

.function-box .func-con .work-box .work-con .work-list .lst-item .it-txt-box {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.function-box .func-con .work-box .work-con .work-list .lst-item .it-txt-box .tit {
    color: #5C6274;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.function-box .func-con .work-box .work-con .work-list .lst-item .it-txt-box .des {
    color: #8590AA;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 4px;
}

/*商家端*/
.function-box .func-con .mer-box {
    background: #F5F6F8;
    padding-top: 46px;
}

/*加盟政策与合作要求*/
.franchise-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.franchise-box .fran-tit {
    margin: 68px 0 90px 0;
}

.franchise-box .franchise-con {
    width: 1200px;
    padding-bottom: 76px;
}

.franchise-box .franchise-con .franchise-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.franchise-box .franchise-con .franchise-row .row-item {
    background: #F6F7FB;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.franchise-box .franchise-con .franchise-row .row1 {
    margin-right: 20px;
    width: 661px;
}

.franchise-box .franchise-con .franchise-row .row2 {
    width: 519px;
}

.franchise-box .franchise-con .franchise-row .row2 .it-img {
    width: 211px;
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.franchise-box .franchise-con .franchise-row .row2 .it-img img {
    width: 100%;
    height: 100%;
}

.franchise-box .franchise-con .franchise-row .row-col {
    flex: 1;
}

.franchise-box .franchise-con .franchise-row .row-col .it-con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 30px 0 20px;
    flex: 1;
}

.franchise-box .franchise-con .franchise-row .row-item .it-con .con-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.franchise-box .franchise-con .franchise-row .row-item .it-con .con-lst {
    padding-right: 30px;
}

.franchise-box .franchise-con .franchise-row .row-item .it-con .con-lst .lst-el {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.franchise-box .franchise-con .franchise-row .row-item .it-con .con-lst .lst-el .el-tit {
    color: #888;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 8px;
}

/*合作流程*/
.cooperate-box {
    background: #F5F6F8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperate-box .coo-tit {
    margin: 68px 0 82px 0;
}

.cooperate-box .coo-con {
    width: 1200px;
    padding-bottom: 76px;
}

.cooperate-box .coo-con .con-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cooperate-box .coo-con .con-list .lst-item {
    display: flex;
    align-items: center;
}

.cooperate-box .coo-con .con-list .lst-item .it-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 150px;
}

.cooperate-box .coo-con .con-list .lst-item .it-step .st-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 134px;
    display: flex;
    align-items: center;
}

.cooperate-box .coo-con .con-list .lst-item .it-step .st-sort {
    display: flex;
    width: 134px;
    height: 134px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 115px;
    background: linear-gradient(180deg, #6AAFFD 0%, #0979F9 100%);
    color: #FFF;
    font-family: D-DIN;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cooperate-box .coo-con .con-list .lst-item .it-arrow {
    margin-left: 7px;
}

.cooperate-box .coo-con .con-list .lst-item:nth-child(2n) .it-arrow {
    transform: rotate(90deg);
}

/*文章*/
.article-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.article-box .art-tit {
    margin: 60px 0 30px;
}
.article-box .art-con {
    width: 1200px;
}

.article-box .art-con .margin-tb {
    margin: 0px 0;
}

.article-box .art-con .lst-type .type-item {
    display: flex;
    align-items: center;
    padding: 22px 0;
}

.article-box .art-con .lst-type .type-item .item-img {
    display: flex;
    width: 220px;
    height: 136px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4.886px;
    overflow: hidden;
}

.article-box .art-con .lst-type .type-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-box .art-con .lst-type .type-item .item-info {
    margin-left: 36px;
    display: flex;
    align-items: center;
    flex: 1;
}

.article-box .art-con .lst-type .type-item .item-info .info-txt {
    width: calc(100% - 133px);
}

.article-box .art-con .lst-type .type-item .item-info .info-txt .txt-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.article-box .art-con .lst-type .type-item .item-info .info-txt .txt-brief {
    color: #888;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.article-box .art-con .lst-type .type-item .item-info .info-txt .txt-more {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.article-box .art-con .lst-type .type-item .item-info .info-txt .txt-more .more-tit {
    color: #888;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.article-box .art-con .lst-type .type-item .item-info .info-txt .txt-more .more-img {
    width: 16px;
    height: 16px;
    background: url('../mirror/images/domestics/article_more_arrow1.png') no-repeat center center;
    background-size: 100% 100%;
}

.article-box .art-con .lst-type .type-item:hover .item-info .info-txt .txt-more .more-tit {
    color: #3A6AFF;
}

.article-box .art-con .lst-type .type-item:hover .item-info .info-txt .txt-more .more-img {
    background: url('../mirror/images/domestics/article_more_arrow2.png') no-repeat center center;
}

.article-box .art-con .lst-type .type-item .item-info .info-date {
    width: 133px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.article-box .art-con .lst-type .type-item .item-info .info-date .date-day {
    color: #1E5CFF;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.article-box .art-con .lst-type .type-item .item-info .info-date .date-ym {
    color: #888;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*营销*/
.marketing-box {
    background: url('../mirror/images/domestics/market-bg.png') no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.marketing-box .market-cont {
    width: 1200px;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.marketing-box .market-cont .mk-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.marketing-box .market-cont .con-box-shadow {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(35px);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 285px;
}

.marketing-box .market-cont .con-left {
    width: 516px;
    margin-right: 16px;
    padding: 40px 91px 60px 91px;
}

.marketing-box .market-cont .con-left .input-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}

.marketing-box .market-cont .con-left .input-box .in-item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-top: 15px;
}

.marketing-box .market-cont .con-left .input-box .in-item:nth-child(2n) {
    margin-right: 0px;
}

.marketing-box .market-cont .con-left .input-box .in-item .label {
    color: #333;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.marketing-box .market-cont .con-left .input-box .in-item .label span {
    color: #FF1111;
}

.marketing-box .market-cont .con-left .input-box .in-item .input {
    padding: 0 16px;
    margin-top: 7px;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.marketing-box .market-cont .con-left .input-box .in-item .input input {
    height: 38px;
    width: 100%;
    border: none;
}

.marketing-box .market-cont .con-left .submit {
    display: flex;
    padding: 12px 160px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: #0979F9;
    color: #FFF;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
    cursor: pointer;
}

.marketing-box .market-cont .con-right {
    flex: 1;
    padding: 40px 0px 60px 0px;
}

.marketing-box .market-cont .con-right .ri-box {
    padding: 0px 61px 0px 106px !important;
    margin-top: 18px;
}

.marketing-box .market-cont .con-right .ri-row {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.marketing-box .market-cont .con-right .ri-row .row-sec {
    display: flex;
    align-items: center;
    width: 90px;
}

.marketing-box .market-cont .con-right .ri-row .row-sec .sm-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 4px;
}

.marketing-box .market-cont .con-right .ri-row .row-con {
    display: flex;
    align-items: center;
    flex: 1;
}

.marketing-box .market-cont .con-right .ri-row .row-con .con-qr {
    margin-right: 32px;
}

.marketing-box .market-cont .con-right .ri-row .row-con .con-des {
    color: #0979F9;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

/*此页面不要浮动录入*/
.yb-bottom-bar {
    display: none !important;
}