body {
  padding-top: 6.5rem;
  padding-bottom: 3.5rem;
}
header {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 6px 0px;
  position: fixed;
  top: 3rem;
  left: 0;
  z-index: 999;
}
header .nav-item {
  width: 25%;
  /* height: 80rpx; */
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  color: #101010;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .text {
  font-size: 1rem;
  color: #101010;
  font-weight: 400;
}
header .bottom-line {
  width: 1.1rem;
  height: 0.2rem;
  background-color: #d93025;
  border-radius: 0.4rem;
  margin-top: 0.2rem;
  visibility: hidden;
}
header .active .text {
  color: #d93025;
}
header .active .bottom-line {
  visibility: visible;
}
.List {
  padding: 0 0.5rem;
  position: relative;
  z-index: 9;
}
.item {
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.item .top {
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item .top .time {
  font-size: 0.8667rem;
}
.item .img {
  width: 100%;
  display: block;
}
.item .video {
  width: 100%;
  display: block;
}
.item .center {
  padding: 0.8rem 0;
}
.item .center .title {
  font-weight: 700;
  font-size: 1rem;
  color: #101010;
  margin-bottom: 0.8rem;
}
.item .center .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.8rem;
}
.item .center .txt .all {
  font-weight: 400;
  font-size: 0.8667rem;
  color: #444444;
}
.item .center .txt .finish {
  font-weight: 400;
  font-size: 0.8667rem;
  color: #c90707;
}
.item .center .txt2 {
  font-weight: 400;
  font-size: 0.8667rem;
  color: #444444;
  line-height: 1.8rem;
}
.item .center .txt2 .red {
  font-weight: 400;
  font-size: 0.8667rem;
  color: #c90707;
}
.item .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.item .bottom .btn {
  width: 6.8rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #f6390d;
  margin-left: 0.5rem;
  font-size: 0.9333rem;
}
.model {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.model .message {
  position: absolute;
  width: 80%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  text-align: center;
}
.model .message .title {
  line-height: 2rem;
  padding-top: 1rem;
  font-size: 1.1rem;
  padding-bottom: 0.3rem;
}
.model .message .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 1rem;
  height: 4rem;
}
.model .message .top .btn {
  width: 6rem;
  line-height: 2rem;
  height: 2rem;
  color: #888;
  border: 1px solid #888;
}
.model .message .top .active {
  background-color: #f6390d;
  color: #fff;
  border: none;
}
.model .message .center {
  padding: 0 2rem 1rem;
  display: none;
}
.model .message .center div {
  border: 1px solid #888;
  border-radius: 5px;
}
.model .message .center input {
  width: 100%;
  border: none;
  font-size: 1.1rem;
  padding: 0.25rem;
  border-radius: 5px;
}
.model .message .bottom {
  line-height: 3rem;
  display: flex;
  border-top: 1px solid #eee;
}
.model .message .bottom a {
  width: 50%;
  text-align: center;
}
.model .message .bottom a:nth-child(1) {
  border-right: 1px solid #eee;
}
.model2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}
.model2 img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.model2 video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.model2 .iconfont {
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
