* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eeeeee;
}

a {
  cursor: pointer;
}

a:hover {
  color: #fc9d27;
}

.warehouse {
  min-width: 1200px;
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}

.warehouse-navigation {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #999;
}

.warehouse-navigation .color-main a {
  color: #fc9d27;
}

.warehouse-box {
  background-color: #fff;
  display: flex;
  padding: 15px 10px;
}

.warehouse-box .warehouse-carousel {
  width: 375px;
  height: 100%;
  position: relative;
}

.warehouse-box .warehouse-content {
  margin-left: 20px;
  flex: 1;
}

.warehouse-box .warehouse-content .information-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}

.warehouse-box .warehouse-content h3 {
  margin-bottom: 20px;
}

.information-box .information-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.information-box .information-item img {
  margin-right: 5px;
}

.information-box .information-item span {
  color: #000;
}

.warehouse-content .serve-box {
  margin-top: 15px;
}

.serve-box .title {
  font-size: 14px;
}

.serve-box .label-box {
  max-height: 195px;
  overflow-y: scroll;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.serve-box .label-box .label-item {
  display: inline-block;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 2px;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.serve-box .label-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.serve-box .label-box::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}

.serve-box .label-box::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}




.details-box {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #fff;
}

.details-box table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}



.details-box table thead th {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  padding: 5px 0;
  padding-left: 15px;

}

.details-box table tbody tr td {
  font-size: 14px;
  line-height: 28px;
  padding-left: 15px;
  color: #999;
}

.details-box table tbody tr td p {
  margin: 8px 0;
}

.details-box table tbody tr td:first-child {
  width: 25%;
}

.details-box table tbody tr td:nth-child(2) {
  width: 15%;
}

.details-box h4 {
  font-size: 15px;
  margin-top: 30px;
}

.details-box .synopsis {
  font-size: 14px;
  color: #999;
  margin-top: 30px;
}








.recommend {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  align-items: baseline;
}

.recommend .recommend-left {
  flex: 1;
  background-color: #fff;
  margin-right: 15px;
  padding: 15px 20px;
  padding-right: 10px;
}

.recommend .recommend-right {
  min-width: 274px;
  width: 274px;
  padding: 15px 10px;
  background-color: #fff;
}

.recommend-item {
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid #f6f6f8;
}

.recommend-item .item-img {
  min-width: 250px;
  width: 250px;
  height: 150px;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
}

.recommend-item .item-img img {
  object-fit: cover;
}

.recommend-item .item-content h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recommend-item .item-content h4 .number {
  color: #FC9D27;
}

.recommend-item .item-content .massage {
  font-size: 14px;
  color: #555555;
  margin-top: 15px;
}

.recommend-item .item-content .massage .message-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
}

.recommend-item .item-content .massage .message-box .message-box-item {
  display: flex;
  align-items: center;
}

.recommend-item .item-content .massage .message-box .message-box-item img {
  margin-right: 5px;
}

.news-item .news-img {
  width: 100%;
  height: 152px;
  background-color: #999;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}

.news-item .news-img img {
  object-fit: cover;
}

.news-item h3 {
  margin: 10px 0;
}

.news-item .news-content {
  font-size: 14px;
  color: #555555;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}




.warehouse-relation {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
  margin-left: 15px;
  padding: 0 15px;
}

.warehouse-relation .rel-logo {
  width: 100%;
  height: 110px;
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}

.warehouse-relation .rel-logo img {
  object-fit: cover;
}

.warehouse-relation .a-router {
  text-decoration: underline;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin: 15px auto;
}

.warehouse-relation .a-router:hover {
  text-decoration: underline #fca130;

}

.warehouse-relation .rel-bottom {
  background-color: #fca130;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 25px;
}

.warehouse-relation .rel-bottom img {
  margin-right: 5px;
}

.rel-call {
  padding-top: 16px;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e8e8e8;
}

.rel-callbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.rel-callbtn .rel-callbtn-item {
  border: 1px solid #fc9d27;
  color: #fc9d27;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border-radius: 5px;
}

.rel-callbtn .rel-callbtn-item img {
  margin-right: 5px;
}





.swiper {
  width: 100%;
  height: 225px !important;
}

.mySwiper2 .swiper-slide {
  height: 225px !important;

}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper2 {
  height: 80% !important;
  width: 100%;
}

.mySwiper {
  width: calc(100% - 60px) !important;
  height: 20% !important;
  box-sizing: border-box;
  padding: 10px 0 !important;
}

.mySwiper .swiper-slide {
  height: 80px !important;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.swiper-button-next {
  height: 80px !important;
  background-color: #d9d9d9;
  transform: translateY(-50%);
  margin-top: 0 !important;
  right: 0px !important;
}

.swiper-button-prev {
  height: 80px !important;
  background-color: #d9d9d9;
  transform: translateY(-50%);
  margin-top: 0 !important;
  left: 0 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-weight: 600;
  font-size: 20px !important;
  color: #fff !important;
}