.main {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.main .main_home {
  height: auto;
  width: 100%;
}

.main .main_home .top_kv {
  width: 100%;
  overflow: hidden;
}

.main .main_home .top_kv .swiper-slide {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.main .main_home .top_kv .swiper-slide img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main .main_home .top_kv .swiper-slide video {
  width: 100%;
}

.main .main_home .top_kv .swiper-slide p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.main .main_home .product_list {
  height: auto;
  width: 100%;
  position: relative;
  top: -85px;
}

.main .main_home .product_list .product_back {
  height: auto;
  width: 100%;
}

.main .main_home .product_list .product_back img {
  width: 100%;
}

.main .main_home .product_list .product_back_1 {
  background-color: #f5f7f9;
  height: 60%;
  width: 53%;
  position: absolute;
  top: 57%;
}

.main .main_home .product_list .product_title {
  text-align: center;
  position: absolute;
  top: 20%;
  width: 100%;
}

.main .main_home .product_list .product_title p {
  font-size: 32px;
  color: #004ca6;
  letter-spacing: 1.3px;
}

.main .main_home .product_list .product_title h2 {
  font-size: 61px;
}

.main .main_home .product_list .product_poster_list {
  position: absolute;
  top: 35%;
  height: 75%;
  width: 100%;
  overflow: hidden;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_poster {
  height: auto;
  width: 37%;
  position: absolute;
  left: 16.3%;
  top: 0px;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_poster img {
  width: 100%;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details {
  height: 70%;
  width: 55%;
  position: absolute;
  right: 0px;
  bottom: 6%;
  background-color: #ffffff;
  box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.18);
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_logo {
  width: 27.5%;
  height: auto;
  float: left;
  margin-top: 5%;
  margin-left: 5%;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_logo img {
  width: 100%;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text {
  height: auto;
  display: inline-block;
  margin-top: 8%;
  margin-left: 5%;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text p {
  font-size: 32px;
  color: #eda401;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h2 {
  font-size: 75px;
  color: #333333;
  line-height: 95px;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h3 {
  font-size: 32px;
  color: #6f7071;
  margin-bottom: 25px;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text span {
  font-size: 22px;
  line-height: 48px;
  color: #6f7071;
  display: block;
  margin-bottom: 20%;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text a {
  font-size: 32px;
  display: inline-block;
  letter-spacing: 1.3px;
  color: #6f7071;
  position: relative;
  line-height: 56px;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text a:before {
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 3px;
  background: #004ca6;
  transition: 0.5s ease-in-out;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text a:hover {
  color: #004ca6;
}

.main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text a:hover:before {
  width: 100%;
  transition: 0.5s ease-in-out;
}

.main .main_home .product_list .look_all {
  height: 11.6%;
  width: 19.5%;
  background-color: #004ca6;
  position: absolute;
  left: 42%;
  bottom: -260px;
}

.main .main_home .product_list .look_all a {
  display: inline-block;
  width: 100%;
  font-size: 32px;
  letter-spacing: 1.33px;
  color: white;
  text-align: left;
  padding-left: 17%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main .main_home .product_list .look_all a:before {
  position: absolute;
  width: 11px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  content: "";
  height: 21px;
  background-image: url(../images/look_all_logo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main .main_home .product_xt {
  height: auto;
  width: 100%;
  position: relative;
  margin-top: 250px;
}

.main .main_home .product_xt p {
  font-size: 75px;
  letter-spacing: 3px;
  position: absolute;
  color: #004ca6;
  left: 16%;
}

.main .main_home .product_xt img {
  width: 100%;
}

.main .main_home .product_xt a {
  font-size: 32px;
}

.main .main_home .product_xt .look_all {
  height: 11.6%;
  width: 19.5%;
  background-color: #004ca6;
  position: absolute;
  left: 18%;
  bottom: 70px;
}

.main .main_home .product_xt .look_all a {
  display: inline-block;
  width: 100%;
  letter-spacing: 1.33px;
  color: white;
  text-align: left;
  padding-left: 17%;
  line-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main .main_home .product_xt .look_all a:before {
  position: absolute;
  width: 11px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  content: "";
  height: 21px;
  background-image: url(../images/look_all_logo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main .main_home .jk_app {
  height: auto;
  width: 100%;
  position: relative;
}

.main .main_home .jk_app img {
  width: 100%;
}

.main .main_home .jk_app .jk_app_1 {
  height: auto;
  width: 94%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5%;
}

.main .main_home .jk_app .jk_app_1 img {
  width: 100%;
}

.main .main_home .jk_app .jk_app_1 .jk_app_1_title {
  position: absolute;
  top: 20%;
  left: 62.5%;
}

.main .main_home .jk_app .jk_app_1 .jk_app_1_title span {
  color: #333333;
  font-size: 38px;
  line-height: 48px;
}

.main .main_home .jk_app .jk_app_1 .jk_app_1_title p {
  color: #666666;
  font-size: 28px;
  line-height: 50px;
}

.main .main_home .jk_app .jk_app_1 .ewm_lsit {
  display: flex;
  justify-content: space-between;
  width: 21%;
  margin-top: 2%;
  position: absolute;
  left: 53.5%;
  top: 36%;
}

.main .main_home .jk_app .jk_app_1 .ewm_lsit .ewm_box {
  width: 40%;
}

.main .main_home .jk_app .jk_app_1 .ewm_lsit .ewm_box p {
  font-size: 18px;
  margin-top: 10px;
  color: #666;
  text-align: center;
}

.main .main_home .jk_app .jk_app_1 .ewm_lsit .ewm_box img {
  width: 100%;
}

.main .main_home .jk_app .jk_app_1 .look_all {
  height: 14.6%;
  width: 19.5%;
  background-color: #004ca6;
  letter-spacing: 1.5px;
  margin-top: 90px;
  position: absolute;
  right: 5%;
  bottom: 12%;
}

.main .main_home .jk_app .jk_app_1 .look_all a {
  display: inline-block;
  width: 100%;
  letter-spacing: 1.33px;
  color: white;
  text-align: left;
  padding-left: 17%;
  line-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main .main_home .jk_app .jk_app_1 .look_all a:before {
  position: absolute;
  width: 11px;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  content: "";
  height: 21px;
  background-image: url(../images/look_all_logo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main .main_home .jk_app .jk_app_1 a {
  font-size: 32px;
}

.main .main_home .jk_app .jk_title {
  position: absolute;
  top: 6%;
  left: 53%;
}

.main .main_home .jk_app .jk_title p {
  font-size: 65px;
  letter-spacing: 3px;
  color: #004ca6;
}

.main .main_home .bz_gd {
  height: auto;
  width: 100%;
  position: relative;
  font-size: 0px;
  margin: 0px;
}

.main .main_home .bz_gd img {
  font-size: 0;
  margin: 0;
  width: 100%;
}

.main .main_home .bz_gd .bz_gd_title {
  height: auto;
  position: absolute;
  left: 16.6%;
  top: 12.1%;
}

.main .main_home .bz_gd .bz_gd_title p {
  font-size: 75px;
  letter-spacing: 3px;
  color: #004ca6;
  margin-bottom: 30px;
}

.main .main_home .bz_gd .bz_gd_title h2 {
  font-size: 48px;
  line-height: 74px;
  color: #333333;
  margin-bottom: 40px;
}

.main .main_home .bz_gd .bz_gd_title span {
  font-size: 32px;
  line-height: 62px;
  color: #6f7071;
}

.main .main_home .bz_gd .look_all {
  height: 13%;
  width: 19.5%;
  background-color: #004ca6;
  letter-spacing: 1.5px;
  margin-top: 90px;
  position: absolute;
  left: 17%;
  bottom: 312px;
}

.main .main_home .bz_gd .look_all a {
  display: inline-block;
  width: 100%;
  letter-spacing: 1.33px;
  color: white;
  text-align: left;
  padding-left: 17%;
  line-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main .main_home .bz_gd .look_all a:before {
  position: absolute;
  width: 11px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  content: "";
  height: 21px;
  background-image: url(../images/look_all_logo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main .main_home .bz_gd a {
  font-size: 32px;
}

.swiper-container-horizontal > .swiper-scrollbar {
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: none;
  background: #e2d3d3;
}

.swiper-scrollbar-drag {
  background: #004ca6;
  border-radius: none;
}

.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: none;
  opacity: 1;
  border: 2px solid #ffffff;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 46px;
}

.swiper-button-prev {
  background-image: url(../images/swiper-button-prev.png);
}

.swiper-button-next {
  background-image: url(../images/swiper-button-next.png);
}

.swiper-button-next,
.swiper-button-prev {
  height: 96px;
  width: 96px;
  background-size: cover;
  top: 40%;
  outline: none;
}

.swiper-button-next {
  right: 96px;
}

.swiper-button-prev {
  left: 96px;
}

@media screen and (max-width: 1780px) {
  .main .main_home .top_kv .swiper-slide {
    height: auto;
  }
  .main .main_home .top_kv .swiper-slide img {
    position: static;
    transform: none;
  }
  .main .main_home .bz_gd .bz_gd_title p {
    margin-bottom: 15px;
  }
  .main .main_home .bz_gd .bz_gd_title h2 {
    margin-bottom: 30px;
  }
  .main .main_home .bz_gd .bz_gd_title a {
    margin-top: 50px;
  }
  .main .main_home .bz_gd .look_all {
    bottom: 270px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text span {
    margin-bottom: 12%;
  }
  .main .main_home .product_list .look_all {
    bottom: -230px;
  }
}

@media screen and (max-width: 1600px) {
  .main .main_home .product_list .look_all {
    bottom: -200px;
  }
  .main .main_home .bz_gd .bz_gd_title p {
    font-size: 55px;
    margin-bottom: 37px;
  }
  .main .main_home .bz_gd .bz_gd_title h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .main .main_home .bz_gd .bz_gd_title span {
    font-size: 22px;
    line-height: 38px;
  }
  .main .main_home .bz_gd .bz_gd_title a {
    font-size: 24px;
  }
  .main .main_home .jk_app .jk_title p {
    font-size: 55px;
  }
  .main .main_home .product_xt p {
    font-size: 55px;
  }
  .main .main_home .jk_app .jk_app_1 .jk_app_1_title span {
    font-size: 28px;
  }
  .main .main_home .jk_app .jk_app_1 .jk_app_1_title p {
    font-size: 24px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text p {
    font-size: 30px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h2 {
    font-size: 65px;
    line-height: 80px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h3 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text span {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 1400px) {
  .main .main_home .product_list .look_all {
    bottom: -170px;
  }
  .main .main_home .product_list .look_all a {
    font-size: 28px;
  }
  .main .main_home .product_list .look_all a:before {
    height: 19px;
    right: 35px;
  }
  .main .main_home .product_xt p {
    font-size: 55px;
  }
  .main .main_home .product_list .product_title p {
    font-size: 28px;
  }
  .main .main_home .product_list .product_title h2 {
    font-size: 55px;
  }
  .main .main_home .jk_app .jk_title p {
    font-size: 45px;
  }
  .main .main_home .jk_app .jk_app_1 .jk_app_1_title span {
    font-size: 28px;
    line-height: 30px;
  }
  .main .main_home .jk_app .jk_app_1 .jk_app_1_title p {
    font-size: 24px;
    line-height: 50px;
  }
  .main .main_home .jk_app .jk_app_1 .jk_app_1_title {
    top: 20%;
  }
  .main .main_home .bz_gd .bz_gd_title p {
    margin-bottom: 22px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text p {
    font-size: 26px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h2 {
    font-size: 58px;
    line-height: 68px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text span {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 8%;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text a {
    font-size: 28px;
    line-height: 54px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 80px;
    width: 80px;
  }
  .swiper-button-next {
    right: 70px;
  }
  .swiper-button-prev {
    left: 70px;
  }
  .main .main_home .jk_app .jk_app_1 a {
    font-size: 28px;
  }
  .main .main_home .bz_gd .look_all a {
    font-size: 28px;
  }
  .main .main_home .product_xt a {
    font-size: 28px;
  }
  .main .main_home .bz_gd .look_all {
    bottom: 220px;
  }
  .main .main_home .jk_app .jk_app_1 .ewm_lsit .ewm_box p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .main .main_home .product_list .look_all {
    bottom: -150px;
  }
  .main .main_home .product_list .look_all a {
    font-size: 24px;
  }
  .main .main_home .product_list .look_all a:before {
    height: 17px;
    width: 10px;
  }
  .main .main_home .bz_gd .bz_gd_title p {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .main .main_home .bz_gd .bz_gd_title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .main .main_home .bz_gd .bz_gd_title span {
    font-size: 18px;
    line-height: 28px;
  }
  .main .main_home .product_xt a {
    font-size: 24px;
  }
  .main .main_home .bz_gd .bz_gd_title a {
    font-size: 24px;
  }
  .main .main_home .jk_app .jk_app_1 a {
    font-size: 24px;
  }
  .main .main_home .product_xt .look_all a {
    font-size: 24px;
  }
  .main .main_home .bz_gd .look_all {
    bottom: 185px;
  }
  .main .main_home .bz_gd .look_all a {
    font-size: 24px;
  }
  .main .main_home .jk_app .jk_app_1 .look_all a {
    font-size: 24px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text p {
    font-size: 20px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h2 {
    font-size: 42px;
    line-height: 56px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text span {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 6%;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text a {
    font-size: 25px;
    line-height: 50px;
  }
  .main .main_home .jk_app .jk_app_1 .ewm_lsit .ewm_box p {
    font-size: 13px;
  }
}

@media screen and (max-width: 1050px) {
  .main .main_home .product_list .look_all {
    bottom: -120px;
  }
  .main .main_home .product_list .look_all a {
    font-size: 18px;
  }
  .main .main_home .product_list .look_all a:before {
    height: 17px;
    width: 10px;
  }
  .main .main_home .product_xt {
    margin-top: 135px;
  }
  .main .main_home .product_list .product_title p {
    font-size: 24px;
  }
  .main .main_home .product_list .product_title h2 {
    font-size: 40px;
  }
  .main .main_home .product_xt p {
    font-size: 40px;
  }
  .main .main_home .jk_app .jk_title p {
    font-size: 32px;
  }
  .main .main_home .jk_app .jk_app_1 .jk_app_1_title span {
    font-size: 18px;
    line-height: 32px;
  }
  .main .main_home .jk_app .jk_app_1 .jk_app_1_title p {
    font-size: 16px;
    line-height: 24px;
  }
  .main .main_home .bz_gd .bz_gd_title p {
    margin-bottom: 25px;
  }
  .main .main_home .bz_gd .bz_gd_title h2 {
    margin-bottom: 20px;
  }
  .main .main_home .bz_gd .bz_gd_title a {
    margin-top: 20px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text {
    margin-top: 6%;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text p {
    font-size: 18px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text span {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 6%;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text a {
    font-size: 20px;
    line-height: 46px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 60px;
    width: 60px;
    top: 50%;
  }
  .swiper-button-next {
    right: 40px;
  }
  .swiper-button-prev {
    left: 40px;
  }
  .main .main_home .product_xt .look_all a {
    font-size: 18px;
  }
  .main .main_home .bz_gd .look_all a {
    font-size: 18px;
  }
  .main .main_home .jk_app .jk_app_1 .look_all a {
    font-size: 18px;
  }
  .main .main_home .bz_gd .look_all {
    bottom: 165px;
  }
  .main .main_home .product_xt .look_all {
    bottom: 10px;
  }
  .main .main_home .product_xt .look_all a:before,
  .main .main_home .bz_gd .look_all a:before {
    height: 17px;
    width: 10px;
    right: 35px;
  }
  .main .main_home .jk_app .jk_app_1 .ewm_lsit {
    width: 28%;
  }
  .main .main_home .jk_app .jk_app_1 .ewm_lsit .ewm_box p {
    font-size: 12px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 900px) {
  .main .main_home .bz_gd .bz_gd_title p {
    margin-bottom: 15px;
  }
  .main .main_home .bz_gd .bz_gd_title h2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }
  .main .main_home .bz_gd .bz_gd_title span {
    font-size: 16px;
  }
  .main .main_home .product_xt .look_all a {
    font-size: 18px;
  }
  .main .main_home .bz_gd .look_all a {
    font-size: 18px;
  }
  .main .main_home .jk_app .jk_app_1 .look_all a {
    font-size: 18px;
  }
  .main .main_home .bz_gd .look_all {
    bottom: 140px;
  }
}

@media screen and (max-width: 850px) {
  .main .main_home .product_list .look_all {
    bottom: -110px;
  }
  .main .main_home .product_list .look_all a:before {
    height: 14px;
    width: 8px;
    right: 15px;
  }
  .main .main_home .bz_gd .look_all {
    bottom: 130px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text p {
    font-size: 14px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .main .main_home .product_list .product_poster_list .swiper-container_1 .product_details .product_text span {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 6%;
  }
  .main .main_home .product_list .product_poster_list {
    top: 38%;
  }
  .main .main_home .product_xt .look_all a:before,
  .main .main_home .bz_gd .look_all a:before {
    height: 14px;
    width: 8px;
    right: 15px;
  }
  .main .main_home .jk_app .jk_app_1 .ewm_lsit {
    width: 30%;
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .main .main_home .bz_gd .look_all {
    bottom: 110px;
  }
  .main .main_home .product_xt {
    margin-top: 100px;
  }
  .main .main_home .product_xt p {
    font-size: 25px;
  }
  .main .main_home .jk_app .jk_title p {
    font-size: 25px;
  }
  .main .main_home .jk_app .jk_app_1 .ewm_lsit {
    width: 36%;
  }
  .main .main_home .jk_app .jk_app_1 .ewm_lsit .ewm_box p {
    margin-top: 0;
  }
}
