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 .zt1-news {
  padding-top: 35px;
}

@-moz-document url-prefix(){
        #selector{
            display: flex;
            justify-content: space-between;
        }
}
@-moz-document url-prefix() {
	.content-wrapper .zt1-news .list-wrapper {
	  margin-bottom: 60px; /*firefox*/
	}
}
.content-wrapper .zt1-images {
  padding-top: 60px;
  margin-bottom: 74px;
}
.content-wrapper .zt1-images .zt1-images .item img {
  object-fit: cover;
}
.content-wrapper .zt1-images .carousel-right-arrow,
.content-wrapper .zt1-images .carousel-left-arrow {
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-wrapper .zt1-images .carousel-right-arrow img,
.content-wrapper .zt1-images .carousel-left-arrow img {
  width: 100%;
  object-fit: cover;
}
.content-wrapper .zt1-images .carousel-right-arrow {
  right: 0;
  left: unset;
}
.content-wrapper .zt1-images-one {
  padding-top: 0;
  text-align: center;
}
.content-wrapper .zt1-images-one img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.content-wrapper .zt1-wrapper {
  padding-top: 11px;
}
.content-wrapper .zt1-wrapper .zt1-banner {
  width: 100%;
  height: 200px;
  background: #222D93;
  border-radius: 6px;
  font-size: 68px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 200px;
}
.content-wrapper .zt1-wrapper .zt1-title {
  margin-top: 35px;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  line-height: 32px;
}
.content-wrapper .zt1-wrapper .zt1-info {
  padding-bottom: 5px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .content-wrapper .zt1-wrapper {
    margin-top: -5px;
    padding-top: 0px;
  }
  .content-wrapper .zt1-wrapper .zt1-banner {
    height: 176px;
    font-size: 60px;
    line-height: 176px;
  }
}
@media (max-width: 979px) {
  .content-wrapper {
    padding-bottom: 45px;
  }
  .content-wrapper .zt1-wrapper {
    margin-top: -5px;
  }
  .content-wrapper .zt1-wrapper .zt1-banner {
    height: 142px;
    font-size: 50px;
    line-height: 142px;
  }
  .content-wrapper .zt1-wrapper .zt1-title {
    margin-top: 30px;
    font-size: 32px;
    line-height: 32px;
  }
  .content-wrapper .zt1-wrapper .zt1-info {
    padding-bottom: 0;
  }
  .content-wrapper .zt1-news .list-wrapper .normal-item {
    width: calc((100% - 24px) / 2);
  }
  .content-wrapper .zt1-news .list-wrapper .normal-item:nth-child(2n + 1) {
    margin-right: 24px;
  }
  .content-wrapper .zt1-news .list-wrapper .normal-item:nth-child(2n) {
    margin-right: 0px;
  }
  .content-wrapper .zt1-news .list-wrapper .recommend-image {
    height: 197px!important;
  }
  .content-wrapper .zt1-images .item img {
    height: 297px!important;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-bottom: 25px;
  }
  .content-wrapper .zt1-wrapper {
    margin-top: 4vw;
  }
  .content-wrapper .zt1-wrapper .zt1-banner {
    height: 18.4vw;
    font-size: 6.4vw;
    line-height: 18.4vw;
  }
  .content-wrapper .zt1-wrapper .zt1-title {
    margin-top: 5.33vw;
    font-size: 5.33vw;
    line-height: 5.33vw;
  }
  .content-wrapper .zt1-wrapper .zt1-info {
    margin-top: 2.67vw;
    font-size: 4.27vw;
    font-weight: 400;
    color: #333333;
    line-height: 4.8vw;
  }
  .content-wrapper .zt1-wrapper .sep-line {
    margin-top: 6.67vw;
  }
  .content-wrapper .header .title {
    font-size: 5.33vw;
    line-height: 5.33vw;
    margin-bottom: 4vw;
  }
  .content-wrapper .zt1-news {
    padding: 6.67vw 0 0;
  }
  .content-wrapper .zt1-news .list-wrapper {
    margin-bottom: -4vw;
  }
  .content-wrapper .zt1-news .list-wrapper .normal-item {
    width: 100%;
    margin: 0 0 4vw 0;
  }
  .content-wrapper .zt1-news .list-wrapper .normal-item img {
    height: 53.07vw !important;
  }
  .content-wrapper .zt1-images {
    margin-top: 13.33vw;
    padding-top: 0;
    margin-bottom: 9.33vw;
  }
  .content-wrapper .zt1-images .item img {
    height: 38.93vw !important;
  }
  .content-wrapper .zt1-images .carousel-right-arrow,
  .content-wrapper .zt1-images .carousel-left-arrow {
    display: none;
  }
}
