#banner {
  background-image:url(/zh/images/bgcover/pc/cloud_batchcal.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#space-a {
  width: 100%;
  padding: 0 0 58px;
  background-color: white;
}
#space-a strong h2 {
  padding: 51px 0 39px;
}
#space-a strong p {
  width: 1140px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
#space-b {
  padding: 0 0 74px;
  background-color: #f7f7f7;
}
#space-b strong h2 {
  padding: 57px 0 45px;
}
#space-b .img-text-lane {
  width: 1260px;
  margin: 0 auto;
}
#space-b .img-text-lane ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
#space-b .img-text-lane ul .img-text-space {
  margin: 0 auto;
}
#space-b .img-text-lane ul .img-text-space:hover img {
  margin: 0 auto;
  animation: hi 1s 1;
  -webkit-animation: hi 1s 1;
  animation-fill-mode: forwards;
}
#space-b .img-text-lane ul li {
  flex: 1;
}
#space-b .img-text-lane ul li:nth-child(1) .img-text-space,
#space-b .img-text-lane ul li:nth-child(3) .img-text-space {
  width: 369px;
}
#space-b .img-text-lane ul li:nth-child(2) .img-text-space {
  width: 370px;
}
#space-b .img-text-lane ul li img {
  display: block;
  height: 130px;
  margin: 0 auto;
}
#space-b .img-text-lane ul li h3 {
  padding: 26px 0 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
	color: #333333;
  text-align: center;
  text-shadow: .2px .2px .2px #333333;
}
#space-b .img-text-lane ul li p {
  padding: 17px 0 0;
  font-size: 14px;
	line-height: 22px;
	color: #8a8a8a;
  text-align: center;
}
#space-d {
  padding: 0 0 65px;
  background-color: #f7f7f7;
}
#space-d h2 {
  padding: 63px 0 35px 0;
}
#space-d p {
  font-size: 16px;
	line-height: 24px;
	color: #333333;
  text-align: center;
  text-shadow: .1px 0 .1px #666666;
}
#space-d button {
  display: block;
  width: 221px;
  height: 44px;
  padding: 0;
  border: 0;
  background-color: #ed6827;
  margin: 59px auto 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
#space-d button a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
#space-d button:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  animation: qjump .5s 1;
  -webkit-animation: qjump .5s 1;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  #space-a {
    width: 100%;
    padding: 0 0 58px;
    background-color: #F7F7F7;
  }
  #space-a strong h2 {
    padding: 31px 0 29px;
    font-size: 24px;
  }
  #space-a strong p {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
    text-align: left;
  }
  #space-b {
    padding: 0 0 44px;
  }
  #space-b strong h2 {
    padding: 43px 0 35px;
  }
  #space-b .img-text-lane {
    width: 100%;
    margin: 0 auto;
  }
  #space-b .img-text-lane ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #space-b .img-text-lane ul .img-text-space {
    margin: 0 auto;
  }
  #space-b .img-text-lane ul .img-text-space:hover img {
    margin: 0 auto;
    animation: hi 1s 1;
    -webkit-animation: hi 1s 1;
    animation-fill-mode: forwards;
  }
  #space-b .img-text-lane ul li {
    flex: 1;
  }
  #space-b .img-text-lane ul li:nth-child(1) .img-text-space,
  #space-b .img-text-lane ul li:nth-child(3) .img-text-space {
    width: 100%;
  }
  #space-b .img-text-lane ul li:nth-child(2) .img-text-space {
    width: 100%;
  }
  #space-b .img-text-lane ul li img {
    display: block;
    height: 130px;
    margin: 0 auto;
  }
  #space-b .img-text-lane ul li h3 {
    padding: 26px 0 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    text-shadow: .2px .2px .2px #333333;
  }
  #space-b .img-text-lane ul li p {
    padding: 17px 20px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #8a8a8a;
    text-align: center;
  }
  #space-d {
    padding: 0 20px 45px;
  }
  #space-d h2 {
    padding: 43px 0 15px 0;
    font-size: 24px;
  }
  #space-d p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    text-shadow: 0 0 0 #666666;
  }
  #space-d button {
    display: block;
    width: 221px;
    height: 44px;
    border: 0;
    background-color: #ed6827;
    margin: 59px auto 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  #space-d button:hover {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
    animation: qjump .5s 1;
    -webkit-animation: qjump .5s 1;
    animation-fill-mode: forwards;
  }
}


#space-c {
  padding: 73px 0 93px;
}
#space-c h2 {
  padding: 0 0 30px 0;
}
#space-c .change-box {
  position: relative;
  width: 1260px;
  border: 1px solid #ededed;
  margin: 0 auto;
  box-shadow: 0px 5px 30px 0px 
		rgba(13, 4, 9, 0.08);
}
#space-c .change-box nav {
  position: absolute;
  width: 420px;
}
#space-c .change-box nav ul li {
  width: 420px;
  height: 60px;
  background-color: white;
  border-bottom: 1px solid #ededed;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
#space-c .change-box nav ul .on {
  background-color: #ed6827;
}
#space-c .change-box nav ul li p {
  font-size: 18px;
	line-height: 60px;
	color: #333333;
  text-align: center;
}
#space-c .change-box nav ul .on p {
	color: white;
}
#space-c .change-box .content {
	margin-left: 420px;
  padding: 48px 60px 48px 47px;
  border-left: 1px solid #ededed;
}
#space-c .change-box .content .top {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
#space-c .change-box .content .top h3 {
	font-size: 20px;
	line-height: 36px;
  font-weight: 400;
	color: #333333;
  text-shadow: .1px .1px .2px #333333;
}
#space-c .change-box .content .top h3 {
	font-size: 20px;
	line-height: 36px;
  font-weight: 400;
	color: #333333;
  text-shadow: .1px .1px .2px #333333;
}
#space-c .change-box .content .top p {
  padding: 5px 0 18px;
	font-size: 14px;
  line-height: 22px;
	color: #666666;
}
#space-c .change-box .content .proess-space-lane {
  display: flex;
  padding: 60px 0 0;
}
#space-c .change-box .content .proess-space-lane .line,
#space-c .change-box .content .proess-space-lane .icon-text-space {
  width: 14.2%;
}
#space-c .change-box .content .proess-space-lane .icon-text-space .ball {
  width: 86px;
  height: 86px;
  border: solid 1px #ededed;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#space-c .change-box .content .proess-space-lane .icon-text-space p {
  width: 126px;
  padding: 35px 0 0;
  margin: 0 0 0 -20px;
  text-align: center;
}
#space-c .change-box .content .proess-space-lane .line div {
  display: flex;
  align-items: center;
  height: 6px;
  margin-top: 43px;
}
#space-c .change-box .content .proess-space-lane .line svg {
  width: 6px;
}
#space-c .change-box .content .proess-space-lane .line p {
  width: calc(100% - 6px);
    border: dashed 1px #c3c6cd;
}
.icon-text-space:hover img {
  animation: qjump .5s 1;
  -webkit-animation: qjump .5s 1;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 768px) {
  #banner .banner-inner {
    background-image:url(/zh/images/bgcover/mt/cloud_batchcal.png);
    background-size: 100%;
  }
  #space-c {
    padding: 43px 0 53px;
  }
  #space-c h2 {
    padding: 0 0 30px 0;
    font-size: 24px;
  }
  #space-c .change-box {
    position: relative;
    width: 100%;
    border: 1px solid #ededed;
    margin: 0 auto;
    box-shadow: 0px 5px 30px 0px 
      rgba(13, 4, 9, 0.08);
  }
  #space-c .change-box nav {
    position: relative;
    width: 100%;
  }
  #space-c .change-box nav ul {
    display: flex;
  }
  #space-c .change-box nav ul li {
    width: 50%;
    height: 50px;
    background-color: white;
    border-bottom: 1px solid #ededed;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
  }
  #space-c .change-box nav ul .on {
    background-color: #ed6827;
  }
  #space-c .change-box nav ul li p {
    font-size: 18px;
    line-height: 50px;
    color: #333333;
    text-align: center;
  }
  #space-c .change-box nav ul .on p {
    color: white;
  }
  #space-c .change-box .content {
    margin-left: 0px;
    padding: 48px 20px 48px 20px;
    border-left: 1px solid #ededed;
  }
  #space-c .change-box .content .top {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
  }
  #space-c .change-box .content .top h3 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #333333;
    text-shadow: .1px .1px .2px #333333;
  }
  #space-c .change-box .content .top h3 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #333333;
    text-shadow: .1px .1px .2px #333333;
  }
  #space-c .change-box .content .top p {
    padding: 5px 0 18px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
  }
  #space-c .change-box .content .proess-space-lane {
    display: block;
    padding: 60px 0 0;
  }
  #space-c .change-box .content .proess-space-lane .line,
  #space-c .change-box .content .proess-space-lane .icon-text-space {
    width: 86px;
    margin: 0 auto;
  }
  #space-c .change-box .content .proess-space-lane .icon-text-space .ball {
    width: 86px;
    height: 86px;
    border: solid 1px #ededed;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  #space-c .change-box .content .proess-space-lane .icon-text-space p {
    width: 126px;
    padding: 15px 0 0;
    margin: 0 0 0 -20px;
    text-align: center;
  }
  #space-c .change-box .content .proess-space-lane .line div {
    display: block;
    align-items: center;
    height: auto;
    margin-top: 13px;
  }
  #space-c .change-box .content .proess-space-lane .line svg {
    display: block;
    width: 6px;
    margin: 0 auto 10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
  #space-c .change-box .content .proess-space-lane .line p {
    height: 80px;
    width: 0;
    border: dashed 1px #c3c6cd;
    margin: auto;
  }
  .icon-text-space:hover img {
    animation: qjump .5s 1;
    -webkit-animation: qjump .5s 1;
    animation-fill-mode: forwards;
  }
}