.page-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-inner .logo {
  margin-left: 0 !important;
}
.logo + nav {
  width: calc(100% - 488px);
  justify-content: space-between;
}
.search-form {
  margin-right: 0 !important;
}
.float-nav {
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0.625rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
  border: 0;
}
.float-cell {
  cursor: pointer;
}
.product-center-pic {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 141px;
  height: 106px;
}
.product-center-pic img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.four-box .product-box:nth-child(1) {
  background: linear-gradient(135deg, #faecd0 0%, #e8bdc4 100%);
}
.four-box .product-box:nth-child(2) {
  background: linear-gradient(135deg, #ddeffc 0%, #647af2 100%);
}
.four-box .product-box:nth-child(3) {
  background: linear-gradient(135deg, #f5def6 0%, #6493f2 100%);
}
.four-box .product-box:nth-child(4) {
  margin-right: 0;
  background: linear-gradient(135deg, #eadefb 0%, #636ff2 100%);
}
.four-box .img {
  z-index: 1 !important;
}
.four-box div > img,
.four-box .product-center-text,
.four-box .product-center-title {
  position: relative;
  z-index: 2;
}

.product-center-text {
  /* 超过两行隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}

.dropdown-content a {
  height: auto;
}

.white-box > a > .j-center {
  height: 56%;
}
.white-box > .j-center > img,
.white-box > a > .j-center > img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.long-box-p:hover {
  box-shadow: none;
}
.carousel-images img {
  object-fit: cover;
}
.red-booking .index-download-box:nth-of-type(3),
.red-booking .index-download-box:nth-of-type(4) {
  display: none !important;
}
.sidebar > ul > li.selected > .submenu,
.li-two.selected .subsumenu {
  opacity: 1;
  display: block;
  transition: all 0.3s;
}
.index-download-box {
  cursor: pointer;
}
.download-box {
  cursor: pointer;
  margin-top: 1rem;
  padding: 12px;
  width: 30.7%;
  margin-right: 3.9%;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-sizing: border-box;
}
.download-box:nth-of-type(3n) {
  margin-right: 0;
}

.download-text:hover,
#footer-download-more:hover .index-download-text,
.index-download-box:hover .download-text {
  text-decoration: underline;
}
.download-text {
  font-size: 0.9375rem;
  text-decoration: none;
}
#footer-download-more:hover .more-text {
  color: #ff0000;
}

.contrast label {
  border-radius: 4px;
}
.contrast input[type="checkbox"]:checked + label::before {
  border-radius: 4px;
}

.info-right-img-box .info-right-img {
  max-width: 400px;
  height: 250px;
  object-fit: scale-down;
}

.red-booking {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.red-booking-box {
  background-color: rgb(181, 21, 24);
  padding: 2rem 0;
}

.more-text svg {
  margin-left: 0.5rem;
}

.page-product-list {
  display: flex;
  flex-wrap: wrap;
}
.page-product-box {
  position: relative;
  width: 18.917%;
  margin-right: 1.334%;
  margin-top: 2.334%;
  background-color: #fff;
  transition: all 0.24s;
  overflow: hidden;
}
.page-product-list-4 .page-product-box {
  width: 23.2%;
  margin-right: 2.4%;
}
.page-product-list-4 .page-product-box:nth-child(4n) {
  margin-right: 0;
}
.page-product-list-4 .page-product-box:nth-child(5n) {
  margin-right: 2.4%;
}

.page-product-box .selectid-red {
  width: 0;
  margin: 0 auto;
}
.page-product-box:hover {
  box-shadow: 0px 5px 20px rgba(226, 226, 226, 1);
  transform: translate(0px, -5px);
}
.page-product-box:hover .selectid-red {
  width: 100%;
  opacity: 1;
}
.page-product-box:hover .end-box-text {
  opacity: 0;
  visibility: hidden;
}
.page-product-box:hover .red-arrow {
  opacity: 1;
  visibility: visible;
}

.page-product-box:nth-child(5n) {
  margin-right: 0;
}
.page-product-box .end-box-text {
  padding: 1.5875rem 0 1.5375rem;
}
.page-product-box .page-product-img-box {
  position: relative;
  width: 100%;
  height: 166px;
}

.page-product-box .page-product-box-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 134.8%;
  overflow: hidden;
}

.page-product-box .page-product-box-inner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-product-brief {
  font-size: 0.8125rem;
  padding: 0 1.25rem;
  line-height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-product-title {
  margin-top: 0.5rem;
  /* 超过两行隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  text-align: center;
  font-weight: bold;
}
.page-product-img {
  width: 92%;
  height: 92%;
  margin: auto;
  object-fit: scale-down;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1200px) {
  .page-product-box:nth-child(-n + 5) {
    margin-top: 0;
  }
  .page-product-list-4 .page-product-box:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-product-list-4 .page-product-box:nth-child(-n + 5) {
    margin-top: 2.334%;
  }
}

.end-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.end-box-text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: rgb(153, 153, 153);
  display: block;
  transition: all 0.23s;
  opacity: 1;
  visibility: visible;
}

.selectid-red {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 999;
  background-color: #e60013;
  transition: all 0.23s;
}

.red-arrow {
  position: absolute;
  width: 3rem;
  height: 2.125rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  background-color: #e60013;
  transition: all 0.5s;
}

.end-box-cate {
  padding: 1.5875rem 0 1.5375rem;
  font-size: 14px;
  color: #999999;
  font-weight: bold;
}
.end-box-cate .em {
  color: #e60013;
}
.end-box-cate .divide {
  font-weight: normal;
  padding: 0 1em;
}

#footer .about {
  justify-content: space-between;
}

#productContrastBoxContent {
  overflow-y: scroll;
  max-height: 500px;
}

.news-header {
  margin-top: 0;
  margin-bottom: 30px;
}
.new-page-box {
  background-color: #fff;
}
.news-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-header h1 {
  margin-top: 0;
  font-weight: bold;
  font-size: 36px;
  color: #333;
  margin-bottom: 10px;
}
.news-header .en-title {
  font-weight: bold;
  font-size: 24px;
  color: #cccccc;
  text-transform: uppercase;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-item {
  width: 48.5%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.news-item:hover .day {
  background-color: #e60012;
  color: #fff;
}
.news-date {
  color: #e60012;
  margin-bottom: 15px;
  width: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-date .day {
  padding: 13px 0;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.news-date .year {
  background-color: #e0e0e0;
  color: #fff;
  font-size: 14px;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 2px 0;
  justify-content: center;
}
.news-title {
  margin-top: 0;
  font-size: 18px;
  color: #333;
  margin-bottom: 6px;
}
.news-content-box {
  flex: 1;
  margin-left: 30px;
}
.news-content {
  margin: 0;
  color: #666;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
}
.pagination a.active {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}
.view-more {
  text-align: right;
  margin-bottom: 20px;
}
.view-more a:hover {
  color: #e60012;
}
.view-more a {
  color: #999;
  text-decoration: none;
}

/* 平板设备的响应式布局 */
@media screen and (max-width: 768px) {
  .container {
    padding: 15px;
  }
  .news-list {
    flex-direction: column;
  }
  .news-header h1 {
    font-size: 20px;
  }
  .news-header .en-title {
    font-size: 16px;
  }
  .news-title {
    font-size: 16px;
  }
  .accordion-all{
    width: 100%;
    min-width: 15rem;
  }
}

/* 移动设备的响应式布局 */
@media screen and (max-width: 480px) {
  .container {
    padding: 10px;
  }
  .news-header {
    margin-bottom: 20px;
  }
  .news-item {
    padding: 0;
  }
  .news-item + .news-item {
    margin-top: 15px;
  }
  .news-date {
    padding: 0;
    width: 61px;
  }
  .news-date .day {
    font-size: 20px;
    padding-top: 0;
  }
  .news-content-box {
    margin-left: 15px;
  }
  .news-date .year {
    font-size: 12px;
  }
  .pagination a {
    padding: 6px 10px;
    margin: 0 2px;
    font-size: 14px;
  }
  .news-content {
    font-size: 14px;
  }
}
