.main {
  width: 100%;
  height: 100%;
  background-image: url(/Public/Home/img/download/bg.png);
  background-size: 100% 1084px;
  background-repeat: no-repeat;
  background-color: #1a1a1b;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .pc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 90px;
}
.main .pc .btn_download {
  display: flex;
  width: 800px;
  justify-content: space-between;
}

.main .pc .btn_download .btn_inner {
  position: relative;
  width: 252px;
  height: 168px;
  background-size: 154px 154px;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  transition: all 0.3s;

  /* opacity: 1; */
  background-image: url(/Public/Home/img/index/banner/circle.png);
}

.main .pc .btn_download .active {
  opacity: 1;
  background-image: url(/Public/Home/img/index/banner/circle.png);
}

.main .pc .btn_download .win .new {
  width: 220px;
  height: 52px;
  background: linear-gradient(90deg, #46a6ffcc 0%, #82ffb1cc 100%);
  border-radius: 6px;
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
}

.main .pc .btn_download .win .old_version {
  position: absolute;
  bottom: 26px;
  right: 23px;
  width: 52px;
  height: 30px;
  background: #1f2226;
  border: 1px solid #50727b;
  opacity: 0.7;
  font-size: 15px;
  border-radius: 0px 0px 6px 6px;
}

.main .pc .btn_download a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 52px;
  background-image: url(/Public/Home/img/index/banner/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 22px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(139, 247, 255, 1);
}

.main .pc .btn_download a b {
  font-weight: 400;
  margin: 0 7px;
}

.main .pc .btn_download a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ff9f16;
  margin-left: 12px;
  letter-spacing: 2px;
}

.main .pc .btn_download a span label {
  font-size: 15px;
}

.main .pc .title {
  font-size: 28px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(254, 254, 254, 1);
}
.main .pc .content {
  margin-top: 40px;
}
.main .pc .btn {
  width: 220px;
  height: 66px;
  margin-top: 50px;
  background-size: 100% 100%;
  background-image: url(/Public/Home/img/download/btn.png);
  font-size: 22px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(139, 247, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.main .pc .btn img {
  opacity: 0.6;
  transition: all 0.3s;
}
.main .pc .btn:hover {
  color: rgba(139, 247, 255, 1);
}
.main .pc .btn:hover img {
  opacity: 1;
}
.main .pc img {
  margin-right: 6px;
}

.main .jc {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.main .jc .title {
  margin-top: 60px;
  width: 100%;
  font-size: 28px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(254, 254, 254, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 16px;
  background-repeat: no-repeat;
  background-image: url(/Public/Home/img/download/jc_title.png);
}
.main .jc .title span {
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(212, 212, 212, 1);
  margin-left: 10px;
}
.main .jc .content {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .jc .content .item {
  height: 346px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #1f1f20;
}
/* .main .jc .content .item img{} */
.main .jc .content .item p {
  width: 100%;
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(254, 254, 254, 1);
  text-align: center;
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 28px;
}
.main .jc .content .item span {
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(139, 247, 255, 1);
}
.main .jc .content .item:nth-of-type(1) {
  width: 306px;
}
.main .jc .content .item:nth-of-type(2) {
  width: 534px;
}
.main .jc .content .item:nth-of-type(3) {
  width: 328px;
}
.main .jc .tip {
  margin-top: -10px;
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(254, 254, 254, 1);
  display: flex;
  align-items: center;
}
.inrtduction {
  width: 1200px;
  height: 250px;
  margin: 0 auto;
}
.inrtduction .title1 {
  color: #ffffff;
  font-size: 40px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  text-align: center;
}
.inrtduction .title2 {
  margin-top: 28px;
  color: #dbdbdb;
  text-align: center;
  letter-spacing: 3px;
  font-size: 30px;
}
.main .jc .tip img {
  margin-right: 16px;
}
.main .jc .tip a {
  color: #8bf7ff;
  text-decoration: underline;
  margin: 0 4px;
}

.main .mt {
  width: 1200px;
  height: 530px;
  background-color: #262627;
  box-sizing: border-box;
  padding: 58px 62px 78px;
  position: relative;
}
.main .mt .title {
  font-size: 28px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: white;
  /* display: flex; */
  align-items: center;
}
.main .mt .title span {
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
  margin-left: 20px;
}
.main .mt .content {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .mt .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  transition: all 0.2s;
}
.main .mt .content a:hover {
  box-shadow: 0px 0px 13px 0px rgba(3, 0, 0, 0.32);
}

.main .sp {
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .sp .title {
  width: 1200px;
  font-size: 28px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  /* display: flex; */
  align-items: center;
}
.main .sp .title span {
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(212, 212, 212, 1);
  margin-left: 16px;
}
.main .sp .content {
  margin-top: 42px;
  width: 1200px;
  height: 571px;
  background-size: 100% 100%;
  background-image: url(/Public/Home/img/download/sp_bg.png);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .sp .content .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.main .sp .content .lyq {
  margin-left: -100px;
  margin-right: 150px;
}
.main .sp .content div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .sp .content div h3 {
  font-size: 26px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: rgba(254, 254, 255, 1);
  letter-spacing: 14px;
}
.main .sp .content div p {
  margin-top: 30px;
  font-size: 22px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(215, 215, 215, 1);
  letter-spacing: 14px;
}
