@font-face {
  font-family: ding;
  src: url(../font/RTWSDingDingG1v1-Regular.ttf);
}
* {
  margin: 0;
  outline: none;
  border: none;
  padding: 0;
  /*list-style: none;*/
  background-color: transparent;
  text-decoration: none;
  font-family: "Segoe UI";
  letter-spacing: 0;
  /*line-height: 1;*/
  box-sizing: border-box;
}
ol,ul{
  padding-left: 1em;
}
.vitla-pages .logo {
  font-size: 0;
  line-height: 0;
}
.vitla-pages .logo img {
  width: 100%;
}
.vitla-pages .container {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 1526px;
}
.vitla-pages .vitla-module.padding-t {
  padding-top: 100px;
}
.vitla-pages .vitla-module.padding-b {
  padding-bottom: 100px;
}
.vitla-pages .vitla-module.padding-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.vitla-pages .vitla-module .module-tit {
  margin-bottom: 90px;
}
.vitla-pages .vitla-module .module-tit h2 {
  font-size: 0.4rem;
  line-height: 1.325;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.vitla-pages .vitla-module .module-tit.white h2 {
  color: #fff;
  font-weight: 500;
}
.vitla-pages .pic {
  font-size: 0;
  position: relative;
}
.vitla-pages .pic .img,
.vitla-pages .pic video {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.vitla-pages .pic[data-src] .img {
  display: none;
}
.vitla-pages .pic[data-src]::before {
  content: '';
  /*background: #f5f5f5 url('../images/logo_b.png') no-repeat center center / auto;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.vitla-pages .pic::after {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
.vitla-pages .btn {
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #7ac142;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.33;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.vitla-pages .btn.hollow-btn {
  border: 1px solid #7ac142;
  background-color: transparent;
}
.vitla-pages .btn .iconfont {
  margin-right: 12px;
}
.vitla-pages .sidebar {
  position: fixed;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.vitla-pages .sidebar .box {
  margin-bottom: 4px;
  border-radius: 6px;
  border: 1px solid #7ac142;
  width: 86px;
  height: 86px;
  background-color: #FFFFFF;
  color: #7ac142;
  font-size: 0.14rem;
  line-height: 2.57;
  box-shadow: 0px 3px 6px #00000029;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.vitla-pages .sidebar .box:hover {
  background-color: #7ac142;
  color: #fff;
}
.vitla-pages .sidebar .box .iconfont {
  margin-top: 5px;
  font-size: 0.35rem;
}
.vitla-pages .banner {
  /*background: #9c9da2 url(../images/bannerBg.png) no-repeat top left / cover;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.vitla-pages .banner:before{
	position: absolute;
  background: transparent url(../images/bannerBg.png) no-repeat top left / cover;
	z-index: 5;
	content:"";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.vitla-pages .banner .container{
	z-index: 6;
}
.vitla-pages .banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vitla-pages .banner .container .text-box {
  padding-right: 22px;
  color: #fff;
  width: 41%;
}
.vitla-pages .banner .container .text-box h1 {
  margin-bottom: 15px;
  font-size: 0.54rem;
  line-height: 1.33;
  font-weight: 300;
}
.vitla-pages .banner .container .text-box p {
  font-size: 0.24rem;
  line-height: 1.5;
  font-weight: 300;
}
.vitla-pages .banner .pic {
  /*width: 55%;*/
  width: 61%;
}
.vitla-pages .banner .pic::after {
  padding-top: 46.14%;
}
