.introBox .banners .banner{
    width: 33.33%;
}
.center-left .desc-list{
  padding-right: 15%;
}

/* 通用样式 */
.en-mgr {
  margin-right: 200px; 
}
.m-content .b-list-items {
  width: 300px;
}
.footer-right-content {
  justify-content: flex-start;
}
.introBox .banners.open .banner .m-title {
  letter-spacing: 3px;
}
#header .top-nav .common-ul li.mgl68:hover .m-sub{
  display: flex;
}
/* 导航栏样式 */
@media (min-width: 992px) {
  #header .top-nav .mgl68{
    margin-left: 30px;
  }
}

/* 配件dialog样式 */
#showinfo-dialog .header{
  background: #202020;
  text-align: center;
  padding: 15px 48px;
}
.double-form{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.en-inline-form {
  display: inline-block;
  text-align: left !important;
  font-size: 14px;
}
.en-block-form {
  text-align: left !important;
  font-size: 14px;
}
.require-flag::before {
  content: '*';
  color: #EC691A;
}
.en-input {
  width: 300px;
  height: 25px;
  display: block;
  font-size: 14px;
  padding-left: 10px;
}
.en-area {
  width: 650px;
  height: 140px;
  display: block;
  padding: 10px;
  font-size: 14px;
}
#showinfo-dialog .btn-quest{
  margin: 48px 50px 28px 0px !important;
  border: 1px solid #202020;
  background: white;
  color: #202020;
  font-size: 14px !important;
  height: 14px;
  line-height: 14px;
  width: 110px;
}

/*中英切换**/
.i18n {
  color: #fff;
}
.i18n .lang {
  display: inline-block;
  color: #fff !important;
}
.i18n .lang.en {
    color: #fff !important;
  }
.i18n .lang.zh {
  color: #838383 !important;
}
.i18n .lang.zh:hover {
  color: #fff !important;
}
.i18n > span {
  font-size: 16px;
}