.tradeplatformhead {
  /*height: 136px;*/
  background: linear-gradient(180deg, #f6f7fb 0%, #f6f7fb4d 60.89%);
  /*border-bottom: 1px solid #ffffff;*/
}

.tradeplatformhead .container {
  width: 1200px;
  /*height: 90px;*/
  margin:0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0 12px;
}

.tradeplatformhead .indexPage {
  display: flex;
  flex-direction: column;
}
.tradeplatformhead .indexPage .logo  img{
  width: 244px;
  height: 56px;
}


.container .contact-box .contact-ul {
  height: 48px;
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 ;
}

.container .contact-box .contact-ul a {
  color: #464a55;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.container .contact-box .contact-ul a:nth-child(2){
  border: none;
  padding: 0;
  margin: 0;
}
.container .contact-box .contact-ul a:last-child{
  margin: 0;
}
.container .contact-box .contact-ul a:hover{
  color: #FF6B00 !important;
}
.contact-box .contact-ul a  span{
  white-space: nowrap;
  cursor: pointer;
}
.contact-box .contact-ul a:first-child  span{
  color: #FF6B00 !important;
}
.contact-box .contact-ul a .icon{
  width: 20px;
  height: 20px;
  margin-right: 4px;
}


.container .tel {
  font-size: 14px;
  color: #333333;
  margin-left: 18px;
}
