.quote {
  padding-top: 50px;
}
.quote .quote-list {
  display: flex;
  height: 1171px;
  background: #FFFFFF;
  box-shadow: 0px 2px 23px 0px rgba(238, 71, 73, 0.09);
  border-radius: 20px;
  overflow: hidden;
}
.quote .quote-list .list-one {
  width: 404px;
  background: var(--theme-color);
  color: #fff;
}
.quote .quote-list .list-one .title {
  font-weight: 800;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 59px;
}
.quote .quote-list .list-one .title:nth-of-type(2) {
  font-size: 44px;
}
.quote .quote-list .list-one .tips {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  margin: 28px 0 40px;
}
.quote .quote-list .list-one .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 6px;
  font-weight: 800;
  font-size: 22px;
  color: var(--theme-color);
  transition: all 0.2s;
}
.quote .quote-list .list-one .btn:hover {
  transform: scale(1.05);
}
.quote .quote-list .item-main {
  width: calc(100% - 404px);
  display: flex;
}
.quote .quote-list .item-main .list-two {
  background: #FDECEC;
  width: 221px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.quote .quote-list .item-main .list-two .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
.quote .quote-list .item-main .list-two .item:nth-of-type(1) {
  height: 848px;
}
.quote .quote-list .item-main .list-two .item:nth-of-type(2) {
  height: 274px;
}
.quote .quote-list .item-main .list-two .item:nth-of-type(3) {
  height: 45px;
  border-bottom: none;
}
.quote .quote-list .item-main .list-three {
  width: 202px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  background: #FFF8F8;
}
.quote .quote-list .item-main .list-three .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #F9EDED;
}
.quote .quote-list .item-main .list-three .item:nth-of-type(1) {
  height: 76px;
}
.quote .quote-list .item-main .list-three .item:nth-of-type(2) {
  height: 572px;
}
.quote .quote-list .item-main .list-three .item:nth-of-type(3) {
  height: 200px;
}
.quote .quote-list .item-main .list-three .item:nth-of-type(4) {
  height: 200px;
}
.quote .quote-list .item-main .list-three .item:nth-of-type(5) {
  height: 73px;
}
.quote .quote-list .item-main .list-three .item:nth-of-type(6) {
  height: 45px;
  border-bottom: none;
}
.quote .quote-list .item-main .list-four {
  width: 374px;
  font-size: 12px;
  color: #333333;
}
.quote .quote-list .item-main .list-four .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #F9EDED;
  padding: 14px 44px;
}
.quote .quote-list .item-main .list-four .item p img {
  width: 12px;
  height: auto;
  margin-right: 5px;
}
.quote .quote-list .item-main .list-four .item:nth-of-type(1) {
  height: 76px;
}
.quote .quote-list .item-main .list-four .item:nth-of-type(2) {
  height: 572px;
}
.quote .quote-list .item-main .list-four .item:nth-of-type(3) {
  height: 200px;
}
.quote .quote-list .item-main .list-four .item:nth-of-type(4) {
  height: 200px;
}
.quote .quote-list .item-main .list-four .item:nth-of-type(5) {
  height: 73px;
}
.quote .quote-list .item-main .list-four .item:nth-of-type(6) {
  height: 45px;
  border-bottom: none;
}
.quote .quote-list-serve {
  margin-top: 50px;
  display: flex;
  height: 1140px;
  background: #FFFFFF;
  box-shadow: 0px 2px 23px 0px rgba(238, 71, 73, 0.09);
  border-radius: 20px;
  overflow: hidden;
}
.quote .quote-list-serve .list-one {
  width: 404px;
  background: #F8B14D;
  color: #fff;
}
.quote .quote-list-serve .list-one .title {
  font-weight: 800;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 45px;
}
.quote .quote-list-serve .list-one .tips {
  font-weight: 800;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 67px;
  margin: 13px 0 31px;
}
.quote .quote-list-serve .list-one .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 6px;
  font-weight: 800;
  font-size: 22px;
  color: #F8B14D;
  transition: all 0.2s;
}
.quote .quote-list-serve .list-one .btn:hover {
  transform: scale(1.05);
}
.quote .quote-list-serve .item-main {
  width: calc(100% - 404px);
  display: flex;
}
.quote .quote-list-serve .item-main .list-two {
  background: #FEF7EC;
  width: 190px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.quote .quote-list-serve .item-main .list-two .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #F9EDED;
}
.quote .quote-list-serve .item-main .list-two .item:nth-of-type(1) {
  height: 551px;
}
.quote .quote-list-serve .item-main .list-two .item:nth-of-type(2) {
  height: 150px;
}
.quote .quote-list-serve .item-main .list-two .item:nth-of-type(3) {
  height: 434px;
  border-bottom: none;
  flex-direction: column;
}
.quote .quote-list-serve .item-main .list-two .item:nth-of-type(3) .tips {
  width: 177px;
  height: 50px;
  background: #EE4749;
  border-radius: 25px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 17px;
  margin-top: 10px;
}
.quote .quote-list-serve .item-main .list-three {
  width: 160px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  background: #FFFCF8;
}
.quote .quote-list-serve .item-main .list-three .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #F9EDED;
}
.quote .quote-list-serve .item-main .list-three .item:nth-of-type(1) {
  height: 176px;
}
.quote .quote-list-serve .item-main .list-three .item:nth-of-type(2) {
  height: 326px;
}
.quote .quote-list-serve .item-main .list-three .item:nth-of-type(3) {
  height: 49px;
}
.quote .quote-list-serve .item-main .list-three .item:nth-of-type(4) {
  height: 50px;
}
.quote .quote-list-serve .item-main .list-three .item:nth-of-type(5) {
  height: 100px;
}
.quote .quote-list-serve .item-main .list-three .item:nth-of-type(6) {
  height: 295px;
}
.quote .quote-list-serve .item-main .list-three .item:nth-of-type(7) {
  height: 138px;
  border-bottom: none;
}
.quote .quote-list-serve .item-main .list-four {
  width: 332px;
  font-size: 12px;
  color: #333333;
}
.quote .quote-list-serve .item-main .list-four .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #F9EDED;
  border-right: 1px solid #F9EDED;
  padding: 14px 28px;
}
.quote .quote-list-serve .item-main .list-four .item p img {
  width: 12px;
  height: auto;
  margin-right: 5px;
}
.quote .quote-list-serve .item-main .list-four .item:nth-of-type(1) {
  height: 176px;
}
.quote .quote-list-serve .item-main .list-four .item:nth-of-type(2) {
  height: 326px;
}
.quote .quote-list-serve .item-main .list-four .item:nth-of-type(3) {
  height: 49px;
}
.quote .quote-list-serve .item-main .list-four .item:nth-of-type(4) {
  height: 50px;
}
.quote .quote-list-serve .item-main .list-four .item:nth-of-type(5) {
  height: 100px;
}
.quote .quote-list-serve .item-main .list-four .item:nth-of-type(6) {
  height: 295px;
}
.quote .quote-list-serve .item-main .list-four .item:nth-of-type(6) p {
  display: flex;
  align-items: flex-start;
}
.quote .quote-list-serve .item-main .list-four .item:nth-of-type(6) p img {
  position: relative;
  top: 6px;
}
.quote .quote-list-serve .item-main .list-four .item:nth-of-type(6) span {
  line-height: 24px;
}
.quote .quote-list-serve .item-main .list-four .item:nth-of-type(7) {
  height: 138px;
  border-bottom: none;
}
.quote .quote-list-serve .item-main .list-five {
  width: 112px;
  font-size: 16px;
  color: #EE4749;
}
.quote .quote-list-serve .item-main .list-five .item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #F9EDED;
}
.quote .quote-list-serve .item-main .list-five .item:nth-of-type(1) {
  height: 176px;
}
.quote .quote-list-serve .item-main .list-five .item:nth-of-type(2) {
  height: 326px;
}
.quote .quote-list-serve .item-main .list-five .item:nth-of-type(3) {
  height: 49px;
}
.quote .quote-list-serve .item-main .list-five .item:nth-of-type(4) {
  height: 50px;
}
.quote .quote-list-serve .item-main .list-five .item:nth-of-type(5) {
  height: 100px;
}
.quote .quote-list-serve .item-main .list-five .item:nth-of-type(6) {
  height: 295px;
}
.quote .quote-list-serve .item-main .list-five .item:nth-of-type(6) p {
  display: flex;
  align-items: flex-start;
}
.quote .quote-list-serve .item-main .list-five .item:nth-of-type(6) p img {
  position: relative;
  top: 6px;
}
.quote .quote-list-serve .item-main .list-five .item:nth-of-type(6) span {
  line-height: 24px;
}
.quote .quote-list-serve .item-main .list-five .item:nth-of-type(7) {
  height: 138px;
  border-bottom: none;
}
.quote .quote-phone {
  display: none;
}
.quote .quote-phone:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .quote {
    padding: 50px 0px;
  }
  .quote .quote-list {
    flex-direction: column;
    height: fit-content;
    display: none;
  }
  .quote .quote-list .list-one {
    width: 100%;
    padding: 30px 0;
  }
  .quote .quote-list .list-one .title {
    font-size: 5vw;
  }
  .quote .quote-list .list-one .tips {
    margin: 15px 0;
    text-align: center;
  }
  .quote .quote-list .list-one .btn {
    font-size: 3vw;
    width: 30vw;
    height: 10vw;
  }
  .quote .quote-list .item-main {
    width: 100%;
  }
  .quote .quote-list .item-main .list-three {
    text-align: center;
  }
  .quote .quote-list .item-main .list-four .item {
    height: fit-content !important;
  }
  .quote .quote-list-serve {
    flex-direction: column;
    height: fit-content;
    display: none;
  }
  .quote .quote-list-serve .list-one {
    width: 100%;
    padding: 30px 0;
  }
  .quote .quote-list-serve .list-one .title {
    font-size: 5vw;
  }
  .quote .quote-list-serve .list-one .tips {
    margin: 15px 0;
    text-align: center;
    font-size: 5vw;
  }
  .quote .quote-list-serve .list-one .btn {
    font-size: 3vw;
    width: 30vw;
    height: 10vw;
  }
  .quote .quote-list-serve .item-main {
    width: 100%;
  }
  .quote .quote-list-serve .item-main .list-two {
    width: 20%;
  }
  .quote .quote-list-serve .item-main .list-two .item:nth-of-type(3) .tips {
    height: fit-content;
    width: 80%;
  }
  .quote .quote-list-serve .item-main .list-three {
    text-align: center;
  }
  .quote .quote-list-serve .item-main .list-four .item {
    height: fit-content !important;
  }
  .quote .quote-phone {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .quote {
    padding: 20px 0;
  }
  .quote .quote-list-serve {
    margin-top: 30px;
  }
  .quote .quote-list .item-main .list-four .item {
    padding: 14px 10px;
  }
  .quote .quote-list .item-main .list-four .item p {
    line-height: 20px;
  }
  .quote .quote-list .item-main .list-two {
    width: 25%;
    font-size: 16px;
  }
  .quote .quote-list .item-main .list-three {
    width: 20%;
    font-size: 14px;
  }
  .quote .quote-list .item-main .list-four {
    width: 55%;
  }
  .quote .quote-list .item-main .list-four .item:nth-of-type(1) {
    height: 76px !important;
  }
}
