.pageBox {
  padding-top: 70px;
  background-color: #fff;
}
.tool1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 560px;
  background: url(../images/vrzhizuo1.jpg) no-repeat center;
  background-size: cover;
  background-color: #1a202c;
}
.tool1 .tool1-content .tool1-content-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.tool1 .tool1-content .tool1-content-1 h2 {
  font-size: 40px;
  padding-bottom: 20px;
}
.tool1 .tool1-content .tool1-content-1 p {
  font-size: 20px;
  padding-bottom: 30px;
}
.tool1 .tool1-content .tool1-content-img {
  padding-right: 446px;
}
.tool1 .tool1-content .tool-btn-box {
  padding: 40px 20px 0;
}
.tool1 .tool1-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.tool1 .tool1-bg-1 {
  height: 730px;
  padding-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tool1 .tool1-bg-2 {
  width: 1090px;
  height: 700px;
  background: url(../images/tool1-3.png) no-repeat center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}
.tool1 .tool1-video {
  position: relative;
  width: 958px;
  height: 523px;
}
.tool1 .tool1-video .tool1-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.tool1 .tool1-video .tool1-player {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.tool-btn {
  width: 156px;
  height: 44px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 5px;
  line-height: 44px;
  background-color: #286efa;
  border-color: #286efa;
  font-weight: normal;
}
.tool-btn:hover {
  background-color: #1b60ff;
  border-color: #1b60ff;
  color: #fff;
}
.tool-btn-1 {
  color: #909090;
  border-color: transparent;
  background-color: transparent;
}
.tool-btn-1:hover {
  color: #fff;
  background-color: transparent;
}
.vr-tool-editor {
  position: relative;
  z-index: 66;
  margin-top: -140px;
  padding-top: 56px;
}
.vr-tool-editor > div {
  width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  background-color: #000000;
  -webkit-box-shadow: 0 20px 60px rgba(26, 32, 44, 0.5);
  box-shadow: 0 20px 60px rgba(26, 32, 44, 0.5);
}
.vr-tool-editor > div img {
  width: 100%;
}
.tool2 {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding: 80px 0;
}
.tool2-video {
  position: absolute;
  left: 135px;
  top: 192px;
  width: 750px;
  height: 453px;
}
.tool2-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.tool2-palyer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1500;
}
.tool2-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tool2-tabnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
}
.tool2-tabnav .tool2-tabnav-item {
  display: inline-block;
  font-size: 16px;
  margin: 0 20px;
  padding: 18px 0;
  border-bottom: 2px solid transparent;
  font-weight: bolder;
  cursor: pointer;
  color: #9b9b9b;
}
.tool2-tabnav .tool2-tabnav-item.active {
  color: #333;
  border-bottom-color: #333;
}
.tool2-tabcontent {
  height: 130px;
  text-align: center;
  line-height: 30px;
  padding-top: 20px;
}
.tool2-tabcontent .tool2-tabcontent-item {
  display: none;
}
.tool2-tabcontent .tool2-tabcontent-item.active {
  display: block;
}
.tool2-tabcontent .tools-btngroup {
  padding-top: 20px;
}
.tool2-tabcontent .tools-btngroup-title {
  font-weight: bolder;
}
.tool2-tabcontent .tool2-btn {
  text-align: center;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 5px;
  background-color: #286efa;
  border-color: #286efa;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.tool2-tabcontent .tool2-btn:hover {
  background-color: #1b60ff;
  border-color: #1b60ff;
}
.tool-title {
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
}
.tool-title.tool-title-white {
  color: #fff;
}
.tool2-advance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tool2-adv-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tool2-adv-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.tool2-adv-item p {
  font-size: 13px;
  color: #7a7a7a;
  text-align: center;
  line-height: 1.5;
}
.tool2-adv-item img {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.tool2-adv-item:hover {
  -webkit-box-shadow: 0 0 60px rgba(26, 32, 44, 0.1);
  box-shadow: 0 0 60px rgba(26, 32, 44, 0.1);
}
.tool-sub-tilte {
  font-size: 28px;
  margin-bottom: 30px;
}
.tool-sub-tilte.tool-sub-white {
  color: #fff;
}
.tool3 {
  padding: 50px 0;
  text-align: center;
  background-color: #1a202c;
}
.tool3 .tool3-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #3d4a64;
}
.tool3 .tool3-content:last-child {
  border-bottom: none;
}
.hoverTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hoverTab .hoverTab-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.tool-vrEditor .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tool-vrEditor .item .thumb {
  width: 728px;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
}
.tool-vrEditor .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tool-vrEditor .item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 50px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
.tool-vrEditor .item .content .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.tool-vrEditor .item .content .desc {
  font-size: 14px;
  margin-bottom: 10px;
}
.tool-vrEditor .item .content p {
  font-size: 12px;
  color: #576580;
  margin-bottom: 8px;
}
.tool-vrEditor .banner-pagination {
  margin-top: 20px;
}
.tool-vrEditor .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
}

.func-list {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 10px;
  background-color: #2a3139;
  border-radius: 10px;
}
.func-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  padding: 15px 0;
}
.func-list li img {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.6;
}
.func-list li span {
  display: block;
}
.develop2-part {
  padding-bottom: 70px;
}
.develop2-part:last-child {
  border-bottom: none;
}
.buchong {
  max-width: 900px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8;
}
.scene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.scene .scene-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scene-item {
  margin-right: 10px;
  background-position: 0;
  overflow: hidden;
  position: relative;
  width: 180px;
  height: 380px;
  border-radius: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.scene-item.active {
  width: 428px;
}
.scene-item.active .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scene-item .scene-item-inner {
  position: relative;
  width: 428px;
  height: 380px;
}
.scene-item .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 180px;
  height: 380px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(41, 45, 49, 0.8)),
    to(rgba(19, 15, 70, 0.7))
  );
  background: -o-linear-gradient(
    top,
    rgba(41, 45, 49, 0.8),
    rgba(19, 15, 70, 0.7)
  );
  background: linear-gradient(
    180deg,
    rgba(41, 45, 49, 0.8),
    rgba(19, 15, 70, 0.7)
  );
  border-radius: 5px 0 0 5px;
  padding-left: 16px;
  padding-right: 10px;
  float: left;
  z-index: 1;
  display: none;
  text-align: left;
}
.scene-item .content .icon {
  width: 30px;
  margin-top: 28px;
}
.scene-item .content .icon img {
  width: 100%;
}
.scene-item .content .title {
  padding-top: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}
.scene-item .content .subtitle {
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  padding-top: 134px;
  font-size: 14px;
}
.scene-item .content .desc {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 17px;
  padding-top: 11px;
  margin-bottom: 16px;
}
.scene-item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tool4 {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.tool5 {
  background: url(../images/tool5.jpg) no-repeat scroll center center/cover;
  height: 597px;
  width: 100%;
  position: relative;
}
.tool5 .tool5-content {
  width: 522px;
  color: #fff;
  position: absolute;
  left: 45%;
  top: 130px;
  text-align: center;
  line-height: 1.4;
}
.tool5 .tool5-content img {
  width: 200px;
  height: 45px;
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}
.tool5 .tool5-content .tool5-logo {
  width: 100px;
  display: block;
  margin-top: 30px;
}
.tool6 {
  background: -o-radial-gradient(500px 100px at 49% 0%, #4e566c 20%, #333 96%);
  background: radial-gradient(500px 100px at 49% 0%, #4e566c 20%, #333 96%);
}
.tool6 .tool6-content {
  margin: 0 auto;
  width: 1180px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.downloadModal {
  background-color: #ffffff;
  border-radius: 6px;
  width: 300px;
  height: 365px;
  display: none;
}
.downloadModal .downloadModal-wrapper {
  width: 100%;
  height: 100%;
}
.downloadModal img {
  display: block;
  width: 260px;
  height: 260px;
}
.downloadModal .downloadModal-desc {
  text-align: center;
  font-size: 16px;
}
.downloadModal .downloadModal-desc p {
  padding: 1em 0;
}
.downloadModal .downloadModal-desc a {
  display: block;
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .tool-btn {
    display: none;
  }
  .tool1 {
    height: 300px;
  }
  .vr-tool-editor {
    display: none;
  }
  .tool1 .tool1-bg {
    height: 300px;
  }
  .tool1 .tool1-content .tool1-content-1 h2 {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .tool1 .tool1-content .tool1-content-1 p {
    font-size: 13px;
    margin-top: 10px;
  }
  .tool1 .tool1-content .tool1-content-1 .tool-btn-box {
    display: none;
  }
  .tool2-advance {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tool2-adv-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 50%;
    padding: 20px;
  }
  .tool1 .tool1-bg-1 {
    height: 248px;
    padding-top: 0;
  }
  .tool1 .tool1-bg-2 {
    height: 100%;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0;
    background-size: contain;
    background: none;
  }
  .tool1 .tool1-video {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    background: url(../image/tool1-3.png) no-repeat center top;
  }
  .tool2 {
    width: 100%;
    padding: 50px 15px;
  }
  .tool2-video {
    width: 90%;
    height: 203px;
    left: 50%;
    padding: 10px;
    background-color: #000;
    border-radius: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tool2-content {
    padding: 0 20px;
  }
  .tool2-tabnav .tool2-tabnav-item {
    font-size: 14px;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .tool2-tabcontent .tool2-btn {
    margin-bottom: 10px;
  }
  .tool3 {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tool3 img {
    width: 100%;
  }
  .tool3 img.tool3-moblie {
    display: inline-block;
  }
  .tool3 img.tool3-pc {
    display: none;
  }
  .tool3 .tool3-content {
    padding: 20px 0;
  }
  .tool-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .tool-sub-tilte {
    font-size: 20px;
  }
  .tool-vrEditor .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tool-vrEditor .item .thumb {
    width: 100%;
    height: auto;
  }
  .tool-vrEditor .item .thumb img {
    height: auto;
  }
  .tool-vrEditor .item .content {
    padding-left: 0;
    width: 100%;
  }
  .tool4 img {
    width: 100%;
  }
  .tool4 img.tool4-moblie {
    display: inline-block;
  }
  .tool4 img.tool4-pc {
    display: none;
  }
  .tool5 {
    display: none;
  }
  .tool6 {
    background: -o-radial-gradient(300px 100px at 49% 0, #4e566c 20%, #222 96%);
    background: radial-gradient(300px 100px at 49% 0, #4e566c 20%, #222 96%);
  }
  .tool6 .tool6-content {
    display: none;
  }
  .tool6 .tool6-mobile-tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 152px;
  }
  .tool6 .tool6-mobile-tip span {
    background-color: #286efa;
    border-color: #286efa;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    font-weight: bolder;
    display: inline-block;
    border-radius: 3px;
  }
  .pageBox {
    padding-top: 70px;
    overflow-x: hidden;
  }
}
