.join {
  display: block;
  margin-top: 8%;
}

.join-item {
  margin-bottom: 10px;
}

.join-item-menu {
  background: #0482d6;
  border-radius: 3px 3px 3px 3px;
  height: 55px;
  line-height: 55px;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.join-item-menu span {
  font-size: 24px;
  font-family: Segoe UI-Regular, Segoe UI;
  font-weight: 400;
  color: #ffffff;
}

.join-item-menu .i-up-icon {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid dashed dashed dashed;
  border-color: #ffffff transparent transparent transparent;
  margin-top: 20px;
}

.join-item-content {
  display: none;
  margin-top: 20px;
  padding-left: 20px;
}

.join-item-content .join-remark {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.join-item-content .join-remark span {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #444546;
  width: 100px;
}

.join-item-content .join-remark .join-detail {
  width: 90%;
}
.join-item-content .join-remark p {
  font-size: 16px;
  font-family: Segoe UI-Regular, Segoe UI;
  font-weight: 400;
  color: #333333;
}

.two_bar li:last-child {
  border-bottom: 0px;
}

.two_bar {
  /* margin-left: 20px; */
  text-align: center;
  margin-top: 10px;
}

.two_bar .active-li {
  background-color: #057fff;
  color: #ffffff;
}
.two_bar .active-li > a {
  color: #ffffff;
}
.a_post_icon {
  float: right;
  margin-top: 7px;
  margin-right: 6px;
  width: 10px;
}

.d-none {
  display: none;
}

.case_list .left li.hover > a {
  margin-bottom: 15px;
}
.join_mode {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.join_mode .join_mode_item {
  background: #ffffff;
  border-radius: 23px;
  opacity: 1;
  border: 1px solid #057fff;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 50px;
}
.join_mode .join_mode_item span {
  font-size: 14px;
  font-family: Segoe UI-Regular, Segoe UI;
  font-weight: 400;
  color: #057fff;
}
.join_mode .join_mode_item img {
  width: 16px;
  height: 16px;
  margin-top: 10px;
}
