@import url(../../../css/icon1.css);
.main-wl {
  background: #efefef;
}

.main-wl .template {
  width: 1300px;
  margin: 0 auto;
}

.main-wl .plate1 {
  position: relative;
  margin-bottom: 90px;
}

.main-wl .plate1 .banner {
  height: 525px;
}

.main-wl .plate1 .zwlbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.main-wl .plate1 .zwlbox .main {
  width: 440px;
  height: 370px;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.main-wl .plate1 .zwlbox .main > div {
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-wl .plate1 .zwlbox .main > div > label {
  margin-right: 20px;
}

.main-wl .plate1 .zwlbox .main > div > .li1, .main-wl .plate1 .zwlbox .main > div .li2 {
  flex: 1;
}

.main-wl .plate1 .zwlbox .main > .title {
  width: 100%;
  height: 60px;
  background-color: #ff4000;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
}

.main-wl .plate1 .zwlbox .main .li {
  padding: 15px;
  font-size: 14px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.main-wl .plate1 .zwlbox .main .seek {
  background: linear-gradient(to right, #ff6927, #ff4605);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  padding: 0;
}

.main-wl .plate2 .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-wl .plate2 .main > .left {
  width: 840px;
}

.main-wl .plate2 .main > .left .title {
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
}

.main-wl .plate2 .main > .left .title span {
  margin-left: 5px;
}

.main-wl .plate2 .main > .left .imgtext .li {
  background: #fff;
  margin-bottom: 15px;
}

.main-wl .plate2 .main > .left .imgtext .li * {
  font-size: 14px;
  text-align: left;
}

.main-wl .plate2 .main > .left .imgtext .li .text {
  flex: 1;
  padding-right: 20px;
}

.main-wl .plate2 .main > .left .imgtext .li .top {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-wl .plate2 .main > .left .imgtext .li .top .text .p1 {
  font-size: 24px;
}

.main-wl .plate2 .main > .left .imgtext .li .top .text .p2 {
  margin-top: 15px;
  color: #5a5a5a;
  line-height: 2;
}

.main-wl .plate2 .main > .left .imgtext .li .bot {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  color: #ff4000;
}

.main-wl .plate2 .main > .left .lists {
  margin: 20px 0 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main-wl .plate2 .main > .left .lists span,
.main-wl .plate2 .main > .left .lists a {
  width: 32px;
  height: 32px;
  border: 1px solid #ff4000;
  border-radius: 6px;
  background: #fff;
  margin-right: 8px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.main-wl .plate2 .main > .left .lists span:hover,
.main-wl .plate2 .main > .left .lists a:hover {
  color: #fff;
  background: #ff4000;
}

.main-wl .plate2 .main > .left .lists .left {
  display: flex;
  align-items: center;
}

.main-wl .plate2 .main > .left .lists .left span {
  background: #fff;
  border: 1px solid #ff4000;
  margin-right: 13px;
  color: #ff4000;
}

.main-wl .plate2 .main > .left .lists .right {
  display: flex;
  align-items: center;
}

.main-wl .plate2 .main > .left .lists .right span,
.main-wl .plate2 .main > .left .lists .right a {
  cursor: pointer;
}

.main-wl .plate2 .main > .left .lists .right span:nth-child(1),
.main-wl .plate2 .main > .left .lists .right a:nth-child(1) {
  background: #fff;
}

.main-wl .plate2 .main > .left .lists .right span:nth-child(1):hover,
.main-wl .plate2 .main > .left .lists .right a:nth-child(1):hover {
  background: #ff4000;
}

.main-wl .plate2 .main > .left .lists .right span:last-child,
.main-wl .plate2 .main > .left .lists .right a:last-child {
  margin: 0;
}

.main-wl .plate2 .main > .left .lists .right span:last-child:hover,
.main-wl .plate2 .main > .left .lists .right a:last-child:hover {
  background: #ff4000;
}

.main-wl .plate2 .main > .left .lists .right span:last-child div,
.main-wl .plate2 .main > .left .lists .right a:last-child div {
  transform: rotate(180deg);
}

.main-wl .plate2 .main > .left .lists .right .active,
.main-wl .plate2 .main > .left .lists .right .Cur,
.main-wl .plate2 .main > .left .lists .right .current {
  color: #fff;
  background: #ff4000;
}

.main-wl .plate2 .main > .right {
  width: 440px;
}

.main-wl .plate2 .main > .right .ul {
  padding-bottom: 15px;
  background: #fff;
  margin: 15px 0;
}

.main-wl .plate2 .main > .right .ul .title {
  margin-bottom: 10px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}

.main-wl .plate2 .main > .right .ul .title .left {
  display: flex;
  justify-content: flex-start;
}

.main-wl .plate2 .main > .right .ul .title .left img {
  margin-right: 5px;
}

.main-wl .plate2 .main > .right .ul .title .right {
  color: #ff4000;
  font-size: 12px;
  text-align: right;
}

.main-wl .plate2 .main > .right .ul .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 30px;
  height: 32px;
  position: relative;
  margin-bottom: 10px;
}

.main-wl .plate2 .main > .right .ul .li .yihang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-wl .plate2 .main > .right .ul .li:last-child {
  margin: 0;
}

.main-wl .plate2 .main > .right .ul .li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -43%);
  left: 15px;
  width: 3px;
  height: 50%;
  background: #ff4000;
  border-radius: 5px;
}

.main-wl .plate2 .main > .right .ul .li a {
  text-align: left;
  flex: 1;
}

.main-wl .plate2 .main > .right .ul .li .time {
  width: 65px;
  font-size: 12px;
  color: #999;
  text-align: right;
}
