html{min-height: 100%;}
body{
    background: url(./bg.jpg) top center no-repeat;
    background-size: cover;
    min-height: 100%;
    margin: 0;
}



.fileList {
    padding-top: 10px;
  }
  .fileList .file {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .fileList .file:hover {
        background-color: #F5F7FA;
  }
  .fileList .file .name {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-width: 0;
        margin-right: 40px;
        overflow: hidden;
        padding-left: 4px;
        text-overflow: ellipsis;
        line-height: 1.8;
        color: #666;
  }
  .fileList .file .icon-del {
        cursor: pointer;
        opacity: .75;
        color: #606266;
        margin-right: 5px;
  }
  {
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 110px;
  }
  .xszy_ztmc {
      padding-top: 80px;
      padding-bottom: 30px;
  }
  .xszy_ztmc img {
        width: 1156px;
        display: block;
        margin: 0 auto;
  }
  .xszy_ztmc .sub-title {
        width: 500px;
        height: 85px;
        background: -webkit-gradient(linear, left top, right top, from(#0090FF), to(#0CA9FF));
        background: linear-gradient(90deg, #0090FF 0%, #0CA9FF 100%);
        border-radius: 43px;
        margin: 24px auto 0;
        font-weight: 500;
        font-size: 48px;
        color: #FFFFFF;
        line-height: 85px;
        text-align: center;
  }
  .xszy_footer {
      width: 100%;
      height: 60px;
      line-height: 60px;
      background: #1976D2;
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      text-align: center;
      /* position: fixed;
      left: 0;
      right: 0;
      bottom: 0; */
      margin-bottom: 0;
  }
.xszy-container {
      width: 1280px;
      margin: 0 auto;
      padding: 1px;
  }
.xszy-container .list {
        margin-right: -24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 50px;
  }
  .xszy-item {
          /* width: 380px; */
          height: 180px;
          background: #FFFFFF;
          border-radius: 8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 0 24px;
          /* margin-right: 24px; */
          margin-bottom: 24px;
          cursor: pointer;
  }
  .xszy-item .icon {
            width: 80px;
            height: 80px;
  }
  .xszy-item .wd {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            min-width: 0;
            font-weight: 500;
            font-size: 20px;
            color: #333333;
            line-height: 28px;
            margin-left: 24px;
  }
  .xszy-item:hover {
            background-color: #0090FF;
  }
  .xszy-item:hover .wd {
              color: #fff;
  }
  .form-box {
      margin-top: 32px;
      background: #FFFFFF;
      border-radius: 16px;
      position: relative;
      overflow: hidden;
      padding-bottom: 40px;
  }
  .form-box .form-header {
        width: 100%;
        height: 64px;
        background: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#0090FF));
        background: linear-gradient(180deg, #00BCD4 0%, #0090FF 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 16px;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 64px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
  }
  .form-box .form-header .back-icon {
          width: 32px;
          height: 32px;
          margin-right: 16px;
          cursor: pointer;
  }
  .form-box .form-header span {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          min-width: 0;
  }
  .form-box .form-list {
        margin: 0 308px 0 280px;
  }
  .form-box .form-list .form-title {
          margin-top: 40px;
          height: 30px;
          font-weight: 500;
          font-size: 22px;
          color: #0090FF;
          line-height: 30px;
          margin-bottom: 16px;
  }
  .form-box .form-list .el-form-item__label {
          font-size: 18px;
          color: #333333;
  }
  .form-box .form-list .full-size-input {
          width: 100%;
  }
  .form-box .form-list .form-hint {
          font-weight: 400;
          font-size: 14px;
          color: rgba(153, 153, 153, 0.88);
          line-height: 18px;
  }
  .form-box .form-list .upload-btn {
          width: 120px;
          height: 40px;
          background: #FFFFFF;
          border-radius: 6px;
          border: 1px solid rgba(0, 144, 255, 0.88);
          font-size: 16px;
          color: #0090FF;
          line-height: 22px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 12px;
  }
  .form-box .form-list .upload-btn .icon-upload {
            margin-right: 8px;
            font-size: 14px;
  }
  .form-box .form-list .upload-btn:hover {
            background-color: #0090FF;
            color: #fff;
  }
  .form-box .form-list .submit-btn {
          width: 400px;
          height: 56px;
          background: #0090FF;
          border-radius: 8px;
          margin: 16px auto 0;
          font-weight: 400;
          font-size: 22px;
          color: #FFFFFF;
          line-height: 56px;
          text-align: center;
          cursor: pointer;
  }
  @media (max-width: 1280px) {
  .xszy_ztmc {
      padding-top: 10vw;
      padding-bottom: 0;
  }
  .xszy_ztmc img {
        width: 90%;
  }
.xszy-container {
      width: 100%;
  }
.firststep {
        width: 90vw;
        margin: 0 auto;
        padding-top: 30px;
  }
  .xszy-item {
          width: 100%;
          margin-right: 0;
          height: unset;
          padding-top: 4vw;
          padding-bottom: 4vw;
  }
  .form-box {
      width: 90vw;
      margin: 30px auto 0;
  }
  .form-box .form-list {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
  }
  .form-box .form-list .el-form-item__label {
          float: none !important;
  }
  .form-box .form-list .el-form-item__content {
          margin-left: 0 !important;
  }
  .form-box .form-list .submit-btn {
          width: 100%;
  }
  }

.firststep .wd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-left: 24px;
}

.firststep .icon {
    width: 75px;
    height: 75px;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}

.xszy-item{
    box-sizing: border-box;
}