.download-body {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
    min-height: 600px;
    width: 1200px;
    margin: 0 auto;
}

.download-list {
    padding: 23px 20px 20px 25px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 390px;
    height: 280px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 hsla(0, 0%, 91%, .72);
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 91%, .72);
    border: 1px solid #efefef;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.download-body .download-list:nth-child(3n) {
    margin-right: 0;
}

.software-item__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.software-item__title--logo {
    position: relative;
}

.software-item__title--logo img {
    width: 71px;
    height: 71px;
}

.software-item__title--name {
    margin-left: 23px;
    height: 25px;
    font-size: 19px;
    font-family: -apple-system, PingFang SC, Microsoft YaHei, sans-serif;
    font-weight: 700;
    color: #3d3d3d;
    line-height: 25px;
}

.software-item-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-family: -apple-system, PingFang SC, Microsoft YaHei, sans-serif;
    color: #3d3d3d;
    line-height: 19px;
    margin-bottom: 5px;
}

.el-button {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.xiazai {
    padding: 0;
    width: 83px;
    height: 34px;
    background: #016fff;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/* 注册页面 */
input {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    width: 100%;
    padding: 0 15px;
    margin: 12px 0;
  }
  
  .box-right-mid > button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: 0.1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    margin: 30px auto 20px;
  }
  .yzm {
    display: flex;
    align-items: center;
  }
  [v-cloak] {
    display: none;
  }
  .account-header {
    font-size: 20px;
  }
  .account-header > span:nth-child(1) {
    font-weight: 900;
  }
  .account-list {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .account-list:last-of-type {
    border: none;
  }
  .account-list > div {
    height: 30px;
    line-height: 30px;
    display: flex;
  }
  .account-list > div > span {
    font-size: 16px;
    color: #409eff;
  }
  .account-list > div > span:first-of-type {
    font-size: 18px;
    color: #000;
    display: flex;
    width: 200px;
    align-items: center;
  }
  .account-list > div > span>img {
    width:20px;
    height: 20px;
    margin-right: 5px;
  }
  .yzm > button {
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    text-align: center;
    outline: none;
    margin: 0;
    transition: 0.1s;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff;
    height: 40px;
    margin-left: 20px;
  }

  #register {
    width: 800px;
    margin:40px auto
  }

