@media screen and (max-width: 680px) {
  input[type=button],
  input[type=submit],
  input[type=text],
  button {
    cursor: pointer;
    -webkit-appearance: none;
  }
  body,
  html {
    font-size: 14px;
  }
  body.curr {
    overflow: hidden;
    height: 100vh;
  }
  .page-wrap {
    width: 94%;
    margin: 0 3%;
  }
  .page-wrap img{
    /* width: 100%; */
  }.ind-about .info .title:after{display: none;}
  .ind-about{padding-top: 20px;}
  .page-title {
    font-size: 22px;
  }
  .ind-about {
    margin: 20px 0 20px 0;
  }
  .ind-about .info {
    display: block;
  }
  .ind-about .info .p {
    width: 100%;
  }
  .ind-about .info .title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ind-about .info .title .h3 {
    font-size: 24px;
  }
  .ind-about .leading {
    margin-top: 25px;
    display: block;
  }
  .ind-about .leading .img {
    width: 100%;
  }
  .ind-about .leading .info-p {
    width: 100%;
    margin-top: 20px;
  }
  .ind-about .leading .info-p .tit {
    font-size: 24px;
  }
  .ind-about .leading .info-p .h2 {
    font-size: 18px;
  }
  .ind-about .leading .info-p .a {
    left: 0;
    width: 200px;
    margin: 25px 0 25px 10px;
    height: 50px;
    line-height: 50px;
  }
  .ind-about:before {
    left: -60%;
    top: 90%;
    width: 1000px;
    height: 1000px;
  }
  .ind-about:after {
    left: -78%;
    top: 92%;
    width: 1000px;
    height: 1000px;
  }
  .crumbs {
    margin-bottom: 30px;
  }
  .banner {
    margin-top: 50px;
    z-index: 25;
  }
  .banner .page-tit .info .wrap {
    margin-top: 0;
  }
  .banner .page-tit .info .tit {
    font-size: 18px;
  }
  .banner .page-tit .info .text {
    font-size: 22px;
  }
  .banner .top {
    top: -50px;
    height: 50px;
    background: #0d194e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .banner .top .logo {
    margin-top: 5px;
  }
  .banner .top .logo a {
    display: block;
  }
  .banner .top .logo a .img {
    width: 95px;
    padding-right: 0;
    margin-right: 0;
    margin-top: 4px;
    border-right: 0;
  }
  .banner .top .logo a .img img {
    width: 100%;
  }
  .banner .top .logo a .title {
    display: none;
  }
  .banner .top .search-top {
    margin-top: 15px;
    font-size: 14px;
  }
  .banner .top .search-top a {
    padding-right: 5px;
    margin-right: 12px;
  }
  .banner .top .search-top a span {
    display: none;
  }
  .banner .top .nav {
    margin-top: 1px;
    height: calc(100vh - 90px);
    background: rgba(13, 25, 78, 0.8);
    padding: 20px 8px;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
  }
  .banner .top .nav .li {
    width: 100%;
    margin-bottom: 15px;
    display: none;
  }
  .banner .top .nav .li .a {
    padding: 10px;
    border-radius: 5px;
    display: block;
  }
  .banner .top .nav .li .subordinate {
    position: relative;
    top: 4px;
  }
  .banner .top .nav .li .subordinate .wrap {
    width: 100%;
    margin: 0;
  }
  .banner .top .nav .li .subordinate .con {
    display: block;
  }
  .banner .top .nav .li .subordinate .con .title-t {
    display: none;
  }
  .banner .top .nav .li .subordinate .con .menu {
    display: none;
  }
  .banner .top .nav .li .subordinate .con .menu-box {
    width: calc(100% - 30px);
    padding: 15px 15px 2px 15px;
    border-radius: 5px;
  }
  .banner .top .nav .li .subordinate .con .menu-box .quick {
    display: none;
  }
  .banner .top .nav .li .subordinate .con .menu-box .quick-a {
    display: none;
  }
  .banner .top .nav .li .subordinate .con .menu-box .nav-a a {
    margin-right: 0;
    padding-right: 0;
    /* width: 50%; */
  }
  .banner .top .nav .li .subordinate .con .menu-box .nav-a a:after {
    display: none;
  }
  .banner .top .nav .li .subordinate .con .menu-box .nav-a a .fas {
    margin-right: 6px;
    font-size: 14px;
    display: inline-block;
    opacity: 0.5;
  }
  .banner .top .nav .li .subordinate .con .basic {
    display: none;
    width: calc(100% - 15px);
    padding: 15px;
  }
  .banner .top .nav .li .subordinate .con .participate {
    display: none;
    width: calc(100% - 15px);
    padding: 15px;
  }
  .banner .top .nav .li.curr .a {
    color: #1a4e92;
  }
  .banner .top .mobile-nav {
    float: right;
    margin: 15px 0 0 25px;
    width: 28px;
    cursor: pointer;
    z-index: 3;
  }
  .banner .top .mobile-nav span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    margin-top: 7px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .banner .top .mobile-nav span:first-of-type {
    margin-top: 0;
  }
  .banner .top .mobile-nav.curr span {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .banner .top .mobile-nav.curr span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    -moz-transform: rotate(45deg) translate(6px, 6px);
    -ms-transform: rotate(45deg) translate(6px, 6px);
    -o-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
  }
  .banner .top .mobile-nav.curr span:nth-of-type(2) {
    opacity: 0;
  }
  .banner .top .mobile-nav.curr span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    -moz-transform: rotate(-45deg) translate(6px, -6px);
    -ms-transform: rotate(-45deg) translate(6px, -6px);
    -o-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .index-banner .swiper-slide {
    height: 40vh;
  }
  .pavilion {
    padding: 10px;
  }
  .pavilion .con {
    padding: 10px;
  }
  .pavilion .swiper-slide a {
    height: 23vh;
  }
  .pavilion .swiper-button-next,
  .pavilion .swiper-button-prev {
    display: none;
  }
  .Brand-exhibitors {
    padding: 20px 0;
  }
  .Brand-exhibitors .index-brand {
    margin-top: 10px;
    padding-bottom: 44px;
  }
  .index-title {
    font-size: 24px;
  }
  .activities {
    margin-bottom: 20px;
    display: block;
    padding: 0 2.5%;
  }
  .activities .info {
    width: 100%;
    margin-left: 0;
  }
  .activities .info .s-button {
    margin: 20px 0;
    padding-bottom: 20px;
  }
  .activities .info .text {
    margin-top: 10px;
  }
  .activities .wrap {
    display: block;
  }
  .activities .wrap:after {
    display: block;
  }
  .activities .con {
    width: 100%;
  }
  .activities .con .swiper-slide .li {
    height: 26vh;
  }
  .activities.higher-ups .con .content {
    width: 100%;
    margin-left: 0;
  }
  .activities.higher-ups .con .swiper-slide .li {
    height: 26vh !important;
  }
  .activities.higher-ups .info .s-button {
    padding-bottom: 0;
  }
  .testimony .top {
    padding-top: 20px;
  }
  .testimony .top .tit {
    font-size: 24px;
  }
  .testimony .top .info {
    font-size: 14px;
  }
  .testimony .top .introduce {
    width: 75%;
    margin: 30px auto 0;
  }
  .testimony .top .introduce .sw {
    overflow: initial;
    margin-bottom: 0;
    min-height: 28px;
  }
  .testimony .top .introduce .sw .swiper-button-prev,
  .testimony .top .introduce .sw .swiper-button-next {
    width: 24px;
    height: 24px;
  }
  .testimony .top .introduce .sw .swiper-button-prev:after,
  .testimony .top .introduce .sw .swiper-button-next:after {
    font-size: 14px;
  }
  .testimony .top .introduce .sw .swiper-button-prev {
    left: -34px;
  }
  .testimony .top .introduce .sw .swiper-button-next {
    right: -34px;
  }
  .testimony .top .introduce .sw .swiper {
    overflow: hidden;
  }
  .testimony .top .testimony-sw {
    margin-top: 0;
  }
  .testimony .top .testimony-sw .swiper-slide video,
  .testimony .top .testimony-sw .swiper-slide img {
    height: auto;
  }
  .testimony .top .testimony-sw .swiper-slide .fas {
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
  .news {
    padding-top: 25px;
  }
  .news .more {
    margin-top: -24px;
  }
  .news .con {
    display: block;
    margin-top: 30px;
  }
  .news .con .info-img {
    width: 100%;
  }
  .news .con .info-img .li .img {
    height: 200px;
  }
  .news .con .info-img .li:last-of-type {
    margin-left: 10px;
  }
  .news .con .list {
    width: 100%;
  }
  .partners {
    margin-top: 35px;
  }
  .link .wrap {
    line-height: 28px;
  }
  .scan-code {
    margin-top: 30px;
    text-align: center;
  }
  .scan-code .wrap {
    display: block;
    height: auto;
    padding: 25px 0;
  }
  .scan-code .info {
    width: 80%;
    margin: 0 auto;
  }
  .scan-code .info .tit {
    font-size: 22px;
  }
  .scan-code .img {
    margin-top: 30px;
  }
  .footer .top {
    padding-top: 30px;
  }
  .footer .top .share {
    width: 100%;
    margin-top: 25px;
  }
  .footer .top .share span,
  .footer .top .share a {
    float: left;
    margin-left: 0;
    margin-right: 15px;
  }
  .footer .top .info .tit {
    font-size: 22px;
  }
  .footer .top .info .subscription input {
    width: calc(100% - 30px);
    margin-bottom: 8px;
  }
  .footer .top .info .subscription .sub {
    width: 100%;
  }
  .footer .con {
    display: block;
  }
  .footer .con .foot-logo {
    margin-bottom: 10px;
  }
  .footer .con .index-content {
    font-size: 14px;
  }
  .footer .foot {
    line-height: 26px;
  }
  .footer .foot .copyright {
    margin-top: 10px;
  }
  .about-page .title {
    font-size: 34px;
  }
  .about-page .info-img .info-box {
    position: relative;
    width: calc(100% - 20px);
    padding: 10px;
  }
  .about-page .info-img .info-box .info-tit {
    font-size: 18px;
  }
  .about-page .info-img:after {
    z-index: -1;
  }
  .about-page .science-technology {
    margin: 30px 0;
    display: block;
  }
  .about-page .science-technology .li {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .science-technology .li:last-of-type {
    margin-bottom: 0;
  }
  .about-page .science-technology .li .tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about-page:after {
    z-index: -1;
  }
  .data-statistics:before {
    height: 100%;
    bottom: auto;
    top: -30%;
  }
  .data-statistics .data-statistics-con {
    padding: 80px 0;
  }
  .data-statistics .con {
    flex-wrap: wrap;
  }
  .data-statistics .con .li {
    width: 33.33%;
    margin: 15px 0;
  }
  .data-statistics .con .li .digital span {
    font-size: 20px;
  }
  .exhibitors-data {
    margin: 30px 0;
  }
  .exhibitors-data .box {
    display: block;
  }
  .exhibitors-data .pie {
    margin: 0 auto 40px;
  }
  .exhibitors-data .pie:last-of-type {
    margin-bottom: 0;
  }
  .develop-list .year-box {
    margin-bottom: 30px;
  }
  .develop-list .year-box .swiper-slide {
    font-size: 26px;
  }
  .develop-list .year-box .swiper-slide:after {
    top: 18px;
  }
  .develop-list .year-info .con-li {
    display: block;
  }
  .develop-list .year-info .con-li .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .develop-list .year-info .con-li .info {
    width: 100%;
  }
  .develop-list .year-info .con-li .info .tit {
    font-size: 20px;
  }
  .develop-list .year-info .swiper-button-next,
  .develop-list .year-info .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .develop-list .year-info .swiper-button-prev {
    left: calc(50% + 55px);
  }
  .develop-bg {
    margin-bottom: 70px;
  }
  .higher-ups-list .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .higher-ups-list .li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .higher-ups-list .li:nth-of-type(2n) {
    margin-right: 0;
  }
  .higher-ups-list .li .video {
    height: 100px;
    line-height: 96px;
  }
  .higher-ups-list .li .video .fas {
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .video-tab {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
  }
  .video-tab .li {
    padding: 5px 20px;
    font-size: 16px;
  }
  .photo-list .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .photo-list .li:nth-of-type(5n) {
    margin-right: 2%;
  }
  .photo-list .li:nth-of-type(2n) {
    margin-right: 0;
  }
  .photo-list .more {
    text-align: center;
  }
  .download-box .box-list .li {
    width: calc(100% - 28px);
    margin-right: 0;
    padding: 14px 14px;
    margin-bottom: 8px;
  }
  .download-box .box-list .li .ico {
    width: 40px;
  }
  .download-box .box-list .li .ico .fas {
    font-size: 28px;
  }
  .download-box .box-list .li .info {
    width: calc(100% - 50px);
  }
  .download-box .box-list .li .info .a {
    display: none;
  }
  .download-box .box-list .li .info .text {
    width: 100%;
  }
  .download-box .box-list .li .info .text .name {
    margin-bottom: 5px;
  }
  .news-box .li {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .news-box .li .img {
    width: 100%;
    height: auto;
  }
  .news-box .li .info {
    width: 100%;
  }
  .news-box .li .info .tit {
    font-size: 16px;
    margin-top: 8px;
  }
  .news-box .li .time {
    width: 100%;
    height: auto;
    padding: 6px 0;
    border-radius: 4px;
    display: none;
  }
  .news-box .li .time .day {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .Previous-reviews-list .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .Previous-reviews-list .li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .Previous-reviews-list .li:nth-of-type(2n) {
    margin-right: 0;
  }
  .Previous-reviews-list .li .img {
    height: 100px;
    line-height: 96px;
  }
  .Previous-reviews-list .li .name {
    font-size: 14px;
  }
  .forum-list .title {
    font-size: 20px;
  }
  .forum-list .time {
    margin: 15px 0 15px 0;
  }
  .forum-list .time a {
    display: inline-block;
    margin: 2px 0;
    padding: 8px 15px;
  }
  .forum-list .time .forum-search {
    width: 100%;
    margin-top: 10px;
  }
  .forum-list .time .forum-search form {
    width: calc(100% - 4px);
  }
  .forum-list .time .forum-search input {
    width: calc(100% - 52px);
  }
  .forum-list .time .forum-search .hide {
    display: none;
  }
  .forum-box .tit {
    font-size: 16px;
    padding: 8px 0 8px 35px;
  }
  .forum-box .con .box {
    padding: 5px;
  }
  .forum-box .con .box .box-li {
    width: calc(100% - 48px);
  }
  .brand-list-tit {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .brand-list .li {
    width: calc(49% - 2px);
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .brand-list .li:nth-of-type(2n) {
    margin-right: 0;
  }
  .catalogue-box .catalogue-list {
    display: block;
  }
  .catalogue-box .catalogue-list .img {
    width: 100%;
    height: auto;
    line-height: inherit;
  }
  .catalogue-box .catalogue-list .info-p {
    width: 100%;
    margin-top: 15px;
  }
  .catalogue-box .catalogue-list .info-p .company {
    font-size: 18px;
  }
  .catalogue-box .catalogue-list .info-p .box {
    display: block;
  }
  .catalogue-box .classic .box {
    display: block;
  }
  .catalogue-box .classic .box .li {
    width: 100%;
    margin-bottom: 30px;
  }
  .catalogue-box .classic .box .li .img {
    width: 100%;
    text-align: center;
  }
  .news-info .tit {
    font-size: 17px;
    line-height: 26px;
  }
  .news-info .info {
    margin: 20px 0;
    padding-bottom: 20px;
  }
  .table-process table td:nth-of-type(2) {
    font-size: 15px;
  }
  .pages a,
  .paginate a,
  .pages span,
  .paginate span {
    padding: 2px 5px;
    font-size: 12px;
  }
  .content-wrap {
    display: block;
  }
  .content-wrap .li {
    width: calc(100% - 52px);
  }
  .media-ul li {
    width: 100%;
  }
  .theme-top .title {
    width: 50px;
  }
  .theme-top .con {
    width: calc(100% - 50px);
  }
  .theme-li {
    display: block;
  }
  .theme-li .info {
    width: 95%;
    padding: 0 2.5%;
  }
  .theme-li .img {
    width: 100%;
    margin: 15px 0;
  }
  .theme-li:nth-of-type(2n) .info {
    padding: 0 2.5%;
  }
  .exhibitors-data.reason-box .apply-box span {
    width: 49%;
  }
  .promote-box {
    display: block;
  }
  .promote-box .li {
    width: calc(100% - 60px);
    margin: 15px 0;
  }
  .pictures-all-list .li {
    width: 49%;
    margin-right: 2%;
  }
  .pictures-all-list .li:nth-of-type(5n) {
    margin-right: 2%;
  }
  .pictures-all-list .li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pictures-all-list .li .img {
    height: 28vh;
  }
  .pictures-all-list .li .img img {
    height: 28vh;
  }
  .pictures-top .swiper-slide .li .img {
    height: 30vh;
  }
  .news-info .pictures-all-list .li .img img {
    height: 28vh !important;
  }
  .activity-box .activity-title {
    font-size: 24px;
  }
  .activity-item .tit {
    font-size: 20px;
  }
  .activity-item .two-box {
    display: block;
  }
  .activity-item .two-box .half {
    width: 100%;
    margin-bottom: 20px;
  }
  .activity-item .two-box .half:last-child {
    margin-bottom: 0;
  }
  .activity-item .imgs-list .li {
    width: calc(100%/2 - 5px);
    margin-right: 10px;
  }
  .activity-item .imgs-list .li:nth-child(2n) {
    margin-right: 0;
  }
  .activity-item.txt-img {
    display: block;
  }
  .activity-item.txt-img .tit {
    margin-bottom: 10px;
  }
  .activity-item.txt-img .txtbox {
    margin-bottom: 20px;
    width: 100%;
  }
  .activity-item.txt-img .imgbox {
    width: 100%;
  }
  .group-baseinfo {
    display: block;
  }
  .group-baseinfo .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .group-baseinfo .item:last-child {
    margin-bottom: 0;
  }
  .group-baseinfo .tit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .group-baseinfo .whyvist .img {
    margin-top: 20px;
  }
  .group-baseinfo .whyvist .img img {
    width: 180px;
  }
  .group-name-list {
    display: block;
  }
  .group-name-list .li {
    margin-bottom: 15px;
  }
  .group-imgs-list {
    display: flex;
    flex-wrap: wrap;
  }
  .group-imgs-list .img {
    margin-bottom: 15px;
    flex: 0 0 48%;
  }
  .group-table .ico {
    width: 16px;
  }
  .value-added-services .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .value-added-services .item .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .value-added-services .item .imgbox {
    margin-bottom: 10px;
  }
  .vstreg-box .top .title {
    font-size: 24px;
  }
  .vstreg-box .ewmbox img {
    max-width: 180px;
  }
  .message-box .title {
    font-size: 20px;
  }
  .message-list .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .value-added-services2 .li,
  .message-list2 .li {
    width: 100%;
  }
  .buyer-gift .item {
    width: calc(100%/2 - 10px);
    padding: 10px;
    font-size: 14px;
  }
  .buyer-gift .item:nth-child(2n) {
    margin-right: 0;
  }
  .matchme-join-condition {
    float: none;
    width: 100%;
  }
  .matchme-howjoin {
    float: none;
    width: 100%;
  }
  .matchme-demand .txtbox {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .matchme-demand .imgbox {
    width: 100%;
    float: none;
  }
  .buyer-list .li {
    width: 100%;
    margin-right: 0 !important;
  }
  .buyer-list .li .title {
    font-size: 20px;
  }
  .buyer-list .li .title img {
    max-width: 25px;
    max-height: 25px;
  }
  .matchme-data {
    flex-wrap: wrap;
  }
  .matchme-data .item {
    width: 50%;
    flex: auto;
    margin-bottom: 16px;
  }
  .matchme-data .item img {
    max-width: 30px;
    max-height: 20px;
  }
  .matchme-data .item .p1 {
    font-size: 24px;
  }
  .matchme-data .item .p1 .small {
    font-size: 14px;
  }
  .booth-imgbox .item {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .booth-imgbox .item:last-child {
    margin-bottom: 0;
  }
  .about-baseinfo:before {
    top: -50px;
  }
  .about-baseinfo .top .title {
    font-size: 34px;
  }
  .about-baseinfo .top .tit-p {
    font-size: 16px;
  }
  .about-baseinfo .top .info {
    margin: 20px 0 30px;
  }
  .about-baseinfo .top .txtbox {
    width: 100%;
  }
  .about-baseinfo .top .imgbox {
    width: 100%;
    margin-top: 30px;
  }
  .about-advantage .img {
    position: static;
    transform: translate(0, 0);
    width: 50%;
    margin: 0 auto;
  }
  .advantage-list {
    display: block;
  }
  .advantage-list .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px !important;
  }
  .advantage-list .li:nth-child(2n) {
    margin-left: 0;
    width: 100%;
    text-align: left;
  }
  .about-media-con {
    display: block;
  }
  .about-media-con .txtbox {
    width: 100%;
  }
  .about-media-con .txtbox .item {
    padding-left: 15%;
  }
  .about-media-con .logos {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .media-rect {
    flex-wrap: wrap;
  }
  .media-rect .li {
    flex: auto;
    padding: 15px 10px;
  }
  .media-rect .li .tit {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .media-rect .li .counter {
    font-size: 24px;
  }
  .live-marketing {
    display: block;
  }
  .live-marketing .live {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .live-marketing .conbox {
    padding: 30px 20px;
  }
  .live-marketing .marketing-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .live-marketing .marketing-list .li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 48%;
  }
  .live-marketing .marketing-list .li:nth-last-child(1),
  .live-marketing .marketing-list .li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .promotion-con {
    padding: 30px 20px;
    display: block;
  }
  .promotion-con .item:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .exhibitors-data.reason-box .ul {
    padding: 20px;
  }
  .pavilion-page-img {
    display: block;
  }
  .pavilion-page-img .img {
    width: 100%;
  }
  .cates-list .li {
    width: 100%;
  }
  .registration-form .form-con .form-item {
    width: 100%;
    margin-right: 0;
  }
  .group-name-list .li p {
    margin: 15px 0;
  }
  .digib-base {
    display: block;
  }
  .digib-base .imgbox {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .activity-hight .item {
    padding-left: 55px;
  }
  .activity-hight .item:nth-child(2n) {
    padding-right: 55px;
  }
  .activity-hight .item .num {
    width: 45px;
    height: 45px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 45px;
  }
  .area-plaining .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .area-plaining .item:nth-last-child(2) {
    margin-bottom: 30px;
  }
  .cates-box .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .cates-box .item:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .guest-swiper .li .p span {
    display: inline;
  }
  .organizer-intro {
    padding: 30px 20px;
  }
  .hotel-list .item {
    display: block;
  }
  .hotel-list .item:nth-child(2n) .imgbox {
    margin-left: 0;
  }
  .hotel-list .item .imgbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hotel-list .item .txtbox .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .table-th-bg th,
  .table-th-bg td {
    padding: 10px 5px;
  }
  .advantage-list2 {
    margin-top: 20px;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
  .advantage-list2 li {
    margin-top: 0 !important;
  }
  .advantage-list2 li:before {
    background-image: url(../images/adv-bg3.png) !important;
  }
  .evaluation-list .item .itemcon {
    padding: 20px 40px;
  }
  .evaluation-list .item .itemcon:before,
  .evaluation-list .item .itemcon:after {
    width: 20px;
    height: 20px;
  }
  .evaluation-list .item .imgbox {
    width: 50px;
    height: 50px;
  }
}
