@media only screen and (max-width: 1680px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1280px) {
  .area {
    width: 94%;
  }

  html {
    font-size: 10px;
  }

  .Header {
    height: auto;
    padding-bottom: 15px;
  }

  .Header .search_box {
    width: 94%;
    display: flex;
    justify-content: space-between;

  }

  .Header .search_box .phone {
    display: none;
  }

  .Header .search_box .phone .icon {
    width: 35px;
    height: auto;
  }

  .Header .search_box .logo {
    margin-right: 0;
  }

  .Header .search_box .phone .number {
    font-size: 15px;
    margin-top: 4px;
  }

  .Header .search_box .phone .text {
    font-size: 14px;
  }

  .Header .search_box .search {
    display: none;
  }

  .Header .nav_box {
    width: 94%;
    display: none;
  }

  .Header .pc_nav_box {
    width: 94%;
    display: flex;
    margin: 0 auto;
    margin-top: 1rem;
    align-items: center;
    justify-content: space-between;
  }

  .Header .pc_nav_box .item_nav {
    font-size: 15px;
  }

  .Header .pc_nav_box .lines:last-child {
    display: none;
  }

  .Header .open_class {
    display: block;
    position: absolute;
    right: 20px;
  }

  .Header .open_class .line_1 {
    width: 25px;
    height: 3px;
    margin-bottom: 4px;
    background-color: #2D3192;
  }

  .now_nav {
    width: 94%;
    font-size: 14px;
  }

  .now_nav .icon {
    width: 20px;
    height: 20px;
  }

  .aboutpageModule .content .banner {
    width: 100%;
    height: auto;
  }

  .aboutpageModule .content .text_detaile p {
    font-size: 16px;
  }

  .footer .footer_area .bottom .icon_box {
    display: none;
  }

  .footer .footer_area .top {
    display: none;
  }

  .footer .footer_area .bottom {
    flex-direction: column;
  }

  .footer .footer_area .bottom .nav_box {
    margin-bottom: 20px;
  }

  .servepageModule .content .banner {
    height: auto;
  }

  .servepageModule .content .title {
    font-size: 18px;
  }

  .servepageModule .content .item_box {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .servepageModule .content .item_box .item {
    margin-bottom: 20px;
  }

  .servepageModule .content .item_box .item .smile_detaile {
    font-size: 10px;
  }

  .servepageModule .content .text {
    font-size: 14px;
  }

  .newsModule .news_box .first_box {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-radius: 14px;
    overflow: hidden;
    background-color: #fff;
  }

  .newsModule .news_box .first_box .swiper .right_box .text {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .newsModule .news_box .first_box .swiper .right_box {
    padding: 0 10px;
  }

  .newsModule .news_box .first_box .swiper .img_box {
    width: 100%;
    height: auto;
    border-radius: 50px;
  }

  .newsModule .news_box .first_box .swiper .right_box {
    padding-top: 1.25rem;
  }

  .newsModule .news_box .first_box .swiper .swiper-slide {
    flex-direction: column;
  }

  .newsModule .news_box .first_box .swiper .right_box .time {
    font-size: 12px;
  }

  .newsModule .news_box .first_box .swiper .img_box img {
    object-fit: cover;
  }

  .newsModule .news_box .swiper-pagination {
    display: none;
  }

  .newsModule .news_box .first_box .swiper .right_box .more {
    font-size: 12px;
  }

  .newsModule .news_box .second_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .newsModule .news_box .second_box a {
    width: 100%;

  }

  .newsModule .news_box .second_box .item {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
  }

  .newsModule .news_box .second_box .item .img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .newsModule .news_box .second_box .item .text {
    font-size: 14px;
  }

  .newsModule .news_box .second_box .item .time {
    font-size: 12px;
  }

  .newsModule {
    background-color: #f5f6f7;

  }

  .newsModule .news_box .second_box .item .text {
    width: auto;
    flex: auto;
  }

  .newspageModule .content .title {
    font-size: 18px;
  }

  .newspageModule .content .time_view .item {
    font-size: 14px;
  }

  .newspageModule .content .textarea p {
    font-size: 16px;
  }

  .swiper_box {
    display: none;
  }

  .ph_swiper_box .swiper {
    width: 100%;
  }

  .ph_swiper_box .swiper img {
    width: 100%;
    height: auto;
  }

  .ph_swiper_box {
    display: block;
  }

  .indexModule .class_box_Module {
    display: none;
  }

  .indexModule .recommend .recommend_area .top .name {
    font-size: 18px;
  }

  .indexModule .recommend .recommend_area .exhibition {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .indexModule .recommend .recommend_area .exhibition .item {
    width: 48.6%;
    margin-bottom: 0;
  }

  .indexModule .Detaile .Detaile_area .imgae_box {
    display: flex;
    flex-direction: column;
  }

  .indexModule .Detaile .Detaile_area .imgae_box .img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .indexModule .news .news_box {
    display: none;
  }

  .indexModule .news .second_box {
    display: block;
    margin-top: 30px;
  }

  .indexModule .news .second_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }


  .indexModule .news .second_box .item {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
  }

  .indexModule .news .second_box .item .img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .indexModule .news .second_box .item .text {
    font-size: 14px;
    line-height: 140%;
    height: 54px;
    margin-bottom: 10px;
  }

  .indexModule .news .second_box .item .time {
    font-size: 12px;
    color: gray;
  }

  .newsModule {
    background-color: #f5f6f7;

  }

  .indexModule .news .second_box .item .text {
    width: auto;
    flex: auto;
  }

  .indexModule .recommend .recommend_area .exhibition .item {
    margin-bottom: 6px;
  }

  .indexModule .recommend .recommend_area .exhibition .item .time_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .indexModule .recommend .recommend_area .exhibition .item .time_box .delay {
    font-size: 13px;
    margin-top: 8px;
  }

  .indexModule .recommend .recommend_area .exhibition .item .time_box .time {
    font-size: 14px;
  }

  .indexModule .recommend .recommend_area .exhibition .item .time_box .time .icon {
    width: 16px;
    height: 16px;
  }

  .indexModule .recommend .recommend_area .exhibition .item .textarea {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: auto;
    -webkit-line-clamp: 2;
    margin: 4px 0;
    margin-bottom: 10px;
    text-align: left;
    min-height: 40px;
  }

  .indexModule .recommend .recommend_area .exhibition .item .logo {
    width: 130px;
    max-height: 60px;
  }

  .indexModule .recommend .recommend_area .exhibition .item .button {
    width: 5.5rem;
    height: 1.875rem;
    margin-top: 6px;
    font-size: 10px;
  }

  .indexModule .recommend .recommend_area .exhibition .item .time_box .delay1 {
    font-size: 13px;
    margin-top: 8px;
  }

  .indexModule .recommend .recommend_area .top .more_box .more {
    font-size: 12px;
  }

  .indexModule .recommend .recommend_area .top .more_box .icon {
    width: 20px;
    height: 20px;
  }

  .indexModule .recommend .recommend_area .top .more_box {
    padding-bottom: 4px;
  }

  .centerModule .recommend .recommend_area .exhibition {
    display: flex;
    flex-wrap: wrap;
  }

  .centerModule .recommend .recommend_area .exhibition {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .centerModule .recommend .recommend_area .exhibition .item {
    width: 48.6%;
    margin-bottom: 0;
  }

  .centerModule .recommend .recommend_area .exhibition .item {
    margin-bottom: 6px;
  }

  .centerModule .recommend .recommend_area .exhibition .item .time_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .centerModule .recommend .recommend_area .exhibition .item .time_box .delay {
    font-size: 13px;
    margin-top: 8px;
  }

  .centerModule .recommend .recommend_area .exhibition .item .time_box .time {
    font-size: 14px;
  }

  .centerModule .recommend .recommend_area .exhibition .item .time_box .time .icon {
    width: 16px;
    height: 16px;
  }

  .centerModule .recommend .recommend_area .exhibition .item .textarea {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: auto;
    -webkit-line-clamp: 2;
    margin: 4px 0;
    margin-bottom: 10px;
    text-align: left;
    min-height: 40px;
  }

  .centerModule .recommend .recommend_area .exhibition .item .logo {
    height: 60px;
  }

  .centerModule .recommend .recommend_area .exhibition .item .button {
    width: 5.5rem;
    height: 1.875rem;
    margin-top: 6px;
    font-size: 10px;
  }

  .centerModule .recommend .recommend_area .exhibition .item .time_box .delay1 {
    font-size: 13px;
    margin-top: 8px;
  }

  .centerModule .recommend .recommend_area .top .name {
    font-size: 18px;
  }

  .centerModule .class_box .firstNav {
    flex-direction: column;
  }

  .centerModule .class_box .firstNav .title {
    margin-bottom: 16px;
  }

  .centerModule .class_box .firstNav .content {
    width: 100%;
  }

  .centerModule .class_box .firstNav .nav1 {
    font-size: 13px;
  }

  .centerModule .class_box .firstNav:last-child .content {
    width: 100%;
  }

  .centerModule .class_box .firstNav:last-child .see_area_box {
    margin-top: 20px;
  }

  .centerModule .class_box .firstNav .title {
    font-size: 16px;
  }

  .newspageModule .content .title {
    line-height: 140%;
  }

  .popup_area .popup_content {
    width: 94%;
    height: auto;
  }

  .popup_area .popup_inner .title .left .name {
    font-size: 18px;
  }

  .popup_inner {
    padding: 20px !important;
  }

  .popup_area .popup_inner .title .left .name2 {
    font-size: 18px;
  }

  .popup_area .popup_inner .title .right {
    font-size: 12px;
  }

  .popup_area .popup_inner .title .right .phone {
    font-size: 13px;
  }

  .popup_area .popup_inner .logo {
    margin-top: 20px;
    width: 130px;
    height: auto;
  }

  .popup_area .popup_inner .exhibitionName {
    /* //溢出隐藏省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* //-webkit-line-clamp:1; 超出几行 */
  }

  .popup_area .popup_inner .form .form_com_name {
    width: 100%;
  }

  .popup_area .popup_inner .form .form_person_name {
    width: 100%;
  }

  .popup_area .popup_inner .form .form_person_name .contact {
    width: 49%;
  }

  .popup_area .popup_inner .form .form_person_name .phone {
    width: 49%;
  }

  .popup_area .popup_inner .form .form_button_box .wixin {
    right: 0;
  }

  .popup_area .popup_inner .form .form_button_box .form_button {
    width: 130px;
    height: 40px;
    margin-top: 10px;
  }

  .popup_area .popup_mask .popup_close {
    top: 24%;
    right: 3%;
  }

  .popup_area .popup_mask .popup_close .icon {
    width: 30px;
    height: 30px;
  }

  .pageCenterModule .exhibition_detail {
    width: 94%;
    flex-direction: column;
    height: auto;
    padding: 10px;
    border-radius: 0;
    background-image: none;
  }

  .pageCenterModule .exhibition_detail .left {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .pageCenterModule .exhibition_detail .right .name {
    font-size: 18px;
    line-height: 140%;
    /* //溢出隐藏省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* //-webkit-line-clamp:1; 超出几行 */
  }

  .pageCenterModule .exhibition_detail .right .right_item {
    font-size: 15px;
  }

  .pageCenterModule .exhibition_detail .right .icon {
    height: 16px;
    width: 16px;
  }

  .pageCenterModule .exhibition_detail .right .price .item {
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 4px 12px;
  }

  .pageCenterModule .exhibition_detail .right .price {
    margin-top: 10px;
  }

  .pageCenterModule .exhibition_content {
    flex-direction: column;
  }

  .exhibition_content_right {
    display: none;
  }

  .pageCenterModule .exhibition_content .exhibition_content_left {
    width: 100%;
  }

  .pageCenterModule .exhibition_content .exhibition_content_left .exhibition_content_nav {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .pageCenterModule .exhibition_content .exhibition_content_left .exhibition_content_nav a {
    width: 45%;
  }

  .pageCenterModule .exhibition_content .exhibition_content_left .exhibition_content_nav .nav_item {
    width: 100%;
    margin-bottom: 10px;
  }

  .pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .exhibition_content_title {
    font-size: 18px;
  }

  .pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: auto;
    padding-bottom: 0;
  }

  .pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .content .item {
    width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
  }

  .pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .textarea {
    width: 100%;
  }

  .pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .textarea p {
    font-size: 15px;
    text-align: justify;
  }

  .pageCenterModule .exhibition_content .exhibition_content_left .Exhibition_introduction .textarea p span {
    font-size: 15px !important;
    text-align: justify;
  }

  .pageCenterModule .exhibition_detail .left img {
    height: 80%;
  }

  .run_top {
    bottom: 6rem;
    right: 1rem;
  }
  .tabs-wrapper .twoNav {
    display: none !important;
  }
  /* 隐藏第一个firstNav元素 */
  .tabs-wrapper .firstNav:first-child {
    display: none;
  }

  /* 保留之前隐藏倒数第二个firstNav.tabs-group元素的规则 */
  .tabs-wrapper .firstNav.tabs-group:nth-last-child(2) {
    display: none;
  }

  .nav_box .lines:last-child {
    display: none;
  }

  /* 全屏遮罩弹窗样式 */
  .fullscreen_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 255);
    /* 白色半透明背景 */
    z-index: 9999;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
  }

  .fullscreen_mask .close_btn {
    position: fixed;
    top: 1rem;
    right: 3rem;
    font-size: 1.5rem;
    color: #999;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f5f5f5;
  }

  .fullscreen_mask .close_btn:hover {
    color: #333;
    background-color: #e0e0e0;
  }
  .fullscreen_mask .content_pop{
    margin-top: 30px;
    padding: 20px;
  }
  .fullscreen_mask .content_pop .item{
    text-align: center;
    font-size: 16.5px;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .fullscreen_mask .content_pop .item .title{
    margin-bottom: 30px;
  }
   .fullscreen_mask .content_pop .item .twoNav{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 添加这行来实现一行三列 */
    gap: 10px; /* 可选：添加列间距 */
  }
  .fullscreen_mask .content_pop .item .twoNav .twoNav_item{
    width: 100%; /* 修改为100%以适应网格单元格 */
    line-height: 30px;
    height: 30px;
    font-size: 14.5px;
    color: #666666;
    margin-bottom: 10px;
  }
  
}