@media screen and (min-width: 750px) {
        #id{
        margin-top: 80px;
    }
     input::placeholder {
     color: #3D444D !important;
    }
    textarea::placeholder {
        
color: #3D444D !important;
    }
    .el-form{
        height: 425px;
    }
    .el-transfer-panel__filter .el-input__icon {
        margin-left: 5px
    }
    .el-divider--horizontal{
        height: 0;
    }
    .el-form-item__label{
        display: none;
    }
    .el-input__inner,.el-textarea__inner{
        
background: #F2F6FA;
        border: none;
    }
    .el-button--primary{
        width: 453px;
        height: 61px;
        border: 1px solid #999999;
        border-radius: 30px;
        font-size: 22px;
        font-family: Source Han Sans;
        font-weight: 400;
        color: #666666;
        background-color: #fff;
        margin: 60px 0;
    }
    .el-form-item{
        width: 48%;
        float: left;
    }
    .el-form-item:last-child{
        width: 98%;
    }
    .el-form-item .el-form-item__content{
        margin-left: 0 !important;
    }
    .el-form-item:nth-child(even){
        margin-left: 24px;
    }

    .el-input--medium .el-input__inner{
        height: 67px;
        line-height: 67px;
    }
    .el-textarea__inner{
        height: 200px !important;
    }
}

@media screen and (max-width: 750px) {
    
    .el-form{
        margin-left: 0;
    }
    .el-form-item__label{
        display: none;
    }
    .el-form-item__content{
        margin-left: 0 !important;
    }
     .el-input__inner,.el-textarea__inner{
        background: #F2F6FA;
        border: none;
    }
    .el-divider--horizontal{
        display: none;
    }
    .el-button--primary{
        width: 250px;
        height: 40px;
        border: 1px solid #999999;
        border-radius: 30px;
        font-size: 22px;
        font-family: Source Han Sans;
        font-weight: 400;
        color: #666666;
        background-color: #fff;
        margin: 20px 0;
    }
}