body {
  max-width: 100%;
  font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif
}
.section1 {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section1 .swiper-slide {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden
}
.section1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section1 .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section1 .title {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.48rem;
  z-index: 1;
  letter-spacing: 0.1rem;
  font-weight: 300;
      width: 100%;
    text-align: center;
}
.section1 .title span{
    font-weight: 500
}
.section1 .swiper-pagination {
  bottom: 0.93rem !important;
  width: auto !important;
  display: flex !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  align-items: center !important;
  justify-content: center !important;
}
.section1 .swiper-pagination .swiper-pagination-bullet {
  width: 1.45rem !important;
  display: block !important;
  cursor: pointer !important;
  background: none !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  flex: 1 !important;
  position: relative !important;
  height: 0.5rem !important;
  margin: 0 15px !important;
  border-bottom: 0.02rem solid rgba(255, 255, 255, 0.5) !important;
}
.section1 .swiper-pagination .pagination-active {
  position: relative;
}
.section1 .swiper-pagination .pagination-active::after {
  content: "";
  display: block;
  width: 0;
  height: 0.03rem;
  position: absolute;
  left: 0;
  bottom: -0.023rem;
  background-color: #fff;
  opacity: 1;
  animation: slideActive 4s linear;
  animation-fill-mode: forwards;
  border-radius: 0;
  z-index: 22;
}

.section2 {
  width: 100%;
  background-color: #cfc9c4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding: 1rem 0 1.5rem 0
}
.section2 .en-name{
    color: rgba(255, 255, 255, 0.07);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem;
    font-weight: 100
}
.section2 .title-box{
    position: relative;
    z-index: 1
}
.section2 .title-box .t {
  font-size: 0.38rem;
  color: #6c5a54;
  text-align: center;
  font-weight: 300;
}
.section2 .swiper-section2 {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0 1rem 0;
}
.section2 .swiper-section2 .swiper-slide {
  width: 18% !important;
  height: 5.1rem;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  cursor: pointer
}
.section2 .swiper-section2 .swiper-slide::after{
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-radius: 0.2rem;
}
.section2 .swiper-section2 .swiper-slide .bg {
  width: 100%;
  height: 100%;
}
.section2 .swiper-section2 .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section2 .swiper-section2 .swiper-slide .card {
  position: absolute;
  bottom: 0.27rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1.6rem;
  z-index: 1
}
.section2 .swiper-section2 .swiper-slide .card .card-bg {
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.section2 .swiper-section2 .swiper-slide .card .avatar {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
}
.section2 .swiper-section2 .swiper-slide .card .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section2 .swiper-section2 .swiper-slide .card .text {
  position: absolute;
  font-size: 0.18rem;
  font-weight: 300;
  left: 50%;
  top: 52%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
.section2 .swiper-section2 .swiper-slide .play-btn {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1
}
.section2 .swiper-section2 .swiper-slide .play-btn img {
  width: 0.19rem;
}
.section2 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #877e79;
  color: #fff;
  font-size: 0.17rem;
  height: 0.53rem;
  width: 3.5rem;
  transition: all .3s;
  font-weight: 300
}
.section2 .btn:hover{
    background: #705e5a
}

.section3 {
  background-color: #f4f5f4;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 1rem
}
.section3 .en-name{
 color: rgba(135,125,121, 0.05);
 position: absolute;
 left: 0;
 top: 0;
 font-size: 2rem;
 font-weight: 100
}
.section3 .detail {
  width: 80%;
  padding-top: 0.9rem;
}
.section3 .detail .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3 .detail .top .left .t1 {
  font-size: 0.42rem;
  font-weight: 300;
  color: #6c5a54;
}
.section3 .detail .top .left .t2 {
  font-size: 0.23rem;
  color: #6c5a54;
  font-weight: 300;
}
.section3 .detail .top .right {
  width: 0.37rem;
  cursor: pointer;
  opacity: .5;
  transition: all .3s
}
.section3 .detail .top .right:hover{
    opacity: 1
}
.section3 .detail .top .right img {
  width: 100%;
}
.section3 .detail .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.69rem;
}
.section3 .detail .bottom .box {
  width: 49.5%;
  border-radius: 0.24rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer
}
.section3 .detail .bottom .box .top {
  position: relative;
}
.section3 .detail .bottom .box .top .tabs {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.section3 .detail .bottom .box .top .tabs .tab {
  font-size: 0.16rem;
  width: 1.2rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.24rem 0 0.24rem 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 1
}
.section3 .detail .bottom .box .top .tabs .tab:nth-last-of-type(1) {
  left: 1rem;
}
.section3 .detail .bottom .box .top .tabs .tab-active {
  background-color: #867e7a;
  color: #fff;
  z-index: 2;
}
.section3 .detail .bottom .box .top .tabs .tab1 {
    color: #45423f
}
.section3 .detail .bottom .box .top .tabs .tab2 {
    color: rgba(0, 0, 0, .3)
}

.section3 .detail .bottom .box .top .bg {
  height: 4.5rem;
  width: 100%;
  overflow: hidden
}
.section3 .detail .bottom .box .top .bg img {
  width: 100%;
  border-radius: 0.24rem 0.24rem 0 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s
}
.section3 .detail .bottom .box .top .bg:hover img{
    scale: 1.08
}
.section3 .detail .bottom .box .content1 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.4rem 0.46rem;
}
.section3 .detail .bottom .box .content1 .title {
  font-size: 0.26rem;
  color: #333;
  font-weight: 300;
  height: .8rem
}
.section3 .detail .bottom .box .content1 .topic {
  padding: 0.11rem 0.27rem;
  background-color: #f3f3f2;
  color: #333;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  margin-top: 0.15rem;
  font-weight: 300
}
.section3 .detail .bottom .box .content1 .time {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.section3 .detail .bottom .box .content1 .time img {
  width: 0.23rem;
  height: 0.23rem;
}
.section3 .detail .bottom .box .content1 .time div {
  margin-left: 0.1rem;
  color: #b0b0b0;
  font-size: 0.16rem;
  font-weight: 300
}

.section4 {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 1rem
}
.section4 .en-name{
    color: rgba(135,125,121, 0.05);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem;
    font-weight: 100   
}
.section4 .detail {
  width: 80%;
  padding-top: 0.9rem;
}
.section4 .detail .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section4 .detail .top .left .t1 {
  font-size: 0.42rem;
  font-weight: 300;
  color: #6c5a54;
}
.section4 .detail .top .left .t2 {
  font-size: 0.23rem;
  color: #6c5a54;
  font-weight: 300;
}
.section4 .detail .top .right {
  width: 0.37rem;
  cursor: pointer;
  opacity: .5;
  transition: all .3s
}
.section4 .detail .top .right:hover{
    opacity: 1
}
.section4 .detail .top .right img {
  width: 100%;
}
.section4 .detail .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.69rem;
}
.section4 .detail .bottom .box {
  flex: 1;
  border-radius: 0.24rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-right: 0.26rem;
  cursor: pointer
}
.section4 .detail .bottom .box:nth-last-of-type(1) {
  margin-right: 0;
}
.section4 .detail .bottom .box .top {
  position: relative;
}
.section4 .detail .bottom .box .top .hot {
  position: absolute;
  left: 0.3rem;
  top: 0.2rem;
  width: 0.3rem;
  z-index: 1
}
.section4 .detail .bottom .box .top .hot img {
  width: 100%;
}
.section4 .detail .bottom .box .top .bg {
  height: 3.24rem;
  width: 100%;
  overflow: hidden
}
.section4 .detail .bottom .box .top .bg img {
  width: 100%;
  border-radius: 0.24rem 0.24rem 0 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s
}
.section4 .detail .bottom .box .top .bg:hover img{
    scale: 1.08
}
.section4 .detail .bottom .box .content1 {
  background-color: #f4f4f3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.3rem 0.46rem 0.3rem .46rem;
  height: 3rem;
  position: relative
}
.section4 .detail .bottom .box .content1 .title {
    font-size: 0.26rem;
    color: #333;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.15rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.8rem;
}
.section4 .detail .bottom .box .content1 .topics {
    display: flex;
    align-items: center;
    margin-top: .15rem;
    width: 100%;
}
.section4 .detail .bottom .box .content1 .topic {
    padding: 0.03rem 0.08rem;
    background-color: #efedeb;
    color: #877d79;
    border-radius: 0.08rem;
    font-size: 12px;
    font-weight: 300;
    margin-top: 0.05rem;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
      max-width: 1.4rem;
      margin-right: .06rem
}
.section4 .detail .bottom .box .content1 .topic:nth-last-of-type(1){
    margin-right: 0
}
.section4 .detail .bottom .box .content1 .desc {
  color: #666;
  font-size: 0.16rem;
  margin-top: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 300;
  letter-spacing: .03rem
}
.section4 .detail .bottom .box .content1 .time {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  justify-content: flex-end;
  width: 100%;
      position: absolute;
    bottom: 0.3rem;
    right: 0.46rem;
}
.section4 .detail .bottom .box .content1 .time img {
  width: 0.27rem;
}
.section4 .detail .bottom .box .content1 .time div {
  margin-left: 0.13rem;
  color: #877d79;
  font-size: 0.16rem;
  font-weight: 300
}

.section5 {
  height: auto;
  background-color: #f4f4f3;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 1.2rem;
  position: relative
}
.section5 .en-name{
    color: rgba(135,125,121, 0.05);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem;
    font-weight: 100
}
.section5 .detail {
  width: 80%;
  padding-top: 0.9rem;
}
.section5 .detail .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section5 .detail .top .left .t1 {
  font-size: 0.42rem;
  font-weight: 300;
  color: #6c5a54;
}
.section5 .detail .top .left .t2 {
  font-size: 0.253rem;
  color: #6c5a54;
  font-weight: 300;
}
.section5 .detail .top .right {
  width: 0.37rem;
  cursor: pointer;
  opacity: .5;
  transition: all .3s
}
.section5 .detail .top .right:hover{
    opacity: 1
}
.section5 .detail .top .right img {
  width: 100%;
}
.section5 .detail .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.69rem;
}
.section5 .detail .bottom .box {
  flex: 1;
  border-radius: 0.24rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-right: 0.3rem;
  cursor: pointer
}
.section5 .detail .bottom .box:nth-last-of-type(1) {
  margin-right: 0;
}
.section5 .detail .bottom .box .content1 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 0.46rem;
}
.section5 .detail .bottom .box .content1 .userinfo {
  display: flex;
  align-items: center;
}
.section5 .detail .bottom .box .content1 .userinfo .avatar {
  width: 0.52rem;
  height: 0.52rem;
}
.section5 .detail .bottom .box .content1 .userinfo .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section5 .detail .bottom .box .content1 .userinfo .name {
  font-size: 0.16rem;
  margin-left: 0.15rem;
  font-weight: 300
}
.section5 .detail .bottom .box .content1 .title {
  font-size: 0.2rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  font-weight: 300;
  height: 0.55rem;
}
.section5 .detail .bottom .box .content1 .desc {
  background-color: #f7f8fb;
  margin-top: 0.35rem;
  position: relative;
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
  font-weight: 300;
  width: 100%;
}
.section5 .detail .bottom .box .content1 .desc .userinfo1 {
  display: flex;
  align-items: center;
}
.section5 .detail .bottom .box .content1 .desc .userinfo1 .avatar {
  width: 0.4rem;
  height: 0.4rem;
}
.section5 .detail .bottom .box .content1 .desc .userinfo1 .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.section5 .detail .bottom .box .content1 .desc .userinfo1 .name {
  font-size: 0.16rem;
  color: #333;
  margin-left: 0.16rem;
  font-weight: 300
}
.section5 .detail .bottom .box .content1 .desc .detail1 {
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.18rem;
  font-weight: 300;
  height: 0.45rem;

}
.section5 .detail .bottom .box .content1 .desc .icon {
  position: absolute;
  right: 0.3rem;
  width: 0.8rem;
  top: -0.25rem;
}
.section5 .detail .bottom .box .content1 .desc .icon img{
	width: 100%;
}
.section5 .detail .bottom .box .content1 .time {
  display: flex;
  align-items: center;
  margin-top: 0.48rem;
  justify-content: flex-start;
  width: 100%;
  font-size: 0.16rem;
  color: #999;
  font-weight: 300

}

@keyframes slideActive {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 768px) {
    .section1 .swiper-pagination{
        bottom: .5rem !important
    }
    .section1-box{
        height: 100vh;
        display: flex;
        flex-direction: column;
    }
    .section1{
        height: auto;
        flex: 1;
    }
	.section1 .title{
		font-size: .54rem;
	}
	.section1 .swiper-pagination .swiper-pagination-bullet{
		width: 1.1rem !important;
		margin: 0 10px !important;
	}
	.section2{
		background-color: #d0c8c3;
	}
	.section2 .title-box .t{
		color: #6F5953;
		font-size: .47rem;
	}
	.section2 .swiper-section2 .swiper-slide{
		width: 72.15vw !important;
		height: 7.81rem;
	}
	.section2 .swiper-section2 .swiper-slide .card{
		bottom: .42rem;
		height: 2.42rem;
	}
	.section2 .swiper-section2 .swiper-slide .card .avatar{
		width: .76rem;
		height: .76rem;
	}
	.section2 .swiper-section2 .swiper-slide .card .text{
		font-size: .29rem;
		bottom: .75rem;
	}
	.section2 .swiper-section2 .swiper-slide .play-btn{
		width: 1rem;
		height: 1rem;
	}
	.section2 .swiper-section2 .swiper-slide .play-btn img{
		width: .29rem;
	}
	.section2 .btn{
		width: 4.22rem;
		height: .8rem;
		font-size: .24rem;
        border-radius: 0
	}
	.section3{
		height: auto;
		padding-bottom: .7rem;
        overflow: hidden;
        width: 100%;
	}
	.section3 .detail{
		width: 84%;
	}
	.section3 .detail .top .left .t1{
		font-size: .47rem;
	}
	.section3 .detail .top .left .t2{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.section3 .detail .top .right{
		width: .4rem;
	}
	.section3 .detail .bottom{
		flex-direction: column;
	}
	.section3 .detail .bottom .box{
		width: 100%;
		margin-bottom: .3rem;
	}
	.section3 .detail .bottom .box .top .bg{
		height: 3.85rem;
	}
	.section3 .detail .bottom .box .top .tabs .tab{
		width: 1.23rem;
		height: .53rem;
	}
	.section3 .detail .bottom .box .top .tabs .tab:nth-last-of-type(1){
		left: 1.1rem;
	}
	.section3 .detail .bottom .box .content1 {
		padding: .36rem .39rem;
	}
	.section3 .detail .bottom .box .content1 .title{
		font-size: .32rem;
        height: auto
	}
	.section3 .detail .bottom .box .content1 .topic{
		margin-top: .16rem;
		padding: .1rem .23rem;
		font-size: .19rem;
	}
	.section3 .detail .bottom .box .content1 .time{
		margin-top: .47rem;
	}
	.section3 .detail .bottom .box .content1 .time img{
		width: .25rem;
	}
	.section3 .detail .bottom .box .content1 .time div{
		font-size: .21rem;	
	}
	.section4 {
		height: auto;
		padding-bottom: 1rem;
        width: 100%;
        overflow: hidden
	}
	.section4 .detail{
		width: 84%;
	}
	.section4 .detail .top .left .t1{
		font-size: .47rem;
	}
	.section4 .detail .top .left .t2{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.section4 .detail .top .right{
		width: .4rem;
	}
	.section4 .detail .bottom{
		flex-direction: column;
	}
	.section4 .detail .bottom .box{
		margin-right: 0;
		margin-bottom: .25rem;
		background-color: #F4F4F4;
        width: 100%;
        flex: none;
	}
	.section4 .detail .bottom .box .top .bg{
		width: 100%;
		height: 100%;
	}
	.section4 .detail .bottom .box .top {
		width: 100%;
		height: auto;
	}
    
	.section4 .detail .bottom .box .content1 {
  flex: 1;
  padding: 0.4rem 0.4rem 0.23rem;
  height: auto;
}
.section4 .detail .bottom .box .top .bg img {
}
.section4 .detail .bottom .box .content1 .desc {
  /* display: none; */
  font-size: 0.24rem;
  height: auto;
}

.section4 .detail .bottom .box .content1 .title {
  font-size: 0.32rem;
  height: auto;
}
.section4 .detail .bottom .box .content1 .topic {
  margin-top: 0.15rem;
  padding: 0.1rem 0.2rem;
  font-size: 0.19rem;
  white-space: nowrap;
  max-width: 2rem;
  display: block;
}
.section4 .detail .bottom .box .content1 .time {
  margin-top: 0.5rem;
  position: static;
}
.section4 .detail .bottom .box .content1 .time img {
  font-size: 0.32rem;
}
.section4 .detail .bottom .box .content1 .time div {
  font-size: 0.22rem;
}

    .section5{
        width: 100%;
        overflow: hidden
    }
	.section5 .detail{
		width: 84%;
	}
	.section5 .detail .top .left .t1{
		font-size: .47rem;
	}
	.section5 .detail .top .left .t2{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.section5 .detail .top .right{
		width: .4rem;
	}
	.section5 .detail .bottom{
		flex-direction: column;
	}
	.section5 .detail .bottom .box{
		margin-right: 0;
		margin-bottom: .26rem;
        width: 100%;
	}
	.section5 .detail .bottom .box .content1{
		padding: .29rem .3rem .49rem;
	}
	.section5 .detail .bottom .box .content1 .userinfo .avatar{
		width: .68rem;
		height: .68rem;
	}
	.section5 .detail .bottom .box .content1 .userinfo .name{
		font-size: .27rem;
		margin-left: .23rem;
	}
	.section5 .detail .bottom .box .content1 .title{
		font-size: .3rem;
		margin-top: .28rem;
        height: auto
	}
	.section5 .detail .bottom .box .content1 .desc{
		margin-top: .27rem;
		padding: .3rem .2rem .44rem .55rem;
	}
	.section5 .detail .bottom .box .content1 .desc .userinfo1 .avatar{
		width: .54rem;
		height: .54rem;
	}
	.section5 .detail .bottom .box .content1 .desc .userinfo1 .name{
		font-size: .26rem;
	}
	.section5 .detail .bottom .box .content1 .desc .detail1{
		font-size: .25rem;
		margin-top: .25rem;
        height:auto;
	}
	.section5 .detail .bottom .box .content1 .time{
		font-size: .21rem;
		margin-top: .34rem;
	}
    .link-list{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem .4rem;
    }
    .link-list .link {
        flex: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        background: #F4F4F4;
        padding: .56rem 0 .5rem 0;
        margin-right: 1px
    }
    .link-list .link:nth-of-type(1) {
        border-radius: .36rem 0 0 .36rem
    }
    .link-list .link:nth-of-type(3) {
        border-radius: 0 .36rem .36rem 0;
        margin-right: 0
    }
    .link-list .link .icon-box{
        width: .7rem;
        height: .73rem;
        background: #e9e8e7;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%
    }
    .link-list .link .icon-box img{
        width: .19rem;
    }
    .link-list .link:nth-of-type(2) .icon-box img{
        width: .24rem
    }
    .link-list .link:nth-of-type(3) .icon-box img{
        width: .25rem
    }
    .link-list .link:nth-of-type(3) .icon-box img{
        width: .21rem
    }
    .link-list .link .text {
        color: #6e645f;
        font-size: .17rem;
        margin-top: .3rem
    }
}