.footer {
    height: 235px !important;
}

.style-top-img {
    margin-bottom: 45px !important;
}

/*活动详情中间*/
.submitted-box {
    background: url("/static/images/activityDetail/center-bg.png") repeat-y;
    background-size: 100% 100%;
    padding-top: 60px;
}

.submitted-content {
    width: 90%;
    padding: 60px 5% 65px;
    margin: 0 auto;
    background: url("/static/images/activityDetail/pictureScroll.png") no-repeat;
    background-size: 100% 100%;
}

.subTitle {
    font-size: 16px;
    color: #333;
    margin-top: 24px;
}

.mainTitle {
    font-size: 48px;
    font-weight: 400;
    color: #333;
}

.subTitle {
    font-size: 18px;
    margin-top: 10px;
}

.submitted-from-box .form-group {
    margin-bottom: 20px;

}

.submitted-from-box .form-group:nth-child(2n) {
    text-align: right;
}

.submitted-from-box .form-group:nth-child(2n) label {
    text-align: left;
}

.submitted-from-box .col-sm-6, .submitted-from-box .col-sm-12 {
    padding: 0 !important;
}

.submitted-from-box .form-group input {
    width: 70%;
}

.submitted-from-box .form-group label {
    width: 75px;
}

.form-control, button:not([data-dismiss="modal"]):not([type="submit"]) {
    height: 46px;
}

.submitted-from-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submitted-from-box-bottom div {
    align-items: center;
    display: flex;
}

.submitted-from-box-bottom #add {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.submitted-from-box-bottom #add img {
    width: 20px;
    height: 20px;
}

button:not([data-dismiss="modal"]):not([type="submit"]) {
    padding: 9px 20px !important;
}

.zuopings {
    margin: 30px 0;
}

.zuopings .col-sm-6 {
    height: 600px;
}

.zuopings .card {
    min-height: 270px;
    margin-bottom: 20px;
    border: 1px solid #E5E5E5;
    position: relative;
}

.zuopings .card a:not(.downFile) {
    /*float: left;*/
    /*width: 50%;*/
    display: block;
    text-align: center;
    overflow: hidden;
}

.zuopings .card .card-opus {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.zuopings .card img,
.zuopings .card video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.card-body-copy {
    padding: 15px;
    float: left;
    width: 50%;
    position: absolute;

    top: 50%;
    transform: translate(0%, -50%);
}

.zuopings .card .card-body {
    padding: 15px;
    /*float: left;*/
    /*width: 50%;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(0%, -50%);*/
}

.zuopings .card .card-title {
    font-size: 18px;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zuopings .card .card-OpusNum {
    font-size: 18px;
    color: #BA0808;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zuopings .card .card-body .card-btns {
    /*text-align: right;*/
    border-top: 1px solid #E5E5E5;
    margin-top: 10px;
    padding-top: 15px;
}

.zuopings .card .card-body .card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    font-size: 14px;
}

.zuopings .card .card-body .card-text span {
    display: inline-block;
    height: 100%;
    min-width: 70px;
    text-align: justify;
    text-align-last: justify;

}

.ReportUri {
    display: none;
}

.line {
    border-top: 1px dashed #ccc;
}

.addWork {
    background: #BA0808;
    color: #fff;
    padding: 12px;
}

.main-content th,
.main-content td {
    text-align: center;
}

#OpusLimit .btn {
    padding: 6px 20px !important;
    margin: 0 5px;
}

#OpusLimit .btn-primary {
    height: auto !important;
}

#regNumber .title {
    border-left: 4px solid #BA0808;
    padding-left: 10px;
    color: #333;
    font-size: 18px;
}

#regNumber .modal-body {
    padding: 0;
    position: relative;
}

#regNumber .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}

#regNumber .close span {
    font-size: 30px;
    color: #333;
}

#regNumber .zuopings {
    margin: 0;
}

#regNumber .zuopings .card {
    border: none;
    min-height: unset;
    margin-bottom: 0;
}

#regNumber .row > div {
    padding: 20px;
    max-height: 80vh;
    overflow: auto;
}

#regNumber .col-md-5 {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#regNumber .input-group {
    width: 100%;
}

#regNumber .form-control {
    background: #F1F2F9;
    border: none;
    box-shadow: unset;
}
.clearBtn{
    line-height: 46px;
    color: #BA0808;
    cursor: pointer;
}