.banner {
  width: 7.5rem;
  height: 3rem;
}
.banner > div {
  display: none;
}
.banner-pic {
  width: 100%;
  height: 3rem;
  background: url("../images/server-banner.jpg") no-repeat center top;
  background-size: cover;
}
.banner-pic2 {
  width: 100%;
  height: 3rem;
  background: url("../images/server-banner2.jpg") no-repeat center top;
  background-size: cover;
}
.container {
  width: 7.5rem;
}
.tab-title {
  padding: 0 0.3rem;
  width: 100%;
  height: 0.6rem;
  margin: 0 auto;
  display: flex;
  box-shadow: 0 0.15rem 0.1rem -0.15rem #f4f4f4;
}
.tab-title li {
  width: 50%;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.26rem;

  color: #333333;
  cursor: pointer;
  user-select: none;
}
.liactive {
  font-weight: 600;
  border-bottom: 0.02rem solid #0028c9;
}
.content {
  width: 7.5rem;
}
.content section {
  display: none;
}
.conactive {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.total-item h1 {
  font-size: 0.36rem;
  color: #333;
  text-align: center;
  font-weight: 600;
}
.total-item h2 {
  font-size: 0.22rem;
  color: #999999;
  text-align: center;
  margin-top: 0.2rem;
}
.total-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem .6rem;
}
.total-item div:nth-child(1) {
  width: 100%;
  margin-bottom: 0.15rem;
}

.item-box {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  margin: 0.15rem 0;
}
.total-item div img{
  margin-right: .2rem;
}
.total-item div:nth-child(2) img {
  width: 0.43rem;
  height: 0.53rem;
}
.total-item div:nth-child(3) img {
  width: 0.42rem;
  height: 0.50rem;
}
.total-item div:nth-child(4) img {
  width: 0.48rem;
  height: 0.49rem;
}
.total-item div:nth-child(5) img {
  width: 0.48rem;
  height: 0.49rem;
}
.total-item div:nth-child(6) img {
  width: 0.45rem;
  height: 0.45rem;
}
.item-box h5 {
  font-size: 0.26rem;
  color: #333;
  font-weight: 600;
}
.item-box p {
  margin-top: 0.10rem;
  font-size: 0.24rem;
  color: #999999;
}
/* 服务价值版块 */
.service-value {
  width: 100%;
  background-color: #f4f4f4;
}
.service-item {
  padding: 0.4rem 0;
}
.service-item h1 {
  font-size: 0.36rem;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.services h1 {
  margin: 0.3rem 0;
  display: flex;
  justify-content: center;
  font-size: 0.3rem;
  color: #333;
}
.services h1 span {
  margin-right: 0.15rem;
  display: block;
  width: 0.5rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  background: url("../images/order-bg.png") no-repeat center top;
  background-size: cover;

}

.service-box {
  display: flex;
  flex-direction: column;
  margin:0 .3rem ;
}
.service-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.02rem solid #fff;
  border-radius: 0.1rem;
  background-color: #f1f2f5; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to bottom right, #f1f2f5, #ffffff);
  box-shadow: 0 0 0.15rem 0.01rem #ecedf0;
  margin-bottom: .2rem;
}
.service-box > div img {
  margin: 0.2rem 0;
  width: 1rem;
  height: 1rem;
}
.service-box > div h4 {
  font-size: 0.24rem;
  color: #333;
  font-weight: 600;
}
.service-box > div p {
  margin: .2rem .3rem;
  line-height: 0.34rem;
  font-size: 0.22rem;
  text-align: justify;
}
.service-box1 {
  height: 1.96rem;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  border: 0.02rem solid #fff;
  border-radius: 0.1rem;
  background-color: #f1f2f5; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #f1f2f5, #ffffff);
  box-shadow: 0 0 0.15rem 0.01rem #ecedf0;
  margin: 0 0.3rem;
}
.service-box1 img {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
}
.service-box1 > div {
  display: flex;
  flex-direction: column;
  margin:0  0.25rem;
  text-align: justify;
}
.service-box1 > div h4 {
  font-size: 0.24rem;
  color: #333;
  font-weight: 600;
  margin: 0.2rem 0;
}
.service-box1 > div p {
  line-height: 0.34rem;
  font-size: 0.22rem;
}
/* 服务流程板块 */
.service-process {
  width: 100%;
  background-color: #ffffff;
}
.process-item {
  padding: 0.4rem 0.8rem;
  display: flex;
  flex-direction: column;
}
.process-item div:nth-child(1) {
  width: 100%;
}
.process-item h1 {
  display: block;
  width: 100%;
  font-size: 0.36rem;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin-bottom: 0.2rem;
}
.process-item div {
  border-radius: 0.1rem;
  border: 0.02rem solid #ffffff;
  background-color: #f1f2f5; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #f1f2f5, #ffffff);
  box-shadow: 0 0 0.15rem 0.01rem #ecedf0;
  position: relative;
  margin-bottom: 0.2rem;
}
.process-item h2 {
  margin: 0.3rem;
  font-size: 0.24rem;
  color: #333;
  font-weight: 600;
}
.process-item p {
  margin: 0.6rem 0.28rem;
  line-height: 0.34rem;
  font-size: 0.22rem;
  text-align: justify;
}
.process-item img {
  position: absolute;
  bottom: 0rem;
  right: 0.28rem;
}
.process-item div:nth-child(2) img {
  width: 1.81rem;
  height: 1.32rem;
}
.process-item div:nth-child(3) img {
  width: 2.24rem;
  height: 1.21rem;
}
.process-item div:nth-child(4) img {
  width: 1.81rem;
  height: 1.38rem;
}
.process-item div:nth-child(5) img {
  width: 1.9rem;
  height: 1.26rem;
}
.process-item div::after {
  position: absolute;
  content: "";
  width: 5.24rem;
  height: 0.01rem;
  top: 0.9rem;
  left: 0.28rem;
  background-color: #eeeeee;
  background-image: linear-gradient(to right, #eeeeee, #efefef);
}
/* 广告投放板块 */
.advertising {
  width: 100%;
  background-color: #f4f4f4;
}
.advertising-item {
  padding: 0.4rem .3rem;
}
.advertising-item h1 {
  font-size: 0.3rem;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.advertising-box {
  display: flex;
  flex-direction: column;
}
.advertising-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.02rem solid #fff;
  border-radius: 0.1rem;
  background-color: #f1f2f5; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to bottom right, #f1f2f5, #ffffff);
  box-shadow: 0 0 0.15rem 0.01rem #ecedf0;
  margin-top: 0.25rem;
}
.advertising-box > div img {
  margin: 0.3rem 0;
  width: 1rem;
  height: 1rem;
}
.advertising-box > div h4 {
  /* margin: 0.2rem 0; */
  font-size: 0.24rem;
  color: #333;
  font-weight: 600;
}
.advertising-box > div p {
  margin: 0.25rem .3rem;
  line-height: 0.34rem;
  font-size: 0.22rem;
  text-align: justify;
}
.scene {
  width: 100%;
  background-color: #ffffff;
}
.scene-item {
  padding: 0.4rem .65rem;
}
.scene-item h1 {
  font-size: 0.3rem;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.scene-box {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  height: 3.6rem;
  width: 6.2rem;
  align-content: space-between;
  justify-content: space-between
}
.scene-box > div {
  /* margin-right: 0.5rem; */
  width: 1.56rem;
  height: 1.56rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f1f2f5; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to bottom right, #f1f2f5, #ffffff);
  box-shadow: 0 0 0.15rem 0.01rem #ecedf0;
  border: 0.02rem solid #fff;
}

.scene-box > div:nth-child(1) img {
  width: 0.6rem;
  height: 0.56rem;
}
.scene-box > div:nth-child(2) img {
  width: 0.6rem;
  height: 0.6rem;
}
.scene-box > div:nth-child(3) img {
  width: 0.56rem;
  height: 0.6rem;
}
.scene-box > div:nth-child(4) img {
  width: 0.6rem;
  height: 0.54rem;
}
.scene-box > div:nth-child(5) img {
  width: 0.58rem;
  height: 0.60rem;
}
.scene-box > div:nth-child(6) img {
  width: 0.6rem;
  height: 0.58rem;
}
.scene-box > div p {
  font-weight: 600;
  color: #333;
  margin-top: 0.15rem;
  font-size: 0.26rem;
}
.none {
  position: absolute;
  top: 4rem;
}
.none1 {
  height: .9rem;
}