.flex-between{
  display: flex;
  justify-content: space-between;
}
.header{
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);  
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
}
.header-box{
  margin: 15px auto;
  align-items: center;
}
.navbar-left{
  flex: 1;
	height: inherit;
	display: flex;
	align-items: center;
}
.navbar-left img{
		height: 70px;
}
/* .el-dropdown{
  margin-left: 16px;
} */
.header-btn{
  height: 48px; 
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400; 
  margin-left: 16px;
}
.header-btn img{
  margin-right: 8px;
}
.header-btn span{
  display: flex; 
  align-items: center;
}
.navbar-right  .el-input-group__append{
  background: #1A8AF9;
  border-color: #1a8af9;
  color:#ffffff;
  font-size: 24px;
}
.navbar-right .el-input-group,.navbar-right .el-input__inner{
  height: 48px; 
  border-right: 1px solid #e4e8ed;  
  border-radius: 0;
} 
.navbar-right .el-input--suffix{
  width: 110px;
  background: rgba(255,255,255,1);
  border-color:  #e4e8ed;
  border-radius: 4px 0px 0px 4px;
  font-size: 16px;
  color: #262626;
}

.navbar-right .el-input--suffix .el-input__inner{
  height: 46px;
}
 .search{
    height: 48px;
    background: rgba(255,255,255,0.70);
    border: 1px solid #e4e8ed;
    border-radius: 4px;
   display:flex;
  }
  .selectElem{    
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #e4e8ed;
    width: 110px;
    padding: 0 16px;    
  }
  .searchinput{    
    height: 44px;
    line-height: 44px;
    border-right: 1px solid #e4e8ed;
    padding-left:16px
  }
  .bnts{
    height: 48px;
    width: 48px; 
	  background: url(../images/search.svg) center center no-repeat ,#1a8af9;
    color:transparent;
  }
  .selectElem option{
    padding: 12px;
    font-size: 16px; 
    font-weight: 400; 
    color: #262626;
    line-height: 24px;
  }
  .carouse-link , .more-btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .carouse-link:hover img ,.more-btn:hover img{
    transform: translateX(4px);
  }

  .lang-btn{
    border: 1px solid #1A8AF9;
    color: #1A8AF9;
  }