.editingWorks_upload_list>li>div {
    color: #2086ff;
}
.editingWorks_form .remembe_login span {
    vertical-align: middle;
}
@media screen and (min-width:751px) {
    .editingWorks_page {
        width: 100%;
        min-height: 100%;
        background-image: url(../img/background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 70px 0 200px;
        box-sizing: border-box;
    }
    .editingWorks_box {
        width: 1200px;
        margin: auto;
        overflow: hidden;
        border-radius: 10px;
        background: white;
    }
    .editingWorks_box>h5 {
        width: 100%;
        height: 110px;
        font-size: 24px;
        background: #d4aa67;
		color: #fff;
        /* background-image: url(../img/formtitle.jpg); */
        background-size: 100% 100%;
        text-align: center;
        line-height: 110px;
    }
    .editingWorks_form {
        padding: 70px 100px;
        box-sizing: border-box;
        font-size: 16px;
    }
    .editingWorks_btn {
        overflow: hidden;
        font-size: 16px;
    }
    .editingWorks_btn>a {
        display: block;
        float: left;
        width: 105px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: rgba(255, 237, 0, 1);
        border-radius: 5px;
    }
    .editingWorks_btn>a:last-of-type {
        float: right;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(181, 181, 181, 1);
    }
    .editingWorks_upload_list {
        width: 100%;
        margin: auto;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .editingWorks_upload_list>li {
        background: #f3f3f3;
        padding: 20px 0;
        font-size: 16px;
        float: left;
        width: 395px;
        margin: 20px 40px;
        height: 245px;
        overflow: hidden;
        border-radius: 5px;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        border: 2px dashed #999999;
    }

    .editingWorks_upload_list>li>img , .editingWorks_upload_list>li>div>img{
        display: inline-block;
        margin: 30px 0;
        width: 70px;
        height: 70px;
    }
    .editingWorks_form .remembe_login {
        float: left;
        cursor: pointer;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .editingWorks_form .remembe_login>i {
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 1px solid #d2d2d2;
        border-radius: 3px;
        vertical-align: middle;
        /* margin-right: 4px; */
    }
    .editingWorks_form .remembe_login_active {
        background-image: url(../img/checkbox.jpg);
        background-size: 100% 100%;
        border: 1px solid #fff000!important;
    }
    .editingWorks_form .radio>div {
        width: 800px;
        display: inline-block;
    }
    .editingWorks_form_title {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top!important;
    }
    .editingWorks_form>div {
        margin-bottom: 35px;
        overflow: hidden;
    }
    .editingWorks_form>div:first-of-type>p {
        width: 50%;
        float: left;
    }

    .editingWorks_form>div:first-of-type>p>input {
        display: inline-block;
        vertical-align: middle;
        width: 420px;
        color: #999999;
        height: 36px;
        background: rgba(248, 248, 248, 1);
        border: 1px solid rgba(210, 210, 210, 1);
        border-radius: 5px;
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .editingWorks_form>div>textarea {
        width: 882px;
        height: 106px;
        background: rgba(248, 248, 248, 1);
        border: 1px solid rgba(210, 210, 210, 1);
        border-radius: 5px;
        resize: none;
        padding: 10px;
        box-sizing: border-box;
        font-size: 14px;
        color: #999999;
    }
}

@media screen and (max-width:750px) {
    .editingWorks_form{
        padding: 0.3rem;
        box-sizing: border-box;
    }
    .editingWorks_box>h5{
        display: none;
    }
    .editingWorks_form>div{
        display: flex;
        align-items: center; 
        flex-wrap: wrap;
        font-size: 0.26rem;
        margin-bottom: 0.2rem;
    }
    .editingWorks_form>div:first-child>p:first-child{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .editingWorks_form>div:first-child>p:first-child{
        margin-right: 0.2rem;
    }
    .editingWorks_form>div:first-child  input{
        display: inline-block;
        vertical-align: middle;
        width:4rem;
        color: #999999;
        height: 0.6rem;
        background: rgba(248, 248, 248, 1);
        border: 0.02rem solid rgba(210, 210, 210, 1);
        border-radius:0.1rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
        font-size: 0.22rem;
    }
    .editingWorks_form>div  textarea{
        width: 100%;
        resize: none;
        height: 1.3rem;
        background: rgba(248, 248, 248, 1);
        border: 1px solid rgba(210, 210, 210, 1);
        border-radius: 5px;
        resize: none;
        padding: 10px;
        box-sizing: border-box;
        font-size: 14px;
        color: #999999;
        margin-top: 0.15rem;
    }

    .editingWorks_form .radio{
        align-items: flex-start;
    } 
    .editingWorks_form .radio>div{
            width: 80%;
            display: flex;
            flex-wrap: wrap;
    }
    .editingWorks_form .remembe_login {
        float: left;
        cursor: pointer;
        margin-right: 0.25rem;
        margin-bottom: 0.1rem;
    }

    .editingWorks_form .remembe_login>i {
        display: inline-block;
        width: 0.4rem;
        height: 0.4rem;
        border: 0.02rem solid #d2d2d2;
        border-radius: 0.05rem;
        vertical-align: middle;
        margin-right: 0.05rem;
    }
    .editingWorks_form .remembe_login_active {
        background-image: url(../img/checkbox.jpg);
        background-size: 100% 100%;
        border: 0.02rem solid #fff000!important;
    }
    .editingWorks_upload_list{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }
    .editingWorks_upload_list>li{
        width: 45%;
        height: 1.8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.22rem;
        background: #e6e6e6;
        border-radius: 0.05rem;
        border: 0.02rem dashed #999999;
        margin-top: 0.3rem;
        overflow: hidden;
    }
    .editingWorks_upload_list>li img{
        width: 0.5rem; 
        height: 0.5rem;
        margin: 0.1rem;
    }
    .editingWorks_btn{
        justify-content: space-between;
    }
    .editingWorks_btn>a{
        display: block;
        min-width: 1.5rem;
        height: .5rem;
        text-align: center;
        line-height: .5rem;
        border: 0.02rem solid rgba(181, 181, 181, 1);
    
        border-radius:.1rem;
    }
    .editingWorks_btn>a:last-of-type {
        background: rgba(255, 237, 0, 1);
        border: 0.02rem solid rgba(255, 237, 0, 1);
    }
}