/* 底部内容 */
footer .Breadcrumb {
  border-bottom: 1px solid #979797;
}
.email_input img {
  right: 10px;
}
.footer_L_content input {
  border: 1px solid #7a7a7a;
  color: #9FA3B0;
  box-sizing: border-box;
}

.footer_R ul li:first-child {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 16px;
}
.footer_bottom {
  border-bottom: 1px solid #979797;
}
.footer_bottom .right a:hover {
  background: #202020;
}
.footer_bottom .right img {
  height: auto;
}
/* 底部内容 */

.footer_bottom a:hover div {
  opacity: 1;
  z-index: 3;
}
.triangle_d {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -8px;
  right: 45%;
}
/* 回到顶部阴影 */
.BackTo-top {
  box-shadow: 0 2px 4px -1px #0000001f, 0 4px 5px 0 #00000014,
    0 1px 10px 0 #0000000d;
}
.BackTo-top:hover {
  opacity: 1;
}
.layui-breadcrumb {
  display: flex;
  align-items: center;
}
.layui-breadcrumb a {
  margin-right: 16px;
}
.layui-breadcrumb svg {
  margin-right: 4px;
}
.layui-breadcrumb.right a{
  margin-right: 0;
}
footer input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9c9c9c;
  font-size: 14px;
}
footer input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9c9c9c;
  font-size: 14px;
}
footer input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9c9c9c;
  font-size: 14px;
}
footer input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
}
.email_input input:-moz-placeholder {
  font-size: 12px;
  line-height: 23px;
}
.email_input input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 23px;
}
.email_input input::-moz-placeholder {
  font-size: 12px;
  line-height: 23px;
}
.email_input input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  line-height: 23px;
}
.mailbox {
  width: 35px;
  background: #6c7073;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.mailboxActive {
  color: #fff;
  background: #ff4610;
}

.email_input {
  border-radius: 6px;
  background-color: #000;
  margin-bottom: 24px;
}

.email_input h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 6px 0;
  color: #171B25;
}

.email_input p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 14px 0 20px 0;
  color: #414960;
}

.email_input input {
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: rgba(255, 255, 255, 0.10);
  margin: 0px 0 20px 0;
  border-radius: 6px;
  font-size: 12px;
  width: 100%;
}

.email_input button {
  padding: 6px 12px;
  border: none;
  background-color: #F6F6F6;
  margin: 0px 0 20px 0;
  border-radius: 6px;
  font-size: 14px;
  color: #61687C;
  width: 100%;
}

footer a:hover{
  color: #999 !important;
}
/* .footer_record_right{
  min-width: 60px;
} */


/* 大pad断点 lg*/
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .footer_R ul.w-160 {
    width: 25%;
    margin-left: 16px;
  }
  footer .w-1120{
    width: 888px !important;
  }
  .footer_R ul.mr-32{
    margin-right: 16px;
  }
  footer .md-db{
    display: none !important;
  }
  footer .md-dn{
    display: block !important;
  }
}
/* 小pad断点  */
@media screen and (min-width: 768px) and (max-width: 899px) {
  footer .md-db{
    display: block !important;
  }
  footer .md-dn{
    display: none !important;
  }
  /* .footer_bottom .w55 {
    width: 70%;
  } */
  /* .w-1120{
    width: 680px;
  } */
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
  footer .layui-breadcrumb a{
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  footer .layui-breadcrumb a{
    font-size: 10px;
  }
}
/* 移动端样式 */
@media (max-width: 1023px) {
  footer .layui-breadcrumb a {
    margin-right: 1.067vw;
  }
  footer .layui-breadcrumb svg {
    margin-right: 0.533vw;
  }
  footer {
    padding: 5.333vw 0 6.4vw !important;
  }
  footer  .md_footer {
    padding: 0 4.267vw;
  }

  .md_footer .layui-breadcrumb a {
    font-size: 3.2vw;
  }
  .md_footer .layui-breadcrumb span {
    font-size: 4.267vw;
  }
  .md_footer .layui-breadcrumb {
    margin-bottom: 5.867vw;
  }
  /* 下拉菜单 */
  .md_footer .layui-menu {
    margin-top: 5.867vw;
    /* filter: invert(100%); */
    background-color: #000;
    color: #fff !important;
  }
  .md_footer .layui-menu .layui-menu-body-title {
    color: #fff !important;
    padding-right: 0;
    font-size: 3.2vw;
  }
  .md_footer .layui-menu li {
    color: #fff !important;
    padding-right: 0;
  }
  .md_footer .layui-menu li a {
    font-size: 3.2vw;
    line-height: 4vw;
  }
  /* .md_footer .layui-menu */
  .md_footer .layui-panel {
    background-color: #000;
    border: none;
  }
  .layui-menu-body-title svg {
    transition: 0.3s all;
    font-size: 4.267vw;
    width: 4.267vw;
    height: 4.267vw;
    color: #fff;
  }
  .md_footer .layui-menu-item-group {
    padding-left: 0;
    padding-right: 0;
  }

  #docDemoMenu1 li.layui-menu-item-down ul{
    padding: 1.333vw 4.000vw;
  }
  #docDemoMenu1 li:nth-child(1).layui-menu-item-down ul {
    height: 56.333vw !important;
  }
  #docDemoMenu1 li:nth-child(3).layui-menu-item-down ul {
    height: 80.333vw !important;
  }
  #docDemoMenu1 li:nth-child(5).layui-menu-item-down ul {
    height: 48.667vw !important;
  }
  #docDemoMenu1 li:nth-child(7).layui-menu-item-down ul {
    height: 30vw !important;
  }

  .md_footer .layui-menu-item-divider {
    /* border-color: #fff; */
    opacity: 0.5;
  }
  footer .layui-menu li:hover {
    background-color: #000;
  }
  footer .layui-menu-item-down svg {
    transform: rotate(45deg);
  }
  footer .layui-menu .layui-menu-item-up > ul {
    transition: 0.3s all;
  }
  footer .layui-menu .layui-menu-item-down > ul {
    transition: 0.3s all;
    /* height: 69.333vw !important; */
  }
  footer .layui-menu .layui-menu-item-up > ul li {
    opacity: 0;
    transition: 1s all;
  }
  footer .layui-menu .layui-menu-item-down > ul li {
    opacity: 1;
    transition: 1s all;
    padding-left: 4.267vw;
    font-size: 3.733vw;
    line-height: 5.867vw;
  }
  footer  .md_privacy_nav a{
    width: 8.533vw;
    height: 8.533vw;
    line-height: 8.533vw;
    border-radius: 8.000vw;
  }
  .md_privacy_nav a img{
    width: 50%;
  }
  .md_footer .layui-menu li{
  }
  footer .layui-menu .language {
    padding-left: 0;
  }
  footer .layui-panel {
    margin-bottom: 6vw;
  }
  /* 订阅 */
  .md_footer_subscription {
    padding-bottom: 5.333vw;
  }
  .md_footer_subscription h3 {
    font-size: 4.8vw;
    margin-bottom: 2.133vw;
  }
  .md_footer_subscription p {
    font-size: 3.2vw;
    margin-bottom: 2.133vw;
  }
  .md_email_input {
    width: 100%;
    height: 9.333vw;
  }
  .md_email_input input {
    border: 0.267vw solid#828898;
    padding: 1.6vw 2.133vw;
    height: 100%;
  }
  .md_email_input input::placeholder {
    color: #fff;
    opacity: 0.5;
    font-size: 3.200vw;
    font-family: PingFangSC, "Microsoft YaHei", "Helvetica Neue",
      "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
    font-weight: 400;
  }
  .md_email_input form input::placeholder{
    color: #4E525B;
  }
  .md_email_input img {
    right: 2.133vw;
  }
  .md_privacy_nav {
    padding-bottom: 3.2vw;
    border-bottom: 0.267vw solid#4E525B;
    margin-bottom: 4.267vw;
  }
  .md_privacy_nav .df-sb {
    width: 50vw;
    margin-bottom: 2vw;
  }
  .md_privacy_nav_title p {
    font-size: 3.2vw;
    line-height: normal;
    font-weight: 400;
  }
  .md_privacy_nav_text {
    font-size: 3.2vw;
    line-height: normal;
  }
  .md_privacy_nav_text a{
    font-size: 3.2vw;
    line-height: normal;
  }
  footer .layui-menu .layui-menu-item-checked::after {
    display: none;
  }
  footer  .layui-menu .layui-menu-item-checked,
  .layui-menu .layui-menu-item-checked2 {
    background-color: #000 !important;
  }
  footer .layui-menu .layui-menu-item-checked a,
  footer  .layui-menu .layui-menu-item-checked2 a {
    color: #fff;
  }
  footer .md_email_input {
    border-radius: 1.600vw;
    background-color: #000;
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }
  
  footer .md_email_input h3 {
    font-size: 4.800vw;
    line-height: 6.933vw;
    font-weight: 600;
    margin: 1.600vw 0;
    color: #171B25;
  }
  
  footer .md_email_input p {
    font-size: 3.733vw;
    line-height: 6.400vw;
    font-weight: 400;
    margin: 3.733vw 0 5.333vw 0;
    color: #414960;
  }
  
  footer .md_email_input input {
    padding: 2.667vw 4.267vw;
    border: 0.267vw solid rgba(255, 255, 255, 0.14);
    background-color: rgba(255, 255, 255, 0.10);
    margin: 0.000vw 0 2.133vw 0;
    border-radius: 1.600vw;
    font-size: 3.200vw;
    width: 100%;
  }
  
  footer .md_email_input button {
    padding: 2.667vw 4.267vw;
    border: none;
    background-color: #F6F6F6;
    margin: 0.000vw 0 5.333vw 0;
    border-radius: 1.600vw;
    font-size: 3.733vw;
    color: #61687C;
    width: 100%;
    margin-bottom: 0;
  }
  .md_privacy_nav_title a{
    font-size: 3.200vw;
    line-height: normal;
    color: #fff;
    opacity: 0.85;
  }
  /* .md_privacy_nav_text  */

  footer  #languageHandler svg{
    width: 5vw;
    height: auto;
    margin-right: 2vw;
  }
  footer  #languageHandler span{
    font-size: 3.2vw;
    line-height: normal;
  }
}


/* 底部导航栏表单样式 */
#mktoForm_1558 {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


#mktoForm_1558.mktoForm .mktoFormRow {
  display: inline-block;
  width: 100%;
}

#mktoForm_1558.mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
}

#mktoForm_1558.mktoForm .mktoLabel {
  width: 100% !important;
  margin-bottom: 6px !important;
  color: var(--Color-Text-Title, #171B25);
  /* 16_T1/🔹CN-400 */
  font-family: RedHatDisplay-Regular, sf-pro-text_regular, sf-pro-display_regular,
      PingFang SC, "Microsoft YaHei" !important;
  font-weight: 400 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
  display: none;
  /* 150% */
}

#mktoForm_1558.mktoForm .mktoOffset,
#mktoForm_1558.mktoForm .mktoGutter {
  display: none !important;
}

#mktoForm_1558.mktoForm .mktoField {
  display: flex !important;
  padding: 6px 12px !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
  align-self: stretch !important;
  border-radius: 6px !important;
  color: var(--Color-Text-T3, #9FA3B0) !important;
  font-family: RedHatDisplay-Regular, sf-pro-text_regular, sf-pro-display_regular,
      PingFang SC, "Microsoft YaHei" !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
  box-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background-color: rgba(255, 255, 255, 0.10) !important;
  box-sizing: border-box;
  height: 32px;
  /* 150% */
}

#mktoForm_1558.mktoForm .mktoField::placeholder {
  color: var(--Color-Text-T3, #9FA3B0) !important;
  font-family: RedHatDisplay-Regular, sf-pro-text_regular, sf-pro-display_regular,
      PingFang SC, "Microsoft YaHei" !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  /* 150% */
}

#mktoForm_1558 #leadDescription {
  width: 100% !important;
  min-height: 180px !important;
  border-radius: 6px !important;
  border: 1px solid var(--Color-Fill-4, #F2F4F7) !important;
  background: var(--Color-Fill-5, #FAFAFB) !important;
}

#mktoForm_1558 .mktoButtonRow {
  margin-top: 0px !important;
  width: 100% !important;
}

#mktoForm_1558 .mktoButtonWrap {
  margin-left: 0 !important;
}

#mktoForm_1558.mktoForm .mktoButtonWrap .mktoButton {
  display: flex !important;
  padding: 6px 12px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px !important;
  border-radius: 6px !important;
  background: #F6F6F6 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-shadow: none !important;
  width: 100% !important;
  color: #61687C;
  font-size: 14px;
  font-family: RedHatDisplay-Regular, sf-pro-text_regular, sf-pro-display_regular,
      PingFang SC, "Microsoft YaHei" !important;
  font-weight: 400 !important;
  line-height: 22px;
  border: none !important;
  /* 150% */
}

#mktoForm_1558.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover {
  border: none !important;
}

#mktoForm_1558.mktoForm .mktoFormCol {
  width: 100%;
}

#mktoForm_1558.mktoForm .mktoFieldWrap {
  width: 100%;
}

@media (max-width: 1023px) {
  #mktoForm_1558 {
      padding: 0;
  }

  #mktoForm_1558.mktoForm .mktoField {
      padding: 2.667vw 4.267vw !important;
      border: 0.267vw solid rgba(255, 255, 255, 0.14) !important;
      background-color: rgba(255, 255, 255, 0.10) !important;
      margin: 0.000vw 0 2.133vw 0 !important;
      border-radius: 1.600vw !important;
      font-size: 3.200vw !important;
      width: 100% !important;
      height: auto;
      line-height: normal !important;
  }

  #mktoForm_1558.mktoForm .mktoField::placeholder {
      font-size: 3.200vw !important;
      line-height: normal !important;
  }

  #mktoForm_1558.mktoForm .mktoButtonWrap .mktoButton {
      padding: 2.667vw 4.267vw !important;
      border: none;
      background-color: #F6F6F6 !important;
      margin: 0.000vw 0 5.333vw 0 !important;
      border-radius: 1.600vw !important;
      font-size: 3.733vw !important;
      color: #61687C !important;
      width: 100% !important;
      margin-bottom: 0 !important;
  }
}