header {
  height: 1.63rem;
  background: url(../images/header-bg.png) no-repeat center center / cover;
  background-color: rgba(0, 63, 136, 1);
  border-bottom: 1px solid rgba(32 96 161);
  box-sizing: border-box;
  color: #fff;
}
header .layout {
  padding: 0.4rem 0 0.3rem;
}
header .logo p {
  font-size: 0.4rem;
}
header .links .top {
  font-size: 16px;
}
header .search {
  margin-top: 20px;
}
header .search ul li {
  float: left;
  width: 85px;
  height: 17px;
  line-height: 17px;
}
header .search ul li a {
  color: #fff;
  padding-left: 25px;
}
header .search ul li:nth-child(1) a {
  background: url(../images/home.png) no-repeat left center ;
}
header .search ul li:nth-child(2) a {padding-left: 15px;
  background: url(../images/exit.png) no-repeat left center ;
}
header .search ul .login-icon a{background: url(../images/login-icon.png) no-repeat left center !important;padding-left: 20px !important;
}
main .yuyue {
  padding: 0.36rem 0 0.27rem;
  border-bottom: 1px solid #e8e8e8;
}
main .yuyue ul li {
  float: left;
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 26px;
}
main .yuyue ul li a {
  display: block;
  height: 100%;
  border: 1px solid #039df4;
  color: #039df4;
  border-radius: 32px;
  overflow: hidden;
}
main .yuyue ul li .active {
  background-color: #039df4;
  color: #fff;
}
main .select .jiaoxue .title {
  padding: 0.26rem 0;
}
main .select .jiaoxue .title h3 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
main .select .jiaoxue ul li {
  float: left;
  width: 132px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 32px;
  margin-right: 30px;
  box-sizing: border-box;
}
main .select .jiaoxue ul li a {
  color: #666;
}
main .select .jiaoxue ul .active {
  border: 1px solid #c9e5fb;
}
main .select .huiyi {
  /*border-bottom: 1px solid #e8e8e8;*/
}
main .select .huiyi .title {
  padding: 0.16rem 0;
}
main .select .huiyi .title h3 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
main .select .huiyi ul {
  /* padding-bottom: 0.45rem; */
}
main .select .huiyi ul li {
  /* wang update 20230823 鼠标经过 展示会议室详情 */
  /* wang update 20230825 修改会议选项开高度 */
  float: left;
  /* width: 2.05rem; */
  width: 100%;
  /* height: 1.09rem; */
  height: 0.49rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  border-radius: 10px;
  background-color: #f8fcff;
  border: 1px solid #039df4;
  margin-bottom: 10px;
    cursor: pointer;
}
main .select .huiyi ul li p {
  padding: 0;
  line-height: 25px;
}
main .select .huiyi ul .active {
  background-color: #039df4;
  position: relative;
}
main .select .huiyi ul .active::after {
    
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
   border-color: transparent  transparent transparent  #039df4;
   z-index: 1;
   left: 50%;
   bottom: -8px;
   transform: translateX(-50%);
}
main .select .huiyi ul .active p {
  color: #fff;
}
main .gaikuang .top-title {
  margin: 0.3rem 1.04rem;
}
main .gaikuang .top-title .gaikuang-left,
main .gaikuang .top-title .gaikuang-right {
  display: inline-block;
  vertical-align: middle;
  width: 3.99rem;
  height: 1px;
  background: url(../images/line.png) no-repeat center center / contain;
}
main .gaikuang .top-title span {
  padding: 0 0.37rem;
  font-weight: bold;
  font-size: 20px;
}
main .gaikuang .bottom-info {
  /*margin: 0 0.45rem;*/
}
main .gaikuang .bottom-info .pic {
  width: 11%;
}
main .gaikuang .bottom-info .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .gaikuang .bottom-info .right {
  width: 85%;
  margin-left: 0.34rem;
}
main .gaikuang .bottom-info .right h3 {
  font-size: 18px;
  font-weight: bold;
}
main .gaikuang .bottom-info .right h3 span {
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  background-color: #039df4;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
}
main .gaikuang .bottom-info .right ul {
  margin-top: 5px;
}
main .gaikuang .bottom-info .right ul div {
  float: left;
  color: #666;
  width: 22%; 
  line-height: 24px;
}
main .gaikuang .bottom-info .right ul div.zhouqi {
    /*max-width: 44%;*/
    width: auto;
     min-width: 25%; 
    margin-right: 2.5%;

}
main .gaikuang .bottom-info .right ul dt {
  width: auto;
  float: left;
}
main .gaikuang .bottom-info .right ul dd {
  /*margin-left: 80px;*/
}
main .gaikuang .bottom-info .right ul dd span:last-of-type {
    display:none;
}
main .week {
  /* margin: 0.98rem 0 0.4rem; */
  margin: 0.2rem 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .week a {
  width: 167px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 35px;
}
main .week a:nth-child(2) {
  margin: 0 0.89rem;
}
main .week .active {
  background-color: #039df4;
  border: 1px solid #039df4;
  color: #fff;
}
main .mark {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .mark .notice {
  color: #ec4242;
}
main .mark .date {
  margin: 0 0.45rem;
}
main .mark .date input[type="date"] {
  width: 3rem;
  height: 0.38rem;
  color: #999;
  padding: 5px 15px;
  border: 1px solid #999;
  border-radius: 0.2rem;
      font-family: 'Microsoft YaHei',Arial;
    font-size: 14px;
    line-height: .38rem;
  box-sizing: border-box;
}
main .mark .sk .sk_ {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
main .mark .sk span {
  display: inline-block;
  vertical-align: middle;
}
main .mark .sk .free {
  background-color: #f8fcff;
}
main .mark .sk .ordered {
  background-color: #039df4;
}
main .mark .sk .verify {
  background-color: #f9d0d3;
}
main .mark .sk .stop {
  background-color: #d0d0d0;
}
@media screen and (max-width: 1300px) {
  .layout {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  header .layout {
    padding: 0.4rem 30px 0.3rem;
  }
  header {
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  main .mark {
    display: block;
  }
  main .mark .date {
    margin: 15px 0;
  }
}
@media screen and (max-width: 830px) {
  header .logo p {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px) {
  main .gaikuang .bottom-info .pic {
    float: none;
    width: 65%;
  }
  main .gaikuang .bottom-info .right {
    float: none;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  main .gaikuang .top-title {
    margin: 0.3rem 0;
  }
  main .gaikuang .top-title .gaikuang-left,
  main .gaikuang .top-title .gaikuang-right {
    display: none;
  }
  main .week {
    margin-top: 0.5rem;
  }
  main .week a {
    height: 38px;
    line-height: 38px;
  }
}
@media screen and (max-width: 600px) {
  header .links .top span {
    display: block;
    text-align: right;
    line-height: 20px;
  }
  header .search {
    margin-top: 3px;
  }
  .layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  main .gaikuang .bottom-info .right ul li {
    width: 100%;
  }
}
