@charset "UTF-8";
#header {
  width: 1280px;
  margin: 0 auto;
}

#header #tab {
  width: 100%;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  background: linear-gradient(130deg, #f0f6ff 0%, #d5e7ff 100%);
  box-shadow: 0px 2px 8px 0px rgba(155, 173, 205, 0.5);
  border-radius: 8px;
  padding-left: 15px;
  position: relative;
}

#header #tab #caseName {
  font-size: 24px;
  color: #030303;
}

#header #tab #caseIcon {
  display: inline-block;
  height: 54px;
  width: 54px;
  vertical-align: middle;
  background-size: 100% 100%;
  margin-right: 10px;
}

#header #tab #reI span {
  width: 122px;
  background: #F2F6FF;
  border-radius: 48px 4px 4px 48px;
  border: 1px solid #FFFFFF;
  position: absolute;
  padding: 10px 32px;
  line-height: initial;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #2D5FFA;
}

#header #tab #reI span:hover {
  color: #92abf5;
}

#header #tab ul {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#header #tab ul .active a {
  color: #2D5FFA !important;
}

#header #tab ul .active .enTitle {
  color: #050505 !important;
}

#header #tab ul .active span {
  color: #2D5FFA !important;
}

#header #tab ul li {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  font-size: 17px;
  transition: 0.3s;
}

#header #tab ul li .icon-duigou1,
#header #tab ul li .icon-icon-test,
#header #tab ul li .icon-1,
#header #tab ul li .icon-2,
#header #tab ul li .icon-3 {
  font-size: 16px;
  padding-right: 10px;
}

#header #tab ul li a {
  text-decoration: none;
  color: #605F5F;
  font-weight: normal;
}

#header #tab ul li span {
  color: #999;
  font-weight: 600;
  line-height: initial;
}

#header #tab ul li .enTitle {
  font-size: 16px;
  font-weight: normal;
  color: #605F5F !important;
}

#header #tab ul li .dashedLine {
  margin: 0 50px;
  width: 50px;
  display: inline-block;
  border-top: 1px dashed;
  vertical-align: middle;
}

#header #userCenter {
  float: right;
  cursor: pointer;
}

#header #userCenter .menu {
  display: none;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 10;
  color: #000;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 0 20px;
}

#header #userCenter .number {
  margin-right: 20px;
  color: green;
  font-weight: bold;
}

#header #userCenter:hover .menu {
  display: inline-block;
}

.headerTitle {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 20px 0;
}

.headerTitle span {
  padding: 0 70px;
  display: inline-block;
  background-image: url("../assets/image/home/titleL.png"), url("../assets/image/home/titleR.png");
  /* 设置两个背景图 */
  background-position: left bottom, right bottom;
  /* 控制两个背景图的位置 */
  background-size: auto, auto;
  /* 设置背景图大小为自动 */
  background-repeat: no-repeat, no-repeat;
  /* 防止背景图重复显示 */
}

.nav li a:visited, .nav li a:hover, .nav li a.on {
  text-decoration: initial;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: initial;
}
