* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
  overflow-y: auto;
}
.body {
  margin: auto;
  height: 100%;
}
.leaf {
  display: none;
}
.swiper {
  display: none;
}
.wap_header,
.wap_show {
  display: block;
}
.wap_show {
  position: fixed;
  top: 0;
  left: -5.76rem;
  bottom: 0;
  z-index: 12;
  width: 5.76rem;
  background-color: rgba(0, 0, 0, 0.8);
}
.wap_show .logo {
  margin: 0 auto;
  width: 4.58rem;
  padding: 0.42rem 0 0.3rem;
}
.wap_show .logo img {
  width: 100%;
}
.wap_show .layui-colla-title {
  color: #fff;
  font-size: 0.34rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background-color: transparent;
  padding: 0 0.35rem 0 0.46rem;
}
.wap_show .layui-collapse,
.wap_show .layui-colla-content,
.wap_show .layui-colla-item {
  border: none;
}
.wap_show .layui-colla-icon {
  left: inherit;
  right: 0.46rem;
}
.wap_show .i .layui-colla-icon {
  display: none;
}
.wap_show .layui-colla-content {
  padding: 0 0.46rem 0 0.66rem;
}
.wap_show .layui-colla-content h4 {
  color: #fff;
  font-size: 0.3rem;
  line-height: 0.7rem;
}
.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.header {
  display: none;
}
.wap_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wap_header .logo {
  height: 1.23rem;
  line-height: 1.23rem;
  padding-left: 0.29rem;
}
.wap_header .logo img {
  width: 4.58rem;
  display: inline-block;
  vertical-align: middle;
}
.wap_header .menu {
  padding: 0 0.29rem;
  height: 1.23rem;
  line-height: 1.23rem;
}
.wap_header .menu .barBox {
  display: inline-block;
  vertical-align: middle;
}
.wap_header .menu .bar {
  width: 0.5rem;
  height: 0.06rem;
  border-radius: 0.03rem;
  background-color: #fff;
  margin: 0.1rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__box {
  width: 100%;
  background-color: #323442;
}
.footer__box .footer {
  width: 100%;
  height: 100%;
}
.footer__box .footer .foot {
  width: 100%;
  background-color: #323442;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0.4rem 0.2rem;
  bottom: 0;
  left: 0;
}
.footer__box .footer .foot .logo {
  width: 4.5rem;
  margin-bottom: 0.225rem;
}
.footer__box .footer .foot .contact {
  width: 100%;
  font-size: 16px;
  color: #c0c1c5;
  margin-bottom: 0.225rem;
}
.footer__box .footer .foot .menu {
  display: none;
}
.footer__box .footer .foot p {
  margin-bottom: 0.1625rem;
  color: #a6a7ae;
  font-size: 14px;
  font-weight: normal;
}
.footer__box .footer .foot span {
  font-size: 14px;
  font-weight: normal;
  color: #c0c1c5;
  line-height: 1.5;
}
.mobile__card {
  position: relative;
}
.mobile__card__bg img {
  width: 100%;
  height: 100%;
}
.mobile__card__info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}
.mobile__card .tips {
  width: 100%;
  height: 100%;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #f1f2f7;
}
.mobile__card .tips p {
  font-size: 28px;
  font-family: '宋体';
}
.mobile__card .tips span {
  font-size: 16px;
  font-family: '宋体';
  margin-top: 8px;
}
.mobile__card .introduction {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background-color: rgba(3, 129, 217, 0.8);
  font-size: 12px;
  height: 100%;
  padding: 0.225rem;
}
.mobile__card .introduction .img {
  width: 2.5rem;
  margin-bottom: 0.225rem;
}
.mobile__card .introduction h4 {
  font-size: 18px;
}
.mobile__card .introduction p {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-bottom: 0.225rem;
  font-size: 16px;
}
.mobile__card .introduction .more {
  width: 2.25rem;
  border: 1px solid #ffffff;
  justify-content: space-between;
  padding: 0 0.175rem;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.375rem;
}
.mobile__card .page3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  background-color: rgba(1, 141, 64, 0.8);
  font-size: 12px;
  height: 100%;
  padding: 0.225rem;
}
.mobile__card .page3 .img {
  width: 2.5rem;
  margin-bottom: 0.125rem;
}
.mobile__card .page3 h4 {
  font-size: 18px;
}
.mobile__card .page3 h5 {
  font-size: 18px;
}
.mobile__card .page3 p {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-bottom: 0.225rem;
  font-size: 16px;
}
.mobile__card .page3 .more {
  width: 2.25rem;
  border: 1px solid #ffffff;
  justify-content: space-between;
  padding: 0 0.175rem;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.125rem;
}
.mobile__card .page4 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background-color: rgba(3, 129, 217, 0.8);
  font-size: 12px;
  height: 100%;
  padding: 0.225rem;
}
.mobile__card .page4 .img {
  width: 2.5rem;
}
.mobile__card .page4 h4 {
  font-size: 18px;
}
.mobile__card .page4 p {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-bottom: 0.225rem;
  font-size: 16px;
}
.mobile__card .page4 .more {
  width: 2.25rem;
  border: 1px solid #ffffff;
  justify-content: space-between;
  padding: 0 0.175rem;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.375rem;
}
.mobile__card .footer {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 12px;
  padding: 0.35rem;
}
.mobile__card .footer .head {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.mobile__card .footer .head .img {
  width: 1.5rem;
}
.mobile__card .footer .head h4 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: -0.125rem;
  padding-bottom: 4px;
  position: relative;
}
.mobile__card .footer .head h4::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 64px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.mobile__card .footer .head .list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.225rem;
}
.mobile__card .footer .head .list__item {
  width: 80%;
  display: flex;
}
.mobile__card .footer .head .list__item__time {
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile__card .footer .head .list__item__time .day {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.mobile__card .footer .head .list__item__time .line {
  margin: 8px 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.mobile__card .footer .head .list__item__time .year {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: center;
  color: #fefefe;
}
.mobile__card .footer .head .list__item__text {
  margin-left: 0.225rem;
  flex: 1;
  color: #ffffff;
}
.mobile__card .footer .head .list__item__text span {
  margin-bottom: 18px;
  display: block;
  color: #f5f5f6;
}
.mobile .foot {
  width: 100%;
  background-color: #323442;
  padding: 0.35rem;
  display: flex;
  flex-direction: column;
}
.mobile .foot .logo__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile .foot .contact {
  display: none;
}
.mobile .foot .logo {
  width: 4.375rem;
  margin-bottom: 0.25rem;
}
.mobile .foot .contact {
  display: block;
  font-size: 16px;
  color: #c1c2c6;
  font-weight: 500;
}
.mobile .foot .contact li {
  margin-bottom: 0.225rem;
}
.mobile .foot .menu {
  margin-bottom: 19px;
  color: #c1c2c6;
  display: flex;
  align-items: center;
}
.mobile .foot .menu__item {
  display: flex;
  border: 1px solid #adadb3;
}
.mobile .foot .menu__item:not(:first-child) {
  margin-left: 18px;
}
.mobile .foot .menu__item__icon {
  padding: 14px;
  border-right: 1px solid #adadb3;
}
.mobile .foot .menu__item__icon i {
  font-size: 16px;
  color: #fff;
}
.mobile .foot .menu__item__text {
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.mobile .foot p {
  margin-bottom: 13px;
  color: #a6a7ae;
  font-size: 14px;
  font-weight: normal;
}
.mobile .foot span {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #c0c1c5;
}
.line2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.line1 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
