.mt1 {
    margin-top: 1rem;
}

.mt05 {
    margin-top: 0.5rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb05 {
    margin-bottom: 0.5rem;
}

.ml1 {
    margin-left: 1rem;
}

.ts {
    text-align: center;
}

.fc_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc_s {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fwb {
    font-weight: bold;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f36 {
    font-size: 36px;
}

.qrcode {
    width: 164px;
    height: 164px;
}

.cardBoxActive {
    width: 138px;
    height: 62px;
    background: linear-gradient(115deg, #525afb 0%, #63cdfe 100%);
    /* border: 0.01rem solid #625bff; */
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cardBoxNone {
    width: 138px;
    height: 62px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cardBoxNone:hover {
    width: 138px;
    height: 62px;
    border: 0.01rem solid #625bff;
    color: #625bff;
    font-weight: bold;
    border-radius: 4px;
}

.isShowCode {
    border-radius: 4px;
    background-color: rgba(0, 88, 205, 0.05);
    padding: 0 10px;
    margin: 12px 0;
}

.fcf0 {
    color: #ff2d55;
}

.fc23 {
    color: #1c1f23;
}

.fcff {
    color: #1890ff;
}

.shou {
    cursor: pointer;
}

.el-dialog {
    border-radius: 12px !important;
}

.el-radio__input {
    display: none !important;
}

.el-dialog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0px 15px !important;
}

.el-dialog__body {
    padding: 10px 20px !important;
}

.el-dialog__title {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 24px !important;
    color: #1c1f23 !important;
}

.el-dialog__close.el-icon.el-icon-close {
    font-weight: bold;
}

.el-dialog__headerbtn {
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
}

.buy_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 28px;
    line-height: 28px;
    background: linear-gradient(180deg, #827bfd 0%, #625bff 100%);
    border-radius: 15px;
    font-size: 12px;
    color: #ffffff;
}

/* .topLeft_buy_btn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 144px;
    height: 48px;
    border-radius: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    background: linear-gradient(180deg, #625BFF 0%, #625BFF 100%);
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    animation: identifier 2s infinite;
} */

@keyframes identifier {
    0% {
        box-shadow: 0 1px 1px rgba(174, 198, 211, 0.4),
            0 1px 1px rgba(0, 147, 223, 0.1) inset;
    }

    50% {
        opacity: 1;
        box-shadow: 0 1px 30px #625bff, 0 1px 20px #625bff inset;
    }

    100% {
        box-shadow: 0 1px 1px rgba(171, 202, 218, 0.4),
            0 1px 1px rgba(0, 147, 223, 0.1) inset;
    }
}

body {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    display: none;
}

.d_f_j_s {
    display: flex;
    align-items: center;
    justify-content: start;
}

.d_f_j_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_f_j_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d_f_b {
    display: flex;
    justify-content: space-between;
}

.allBox {
    width: 1440px;
    position: relative;
}

/* ----------------------------------我们的产品------------------------- */
.fixtop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 61px;
    background-color: #fff;
    /* background-image: url("../image/fixbg.png"); */
    background-size: 100% 100%;
    z-index: 99;
    display: flex;
}

.topTitle {
    font-size: 20px;
    font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
    font-weight: bold;
    color: #423bff;
    line-height: 27px;
    margin-top: 20px;
    height: 40px;
}

.topTabActive {
    margin-left: 40px;
    height: 25px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #423BFF;
    line-height: 25px;
    cursor:pointer;
}

.topTabNone {
    margin-left: 40px;
    height: 25px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #181B46;
    line-height: 25px;
    cursor:pointer;
}

.topActive {
    width: 70px;
    height: 6px;
    border-radius: 147px;
    background: #423BFF;
    margin: 0 auto;
}


.fixBtn:hover {
    background: #423bff;
}

.bottomTitle {
    text-align: center;
    height: 50px;
    font-weight: 600;
    margin-top: 110px;
    font-size: 42px;
    color: #181b46;
    line-height: 59px;
}

.fadeTitle {
    opacity: 0.05;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);

    height: 81px;
    font-weight: 300;
    font-size: 58px;
    color: #181b46;
    line-height: 81px;
    white-space: nowrap;
}

.tab {
    margin-top: 50px;
}

.tabActive {
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #625bff;
    line-height: 25px;
}

.tabNone {
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}

.active {
    width: 3px;
    height: 46px;
    background: #ffb400;
    border-radius: 18px 18px 18px 18px;
}

/* ----------------------------------上方悬浮------------------------- */
.topAbove {
    position: absolute;
    left: 50%;
    top: 481px;
    transform: translateX(-50%);
    width: 1200px;
    height: 160px;
    border-radius: 12px;
    opacity: 1;

    background: linear-gradient(180deg, #f6f6ff 0%, #ffffff 100%);

    box-sizing: border-box;
    border: 2px solid #ffffff;

    box-shadow: 2px 2px 16px 0px rgba(43, 52, 143, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.topAbove_item {
    display: flex;
    width: 248px;
}

.topAbove_item_left {
    width: 87px;
    height: 82px;
}

.topAbove_item_right {
    height: 82px;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.topAbove_item_right_title {
    font-weight: 600;
    font-size: 18px;
    color: #181b46;
    line-height: 25px;
}

.topAbove_item_right_txt {
    font-weight: 400;
    font-size: 12px;
    color: #181b46;
    line-height: 17px;
    opacity: 0.7;
}

/* ----------------------------------我们的产品------------------------- */

/* ----------------------------------传统分销代发------------------------- */
.centerOne {
    display: flex;
    margin-top: 97px;
    justify-content: center;
    height: 843px;
    background-image: url("../image/center/center-bg1.png");
    background-size: 100% 100%;
    position: relative;
}

.centerOne_tab {
    display: flex;
    width: 342px;
    height: 52px;
    position: absolute;
    top: 186px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: space-between;
}

.centerOne_tab_btn_active1 {
    width: 154px;
    height: 52px;
    background: #ffa93d;
    box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, 0.5);
    border-radius: 8px 8px 8px 8px;

    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    cursor: default;
}

.centerOne_tab_btn_active2 {
    width: 154px;
    height: 52px;
    background: #6fdd5a;
    box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, 0.5);
    border-radius: 8px 8px 8px 8px;

    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    cursor: default;
}

.centerOne_tab_btn {
    width: 140px;
    height: 48px;
    background: #181b4622;
    border-radius: 8px 8px 8px 8px;

    font-weight: 400;
    font-size: 24px;
    color: #181b46;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
}

.centerOne_tab_btn:hover {
    opacity: 1;
}

.centerOne_img {
    width: 1147px;
    height: 410px;
    position: absolute;
    top: 326px;
    left: 50%;
    transform: translateX(-50%);
}

/* ----------------------------------两大优势-------------------------- */
.centerTwo {
    display: flex;
    justify-content: center;
    height: 840px;
    background-image: url("../image/center/center-bg2.png");
    background-size: 100% 100%;
    position: relative;
}

.centerTwo_carousel {
    position: absolute;
    top: 226px;
    left: 50%;
    transform: translateX(-50%);
}

.centerTwo_carousel .el-carousel__container {
    position: relative;
    width: 1400px;
    height: 480px;
}

.centerTwo_carousel .el-carousel__arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.centerTwo_carousel .el-carousel__indicators--outside button {
    background-color: #4c2cff;
}

.centerTwo_carousel .el-carousel__button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.centerTwo_carousel .el-carousel__indicator--horizontal {
    display: inline-block;
    padding: 12px 16px;
}

/* .centerTwo_carousel  .el-carousel__arrow { 
    background-color: rgba(31, 45, 61, .11);
    background-color: rgba(121, 121, 121, 0.5);;
} */

.centerTwo_img {
    width: 1200px;
    height: 480px;
}

/* ----------------------------------专业功能助力打单发货-------------------------- */

.centerThree {
    display: flex;
    justify-content: center;
    height: 1032px;
    background-image: url("../image/center/center-bg3.png");
    background-size: 100% 100%;
}

.centerThree_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin-top: 63px;
}

.centerThree_item {
    width: 399px;
    height: 256px;
    /* border-radius: 18px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.centerThree_item_img {
    width: 84px;
    height: 84px;
}

.centerThree_item_title {
    font-weight: 400;
    font-size: 24px;
    color: #181b46;
    line-height: 68px;
}

.centerThree_item_txt {
    width: 399px;
    font-weight: 400;
    font-size: 16px;
    color: #181b46;
    line-height: 16px;

    opacity: 0.7;
}

/* ----------------------------------操作流程-------------------------- */
.centerFour {
    display: flex;
    justify-content: center;
    height: 761px;
    background-image: url("../image/center/center-bg4.png");
    background-size: 100% 100%;
}

.centerFour_img {
    width: 1193px;
    height: 417px;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
}

/* ----------------------------------主要功能介绍-------------------------- */
.centerFive {
    display: flex;
    justify-content: center;
    height: 761px;
    background-image: url("../image/center/center-bg5.png");
    background-size: 100% 100%;
    position: relative;
}

.centerFive_carousel {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
}

.centerFive_carousel .el-carousel__container {
    position: relative;
    width: 1920px;
    height: 387px;
}

.centerFive_carousel .el-carousel__arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.centerFive_carousel .el-carousel__indicators--outside button {
    background-color: #4c2cff;
}

.centerFive_carousel .el-carousel__button {
    width: 20px;
    height: 6px;
    border-radius: 3px;
}

.centerFive_carousel .el-carousel__indicator--horizontal {
    display: inline-block;
    padding: 28px 6px;
}

.centerFive_carousel .el-carousel__mask {
    background-color: #fff;
    opacity: 0.5;
}

/* .centerFive_carousel  .el-carousel__arrow { 
    background-color: rgba(31, 45, 61, .11);
    background-color: rgba(121, 121, 121, 0.5);;
} */

.centerFive_img {
    width: 960px;
    /* height: 387px; */
}

/* ----------------------------------支持平台-------------------------- */

.centerSix {
    display: flex;
    justify-content: center;
    height: 857px;
    background-image: url("../image/center/center-bg6.png");
    background-size: 100% 100%;
}

.centerSix_box {
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 1200px;
    margin-top: 89px;
}

.centerSix_item {
    width: 170px;
    height: 100px;
    /* border-radius: 18px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-right: 30px;
    margin-bottom: 35px;
    border-radius: 6px;
}

.centerSix_item_Free:hover {
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.14);

}

.centerSix_item_img {
    width: 170px;
    height: 100px;
}

.centerSix_item_FreeIcon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 20px;
    border-radius: 0px 6px 0px 6px;
    opacity: 1;

    background: #6fdd5a;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.centerSix_item_SoonIcon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 20px;
    border-radius: 0px 6px 0px 6px;
    opacity: 1;

    background: #ff7606;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.centerSix_banner {
    width: 1200px;
    height: 243px;
    background-image: url("../image/center/banner6-1.png");
    background-size: 100% 100%;
    position: absolute;
    top: 574px;
    left: 120px;
}

.centerSix_banner_p {
    width: 100%;
    height: 65px;
    font-weight: 600;
    font-size: 24px;
    color: #181b46;
    line-height: 65px;
    text-align: center;
    margin-top: 42px;
    letter-spacing: 2px;
}

.centerSix_banner_span {
    color: #3b55ff;
    font-size: 36px;
}

/* ----------------------------------多种核心功能，助力抖店运营更高效-------------------------- */
/* ----------------------------------关于我们------------------------- */
.us {
    display: flex;
    justify-content: center;
    line-height: 120px;
    height: 278px;
    background: #090d3c;
    border-radius: 0px 0px 0px 0px;
}

.us_box {
    position: absolute;
    top: 51px;
    left: 142px;
}

.us_item {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 25px;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    margin-top: 19px;
}

.us_item_img {
    width: 18px;
    height: 18px;
    margin-right: 16px;
}

.callMe_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 53px;
    left: 1124px;
}

.callMe_box_p {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 8px;
}

.callMe_box_img {
    width: 138px;
    height: 138px;
}

.call {
    cursor: pointer;
    position: fixed;
    top: 240px;
    right: 24px;
    width: 44px;
    height: 138px;
    background: #6b66ff;
    box-shadow: 0px 0px 16px 0px #e6e6e6;
    border-radius: 22px;
    text-align: center;
}

.call:hover {
    background: #423bff;
}

.call:hover .tips {
    display: block;
}

/* 悬浮窗 */
.tips {
    display: none;
    position: fixed;
    top: 240px;
    right: 88px;

    width: 180px;
    height: 216px;
    background: #423bff;
    box-shadow: 0px 0px 16px 0px #e6e6e6;
    border-radius: 8px;
}

.callText {
    margin-left: 15px;
    width: 14px;
    height: 80px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 20px;
}

/* ----------------------------------关于我们------------------------- */

/* -------------------------------------------顶部------------------------------------- */
.top {
    display: flex;
    justify-content: center;
    height: 561px;
    background-image: url("../image/topbg.png");
    background-size: 100% 100%;
    overflow: hidden;
}

.topLeft_title {
    width: 660px;
    height: 67px;
    font-size: 56px;
    font-weight: 550;
    line-height: normal;
    color: #181b46;
    margin-top: 56px;
}

.topLeft_content {
    width: 612px;
    height: 120px;
    line-height: 50px;
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #464646;
}

.topLeft_content .blueDot {
    width: 8px;
    height: 8px;
    background-color: #423bff;
    display: inline-block;
    margin: 0px 6px 3px 6px;
    border-radius: 50%;
}

.topLeft_bot {
    margin-top: 24px;
}

.topLeft_btn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 195px;
    height: 58px;
    border-radius: 28px;
    border: #3b55ff8a solid 1px;

    font-size: 28px;
    font-weight: 400;
    color: #3b55ff;
    line-height: 28px;
}

.topLeft_btn:hover {
    border: #3b55ff solid 1px;
    background: #ffffff36;
}

.topLeft_btnBuy {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 195px;
    height: 58px;
    border-radius: 28px;
    background: linear-gradient(90deg, #524cff 0%, #a4b6fd 100%);
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.topLeft_btnBuy:hover {
    box-shadow: 0px 4px 10px 0px rgba(102, 98, 217, 0.43);
    background: linear-gradient(90deg, #3028fc 0%, #a4b6fd 100%);
}

.topLeft_btnBuy1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 254px;
    height: 66px;
    border-radius: 33px;
    background: linear-gradient(90deg, #524cff 0%, #a4b6fd 100%);
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.cashTags {
    position: absolute;
    top: -10px;
    right: -12px;
    background-color: red;
    color: white;
    font-size: 14px;
    padding: 4px 8px;
    line-height: 20px;
    height: 20px;
    border-radius: 4px;
    border-radius: 16px 16px 16px 0;
    font-weight: bold;
}

.topLeft_btnBuy1:hover {
    box-shadow: 0px 4px 10px 0px rgba(102, 98, 217, 0.43);
    background: linear-gradient(90deg, #3028fc 0%, #a4b6fd 100%);
}

/* 弹窗的背景 */
.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999999;

}

/* 弹窗样式 */
.dialog {
    background-image: url("../image/dialog/bg.png");
    background-size: cover;
    background-position: center;
    position: relative;
    width: 500px;
    height: 500px;
    text-align: center;
    user-select: none;

    .btn {
        background-image: url("../image/dialog/btn.png");
        background-size: cover;
        background-position: center;
        border-radius: 50px;
        width: 320px;
        height: 66.05px;
        line-height: 60px;
        position: absolute;
        top: 360px;
        left: 105px;
        box-shadow: 0 10px 12px rgba(202, 68, 48, 0.33);
        font-size: 32px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        letter-spacing: 3px;

        .btnText {
            margin-left: 8px;
            text-shadow: 0 10px 12px rgba(202, 68, 48, 0.33);
        }
    }

    .close {
        background-image: url("../image/dialog/close.png");
        background-size: cover;
        background-position: center;
        position: absolute;
        width: 40px;
        height: 40px;
        bottom: -16px;
        left: 52%;
        transform: translateX(-52%);
    }

}