.width {
  width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .width {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.ad-width {
  width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ad-width {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .ad-width {
    padding: 0 0;
  }
}
.mobile_menu {
  display: none;
}
@media (max-width: 768px) {
  .mobile_menu {
    display: flex;
    width: 0px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(17, 17, 17);
    z-index: 99;
  }
  .mobile_menu .mobile_menu_content {
    width: 100%;
  }
  .mobile_menu .mobile_menu_content .mobile_menu-close {
    height: 60px;
    text-align: right;
    padding-right: 30px;
    font-size: 40px;
    border-bottom: 1px solid #053B50;
  }
  .mobile_menu .mobile_menu_content ul {
    overflow: auto;
    height: calc(100vh - 160px);
    padding: 20px 40px;
  }
  .mobile_menu .mobile_menu_content ul li a {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
  }
  .mobile_menu .mobile_menu_content ul li {
    list-style: none;
    margin: 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.footer-container {
  background: #2D2D2D;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FEF4EA;
  padding-bottom: 80px;
}
.footer-container .footer-space {
  margin: 14px 0;
}
.footer-container ul {
  display: flex;
}
.footer-container ul li {
  margin: 0 20px;
}
.footer-container ul a {
  color: #FEF4EA;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer-container ul a {
    font-size: 14px;
  }
}
.header-container .header-top-bg {
  background: #000000;
}
.header-container .header-top {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .header-container .header-top {
    justify-content: space-between;
    align-items: center;
  }
}
.header-container .header-top .iconfont {
  color: #D8D8D8;
  font-size: 24px;
  display: none;
}
@media (max-width: 768px) {
  .header-container .header-top .iconfont {
    display: block;
  }
}
.header-container .header-top .logo {
  text-align: center;
  padding: 14px 0;
  color: #0BE6AF;
  font-size: 40px;
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  .header-container .header-top .logo {
    font-size: 26px;
  }
}
.header-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header-container .header {
    display: none;
  }
}
.header-container .header ul {
  display: flex;
  padding: 20px 0 20px 0;
}
.header-container .header ul li {
  margin-right: 26px;
}
.header-container .header ul li a {
  font-family: DINCondensed, DINCondensed;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 22px;
  text-align: right;
  font-style: normal;
  text-transform: uppercase;
}
.header-container .header ul li a.active {
  color: #0BE6AF;
}
.header-container .header .head-bottom-search .iconfont {
  font-size: 20px;
  cursor: pointer;
}
.divider {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 20px auto;
  box-sizing: border-box;
}
.divider .line {
  width: 100%;
  position: absolute;
  top: 50%;
  height: 2px;
  background: #555555;
}
.divider p {
  font-family: DINCondensed, DINCondensed;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: right;
  font-style: normal;
  text-transform: uppercase;
  padding: 8px 24px;
  position: relative;
  z-index: 1;
}
.divider p::before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FF085F;
  z-index: -1;
  transform: skewX(-10deg);
}
.first-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .first-row {
    display: block;
  }
}
.first-row .col-1,
.first-row .col-3 {
  width: calc((100% - 520px - 40px) / 2);
}
@media (max-width: 768px) {
  .first-row .col-1,
  .first-row .col-3 {
    width: 100%;
  }
}
.first-row .col-1-item {
  margin-bottom: 38px;
  display: block;
}
@media (max-width: 768px) {
  .first-row .col-1-item {
    margin-bottom: 20px;
  }
}
.first-row .col-1-item:hover h3 {
  text-decoration: underline;
}
.first-row .col-1-item .img-container {
  position: relative;
  width: 100%;
  padding-bottom: calc(180 / 320 * 100%);
}
.first-row .col-1-item .img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.first-row .col-1-item p {
  font-family: ArialMT;
  font-size: 12px;
  color: #737373;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  margin-top: 12px;
}
.first-row .col-1-item h3 {
  margin-top: 4px;
  font-family: DINCondensed, DINCondensed;
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
.first-row .col-3 .img-container {
  position: relative;
  width: 100%;
  padding-bottom: calc(250 / 308 * 100%);
  margin-bottom: 20px;
}
.first-row .col-3 .img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.first-row .col-3-item {
  display: flex;
  margin-bottom: 15px;
}
.first-row .col-3-item:hover .col-3-item-info h3 {
  text-decoration: underline;
}
.first-row .col-3-item img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.first-row .col-3-item-info {
  padding-left: 10px;
}
.first-row .col-3-item-info p {
  font-family: ArialMT;
  font-size: 12px;
  color: #737373;
  line-height: 12px;
  text-align: left;
  font-style: normal;
}
.first-row .col-3-item-info h3 {
  font-family: DINCondensed, DINCondensed;
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  margin-top: 6px;
}
.first-row .col-2 {
  width: 520px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .first-row .col-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.first-row .col-2 .col-2-content {
  display: block;
  width: 100%;
  padding-bottom: 115%;
  overflow: hidden;
  position: relative;
}
.first-row .col-2 .col-2-content:hover .col-2-info h1 {
  text-decoration: underline;
}
.first-row .col-2 .col-2-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  filter: brightness(0.8);
}
.first-row .col-2 .col-2-content .col-2-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.first-row .col-2 .col-2-content .col-2-info div {
  font-family: ArialMT;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  color: #fff;
}
.first-row .col-2 .col-2-content .col-2-info div span {
  color: #0AE6AF;
}
.first-row .col-2 .col-2-content .col-2-info h1 {
  font-family: DINCondensed, DINCondensed;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: left;
  font-style: normal;
  margin-top: 10px;
}
.first-row .col-2 .col-2-content .col-2-info p {
  font-family: ArialMT;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.second-row-1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .second-row-1 {
    display: block;
  }
}
.second-row-1-item {
  width: calc((100% - 20px) / 2);
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .second-row-1-item {
    margin-bottom: 15px;
    width: 100%;
  }
}
.second-row-1-item:hover-info h3 {
  text-decoration: underline;
}
.second-row-1-item .img-container {
  position: relative;
  width: 100%;
  padding-bottom: calc(354 / 590 * 100%);
}
.second-row-1-item .img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.second-row-1-item img {
  filter: brightness(0.8);
}
.second-row-1-item-info {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 20px;
  box-sizing: border-box;
}
.second-row-1-item-info p {
  font-family: ArialMT;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  text-align: left;
  font-style: normal;
}
.second-row-1-item-info p span {
  color: #0AE6AF;
}
.second-row-1-item-info h3 {
  font-family: DINCondensed, DINCondensed;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-top: 8px;
}
.second-row-2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .second-row-2 {
    display: block;
  }
}
.second-row-2 .second-row-2-item {
  width: calc((100% - 20px * 3) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}
.second-row-2 .second-row-2-item:hover h3 {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .second-row-2 .second-row-2-item {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
  }
  .second-row-2 .second-row-2-item img {
    width: 120px !important;
    height: 120px !important;
    flex-shrink: 0;
  }
  .second-row-2 .second-row-2-item div {
    padding-left: 15px;
    box-sizing: border-box;
  }
}
.second-row-2 .second-row-2-item:nth-child(4n) {
  margin-right: 0;
}
.second-row-2 .second-row-2-item img {
  width: 100%;
  height: 170px;
}
.second-row-2 .second-row-2-item p {
  font-family: ArialMT;
  font-size: 12px;
  color: #737373;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  margin: 10px 0 8px 0;
}
.second-row-2 .second-row-2-item h3 {
  font-family: DINCondensed, DINCondensed;
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  line-height: 18px;
  text-align: left;
  font-style: normal;
}
.sc_result {
  gap: unset !important;
}
.sc_result .second-row-2-item h3 {
  color: #fff;
}
