.tl-title-border {
  border-bottom: 3px solid #e4e4e4;
  padding-bottom: 1rem;
}
.block-wrap .di-before {
  position: relative;
}
.block-wrap .di-before::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2rem;
  height: 2rem;
  width: 1px;
  background: #e4e4e4;
}
.block-wrap .di-before:last-child::before {
  height: 4rem;
  top: 1rem;
}
.btns-wrap button {
  border-style: none;
  background: #245399;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 16px;
  width: 130px;
}
.btns-wrap button:first-child {
  margin-right: 1rem;
}
.btns-wrap button:nth-child(2) {
  color: #245399;
  background: #DEE7F0;
}
.btns-wrap button:last-child {
  float: right;
  background: #fff;
  color: #222;
  width: 160px;
}
.btns-wrap button:last-child i {
  color: #245399;
  font-size: 18px;
  margin-right: 1rem;
}
.tl-table {
  border-collapse: collapse;
  width: 100%;
}
.tl-table td {
  border: 2px solid #e4e4e4;
  padding: 1rem 0 1rem 3rem;
}
.tl-table td:nth-child(1),
.tl-table td:nth-child(3) {
  background: #F5F6F8;
}
.tl-table.stripe {
  border: 2px solid #e4e4e4;
}
.tl-table.stripe th {
  padding: 1rem 0 1rem 2rem;
}
.tl-table.stripe td {
  border: none;
  background: none;
  padding: 1rem 0 1rem 2rem;
}
.tl-table.stripe td a {
  display: block;
  color: #245399;
}
.tl-table.stripe tr:nth-child(2n+1) {
  background: #F5F6F8;
}
.show-all {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  background: #F5F6F8;
  padding: 1rem ;
}
.show-all img {
  margin-left: 10px;
}
.row {
  margin: 0;
  padding-left: 1rem;
  line-height: 2;
}
.tag {
  display: inline-block;
  color: #222;
  background: #F5F6F8;
  font-size: 14px;
  width: 100px;
  font-weight: normal;
}
.tag:nth-child(1) {
  margin-left: 100px;
}
.tag + .tag {
  margin-left: 1rem;
}
.condition li,
.charge li {
  list-style: disc;
}
.steps .tl-tab {
  text-align: left;
}
.steps .tl-tab .text {
  color: #222;
}
.steps .tl-tab .text.active {
  color: #245399;
}
.steps .tl-tab .indicator {
  width: 120px;
}
.steps button {
  border-style: none;
  border: none;
  background: #DEE4F0;
  color: #245399;
  padding: 1rem 0;
  text-align: center;
  width: 200px;
}
.according .tl-table td {
  padding: 1.5rem 2rem;
}
.according .tl-table td:nth-child(1) {
  width: 20%;
}
.according .tl-table td a {
  color: #245399;
  font-weight: 600;
}
.according .tl-table td.h {
  vertical-align: middle;
  width: 36px;
}
.fixed-wrap {
    position: absolute;
    top: 0px;
    transform: translateX(calc(-100% - 25px));
    text-align: right;
    border-right: 1px solid #e4e4e4;
    padding-right: 26px;
    width: 140px;
}

@media (max-width: 1400px) {
    .fixed-wrap {
        width: 120px;
        top: 310px;
        left: 0;
    }
}

@media (max-width: 1580px) {
    .fixed-wrap {
        width: 120px;
        top: 310px;
        left: 45px;
    }
}


.fixed-wrap li {
  line-height: 2;
  cursor: pointer;
}
.fixed-wrap li a {
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.fixed-wrap li:hover {
  color: #245399;
}
.fixed-wrap li.active {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.fixed-wrap li.active a {
  color: #245399;
  transition: 0.2s ease-in-out;
}
.fixed-wrap li.active::after {
  content: '';
  display: inline-block;
  height: 20px;
  width: 4px;
  background: #245399;
  position: absolute;
  right: -10px;
  top: 7px;
}


.according .according-allInfo {
    display: none;
}
.according.open .according-allInfo{
    display: block;
}
.according.open .according-defaultInfo {
    display: none;
}
.according .more-btn {
    background: #F1F2F3;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 16px;
    cursor: pointer;
    color: #2F67AA;
    user-select: none;
    font-weight: 700;
}
.according .more-btn.active span:last-child {
    display: inline-block;
    transform: rotate(-90deg) scale(0.65, 1.5);
    transition: 0.2s ease-in-out;
}
.according .more-btn:hover {
    color: #4084d6;
}
.according .more-btn span:last-child {
    display: inline-block;
    transform: rotate(90deg) scale(0.65, 1.5);
    transition: 0.2s ease-in-out;
}
