#CopyrightDesc-form {
    font-size: 12px;
    .express-desc-row {
        line-height: 30px;
        margin-bottom: 10px;
    }
    .ant-form-item-control {
        .ant-checkbox-wrapper {
            margin-left: 34px;
            margin-right: 20px;
        }
    }
    .download-file {
        a {
            display:inline-block;
            width: 80px;
        }
    }
}

.ant-modal-body {
    .half-item {
        float: left;
        width: 50%;
        min-height: 36px;
        margin-bottom: 10px;
    }
    .third-item {
        float: left;
        width: 33%;
        height: 36px;
        margin-bottom: 10px;
        >p {
            line-height: 30px;
        }
    }
    .item-title {
        line-height: 30px;
        font-size: 14px;
        color: #666;
    }
    .form-title {
        font-size: 16px;
        color: #333;
    }
}

.show {
    display: inline-block;
}

.visible {
    display: none;
}