.mt-self {
    background-color: #f5f5f5;
}

.join-block .block-header {
    border-bottom: 1px solid #ddd;
    height: 8rem;
    text-align: center;
}

.authen-block .authen-title {
    color: #49649f;
    margin: 1.5rem 2rem 1rem;
}

.authen-block .authen-body {
    border-bottom: 1px solid #ddd;
}

.authen-block .required {
    color: red;
}

.authen-block .form-check-inline {
    width: 90px;
}

@media (max-width: 768px) {
    .join-block .block-header {
        height: 14rem !important;
    }
}

.progress-line .grey {
    color: #999999;
}

.progress-line .grey-point {
    background-color: #999999;
}

.progress-line .grey-line {
    border: 2px solid #999999;
}

.progress-line .blue {
    color: #49649f;
}

.progress-line .blue-point {
    background-color: #49649f;
}

.progress-line .blue-line {
    border: 2px solid #49649f;
}

.progress-line {
    text-align: center;
    width: 80%;
    display: inline-block;
    margin: 3rem auto;
    line-height: 2rem;
    position: relative;
}

.progress-line .line {
    width: 16.66%;
    position: absolute;
    top: 1rem;
}

.progress-line .line1 {
    left: 0%
}

.progress-line .line2 {
    left: 16.66%;
}

.progress-line .line3 {
    left: 33.33%;
}

.progress-line .line4 {
    left: 50%;
}

.progress-line .line5 {
    left: 66.67%;
}

.progress-line .line6 {
    left: 83.3%;
}

.progress-line .point1 {
    position: absolute;
    left: 16.66%;
    top: 0.65rem;
    z-index: 1;
}

.progress-line .point2 {
    position: absolute;
    left: 33.33%;
    top: 0.65rem;
    z-index: 1;
}

.progress-line .point3 {
    position: absolute;
    left: 50%;
    top: 0.65rem;
    z-index: 1;
}

.progress-line .point4 {
    position: absolute;
    left: 66.67%;
    top: 0.65rem;
    z-index: 1;
}

.progress-line .point5 {
    position: absolute;
    left: 83.3%;
    top: 0.65rem;
    z-index: 1;
}

.progress-line .text {
    position: absolute;
    top: 1.5rem;
    z-index: 1;
    width: 10%;
}

.progress-line .text1 {
    left: 16.66%;
    margin-left: -3.5%;
}

.progress-line .text2 {
    left: 33.33%;
    margin-left: -3.5%;
}

.progress-line .text3 {
    left: 50%;
    margin-left: -3.5%;
}

.progress-line .text4 {
    left: 66.67%;
    margin-left: -3.5%;
}

.progress-line .text5 {
    left: 83.3%;
    margin-left: -3.5%;
}

.progress-line .point {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 500px;
    vertical-align: baseline;
}

@media (min-width: 1200px) {
    .wrap {
        width: 60% !important;
    }
}

.wrap {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    border-radius: .25rem;
    margin: 4rem auto;
    width: 80%;
}

.wrap a {
    color: #49649f;
    text-decoration: underline;
}

.wrap .title {
    position: absolute;
    top: -1em;
    left: 10%;
    line-height: 2em;
    padding: 0 1em;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.wrap .blue-content {
    font-size: 28px;
    color: #49649f;
    padding: 5px 10px;
}

.wrap .content {
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1.8rem;
    text-align: justify;
    text-indent: 2rem;
}

.wrap .footer {
    text-align: center;
    padding-top: 1rem;
}

.wrap .footer .btn {
    background-color: #49649f;
    color: #ffffff;
    width: 10rem;
}

.wrap .footer .little-btn {
    width: 7rem;
}

.wrap .footer .light-btn {
    border: 1px solid #49649f;
    background-color: #ffffff;
    color: #49649f;
}

/*上传*/
.easy_upload-container {
    width: 100% !important;
    border: 1px dashed #7596D4 !important;
    border-radius: .25rem;
    min-height: 20rem;
    position: relative;
}

.easy_upload_queue {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 2;
    left: 0;
    top: 0;
    border-radius: .25rem;
}

.easy_upload_queue_item {
    height: auto;
}

.easy_upload-head {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.easy_upload_preview {
    width: 60% !important;
    margin: 0 auto !important;
    text-align: center;
}

.easy_upload_status {
    margin: 0 auto !important;
    text-align: center;
}

.easy_upload-container .easy_upload_queue .easy_upload_queue_item .easy_upload_status .status{
    width: 100%;
}

.easy_upload_btn {
    width: 30%;
    margin: 0 auto !important;
    text-align: center;
    max-width: 199px;
}

.easy_upload_btn .btn {
    width: 100% !important;
    max-width: 100px;
}

.easy_upload-container .easy_upload-head .easy_upload_select{
    background: #49649f;
}

.easy_upload-container .easy_upload_queue .easy_upload_queue_item .easy_upload_btn .easy_upload_upbtn{
    background: #49649f;
    color:white;
}