.static_version .topbanner img {width:100%;}
.static_version .productitem{ display: inline-block; width: 24%;}
.static_version .productitem img{ width:100%;}
.static_version .headerBar {
  clear: both;
  overflow: hidden;
}
.static_version .bg-haierdark {
  background-color: #f1f1f1!important;
  color: #333;
  text-align: right;
  font-size: 13px;
}
.static_version .headerBar .topbar {
  height: 40px;
}
.static_version .bg-haierdark .navbar {
  padding: 0;
}
.static_version .topIcon{
  font-size: 16px;
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle;
  color: #666 !important;
  margin-right: 1px;
  margin-top: -3px;
}
.static_version .ant-menu-submenu-title{
  color: #666;
}
.static_version .ant-menu-submenu-title .anticon{
  font-size: 12px; 
  color: #666;
}

@media (min-width: 768px){
  .static_version .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}
.static_version .navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.static_version .headerBar .logo {
  width: 200px;
  float: left;
  background-position: 50%;
  background-image: url(/static/img/logo.svg);
  text-indent: -1000em;
}
.static_version .headerBar .gmca {
  width: 260px;
  float: right;
  background-image: url(/static/home/gmca.png);
  text-indent: 1000em;
}

.static_version .headerBar .gmca, .headerBar .logo {
  height: 80px;
  margin-top: 20px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.static_version .headerBar .main {
  height: 120px;
  background-color: #fff;
  display: block;
}
.static_version .fdb-block{ padding-top: 10px;}
.static_version .fdb-block.topbanner{ padding: 0 !important;}

.static_version .container .nav-link button  {
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 3px;
}
.static_version .ant-btn, .ant-btn:active, .ant-btn:focus {
  outline: 0;
}
.static_version .container .nav-link button {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
  box-shadow: 0 2px 0 rgba(0,0,0,.015);
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 3px;
  color: #666;
  background-color: #fff;
  border-color: #e5e5e5;
}
.static_version .container .nav-link button  {
  color: #fff;
  background-color: #32beff;
  border-color: #32beff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.045);
  box-shadow: 0 2px 0 rgba(0,0,0,.045);
}

.static_version .ant-menu-item,.static_version  .ant-menu-submenu-title {
  cursor: pointer;
  margin: 0;
  padding: 0 20px 0 20px;
  position: relative;
  display: block;
  white-space: nowrap;
  line-height: 36px;
}
.static_version .static_version .ant-menu-item, .ant-menu-submenu-title  .anticon-down{
  margin-right: 10px;
}

.static_version   .anticon-global { margin-right: 10px; font-size: 16px; color:#333; margin-top: 3px;}
.static_version   header .navbar-nav a.nav-link{ color:#333;}
 body {
    height: auto;
    background-size: 100%;
  }
  .static_version .fp-active {
  background-color: #efefef!important;
}
.static_version .fdb-block {
  font-size: 14px!important;
}
#root .fdb-block.fp-active {
  padding: 20px 0!important;
}
.static_version .fdb-block .text-h1, .fdb-block h1 {
  margin-top: 1.5em!important;
  font-size: 2rem!important;
  color: #005aab;
  font-weight: 700!important;
}
.static_version p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1em;
}