@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

/* 轮播容器开始 */
.loop {
  width: 3.75rem;
  height: 1.75rem;
}

.loop .swiper-container {
  width: 100%;
  height: 1.75rem;
  /*background-color: black;*/
  display: flex;
}

.loop .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 9;
}

.loop .lunboimg {
  width: 100%;
  height: 100%;
}

.loop .swiper-container > .swiper-pagination-bullets {
  bottom: 8px !important;
}

.loop .swiper-pagination-bullet {
  background-color: #fccf00 !important;
}

/* 轮播容器结束 */
/* 新闻中心开始 */
.newsCenter {
  width: 3.75rem;
  padding-top: 40px;
}

.newsCenter .title {
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  font-family: "PingFang SC";
  text-align: center;
}

.newsCenter .tab {
  width: 3.75rem;
  padding-top: 0.25rem;
}

.newsCenter .tab .tabTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
}

.newsCenter .tab .tabTitle .leftT {
  border-top-left-radius: 0.06rem;
}

.newsCenter .tab .tabTitle .rightT {
  border-top-right-radius: 0.06rem;
}

.newsCenter .tab .tabTitle .tabItem {
  flex: 1;
  height: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  font-size: 0.14rem;
  color: #666666;
  font-family: "PingFang SC";
}

.newsCenter .tab .tabBody {
  width: 3.75rem;
  padding-top: 15px;
  padding-right: 0.25rem;
  box-sizing: border-box;
  /* 新闻中心结束 */
}

.newsCenter .tab .tabBody .listBox {
  background-color: white;
  display: none;
}

.newsCenter .tab .tabBody .listBox .listItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 0.15rem;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
}

.newsCenter .tab .tabBody .listBox .listItem .point {
  width: fit-content;
  height: fit-content;
}

.newsCenter .tab .tabBody .listBox .listItem .point .ball {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #f2f2f2;
  border-radius: 50%;
  margin-top: 0.05rem;
}

.newsCenter .tab .tabBody .listBox .listItem .content {
  padding-left: 0.1rem;
  box-sizing: border-box;
  flex: 1;
}

.newsCenter .tab .tabBody .listBox .listItem .content .title {
  width: 3.3rem;
  font-size: 0.14rem;
  font-family: "PingFang SC";
  color: #333333;
  line-height: 0.2rem;
  text-align: left;
  font-weight: 100;
}

.newsCenter .tab .tabBody .listBox .listItem .content .time {
  color: #999999;
  line-height: 0.17rem;
  font-size: 0.12rem;
  font-family: "PingFang SC";
  padding-top: 0.04rem;
}

/* 板块说明开始 */
.plate {
  margin-top: 0.35rem;
  width: 3.75rem;
  background-image: url("../../images/mobile/contentIntro.png");
  background-position: center center;
  background-size: 100% 100%;
  padding: 0.4rem 0.21rem;
  box-sizing: border-box;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 0.9rem);
  grid-gap: 20px;
}

.plate .list {
  width: fit-content;
  margin: 0 auto;
}

.plate .list .img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plate .list .img img {
  max-width: 0.32rem;
  max-height: 0.32rem;
}

.plate .list .number {
  display: flex;
  justify-content: center;
}

.plate .list .number .num {
  font-size: 0.14rem;
  line-height: 0.19rem;
  color: #fdd000;
  font-family: "PingFang SC";
}

.plate .list .number .unit {
  font-family: "PingFang SC";
  font-size: 0.12rem;
  color: #ffffff;
  line-height: 0.17rem;
  display: block;
  /*padding-left: 0.03rem;*/
}

.plate .list .desc {
  font-size: 0.12rem;
  color: #ffffff;
  line-height: 0.17rem;
  text-align: center;
}

/* 服务容器开始 */
.serveBoxNav {
  padding-top: 0.4rem;
  width: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
}

.serveBoxNav .item {
  border-right: 1px solid white;
  flex: 1;
  background: #f2f2f2;
  padding: 0.1rem 0rem;
  height: 0.69rem;
}

.serveBoxNav .item .img {
  width: 0.29rem;
  height: 0.29rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.serveBoxNav .item .img img {
  max-width: 0.29rem;
  max-height: 0.29rem;
}

.serveBoxNav .item .text {
  text-align: center;
  line-height: 0.2rem;
  font-size: 0.14rem;
  font-family: "PingFang SC";
  padding-top: 0.03rem;
}

.serveBoxNav .lastItem {
  border-right: none;
}

/* 展商服务 */
.exServe {
  width: 3.75rem;
  padding-top: 0.1rem;
  position: relative;
}

.exServe .title {
  width: 100%;
  text-align: center;
  color: #333333;
  line-height: 0.25rem;
  font-size: 0.18rem;
  font-family: "PingFang SC";
}

.exServe .photoList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0.15rem;
  box-sizing: border-box;
  margin: 0.27rem 0px 0.4rem 0px;
}
.serveBox .online {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0.27rem 0px 0.4rem 0px;
}

.exServe .photoList .Back {
  position: relative;
  font-size: 0.12rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.17rem;
  text-align: center;
}

.exServe .photoList .Back img {
  width: 0.65rem;
  /*height: 0.73rem;*/
  max-width: 0.63rem;
  max-height: 0.75rem;
  display: block;
}

.exServe .photoList .Back .logo {
  width: 0.3rem;
  height: 0.29rem;
  position: absolute;
  top: 0.11rem;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 3;
}

.exServe .photoList .Back .txt {
  z-index: 10;
  position: absolute;
  top: 0.43rem;
  left: 0px;
  right: 0px;
  margin: auto;
  color: #006fb8;
}

.exServe .photoList .Back .text {
  z-index: 10;
  position: absolute;
  top: 0.43rem;
  left: 0px;
  right: 0px;
  margin: auto;
}

/* 展品推荐 */
.exRecommend {
  width: 100%;
  background: #f6f6f7;
}

.exRecommend .title {
  text-align: center;
  padding-top: 0.4rem;
  font-size: 0.18rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  line-height: 0.25rem;
}

.exRecommend .section {
  margin-top: 0.25rem;
  padding: 0px 0.15rem;
  box-sizing: border-box;
}

.exRecommend .section .threeImg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.03rem;
}

.exRecommend .section .threeImg .itemBox {
  width: 1.133rem;
  background: rgba(0, 111, 184, 0.1);
  height: 0.8rem;
}

.exRecommend .section .threeImg .itemBox .img {
  display: flex;
  justify-content: center;
  width: 35%;
  height: 0.37rem;
  margin: 0 auto;
  margin-top: 0.09rem;
}

.exRecommend .section .threeImg .itemBox .img img {
  width: 100%;
  display: block;
}

.exRecommend .section .threeImg .itemBox .txt {
  width: 100%;
  text-align: center;
  font-size: 0.13rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  line-height: 0.16rem;
  /* 20/100 */
  padding: 0rem 0.05rem 0.1rem 0.05rem;
  box-sizing: border-box;
}

.exRecommend .section .twoImg {
  margin-top: 0.03rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.exRecommend .section .twoImg .itemBox {
  flex: 1;
  background: rgba(0, 111, 184, 0.1);
  height: 0.8rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
}

.exRecommend .section .twoImg .itemBox .img {
  display: flex;
  justify-content: center;
  width: 23%;
  height: 60%;
  margin: 0 auto;
  margin-top: 0.02rem;
}

.exRecommend .section .twoImg .itemBox .img img {
  width: 100%;
  display: block;
}

.exRecommend .section .twoImg .itemBox .txt {
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  line-height: 0.2rem;
  /* 20/100 */
  /*padding: 0rem 0.25rem 0px 0.25rem;*/
  box-sizing: border-box;
}
.txt1{
 padding: 0rem 0.25rem 0px 0.25rem
}

.exRecommend .section .twoImg .itemBox:not(:nth-child(2n)) {
  margin-right: calc(15% / 15);
}

.exRecommend .btn {
  width: 100%;
  height: fit-content;
  width: 2rem;
  height: 0.36rem;
  border-radius: 0.04rem;
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0.25rem;
}

.exRecommend .btn .lookMore {
  width: 2rem;
  height: 0.36rem;
  background: #f6f6f7;
  outline: none;
  border: 0.01rem solid #d9d9d9;
  font-size: 0.16rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #5e5e5e;
  line-height: 0.23rem;
  cursor: pointer;
}

.vr {
  background: #f6f6f7;
  padding: 0px 0.15rem;
  padding-top: 0.6rem;
  box-sizing: border-box;
  position: relative;
}

.vr .backImg {
  width: 100%;
  /*height: 100%;*/
  display: block;
}

.vr .vrButton {
  width: 3.45rem;
  height: 2.31rem;
  position: absolute;
  top: 0.6rem;
  left: 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vr .vrButton .vrBtn {
  width: 0.27rem;
  height: 0.33rem;
}

.exhibitors {
  padding: 0px 0.15rem;
  box-sizing: border-box;
  background: #f6f6f7;
  padding-bottom: 0.4rem;
}

.exhibitors .title {
  text-align: center;
  font-size: 0.18rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  line-height: 0.25rem;
  padding-top: 0.35rem;
  padding-bottom: 0.25rem;
}

.exhibitors .exBox1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column{
  display:  flex;
  flex-direction: column;
}

.exhibitors .exBox1 .item {
  border: 1px solid #e0e0e0;
  width: 1.64rem;
  position: relative;
  margin-top: 0.12rem;
}

.exhibitors .exBox1 .item .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.48rem;
  height: 0.6rem;
  background: #ffffff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0.17rem;
  margin: auto;
  z-index: 2;
}

.exhibitors .exBox1 .item .imgBox img {
  max-width: 1.12rem;
  max-height: 0.6rem;
  display: block;
}

.exhibitors .exBox1 .item .top {
  width: 100%;
  height: 1.67rem;
  background-image: url("../../images/mobile/exBackImg.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.exhibitors .exBox1 .item .top .companyMsg {
  width: 100%;
  background-color: #ebf7ff;
  position: relative;
  top: 0.59rem;
  padding-top: 0.28rem;
}

.exhibitors .exBox1 .item .top .companyMsg .name {
  padding: 0px 0.13rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.14rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  line-height: 0.2rem;
}

.exhibitors .exBox1 .item .top .companyMsg .exNumber {
  display: flex;
  justify-content: center;
  padding-top: 0.1rem;
  border-bottom: 1px solid #f8f5f5;
}

.exhibitors .exBox1 .item .top .companyMsg .exNumber .cLabel {
  font-size: 0.12rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  line-height: 0.17rem;
}

.exhibitors .exBox1 .item .top .companyMsg .exNumber .cNumber {
  font-size: 0.14rem;
  font-family: Arial-BoldMT, Arial;
  font-weight: 600;
  color: #333333;
  line-height: 0.16rem;
  padding-left: 0.03rem;
  height: 0.31rem;
}

.exhibitors .exBox1 .item .foot {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.12rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #006fb8;
  line-height: 0.17rem;
  padding: 0.15rem 0.18rem;
  box-sizing: border-box;
}

.exhibitors .exBox1 .item .foot .consulting {
  border-right: 1px solid #e0e0e0;
  margin: 0px;
  padding: 0px;
  padding-right: 0.14rem;
  box-sizing: border-box;
}

.exhibitors .exBox1 .item .foot .consulting a {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #006FB8;
  line-height: 0.17rem;
}

.exhibitors .exBox1 .item .foot .collection {
  padding-left: 0.12rem;
  box-sizing: border-box;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #006FB8;
  line-height: 0.17rem;
}

.exhibitors .exBox1 .item::not(:nth-child(2n)) {
  margin-right: calc(15% / 3);
}

.exhibitors .btn {
  width: 100%;
  height: fit-content;
  width: 2rem;
  height: 0.36rem;
  border-radius: 0.04rem;
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.header1 {
  height: 91px;
  padding: 15px 15px 25px;
  box-sizing: border-box;
  background: url('../../images/mobile/headBG.png');
  background-size: 100%;
}

.exhibitors .btn .lookMore {
  width: 2rem;
  height: 0.36rem;
  background: #f6f6f7;
  outline: none;
  border: 0.01rem solid #d9d9d9;
  font-size: 0.16rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #5e5e5e;
  line-height: 0.23rem;
  cursor: pointer;
}

.partnerMedia {
  background-color: white;
  padding-bottom: 0.5rem;
}

.partnerMedia .title {
  text-align: center;
  font-size: 0.18rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  line-height: 0.25rem;
  padding-top: 0.4rem;
  padding-bottom: 0.29rem;
  position: relative;
  margin: 0 auto;
}

.partnerMedia .mideaBox {
  margin: 0px 0.15rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 1rem);
  grid-gap: 0.2rem;
}

.partnerMedia .mideaBox .img {
  height: 0.41rem;
  width: 1rem;
  margin-top: 0.05rem;
}

.partnerMedia .mideaBox .img img {
  height: 0.41rem;
  width: 1rem;
  display: block;
}

.newTab {
  background: #006fb8;
  font-size: 0.16rem !important;
  font-family: "PingFang SC";
  color: #ffffff !important;
  line-height: 0.23rem;
}

.newShow {
  display: block !important;
}

.selectServe {
  background-color: #006fb8 !important;
  color: white !important;
}

/* -------------展位图------------- */
.exActive {
  background: #006fb8 !important;
  border: 0px solid #e0e0e0;
  font-family: "Microsoft YaHei";
  font-weight: 400 !important;
}

.serveBox {
  width: 3.46rem;
  margin: 0 auto;
  font-size: 18px;
  /* margin-top: 0.3rem; */
  /* margin: auto; */
  /* height: auto; */
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: space-around;*/
}
.serveBox span a{
  color: #000000;
  font-size: 0.1rem;
}

.serveActive {
  display: flex;
  justify-content: space-between;
}

.exServe .leftTxt {
  flex: 1;
  padding-top: 0.4rem;
}

.exServe .gaunZhong {
  padding-left: 0.54rem;
}

.exServe .gaunZhong .quickEntry ul li {
  margin-right: 1.73rem;
}

.exServe .addLeft {
  width: 2.47rem;
  height: 0.44rem;
  border: 1px solid #333333;
  border-radius: 4px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #333333;
  background: #f6f6f7;
  margin-top: 0.5rem;
  text-align: center;
  line-height: 0.44rem;
}

.serveBox .booth .bttn {
  display: flex;
  flex-wrap: wrap;
}

.serveBox .booth .bttn .item {
  width: 1.03rem;
  height: 0.5rem;
  background: #e5e9ec;
  margin-bottom: 0.18rem;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0.08rem;
  box-sizing: border-box;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #333333;
  line-height: 0.2rem;
}
.serveBox .booth .bttn1 {
  display: flex;
  flex-wrap: wrap;
}
.serveBox .booth .bttn1 .item {
  width: 1.03rem;
  height: 0.5rem;
  background: #e5e9ec;
  margin-bottom: 0.18rem;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0.08rem;
  box-sizing: border-box;
  font-size: 0.1rem;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #333333;
  line-height: 0.15rem;
}

.serveBox .booth .item:not(:nth-child(3n)) {
  margin-right: calc(10% / 2);
}

.lookMoreBooth {
  width: 2.47rem;
  height: 0.44rem;
  border: 1px solid #333333;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  margin-top: 1.31rem;
  margin-left: 0.35rem;
}

.serveBox .booth .boothActive {
  width: 1.4rem;
  height: 0.6rem;
  background: #fdd000;
  border: 0px solid #e0e0e0;
}

.epidemic .itemMsg {
  flex: 1;
}

.epidemic .health {
  display: flex;
  padding-bottom: 0.25rem;
  padding: 0px 0.1rem;
  padding-bottom: 0.25rem;
}

.epidemic .health .left {
  width: 0.48rem;
  height: 0.48rem;
}

.epidemic .health .left img {
  width: 0.48rem;
  height: 0.48rem;
}

.epidemic .health .right {
  padding-left: 0.25rem;
  box-sizing: border-box;
}

.epidemic .health .right .title {
  font-size: 0.22rem;
  font-weight: 600;
  padding-bottom: 0.15rem;
}

.exServe .rightImg {
  width: 3.46rem;
  padding-left: 0.35rem;
  box-sizing: border-box;
}

.exServe .guanzhong {
  padding-left: 0px !important;
}

/* 展位图开始 */
.exServe .zhanwei {
  padding-left: 0px !important;
  width: 3.46rem;
  height: 2.31rem;
  background: url("../../images/mobile/exBooth.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  background-color: white;
}

.exServe .zhanwei .w-area,
.exServe .zhanwei .e-area {
  position: absolute;
}

.exServe .zhanwei .w1 {
  left: 0.65rem;
  bottom: 0.365rem;
}

.exServe .zhanwei .w2 {
  left: 0.65rem;
  bottom: 0.91rem;
}

.exServe .zhanwei .w3 {
  left: 0.65rem;
  top: 0.6rem;
}

.exServe .zhanwei .w4 {
  left: 0.65rem;
  top: 0.062rem;
}

.exServe .zhanwei .E1 {
  right: 0.682rem;
  bottom: 0.355rem;
}

.exServe .zhanwei .E2 {
  right: 0.69rem;
  bottom: 0.91rem;
}

.exServe .zhanwei .E3 {
  right: 0.7rem;
  bottom: 1.37rem;
}

.exServe .zhanwei .E4 {
  right: 0.7rem;
  bottom: 1.71rem;
}

.exServe .zhanwei .E5 {
  right: 0.03rem;
  bottom: 0.83rem;
}
.exServe .zhanwei .E6 {
  right: 0.03rem;
  bottom: 1.53rem;
}
.exServe .zhanwei .E7 {
  right: 0.25rem;
  bottom: 2.03rem;
}

.exServe .zhanwei .Area-A {
  right: 0.03rem;
  bottom: 0.33rem;
}
.exServe .zhanwei .w-long {
  width: 0.83rem;
  height: 0.348rem;
  background-color: #006fb8;
}

.exServe .zhanwei .w-mid {
  width: 0.53rem;
  height: 0.25rem;
  background-color: #006fb8;
}

.exServe .zhanwei .w-short {
  width: 0.21rem;
  height: 0.21rem;
  background-color: #006fb8;
  margin-left: 0.62rem;
  /* 110/100 */
}

.exServe .zhanwei .w-short2 {
  width: 0.30rem;
  height: 0.25rem;
  background-color: #006fb8;
  margin-left: 0.62rem;
}

.exServe .zhanwei .E5 .w-short {
  width: 0.53rem;
  height: 0.25rem;
  background-color: #006fb8;
}

.exServe .zhanwei .e-area .w-short {
  margin-left: 0px;
}

.exServe .zhanwei .w-area:hover,
.exServe .zhanwei .e-area:hover {
  transform: scale(1.05);
  transition: All 0.4s ease-in-out;
  z-index: 99;
}

.exServe .zhanwei .w-area:hover .w-short,
.exServe .zhanwei .w-area:hover .w-long,
.exServe .zhanwei .e-area:hover .w-short,
.exServe .zhanwei .e-area:hover .w-short2,
.exServe .zhanwei .e-area:hover .w-mid,
.exServe .zhanwei .e-area:hover .w-long {
  background-color: #cdecff;
}

.exServe .zhanwei .E5:hover .w-short {
  background-color: #cdecff;
}

.exServe .zhanwei .w-area .zg-font,
.exServe .zhanwei .e-area .zg-font {
  color: #5c7591;
  font-size: 0.3rem;
  font-size: 0.3rem;
  line-height: 0.5rem;
  padding-left: 0.15rem;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 0.14rem;
  position: relative;
  top: -0.1rem;
  /*left: 0.04rem;*/
}

.exServe .zhanwei .E5 .w-short {
  text-align: center;
}

.exServe .zhanwei .E5 .w-short .zg-font {
  line-height: 0.42rem;
  padding-left: 0;
  font-size: 0.14rem;
}

.exServe .zhanwei .img-active .w-short,
.exServe .zhanwei .img-active .w-long {
  background-color: #fdd100;
  border: 1px solid blue;
}

.exActive {
  background-color: #fdd100 !important;
}

.leftTxt .item:hover {
  background-color: #fdd100 !important;
  font-weight: 600;
}

/* 展位图结束 */
/* -----------展位图激活状态--------- */
.exServe .rightImg img {
  width: 100%;
  height: 100%;
}

.exServe .smallTitle {
  font-size: 0.3rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #333333;
  padding-top: 0.11rem;
}

.exServe .content {
  padding-top: 0.39rem;
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #333333;
  line-height: 0.27rem;
}

.exServe .quickEntry ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.41rem;
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #333333;
  line-height: 0.27rem;
}

.exServe .quickEntry ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.8rem;
  margin-bottom: 0.05rem;
  width: 1.25rem;
}

.quickEntry span {
  margin-left: 0.15rem;
  width: 1.2rem;
}

/* ------------激活的状态-------------- */
.entryActive {
  font-size: 0.18rem;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #006fb8;
  line-height: 0.27rem;
  text-align: left;
}

/* -------------模块-------------------- */
.module {
  display: flex;
  justify-content: space-between;
  padding-top: 1.71rem;
}

.module .cardItem {
  width: 2.3rem;
  height: 1.2rem;
  border-radius: 0.04rem;
}

.module .cardItem img {
  width: 2.3rem;
  height: 1.2rem;
  border-radius: 0.04rem;
}

/* ---------------------疫情防控--------------------------- */
.epidemic {
  display: flex;
  justify-content: space-between;
  padding-right: 0.15rem;
  padding-top: 0.25rem;
  box-sizing: border-box;
}

.epidemic .leftImg {
  width: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.epidemic .leftImg img {
  width: 1.6rem;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.epidemic .rightTxt {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0.25rem 0px;
  position: relative;
  left: 0.15rem;
  box-sizing: border-box;
}

.epidemic .rightTxt .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.1rem;
  background-color: white;
  width: 0.99rem;
  box-sizing: border-box;
}

.epidemic .rightTxt .item .arrowImg {
  width: 0.1rem;
  display: flex;
  align-items: flex-start;
}

.epidemic .rightTxt .item .arrowImg img {
  width: 0.01rem;
  height: 0.18rem;
}

.epidemic .rightTxt .item .text {
  width: 0.65rem;
  font-size: 0.15rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  line-height: 0.23rem;

}

.epidemic .leftIcon {
  font-size: 0.12rem;
  flex: 1;
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}

.epidemic .leftIcon img {
  max-width: 0.36rem;
  max-height: 0.36rem;
  display: block;
}

.epidemic .rightContent {
  font-size: 0.12rem;
  width: 2.84rem;
}

.epidemic .rightContent .title {
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 0.23rem;
  text-align: left;
}

.epidemic .rightContent .txt {
  padding-top: 0.1rem;
  font-size: 0.14rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  line-height: 0.2rem;
}

.exBox {
  display: flex;
  justify-content: space-between;
}

.exBox .leftImg {
  width: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.formImg{
  width: 100%;


}
.formImg img{
  max-width: 100%;
}

.exBox .leftImg img {
  width: 1.6rem;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.exBox .rightTxt {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0.25rem 0px;
  position: relative;
  left: 0.05rem;
  box-sizing: border-box;
}

.exBox .rightTxt .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.1rem;
  background-color: white;
  padding-left: 0.05rem;
  box-sizing: border-box;
}

.exBox .rightTxt .item .arrowImg {
  width: 0.2rem;
  display: flex;
  align-items: flex-start;
}

.exBox .rightTxt .item .arrowImg img {
  width: 0.16rem;
  height: 0.23rem;
}

.exBox .rightTxt .item .text {
  width: 0.65rem;
  font-size: 0.15rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  line-height: 0.23rem;
}

.exBox .txtBox {
  flex: 1;
  font-size: 0.14rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  margin-top: 0.1rem;
  /*padding-left: 0.15rem;*/
  box-sizing: border-box;
  height: 1.83rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.exBox .txtBox1 {
  flex: 1;
  font-size: 0.13rem;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #333333;
  /*padding-left: 0.15rem;*/
  margin-top: 0.1rem;
  box-sizing: border-box;
  height: 1.83rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}



.exServe {
  position: relative;
}

.exServe .serverTitle {
  text-align: center;
  font-size: 0.18rem;
}
.exServe .serverTitle .article {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 0.1rem;
  line-height: 0.15rem;
  text-align: justify;
  display: block;
}
.exBox .article {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 0.1rem;
  line-height: 0.15rem;
  text-align: justify;
  height: 1.3rem;
  display: block;
  font-family: "PingFang SC";
}

.visvilitied {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.selectClick {
  display: block;
}

.noClick {
  display: none;
}
.entry{
  font-size:18px;
  margin: 0 20px;
}
.entry a img{
  width: 0.5rem;
}
/*a {*/
/*  display: block;*/
/*}*/
