/* css common */
* {
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-family: "PingFang SC", "Microsoft Yahei", monospace;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

div,
p {
  word-break: break-all;
}

body {
  background: #fff;
  font-size: 14px;
  color: #333;
  /* -moz-user-select: none; user-select: none;  */
  /*overflow:hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font: 0.125rem Microsoft YaHei, Arial, Helvetica;
}

textarea:focus {
  outline: none;
}

input {
  border: none;
  outline: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-moz-placeholder,
::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

button {
  outline: none;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.flex {
  display: flex;
}

html {
  font-size: 112px;
}

@media (max-width: 1440px) {
  html {
    font-size: 84px;
  }
}

.w-1200 {
  width: 10.71429rem;
  margin: 0 auto;
}

.w-1000 {
  width: 8.92857rem;
  margin: 0 auto;
}

@keyframes dropFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

header#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0.35714rem;
  z-index: 1001;
  transition: background-color 0.5s, box-shadow 0.5s;
  background-color: rgba(0, 0, 0, 0);
}

header#header .top_menu_content {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header#header .top_menu_container {
  display: flex;
  align-items: center;
  height: 0.625rem;
}

header#header .top_menu_container .logo>span {
  display: block;
  width: 1.23214rem;
  height: 0.30357rem;
  background-size: cover;
}

header#header .top_menu_container .logo>span {
  background-image: url("../images/nav/logo-white@2x .png");
}

header#header .top_menu_colspan {
  height: 100%;
}

header#header .top_menu_colspan .nav-list {
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
}

header#header .top_menu_colspan .nav-item {
  margin: 0 0.40179rem;
  position: relative;
  padding: 0.03571rem 0;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}

header#header .top_menu_colspan .nav-item>a {
  font-size: 0.125rem;
  font-weight: 400;
  line-height: 0.17857rem;
  position: relative;
}

header#header .top_menu_colspan .nav-item.active>a:after,
header#header .top_menu_colspan .nav-item:hover>a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.04464rem;
  height: 0.01786rem;
}

header#header .top_menu_colspan .nav-item.active>a,
header#header .top_menu_colspan .nav-item:hover>a {
  font-weight: 600;
}

header#header .top_menu_colspan .nav-item:hover .dropdown {
  display: block !important;
}

header#header .top_menu_colspan .nav-item .dropdown {
  display: none;
  position: absolute;
  left: -50%;
  top: 0.61607rem;
}

header#header .top_menu_colspan .nav-item .product-block {
  padding: 0.35714rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.01786rem 0.08929rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.03571rem 0.03571rem;
  width: 7.5rem;
  min-width: 700px;
}

header#header .top_menu_colspan .nav-item .product-title {
  height: 0.17857rem;
  font-size: 0.125rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.17857rem;
  margin-bottom: 0.10714rem;
}

header#header .top_menu_colspan .nav-item .product-list {
  display: flex;
  align-items: center;
}

header#header .top_menu_colspan .nav-item .product-item {
  width: 20%;
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 0.125rem;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}

header#header .top_menu_colspan .nav-item .product-item img {
  display: block;
  width: 0.35714rem;
  border-radius: 0.08929rem;
  background-color: white;
  box-shadow: 0 0 0.01786rem 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.07143rem;
}

header#header .top_menu_colspan .nav-item .product-item:hover {
  font-weight: 600;
}

header#header .top_menu_colspan .nav-item .programme {
  padding: 0.26786rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.01786rem 0.08929rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.03571rem 0.03571rem;
  min-width: 242px;
}

header#header .top_menu_colspan .nav-item .programme ul li {
  margin-bottom: 0.17857rem;
}

header#header .top_menu_colspan .nav-item .programme ul li:last-child {
  margin-bottom: 0;
}

header#header .top_menu_colspan .nav-item .programme ul li a {
  font-size: 0.125rem;
  font-weight: 400;
  color: #222222;
  line-height: 0.17857rem;
}

header#header .top_menu_colspan .nav-item .programme ul li a:hover {
  font-weight: 600;
}

header#header .nav-item a {
  color: #fff;
}

header#header .nav-item.active a:after {
  background-color: #fff;
}

header#header .tel-phone {
  display: flex;
  font-size: 0.125rem;
  color: #FFFFFF;
  align-items: center;
}

header#header .tel-phone .icon {
  display: block;
  width: 0.10714rem;
  height: 0.14286rem;
  background: url("../images/nav/tel-white.png");
  margin-right: 0.08929rem;
  background-size: cover;
}

header#header .tel-phone a {
  color: inherit;
}

header#header.sticky {
  background-color: #fff;
  box-shadow: 0 0.01786rem 0.08929rem 0 rgba(0, 0, 0, 0.1);
}

header#header.sticky .top_menu_container .logo>span {
  background-image: url("../images/nav/logo-blue.png");
}

header#header.sticky .nav-item a {
  color: #0C005A;
}

header#header.sticky .nav-item.active a:after {
  background-color: #0C005A;
}

header#header.sticky .tel-phone {
  color: #0C005A;
}

header#header.sticky .tel-phone .icon {
  background-image: url("../images/nav/tel-blue.png");
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1998;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
}

.mask+.popup {
  z-index: 1999;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  transform: translate3d(-50%, -50%, 0.00893rem);
}

.form {
  overflow: hidden;
}

.form .inline-form {
  margin: 0 -0.08929rem;
}

.form .inline-form .form-item {
  margin: 0 0.08929rem 0.26786rem;
}

.form .form-item {
  background: #FFFFFF;
  border-radius: 0.03571rem;
  display: flex;
  align-items: center;
  padding: 0 0.21429rem;
  height: 0.41071rem;
  margin-bottom: 0.26786rem;
  flex: 1;
  position: relative;
}

.form .form-item .error {
  position: absolute;
  left: 0.92857rem;
  bottom: 0;
  color: #ff0606;
  transform: translateY(0.17857rem);
  font-size: 0.10714rem;
  line-height: 0.14286rem;
}

.form .form-item .label {
  width: 0.71429rem;
  font-size: 0.125rem;
  font-weight: 500;
  color: #454242;
  line-height: 0.17857rem;
}

.form .form-item .label .hint {
  color: #ff0606;
}

.form .input {
  height: 100%;
  flex: 1;
}

.form .input .input-inner {
  background: #FFFFFF;
  border: none;
  outline: none;
  font-size: 0.125rem;
  font-weight: 500;
  color: #454242;
  height: 100%;
  width: 100%;
}

.form .button-text {
  font-size: 0.125rem;
  font-weight: 500;
  color: #162EB3;
  line-height: 0.17857rem;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.form .button-text.disabled {
  cursor: not-allowed;
}

.form .button-primary {
  height: 0.41071rem;
  background: #162EB3;
  box-shadow: 0 0.00893rem 0.13393rem 0 rgba(22, 46, 179, 0.16);
  border-radius: 0.03571rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.16071rem;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}

.form .button-primary:hover {
  background: #1329A0;
}

.form .button-primary .button-icon {
  display: block;
  margin-left: 0.05357rem;
}

.form .call-consultation {
  font-size: 0.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  line-height: 0.17857rem;
  margin-top: 0.17857rem;
  text-align: center;
}

.form .call-consultation span {
  margin: 0 0.04464rem;
}

.popup-trial {
  width: 8.39286rem;
  height: 4.29464rem;
  box-shadow: 0 0.01786rem 0.08929rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.08929rem;
  background-color: #ffffff;
  padding: 0.53571rem 0.71429rem;
  position: relative;
}

.popup-trial .form {
  margin-top: 0.35714rem;
}

.popup-trial .form-item {
  background: #F2F2F2;
}

.popup-trial .form .input .input-inner {
  background: #F2F2F2;
}

.popup-trial .trial-title-1 {
  color: #222222;
}

.popup-trial .trial-title-2 {
  color: #999999;
}

.popup-trial .call-consultation {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.125rem;
  font-weight: 500;
  line-height: 0.17857rem;
  margin-top: 0.17857rem;
  text-align: center;
}

.popup-trial .call-consultation span {
  margin: 0 0.04464rem;
}

.popup-trial .popup-close {
  font-size: 0.10714rem;
  cursor: pointer;
  position: absolute;
  top: 0.19643rem;
  right: 0.19643rem;
  width: 0.125rem;
  height: 0.13393rem;
  background: url("../images/popup-close-1.png");
  background-size: cover;
}

.popup-trial .popup-close:hover {
  background-image: url("../images/popup-close-2.png");
}

.trial {
  background: url("../images/home/trial-bg.png");
  background-size: cover;
  width: 100%;
  height: 4.25rem;
  padding-top: 0.53571rem;
}

.trial-title {
  text-align: center;
}

.trial-title-1 {
  font-size: 0.28571rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 0.40179rem;
}

.trial-title-2 {
  font-size: 0.125rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.17857rem;
  margin-top: 0.07143rem;
  opacity: 0.5;
}

.trial .form {
  margin: 0.35714rem auto 0;
}

.footer {
  display: flex;
  justify-content: center;
  padding-top: 0.53571rem;
  height: 3.76786rem;
  background: #080039;
  position: relative;
}

.footer-content {
  width: 10.71429rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.footer-content a {
  font-size: 0.10714rem;
  font-weight: 400;
  color: #817D99;
  line-height: 0.10714rem;
}

.footer-content a:hover {
  color: #ffd33f;
}

.footer-content .flex {
  display: flex;
  justify-content: space-around;
}

.footer-content>div:first-child {
  width: 2.88571rem;
}

.footer-content>div:nth-child(2) {
  min-width: 340px;
  width: 3.58929rem;
}

.footer-content>div:nth-child(3) {
  width: 2.42143rem;
  min-width: 250px;
}

.footer-title {
  font-size: 0.14286rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.14286rem;
}

.footer-list {
  margin-top: 0.16071rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.footer-list li{
  margin: 0.10714rem 0;
  width: 50%;
}

.footer-content > div:first-child .footer-list li:nth-child(2n+0) {
  margin: 0.10714rem 0;
  width: 65%;
}
.footer-content > div:first-child .footer-list li:nth-child(2n+1) {
  margin: 0.10714rem 0;
  width: 35%;
}
.footer-me li {
  width: 100%;
}

.footer .qr-code {
  font-size: 0.10714rem;
  font-weight: 400;
  color: #817D99;
  line-height: 0.10714rem;
  text-align: center;
  position: relative;
}

.footer .qr-code:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #ffffff;
  transition: transform 0.2s;
  border-radius: 4px;
  min-width: 72px;
  min-height: 72px;
}

.footer .qr-code:hover:before {
  transform: scale3d(1.111, 1.111, 1);
}

.footer .qr-code img {
  display: block;
  width: 0.80357rem;
  margin-bottom: 0.10714rem;
  min-width: 72px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.footer .qr-code::before {
  width: 0.80357rem;
  height: 0.80357rem;
}

.footer .copyright {
  font-size: 0.10714rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 0.10714rem;
  position: absolute;
  left: 50%;
  bottom: 0.17857rem;
  transform: translateX(-50%);
}

.footer .copyright a {
  color: inherit;
}

[data-ani=fade-up] {
  transform: translate3d(0, 0.89286rem, 0);
  opacity: 0;
}

[data-ani] {
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-property: opacity, transform;
}

[data-ani-delay="100"] {
  transition-delay: 0.1s;
}

[data-ani-delay="200"] {
  transition-delay: 0.2s;
}

[data-ani-delay="300"] {
  transition-delay: 0.3s;
}

[data-ani-delay="400"] {
  transition-delay: 0.4s;
}

[data-ani^=fade][data-ani^=fade].cus-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#blzxMinChatWindowDiv {
  display: none !important;
}

.im {
  width: 0.375rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: -0.01786rem 0 0.08929rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.08929rem 0 0 0.08929rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 299999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  word-break: break-all;
  color: #222222;
  font-size: 0.125rem;
  font-weight: 400;
  padding: 0.125rem 0.05357rem;
  text-align: center;
  cursor: pointer;
}

.im .redPoint {
  display: block;
  width: 0.08929rem;
  height: 0.08929rem;
  background: #FF0000;
  border: 0.00893rem solid #FFFFFF;
  position: absolute;
  top: 0.25rem;
  left: 0.23214rem;
  border-radius: 50%;
  display: none;
}

.im span {
  width: 1em;
  display: block;
}

.im:hover {
  color: #162EB3;
}

.im:hover .im-icon {
  background-image: url("../images/contact-hover.png");
}

.im-icon {
  display: block;
  width: 0.16071rem;
  height: 0.16071rem;
  margin-bottom: 0.07143rem;
  background-size: cover;
  background-image: url("../images/contact-normal.png");
}

.blzx-close {
  background-image: url("../images/im/im-mini.png");
}

.message-alert {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.08929rem;
  font-size: 0.125rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.17857rem;
  padding: 0.125rem;
  text-align: center;
  min-width: 168px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2001;
}

.launchButtonBox {
  display: none !important;
}

.layui-layer {
  right: 20px;
  left: auto !important;
}

.layui-layer .layui-layer-setwin {
  position: absolute;
  right: 0;
  top: 0;
}

.layui-layer .layui-layer-setwin .layui-layer-close2 {
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../images/im/im-close.png");
  background-size: cover;
  background-position: center center;
}

.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  background-position: center center;
}

.layui-layer-border {
  box-shadow: 0px 0px 20px 0px rgba(69, 112, 247, 0.1) !important;
  border: none !important;
}