.contact_us {
  top: 0;
  position: fixed;
  height: 100%;
  z-index: 111;
  width: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}
.contact_us_content {
  position: relative;
  border: 15px solid rgba(0, 0, 0, 0.9);
  border-radius: 17px;
  max-width: 570px;
  max-height: 650px;
  text-align: center;
  background: #fff;
  margin: 54px auto !important;
  padding: 50px 0 !important;
}
.contact_email,
.contact_name {
  height: 40px;
  padding: 2px 0 0 20px;
}
.contact_email,
.contact_name,
.contact_text {
  width: 370px;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
}
.contact_text {
  height: 143px;
  padding: 10px 0 0 20px;
}
.contact_sub {
  margin-bottom: 30px;
  padding-top: 2px;
  height: 40px;
  width: 180px;
  border-radius: 5px;
  background: #f51d1d;
  color: #fff;
  border: 1px solid #f51d1d;
}
.close_img {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.contact_title {
  font-weight: 700;
  font-size: 24px;
  color: #191919;
}
.contact_desc {
  margin: 10px 0 30px;
  font-size: 16px;
  color: #7a7a7a;
}
.contact_message {
  display: inline-block;
  max-width: 370px;
  font-size: 14px;
  color: #7a7a7a;
}
.contact_input {
  position: relative;
}
.email_error {
  position: absolute;
  text-align: center;
  max-height: 90px;
  width: 318px;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px #ccc;
  box-shadow: 0 1px 8px #ccc;
  top: 106px;
  left: 106px;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  display: none;
}
.tri {
  position: absolute;
  top: -6px;
  left: 10%;
  margin-left: -10px;
  -webkit-box-shadow: 2px 2px 2px #e9eaec;
  box-shadow: 2px 2px 2px #e9eaec;
  -webkit-transform: rotate(224deg);
  transform: rotate(224deg);
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 6px;
  color: #fff;
}
.contact_img {
  height: 14px;
  width: 14px;
  margin-right: 10px;
}
.send_fail,
.send_success {
  font-size: 14px;
  text-align: center;
  max-height: 90px;
  width: 318px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 8px #ccc;
  box-shadow: 0 1px 8px #ccc;
  position: absolute;
  top: 200px;
  left: 106px;
  padding: 15px;
  background: #fff;
  display: none;
}
.error {
  border: 1px solid red;
}
.language {
  width: 108px;
  height: 36px;
  color: #525252;
  display: inline-block;
  padding: 8px 9px;
  min-width: 85px;
  font-weight: 400;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
}
.language-list {
  width: 87px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  border-radius: 4px;
  display: none;
  margin-top: 14px;
}
.language-list li {
  list-style: none;
}
.close-copyright {
  position: absolute;
  top: 2% !important;
  right: 3% !important;
  cursor: pointer;
  font-size: 25px !important;
}
#cboxContent {
  position: relative;
}
@media (max-width: 500px) {
  .contact_us_content {
    margin: 130px auto !important;
  }
  .contact_desc,
  .contact_email,
  .contact_message,
  .contact_name,
  .contact_text {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .contact_desc {
    display: inline-block;
  }
  .contact_message {
    font-size: 12px;
  }
  .close_img {
    height: 14px;
    width: 14px;
  }
  .contact_desc {
    font-size: 14px;
  }
  .contact_title {
    font-size: 20px;
  }
  .email_error,
  .send_fail,
  .send_success {
    width: 252px;
    left: 67px;
  }
  .contact_desc {
    margin: 10px 0 15px;
  }
  .contact_text {
    height: 100px;
  }
  .contact_sub {
    margin-bottom: 15px;
  }
  .language {
    width: 288px;
    text-align: left;
  }
  .language-list {
    width: 287px;
    text-align: left;
    background-color: #e2e2e2;
    margin-left: 0;
    border-bottom: 1px solid #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav {
    overflow-x: hidden;
  }
  .language-list li a {
    margin-left: 0 !important;
  }
  .language-list li {
    border-bottom: 1px solid #fff;
    margin-right: 28px;
    list-style: none;
    margin-left: -8px;
  }
  .language-list li:last-child {
    border-bottom: none;
  }
  #header .nav.navbar-menu li a {
    text-align: left !important;
  }
  .close-copyright {
    margin-left: 134px !important;
  }
  #cboxContent {
    margin: 130px auto 0 !important;
  }
  .box__content {
    padding: 0 72px !important;
  }
}
#desktop-application-button a:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
}
.choice-language {
  width: 87px;
  height: 36px;
}
.language-list li a {
  height: 36px;
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
  margin-left: -40px;
}
.language-list li a:hover {
  background: #ededed;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 2px;
}
.fa-angle-down:before {
  content: "\F107";
}
.video-hunter {
  position: fixed;
  bottom: 25%;
  right: 5%;
  width: 200px;
  height: auto;
  border-radius: 10px;
  text-align: center;
  z-index: 20000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 245, 249, 0.7)),
    to(rgba(252, 222, 230, 0.7))
  );
  background-image: linear-gradient(
    rgba(255, 245, 249, 0.7),
    rgba(252, 222, 230, 0.7)
  );
}
.video-hunter:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff5f9),
    to(#fcdee6)
  );
  background-image: linear-gradient(#fff5f9, #fcdee6);
}
.vh-learn:hover .learn {
  padding-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.vh-learn:hover a {
  text-decoration: none;
}
.recommend-content {
  height: 100%;
  position: relative;
}
.vh-content {
  margin: 19px 22px 17px;
}
.vh-close {
  position: absolute;
  right: 10px;
  top: -9px;
  height: 20px;
  width: 45px;
  color: #000;
  font-size: 12px;
  cursor: pointer;
  line-height: 20px;
  border-radius: 3px;
  background: #fbdce5;
}
.vh-logo img {
  height: 42px;
  width: 42px;
  margin-bottom: 15px;
}
.vh-title {
  font-size: 14px;
  font-weight: 700;
  margin: 15px 0 0;
  color: #000;
}
.vh-title:hover {
  color: #000;
  text-decoration: none;
}
.vh-desc {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 18px;
}
.vh-learn {
  border: 0;
  bottom: 0;
  height: 35px;
  width: 200px;
  cursor: pointer;
  line-height: 35px;
  background: #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.vh-learn span,
.vh-learn span i {
  color: #05dae6;
}
.vh-learn span {
  font-size: 12px;
  font-weight: 700;
}
.vh-learn span i {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}



/*去除搜索框默认背景色 */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
 }
