@-webkit-keyframes bottom1 {
  0%,
  100% {
    bottom: 40px;
  }
  50% {
    bottom: 15px;
  }
}

@-moz-keyframes bottom1 {
  0%,
  100% {
    bottom: 40px;
  }
  50% {
    bottom: 15px;
  }
}

@-o-keyframes bottom1 {
  0%,
  100% {
    bottom: 40px;
  }
  50% {
    bottom: 15px;
  }
}

@keyframes bottom1 {
  0%,
  100% {
    bottom: 40px;
  }
  50% {
    bottom: 15px;
  }
}

.common_box {
  background: #f4f4f4;
}

.common_left h1 {
  color: #0d0d0d;
  width: 100%;
}

.common_left h4 {
  color: #0d0d0d;
}

.common_left p {
  color: #0d0d0d;
  line-height: 1.5;
}

.exclusive_item {
  display: block;
  border: 1px solid #ebebeb;
}

.exclusive_item .img_box {
  position: relative;
  overflow: hidden;
  padding: 43% 0;
  width: 100%;
  height: 100%;
}

.exclusive_item .img_box img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.exclusive_detail {
  padding: 0 15px;
}

.exclusive_detail h1 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

.exclusive_detail p {
  font-size: 18px;
}

.exclusive_detail img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .common_box {
    margin: 110px 0 65px;
    flex-wrap: nowrap;
    padding: 15px 0 15px 15px;
  }
  .common_box > div {
    width: 50%;
  }
  .common_left {
    padding: 0 50px 0 35px;
  }
  .common_left h1 {
    font-size: 26px;
  }
  .common_left h4 {
    font-size: 16px;
  }
  .common_left p {
    font-size: 16px;
  }
  .exclusive_title {
    max-width: 350px;
    height: auto;
  }
  .exclusive_list > div {
    margin-bottom: 30px;
  }
  .exclusive_item {
    background: #fff;
  }
  .exclusive_item h4 {
    padding: 30px 30px 10px;
    margin: 0;
    font-size: 18px;
    color: #282828;
  }
  .exclusive_item h5 {
    padding: 0 30px 50px;
    margin: 0;
    font-size: 14px;
    color: #666666;
  }
  .exclusive_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
  }
  .exclusive_item:hover h4 {
    color: #e77818;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .exclusive_title {
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .common_box {
    margin: 30px 15px;
    padding: 30px 0 15px;
  }
  .common_box > div {
    width: 100%;
  }
  .common_left {
    padding: 0 15px;
  }
  .common_left h1 {
    font-size: 20px;
  }
  .common_left h4 {
    font-size: 12px;
  }
  .common_left p {
    font-size: 12px;
  }
  .exclusive_title {
    max-width: 50%;
    height: auto;
  }
  .exclusive_list > div {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .exclusive_item h4 {
    padding: 15px 8px 5px;
    margin: 0;
    font-size: 16px;
    color: #282828;
  }
  .exclusive_item h5 {
    padding: 0 8px 15px;
    margin: 0;
    font-size: 12px;
    color: #666666;
  }
  .exclusive_detail h1 {
    padding: 30px 0 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .exclusive_detail p {
    font-size: 15px;
  }
}
