@media (max-width: 992px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 512px) {
  html {
    font-size: 10px;
  }
}
.headerInject {
  padding-top: 12px;
  height: 80px;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5;
  transition: 1s;
  font-weight: 300;
}
.headerInject.hasBkg {
  background: #1b1d2a;
}
.headerInject .content-item {
  position: relative;
  display: flex;
  align-items: center;
}
.headerInject .header-logo {
  width: 130px;
  height: auto;
  margin-right: 60px;
}
.headerInject .header-logo .header-logo-img {
  width: 100%;
  height: auto;
}
.headerInject .nav-item {
  width: 96px;
  line-height: 68px;
  height: 68px;
  text-align: center;
  font-size: 18px;
  /* position: relative; */
  cursor: pointer;
}
.headerInject .nav-item-change {
    width: 30px;
    line-height: 68px;
    height: 68px;
    text-align: center;
    font-size: 18px;
    /* position: relative; */
    cursor: pointer;
}
.headerInject .nav-item .nav-item-link {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}
.headerInject .nav-item .nav-item-link:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
  background: #EA4731;
}
.headerInject .nav-item:hover .nav-item-link, .headerInject .nav-item.active .nav-item-link {
  transition: 0.5s linear;
  color: #EA4731;
}
.headerInject .nav-item:hover .nav-item-link:after, .headerInject .nav-item.active .nav-item-link:after {
  transition: 0.5s linear;
  width: 100%;
}
.headerInject .nav-item:hover .list-box {
  display: flex;
}
.headerInject .nav-item:hover .list-box-normal {
  display: flex;
}
.headerInject .nav-item .list-box {
  display: none;
  flex-wrap: wrap;
  top: 100%;
  /* left: 50%; */
  left: 0;
  right: 0;
  /* transform: translateX(-50%); */
  text-align: left;
  background: #fff;
  box-shadow: 0px 2px 13px 0px rgba(39, 39, 42, 0.09);
}
.headerInject .nav-item .list-box .list {
  width: 50%;
  padding: 40px 80px;
}
.list-df {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.list-df .list-item {
  flex: 0 0 25%;
  max-width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerInject .nav-item .list-box .list.list-type2 {
  width: 100%;
  padding: 40px 80px;
}
.headerInject .nav-item .list-box .list:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  top: 18px;
  bottom: 18px;
}
.headerInject .nav-item .list-box .list .list-title {
  line-height: 36px;
  font-size: 16px;
  color: #171924;
  border-bottom: 1px solid #DEDFE3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.headerInject .nav-item .list-box .list .list-item {
  line-height: 32px;
  font-size: 16px;
  color: #6E727D;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.headerInject .nav-item .list-box .list .list-item:hover {
  color: #ea4731;
}
.headerInject .nav-item .list-box-normal {
  display: none;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  padding: 14px 30px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 2px 13px 0px rgba(39, 39, 42, 0.09);
}
.headerInject .nav-item .list-box-normal .list-item-normal {
  line-height: 32px;
  font-size: 14px;
  color: #6E727D;
  white-space: nowrap;
}
.headerInject .nav-item .list-box-normal .list-item-normal:hover {
  color: #ea4731;
}
.headerInject .login-zone {
  position: absolute;
  right: 0;
  line-height: 30px;
  margin-right: 0;
  font-size: 16px;
}
.headerInject .login-button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 95px;
  margin-left: 8px;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.headerInject .login-button a {
  color: rgba(255, 255, 255, 0.5);
}
.headerInject .login-button.active {
  background: #ea4731;
  color: #fff;
  line-height: 30px;
  border: none;
}
.headerInject .login-button.active a {
  color: #fff;
}

.login-dialog-box {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.login-dialog-box .login-mask {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.login-dialog {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 630px;
  height: 490px;
  background: url("../images/box-login-bg.png") no-repeat center center #fff;
  background-size: 100% 100%;
  padding-top: 60px;
}
.login-dialog .login-title {
  font-size: 36px;
  color: #2f3034;
  margin-bottom: 50px;
}
.login-dialog .close-icon {
  width: 14px;
  height: 14px;
  background: url("../images/close.png");
  background-size: 100% 100%;
  right: 26px;
  top: 20px;
}

.box-form {
  margin-top: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-form .form-group {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.box-form .form-group .form-right {
  width: 420px;
  font-size: 16px;
}
.box-form .form-group .form-right input {
  padding: 0 0 0 48px;
  width: 100%;
  line-height: 44px;
  height: 44px;
}
.box-form .form-group .form-right.contactName:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/icon_phone.png");
  background-size: 100% 100%;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.box-form .form-group .form-right.contactPhone:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/icon_password.png");
  background-size: 100% 100%;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.box-form .form-group.form-submit button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background-color: #f05946;
  outline: none;
  width: 420px;
  font-size: 20px;
  color: #fff;
  line-height: 44px;
  transition: all 0.2s linear;
}
.box-form .form-group.form-submit button:hover {
  cursor: pointer;
  box-shadow: 0 10px 15px rgba(186, 58, 40, 0.4);
  transform: translateX(-2px);
}

.login-bottom {
  font-size: 16px;
  color: #2f3034;
  width: 420px;
  display: flex;
  margin: 16px auto 0;
  justify-content: space-between;
  white-space: nowrap;
}
.login-bottom a {
  text-decoration: underline !important;
}
.login-bottom .reg-link {
  color: #f05946;
}
.login-bottom .passfgt-link {
  color: #9b9c9f;
}

.btn-check {
  width: 18px;
  height: 18px;
  background: url("../images/icon_checkBox.png") no-repeat;
  background-size: 100% 100%;
}
.btn-check.active {
  background: url("../images/icon_checkBox_hl.png") no-repeat;
}

.submit-dialog-box {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.submit-dialog-box .submit-mask {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.submit-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 462px;
  background: #fff;
}
.submit-dialog .submit-title {
  padding-top: 24px;
  font-size: 18px;
  color: #fff;
  height: 145px;
  background: url("../images/submit_bg.png");
  background-size: 100% 100%;
}
.submit-dialog .submit-title .title-icon {
  width: 75px;
  height: 74px;
  margin: 0 auto 8px;
}
.submit-dialog .submit-title .title-icon.warn {
  background: url("../images/icon_warn.png");
  background-size: 100% 100%;
}
.submit-dialog .submit-title .title-icon.error {
  background: url("../images/icon_error.png");
  background-size: 100% 100%;
}
.submit-dialog .submit-title .title-icon.success {
  background: url("../images/icon_success.png");
  background-size: 100% 100%;
}
.submit-dialog .submit-close-icon {
  width: 14px;
  height: 14px;
  background: url("../images/icon_close_white.png");
  background-size: 100% 100%;
  right: 26px;
  top: 20px;
}

.submit-box-content {
  padding: 38px 0 54px;
  margin: 0 20px;
  font-size: 16px;
}

.submit-bottom {
  border-top: 1px solid #cacbcc;
  margin: 0 20px;
  white-space: nowrap;
  padding-top: 18px;
  padding-bottom: 24px;
}
.submit-bottom .submit-button {
  width: 108px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: #ea4731;
  text-align: center;
  margin: 0 auto;
}

.headerInject-m {
  display: none;
}

.m-header-cont {
  display: none;
}

@media (max-width: 992px) {
  .headerInject {
    display: none;
  }

  .headerInject-m {
    display: block;
    padding: 0 2.6rem;
    height: 5.1rem;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    transition: 1s;
    font-weight: 300;
  }
  .headerInject-m.hasBkg {
    background: #1b1d2a;
  }
  .headerInject-m {
    position: fixed;
  }
  .headerInject-m .m-header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headerInject-m .m-header-nav .m-header-logo {
    width: 7.7rem;
    height: 2.75rem;
    background: url("../images/logo_mobile.png");
    background-size: 100% 100%;
  }
  .headerInject-m .m-header-nav .m-h-nav-right {
    display: flex;
    align-items: center;
  }
  .headerInject-m .m-header-nav .m-h-nav-right .m-btn-home-menu {
    width: 2.45rem;
    height: 1.75rem;
    background: url("../images/icon_menu_mobile.png");
    background-size: 100% 100%;
  }
  .headerInject-m .m-header-nav .m-h-nav-right .m-btn-login {
    width: 2.1rem;
    height: 2.1rem;
    margin-right: 2.1rem;
    background: url("../images/icon_avatar.png");
    background-size: 100% 100%;
  }
  .headerInject-m .m-header-nav .m-h-nav-right .m-btn-sign-out {
    width: 1.9rem;
    height: 2.3rem;
    margin-right: 2.1rem;
    background: url("../images/icon_signOut.png");
    background-size: 100% 100%;
  }

  .m-header-cont {
    z-index: 5;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .m-header-cont .m-h-cont-box {
    background-color: #171924;
    padding: 5.1rem 2.6rem 4.2rem;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m-header-cont .m-h-cont-box .m-h-list {
    transition: all 0.2s linear;
    color: rgba(255, 255, 255, 0.5);
  }
  .m-header-cont .m-h-cont-box .m-h-list.list-aboutUs {
    border-bottom: 1px solid #36373c;
  }
  .m-header-cont .m-h-cont-box .chromeNb {
    overscroll-behavior: contain;
  }
  .m-header-cont .m-h-cont-list .m-h-cont-item {
    position: relative;
    line-height: 5rem;
    height: 5rem;
    font-size: 1.4rem;
    color: #fff;
    border-bottom: 1px solid #36373c;
  }
  .m-header-cont .m-h-cont-list .m-h-cont-item.m-h-icon-arrow::after {
    content: "";
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 0.7rem;
    background: url("../images/icon_footer_arrow.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.2s linear;
  }
  .m-header-cont .m-h-cont-list .m-h-cont-item.m-h-icon-arrow.arrow-up:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .m-header-cont .list-box {
    font-size: 1.4rem;
    line-height: 5rem;
  }
  .m-header-cont .list-box:not(:first-child) .list-box-title {
    border-top: 1px solid #36373c;
  }
  .m-header-cont .list-box .list-box-title {
    margin: 0 2rem;
    color: #fff;
  }
  .m-header-cont .list-box .list-box-content {
    display: flex;
    flex-wrap: wrap;
  }
  .m-header-cont .list-box .list-box-content .list-box-item {
    margin: 0 2rem;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
  }
  .m-header-cont .m-h-list-content {
    border-bottom: 1px solid #36373c;
  }
  .m-header-cont .m-h-list-content .m-h-list-content-item {
    line-height: 5rem;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .m-header-cont .m-h-list-content .m-h-list-content-item a {
    display: block;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #36373c;
    padding: 0 2rem;
  }
  .m-header-cont .m-h-list-content .m-h-list-content-item:last-child a {
    border-color: transparent;
  }
  .m-header-cont .m-btn-apply {
    margin-top: 2.8rem;
    width: 7.75rem;
    line-height: 2.8rem;
    height: 2.8rem;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background-color: #ea4731;
  }

  .box-form {
    margin-top: 2.5rem;
  }
  .box-form .form-group {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .box-form .form-group .form-right {
    width: 100%;
    font-size: 1.2rem;
  }
  .box-form .form-group .form-right input {
    line-height: 3rem;
    height: 3rem;
  }
  .box-form .form-group.form-submit button {
    font-size: 1.2rem;
    line-height: 3rem;
    height: 3rem;
    width: 100%;
    margin-top: 0.5rem;
  }
  .box-form .form-group.form-submit button:hover {
    box-shadow: none;
    transform: translateX(0);
  }

  .login-dialog {
    left: 3.5rem;
    right: 3.5rem;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    padding: 3rem 3rem;
  }
  .login-dialog .login-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .login-dialog .close-icon {
    width: 1.05rem;
    height: 1.05rem;
    background: url("../images/close.png");
    background-size: 100% 100%;
    right: 1.95rem;
    top: 1.5rem;
  }
  .login-dialog .login-bottom {
    font-size: 1.2rem;
    color: #2f3034;
    width: 100%;
    display: flex;
    margin: 0rem auto 0;
    justify-content: space-between;
  }
  .login-dialog .login-bottom a {
    text-decoration: underline !important;
  }
  .login-dialog .login-bottom .reg-link {
    color: #f05946;
  }
  .login-dialog .login-bottom .passfgt-link {
    color: #9b9c9f;
  }

  .submit-dialog {
    top: 50%;
    left: 4.5rem;
    right: 4.5rem;
    bottom: initial;
    transform: translateY(-50%);
    width: auto;
    height: auto;
  }
  .submit-dialog .submit-title {
    padding-top: 1.2rem;
    padding-bottom: 0.8rem;
    font-size: 1.2rem;
    height: auto;
  }
  .submit-dialog .submit-title .title-icon {
    width: 3.75rem;
    height: 3.7rem;
    margin: 0 auto 0.4rem;
  }
  .submit-dialog .submit-close-icon {
    width: 1.05rem;
    height: 1.05rem;
    right: 1.95rem;
    top: 1.5rem;
  }

  .submit-box-content {
    padding: 1.9rem 0 2.7rem;
    margin: 0 1rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #cacbcc;
  }

  .submit-bottom {
    white-space: nowrap;
    padding-top: 0.9rem;
    padding-bottom: 1.2rem;
  }
  .submit-bottom .submit-button {
    width: 5.4rem;
    height: 2.4rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #fff;
    background: #ea4731;
    text-align: center;
    margin: 0 auto;
  }
}
.headerBox {
  position: relative;
  z-index: 100;
}

.text-language-change {
    color: #fff;
    font-size: 16px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.m-text-language-change {
    color: #fff;
    font-size: 20px;
    margin-right: 2.1rem;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.text-language-change:hover {
    color: #EA4731;
}

