.download {
    min-height: 100vh;
  }
  .download .loadhead {
    display: inline-flex;
    height: 100px;
    width: 100vw;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .download .loadhead button {
    width: 180px;
    height: 60px;
    margin-right: 30px;
    font-size: 18px;
  }
  .download .loadhead button i {
    margin-right: 10px;
  }
  .download .content {
    display: inline-flex;
    min-height: 790px;
    width: 100vw;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .download .content .left {
    background-image: url(../../assets/download-yedeng/banner-m.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 586px;
    height: 516px;
    position: relative;
    top: -50px;
  }
  .download .content .right {
    display: inline-block;
    width: 586px;
    height: 516px;
    position: relative;
    left: 90px;
    top: -50px;
  }
  .download .content .right h1 {
    color: #FF8800;
    text-shadow: 0px 1px 3px #FF8800;
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 22px;
  }
  .download .content .right .fw {
    font-size: 20px;
    color: #222;
    margin-bottom: 28px;
  }
  .download .content .right .word {
    opacity: 0.8;
    font-size: 14px;
    color: #222;
    line-height: 30px;
  }

  .download .content .right .downloadcode {
    display: flex;
    margin-top: 40px;
  }

  .download .content .right .downloadcode .codecontent{
    
    position: relative;
    left: -20px;
  }

  .download .content .right .downloadcode .codecontent .codeurl{
    width: 200px;
    height: 200px;
    margin-right: 74px;
  }

  .download .content .right .downloadcode .codecontent p{
   font-size: 16px;
   font-weight: 600;
  }

  .download .content .right .more {
    opacity: 0.6;
    font-size: 12px;
    color: #222;
    margin-top: 40px;
  }
  .download .content .bg {
    width: 100%;
    height: 203px;
    position: absolute;
    bottom: 80px;
    background-image: url(https://file.yedengtech.com/boxuanedu/download/bottom-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  