html,
body {
  background-color: #051680 !important;
  width: 100vw;
  min-height: 100vh;
  font-size: 62.5% !important;
  background: url('../imgs/bg.jpg') no-repeat;
  background-position: center top;
  background-size: contain;
  --antd-wave-shadow-color: #0A27DA!important;
}
html .ant-btn-primary,
body .ant-btn-primary {
  border-color: #0A27DA;
  background: #0A27DA;
}
html .ant-btn-primary:focus,
body .ant-btn-primary:focus,
html .ant-btn-primary:hover,
body .ant-btn-primary:hover {
  background-color: #0A27DA;
  border-color: #0A27DA;
}
html .ant-image-preview-img,
body .ant-image-preview-img {
  display: initial;
}
.container {
  width: 120rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.container .ant-input-search-large .ant-input-search-button {
  height: 41px;
}
.container .ant-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.container .module-title {
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .module-item {
  margin-bottom: 7.5rem;
}
.container .head {
  width: 32.2rem;
  height: 3.7rem;
  background: url('../imgs/head-logo.png') no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 5rem 0;
}
.container .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .banner .img1 {
  margin: 3.5rem 0;
}
.container .intro-content {
  font-size: 1.6rem;
  color: #fff;
  line-height: 3.2rem;
  padding: 5rem;
  margin-top: -33px;
}
.container .module-main {
  background: #041266;
  border-radius: 1rem;
  margin-top: -3rem;
}
.container .achievement {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
.container .achievement .achievement-title {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
.container .achievement .bottom {
  display: flex;
  width: 100%;
  margin-top: 3rem;
}
.container .achievement .road-video {
  width: 60.8rem;
  height: 34.3rem;
  z-index: 1;
  position: relative;
}
.container .achievement .road-video .video-box {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: relative;
}
.container .achievement .road-video .video-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center!important;
  background-size: cover!important;
}
.container .achievement .road-video .video-pic .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  cursor: pointer;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(https://rs.p5w.net/static/channel/images/i_play.png) no-repeat 50% rgba(0, 0, 0, 0.4);
  content: '';
  transition: all 0.2s;
}
.container .achievement .road-video .video-pic:hover .play-btn {
  background-color: rgba(0, 0, 0, 0.8);
}
.container .achievement .right {
  flex: 1;
  padding: 3.5rem;
}
.container .achievement .right .item {
  display: flex;
}
.container .achievement .right .item p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 3.2rem;
  margin-bottom: 0;
}
.container .achievement .right .item-c {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container .news .module-title {
  margin-bottom: 5rem;
}
.container .news .list {
  display: flex;
  flex-wrap: wrap;
}
.container .news .list .list-item {
  width: calc(50% - 1rem);
}
.container .news .list .list-item .t {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  padding-left: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.container .news .list .list-item .t::after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  font-size: 0;
  line-height: 0;
  width: 4px;
  height: 4px;
  background-color: #fff;
  content: '';
}
.container .news .list .list-item:nth-of-type(odd) {
  margin-right: 2rem;
}
.container .product .module-main {
  padding: 5rem 4.5rem;
}
.container .product .list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.container .product .list .work-item {
  width: calc(100% / 3 - 2.2rem);
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.container .product .list .work-item:not(:nth-of-type(3n)) {
  margin-right: 3.3rem;
}
.container .product .list .work-item:nth-of-type(n + 4) {
  margin-top: 4rem;
}
.container .product .list .work-item:hover .pic img {
  transform: scale(1.1);
}
.container .product .list .work-item .pic {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.container .product .list .work-item .pic img {
  transition: transform 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container .product .list .work-item .t {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  margin-top: 1rem;
}
.container .product .list .work-item .like-count {
  position: absolute;
  top: 0;
  right: 0;
  height: 3.6rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.4rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 9rem;
}
.container .product .list .work-item .sort {
  position: absolute;
  left: -1.5rem;
  top: 0;
  width: 0;
  height: 0;
  border: 5rem solid transparent;
  border-top: 4rem solid #FCBF24;
  z-index: 9;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.container .product .list .work-item .sort i {
  margin-top: -4rem;
  font-size: 1.6rem;
  color: #fff;
  font-style: normal;
}
.container .product .list .work-item .heart {
  position: relative;
  width: 1.6rem;
  height: 1.4rem;
  display: inline-block;
  margin: 0.3rem 0.6rem 0 0;
}
.container .product .list .work-item .heart::before,
.container .product .list .work-item .heart::after {
  position: absolute;
  content: "";
  left: 0.8rem;
  top: 0;
  width: 0.8rem;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.8rem 0.8rem 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.container .product .list .work-item .heart::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.container .product .list .work-item .heart:hover::before,
.container .product .list .work-item .heart:hover::after {
  background: #ffffff;
}
.container .interaction .module-main {
  padding: 4rem 6rem;
  color: #fff;
}
.container .interaction .module-main .t {
  font-size: 1.6rem;
  line-height: 2;
}
.container .interaction .module-main .theme {
  font-size: 2.4rem;
  color: #fff;
}
.container .interaction .module-main .rule-item {
  font-size: 1.6rem;
  line-height: 2;
}
.container .interaction .module-main .publish-btn {
  width: 40rem;
  height: 6rem;
  background: #0A27DA;
  border-radius: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 5rem auto 4rem;
}
.container .interaction .module-main .example {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10rem;
}
.container .interaction .module-main .example .title {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  margin-right: 2rem;
}
.container .interaction .module-main .example .imgs {
  display: flex;
  align-items: center;
}
.container .interaction .module-main .example .img-item {
  width: 13.2rem;
  height: 9.8rem;
  position: relative;
  font-size: 0;
}
.container .interaction .module-main .example .img-item:not(:last-of-type) {
  margin-right: 2rem;
}
.container .interaction .module-main .example .img-item img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 786px) {
  .container {
    width: 100%;
  }
  .container .head {
    width: 20rem;
  }
  .container .module-main {
    margin-top: -2rem;
  }
  .container .banner {
    padding: 0 5rem;
  }
  .container .banner img {
    width: 100%;
  }
  .container .intro .module-title,
  .container .product .module-title {
    padding: 0 30%;
  }
  .container .module-title {
    padding: 0 20%;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .container .module-title img {
    width: 100%;
  }
  .container .module-item {
    margin-bottom: 3rem;
  }
  .container .intro-content {
    padding: 3rem;
    font-size: 1.2rem;
  }
  .container .achievement .achievement-title {
    font-size: 1.6rem;
    padding: 0 3rem;
  }
  .container .achievement .bottom {
    margin-top: 1rem;
  }
  .container .achievement .bottom .right {
    display: none;
  }
  .container .achievement .bottom .road-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
  .container .achievement .bottom .road-video .video-box {
    position: absolute;
    left: 0;
    top: 0;
  }
  .container .product .module-main {
    padding: 2rem 3rem;
  }
  .container .product .list .work-item {
    width: 100%;
    margin: 0 0 1rem 0!important;
  }
  .container .product .list .work-item .pic img {
    object-fit: cover;
  }
  .container .product .list .work-item .t {
    font-size: 1.4rem;
    display: inherit;
    overflow: visible;
  }
  .container .product .list .work-item .like-count {
    font-size: 1.2rem;
    min-width: 3rem;
    height: 2.4rem;
  }
  .container .product .list .work-item .sort {
    left: -0.8rem;
    border: 3rem solid transparent;
    border-top: 2.4rem solid #FCBF24;
  }
  .container .product .list .work-item .sort i {
    margin-top: -2.8rem;
    font-size: 1.4rem;
  }
  .container .interaction .module-main {
    padding: 2rem 3rem;
  }
  .container .interaction .module-main .theme {
    font-size: 1.6rem;
  }
  .container .interaction .module-main .t,
  .container .interaction .module-main .rule-item {
    font-size: 1.2rem;
  }
  .container .interaction .module-main .rule-item {
    margin-bottom: 0.5rem;
  }
  .container .interaction .module-main .publish-btn {
    width: calc(100% - 6rem);
    font-size: 1.8rem;
    margin: 3rem auto 2rem;
    height: 4rem;
  }
  .container .interaction .module-main .example {
    flex-direction: column;
    margin-left: 0;
    align-items: flex-start;
  }
  .container .interaction .module-main .example .title {
    font-size: 1.4rem;
  }
  .container .news .module-title {
    margin-bottom: 2rem;
  }
  .container .news .list {
    padding: 0 3rem;
    flex-direction: column;
  }
  .container .news .list .list-item {
    width: 100%;
  }
  .container .news .list .list-item .t {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
  }
}
