.hall-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hall-info h3 {
  margin: .05rem 0;
  font-size: .26rem;
  font-weight: 600;
}

.hall-info h4 {
  font-size: .16rem;
  color: #2B333D;
}

.navs a {
  display: flex;
  flex-direction: column;
}

.video-container {
  position: relative;
  height: 100%;
}

.video-container img {
  width: 100%;
  height: 100%;
}

.video-container div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
}

.video-container .open-video {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  margin-top: -.16rem;
  margin-left: -.1rem;
  width: .28rem;
  height: .32rem;
  z-index: 5;
}

/* @media(min-width: 1400px) {
  .video-box {
    margin-top: .2rem;
  }
} */

@media(max-width: 767px) {
  .hall-info {
    padding-top: 1rem;
    padding-bottom: 1.8rem;
  }
}

@media (max-width: 930px) {
  .hall-info .hall-info-container {
    flex-direction: column-reverse;
  }

  .two-column {
    flex-direction: column !important;
  }

  .hall-info-container .img-box {
    margin: 0 !important;
    padding: .5rem;
  }

  .hall-info-container div img {
    width: 100% !important;
  }
}

/* @media (min-width:1120px) {
  .hall-info .hall-info-container {
    width: 11.17rem;
    height: 3.81rem;
  }
} */
@media (min-width:1120px) {
  .hall-info .hall-info-container {
    width: 11.17rem;
    height: 3.81rem;
  }
}

/* @media (max-width:1119px) and (min-width:990px) {
  .hall-info-container div img {
    width: 3.75rem !important;
    height: 2.6rem !important;
  }
} */

.hall-info .hall-info-container {
  display: flex;
  margin-top: 1.47rem;
  background: url(/images/index/bg.png) no-repeat 100% / cover;
  border-radius: .1rem;
}

.bg-img {
  background: url(/images/index/left.png) no-repeat 100% / cover !important;
}


.hall-info-container .img-box {
  display: flex;
  margin-top: -.5rem;
  margin-left: -.9rem;
}

.tow {
  margin-left: 0 !important;
  margin-right: -.9rem !important;
}

.temp-padd {
  padding: 0 .7rem 0 .4rem !important;
}

.hall-info-container div img {
  width: 5.75rem;
  height: 3.81rem;
  border-radius: .1rem;
}

.hall-info-container .hall-info-text {
  flex: 1;
  font-size: .2rem;
  color: #FFFFFF;
}

.hall-info-container .hall-info-text .hall-info-text-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .4rem 0 .7rem;
  height: .66rem;
}

.hall-info-container .hall-info-text .hall_info_row2 {
  height: calc(100% - 1.2rem);
}

#app .el-scrollbar__wrap {
  overflow-x: hidden;
}

.hall-info-container .hall-info-text .hall-info-text-top span {
  font-size: 50px;
  font-weight: 600;
  opacity: .5;
}

.hall-info-container .hall-info-text .hall-info-text-top h3 {
  margin: 0;
  text-align: start;
  font-size: .26rem;
  font-weight: 600;
  font-family: SimSun;
}

.hall-info-container .hall-info-text p {
  padding: 0 .7rem;
  text-align: justify;
  /* text-indent: 2em; */
  /* white-space: pre-line; */
  font-size: .18rem;
  font-family: SimSun;
  letter-spacing: .03rem;
  line-height: .3rem;
}

.footer-chart {
  position: relative;
  padding: .68rem 0 1.49rem 0;
  width: 100%;
  /* height: 6.5rem; */
  background-color: #EDF0F3;
}

.footer-chart .move-img {
  max-width: 18vw;
  position: absolute;
  right: 11.5vw;
  top: -8vw;
  z-index: 10;
  -webkit-animation: img2 10s ease-in-out infinite;
  animation: img2 10s ease-in-out infinite;
}

.footer-chart .footer-chart-text {
  text-align: center;
}

.footer-chart .footer-chart-text h3 {
  margin: .05rem 0;
  font-size: .26rem;
  font-weight: 600;
}

.footer-chart .footer-chart-text h4 {
  font-size: .16rem;
  color: #2B333D;
}

.my-swiper-box {
  display: flex;
}

.my-swiper-box img {
  width: 5.35rem;
  height: 3.5rem;
  /* border-radius: .05rem; */
}

.my-swiper-info {
  /* flex: 1; */
  width: calc(100% - 5.3rem);
  padding: .5rem .5rem 0 .5rem;
  color: #333333;
  background-color: #FFFFFF;
}

.my-swiper-info h3 {
  margin: 0;
  text-align: start;
  font-size: .22rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.my-swiper-info p {
  margin: .3rem 0;
  min-height: 1.8rem;
  font-size: .18rem;
  text-align: justify;
}

.my-swiper {
  width: 100%;
}

.my-swiper-pagination-box {
  display: flex;
}

.my-swiper-pagination {
  display: inline-block;
  margin-right: .2rem;
  width: 46px;
  height: 4px;
  background: #E5E5E5;
}

.current-swiper {
  background: #1D9DFF;
}

.my-swiper-container {
  display: flex;
  justify-content: center;
  margin-top: .82rem;
}

.temp-swiper {
  width: 12rem;
  margin: 0 .6rem;
}

/* @media(min-width:1307px) {
  .footer-chart {
    height: 6.5rem;
  }
} */

@media(max-width:1306px) {
  .temp-swiper {
    width: 10rem;
    margin: 0 .3rem;
  }
}

@media(max-width:850px) {
  .temp-swiper {
    width: 6rem;
    margin: 0 .1rem;
  }

  .my-swiper-box {
    flex-direction: column;
    align-items: center;
  }

  .my-swiper-box img {
    height: 3rem;
  }

  .my-swiper-box .my-swiper-info {
    /* width: 5.3rem; */
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .my-swiper-pagination-box {
    margin-bottom: .2rem;
  }
}

@media(max-width:467px) {
  .temp-none {
    display: none !important;
  }
}

.jiantou {
  display: flex;
  align-items: center;
}

.jiantou img {
  width: .6rem;
  height: 1.5rem;
}

.jiantou-rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

@media (max-width: 865px) {
  .link-box {
    padding-top: .2rem;
  }
}

@media (min-width: 850px) {
  .my-swiper-box-img {
    width: 5.3rem !important;
  }
}

.my-swiper-box-img {
  display: flex;
}

.my-swiper-box-img img {
  width: 100%;
}

.descripation-text {
  /* white-space: pre-line; */

  letter-spacing: .03rem;
  margin: .3rem 0;
  min-height: 1.8rem;
  line-height: .3rem;
  font-size: .18rem;
  font-family: SimSun;
  color: #343434;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.txtboxtempmar {
  margin: .1rem 0;
}

.make-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: .2rem;
  border-bottom: 1px solid #DCDCDC;
}

.make-top span {
  position: absolute;
  left: 0;
  font-size: .16rem;
  color: #1D7DFF;
}

.make-top h3 {
  font-size: .24rem;
  font-weight: 600;
  color: #333333;
}

.date-title {
  display: flex;
  align-items: baseline;
}

.date-title h3 {
  margin-right: .18rem;
  font-size: .2rem;
  font-weight: 600;
  color: #333333;
}

.date-title p {
  font-size: .14rem;
  color: #666666;
}

.time-slot {
  margin-bottom: .3rem;
  font-size: .2rem;
  font-weight: 600;
  color: #333333;
}

.mentdate {
  flex: 1;
  overflow: hidden;
}

.mentdate-item {
  text-align: center;
  font-size: .2rem;
  color: #333333;
  border: .03rem solid #65ADFF;
  border-radius: .1rem;
  cursor: pointer;
}

.mentdate-item span {
  display: inline-block;
  margin: .1rem 0;
}

.mentdate-item-log {
  display: flex;
  justify-content: flex-end;
  height: .28rem;
}

.mentdate-item-log div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .42rem;
  height: .28rem;
  background: #65ADFF;
  border-top-left-radius: .1rem;
  -webkit-border-top-left-radius: .1rem;
}

.mentdate-item div img {
  width: .24rem;
  height: .19rem;
}

.data-main {
  display: flex;
  margin: .3rem 0;
  padding-right: .1rem;
}

.data-main .datemore {
  display: flex;
  align-items: center;
  margin-left: .1rem;
  padding: 0 .13rem;
  width: .8rem;
  font-size: .18rem;
  color: #333333;
  border: .03rem solid #E5E5E5;
  border-radius: .1rem;
}

.data-main .datemore-log {
  border-top: 3px solid #E5E5E5;
  border-right: 3px solid #E5E5E5;
  height: .15rem;
  width: .18rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
}

.my-dialog-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .3rem 0 .1rem 0;
  font-size: .16rem;
  color: #333333;
}

.my-dialog-footer .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: .77rem; */
  width: 1.6rem;
  height: .48rem;
  background: #65ADFF;
  border-radius: .06rem;
  font-size: .2rem;
  color: #FFFFFF;
  cursor: pointer;
}

.return-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: .48rem;
  margin-right: .77rem;
  font-size: .18rem;
  color: #65ADFF;
  border: 1px solid #65ADFF;
  border-radius: .06rem;
  background-color: #FFFFFF;
  cursor: pointer;
}

.step2 {
  margin-bottom: .2rem;
  padding: 0 .3rem;
}

.make-info-title {
  display: flex;
  align-items: baseline;
}

.make-info-title h3 {
  margin-right: .27rem;
  padding-bottom: .08rem;
  font-size: .2rem;
  color: #333333;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.select_info {
  color: #65ADFF !important;
  border-bottom: 2px solid #65ADFF !important;
}

.make-info-title p {
  font-size: .14rem;
  color: #666666;
}

.make-info-box {
  display: flex;
  align-items: center;
  margin: .15rem 0;
  font-size: .18rem;
  color: #333333;
}

.make-info-box span {
  margin-right: .35rem;
  width: .9rem;
}

.make-info-box div {
  padding: .13rem .2rem;
  width: 3rem;
  border-bottom: 1px solid #DCDCDC;
}

.make-info-box div:hover {
  border-bottom: 1px solid #1D7DFF;
}

.make-info-box div input {
  width: 100%;
  height: .23rem;
  font-size: .18rem;
  font-family: SimSun;
  border: none;
  cursor: pointer;
}

.make-info-box div input::placeholder {
  font-size: .18rem;
  color: #AAAAAA;
}

.make-info-box div input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: .18rem;
  color: #AAAAAA;
}

.make-info-box div input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: .18rem;
  color: #AAAAAA;
}

.make-info-box div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: .18rem;
  color: #AAAAAA;
}

.make-info-box div input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: .18rem;
  color: #AAAAAA;
}

.textarea_box {
  border-bottom: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.make-info-box div textarea {
  padding: .13rem .2rem;
  width: 100%;
  height: .85rem;
  font-size: .18rem;
  font-family: SimSun;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  cursor: pointer;
}

.make-info-box div textarea::placeholder {
  font-size: .18rem;
  color: #AAAAAA;
}

.make-add-btn {
  padding: .12rem 0;
  border-bottom: 1px dashed #BFBFBF;
}

.make-add-btn div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: .36rem;
  font-size: .14rem;
  color: #65ADFF;
  border: 1px solid #65ADFF;
  border-radius: .15rem;
  cursor: pointer;
}

.my-dialog-main {
  max-height: 4.5rem;
  /* overflow-y: scroll; */
}

.make-info-flex {
  display: flex;
  align-items: center;
}

.make-info-del {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  margin-left: .9rem;
  padding: .05rem .1rem;
  font-size: .18rem;
  color: #FFFFFF;
  border: 1px solid #F56C6C;
  border-radius: .15rem;
  background-color: #F56C6C;
  cursor: pointer;
}

.step3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step3 img {
  margin-bottom: .36rem;
  width: 3.68rem;
  height: 2.14rem;
}

.step3 p {
  text-align: center;
  line-height: .3rem;
  font-size: .18rem;
  color: #65ADFF;
}

.temp-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.temp-container .item-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* min-height: 2.4rem; */
  height: 2.4rem;
  font-size: .18rem;
  color: #333;
  z-index: 2;
}

.temp-container .item-box:after {
  content: "";
  top: -.18rem;
  bottom: -.18rem;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #58bbef, #5e9bf7);
  border-radius: .1rem;
  z-index: -1;
  transform: scale(0);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  /* Firefox 4 */
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -o-transition: all .5s ease;
  /* Opera */
}

@media (min-width: 1000px) {
  .temp-container .item-box:hover .item-box-text {
    font-size: .2rem;
    color: #FFFFFF;
  }

  .temp-container .item-box:hover img {
    margin-right: .1rem;
    width: 1.1rem;
    height: 1.1rem;
  }

  .temp-container .item-box-text {
    margin: .2rem 0;
  }

  .temp-container .item-box:hover:after {
    transform: scale(1);
  }
}

@media (max-width: 750px) {
  .temp-container {
    flex-direction: column;
  }

  .temp-container .item-box {
    justify-content: flex-start;
    min-height: 1.4rem;
    min-width: 3.5rem;
    padding: .2rem 0;
  }

  .item-box .text-box {
    align-items: flex-start;
    margin-left: .2rem;
    text-align: left !important;
  }

}

.temp-container .item-box img {
  margin-right: .1rem;
  width: 1rem;
  height: 1rem;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  /* Firefox 4 */
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -o-transition: all .5s ease;
  /* Opera */
}

.item-box .text-box .item-box-text {
  margin: .1rem 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  /* Firefox 4 */
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -o-transition: all .5s ease;
  /* Opera */
}

.item-box .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  transition: all .5s ease;
  font-family: SimSun;
  -moz-transition: all .5s ease;
  /* Firefox 4 */
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -o-transition: all .5s ease;
  /* Opera */
}

.log {
  margin-right: .02rem;
  color: #f33b45;
}

.inform-box {
  margin-bottom: .3rem;
  padding: 0 .1rem;
  color: #333333;
}

.inform-box .inform-box-title {
  margin-bottom: .2rem;
  font-size: .2rem;
  font-weight: 600;
}

.inform-box .inform-title {
  margin: .05rem;
  font-size: .18rem;
}

.inform-box .inform-text {
  /* white-space: pre-line; */
  text-indent: 2.6em;
  line-height: .3rem;
  font-size: .16rem;
}

.inform-bottom {
  display: flex;
  justify-content: center;
}

.inform-bottom .inform-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: .48rem;
  background: #65ADFF;
  border-radius: .06rem;
  font-size: .2rem;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
}

.curation-text {
  text-indent: 2.4em;
}

.my_title{
  display: flex;
  justify-content: space-between;
}

.m_n{
  margin-right: 0 !important;
}