/* 整个登录条的样式 隐藏一些不要的功能*/
.ecp_top-nav {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  height: 0px !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  color: #fff !important;
}
.ecp_top-nav .ecp_tn-header {
  width: 1400px !important;
}

/* 修改字体颜色 */
.tn-person-r .ecp_tn-title .ecp_tn-tab i,
.tn-person-r .tn-user i {
  color: #2e81ff;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab:hover {
  background-color: #202a47 !important;
  border-color: #202a47 !important;
  height: 40px !important;
}
.ecp_top-nav .ecp_tn-header {
  width: 1400px;
}
#ecp_top_login_de_p {
  line-height: 16px !important;
}
#Ecp_welcome,
#Ecp_top_login_show {
  font-size: 14px;
}
.useGuidelines,
.contactus {
  float: left;
  margin-left: 24px;
}
.useGuidelinestitle,
.contactustitle {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 40px;
  &:hover {
    color: #2e81ff !important;
  }
}

/* .question {
  width: 16px;
  height: 16px;
  background-image: url('./question.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-top: 12px;
  margin-left: 24px;
  cursor: pointer;
  position: relative;
  &:hover {
    .questionBox {
      display: block !important;
    }
  }
} */
/* .questionBox {
  display: none;
  position: absolute;
  top: 16px;
  right: -2px;
  width: 86px;
  height: 70px;
  padding-top: 10px;
  background-image: url('./question-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
} */
/* .useGuidelinestitle,
.contactustitle {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 35px;
  &:hover {
    color: #2e81ff !important;
  }
} */
