.pc .download {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.pc .download .pc_box {
  width: 100%;
  height: 100%;
  background: url(https://oss.chineserd.com/group1/M00/25/88/rBcjNmNaMJaATrMNAAK1foVdJ44161.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.pc .download .pc_box .centent {
  max-width: 1200px;
  height: 80%;
  margin: auto;
  padding-top: 70px;
  box-sizing: border-box;
}
.pc .download .pc_box .centent .titleBox {
  width: 100%;
  height: 53px;
  display: flex;
}
.pc .download .pc_box .centent .titleBox .logo {
  width: 53px;
  height: 53px;
  background: #ffffff;
  box-shadow: 0px 1px 11px 0px rgba(91, 27, 27, 0.15);
  border-radius: 11px;
  margin-right: 7px;
  overflow: hidden;
}
.pc .download .pc_box .centent .titleBox .logo img {
  width: 100%;
  height: 100%;
}
.pc .download .pc_box .centent .titleBox .textBox {
  height: 100%;
  display: flex;
  align-items: center;
}
.pc .download .pc_box .centent .titleBox .textBox .titleName {
  font-size: 32px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
  margin-right: 20px;
}
.pc .download .pc_box .centent .titleBox .textBox .xian {
  width: 0px;
  height: 60%;
  border: 1px solid #999999;
  margin-right: 20px;
}
.pc .download .pc_box .centent .titleBox .textBox .text_p {
  font-size: 24px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.pc .download .pc_box .centent .uls {
  width: 100%;
  height: calc(100% - 70px);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.pc .download .pc_box .centent .uls .list_left {
  padding-top: 70px;
}
.pc .download .pc_box .centent .uls .list_left .name {
  width: 100%;
  font-size: 52px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: left;
  margin-bottom: 12px;
}
.pc .download .pc_box .centent .uls .list_left .twoName {
  width: 100%;
  font-size: 36px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-align: left;
  margin-bottom: 48px;
}
.pc .download .pc_box .centent .uls .list_left .list_butBox {
  display: flex;
}
.pc .download .pc_box .centent .uls .list_left .list_butBox div {
  min-width: 261px;
  height: 64px;
  border-radius: 8px 8px 8px 8px;
  font-size: 24px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc .download .pc_box .centent .uls .list_left .list_butBox div:nth-child(1) {
  background: #e80202;
  margin-right: 49px;
}
.pc .download .pc_box .centent .uls .list_left .list_butBox div:nth-child(2) {
  background: #5152d1;
}
.pc .download .pc_box .centent .uls .list_left .lissss {
  margin-top: 31px;
  position: relative;
}
.pc .download .pc_box .centent .uls .list_left .lissss .list_butBox2 {
  height: 261px;
  display: flex;
}
.pc .download .pc_box .centent .uls .list_left .lissss .list_butBox2 div {
  z-index: 9999999999;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 261px;
  padding-top: 5.5%;
  padding-bottom: 3.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: url(https://oss.chineserd.com/group1/M00/25/88/rBcjNmNaMLWAS70gAAAXzOjy07k076.png) no-repeat;
  background-size: 100% 100%;
}
.pc .download .pc_box .centent .uls .list_left .lissss .list_butBox2 div img {
  width: 229px;
  height: 229px;
}
.pc .download .pc_box .centent .uls .list_left .lissss .list_butBox2 div:nth-child(1) {
  margin-right: 49px;
}
.pc .download .pc_box .centent .uls .list_right {
  width: 500px;
  height: 100%;
  position: relative;
}
.pc .download .pc_box .centent .uls .list_right img {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 9;
  width: 96%;
  height: auto;
}
.pc .download .pc_box .botBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pc .download .pc_box .botBox img {
  width: 100%;
}
