.modular13 .sub-nav {
  justify-content: center;
}

.modular13 .c-box {
  display: flex;
}

.modular14 {
  /* margin-top: -50px; */
  padding-bottom: 80px;
}

.modular14 .search-box {
  margin: auto;
  width: 660px;
  max-width: 100%;
  border: 1px solid #000000;
  display: flex;
  position: relative;
}

.modular14 .search-box button {
  background: #0076d1;
  border-radius: 0;
  padding: 1em 3em;
  height: 100%;
  line-height: 1;
  width: auto;
}

.modular14 .search-box .search-input {
  flex: 1;
  position: relative;
}

.modular14 .search-box .search-input::after {
  content: attr(placeholder);
  position: absolute;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1em;
  padding-right: 3em;
  top: 50%;
  color: #9d9d9d;
  font-size: 14px;
  transform: translate(0, -50%);
  box-sizing: border-box;
}

.modular14 .search-box .search-input::before {
  content: '\e8d7';
  font-family: 'iconfont';
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  color: #949494;
}

.modular14 .search-box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
}

.modular14 .title {
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
}

.modular14 .title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2em;
  margin-left: -1em;
  border-bottom: 1px solid #000;
}

.modular14 .info {
  color: #1f1a17;
  text-align: center;
}

.modular15 .wrap {
  display: block;
}

.modular15 .right .list .item {
  width: calc(25% - 23px);
}

.modular15 {
  padding: 80px 0;
}

.worm-form-item-type2 {
  display: block;
  margin-bottom: 0;
}

.worm-form-item-type2 .layui-form-label {
  width: calc(4em + 15px);
  text-align: left;
  padding-left: 0;
}

.worm-form-item-type2 .layui-input-block {
  margin-left: calc(4em + 30px);
}

.bold {
  font-weight: bold;
}

.modular14 .c-box .right {
  text-align: right;
}

.modular14 .c-box {
  width: 660px;
  margin: auto;
  margin-top: 2em;
  align-items: center;
}

.modular14 .layui-form-item:after {
  display: none;
}

.modular16 .search-box input[type="text"] {
  opacity: 1;
  border: 0;
  font-size: 14px;
  padding: 0 1em;
  cursor: auto;
}

.modular16 .search-box .search-input::after,
.modular16 .search-box .search-input::before {
  display: none;
}

.modular17 {
  padding: 40px 0 80px 0;
}

.modular17 .head em {
  color: #ff0000;
}

.modular17 .head {
  margin-bottom: 2em;
}

.modular17 .body table {
  width: 100%;
  border: 1px solid #bec7cf;
  border-collapse: collapse;
  border-spacing: 0;
}

.modular17 .body table th {
  text-align: center;
  border: 1px solid #e6e6e6 !important;
  background: #abb5c1;
  color: #fff;
}

.modular17 .body table th,
.modular17 .body table td {
  padding: 1em 2em;
  border: 1px solid #bec7cf;
  vertical-align: top;
}

.modular17 .body table td:last-child {
  text-align: center;
  vertical-align: middle;
}

.modular17 .img-box {
  border: 1px solid #d9dde3;
  background: linear-gradient(to bottom, #e2e8ed, #ffffff);
  width: 120px;
  height: 86px;
  text-align: center;
  line-height: 86px;
  margin: auto;
}

.modular17 .img-box img {
  max-width: 80%;
  max-height: 80%;
}

.modular17 .body table .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 2em;
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: 14px;
}

.modular18 {
  padding: 80px 0;
}

.modular18 .wrap {
  display: flex;
}

.modular18 .wrap .right {
  flex: 1;
}

.modular18 .wrap .right table {
  width: 100%;
}

.modular18 .wrap .left {
  width: 400px;
  margin-left: 100px;
}

.modular18 .wrap .left .title {
  font-weight: bold;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  position: relative;
}

.modular18 .wrap .left .info {
  line-height: 1.8;
}

.modular18 .wrap .left .btn {
  margin: 2em 0;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.modular18 .wrap .left .btn::after,
.modular18 .wrap .left .title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  left: 0;
  width: 2em;
  border-bottom: 1px solid #000;
}

.modular18 .wrap .left .btn::after {
  width: 100%;
}

.modular18 .tip {
  font-size: 14px;
  margin-top: 1em;
}

.modular18 .body td:nth-child(3) {
  text-align: center;
}

.modular18 .body td .del {
  color: #ff0000;
}

.modular18 .body td .btn-text {
  margin: 0 1.5em;
}

.modular17 .body tr:nth-child(2n),
.modular18 .body tr:nth-child(2n) {
  background: #fff;
}

.modular18 .right .worm-btn {
  display: block;
  border: 1px solid #000;
  float: right;
}

.modular18 .body th:nth-child(1),
.modular18 .body td:nth-child(1),
.modular18 .body input[type=checkbox] {
  vertical-align: middle;
}
.modular18 .wrap .left.result{
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.modular18 .wrap .left.result .result_left{
  width: 550px;
  border-right: 1px solid #cfdbe4;
  padding-right: 15%;
}
.modular18 .wrap .left.result .result_right{
  padding-left: 15%;
}
.modular20{
  padding: 80px 0;
}
.modular20 table{
  width: 100%;
  border: 1px solid #bec7cf;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  font-size: 16px;
}
.modular20 table th{
  text-align: center;
  border: 1px solid #e6e6e6 !important;
  background: #abb5c1;
  color: #fff;
  padding: 1em 2em;
  vertical-align: top;

}
.modular20 table td{
  padding: 1em 2em;
  border: 1px solid #bec7cf;
  vertical-align: top;
  position: relative;
}
.modular20 table td .bh{color: #398acd;margin-bottom: 5px;}
.modular20 table td .name{margin-bottom: 5px;}
.modular20 table td .img{display: inline-block;vertical-align: top;}
.modular20 table td dl{
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
}
.modular20 table td dl dt{color: #000;font-weight: bold;font-size: 18px;margin-bottom: 10px;}
.modular20 table td dl dd{color: #787878;margin-bottom: 5px;}
.modular20 table td dl dd span{padding-right: 15px;}
@media only screen and (max-width: 1024px) {
  .modular14 .c-box {
    width: auto;
    display: block;
  }

  .modular14 .c-box .right {
    text-align: left;
    margin-top: 1em;
  }

  .modular13 .sub-nav {
    display: block;
    transform: none;
    padding: 0;
  }

  .modular13 .sub-nav .left .item {
    padding: 40px 0em;
  }

  .modular13 .sub-nav .left {
    justify-content: center;
    gap: 1.5em;
  }

  .modular14 {
    padding-bottom: 40px;
  }

  .modular15 .right .list .item {
    width: calc(50% - 15px);
  }

  .modular18 .wrap {
    flex-direction: column-reverse;
  }

  .modular18 .wrap .left {
    margin-left: 0;
    margin-bottom: 50px;
    width: auto;
  }

  .modular18 .wrap .left.result{
    width: 100%;
    display: block;
  }
  .modular18 .wrap .left.result .result_left,
  .modular18 .wrap .left.result .result_right{
    width: 100%;
    padding-right: 0;
    border: none;
    padding-left: 0;
  }
 
}

@media only screen and (max-width: 768px) {
  .modular15 .right .list .item {
    width: 100%;
  }

  .modular17 .body table tr:first-child,
  .modular20 table tr:first-child{
    display: none;
  }

  .modular17 .body table {
    border: 0;
  }

  .modular17 .body table tr {
    margin-bottom: 1em;
    display: block;
    border: 1px solid #bec7cf;
  }
  .modular20 table td,
  .modular17 .body table td {
    display: block;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-width: 0px;
    position: relative;
    padding-left: 8em;
  }
  .modular20 table td::before,
  .modular17 .body table td::before {
    content: attr(data-l);
    position: absolute;
    padding: 1em 1em;
    width: 7em;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-right: 1px solid #bec7cf;
    text-align: right;
    height: 100%;
  }
  .modular20 table td+td,
  .modular17 .body table td+td {
    border-width: 1px;
  }
  .modular20 table td:last-child{border-bottom: 1px solid #bec7cf;}
  .modular20 table td .img{width: 160px;}
  .modular18 .body td:nth-child(3) {
    text-align: left;
  }
}