#pv1 {
  display: flex;
  flex-wrap: nowrap;
  width: 540px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../../assets/img/ex_bg.jpg);
  background-size: cover;
  background-position: center;
}

#pv2 {
  display: none;
  width: 360px;
  height: 283px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../../assets/img/ex_bg.jpg);
  text-align: center;
  background-size: cover;
  background-position: right center;
}

.working-area {
  width: 640px;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.preview {
  display: block;
  width: 540px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.preview h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}

.banner-form-wrap {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.stand-pv, .hall-pv {
  font-weight: 600;
  /*color: #6adc77;*/
}

#co-pv {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.3rem;
}

.ex-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 283px;
  padding: 10px;
}

.ex-content2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
  height: 283px;
}

.exlogo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 257px;
  height: 270px;
  background-image: url(../../assets/img/ex_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.exlogo-wrap {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#exlogo-img {
  max-width: 100%;
  max-height: 100%;
  /*height: auto;*/
  /*display: block;*/
  /*position: absolute;*/
  /*image-rendering: crisp-edges;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-moz-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*-o-transform: translate(-50%, -50%);*/
}

/* .text-pv { */

/* position: absolute; */

/* width: 100%; */

/* bottom: 10px; */

/* left: 0; */

/* right: 0; */

/* text-align: center; */

/* } */

/* .text-pv p { */

/* margin-top: 2px; */

/* margin-bottom: 2px; */

/* } */

.img-thumb {
  width: 100px;
  height: auto;
  border: 1px solid #999;
  margin-left: 5px;
}

.img-list {
  margin-bottom: 20px;
  text-align: center;
}

.img2x-1 {
  width: 210px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.img2x-2 {
  width: 215px;
  margin-top: 5px;
}

.loading-delay {
  display: none;
}

