@keyframes dow_arr1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dow_arr2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes large-s {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.ctn_1 {
  width: 100%;
  overflow: hidden;
  margin-top: -10%;
  position: relative;
  z-index: 5;
  padding-bottom: 4rem;
}
.ctn_1 .w1280 {
  background-image: url('/repository/image/27bbac38-6f9a-41bd-83ff-315c07c0462f.jpg?t=1644822415084');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fbfbfb;
}
.ctn_1 .tab {
  width: 100%;
  margin: 1rem auto;
  padding: 5px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0px 0px 15px #efefef;
  text-align: center;
}
.ctn_1 .tab a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 100px;
  background-color: #F5F5F5;
  color: #808080;
  margin: 0 2%;
  font-size: 14px;
  line-height: 1.5;
}
.ctn_1 .tab a.on {
  background-color: #7B191F;
  color: #fff;
}
.ctn_1 .tag {
  width: 96%;
  margin: 1rem auto 0;
}
.ctn_1 .tag a {
  display: inline-block;
  border-radius: 5px;
  background-color: #E5E5E5;
  color: #8C8C8C;
  padding: 6px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.ctn_1 .tag a.on {
  background-color: #7B191F;
  color: #fff;
}
.ctn_1 .infor {
  width: 96%;
  margin: 0 auto;
}
.ctn_1 .infor ul {
  padding: 1.5rem 0;
  border-bottom: 1px solid #EBEBEB;
}
.ctn_1 .infor ul .tips {
  display: block;
  cursor: pointer;
}
.ctn_1 .infor ul .tips .tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn_1 .infor ul .tips .tit .name {
  font-weight: bold;
  color: #000;
}
.ctn_1 .infor ul .tips .tit .detail {
  color: #666;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.ctn_1 .infor ul .tips .tit .detail i {
  display: inline-block;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  transition: all 0.3s;
}
.ctn_1 .infor ul .tips .sign {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5rem;
}
.ctn_1 .infor ul .tips .sign ol {
  width: 60%;
}
.ctn_1 .infor ul .tips .sign ol li {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  padding: 1px 9px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
}
.ctn_1 .infor ul .tips .sign .time {
  width: 40%;
  color: #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: right;
  line-height: 20px;
}
.ctn_1 .infor ul .tips .sign .time i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 16px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.ctn_1 .infor ul .tips.on .tit .detail i {
  transform: rotate(90deg);
}
.ctn_1 .infor ul .details {
  padding-top: 1.5rem;
  display: none;
}
.ctn_1 .infor ul .details .txt {
  color: #808080;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ctn_1 .tab a {
    padding: 6px 22px;
  }
  .ctn_1 .infor ul .tips .sign {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ctn_1 .infor ul .tips .sign ol {
    width: 100%;
  }
  .ctn_1 .infor ul .tips .sign .time {
    width: 100%;
    justify-content: flex-start;
  }
  .ctn_1 .infor ul .details .txt {
    font-size: 12px;
  }
}