@media screen and (max-width:1000px) {
    html,
    body {
        width: 100%;
        min-width: 100% !important;
    }
    .img-main .play {
        width: 0.5rem;
        height: 0.5rem;
        margin-left: -0.25rem;
        margin-top: -0.25rem;
    }
    div::-webkit-scrollbar,
    ul::-webkit-scrollbar {
        height: 0 !important;
        width: 0 !important;
        background-color: transparent;
        display: none;
    }
    .first-screen .image-view h6 {
        display: none;
    }
    .content-introdcue .view .header::-webkit-scrollbar,
    .move-div::-webkit-scrollbar,
    .service-view .ip-box .right .title::-webkit-scrollbar,
    .right .center>div .line::-webkit-scrollbar,
    .value-driven .right .center ul::-webkit-scrollbar {
        height: 0 !important;
        width: 0 !important;
        background-color: transparent;
        display: none;
    }
    .content-introdcue .view .header,
    .move-div,
    .service-view .ip-box .right .title,
    .right .center>div .line,
    .value-driven .right .center ul {
        -ms-overflow-style: none;
    }
    .content-introdcue .view .header,
    .move-div,
    .service-view .ip-box .right .title,
    .right .center>div .line,
    .value-driven .right .center ul {
        overflow: -moz-scrollbars-none;
    }
    div::-webkit-scrollbar-track,
    ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 2px;
        background-color: #fff;
    }
    .focus-insight .icon {
        display: none!important;
    }
    .info_link_pc {
        display: none;
    }
    .info_link_mobile {
        display: flex;
    }
    .info_link_mobile {
        height: 0.63rem;
    }
    .info_link .round-view {
        width: 0.3rem;
        margin-left: -0.3rem;
    }
    .text-view {
        height: 0.63rem;
    }
    .text-view a {
        line-height: 0.26rem;
        font-size: 0.2rem;
        padding: 0.07rem 0.12rem;
        display: block;
        text-align: justify;
        text-align-last: justify;
        text-justify: inter-ideograph;
    }
    .info_link span {
        width: 0.12rem;
        height: 0.12rem;
    }
    .info_link span i {
        width: 0.12rem;
        height: 0.12rem;
    }
    /* first-screen -start-*/
    .first-screen {
        width: 100%;
        min-width: 100%;
        height: calc(4.24rem + 166px);
        /* height: calc(3.584rem); */
        font-size: initial;
        display: block;
        justify-content: center;
        align-items: center;
        background: #ff0000;
    }
    .first-screen .image-view {
        height: 100%;
        padding: 0;
        background: url('consultation-bg.png') no-repeat;
        background-size: 100% 100%;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .first-screen .image-view h4 {
        font-size: 0.38rem;
        color: #fff;
        width: 84%;
        margin: 0 auto;
        margin-bottom: 0.17rem;
        position: relative;
        font-family: 'PingFangSC-Regular';
        line-height: 0.43rem;
        display: block;
    }
    .first-screen .image-view h1 {
        font-size: 0.36rem;
        color: #fff;
        margin: 0 auto 0.14rem;
        width: 84%;
        font-family: 'PingFangSC-Regular';
    }
    .first-screen .image-view h4 span {
        position: absolute;
        right: 0;
        font-size: 0.1rem;
        top: 0;
        color: #ffffff;
        line-height: 1;
        cursor: auto;
        margin-left: 0;
    }
    .first-screen .image-view h6 {
        font-size: 0.19rem;
        color: #fff;
        width: 84%;
        margin: 0 auto;
    }
    .first-screen .bottom.pc {
        display: none;
    }
    .tenCenter {
        display: block;
        padding: 0 0.17rem;
        width: 100%;
        margin-top: 1.87rem;
    }
    .tenCenter h3 {
        font-size: 0.4rem;
        line-height: 0.48rem;
        font-weight: normal;
        color: #222222;
        font-family: 'PingFangSC-Regular', 'Microsoft YaHei';
        text-align: center;
    }
    .tenCenter a.alert {
        width: 0.3rem;
        height: 0.3rem;
        background: url(mobile_desc.png) center center no-repeat;
        background-size: 100% auto;
        margin: 0.2rem auto;
        display: block;
    }
    .tenCenter ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .tenCenter ul li {
        width: calc((100% - 0.68rem)/5);
        height: 1.08rem;
        padding-top: 0;
        background: #FF1240;
        margin-right: 0.17rem;
        margin-top: 0.17rem;
        max-width: 50%;
        min-width: 10px;
        border-radius: 0.09rem;
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tenCenter ul li a {
        font-size: 0.27rem;
        line-height: 0.33rem;
        color: #ffffff;
        font-weight: normal;
        text-decoration: none;
        font-family: 'PingFangSC-Regular', 'Microsoft YaHei';
    }
    .tenCenter ul li:nth-of-type(5n) {
        margin-right: 0;
    }
    .tenCenter ul li:nth-child(2) {
        background: #FF7212;
    }
    .tenCenter ul li:nth-child(3) {
        background: #FC9C12;
    }
    .tenCenter ul li:nth-child(4) {
        background: #F5BA1E;
    }
    .tenCenter ul li:nth-child(5) {
        background: #C8DC19;
    }
    .tenCenter ul li:nth-child(6) {
        background: #68E4EA;
    }
    .tenCenter ul li:nth-child(7) {
        background: #2FB5EA;
    }
    .tenCenter ul li:nth-child(8) {
        background: #1772E0;
    }
    .tenCenter ul li:nth-child(9) {
        background: #3434CE;
    }
    .tenCenter ul li:nth-child(10) {
        background: #9626ED;
    }
    .first-screen .image-view ul {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -1.36rem;
        height: auto;
        background: #F2F4F6;
        flex-wrap: wrap;
    }
    .first-screen .image-view ul li {
        padding-top: 0;
        position: relative;
    }
    .first-screen .image-view li:hover .first-screen-div,
    .first-screen .image-view li:hover .img-main {
        transform: translate(0);
    }
    .first-screen .image-view ul li .img-main img {
        display: none;
    }
    .first-screen .image-view ul li::before {
        content: '';
        width: 0;
        display: block;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: -1px;
        transform: translate(-50%, 0);
        background: #ff0000;
        z-index: 11;
    }
    .first-screen .image-view ul li:nth-of-type(3) {
        width: 50%;
        /* height: calc(0.68rem + 1px); */
        /* border-top: 1px solid #ffffff; */
    }
    .first-screen .image-view ul li:nth-of-type(2) {
        border-right: 0 none;
    }
    .first-screen .image-view ul li:nth-of-type(4) {
        width: 50%;
        /* height: calc(0.68rem + 1px); */
        /* border-top: 1px solid #ffffff; */
    }
    .first-screen .image-view ul li:nth-of-type(3)::before,
    .first-screen .image-view ul li:nth-of-type(4)::before {
        bottom: -1px;
    }
    .first-screen .image-view ul li p,
    .first-screen .image-view ul li h6 {
        display: none;
    }
    .first-screen .image-view ul li {
        width: auto;
        padding: 0.2rem 0.26rem;
        transition: all 0s ease-in;
        height: 0.68rem;
    }
    .mo-white-160 {
        margin-bottom: 0.14rem;
        display: block!important;
    }
    .mo-white-160 iframe {
        display: block!important;
        position: static!important;
        left: 0!important;
        transform: translate(0)!important;
        margin: 0 auto;
    }
    .first-screen .image-view ul li {
        width: 50%;
        padding: 0.2rem 0;
        text-align: center;
    }
    .first-screen .image-view ul li {
        border-right: 1px solid #ffffff;
        transition: all 0.3s ease;
        border-bottom: 1px solid #ffffff;
    }
    .first-screen .image-view ul li:last-child {
        border-right: 0;
    }
    .first-screen .image-view ul li .first-screen-div {
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        height: 100%;
    }
    .first-screen .image-view ul li .first-screen-div h3 {
        font-size: 0.24rem;
        display: flex;
        align-items: flex-start;
        height: 100%;
        justify-content: center;
    }
    .first-screen .image-view ul li .first-screen-div h3 p {
        font-size: 0.24rem;
        line-height: 0.3rem;
        display: flex;
        align-items: flex-start;
        transition: all 0.5s ease-in;
        height: auto;
        color: #222222!important;
    }
    .first-screen .image-view ul li .first-screen-div h3 p.p4 {
        display: block;
        font-family: 'PingFangSC-Regular';
        display: none;
    }
    .first-screen .image-view ul li .first-screen-div h3 p.p-all {
        display: block;
        width: auto;
        font-family: 'PingFangSC-Regular';
    }
    .first-screen .image-view ul li .first-screen-div h3 span {
        display: none;
    }
    .first-screen .image-view ul li.active .first-screen-div h3 p.p-all {
        width: auto;
        display: block;
    }
    .first-screen .image-view ul li.active .first-screen-div h3 p.p4 {
        display: none!important;
        width: 0;
    }
    .first-screen .image-view ul li.active .first-screen-div h3 span {
        display: block;
    }
    .first-screen .image-view ul li .first-screen-div h3 span {
        font-size: 0.1rem;
        position: static;
        padding: 0;
        padding-left: 2px;
        color: #222222!important;
        cursor: auto;
        line-height: 1;
        display: block!important;
    }
    .first-screen img {
        display: none;
    }
    /* .first-screen .image-view ul li .img-main {
        display: none;
    } */
    .first-screen .image-view ul li.active .img-main {
        width: 0;
        height: 2px;
        background: #ff0000;
        opacity: 0;
    }
    .first-screen .image-view ul li.active:before {
        width: 100%;
        transition: all 0.2s ease;
        /* animation: slideInRight 5s linear;
        -webkit-animation: slideInRight 5s linear;
        -moz-animation: slideInRight 5s linear;
        -o-animation: slideInRight 5s linear; */
    }
    .floorMain {
        width: 100%;
    }
    .focus-insight {
        min-width: 100%;
        width: 100%;
        height: 6.14rem;
        padding-top: 0.56rem;
        margin-bottom: 0.34rem;
    }
    .focus-insight .title {
        width: 84%;
        font-size: 0.64rem;
        letter-spacing: 4px;
        margin-top: 0;
    }
    .focus-insight .title span {
        font-size: 0.3rem;
        line-height: 0.42rem;
        margin-top: 0.06rem;
        font-family: 'PingFangSC-Regular';
    }
    .focus-insight .title span em {
        display: none;
    }
    .focus-insight .number-box {
        width: 84%;
        flex-wrap: wrap;
        margin: 0.41rem auto 0;
    }
    .focus-insight .number-box li {
        width: 2.39rem;
        height: 1.54rem;
        background: #ffffff;
        padding: 0.1rem 0.18rem 0.2rem 0.24rem;
        border-radius: 0.17rem;
        -webkit-border-radius: 0.17rem;
        -moz-border-radius: 0.17rem;
        -o-border-radius: 0.17rem;
    }
    .focus-insight .number-box li {
        margin-bottom: 0.26rem;
    }
    .focus-insight .number-box li p.mobile-p {
        display: block;
        margin-top: 0.14rem;
    }
    .focus-insight .number-box li p.mobile-p a {
        font-size: 0.22rem;
        color: #222222;
        line-height: 0.3rem;
        text-decoration: none;
        display: block;
        display: flex;
        justify-content: flex-start;
        line-height: 0.24rem;
    }
    .focus-insight .number-box li p.pc-p {
        display: none;
    }
    .focus-insight .number-box li p {
        text-align: left;
        position: relative;
    }
    .focus-insight .number-box li p:nth-child(1) span {
        font-size: 0.3rem!important;
        color: #222222;
    }
    .focus-insight .number-box li:nth-of-type(4) p:nth-child(1) span {
        font-size: 0.2rem!important;
    }
    .focus-insight .number-box li p:nth-child(1) {
        font-size: 0.4rem;
        color: #222222;
    }
    .focus-insight .number-box li p:nth-child(2) {
        font-size: 0.2rem;
        color: #222222;
        display: flex;
        align-items: flex-start;
    }
    .focus-insight .number-box li a {
        text-decoration: none;
    }
    .focus-insight .number-box li p:nth-child(2) span {
        font-size: 0.1rem;
        position: static;
        padding-left: 2px;
        cursor: auto;
    }
    .focus-insight .number-box li .pc {
        display: none;
    }
    .focus-insight .number-box li .mo {
        display: block;
    }
    .focus-insight .number-box li p:nth-child(2) span:hover {
        color: rgb(34, 34, 34);
    }
    .focus-insight .number-box li a:link p.p-mo i {
        background-color: #FF1240;
    }
    .focus-insight .number-box li a:hover p.p-mo i {
        background-color: #2C7DFF;
    }
    .focus-insight .number-box li p.p-pc {
        display: none;
    }
    .focus-insight .number-box li p.p-mo {
        display: block;
        font-size: 0.22rem;
        color: #222222;
    }
    .focus-insight .number-box li p.p-mo {
        font-size: 0.22rem;
        color: #222222;
        margin-top: 0.1rem;
    }
    .focus-insight .number-box li p.p-mo {
        display: flex;
        align-items: center;
        width: 100%;
        text-decoration: none;
        color: #222222;
        font-size: 0.22rem;
    }
    .focus-insight .number-box li p.p-mo i {
        height: 0.24rem;
        width: 0.24rem;
        line-height: 0.24rem;
        text-align: center;
        display: block;
        font-style: normal;
        margin-right: 0.1rem;
        border-radius: 50%;
        background: #FF1240 url('mobile_right-point.png') 40% center no-repeat;
        background-size: 50% auto;
        color: #ffffff;
        font-size: 0.16rem;
        font-weight: bolder;
    }
    .activity-dah-logo {
        display: none;
    }
    .focus-insight .city-list {
        display: none;
    }
    .left-box {
        display: none!important;
    }
    .floorMain {
        margin-top: 0.51rem;
    }
    /* content-introdcue*/
    .content-introdcue {
        width: 100%;
        min-width: 100%;
    }
    .content-introdcue .view .title,
    .ip-box .ip-view,
    .ip-box .ip-view .left {
        width: 100%;
        margin-left: 0;
        display: block;
    }
    .content-introdcue .view .title-1 .left,
    .content-introdcue .view .title-2 .left,
    .content-introdcue .view .title-3 .left {
        width: 1.09rem;
        height: 1.09rem;
        margin: 0 auto;
        background-size: cover;
    }
    .content-introdcue .view .title-1 .left {
        background: url('title-1.png')no-repeat center center;
        background-size: 100% auto;
    }
    .content-introdcue .view .title-3 .left {
        background: url('title-2.png')no-repeat center center;
        background-size: 100% auto;
    }
    .content-introdcue .view .title-2 .left {
        background: url('title-3.png')no-repeat center center;
        background-size: 100% auto;
    }
    .value-driven .box .title-5>p {
        background: url('mtitle-5.png')no-repeat center center;
        background-size: 100% auto;
    }
    .content-introdcue .view .title .right,
    .ip-box .ip-view .right {
        width: 100%;
        display: block;
        /* padding-bottom: 0.17rem; */
    }
    .content-introdcue .view .title .right .top,
    .ip-box .ip-view .right .top {
        margin-top: 0.3rem;
        justify-content: center;
        flex-wrap: wrap;
    }
    .content-introdcue .view .title .right .top span:nth-child(1) {
        width: 100%;
        text-align: center;
        font-size: 0.27rem;
        display: block;
        line-height: 0.3rem;
        font-family: 'PingFangSC-Regular';
    }
    .content-introdcue .view .title .right .top a.mobile-a {
        display: block;
        text-align: center;
        width: 0.19rem;
        height: 0.19rem;
        margin-bottom: 0;
        cursor: pointer;
        margin-top: 0.12rem;
    }
    .content-introdcue .view .title .right .top a.mobile-a img {
        width: 100%;
        display: block;
    }
    .content-introdcue .view .title .right .top a.pc-a {
        display: none;
    }
    .content-introdcue .view .title .right .bottom {
        display: none;
    }
    .content-introdcue .view .tab-view {
        width: 100%;
        padding: 0.24rem 0.17rem 0;
        margin: 0;
        position: relative;
    }
    .content-introdcue .view .header a {
        display: none;
    }
    .content-introdcue .view .header {
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: auto;
        height: auto;
        padding-bottom: 0.17rem;
        cursor: grab;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .header-right {
        position: absolute;
        right: 0.17rem;
        top: 0.24rem;
        height: 0.42rem;
        width: 0.18rem;
        display: block;
        background: #ffffff url(mobile_point_black.png) left center no-repeat;
        background-size: 0.14rem auto;
        box-shadow: 0rem 0rem 0.13rem 0.12rem rgba(255, 255, 255, 1);
    }
    .content-introdcue .view .header ul {
        white-space: nowrap;
        justify-content: center;
    }
    .content-introdcue .view .header>ul li {
        font-size: 0.25rem;
        color: #222222;
        line-height: 0.32rem;
        padding: 0.05rem 0.17rem;
        border-radius: 0.2rem;
        /* border: 1px solid #ffffff; */
        height: auto;
        cursor: inherit;
    }
    .content-introdcue .view .header>ul li:last-child {
        padding-right: 0.5rem;
    }
    .content-introdcue .view .header>ul li.active {
        background: #FF1240;
        color: #ffffff;
        border-radius: 0.21rem;
        height: auto;
    }
    .content-introdcue .view .content {
        margin-top: 0;
        height: auto;
    }
    .content-introdcue .view .content .arrow-img.arrow-img-left,
    .content-introdcue .view .content .arrow-img.arrow-img-right {
        display: none;
    }
    .content-introdcue .view .content>.move-div {
        height: 6.78rem;
        overflow: auto;
        border-radius: 0.17rem;
        overflow-x: hidden;
        -webkit-overflow-scrolling: auto;
        -webkit-transform: rotate(0deg);
    }
    .content-introdcue .view .content ul {
        /* height: ; */
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .content-introdcue .view .content li:first-child {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .content-introdcue .view .content li:first-child .img-main {
        width: 6.06rem;
        height: 3.41rem;
    }
    .content-introdcue .view .content li:first-child .img-main img {
        width: 6.06rem;
        height: 3.41rem;
        object-fit: cover;
    }
    .content-introdcue .view .content li {
        margin-right: 0;
        height: auto;
        margin-top: 0.17rem;
        width: 49%;
        box-shadow: none;
        background: #F5F5F5;
    }
    .content-introdcue .view .content li:hover {
        box-shadow: none;
    }
    .content-introdcue .view .content li:nth-of-type(2n) {
        margin-right: 2%;
    }
    .content-introdcue .view .content li .title-box {
        padding: 0;
        margin: 0;
        display: block;
        line-height: 0.24rem;
        height: auto;
        padding-top: 0;
        width: 100%;
    }
    .content-introdcue .view .content li .title-box p {
        font-size: 0.2rem;
        text-align: center;
        display: block;
        line-height: 0.24rem;
        padding: 0.13rem 0.17rem;
        font-family: 'PingFangSC-Regular';
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .content-introdcue .view .content li .title-box p:nth-of-type(2),
    .content-introdcue .view .content li:first-child .title-box p:nth-of-type(2) {
        display: none;
    }
    .content-introdcue .view .content li .desc,
    .content-introdcue .view .bottom-box li .desc {
        display: none;
    }
    .content-introdcue .view .content li .img-main,
    .content-introdcue .view .bottom-box li .img-main {
        /* width: 2.95rem; */
        width: 100%;
        height: 1.66rem;
        overflow: hidden;
    }
    .content-introdcue .view .bottom-box li .img-main img {
        width: 2.95rem;
        height: 1.66rem;
        object-fit: cover;
    }
    .content-introdcue .view .content li .shadow-img {
        display: none!important;
    }
    .content-introdcue .view .content li:first-child .title-box {
        padding: 0;
        margin: 0;
        padding-top: 0.22rem;
        display: block;
        height: 0.5rem;
        line-height: 0.24rem;
    }
    .content-introdcue .view .content li:first-child .title-box p {
        font-size: 0.24rem;
        text-align: center;
        display: block;
        line-height: 0.3rem;
        padding: 0;
        font-family: 'PingFangSC-Regular';
    }
    .content-introdcue .view .content li:first-child .desc {
        font-size: 0.2rem;
        line-height: 0.24rem;
        text-align: center;
        margin-top: 0.04rem;
        padding-bottom: 0.24rem;
        display: block;
        font-family: 'PingFangSC-Regular';
    }
    .content-introdcue .view .content li .img-main img {
        width: 2.95rem;
        height: 1.66rem;
    }
    .content-introdcue>div {
        background: #ffffff;
        padding: 0.34rem 0;
    }
    /*-- service view --*/
    .service-view .service-title {
        width: 100%;
        margin-left: 0;
        display: block;
    }
    .service-view .service-title .right {
        width: 100%;
        display: block;
        padding-right: 0;
    }
    .service-view .service-list-view {
        margin-left: 0;
        width: 100%;
    }
    .service-view .title-4 .left {
        background-image: url('mobile-solution.svg');
        width: 3.69rem;
        height: 0.55rem;
        margin: 0 auto;
        background-size: 100% auto;
    }
    .service-view .service-title .right div:nth-child(1) {
        font-size: 0.27rem;
        color: #222222;
        margin-top: 0.26rem;
        text-align: center;
    }
    .openModel {
        display: block;
        width: 0.3rem;
        height: 0.3rem;
        background: url('mobile_desc.png') center center no-repeat;
        background-size: 100% auto;
        margin: 0.09rem auto 0;
    }
    .go-bottom.pc-p {
        display: none;
    }
    .focus-insight .number-box li p:nth-child(2) span.go-bottom.mobile-p {
        display: block;
        font-size: 0.1rem;
        position: absolute;
        top: -0.06rem;
        right: 0rem;
        cursor: pointer;
        display: inline-block;
    }
    .focus-insight .number-box li:nth-child(2) p:nth-child(2) span.go-bottom.mobile-p {
        display: block;
        font-size: 0.1rem;
        position: absolute;
        top: -0.06rem;
        right: 0.4rem;
        cursor: pointer;
        display: inline-block;
    }
    .focus-insight .number-box li:nth-child(3) p:nth-child(2) span.go-bottom.mobile-p {
        display: block;
        font-size: 0.1rem;
        position: absolute;
        top: -0.06rem;
        right: 0.2rem;
        cursor: pointer;
        display: inline-block;
    }
    .focus-insight .number-box li:nth-child(4) p:nth-child(2) span.go-bottom.mobile-p {
        display: block;
        font-size: 0.1rem;
        position: absolute;
        top: -0.06rem;
        right: 0rem;
        cursor: pointer;
        display: inline-block;
    }
    .service-view {
        padding: 0.34rem 0.17rem 0.55rem;
        background: #ffffff;
    }
    .service-view .service-title .right .mobile-a {
        display: block;
        text-align: center;
        width: 0.19rem;
        height: 0.19rem;
        cursor: pointer;
        margin: 0.12rem auto 0;
    }
    .service-view .service-title .right .mobile-a img {
        width: 100%;
        display: block;
    }
    .service-view .service-title .right div:last-child {
        display: none;
    }
    .service-view .service-list-view .left p:nth-child(2),
    .service-view .service-list-view .left div,
    .service-view .service-list-view .left a,
    .service-view .ip-box .left p,
    .service-view .ip-box .left div.talkBox,
    .service-view .ip-box .left a {
        display: none;
    }
    .service-view .service-list-view,
    .service-view .ip-box {
        position: relative;
        padding: 0.4rem 0 0;
        background: #ffffff;
        border-bottom: 0 none;
    }
    .service-view .service-list-view .left,
    .service-view .ip-box .left {
        position: absolute;
        left: 0;
        top: 0.4rem;
        width: 1.3rem;
        height: 0.4rem;
        min-height: 0.4rem;
        /* background: #ffffff; */
        overflow: hidden;
    }
    .service-view .service-list-view[i='4'] {
        padding-top: 0.24rem;
    }
    .service-view .service-list-view[i='4'] .left {
        top: 0.24rem;
    }
    .service-view .service-list-view .right,
    .service-view .ip-box .right {
        width: 100%;
        position: relative;
    }
    .service-view .service-list-view .right .header-right {
        right: 0;
        top: 0;
        width: 0.17rem;
    }
    .service-view .service-list-view .left p:nth-child(1),
    .service-view .ip-box .left div,
    .service-view .ip-box .left div span {
        width: 1.3rem;
        line-height: 0.4rem;
        font-size: 0.25rem;
        color: #FF003C;
        height: 100%;
        /* box-shadow: 1px 0px 3px rgb(0, 0, 0, 0.1); */
    }
    .service-view .ip-box .right .box {}
    .service-view .service-list-view .right .tabs-header,
    .service-view .ip-box .right .title {
        width: calc(100% - 1.47rem);
        margin-left: 1.35rem;
        height: auto;
        overflow: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: auto;
        cursor: grab;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .service-view .ip-box .right .title {
        margin-left: 1.16rem;
        width: calc(100% - 1.2rem);
    }
    .service-view .service-list-view .right .tabs-header ul li,
    .service-view .ip-box .right .title ul li {
        font-size: 0.25rem;
        line-height: 0.4rem;
        text-align: center;
        padding: 0 0.17rem;
        border-radius: 0.2rem;
        height: auto;
        cursor: inherit;
    }
    .service-view .service-list-view .right .tabs-header ul li.active,
    .service-view .ip-box .right .title ul li.active {
        background: #FF1240;
        color: #ffffff;
        border-radius: 0.2rem;
    }
    .service-view .service-list-view .right .tabs-header a,
    .service-view .ip-box .right .title a {
        display: none;
    }
    .service-view .service-list-view .right .tabs-header ul,
    .service-view .ip-box .right .title ul {
        white-space: nowrap;
        padding: 0 0.2rem 0 0;
    }
    .service-view .service-list-view .right .tabs-content {
        margin-top: 0.17rem;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1),
    .service-view .ip-box .right .tabs-content.cross-slide .move-div:nth-child(1) {
        margin-top: 0;
        white-space: normal;
        padding: 0;
        -webkit-overflow-scrolling: auto;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-left,
    .service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-right,
    .service-view .ip-box .bottom-box .arrow-img.arrow-img-left,
    .service-view .ip-box .bottom-box .arrow-img.arrow-img-right {
        display: none;
    }
    .content-introdcue .view .content li .img-main img:hover {
        transform: none;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) ul:after,
    .service-view .ip-box .right .tabs-content.cross-slide .move-div:nth-child(1) ul:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) ul li,
    .service-view .ip-box .right .tabs-content.cross-slide .move-div:nth-child(1) ul li {
        float: left;
        width: calc(100% - 4.16rem);
        margin-right: 0;
        margin-top: 0.17rem;
        box-shadow: none;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) ul li:nth-child(1),
    .service-view .ip-box .right .tabs-content.cross-slide .move-div:nth-child(1) ul li:nth-child(1) {
        width: 3.98rem;
        /* height: 2.24rem; */
        margin-right: 0.14rem;
        margin-top: 0;
        overflow: hidden;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) ul li:nth-child(2),
    .service-view .ip-box .right .tabs-content.cross-slide .move-div:nth-child(1) ul li:nth-child(2) {
        margin-top: 0;
        overflow: hidden;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) ul li .img-main {
        width: 1.91rem;
        height: 1.08rem;
        display: block;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) li .img-main img {
        width: 1.91rem;
        height: 1.08rem;
        object-fit: cover;
        display: block;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) li:nth-of-type(1) .img-main {
        width: 3.98rem;
        height: 2.24rem;
        display: block;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) li:nth-of-type(1) .img-main img {
        width: 3.98rem;
        height: 2.24rem;
        object-fit: cover;
        display: block;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) li:nth-of-type(1) .img-main img:hover {
        transform: none;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) li {
        height: auto;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div,
    .service-view .ip-box .bottom-box .move-div {
        height: 3.91rem;
        /* height: 4.85rem; */
        overflow: auto;
        border-radius: 0.17rem;
        overflow-x: hidden;
        -webkit-overflow-scrolling: auto;
        -webkit-transform: rotate(0deg);
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div ul,
    .service-view .ip-box .bottom-box .move-div ul {
        min-height: 3.91rem;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div ul {
        min-height: 4.84rem;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div {
        height: 4.84rem;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div {
        white-space: nowrap;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div.down {
        display: none;
    }
    .service-view .ip-box .bottom-box .move-div ul.down {
        display: none;
    }
    .move-div ul {
        margin-bottom: 0.24rem;
    }
    .move-div ul:last-child {
        margin-bottom: 0;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box p:nth-of-type(2) {
        display: none;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box {
        background: #F5F5F5;
        height: auto;
        display: block;
        padding: 0.11rem 0.05rem 0.08rem;
        height: 0.43rem;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div ul li:nth-child(1) .title-box {
        padding: 0.19rem 0 0;
        height: 0.46rem;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box p {
        font-size: 0.2rem;
        line-height: 0.24rem;
        text-align: center;
        font-family: PingFangSC-Regular;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .desc {
        font-size: 0.2rem;
        text-align: center;
        padding: 0.05rem 0.1rem 0.17rem;
        background: #F5F5F5;
        display: none;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide ul li:nth-child(1) .title-box p {
        font-size: 0.24rem;
        line-height: 0.3rem;
        text-align: center;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide ul li:nth-child(1) .desc {
        display: block;
        white-space: nowrap;
        height: 0.48rem;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) ul li:nth-of-type(3) {}
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) ul li:nth-of-type(n+4) {
        width: 1.91rem;
        margin-right: 0.16rem;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(1) ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .ip-box {
        min-width: 100%;
    }
    .ip-box .bottom-box {
        width: 100%;
        margin: 0;
        overflow: auto;
        margin-top: 0.17rem;
    }
    .ip-box .bottom-box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ip-box .bottom-box ul li {
        float: left;
        /* width: 1.9rem; */
        margin-right: 0;
        margin-top: 0.17rem;
        width: calc(33.333% - 0.12rem);
        height: auto;
        background: #f5f5f5;
        overflow: hidden;
        box-shadow: none;
    }
    .ip-box .bottom-box ul li:nth-of-type(1) {
        background: none;
    }
    .ip-box .bottom-box ul li a {
        display: block;
    }
    .ip-box .bottom-box ul li a .img-main {
        display: block;
        width: 1.91rem;
        height: 1.08rem;
    }
    .ip-box .bottom-box li img {
        width: 1.91rem;
        height: 1.08rem;
        object-fit: cover;
    }
    .ip-box .bottom-box ul li a .title-box {
        display: flex;
        justify-content: center;
        padding: 0.1rem 0.19rem;
        white-space: nowrap;
        flex-direction: row;
        margin-top: 0;
        height: auto;
    }
    .ip-box .bottom-box ul li a .title-box p {
        font-size: 0.2rem;
        line-height: 0.24rem;
        font-family: 'PingFangSC-Regular';
        height: 0.24rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .ip-box .bottom-box ul li a .title-box p:nth-of-type(2) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ip-box .bottom-box li .desc {
        display: none;
    }
    .ip-box .bottom-box ul li:nth-of-type(2) {
        margin-right: 0.17rem;
    }
    .ip-box .bottom-box ul li.oneBox {
        width: 100%;
        height: auto;
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        box-shadow: 0 0 0px 0 #cccccc;
    }
    .ip-box .bottom-box ul li.oneBox a {
        display: block;
        width: 65.5%;
        border-radius: 0.17rem 0 0 0;
        overflow: hidden;
    }
    .ip-box .bottom-box ul li.oneBox .right-text {
        width: 31.5%;
        height: auto;
        background: #FF9C20;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 0.17rem 0 0;
    }
    .ip-box .bottom-box ul li.oneBox .right-text p {
        color: #ffffff;
        font-size: 0.34rem;
        font-family: 'PingFangSC-Regular';
        line-height: 0.4rem;
    }
    .ip-box .bottom-box li.oneBox .img-main {
        width: 3.98rem;
        height: 2.24rem;
        background: #000;
    }
    .ip-box .bottom-box li.oneBox .img-main img {
        width: 3.98rem;
        height: 2.24rem;
        object-fit: cover;
    }
    .ip-box .bottom-box li.oneBox .img-main img:hover {
        transform: none;
    }
    .ip-box .bottom-box ul li:nth-of-type(n+2) {
        margin-right: 0.17rem;
    }
    .ip-box .bottom-box ul li:nth-of-type(3n+1) {
        margin-right: 0rem;
    }
    .ip-box .bottom-box .move-div {
        white-space: normal;
    }
    /* value-driven*/
    .value-driven {
        height: auto;
    }
    .value-driven .view {
        min-width: 100%;
        width: 100%;
    }
    .value-driven .box {
        width: 100%;
        margin-left: 0px;
        padding: 0;
        flex-wrap: wrap;
        padding: 0.68rem 0.17rem;
    }
    .value-driven .box .left {
        width: 100%;
        height: 1.09rem;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        flex: none;
    }
    .value-driven .box .title-5>p {
        width: 1.09rem;
        height: 1.09rem;
        background-size: auto 100%;
    }
    .value-driven .box .right {
        width: 100%;
        padding-left: 0;
        flex: none;
    }
    .value-driven .box .right .title {
        margin-top: 0.26rem;
        display: block;
    }
    .value-driven .box .right .title span {
        font-size: 0.27rem;
        color: #ffffff;
        text-align: center;
        width: 100%;
        line-height: 0.38rem;
        display: block;
    }
    .value-driven .box .right .title a,
    .content-introdcue .view .title .right .top a:nth-child(2) {
        margin: 0.12rem 0 0.1rem;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-decoration: none;
        text-indent: -9999px;
        display: block;
        width: 100%;
        height: 0.2rem;
        position: relative;
    }
    .value-driven .box .right .title a img,
    .content-introdcue .view .title .right .top a:nth-child(2) img {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -9px;
        display: block;
        opacity: 0;
        width: 100%;
        height: 100%;
    }
    .value-driven .box .right .title a,
    .content-introdcue .view .title .right .top a:nth-child(2) {
        display: block;
        width: 0.3rem;
        height: 0.3rem;
        background: url('mobile_desc.png') center center no-repeat;
        background-size: 100% auto;
        margin: 0.09rem 0 0;
    }
    .value-driven .box .right .title a {
        background: url('mobile_desc_white.png') center center no-repeat;
        background-size: 100% auto;
        margin: 0.09rem auto 0;
    }
    .value-driven .right .desc {
        display: none;
    }
    .value-driven .right .center {
        margin-top: 0.2rem;
    }
    .value-driven .right .center ol li>p:nth-child(1) {
        font-size: 0.27rem;
        line-height: 0.38rem;
        font-family: 'PingFangSC-Regular';
    }
    .value-driven .right .center ol li>p:nth-child(2) {
        margin-top: 0.09rem;
        font-size: 0.19rem;
        line-height: 0.27rem;
        font-family: 'PingFangSC-Regular';
    }
    .value-driven .right .center ol li>p:nth-child(3) {
        font-size: 0.15rem;
        line-height: 0.18rem;
        font-family: 'PingFangSC-Regular';
    }
    .value-driven .right .center ul {
        white-space: nowrap;
        width: auto;
        overflow: hidden;
        -webkit-overflow-scrolling: auto;
        margin-top: 0.1rem;
    }
    .value-driven .right .center ul li {
        height: auto;
        cursor: pointer;
        flex: none;
        border-radius: 0.1rem;
        overflow: hidden;
    }
    .value-driven .right .center ul li .top {
        height: 7px;
    }
    .value-driven .right .center ul li .top div {
        height: 8px;
    }
    .value-driven .right .center ul li.active .top img {
        height: 8px;
    }
    .value-driven .right .center ul li:hover .top {
        opacity: 0;
    }
    .value-driven .right .center ul li:hover .top img {
        display: block;
    }
    .value-driven .right .center ul li:hover .text {
        background-color: transparent;
    }
    .value-driven .right .center ul li.active:hover .top {
        opacity: 1;
    }
    .value-driven .right .center ul li.active:hover .top img {
        display: block;
    }
    .value-driven .right .center ul li.active:hover .top img.pc {
        display: none;
    }
    .value-driven .right .center ul li.active:hover .text {
        background-color: #FF1240;
    }
    .value-driven .right .center ul li .text {
        height: 0.89rem;
        padding: 0.1rem 0.3rem 0.2rem;
    }
    .value-driven .right .center ul li .text p:nth-child(1) {
        font-size: 0.2rem;
        line-height: 0.29rem;
    }
    .value-driven .right .center ul li .text p:nth-of-type(2) {
        font-size: 0.15rem;
        line-height: 0.17rem;
    }
    .value-driven .right .center ul li.active .text {
        height: 0.89rem;
        padding: 0.2rem 0.3rem;
    }
    .value-driven .right .center ul li.active .text p:nth-child(1) {
        font-size: 0.2rem;
        line-height: 0.29rem;
    }
    .value-driven .right .center ul li.active .text p:nth-of-type(2) {
        font-size: 0.15rem;
        line-height: 0.17rem;
    }
    .value-driven .right .bottom {
        position: static;
        margin-top: 0.32rem;
        padding-left: 0;
    }
    .value-driven .right .bottom>div p {
        font-size: 0.24rem;
        font-family: 'PingFangSC-Regular';
        text-align: center;
        margin-bottom: 14px;
    }
    .value-driven .right .bottom>div .leave {
        display: block;
    }
    .value-driven .right .bottom>div .leave input {
        width: 100%;
        font-size: 0.22rem;
        height: 0.85rem;
        margin: 0 0 0.2rem;
        border-radius: 10px;
        padding-left: 0.17rem;
        line-height: 0.85rem;
    }
    .value-driven .right .bottom>div .leave input::placeholder {
        color: #999999;
        font-size: 0.22rem;
        line-height: 0.85rem;
    }
    .value-driven .right .bottom>div .leave .getCode {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .value-driven .right .bottom>div .leave .getCode input {
        margin-bottom: 0;
        width: 4.16rem;
    }
    .value-driven .right .bottom>div .leave .getCode i {
        height: 0.55rem;
        line-height: 0.55rem;
        width: 1.8rem;
        font-size: 0.22rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .value-driven .right .bottom>div .leave span {
        width: 100%;
        margin-top: 0.27rem;
        text-align: center;
        display: block;
        margin-left: 0;
        height: 0.85rem;
        font-size: 0.22rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    .dynamic {
        padding: 0;
    }
    .dynamic .dynamic_box {
        min-width: 100%;
        width: 100%;
        padding: 0.48rem 0.17rem 0;
    }
    .dynamic .dynamic_box .concerning {
        display: none;
    }
    .dynamic .dynamic_box .trends {
        width: 100%;
        float: none;
        margin-right: 0;
        position: relative;
        padding-bottom: 0.44rem;
    }
    .dynamic_box .title {
        display: block;
        margin-bottom: 0.24rem;
    }
    .dynamic_box .title .title_name {
        float: none;
    }
    .dynamic_box .title .title_name a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 0.34rem;
    }
    .dynamic_box .title a {
        display: none;
    }
    .dynamic_box .list_main {
        width: 100%;
        float: none;
        background: #f5f5f5;
        padding: 0.17rem;
        /* padding: 0.26rem 0.17rem; */
        border-radius: 0.17rem;
        margin: 0;
        margin-bottom: 0.17rem;
        height: auto;
    }
    .dynamic_box .list_main a:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .dynamic_box .list_main a {
        display: inline-table;
    }
    *html .dynamic_box .list_main a {
        height: 1%;
    }
    .dynamic_box .list_main a {
        display: block;
    }
    *+html .dynamic_box .list_main a {
        min-height: 1%;
    }
    .dynamic_box .list_main .list_main_img {
        height: 0.65rem;
        /* height: 0.87rem; */
        width: 1.16rem;
        float: left;
        margin-right: 0.17rem;
        border-radius: 0.09rem;
    }
    .dynamic_box .list_main .list_main_img img {
        height: 0.65rem;
        width: 1.16rem;
        display: block;
    }
    .dynamic_box .list_main .main_big {
        width: calc(100% - 1.33rem);
        float: left;
        margin: 0;
        line-height: 0.22rem;
        font-size: 0.22rem;
        color: #222222;
        -webkit-line-clamp: 1;
        height: auto;
    }
    .dynamic_box .list_main .main_big p {
        line-height: 0.28rem;
        font-size: 0.22rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: 'PingFangSC-Regular';
        margin-top: 0.06rem;
        margin-bottom: 0.06rem;
    }
    .dynamic_box .list_main .main_big p:nth-of-type(2){
        display: none;
    }
    .dynamic_box .list_main a>p.main_small {
        width: calc(100% - 1.33rem);
        float: left;
        margin: 0;
        height: 0.2rem;
        text-overflow: ellipsis;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.17rem;
        line-height: 0.21rem;
        margin: 0.07rem 0 0.17rem;
        color: #999999;
        display: none;
    }
    .dynamic_box .list_main .time_form {
        display: flex;
        float: left;
        font-size: 0.17rem;
        line-height: 0.2rem;
        color: #222222;
        width: calc(100% - 1.33rem);
    }
    .dynamic_box .list_main .time_form span {
        display: block;
        font-size: 0.17rem;
        line-height: 0.2rem;
        margin-left: 0.17rem;
    }
    .dynamic {
        background: #ffffff;
    }
    .dynamic_box .title .title_link {
        position: absolute;
        bottom: 0;
        display: block;
        left: 50%;
        transform: translate(-50%, 0);
        height: 0.2rem;
        width: 0.38rem;
        background: #F5F5F5;
        border-radius: 3px;
        line-height: 0.2rem;
        overflow: hidden;
        padding-left: 0.38rem;
        box-sizing: border-box;
    }
    .dynamic_box .title .title_link::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        height: 0.2rem;
        width: 0.38rem;
        color: #222222;
        font-size: 0.15rem;
        line-height: 0.19rem;
        text-align: center;
        background: url('mobile_radio.png') center center no-repeat;
        background-size: cover;
        border-radius: 0.03rem;
    }
    .info_recommend {
        display: none;
    }
    .info_recommend_mobile {
        display: block;
    }
    .info_recommend h2 {
        margin-top: 0.51rem;
        text-align: center;
        width: 100%;
        font-size: 0.34rem;
        line-height: 0.34rem;
        margin-bottom: 0.24rem;
    }
    .info_recommend ul {
        flex-wrap: nowrap;
    }
    .info_recommend ul li {
        padding: 0.17rem;
        background: #f5f5f5;
        height: auto;
        border-radius: 0.17rem;
    }
    .info_recommend ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
    }
    .info_recommend ul li a .img-main {
        width: 1.16rem;
        height: 0.65rem;
        border-radius: 4px;
        background: url(loading.gif) no-repeat center center;
        background-size: 0.4rem auto;
    }
    .info_recommend ul li a .img-main img {
        display: block;
        width: 1.16rem;
        height: 0.65rem;
        object-fit: cover;
    }
    .info_recommend ul li a .mes-main {
        width: calc(100% - 1.33rem);
    }
    .info_recommend ul li a .mes-main span {
        color: #222222;
        font-size: 0.22rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        line-height: 0.28rem;
        margin-top: 0.06rem;
        margin-bottom: 0.05rem;
    }
    .info_recommend ul li a .mes-main span:nth-child(2) {
        font-size: 0.17rem;
        line-height: 0.21rem;
        margin: 0.07rem 0 0.17rem;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: none;
    }
    .info_recommend ul li a .mes-main span:nth-child(3) {
        font-size: 0.17rem;
        margin: 0;
        line-height: 0.2rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .info_recommend ul li a .mes-main span:nth-child(3) i {
        font-size: 0.17rem;
        font-style: normal;
        margin-left: 0.17rem;
    }
    .info_recommend .list {
        display: none;
    }
    /* map */
    .map-view {
        padding-top: 0;
    }
    .map-view #Amap {
        height: 6.28rem;
        max-height: 6.28rem;
        position: relative;
        display: block;
    }
    .ip-box .ip-view .right .box {
        display: none;
    }
    .amap-layers canvas {
        opacity: 0.36;
    }
    .map-view .title {
        position: absolute;
        z-index: 100;
        font-size: 0.34rem;
        text-align: center;
        top: 0.6rem;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .map-view {
        height: auto;
        margin-top: 0.51rem;
    }
    .map-view .map-info-view {
        width: calc(100% - 0.34rem);
        border-radius: 0.17rem;
    }
    .map-view .map-info-view {
        top: auto;
        bottom: 1.2rem;
        transform: translate(-50%, 0);
        padding: 0.26rem 0.8rem;
        min-height: 2.9rem;
    }
    .map-view .map-info-view p {
        font-size: 0.17rem;
    }
    .amap-copyright {
        display: none!important;
    }
    .map-view .map-info-view p:nth-child(1) {
        font-size: 0.29rem;
    }
    .map-view .map-info-view p:nth-child(2) {
        font-size: 0.2rem;
        margin-bottom: 0.15rem;
        text-align: center;
    }
    .map-view .map-info-view p:nth-child(3) a {
        font-size: 0.24rem;
        color: #F5163A;
        white-space: nowrap;
    }
    .map-view .map-info-view p:nth-child(3) {
        font-size: 0.2rem;
        word-wrap: break-word;
        word-break: normal;
        white-space: nowrap;
    }
    .map-view .map-info-view p:nth-child(4) {
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .map-view .map-info-view p:nth-child(5) {
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .map-view .map-info-view p:nth-child(4) a,
    .map-view .map-info-view p:nth-child(5) a {
        color: #4785FF;
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .map-view .map-info-view div {
        display: flex;
        justify-content: center;
        height: auto;
        margin-top: 0.19rem;
    }
    .map-view .map-info-view div a {
        margin: 0 3%;
        font-size: 0.19rem;
        width: auto;
        line-height: 0.27rem;
        padding: 0.05rem 0.17rem;
        border-radius: 0.2rem;
        border: 1px solid #FF1240;
    }
    .map-view .bottom {
        position: relative;
        background: #000;
        height: auto;
    }
    .map-view .bottom ul {
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        height: auto;
        position: static;
    }
    .map-view .bottom ul li {
        width: calc(20% - 1px);
        font-size: 0.19rem;
        padding: 0;
        line-height: 0.48rem;
        height: auto;
        flex: auto;
    }
    .map-view .bottom ul li div {
        font-size: 0.21rem;
        line-height: 0.48rem;
        position: static;
    }
    .map-view .bottom ul li.active {
        font-size: 0.19rem;
        border-radius: 0;
    }
    .map-view .bottom ul li.active div {
        font-size: 0.21rem;
    }
    .map-view .map-info-view img,
    .map-view .img-main {
        display: none;
    }
    .map-view .img-main {
        height: 6.28rem;
        position: relative;
    }
    .map-view .bottom ul li div {
        border-bottom: 1px solid rgba(255, 255, 255, .4);
    }
    .map-view .bottom ul li:nth-of-type(n+6) div {
        border-bottom: 0;
    }
    .map-view .bottom ul li.active div {
        border-bottom: 0;
    }
    .first-screen .image-view ul li h3 span {
        font-size: 0.12rem;
    }
    .value-driven .right .center>div .line {
        overflow: hidden;
        -webkit-overflow-scrolling: auto;
        height: 0.15rem;
    }
    .value-driven .right .center>div .line img {
        height: 0.14rem;
    }
    .first-screen .image-view>p {
        font-size: 0.19rem;
        color: #ffffff;
        line-height: 0.2rem;
        width: 84%;
        margin: 0.17rem auto 0;
        font-family: 'PingFangSC-Regular';
        text-align: center;
        white-space: nowrap;
        display: flex;
        justify-content: center;
    }
    .home_model_alert {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        z-index: 10000;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .home_model_alert .home_box_alert_content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0rem 0;
        width: 80%;
        height: auto;
        max-height: 70%;
        /* background-color: #ffffff; */
        /* min-height: 70%; */
        /* border-radius: 0.17rem; */
    }
    .home_model_alert img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        /* max-width: 233px; */
    }
    .home_model_alert a {
        width: 0.44rem;
        height: 0.44rem;
        display: block;
        background: url('mobile_close_alert.png') center center no-repeat;
        background-size: cover;
        margin-top: 0.17rem;
        border-radius: 50%;
    }
    .home_model_alert .alert_box::-webkit-scrollbar {
        height: 0 !important;
        width: 0 !important;
        background-color: transparent;
        display: none;
    }
    .home_model_alert .alert_box {
        -ms-overflow-style: none;
    }
    .home_model_alert .alert_box {
        overflow: -moz-scrollbars-none;
    }
    #LR_miniframe,
    #LRfloater2,
    .fiexd_Talk {
        display: none !important;
    }
    body,
    html {
        width: 100%;
        overflow-x: hidden;
    }
    .popSolution {
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        background: rgba(0, 0, 0, 0.6);
        z-index: 20;
        display: none;
        height: 100%;
        overflow: auto;
    }
    .popSolution .view {
        max-width: 1000px;
        padding: 0 20px;
        background: #ffffff;
        border-top: solid 5px #FF1240;
        position: absolute;
        left: 50%;
        top: 150px;
        transform: translate(-50%);
        border-radius: 3px;
        padding-bottom: 10px;
        margin-bottom: 50px;
        width: 90%;
        border-top: solid 3px #FF1240;
        padding: 0 0.2rem;
    }
    .popSolution .view .z_index {
        padding: 0.17rem 0 0.3rem;
    }
    .popSolution .view .box_close {
        background: url(icon.png) no-repeat -540px -840px;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0px;
        top: -30px;
        cursor: pointer;
    }
    .popSolution .view .cont {
        padding: 0 80px;
    }
    .popSolution .view .z_index h2 {
        text-align: center;
        font-family: PingFangSC-Medium;
        font-size: 30px;
        color: #222222;
        letter-spacing: 0;
        margin-bottom: 15px;
        font-weight: normal;
    }
    .popSolution .view .z_index .ul-main {
        margin-bottom: 30px;
    }
    .popSolution .view .z_index ul {
        /* margin: 0 25px; */
        padding: 0.3rem;
    }
    .popSolution .view .z_index ul li {
        font-size: 14px;
        color: #444444;
        letter-spacing: 0;
        margin: 10px 0 0 10px;
        position: relative;
        padding-left: 0.24rem;
        margin-top: 0.17rem;
        margin-left: 0.1rem;
    }
    .popSolution .view .z_index ul li a {
        text-decoration: none;
        color: #222222;
    }
    .popSolution .view .z_index ul li a p.title {
        font-size: 0.24rem;
        line-height: 0.3rem;
        margin-bottom: 0.17rem;
        position: relative;
        font-weight: 600;
    }
    .popSolution .view .z_index ul li a p.title::before {
        content: '■';
        font-size: 0.17rem;
        color: #333333;
        line-height: 0.26rem;
        position: absolute;
        display: block;
        left: -0.3rem;
        top: 0;
    }
    .popSolution .view .z_index ul li a p.desc {
        font-size: 0.2rem;
        line-height: 0.26rem;
    }
    .popSolution .view .z_index .cont ul li span {
        position: absolute;
        font-size: 12px;
        color: #444444;
        left: -12px;
    }
}


/* @-webkit-keyframes slideInRight {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes slideInRight {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
} */