html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    letter-spacing: 0.6px;
}

p {
    margin: 0;
}

.consult {
    display: none;
}

/* 投诉举报 样式*/
.ic_complain{
    position: fixed;
    bottom: calc(50% + 110px);
    right: 0px;
    width: 60px;
    height: 36px;
    background: #FC1717;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9999;
}
.ic_complain img{
    display: block;
    float: left;
    width: 22px;
    height: 28px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
}
.ic_complain span{
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: 4px;
    width: 26px;
    height: 28px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    letter-spacing: 0px;
}

@media screen and (min-width: 768px) {
    .pc_link {
        display: block;
    }
    .m_link {
        display: none;
    }
    .hide {
        display: none;
    }
    html {
        min-width: 1024px;
    }
    .connnn {
        width: 100%;
        background: #ffffff;
        position: fixed;
        top: 0;
        box-shadow: 0 -1px 0 #e1e4e6 inset;
    }
    .top_con {
        max-width: 974px;
        margin: 0 auto;
        height: 64px;
    }
    .pureh1 {
        height: 56px;
    }
    .b_line1 {
        position: relative;
    }
    .svg1 {
        position: absolute;
        left: -20px;
        top: 48px;
    }
    .b_line2 {
        position: relative;
    }
    .svg2 {
        position: absolute;
        left: 0;
        top: 32px;
    }
    .b_line3 {
        position: relative;
    }
    .svg3 {
        position: absolute;
        left: 0;
        top: 32px;
    }
    .b_line4 {
        position: relative;
    }
    .svg4 {
        position: absolute;
        left: 0;
        top: 36px;
    }
    .b_line5 {
        position: relative;
    }
    .svg5 {
        position: absolute;
        left: 0;
        top: 36px;
    }
    .b_line6 {
        position: relative;
    }
    .svg6 {
        position: absolute;
        left: 0;
        top: 36px;
    }
    .page_top {
        max-width: 974px;
        position: fixed;
        top: 0;
        box-sizing: border-box;
        background: #ffffff;
        width: 100%;
        height: 64px;
        line-height: 64px;
        font-size: 14px;
    }
    .page_middle {
        margin-top: 64px;
        min-width: 1024px;
    }
    .top_padding {
        background: #ffffff;
        height: 100%;
        box-shadow: 0 -1px 0 #e1e4e6 inset;
    }
    .logo {
        position: absolute;
        top: 12.5px;
        left: 4px;
        width: 145px;
    }
    .line {
        width: 1px;
        height: 24px;
        position: absolute;
        background: #62778c;
        top: 20px;
        left: 191px;
    }
    .text1 {
        font-size: 14px;
        color: #28334b;
        position: absolute;
        left: 204px;
    }
    .top_resign {
        text-decoration: none;
        width: 120px;
        height: 64px;
        float: right;
        background: #3b99fc;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
    }
    .top_resign.pc_link {
        text-decoration: none;
        width: 120px;
        height: 44px;
        background: #218BFC;
        border-radius: 0 4px 4px 0;
        float: right;
        font-size: 14px;
        text-align: center;
        margin: 10px 14px;
        line-height: 44px;
        margin-left: 0;
    }
    .top_padding .advertising_phone {
        float: right;
        margin: 10px 16px;
        margin-right: 0;
    }
    .advertising_phone {
        outline: none;
        border: none;
        width: 180px;
        height: 44px;
        line-height: 44px;
        background: #ffffff;
        /* border-radius: 2px; */
        /* border-radius: 4px; */
        border: 2px solid #218BFC;
        border-radius: 4px 0 0 4px;
        /* border-right: none;   */
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #28334b;
        padding: 0;
        padding-left: 8px;
        box-sizing: border-box;
    }
    .advertising_phone::placeholder {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #8da2b5;
    }
    .pure_middle {
        width: 100%;
        height: 188px;
        padding: 48px 24px;
        box-sizing: border-box;
        position: relative;
        z-index: -1;
        overflow: hidden;
        display: none;
    }
    .mb_hide {
        display: block;
    }
    .pc_hide {
        display: none;
    }
    .more_clue_new_box {
        min-width: 1280px;
        height: 1752px;
        background: #F6F7FC;
        position: relative;
    }
    .more_clue_new {
        width: 1280px;
        height: 1752px;
        background: #F6F7FC;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        margin: 0 auto;
        flex-direction: column;
    }
    .more_clue_new .clue_new_item {
        text-align: center;
        margin-top: 48px;
        margin-bottom: 40px;
    }
    .more_clue_new .more_xs_box {
        width: 960px;
        height: 400px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more_clue_new .more_xs_box>.video {
        padding: 28px 40px;
    }
    .more_clue_new .more_xs_box>.content {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        /* justify-content: center; */
    }
    .more_clue_new .more_xs_box>.content img {
        width: 48px;
        height: 48px;
        display: inline-block;
        margin-left: 36px;
        margin-top: 102px;
    }
    .more_clue_new .more_xs_box:nth-of-type(2)>.content img {
        margin-top: 112px;
        /* background: red; */
    }
    .more_clue_new .more_xs_box>.content h2 {
        height: 36px;
        font-size: 24px;
        font-weight: 400;
        color: #28334B;
        line-height: 36px;
        letter-spacing: 1px;
        margin-top: 8px;
        margin-left: 40px;
    }
    .more_clue_new .more_xs_box>.content p {
        height: 40px;
        font-size: 14px;
        font-weight: 400;
        color: #62778C;
        line-height: 20px;
        margin-top: 8px;
        margin-left: 40px;
    }
    .more_clue_new .more_xs_box:nth-of-type(odd)>.content img {
        margin-left: 76px;
    }
    .more_clue_new .more_xs_box:nth-of-type(odd)>.content h2,
    .more_clue_new .more_xs_box:nth-of-type(odd)>.content p {
        margin-left: 80px;
    }
    .more_clue_new .more_xs_box>div {
        width: 480px;
        height: 400px;
        display: flex;
        /* border: 1px solid rgba(0, 0, 0, 0.06); */
        /* background-color: #ccc; */
        box-sizing: border-box;
    }
    .more_clue_new .more_xs_box>div>video {
        width: 100%;
        height: 100%;
        /* border: 1px solid rgba(0, 0, 0, 0.06); */
        border: 1px solid #D3D9E0;
        border-radius: 4px;
        box-sizing: border-box;
        box-shadow: 0px 2px 30px 0px rgba(103, 116, 129, 0.1);
    }
    .big_banner_box {
        min-width: 974px;
        background: #070A2F;
        height: 400px;
    }
    .pc_banner_box {
        height: 400px;
        width: 960px;
        background: #070A2F;
        margin: 0 auto;
        line-height: 400px;
    }
    .pc_banner_box_right {
        width: 440px;
        height: 400px;
        display: inline-block;
        background: url("../img/AdvertistingPage/ad_banner.png") no-repeat;
        background-size: 440px 400px;
        float: right;
    }
    .pc_banner_box_left {
        width: 520px;
        height: 256px;
        line-height: 256px;
        margin: 72px 0;
        display: inline-block;
        /* margin-right: 14px; */
        float: left;
    }
    .pc_banner_box_left>h1 {
        font-size: 36px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 56px;
        letter-spacing: 1px;
        height: 112px;
        text-align: left;
    }
    .pc_banner_box_left .register_box {
        width: 300px;
        height: 44px;
        /* background: #FFFFFF; */
        /* border-radius: 4px; */
        display: flex;
        align-items: center;
        margin-top: 24px;
    }
    .pc_banner_box_left .register_phone::placeholder {
        color: #8DA2B5!important;
    }
    .pc_banner_box_left .register_phone {
        color: #44494b;
        box-sizing: border-box;
        height: 48px;
        line-height: 48px;
        width: 180px;
        border: 2px solid #218bfc;
        /* border-right: 0; */
        text-indent: 10px;
        outline: none;
        /* border: 2px solid #218BFC; */
        border-radius: 4px 0 0 4px;
        font-size: 14px;
        font-weight: 400;
    }
    .pc_banner_box_left .register-a {
        width: 120px;
        color: #ffffff;
        background: #218bfc;
        float: left;
        cursor: pointer;
        margin-left: 0px;
        border-radius: 0 4px 4px 0;
        font-size: 14px;
        text-align: center;
        height: 48px;
        line-height: 48px;
    }
    .pc_banner_box_left .register-a:hover {
        background: #4eb1fd;
        color: #ffffff;
    }
    .pc_banner_box_left .register-a:active {
        background: #127fdc;
        color: #ffffff;
    }
    .pc_banner_box_left .join_text {
        height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #8DA2B5;
        line-height: 20px;
        margin-top: 12px;
    }
    .pc_banner_box_left .left_bottom_box {
        height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #8DA2B5;
        line-height: 20px;
        margin-top: 24px;
    }
    .left_bottom_box span {
        margin-right: 16px;
        background: url("../img/AdvertistingPage/advertising_success.png") no-repeat left center;
        background-size: 16px 16px;
        padding-left: 24px;
    }
    .pure_middle::after {
        content: "";
        width: 140%;
        height: 188px;
        position: absolute;
        left: -20%;
        top: 0;
        z-index: -1;
        border-radius: 0 0 50% 50%;
        background: #070a2f;
    }
    h1 {
        height: 56px;
        font-weight: 400;
        margin: 0;
        font-size: 36px;
        color: #ffffff;
        text-align: center;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .text2 {
        margin-bottom: 0;
        margin-top: 16px;
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
        text-align: center;
    }
    .text3 {
        margin: 0;
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
        text-align: center;
    }
    .company_six {
        box-sizing: border-box;
        padding: 48px;
        height: 32px;
        text-align: center;
        height: 204px;
        display: none;
    }
    .company_more {
        min-width: 1280px;
        overflow: hidden;
        height: 88px;
        background: #F6F7FC;
    }
    .company_more .img_bg_box .opactity_into {
        position: absolute;
        top: 0;
        width: 974px;
        height: 44px;
        background: linear-gradient(90deg, #F6F7FC 0%, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0) 88%, #F6F7FC 100%);
    }
    .company_more .img_bg_box {
        width: 974px;
        overflow: hidden;
        height: 44px;
        margin: 22px auto;
        position: relative;
    }
    .company_more .img_bg {
        width: 1280px;
        height: 40px;
        background: url("../img/AdvertistingPage/company_more.png") no-repeat;
        background-repeat: repeat-x;
        overflow-x: hidden;
        width: 7098px;
        -webkit-animation: sliding-left 60s linear infinite;
        animation: sliding-left 60s linear infinite;
        background-size: 1555px 40px;
    }
    h2 {
        color: #28334b;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 1px;
        margin: 0;
    }
    .com_logo {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    .com_logo img {
        width: 144px;
        height: 56px;
    }
    .why {
        box-sizing: border-box;
        text-align: center;
        padding: 48px 32px;
        display: none;
        height: 132px;
        background: linear-gradient( 53deg, rgba(54, 187, 206, 1) 0%, rgba(90, 43, 175, 1) 100%);
    }
    .h2_why {
        font-weight: 400;
        color: #ffffff;
        line-height: 36px;
        letter-spacing: 1px;
        font-size: 24px;
    }
    .cooperation {
        background: #ffffff;
        padding: 48px 32px;
        text-align: center;
        box-sizing: border-box;
        height: 716px
    }
    .text_p {
        line-height: 20px;
        color: #62778c;
        font-size: 14px;
        margin: 0;
        margin-top: 8px;
    }
    .bgcop {
        width: 744px;
        height: 516px;
        margin-top: 40px;
    }
    .more_clue {
        height: 100%;
        box-sizing: border-box;
        padding: 48px 32px;
        background: #ffffff;
        display: none;
        text-align: center;
    }
    .interaction {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    .inter_left {
        margin-right: 24px;
    }
    .co_item {
        box-sizing: border-box;
        padding: 16px;
        width: 360px;
        height: 104px;
        border-radius: 2px;
        border: 2px solid #d3d9e0;
        background: rgba(255, 255, 255, 1);
        cursor: pointer;
        margin-bottom: 16px;
    }
    .text_con {
        text-align: left;
        line-height: 20px;
        color: #62778c;
        font-size: 14px;
        margin: 0;
    }
    h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #28334b;
        margin-bottom: 8px;
    }
    .inter_right img {
        width: 400px;
        height: 344px;
        border-radius: 2px;
        border: 1px solid #d3d9e0;
        box-sizing: border-box;
    }
    .co_item_active {
        border: 2px solid #3b99fc;
    }
    .price {
        background: #070a2f;
        margin: 0 auto;
        color: #ffffff;
        text-align: center;
        padding: 48px 32px;
        display: none;
    }
    .price-pc {
        /* background: #070a2f; */
        margin: 0 auto;
        margin-top: 48px;
        color: #ffffff;
        text-align: center;
        padding: 48px 32px;
        /* aa */
        width: 960px;
        height: 236px;
        /* line-height: 236px; */
        background: #070A2F;
        box-sizing: border-box;
        border-radius: 16px;
        position: relative;
        overflow: hidden;
        /* transform: translate(0,-50%); */
    }
    .price-pc .left-circle {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        background: #0471E3;
        opacity: 0.09;
        transform: translate(-60%, 60%);
    }
    .price-pc .right-circle {
        position: absolute;
        right: 0;
        top: 0;
        width: 210px;
        height: 210px;
        background: #0471E3;
        opacity: 0.09;
        border-radius: 50%;
        transform: translate(50%, -50%);
    }
    .price-pc .right-circle2 {
        position: absolute;
        right: 0;
        top: 0;
        width: 400px;
        height: 400px;
        background: #0471E3;
        opacity: 0.09;
        border-radius: 50%;
        transform: translate(50%, -50%);
    }
    .price-pc .price_row_box .middle_btn {
        border-radius: 0 4px 4px 0;
    }
    .price-pc .price_row_box input {
        border-radius: 4px 0 0 4px;
    }
    .middle_btn {
        line-height: 44px;
        /* margin: 0 auto; */
        text-decoration: none;
        /* display: block; */
        width: 120px;
        height: 44px;
        background: #3b99fc;
        border-radius: 2px;
        color: #ffffff;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #ffffff;
        /* margin-top: 24px; */
    }
    .price_row_box {
        width: 316px;
        height: 44px;
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
        margin: 0 auto;
        align-items: center;
        margin-top: 24px;
    }
    .honour_box {
        height: 36px;
        line-height: 36px;
        width: 605px;
        margin: 0 auto;
        margin-top: 36px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .honour_box .text {
        height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #8DA2B5;
        line-height: 20px;
    }
    .honour_box .item {
        display: flex;
        align-items: center;
    }
    .honour_box .item:nth-of-type(3-n) {
        margin-left: 24px;
    }
    .honour_box .item .icon {
        display: inline-block;
        width: 36px;
        height: 36px;
        /* background-color: #fff; */
        margin-right: 8px;
    }
    .foot4 {
        width: 100%;
        height: 24px;
        /* background: #08142e; */
        position: relative;
        margin-top: 97px;
    }
    .foot4 span {
        color: #ffffff;
        opacity: 0.6;
        letter-spacing: 0.6px;
        line-height: 24px;
        font-size: 12px;
    }
    .foot4 span a {
        color: #ffffff;
        text-decoration: underline;
    }
    .foot4 span a:hover {
        opacity: 1;
        text-decoration: underline;
    }
    .foot4 .icons {
        float: right;
        margin-top: 0px;
    }
    .foot4 .icon {
        width: 24px;
        height: 24px;
        margin-right: 17px;
        display: inline-block;
    }
    .foot4 .icon1 {
        opacity: 1;
        background: url(../img/headfoot/2-1.png) no-repeat;
        background-size: 100% 100%;
        /*background-image: url(../img/headfoot/2-1.svg),none;*/
    }
    .foot4 .icon2 {
        opacity: 1;
        background: url(../img/headfoot/2-2.png) no-repeat;
        background-size: 100% 100%;
        /*background-image: url(../img/headfoot/2-2.svg),none;*/
    }
    .foot4 .icon3 {
        opacity: 1;
        background: url(../img/headfoot/2-3.png) no-repeat;
        background-size: 100% 100%;
        /*background-image: url(../img/headfoot/2-3.svg),none;*/
    }
    .more_clue_new_box.mb_hide::after {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        height: 118px;
        bottom: -117px;
        background: #F6F7FC;
        border-radius: 0 0 50% 50%;
    }
    .foot4 .icon1:hover::after {
        position: absolute;
        margin-left: -39px;
        margin-top: -32px;
        background: #fff;
        color: #1f2122;
        content: "浙公网安备";
        font-size: 12px;
        padding: 3px;
        border-radius: 1px;
    }
    .foot4 .icon2:hover::after {
        position: absolute;
        margin-left: -39px;
        margin-top: -32px;
        background: #fff;
        color: #1f2122;
        content: "工商监管";
        font-size: 12px;
        padding: 3px;
        border-radius: 1px;
    }
    .foot4 .icon3:hover::after {
        position: absolute;
        margin-left: -39px;
        margin-top: -32px;
        background: #fff;
        color: #1f2122;
        content: "信用评级";
        font-size: 12px;
        padding: 3px;
        border-radius: 1px;
    }
    .foot4 .contant {
        margin: auto;
        max-width: 960px;
        height: 100%;
    }
    .honour_box .item .icon>img {
        width: 100%;
        height: 100%;
    }
    /* 按钮点击 */
    .top_resign:hover {
        background: #4eb1fd;
    }
    .top_resign:active {
        background: #127fdc;
    }
    .middle_btn:hover {
        background: #4eb1fd;
    }
    .middle_btn:active {
        background: #127fdc;
    }
    .bottom_btn:hover {
        background: #4eb1fd;
    }
    .bottom_btn:active {
        background: #127fdc;
    }
    /*  */
    .business {
        padding: 48px 32px;
        background: #ffffff;
        text-align: center;
        /* margin-top: -118px; */
    }
    .bus_con {
        display: flex;
        justify-content: center;
    }
    .pri_item {
        width: 288px;
        margin-top: 40px;
        margin-right: 32px;
    }
    .pri_img {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }
    .comment {
        padding: 48px 32px;
        background: #f6f7fc;
        text-align: center;
        position: relative;
        z-index: 11;
    }
    .comment_con {
        text-align: left;
        margin-top: 40px;
        padding: 0 8px;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    .pc_bottom_footer {
        min-width: 1280px;
        height: 396px;
        background: #070A2F;
        position: relative;
        overflow: hidden;
    }
    .pc_bottom_footer .right-circle {
        width: 412px;
        height: 412px;
        background: #0471E3;
        opacity: 0.1;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        transform: translate(50%, 50%);
    }
    .pc_bottom_footer .right-circle-big {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 792px;
        height: 792px;
        background: #0471E3;
        opacity: 0.1;
        border-radius: 50%;
        transform: translate(50%, 50%);
    }
    .pc_bottom_footer .left-circle-big {
        width: 600px;
        height: 600px;
        background: #0471E3;
        border-radius: 50%;
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
    }
    .pc_bottom_footer .left-circle {
        width: 315px;
        height: 315px;
        border-radius: 50%;
        background: #0471E3;
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
    }
    .pc_bottom_footer .footer_box {
        max-width: 1280px;
        height: 396px;
        flex-direction: column;
        align-items: center;
        display: flex;
        margin: 0 auto;
    }
    .pc_bottom_footer .footer_box .box_item h2 {
        width: 300px;
        height: 72px;
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 36px;
        letter-spacing: 1px;
        text-align: center;
    }
    .pc_bottom_footer .footer_box .box_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: 72px;
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 36px;
        letter-spacing: 1px;
        margin-top: 48px;
    }
    .pc_bottom_footer .footer_box .box_item .price_row_box .advertising_phone {
        border-radius: 4px 0 0 4px;
    }
    .pc_bottom_footer .footer_box .bottom_btn {
        border-radius: 0 4px 4px 0;
    }
    .com_item {
        box-sizing: border-box;
        background: #ffffff;
        padding: 16px;
        border: 1px solid #d3d9e0;
        width: 224px;
        margin-right: 16px;
        margin-bottom: 16px;
        border-radius: 2px;
    }
    .com_text {
        font-size: 12px;
    }
    .com_person {
        margin-top: 16px;
        color: #62778c;
        font-size: 12px;
    }
    .pri_item P {
        width: 240px;
        margin: auto;
    }
    .pc_business .pri_item {
        text-align: left;
    }
    .pc_business .pri_item P {
        width: 288px;
        margin: 0;
        text-align: left;
    }
    .page_footer {
        background: #ffd300;
        width: 100%;
        height: 490px;
        position: relative;
    }
    .per_photo {
        width: 180px;
        height: 238px;
        position: absolute;
        left: 198px;
        top: 204px;
    }
    .ppcon {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 48px;
        width: 488px;
        height: 273px;
        transform: translate(-50%, 0);
        z-index: 100;
    }
    .pp_text1 {
        left: 100px;
        z-index: 10000;
        top: 30px;
        position: absolute;
        line-height: 36px;
        font-size: 24px;
        color: #28334b;
        letter-spacing: 1px;
    }
    .pp_text2 {
        left: 85px;
        z-index: 10000;
        top: 66px;
        position: absolute;
        line-height: 36px;
        font-size: 24px;
        color: #28334b;
        letter-spacing: 1px;
    }
    .bg_pp {
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
    }
    .ppcon .price_row_box {
        position: absolute;
        top: 126px;
        left: 90px;
        margin: 0 auto;
    }
    .ppcon .price_row_box .advertising_phone {
        z-index: 100000;
        border: 1px solid #ced5e0;
    }
    .bottom_btn {
        width: 120px;
        height: 44px;
        background: #3b99fc;
        border-radius: 2px;
        text-align: center;
        line-height: 44px;
        z-index: 100000;
        text-decoration: none;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #ffffff;
    }
    .pp_name {
        position: absolute;
        top: 384px;
        right: 32px;
        width: 67px;
        height: 28px;
    }
    .ppcon::before {
        content: "销外 BD 副总裁";
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        color: #28334b;
        position: absolute;
        top: 412px;
        right: 10px;
    }
    /*侧边栏*/
    .sidebar {
        position: fixed;
        z-index: 10000;
        right: 0px;
        top: 50%;
        margin-top: -105px;
        width: 60px;
        height: 280px;
        text-align: center;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        color: #ffffff;
        letter-spacing: 0.63px;
    }
    .sidebar .side {
        width: 60px;
        height: 70px;
        background: #1798fc;
        box-shadow: inset 0 1px 0 0 #49affc;
        cursor: pointer;
        position: absolute;
        z-index: 10;
    }
    .input-phonecall {
        border: 2px solid #1798fc;
    }
    .sidebar .side:hover {
        background: #4eb1fd;
    }
    .sidebar .side:active {
        background: #127fdc;
    }
    .sidebar .side1 {
        top: 70px;
    }
    .sidebar .side2 {
        top: 140px;
    }
    .sidebar .side3 {
        border-radius: 2px 2px 0 0;
        top: 0px;
    }
    .sidebar .side4 {
        border-radius: 0 0 2px 2px;
        top: 210px;
    }
    .sidebar .side3 a.gotry {
        width: 100%;
        height: 100%;
        color: #ffffff;
    }
    .sidebar .sideimg {
        width: 36px;
        height: 36px;
        padding: 8px 12px 4px 12px;
    }
    .sidebar .sideimg1 {
        background: url(../img/headfoot/side1.png);
        background-image: url(../img/headfoot/side1.svg), none;
        background-repeat: no-repeat;
        background-position: center;
    }
    .sidebar .sideimg2 {
        background: url(../img/headfoot/side2.png);
        background-image: url(../img/headfoot/side2.svg), none;
        background-repeat: no-repeat;
        background-position: center;
    }
    .sidebar .nothing {
        display: inline-block;
        width: 12px;
        height: 70px;
        /*border: 1px solid lawngreen;*/
        margin: -70px 0 0 -42px;
        position: absolute;
    }
    @keyframes scaleDraw {
        /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
        0% {
            transform: scale(1);
            /*开始为原始大小*/
        }
        25% {
            transform: scale(1.2);
            /*放大1.1倍*/
        }
        50% {
            transform: scale(1);
        }
        75% {
            transform: scale(1.2);
        }
    }
    .heart_jump {
        animation-name: scaleDraw;
        /*关键帧名称*/
        animation-timing-function: ease-in-out;
        /*动画的速度曲线*/
        animation-iteration-count: infinite;
        /*动画播放的次数*/
        animation-duration: 1.5s;
        /*动画所花费的时间*/
        -webkit-animation-name: scaleDraw;
        /*关键帧名称*/
        -webkit-animation-timing-function: ease-in-out;
        /*动画的速度曲线*/
        -webkit-animation-iteration-count: infinite;
        /*动画播放的次数*/
        -webkit-animation-duration: 1.5s;
        /*动画所花费的时间*/
    }
    .sidebar .sideimg3 {
        background: url(../img/headfoot/side3.png);
        background-image: url(../img/headfoot/side3.svg), none;
        background-repeat: no-repeat;
        background-position: center;
    }
    .sidebar .sideimg4 {
        width: 22px;
        height: 12px;
        padding: 24px 19px;
        background: url(../img/headfoot/side4.png);
        background-image: url(../img/headfoot/side4.svg), none;
        background-repeat: no-repeat;
        background-position: center 29px;
    }
    .sidebar .phoneAsk,
    .sidebar .web_watch {
        position: absolute;
        width: 264px;
        height: 70px;
        background: #ffffff;
        box-shadow: 0 0 10px 0 rgba(74, 144, 226, 0.4);
        border-radius: 2px;
        border: 1px solid #e1e4e6;
    }
    .sidebar .web_watch {
        top: 0px;
        left: -90px;
        opacity: 0;
    }
    .sidebar .phoneAsk {
        top: 140px;
        left: -90px;
        opacity: 0;
    }
    .sidebar .call,
    .sidebar .watch {
        padding: 11px 0 0 15px;
    }
    .sidebar .span1,
    .sidebar .watch1 {
        float: left;
    }
    .sidebar .call .span1 input,
    .sidebar .input-webwatch {
        width: 161px;
        height: 32px;
        padding-left: 8px;
        box-sizing: border-box;
        font-size: 14px;
        border: 2px solid #1798fc;
    }
    .sidebar input {
        text-indent: 0px;
    }
    .sidebar .calltome,
    .sidebar .clicktoweb {
        float: left;
        font-size: 14px;
        width: 72px;
        height: 32px;
        box-sizing: border-box;
        background: #1798fc;
        border-radius: 0 2px 2px 0;
        color: #ffffff;
        letter-spacing: -0.18px;
        line-height: 32px;
        cursor: pointer;
        display: inline-block;
        border: none;
    }
    .sidebar .phoneAsk p,
    .sidebar .web_watch p {
        margin-top: 5px;
        float: left;
        font-size: 12px;
        letter-spacing: 0.63px;
    }
    .sidebar .phoneAsk p.tip,
    .sidebar .phoneAsk p.waittip,
    .sidebar .watch_tip {
        color: #43484a;
    }
    .toptelt1 {
        font-size: 14px;
        color: #28334b;
        position: absolute;
        left: 179px;
        cursor: pointer;
    }
    .toptelt2 {
        font-size: 14px;
        color: #28334b;
        position: absolute;
        left: 270px;
        cursor: pointer;
    }
    .toptelt3 {
        font-size: 14px;
        color: #28334b;
        position: absolute;
        left: 324px;
        cursor: pointer;
    }
    .toptelt1:hover {
        color: #218bfc;
    }
    .toptelt2:hover {
        color: #218bfc;
    }
    .toptelt3:hover {
        color: #218bfc;
    }
}

@media screen and (max-width: 768px) {
    .pc_link {
        display: none;
    }
    .m_link {
        display: block;
    }
    html,
    body {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
    }
    html {
        font-size: 26.666666666666666vw;
        font-family: PingFangSC-Medium, PingFang SC;
    }
    p {
        margin: 0;
    }
    .page-container {
        width: 100%;
        overflow: hidden;
        padding-bottom: 0.4rem;
    }
    .page_top {
        position: fixed;
        top: 0;
        box-sizing: border-box;
        background: #ffffff;
        width: 100%;
        height: 0.64rem;
        line-height: 0.64rem;
        font-size: 0.14rem;
        z-index: 99999;
    }
    .page_middle {
        margin-top: 0.64rem;
    }
    .top_padding {
        background: #ffffff;
        height: 100%;
        z-index: 99999;
        box-shadow: 0 -1px 0 #e1e4e6 inset;
    }
    .logo {
        position: absolute;
        top: 0.125rem;
        left: 0.12rem;
        width: 1.45rem;
    }
    .line {
        width: 0.01rem;
        height: 0.24rem;
        position: absolute;
        background: #62778c;
        top: 0.2rem;
        left: 1.67rem;
    }
    .text1 {
        font-size: 0.14rem;
        color: #28334b;
        position: absolute;
        left: 1.8rem;
    }
    .top_resign {
        text-decoration: none;
        width: 1.2rem;
        height: 0.64rem;
        float: right;
        background: #3b99fc;
        color: #ffffff;
        font-size: 0.14rem;
        text-align: center;
    }
    .pure_middle {
        display: block;
        width: 100%;
        height: 3.19rem;
        padding: 0.48rem 0.24rem;
        box-sizing: border-box;
        position: relative;
        z-index: -1;
        overflow: hidden;
    }
    .mb_hide {
        display: none;
    }
    .pc_hide {
        display: block;
    }
    .pure_middle::after {
        content: "";
        width: 140%;
        height: 3.19rem;
        position: absolute;
        left: -20%;
        top: 0;
        z-index: -1;
        border-radius: 0 0 50% 50%;
        background: #070a2f;
    }
    h1 {
        font-weight: 400;
        margin: 0;
        font-size: 0.36rem;
        color: #ffffff;
        text-align: center;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .pure_middle .text2 {
        padding: 0 0.32rem;
    }
    .text2 {
        margin-bottom: 0;
        margin-top: 0.15rem;
        font-size: 0.14rem;
        color: #ffffff;
        line-height: 0.2rem;
        text-align: center;
    }
    .text3 {
        margin: 0;
        font-size: 0.14rem;
        color: #ffffff;
        line-height: 0.2rem;
        text-align: center;
    }
    .company_six {
        box-sizing: border-box;
        padding: 0.48rem 0;
        height: 0.32rem;
        text-align: center;
        display: block;
        height: 2.6rem;
    }
    h2 {
        color: #28334b;
        font-weight: 400;
        font-size: 0.24rem;
        line-height: 0.36rem;
        letter-spacing: 1px;
        margin: 0;
    }
    .com_logo {
        display: flex;
        justify-content: center;
        margin-top: 0.16rem;
        flex-wrap: wrap;
    }
    .com_logo img {
        width: 1.2rem;
        height: 0.56rem;
    }
    .why {
        box-sizing: border-box;
        text-align: center;
        padding: 0.48rem 0;
        display: block;
        height: 1.32rem;
        background: linear-gradient( 53deg, rgba(54, 187, 206, 1) 0%, rgba(90, 43, 175, 1) 100%);
    }
    .h2_why {
        font-weight: 400;
        color: #ffffff;
        line-height: 0.36rem;
        letter-spacing: 1px;
        font-size: 0.24rem;
    }
    .cooperation {
        background: #f6f7fc;
        padding: 0.48rem 0.32rem;
        text-align: center;
        box-sizing: border-box;
        font-size: 0;
    }
    .text_p {
        line-height: 0.2rem;
        color: #62778c;
        font-size: 0.14rem;
        margin: 0;
        margin-top: 0.08rem;
        z-index: 10000;
    }
    .bgcop {
        width: 3.26rem;
        height: 2.26rem;
        margin-top: 0.4rem;
    }
    .more_clue {
        height: 6.02rem;
        box-sizing: border-box;
        padding: 0.48rem 0;
        background: #ffffff;
        text-align: center;
        display: block;
    }
    .interaction {
        margin-top: 0.4rem;
        display: flex;
        justify-content: center;
    }
    .swiper_int {
        margin-top: 0.16rem;
    }
    .swiper_int img {
        width: 3rem;
        height: 2.58rem;
    }
    .inter_left {
        margin-right: 0.24rem;
    }
    .co_item {
        box-sizing: border-box;
        padding: 0.16rem;
        width: 3.6rem;
        height: 1.04rem;
        border-radius: 2px;
        border: 1px solid #d3d9e0;
        background: rgba(255, 255, 255, 1);
    }
    .text_con {
        text-align: left;
        line-height: 0.2rem;
        color: #62778c;
        font-size: 0.14rem;
        margin: 0;
    }
    h3 {
        margin: 0;
        font-size: 0.16rem;
        font-weight: 400;
        line-height: 0.24rem;
        color: #28334b;
        margin-bottom: 0.08rem;
    }
    .inter_right img {
        width: 3rem;
        height: 2.58rem;
        background: #f6f7fc;
    }
    .co_item_active {
        border: 2px solid #3b99fc;
    }
    .price {
        background: #070a2f;
        margin: 0 auto;
        color: #ffffff;
        text-align: center;
        display: block;
        padding: 0.48rem 0.32rem;
    }
    .middle_btn {
        font-size: 0.16rem;
        line-height: 0.44rem;
        margin: 0 auto;
        text-decoration: none;
        /* display: block; */
        width: 1.97rem;
        height: 0.44rem;
        background: #3b99fc;
        border-radius: 2px;
        color: #ffffff;
    }
    /* 按钮点击 */
    .top_resign:hover {
        background: #4eb1fd;
    }
    .top_resign:active {
        background: #127fdc;
    }
    .middle_btn:hover {
        background: #4eb1fd;
    }
    .middle_btn:active {
        background: #127fdc;
    }
    .business {
        padding: 0.48rem 0.24rem;
        background: #ffffff;
        text-align: center;
    }
    .bus_con {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .pri_item {
        margin-top: 0.4rem;
    }
    .pri_img {
        width: 1.2rem;
        height: 1.2rem;
    }
    .comment {
        padding: 0.48rem 0.16rem;
        background: #f6f7fc;
        text-align: center;
    }
    .comment_con {
        text-align: left;
        margin-top: 0.4rem;
        padding: 0 0.08rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: baseline;
    }
    .com_item {
        box-sizing: border-box;
        background: #ffffff;
        padding: 0.16rem;
        border: 1px solid #d3d9e0;
        width: 2.24rem;
    }
    .com_text {
        text-align: left;
        font-size: 0.13rem;
    }
    .com_person {
        text-align: left;
        margin-top: 0.16rem;
        color: #62778c;
        font-size: 0.12rem;
    }
    /* swiper1 */
    .phone_int {
        margin-top: 0.4rem;
        position: relative;
        z-index: 1;
    }
    .swiper1 {
        width: 3rem;
        height: 3.47rem;
    }
    .phone_int img {
        width: 3rem;
        height: 2.58rem;
        position: absolute;
        left: 0;
        background: #f6f7fc;
        border: 1px solid #d3d9e0;
        box-sizing: border-box;
    }
    .swiper-container {
        position: initial;
    }
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: -0.6rem !important;
        position: absolute;
    }
    .swiper-container {
        position: unset !important;
    }
     :root {
        --swiper-theme-color: #070a2f !important;
    }
    /* swiper2 */
    .swiper2 {
        height: 2.65rem;
    }
    .phone_business {
        position: relative;
    }
    .pri_item {
        position: absolute;
        left: 0;
        height: 2.2rem;
    }
    .phone_business .swiper-container {
        margin: 0;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.08rem;
    }
    .phone_comment1 {
        display: flex;
        overflow: auto;
        overflow: -moz-scrollbars-none;
        overflow: -moz-scrollbars-none;
        margin-top: 0.4rem;
    }
    .phone_comment1::-webkit-scrollbar {
        display: none;
    }
    .phone_comment1 .com_item {
        width: 2.24rem;
        align-self: baseline;
        margin-right: 0.16rem;
        flex-shrink: 0;
    }
    .b_line1 {
        position: relative;
    }
    .svg1 {
        position: absolute;
        left: 0;
        top: 0.48rem;
    }
    .b_line2 {
        position: relative;
    }
    .svg2 {
        position: absolute;
        left: 0;
        top: 0.32rem;
    }
    .b_line3 {
        position: relative;
    }
    .svg3 {
        position: absolute;
        left: 0;
        top: 0.32rem;
    }
    .tel_p {
        padding: 0 0.24rem;
    }
    .b_line4 {
        position: relative;
    }
    .svg4 {
        position: absolute;
        left: -0.2rem;
        top: 0.32rem;
    }
    .b_line5 {
        position: relative;
    }
    .svg5 {
        position: absolute;
        left: 0;
        top: 0.32rem;
    }
    .b_line6 {
        position: relative;
    }
    .svg6 {
        position: absolute;
        left: 0;
        top: 0.32rem;
    }
    .page_footer {
        background: #ffd300;
        width: 100%;
        height: 4.97rem;
        position: relative;
    }
    .per_photo {
        width: 1.8rem;
        height: 2.38rem;
        position: absolute;
        left: 1.15rem;
        top: 2.04rem;
    }
    .ppcon {
        text-align: center;
        position: absolute;
        left: 0.16rem;
        top: 0.48rem;
        width: 3.43rem;
        height: 2.73rem;
        z-index: 100;
    }
    .pp_text1 {
        z-index: 10000;
        position: absolute;
        line-height: 0.36rem;
        font-size: 0.24rem;
        color: #28334b;
        letter-spacing: 1px;
        width: 3.27rem;
        height: 0.72rem;
        left: 0;
        top: 0.3rem;
    }
    .pp_text2 {
        left: 0.6rem;
        z-index: 10000;
        top: 0.86rem;
        position: absolute;
        line-height: 0.36rem;
        font-size: 0.24rem;
        color: #28334b;
        letter-spacing: 1px;
    }
    .bg_pp {
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
        width: 3.43rem;
        height: 2.73rem;
    }
    .bgppbor {
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
        width: 3.44rem;
        height: 2.74rem;
    }
    .bottom_btn {
        width: 1.97rem;
        height: 0.44rem;
        background: #3b99fc;
        border-radius: 2px;
        position: absolute;
        top: 1.26rem;
        left: 0.73rem;
        text-align: center;
        line-height: 0.44rem;
        color: #ffffff;
        font-size: 0.16rem;
        z-index: 100000;
        text-decoration: none;
    }
    .bg_pp {
        width: 100%;
    }
    .bgppbor {
        width: 100%;
    }
    svg {
        width: 100%;
    }
    svg path {
        width: 100%;
    }
    .pp_name {
        position: absolute;
        top: 3.89rem;
        right: 0.26rem;
        width: 0.67rem;
        height: 0.28rem;
    }
    .ppcon::before {
        content: "销外 BD 副总裁";
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        color: #28334b;
        position: absolute;
        top: 4.19rem;
        right: 0.04rem;
        width: 0.9rem;
        z-index: 1000000;
    }
    /* .fix-bottom {
    height: 0.44rem;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #ffffff;
    display: flex;
    margin: 0;
    padding: 0;
  } */
    .fix-bottom {
        margin: 0;
        padding: 0;
        height: 0.48rem;
        width: 100%;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        display: flex;
        font-size: 0.1rem;
        background-color: #ffffff;
        align-items: center;
        box-shadow: 0 0 0 1px #e1e4e6;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fix-bottom li {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        /* width: 1.25rem; */
        display: flex;
        /* box-sizing: border-box; */
        /* flex-direction: column; */
        height: 0.48rem;
        text-align: center;
        align-items: center;
        color: #62778c;
        cursor: pointer;
        font-size: 0.16rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #28334b;
        border-top: 3px solid #ffff !important;
        box-shadow: 0px 3px 0px 0px #d8dfea;
    }
    .fix-bottom .active {
        background-color: #fff;
        border-top: 3px solid #218bfc !important;
        color: #218bfc !important;
    }
    /* .fix-bottom li:hover */
    .fix-bottom li img {
        width: 0.24rem;
        height: 0.24rem;
        margin-top: 0.03rem;
    }
    .fix-bottom li p {
        font-size: 0.16rem;
    }
    .consult {
        width: 0.48rem;
        height: 0.48rem;
        background: #ffffff;
        box-shadow: 0px 0px 6px 0px rgba(40, 51, 75, 0.4);
        border-radius: 50%;
        position: fixed;
        bottom: 0.64rem;
        right: 0.16rem;
        display: block;
        z-index: 125;
    }
    .consult img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0.21rem;
        height: 0.21rem;
        /* background-color: red; */
    }
    .consult div {
        width: 0.16rem;
        height: 0.16rem;
        border-radius: 50%;
        background: #ff311a;
        position: absolute;
        text-align: center;
        line-height: 0.14rem;
        top: -0.02rem;
        right: -0.02rem;
        font-size: 0.1rem;
        display: none;
        color: white;
    }
    /* .fix-bottom {
    margin: 0;
    padding: 0;
    height: 0.48rem;
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    display: flex;
    font-size: 0.1rem;
    background-color: #ffffff;
    align-items: center;
    box-shadow: 0 0 0 1px #e1e4e6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fix-bottom > li {
    list-style: none;
  }
  .consult div {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: #ff311a;
    position: absolute;
    text-align: center;
    line-height: 0.14rem;
    top: 0.04rem;
    left: 0.82rem;
    font-size: 0.1rem;
    display: none;
  } */
    .money {
        width: 0.8rem;
        height: 0.44rem;
        position: relative;
        color: #28334b;
        text-align: center;
        border-top: 1px solid #d3d9e0;
        border-right: 1px solid #d3d9e0;
        font-size: 0.1rem;
    }
    .phone_call {
        width: 0.8rem;
        height: 0.44rem;
        position: relative;
        color: #28334b;
        text-align: center;
        border-top: 1px solid #d3d9e0;
        box-shadow: 0px 1px 0px 0px #d3d9e0;
        font-size: 0.1rem;
    }
    .phone_call>a {
        text-decoration: none;
        color: #28334b;
    }
    .moneyimg {
        width: 0.24rem;
        height: 0.24rem;
        display: block;
        margin-top: 0.04rem;
        margin-left: 0.28rem;
    }
    .callimg {
        width: 0.24rem;
        height: 0.24rem;
        display: block;
        margin-top: 0.04rem;
        margin-left: 0.28rem;
    }
    .avaimg {
        width: 0.24rem;
        height: 0.24rem;
        position: absolute;
        left: 0.68rem;
        top: 0.1rem;
    }
    .conspan {
        position: absolute;
        font-size: 0.12rem;
        top: 0.13rem;
        left: 0.96rem;
        width: 0.51rem;
        height: 0.18rem;
    }
    .advertising_phone {
        display: none;
    }
    /* 侧边栏 投诉举报 样式*/
    .sidebar{
        display: none;
    }
    .ic_complain{
        width: 0.48rem;
        height: 0.48rem;
        background: #ffffff;
        box-shadow: 0px 0px 6px 0px rgb(40 51 75 / 40%);
        border-radius: 50%;
        position: fixed;
        bottom: 1.2rem;
        right: 0.16rem;
        display: block;
        z-index: 9999;
    }
    .ic_complain img{
        display: none;
    }
    .ic_complain span{
        display: block;
        width: 26px;
        height: 28px;
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        padding-top: 0.10rem;
        padding-left: 0.10rem;
        text-align: center;
        color: #FC1717;
        line-height: 14px;
    }
}