* {
  box-sizing: border-box;
}
.all-wrap {
  width: 100%;
  padding-top: 0;
}
.all-wrap .banner-box {
  width: 100%;
  height: 400px;
  position: relative;
}
.all-wrap .banner-box .banner {
  height: 400px;
  width: auto;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.all-wrap .banner-box .banner-content {
  width: 1200px;
  height: 400px;
  position: relative;
  margin: auto;
  z-index: 1;
  padding-top: 120px;
}
.all-wrap .banner-box .banner-content h1,
.all-wrap .banner-box .banner-content h2,
.all-wrap .banner-box .banner-content h3 {
  color: #fff;
  margin-bottom: 12px;
  line-height: 1;
  text-align: left;
}
.all-wrap .banner-box .banner-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.all-wrap .banner-box .banner-content h2 {
  font-size: 24px;
}
.all-wrap .banner-box .banner-content h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.all-wrap .banner-box .banner-content .zixun_btn {
  width: 180px;
  height: 43px;
  background: linear-gradient(90deg, #00bcd5, #38cdba);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 30px;
}
.all-wrap .content-box{
  padding: 68px 0;
}
.all-wrap .content-box h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.all-wrap .content-box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 8px;
  line-height: 1;
  text-align: center;
}
.all-wrap .content-box1{
  height: 720px;
  background: url('../../images/hospitalweb/pc/content-box1-bg.png') no-repeat 50% 100%;
}
.all-wrap .content-box1 .content {
  width: 1200px;
  margin: 0 auto;
}
.all-wrap .content-box1 .row{
  margin-left: -20px;
  margin-right: -20px;
}
.all-wrap .content-box1 .col{
  padding-left: 20px;
  padding-right: 20px;
}
.all-wrap .content-box1 .col-wrap{
  height: 504px;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
}
.all-wrap .content-box1 h2{
  margin-bottom: 50px;
}
.all-wrap .content-box1 b{
  font-weight: 600;
  font-size: 22px;
  color: #303133;
  display: block;
  margin: 42px 0 0 70px;
  text-align: left;
}
.all-wrap .content-box1 ul{
  margin: 29px 60px 0 70px;
  text-align: left;
}
.all-wrap .content-box1 ul li{
  font-size: 14px;
  color: #666666;
  padding: 8px 0 8px 30px;
  line-height: 1.5;
  background: url('../../images/hospitalweb/pc/content-box1-3.png') no-repeat 0 9px;
}

.all-wrap .content-box1 img{
  display: inline-block;
  margin: 0 auto;
}
.all-wrap .content-box2 {
  /* background: #f7fdfd; */
  position: relative;
  overflow: hidden;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.all-wrap .content-box2 h4{
  margin-bottom: 94px;
}
.all-wrap .content-box2 .content{
  width: 1200px;
  margin: 0 auto;
}
.all-wrap .content-box2 .row{
  margin: 0 -40px;
}
.all-wrap .content-box2 .row .col{
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.all-wrap .content-box2 .row .col-wrap{
  height: 120px;
  background-image: linear-gradient(180deg, #E8F3F7 0%, #e8f3f73b 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0 2px 10px 0 #1f647226;
  border-radius: 4px;
  padding-top: 25px;
  position: relative;
}
.all-wrap .content-box2 .row .col-wrap::after{
  content: "";
  display: block;
  width: 76px;
  height: 54px;
  background: url('../../images/hospitalweb/pc/content-box2-1.png') no-repeat 0 0;
  position: absolute;
  left: 100%;
  top: 30%;
  margin-left: 9px;
  z-index: 1;
}
.all-wrap .content-box2 .row .col:nth-child(1) .col-wrap{
  background-image: linear-gradient(-51deg, #37CDBB 0%, #00BCD4 100%);
  border: 1px solid #EBEBEB;
}
.all-wrap .content-box2 .row .col:nth-child(1) .col-wrap b,
.all-wrap .content-box2 .row .col:nth-child(1) .col-wrap p{
  color: #fff;
}
.all-wrap .content-box2 .row .col:nth-last-child(1) .col-wrap::after{
  display: none;
}
.all-wrap .content-box2 .row .icon{
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 28px;
}
.all-wrap .content-box2 .row b{
  display: block;
  font-size: 20px;
  text-align: center;
  color: #333333;
  margin-bottom: 15px;
}
.all-wrap .content-box2 .row p{
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  color: #666666;
}
.all-wrap .content-box2 .row p span{
  display: block;
  font-size: 12px;
  color: #B1B1B1;
}

.all-wrap .content-box3{
  background: #F6F6F6;
}
.all-wrap .content-box3 .content{
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.all-wrap .content-box3 .nav-tabs{
  margin: 40px 0 0 0;
  text-align: center;
}
.all-wrap .content-box3 .nav-tabs li{
  width: 33.3%;
  margin-bottom: 0px;
}
.all-wrap .content-box3 .nav-tabs li a{
  height: 58px;
  line-height: 58px;
  border: none;
  font-size: 18px;
  color: #1D1D1D;
  padding: 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.all-wrap .content-box3 .nav-tabs li a:hover{
  background: none;
  border: none;
}
.all-wrap .content-box3 .nav-tabs li.active>a, 
.all-wrap .content-box3 .nav-tabs li.active>a:focus, 
.all-wrap .content-box3 .nav-tabs li.active>a:hover{
  color: #fff;
  background-image: linear-gradient(270deg, #37CDBB 0%, #00BCD4 100%);
}
.all-wrap .content-box3 .tab-pane{
  padding: 50px;
}
.all-wrap .content-box3 table{
  width: 100%;
}
.all-wrap .content-box3 td{
  width: 33.3%;
  text-align: center;
  padding: 40px;
  border-right: 1px dashed #E5E5E5;
  border-bottom: 1px dashed #E5E5E5;
}
.all-wrap .content-box3 tr:nth-child(1) td{
  padding-top: 0px;
}
.all-wrap .content-box3 tr:nth-last-child(1) td{
  padding-bottom: 0px;
  border-bottom: none;
}
.all-wrap .content-box3 td:nth-last-child(1){
  border-right: none;
}
.all-wrap .content-box3 img{
  width: 50px;
  height: 50px;
  margin-right: 15px;
  vertical-align: top;
  float: left;
}
.all-wrap .content-box3 .text{
  overflow: hidden;
  vertical-align: top;
  text-align: left;
}
.all-wrap .content-box3 .text b{
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
}
.all-wrap .content-box3 .swiper1{
  text-align: center;
  position: relative;
  margin-top: 80px;
}
.all-wrap .content-box3 .swiper1 .t{
  margin-top: 30px;
}
.all-wrap .content-box3 .swiper1 .t span{
  display: inline-block;
  width: 397px;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  background-image: linear-gradient(270deg, #F6F6F6 0%, #D9F1F9 49%, #F6F6F6 100%);
}
.all-wrap .content-box3 .swiper1 .arrow{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.all-wrap .content-box3 .swiper1 .arrow-left{
  left: 50px;
  background: url('../../images/hospitalweb/pc/arrow-left.png') no-repeat 0 0;
}
.all-wrap .content-box3 .swiper1 .arrow-right{
  right: 50px;
  background: url('../../images/hospitalweb/pc/arrow-right.png') no-repeat 0 0;
}
.all-wrap .content-box3 .swiper {
  width: 868px;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
}

.all-wrap .content-box3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-wrap .content-box3 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px;
}

.all-wrap .content-box4 {
  background: #f7fdfd;
  overflow: hidden;
}
.all-wrap .content-box4 .icon-list {
  width: 1030px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.all-wrap .content-box4 .icon-list .item {
  width: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.all-wrap .content-box4 .icon-list .item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.all-wrap .content-box4 .icon-list .item p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.all-wrap .content-box5 {
  margin: auto;
  height: 485px;
  position: relative;
  background: #f7fdfd;
}
.all-wrap .content-box5 h4{
  margin-bottom: 50px;
}
.all-wrap .content-box5 .content{
  width: 1200px;
  margin: 0 auto;
}
.all-wrap .content-box5 .row{
  margin: 0 -10px;
}
.all-wrap .content-box5 .col{
  padding-left: 10px;
  padding-right: 10px;
}
.all-wrap .content-box5 .col-wrap{
  background: #aaa;
  height: 250px;
  padding: 32px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.all-wrap .content-box5 .col-wrap b{
  font-size: 24px;
  text-align: left;
  color: #FFFFFF;
  display: block;
  margin-bottom: 10px;
}
.all-wrap .content-box5 .col-wrap p{
  font-size: 14px;
  text-align: left;
  color: #FFFFFF;
}
.all-wrap .content-box5 .col-wrap .row{
  margin-top: 79px;
}
.all-wrap .content-box5 .col-wrap .row{
  color: #fff;
  font-size: 14px;
}
.all-wrap .content-box5 .col-wrap .row .icon{
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  margin-right: 10px;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.all-wrap .content-box5 .col1{
  background: url('../../images/lawyer/pc/content-box5-1.png') no-repeat 50% 50%;
}
.all-wrap .content-box5 .col2{
  background: url('../../images/lawyer/pc/content-box5-2.png') no-repeat 50% 50%;
}
.all-wrap .content-box6 .item-list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 45px auto 0;
  justify-content: space-around;
}
.all-wrap .content-box6 .item-list .item {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.all-wrap .content-box6 .item-list .item img {
  width: 86px;
  height: 86px;
  margin: 20px auto;
}
.all-wrap .content-box6 .item-list .item .name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}
.all-wrap .content-box6 .item-list .item .msg {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  text-align: center;
}
.all-wrap .content-box7{
  text-align: center;
  background: #F4FDFD;
}
.all-wrap .content-box7 h2{
  margin-bottom: 50px;
}
.all-wrap .content-box7 img{
  max-width: 1200px;
  margin: 0 auto;
}
.m-wrap .mbanner {
  width: 10rem;
  height: 4.8rem;
  position: relative;
}
.m-wrap .mbanner h1 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 6vw;
  font-weight: bold;
  width: 100%;
  text-align: center;
  top: 1.2rem;
}
.m-wrap .mbanner h3 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 3vw;
  font-weight: 400;
  color: #ffffff;
  top: 2.3rem;
  width: 100%;
  text-align: center;
}
.m-wrap .mbanner .h-2 {
  top: 1.91rem;
}
.m-wrap .mbanner img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.m-wrap .box-wrap {
  width: 100%;
  padding: 0.5rem 0;
}
.m-wrap .content-box{
  /* padding: 0.3rem; */
}
.m-wrap .box-wrap > h2 {
  font-size: 0.48rem;
  width: 100%;
  text-align: center;
  margin: 0 0 0.267rem 0;
  overflow: hidden;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
}
.m-wrap .box-wrap h4 {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 0.467rem;
}
.m-wrap .box-wrap1 {
  background: #f6f6f6;
  /* background: #f00; */
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  text-align: center;
  /* border: 1px solid #ededed; */

}
.m-wrap .box-wrap1 img {
  max-width: 80%;
  margin: 0 auto;
}
.m-wrap .box-wrap1 .col{
  padding: 0.4rem;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 0.1rem;
  -webkit-border-radius:0.1rem;
  -moz-border-radius:0.1rem;
  -ms-border-radius:0.1rem;
  -o-border-radius:0.1rem;
  margin-bottom: 0.3rem;
}
.m-wrap .box-wrap1 .col:nth-last-child(1){
  margin-bottom: 0;
}
.m-wrap .box-wrap1 .col b{
  display: block;
  font-weight: 600;
  font-size: 0.42rem;
  color: #303133;
  margin-bottom: 0.3rem;
}
.m-wrap .box-wrap1 ul li{
  color: #333333;
  font-size: 0.3rem;
  vertical-align: middle;
  line-height: 1.5;
  text-align: left;
  padding: 0.1rem 0 0.1rem 0.6rem;
  background: url('../../images/hospitalweb/pc/content-box1-3.png') no-repeat 0 50%;
  background-size: 0.4rem 0.4rem;
}
.m-wrap .box-wrap2 {
  background: #fff;
  border-radius: 0.1rem;
  -webkit-border-radius:0.1rem;
  -moz-border-radius:0.1rem;
  -ms-border-radius:0.1rem;
  -o-border-radius:0.1rem;
  margin-bottom: 0.3rem;
  padding: 0.4rem;
}
.m-wrap .box-wrap2 .row{
  margin: 0 -0.12rem;
}
.m-wrap .box-wrap2 .col{
  margin-bottom: 0.9rem;
  padding: 0;
}
.m-wrap .box-wrap2 .col-wrap{
  text-align: center;
  background-image: linear-gradient(180deg, #E8F3F7 0%, #e8f3f73b 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0 2px 10px 0 #1f647226;
  border-radius: 4px;
  padding: 0.39rem 0;
}
.m-wrap .box-wrap2 .col:nth-child(1) .col-wrap{
  background-image: linear-gradient(-51deg, #37CDBB 0%, #00BCD4 100%);
  border: 1px solid #EBEBEB;
}
.m-wrap .box-wrap2 .col:nth-child(1) .col-wrap b,
.m-wrap .box-wrap2 .col:nth-child(1) .col-wrap p{
  color: #fff;
}
.m-wrap .box-wrap2 b{
  display: block;
  text-align: center;
  font-size: 0.39rem;
  color: #303133;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.m-wrap .box-wrap2 p{
  text-align: center;
  font-size: 0.3rem;
  color: #666;
}
.m-wrap .box-wrap2 p span{
  display: block;
  color: #B1B1B1;
}
.m-wrap .box-wrap2 .row .col-wrap::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1.2rem;
  background: url(../../images/hospitalweb/pc/content-box2-1.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.45rem;
  margin-top: -0.1rem;
  z-index: 1;
  transform: rotate(90deg);
}
.m-wrap .box-wrap2 .col:nth-last-child(1){
  margin-bottom: 0.3rem;
}
.m-wrap .box-wrap2 .row .col:nth-last-child(1) .col-wrap::after {
  display: none;
}


.m-wrap .box-wrap3 {
  background: #F6F6F6;
  border-radius: 0.1rem;
  -webkit-border-radius:0.1rem;
  -moz-border-radius:0.1rem;
  -ms-border-radius:0.1rem;
  -o-border-radius:0.1rem;
  margin-bottom: 0.3rem;
  padding: 0.4rem;
}
.m-wrap .box-wrap3 .content{
  background: #fff;
}
.m-wrap .box-wrap3 .nav-tabs{
  text-align: center;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #EBEBEB;
}
.m-wrap .box-wrap3 .nav-tabs li{
  width: 33.3%;
}
.m-wrap .box-wrap3 .nav-tabs a{
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.32rem;
  padding: 0;
  border: none;
  color: #333;
  border-right: 1px solid #EBEBEB;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.m-wrap .box-wrap3 .nav-tabs li:nth-last-child(1) a{
  border: none;
}
.m-wrap .box-wrap3 .nav-tabs li.active>a,
.m-wrap .box-wrap3 .nav-tabs li.active>a:focus,
.m-wrap .box-wrap3 .nav-tabs li.active>a:hover{
  background-image: linear-gradient(270deg, #37CDBB 0%, #00BCD4 100%);
  color: #fff;
}
.m-wrap .box-wrap3 td{
  width: 33.3%;
  text-align: center;
  padding: 0.3rem;
}
.m-wrap .box-wrap3 td img{
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  margin-bottom: 0.1rem;
}
.m-wrap .box-wrap3 td b{
  display: block;
  font-weight: 600;
  font-size: 0.35rem;
  color: #333333;
  margin-bottom: 0.1rem;
}
.m-wrap .box-wrap3 td p{
  font-size: 0.24rem;
  color: #666;
}
.m-wrap .box-wrap3 .swiper2{
  text-align: center;
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
}
.m-wrap .box-wrap3 .t{
  margin-top: 0.3rem;
  text-align: center;
}
.m-wrap .box-wrap3 .t span{
  display: block;
  height: 0.72rem;
  line-height: 0.72rem;
  font-weight: 600;
  font-size: 0.33rem;
  color: #333333;
  background-image: linear-gradient(270deg, #F6F6F6 0%, #D9F1F9 49%, #F6F6F6 100%);
}
.m-wrap .box-wrap3 .swiper2 .arrow{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -5%;
}
.m-wrap .box-wrap3 .swiper2 .arrow-left{
  left: 0px;
  background: url('../../images/hospitalweb/pc/arrow-left.png') no-repeat 0 0;
  background-size: cover;
}
.m-wrap .box-wrap3 .swiper2 .arrow-right{
  right: 0px;
  background: url('../../images/hospitalweb/pc/arrow-right.png') no-repeat 0 0;
  background-size: cover;
}
.m-wrap .box-wrap3 .swiper {
  width: 90%;
  height: 200px!important;
  overflow: hidden;
  margin: 0 auto;
}

.m-wrap .box-wrap3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-wrap .box-wrap3 .swiper-slide img {
  height: inherit;
}
.m-wrap .box-wrap4 {
  overflow: hidden;
  background: #f6fefd;
}
.m-wrap .box-wrap4 .icon-list {
  margin-top: -0.133rem;
  margin-bottom: 0.467rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.667rem;
}
.m-wrap .box-wrap4 .icon-list .item {
  width: 1.867rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-wrap .box-wrap4 .icon-list .item img {
  width: 1.6rem;
  height: auto;
  margin-bottom: 0.2rem;
  border-radius: 50%;
}
.m-wrap .box-wrap4 .icon-list .item p {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.m-wrap .box-wrap5 {
  background: #fff;
  border-radius: 0.1rem;
  -webkit-border-radius:0.1rem;
  -moz-border-radius:0.1rem;
  -ms-border-radius:0.1rem;
  -o-border-radius:0.1rem;
  margin-bottom: 0.3rem;
  padding: 0.4rem;
}
.m-wrap .box-wrap5 .col{
  padding: 0px;
  position: relative;
}
.m-wrap .box-wrap5 .col-wrap{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0.33rem;
}
.m-wrap .box-wrap5 .col-wrap b{
  font-size: 0.42rem;
  color: #fff;
  display: block;
  margin-bottom: 0.1rem;
}
.m-wrap .box-wrap5 .col-wrap p{
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 1.05rem;
}
.m-wrap .box-wrap5 .col-wrap .row{
  font-size: 0.3rem;
  color: #fff;
}
.m-wrap .box-wrap5 .col-wrap .row .col-xs-6{
  padding: 0px;
}
.m-wrap .box-wrap5 .col-wrap .icon{
  width: 0.78rem;
  height: 0.78rem;
  text-align: center;
  line-height: 0.78rem;
  display: inline-block;
  background: #fff;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  -ms-border-radius: 0.15rem;
  -o-border-radius: 0.15rem;
}
.m-wrap .box-wrap5 .col-wrap .icon img{
  width: 0.55rem;
}
.m-wrap .box-wrap5 img{
  max-width: 100%;
}

.m-wrap .box-wrap6 {
  background: #fff;
}
.m-wrap .box-wrap6 .item-list {
  padding: 0.467rem 0.667rem 0.267rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-wrap .box-wrap6 .item-list .item {
  width: 1.867rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0.4rem;
}
.m-wrap .box-wrap6 .item-list .item img {
  width: 1.147rem;
  height: 1.147rem;
  margin-bottom: 0.2rem;
}
.m-wrap .box-wrap6 .item-list .item p {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.m-wrap .box-wrap7 {
  background: #F4FDFD;
  border-radius: 0.1rem;
  -webkit-border-radius:0.1rem;
  -moz-border-radius:0.1rem;
  -ms-border-radius:0.1rem;
  -o-border-radius:0.1rem;
  padding: 0.4rem;
}

.m-wrap .box-wrap7 img{
  width: 100%;
}