    * {
        transition: all 0.5s;
    }
    
    *::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 4px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }
    
    body::-webkit-scrollbar {
        width: 0;
        height: 0
    }
    
    .warn::-webkit-input-placeholder {
        color: red !important
    }
    
    .warn-span {
        color: red
    }
    
    .show-phone {
        position: absolute;
        left: -128px;
        height: 54px;
        width: 128px;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.2);
        justify-content: center;
    }
    
    .show-wx {
        position: absolute;
        top: -64px;
        left: -140px;
        height: 128px;
        width: 128px;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.2);
        justify-content: center;
        background-color: white;
        border-radius: 5px;
        line-height: 110px;
        text-align: center;
    }
    
    .help-center {
        position: absolute;
        top: -44px;
        left: -200px;
        height: 108px;
        width: 188px;
        display: flex;
        background: rgba(0, 0, 0, 0.2);
        justify-content: center;
        flex-direction: column;
        background-color: white;
        border-radius: 5px;
        line-height: 110px;
        text-align: center;
    }
    
    .fre_problem,
    .chat_call {
        display: flex;
        align-items: center;
        justify-content: left;
        line-height: 34px;
        width: 100%;
        height: 50%;
        padding: 10;
        color: #000;
        font-weight: 400;
    }
    
    .fre_problem span {
        display: flex;
        align-items: center;
        margin-right: 8px;
    }
    
    .chat_call span {
        display: flex;
        align-items: center;
        margin-right: 8px;
    }
    
    .chat_call img {
        width: 20px;
        height: 20px;
    }
    
    .fre_problem img {
        width: 20px;
        height: 20px;
    }
    
    .fre_problem .qulick {
        width: 33px;
        height: 16px;
        display: inline-block;
        font-family: SF Pro Display;
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        line-height: 16px;
        color: #fe2c55;
        border: 1px solid #fe2c55;
        border-radius: 2px;
        margin-right: 8px;
        padding: 0 2px;
    }
    
    .chat_call {
        width: 100%;
        height: 50%;
        padding: 10px;
    }
    
    .show-wx>img {
        margin-top: 3px;
        height: 95%;
    }
    
    *::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 5px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0);
    }
    
    *::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }
    
    .right_bar {
        display: none;
    }
    
    .nav-item>a {
        font-size: 16px;
    }
    
    .navbar {
        height: 64px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1090;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
        padding: .5rem 1rem;
        /* box-shadow: 0 10px 10px red; */
    }
    
    .no-border {
        border: none;
    }
    
    .dropdown-menu {
        top: 95%;
    }
    
    .logo {
        height: 36px;
    }
    
    .pricing__action a {
        color: white;
    }
    
    .register:hover,
    .login:hover {
        color: white;
        text-decoration: none;
        background-color: transparent;
    }
    
    #carouselExampleIndicators {
        margin-top: 64px;
    }
    
    .btn-outline-light {
        width: 180px;
        height: 40px;
        border-radius: 2px;
        border: 1px solid white;
    }
    
    .tcolor {
        margin-right: 16px;
        background-color: white;
        color: black;
    }
    
    .carousel-caption h2 {
        color: white;
        font-weight: 500;
        font-size: 40px;
        margin-bottom: 13px;
    }
    
    .big_title {
        margin-top: 36px;
        font-size: 47px;
        margin-bottom: 15px;
        letter-spacing: -.02em;
        color: #0d121c;
    }
    
    .content .middle_phone {
        font-size: 12px;
        color: #808fa7;
        letter-spacing: .14em;
        text-transform: uppercase;
        font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
    }
    
    .lg {
        color: #596a89;
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 23px;
        letter-spacing: -.02em;
        font-family: Eina, "Helvetica Neue", Helvetica, sans-serif;
    }
    
    .carousel-caption h3 {
        color: white;
        font-weight: 300;
        font-size: 18px;
        margin-bottom: 48px;
    }
    
    .home__content__notice {
        min-width: 1440px;
        height: 88px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .home__content__notice .notice__title {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #161823;
        margin-right: 30px;
    }
    
    .home__content__notice .notice__info {
        border-left: 1px solid rgba(196, 196, 196, 0.2);
        padding-left: 24px;
        width: 430px;
    }
    
    .home__content__notice .notice__info>div {
        max-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 9px;
    }
    
    .home__content__notice .notice__info>div a {
        color: #161823;
    }
    
    .home__content__notice .notice__info>div span {
        display: inline-block;
        font-family: SF Pro Display;
        font-style: normal;
        font-weight: bold;
        font-size: 11px;
        line-height: 16px;
        color: #fe2c55;
        border: 1px solid #fe2c55;
        border-radius: 2px;
        margin-right: 8px;
        padding: 0 2px;
    }
    
    .home__content__notice .notice__info>span {
        font-family: SF Pro Display;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #161823;
        opacity: .5;
    }
    
    .home__content__notice .notice__more {
        padding-left: 23px;
        font-size: 16px;
        line-height: 22px;
        color: #161823;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .carousel-caption {
        text-align: start;
    }
    
    .navbar-collapse {
        padding-left: 48px;
        /* justify-content: flex-end; */
    }
    
    .search {
        margin-left: 30px;
    }
    
    .video {
        position: absolute;
        width: auto;
        height: 500px;
        left: -15%;
    }
    
    .carousel-indicators li {
        width: 32px;
        height: 4px;
        border-radius: 1px;
    }
    
    .nav-link .dropdown-toggle {
        color: #808080;
        font-weight: 200 !important;
    }
    
    .col-sm .img_s {
        height: 50px;
        width: 50px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    
    .nav-item {
        margin-right: 20px;
    }
    
    .navbar,
    .form-control,
    .btn {
        font-size: 15px;
    }
    
    .carousel-inner,
    .carousel-inner img {
        height: 40vh;
    }
    
    .font-12 {
        font-size: 14px !important;
        line-height: 22px;
        text-indent: 12px;
    }
    
    .font-12:hover {
        background-color: rgba(54, 148, 250, .8);
    }
    
    .dropdown-header {
        color: #777;
    }
    
    .carousel-inner .carousel-caption {
        margin-top: 10%;
        margin-left: 8%;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 100;
    }
    
    .bg-blue {
        background: linear-gradient(45deg, #42a3f8, #75bae1) !important
    }
    
    .content {
        margin-bottom: 36px;
    }
    
    .collapse.show {
        border-radius: 2px;
        z-index: 100;
        background-color: white;
    }
    
    .carousel-caption>h5 {
        text-shadow: 5px 2px 6px #000;
    }
    
    .carousel-caption>p {
        text-shadow: 5px 2px 6px #000;
    }
    
    .nav-item:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 20px;
        height: 64px;
        top: 50%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 99999;
    }
    
    .carousel-control-prev {
        left: 20px;
    }
    
    .carousel-control-next {
        right: 20px;
    }
    
    .container {
        padding: 20px;
    }
    
    h5 {
        font-size: 8vw;
        color: white;
    }
    
    h2 {
        margin-top: 20px;
        /* // white-space: nowrap; */
        font-size: 1.3rem;
        /* // margin:  0 20px; */
    }
    
    .col-sm h2 {
        white-space: nowrap;
    }
    
    .col-sm {
        text-align: center;
        margin: 20px;
        padding: 0;
        box-shadow: 0 0 20px rgba(3, 69, 121, 0.1);
        border-radius: 5px;
    }
    
    .col-sm .content {
        padding: 15px;
    }
    
    .content {
        margin-bottom: 36px;
        text-align: left;
    }
    
    .title_content {
        margin-top: 0;
    }
    
    .carousel-caption button {
        border: 1px solid #fff;
        background: transparent;
        color: #fff;
        box-shadow: 0 0 0 transparent;
        height: 36px;
        font-size: 16px;
    }
    
    .center {
        margin-right: 120px;
        margin-left: 120px;
    }
    
    .show-img {
        display: none;
    }
    
    .tc {
        text-align: center;
    }
    
    .pv4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .mw8 {
        max-width: 64rem;
    }
    
    .cf:before,
    .cf:after {
        content: " ";
        display: table;
    }
    
    .mv2 {
        margin-bottom: 1rem;
    }
    
    .protect_in {
        position: relative;
        height: 655px;
        background-color: #f8f8fa;
        padding: 0 120px;
    }
    
    .protect_in .protect_text {
        padding-top: 80px;
        margin-bottom: 40px;
    }
    
    .link-btn {
        position: absolute;
        width: 180px;
        height: 40px;
        border-radius: 2px;
        background-color: #448aec;
        font-size: 16px;
        text-align: center;
        color: #fff;
        line-height: 40px;
        margin-left: 50%;
        margin-bottom: 60px;
        bottom: 0;
        left: -90px;
    }
    
    .pa3-ns {
        padding: 10px 40px;
    }
    
    .fw4 {
        font-weight: 400;
    }
    
    .f6 {
        font-size: .875rem;
    }
    
    .ph3 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .lh-copy {
        line-height: 1.5;
    }
    
    .fw4 {
        font-weight: 400;
    }
    
    .flex-wrap {
        flex-wrap: wrap;
    }
    /* .footer {
        background: #f2f2f2;
        font-family: 'Microsoft YaHei';
    } */
    
    .footer {
        background: #164aa1;
        background-size: cover;
        background-image: url(../img/WechatIMG30.png);
        min-height: 188px;
        font-size: 14px;
        color: #fff;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 1.5em;
    }
    
    .footer__nav {
        text-shadow: 1px 1px 2px rgb(0 0 0 / 70%);
        margin-bottom: 16px;
    }
    
    .footer__nav>a {
        padding: 0 5px;
        color: #fff;
        padding: 0 15px;
        border-left: 1px solid;
    }
    
    .footer__info {
        text-shadow: 1px 1px 2px rgb(0 0 0 / 70%);
        line-height: 1.5;
    }
    
    .footer__info>div>*:not(img) {
        padding: 0 10px;
    }
    
    .footer__info a {
        color: #fff;
    }
    
    .footer__info>div>*:not(:first-child):not(img):not(a) {
        border-left: 1px solid #fff;
    }
    
    .footer .row {
        border-bottom: 1px solid #DBDBDB;
        padding-bottom: 50px;
    }
    
    .picture {
        min-height: 188px;
        font-size: 14px;
        position: relative;
        background-image: url(../img/1659778969792.jpg);
        background-repeat: no-repeat;
        background-position: center;
        padding: 1px 0;
        background-size: cover;
    }
    
    .picture p {
        color: #fff;
        font-weight: normal;
        margin-top: 40px;
        z-index: 2;
        position: relative;
        font-size: 28px;
        line-height: 39px;
        text-align: center;
    }
    
    .picture .take_in {
        margin: 0 auto;
        z-index: 2;
        position: relative;
        margin-top: 30px;
        background-color: #fff;
        color: #161823;
        margin-bottom: 66px;
        width: 180px;
        height: 40px;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
    }
    
    .flex-wrap div:hover {
        transform: translateY(-5px);
        transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    .featurette {
        padding: 0 20px;
    }
    
    .featurette img {
        height: auto;
    }
    
    .copyrights {
        padding: 20px 0;
        color: #545F6B;
        font-size: 14px;
    }
    
    .company_adress {
        margin-top: 25px;
        padding-right: 10px;
        float: right;
    }
    
    .contact_info {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        color: #999;
        margin-top: 20px;
    }
    
    .footer .flex {
        align-items: center;
        font-size: 14px;
    }
    
    .w3 {
        height: 50px;
    }
    
    .company_adress img {
        vertical-align: top;
        margin: 2px 0 0 8px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ul,
    ol,
    li,
    dl,
    dt,
    dd,
    form,
    img,
    p,
    hr,
    samp,
    em {
        padding: 0;
        list-style-type: none;
    }
    
    .foot_li>ul>li>span {
        color: #444;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
        cursor: default;
        display: block;
    }
    
    .foot_li ul ul li a {
        color: #666;
        font-size: 14px;
        text-decoration: none;
    }
    
    .foot_li ul ul li {
        margin: 0 0 13px 0;
    }
    
    .company_adress span {
        display: inline-block;
        font-size: 14px;
        color: #999;
        margin-left: 8px;
        vertical-align: top;
        letter-spacing: 1px;
    }
    
    .footer-servies {
        margin-top: 30px;
    }
    
    .foot_li>ul>li {
        float: left;
        width: 25%;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .footer-servies {
        margin-top: 30px;
    }
    
    .foot_li ul ul li a:hover,
    .foot_li ul ul li a:focus {
        color: #327DF1;
    }
    
    .num_contact {
        font-size: 24px;
        color: #999;
        font-weight: bolder;
        margin: 2px 0 15px 0;
    }
    
    .contact_info>img {
        height: 64px;
    }
    
    .label_contact {
        font-size: 14px;
        color: #999;
        margin-top: 2px;
    }
    
    .company_adress span {
        display: inline-block;
        font-size: 14px;
        color: #999;
        margin-left: 8px;
        vertical-align: top;
        letter-spacing: 1px;
    }
    
    .t-right {
        text-align: center;
    }
    
    .anticon-eye-o {
        display: flex;
        margin-right: 10px;
        color: #444 !important;
    }
    
    .table-panel {
        width: 100%;
        overflow: auto;
    }
    
    .table-panel-dev {
        width: 800px;
    }
    
    .biankaung {
        border-radius: 0 0 4px 4px;
    }
    
    @media screen and (min-width: 60em) {
        .w-third-l {
            width: 33.33333%;
        }
    }
    
    @media screen and (min-width: 60em) {}
    
    .mb4-l {
        margin-bottom: 2rem;
    }
    
    @media screen and (min-width: 30em) {
        /* .pa3-ns {
            padding: 1rem;
        } */
    }
    
    @media screen and (min-width: 30em) {
        .f2-ns {
            font-size: 2rem;
        }
    }
    
    @media (min-width: 992px) {
        .table-panel-dev {
            width: 1180px;
            margin: 50px auto;
        }
        .box-content>.content {
            font-size: 15px;
        }
        .d-md-block>p {
            font-size: 26px;
        }
        .navbar-nav {
            margin-right: 20rpx !important;
            align-items: center;
        }
        .img-2 {
            display: flex;
            justify-content: center;
            width: 60rem;
            height: 23rem;
            margin: 20px auto;
        }
        .right-bar-img {
            height: 32px;
        }
        .right_bar_group li:hover {
            background: rgba(0, 0, 0, 0.2)
        }
        .right_bar_group li {
            opacity: 0;
        }
        .opacity1 {
            opacity: 1 !important;
            ;
        }
        .right_bar {
            display: block;
            position: fixed;
            right: 0;
            top: 40%;
            z-index: 10001;
            list-style: outside none none;
            /* width: 54px; */
        }
        .font_color {
            margin: 0;
            color: #000;
            font-size: 18px;
        }
        .float-aid {
            position: fixed;
            right: 100px;
            bottom: 62px;
            background: #fff;
            box-shadow: 0 0 4px rgb(0 0 0 / 10%), 0 0 16px rgb(0 0 0 / 10%);
            border-radius: 4px;
            width: 64px;
            z-index: 2;
        }
        .float-aid .help-center-item {
            font-weight: 600;
            font-size: 15px;
            line-height: 21px;
            text-align: center;
            color: #62636a;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            flex-direction: column;
        }
        .float-aid .float-aid-item {
            position: relative;
            height: 64px;
            border-bottom: 1px solid rgba(51, 51, 51, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .all_style {
            padding: 40px 0 80px 0;
        }
        .all_enger {
            background-color: #f8f8fa;
            padding: 60px 0;
        }
        .dark-gray {
            color: #000;
            font-size: 18px;
        }
        .box-content h2 {
            color: white;
        }
        .semi-badge {
            position: relative;
            display: inline-block;
        }
        .semi-badge-danger.semi-badge-solid {
            background-color: var(--color-danger);
        }
        .semi-badge-rightTop {
            position: absolute;
            top: 0;
            right: 0;
            transform: translate(50%, -50%);
            transform-origin: 100% 0;
        }
        .float-aid .fake {
            height: 0;
            width: 64px;
        }
        .float-aid .float-aid-item:last-of-type {
            border-bottom: none;
        }
        .float-aid .qr-item .qr-item-img {
            width: 34px;
            height: 34px;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABEBAMAAADKPY6BAAAAGFBMVEUVGCJHcEwSGCETGCEUGCIVGCERFyETGCBBkuw3AAAACHRSTlOsACtrlVYYPmhZ1a0AAAEpSURBVEjH7ZUxb8IwEIUNRMy1aZw1ZWAOikTXILViBdHudRB7qw75+41zvthnbEi3BvVtd/os5e5e7hi/KTZCRC6NVpCsMVaIyIqhdjqX9+FMGWTBrNqcdMKtQT6c3Jq+mBskjyNTi7x0qhBJIHaRBCpJETlAXP0jo0LYe6c3RF4hJma45ZcBrntwcl+cZwHvCpua6a8syAv4j84lSqd41oebsW6GAcjpsmhdbgqxRrJQ69phf9ruPoYGMOnQq2OcEiQfhHiWCiC+MQHJ7efGEAkb9BritO73iEBLiqZRYYTvWyJRpLs+Is1qjxfd6y8gx/KZ8++yrKKI9gvaLH4m2NMl4vvFR1zXHSgyD3hXUWSN57MgW6kdY6L3nJlU8AjXekKCHOH7Wh4/fw2fjZNGYjIAAAAASUVORK5CYII=);
            background-size: 100%;
            border-radius: 0 0 4px 4px;
        }
        .float-aid .float-aid-item:last-of-type .float-aid-item-mask {
            border-radius: 0 0 4px 4px;
        }
        .float-aid .qr-item .float-aid-item-mask {
            text-align: center;
            padding: 8px;
            font-weight: 600;
        }
        .float-aid .float-aid-item .float-aid-item-mask {
            width: 100%;
            height: 100%;
            display: none;
            background: rgba(0, 0, 0, 0.86);
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            padding: 10px;
            align-items: center;
            justify-content: center;
        }
        .right_bar ul {
            padding-right: 10px;
            padding-left: 10px;
        }
        .right_bar ul li {
            margin-bottom: 1px;
            position: relative;
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .logo {
            height: 40px;
            /* margin-left: 40px; */
        }
        .navbar {
            padding: 0 120px;
            z-index: 999999;
        }
        .frameworks li:hover {
            transform: scale(1.4)
        }
        hr {
            margin: 1rem 50px;
        }
        a[data-link='show'] {
            padding: 0
        }
        .hover {
            -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
            background: rgba(0, 0, 0, 0.2);
        }
        .hover_img {
            width: 100%;
            border-radius: 0 !important;
        }
        .anticon-eye-o {
            display: flex;
            margin: 0;
            zoom: 0.5;
        }
        .contact_info {
            margin-top: 0;
        }
        .t-right {
            text-align: right
        }
        .container {
            padding: 50px 20px 0 20px;
        }
        .flex {
            display: flex;
        }
        h5 {
            font-size: 60px;
            color: white;
        }
        .carousel-inner {
            position: relative;
        }
        .carousel-inner .carousel-caption {
            top: 50%;
            left: 0;
        }
        .carousel-inner,
        .carousel-inner img {
            height: 500px;
        }
        #yanshi {
            border-radius: 32px;
            /*border: 1px solid transparent;*/
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
            padding: 0px 15px;
            border-color: #d9d9d9;
            display: flex;
            align-items: center;
            height: 38px;
        }
        .col-sm {
            height: 300px;
        }
        .col-sm div {
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
        }
        .container {
            max-width: 100%;
        }
        .nowrap {
            white-space: nowrap;
        }
        .title {
            height: 118px;
            padding: 13px 0 19px;
            box-shadow: inset 0 3px 5px #ccc;
            -moz-box-shadow: inset 0 3px 5px #ccc;
            -webkit-box-shadow: inset 0 3px 5px #ccc;
            margin: 0 auto;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .title h1 {
            height: 30px;
            font-size: 24px;
            overflow: hidden;
        }
        .tnr {
            font-family: Times New Roman;
            font-weight: 600;
        }
        .content .title h1 span:first-child {
            font-size: 30px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -5px;
        }
        .c-primary {
            color: #214c9b;
        }
        .bg-grey {
            background-color: #fbfbfb;
        }
    }
    
    @media screen and (max-width:900px) {
        .video {
            display: none;
            left: -300%;
        }
        .show-img {
            display: block;
        }
        .carousel-inner .carousel-caption {
            top: 50%;
            left: 10%;
        }
        .home__content__notice__wrapper {
            display: none;
        }
        .carousel-caption h2 {
            font-size: 24px;
            margin-top: -40%;
            margin-left: -15%;
        }
        .carousel-caption h3 {
            font-size: 16px;
            margin-left: -15%;
            margin-bottom: 0;
        }
        .btn-outline-light {
            width: 90px;
            height: 30px;
            line-height: 30px;
            padding: 0;
            margin-top: 20px;
            margin-right: 50px;
            margin-left: -15%;
        }
        .protect_in .protect_text {
            padding-top: 40px;
            margin-bottom: 20px;
        }
        .protect_in {
            height: auto;
            padding: 0 20px;
        }
        .center {
            margin: 0;
        }
        .float-aid {
            position: fixed;
            right: 10px;
            bottom: 62px;
            background: #fff;
            box-shadow: 0 0 4px rgb(0 0 0 / 10%), 0 0 16px rgb(0 0 0 / 10%);
            border-radius: 4px;
            width: 64px;
            z-index: 2;
        }
        .float-aid .float-aid-item {
            position: relative;
            height: 64px;
            border-bottom: 1px solid rgba(51, 51, 51, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .float-aid .help-center-item {
            font-weight: 600;
            font-size: 15px;
            line-height: 21px;
            text-align: center;
            color: #62636a;
            padding: 10px;
            flex-direction: column;
        }
        .semi-badge {
            position: relative;
            display: inline-block;
        }
        .float-aid .help-center-item {
            font-weight: 600;
            font-size: 15px;
            line-height: 21px;
            text-align: center;
        }
        .float-aid .float-aid-item {
            cursor: pointer;
        }
        .semi-badge-rightTop {
            position: absolute;
            top: 0;
            right: 0;
            transform: translate(50%, -50%);
            transform-origin: 100% 0;
        }
        .help-center {
            position: absolute;
            top: -44px;
            left: -200px;
            height: 108px;
            width: 188px;
            background: rgba(0, 0, 0, 0.2);
            justify-content: center;
            flex-direction: column;
            background-color: white;
            border-radius: 5px;
            line-height: 110px;
            text-align: center;
        }
        .fre_problem,
        .chat_call {
            display: flex;
            align-items: center;
            justify-content: left;
            line-height: 34px;
            width: 100%;
            height: 50%;
            padding: 10;
            color: #000;
            font-weight: 400;
        }
        .float-aid .qr-item .qr-item-img {
            width: 34px;
            height: 34px;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABEBAMAAADKPY6BAAAAGFBMVEUVGCJHcEwSGCETGCEUGCIVGCERFyETGCBBkuw3AAAACHRSTlOsACtrlVYYPmhZ1a0AAAEpSURBVEjH7ZUxb8IwEIUNRMy1aZw1ZWAOikTXILViBdHudRB7qw75+41zvthnbEi3BvVtd/os5e5e7hi/KTZCRC6NVpCsMVaIyIqhdjqX9+FMGWTBrNqcdMKtQT6c3Jq+mBskjyNTi7x0qhBJIHaRBCpJETlAXP0jo0LYe6c3RF4hJma45ZcBrntwcl+cZwHvCpua6a8syAv4j84lSqd41oebsW6GAcjpsmhdbgqxRrJQ69phf9ruPoYGMOnQq2OcEiQfhHiWCiC+MQHJ7efGEAkb9BritO73iEBLiqZRYYTvWyJRpLs+Is1qjxfd6y8gx/KZ8++yrKKI9gvaLH4m2NMl4vvFR1zXHSgyD3hXUWSN57MgW6kdY6L3nJlU8AjXekKCHOH7Wh4/fw2fjZNGYjIAAAAASUVORK5CYII=);
            background-size: 100%;
            border-radius: 0 0 4px 4px;
        }
        .float-aid .float-aid-item:last-of-type {
            border-bottom: none;
        }
        .float-aid .float-aid-item .float-aid-item-mask {
            width: 100%;
            height: 100%;
            display: none;
            background: rgba(0, 0, 0, 0.86);
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            padding: 10px;
            align-items: center;
            justify-content: center;
        }
        .search {
            display: none;
        }
        .navbar-nav {
            padding: 20px;
        }
        .navbar-collapse {
            padding-left: 0;
        }
    }
    
    #yanshi {
        display: flex;
        align-items: center;
    }
    
    .navbar-form {
        margin-right: 10px;
    }
    
    .navbar-form input {
        width: 160px;
        height: 30px;
        line-height: 22px;
        border: 1px solid #eef;
        border-radius: 4px;
        outline: none;
        vertical-align: middle;
        padding: 0 10px;
        color: #555;
        font-size: 14px;
    }
    
    .navbar-form button {
        width: 21px;
        height: 21px;
        margin-left: -26px;
        vertical-align: middle;
        text-indent: -999px;
        border: none;
        outline: none;
        background: url("../img/icon.png") no-repeat -220px -11px;
    }
    
    .navbar-form button:hover {
        cursor: pointer;
    }