@media only screen and (max-width: 1200px) {
  /* 导航栏 */
  header .logo img {
    height: 2.3rem;
  }
  .header-nav .layui-nav .layui-nav-item {
    margin: 0 5px;
  }

  .header-nav .layui-nav .layui-nav-item a {
    font-size: 14px;
    padding: 0 5px;
  }
  .console a {
    font-size: 14px;
  }
  .memberList .memberList_main .member_item {
    width: 25%;
  }
}

@media only screen and (max-width: 640px) {
  * {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  html {
    font-size: 62.5%;
  }
  body.open-menu {
    overflow: hidden;
  }
  body.open-menu .layadmin-body-shade {
    transition: 0.3s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(15rem, 0, 0);
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .top_tip {
    display: none;
  }
  .wrap {
    width: 90%;
  }
  body .side_nav {
    width: 15rem;
    -webkit-transform: translate3d(-15rem, 0, 0);
    transform: translate3d(-15rem, 0, 0);
    transition: 0.3s;
  }
  body.open-menu .side_nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header,
  main {
    transition: 0.3s;
  }
  header .wrap {
    text-align: center;
    height: 6rem;
  }
  .side_nav .layui-nav-tree {
    position: absolute;
    left: 0;
    min-height: 100%;
    padding: 1rem 0;
    background: #202121;
    border-radius: 0;
    width: 100%;
  }
  .side_nav .layui-nav .layui-nav-item {
    line-height: 45px;
  }
  .side_nav .layui-nav .layui-nav-item p {
    padding: 0 2rem;
    display: flex;
  }
  .side_nav .layui-nav .layui-nav-item p a {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    background: none;
    padding: 0;
  }
  .side_nav .layui-nav .layui-nav-item.layui-this p a {
    color: #fff !important;
    border: 0;
  }
  .side_nav .layui-nav-tree .layui-nav-child {
    top: 0;
    border-radius: 0;
  }
  .side_nav .layui-nav-tree .layui-nav-child dd.layui-this,
  .nav .layui-nav-tree .layui-nav-child dd.layui-this a,
  .nav .layui-nav-tree .layui-this,
  .nav .layui-nav-tree.layui-this > a,
  .nav .layui-nav-tree .layui-this > a:hover {
    background: #298acb;
  }
  .side_nav .layui-nav-tree .layui-nav-more {
    display: block;
  }
  .side_nav .layui-nav-itemed > .layui-nav-child {
    background-color: #202121 !important;
  }
  .side_nav .layui-nav .layui-nav-item .layui-nav-child a {
    padding: 0 2.5rem;
    font-size: 1.4rem;
    color: #f6f6f6;
  }
  .pc_nav {
    display: none;
  }
  .mobile_nav {
    display: block;
  }

  .nav_menu {
    display: block;
    width: 20px;
    height: 14px;
    cursor: pointer;
    position: relative;
  }
  .nav_menu .line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #206cee;
    left: 0;
    transition: all 0.5s ease;
    margin: 0;
  }
  .nav_menu .line1 {
    top: 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  .nav_menu .line2 {
    top: 7px;
  }
  .nav_menu .line3 {
    top: 100%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  .nav_menu.cur .line1 {
    transform: rotate(47deg);
  }
  .nav_menu.cur .line2 {
    display: none;
  }
  .nav_menu.cur .line3 {
    transform: rotate(-47deg);
  }
  header .logo {
    height: 6rem;
  }
  header .logo img {
    height: 2.5rem;
  }
  .console a img {
    max-width: 80px !important;
  }
  /* .console a {
    display: none;
  } */
  main {
    margin-top: 6rem;
  }
  body.open-menu > header,
  body.open-menu > main {
    -webkit-transform: translate3d(15rem, 0, 0);
    transform: translate3d(15rem, 0, 0);
  }

  .banner {
    height: 20rem;
  }
  .banner .dh {
    display: none;
  }
  .banner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .banner .content .button a {
    padding: 0 10px;
    font-size: 1rem;
    line-height: 3rem;
  }
  .banner .content .button .btn-pc {
    display: none;
  }
  .banner .content .button .btn-mobile {
    display: block;
  }
  .banner .swiper-slide a {
    display: block;
    height: 100%;
  }
  .banner .swiper-slide a img {
    max-height: 100%;
    max-width: none;
  }
  .banner .content {
    width: 86%;
    margin: 0 auto;
  }
  .banner .content.temperature {
    padding-left: 5rem;
  }
  .banner .content .banner_fz_img {
    height: 12rem;
  }
  .banner .content .title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .banner .content .ms {
    font-size: 1.4rem;
    margin: 0 0 1rem;
    line-height: 1.5rem;
  }
  .banner .content .text {
    font-size: 1.2rem;
    white-space: pre-wrap;
    width: auto;
    line-height: 2rem;
  }
  .banner .content .text li {
    line-height: 1.5rem;
    margin-bottom: 0.1rem;
  }
  .banner .content .text li span {
    width: 1.5rem;
    margin-right: 0.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .banner .content .text li img {
    height: 1.2rem;
  }
  .banner .content .more {
    margin-top: 1rem;
    font-size: 1.2rem;
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
  }
  .banner .swiper-pagination {
    bottom: 0.5rem;
  }
  .swiper-pagination-bullet {
    margin: 0 0.5rem !important;
  }
  .banner .swiper-button {
    width: 2.5rem;
    height: 2.5rem;
  }
  .banner .swiper-button i:before {
    font-size: 1.8rem;
  }

  .PriceZone .content {
    margin: 2rem auto;
    grid: auto-flow/repeat(auto-fill, 50%);
  }
  .PriceZone .gpu-item {
    width: 100%;
    padding: 1.2rem;
    height: 14rem;
  }
  .PriceZone .gpu-item .name {
    font-size: 1.4rem;
  }
  .PriceZone .gpu-item .computing {
    font-size: 1.2rem;
  }
  .PriceZone .gpu-item .price .text {
    font-size: 1.8rem;
  }
  .PriceZone .gpu-item .price .d-tag {
    margin-left: 0;
  }

  .CosmicIsland .content {
    flex-flow: row wrap;
  }
  .CosmicIsland .content li {
    width: 48%;
  }
  .CosmicIsland .content li .title {
    font-size: 1.8rem;
  }
  .CosmicIsland .content li .ms {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .m-title {
    margin: 2rem auto 1rem;
    width: 90%;
  }
  .m-title b {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
    white-space: inherit;
  }
  .m-title p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .about_team .about_team_main {
    flex-direction: column;
  }
  .about_team .about_team_main .about_team_img {
    width: 90%;
  }
  .about_team .about_team_main .text {
    width: 100%;
    margin-top: 20px;
  }
  .memberList .memberList_main {
    justify-content: space-evenly;
  }
  .memberList .memberList_main .member_item {
    width: 100%;
  }

  .CustomerFeedbackSwiper .swiper-slide {
    padding: 2rem;
  }
  .CustomerFeedbackSwiper .swiper-slide .name {
    font-size: 1.8rem;
  }
  .CustomerFeedbackSwiper .swiper-slide .rule {
    font-size: 1.4rem;
  }
  .CustomerFeedbackSwiper .swiper-slide .ms {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .news_list .layui-tab .layui-tab-title li {
    margin: 0;
    font-size: 1.6rem;
  }

  .news_item {
    flex-flow: row wrap;
  }
  .news_item li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .news_item li .title {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
  .news_item li p {
    font-size: 1.4rem;
  }

  .Partners .content {
    margin-bottom: 3rem;
  }
  .Partners .content li {
    height: 3rem;
    width: 30%;
    margin-bottom: 1rem;
  }

  .footer_box {
    flex-flow: wrap row;
    margin: 2rem auto;
  }
  .footer_left {
    width: 100%;
  }
  .footer_left .top {
    text-align: center;
  }
  .footer_left .top img {
    display: inline-block;
  }
  .footer_left .media {
    text-align: center;
  }
  .footer_left .media ul li :hover .scanCode {
    display: none;
    visibility: hidden;
  }
  .footer_left .media ul li .scanCode {
    display: none;
    visibility: hidden;
  }

  .footer_center {
    display: none;
  }
  .footer_right {
    width: 100%;
    text-align: center;
  }
  .footer_right ul {
    justify-content: space-evenly;
  }

  .GPUCloudServerBanner {
    height: 16rem;
  }
  .GPUCloudServerBanner .text .title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }

  .GPUCloudServer .layui-form {
    padding: 1rem;
  }
  .GPUCloudServer .layui-form .layui-form-label {
    padding: 0;
    width: 8rem;
    line-height: 3rem;
    font-size: 1.2rem;
  }
  .GPUCloudServer .layui-form .layui-input-block {
    margin-left: 9rem;
    min-height: auto;
  }
  .GPUCloudServer .layui-form .radio-list .layui-badge {
    padding: 0 0.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
  }
  .GPUCloudServer .layui-form .layui-form-radio > * {
    font-size: 1.2rem;
  }

  .GPUCloudServer .gpu {
    padding: 2rem 0;
  }

  .NewsBanner {
    height: 20rem;
  }
  .NewsBanner .text {
    margin-top: 0rem;
  }
  .NewsBanner .text .title {
    font-size: 2.4rem;
  }
  .hot_news {
    width: 90%;
    padding: 1rem;
    border-radius: 3px;
    margin: -5rem auto 2rem;
  }
  .NewSwiperLeft .swiper-wrapper {
    height: 10rem;
  }
  .NewSwiperRight .swiper-wrapper .swiper-slide {
    padding: 0 2rem;
  }
  .NewSwiperRight .swiper-wrapper .swiper-slide a {
    font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .NewSwiperRight
    .swiper-wrapper
    .swiper-slide.swiper-slide-thumb-active:after {
    border-width: 1rem;
    left: -2rem;
  }

  .about_us .content {
    font-size: 1.6rem;
    line-height: 3rem;
    white-space: inherit;
  }

  .product_and_case .content li:nth-child(1) {
    width: 46%;
  }
  .product_and_case .content li:nth-child(2) {
    width: 50%;
  }
  .product_and_case .content li:nth-child(3) {
    width: 24%;
    margin: 4% 0 0 4%;
  }
  .product_and_case .content li:nth-child(4) {
    width: 24%;
    margin-top: 4%;
  }

  .product_and_case .content li .content .title {
    font-size: 1.6rem;
  }

  .application_scenarios .content li {
    width: 48%;
    margin-bottom: 1.5rem;
  }
  .application_scenarios .content li img {
    width: 100%;
  }
  .application_scenarios .content li p {
    font-size: 1.6rem;
    line-height: 4rem;
  }

  .index_news .content {
    display: flex;
    flex-direction: column;
  }
  .index_news .content li {
    width: 100%;
    display: flex;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .index_news .content li .img {
  }
  .index_news .content li .img img {
    width: 100%;
    height: 100%;
  }
  .index_news .content li .txt {
    padding: 1rem;
    width: 70%;
  }
  .index_news .content li .txt .title a {
    font-size: 1.6rem;
  }
  .index_news .content li .txt .ms {
    margin: 1rem 0 0.5rem;
  }
  .index_news .content li .txt .more a {
    font-size: 1.2rem;
  }
  .index_news .more_b {
    margin: 2rem auto;
    line-height: 3rem;
    font-size: 1.2rem;
    width: 12rem;
  }

  .index_about .title {
    font-size: 2.4rem;
    text-align: center;
    margin: 3rem 0 1rem;
  }
  .index_about .title:after {
    margin: 1rem auto 0;
    width: 5rem;
    height: 1px;
  }
  .index_about .layui-tab-item {
    flex-flow: row wrap;
  }
  .index_about .layui-tab-item .text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
  .index_about .layui-tab-item .img {
    width: 100%;
    flex: auto;
    height: auto;
  }
  .index_about .layui-tab-title {
    position: relative;
    width: 80%;
    margin: 2rem auto 5rem;
    bottom: 0;
  }
  .index_about .layui-tab-title li {
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index_about .layui-tab-title li .ripple {
    width: 3rem;
    height: 3rem;
  }
  .index_about .layui-tab-title li .ripple:after {
    width: 1rem;
    height: 1rem;
    left: 1.8rem;
    top: 1.8rem;
  }
  .index_about .layui-tab-title:after {
    top: 28%;
  }

  @keyframes ripple {
    from {
      width: 1rem;
      height: 1rem;
      left: 1rem;
      top: 1rem;
      opacity: 1;
      border: 6px solid #0070ff;
    }
    to {
      width: 3rem;
      height: 3rem;
      left: 0;
      top: 0;
      opacity: 0;
      border: 1px solid #0070ff;
    }
  }

  .footer_nav {
    display: none;
  }
  .footer_logo img {
    height: 5rem;
  }
  .footer_top {
    margin: 1rem auto;
  }
  .footer_contact {
    font-size: 1.4rem;
    width: 100%;
  }
  .footer_contact .item:nth-child(2) {
    margin: 1rem 0;
  }
  .footer_contact .item:nth-child(1) span {
    font-size: 2rem;
  }
  .footer_bottom {
    width: 90%;
    margin: 1rem auto;
    line-height: 2.5rem;
  }

  .case_banner {
    height: 18rem;
    background-size: cover;
  }
  .case_banner .text .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .case_banner .text .ms {
    font-size: 1.4rem;
  }

  .product_box {
    margin: 2rem 0;
  }
  .product_box .class {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .product_box .class .item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 1rem;
    line-height: 4rem;
  }
  .product_box .class .item a {
    padding: 0;
    font-size: 1.4rem;
  }
  .product_box li {
    padding: 1rem;
    border-bottom: 2px solid #f9f9f9;
    flex-direction: column;
  }
  .product_box li:hover {
    border-bottom: 2px solid #006ffd;
  }
  .product_box li .text .model {
    font-size: 2rem;
  }
  .product_box li .text .title {
    font-size: 1.6rem;
  }
  .product_box li .text .description {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .product_box li .img {
    width: 100%;
    height: 15rem;
  }
  .product_box li .img a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .product_box li .img img {
    height: 100%;
  }
  .product_box li .text {
    width: 100%;
    margin: 1rem;
  }
  .product_box li .text .icon_box {
    display: none;
  }
  .production-details .top .wrap {
    flex-direction: column;
  }
  .production-details .top .wrap .img {
    width: 100%;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .production-details .top .wrap .img img {
    max-width: 100%;
    max-height: 100%;
  }
  .production-details .top .wrap .wz {
    width: 100%;
  }
  .production-details .top .wrap .wz .model {
    font-size: 3rem;
  }
  .production-details .top .wrap .wz .title {
    font-size: 2rem;
  }
  .production-details .content {
    padding: 2rem 0;
    line-height: 2.5rem;
    font-size: 1.4rem;
  }

  .case_banner .text .ms {
    width: 100%;
    line-height: 2.5rem;
  }
  .case_list .cate_title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0;
  }
  .case_list .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .case_list .content li {
    width: 47%;
    height: 25rem;
    margin-bottom: 2rem;
  }
  .case_list .content li .txt {
  }
  .case_list .content li .txt .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .case_list .content li .txt .more {
    padding: 0 2rem;
  }

  .form_message .title {
    padding: 3rem 0;
    font-size: 2.4rem;
  }
  .form_message li {
    font-size: 1.6rem;
  }
  .form_message li input {
    line-height: 3rem;
  }
  .form_message li input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .form_message button {
    width: 60%;
    margin: 3rem 0;
    font-size: 1.8rem;
    line-height: 4rem;
    height: 4rem;
  }

  .OverseasData .box1 .content {
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .OverseasData .box1 .content li {
    width: 48%;
    margin-bottom: 2rem;
  }
  .OverseasData .box1 .content li img {
    width: 100%;
    height: auto;
  }
  .OverseasData .box1 .content li p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  .solution_base_bg .content {
    flex-flow: row wrap;
  }
  .solution_base_bg .content .left {
    width: 100%;
  }
  .OverseasData .box2 .content .right {
    width: 100%;
    margin: 2rem 0;
  }
  .OverseasData .box2 .content .right li b {
    font-size: 1.8rem;
  }
  .OverseasData .box2 .content .right li p {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .gpu h1 {
    font-size: 2.4rem;
  }
  .gpu .gpu-wrap {
    margin: 0 auto;
    width: 90%;
  }

  .ComputingPowerRental .box2 .content {
    margin: 3rem auto;
  }
  .ComputingPowerRental .box2 .content .item {
    width: 100%;
    padding: 0 0 1rem;
    border-bottom: 1px solid #ccc;
    margin: 1rem 0;
  }
  .ComputingPowerRental .box2 .content .item .jt {
    display: none;
  }
  .ComputingPowerRental .box2 .content .item .index {
    font-size: 4rem;
  }
  .ComputingPowerRental .box2 .content .item .title {
    font-size: 2rem;
  }
  .ComputingPowerRental .box2 .content .item .des {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .ComputingPowerRental .box3 {
    padding: 3rem 0;
  }
  .ComputingPowerRental .box3 .content .item {
    width: 100%;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .ComputingPowerRental .box3 .content .item .right .txt {
    font-size: 2rem;
  }
  .ComputingPowerRental .box3 .content .item .right .des {
    font-size: 1.4rem;
  }

  .HostHosting .box1 .content {
    flex-flow: row wrap;
    margin-bottom: 3rem;
  }
  .HostHosting .box1 .content .left {
  }
  .HostHosting .box1 .content .right {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-top: 2rem;
  }

  .solution_base_bg .content .right {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-top: 2rem;
  }
  .HostHosting .box3 .content {
    flex-flow: row wrap;
  }
  .HostHosting .box3 .content .left {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .HostHosting .box4 {
    height: 20rem;
  }
  .HostHosting .box4 b {
    font-size: 2.4rem;
  }
  .HostHosting .box4 p {
    font-size: 1.6rem;
  }

  .GPUCloudServer .box1 .content .item {
    width: 100%;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .GPUCloudServer .box1 .content .item .right .txt {
    font-size: 2rem;
  }
  .GPUCloudServer .box1 .content .item .right .des {
    font-size: 1.4rem;
  }

  .GPUCloudServer .box2 .content .content-wrap {
    padding: 0;
  }
  .GPUCloudServer .box2 .content .content-wrap .left {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .GPUCloudServer .box2 .content .content-wrap .right {
    padding: 0;
  }
  .GPUCloudServer .box2 .content .content-wrap .right > div {
    margin-bottom: 2rem;
  }
  .GPUCloudServer .box2 .content .content-wrap .right > div p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1rem;
  }

  .GPUCloudServer .box3 {
    padding: 2rem 0;
  }
  .GPUCloudServer .box3 .content {
    height: auto;
    flex-flow: row wrap;
  }
  .GPUCloudServer .box3 .content .left {
  }
  .GPUCloudServer .box3 .content .left img {
    max-width: 100%;
  }
  .GPUCloudServer .box3 .content .right {
    padding: 2rem;
  }
  .GPUCloudServer .box3 .content .model_case .swiper-button {
    width: 100%;
  }
  .GPUCloudServer
    .box3
    .content
    .model_case
    .swiper-button
    .swiper-button-prev {
    left: 20%;
  }
  .GPUCloudServer
    .box3
    .content
    .model_case
    .swiper-button
    .swiper-button-next {
    right: 20%;
  }

  .lrbox {
    flex-flow: row wrap;
  }
  .lrbox .img {
    width: 100% !important;
  }
  .lrbox .text {
    width: 100% !important;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 2rem 0;
  }

  .HostHosting .box3 .content .text p {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .ServerRental .box2 .content .layui-tab-title {
    width: 100%;
  }
  .ServerRental .box2 .content .layui-tab-title li {
    margin: 0;
    font-size: 1.6rem;
    padding: 0 1rem;
  }
  .ServerRental .box2 .content .layui-tab-content {
    padding: 1rem;
    margin: 2rem 0;
    width: 100%;
  }
  .ServerRental .box2 .content .layui-tab-content .layui-tab-item .cate {
    width: 100%;
    margin-bottom: 2rem;
  }
  .ServerRental .box2 .content .layui-tab-content .layui-tab-item .cate li {
    width: 30%;
  }
  .ServerRental .box2 .content .layui-tab-content .layui-tab-item .cate li p {
    font-size: 1.2rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ServerRental .box2 .content .layui-tab-content .layui-tab-item .table {
    overflow: auto;
  }
  .ServerRental .box2 .content .layui-tab-content .layui-tab-item table {
    font-size: 1.2rem;
  }
  .ServerRental .box2 .content .layui-tab-content .layui-tab-item table tr th {
    width: 10rem;
  }
  .ServerRental
    .box2
    .content
    .layui-tab-content
    .layui-tab-item
    table
    tr
    th:first-child,
  .ServerRental
    .box2
    .content
    .layui-tab-content
    .layui-tab-item
    table
    tr
    td:first-child {
    left: 0;
    z-index: 1;
    position: sticky;
  }

  .CloudBackupMaintenance .box1 .content {
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 3rem;
  }
  .CloudBackupMaintenance .box1 .content li img {
    width: 100%;
    height: auto;
  }
  .CloudBackupMaintenance .box1 .content li {
    width: 48%;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  .CloudBackupMaintenance .box1 .content li p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  .CloudSecurity .box1 {
    margin-bottom: 3rem;
  }

  .CloudSecurity .box3 .content .text {
    line-height: 3rem;
    font-size: 1.8rem;
  }

  .InternetOfThings .box1 {
    height: 28rem;
  }
  .full_screen_section b {
    font-size: 2rem;
  }
  .full_screen_section p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .InternetOfThings .box2 {
    height: 30rem;
  }

  .ny_banner {
    height: 40vh;
    background-size: cover;
  }
  .ny_banner .title {
    font-size: 1.8rem;
  }

  .about_title {
    font-size: 3.6rem;
    margin: 2rem 0;
  }
  .about_us {
    margin-bottom: 5rem;
  }
  .about_us .content {
    flex-direction: column-reverse;
  }
  .about_us .content .left {
    width: 100%;
  }
  .about_us .content .right {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about_us .content .right .t1 {
    text-align: center;
    font-size: 2.4rem;
  }
  .about_us .content .right .text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .about_us .content .left > ul > li {
    margin-bottom: 1rem;
  }
  .about_us .content .left > ul > li p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .about_us .content .left > ul > li img {
    width: 80%;
  }
  .about_us .content .left > ul > li .text b {
    font-size: 2.4rem;
  }

  .wenhua .content {
    height: 20rem;
    background-size: cover;
  }
  .wenhua .content li .title {
    font-size: 2.4rem;
  }
  .wenhua .content li .ms {
    font-size: 1.6rem;
  }

  .history {
    display: none;
  }
  .honor .swiper-container .title {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .about_contact {
    height: 20rem;
    background-size: cover;
  }
  .about_contact a {
    font-size: 2rem;
    line-height: 5rem;
  }

  .news_box {
    margin: 2rem auto;
    min-height: 30rem;
  }
  .news_box .wrap .left {
    width: 100%;
  }
  .news_box .wrap .right {
    display: none;
  }
  .new_list li {
    margin-bottom: 1rem;
    height: 100px;
  }

  .new_list li .img {
    width: 30%;
    height: auto;
  }
  .new_list li .img img {
    max-height: 95px;
  }
  .new_list li .text {
    width: 70%;
  }
  .new_list li .text .time {
    font-size: 1.3rem;
  }
  .new_list li .text .title {
    font-size: 1.5rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .new_list li .more {
    display: none;
  }

  .gpu .gpu-wrap .gpu-item {
    width: 100%;
    margin-bottom: 3rem;
  }

  .contact_us .top {
    margin: 3rem 0;
    flex-direction: column;
  }
  .contact_us .left {
    width: 100%;
  }
  .contact_us .top .left li {
    display: flex;
    align-items: center;
    line-height: 3rem;
    margin-bottom: 2rem;
    padding: 1rem 0;
  }
  .contact_us .top .left li .img {
    margin-right: 1rem;
  }
  .contact_us .top .left li .number {
    font-size: 1.6rem;
    margin: 0;
  }
  .contact_us .top .right {
    width: 100%;
  }

  .bottom-box {
    margin-bottom: 3rem;
  }
  .bottom-box > div {
    width: 100%;
    height: auto;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .bottom-box .title {
    font-size: 1.8rem;
  }
  .bottom-box .people {
    font-size: 1.6rem;
  }
  .bottom-box .pnumber {
    font-size: 1.4rem;
  }

  .z-banner .content h1 {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .z-banner .content p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 0;
  }

  .news_detail .wrap .left {
    width: 100%;
  }
  .news_detail .wrap .right {
    display: none;
  }

  .ny_banner .wrap .title {
    font-size: 1.6rem;
  }
  .ny_banner .wrap .describe {
    font-size: 1.2rem;
  }

  .page_xg {
    padding: 2rem;
    flex-direction: column;
  }
  .page_xg li {
    width: 100%;
    margin-bottom: 2rem;
  }

  .prodList li {
    width: 100%;
  }
  .prodList li .text .title a {
    font-size: 1.6rem;
  }
  .prodList li .text .desc {
    font-size: 1.2rem;
  }
  .btnStyle {
    font-size: 1.4rem;
  }

  .contProduct .top {
    padding: 1rem;
    flex-direction: column;
  }
  .contProduct .top .left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .contProduct .top .right {
    width: 100%;
  }
  .contProduct .item {
    padding: 1rem;
  }
}

@media only screen and (max-width: 375px) {
  .memberList .memberList_main .member_item,
  .memberList .memberList_main .member_item .member_info {
    /* width: 100%; */
  }
}
