.logo {
  width: 153px;
  /* height: 38px; */
  /* height: 24px; */
}
.widthMax {
  width: 1200px;
}
.head-jt {
  display: flex;
  justify-content: space-between;
}
.head-jt img {
  width: 28px;
  height: 28px;
}
.navbar-expand-md .navbar-nav {
  margin-right: 0rem;
}
.ggoos {
  color: #333333 !important;
}
.tabs-list {
  position: relative;
  height:68px;
}
.tabs-list .tab {
  /* position: absolute; */
  /* bottom: 0; */
}
.dows-hover{
  width:16px;
  height:16px;
}
.header-button-right{
  display: flex;
  align-items: center;
}
.tabs-list .tab-div {
  /* display: none; */
  transition: all 0.3s ease;
  top: 68px;
  border-top: 0px solid #F2F2F2;
  padding-top: 0px;
  position: fixed;
  justify-content: flex-end;
  /* padding-left: 433px; */
  left: 0%;
  margin-left: 0px;
  width: 100%;
  
  height: 0px;
  
  overflow: hidden;
  z-index: 9;
  background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0.8) 100%);
box-shadow: 0px 6px 12px 0px rgba(42,57,83,0.04);
backdrop-filter: blur(12px);
  cursor: pointer;
    /* height: 452px;
    padding-top: 43px;
    border-top: 1px solid #F2F2F2; */
}
.tabs-list .tab-ul{
  display: flex;
  justify-content: center;
  width:1200px;
  margin:0 auto;
  transition: all 2s ease;
  opacity: 0;
}
.tabs-list .tab-ul .ewm-logo{
  margin-top:48px;
}
.tabs-list .tab-ul .ewm-logo img{
  margin-bottom:18px;
  width:136px;
  height:136px;
}
.tabs-list .tab-ul .ewm-logo p{
  font-family: PingFang;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: center;
}
.tabs-list .tab-ul li>p{
  margin-bottom:21px;
  display: flex;
  align-items: center;
}
.tabs-list .tab-ul li>p img{
  margin-right:10px;
  width:20px;
  height:20px;
}
.tabs-list .tab-ul li>p span{
  font-family: PingFang;
  font-weight: bold;
  font-size: 18px;
  color: #5C5F66;
  line-height: 25px;
}
.tabs-list .tab-ul li>a div{
  margin-bottom:16px;
  display: flex;
  align-items: center;
}
.tabs-list .tab-ul li>a div img{
  width:80px;
  height:81px;
}
.tabs-list .tab-ul li>a div{
  width: 348px;
  height: 92px;
  background: #EBF1FA;
  transition: all 0.3s ease;
}
.tabs-list .tab-ul li>a div:hover{
  background: #2956FF;
  box-shadow: 0px 4px 6px 0px rgba(58,88,126,0.32);
  
}
.tabs-list .tab-ul li>a div:hover span{
  color: #fff !important;
}
.tabs-list .tab-ul li>a div p span{
  display: block;
  transition: all 0.3s ease;
}
.tabs-list .tab-ul li>a div p span:first-child{
  margin-bottom:10px;
  font-family: PingFang;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
}
.tabs-list .tab-ul li>a div p span:last-of-type{
  font-family: PingFang;
  font-weight: 400;
  font-size: 13px;
  color: #5C5F66;
  line-height: 18px;
}
.tabs-list .tab-ul .border-1{
  margin:0 40px;
  margin-top:48px;
  width: 1px;
  height: 308px;
  border: 1px solid #ECECEC;
}
#headerNavbarWrap .navbar-nav .tabs-list .tab a::after {
  display: none !important;
}
#headerNavbarWrap .navbar-nav .tabs-list .tab a {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 400 !important;
  color: #333333;
  line-height: 25px;
  text-shadow: 0px 2px 8px rgba(206, 206, 206, 0.5);
}
.tabs-list .tab li {
  /* width: 190px; */
  height: 47px;
  margin-right: 15px;
  padding: 11px 18px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(206, 206, 206, 0.5);
  border-radius: 24px;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-shadow: 0px 2px 8px rgba(206, 206, 206, 0.5);
}
.tabs-list2 .tab li {
  /* width: 220px; */
  height: 47px;
}
.tabs-list .tab li a {
  color: #333333;
}
.tabs-list .tab li:last-of-type {
  margin: 0;
}

.header {
  background: transparent;
  /* background: rgba(255, 255, 255, 0.45); */
  /* box-shadow: 0px 0px 16px 0px rgba(206, 206, 206, 0.5); */
  /* backdrop-filter: blur(28px); */
}
.lang-text{
  position: relative;
  width: 96px;
  height: 40px;
  text-align: right;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lang-text:hover div{
  /* display: block; */
  opacity: 1;
}
.lang-text>img{ 
    width:20px;
    height:20px;
}
.lang-text div{
  /* display: none; */
  opacity: 0;
  position: absolute;
  left: 0;
  top: 40px;
  padding: 4px;
  width: 96px;
  height: 88px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: all .3s ease;
}
.lang-text div p{
  cursor: pointer;
  width: 88px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  font-family: PingFang;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
  text-align: center;
}
.lang-text div .active{
  background: rgba(41,86,255,0.08);
  color: #2956FF;
}
@media screen and (min-width: 992px) {
  .tabs-list1:hover .tab-div {
    display: flex;
    height: 452px;
    padding-top: 43px;
    border-top: 1px solid #F2F2F2;
  }
  .tabs-list1:hover .tab-ul{
    opacity: 1;
  }
  .tabs-list1:hover .nav-link img{
    transform: rotate(0deg) !important;
  }
  .tabs-list2:hover .tab {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .navbar-expand-md .navbar-nav {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .button2-new {
    margin-top: 0px !important;
    width: 110px !important;
    height: 40px !important;
    background: #2956FF;
    border-radius: 20px !important;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 6px 8px 0px rgba(49, 52, 60, 0.08);
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    /* position: absolute; */
    /* bottom: 313px; */
    /* left: 50%; */
    /* margin-left: -570px; */
    z-index: 3;
  }
  .navbar-brand{
    padding-top:15px;
    padding-right:80px;
    margin-right:0;
    height:68px;
  }
  #headerNavbarWrap .navbar-nav .nav-item a::after {
    content: "";
    background: #2648ef !important;
    width: 0px !important;
    height: 4px !important;
    border-radius: 3px !important;
    margin-left: -15px !important;
    bottom: 0px;
    left: 50%;
    position: absolute;
    transition: all .3s ease;
  }
  #headerNavbarWrap .navbar-nav .nav-item a {
    font-size: 16px;
    font-family: PingFang;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
  }
  .header {
    height: 68px;
    transition: background 500ms;
    /* background: #141414; */
  }
  .header .show {
    background: #fff;
  }
  .header .navbar-collapse {
    justify-content: space-between;
  }
  .header .navbar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    /* height: 68px; */
    /* padding-left: 18%;
		padding-right: 18%; */
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .header .nav-link {
    padding-bottom: 12px;
    padding-top: 21px;
    letter-spacing: 2px;
  }
  .nav-link {
    color: #fff !important;
  }
  /* .navbar .navbar-nav > li > a:hover {
    color: #fff !important;
  } */
  .nav-btn-group-sm {
    display: none;
  }
  .navbar .navbar-nav > li > a {
    margin-right: 48px;
  }
  .navbar .navbar-nav > li:last-of-type > a {
    margin: 0;
  }
  .dropdown-wrap {
    /*调整dropdown menu位置*/
    /*position: relative;*/
  }

  .nav-item + .show {
    /*去掉白色背景色*/
    background: none;
  }
  .header .dropdown-wrap .show {
    /*让menu两列显示*/
    position: fixed;
    left: 0;
    top: 56px;
    display: flex;
    justify-content: center;
    padding-left: 15%;
    background: rgba(3, 3, 8, 0.8);
    font-size: 16px;
    font-family: PingFang;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    width: 100vw;
  }
  .dropdown-left {
    margin-right: 50px;
  }
  .header .dropdown-item {
    margin-bottom: 5px;
    font-size: 14px;
    font-family: PingFang;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
  }
  .header .dropdown-item:hover {
    background: none;
    color: rgba(0, 230, 159, 1);
  }
  .dropdown-menu-title {
    margin: 10px 1.5rem 20px;
  }
  .dropdown-toggle::after {
    /*去掉dropdowns三角形*/
    border: none;
    margin: 0;
  }
  .badge-warning {
    margin-left: 6px;
    color: rgba(255, 255, 255, 1);
    background-color: #ff5f00;
  }
  #headerNavbarWrap .navbar-nav:last-child {
    cursor: pointer;
  }
}
/*屏幕小于767px服务不显示dropdown 改显示collapse*/
@media screen and (max-width: 1200px) {
  .header .navbar {
    padding: 0;
    /* padding-left: 4%;
    padding-right: 5%; */
  }
  .navbar .navbar-nav > li > a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .d-s-flexs{
    display: flex !important;
  }
  
  .lang-text2{
    position: relative;
    width: 96px;
    height: 40px;
    text-align: right;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .lang-text2{
    margin-right: 0;
    position: fixed;
    z-index: 999999;
    right: 60px;
  }
  
  .lang-text2>img{ 
      width:20px;
      height:20px;
  }
  .lang-text2 div{
    display: none;
    /* opacity: 0; */
    position: absolute;
    left: 0;
    top: 40px;
    padding: 4px;
    width: 96px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    transition: all .3s ease;
  }
  .lang-text2 div p{
    cursor: pointer;
    width: 88px;
    height: 40px;
    background: #fff;
    border-radius: 6px;
    font-family: PingFang;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    text-align: center;
  }
  .lang-text2 .shows{
    display: block;
  }
  .lang-text2 div .active{
    background: rgba(41,86,255,0.08);
    color: #2956FF;
  }
  /* .lang-text:hover */
  .logo {
    width: 80px;
    /* height: 18px; */
  }
  .nav-item-list ul li {
    margin-bottom: 15px;
    line-height: 20px;
  }
  .nav-item-list ul li a:active {
    text-decoration: none;
    background: transparent;
  }
  #headerNavbarWrap .nav-item:last-of-type {
    border: 0;
  }
  .navbar {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .fwu-color a {
    color: #777 !important;
  }
  /*屏幕小于767px服务不显示dropdown 改显示collapse*/
  .show_icon {
    width: 14px;
  }
  .dropdown-item {
    padding: 0 !important;
  }
  .navbar-toggler:focus {
    outline: none !important;
    border: none;
  }
  .dropdown-wrap {
    display: none;
  }
  #headerNavbarWrap .navbar-nav {
    padding: 15px;
    padding-top: 0;
    background: #fff;
    width: 100%;
    max-height: 500px;
    overflow: auto;
    padding-bottom:44px;
  }
  #headerNavbarWrap .nav-item {
    padding:22px 0 18px 0;
    border-bottom: 0.5px solid #ECECEC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
  }
  #headerNavbarWrap .nav-item a {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
  }
  .nav-btn-group-sm {
    display: block;
  }
  #serviceWrap {
    line-height: 20px;
    padding: 0;
    font-size: 14px;
  }
  #serviceWrap>div {
    line-height: 20px;
    padding: 0;
    font-size: 14px;
    /* padding-left:19px; */
    width:307px;
    margin:0 auto;

  }
  .fixed-top{
    z-index: 999999;
  }
  #serviceWrap>div>div{
    margin:16px 0 12px 0;
    display: flex;
    align-items: center;
  }
  #serviceWrap>div>div img{
    margin-right:6px;
    width:16px;
    height:16px;
  }
  #serviceWrap>div>div span{
    font-family: PingFang;
    font-weight: 400;
    font-size: 14px;
    color: #5C5F66;
    line-height: 20px;
  }
  #serviceWrap>div li a{
    display: flex;
    align-items: center;
    padding:8px 0 0 6px;
    width: 307px;
    height: 71px;
    background: #EBF1FA;
  }
  #serviceWrap>div li a img{
    width:56px;
    height:56px;
  }
  #serviceWrap>div li a p{
    margin-left:10px;
  }
  #serviceWrap>div li a p span{
    display: block;
  }
  #serviceWrap>div li a p span:first-of-type{
    margin-bottom:6px;
    font-family: PingFang;
    font-weight: bold;
    font-size: 15px;
    color: #222222;
    line-height: 21px;
  }
  #serviceWrap>div li a p span:last-of-type{
    font-family: PingFang;
    font-weight: 400;
    font-size: 13px;
    color: #5C5F66;
    line-height: 19px;
  }
  .navbar .navbar-nav > li > a {
    border: none !important;
  }
  .header {
    background: #fff !important;
  }
  .show_icon {
    margin: 6px 15px;
    width: 24px;
    height: 24px;
  }
  .navbar-light .navbar-toggler {
    padding: 0;
    border: 0;
  }
  .logo {
    margin: 6px 15px;
    width: 80px;
    height: auto;
  }
  .navbar {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .dropdown-item {
    padding: 0 !important;
  }
  #headerNavbarWrap .nav-item .fwu-color a {
    color: #777 !important;
  }
}
@media screen and (max-width: 430px) {
  #headerNavbarWrap .navbar-nav .nav-item a {
    /* color: #2956ff !important; */
  }
  #headerNavbarWrap .navbar-nav {
    /* background: #f6faff; */
    /* box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 16%); */
  }
  .show_icon {
    margin: 6px 15px;
    width: 24px;
    height: 24px;
  }
  .nav-link {
    padding: 0;
  }
  .navbar-light .navbar-toggler {
    padding: 0;
    border: 0;
  }
  .header .navbar {
    height: 50px;
    box-shadow: initial;
  }
  .logo {
    margin: 10px 15px;
    width: 117px;
    /* height: 29px; */
  }
  .navbar-light .navbar-brand {
    height: 50px;
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar {
    /* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); */
  }
  .dropdown-item {
    padding: 0 !important;
  }
  #headerNavbarWrap .nav-item .fwu-color a {
    color: #777 !important;
  }
  .navbar-collapse{
    background: #fff;
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 16%);
    padding-bottom: 0px;
    position: relative;
  }
  .button2.button2-new{
    width: 118px;
    height: 40px;
    background: #2956FF;
    box-shadow: 0px 4 5px 0px rgba(49,52,60,0.08);
    border-radius: 20px;
    font-family: PingFang;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -59px;
  }
  /* 设置滚动条的宽度和背景颜色 */
  .scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
}
