.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;
}

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

/* ----------------------------------标题------------------------- */
.topTitle{
    font-size: 20px;
    font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
    font-weight: bold;
    color: #464646;
    line-height: 27px;
    padding-top: 20px;
}

.topTitle_title{
    margin-left: 8px;
    color: #326CF3;
}

.topTabActive {
    margin-left: 40px;
    height: 25px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #326CF3;
    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: #326CF3;
    margin: 0 auto;
}


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

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

    height: 81px;
    font-weight: 300;
    font-size: 58px;
    color: #181b46;
    line-height: 81px;
}
 
/* ----------------------------------核心功能------------------------- */
.centerOne {
    display: flex;
    justify-content: center;
    height: 730px;
    background-image: url("../image/center/center-bg1.png");
    background-size: 100% 100%;
}

.centerOne_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1500px;
    margin-top: 68px;
    margin-left: -150px;
}

.centerOne_item {
    width: 289px;
    height: 424px;
    border-radius: 10px;
    position: relative;
    box-shadow: 4px 4px 12px 0px rgba(51, 73, 117, 0.1);
}

.centerOne_item_title {
    position: absolute;
    top: 34px;
    left: 27px;
    /* font-weight: 400; */
    font-size: 32px;
    color: #181B46;
    line-height: 32px;
}

.centerOne_item_txt {
    position: absolute;
    top: 91px;
    left: 27px;
    width: 224px;
    /* font-weight: 400; */
    font-size: 14px;
    color: #181B46;
    line-height: 22px; 
}



/* ----------------------------------功能展示-------------------------- */

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


.tab {
    margin-top: 50px;
    width: 1100px;
}

.tabActive {
    height: 25px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #326CF3;
    line-height: 25px;
    cursor:pointer;
}

.tabNone {
    height: 25px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #181B46;
    line-height: 25px;
    opacity: 0.6;
    cursor:pointer;
}

.active {
    width: 84px;
    height: 4px;
    background: #326CF3;
    margin: 0 auto;
}

.tab_img{
    width: 1000px;
    height: 628px;
    border-radius: 12px;
    /* opacity: 0.4; */
    border: 2px solid #FFFFFF;
    box-shadow: 2px 2px 10px 0px #A2B3C5;
    background: #326cf366;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 68px;
    margin-left: 122px;
}

.tab_img img{
    width: 964px;
    height: 592px;
    border-radius: 6px;
}

.centerThree_txt{
    width: 1000px;
    margin-top: 42px;
    margin-left: 122px;

}

.centerThree_txt1{ 

    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 36px;
    color: #181B46;

}
.centerThree_txt2{
    margin-top: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 24px;
    color: rgba(24, 27, 70, 0.8);

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

.centerThree_banner_p {
    width: 100%;
    height: 65px;
    font-weight: 600;
    font-size: 28px;
    color: #181b46;
    line-height: 65px;
    text-align: center;
    margin-top: 42px;
}

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

.us_box {
    position: absolute;
    top: 16px;
    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: 1180px;
}

.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: #477EFF;
    box-shadow: 0px 0px 16px 0px #e6e6e6;
    border-radius: 22px;
    text-align: center;
}

.call:hover {
    background: #326CF3;
}

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

.oneline_box{
    width: 1178px;
    border-bottom: 1px solid #D8D8D8;
    opacity: 0.6;
    top: 320px;
    position: absolute;
    left: 142px;
}

.remark_box{
    width: 1178px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal; 
    position: absolute;
    top: 360px;
    left: 142px;
}

.ml22{
    margin-left: 22px;
}
.remark_box_hover:hover{
    border-bottom: 1px solid #D8D8D8;
}

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

    width: 180px;
    height: 216px;
    background: #326CF3;
    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: 568px;
    background-image: url("../image/topbg.png");
    background-size: 100% 100%;
    overflow: hidden;
}

.topLeft_title {
    width: 660px;
    height: 67px;
    line-height: 67px;
    font-size: 48px;
    font-weight: 550;
    line-height: normal;
    letter-spacing: 0em;
    color: #181b46;
}

.topLeft_content {
    width: 612px;
    height: 125px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #464646;
}

.topLeft_bot {
    margin-top: 40px;
}

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

    width: 144px;
    height: 44px;
    border-radius: 28px;
    border: #326CF38a solid 1px;

    font-size: 16px;
    font-weight: 600;
    color: #326CF3;
    line-height: 28px;
}

.topLeft_btn:hover {
    border: #326CF3 solid 1px;
    background: #ffffff36;
}

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

    width: 146px;
    height: 46px;
    border-radius: 28px;
    background: linear-gradient(90deg, #326CF3 0%, #3B93FF 100%);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
}

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

.buyDialog {
    background: none;
    border: none;
    box-shadow: none;
    background-image: url("../image/buyDialog.png");
    background-size: contain;
    background-repeat: no-repeat;

}

.buyDialogPro {
    background: none;
    border: none;
    box-shadow: none;
    background-image: url("../image/buyDialogPro.png");
    background-size: contain;
    background-repeat: no-repeat;

}

.buyDialog_close {
    position: absolute;
    top: -30px;
    right: -50px;
    background-image: url("../image/buyDialog_close.png");
    background-size: 100% 100%;
    width: 37px;
    height: 37px;
}

.buyDialog_close:hover {
    background-image: url("../image/buyDialog_close-hover.png");
}