.qywx {
  display: none;
}
.ability-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 150px;
}
.ability-box > img{
  width: 25%;
  margin-bottom: 100px;
}
.ability-box .ability-items {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.ability-box .ability-items .ability-item {
  width: 38%;
  margin-bottom: 30px;
  padding: 0 20px;
}
.ability-item .title {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.ability-item .desc {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  height: 66px;
  word-break: break-all;
  text-overflow: ellipsis;
  /* overflow: hidden; */
  /* display: -webkit-box !important; */
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
}
.ability-item-left {
  text-align: right;
  float: left;
}
.ability-item-right {
  text-align: left;
  float: right;
}
.ability-item-bottom {
  text-align: center;
  width: 40%;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.marginleft {
  margin-left: -20px;
}
.marginright {
  margin-right: -20px;
}

@media (min-width: 992px ) {
  .agenda li .matter > span br {
    display: none!important;
  }
}
@media (min-width: 992px ) and (max-width:1369px) {
  .logobox a img {
    height: 30px;
  }
  .colbox {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;

  }
  .colbox2 {
    width: 25%;
  }
  .activity-theme {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
  }
  .custom-box {
    margin-bottom: 150px;
    position: relative;
    margin-top: -20px;
  } 
  .custom-box .custom-items{
    margin-left: -15px;
    margin-right: -15px;
  }
  .custom-box .custom-item {
    width: calc(50% - 30px);
    float: left;
    padding: 20px 0;
    margin-left: 15px;
    margin-right: 15px;
    /* border-top: 1px solid rgba(20, 187, 64, 0.36); */
    border-bottom: 1px solid rgba(20, 187, 64, 0.36);
  }
  .custom-box .custom-item:nth-child(3){
    margin-top: -1px;
  }
  .custom-box .custom-item:nth-child(4){
    margin-top: -1px;
  }
  .subpage-titlebox {
    margin-bottom: 40px;
  }
  .products-titlebox {
    margin-bottom: 40px;
  }
  .subpage-titlebox .subpage-desc {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.64);
  }
 
  .subpage-titlebox .subpage-title {
    font-size: 22px;
    line-height: 30px;
    color: #fff24a;
    position: relative;
  }
  .subpage-titlebox .subpage-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #fff24a;
    display: none;
  }
  .subpage-titlebox .subpage-title::after {
    content: "";
    display: block;
    background-color: #fff24a;
    height: 2px;
    width: 70px;
    margin-top: 4px;
  }

  .products-titlebox .products-t1 {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.64);
  }
  .products-titlebox .products-t2 {
    font-size: 22px;
    line-height: 30px;
    color: #fff24a;
  }
  .products-titlebox .products-t2::after {
    content: "";
    display: block;
    background-color: #fff24a;
    height: 2px;
    width: 70px;
    margin-top: 4px;
  }


  /* home */
  .activity-theme {
    padding-left: 0px;
    text-align: center;
  }
  .activity-theme-t1 {
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 28px;
    color: #fff;
}
  .activity-theme-t2 {
    font-size: 40px;
    line-height: 44px;
    color: #fff349;
    font-weight: bold;
  }
  .activity-theme-t2 > i {
    font-size: 40px;
    line-height: 44px;
    color: #fff349;
    font-weight: 700;
    position: relative;
  }
  .activity-theme-t2 > i::after{
    content: '2023';
    position: absolute;
    display: block;
    right: -60px;
    top: 8px;
    background-color: #0e42b8;
    color: #fff349;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 8px;
    border-radius: 0px 6px 6px 6px;
    display: none;
  }
  .activity-theme-t3 {
    opacity: 0.72;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
  }
  .activity-theme-t3 > span{
    padding-bottom: 5px;
    border-bottom: 2px solid #fff349;
  }
  .meettitleinfo-city {
    margin-top: 50px;
    margin-left: 0px;
  }
  .meettitleinfo-city-t1 {
    font-size: 22px;
    height: 30px;
    color:#fef34b;
  }
  .meettitleinfo-city-t2 {
    display: none;
    font-size: 16px;
    color:#fff;
    padding-bottom: 4px;
  }
  .meettitleinfo-city-t2 .litter-point {
    margin: 0 -2px;
  }
  .meettitleinfo-city-t3 {
    margin-top: 20px;
  }
  .meettitleinfo-city-t3 > span {
    display: block;
    margin-top: 6px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.48);
    display: none;
  }
  .meettitleinfo-city-t3 > a {
    width: 120px;
    margin: 0 auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .24);
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
  }
  #meettitleinfo-city-date {
    font-size: 22px;
  }
  #meettitleinfo-city-city {
    font-size: 22px;
    line-height: 30px;
  }
  #meettitleinfo-city-week {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff24b;
  }
  .meettitleinfo-city-ewCode {
    display: none;
    margin-top: 16px;
    border: 1px solid #8092bb;
    border-radius: 6px;
    width: 72px;
    padding:3px;
  }
  .activity-slogan {
    margin-top: 120px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 6px;
    margin-bottom:100px;
  }
  .row-padding{
    margin-right: -5px;
    margin-left: -5px;
  }
  /* 亮点 */
  .dialog {
    display: none;
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: url("/market/digital2023/images/products/box.png") center no-repeat;
    background-size: 100% 100%;
  }
  .dialog .title {
    font-size: 13px;
    line-height: 22px;
    color: #fff24a;
  }
  .dialog .desc {
    margin-top: 8px;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .frame-box {
    margin-top: -10px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .frame-box-pc {
    background-color: #00319c;
    padding: 30px 40px;
    overflow: hidden;
    margin-bottom: 120px;
  }
  .frame-box-pc .leftbox {
    width: 33.33%;
    float: left;
    height: 260px;
    padding: 20px 0;
    display: flex;
    padding-right: 30px;
    flex-direction: column;
    justify-content: space-around;
  }
  .frame-box-pc .rightbox {
    width: 66.66%;
    float: left;
    overflow: hidden;
  }
  .frame-box-pc .rightbox img{
    height: 260px;
    float: right;
  }
  .frame-box-pc .leftbox .leftbox-title{
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
  }
  .frame-box-pc .leftbox .leftbox-desc {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
}
  .frame-box-pc .leftbox .leftbox-tag{
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
  }
  .frame-box img{
    width: 60%;
  }
  .products-box {
    margin-bottom: 100px;
  }
  .products-item {
    overflow: hidden;
    padding: 20px 18px 10px 18px;
    margin-bottom: 10px;
    /* border: 1px solid #06459a; */
    background-color: rgba(13, 104, 192, 0.25);
  }
  .products-item .icon {
    float: left;
    width: 28px;
    margin-bottom:20px;
  }
  .products-item .text {
    float: right;
    width: 100%;
    margin-bottom: 10px;
  }
  .products-item .title {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
  }
  .products-item .desc {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom:20px;
  }
  .products-item .desc2 {
    height: 100px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
  }

  .products-item .logo {
    height: 48px;
    margin-top: 8px;
  }
  .products-item .logo>img {
    height: 100%;
  }
 
  .custom-box .custom-items {
    overflow: hidden;
  }

  .custom-item .type {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff24a;
  }
  .custom-item .number {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
  }
  .custom-item .list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
  }
  .custom-item .listpc {
    margin-bottom: 28px;
  }
  .custom-item .list li{
    width: 25%;
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.8;
  }
  .custom-item-left {
    width: 24%;
    float: left;
    padding-left: 15px;
    padding-right: 6px;
  }
  .custom-item-right {
    width: 76%;
    float: left;
    padding-left: 6px;
    padding-right: 15px;
  }
  .custom-box .notes {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
  }
  /* 大会安排 */
  .meeting-info {
    margin-bottom: 100px;
    margin-top: -10px;
  }
  .meeting-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff24a;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #536759;
  }
  .agenda {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .agenda li{
    display: block;
    line-height: 28px;
    overflow: hidden;
  }
  .agenda li .time{
    float: left;
    font-size: 12px;
    color: #7b86ab;
    width: 70px;
  }
  .agenda li .circle{
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    background-color: #002577;
  }
  .agenda li .matter{
    float: left;
    font-size: 13px;
    color: #ffffff;
  }
  .agenda li .matter .matter-item .title{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
  }
  .agenda li .matter .matter-item .desc{
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
  }
  .agenda li .matter>span{
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
  }
  .agenda li .matter .week {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }
  .agenda-line {
    position: absolute;
    display: block;
    top: -7px;
    left: 80px;
    width: 1px;
    height: 88%;
    background-color: rgba(255, 255, 255, 0.32);
  }
  /* .otherinfo .empty{
    float: left;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    width: 5px;
    border: 1px solid transparent;
  } */
  .code {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    right: 0;
    top: -6px;
    border-radius: 8px;
    background-color:rgb(24,52,159,0.5) ;
    display: none;
  }
  .code > img{
    border-radius: 6px;
    width: 80px;
    margin-top: 0px;
    padding: 0px;
    border: none;
  }
  .code-text{
    display: block;
    margin-top: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
  }
  /* 底部 */
  /* .companyInfo{
    padding: 0 15px;
  } */
  .companyInfo .logo {
    height: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #536759;
  }
  .companyInfo .logo > img {
    height: 100%;
  }
  .companyInfo .desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .companyInfo .desc2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .companyInfo .intro {
    display: flex;
  }
  .companyInfo .intro .intro-item-center {
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    border-right: 1px solid rgba(255, 255, 255, 0.32);
  }
  .companyInfo .intro p {
    margin: 0;
  }
  .companyInfo .intro .intro-item {
    margin-right: 30px;
  }
  .companyInfo .intro .intro-item .t1{
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
  }
  .companyInfo .intro .intro-item .t2{
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
  }
  .companyInfo .intro .intro-item .t2 > span{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
  }
  .intro-right {
    padding: 0 20px;
  }
  .footerInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding-bottom: 200px;
    background-image: url("/market/digital2023/images/pc_bg.jpg");
    background-size: 100% 100%;
  }
  .footerInfo .topic {
    font-size: 14px;
    line-height: 18px;
    color: #fff24a;
    margin-top: 200px;
  }
  .footerInfo .welcome {
    font-size: 28px;
    line-height: 40px;
    color:#fff24a;
    position: relative;
  }
  .footerInfo .welcome::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    height: 2px;
    width: 60px;
    margin-top: 4px;
    background-color: #fff24a;
    transform: translateX(-50%);
  }
  .footerInfo > a {
    width: 160px;
    margin: 0 auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    margin-top: 30px;
    border-radius: 300px;
  }
}
@media (min-width: 1370px) {
  .colbox {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .colbox2 {
    width: 25%;
  }
  .activity-theme {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
  }
  .custom-box {
    margin-bottom: 180px;
    position: relative;
  } 
  .custom-box .custom-items{
    margin-left: -15px;
    margin-right: -15px;
  }
  .custom-box .custom-item {
    width: calc(50% - 30px);
    float: left;
    padding: 20px 0;
    margin-left: 15px;
    margin-right: 15px;
    /* border-top: 1px solid rgba(20, 187, 64, 0.36); */
    border-bottom: 1px solid rgba(20, 187, 64, 0.36);
  }
  .custom-box .custom-item:nth-child(3){
    margin-top: -1px;
  }
  .custom-box .custom-item:nth-child(4){
    margin-top: -1px;
  }
  .subpage-titlebox {
    margin-bottom: 20px;
  }
  .products-titlebox {
    margin-bottom: 50px;
  }
  .subpage-titlebox .subpage-desc {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.64);
  }
  .subpage-titlebox .subpage-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #fff24a;
    position: relative;
  }
  .subpage-titlebox .subpage-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #fff24a;
    display: none;
  }
  .subpage-titlebox .subpage-title::after {
    content: "";
    display: block;
    background-color: #fff24a;
    height: 2px;
    width: 70px;
    margin-top: 8px;
  }

  .products-titlebox .products-t1 {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.64);
  }
  .products-titlebox .products-t2 {
    font-size: 26px;
    line-height: 30px;
    color: #fff24a;
    font-weight:bold;
  }
  .products-titlebox .products-t2::after {
    content: "";
    display: block;
    background-color: #fff24a;
    height: 2px;
    width: 70px;
    margin-top: 8px;
  }
 
  /* home */
  .activity-theme {
    padding-left: 0px;
    text-align: center;
  }
  .activity-theme-t1 {
    font-size: 24px;
    letter-spacing: 0px;
    margin-bottom: 14px;
    line-height: 28px;
    color: #fff;
  }
  .activity-theme-t2 {
    font-size: 48px;
    line-height: 52px;
    color: #fff349;
    font-weight: bold;
  }
  .activity-theme-t2 > i {
    font-size: 48px;
    line-height: 52px;
    color: #fff349;
    font-weight: 700;
    position: relative;
  }
  .activity-theme-t2 > i::after{
    content: '2023';
    position: absolute;
    display: block;
    right: -74px;
    top: 8px;
    background-color: #0e42b8;
    color: #fff349;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 10px;
    border-radius: 0px 6px 6px 6px;
    display: none;
  }
  .activity-theme-t3 {
    opacity: 0.72;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
  }
  .activity-theme-t3 > span{
    padding-bottom: 5px;
    border-bottom: 2px solid #fff349;
  }
  .meettitleinfo-city {
    margin-top: 66px;
    margin-left: 0px;
  }
  .meettitleinfo-city-t1 {
    font-size: 24px;
    color:#fef34b;
  }
  .meettitleinfo-city-t2 {
    display: none;
    font-size: 18px;
    color:#fff;
    padding-bottom: 4px;
  }
  .meettitleinfo-city-t2 .litter-point {
    margin: 0 -2px;
  }
  .meettitleinfo-city-t3 {
    margin-top: 10px;
  }
  .meettitleinfo-city-t3 > span {
    display: block;
    margin-top: 6px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.48);
    display: none;
  }
  .meettitleinfo-city-t3 > a {
    width: 156px;
    margin: 0 auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    /* border: 1px solid rgba(255, 255, 255, .24); */
    border: 1px solid rgba(255, 255, 255, .24);
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
  }
  #meettitleinfo-city-date {
    font-size: 24px;
  }
  #meettitleinfo-city-city {
    font-size: 24px;
    line-height: 30px;
  }
  #meettitleinfo-city-week {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff24b;
  }
  .meettitleinfo-city-ewCode {
    display: none;
    margin-top: 16px;
    border: 1px solid #8092bb;
    border-radius: 6px;
    width: 72px;
    padding:3px;
  }
  .activity-slogan {
    margin-top: 180px;
    margin-bottom: 120px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 6px;
  }
  
  /* 亮点 */
  .ability-item .desc {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    height: 80px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .ability-item .title {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
  }
  .dialog {
    display: none;
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: url("/market/digital2023/images/products/box.png") center no-repeat;
    background-size: 100% 100%;
  }
  .dialog .title {
    font-size: 13px;
    line-height: 22px;
    color: #fff24a;
  }
  .dialog .desc {
    margin-top: 8px;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .frame-box {
    margin-top: -10px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .frame-box-pc {
    background-color: #00319c;
    padding: 30px 40px;
    overflow: hidden;
    margin-bottom: 120px;
  }
  .frame-box-pc .leftbox {
    width: 33.33%;
    float: left;
    height: 300px;
    padding: 20px 0;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .frame-box-pc .rightbox {
    width: 66.66%;
    float: left;
    overflow: hidden;
  }
  .frame-box-pc .rightbox img{
    height: 300px;
    float: right;
  }
  .frame-box-pc .leftbox .leftbox-title{
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
  }
  .frame-box-pc .leftbox .leftbox-desc{
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
  }
  .frame-box-pc .leftbox .leftbox-tag{
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
  }
  .frame-box img{
    width: 60%;
  }
  .products-box {
    margin-bottom: 120px;
  }
  .products-item {
    overflow: hidden;
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
    /* border: 1px solid #06459a; */
    background-color: rgba(13, 104, 192, 0.25);
  }
  .products-item .icon {
    float: left;
    width: 28px;
  }
  .products-item .text {
    float: right;
    width: calc(100% - 40px);
    margin-bottom: 10px;
  }
  .products-item .title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }
  .products-item .desc {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 20px;

  }
  .products-item .desc2 {
    font-size: 12px;
    height: 80px;
    line-height: 20px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
  }
  .products-item .logo {
    height: 48px;
    margin-top: 8px;
  }
  .products-item .logo>img {
    height: 100%;
  }
 
  .custom-box .custom-items {
    overflow: hidden;
  }

  .custom-item .type {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff24a;
  }
  .custom-item .number {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
  }
  .custom-item .list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
  }
  .custom-item .listpc {
    margin-bottom: 28px;
  }
  .custom-item .list li{
    width: 25%;
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.8;
  }
  .custom-item-left {
    width: 24%;
    float: left;
    padding-left: 15px;
    padding-right: 6px;
  }
  .custom-item-right {
    width: 76%;
    float: left;
    padding-left: 6px;
    padding-right: 15px;
  }
  .custom-box .notes {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
  }
  /* 大会安排 */
  .meeting-info {
    margin-bottom: 120px;
  }
  .meeting-title {
    font-size: 18px;
    line-height: 24px;
    color: #fff24a;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #536759;
  }
  .agenda {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .agenda li{
    display: block;
    line-height: 32px;
    overflow: hidden;
  }
  .agenda li .time{
    float: left;
    font-size: 14px;
    color: #7b86ab;
    width: 80px;
  }
  .agenda li .circle{
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 14px;
    margin-left: 8px;
    margin-right: 10px;
    background-color: #002577;
  }
  .agenda li .matter{
    float: left;
    font-size: 14px;
    color: #ffffff;
  }
  .agenda li .matter .matter-item .title{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
  }
  .agenda li .matter .matter-item .desc{
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
  }
  .agenda li .matter>span{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
  }
  .agenda li .matter .week {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }
  .agenda-line {
    position: absolute;
    display: block;
    top: 0px;
    left: 90px;
    width: 1px;
    height: 86%;
    background-color: rgba(255, 255, 255, 0.32);
  }
  /* .otherinfo .empty{
    float: left;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    width: 5px;
    border: 1px solid transparent;
  } */
  .code {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    right: 0;
    top: -6px;
    border-radius: 8px;
    background-color:rgb(24,52,159,0.5) ;
    display: none;
  }
  .code > img{
    border-radius: 6px;
    width: 100px;
    margin-top: 0px;
    padding: 0px;
    border: none;
  }
  .code-text{
    display: block;
    margin-top: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
  }
  /* 底部 */
  /* .companyInfo{
    padding: 0 15px;
  } */
  .companyInfo .logo {
    height: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #536759;
  }
  .companyInfo .logo > img {
    height: 100%;
  }
  .companyInfo .desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .companyInfo .desc2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .companyInfo .intro {
    display: flex;
  }
  .companyInfo .intro .intro-item-center {
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    border-right: 1px solid rgba(255, 255, 255, 0.32);
  }
  .companyInfo .intro p {
    margin: 0;
  }
  .companyInfo .intro .intro-item {
    margin-right: 30px;
  }
  .companyInfo .intro .intro-item .t1{
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.64);
  }
  .companyInfo .intro .intro-item .t2{
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
  }
  .companyInfo .intro .intro-item .t2 > span{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
  }
  .intro-right {
    padding: 0 20px;
  }

  .footerInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding-bottom: 200px;
    background-image: url("/market/digital2023/images/pc_bg.jpg");
    background-size: 100% 100%;
  }
  .footerInfo .topic {
    font-size: 16px;
    line-height: 24px;
    color: #fff24a;
    margin-top: 180px;
  }
  .footerInfo .welcome {
    font-size: 32px;
    line-height: 44px;
    color:#fff24a;
    position: relative;
  }
  .footerInfo .welcome::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    height: 2px;
    width: 60px;
    margin-top: 4px;
    background-color: #fff24a;
    transform: translateX(-50%);
  }
  .footerInfo > a {
    width: 160px;
    margin: 0 auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    margin-top: 30px;
    border-radius: 300px;
  }
}

@media (min-width: 1600px){
  .activity-theme-t2 {
    font-size: 56px;
    line-height: 70px;
}
  .activity-theme-t2 > i {
    font-size: 56px;
    line-height: 70px;
    position: relative;
}
  .activity-theme-t1 {
    font-size: 32px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 36px;
  }
  .activity-theme-t3 {
    opacity: 0.72;
    font-size: 24px;
    line-height: 48px;
  }
  #meettitleinfo-city-city {
    font-size: 24px;
  }
  .meettitleinfo-city-t1 {
    font-size: 24px;
}
#meettitleinfo-city-date {
  font-size: 28px;
 
}
.activity-slogan {
  margin-top: 250px;
  margin-bottom: 180px;
  
}
.frame-box-pc {
  background-color: #00319c;
  padding: 50px 70px;
  margin-bottom: 180px;
}
.frame-box-pc .leftbox .leftbox-title {
  font-size: 26px;
  line-height: 32px;
}
.ability-box .ability-items .ability-item {
  width: 40%;
  margin-bottom: 30px;
  padding: 0 40px 20px;
}
.products-item {
  padding: 30px 25px 20px;
  margin-bottom: 30px;
}
.products-item .title {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.products-item .icon {
  float: left;
  width: 32px;
}
.products-item .text {
  float: right;
  width: calc(100% - 45px);
  margin-bottom: 10px;
}
.ability-box {
  margin-bottom: 180px;
}
.products-box {
  margin-bottom: 150px;
}

.custom-item-left {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 6px;
}
.custom-item-right {
  width: 80%;
  float: left;
  padding-left: 6px;
  padding-right: 15px;
}
.custom-item .list li {
  width: 25%;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.8;
}
.custom-item .type {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff24a;
}
.products-item .desc {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-top: 6px;
  color: #f5f5f5;
  opacity: 0.6;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.agenda li {
  display: block;
  line-height: 34px;
  overflow: hidden;
}
.agenda li .matter {
  float: left;
  font-size: 16px;
  color: #ffffff;
}
.custom-box {
  margin-bottom: 210px;
  position: relative;
}
.meeting-info {
  margin-bottom: 150px;
}
.subpage-titlebox {
  margin-bottom: 50px;
}
.companyInfo .intro .intro-item .t2 {
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
}
.footerInfo .topic {
  font-size: 16px;
  line-height: 24px;
  color: #fff24a;
  margin-top: 200px;
}
.footerInfo > a {
 margin-top:30px;
}
.intro-right {
  padding: 0px 30px 0px;
}
.ability-item .desc {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  height: 60px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ability-box > img {
  width: 25%;
  margin-bottom: 120px;
}
.products-titlebox .products-t2 {
  font-size: 28px;
  line-height: 32px;
  color: #fff24a;
  font-weight: bold;
}
.subpage-titlebox .subpage-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #fff24a;
  position: relative;
}
}

@media (min-width: 1800px){
  .activity-theme-t2{
    font-size:60px;
    line-height: 80px;
  }
  .pagemain-home {
    padding-top: 240px;
  }
  .products-item .desc {
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
  }
  .intro-right {
    padding: 30px 30px 0px;
  }
  .ability-item .desc {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    height: 66px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .ability-box > img {
    width: 25%;
    margin-bottom: 120px;
  }
}


@media (min-width: 1921px)  {
  body {
    width: 1920px;
    margin: 0 auto;
  }
  .container {
    width: 1800px;
  }
}

@media (min-width: 320px) and (max-width:767px) {
  .pagemain-subpage {
    /* padding: 0 5px; */
  }
  .subpage-titlebox {
    margin-bottom: 10px;
  }
  .products-titlebox {
    margin-bottom: 30px;
    /* background-image: url(); */
  }
  .subpage-titlebox .subpage-title {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    position: relative;
  }
  .subpage-titlebox .subpage-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 9px;
    width: 2px;
    height: 2px;
    background-color: #fff24a;
  }

  .products-titlebox .products-t1 {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
  }
  .products-titlebox .products-t2 {
    font-size: 17px;
    line-height: 22px;
    color: #fff24a;
  }
  .products-titlebox .products-t2::after {
    content: "";
    display: block;
    background-color: #fff24a;
    height: 2px;
    width: 70px;
    margin-top: 4px;
  }
  .colbox {
    padding-left: unset;
    padding-right: unset;
  }
  .colbox:nth-child(2n+1) {
    padding-left: 15px;
    padding-right: 6px;
  }
  .colbox:nth-child(2n) {
    padding-left: 6px;
    padding-right: 15px;
  }

  /* home */
  .activity-theme {
    /* padding-left: 15px; */
    text-align: left;
  }
  .activity-theme-t1 {
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 6px;
    line-height: 24px;
    color: #fff;
  }
  .activity-theme-t2 {
    font-size: 33px;
    line-height: 36px;
    color: #fff349;
    font-weight: bold;
  }
  .activity-theme-t2 > i {
    font-size: 33px;
    line-height: 36px;
    color: #fff349;
    font-weight: 700;
    position: relative;
  }
  .activity-theme-t2 > i::after{
    content: '2023';
    position: absolute;
    display: block;
    right: -40px;
    top: 13px;
    background-color: #0e42b8;
    color: #fff349;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    padding: 0 6px;
    border-radius: 0px 6px 6px 6px;
  }
  .activity-theme-t3 {
    opacity: 0.72;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
  }
  .activity-theme-t3 > span{
    padding-bottom: 5px;
    border-bottom: 2px solid #fff349;
  }
  .meettitleinfo-city {
    margin-top: 240px;
    /* margin-left: 10px; */
  }
  .meettitleinfo-city-t1 {
    color:#fef34b;
  }
  .meettitleinfo-city-t2 {
    font-size: 10px;
    color:#fff;
    padding-bottom: 4px;
  }
  .meettitleinfo-city-t2 .litter-point {
    margin: 0 -2px;
  }
  .meettitleinfo-city-t3 > span {
    display: none;
    margin-top: 6px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.48);
  }
  .meettitleinfo-city-t3 > .meettitleinfo-city-ewCode {
    display: none;
  }
  .meettitleinfo-city-t3 > a {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 24px;
    border-radius: 24px;
    margin-top: 24px;
    border: 1px solid rgba(255,255,255,0.48);
  }
  .meettitleinfo-city-t3 > a:hover {
    background-color: #ffffff;
    color: #002577;
  }

  #meettitleinfo-city-date {
    font-size: 20px;
    font-weight: 700;
  }
  #meettitleinfo-city-city {
    font-size: 14px;
  }
  #meettitleinfo-city-week {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff24b;
  }
  .meettitleinfo-city-ewCode {
    margin-top: 16px;
    border: 1px solid #8092bb;
    border-radius: 6px;
    width: 72px;
    padding:3px;
  }
  .activity-slogan {
    margin-top: 84px;
    text-align: center;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 4.5px;
  }

  /* 亮点 */
  .dialog {
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: url("/market/digital2023/images/products/box.png") center no-repeat;
    background-size: 100% 100%;
  }
  .dialog .title {
    font-size: 13px;
    line-height: 22px;
    color: #fff24a;
  }
  .dialog .desc {
    margin-top: 8px;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .frame-box {
    margin-top: -10px;
    margin-bottom: 80px;
  }
  .frame-box img{
    width: 100%;
  }
  .products-box {
    margin-bottom: 80px;
  }
  .products-item {
    overflow: hidden;
    padding: 16px 18px 8px 18px;
    margin-bottom: 12px;
    /* border: 1px solid #06459a; */
    background-color: rgba(13, 104, 192, 0.25);
  }
  .products-item .icon {
    float: left;
    width: 20px;
  }
  .products-item .text {
    float: right;
    width: calc(100% - 32px);
    margin-bottom: 10px;
  }
  .products-item .title {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
  }
  .products-item .desc {
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .products-item .desc2 {
    font-size: 10px;
    height: 24px;
    line-height: 12px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
  }
  .products-item .logo {
    height: 36px;
    margin-top: 8px;
  }
  .products-item .logo>img {
    height: 100%;
  }
  .custom-box {
    margin-bottom: 100px;
    position: relative;
  }
  .custom-box .custom-items {
    overflow: hidden;
  }
  .custom-box .custom-item {
    width: 100%;
    border-top: 1px solid rgba(20, 187, 64, 0.36);
    padding: 20px 0;
  }
  .custom-box .custom-item:last-child {
    border-bottom: 1px solid rgba(20, 187, 64, 0.36);
  }
  .custom-item .type {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #fff24a;
  }
  .custom-item .number {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.64);
  }
  .custom-item .list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .custom-item .list li{
    width: 25%;
    float: left;
    text-align: left;
    font-size: 10px;
    color: #ffffff;
    opacity: 0.8;
  }
  .custom-item-left {
    width: 24%;
    float: left;
    padding-left: 15px;
    padding-right: 6px;
  }
  .custom-item-right {
    width: 76%;
    float: left;
    padding-left: 6px;
    padding-right: 15px;
  }
  .custom-box .notes {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 8px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
  }
  /* 大会安排 */
  .meeting-info {
    margin-bottom: 60px;
  }
  .meeting-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff24a;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #536759;
  }
  .agenda {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .agenda li{
    display: block;
    line-height: 28px;
    overflow: hidden;
  }
  .agenda li .time{
    float: left;
    font-size: 12px;
    color: #7b86ab;
    width: 70px;
  }
  .agenda li .circle{
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    background-color: #002577;
  }
  .agenda li .matter{
    float: left;
    font-size: 12px;
    color: #ffffff;
  }
  .agenda li .matter .matter-item .title{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
  }
  .agenda li .matter .matter-item .desc{
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
  }
  .agenda li .matter>span{
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .agenda li .matter .week {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }
  .agenda-line {
    position: absolute;
    display: block;
    top: -7px;
    left: 80px;
    width: 1px;
    height: 88%;
    background-color: rgba(255, 255, 255, 0.32);
  }
  /* .otherinfo .empty{
    float: left;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    width: 5px;
    border: 1px solid transparent;
  } */
  .code {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    right: 0;
    top: -6px;
    border-radius: 8px;
    background-color:rgb(24,52,159,0.5) ;
  }
  .code > img{
    border-radius: 6px;
    width: 80px;
    margin-top: 0px;
    padding: 0px;
    border: none;
  }
  .code-text{
    display: block;
    margin-top: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
  }
  /* 底部 */

  .companyInfo .logo {
    height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #536759;
  }
  .companyInfo .logo > img {
    height: 100%;
  }
  .companyInfo .desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
    line-height: 16px;
  }
  .companyInfo .intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .companyInfo .intro .intro-item-center {
    padding: 0 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    border-right: 1px solid rgba(255, 255, 255, 0.32);
  }
  .companyInfo .intro p {
    margin: 0;
  }
  .companyInfo .intro .intro-item .t1{
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 4px;
  }
  .companyInfo .intro .intro-item .t2{
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);
  }
  .companyInfo .intro .intro-item .t2 > span{
    font-size: 8px;
    color: rgba(255, 255, 255, 0.64);
  }
  
  .footerInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding-bottom: 120px;
    background-image: url("/market/digital2023/images/bg_footer.png");
    background-size: 100% 100%;
  }
  .footerInfo .topic {
    font-size: 9px;
    line-height: 14px;
    color:#fff24a;
    margin-top: 60px;
  }
  .footerInfo .welcome {
    font-size: 18px;
    line-height: 24px;
    color:#fff24a;
    position: relative;
  }
  .footerInfo .welcome::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    height: 2px;
    width: 60px;
    margin-top: 4px;
    background-color: #fff24a;
    transform: translateX(-50%);
  }

}
@media (max-width:400px){
  .products-item .desc {
    font-size: 9px;
    height: 12px;
    line-height: 12px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width:991px){
  .pcDisplay {
    display: none !important;
  }
  .mbDisplay {
    display: block !important;
  }
  .logobox a img {
    height: 30px;
  }
  .pagemain-subpage {
    padding: 0 5px;
  }
  .subpage-titlebox {
    margin-bottom: 10px;
  }
  .products-titlebox {
    margin-bottom: 30px;
    /* background-image: url(); */
  }
  .subpage-titlebox .subpage-title {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    position: relative;
  }
  .subpage-titlebox .subpage-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 9px;
    width: 2px;
    height: 2px;
    background-color: #fff24a;
  }

  .products-titlebox .products-t1 {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
  }
  .products-titlebox .products-t2 {
    font-size: 17px;
    line-height: 22px;
    color: #fff24a;
  }
  .products-titlebox .products-t2::after {
    content: "";
    display: block;
    background-color: #fff24a;
    height: 2px;
    width: 70px;
    margin-top: 4px;
  }
  .colbox {
    padding-left: unset;
    padding-right: unset;
  }
  .colbox:nth-child(2n+1) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .colbox:nth-child(2n) {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* home */
  .activity-theme {
    padding-left: 15px;
    text-align: left;
  }
  .activity-theme-t1 {
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 6px;
    line-height: 24px;
    color: #fff;
  }
  .activity-theme-t2 {
    font-size: 33px;
    line-height: 36px;
    color: #fff349;
    font-weight: bold;
  }
  .activity-theme-t2 > i {
    font-size: 33px;
    line-height: 36px;
    color: #fff349;
    font-weight: 700;
    position: relative;
  }
  .activity-theme-t2 > i::after{
    content: '2023';
    position: absolute;
    display: block;
    right: -40px;
    top: 13px;
    background-color: #0e42b8;
    color: #fff349;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    padding: 0 6px;
    border-radius: 0px 6px 6px 6px;
  }
  .activity-theme-t3 {
    opacity: 0.72;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
  }
  .activity-theme-t3 > span{
    padding-bottom: 5px;
    border-bottom: 2px solid #fff349;
  }
  .meettitleinfo-city {
    margin-top: 240px;
    margin-left: 10px;
  }
  .meettitleinfo-city-t1 {
    color:#fef34b;
  }
  .meettitleinfo-city-t2 {
    font-size: 10px;
    color:#fff;
    padding-bottom: 4px;
  }
  .meettitleinfo-city-t2 .litter-point {
    margin: 0 -2px;
  }
  .meettitleinfo-city-t3 > span {
    display: block;
    margin-top: 6px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.48);
  }
  .meettitleinfo-city-t3 > a {
    display: none;
  }
  #meettitleinfo-city-date {
    font-size: 20px;
    font-weight: 700;
  }
  #meettitleinfo-city-city {
    font-size: 14px;
  }
  #meettitleinfo-city-week {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff24b;
  }
  .meettitleinfo-city-ewCode {
    margin-top: 16px;
    border: 1px solid #8092bb;
    border-radius: 6px;
    width: 72px;
    padding:3px;
  }
  .activity-slogan {
    margin-top: 84px;
    text-align: center;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 4.5px;
  }

  /* 亮点 */
  .dialog {
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: url("/market/digital2023/images/products/box.png") center no-repeat;
    background-size: 100% 100%;
  }
  .dialog .title {
    font-size: 13px;
    line-height: 22px;
    color: #fff24a;
  }
  .dialog .desc {
    margin-top: 8px;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .frame-box {
    margin-top: -10px;
    margin-bottom: 80px;
  }
  .frame-box img{
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .products-box {
    margin-bottom: 80px;
  }
  .products-item {
    overflow: hidden;
    padding: 16px 18px 8px 18px;
    margin-bottom: 12px;
    /* border: 1px solid #06459a; */
    background-color: rgba(13, 104, 192, 0.25);
  }
  .products-item .icon {
    float: left;
    width: 20px;
  }
  .products-item .text {
    float: right;
    width: calc(100% - 26px);
    margin-bottom: 10px;
  }
  .products-item .title {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
  }
  .products-item .desc {
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .products-item .desc2 {
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    margin-top: 6px;
    color: #f5f5f5;
    opacity: 0.6;
  }
  .products-item .logo {
    height: 36px;
    margin-top: 8px;
  }
  .products-item .logo>img {
    height: 100%;
  }
  .custom-box {
    margin-bottom: 100px;
    position: relative;
  }
  .custom-box .custom-items {
    overflow: hidden;
  }
  .custom-box .custom-item {
    width: 100%;
    border-top: 1px solid rgba(20, 187, 64, 0.36);
    padding: 20px 0;
  }
  .custom-box .custom-item:last-child {
    border-bottom: 1px solid rgba(20, 187, 64, 0.36);
  }
  .custom-item .type {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #fff24a;
  }
  .custom-item .number {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.64);
  }
  .custom-item .list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .custom-item .list li{
    width: 25%;
    float: left;
    text-align: left;
    font-size: 10px;
    color: #ffffff;
    opacity: 0.8;
  }
  .custom-item-left {
    width: 24%;
    float: left;
    padding-left: 15px;
    padding-right: 6px;
  }
  .custom-item-right {
    width: 76%;
    float: left;
    padding-left: 6px;
    padding-right: 15px;
  }
  .custom-box .notes {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 8px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
  }
  /* 大会安排 */
  .meeting-info {
    margin-bottom: 60px;
  }
  .meeting-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff24a;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #536759;
  }
  .agenda {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .agenda li{
    display: block;
    line-height: 28px;
    overflow: hidden;
  }
  .agenda li .time{
    float: left;
    font-size: 12px;
    color: #7b86ab;
    width: 70px;
  }
  .agenda li .circle{
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    background-color: #002577;
  }
  .agenda li .matter{
    float: left;
    font-size: 12px;
    color: #ffffff;
  }
  .agenda li .matter>span{
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .agenda li .matter .week {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }
  .agenda-line {
    position: absolute;
    display: block;
    top: -7px;
    left: 80px;
    width: 1px;
    height: 88%;
    background-color: rgba(255, 255, 255, 0.32);
  }
  /* .otherinfo .empty{
    float: left;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 10px;
    width: 5px;
    border: 1px solid transparent;
  } */
  .code {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    right: 0;
    top: -6px;
    border-radius: 8px;
    background-color:rgb(24,52,159,0.5) ;
    display: none;
  }
  .code > img{
    border-radius: 6px;
    width: 80px;
    margin-top: 0px;
    padding: 0px;
    border: none;
  }
  .code-text{
    display: block;
    margin-top: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
  }
  /* 底部 */

  .companyInfo .logo {
    height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #536759;
  }
  .companyInfo .logo > img {
    height: 100%;
  }
  .companyInfo .desc {
    width: 70%;
    height: 172px;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 16px;
    padding: 20px 30px;
    background-color: rgb(24,52,159,0.5);
  }
 
  .companyInfo .intro {
    width: 30%;
    float: left;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 16px;
    padding-right: 24px;
  }
  .companyInfo .intro .intro-item-center {
    padding: 0 0px;
  }
  .companyInfo .intro p {
    margin: 0;
  }
  .companyInfo .intro .intro-item {
    padding: 12px 0;
    border-bottom: 1px solid #536759;
  }
  .companyInfo .intro .intro-item .t1{
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 4px;
  }
  .companyInfo .intro .intro-item .t2{
    font-size: 13px;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);
  }
  .companyInfo .intro .intro-item .t2 > span{
    font-size: 8px;
    color: rgba(255, 255, 255, 0.64);
  }
  
  .footerInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding-bottom: 120px;
    background-image: url("/market/digital2023/images/bg_footer.png");
    background-size: 100% 100%;
  }
  .footerInfo .topic {
    font-size: 9px;
    line-height: 14px;
    color:#fff24a;
    margin-top: 150px;
  }
  .footerInfo .welcome {
    font-size: 18px;
    line-height: 24px;
    color:#fff24a;
    position: relative;
  }
  .footerInfo .welcome::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    height: 2px;
    width: 60px;
    margin-top: 4px;
    background-color: #fff24a;
    transform: translateX(-50%);
  }
}
