/* edit */
.editer {
    padding-top: 63px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #f4f9fc;
}

.editer-desc {
    width: 100%;
    background-color: #ffffff;
}

.editer .editer-title {
    font-size: 36px;
    font-weight: 700;
    color: #212229;
}

.editer .editer-info {
    font-size: 16px;
    font-weight: 400;
    color: #626578;
    line-height: 60px;
}

.editer section {
    width: 100%;
    min-height: 319px;
    margin-top: 30px;
    background: #fff;
    border: 1px dashed #0084ff;
}

.editer section .file-border {
    height: 319px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.editer section .file-border .pick {
    display: none;
}

.editer section .file-border .pick-btn {
    display: block;
    width: 268px;
    height: 60px;
    background: #0084ff;
    border-radius: 6px;
    line-height: 60px;
    cursor: pointer;
    border: 1px solid #158afd;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.editer section .file-border .guide, .editer section .file-border .operate {
    font-size: 16px;
    font-weight: 400;
    color: #626578;
    margin-top: 20px;
}

.editer section .column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.editer section .column-center .filesCon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.editer section .column-center .filesCon .fileItem {
    margin-top: 58px;
    position: relative;
    width: 100px;
}

.editer section .column-center .filesCon .fileItem .fileImg {
    width: 50px;
    height: 65px;
    margin-bottom: 4px;
}

.editer section .column-center .filesCon .fileItem .fileName {
    font-size: 12px;
    font-weight: 400;
    color: #626578;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
}

.editer section .column-center .filesCon .fileItem .deleteIcon {
    position: absolute;
    right: 12px;
    top: -8px;
    cursor: pointer;
    z-index: 9;
}

.editer section .column-center .filesCon .fileItem .deleteHoverIcon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: -8px;
    cursor: pointer;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: 50%;
}

.editer section .column-center .buttonCon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 500px;
    margin-top: 50px;
}

.editer section .column-center .buttonCon .pick-btn1 {
    width: 164px;
    height: 54px;
    background: #fff;
    border: 1px solid #0084ff;
    color: #0084ff;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    border-radius: 6px;
    line-height: 54px;
}

.editer .pick-btn-go {
    width: 164px;
    height: 54px;
    background: #0084ff;
    border: 1px solid #0084ff;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    border-radius: 6px;
    line-height: 54px;
}

.editer .disabled {
    background-color: #2b95ff;
    border: #2b95ff;
    cursor: not-allowed;
}

.editer .convert-setting {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 19px;
    font-size: 16px;
    color: #212229;
}

.editer .convert-setting .setting-checkbox {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.editer .convert-setting .setting-checkbox .el-checkbox-group {
    font-size: 16px;
    height: 24px;
}

.editer .convert-setting .setting-checkbox .el-checkbox-group .el-checkbox {
    width: 130px;
    margin-right: 20px;
    text-align: left;
}

.editer .convert-setting .setting-checkbox .label {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.el-checkbox {
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    margin-right: 30px;
}

.editer .convert-setting .setting-checkbox .el-checkbox-group .el-checkbox__label {
    font-size: 16px;
    width: 108px;
    text-align: left;
}

.el-checkbox__input.is-disabled + span.el-checkbox__label {
    color: #c0c4cc;
    cursor: not-allowed;
}

/*desc*/
.convert-step {
    padding: 70px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.convert-step .step {
    display: flex;
    align-items: center;
    width: calc(100% - 25px);
}

.convert-step .step-item {
    width: 33%;
    display: flex;
    align-items: center;
}

.convert-step .step img {
    width: 56px;
    height: 56px;
    margin-top: 9.5px;
}

.convert-step .step .stepinfo .steptitle {
    color: #212229;
    font-size: 18px;
}

.convert-step .step .stepinfo .steptext {
    color: #999DB8;
    font-size: 16px;
}

.edit-introduction {
    padding-top: 100px;
}

.edit-introduction .intritem {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 20px;
}

.edit-introduction .intritem img {
    height: 350px;
}

.edit-introduction .intritem .intrbox {
    max-width: 624px;
    padding-top: 134px;
}

.edit-introduction .intritem .intrbox .intrtitle {
    font-size: 20px;
    font-weight: 700;
    color: #212229;
    margin-bottom: 20px;
}

.edit-introduction .intritem .intrbox .intrcontent {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.edit-introduction .intritem:nth-child(2n) {
    flex-direction: row;
}

/*应用推荐部分*/
.application-box {
    padding-bottom: 51px;
}

.application-box .head-title {
    font-size: 28px;
    color: #000;
    text-align: center;
    padding-top: 8px;
}

.application-box .first-title {
    margin-bottom: 35px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    line-height: 52px;
    color: #212229;
}

.application-box .application-list {
    padding-top: 10px;
}

.application-box .application-list .list-item,.application-box .audio-application-list .list-item {
    width: 22%;
    height: 120px;
    margin: 14px;
    float: left;
    text-align: center;
    border: 1px solid #dfe1f0;
    opacity: 1;
    border-radius: 4px;
}

.application-box .application-list .list-item a, .audio-application-list .list-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.application-box .application-list .list-item .wrap {
    width: 74px;
    height: 100%;
}

.application-box .application-list .list-item .wrap .iconfont {
    font-size: 40px;
}

.application-box .application-list .list-item .wrap-text {
    height: 100%;
    width: 195px;
}

.application-box .application-list .list-item h4 {
    line-height: 40px;
    text-align: left;
    padding: 0 10px;
    font-size: 16px;
    color: #212229;
    font-weight: bold;
    margin-top: 22px;
}

.application-box .application-list .list-item-msg {
    text-align: left;
    padding: 0 10px;
    font-size: 13px;
}