.common-content {
  width: 100%;
  min-width: 1344px;
  background-color: #f8f8f8;
}

.common-content .common-content-img {
  width: 100%;
  background-image: url("/assets/img/common-content-bg.png");
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: repeat-y;
  overflow: hidden;
}

.common-content .common-content-img .common-content-body {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  padding-bottom: 75px;
  position: relative;
}

.common-more-btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 144px;
  height: 47px;
  padding: 0 18px 0 26px;
  transition: all 0.3s;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #0f315a;
}

.common-more-btn:hover {
  transform: scale(1.04);
  opacity: 0.8;
}

.common-more-btn .common-more-btn-name {
  font-size: 16px;
  color: #0f315a;
}

.common-more-btn .common-more-btn-arrow {
  width: 16px;
  height: 11px;
}

@media (max-width: 1800px) {
  .common-content-body .common-content-main {
    flex: 1 !important;
    margin: 35px 20px 112px auto !important;
  }
  .common-content-body .common-content-navsSheet {
    position: static;
    margin-right: 20px;
  }
}
