.download-banner-section {
  position: relative;
  margin-bottom: 60px;
}
.download-banner-section .download-banner-bg {
  position: absolute;
  top: 0;
}
.download-banner-section .download-banner-bg img {
  width: 100%;
}
.download-banner-section .title-group {
  position: relative;
  padding-top: 2%;
  width: 100%;
  /* .title {margin-top: 0;} */
}
.download-banner-section .title-group .subtitle {
  font-size: 16px;
}
.download-banner-section .download-banner-block {
  position: relative;
  margin-top: 40px;
  width: 100%;
}
.download-banner-section .download-banner-block .editor-download {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #daf4ec;
}
.download-banner-section .download-banner-block .editor-download > * {
  display: inline-block;
}
.download-banner-section .download-banner-block .editor-download a {
  margin-right: 10px;
  text-decoration: underline;
}
.download-banner-section .download-banner-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("/images/bg/download_bg3.png");
  background-size: 100% 100%;
}
.download-banner-section .download-banner-content .text-wrap {
  right: -5%;
}
.download-banner-section .download-banner-content .text-wrap h1 {
  margin-top: 50px;
  font-size: 32px;
}
.download-banner-section .download-banner-content .text-wrap p {
  margin-bottom: 5px;
  color: #666;
}
.download-banner-section .download-banner-content .image-wrap {
  margin-left: -9%;
  right: -16%;
  margin-top: 3%;
}
.new-banner-container {
  padding-top: 30px;
  padding-bottom: 20px;
  background: url(//files.animiz.cn/download_page/wmvideo/bannerBg.png) no-repeat #3BC095;
  position: relative;
}
@media screen and (min-width: 992px) {
  .new-banner-container {
    background: no-repeat #3BC095;
  }
}
@media screen and (min-width: 992px) {
  .new-banner-container .box {
    background: url(//files.animiz.cn/download_page/wmvideo/bannerBg.png) no-repeat #3BC095;
    background-position: 70% center;
  }
}
@media screen and (min-width: 1200px) {
  .new-banner-container .box {
    background-position: 60% center;
  }
}
.new-banner-container .banner-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .new-banner-container .banner-left {
    position: relative;
    top: 0;
    transform: translateY(0);
    text-align: center;
  }
}
.new-banner-container .banner-left .software {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .new-banner-container .banner-left .software {
    margin-bottom: 15px;
  }
}
.new-banner-container .banner-left .software .name {
  position: relative;
  font-size: 32px;
  line-height: 29px;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .new-banner-container .banner-left .software .name {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .new-banner-container .banner-left .software .name {
    font-size: 28px;
  }
}
.new-banner-container .banner-left .software .name .version {
  position: absolute;
  top: 50%;
  right: 0;
  width: 76px;
  height: 30px;
  text-align: center;
  background: #fff;
  border-radius: 15px 15px 15px 0px;
  display: block;
  color: #3BC095;
  line-height: 30px;
  font-size: 16px;
  transform: translate(112%, -50%);
}
@media screen and (max-width: 767px) {
  .new-banner-container .banner-left .software .name .version {
    width: 50px;
    height: 22px;
    line-height: 22px;
    border-radius: 12px 12px 12px 0;
    font-size: 12px;
  }
}
.new-banner-container .banner-left .desc {
  font-size: 60px;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .new-banner-container .banner-left .desc {
    font-size: 28px;
    margin: 0;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-banner-container .banner-left .desc {
    font-size: 28px;
    line-height: 30px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .new-banner-container .banner-left .desc {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .new-banner-container .banner-left .desc {
    font-size: 52px;
    line-height: 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .new-banner-container .banner-left .mobile-prompt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .new-banner-container .banner-left .btn-group {
    display: none;
  }
}
.new-banner-container .banner-left .btn-group a {
  display: inline-block;
  width: 222px;
  height: 64px;
  line-height: 64px;
  border-radius: 4px;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin: 40px 20px 30px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-banner-container .banner-left .btn-group a {
    margin: 20px 20px 15px 0;
  }
}
.new-banner-container .banner-left .btn-group a img,
.new-banner-container .banner-left .btn-group a span {
  vertical-align: middle;
}
.new-banner-container .banner-left .btn-group a.download-btn {
  color: #3BC095;
  background: #fff;
  text-decoration: none;
  border: 0;
}
.new-banner-container .banner-left .btn-group a.download-btn i,
.new-banner-container .banner-left .btn-group a.download-btn span {
  vertical-align: middle;
}
.new-banner-container .banner-left .btn-group a.download-btn:hover {
  opacity: 0.75;
}
.new-banner-container .banner-left .btn-group a.download-btn:active {
  opacity: 1;
}
.new-banner-container .banner-left .btn-group a.download-btn-beta {
  color: #333;
  background: #fff;
  margin-right: 0;
}
.new-banner-container .banner-left .btn-group a.download-btn-beta:hover {
  background: #d6a876;
  color: #fff;
}
.new-banner-container .banner-left .other-download {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .new-banner-container .banner-left .other-download {
    display: none;
  }
}
.new-banner-container .banner-left .other-download a {
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: #FFFFFF;
}
.new-banner-container .banner-left .other-download a:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .new-banner-container .banner-left .sys-updatetime {
    display: none;
  }
}
.new-banner-container .banner-left .sys-updatetime span {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
.new-banner-container .banner-right {
  float: right;
}
.new-banner-container .banner-right img {
  max-width: 732px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .new-banner-container .banner-right {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-banner-container .banner-right {
    width: 60%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .new-banner-container .banner-right {
    width: 60%;
  }
}
.new-banner-container .template-edit {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 70px;
  line-height: 70px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .new-banner-container .template-edit {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-banner-container .template-edit {
    display: none;
  }
}
.new-banner-container .template-edit .container span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.new-banner-container .template-edit .container a {
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #379F7E;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
.new-banner-container .template-edit .container a:hover {
  opacity: 0.75;
}
.new-banner-container .template-edit .container a:active {
  opacity: 1;
}
.download-soft {
  background: #fff;
  margin-bottom: 50px;
  height: 700px;
  padding-top: 20px;
}
.download-version-content {
  padding: 50px 30px;
  background-color: #fff;
}
.download-version-content .version-group .date {
  position: relative;
  float: left;
  width: 110px;
  padding: 5px 0;
  text-align: center;
  background: #e8e8e8;
}
.download-version-content .version-group .date .fa-caret-right {
  position: absolute;
  right: -17px;
  top: -10px;
  font-size: 50px;
  color: #e8e8e8;
}
.download-version-content .version-group .date .point {
  position: absolute;
  right: -40px;
  top: 0;
  padding-top: 5px;
  background: #fff;
}
.download-version-content .version-group .date .fa-circle {
  font-size: 20px;
  color: #3bc095;
}
.download-version-content .version-group .version-content {
  float: left;
  width: 70%;
  margin-left: 29px;
  border-left: #e8e8e8 5px solid;
}
.download-version-content .version-group .version-content .verNo {
  padding: 7px 15px;
  margin-bottom: 10px;
  color: #3bc095;
}
.download-version-content .version-group .version-content .content-group {
  padding-left: 25px;
  margin-bottom: 30px;
}
.download-version-content .version-group .version-content .content-group .content-title {
  margin-bottom: 8px;
  font-weight: bold;
}
.download-version-content .version-group .version-content .content-group li {
  list-style: inside decimal;
  margin-bottom: 4px;
}
@media screen and (min-width: 1680px) {
  .download-banner-section .title-group .subtitle {
    font-size: 22px;
  }
  .download-banner-section .title-group .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .download-banner-section .title-group .subtitle {
    font-size: 14px;
  }
  .download-banner-section .title-group .title {
    font-size: 24px;
  }
  .download-banner-section .download-banner-content .text-wrap h1 {
    margin-top: 30px;
    font-size: 28px;
  }
  .download-banner-section .download-banner-content .text-wrap p {
    margin-bottom: 5px;
    color: #666;
  }
  .download-banner-section .download-banner-content .image-wrap {
    margin-left: 0;
    right: 0;
  }
  .download-soft {
    height: 830px;
  }
}
@media screen and (max-width: 992px) {
  .download-soft {
    display: none;
  }
  .download-banner-section .download-banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    text-align: center;
  }
  .download-banner-section .download-banner-content .text-wrap h1 {
    margin-top: 30px;
    font-size: 28px;
  }
  .download-banner-section .download-banner-content .text-wrap p {
    margin-bottom: 5px;
    color: #666;
  }
  .download-banner-section .download-banner-content .image-wrap {
    display: none;
  }
  .download-banner-section .download-banner-content .text-wrap {
    width: 100%;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .download-banner-section .download-banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    text-align: center;
  }
  .download-banner-section .download-banner-content .text-wrap h1 {
    margin-top: 30px;
    font-size: 28px;
  }
  .download-banner-section .download-banner-content .text-wrap p {
    margin-bottom: 5px;
    color: #666;
  }
  .download-banner-section .download-banner-content .image-wrap {
    display: none;
  }
  .download-banner-section .download-banner-content .text-wrap {
    right: auto;
  }
  .download-soft {
    display: none;
  }
}
