.bg-wraper {
  background-color: #F9F5F2 !important;
}
.defu-page img {
  display: block;
  margin: 0 auto;
}
.defu-video-wrap {
  position: relative;
  width: 856px;
  height: 466px;
  margin: 52px auto 0;
  background-color: #ffffff;
}
.defu-video-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -8px;
  bottom: -8px;
  box-shadow: 0 5px 12px 0 rgba(155, 120, 50, 0.3);
  background-image: linear-gradient(126deg, #dfcd97 -3%, #c59d4c 97%);
}
.defu-video-wrap .cover-wrap {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(129deg, #dfcd97 11%, #c9a151 82%);
  border-image-slice: 1;
}
.defu-video-wrap .cover-wrap .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.defu-video-wrap .cover-wrap .cover-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: .3s ease;
}
.defu-video-wrap .cover-wrap .cover-mask:hover {
  background-color: rgba(0, 0, 0, 0);
}
.defu-video-wrap .cover-wrap .cover-mask .play-btn {
  width: 66px;
}
.intro-container {
  position: relative;
  width: 856px;
  height: 466px;
  padding: 13px;
  box-shadow: 0 5px 12px 0 rgba(155, 120, 50, 0.3);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(139deg, #dfcd97 8%, #c9a151 84%);
  border-image-slice: 1;
  background-color: #fff;
  margin: 103px auto 0;
  box-sizing: border-box;
}
.intro-container:before, .intro-container:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-container:before {
  width: 211px;
  height: 243px;
  left: -39px;
  top: -26px;
  background-image: url(https://oss-xpc0.xpccdn.com/Upload/edu/2020/07/035efef567aa830.png);
}
.intro-container:after {
  width: 448px;
  height: 216px;
  right: -300px;
  bottom: -86px;
  background-image: url(https://oss-xpc0.xpccdn.com/Upload/edu/2020/07/035efef5676ec33.png);
}
.intro-container .intro-border {
  width: 100%;
  height: 100%;
  text-align: center;
  border: solid 1px rgba(201, 161, 81, .5);;
}
.intro-container .intro-border img {
  width: 510px;
  padding-top: 54px;
}
.poster-container {
  margin-top: 88px;
}
.poster-container .cover-content {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.poster-container .cover-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -8px;
  bottom: -8px;
  box-shadow: 0 5px 12px 0 rgba(155, 120, 50, 0.3);
  background-image: linear-gradient(126deg, #dfcd97 -3%, #c59d4c 97%);
}
.poster-container .cover-content .cover-wrap {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(129deg, #dfcd97 11%, #c9a151 82%);
  border-image-slice: 1;
}
.poster-container .poster-content {
  width: 100%;
}
.women-container {
  margin-top: 90px;
}
.women-container .women-title {
  width: 318px;
}
.women-container .women-content {
  width: 662px;
  margin-top: 53px;
}
.behind-container {
  background-color: #D7B87F;
  padding: 80px 0 70px;
  margin-top: 62px;
}
.behind-container .behind-title {
  width: 346px;
}
.behind-container .defu-video-wrap {
  margin-top: 60px;
}
.behind-container .defu-video-wrap .cover-wrap {
  border-width: 1px;
}
.behind-container .defu-video-wrap::after {
  background-color: #502b1c;
  box-shadow: none;
  background-image: none;
}
.behind-container  p {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.88px;
  text-align: center;
  color: #502b1c;
  padding-top: 48px;
}
.thanks-container {
  margin-top: 78px;
}
.thanks-container img {
  width: 616px;
}
.bottom-wrap {
  padding: 0 0 50px;
}
.recent-pic .module-title {
  display: block;
  width: 112px;
  height: auto;
  margin: 0 auto 45px;
}
.recent-pic {
  background-image: url(https://oss-xpc0.xpccdn.com/Upload/edu/2020/07/035efef567c2083.png);
  background-repeat: no-repeat;
  background-size: 1336px 551px;
  background-position: center 0;
  padding: 42px 0 50px;
  margin-top: 28px;
}
.recent-pic .pic-item a {
  background-color: #fff;
}
.recent-pic .pic-item img {
  width: 320px !important;
  outline: none;
  height: 166px;
  object-fit: cover;
  background-color: #fff;
}
.creation-banner {
  display: none;
}