* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.main {
  width: 100%;
  min-width: 1024px;
  height: 100%;
  position: relative;
}

.main #main {
  width: 100%;
  height: 100%;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) {
  position: relative;
  display: flex;
  background: url(../img/p_1_bg.jpg) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-slogan {
  width: 70%;
  position: absolute;
  left: 60%;
  transform: translateX(-50%);
  top: 160px;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item {
  height: 100%;
  width: 307px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 360px;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(1) {
  width: 385px;
  background: url(../img/title.png) no-repeat 50%/48% auto;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item img {
  opacity: 0;
  margin-top: -60px;
  height: auto;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item.show img {
  animation: fadeInDown .5s alternate forwards;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(2) {
  justify-content: flex-start;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(2) img {
  width: 56%;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(3) {
  justify-content: flex-start;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(3) img {
  width: 56%;
  animation-delay: .3s;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(4) {
  justify-content: flex-start;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(4) img {
  width: 56%;
  animation-delay: .6s;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(5) {
  justify-content: flex-start;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(5) img {
  width: 70%;
  animation-delay: .9s;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(6) {
  justify-content: flex-start;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(1) .p-1-item:nth-of-type(6) img {
  width: 56%;
  animation-delay: 1.2s;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) {
  display: flex;
  transform-origin: 0 0;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .p-2-title {
  width: 20.05%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/p_2_title_bg.jpg) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .p-2-title .title {
  width: 48%;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box {
  position: relative;
  flex: 1;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-1 {
  width: 40%;
  height: 50%;
  background: url(../img/bg_1.jpg) no-repeat 50%/cover;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #fff;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-1 .i-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background-color: #d2b76f;
  opacity: .8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-1 .i-2 .i {
  width: 50%;
  border: none;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-2 {
  width: 20%;
  height: 25%;
  background-color: #498375;
  opacity: .8;
  position: absolute;
  left: 40%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
  border: 1px solid #fff;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-2 .i {
  width: 60%;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-3 {
  width: 20%;
  height: 25%;
  position: absolute;
  left: 40%;
  top: 25%;
  background: url(../img/bg_2.jpg) no-repeat 50%/cover;
  border-bottom: 1px solid #fff;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-4 {
  width: 20%;
  height: 50%;
  position: absolute;
  left: 60%;
  top: 0;
  background: url(../img/bg_3.jpg) no-repeat 50%/cover;
  border: 1px solid #fff;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-5 {
  width: 20%;
  height: 50%;
  position: absolute;
  left: 80%;
  top: 0;
  background: url(../img/bg_4.jpg) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-5 .i-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #d2b76f;
  opacity: .8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-5 .i-4 .i {
  width: 60%;
  border: none;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-6 {
  width: 20%;
  height: 25%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #94825a;
  opacity: .8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
  border-left: 1px solid #fff;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-6 .i {
  width: 80%;
  border: none;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-7 {
  width: 20%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_5.jpg) no-repeat 50%/cover;
  border: 1px solid #fff;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-8 {
  width: 40%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 20%;
  background: url(../img/bg_6.jpg) no-repeat 50%/cover;
  border: 1px solid #fff;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-9 {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 40%;
  height: 25%;
  background-color: #94825a;
  opacity: .8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-9 .i {
  width: 30%;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-10 {
  width: 20%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 60%;
  background: url(../img/bg_7.jpg) no-repeat 50%/cover;
  border: 1px solid #fff;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .bg-11 {
  width: 20%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/bg_8.jpg) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .i-box {
  overflow: hidden;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(2) .box .i-box:hover {
  opacity: 1;
  cursor: pointer;
  transition: all .5s ease;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3) {
  background: url(../img/p_3_bg.jpg) no-repeat 50%/cover;
  display: flex;
  position: relative;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 0;
  background-image: linear-gradient(to top, #3c5b8d, rgba(60, 91, 141, 0));
  display: block;
  z-index: 10;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3) .p-3-title {
  width: 385px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3) .p-3-title .title {
  width: 48%;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3) #news {
  width: 1535px;
  height: 100%;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3) #news .swiper-slide {
  display: flex;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3) #news .swiper-slide .news-block {
  width: 50%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 100px;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3) #news .swiper-slide .news-block .news-item {
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
  color: #fff;
  position: relative;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3) #news .swiper-slide .news-block .news-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 20px;
  background-color: #fff;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3) #news .swiper-slide .news-block .news-item .news-link {
  /* display: flex; */
  align-items: center;
  flex-wrap: wrap;
  line-height: 1em;
  font-size: 20px;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(3) #news .swiper-slide .news-block .news-item .news-date {
  font-size: 16px;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) {
  display: flex;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .p-4-title {
  width: 385px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/p_4_title_bg.jpg) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .p-4-title .title {
  width: 48%;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box {
  width: calc(100% - 385px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px 0;
  text-align: center;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item::before {
  content: '';
  position: absolute;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  background: url(../img/play.png) no-repeat 50%/72px 72px;
  display: block;
  transform: translate(-50%, -50%);
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all .5s ease;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item:hover::after {
  opacity: 0;
  transition: all .5s ease;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-1,
.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-2 {
  padding-top: 220px;
  /*width: 50%;*/
  width: 100%;
  height: calc(100% / 3);
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-3,
.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-4,
.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-5,
.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-6,
.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-7,
.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-8 {
  padding-top: 220px;
  /* width: 33.3333333%; */
  width: 50%;
  height: calc(100% / 3);
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-1 {
  background: url(../img/p_4_item_1.jpg) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-2 {
  background: url(../img/p_4_item_3.jpg) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-3 {
  background: url(../img/p_4_item_new_1.png) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-4 {
  background: url(../img/p_4_item_new_2.png) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-5 {
  background: url(../img/p_4_item_new_3.png) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-6 {
  background: url(../img/p_4_item_new_4.png) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-7 {
  background: url(../img/p_4_item_2.jpg) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(4) .video-box .video-item-8 {
  background: url(../img/p_4_item_4.jpg) no-repeat 50%/cover;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(5) {
  background: url(../img/p_5_bg.jpg) no-repeat 50%/cover;
  display: flex;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(5) .p-5-title {
  width: 20.05%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main #main > .swiper-wrapper > .swiper-slide:nth-of-type(5) .p-5-title .title {
  width: 48%;
}

.main .scale-box {
  width: 1201px;
  height: 54px;
  background: url(../img/scale_bg.png) no-repeat 50% 0/1201px auto;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* display: flex;
  align-items: flex-end;
  justify-content: space-between; */
  padding: 0 168px;
  z-index: 10;
  transition: all .5s ease;
}

.main .scale-box.black {
  background: url(../img/scale_bg_b.png) no-repeat 50% 0/1201px auto;
}

.main .scale-box .scale-item {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 11px;
  transition: all .5s ease;
}

.main .scale-box .scale-item.p-1 {
  left: 193px;
  background: url(../img/scale_item.png) no-repeat 50%/100%;
}

.main .scale-box .scale-item.p-2 {
  left: 393px;
  background: url(../img/scale_item_r.png) no-repeat 50%/100%;
}

.main .scale-box .scale-item.p-3 {
  left: 593px;
  background: url(../img/scale_item_r.png) no-repeat 50%/100%;
}

.main .scale-box .scale-item.p-4 {
  left: 793px;
  background: url(../img/scale_item_r.png) no-repeat 50%/100%;
}

.main .scale-box .scale-item.p-5 {
  left: 993px;
  background: url(../img/scale_item_r.png) no-repeat 50%/100%;
}

.main .scale-box .scale-item.p-5 ~ .item {
  color: #333;
  transition: all .5s ease;
}

.main .scale-box .item {
  width: 72px;
  float: left;
  height: 20px;
  cursor: pointer;
  color: #fff;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  font-size: 18px;
  transition: all .5s ease;
  white-space: nowrap;
  text-align: center;
  margin: 34px 126px 0 0;
}

.main .scale-box .item:last-child {
  margin-right: 0;
}

.main .scale-box .item:hover {
  font-size: 22px;
  transition: all .5s ease;
}

.main .mask {
  background-color: rgba(31, 27, 27, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.main .mask .mask-win {
  background: url(../img/mask_win_bg.jpg) no-repeat 50%/100% 100%;
  width: 1164px;
  height: 820px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 65px;
}

.main .mask .mask-win .mask-title {
  color: #4b9a7b;
  font-weight: bold;
  font-size: 38px;
  line-height: 1em;
  position: relative;
}

.main .mask .mask-win .mask-title::before, .main .mask .mask-win .mask-title::after {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #4b9a7b;
  position: absolute;
  top: 50%;
  display: block;
}

.main .mask .mask-win .mask-title::before {
  left: 0;
  transform: translate(-140%, -50%);
}

.main .mask .mask-win .mask-title::after {
  right: 0;
  transform: translate(140%, -50%);
}

.main .mask .mask-win .close {
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
}

.main .mask .mask-win .close:active {
  opacity: .6;
}

.main .mask .mask-win .video {
  width: 968px;
  height: 476px;
  margin-top: 75px;
}

.main .mask .mask-win .open-list {
  width: 998px;
  height: 628px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}

.main .mask .mask-win .open-list .open-item {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  opacity: .8;
  transition: all .5s ease;
}

.main .mask .mask-win .open-list .open-item:hover {
  cursor: pointer;
  opacity: 1;
  transition: all .5s ease;
}

.main .mask .mask-win .open-list .open-item .open-title {
  line-height: 1em;
  font-size: 20px;
  color: #333;
}

.main .mask .mask-win #com {
  width: 998px;
  height: 566px;
  margin-top: 40px;
}

.main .mask .mask-win #com .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main .mask .mask-win #com .swiper-slide .com-item {
  width: 998px;
  height: 54px;
  background-color: #4b9a7b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 40px;
  font-size: 18px;
}

.main .mask .mask-win #com .swiper-slide .com-item .com-title {
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .mask .mask-win .arr {
  width: 273px;
  background: url(../img/arr.png) no-repeat 50%/100% auto;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #4b9a7b;
  position: relative;
}

.main .mask .mask-win .arr .big {
  font-size: 32px;
}

.main .mask .mask-win .arr .com-prev {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.main .mask .mask-win .arr .com-next {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  cursor: pointer;
}

.p5-wrap {
  width: calc(100% - 385px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e4e4e4;
}

.p5-item-1 {
  width: 25%;
  height: 50%;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  position: relative;
}

.p5-item-1 .front,
.p5-item-1 .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.p5-item-1 .front img {
  max-width: 90%;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.p5-item-1 .front .p5-f-title {
  position: absolute;
  top: 65%;
  font-size: 24px;
  line-height: 1em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.p5-item-1 .back {
  background-color: rgba(255, 255, 255, .9);
  cursor: pointer;
  opacity: 0;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p5-item-1 .back:hover {
  opacity: 1;
  transition: all .5s ease;
}

.p5-item-1:nth-of-type(4) {
  border-right: none;
}

.p5-item-1 .back img {
  max-width: 90%;
  margin-bottom: 25px;
}

.p5-item-1 .back .back-title,
.p5-item-2 .back .back-title {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}

.p5-item-1 .back .back-des,
.p5-item-2 .back .back-des {
  font-size: 20px;
  max-width: 90%;
  text-align: center;
}

.p5-item-2 {
  width: 20%;
  height: 45%;
  border-right: 1px solid #e4e4e4;
  position: relative;
}

.p5-item-2:nth-of-type(9) {
  border-right: none;
}

.p5-item-2 .front,
.p5-item-2 .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 104px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p5-item-2 .back {
  background-color: rgba(255, 255, 255, .9);
  opacity: 0;
  transition: all .5s ease;
}

.p5-item-2 .back:hover {
  cursor: pointer;
  opacity: 1;
  transition: all .5s ease;
}

.p5-item-2 .front img {
  max-width: 90%;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
}

.p5-item-2 .front img.top {
  margin-top: 30px;
}

.p5-item-2 .front .p5-f-2-title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 70%;
  font-size: 24px;
}

.p5-item-2 .back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.create-content {
  width: 1000px;
  height: 680px;
  overflow: auto;
}

.content-wrap {
  width: 100%;
}

.hide {
  display: none !important;
}

@keyframes fadeInDown {
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .p-1-item {
    padding-top: 280px !important;
  }
  .text-title {
    font-size: 28px !important;
  }
  .text-detail {
    font-size: 18px !important;
  }
  .img-box img {
    top: 75% !important;
  }

  .p5-item-2 .front .p5-f-2-title {
    font-size: 18px;
  }

  .p5-item-1 .back .back-title,
  .p5-item-2 .back .back-title {
    font-size: 18px;
  }

  .p5-item-1 .back .back-des,
  .p5-item-2 .back .back-des {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .p-1-item {
    padding-top: 240px !important;
  }
  .text-title {
    font-size: 22px !important;
  }
  .text-detail {
    font-size: 14px !important;
  }
  .img-box img {
    top: 85% !important;
  }
}
/*# sourceMappingURL=index.css.map */