* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.foot_pc {
  display: block;
}
.foot_mb {
  display: none;
}
html,
body {
  font-family: Microsoft YaHei, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
.no-scroll {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.containerContentus {
  width: 117rem!important;
  padding: 0;
  margin: 0 auto;
}
.bannerTop {
  background: url(/cn/contact-us/images/banner.jpg) no-repeat #000 center center;
  /* padding: 120px 15px; */
  background-size: cover;
  position: relative;
  height: 10.4166vw;
  display: flex;
  align-items: center;
}
.title {
  width: 117rem;
  margin: 0 auto;
}
.title h1 {
  font-size: 32px;
  line-height: 36px;
  padding-left: 3rem;
  color: #fff;
}
.form-list {
  background: #f3f6fa;
  padding: 40px 0;
}
.form-list .form-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 15px;
  padding-left: 3rem;
}
.form-list .form-tips {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  padding-left: 3rem;
}
#form {
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
}
#form > div {
  position: relative;
}
#form > div > label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  display: inline-block;
}
#form > div input[type="text"] {
  color: #555;
  background: #fff;
  outline: none;
  border: 1px solid #959ea7;
  padding: 5px 10px;
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  margin-bottom: 5px;
}
#form > div select {
  color: #555;
  background: #fff;
  outline: none;
  border: 1px solid #959ea7;
  padding: 5px 10px;
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  margin-bottom: 5px;
}
#form > div textarea {
  color: #555;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  width: 100%;
  outline: none;
  padding: 5px 10px;
  border: 1px solid #959ea7;
  background: #fff;
}
#form .button input {
  color: #2c3e50;
  border: 1px solid #2c3e50;
  padding: 5px 30px;
  max-width: 120px;
  transition: all 0.25s ease;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}
#form .button input:hover {
  background: #2c3e50;
  color: #fff;
}
#form .checked {
  padding-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
#form .checked.active div::before {
  content: "";
  width: 3px;
  height: 7px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #7ec1bc #7ec1bc transparent;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-65%) rotate(35deg);
}
#form .checked div {
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
}
#form .checked div span {
  display: block;
  background: #2c3e50;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#form .checked p {
  font-size: 12px;
  cursor: pointer;
  user-select: none;
}
#form .checked p a {
  color: black;
  text-decoration: underline;
}
.send-ican {
  margin-top: 10px;
}
.ican-tips {
  position: relative;
  width: 100%;
  padding: 5px 10px;
  color: #a94442;
  background: #f2dede !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  font-size: 16px;
  line-height: 24px;
  display: block;
  border: 1px solid #ebccd1 !important;
  z-index: 991;
  cursor: pointer;
  display: none;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.mask .layer {
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: #fff;
}
.mask .layer .error-content {
  display: none;
}
.mask .layer .state {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.mask .layer .state.success {
  border-color: #a5dc86;
}
.mask .layer .state.success .success-line {
  height: 5px;
  background: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 5;
}
.mask .layer .state.success .success-line.line-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}
.mask .layer .state.success .success-line.line-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}
.mask .layer .state.error {
  border-color: #f27474;
  display: none;
}
.mask .layer .state.error .error-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background: #f27474;
  top: 37px;
  border-radius: 2px;
}
.mask .layer .state.error .error-line.line-left {
  left: 17px;
  transform: rotate(45deg);
}
.mask .layer .state.error .error-line.line-right {
  right: 16px;
  transform: rotate(-45deg);
}
.mask .layer h2 {
  color: #575757;
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
  line-height: 40px;
  text-align: center;
  margin: 25px 0;
}
.mask .layer p {
  color: #797979;
  font-size: 16px;
  text-align: center;
}
.mask .layer button {
  color: #fff;
  background: #aedef4;
  border: none;
  outline: none;
  font-size: 17px;
  border-radius: 5px;
  padding: 10px 32px;
  margin-top: 26px;
  transition: all 0.5s;
  cursor: pointer;
}
.mask .layer button:hover {
  background: #a7d5ea;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.loading img {
  width: 100px;
  animation: loadingAnimate 2s linear infinite;
}
#header #header-container #header-menu > .aem-Grid > .container {
  padding: inherit;
}
#footer .container {
  padding: inherit;
}
@keyframes loadingAnimate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .containerContentus {
    width: 100% !important;
  }
  .containerContentus .btn {
    margin-bottom: 10px !important;
  }
  html {
    font-size: 10px;
  }
  .foot_pc {
    display: none;
  }
  .foot_mb {
    display: block;
  }
  .bannerTop {
    display: none;
    background: url(/professional/cn/contact-us/images/banner_m.jpg) no-repeat #000 center center;
    background-size: cover;
    padding: 75px 0;
  }
  .title {
    padding-left: 3rem;
  }
  .title h1 {
    padding-left: 0;
  }
  .form-list .form-tips {
    font-weight: bold;
  }
  .mask .layer {
    width: calc(100% - 30px);
  }
  #form {
    width: 85%;
  }
  #form .button input {
    width: 100%;
    max-width: none;
  }
  #form .checked {
    align-items: flex-start;
  }
  #form .checked > div {
    margin-top: 5px;
  }
}
