*{
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    width: 100%;
}
.img{
    width: 100%;
    /* max-height: 485px; */
}
.contain{
    width: 90%;
    max-width: 980px;
    margin: 15px auto;
}
.app .contain{
    margin: 20px auto;
}
.title-head{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 20px;
}
.title-icn{
    /* 自动布局子元素 */
    position: absolute;
    left: -10px;
    top: 9px;
    width: 4px;
    height: 14px;
    border-radius: 4px;
    opacity: 1;
    background: #008BFC;
    z-index: 0;
}
.title{
    /* 自动布局子元素 */
    position: relative;
    left: 12px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #1F2937;
    z-index: 1;
}

.form{
    margin: 10px 0;
}

.getCode{
    background: rgba(0, 0, 0, 0.15)!important;
    color: #666666!important;
}

.read{
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.app .read{
    justify-content: center;
    margin-bottom:0!important
}


.read .el-checkbox{
    margin-right: 10px!important;
}

.app .read .el-checkbox{
    width: auto!important;
    margin-right: 5px !important;
}

.read a{
    color: #3485FF;
}

.btn{
    text-align: center;
}

.upload-zip .el-upload{
    width: 100%!important;
}

.AddMember{
    width: 100px;
    height: 24px;
    opacity: 1;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0px;
    color: #3B82F6;
    margin-bottom: 10px;
}
.AddMember a{
    color: #3B82F6;
    text-decoration: none;
}

.upload-zip .el-upload-dragger{
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.el-form--label-top .el-form-item__label{
    padding: 0!important;
    color: #374151!important;
    font-weight: bold!important;
}

.el-form-item{
    margin-bottom: 10px!important;
}

.app .el-form-item{
    margin-bottom: 10px!important;
}

.app .title{
    font-size: 18px!important;
}

.app .el-form-item__label{
    font-size: 14px!important;
    line-height: 32px!important;
    font-weight: bold;
}

 .avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .avatar-uploader .el-upload:hover {
    border-color: #409EFF;
  }

  .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    display: grid!important;
    place-items: center; /* 同时实现水平+垂直居中 */
    text-align: center;
  }

  .avatar {
    width: 178px;
    height: 178px;
    display: block;
  }

  .el-form-item__error{
    top: auto!important;
    bottom: -5px!important;
  }

  .el-input{
    margin-bottom: 10px!important;
  }
  
  .el-radio{
    margin-bottom: 15px!important;
  }

   .app .el-radio-group,.app .el-checkbox-group{
    width: 100%!important;
  }
  .app .el-radio,.app .el-checkbox{
    margin-right: 0!important;
    width: 33.33%!important;
  }

.el-textarea{
    margin-bottom: 15px;
}
.el-icon-plus:before{
    content: "+"!important;
}
.el-icon-error:before{
    content: ""!important;
}
.el-icon-warning:before{
    content: "!"!important;
}
.el-icon-loading:before{
    content: "☼"!important;
}
.el-icon-success:before{
    content: "✔"!important;
}
.heard{
    width: 100%;
    background: #0038C0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 70px;
    display: flex;
    align-items: center;
}
.heard > div{
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
}

.yaoqinghan{
    background: #006FFF !important;
    font-size: 12px !important;
    color: #fff !important;
    border: 0 !important;
    letter-spacing: 1px;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.logo{
    display: flex;
    align-items: center;
}
.logo img{
    margin:0 10px;
}
.logo span{
    color: #fff;
}
.uploadList{
    display: flex;
    justify-content: space-between;
    border: 1px solid #DCDFE6;
    margin: 5px 0;
    border-radius: 7px;
}
.uploadList > a:first-child{
    width: calc(100% - 30px);
    display: flex;
    padding: 15px;
}

.appUploadList > a:first-child{
    width: 100%;
    display: flex;
    padding: 15px;
    text-decoration: none;
}

.uploadList > a:first-child > img{
    margin-right: 15px;
}
.uploadList > a:first-child > div{
    font-size: 12px;
}
.uploadList > div:last-child{
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #409eff1a;
}
.uploadList > div:last-child a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.footer{
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    border-top: 1px solid #ccc;
}

.app .footer{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.app .footer .btn{
    font-size: 14px;
}

.bmbBox{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bmb{
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 5px;
    border-bottom: 5px solid #0038C0;
    color: #0038C0;
}

.error .el-input__inner{
    border: 1px solid #f56c6c!important;
}
.heard_app{
    width: 100%;
    background: #005cf6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.heard_app > div {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 50px;
}

.heard_app  .logo > span{
    margin: 0 10px!important;
}
.preview-area {
    margin-bottom: 20px;
    padding: 50px;
    border: 1px solid #ddd;
    line-height: 28px;
    font-size: 14px;
}
.preview-area p:first-child{
    text-indent: 0;
    text-align: center;
    font-size: 18px;
}
.preview-area p:nth-child(2){
    text-indent: 0;     
}
.preview-area p:last-child{
    text-indent: 0;
}
.preview-area > p{
    text-indent: 24px;
    margin-bottom: 5px;
}

  .fexdBox{
    background: #000000cf;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Content{
    font-size: 12px;
    background: #fff;
    width: 82%;
    margin: 0 auto;
    padding: 5%;
    border-radius: 5px;
  }
  .preview-area-app p{
    font-size: 12px;
    margin-bottom: 4px;
  }
  .preview-area-app p:first-child{
    text-indent: 0;
    text-align: center;
    font-size: 14px;
  }
  .preview-area-app p:nth-child(2){
    text-indent: 0;
  }
  .preview-area-app p:last-child{
    text-indent: 0;
  }
  .preview-area-app > p{
    text-indent: 15px
  }

  .iKonw{
    text-align: center;
    margin-top: 10px;
    background: #7fbeff;
    padding: 8px 0;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    width: 200px;
    margin: 0 auto;
  }
.iKonw_app{
    text-align: center;
    margin-top: 10px;
    background: #7fbeff;
    padding: 8px 0;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    
}
.el-progress {
position: relative;
line-height: 1;
padding: 10px;
border:1px dashed #d9d9d9;
border-radius: 5px;
}
.tips_success{
    color: rgb(103, 194, 58);
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.app_tips_success{
    color: rgb(103, 194, 58);
    padding: 10px 0;
    background: rgb(103 194 58 / 13%);
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
}
.el-icon-close:before{
    content: "x"!important;
}