* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
.download_box {
  width: 100%;
  background: url(img/downloadbigbg.png) repeat-y;
  background-size: 100% 1000px;
}
.download_box .download_topBgbox {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(img/downloadTopbg.png) no-repeat;
  background-size: 100% 500px;
}
.download_box .download_topBgbox img {
  width: 100%;
}
.download_box .download_topBgbox .download_topTitle {
  width: 300px;
  line-height: 30px;
  font-size: 20px;
  color: #ffde9d;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -50px;
}
.download_box .download_bottom {
  padding: 0px 0px 104px 0px;
  display: flex;
  justify-content: center;
}
.download_box .download_bottom .download_bottomBox {
  width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.download_box .download_bottom .download_bottomBox .download_listBox:nth-child(2n) {
  border-left: 0;
}
.download_box .download_bottom .download_bottomBox .download_listBox {
  width: 600px;
  height: 840px;
  background: #ffffff;
  position: relative;
  margin-top: 40px;
  border: 1px solid #e4e4e4;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_listBox_bgimg {
  width: 100%;
  height: 338px;
  background: url(img/downloadbg.png) no-repeat;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs {
  width: 100%;
  height: 502px;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_listBox_maxtitle {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_listBox_maxtitle .max_title {
  font-size: 36px;
  font-weight: 500;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_listBox_maxtitle .min_title {
  margin-left: 20px;
  padding-top: 16px;
  font-size: 20px;
  position: relative;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_listBox_maxtitle .min_title span {
  width: 29px;
  height: 29px;
  background: #e53b26;
  border-radius: 80px 80px 80px 0px;
  position: absolute;
  top: 0;
  margin-left: 2px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 29px;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_listBox_mintitle {
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_listBox_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_listBox_content .box {
  width: 460px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_listBox_content .box .minCircle {
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  margin-right: 12px;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_listBox_content .box .content {
  cursor: pointer;
  text-align: left;
  width: 440px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_btn .btn {
  cursor: pointer;
  width: 310px;
  height: 64px;
  background: linear-gradient(90deg, #f9c763 0%, #f8a158 100%);
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
}
.download_box .download_bottom .download_bottomBox .download_listBox .download_bottomBoxs .download_btn .btn img {
  margin-right: 12px;
}
