.motor-container {
  background: #f6f6f6;
}
.motor-container .banner {
  width: 100%;
  /* background: url(../images/huodongbanner.png) no-repeat; */
  /* height: 480px; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.motor-container .banner h5 {
  font-size: 46px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 31px;
}
.motor-container .banner .text {
  position: absolute;
  left: 10%;
  z-index: 2;
}
.motor-container .banner p {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}

.motor-container main .nav li .first-nav {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 41px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.motor-container main .nav li.active .first-nav {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
}
.motor-container main .nav li .first-nav .line {
  width: 60px;
  height: 2px;
  margin-top: 20px;
  background: #f6f6f6;
  display: block;
}
.motor-container main .nav li.active .first-nav .line {
  background: #ef7c1c;
}

.motor-container main .nav {
  display: flex;
  justify-content: center;
}
.motor-container main .nav li .first-nav {
  margin-right: 68px;
  cursor: pointer;
}
.motor-container main .nav li:last-child .first-nav {
  margin-right: 0;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.navigation li {
  width: 30px;
  height: 30px;
  background: #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
}
.navigation li a {
  color: #fff;
}
.navigation li:last-child {
  margin-right: 0;
}
.navigation li.active {
  background: rgba(57, 57, 57, 1);
}
.motor-container main .saishi-box.remen {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
}
.motor-container main .saishi-box.remen .img-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
.motor-container main .saishi-box.remen .img-item .left-box {
  width: 53%;
  position: relative;
}
.motor-container main .saishi-box.remen .img-item .left-box .bofang-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.motor-container main .saishi-box.remen .img-item .left-box img {
  width: 100%;
  height: 100%;
}
.saishi-box:nth-child(2) .img-item .img-box {
  height: 300px;
}
.motor-container main .saishi-box.remen .img-item .right-box {
  width: 47%;
  background: #fff;
  padding: 38px 50px 50px 50px;
  box-sizing: border-box;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}

.motor-container main .saishi-box.remen .img-item .right-box .p1 {
  font-size: 25px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #262626;
  max-height: 90px;
  margin-bottom: 10px;
}
.motor-container main .saishi-box.remen .img-item .right-box .p2 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #262626;
  margin-bottom: 10px;
  max-height: 64px;
}
.motor-container main .saishi-box.remen .img-item .right-box .zan-box1 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
.motor-container main .saishi-box.remen .img-item .right-box .zan-box1 img {
  width: 7px;
  height: 14px;
  margin-left: 17px;
}
.zan-box {
  margin-top: 60px;
}
.zan-box ul li span,
.zan-box p {
  font-size: 14px;
  margin-bottom: 0;
}
.zan-box ul li img {
  width: 24px;
  height: 15px;
}
.zan-box ul li:last-child img {
  width: 17px;
  height: 17px;
}
.zan-box ul li:first-child {
  margin-right: 24px;
}
.time-box {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.time-box .status {
  padding: 5px;
  box-sizing: border-box;
  display: block;
  color: 12px;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 4px;
  color: #fff;
}
.time-box .status.begin {
  background: #333333;
}
.time-box .status.end {
  background: #aaaaaa;
}
.time-box .status.ing {
  background: #ef7c1c;
}
.time-box span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
