a,
a:hover {
  text-decoration: none;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-bg .modal-container {
  width: 400px;
  background: #FFFFFF;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #F4F4F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-bg .modal-container .modal-cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 13px;
  cursor: pointer;
}
.modal-bg .modal-container .modal-logo {
  width: 111px;
  height: 26px;
  margin: 45px auto 50px;
}
.modal-bg .modal-container .modal-logo img {
  width: 100%;
}
.modal-bg .modal-container .modal-input-container {
  width: 315px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modal-bg .modal-container .modal-input-container .modal-input {
  border: none;
  color: #000000;
  width: 70%;
  height: 40px;
  outline: none;
}
.modal-bg .modal-container .modal-input-container input[type='tel'],
.modal-bg .modal-container .modal-input-container input[type='password'] {
  width: 100%;
}
.modal-bg .modal-container .modal-input-container .modal-get-code {
  color: #E73828;
  cursor: pointer;
  white-space: nowrap;
}
.modal-bg .modal-container .modal-input-container .modal-pwd-tip {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 12px;
  color: #E73828;
  line-height: 12px;
}
.modal-bg .modal-container .modal-red-font {
  color: #E73828;
}
.modal-bg .modal-container .modal-btn {
  margin: 50px auto 0;
  width: 216px;
  height: 42px;
  background: #E73828;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .alert {
    left: 100px !important;
    width: calc(100% - 100px) !important;
  }
}
@media (max-width: 979px) {
  .alert {
    left: 60px !important;
    width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .modal-bg .modal-container {
    max-width: 90%;
  }
  .modal-bg .modal-container .modal-input-container {
    max-width: 80%;
  }
  .alert {
    left: 0 !important;
    width: 100% !important;
  }
}
.form-control {
  border: 1px solid #e6e6e6 !important;
  color: #333333 !important;
  font-size: 16px !important;
}
.alert {
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 9999;
  width: calc(100% - 200px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  margin-top: -150px;
}
.alert .content span {
  line-height: 45px;
  padding: 0 60px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
.content-wrapper .sub-banner-wrapper {
  margin-top: 25px;
}
.content-wrapper .zt2-wrapper .zt2-banner {
  width: 100%;
  height: 420px;
  border-radius: 6px;
}
.content-wrapper .zt2-wrapper .zt2-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper .zt2-navs {
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  display: flex;
  margin-top: 30px;
}
.content-wrapper .zt2-navs > span {
  display: inline-block;
  flex: 1;
  text-align: center;
}
.content-wrapper .zt2-navs > span span {
  cursor: pointer;
}
.content-wrapper .load-more {
  display: none;
}
.content-wrapper .zt2-news {
  margin-top: 30px;
  display: flex;
  height: 279px;
}
.content-wrapper .zt2-news .left {
  width: 484px;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.content-wrapper .zt2-news .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper .zt2-news .right {
  margin-left: 32px;
  flex: 1;
}
.content-wrapper .zt2-news .right .news-item span {
  display: block;
}
.content-wrapper .zt2-news .right .news-item:nth-child(1) {
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.content-wrapper .zt2-news .right .news-item:nth-child(1) .title {
  margin-top: 0;
  text-align: center;
  height: 20px;
  font-size: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.content-wrapper .zt2-news .right .news-item:nth-child(1) .desc {
  margin: 0;
  margin-top: 15px;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.content-wrapper .zt2-news .right .news-item .title {
  margin: 0;
  margin-top: 15px;
  height: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.content-wrapper .zt2-focus {
  padding-bottom: 10px;
  margin-bottom: -35px;
}
.content-wrapper .zt2-focus .row {
  overflow: hidden;
}
.content-wrapper .zt2-focus .row > div {
  margin-bottom: 35px;
}
.content-wrapper .zt2-focus .recommend-item {
  padding: 0 1px;
}
.content-wrapper .zt2-focus .recommend-item a {
  float: left;
}
.content-wrapper .zt2-focus .recommend-item img {
  height: 194px !important;
}
.content-wrapper .zt2-focus .recommend-item .recommend-title {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.content-wrapper .zt2-follow {
  padding: 45px 0;
}
.content-wrapper .zt2-follow .list-wrapper {
  margin-bottom: -25px;
}
.content-wrapper .zt2-topics {
  padding: 35px 0 20px 0;
  background: #F4F4F4;
  height: auto;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.content-wrapper .zt2-topics .header {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.content-wrapper .zt2-topics .header .title {
  font-weight: bold;
}
.content-wrapper .zt2-topics .topic-item {
  margin-bottom: 15px;
  float: left;
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  width: 50%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.content-wrapper .zt2-topics .topic-item:nth-child(2n) {
  padding-right: 59px;
}
.content-wrapper .zt2-topics .topic-item:nth-child(2n + 1) {
  padding-left: 59px;
}
.content-wrapper .zt2-topics .topic-item::after {
  clear: both;
}
.content-wrapper .zt2-exhibition {
  padding: 45px 0;
}
.content-wrapper .zt2-exhibition .exhibition-list {
  margin-bottom: 74px;
}
.content-wrapper .zt2-exhibition .exhibition-list > div > div {
  height: 194px;
  padding: 0 16px;
  margin-bottom: 32px;
}
.content-wrapper .zt2-exhibition .exhibition-list > div > div:nth-child(1) {
  height: 420px;
}
.content-wrapper .zt2-exhibition .exhibition-list > div > div img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .content-wrapper .zt2-wrapper .zt2-banner {
    height: 370px;
  }
  .content-wrapper .zt2-focus .recommend-item img {
    height: 169px !important;
  }
  .content-wrapper .zt2-follow {
    padding: 42px 0;
  }
  .content-wrapper .zt2-news {
    height: 245px;
  }
  .content-wrapper .zt2-news .left {
    height: 245px;
    width: 424px;
  }
  .content-wrapper .zt2-news .right {
    height: 100%;
    overflow: hidden;
  }
  .content-wrapper .zt2-topics .topic-item {
    width: 50%;
  }
  .content-wrapper .zt2-topics .topic-item:nth-child(2n) {
    padding-right: 29px;
  }
  .content-wrapper .zt2-topics .topic-item:nth-child(2n + 1) {
    padding-left: 29px;
  }
  .content-wrapper .zt2-exhibition .header .title {
    margin-bottom: 25px;
  }
  .content-wrapper .zt2-exhibition .exhibition-list {
    margin-bottom: 74px;
  }
  .content-wrapper .zt2-exhibition .exhibition-list .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .content-wrapper .zt2-exhibition .exhibition-list .row > div {
    padding: 0 12px;
    height: 137px;
    margin-bottom: 24px;
  }
  .content-wrapper .zt2-exhibition .exhibition-list .row > div:nth-child(1) {
    height: 298px;
  }
}
@media (max-width: 979px) {
  .content-wrapper .zt2-wrapper .zt2-banner {
    height: 297px;
  }
  .content-wrapper .sub-banner-wrapper .item {
    width: calc((100% - 24px * 2) / 3 - 1px);
    margin-right: 24px;
  }
  .content-wrapper .zt2-focus {
    margin-bottom: -25px;
  }
  .content-wrapper .zt2-focus .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .content-wrapper .zt2-focus .row > div {
    margin-bottom: 25px;
    padding: 0 12px;
  }
  .content-wrapper .zt2-focus .recommend-item img {
    height: 212px !important;
  }
  .content-wrapper .zt2-focus .recommend-item .recommend-title {
    margin-top: 20px;
  }
  .content-wrapper .zt2-news {
    height: 198px;
  }
  .content-wrapper .zt2-news .left {
    height: 100%;
    width: 342px;
  }
  .content-wrapper .zt2-news .right {
    height: 100%;
    overflow: hidden;
  }
  .content-wrapper .zt2-topics {
    padding: 35px 30px;
  }
  .content-wrapper .zt2-topics .topic-item {
    width: 50%;
  }
  .content-wrapper .zt2-topics .topic-item:nth-child(2n) {
    padding-right: 16px;
  }
  .content-wrapper .zt2-topics .topic-item:nth-child(2n + 1) {
    padding-left: 31px;
  }
  .content-wrapper .zt2-follow .list-wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
  .content-wrapper .zt2-follow .list-wrapper .normal-item {
    width: 50%;
    padding: 0 12px;
    margin-right: 0;
    background: none;
  }
  .content-wrapper .zt2-follow .list-wrapper .normal-item:hover {
    box-shadow: unset;
    transition-duration: unset;
  }
  .content-wrapper .zt2-follow .list-wrapper .normal-item .zt2-follow-item-container {
    background: #FFFFFF;
  }
  .content-wrapper .zt2-follow .list-wrapper .normal-item .zt2-follow-item-container:hover {
    box-shadow: 0 7px 10px 0 rgba(127, 144, 176, 0.3);
    transition-duration: 0.2s;
  }
  .content-wrapper .zt2-follow .list-wrapper .normal-item .recommend-image {
    height: 197px!important;
  }
  .content-wrapper .zt2-exhibition .header .title {
    margin-bottom: 25px;
  }
  .content-wrapper .zt2-exhibition .exhibition-list {
    margin-bottom: 74px;
  }
  .content-wrapper .zt2-exhibition .exhibition-list > div > div {
    height: 169px;
  }
  .content-wrapper .zt2-exhibition .exhibition-list > div > div:nth-child(1) {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    margin-top: 4vw;
  }
  .content-wrapper .zt2-wrapper .zt2-banner {
    height: 38.93vw;
  }
  .content-wrapper .sub-banner-wrapper {
    margin-top: 4vw;
  }
  .content-wrapper .sub-banner-wrapper .item {
    width: calc((100% - 4vw) / 2 - 1px);
    margin-right: 4vw;
  }
  .content-wrapper .header .title {
    margin-bottom: 4vw!important;
    font-size: 5.33vw !important;
  }
  .content-wrapper .load-more {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 48vw;
    height: 10.67vw;
    background: #FFFFFF;
    border-radius: 1.067vw;
    border: 1px solid #979797;
    text-align: center;
    margin-top: 1.33vw;
  }
  .content-wrapper .load-more span {
    font-weight: 400;
    color: #333333;
    line-height: 10.67vw;
  }
  .content-wrapper .zt2-navs {
    margin-top: 4vw;
    height: 10.13vw;
    font-size: 3.2vw;
    line-height: 10.13vw;
  }
  .content-wrapper .zt2-news {
    display: block;
    height: auto;
    margin-top: 4vw;
  }
  .content-wrapper .zt2-news .left {
    height: 53.33vw;
    width: 100%;
  }
  .content-wrapper .zt2-news .right {
    width: 100%;
    margin-left: 0;
    margin-top: 6.67vw;
    overflow: hidden;
  }
  .content-wrapper .zt2-news .right .news-item:nth-child(1) {
    padding-top: 0;
    padding-bottom: 5.33vw;
  }
  .content-wrapper .zt2-news .right .news-item:nth-child(1) .title {
    font-size: 4.8vw;
    line-height: 4.8vw;
    height: 4.8vw;
  }
  .content-wrapper .zt2-news .right .news-item:nth-child(1) .desc {
    font-size: 3.73vw;
    line-height: 4.53vw;
  }
  .content-wrapper .zt2-news .right .news-item {
    white-space: nowrap;
  }
  .content-wrapper .zt2-news .right .news-item .title {
    margin-top: 4vw;
    font-size: 3.73vw;
    line-height: 3.73vw;
    height: 3.73vw;
  }
  .content-wrapper .zt2-focus {
    margin-top: 10.67vw;
    padding-top: 0;
    padding-bottom: 0px;
  }
  .content-wrapper .zt2-focus .row > div {
    margin-bottom: 6.67vw;
  }
  .content-wrapper .zt2-focus .row .recommend-item img {
    height: 57.07vw !important;
  }
  .content-wrapper .zt2-focus .row .recommend-item .recommend-title {
    margin-top: 4vw;
    font-size: 4.27vw;
    line-height: 4.8vw;
  }
  .content-wrapper .zt2-follow {
    padding: 10.67vw 0 0;
  }
  .content-wrapper .zt2-follow .header .title {
    margin-bottom: 4vw;
  }
  .content-wrapper .zt2-follow .list-wrapper {
    margin-bottom: 0;
  }
  .content-wrapper .zt2-follow .list-wrapper .normal-item {
    margin-bottom: 4vw!important;
    width: 100%;
    margin-right: 0;
  }
  .content-wrapper .zt2-follow .list-wrapper .normal-item .recommend-image {
    height: 53.07vw !important;
  }
  .content-wrapper .zt2-follow .list-wrapper .load-more {
    margin-top: 4vw;
    margin-bottom: 10.67vw;
  }
  .content-wrapper .zt2-topics {
    padding: 2.67vw 4vw 4vw;
  }
  .content-wrapper .zt2-topics .header {
    margin-bottom: 5.33vw;
    font-size: 5.33vw;
    line-height: 5.33vw;
  }
  .content-wrapper .zt2-topics .topic-item {
    width: 100%;
    text-align: left;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-bottom: 4vw;
    font-size: 3.73vw;
    height: 3.73vw;
    line-height: 3.73vw;
  }
  .content-wrapper .zt2-exhibition {
    padding: 0;
    margin-top: 10.67vw;
  }
  .content-wrapper .zt2-exhibition .exhibition-list {
    margin-bottom: 0;
  }
  .content-wrapper .zt2-exhibition .exhibition-list .row > div {
    height: 57.33vw !important;
    margin-bottom: 4vw!important;
  }
}
