.width {
  width: 1360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .width {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.container {
  width: 1360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    box-sizing: border-box;
  }
}
.ad-width {
  width: 1360px;
  margin: 0 auto;
}
@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, 0.9);
    z-index: 99;
  }
  .mobile_menu .mobile_menu_content {
    width: 100%;
  }
  .mobile_menu .mobile_menu_content .mobile_menu-close {
    height: 90px;
    line-height: 70px;
    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: #061019;
  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;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer-container ul li {
    margin: 0 10px;
  }
}
.footer-container ul a {
  color: #FEF4EA;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer-container ul a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .header-container .width {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header-container .header {
    display: none;
  }
  .header-container .header-copy {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .header-container .header-copy .header-bottom1 {
    border-bottom: 1px solid #eee !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
  }
  .header-container .header-copy .header-bottom1 .icon-caidan1 {
    font-size: 25px;
  }
  .header-container .header-copy .header-bottom1 .icon-sousuo4 {
    font-size: 22px;
    color: #203041;
  }
  .header-container .header-copy .header-bottom1 .header-top1 {
    font-size: 30px !important;
    font-weight: bold !important;
    font-size: 30px;
    font-weight: bold;
    color: #ee2d58;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header-container .header {
    display: block;
    box-shadow: 0px 0px 4px 0px rgba(221, 221, 221, 0.5);
    margin-bottom: 50px;
  }
  .header-container .header-top {
    background: #F5F7F9;
    color: #ee2d58;
    font-size: 40px;
    font-weight: 600;
    padding: 16px;
    display: block;
  }
  .header-container .header-bottom {
    padding: 24px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-container .header-bottom .menu {
    display: none;
  }
  .header-container .header-bottom ul {
    display: flex;
  }
  .header-container .header-bottom ul a {
    display: block;
    padding: 7px 0;
    margin-right: 15px;
    font-family: Arial, Arial;
    font-weight: normal;
    font-size: 18px;
    color: #383949;
    line-height: 21px;
    text-align: right;
    font-style: normal;
  }
  .header-container .header-bottom ul a:hover {
    text-decoration: underline;
  }
  .header-container .header-bottom ul a::after {
    content: "/";
    color: #383949;
    padding-left: 2px;
  }
  .header-container .header-bottom ul a.active {
    color: #0893F5;
  }
  .header-container .header-bottom .head-bottom-search {
    background: #F7FAFF;
    border-radius: 2px;
    border: 1px solid #A0B0C1;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 254px;
    flex-shrink: 0;
  }
  .header-container .header-bottom .head-bottom-search b {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 12px;
    color: #A0B0C1;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-indent: 12px;
  }
  .header-container .header-bottom .head-bottom-search span {
    background: #0893F5;
    border-radius: 0px 2px 2px 0px;
    width: 52px;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-container .header-copy {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) and (max-width: 768px) {
  .header-container .header-top {
    background-color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1200px) and (max-width: 768px) {
  .header-container .header-top {
    font-size: 25px;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (max-width: 1200px) and (max-width: 768px) {
  .header-container .header-bottom .menu {
    display: block;
    font-size: 26px;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 1200px) and (max-width: 768px) {
  .header-container .header-bottom ul {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-container .header {
    display: block;
    box-shadow: 0px 0px 4px 0px rgba(221, 221, 221, 0.5);
    margin-bottom: 50px;
  }
  .header-container .header-top {
    background: #F5F7F9;
    padding: 16px;
  }
  .header-container .header-top img {
    padding: 14px 0;
  }
  .header-container .header-bottom {
    padding: 24px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-container .header-bottom .menu {
    display: none;
  }
  .header-container .header-bottom ul {
    display: flex;
  }
  .header-container .header-bottom ul a {
    display: block;
    padding: 7px 0;
    margin-right: 15px;
    font-family: Arial, Arial;
    font-weight: normal;
    font-size: 18px;
    color: #383949;
    line-height: 21px;
    text-align: right;
    font-style: normal;
  }
  .header-container .header-bottom ul a:hover {
    text-decoration: underline;
  }
  .header-container .header-bottom ul a::after {
    content: "/";
    color: #383949;
    padding-left: 2px;
  }
  .header-container .header-bottom ul a.active {
    color: #0893F5;
  }
  .header-container .header-bottom .head-bottom-search {
    background: #F7FAFF;
    border-radius: 2px;
    border: 1px solid #A0B0C1;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 254px;
    flex-shrink: 0;
  }
  .header-container .header-bottom .head-bottom-search b {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 12px;
    color: #A0B0C1;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-indent: 12px;
  }
  .header-container .header-bottom .head-bottom-search span {
    background: #0893F5;
    border-radius: 0px 2px 2px 0px;
    width: 52px;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-container .header-copy {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 768px) {
  .header-container .header-top {
    background-color: #fff;
  }
}
@media (min-width: 1200px) and (max-width: 768px) {
  .header-container .header-top {
    font-size: 25px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) and (max-width: 768px) {
  .header-container .header-bottom .menu {
    display: block;
    font-size: 26px;
    cursor: pointer;
  }
}
@media (min-width: 1200px) and (max-width: 768px) {
  .header-container .header-bottom ul {
    display: none;
  }
}
.info-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #203041;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  border-bottom: 3px solid #F1F2F3;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .info-title {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.info-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 140px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background: #1A9E7A;
}
.info-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  text-align: right;
  font-style: normal;
  background: #F41C4A;
  padding: 8px;
  border-radius: 6px;
}
.info-block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.info-block h3 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  margin-bottom: 20px;
}
.info-block p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}
.first-row-left-content {
  margin-top: 20px;
}
.first-row-left-content .first-row-left-item {
  display: flex;
  margin-bottom: 7px;
  cursor: pointer;
}
.first-row-left-content .first-row-left-item:hover .first-row-left-item-info h3 {
  text-decoration: underline;
}
.first-row-left-content .first-row-left-item img {
  width: 107px;
  height: 106px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .first-row-left-content .first-row-left-item img {
    width: 117px;
    height: 118px;
  }
}
.first-row-left-content .first-row-left-item .first-row-left-item-info {
  padding-left: 15px;
  box-sizing: border-box;
}
.first-row-left-content .first-row-left-item .first-row-left-item-info h3 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #203041;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-bottom: 12px;
}
.first-row-left-content .first-row-left-item .first-row-left-item-info p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #A0B0C1;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}
.first-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .first-row {
    display: block;
  }
}
.first-row .first-row-left {
  flex-grow: 1;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .first-row .first-row-left {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .first-row .first-row-right {
    margin-top: 35px;
  }
}
.first-row .first-row-right-content {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .first-row .first-row-right-content {
    display: block;
  }
}
.first-row .first-row-right-content img {
  width: 100%;
  height: 100%;
}
.first-row .first-row-right-content .first-row-right-block {
  width: 445px;
  height: 445px;
  margin-right: 2px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .first-row .first-row-right-content .first-row-right-block {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-right: 0;
  }
  .first-row .first-row-right-content .first-row-right-block img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.first-row .first-row-right-content .first-row-right-block img {
  filter: brightness(0.8);
}
.first-row .first-row-right-content .first-row-right-block:hover img {
  filter: brightness(0.9);
}
.first-row .first-row-right-content .first-row-right-block:hover .info-block h3 {
  text-decoration: underline;
}
.first-row .first-row-right-content .first-row-right-small-warp {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
}
@media (max-width: 768px) {
  .first-row .first-row-right-content .first-row-right-small-warp {
    width: 100%;
    margin-top: 2px;
  }
}
.first-row .first-row-right-content .first-row-right-small-warp .first-row-right-block {
  width: 222px;
  height: 221px;
}
@media (max-width: 768px) {
  .first-row .first-row-right-content .first-row-right-small-warp .first-row-right-block {
    width: calc(50% - 1px);
    height: 0;
    padding-bottom: 50%;
    margin-right: 2px;
  }
}
.first-row .first-row-right-content .first-row-right-small-warp .first-row-right-block:nth-child(2n) {
  margin-right: 0;
}
.first-row .first-row-right-content .first-row-right-small-warp .first-row-right-block:nth-child(1),
.first-row .first-row-right-content .first-row-right-small-warp .first-row-right-block:nth-child(2) {
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .first-row .first-row-right-content .first-row-right-small-warp .first-row-right-block .info-tag {
    display: none;
  }
}
.first-row .first-row-right-content .first-row-right-small-warp .first-row-right-block .info-block h3 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
@media (max-width: 768px) {
  .first-row .first-row-right-content .first-row-right-small-warp .first-row-right-block .info-block h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .first-row .first-row-right-content .first-row-right-small-warp .first-row-right-block .info-block p {
    display: none;
  }
}
.second-row {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .second-row {
    display: block;
  }
}
.second-row-left {
  width: 65%;
}
@media (max-width: 768px) {
  .second-row-left {
    width: 100%;
  }
}
.second-row-left .second-row-left-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .second-row-left .second-row-left-list {
    display: block;
  }
}
.second-row-left .second-row-left-list .second-row-left-item {
  margin-bottom: 40px;
  width: calc(100% / 3 - 14px);
  margin-right: 20px;
  display: block;
}
@media (max-width: 768px) {
  .second-row-left .second-row-left-list .second-row-left-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.second-row-left .second-row-left-list .second-row-left-item:nth-child(3n) {
  margin-right: 0;
}
.second-row-left .second-row-left-list .second-row-left-item .second-row-left-item-img {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}
.second-row-left .second-row-left-list .second-row-left-item .second-row-left-item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.second-row-left .second-row-left-list .second-row-left-item .second-row-left-item-img .info-tag {
  background: #0893F5;
  padding: 3px 8px;
}
.second-row-left .second-row-left-list .second-row-left-item .second-row-left-item-info h3 {
  margin-top: 15px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #203041;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.second-row-left .second-row-left-list .second-row-left-item .second-row-left-item-info p {
  margin-top: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #A0B0C1;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}
.second-row-left .second-row-left-list .second-row-left-item .second-row-left-item-info div {
  margin-top: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #708091;
  line-height: 21px;
  text-align: left;
  font-style: normal;
}
.second-row .second-row-left-full-screen {
  width: 100%;
}
.second-row .second-row-left-full-screen .second-row-left-item {
  width: calc(100% / 4 - 15px);
}
@media (max-width: 768px) {
  .second-row .second-row-left-full-screen .second-row-left-item {
    width: 100%;
  }
}
.second-row .second-row-left-full-screen .second-row-left-item:nth-child(3n) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .second-row .second-row-left-full-screen .second-row-left-item:nth-child(3n) {
    margin-right: 0;
  }
}
.second-row .second-row-left-full-screen .second-row-left-item:nth-child(4n) {
  margin-right: 0;
}
.second-row-right {
  width: 33%;
}
@media (max-width: 768px) {
  .second-row-right {
    width: 100%;
    margin-top: 20px;
  }
}
.second-row-right .first-row-left-content img {
  width: 171px;
  height: 102px;
}
.sc_result .second-row-left-item-info h3 {
  color: #fff !important;
}
