.main {
  width: 100%;
  height: 100%;
  background-color: #eff0f3;
}
.all-wrap {
  width: 1170px;
  margin: auto;
  padding-top: 20px;
  font-size: 0;
  position: relative;
}
.all-wrap .appointmentBtn {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  margin: 68px auto;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.all-wrap .appointmentBtn:hover {
  text-decoration: none;
}
.all-wrap .content-wrap {
  width: 870px;
  display: inline-block;
  overflow-x: hidden;
  margin-right: 30px;
  vertical-align: top;
}
.all-wrap .content-wrap .banner {
  width: 100%;
  height: 300px;
  position: relative;
}
.all-wrap .content-wrap .banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.all-wrap .content-wrap .banner .info {
  position: absolute;
  left: 50px;
  top: 80px;
  height: 140px;
  z-index: 1;
}
.all-wrap .content-wrap .banner .info h2 {
  font-size: 36px;

  color: white;
  font-weight: bold;
  line-height: 1;
}
.all-wrap .content-wrap .banner .info h3 {
  color: white;
  font-size: 16px;

  line-height: 1;
}
.all-wrap .content-wrap .banner .info .btn {
  width: 120px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;

  color: white;
}
.all-wrap .tabCtrl {
  width: 100%;
  height: 60px;
  position: relative;
  background: #fff;
  font-size: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.14);
  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.14);
}
.all-wrap .tabCtrl .activeLine {
  background-color: #16c3ca;
  position: absolute;
  bottom: -1px;
  height: 3px;
  width: 33.333%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.all-wrap .tabCtrl .activeLine.left {
  left: 0;
}
.all-wrap .tabCtrl .activeLine.center {
  left: 33.333%;
}
.all-wrap .tabCtrl .activeLine.right {
  left: 66.666%;
}
.all-wrap .tabCtrl .item {
  width: 33.333%;
  font-size: 16px;

  color: #666666;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.all-wrap .tabCtrl .item.active {
  color: #333333;
  font-weight: bold;
}
.all-wrap .tableContent {
  margin-bottom: 55px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.14);
  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.14);
}
.all-wrap .tableContent > .item {
  width: 100%;
  display: none;
  background: #fff;
  font-size: 14px;
  overflow: hidden;
}
.all-wrap .tableContent > .item .feedbackList {
  width: 100%;
  padding: 30px 30px 0;
  overflow: hidden;
}
.all-wrap .tableContent > .item .feedbackList > .item {
  width: 100%;
  padding-top: 25px;
  position: relative;
  margin-bottom: 75px;
}
.all-wrap .tableContent > .item .feedbackList > .item .client {
  width: 203px;
  height: 203px;
  position: absolute;
  background: #fbfbfb;
  border-radius: 50%;
  top: 22px;
}
.all-wrap .tableContent > .item .feedbackList > .item .client .avatar {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.all-wrap .tableContent > .item .feedbackList > .item .info {
  position: relative;
  width: 540px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 11px 43px 0px rgba(178, 181, 186, 0.2);
  box-shadow: 0px 11px 43px 0px rgba(178, 181, 186, 0.2);
  padding: 0 40px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.all-wrap .tableContent > .item .feedbackList > .item .info h3 {
  font-size: 24px;

  color: #1cb29d;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: left;
  white-space: pre-line;
}
.all-wrap .tableContent > .item .feedbackList > .item .info .subTitle {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -15px;
  text-align: left;
  color: #999999;
  line-height: 24px;
}
.all-wrap .tableContent > .item .feedbackList > .item .info p {
  font-size: 14px;

  color: #333333;
  line-height: 1.714;
  margin-bottom: 35px;
  text-align: left;
}
.all-wrap .tableContent > .item .feedbackList > .item .info .user {
  text-align: right;
}
.all-wrap .tableContent > .item .feedbackList > .item .info .userName {
  font-size: 18px;

  color: #333333;
  line-height: 1;
  font-weight: 550;
  margin-bottom: 10px;
}
.all-wrap .tableContent > .item .feedbackList > .item .info .userRole {
  font-size: 14px;
  line-height: 1;

  color: #666666;
}
.all-wrap .tableContent > .item .feedbackList > .item .info::after {
  content: "\e633";
  font-size: 60px;
  color: rgba(206, 206, 206, 0.49);
  position: absolute;
  display: block;
  left: 25px;
  top: -30px;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.all-wrap .tableContent > .item .feedbackList > .item:nth-child(odd) .client {
  left: 0;
}
.all-wrap .tableContent > .item .feedbackList > .item:nth-child(odd) .info {
  left: 240px;
}
.all-wrap .tableContent > .item .feedbackList > .item:nth-child(even) .client {
  right: 0;
}
.all-wrap .tableContent > .item .feedbackList > .item:nth-child(even) .info {
  left: 30px;
}
.all-wrap .tableContent > .item .feedbackList > .item:nth-last-child(1) {
  margin-bottom: 40px;
}
.all-wrap .tableContent h2 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
.all-wrap .tableContent > .item:nth-of-type(1) {
  display: block;
}
.all-wrap .tableContent > .imgBg {
  position: relative;
}
.all-wrap .tableContent > .imgBg > .content {
  position: relative;
  z-index: 1;
}
.all-wrap .tableContent > .imgBg .bgImg {
  position: absolute;
  width: 100%;
  height: auto;
  top: -60px;
  left: 0;
  z-index: 0;
}
.all-wrap .component-subtool {
  width: 810px;
  margin: auto;
  font-size: 0;
}
.all-wrap .component-subtool .item {
  display: inline-block;
  vertical-align: top;
  width: 248px;
  height: 98px;
  border: 1px solid #eff0f3;
  margin-right: 30px;
  margin-bottom: 30px;
}
.all-wrap .component-subtool .item .icon {
  width: 50px;
  height: 50px;
  margin: 23px 16px;
}
.all-wrap .component-subtool .item .info {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.all-wrap .component-subtool .item .info h3 {
  font-size: 16px;

  color: #333333;
  font-weight: bold;
  margin-bottom: 7px;
}
.all-wrap .component-subtool .item .info p {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  line-height: 1.2;
}
.all-wrap .component-subtool .item:nth-of-type(3n) {
  margin-right: 0;
}
.all-wrap .feedbackList .exmp-item {
  width: 100%;
  height: 280px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  display: flex;
  margin-bottom: 45px;
  box-shadow: 0px 11px 43px 0px rgba(177, 180, 186, 0.2);
}
.all-wrap .feedbackList .exmp-item .pic {
  width: 300px;
  height: 280px;
}
.all-wrap .feedbackList .exmp-item .msg {
  width: 510px;
  box-sizing: border-box;
  padding: 30px 30px 0;
}
.all-wrap .feedbackList .exmp-item .msg h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 1;
  margin-bottom: 20px;
}
.all-wrap .feedbackList .exmp-item .msg .type {
  height: 21px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  padding: 4px 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1;
}
.all-wrap .feedbackList .exmp-item .msg .desc {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 24px;
  letter-spacing: 0px;
}
.all-wrap .feedbackList .exmp-item .msg strong {
  color: #1cb29d !important;
  font-weight: bold;
  font-size: 16px !important;
  font-family: inherit !important;
}
.all-wrap .feedbackList .exmp-item .msg .show {
  font-size: 14px;
  font-weight: 400;
  color: #1cb29d;
  position: absolute;
  bottom: 50px;
  right: 30px;
}
.all-wrap .feedbackList .exmp-item .msg .show i {
  font-size: 13px;
  color: #999;
}
.all-wrap .anli-swiper-pc {
  width: 810px;
  margin: 87px 30px 60px;
  position: relative;
}
.all-wrap .anli-swiper-pc .swiper-items {
  width: 100%;
  height: 100%;
  display: flex;
}
.all-wrap .anli-swiper-pc .swiper-items .item {
  width: 400px;
  margin-right: 15px;
  display: flex;
  height: 140px;
}
.all-wrap .swiper-items .item .pic {
  width: 140px;
  height: 140px;
  margin-right: 20px;
  border-radius: 5px;
}
.all-wrap .swiper-items .item .msg {
  width: 235px;
  height: 100%;
}
.all-wrap .swiper-items .msg h3 {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
  margin-bottom: 15px;
}
.all-wrap .swiper-items .msg .keys {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 10px;
  line-height: 20px;
}
.all-wrap .swiper-items .msg strong {
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: 700;
  color: #1cb29d !important;
  margin-right: 15px !important;
}
.all-wrap .swiper-items .msg .desc{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
  overflow: hidden;
}
.all-wrap .swiper-button{
    position: absolute;
    width: 12px;
    height: 22px;
    top: 63px;
}
.all-wrap .swiper-container{
    height: 140px;
}
.all-wrap .prev{
    left: -18px;
}
.all-wrap .next{
    right: -16px;
}
.all-wrap .ctrl{
    font-size: 20px;
    color: #999;
}
.all-wrap .prev{
    transform: rotateZ(-180deg);
}
.all-wrap .anli-swiper-pc .swiper-items .item:nth-last-of-type(1) {
  margin-right: 0;
}
.m-wrap {
  width: 100%;
  min-height: 100vh;
}
.m-wrap .fb {
  font-weight: bold;
}
.m-wrap .main-banner {
  width: 10rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}
.m-wrap .main-banner > img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.m-wrap .main-banner .info {
  position: relative;
  z-index: 1;
  left: 0.413rem;
  top: 1.35rem;
}
.m-wrap .main-banner .info h2 {
  font-size: 0.64rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0.133rem;
  font-weight: bold;
  margin-top: 0 !important;
}
.m-wrap .main-banner .info h3 {
  font-size: 0.32rem;
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
  line-height: 1;
  text-align: left;
  margin-bottom: 0.36rem;
}
.m-wrap .main-banner .info .btn {
  width: 2.133rem;
  height: 0.8rem;
  padding: 0;
  color: #fff;
  line-height: 0.85rem;
  font-size: 0.32rem;
  margin-right: 0.133rem;
}
.m-wrap .main-banner .info .btn:hover,
.m-wrap .main-banner .info .btn:active {
  color: #fff;
}
.m-wrap .tabCtrl {
  width: 100%;
  height: 1.066rem;
  position: relative;
  background: #fff;
  font-size: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 0.106rem 0px rgba(4, 0, 0, 0.14);
  box-shadow: 0px 0px 0.106rem 0px rgba(4, 0, 0, 0.14);
}
.m-wrap .tabCtrl .activeLine {
  background-color: #16c3ca;
  position: absolute;
  bottom: -1px;
  height: 2px;
  width: 33.333%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.m-wrap .tabCtrl .activeLine.left {
  left: 0;
}
.m-wrap .tabCtrl .activeLine.center {
  left: 33.333%;
}
.m-wrap .tabCtrl .activeLine.right {
  left: 66.666%;
}
.m-wrap .tabCtrl .item {
  width: 33.333%;
  font-size: 0.32rem;

  color: #666666;
  text-transform: uppercase;
  line-height: 1.066rem;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.m-wrap .tabCtrl .item.active {
  color: #333333;
  font-weight: bold;
}
.m-wrap .tableContent {
  -webkit-box-shadow: 0px 0px 0.106rem 0px rgba(4, 0, 0, 0.14);
  box-shadow: 0px 0px 0.106rem 0px rgba(4, 0, 0, 0.14);
}
.m-wrap .tableContent > .item {
  width: 100%;
  display: none;
  background: #fff;
  font-size: 0.186rem;
  text-align: center;
  overflow: hidden;
}
.m-wrap .tableContent .appointmentBtn {
  width: 3.866rem;
  height: 0.8rem;
  border-radius: 0.067rem;
  margin: 0.907rem auto;
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.85rem;
  padding: 0;
  display: inline-block;
}
.m-wrap .tableContent .appointmentBtn:hover {
  text-decoration: none;
}
.m-wrap .tableContent h2 {
  font-size: 0.42rem;

  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
.m-wrap .tableContent > .item:nth-of-type(1) {
  display: block;
}
.m-wrap .tableContent > .imgBg {
  position: relative;
}
.m-wrap .tableContent > .imgBg > .content {
  position: relative;
  z-index: 1;
}
.m-wrap .tableContent > .imgBg .bgImg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 0;
}
.m-wrap .tableContent .include-m {
  padding: 0.66rem 0 0;
  background-color: #f8f8f8;
}
.m-wrap .tableContent .include-m:nth-last-of-type(1) {
  padding-bottom: 0.72rem;
}
.m-wrap .customfeed h2 {
  margin-top: 0.533rem;
  margin-bottom: 0.2rem;
}
.m-wrap .component-subtool {
  width: 10rem;
  margin: auto;
  font-size: 0;
  margin-bottom: 0.8rem;
}
.m-wrap .component-subtool .item {
  display: inline-block;
  vertical-align: top;
  width: 3.307rem;
  height: 1.307rem;
  border: 1px solid #eff0f3;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  margin-bottom: 0.133rem;
}
.m-wrap .component-subtool .item .icon {
  width: 0.667rem;
  height: 0.667rem;
  margin: 0.307rem 0.213rem;
}
.m-wrap .component-subtool .item .info {
  width: 2rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-wrap .component-subtool .item .info h3 {
  font-size: 0.28rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.093rem;
  text-align: left;
}
.m-wrap .component-subtool .item .info p {
  font-size: 0.2rem;
  color: #666666;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
.m-wrap .component-subtool .item:nth-of-type(3n) {
  margin-right: 0;
}
.m-wrap .feedbackList {
  width: 100%;
  padding: 0 0.4rem;
  overflow: hidden;
  background: #fefefe;
}
.m-wrap .feedbackList > .item {
  width: 100%;
  padding-top: 1.253rem;
  position: relative;
  margin-bottom: 0.6rem;
}
.m-wrap .feedbackList > .item .client {
  width: 1.813rem;
  height: 1.813rem;
  position: absolute;
  background: #fbfbfb;
  border-radius: 50%;
  top: 0.2rem;
  z-index: 2;
}
.m-wrap .feedbackList > .item .client .avatar {
  position: absolute;
  width: 1.413rem;
  height: 1.413rem;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.m-wrap .feedbackList > .item .info {
  position: relative;
  width: 7.2rem;
  background: #fff;
  border-radius: 0.04rem;
  -webkit-box-shadow: 0rem 0.147rem 0.573rem 0rem rgba(178, 181, 186, 0.2);
  box-shadow: 0rem 0.147rem 0.573rem 0rem rgba(178, 181, 186, 0.2);
  padding: 0 0.533rem 0 0.533rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.013rem solid transparent;
  left: 50%;
  margin-left: -3.6rem;
}
.m-wrap .feedbackList > .item .info h3 {
  font-size: 0.36rem;
  color: #1cb29d;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.667rem;
  text-align: left;
  white-space: pre-line;
}
.m-wrap .feedbackList > .item .info .subTitle {
  font-size: 0.28rem;
  font-weight: 400;
  margin-bottom: 0.053rem;
  text-align: left;
  color: #999999;
  line-height: 0.533rem;
}
.m-wrap .feedbackList > .item .info p {
  font-size: 0.26rem;
  color: #333333;
  line-height: 1.714;
  margin-bottom: 0.667rem;
  text-align: left;
}
.m-wrap .feedbackList > .item .info .user {
  text-align: right;
}
.m-wrap .feedbackList > .item .info .userName {
  font-size: 0.24rem;

  color: #333333;
  line-height: 1;
  font-weight: 550;
  margin-bottom: 0.133rem;
}
.m-wrap .feedbackList > .item .info .userRole {
  font-size: 0.187rem;
  line-height: 1;

  color: #666666;
}
.m-wrap .feedbackList > .item .info::after {
  content: "\e633";
  font-size: 0.8rem;
  color: rgba(206, 206, 206, 0.49);
  position: absolute;
  display: block;
  left: 0.333rem;
  top: -0.4rem;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m-wrap .feedbackList > .item:nth-child(odd) .client {
  right: 0.333rem;
}
.m-wrap .feedbackList > .item:nth-child(even) .client {
  left: 0.267rem;
}
.m-wrap .feedbackList > .item:nth-child(even) .info::after {
  width: 0.8rem;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: unset;
  right: 0.333rem;
}
.m-wrap .feedbackList > .item:nth-last-child(1) {
  margin-bottom: 1.466rem;
}

.clientList {
  width: 100%;
  padding: 0 30px;
  margin-bottom: -30px;
  font-size: 0;
}
.clientList .clients {
  width: 144px;
  height: 78px;
  display: inline-block;
  border: 1px solid #eff0f3;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.clientList .clients > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.clientList .clients:nth-of-type(5n) {
  margin-right: 0;
}

.clientList.m {
  width: 100%;
  padding: 0 0.4rem;
  font-size: 0;
  text-align: left;
  margin-bottom: -0.4rem;
}
.clientList.m .clients {
  width: 1.97rem;
  height: 1.067rem;
  display: inline-block;
  border: 1px solid #eff0f3;
  margin-right: 0.4rem;
  margin-bottom: 0.267rem;
  position: relative;
}
.clientList.m .clients > img {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.clientList.m .clients:nth-of-type(4n) {
  margin-right: 0;
}
