/*合作申请*/
.process{
    width: 100%;
    background: #fff;
    padding-top: 1rem;
    color: #404040;
    padding-bottom: 1.5rem;
    text-align: center;
}
.development-intro{
    width: 67%;
    max-width: 12.8rem;
    margin: 0 auto;
    font-size: .24rem;
    height: .66rem;
    line-height: .66rem;
    position: relative;
}
.line-middle-content{
    position: absolute;
    width: 2rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 2;
}
.line-middle{
    width: 100%;
    height: .01rem;
    background: #E5E5E5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.process-screen{
    width: 67%;
    max-width: 12.8rem;
    margin: .5rem auto 0 auto;
}
.process-list{
    width: 49.5%;
    float: left;
}
.process-list-top{
    width: 100%;
    height: 5.4rem;
    border: 4px solid #5AC6EC;
    border-radius: .19rem;
}
.process-list-top-title{
    color: #404040;
    font-size: .32rem;
    font-weight: bold;
    margin-top: 1.6rem;
}
.process-list-top-content{
    color: #707070;
    font-size: .2rem;
    width: 92%;
    margin: .6rem auto 0 auto;
    text-indent: .4rem;
    text-align: left;
    line-height: 180%;
}
.process-list-btn{
    width: 2.8rem;
    height: .53rem;
    background: #5AC6EC;
    font-size: .3rem;
    line-height: .53rem;
    text-align: center;
    margin: .3rem auto 0 auto;
    border-radius: 22px;
}
.process-list-a{
    color: #fff;
    display: block;
}
.process-list-a:hover{
    color: #fff;
}

.process-list-right{
    width: 49.5%;
    float: right;
}
.process-list-right-top{
    width: 100%;
    height: 5.4rem;
    border: 4px solid #404040;
    border-radius: .19rem;
}
#w0{
    margin-top: .5rem;
}
.file-preview {
    border: none !important;
}
.close {
    display: none;
}
.file-drop-zone.clickable:hover {
    border: none !important;
}
.file-drop-zone {
    border: none !important;
}
.file-caption-main{
    display: none;
}
.upload-icon{
    font-size: 1rem;
}
.upload-title{
    font-size: .3rem;
    color: #404040;
    margin: 0 0 .2rem 0;
}
.file-preview {
    width: 50% !important;
    margin: 0 auto !important;
}

@media (min-width: 1281px) and (max-width: 1600px) {
    .process-list-top{
        height: 4rem;
    }
    .process-list-right-top{
        height: 4rem;
    }
    .process-list-top-title{
        font-size: .22rem;
        margin-top: .6rem;
    }

    .process-list-top-content{
        color: #707070;
        font-size: .2rem;
        width: 92%;
        margin: .6rem auto 0 auto;
        text-indent: .4rem;
        text-align: left;
        line-height: 180%;
    }
    .process-list-btn{
        width: 2.8rem;
        height: .53rem;
        background: #5AC6EC;
        font-size: .3rem;
        line-height: .53rem;
        text-align: center;
        margin: .3rem auto 0 auto;
        border-radius: 22px;
    }
    .process-list-a{
        color: #fff;
        display: block;
    }
    .process-list-a:hover{
        color: #fff;
    }

    #w0{
        margin-top: 0;
    }

    .upload-icon{
        font-size: .6rem;
    }

    .file-preview {
        width: 80% !important;
    }

}

@media (min-width: 769px) and (max-width: 1280px) {
    .process-list-top{
        height: 4rem;
    }
    .process-list-right-top{
        height: 4rem;
    }
    .process-list-top-title{
        font-size: .22rem;
        margin-top: .6rem;
    }

    .process-list-top-content{
        color: #707070;
        font-size: .2rem;
        width: 92%;
        margin: .6rem auto 0 auto;
        text-indent: .4rem;
        text-align: left;
        line-height: 180%;
    }
    .process-list-btn{
        width: 2.8rem;
        height: .53rem;
        background: #5AC6EC;
        font-size: .3rem;
        line-height: .53rem;
        text-align: center;
        margin: .3rem auto 0 auto;
        border-radius: 22px;
    }
    .process-list-a{
        color: #fff;
        display: block;
    }
    .process-list-a:hover{
        color: #fff;
    }

    #w0{
        margin-top: 0;
    }

    .upload-icon{
        font-size: .8rem;
    }

    .upload-title{
        font-size: .18rem;
    }

    .file-preview {
        width: 80% !important;
    }
    .upload-intro{
        font-size: .14rem;
    }
}

/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {

    .development-intro{
        width: 100%;
    }
    .process-screen{
        width: 100%;
        padding: 0 .1rem;
    }
    .process-list{
        width: 100%;
        margin-bottom: .2rem;
    }
    .process-list-right{
        width: 100%;
    }
    .upload-title{
        font-size: .14rem;
    }
    .upload-intro{
        font-size: .14rem;
    }
}
