@charset "utf-8";

* {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(Montserrat-SemiBold_0.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(Poppins-Bold.ttf);
}

@font-face {
  font-family: Poppins-Black;
  src: url(Poppins-Black.ttf);
}

@font-face {
  font-family: HYShangWeiShouShuW;
  src: url(HYShangWeiShouShuW.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(Poppins-Regular.ttf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(Montserrat-Regular_0.ttf);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(Montserrat-Medium-7.otf);
}

@font-face {
  font-family: Montserrat-Light;
  src: url(Montserrat-Light_0.ttf);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;

  text-decoration: none;
}

#fzIntroducetitle,
#fzConttitle {
  display: none;
}

.clearfix::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}

body {
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
  color: #333;
  line-height: 1;
  background: #fff;
  font-family: Montserrat-SemiBold;
}

* {
  outline: none !important;
}

ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  font-family: "scl";
  border: none;
  outline: none;
  background: none;
}

ul,
li {
  list-style: none
}

img {
  border: 0px;
  padding: 0px;
  display: block;
}

a {
  color: #5c5c5c;
  text-decoration: none
}

button {
  outline: none;
  border: none;
}

h2,
h3,
h4,
b {
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

.introduceInfor img {
  max-width: 100%;
}


.page-menu-info {
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.page-menu-info a {
  color: #333;
}


.page-menu-info img {
  width: 16px;
  margin: 0 10px 0 0;
  display: inline-block;
}

.full-screen-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* 或者使用 100% 100% */
  background-attachment: fixed;
  /* 如果你想背景图片固定不动 */
  width: 100%;
  height: 100vh;
  /* 使用视口高度 */
}


.img-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.responsive-img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay-text {
  position: absolute;
  top: 20%;
  left: 10%;
  color: #fff;
  padding: 10px;
  max-width: 80%;
  font-size: 20px;
  line-height: 2em;
}

.img-contact-bottom {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.overlay-text .tips-style {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  min-width: 40px;
  height: 40px;
  padding-left: 60px;
  margin-right: 20px;
  font-size: 26px;
}

.overlay-text p {
  line-height: 40px;
  margin-bottom: 24px;
}

.overlay-text .tips-style.tips-phone {
  background-image: url(/static/images/contact/phone.png);
}

.overlay-text .tips-style.tips-email {
  background-image: url(/static/images/contact/email.png);
}

.overlay-text .tips-style.tips-add {
  background-image: url(/static/images/contact/add.png);
}

/* 响应式调整 */
@media (max-width: 768px) {
  .overlay-text {
    font-size: 12px;
    top: 1%;
    left: 10%;
  }

  .img-contact-bottom {
    bottom: 2%;
  }

  .overlay-text .tips-style {
    min-width: 50px;
    height: 40px;
    padding-left: 28px;
    margin-right: 12px;
    font-size: 16px;
  }

  .overlay-text p {
    line-height: 1.6em;
    margin-bottom: 1em;
  }
}


#authenticationMsg {
  /*background-image: url(/static/images/msg/authentication-msg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;*/
  padding: 60px;
  display: none;
}

#authenticationMsg>.authenticationMsg-content {
  padding: 20px 10px 20px 60px;
  line-height: 1.8rem;
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
}

#authenticationMsg>.authenticationMsg-content>i {
  /*background-image: url(/static/images/msg/authentication-icon.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  display: inline-block;
  vertical-align: -.125em;

  background-color: currentColor;
  mask-image: url(/static/images/msg/square.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
}

#authenticationMsg>.authenticationMsg-content>i.authenticationMsg-icon {
  mask-image: url(/static/images/msg/square.svg);
}


#authenticationMsg>.authenticationMsg-content>i.authenticationMsg-icon-triangle {
  /*background-image: url(/static/images/msg/exclamation-triangle-fill.svg);*/
  mask-image: url(/static/images/msg/exclamation-triangle-fill.svg);
  background-color: #ffc107;
}

#authenticationMsg>.authenticationMsg-content>i.authenticationMsg-icon-x {
  /*background-image: url(/static/images/msg/x-square.svg);*/
  mask-image: url(/static/images/msg/x-square.svg);
  background-color: red;
}

#authenticationMsg>.authenticationMsg-content>i.authenticationMsg-icon-check {
  /*background-image: url(/static/images/msg/check-square.svg);*/
  mask-image: url(/static/images/msg/check-square.svg);
  background-color: #fff;
}


@media only screen and (max-width: 576px) {
  #authenticationMsg {
    background-image: none;
    padding: 10px 20px;
  }

  #authenticationMsg>.authenticationMsg-content {
    padding: 10px;
    line-height: 1em;
    color: #fff;
    font-size: 1.2em;
  }

}