
.display-none {
    display: none;
}

.projectSubmit {
    background-color: #fafafa;
}

.content {
    margin-top: 60px;
    background-color: #ffffff;
    padding: 0px 30px 30px 30px;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 rgba(6, 37, 87, 0.18);
}

.button {
    background-color: #fff;
    height: 64px;
    border-radius: 4px;
    margin-top: 16px;
    padding-top: 20px;
}

.button .btn {
    border-radius: 4px;
}

.button .btn:hover {
    border: 1px solid #f7570d;
}

.submit {
    background-color: #f7570d !important;
    color: #fff !important;
}

.submit-disable {
    background-color: #4876F3 !important;
    opacity: 0.65;
    color: #fff;
}

.title {
    font-size: 16px;
    line-height: 21px;
    color: #333;
    font-weight: bold;
    padding: 19px 24px 19px 2px;
    border-bottom: 1px solid rgba(12, 77, 255, 0.05);
    margin-bottom: 32px;
}

.el-input__inner {
    width: 650px !important;
    margin-left: 50px !important;
}

.el-upload-dragger {
    margin-left: 50px !important;
}

.main-wrapper {
    min-height: 100% !important;
}

.button .btn span {
    font-size: 16px;
    height: 21px;
    line-height: 21px;
    background-color: transparent;
    color: #fff;
}

/*错误信息提示*/
.err {
    color: red;
}

.el-upload-list__item {
    width: 40% !important;
}

.el-upload__input {
    display: none !important;
}

.el-upload-dragger {
    /*padding-top: 38px;*/
}

.icon-mingpianshangchuan {
    width: 60px;
    height: 48px;
    font-size: 60px;
    color: #4876f3;
    padding-top: 20px;
    line-height: 110px;
}

/*pc端样式*/
@media only screen and (min-width: 768px) {

}

/*移动端样式*/
@media only screen and (max-width: 767px) {

    #vnHeader {
        display: none !important;
    }

    .main-wrapper {
        padding-bottom: 0;
    }

    .footer {
        display: none !important;
    }

    .item-head img {
        width: 100%;
    }

    .el-form-item__label {
        width: 85px !important;
    }

    .el-form-item__content {
        margin-left: 85px !important;
    }

    .content {
        margin-top: 0;
        padding: 5px !important;
        box-shadow: none;
    }

    .button {
        position: absolute;
        bottom: 100px;
        padding: 0 37%;
        margin: 0;
    }

    .el-upload-dragger {
        width: auto !important;
        margin-left: 10px !important;
        min-width: 250px;
    }

    .el-upload-dragger img {
        width: 250px !important;
        height: 180px !important;
    }

    .el-input__inner {
        width: auto !important;
        min-width: 250px !important;
        margin-left: 10px !important;
    }

    .title {
        margin-top: 16px;
    }
}
