header {
  position: relative;
}
header .cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
header .cont img {
  display: block;
}
header .cont img:nth-child(1) {
  margin-top: 50px;
  margin-bottom: 75px;
  width: 25.5%;
}
header .cont img:nth-child(2) {
  margin-bottom: 50px;
  width: 54.2%;
}
header .cont img:nth-child(3) {
  width: 42%;
}
header .cont .pc-hide {
  display: none;
}
#modular1 {
  background: url(../images/bg1.png) no-repeat center;
  background-size: cover;
}
#modular1 .desc {
  font-size: 18px;
  line-height: 2;
  text-indent: 2em;
}
#modular1 .content {
  padding-right: 110px;
}
#modular1 .data-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0 40px;
}
#modular1 .data-list .item {
  width: 24%;
  background-color: #fff;
  height: 96px;
  padding-left: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.06);
  margin-bottom: 1%;
}
#modular1 .data-list .item p {
  display: flex;
  align-items: flex-end;
}
#modular1 .data-list .item:not(:nth-child(4n)) {
  margin-right: 1%;
}
#modular1 .data-list .item .text {
  font-size: 14px;
  color: #666;
}
#modular1 .data-list .item .num {
  font-size: 44px;
  font-weight: bold;
  color: #0d3cca;
  margin-right: 10px;
  line-height: 1;
}
#modular2 .int {
  display: flex;
  align-items: center;
}
#modular2 .int p {
  flex: 1;
  margin-right: 70px;
  font-size: 20px;
  line-height: 2;
  text-indent: 2em;
}
#modular2 .int img {
  width: 470px;
  box-shadow: -15px 15px 0 0 #e58616;
}
#modular2 .data-list {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
}
#modular2 .data-list .item {
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  min-height: 160px;
  width: 300px;
}
#modular2 .data-list .item .t {
  font-weight: bold;
}
#modular2 .data-list .item .t .num {
  font-size: 50px;
}
#modular2 .data-list .item:nth-child(1),
#modular2 .data-list .item:nth-child(3),
#modular2 .data-list .item:nth-child(6),
#modular2 .data-list .item:nth-child(12),
#modular2 .data-list .item:nth-child(14) {
  background-color: #0d3cca;
}
#modular2 .data-list .item:nth-child(1) p,
#modular2 .data-list .item:nth-child(3) p,
#modular2 .data-list .item:nth-child(6) p,
#modular2 .data-list .item:nth-child(12) p,
#modular2 .data-list .item:nth-child(14) p {
  color: #fff;
}
#modular2 .data-list .item:nth-child(5),
#modular2 .data-list .item:nth-child(7),
#modular2 .data-list .item:nth-child(13) {
  background-color: #eee;
}
#modular2 .data-list .item:nth-child(5) p,
#modular2 .data-list .item:nth-child(7) p,
#modular2 .data-list .item:nth-child(13) p {
  color: #0d3cca;
}
#modular2 .data-list .item:nth-child(4),
#modular2 .data-list .item:nth-child(9),
#modular2 .data-list .item:nth-child(10) {
  background-color: #e58616;
}
#modular2 .data-list .item:nth-child(4) p,
#modular2 .data-list .item:nth-child(9) p,
#modular2 .data-list .item:nth-child(10) p {
  color: #fff;
}
#modular2 .data-list .item:nth-child(1),
#modular2 .data-list .item:nth-child(2) {
  width: 450px;
}
#modular2 .data-list .item:nth-child(4) {
  width: 750px;
}
#modular2 .data-list .item:nth-child(5) {
  width: 450px;
}
#modular3 {
  background: url(../images/bg2.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#modular3 .t {
  font-size: 22px;
  margin-bottom: 20px;
}
#modular3 .desc {
  font-size: 18px;
  line-height: 2;
  text-indent: 2em;
}
#modular3 .desc:nth-child(2) {
  margin-bottom: 40px;
}
#modular3 .data-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
}
#modular3 .data-list li {
  flex: 1;
  background-color: #0d3cca;
  text-align: center;
  padding: 50px 45px 60px;
}
#modular3 .data-list li p {
  color: #fff;
  line-height: 2;
}
#modular3 .data-list li .t {
  font-size: 20px;
  margin: 15px 0;
}
#modular3 .data-list li:nth-child(2) {
  background-color: #e58616;
  margin: 0 30px;
}
#modular4 {
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
}
#modular4 .desc {
  width: 740px;
  line-height: 2;
  text-indent: 2em;
}
#modular4 .data-list .item {
  margin-top: 50px;
  width: 933px;
  border-radius: 16px 16px 60px 16px;
  border: solid 1px #0d3cca;
  padding: 0 50px 30px 40px;
}
#modular4 .data-list .item .t {
  width: 379px;
  height: 54px;
  line-height: 54px;
  background-color: #e58616;
  text-align: center;
  color: #fff;
  margin-top: -27px;
  margin-bottom: 20px;
  font-size: 18px;
  border-radius: 27px 27px 27px 0px;
}
#modular4 .data-list .item p:not(.t) {
  text-indent: 2em;
}
#modular5 .desc {
  text-indent: 2em;
}
#modular5 .table-wrap {
  margin: 20px auto 40px;
  background-color: #fff;
}
#modular5 table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e58616;
}
#modular5 table thead {
  background-color: #e58616;
  color: #fff;
  font-weight: bold;
  height: 50px;
  font-size: 22px;
}
#modular5 table thead th {
  font-size: 22px;
}
#modular5 table .st {
  border-top: 2px solid #e58616;
}
#modular5 table .sl {
  border-left: 2px solid #e58616;
}
#modular5 table th {
  font-size: 18px;
}
#modular5 table tr:last-child {
  border-bottom: 2px solid #e58616;
}
#modular5 table td,
#modular5 table th {
  border: 1px solid #e58616;
  height: 50px;
}
#modular5 table td:last-child,
#modular5 table th:last-child {
  border-right: 2px solid #e58616;
}
#modular5 table tbody td {
  padding-left: 45px;
  font-size: 14px;
}
#modular5 table tbody .h {
  font-weight: bold;
  background-color: #fcf3e7;
}
#modular5 table tbody th {
  width: 260px;
}
#modular6 {
  background: url(../images/bg4.png) no-repeat center;
  background-size: cover;
}
#modular6 .text-center {
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
}
#modular6 .content {
  padding-top: 30px;
}
#modular6 .tabs {
  background-color: #fff;
}
#modular6 .tabs .item {
  color: #e58616;
}
#modular6 .tabs .item.active {
  color: #fff;
}
#modular6 .tab-change {
  margin-top: 50px;
}
#modular6 .tab-change .desc {
  text-indent: 2em;
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}
#modular6 .tab-change .desc span {
  font-size: 24px;
  color: #f6c088;
}
.tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 840px;
  border-radius: 33px;
  margin: 0 auto;
  position: relative;
}
.tabs .bg {
  content: '';
  display: block;
  width: calc(100% / 3);
  height: 100%;
  border-radius: 33px;
  background-color: #e58616;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 500ms;
}
.tabs .item {
  position: relative;
  z-index: 20;
  flex: 1;
  text-align: center;
  line-height: 66px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 33px;
  transition: 500ms;
}
.tabs .item.active {
  color: #fff;
}
.tab-change .item {
  display: none;
}
.tab-change .item.active {
  display: block;
}
#modular7 .tabs {
  background-color: #f6f6f6;
  margin-bottom: 40px;
}
#modular7 .tabs .bg {
  background-color: #0d3cca;
}
#modular7 .tabs .item.active {
  color: #fff;
}
#modular7 .desc {
  text-indent: 2em;
}
#modular7 .t {
  font-size: 24px;
  margin-top: 50px;
}
#modular7 .school-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular7 .school-list .s-item {
  box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 260px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  margin-top: 20px;
}
#modular7 .school-list .s-item .title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#modular7 .sc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
#modular7 .sc-list .sc-item {
  width: 590px;
  height: 170px;
  box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 25px;
}
#modular7 .sc-list .sc-item:nth-child(1) {
  background-color: #0F6943;
}
#modular7 .sc-list .sc-item:nth-child(1) .title {
  color: #fff;
}
#modular7 .sc-list .sc-item:nth-child(2) {
  background-color: #16872f;
}
#modular7 .sc-list .sc-item:nth-child(2) .title {
  color: #fff;
}
#modular7 .sc-list .sc-item:nth-child(3) {
  background-color: #074a95;
}
#modular7 .sc-list .sc-item:nth-child(3) .title {
  color: #fff;
}
#modular7 .sc-list .sc-item:nth-child(4) {
  background-color: #fff;
}
#modular7 .sc-list .sc-item .title {
  font-style: 18px;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}
.teacher-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.teacher-swiper .swiper-slide .t-item {
  width: 25%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 65px;
  height: 120px;
}
.teacher-swiper .swiper-slide .t-item .l {
  width: 120px;
  height: 120px;
  margin-right: 25px;
  position: relative;
}
.teacher-swiper .swiper-slide .t-item .l::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -4px;
  bottom: -4px;
  background: url(../images/arc.png) no-repeat right bottom;
}
.teacher-swiper .swiper-slide .t-item .r {
  flex: 1;
  padding-right: 20px;
}
.teacher-swiper .swiper-slide .t-item p {
  color: #fff;
}
.teacher-swiper .swiper-slide .t-item .name {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.teacher-swiper .swiper-pagination {
  bottom: 0;
}
.teacher-swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.teacher-swiper .swiper-pagination-bullet-active {
  background-color: #e58616;
}
.swiper-outer {
  position: relative;
}
.swiper-outer .swiper-button-prev::after,
.swiper-outer .swiper-button-next::after {
  display: none;
}
.swiper-outer .swiper-button-next {
  right: -60px;
}
.swiper-outer .swiper-button-prev {
  left: -60px;
}
.swiper-outer .zhu {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 14px;
  color: #fff;
  text-align: right;
}
#modular8 .content {
  position: relative;
}
#modular8 .content .text {
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #0d3cca;
  width: 474px;
  padding: 40px 45px 40px;
}
#modular8 .content .text p {
  font-size: 18px;
  text-indent: 2em;
  line-height: 2;
  color: #fff;
  margin-bottom: 15px;
}
#modular9 {
  background-color: #f6f6f6;
}
#modular9 .desc {
  text-indent: 2em;
  line-height: 2;
}
#modular9 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular9 .list .item {
  margin-top: 20px;
  width: 49%;
  background: #fff;
}
#modular9 .list .item:nth-last-child(1),
#modular9 .list .item:nth-last-child(2),
#modular9 .list .item:nth-last-child(3) {
  width: 32%;
}
#modular9 .list .item:nth-child(1) .title,
#modular9 .list .item:nth-child(4) .title,
#modular9 .list .item:nth-child(6) .title {
  background-color: #0d3cca;
}
#modular9 .list .item:nth-child(2) .title,
#modular9 .list .item:nth-child(3) .title,
#modular9 .list .item:nth-child(5) .title,
#modular9 .list .item:nth-child(7) .title {
  background-color: #e58616;
}
#modular9 .list .title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 68px;
  color: #fff;
}
#modular9 .list .text {
  text-indent: 2em;
  margin-bottom: 15px;
}
#modular9 .list .text-content {
  padding: 20px 30px;
}
#modular9 .zhu {
  margin-top: 30px;
}
#modular10 {
  background: url(../images/bg5.png) no-repeat center;
  background-size: cover;
}
#modular10 .table {
  background: #0f429b90;
  color: #fff;
  font-size: 18px;
}
#modular10 .table p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#modular10 .table .zhu {
  color: #f6c088;
  font-size: 14px;
}
#modular10 .table .row {
  display: flex;
  flex-wrap: nowrap;
  border-top: 2px solid #fff;
}
#modular10 .table .row div {
  flex: 1;
  text-align: center;
  min-height: 70px;
  padding: 20px 0;
}
#modular10 .table .row div.th {
  width: 220px;
  border-right: 2px solid #fff;
  flex: unset;
}
#modular10 .table .row .th {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modular10 .table .row.title div {
  background: rgba(255, 255, 255, 0.9);
}
#modular10 .table .row.title .th {
  color: #0d3cca;
}
#modular10 .table .row.title .th:not(:first-child) {
  flex: 1;
}
#modular10 .table .row.title .th:last-child {
  border: none;
}
#modular10 .table .row:nth-child(2) .th:not(:first-child) {
  flex: 1;
}
#modular10 .content .att {
  color: #fff;
  margin-top: 30px;
}
#modular11 {
  background: url(../images/bg6.png) no-repeat center;
  background-size: cover;
}
#modular11 .s-t {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#modular12 {
  background: url(../images/bg7.png) no-repeat center;
  background-size: cover;
}
#modular12 .title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}
#modular12 .flex-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#modular12 .flex-content .l p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
#modular12 .flex-content .r {
  display: flex;
  flex-wrap: nowrap;
}
#modular12 .flex-content .code {
  margin-left: 40px;
}
#modular12 .flex-content .code p {
  margin-top: 5px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1600px) {
  header .cont img:nth-child(1) {
    margin-top: 20px;
    margin-bottom: 25px;
    width: 20.5%;
  }
  header .cont img:nth-child(2) {
    margin-bottom: 20px;
    width: 48.2%;
  }
  header .cont img:nth-child(3) {
    width: 35%;
  }
}
@media (max-width: 768px) {
  nav .logo img {
    height: 0.5rem;
  }
  header .cont {
    text-align: center;
    padding-top: 0.85rem;
  }
  header .cont .pc-show {
    display: none;
  }
  header .cont .pc-hide {
    display: block;
  }
  header .cont img:last-child {
    margin-top: 0.4rem;
  }
  body {
    padding-top: 1rem;
  }
  .title-wrap {
    text-align: center;
  }
  .title-wrap img {
    height: 0.6rem;
    margin: 0 auto;
  }
  #modular1 {
    background: url(../images/m-bg1.png) no-repeat center;
  }
  #modular1 .content {
    padding-right: 0;
  }
  #modular1 .desc {
    font-size: 0.24rem;
  }
  #modular1 .data-list {
    justify-content: space-between;
    margin-bottom: 0;
  }
  #modular1 .data-list .item {
    width: 48%;
    height: 1.2rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding-left: 0.3rem;
    padding-right: 0.15rem;
  }
  #modular1 .data-list .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #modular1 .data-list .item .num {
    font-size: 0.6rem;
    margin-right: 0.15rem;
  }
  #modular1 .data-list .item .text {
    font-size: 0.2rem;
  }
  #modular2 .int {
    display: block;
  }
  #modular2 .int p {
    width: 100%;
    font-size: 0.24rem;
  }
  #modular2 .int img {
    margin-top: 0.3rem;
    box-shadow: -0.15rem 0.15rem 0 0 #e58616;
  }
  #modular2 .data-list {
    margin-top: 0.5rem;
  }
  #modular2 .data-list .item {
    padding-top: 0.4rem;
    padding-left: 0.3rem;
    padding-right: 0.2rem;
    width: 50%;
    min-height: unset;
  }
  #modular2 .data-list .item .t .num {
    font-size: 0.6rem;
  }
  #modular2 .data-list .item:nth-child(3) {
    background-color: #eee;
  }
  #modular2 .data-list .item:nth-child(3) p {
    color: #0d3cca;
  }
  #modular2 .data-list .item:nth-child(5) {
    background-color: #fff;
  }
  #modular2 .data-list .item:nth-child(5) p {
    color: #333;
  }
  #modular2 .data-list .item:nth-child(1),
  #modular2 .data-list .item:nth-child(2) {
    width: 50%;
  }
  #modular2 .data-list .item:nth-child(3) {
    width: 100%;
  }
  #modular3 {
    background: url(../images/bg2-m.png) no-repeat center;
    background-size: cover;
    background-attachment: local;
  }
  #modular3 .t {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  #modular3 .desc {
    font-size: 0.24rem;
  }
  #modular3 .desc:nth-child(2) {
    margin-bottom: 0.4rem;
  }
  #modular3 .data-list {
    display: block;
  }
  #modular3 .data-list li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0.6rem 0.3rem;
  }
  #modular3 .data-list li:nth-child(2) {
    margin: 0.2rem 0;
  }
  #modular3 .data-list li div {
    width: 1.2rem;
    margin-right: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #modular3 .data-list li .t {
    font-size: 0.28rem;
    margin: 0;
  }
  #modular3 .data-list li > p {
    flex: 1;
  }
  #modular4 {
    background: url(../images/bg3-m.png) no-repeat;
    background-position: center bottom -2rem;
    padding-bottom: 3rem;
  }
  #modular4 .desc {
    width: unset;
  }
  #modular4 .data-list .item {
    border-radius: 0.15rem 0.15rem 0.6rem 0.15rem;
    padding: 0 0.3rem 0.3rem;
    width: 100%;
    margin-top: 0.5rem;
  }
  #modular4 .data-list .item .t {
    width: 5.4rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
  }
  #modular5 .table-wrap {
    margin-bottom: 0.4rem;
  }
  #modular5 table thead th {
    height: 0.7rem;
    font-size: 0.24rem;
  }
  #modular5 table tbody th {
    width: 1.3rem;
    font-size: 0.22rem;
  }
  #modular5 table tbody td {
    padding: 0 0.15rem;
    font-size: 0.18rem;
  }
  .tabs {
    width: 6.9rem;
  }
  .tabs .bg {
    width: 2.3rem;
  }
  .tabs .item {
    font-size: 0.24rem;
    line-height: 0.7rem;
  }
  #modular6 .text-center {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
  }
  #modular6 .content {
    padding-top: 0;
  }
  #modular6 .tab-change {
    margin-top: 0.5rem;
  }
  #modular6 .tab-change .desc {
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }
  #modular6 .tab-change .desc span {
    font-size: 0.3rem;
  }
  #modular6 .swiper {
    padding-bottom: 1rem;
  }
  .swiper-outer .zhu {
    bottom: 0.5rem;
  }
  .teacher-swiper .swiper-slide .t-item {
    width: 50%;
    height: 1.7rem;
    margin-bottom: 0.5rem;
  }
  .teacher-swiper .swiper-slide .t-item:nth-child(even) .r {
    padding-right: 0;
  }
  .teacher-swiper .swiper-slide .t-item .l {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.2rem;
  }
  .teacher-swiper .swiper-slide .t-item .l::after {
    width: 55%;
    height: 55%;
    right: -2px;
    bottom: -2px;
    background-size: contain;
  }
  .teacher-swiper .swiper-slide .t-item .name {
    font-size: 0.24rem;
    margin: 0.1rem 0;
  }
  .teacher-swiper .swiper-slide .t-item .title {
    font-size: 0.2rem;
  }
  #modular7 .tabs {
    margin-bottom: 0.4rem;
  }
  #modular7 .t {
    margin-top: 0.4rem;
    font-size: 0.24rem;
  }
  #modular7 .school-list .s-item {
    width: 3.3rem;
    height: 2.3rem;
  }
  #modular7 .school-list .s-item img {
    height: 70%;
    margin-bottom: 0.15rem;
  }
  #modular7 .school-list .s-item .title {
    font-size: 0.23rem;
  }
  #modular7 .sc-list {
    margin-top: 0;
  }
  #modular7 .sc-list .sc-item {
    width: 100%;
    height: 3rem;
    padding: 0 0.3rem;
    margin-top: 0.15rem;
  }
  #modular8 .content .text {
    position: unset;
    width: 100%;
    padding: 0.3rem 0.25rem 0.1rem;
    margin-bottom: 0.3rem;
  }
  #modular8 .content .text p {
    font-size: 0.22rem;
  }
  #modular9 .list .title {
    font-size: 0.24rem;
    line-height: 0.6rem;
  }
  #modular9 .list .text-content {
    padding: 0.3rem;
  }
  #modular9 .list .text-content p {
    font-size: 0.2rem;
  }
  #modular10 .table .row div {
    min-height: 0.8rem;
    padding: 0.2rem 0.15rem;
  }
  #modular10 .table .row div.th {
    width: 1.45rem;
    padding: 0.2rem 0.15rem;
    font-size: 0.24rem;
  }
  #modular10 .table div,
  #modular10 .table p {
    font-size: 0.22rem;
  }
  #modular10 .table .zhu {
    font-size: 0.2rem;
  }
  #modular11 .s-t {
    font-size: 0.3rem;
    margin: 0.3rem 0;
  }
  #modular12 .title {
    font-size: 0.34rem;
    margin-bottom: 0.3rem;
  }
  #modular12 .flex-content {
    display: block;
  }
  #modular12 .flex-content .l {
    margin-bottom: 0.6rem;
  }
  #modular12 .flex-content .l p {
    font-size: 0.24rem;
  }
  #modular12 .flex-content .r {
    justify-content: space-between;
  }
  #modular12 .flex-content .code {
    margin-left: 0;
    width: 28%;
  }
}
