﻿.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.Carousel-bg {
  background: url('../images/plan-banner.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 7%;
}
.padding8 {
  padding: 8px;
}
.margin0 {
  margin: 1px;
}
#gallery {
  background-color: #fff;
}
.gallery-title {
  font-size: 1.3rem;
}
.gallery {
  height: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 26% !important;
}
.gallery:hover {
  background-color: #d6b161;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.gallery:hover h5,
.gallery:hover span {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.grid-item {
  height: 290px;
}
#supplement {
  background-color: #f8f8f8;
  padding: 0 23%;
  margin: 0;
}
#supplement .ds-icon {
  text-align: center !important;
  margin: 0 50px;
  width: 90px;
  height: 50px;
  line-height: 49px;
  font-size: 24px;
  border: 1px solid #b69965;
  border-radius: 50%;
  font-family: Yuanti SC;
  font-weight: bold;
  color: #b69965;
}
#supplement .d-services-img {
  width: 336px;
  height: 455px;
  background: url('../images/plan2.png') no-repeat;
  background-size: 100%;
  background-position: bottom;
}
#anli {
  background-color: #fff;
}
#anli .media {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
}
#anli .textbox {
  height: 0px;
  margin: auto;
  box-sizing: border-box;
  display: inline-block;
}
#anli .textbox h4 {
  padding-bottom: 5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#anli .textbox h4,
#anli .textbox p {
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
  -webkit-line-clamp: 2;
  /*用来限制在一个块元素显示的文本的行数。*/
  -webkit-box-orient: vertical;
  /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}
#anli .iconbtn {
  float: right;
  height: 0px;
  padding-bottom: 10%;
  padding-top: 9%;
  box-sizing: border-box;
  text-align: center;
}
.single-delivery-services {
  height: 2.5rem;
}
.comback {
  text-align: center;
}
.details .container .row h1 {
  width: 100%;
  margin: 2rem 0;
}
.details .container .row p {
  text-align: left;
}
.details .container .row img {
  margin: auto;
}
.textContainer {
  width: 100%;
}
.upPage {
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: 10rem;
  height: 2rem;
  line-height: 2rem;
  border: 1px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
}
.grid-item {
  text-align: center;
}
.grid-item span {
  text-align: left;
}
