* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.page {
  position: absolute;
}

.top {
  position: relative;
}

.content-img {
  width: 100%;
  height: 835px;
}

.pageWidth {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(255, 195, 81, .9);
  padding-top: 15px;
  box-shadow: 0px 4px 20px 0px rgba(227, 154, 17, 0.4);
}

.logo {
  margin-right: 441px;
  padding-top: 6px;
  margin-left: 18px;
}

.titleText {
  margin-top: 10px;
  white-space: nowrap;
}

.titleText>span {
  font-family: Microsoft YaHei;
  font-size: 24px;
  color: #fff;
  letter-spacing: .13px;
  margin-left: 132px;
  display: inline-block;
  cursor: pointer;
  opacity: .7;
}


.titleText>span:first-child {
  margin-left: 0px;
}

.whiteSquare {
  position: absolute;
  top: 66px;
  width: 40px;
  height: 4px;
  right: 836px;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 41px;
}

.pos2 {
  right: 628px;
}

.pos3 {
  right: 418px;
}

.leftPc {
  position: absolute;
  top: 150px;
  left: 340px;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.right {
  position: absolute;
  top: 276px;
  left: 1258px;
  -webkit-transition: all .6s;
  transition: all .6s;
  text-align: left;
}

.right>.text {
  line-height: 86px;
  font-size: 38px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 56px;
  letter-spacing: 3px;
}

.downloadBtn {
  margin-top: 78px;
  width: 230px;
  height: 68px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 56px;
  opacity: 1;
  border: none;
  color: #FFA900;
  font-size: 24px;
  cursor: pointer;
  margin-left: 24px;
}

.downloadBtn>img {
  position: absolute;
  width: 26px;
  left: 74px;
  top: 212px;
}

.downloadBtn>span {
  padding-left: 30px;
}

.rightShow {
  margin-right: -600px;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.rightHide {
  left: 1340px;
  margin-right: -650px;
  opacity: 0;
  pointer-events: none;
}

.leftShow {
  right: 50%;
  margin-right: -600px;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.leftHide {
  left: 200px;
  margin-right: -650px;
  opacity: 0;
  pointer-events: none;
}



.navchange {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 370px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
}

.navleft {
  left: 230px;
  right: unset;
  background: #EBB83D;
}

#navright {
  background: #EB9E1C;
  opacity: 1;
  right: 230px;
}

.navchange img {
  padding: 18px;
  opacity: .7;
}

.navchange img:hover {
  opacity: 1;
}

.step {
  width: 50px;
  height: 6px;
  background: #e5e5e5;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  border-radius: 20px;
}

.active {
  background: #ffa600;
}


#block {
  width: 1200px;
  margin: 0 auto;
}


.browserText {
  margin-left: 12px;
  vertical-align: middle;
  width: 560px;
  height: 39px;
  font-size: 22px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}

.browserGo {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
  margin-top: 40px;
}

.browserGo li {
  align-items: center;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex: 0 0 15%;
  flex-direction: column;
  width: 162px;
  height: 162px;
  justify-content: center;
  margin-bottom: 32px;
  margin-right: 80px;
  padding: 8px;
}


.browserGo li img {
  width: 86px;
}

.browserGo li span {
  margin-top: 20px;
  color: black;
}


.showArea {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1600px) {
  .page {
    right: 0px;
  }

  #navright {
    right: 212px;
  }
}

@media screen and (max-width: 1600px) {
  .showArea {
    top: 62px;
    left: 75px;
    transform: scale(.8);
  }

  /* .right {
    top: 270px;
    left: 1120px;
  } */
}