 @font-face {
  font-family: san;
  src: url(fonts/SourceHanSansSC-Regular.otf) format('OpenType');
}
@font-face {
  font-family: cir;
  src: url(fonts/Circular_Medium.ttf) format('trueType');
}
@font-face {
  font-family: lol;
  src: url(fonts/LOL_Regular.otf) format('OpenType');
} 
html,
body {
  font-family: san;
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
.width1530 {
  width: 1540px;
  margin: 0 auto;
}
.width1600 {
  width: 1600px;
  margin: 0 auto;
}
.index-link {
  width: 100%;
  border-top: 45px solid #fddec3;
  padding: 0 0 80px;
  background-color: #c6f0e7;
}
.index-link .items {
  margin-top: -146px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index-link .item {
  width: 23.6%;
  box-shadow: 28px 17px 44px rgba(6, 0, 1, 0.13);
}
.index-link .item .link {
  width: 100%;
  cursor: pointer;
}
.index-link .item .icon {
  width: 100%;
}
.index-link .item .icon img {
  display: block;
  width: 100%;
}
.index-link .item .text {
  width: 100%;
  background-color: #fff;
  padding: 52px 0 36px 66px;
  position: relative;
}
.index-link .item .text h6 {
  color: #545c6e;
  font-size: 32px;
  font-weight: bold;
  font-family: lol;
}
.index-link .item .text p {
  color: #545c6e;
  font-size: 32px;
  font-weight: lighter;
}
.index-link .item .text .d {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  right: 30px;
  top: 50%;
}
.index-link .item .text .d img {
  display: block;
}
.index-link .item:nth-child(1) .text .d {
  background-color: #c6f0e7;
}
.index-link .item:nth-child(2) .text .d {
  background-color: #ffccd8;
}
.index-link .item:nth-child(3) .text .d {
  background-color: #e4cbec;
}
.index-link .item:nth-child(4) .text .d {
  background-color: #bfd8ff;
}
.layer-pop-link {
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.layer-pop-link .layui-layer-ico {
  background: url(../images1/X.png) no-repeat !important;
}
.layer-pop-link .layui-layer-setwin {
  right: 0;
  top: 0;
}
.layer-pop-link .layui-layer-setwin .layui-layer-close2 {
  position: initial !important;
  width: 48px;
  height: 48px;
}
.pop-link {
  display: none;
  width: 100%;
  height: 100%;
  background-image: url(../images1/l-bg.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 5px 5px 71px 5px;
}
.pop-link .flex {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.pop-link .img {
  width: 53%;
  height: 100%;
}
.pop-link .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(5.7% 0, 100% 0, 100% 100%, 5.6% 100%, 0 91.5%, 0 8.9%);
  -webkit-clip-path: polygon(5.7% 0, 100% 0, 100% 100%, 5.6% 100%, 0 91.5%, 0 8.9%);
  -moz-clip-path: polygon(5.7% 0, 100% 0, 100% 100%, 5.6% 100%, 0 91.5%, 0 8.9%);
  -ms-clip-path: polygon(5.7% 0, 100% 0, 100% 100%, 5.6% 100%, 0 91.5%, 0 8.9%);
}
.pop-link .con {
  width: 47%;
  height: 100%;
  padding: 42px 72px 42px 67px;
}
.pop-link .con h6 {
  color: #595959;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 9px solid #595959;
  margin-bottom: 25px;
  position: relative;
}
.pop-link .con h6:after {
  content: "";
  display: block;
  width: 140px;
  height: 9px;
  background-color: #e4cbec;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.pop-link .con h6 span {
  color: rgba(84, 92, 110, 0.5);
  font-family: 'Microsoft Yahei';
  margin-left: 10px;
}
.pop-link .con .desc {
  color: #595959;
  font-size: 14px;
  line-height: 2;
  overflow-y: auto;
  max-height: 360px;
}
.pop-link .con .desc::-webkit-scrollbar {
  display: none;
}
.title {
  width: 100%;
  height: 207px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 43px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.title h5 {
  color: #545c6e;
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 10px;
}
.title h5 span {
  margin-right: 12px;
  text-transform: uppercase;
  font-family: lol;
}
.title .desc {
  color: #545c6e;
  font-size: 14px;
  text-transform: uppercase;
}
.index-space {
  width: 100%;
  padding: 64px 0 16px;
}
.index-space .title {
  margin-bottom: 68px;
  background-image: url(../images1/tit-bg1.png);
}
.index-space .title h5 span {
  color: #bfd8ff;
}
.index-space .items {
  width: 100%;
  display: flex;
  /*display: -webkit-flex;*/
  /*justify-content: space-between;*/
  -webkit-justify-content: center;
  margin-bottom: 40px;
}
.index-space .item {
  display: block;
  width: 28.8%;
  height: 546px;
  padding-bottom: 24px;
  position: relative;
}
.index-space .item:nth-child(1) .zheng {
  background-color: #ffccd8;
}
.index-space .item:nth-child(1) .fan .top {
  background-color: #ffccd8;
}
.index-space .item:nth-child(1) .fan .top:after {
  border-top-color: #ffccd8;
}
.index-space .item:nth-child(2) .zheng {
  background-color: #e4cbec;
}
.index-space .item:nth-child(2) .fan .top {
  background-color: #e4cbec;
}
.index-space .item:nth-child(2) .fan .top:after {
  border-top-color: #e4cbec;
}
.index-space .item:nth-child(3) .zheng {
  background-color: #bce4db;
}
.index-space .item:nth-child(3) .fan .top {
  background-color: #bce4db;
}
.index-space .item:nth-child(3) .fan .top:after {
  border-top-color: #bce4db;
}
.index-space .item .zheng,
.index-space .item .fan {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 15px 10px 15px rgba(6, 0, 1, 0.13);
}
.index-space .item .zheng {
  padding-bottom: 24px;
}
.index-space .item .zheng .img {
  width: 100%;
  height: 290px;
}
.index-space .item .zheng .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-space .item .zheng .text {
  width: 100%;
  height: 232px;
  background-color: #fff;
  padding: 44px 0 0;
  text-align: center;
}
.index-space .item .zheng .text h6 {
  color: #545c6e;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 12px;
}
.index-space .item .zheng .text .desc {
  color: #545c6e;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}
.index-space .item .zheng .text .a {
  width: 136px;
  height: 28px;
  margin: 0 auto;
  border: 1px solid #595959;
  color: #545c6e;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  border-radius: 15px;
}
.index-space .item .fan {
  opacity: 0;
  background-color: #fff;
  transform: rotateY(-180deg);
}
.index-space .item .fan .xin {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.index-space .item .fan .top {
  width: 100%;
  height: 340px;
  padding: 60px 66px 0;
  position: relative;
}
.index-space .item .fan .top:after {
  content: "";
  display: block;
  width: 0;
  height: 0px;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top-width: 30px;
  border-top-style: solid;
  position: absolute;
  right: 52px;
  bottom: -30px;
}
.index-space .item .fan .top .t {
  margin-bottom: 25px;
}
.index-space .item .fan .top .t .b {
  display: inline;
  color: #030202;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  font-family: cir;
  position: relative;
}
.index-space .item .fan .top .t .ml {
  position: absolute;
  left: -40px;
  top: 0;
}
.index-space .item .fan .top .t .mr {
  position: absolute;
  right: -40px;
  bottom: 10px;
}
.index-space .item .fan .top .desc {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  max-height: 120px;
  overflow: hidden;
}
.index-space .item .fan .text {
  width: 100%;
  height: 206px;
  background-color: #fff;
  padding: 60px 30px 0;
}
.index-space .item .fan .text .desc {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  height: 96px;
  overflow: hidden;
  margin-bottom: 36px;
}
.index-space .item .fan .text .line {
  width: 100%;
  border-bottom: 1px dashed #595959;
}
.index-space .item:hover .zheng {
  transform: rotateY(-180deg);
  opacity: 0;
}
.index-space .item:hover .fan {
  transform: rotateY(0deg);
  opacity: 1;
}
.index-space .more {
  display: block;
  width: 100%;
  height: 108px;
  line-height: 108px;
  background-color: #bfd8ff;
  color: #fff;
  font-size: 45px;
  padding: 0 70px;
  border-radius: 54px;
  overflow: hidden;
  position: relative;
}
.index-space .more img {
  display: block;
  position: absolute;
  right: 56px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.index-space .more:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 63%;
  border-top: 108px solid transparent;
  border-right: 75px solid #e4cbec;
}
.index-space .more:before {
  content: "";
  width: 63%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #e4cbec;
}
.index-zone {
  width: 100%;
  padding: 64px 0 16px;
}
.index-zone .title {
  margin-bottom: 45px;
  background-image: url(../images1/tit-bg2.png);
}
.index-zone .title h5 span {
  color: #2153be;
}
.index-zone .items {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 48px;
}
.index-zone .item {
  width: 48.5%;
  margin-bottom: 30px;
  margin-left: 26%;
}
.swiper-zone {
  width: 100%;
}
.swiper-zone .swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-zone .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100%;
  color: #fff;
  font-size: 23px;
  line-height: 52px;
  font-weight: bold;
  padding: 0 30px;
  background-color: rgba(33, 83, 190, 0.9);
}
.index-treasure {
  width: 100%;
  padding: 0 0 147px;
}
.index-treasure .tit {
  width: 100%;
  border-radius: 55px;
  background-color: #fddec3;
  padding: 0 75px;
  margin-bottom: 79px;
}
.index-treasure .tit h4 {
  width: 100%;
  height: 110px;
  background-color: #bfd8ff;
  color: #2153be;
  line-height: 110px;
  font-size: 47px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.index-treasure .tit h4 span {
  font-family: 'Microsoft Yahei';
  margin-right: 8px;
}
.index-treasure .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index-treasure .item {
  width: 48.5%;
  border: 3px solid #545c6e;
  border-radius: 20px;
  padding: 22px 32px;
  position: relative;
}
.index-treasure .item .img {
  width: 100%;
  height: 162px;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
.index-treasure .item .desc {
  width: 100%;
  color: #545c6e;
  font-size: 12px;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 12px;
}
.index-treasure .item .a {
  text-align: right;
  font-size: 0;
}
.index-treasure .item .a a {
  display: inline-block;
  vertical-align: top;
  width: 185px;
  height: 42px;
  border: 1px solid #707070;
  border-radius: 22px;
  color: #545c6e;
  font-size: 22px;
  font-family: cir;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}
.index-treasure .item:nth-child(1) .img {
  background-color: #bce4db;
}
.index-treasure .item:nth-child(2) .img {
  background-color: #fddec3;
}
.index-treasure .item .pop-trea {
  position: absolute;
  top: -3px;
  z-index: 2;
}
.index-treasure .item:nth-child(2n) .pop-trea {
  right: -3px;
}
.index-treasure .item:nth-child(2n+1) .pop-trea {
  left: -3px;
}
.meng {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pop-trea {
  display: none;
  border-radius: 20px;
  overflow: hidden;
}
.pop-trea .sub {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.pop-trea .bg {
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.pop-trea .text {
  width: 50%;
  height: 100%;
  background-color: #bfd8ff;
  padding: 30px 57px 30px 40px;
}
.pop-trea .text h6 {
  color: #545c6e;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid #545c6e;
  margin-bottom: 15px;
}
.pop-trea .text .con {
  width: 100%;
  max-height: 260px;
  color: #545c6e;
  font-size: 12px;
  line-height: 20px;
  overflow-y: auto;
}
.pop-trea .text .con img {
  max-width: 100%;
}
.pop-trea .text .con::-webkit-scrollbar {
  display: none;
}
.index-foot {
  width: 100%;
  background-image: url(../images1/icon-ti.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 165px 0 65px;
}
.index-foot .bao {
  display: block;
  width: 523px;
  height: 94px;
  margin: 0 auto 40px;
  background: url(../images1/icon-niu.png) center / 100% 100% no-repeat;
  color: #003cc3;
  font-size: 44px;
  text-align: center;
  line-height: 84px;
  font-weight: bold;
  padding-bottom: 10px;
}
.index-foot .tel {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-family: cir;
  text-align: center;
  margin-bottom: 45px;
}
.index-foot ul {
  width: 625px;
  margin: 0 auto;
}
.index-foot li {
  width: 100%;
  color: #0047ba;
  margin-bottom: 16px;
  text-align: center;
}
.index-foot li h5 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 22px;
}
.index-foot li h6 {
  font-size: 24px;
  margin-bottom: 6px;
}
.index-foot li .desc {
  font-size: 24px;
  line-height: 30px;
  font-family: cir;
}
@media screen and (max-width: 1650px) {
  .width1530 {
    width: 1400px;
  }
  .width1600 {
    width: 1400px;
  }
  .index-space .item .fan .top {
    padding: 60px 40px 0;
  }
}
@media screen and (max-width: 1440px) {
  .width1530 {
    width: 1200px;
  }
  .width1600 {
    width: 1200px;
  }
  .index-link .item .text {
    padding: 52px 0 36px 30px;
  }
  .index-link .item .text h6 {
    font-size: 24px;
  }
  .index-link .item .text p {
    font-size: 28px;
  }
  .pop-link .con {
    padding: 40px 30px;
  }
  .pop-link .con h6 {
    font-size: 32px;
  }
  .title {
    height: 160px;
  }
  .title h5 {
    font-size: 48px;
  }
  .index-space .item {
    height: 460px;
  }
  .index-space .item .zheng .img {
    height: 230px;
  }
  .index-space .item .zheng .text {
    height: 206px;
  }
  .index-space .item .zheng .text h6 {
    font-size: 28px;
  }
  .index-space .item .fan .top {
    padding: 20px 30px 0;
  }
  .index-space .item .fan .top .t .b {
    font-size: 30px;
  }
  .index-space .item .fan .top .t .ml {
    left: -30px;
  }
  .index-space .item .fan .top .t .mr {
    right: -30px;
  }
  .index-space .item .fan .top {
    height: 280px;
  }
  .index-space .item .fan .text {
    padding: 40px 30px 0;
    height: 180px;
  }
  .index-space .more {
    font-size: 36px;
  }
  .index-foot {
    padding: 125px 0 25px;
  }
  .index-foot .bao {
    font-size: 36px;
    width: 440px;
    height: 70px;
    line-height: 60px;
  }
  .index-foot .tel {
    font-size: 40px;
  }
  .index-foot li .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 1270px) {
  .width1530 {
    width: 960px;
  }
  .width1600 {
    width: 960px;
  }
  .index-space .more {
    font-size: 28px;
    font-weight: bold;
  }
  .title {
    height: 120px;
    padding-bottom: 25px;
  }
  .title h5 {
    font-size: 36px;
  }
  .index-treasure .tit h4 {
    font-size: 36px;
    height: 80px;
    line-height: 80px;
  }
  .index-space .item .fan .top .t .b {
    font-size: 24px;
    line-height: 1.5;
  }
  .index-space .item .fan .top {
    height: 240px;
  }
  .index-space .item .zheng .img {
    height: 190px;
  }
}
@media screen and (max-width: 980px) {
  .width1530 {
    width: 750px;
  }
  .width1600 {
    width: 750px;
  }
  .index-link .items {
    margin-top: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .index-link .item {
    width: 48%;
    margin-bottom: 30px;
  }
  .index-space .more:before {
    width: 50%;
  }
  .index-space .more:after {
    right: 50%;
  }
  .index-foot ul {
    width: 100%;
  }
  .pop-link .img {
    width: 40%;
  }
  .pop-link .con {
    width: 60%;
  }
  .index-space .items {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .index-space .item {
    width: 48%;
  }
  .pop-trea .bg {
    width: 35%;
  }
  .pop-trea .text {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .width1530,
  .width1600 {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .index-link {
    padding: 0 0 0.8rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .index-link .item .text {
    padding: 0.3rem 0 0.3rem 0.3rem;
  }
  .index-link .item .text h6 {
    font-size: 0.3rem;
  }
  .index-link .item .text p {
    font-size: 0.32rem;
  }
  .index-link .item .text .d {
    right: 0.3rem;
    top: 30%;
  }
  .pop-link .flex {
    display: block;
  }
  .pop-link .img {
    width: 100%;
    height: 200px;
  }
  .pop-link .con {
    width: 100%;
    height: 344px;
    padding: 0.3rem 0.2rem;
  }
  .pop-link {
    padding: 5px 1px 71px 1px;
  }
  .pop-link .img img {
    clip-path: polygon(3.1% 0, 97% 0, 100% 21%, 100% 100%, 0 100%, 0 20%);
    -webkit-clip-path: polygon(3.1% 0, 97% 0, 100% 21%, 100% 100%, 0 100%, 0 20%);
    -moz-clip-path: polygon(3.1% 0, 97% 0, 100% 21%, 100% 100%, 0 100%, 0 20%);
    -ms-clip-path: polygon(3.1% 0, 97% 0, 100% 21%, 100% 100%, 0 100%, 0 20%);
    -o-clip-path: polygon(3.1% 0, 97% 0, 100% 21%, 100% 100%, 0 100%, 0 20%);
  }
  .pop-link .con h6 {
    font-size: 0.48rem;
    padding-bottom: 0;
    border-width: 4px;
  }
  .pop-link .con h6:after {
    height: 4px;
    bottom: -4px;
  }
  .pop-link .con .desc {
    max-height: 240px;
  }
  .title {
    height: 80px;
    padding-bottom: 16px;
  }
  .title h5 {
    font-size: 0.4rem;
  }
  .title .desc {
    font-size: 0.2rem;
  }
  .index-space .item .fan .top .desc {
    font-size: 0.24rem;
    height: 0.35rem;
    height: 2.1rem;
  }
  .index-space .item .fan .text .desc {
    font-size: 0.24rem;
    line-height: 0.35rem;
    height: 2.1rem;
  }
  .index-space .item .zheng .text h6 {
    font-size: 0.36rem;
  }
  .index-space .item .zheng .text .desc {
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .index-space .item .zheng .text .a {
    font-size: 0.26rem;
    width: 2.2rem;
  }
  .index-space .items {
    display: block;
    margin-bottom: 0.2rem;
  }
  .index-space .item {
    width: 100%;
    height: 420px;
  }
  .index-space .more {
    font-size: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.5rem;
  }
  .index-space .more img {
    right: 0.5rem;
  }
  .index-space .more:before {
    width: 30%;
  }
  .index-space .more:after {
    right: 30%;
  }
  .index-zone {
    padding: 0.6rem 0 0.2rem;
  }
  .index-zone .item {
    width: 100%;
  }
  .swiper-zone {
    margin-bottom: 0.6rem;
  }
  .swiper-zone .swiper-slide p {
    font-size: 0.3rem;
    bottom: 0;
    line-height: 0.8rem;
  }
  .index-treasure .tit h4 {
    font-size: 0.4rem;
    line-height: 0.8rem;
    height: 0.8rem;
  }
  .index-treasure .tit {
    padding: 0 0.6rem;
    margin-bottom: 0.8rem;
  }
  .index-treasure .items {
    display: block;
  }
  .index-treasure .item {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.3rem 0.2rem;
  }
  .index-treasure .item .a a {
    font-size: 0.26rem;
    width: 2.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .index-treasure {
    padding: 0 0 0.6rem;
  }
  .layer-pop-trea {
    border-radius: 20px !important;
  }
  .index-treasure .item .pop-trea {
    position: initial;
  }
  .pop-trea .sub {
    display: block;
  }
  .pop-trea .bg {
    width: 100%;
    height: 204px;
  }
  .pop-trea .text {
    width: 100%;
    padding: 0.3rem 0.2rem;
  }
  .index-foot {
    padding: 1.2rem 1.5rem 0.3rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .index-foot .bao {
    width: 60%;
    font-size: 0.36rem;
    height: 0.9rem;
    line-height: 0.65rem;
    margin-bottom: 0.1rem;
  }
  .index-foot .tel {
    font-size: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .index-foot li h5 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .index-foot li h6 {
    font-size: 0.24rem;
  }
  .index-foot li .desc {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
