.downloadbgs {
  width: 100%;
  background: #f7f7f8;
}
.downloadfex {
  display: flex;
  justify-content: space-between;
  padding: 95px 0;
}
.downfexzj {
  width: 402px;
  position: relative;
  margin: 0 15px;
}
.downtipnote {
  width: 100%;
  position: absolute;
  left: 0;
  top: 290px;
}
.downloadtis1 {
  font-size: 28px;
  color: #5a5a5a;
  margin-bottom: 10px;
  text-align: center;
}
.downloadtis2 {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.downloadbtns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 30px;
  margin: 0 auto;
  border: 1px #ff6e1f solid;
  border-radius: 30px;
}
.btnsedsc {
  font-size: 16px;
  color: #ff6e1f;
}
.btnsedscjn {
  width: 20px;
  height: 11px;
  background: url(../images/morejt.png) no-repeat;
  margin-left: 5px;
}
.downloadbtns:hover {
  background: #ff6e1f;
}
.downloadbtns:hover .btnsedsc {
  color: #fff;
}
.downloadbtns:hover .btnsedscjn {
  background: url(../images/morejt_c.png) no-repeat;
}
@media screen and (max-width: 1600px) {
  .downtipnote{
    top: 250px;
  }
  .downloadtis1{
    font-size: 22px;
  }
  .downloadtis2{
    font-size: 20px;
  }

}
@media screen and (max-width: 1400px) {
  .downtipnote{
    top: 220px;
  }


}