/* *
 * Created by zhangzhijie303 on 2020/5/15.
 */
.btn {
  display: inline-block;
  padding: 6px 12px;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: unset;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-submit {
  background: #ffa14d;
  color: white;
  border: 1px solid #ffa14d;
}

.btn-outline-submit {
  color: #ffbf14;
  border: 1px solid #ffbf14;
  background: white;
  font-weight: normal;
}

.btn-outline-submit {
  color: #ffa14d;
  border: 1px solid #ffa14d;
  background: white;
}

.btn-default {
  color: #333333;
  background: #f5f5f4;
  border: 1px solid #e0dfdf;
}

.btn-outline-disabled {
  color: #888;
  border: 1px solid #888;
  background: white;
  cursor: not-allowed;
}

.btn-outline-submit {
  color: #ffa14d;
  border: 1px solid #ffa14d;
  background: white;
  border-radius: 4px;
}

.btn-outline-submit:hover {
  color: white;
  background: #ffa14d !important;
}

.about-path {
  margin: 20px 0;
  padding-left: 8px;
  font-size: 14px;
  color: #aeaeae;
  border-left: 2px solid #ffa14d;
}
.about-path .last-span {
  color: #585858;
}

.about-menu, .about-content {
  display: inline-block;
  float: left;
  min-width: 170px;
  background: white;
  border-radius: 4px;
}

.about-menu {
  margin-right: 14px;
  padding: 30px 10px;
  width: 170px;
}
.about-menu ul {
  margin: 0;
  padding: 0;
}
.about-menu li {
  position: relative;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  list-style-type: none;
  line-height: 1;
  border-bottom: 1px dashed #e0dfdf;
  cursor: pointer;
}
.about-menu li.active {
  color: #ffa14d;
}
.about-menu li.active:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-left: solid 10px #ffa14d;
  border-top: solid 8px rgba(0, 0, 0, 0);
  border-bottom: solid 8px rgba(0, 0, 0, 0);
}
.about-menu li:hover {
  color: #ffa14d;
}
.about-menu .li-group {
  position: relative;
}
.about-menu .li-group .down, .about-menu .li-group .right {
  position: absolute;
  right: 0;
  top: 16px;
}
.about-menu .li-group .right {
  top: 13px;
}
.about-menu .li-group ul {
  display: none;
}
.about-menu .li-group.active ul {
  display: block;
}
.about-menu .li-group:hover ul {
  display: block;
}
.about-menu .li-group:hover .down {
  display: block;
}
.about-menu .li-group:hover .right {
  display: none;
}
.about-menu .down {
  display: none;
}
.about-menu .employment.active > .down, .about-menu .trade.active > .down {
  display: block;
}
.about-menu .employment.active > .right, .about-menu .trade.active > .right {
  display: none;
}
.about-menu .inner-li {
  padding-left: 0;
  border-bottom: none;
  font-size: 14px;
  color: #5d5d5d;
}
.about-menu .inner-li:after {
  display: none;
  opacity: 0;
}

.about-content {
  padding: 30px;
  width: 790px;
  text-align: center;
}
.about-content h4 {
  margin: 0 0 18px 0;
  font-size: 16px;
  font-weight: bold;
  color: #5d5d5d;
  text-align: left;
}
.about-content p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.57;
  color: #5d5d5d;
  text-align: left;
}
.about-content .text-indent-2 {
  text-indent: 28px;
}

table {
  font-size: 12px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 10px 0;
}

thead {
  background: #F5F5F5;
}

th, td {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  color: #666;
}

td {
  color: #222;
}
