body {
  padding: 0;
  margin: 0;
}
div {
  box-sizing: border-box;
}
.banner {
  width: 100%;
  height: 62.1875rem;
}
.banner img {
  width: 100%;
  height: 100%;
}
.main1 {
  padding: 5.875rem 17.5rem;
  background-color: #fff;
  text-align: center;
}
.main1 .tit {
  color: #000000;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 600;
}
.main1 .desc {
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.5;
}
.main {
  padding: 6.25rem 16.25rem 6.25rem 20rem;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main img {
  width: 41.875rem;
  height: 26.875rem;
}
.main .word {
  width: 36.5625rem;
}
.main .word .tit {
  color: #000000;
  font-size: 2.25rem;
  margin-bottom: 1.875rem;
  font-weight: 600;
}
.main .word .desc {
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.5;
}
.main3 {
  background-color: #185981;
  padding: 6.25rem 16.25rem;
  background-size: cover;
}
.main3 .word .tit,
.main3 .word .desc {
  color: #fff;
}
.main4 {
  padding: 6.25rem 16.875rem 6.25rem 16.25rem;
}
.main5 {
  background-color: #fff;
  padding: 5.25rem 16.25rem 3.75rem;
  width: 100%;
  margin-bottom: 17rem;
}
.main5 .tit {
  color: #000000;
  width: 87.5rem;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5.1875rem;
  padding-bottom: 0.6875rem;
  background: url(../images/tit.png) no-repeat center bottom;
}
.main5 .part {
  width: 87.5rem;
  background-color: #f9f9f9;
  padding: 5.625rem 6.6875rem 3.4375rem;
}
.main5 .part .part-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.main5 .part .part-top .part1 {
  width: 21.375rem;
  margin-bottom: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main5 .part .part-top .part1 .name {
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
  font-weight: 600;
  width: 100%;
}
.main5 .part .part-top .part1 .part1-1 {
  width: 10.25rem;
  height: 2.5rem;
  background: #FFFFFF;
  color: #888888;
  font-size: 0.9375rem;
}
.main5 .part .part-top .part1 .part1-1 input {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  margin: 0;
  border: none;
  outline: none;
  border: 1px solid #EAEAEA;
}
.main5 .part .part-top .part1 .part1-1 select {
  width: 21.375rem;
  height: 2.5rem;
  padding: 0 1rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border: none;
  outline: none;
  position: relative;
  -webkit-appearance: auto;
}
.main5 .part .part-top .part1 .part1-1 select option {
  height: 2rem;
  line-height: 2rem;
}
.main5 .part .part-bot {
  display: flex;
  justify-content: center;
}
.main5 .part .part-bot .search-form,
.main5 .part .part-bot .clear {
  width: 8.625rem;
  height: 2.875rem;
  background: #2C52B3;
  border-radius: 0.375rem;
  font-size: 1.0625rem;
  color: #fff;
  border: none;
  outline: none;
  line-height: 2.875rem;
  text-align: center;
  margin: 0 0.8125rem;
}
.main5 .section {
  margin-top: 2.5rem;
  width: 87.5rem;
}
.main5 .section .section1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ebebeb;
  width: 100%;
  /* height: 3.625rem; */
  height: 5.625rem;
}
.main5 .section .section1 .section1-1 {
  color: #000000;
  /* font-size: 1.125rem; */
  font-size: 1rem;

  font-weight: 600;
  flex: 1;
  text-align: center;
}
.main5 .section .section1 .section1-1:nth-child(1) {
  flex: 2;
}
.main5 .section .section1 .section1-1:nth-child(7) {
  flex: 1.2;
}
.main5 .section .section1 .section1-1:nth-child(8) {
  flex: 1.2;
}.main5 .section .section1 .section1-1:nth-child(9) {
  flex: 1.3;
}
.main5 .section .section2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  width: 100%;
  height: 3.625rem;
}
.main5 .section .section2 .section2-1 {
  color: #222222;
  flex: 1;
  text-align: center;
  font-size: 1rem;
}
.main5 .section .section2 img {
  width: 1.25rem;
  height: 1.25rem;
}
.main5 .section .section2 .checked {
  display: none;
}
.main5 .section .section2 .section2-1:nth-last-child(1) {
  display: flex;
  justify-content: center;
}
.main5 .section .section2 .section2-1:nth-child(1) {
  flex: 2;
}
.main5 .section .section2 .section2-1:nth-child(7) {
  flex: 1.2;
}
.main5 .section .section2 .section2-1:nth-child(8) {
  flex: 1.2;
}
.main5 .section .section2 .section2-1:nth-child(9) {
  flex: 1.3;
}
.main5 .section .section2:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.box-alert {
  display: none;
  width: 87.5rem;
  min-height: 15.0625rem;
  padding: 1.25rem 1.875rem;
  background: #FFFFFF;
  box-shadow: 0rem -0.625rem 1.875rem 0rem rgba(182, 182, 182, 0.45);
  position: fixed;
  bottom: 0;
  left: 16.25rem;
  z-index: 2;
}
.box-alert .box-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}
.box-alert .box-top .name {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
}
.box-alert .box-top .close {
  color: #2C52B3;
  font-size: 1rem;
  font-weight: 600;
}
.box-alert .list {
  display: flex;
  justify-content: space-between;
}
.box-alert .list .list-left {
  display: flex;
  flex-wrap: wrap;
}
.box-alert .list .list-left .list1 {
  background: #f5f5f5;
  display: flex;
  padding: 0.8125rem;
  padding-right: 1.5rem;
  margin-right: 1.25rem;
  position: relative;
}
.box-alert .list .list-left .list1 .img {
  width: 6rem;
  height: 5.9375rem;
  margin-right: 0.875rem;
}
.box-alert .list .list-left .list1 .title {
  color: #000000;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}
.box-alert .list .list-left .list1 .none {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  content: 'X';
}
.box-alert .list .list-right .contrast {
  width: 12.375rem;
  height: 3.125rem;
  background: #2C52B3;
  border-radius: 0.375rem;
  font-size: 1.0625rem;
  color: #fff;
  line-height: 3.125rem;
  text-align: center;
  display: block;
  text-decoration: none;
}
.box-alert .list .list-right .delete {
  color: #2C52B3;
  margin-top: 0.75rem;
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 1000px) {
  .main1 {
    padding: 20px 5%;
  }
  .main1 .tit {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .main1 .desc {
    font-size: 14px;
  }
  .main {
    padding: 20px 5%;
  }
  .main .word .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main .word .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .main .word {
    width: 60rem;
  }
  .main3,
  .main4,
  .main5 {
    padding: 20px 5%;
  }
  .main5 .tit {
    width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .main5 .part {
    width: 100%;
    background-color: #f9f9f9;
    padding: 5%;
  }
  .main5 .part .part-bot .search-form,
  .main5 .part .part-bot .clear {
    width: auto;
    height: auto;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px;
  }
  .main5 .part .part-top .part1 .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main5 .part .part-top .part1 {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .main5 .part .part-top .part1 .part1-1 {
    width: 45%;
    height: 40px;
    font-size: 15px;
  }
  .main5 .part .part-top .part1:nth-child(1) .part1-1 {
    width: 100%;
  }
  .main5 .part .part-top .part1 .part1-1 select {
    width: 100%;
    height: 40px;
  }
  .main5 .section {
    margin-top: 30px;
    width: 100%;
    overflow-x: scroll;

  }
  .main5 .section .section1 .section1-1 {
    color: #000000;
    font-size: 14px;
  }
  .main5 .section .section1,
  .main5 .section .section2 {
    height: auto;
    padding: 10px;
  }
  .main5 .section .section2 .section2-1 {
    font-size: 14px;
  }
  .main5 .section .section1,
  .main5 .section .section2 {
    align-items: flex-start;
  }
  .main5 .section .section2 img {
    width: 15px;
    height: 15px;
  }
  .main5 .part .part-top .part1 input {
    font-size: 14px;
  }
  .main5 .part .part-top .part1 select {
    font-size: 14px;
  }
  .box-alert .list .list-left .list1 .title {
    font-size: 14px;
    margin-top: 20px;
  }
  .box-alert .list .list-right .contrast {
    width: 60px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
  }
  .box-alert .list .list-right .delete {
    margin-top: 15px;
    font-size: 14px;
    word-break: keep-all;
  }
  .box-alert .box-top .close {
    font-size: 14px;
  }
  .box-alert .list .list-left .list1 .none {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 600px) {
  .main5 .part .part-top .part1 {
    width: 100%;
    padding-right: 0;
  }
  .main5 .part .part-top .part1 input {
    font-size: 14px;
  }
  .main5 .part .part-top .part1 select {
    font-size: 14px;
  }
  .main {
    flex-wrap: wrap;
  }
  .main .word {
    width: 100%;
  }
  .main img {
    width: 100%;
    height: auto;
  }
  .main2 .word {
    width: 100%;
    margin-bottom: 20px;
  }
  .main3 img,
  .main4 img {
    margin-bottom: 20px;
  }
  .main5 .section .section1,
  .main5 .section .section2 {
    /* overflow: scroll; */
    padding: 20px 10px;
    position: relative;
    width: fit-content;
  }
  .main5 .section .section1 .section1-1,
  .main5 .section .section2 .section2-1 {
    flex: auto;
    padding: 0 10px;
    min-width: 120px;
    width: 100%;
  }
  .main5 .section .section2 .section2-1:nth-last-child(1) {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    right: -10px;
    top: 0;
    z-index: 2;
    min-width: 113px;
    background-color: #ffff;
    padding: 0;
    padding-right: 10px;
  }
  .main5 .section .section2:nth-child(2n+1) .section2-1:nth-last-child(1) {
    background-color: #f9f9f9;
  }
  .box-alert {
    width: 90%;
    padding: 20px;
    left: 5%;
    z-index: 2;
  }
  .box-alert .box-top .name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .box-alert .list .list-left .list1 .img {
    width: 80px;
    height: auto;
    margin-right: 10px;
  }
  .box-alert .list .list-left .list1 .title {
    font-size: 14px;
    margin-top: 20px;
  }
  .box-alert .list .list-right .contrast {
    width: 60px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
  }
  .box-alert .list .list-right .delete {
    margin-top: 15px;
    font-size: 14px;
    word-break: keep-all;
  }
  .box-alert .box-top .close {
    font-size: 14px;
  }
  .box-alert .list .list-left .list1 {
    padding: 10px;
    padding-right: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main5 {
    margin-bottom: 200px;
  }
  .main5 .section .section2 img {
    width: 20px;
    height: 20px;
  }
  .box-alert .list .list-left {
    margin-right: 10px;
  }
  .main1 .desc{
    text-align: left;
  }
}
