:root {
  --vi-color: #cb0000;
}
.modular1 .wrap .item {
  height: 6.15rem;
}


.site_banner .wrap {
  width: 90%;
}

.modular3 .left {
  overflow: hidden;
  width: 9.5rem;
}

.modular3 .right {
  padding-left: 2.4rem;
}
.modular3 .ue .info .title {
  margin-top: 0.3rem;
  margin-bottom: 0;
}
.modular8 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}

.modular8 .title {
  font-size: var(--font-size-60);
  text-align: center;
  margin-bottom: 0.6rem;
  font-weight: 200;
  color: var(--vi-color);
}

.modular8 .list .item {
  position: relative;
  overflow: hidden;
}

.modular8 .list .item .bg-multiply {
  height: 4.5rem;
  transition: 0.5s;
  background-size: cover;
  background-position: center center;
}

.modular8 .list .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0.3rem 0.4rem;
  font-weight: bold;
  font-size: var(--font-size-24);
  z-index: 1;
  box-sizing: border-box;
}

.modular8 .btns {
  margin-top: 0.4rem;
  text-align: center;
}

.modular8.modular .worm-button a {
  min-width: 0;
}

.modular9 .title {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 0.6rem;
  font-size: var(--font-size-40);
  color: #9d9d9d;
  font-weight: 100;
  gap: 1em;
  line-height: 1;
}

.modular9 .title .item.on {
  font-size: var(--font-size-60);
  color: var(--vi-color);
}

.modular9.modular .worm-button a {
  min-width: 0;
}

.modular9 .dropdown {
  color: #4a4a4a;
  width: 100%;
  font-size: var(--font-size-18);
}

.modular9 .dropdown .dropdown-toggle {
  display: flex;
  border: 1px solid #d2d2d2;
  padding: 0.1rem 0.24rem;
  border-radius: 9rem;
}

.modular9 .dropdown .dropdown-toggle .tag {
  flex: 1;
}

.modular9 .condition {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.8rem;
  width: 8rem;
  margin-bottom: 0.4rem;
}
.condition-p{margin-bottom: 0.3rem;}
.modular9 .table {
  margin-bottom: 0.4rem;
}

.modular {
  padding: 1rem 0;
}

.modular9 .condition .item {
  flex: 1;
}

.modular9 .condition .item:last-child {
  width: 1rem;
  flex: none;
}

.modular9 .table .th {
  /* border: 1px solid #d7d7d7; */
  border-top: 2px solid #000;
  box-sizing: border-box;
  font-weight: bold;
}

.modular9 .table .th,
.modular9 .table .td .list {
  display: grid;
  grid-template-columns: 3rem 1fr 1fr 2.4rem;
  font-size: var(--font-size-18);
}
.modular9 .table .td .list{
    font-weight: bold;
    cursor: pointer;
}

.modular9 .table .td.on .list {
  background: #f7f7f7;
}

/* .modular9 .table .td.on .list .item a.open {
    color: #fff;
} */

.modular9 .table .td {
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  border-color: #e7eaf1;
}

.modular9 .table .td .list .item a.open i {
  display: inline-block;
  transform: rotate(180deg);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modular9 .table .td.on .list .item a.open i {
  /* transform: rotate(45deg); */
}

.modular9 .table .td.on .list .item a.open {
  color: #cb0000;
  background: #fff;
  border-color: transparent;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.modular9 .table .td.on {
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
  margin-bottom: 0.2rem;
  background: #fff !important;
}

.modular9 .table .th .item,
.modular9 .table .td .list .item {
  text-align: left;
}
.modular9 .table .td .list .item a.open {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #000;
  text-align: center;
  line-height: calc(1.5em - 2px);
  box-sizing: border-box;
}
.modular9 .table .th .item + .item,
.modular9 .table .td .list .item + .item {
  text-align: center;
}

.modular9 .table .th .item:last-child,
.modular9 .table .td .list .item:last-child {
  text-align: right;
}

.modular9 .table .th .item,
.modular9 .table .td .list .item {
  padding: 0.3rem 0.6rem;
}

.modular9 .table .td:nth-child(2n) {
  background: #f7f7f7;
}

.modular9 .table .td .content {
  padding: 0.5rem;
  font-size: var(--font-size-18);
  display: none;
}

.modular9 .table .td .content .info {
  padding-bottom: 0.3rem;
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 2rem;
  border-bottom: 1px solid #e7eaf1;
}

.modular9 .table .td .content .body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.modular9 .table .td .content .body .tit {
  margin-bottom: 1em;
  font-weight: bold;
}

.modular9 .table .td .content .body .text {
  line-height: 1.8;
  font-size: var(--font-size-16);
  color: #656565;
}

.worm-button {
  width: 100%;
  height: 100%;
}

.worm-button a {
  color: #fff !important;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #cb0000;
  border-radius: 9rem;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .worm-button:hover a {
    opacity: 0.7;
  }
  .modular9 .table .td .list .item a:hover {
    color: var(--vi-color);
  }
}

@media screen and (max-width: 1023px) {
  .wrap1440 {
    margin: auto;
  }

  .modular9 .table .th,
  .modular9 .table .td .list {
    grid-template-columns: repeat(4, 1fr);
  }

  .modular9 .table .th .item,
  .modular9 .table .td .list .item {
    padding: 0.3rem 0.4rem;
  }

  .modular3 .right {
    padding-left: 0.8rem;
  }

  .modular3 .left {
    width: 100%;
  }

  .modular8 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .modular9 .table .td .content .info {
    padding-bottom: 0.3rem;
    margin-bottom: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.5rem;
    border-bottom: 1px solid #e7eaf1;
  }

  .modular8 .list {
    grid-template-columns: repeat(1, 1fr);
  }

  .modular9 .table .th,
  .modular9 .table .td .list {
    grid-template-columns: repeat(3, 1fr);
  }

  .modular9 .table .th .item:nth-child(3),
  .modular9 .table .td .list .item:nth-child(3) {
    display: none;
  }

  .modular9 .condition {
    width: 100%;
  }

  .modular9 .table .td .content .body {
    grid-template-columns: repeat(1, 1fr);
  }

  .modular9 .condition .item:last-child {
    width: 1.5rem;
  }
}
