@charset "UTF-8";
/*样式重置*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ol,
ul,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:focus {
    outline: none;
}

b {
    font-weight: normal;
}

img {
    border: none;
    vertical-align: top;
}

/*却掉图片间隙*/
input,
textarea {
    vertical-align: middle;
    outline: none;
    border: none;
    background: none;
    box-sizing: content-box;
}

textarea {
    resize: none;
    overflow: auto;
}

table {
    border-spacing: 0px;
    border: none;
    border-collapse: collapse;
}

/*\5b8b\4f53 宋体*/
body,
input,
select,
button,
textarea {
    font-size: 12px;
    font-family: PingFang SC-Semibold, PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif;
    background: #fff;
}

html,
body,
.box {
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    min-width: 1200px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.box {
    font-family: PingFang SC-Semibold, PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif;
    position: relative;
    background: #ffffff;
    min-width: 1100px;
}

/***********通用颜色***********/
:root {
    --color-black: #000000;
    --color-red: #E52629;
    --color-DDEAFF: #DDEAFF;
    --color-white: #ffffff;
    --color-white-9: rgba(255, 255, 255, 0.9);
    --color-FAFCFF: #FAFCFF;
    --color-E9E8FE: #E9E8FE;
    --color-121212: #121212;
    --color-EEF4FE: #EEF4FE;
    --color-6B6E7B: #6B6E7B;
    --color-C2DEFE: #C2DEFE;
    --color-353535: #353535;
    --color-3D3D3D: #3D3D3D;
    --color-E7EAF0: #E7EAF0;
    --color-DE1F26: #DE1F26;
    --color-818799: #818799;
    --color-1A1A1A: #1A1A1A;
    --color-FAFBFF: #FAFBFF;
    --color-767676: #767676;
    --color-333333: #333333;
    --color-3080FF: #3080FF;
    --color-E52629: #DE1F26;
    --color-C4D4F5: #C4D4F5;
    --color-D6EAFF: #D6EAFF;
    --color-1D1D1F: #1D1D1F;
    --color-111111: #111111;
    --color-A7B5D1: #A7B5D1;
    --color-5EEB5C: #5EEB5C;
    --color-72E2EA: #72E2EA;
    --color-FF61DD: #FF61DD;
    --color-FFD972: #FFD972;
    --color-FE8F1B: #FE8F1B;
    --color-FFD6D8: #FFD6D8;
    --color-C0DBFB: #C0DBFB;
    --color-666666: #666666;
    --color-FCBA02: #FCBA02;
    --color-FF5050: #FF5050;
    --color-3485FF: #3485FF;
    --color-8A64FF: #8A64FF;
    --color-ED8240: #ED8240;
    --color-60CE8C: #60CE8C;
    --color-429BEE: #429BEE;
    --color-E9373A: #E9373A;
    --border-radius: 30px;
    --font-weight: 500;
    --font-weight-600: 600;
    --font-size: 12px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-24: 24px;
    --font-size-22: 22px;
    --font-size-26: 26px;
    --font-size-48: 48px;
    --font-size-90: 90px;
    --font-size-50: 50px;
    --font-size-40: 40px;
    --font-size-52: 52px;
    --font-size-60: 60px;
    --font-size-20: 20px;
    --font-size-30: 30px;
    --font-size-32: 32px;
    --font-size-36: 36px;
    --font-size-72: 72px;
    --font-size-80: 80px;
    --font-size-28: 28px;
    --line-height: normal;
    --layout-display: flex;
    --text-align: center;
    --layout-align-items: center;
    --layout-justify-content: center;
    --layout-flex-direction: column;
}

.page-back-white {
    background: var(--color-white);
}

.page-back-white-opacity7 {
    background: var(--color-EEF4FE);
}

.color-red {
    color: var(--color-red);
}

.color-black {
    color: var(--color-black);
}

/***********布局样式***********/
.page-modular {
    line-height: var(--line-height);
    padding: 120px 0;
    box-sizing: border-box;
}

.page-modular-120 {
    line-height: var(--line-height);
    padding: 120px 0;
    box-sizing: border-box;
}

.pb-100 {
    padding-bottom: 100px;
}

.page-title-h4, .page-title-sub, .page-title-h5 {
    text-align: var(--text-align);
}

.page-title-h4 {
    font-size: var(--font-size-60);
    font-weight: var(--font-weight-600);
    color: var(--color-black);
}

.page-title-h4-60 {
    font-size: var(--font-size-60);
    font-weight: var(--font-weight-600);
    color: var(--color-333333);
    text-align: center;
}

.page-title-h5 {
    font-size: var(--font-size-48);
    font-weight: var(--font-weight);
    color: var(--color-black);
}

.page-title-h5-36 {
    text-align: center;
    font-size: var(--font-size-36);
    font-weight: var(--font-weight-600);
    color: var(--color-1D1D1F);
}

.page-title-sub {
    margin-top: 12px;
    font-size: var(--font-size-28);
    color: var(--color-6B6E7B);
}

.page-width-1500 {
    margin: 0 auto;
    width: 1500px;
}

.page-width-1520 {
    margin: 0 auto;
    width: 1520px;
}

.page-width-1540 {
    margin: 0 auto;
    width: 1540px;
}

.page-width-1920 {
    margin: 0 auto;
    width: 100%;
}

.page-width-1484 {
    margin: 0 auto;
    width: 1484px;
}

.title-h6 {
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-16);
    color: var(--color-353535);
}

.title-sub {
    font-size: var(--font-size-14);
    color: var(--color-3D3D3D);
    letter-spacing: 0;
}

.mt-60 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-96 {
    margin-top: 96px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-16 {
    margin-top: 16px;
}


.mt-45 {
    margin-top: 45px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-75 {
    margin-top: 75px;
}

.page-last-screen {
    padding: 160px 0;
}

.page-last-screen h2, .page-last-screen p, .page-last-screen h5 {
    text-align: center;
}

.page-last-screen h5 {
    font-size: var(--font-size-48);
    color: var(--color-121212);
    font-weight: var(--font-weight);
}

.page-last-screen h5 span {
    color: var(--color-DE1F26);
}

.page-last-screen h2 {
    margin-top: 16px;
    font-size: var(--font-size-80);
    font-weight: var(--font-weight-600);
}

.page-last-screen p {
    font-size: var(--font-size-28);
    color: var(--color-121212);
    font-weight: var(--font-weight);
}

.page-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 77 !important;
}

.page-button a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 254px;
    height: 68px;
    border-radius: 1447px;
    font-size: var(--font-size-20);
    font-weight: var(--font-weight);
}

.page-button a:nth-child(2) {
    margin-left: 20px;
}

.page-button .page-button-red {
    border: 1px solid var(--color-E52629);
    background: var(--color-E52629);
    color: var(--color-white);
}

.page-button .page-button-red:hover {
    background: #ED5055;
    transition: background-color ease-in 0.15s;
}

.page-button .page-button-red-max {
    width: 278px;
}

.page-button .page-button-default {
    border: 1px solid var(--color-E52629);
    color: var(--color-E52629);
}

.page-button-colorful a {
    border: unset !important;
    background: var(--color-111111) !important;
    color: var(--color-white) !important;
    position: relative;
    box-sizing: border-box;

    span {
        z-index: 2;
    }
}

.page-button-colorful a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 1447px;
    background: linear-gradient(270deg, #7E64CA 1%, #D179B4 11%, #FFA39A 34%, #DDD68B 55%, #9CC4A5 73%, #84BFAC 97%);
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.page-button-colorful a::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 1447px;
    background: var(--color-111111);
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

@media screen and (max-width: 1650px) {
    .page-width-1500 {
        width: 1300px;

    }

    .page-width-1520 {
        width: 1320px;

    }

    .page-width-1540 {
        width: 1340px;
    }

    :root {
        --font-size-72: 62px;
        --font-size-28: 24px;
        --font-size-30: 26px;
        --font-size-90: 78px;
        --font-size-60: 52px;
        --font-size-80: 72px;
        --font-size-50: 46px;
        --font-size-40: 36px;
        --font-size-48: 42px;
        --font-size-32: 28px;
        --font-size-24: 20px;
        --font-size-26: 24px;
        --font-size-20: 17px;
        --font-size-22: 20px;
        --font-size-18: 16px;
        --font-size-16: 14px;
        --font-size-14: 12px;
        --font-size-36: 28px;
    }

    .page-title-sub {
        margin-top: 6px;
    }

    .page-modular {
        padding: 104px 0;
    }

    .page-last-screen {
        padding: 120px 0;
    }

    .page-modular-120 {
        padding: 100px 0;
    }

    .mt-60 {
        margin-top: 52px;
    }

    .mt-40 {
        margin-top: 34px;
    }

    .mt-45 {
        margin-top: calc(45px / 2);
    }

    .mt-48 {
        margin-top: calc(48px / 2);
    }

    .mt-75 {
        margin-top: calc(75px / 2);
    }

    .mt-80 {
        margin-top: calc(80px / 2);
    }

    .mt-16 {
        margin-top: calc(16px / 2);
    }

    .page-button a {
        width: 200px;
        height: 58px;
    }

    .page-button .page-button-red-max {
        width: 250px;
    }

    .page-button a:nth-child(2) {
        margin-left: 10px;
    }

    .page-width-1484 {
        width: 1284px;
    }
}

@media screen and (max-width: 1420px) {
    .page-width-1500 {
        width: 1100px;

    }

    .page-width-1540 {
        width: 1140px;
    }

    .page-width-1520 {
        width: 1120px;
    }

    :root {
        --font-size-72: 52px;
        --font-size-60: 44px;
        --font-size-28: 20px;
        --font-size-30: 22px;
        --font-size-90: 66px;
        --font-size-80: 62px;
        --font-size-50: 42px;
        --font-size-40: 30px;
        --font-size-48: 36px;
        --font-size-24: 18px;
        --font-size-18: 13px;
        --font-size-22: 17px;
        --font-size-26: 22px;
        --font-size-36: 24px;
        --font-size-32: 22px;
        --font-size-20: 14px;
    }

    .page-last-screen {
        padding: 88px 0;
    }


    .page-button a {
        width: 180px;
        height: 48px;
        font-size: 16px;
    }

    .page-button .page-button-red-max {
        width: 220px;
    }

    .page-button a:nth-child(2) {
        margin-left: 10px;
    }

    .page-width-1484 {
        margin: 0 auto;
        width: 1100px;
    }

    .mt-60 {
        margin-top: 44px;
    }

    .mt-30 {
        margin-top: 24px;
    }

    .mt-40 {
        margin-top: 30px;
    }
}

.dlog-small {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 991;
}

.dlog-small-m {
    width: 370px;
    height: 476px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -185px;
    margin-top: -238px;
}

.dlog-small-m .close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 14px;
    top: 14px;
}

.dlog-small-m .close img {
    width: 100%;
    height: 100%;
}

.dlog-small-m-ico {
    width: 86px;
    height: 86px;
    position: absolute;
    top: -43px;
    left: 50%;
    margin-left: -43px;
    border-radius: 50%;
    overflow: hidden;
}

.dlog-small-m-ico img {
    width: 100%;
    height: 100%;
}

.dlog-small-m-center {
    margin-top: 70px;
    text-align: center;
}

.dlog-small-m-center h2 {
    font-size: 18px;
    color: #333333;
}

.dlog-small-m-center h4 {
    font-size: 14px;
    margin-top: 18px;
    line-height: 20px;
    color: #666666;
    padding: 0 24px;
    box-sizing: border-box;
}

.dlog-small-m-center-code {
    margin: 30px auto;
    background: pink;
    width: 152px;
    height: 152px;
    background: url(../img/kehu/orcode.png) no-repeat;
    background-size: 100% 100%;
    padding: 2px;
    box-sizing: border-box;
}

.dlog-small-m-center-code img {
    width: 100%;
    height: 100%;
}

.dlog-small-m-center ul {
    height: auto;
    overflow: hidden;
    padding: 0 32px;
    box-sizing: border-box;
}

.dlog-small-m-center ul li {
    float: left;
    width: 25%;
}

.dlog-small-m-center ul li div {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.dlog-small-m-center ul li div img {
    width: 100%;
    height: 100%;
}

.dlog-small-m-center ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #DE1F26;
}

.dlog-small-m-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 56px;
    border-top: 2px solid #eeeeee;
    font-size: 14px;
    color: #333333;
}

.dlog-small-m-phone p {
    margin-left: 14px;
}

.dlog-big {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.dlog-big .dlog-big-ms {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1002;
}

.dlog-big-m {
    /*overflow: hidden;*/
    width: 800px;
    height: 500px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1003;
    transform: translate(-50%, -50%);
}

.dlog-big-m1 {
    width: 700px;
    height: 410px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dlog-big-m-left {
    width: 100%;
    height: 100%;
    position: relative;
}

.dlog-big-m-left .left-back {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.dlog-big-m-left .left-msks {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.dlog-big-m-left .left-msks .left-new-ico {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 305px;
    top: 34px;
    border-radius: 50%;
    overflow: hidden;
}

.dlog-big-m-left .left-msks .left-new-ico-shiyong {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 305px;
    top: 34px;
    border-radius: 50%;
    overflow: hidden;
}

.dlog-big-m-left .left-msks .left-new-ico img {
    width: 100%;
    height: 100%;
}

.dlog-big-m-left .left-msks .left-new-ico-shiyong img {
    width: 100%;
    height: 100%;
}

.dlog-big-m-left .left-msks .left-new-code {
    width: 230px;
    height: 230px;
    position: absolute;
    right: 80px;
    top: 120px;
    overflow: hidden;
}

.dlog-big-m-left .left-msks .left-new-code-shiyong, .dlog-big-m-left .left-msks .left-new-code-shiyong-1 {
    width: 230px;
    height: 230px;
    position: absolute;
    right: 80px;
    top: 120px;
    overflow: hidden;
}

.dlog-big-m-left .left-msks .left-new-code-run {
    width: 267px;
    height: 283px;
    position: absolute;
    right: 61px;
    top: 136px;
    overflow: hidden;
}

.dlog-big-m-left .left-msks .left-new-code img {
    width: 100%;
    height: 100%;
}

.dlog-big-m-left .left-msks .left-new-code-shiyong img, .dlog-big-m-left .left-msks .left-new-code-shiyong-1 img {
    width: 100%;
    height: 100%;
}

.dlog-big-m-left .left-msks .left-new-phone {
    position: absolute;
    right: 69px;
    bottom: 23px;
    font-size: 14px;
}

.dlog-big-m-left .close-new-big {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 8px;

}

.dlog-big-m-left .close-new-big img {
    width: 100%;
    height: 100%;
}

#close-new-loading-big-4 {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
}

#close-new-loading-big-4 img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1366px) {

    .dlog-big-m {
        width: 640px;
        height: 398px;
    }

    .dlog-big-m-left .left-msks .left-new-ico {
        width: 40px;
        height: 40px;
        top: 24px;
        right: 216px;
    }

    .dlog-big-m-left .left-msks .left-new-ico-shiyong {
        width: 40px;
        height: 40px;
        top: 24px;
        right: 216px;
    }

    .dlog-big-m-left .left-msks .left-new-code {
        width: 180px;
        height: 180px;
        right: 65px;
        top: 110px;
    }

    .dlog-big-m-left .left-msks .left-new-code-shiyong, .dlog-big-m-left .left-msks .left-new-code-shiyong-1 {
        width: 170px;
        height: 170px;
        right: 70px;
        top: 115px;
    }

    .dlog-big-m-left .left-msks .left-new-code-run {
        width: 191px;
        height: 201px;
        right: 38px;
        top: 89px;
    }
}

.dlog-big .dlog-big-m1 .close {
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 14px;
    top: 14px;
}

.dlog-big .dlog-big-m1 .close img {
    width: 100%;
    height: 100%;
}

.dlog-big .dlog-big-m1 .dlog-big-m1-img {
    width: 100%;
    height: 100%;
}

.dlog-big .dlog-big-m1 .dlog-big-m1-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.dlog-big-modal {
    display: block;
    animation: dialog-fade-in 0.4s linear;
    z-index: 9999;
}

.dlog-big-m2 {
    width: 400px;
    height: 600px;
    left: 60%;
    background: transparent;
}

@keyframes dialog-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.video-dloag-modal {
    display: flex !important;
    animation: video-fade-in 0.4s linear;
}

.floating {
    position: fixed;
    height: auto;
    right: 1px;
    top: 50%;
    z-index: 99999;
    display: flex;
    box-sizing: border-box;
    padding-right: 30px;
    user-select: none;
    transform: translateY(-50%);
    min-height: 385px;
}
.floating.first {
    padding-right: 15px;
}
/*新增左侧弹窗样式开始*/
.floating .floating-img-box {
    position: relative;
    width: 308px;
}
.floating .floating-img-box-qr {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 91px;
    top: 99px;
    background-color: #FFFFFF;
}
.floating .floating-img-box-img {
    width: 100%;
}
.floating .floating-img-box-close {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 142px;
    top: 390px;
    cursor: pointer;
}
.floating .floating-btn-box {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.floating .floating-menus, .floating .floating-menus,.floating  .floating-button {
    display: flex;
    flex-direction: column;
}
.floating .floating-menus-btn-group {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 72px;
    height: 173px;
    box-sizing: border-box;
    padding: 29px 10px;
    background-color: #FFFFFF;
    border-radius: 35px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.floating .floating-menus .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
}
.floating .floating-menus .avatar {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 4px;
    cursor: pointer;
}
.floating .floating-menus .avatar::before {
    content: "";
    border: 1px solid #DE1F26;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: contact-img-box 2s linear infinite;
}
.floating .floating-menus .avatar img {
    width: 100%;
    height: 100%;
    --tw-border-opacity: 1;
    border-color: rgba(61,88,219,var(--tw-border-opacity));
    -webkit-animation: contact-img 1.4s infinite linear;
    animation: contact-img 1.4s infinite linear;
}
@keyframes contact-img {
    0% {
        scale: .9
    }

    50% {
        scale: 1.05
    }

    to {
        scale: .9
    }
}
@keyframes contact-img-box {
    0% {
        scale: 1.0;
        opacity: .5
    }

    50% {
        scale: 1.15;
        opacity: .2
    }

    to {
        scale: 1.3;
        opacity: 0
    }
}
.floating .floating-button {
    flex: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.floating .floating-button:first-child {
    border-bottom: 1px solid #F7F7F7;
}
.floating .floating-button span {
    color: #3D3D3D;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
.floating .floating-menus .material {
    margin-top: 12px;
    width: 72px;
    height: 70px;
    cursor: pointer;
}
/* 为图片添加缩放动画 */
.animated-image {
    transition: transform 0.2s ease;
    animation: pulse 2s infinite;
}
.animated-image2 {
    transition: transform 0.06s ease;
    animation: pulse2 1s infinite;
}


/* 脉冲动画 - 持续的放大缩小效果 */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes pulse2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
/*新增左侧弹窗样式结束*/
/*@media screen and (max-height: 763px) {*/
/*    .floating {*/
/*        top: 100px;*/
/*    }*/
/*}*/
.floating_bg {
    background: #FFFFFF url("../img/index/floating-2024.png") no-repeat scroll top center / contain;
    text-align: center;
    border-radius: 19px;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.16);
}

.floating_bg_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.floating_bg_title {
    color: #fff;
    margin-top: 16px;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 4px;
}

.floating_bg_sub {
    font-size: 14px;
    margin-top: 6px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.floating_white {
    /*    background: #fff;
        border-radius: 0 0 4px 4px;
        box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.16);*/
    margin-top: 48px;
    width: 268px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.floating_qrCode {
    position: relative;
    height: 200px;
}
.floating_qrCode .border-box {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 192px;
    height: 192px;
}
.floating_qrCode .border-box-qr {
    position: absolute;
    left: 50%;
    top: 13px;
    transform: translateX(-50%);
    width: 167px;
    height: 167px;
}

.floating_scan {
    cursor: pointer;
    color: #333333;
    font-size: 12px;
    margin-top: 4px;
    line-height: 26px;
    font-weight: 500;
}

.floating_phone {
    font-size: 14px;
    color: #333333;
    /*line-height: 26px;*/
    font-weight: 500;
    margin: 16px auto;
}

.floating_tips {
    position: relative;
    height: 34px;

    background: linear-gradient(180deg, #F42C33 0%, #FF7C81 100%);
    border-radius: 50px 50px 50px 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    color: #FFFFFF;
    width: 192px;
    text-align: center;
    margin: 5px auto 0;
    -webkit-animation: scaleDraw 2.2s ease-in-out infinite;

}
.floating_tips .hand {
    position: absolute;
    right: -5px;
    top: 14px;
    width: 26px;
    height: 26px;
}

.floating_close {
    margin-top: 10px;
    text-align: center;
}

.floating_close > img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: auto;
}

.footer-router-phone {
    color: #DADADA;
    font-size: 14px;
    margin-top: 10px !important;
}

.footer-router-phone p {
    font-size: 16px;
    color: #fff;
}

.footer-router-link {
    margin: 16px auto;
}

.home-model-min-item-siyu, .home-model-min-item-xitong, .home-model-min-item-peixun {
    cursor: pointer;
}

/**弹窗*/
@media screen and (max-height: 763px) {
}


.head_img {
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
}

.head_img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 0;

}

/*限时*/
.time-limit {
    width: 144px;
    height: 182px;
    position: fixed;
    right: 28px;
    bottom: 35px;
    cursor: pointer;
    z-index: 88;
}

.time-limit img {
    width: 100%;
    height: 100%;
}
