.head_content {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: transparent;
  box-sizing: border-box;
}

.head_content_yd {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: transparent;
}

.head_main {
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.head_left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head_left img {
  width: 120px;
  height: 45px;
  margin-right: 5px;
}

.head_left_line {
  width: 1px;
  height: 28px;
  background-color: #a3a3a3;
  margin: 0 12px;
}

.head_left_title3 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.head_right {
  display: flex;
  align-items: center;
}

.head_ul {
  height: 70px;
  line-height: 70px;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.head_li {
  vertical-align: bottom;
  cursor: pointer;
  margin-right: 50px;
  font-size: 16px;
  color: #000000;
  line-height: 70px;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}

.head_li img {
  width: 12px;
  height: 6px;
}

.head_li a {
  text-decoration: none;
  color: #1b1c1c;
  display: block;
}

.head_li a:hover {
  text-decoration: none;
  color: #197ffc;
}

.head_li:hover {
  color: #197ffc;
  border-bottom: 2px solid #197ffc;
}

.head_li_more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.head_li_ed {
  color: #197ffc;
  border-bottom: 2px solid #197ffc;
}

.head_li_ed_a {
  color: #197ffc !important;
}

.head_ul_li_ul {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 3px 5px #888888;
  top: 70px;
  display: none;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  line-height: 16px;
  font-size: 16px;
  border-radius: 3px;
  color: black;
}

.head_ul_li_ul li {
  padding: 15px 20px;
}

.head_ul_li_ul li:hover {
  color: #197ffc;
}

.head_sqsy_btn {
  cursor: pointer;
  padding: 0px 10px;
  height: 32px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  background-color: #0055e3;
  color: #ffffff;
  line-height: 32px;
}

.head_sqsy_btn:last-child {
  margin-left: 10px;
}

.head_main_yd {
  padding: 0 20px;
}

.head_right_ydmenu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
}

.yd_head_navigate {
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: left 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.yd_head_navigate.active {
  left: 0;
}

.yd_head_ul {
  margin: 100px 0px;
  list-style: none;
  padding: 0 20px;
  font-size: 16px;
  color: #1b1c1c;
  height: calc(100vh - 170px);
  overflow-y: auto;
}

.yd_head_ul li {
  border-bottom: 1px solid #f0f0f0;
}

.yd_head_li_single {
  height: 60px;
  display: flex;
}

.yd_head_li_single a {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  text-decoration: none;
  color: #1b1c1c;
  line-height: 60px;
}

.yd_head_li_ed {
  color: #2c77f4;
  background-color: #f0f8ff;
}

.yd_head_li_alone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 10px;
}

.yd_head_li_alone img {
  width: 12px;
  height: 7px;
  margin-right: 5px;
  color: #1b1c1c;
}

.yd_head_li_items {
  background-color: #fafafa;
  display: none;
}

.yd_head_li_item {
  height: 60px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}

.yd_head_li_item a {
  padding-left: 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #1b1c1c;
  line-height: 60px;
}

.yd_head_navigate_bottom {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  position: fixed;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.yd_bottom_applybtn {
  width: 80%;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  background-color: #2c77f4;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
}