body {
  background: #F0F0F0;
}

#main {
  width: 1200px;
  margin: 0 auto;
  background: url(../images/invit-bgs.png) no-repeat bottom !important;
  background-size: cover;
  padding-bottom: 40px;
}

.header-wrap {
  width: 100%;
  height: 560px;
  background-size: 100% 560px !important;
  position: relative;
}

.banner-tip {
  font-size: 60px;
  font-family: "SourceHanSansCN-Bold";
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 80px 100px;
  border: 8px solid rgba(250, 250, 250, .4);
  margin-top: 60px;
}

.choose-wrap {
  width: 1160px;
  background: #fff;
  margin: 20px auto;
  margin-top: 60px;
  text-align: left;
  padding: 20px;
  font-size: 16px;
}

.choose-wrap .choose-city {
  margin-bottom: 20px;
  float: left;
  width: 1020px;
}

.choose-wrap strong {
  display: inline-block;
  height: 100%;
  min-width: 80px;
  float: left;
}

.choose-wrap a {
  color: #646464;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
  margin: 0px 12px;
  display: inline-block;
  padding: 5px 7px;
  line-height: 16px;
  cursor: pointer;
}

.choose-wrap a.choose-active {
  background: #333333 !important;
  ;
  color: #fff
}

.choose-wrap a:hover {
  background: #333333 !important;
  color: #fff;
  text-decoration: none
}

.invit-wrap {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.invit-wrap li {
  width: 100%;
  height: 69px;
  line-height: 69px;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.invit-wrap li span {
  display: block;
  text-align: center;
  color: #646464;
  font-size: 16px;
  float: left;
}

.invit-wrap li:hover {
  background: #f9f9f9;
}

.invit-wrap .invit-title {
  background: #f9f9f9;
}

.invit-wrap .invit-title span {
  font-size: 18px;
  color: #333;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
}

.invit-wrap li .name {
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.invit-wrap li .kind {
  width: 150px;
}

.invit-wrap li .address {
  width: 200px;
}

.invit-wrap li .num {
  width: 160px;
}

.invit-wrap li .time {
  width: 250px;
}

.invit-wrap li .find-detail {
  width: 180px;
}

.invit-wrap li .find-detail a {
  display: inline-block;
  width: 110px;
  cursor: pointer;
  height: 28px;
  border: 1px solid #999;
  text-align: center;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
  line-height: 28px;
}

.find-detail a:hover {
  background: #333 !important;
  color: #fff;
  text-decoration: none;
  border-radius: 2px
}

.invit-tip {
  text-align: center;
  line-height: 70px;
  height: 70px;
  width: 100%;
  background: #fff;
  color: #009bde;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
  font-size: 15px;
}

.page-wrap {
  width: 1200px;
  margin: 0 auto;
}

/* 分页重置样式 */
.layui-laypage {
  margin: 40px 0 0 0;
}

.layui-laypage a,
.layui-laypage span {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 16px;
}

.layui-laypage a {
  width: auto;
  height: auto;
  /* line-height: 36px; */
  padding: 4px 10px;
  border: 1px solid rgba(230, 230, 230, 1);
}

.layui-laypage .on a {
  border: none;
  background-color: transparent;
}

.layui-laypage li {
  display: inline-block;
}


.layui-laypage a:hover {
  color: #009bde;
}

/* .layui-laypage a:first-child,.layui-laypage a:last-child{
  width: 84px;
  font-size:16px;
} */
.layui-laypage .layui-laypage-curr {
  border: none;
  background-color: transparent;
}

.layui-laypage-curr .layui-laypage-em {
  background-color: transparent !important;
}

.layui-laypage .layui-laypage-curr em {
  color: #009bde !important;
}

.layui-laypage .layui-laypage-spr {
  border: none;
  background-color: transparent;
}

.nav-list li.nav-active {
  background-color: #fff;
}

.nav-list li.nav-active a {
  color: rgba(51, 51, 51, 1);
}

.nav-list li.nav-active::after {
  border-color: #fff transparent transparent transparent;
}

.nav-list li a {
  color: #fff;
}

@media screen and (max-width:1280px) {

  #main {
    width: 90%;
  }

  .choose-wrap,
  .invit-wrap {
    width: 100%;
    box-sizing: border-box;
  }

  .choose {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px;
  }

  .choose>* {
    float: none;
    margin: 0;
  }

  .choose-wrap .choose-city {
    width: calc(100% - 100px);
    margin: 0;
  }

  .invit-wrap li {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: auto;
    padding: 10px 0;
    line-height: normal;
  }

  .invit-wrap li>span {
    width: auto !important;
    display: block;
  }

  .invit-wrap li span {
    font-size: 14px;
  }

  .invit-wrap .invit-title span {
    font-size: 16px;
  }

}

@media screen and (max-width:1024px) {

  .banner-tip {
    font-size: 40px;
    padding: 50px 60px;
  }

  .invit-tip {
    height: auto;
    line-height: normal;
    padding: 10px 0;
  }

  .invit-wrap li>span {
    box-sizing: border-box;
    padding: 0 5px;
  }


}

@media screen and (max-width:768px) {

  .invit-wrap .invit-title {
    display: none;
  }

  .invit-wrap li {
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 0;
    gap: 10px;
  }

  .invit-tip {
    height: auto;
    line-height: normal;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
  }

  .choose-wrap {
    padding: 20px 10px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .choose-wrap a {
    padding: 5px;
    font-size: 13px;
  }

  .choose-wrap .choose-city {
    width: calc(100% - 90px);
    margin: 0;
  }

}