#left-menu {
    display:none;
}

.radius {
    border-radius:8px;
}

.shadow {
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 2%);
}

.bg-white {
    background:#fff;
}

.bread-nav {
    margin-bottom: 20px;
}

.bread-nav > li {
    display: inline-block;
}

.bread-nav > li > a {
    color: #999;
    font-size: 12px;
}

.bread-nav > li >span.iconfont {
    color: #999;
    font-size: 12px;
    margin: 0 6px;
}

.center_wrap {
    width: 1200px;
    box-sizing: border-box;
}

.top-ctn .btns {
    float: right;
}

.top-ctn .btns .btn {
    border-radius: 3px;
    background: #fff;
    color: #999;
    margin-right: 10px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
}

.top-ctn .btns .btn-normal i.iconfont {
    font-size: 12px;
    margin-left: 3px;
}

.top-ctn .btns .btn-blue {
    background: #4269C9;
    border-color: #4269C9;
    color: #fff;
}

.top-ctn .btns .btn-blue:hover {
    background: #2a6bcd;
    color: #fff;
}

.project-list {
    margin-top: 20px;
}

.mark {
    position:absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 10px;
    height:18px;
    line-height:18px;
    text-align:center;
    color:#fff;
    font-size:12px;
    border-top-left-radius:8px;
    border-bottom-right-radius:8px;
    background-image: linear-gradient(to right, #F28E26, #FD644F);
}

.mark1 {
    background-image: linear-gradient(to right, #6D68FE, #9C68FC);
}

.mark2 {
    background-image: linear-gradient(to right, #46AEF7, #1DD5E6);
}

.mark3 {
    background-image: linear-gradient(to right, #999999, #999999);
}

.mark-status {
    padding: 0 8px;
    height:18px;
    line-height:18px;
    color: #fff;
    position: absolute;
    top: 15px;
    left:-4px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size:12px;
    background: #5585FF;
}

.mark-status1 {
    background: #55A5FF;
}

.mark-status2 {
    background: #55C9FF;
}

.mark-status3 {
    background: #3FF0CD;
}

.mark-status:before {
    content:'';
    width:0;
    height:0;
    border-right: 4px solid #2254D2;
    border-top: 4px solid transparent;
    position: absolute;
    left:0;
    top:-4px;
}

.mark-status:after {
    content:'';
    width:0;
    height:0;
    border-right: 4px solid #2254D2;
    border-bottom: 4px solid transparent;
    position: absolute;
    left:0;
    bottom:-4px;
}

.mark-type {
    position:absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 0 10px;
    height:24px;
    line-height:24px;
    text-align:center;
    color:#666;
    font-size:12px;
    border-top-left-radius:8px;
    border-bottom-right-radius:8px;
    background: #FFE500;
}

.mark-type1 {
    background: #6ECE78;
    color: #fff;
}

.build-course-item {
    padding: 20px;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px;
    float: left;
    width: 590px;
    margin-right: 20px;
}

.build-course-item:nth-child(2n) {
    margin-right: 0;
}

.build-course-item .img-wrap {
    float: left;
    width: 240px;
    height: 137px;
    position: relative;
    overflow: hidden;
}

.build-course-item .img-wrap img {
    display:block;
    width:100%;
    height:100%;
    border-radius: 8px;
}

.build-course-item .desc-box {
    height: 100%;
    box-sizing: border-box;
    padding-left:260px;
    font-size:14px;
    color:#666;
}

.build-course-item .desc-wrap .p1 {
    font-size:16px;
    color:#333;
    font-weight:bold;
    height: 43px;
    overflow: hidden;
}

.build-course-item .desc-wrap .p2 {
    margin: 8px 0 0 0;
    color: #333;
}

.build-course-item .desc-wrap .p2 span {
    font-weight:normal;
    color:#333;
    margin-right: 20px;
}

.build-course-item .desc-wrap .p2 span:last-child {
    margin-right: 0;
}

.build-course-item .desc-wrap .p3 {
    margin-top: 15px;
    color: #999;
}

.build-course-item .desc-wrap .p3 .iconfont {
    color:#999999;
    margin-right:5px;
    font-size: 12px;
}

.progress-wrap {
    margin-top: 10px;
    height: 20px;
}

.progress-wrap .over {
    /*display: inline-block;*/
    vertical-align: middle;
    float: left;
}

.progress {
    background: #DCDCDC;
    height: 12px;
    border-radius: 12px;
    width: 200px;
    /* display: inline-block; */
    vertical-align: middle;
    float: right;
    margin-top: 4px;
}

span.sr-only {
    display: none;
}

.progress-bar.active {
    background: #6ECE78;
    border-radius: 12px;
    height: 100%;
}

.build-course-item .btn-wrap {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.build-course-item .btn-wrap .btn {
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    float: left;
    background: #fff;
    color: #999;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #DCDCDC;
}

.build-course-item .btn-wrap .btn .iconfont {
    font-size: 14px;
    margin-right: 3px;
}

.build-course-item .btn-wrap .btn.preview {
    background: #4269C9;
    color: #fff;
    border: 1px solid #4269C9;
}

.tooltip {
    color:#fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 260px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin-left: -130px;
    margin-bottom:10px;
    padding: 12px 0;
    background: #5f5e5c;
    background: -moz-linear-gradient(top, #5f5e5c 0%, #353334 100%);
    background: -webkit-linear-gradient(top, #5f5e5c 0%, #353334 100%);
    background: linear-gradient(to bottom, #5f5e5c 0%, #353334 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f5e5c', endColorstr='#353334', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .35);
    display:none;
    line-height: initial;
}

.tooltip>p {
    display: inline-block;
    text-align: left;
    margin: 0 18px;
}

.tooltip:after {
    content:"";
    display: block;
    height: 0px;
    width: 0px;
    border-left: 6px solid transparent;
    border-top: 6px solid #353334;
    border-right: 6px solid transparent;
    position: absolute;
    top:100%;
    left: 50%;
    margin-left: -6px;
}

.exp_statusTip {
    background-color: #2f7bee;
    color: #fff;
    padding: 0 15px;
    font-size:12px;
    height: 26px;
    line-height: 26px;
    position:absolute;
    left:0;
    top:10px;
}

.release {
    background-color:#3c763d;
}

.exp_statusTip.end {
    background: #999;
}

.center_content {
    overflow: hidden;
}

.isDone {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 0 0 0 -1px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
}

.isDone:first-child {
    border-radius: 4px 0 0 4px;
}

.isDone:last-child {
    border-radius: 0 4px 4px 0;
}

.isDone:hover {
    text-decoration: none;
}

.isDone.on {
    background: #4269C9;
    color: #fff;
    border-color: #4269C9;
    text-decoration: none;
}

.isDone:last-of-type {
    margin-right:15px;
}
/*2019-12-11*/
.search-line.tab-ctn {
    float: left;
    /*width: 370px;*/
}

#searchSection {
    margin-top: 0;
    float: right;
    width: 240px;
    margin-bottom: 0;
}

#searchSection .s-input, #searchSection .s-btn, #searchSection .search-line {
    margin-bottom: 0;
}

.form_content .item .quote-wrap select, .form_content .item .quote-wrap input[type=text] {
    width: 100px;
    margin-right: 10px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.form_content .item .quote-wrap select.short {
    width: 90px;
}

.quote-wrap .search-wrap .s-btn1 {
    display: inline-block;
    float: none;
}

.quote-wrap .search-wrap .s-checkbox {
    padding: 0 10px;
    height: 32px;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #dddddd;
    vertical-align: middle;
}

.quote-wrap .search-wrap .s-checkbox label {
    cursor:pointer;
    font-weight: normal;
}

.quote-wrap .search-wrap .s-checkbox input {
    vertical-align: middle;
    margin-left: 2px;
    margin-top: -2px;
    margin-right: 0;
}

.form_content .item .quote-wrap .line2 {
    margin-top: 10px;
}

.quote-wrap {
    width: 700px;
}

#resList, #projectList, .res-list {
    padding-top: 10px;
}

#resList table .action, .res-list table .action {
    width: 90px;
}

#resList .l_header th, .res-list .l_header th {
    text-align: center;
}

.form_content #quoteBox .label, .form_content #quoteBox2 .label {
    float: none;
    width: 100%;
}

table tr.on {
    background:#e2e5f4;
}

table tr.on .resChecked {
    color: #ff0000 !important;
}

#resList tr.on:hover, .res-list tr.on:hover {
    background: #e2e5f4;
}
/*功能介绍*/
#desc_overlay .form_content {
    padding: 20px 0;
}

#desc_overlay .form_content p {
    margin-bottom: 0;
    line-height: 1.5em;
}

.auth-new-box {
    width: 720px;
    background: #f8faff;
    /*position: absolute;*/
    /*right: -55px;*/
    /*top: 128px;*/
    padding: 20px;
    box-sizing: border-box;
    /*z-index: 1;*/
    /*box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);*/
}

.top-title {
    color: #333;
    font-weight: normal;
}

.top-title h1 {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
}

#desc_overlay .form_panel {
    border-radius: 8px;
}

#desc_overlay .tag1, #desc_overlay .tag2, #desc_overlay .tag3 {
    background: #9893ff;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding: 0 5px;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
}

#desc_overlay .tag2 {
    background: #93b2ff;
    margin-left: 10px;
}

#desc_overlay .tag3 {
    background: #93c6ff;
    margin-left: 10px;
}

#desc_overlay p.top-desc {
    margin-top: 15px;
    color: #333;
    line-height: 22px;
    font-size: 13px;
    text-align: justify;
}

.sub-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 15px;
}

.top-ul li {
    width: 128px;
    height: 86px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.top-ul .tul-5 {
    margin-right: 0;
}

.tul-bg {
    /* opacity: 0.42; */
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    border: 1px solid #f0f0f3;
}

#desc_overlay .tul-content {
    position: relative;
    color: #333;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.8em;
}

#desc_overlay .tul-content p {
    line-height: 1.8em;
}

.top-auth-tip {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.top-auth-tip li {
    float: left;
    padding: 10px;
}

.top-auth-tip li.tip1 {
    background: #4a77e9;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.top-auth-tip li.tip2 {
    font-size: 13px;
    position: relative;
    margin: 0 5px;
    width: 72px;
    height: 56px;
}

.top-auth-tip li.tip2:before {
    content:"";
    width: 65px;
    height: 1.5px;
    background: #a7a7a7;
    position: absolute;
    top: 30px;
    left: 4px;
}

.top-auth-tip li.tip2 i.iconfont {
    position: absolute;
    right: -3px;
    top: 20px;
    color: #a7a7a7;
}

.top-auth-tip li.tip2 p {
    color: #999;
    position: absolute;
    left: 8px;
}

.top-auth-tip li.tip2 .p1 {
    top: 5px;
}

.top-auth-tip li.tip2 .p2 {
    bottom: 3px;
}

.top-auth-tip li.tip3 {
    background: #ffd200;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.top-auth-tip li.tip4 i.iconfont {
    color: #ec2323;
    font-size: 12px;
}

.top-auth-tip li.tip4 {
    padding-right: 0;
}

#desc_overlay .top-auth-tip li.tip4 p {
    font-size: 12px;
    line-height: 36px;
}

#desc_overlay .top-auth-tip li.tip1 p, #desc_overlay .top-auth-tip li.tip3 p {
    color: #fff;
}

#resList td, .res-list td {
    padding: 6px 10px;
    line-height: initial;
}

#form_overlay_clause .form_content p {
    color: #333;
}

#notice_overlay .form_title {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#notice_overlay .form_content p {
    color: #333;
}

#notice_overlay .form_content img {
    max-width: 100%;
}

#pagination {
    margin-top: 0;
}

.top-ctn {
    position: relative;
}

.top-ctn .btns_model {
    width: 90px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -45px;
}

.top-ctn .btns_model .btn-blue {
    background: #4269C9;
    border-color: #4269C9;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

@media screen and (max-width:640px) {
    body {
        background:#f4f4f4;
    }

    #content {
        margin: 20px 0;
        width: auto;
    }

    .center_content {
        width: auto;
    }

    .search-line.tab-ctn, #searchSection {
        float: none;
        width: 100%;
        display: table;
    }

    #searchSection {
        margin-top:10px;
    }

    #list li .cover {
        float:none;
        width:100%;
        height:auto;
        min-height:160px;
    }

    #list .info {
        float:none;
        margin-left:0;
        padding: 10px 0;
        width:100%;
        box-sizing:border-box;
    }

    #list .btns {
        margin-top:10px;
        text-align:right;
    }

    .progress {
        width:100%;
        float:none;
        margin-bottom:5px;
    }

    .isDone {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #d6d6d6;
        display: table-cell;
        float: none;
        padding: 10px;
        margin: 0 0 0 -1px;
        text-align: center;
        cursor: pointer;
        color: #333;
        width: 33.33%;
        height: 50px;
        line-height: 1;
        vertical-align: middle;
    }

    .isDone.on {
        height: 50px;
    }

    .isDone:last-of-type {
        margin-right: 0;
    }

    .top-ctn .btns {
        float: none;
        margin-top: 20px;
    }
}
