@charset "utf-8";
/* CSS Document */

/*评选评定平台首页*/
.banner {
    width: 720px;
    height: 350px;
}
.filter-detail-list {
    overflow: hidden;
}
.filter-detail-list li {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.filter-detail-list li:last-child {
    margin-bottom: 0;
}
.filter-detail-list li label {
    float: left;
    margin-right: 5px;
    display: inline-block;
    width: 90px;
    line-height: 24px;
    text-align: right;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
.filter-detail-list li label + .filter-choose {
    margin-top: -10px;
    max-width: 842px;
    float: left;
}
.filter-choose a {
    margin-top: 10px;
    float: left;
    display: inline-block;
    line-height: 24px;
    padding: 0 14px;
    border-radius: 24px;
    font-size: 16px;
    color: #333;
}
.filter-choose a:hover {
    color: #018ffd;
    text-decoration: none;
}
.filter-choose a.active {
    background-color: #018ffd;
    color: #fff;
    text-decoration: none;
}
.filter-detail-list li label.w50 {
    width: 50px;
}
.filter-label{
    float:left;
    line-height: 36px;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
}
.filter-row {
    margin-left:4.5em;
}
.filter-span{
    float:left;
    border: 1px solid transparent;
    border-radius: 18px;
    font-size: 16px;
    padding:6px 10px 7px 10px;
    display: inline-block;
    cursor: pointer;
    margin:0 20px 10px 0;
}
.filter-span.active{
    border:#0091ff solid 1px;
    color: #0091ff;
}
/*首页通知公告*/
.noticewraper {
    margin-left: 20px;
    padding: 30px;
    width: 460px;
    height: 350px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px 3px #f5f5f5;
}
.notice-title {
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 9px;
    border-bottom: #ccc solid 1px;
}
.notice-content {
    width: 100%;
}
.notice-c-txt {
    display: inline-block;
    width: 100%;
    padding: 16px 0 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.notice-c-txt:hover {
    color: #018ffd;
    text-decoration: none;
}
.notice-c-warp {
    padding-bottom: 16px;
    border-bottom: #ccc solid 1px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}
.notice-c-warp .xq {
    position: absolute;
    bottom: 16px;
    right: 0;
    color: #f74b0f;
}
.notice-c-list {
    width: 100%;
    height: 156px;
    overflow: hidden;
}
.notice-ul {
    margin-top: 10px;
}
.notice-ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    padding: 8px 0;
}
.notice-ul li a {
    color: #333;
}
.notice-ul li:hover a {
    color: #018ffd;
    text-decoration: none;
}
.n-fl {
    position: relative;
    float: left;
    padding-left: 10px;
    display: inline-block;
    width: 336px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.n-fr {
    float: right;
    color: #999;
}
.n-line {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #333;
    left: 0;
    top: 50%;
}
.notice-c-list .n-line {
    transition: all 0.4s;
}
.notice-c-list .notice-ul li:hover a .n-line {
    height: 14px;
    top: 3px;
    background: #018ffd;
}

.main-notice .main-notice-title {
    font-size: 24px;
    font-weight: normal;
}
.main-notice .notice-ul li {
    padding: 14px 0;
    border-bottom: #adc3d4 dashed 1px;
}
.main-notice .n-fl {
    width: 824px;
}
.main-notice .notice-ul li:hover a .n-line {
    background: #018ffd;
}
/*作品列表*/
.coursewraper {
    margin-bottom: 30px;
}
.course-list {
    margin-bottom: 6px;
}
.course-list-title {
    height: 30px;
    line-height: 30px;
    margin-bottom: 18px;
}
.course-list-title .hdt {
    float: left;
    font-size: 28px;
    font-weight: normal;
}
.course-content-ul {
    margin: 0 -10px;
}
.course-content-ul li {
    float: left;
    margin: 0 10px 30px 10px;
    width: 285px;
    height: 275px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px 3px #f5f5f5;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.index-style .course-content-ul li {
    box-shadow: none;
    height: 324px;
    position: relative;
}
.course-content-ul li a {
    display: inline-block;
}
.course-content-ul li a img {
    width: 285px;
    height: 165px;
    border-radius: 6px;
}
.index-style .course-content-ul .course-item-wrap.course-content-active,
.course-item-wrap.course-content-active {
    -webkit-box-shadow: 0 5px 20px 5px rgba(58, 58, 58, 0.1);
    box-shadow: 0 5px 20px 5px rgba(58, 58, 58, 0.1);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
.item-title,
.item-date {
    display: block;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-title {
    margin-top: 10px; /*line-height: 36px;*/
    font-size: 18px;
}
.item-title a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.course-content-ul li:hover .item-title,
.course-content-ul li:hover .item-title a {
    color: #018ffd;
    text-decoration: none;
}
.index-style .item-title a {
    font-weight: bold;
}
.item-date {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.course-list-title .morewraper {
    margin-top: 6px;
}

.index-style .item-title,
.index-style .item-date {
    padding: 0 15px;
}
.item-content {
    margin: 5px 10px 0 10px;
    padding: 5px 0;
    display: inline-block;
    width: 265px;
    height: 44px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box-flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-top: #e8e8e8 dashed 1px;
}

.item-txt {
    margin-top: 8px;
    padding: 0 15px;
    height: 22px;
}
.item-txt.mt5 {
    margin-top: 5px;
}
.item-txt .bg-tip {
    margin-right: 5px;
    float: left;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 22px;
}
.bg-tip1 {
    background: #fff5e5;
    color: #ff9b00;
}
.bg-tip2 {
    background: #e5f4ff;
    color: #018ffd;
}
.bg-tip3 {
    background: #e6f8ec;
    color: #0abd42;
}
.item-date i,
.bg-txt-tip i,
.fa-exit {
    margin: 0 5px 3px 0;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.fa-arrow {
    background: url(../images/icon/arrow_icon.png) no-repeat 0 2px;
}
.fa-time {
    background: url(../images/icon/cock_icon.png) no-repeat;
}
.fa-trophy {
    background: url(../images/icon/trophy_icon.png) no-repeat;
}
.fa-exit {
    background: url(../images/icon/exit_icon.png) no-repeat;
}
.bg-txt-tip {
    display: inline-block;
    font-size: 14px;
    padding: 1px 0;
    color: #018ffd;
}
.bg-txt-tip i {
    margin-left: 3px;
}
.bg-txt-tip:hover {
    text-decoration: none;
}
.bg-txt-tip .fa-trophy {
    width: 20px;
    height: 20px;
}
.tip-num {
    margin-left: 15px;
    color: #ff9b00;
    font-size: 14px;
    font-weight: bold;
}

.index-style .course-item-wrap a.course-imgbg {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    width: 285px;
    height: 165px;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
}
.course-imgbg1 {
    background: url(../images/indeximg/pic_img1.jpg) no-repeat;
}
.course-imgbg2 {
    background: url(../images/indeximg/pic_img2.jpg) no-repeat;
}
.course-imgbg3 {
    background: url(../images/indeximg/pic_img3.jpg) no-repeat;
}
.course-imgbg4 {
    background: url(../images/indeximg/pic_img4.jpg) no-repeat;
}
.index-style .courese-title-txt {
    margin-top: 40px;
    display: inline-block;
    width: 242px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}
.index-style .courese-title-barge {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
}
.c-tag {
    width: 24px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    position: absolute;
    top: 80px;
    left: 20px;
    display: inline-block;
}
.courese-title-barge {
    margin-top: 26px;
    display: inline-block;
    padding: 2px 11px 3px 11px;
    color: #fff;
    font-size: 14px;
    border-radius: 24px;
}
.course-imgbg1 .courese-title-barge {
    background-color: #2e98fe;
}
.course-imgbg2 .courese-title-barge {
    background-color: #fd915f;
}
.course-imgbg3 .courese-title-barge {
    background-color: #6acf48;
}
.course-imgbg4 .courese-title-barge {
    background-color: #8d9af8;
}
.index-style .course-content-ul.course-item-type2 li.course-item-wrap {
    position: relative;
    width: 386px;
    height: 310px;
    border: #e8e8e8 solid 1px;
    border: #e8e8e8 solid 1px;
    border-radius: 8px 8px 6px 6px;
}
.index-style .course-content-ul.course-item-type2 li a img {
    margin: -1px;
}
.index-style .course-item-type2 .item-title a {
    margin-right: 4px;
    float: left;
    width: auto;
    max-width: 60%;
    line-height: 22px;
}
.course-content-ul.course-item-type2 li a img {
    width: 386px;
    height: 200px;
    border-radius: 6px 6px 0 0;
}
.user-img-warp {
    width: 66px;
    height: 100px;
    position: absolute;
    top: 180px;
    right: 22px;
    z-index: 2;
}
.user-img-warp img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: #fff solid 3px;
}
.user-img-warp .txt {
    display: inline-block;
    width: 100%;
    height: 20px;
    color: #999;
    text-align: center;
}
.hd {
    position: relative;
    height: 40px;
    background: #b1f1ff;
    line-height: 40px;
    padding-left: 27px;
    font-size: 18px;
}
.notice .hd {
    color: #00baff;
}
.invalid {
    color: #b3cdde;
}
.notice .hd > div {
    position: absolute;
    right: 0;
    top: 0;
    *top: 10px;
}
.notice .hd span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.bd {
    height: 176px;
    background: #fffad8;
    padding: 12px 22px 12px 30px;
}
.notice-list {
    line-height: 20px;
}
.notice-list li {
    width: 280px;
    height: 21px;
    padding-left: 10px;
    background: url(../images/li-pointer.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-list a {
    color: #000;
}
.notice-wrap {
    padding: 0 30px;
}
.notice-wrap h2 {
    padding: 10px 0;
    margin-top: 10px;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}
.notice-wrap > p {
    color: #666;
    text-align: center;
    font-size: 14px;
}
.noticeContent {
    min-height: 600px;
}
.noticePage {
    padding: 15px 0;
    border-top: 1px solid #eee;
    margin-bottom: 30px;
    font-size: 14px;
}
.noticePage a {
    color: #333;
}
.index-wrap .course-item,
.actProject-wrap .course-item {
    height: 270px;
}
.ratingResult-wrap .course-item {
    height: 240px;
}
.course-item {
    float: left;
    width: 200px;
    padding: 4px;
    margin-top: 30px;
    margin-right: 30px;
    border: 1px solid #ebebeb;
}
.course-item img {
    width: 200px;
    height: 120px;
}
.course-item span {
    display: block;
    overflow: hidden;
    padding-left: 7px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #337ab7;
}
.course-item p {
    line-height: 26px;
    padding-left: 7px;
    word-break: break-all;
}
.course-item .actBrief {
    height: 52px;
    overflow: hidden;
}
.more {
    margin-right: 35px;
    line-height: 60px;
    color: #1d4b6b;
}
.selCourses {
    padding-bottom: 30px;
}
.selCourses-hd {
    position: relative;
    margin-top: 30px;
    margin-bottom: -20px;
}
.selCourses-hd h2 {
    padding-left: 35px;
    font-size: 28px;
    font-weight: normal;
    color: #0069ae;
}
.selCourses-more {
    position: absolute;
    right: 35px;
    bottom: 0;
    font-size: 14px;
    color: #666;
}

.toupiao-button {
    padding-left: 20px;
    position: absolute;
    top: 135px;
    left: 0;
    display: inline-block;
    width: 285px;
    height: 30px;
    line-height: 30px;
    background: url(../images/indeximg/toup_bg.jpg) no-repeat;
    color: #fff;
    font-size: 14px;
    z-index: 2;
}
.toupiao-button:hover {
    text-decoration: none;
}
.toupiao-ico {
    display: inline-block;
    margin-right: 5px;
}
.toupiao-ico i {
    margin-bottom: 2px;
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(../images/icon/toup_ico.png) no-repeat;
    vertical-align: middle;
}
/*登陆框*/
.login-box {
    width: 430px;
}
.login-form {
    padding: 20px 0 10px 50px;
}
.login-form label {
    float: left;
    width: 80px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
}
.username,
.passwd,
.verCode {
    float: left;
    width: 210px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border: 1px solid #eee;
    font-size: 14px;
}
.verCode {
    width: 110px;
    margin-right: 10px;
}
.verCode img {
    border: 1px solid #eee;
}
.login-form p {
    padding: 5px 0;
}
.tip {
    width: 210px;
    margin-left: 80px;
    color: #999;
}
.login-btn {
    width: 210px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-left: -50px;
    font-family: "微软雅黑";
    background: #2399eb;
}
.registerError {
    padding-left: 20px;
    margin-left: -50px;
    background: url(../images/register_error.jpg) no-repeat left center;
    color: #fc7e00;
}
.login-form p:after,
.upload-form > div:after,
.rating-form > div:after,
.addNew-form > div:after,
.notice-form > div:after,
.grouping-item > div:after,
.personnalInfo > div:after,
.personnalInfo-subItem01 > div:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.login-form p,
.upload-form > div,
.rating-form > div,
.addNew-form > div,
.notice-form > div,
.grouping-item > div,
.personnalInfo > div,
.personnalInfo-subItem01 > div {
    *zoom: 1;
}

/*评审评定平台-栏目页-评比活动*/
.activity-classify-head {
    height: 35px;
    padding: 5px 0 0 30px;
    background: #b9f382;
}
.classift-list li {
    float: left;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #2b6b1d;
    cursor: pointer;
}
.current {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fc5300;
    background: #fff;
}

/*评审评定平台-详细页-评比活动*/
.content-wrap {
    padding: 20px 38px 38px 38px;
}
.activityTitle h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
    color: #333;
    word-wrap: break-word;
}
.activityTitle p {
    font-size: 18px;
    color: #666;
}

.activityItem {
    width: 500px;
    height: 300px;
}
.activityItemInfo {
    width: 640px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.activityItemInfo ul li {
    line-height: 35px;
}
.partMatch {
    width: 245px;
    height: 114px;
    margin-top: 63px;
    background: url(../images/match-btn.png) no-repeat;
}
.partMatch:hover {
    background-position: 0 -113px;
}
.activityDateInfo {
    margin-top: 20px;
    height: 100px;
    background: url(../images/date-line.png) no-repeat left 28px;
    position: relative;
}
.activit-icon {
    display: inline-block;
    width: 28px;
    height: 15px;
    background: url(../images/xq_icon.png) no-repeat;
    position: absolute;
    top: 29px;
    right: -28px;
}
.activityDateInfo div {
    float: left;
    width: 220px;
    height: 100px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #333;
}
.activityDateInfo.acti-ry {
    width: 660px;
}
.activityDateInfo.acti-zp {
    width: 880px;
}
.activityDateInfo .dateInfo-style1 {
    color: #6d788e;
}
.activityDateInfo .dateInfo-style2 {
    color: #f1c243;
}
.activityDateInfo .dateInfo-style3 {
    color: #f66a5a;
}
.activityDateInfo .dateInfo-style4 {
    color: #9dc69d;
}
.activityDateInfo .dateInfo-style1 .txt,
.activityDateInfo .dateInfo-style2 .txt,
.activityDateInfo .dateInfo-style3 .txt,
.activityDateInfo .dateInfo-style4 .txt {
    margin-top: 48px;
}
.activityDateInfo .dateInfo-style1 .txt,
.activityDateInfo .dateInfo-style2 .txt {
    padding-left: 12px;
}
.activityDateInfo .dateInfo-style3 .txt {
    padding-left: 4px;
}

.activityBrief {
    font-size: 14px;
    line-height: 24px; /*padding:0 10px;*/
    margin-top: 20px;
}
.activit-txt {
    /*margin-top:5px;*/ /*padding:0 90px;text-align: center;*/
    color: #333;
    font-size: 16px;
    word-wrap: break-word;
}
/*提交作品*/
/*教师学生_参与主题*/
.side {
    position: absolute;
    width: 200px;
    height: 100%;
    color: #fff;
    border-bottom-left-radius: 3px;
}
.teachInfo {
    padding: 20px 20px 10px 20px;
    text-align: center;
    color: #333;
}
.teachInfoImg {
    width: 100%;
    text-align: center;
}
.teachInfoImg img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.teachName {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
}
.teacharea {
    display: inline-block;
    color: #63bafd;
    margin-bottom: 12px;
    padding: 4px 20px;
    background-color: #f2f8fd;
    border-radius: 20px;
}
.teachactive {
    padding-bottom: 10px;
    border-bottom: #e8e8e8 solid 1px;
}
.teachinforwarp {
    width: 49.5%;
    border-right: solid #f5f5f5 1px;
}
.teachinforwarp p {
    line-height: 20px;
}
.teachinforwarp .num {
    margin-top: 2px;
    color: #018ffd;
    font-size: 14px;
}
.sideNavList {
    font-size: 18px;
}
.sideNavList li {
    min-height: 50px;
    line-height: 50px;
    text-align: left;
    cursor: pointer;
    color: #333;
    font-size: 18px;
    position: relative;
}
.sideNavList li a {
    width: 100%;
    display: inline-block;
    color: #333;
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.sideNavList li a:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 3px;
    max-width: 3px;
    overflow: hidden;
    background-color: #018ffd;
}
.sideNavList li.side-current a:after,
.sideNavList li:hover a:after {
    display: block;
}
.sideNavList li a:hover,
.side-current a {
    background-color: #e5f4ff;
}
/*.sideNavList li.sub-meun-list .sub-side{display: block;}*/
.side-current.sub-meun-list .sub-side {
    display: block;
}
.sideNavList li.sub-meun-list a:hover,
.side-current.sub-meun-list a {
    background: #e5f4ff url(../images/slide.png) 150px center no-repeat;
}
.sideNavList li a:hover {
    text-decoration: none;
}
.sideNavList li .sub-side {
    display: none;
    padding: 0 20px;
}
.sideNavList li .sub-side li a {
    background: none;
    font-size: 14px;
}
.sideNavList li .sub-side li:last-child a {
    border-bottom: none;
}
.sideNavList li .sub-side li a:hover,
.sideNavList li .sub-side li.active a,
.sideNavList li .sub-side li a:focus {
    color: #018ffd;
}
.sideNavList li .sub-side li a:after {
    width: 0;
    max-width: 0;
    overflow: hidden;
    background-color: #fff;
}
.sideNavList li.sub-meun-list .sub-side li a:hover {
    background: none;
}
.subWorks-wrap .sideNavList li:hover,
.subWorks-wrap .side-current {
    color: #8c5412;
}
.ratingWorks-wrap .sideNavList li:hover,
.ratingWorks-wrap .side-current {
    color: #a8226b;
}
.backManagement-wrap .sideNavList li:hover,
.backManagement-wrap .side-current {
    color: #123e71;
}

.main {
    position: relative;
}
.main-content {
    width: 978px;
}
.main-tab {
    padding-left: 35px;
}
.main-tab li {
    float: left;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.main-tab-grouping li {
    font-size: 14px;
}
.main-content-body {
    position: relative;
    min-height: 790px;
    padding: 20px;
    border-radius: 4px;
}
.subWorks-wrap .filter,
.ratingWorks-wrap .filter,
.backManagement-wrap .filter {
    /*height:25px;*/
    padding: 10px 0;
    border-radius: 3px; /*background:#e8e8e8;*/
}
.subWorks-wrap .query-btn {
    background: linear-gradient(to bottom, #fecb00, #dc9c11);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFffecb00,endcolorstr=#FFdc9c11);
    color: #000;
}
.ratingWorks-wrap .query-btn {
    background: linear-gradient(to bottom, #fc91dc, #c06097);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFfc91dc,endcolorstr=#FFc06097);
}
.backManagement-wrap .query-btn {
    background: linear-gradient(to bottom, #07c0fd, #3c74b0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF07c0fd,endcolorstr=#FF3c74b0);
}

/*上传登录框*/
.upload-box {
    width: 570px; /*height:700px;overflow-y:scroll;*/
}
.addNew-form {
    margin: 10px 0 0 20px;
    padding-bottom: 10px;
}
.addNew-form > div,
.notice-form > div {
    /*padding:5px 0;*/
    margin-bottom: 20px;
    line-height: 25px;
}
.noticeTitle {
    width: 400px !important;
}
.upload-form {
    max-height: 660px;
    overflow-y: auto;
}
.upload-form > div,
.div_show > div {
    margin: 10px 0;
    line-height: 25px;
}
em {
    color: #fc5300;
}
.upload-form .name,
.upload-attachment-box .name,
.notice-form .name {
    float: left;
    min-width: 102px;
    padding-right: 10px;
    line-height: 36px;
    text-align: right;
    font-size: 16px;
}
.upload-form input[type="text"],
.notice-form input[type="text"] {
    width: 150px; /*height:23px;line-height:23px;border:1px solid #eee;padding:0 5px;*/
}
.upload-form input[type="radio"] {
    margin: 2px;
    *margin-top: -2px;
    vertical-align: text-top;
}
.upload-img,
.uploadAvatar,
.uploadImg {
    position: relative;
    display: block;
    overflow: hidden; /*color: #1890ff;*/
}
.uploadImg:hover {
    text-decoration: none;
}
.upload-img {
    float: left;
    width: 60px;
    padding-left: 25px;
    background: url(../images/ico_img.jpg) no-repeat left center;
}
.uploadAvatar {
    font-size: 16px;
}
.uploadAvatar:hover {
    text-decoration: none;
}
.inputFile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    border: none;
    font-size: 100px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
::-webkit-file-upload-button {
    cursor: pointer;
    border: none;
}
.opusName {
    float: left;
    width: 150px;
    height: 23px;
    line-height: 25px;
    border: 1px solid #eee;
    padding: 0 5px;
}
.upload-box-uptip {
    height: 18px;
    line-height: 18px;
    padding-left: 20px;
    background: url(../images/tip.png) no-repeat left center;
}
.upload-form-zylb {
    float: left;
    width: 440px;
}
.table02 tr:not(.first):nth-of-type(2n) {
    background: #deeecf;
}
.table02 tr:not(.first):nth-of-type(2n + 1) {
    background: #fff;
}
.hide01 {
    margin: 5px 0 0 10px;
}
.hide01,
.hide02,
.hide03 {
    display: none;
}
.table01,
.table02 {
    width: 100%;
}
.hide01 > div {
    margin: 10px 0;
}
.fileList.keyWordCurrent {
    margin-top: 5px;
    clear: both;
    width: 676px;
    height: auto;
    min-height: 72px;
    padding: 0 5px;
    overflow: hidden; /*border:1px solid #addafe; background:#f0f8ff; line-height:23px;*/
    outline: none;
}
.keyWordCurrent span {
    margin-right: 10px;
}
.keyWordCurrent a {
    float: left;
    display: inline-block;
    cursor: pointer;
    margin: 0 15px 0 5px;
}
.keyWordCurrent a:hover {
    text-decoration: none;
    color: #1890ff;
}
.keyWordCurrent a:hover .fa-close-s-g {
    background: url(../images/indeximg/icon_img.png) -89px -68px;
}
.fileList.keyWordList {
    position: absolute;
    height: auto;
    width: 676px;
    color: #333;
    z-index: 2;
    font-size: 16px;
    overflow: hidden;
}
.keyWordList span {
    display: inline-block;
    margin: 0 10px;
    line-height: 25px;
    cursor: pointer;
}
.keyWordList a {
    float: left;
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
}
.keyWordList a:hover {
    text-decoration: none;
    color: #1890ff;
}
.keyWordList .close {
    position: absolute;
    right: 0;
    top: -3px;
}
.keyWordList .close:hover {
    background: none;
}
.keyWordList .close:hover .fa-close-s-g {
    text-decoration: none;
    background: url(../images/indeximg/icon_img.png) -89px -68px transparent;
}
.hide-list {
    position: relative;
    width: 100%;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.hide-list li {
    float: left;
    padding: 0 5px;
    line-height: 20px;
    color: #0069ae;
}
.hide-list li:hover {
    background: #fc7e00;
    cursor: pointer;
}
.hide-list a {
    padding: 0 25px 0 5px;
}
.hide-list a,
.hide-list li a {
    float: left;
    color: #333;
}
.hide-list a:hover,
.hide-list li a:hover {
    color: #1890ff;
    text-decoration: none;
}
.hide-list span {
    position: absolute;
    right: 3px;
    top: -6px;
    cursor: pointer;
}
.uploadAttachRequest {
    width: 80%;
    word-break: break-all;
}
/*上传附件弹出框*/
.upload-attachment-box {
    width: 540px;
}
.upload-attachment-box .popBox-bd {
    padding: 20px;
}
.upload-attachment-box p {
    color: #999;
}
.upload-attachment-box p em {
    line-height: 13px;
}
.addNew {
    width: 98px;
    height: 27px;
    border: none;
    background: url(../images/addBtn.jpg) no-repeat left center;
    cursor: pointer;
}
.fileList {
    width: 600px;
    min-height: 65px;
    height: auto; /*border:1px solid #ccc;margin-bottom:10px;*/
}
.fileList h1 {
    display: none;
}
.fileListName {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    font-size: 14px;
    background: #fff;
}
.upload-attachment-box .name {
    width: 80px;
    font-size: 14px;
}
.progressWrapper {
    padding: 5px 0;
}
.fileListlayer {
    width: 420px;
    max-height: 130px;
    height: auto;
    overflow-y: auto;
}
/*上传作品新增弹出框*/
.addNew-box {
    width: 400px;
}
.addNew-form .name {
    float: left;
    font-size: 14px;
    line-height: 25px;
}

/*主题活动详情弹出框*/
.detail-box {
    width: 780px;
}
.detail-list {
    margin-top: 15px;
    line-height: 24px;
    padding-bottom: 10px;
}
.detail-list li {
    float: left;
    margin-bottom: 5px;
}
.detail-list-name {
    float: left;
    display: inline-block;
    width: 125px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: right;
}
.detail-list-value {
    float: left;
    width: 364px;
    font-size: 16px;
    color: #666;
}
.detail-box .popBox-bd {
    padding: 10px;
}
.detail-box p {
    line-height: 26px;
    word-wrap: break-word;
    color: #444;
}

/* 作品退回理由弹出框 */
.return-box {
    width: 450px;
}
.return-box .popBox-bd {
    padding: 15px 20px 0;
}

/*表格*/
.table,
.commonTable,
.subCommonTable {
    width: 100%;
    border-collapse: collapse;
}
.table {
    border-spacing: 0;
    color: #333;
    text-align: left;
}
.table-fixed {
    table-layout: fixed;
}
.table th {
    background: #cce9ff;
}
.subCommonTableContainer {
    /*max-height:200px;overflow-x:hidden;overflow-y:auto;*/
    background: #f5f5f5;
    padding: 0 15px;
}
.subCommonTable td {
    min-height: 1px;
    padding: 0;
}
.table th,
.commonTable th {
    font-size: 16px;
    white-space: nowrap;
    font-weight: bold;
}
.commonTable th,
.table td,
.table th,
.commonTable td {
    height: 28px;
    line-height: 28px;
    padding: 10px 15px;
    font-size: 16px;
    vertical-align: middle;
    word-wrap: break-word;
}
.table tr:nth-child(2n-1) {
    background-color: #f1f8fe;
}
.table td .choice {
    float: left;
}
.ratingWorks-wrap .commonTable th,
.backManagement-wrap .commonTable th {
    color: #fff;
}
.table td a,
.commonTable td a {
    color: #018ffd;
}
.table td a.title {
    color: #333;
}
.table td a.title:hover {
    text-decoration: none;
}

.table > thead > tr > td,
.table > tbody > tr > td {
    border-top: 0;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: middle;
}
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
    border: 1px solid #d9d9d9;
}
.table.table-style2 tr:nth-child(2n-1) {
    background-color: #fafafa;
}
.table.table-style2 th {
    background: #f5f5f5;
}
.table.table-style2 th .choice > .choice-name::before,
.table.table-style1 th .choice > .choice-name::before {
    margin-top: 6px;
}
.table.table-style3 tr:nth-child(2n-1),
.table.table-style3 th {
    background: none;
}
.table.table-style3 .choice > input[type="radio"] ~ .choice-name::before {
    margin-top: 7px;
}
.table.table-style3 td {
    padding: 5px 20px 5px 0;
}
.subCommonTableContainer .tbale th,
.subCommonTableContainer .tbale td {
    background: #f5f5f5 !important;
    word-wrap: break-word;
    white-space: normal;
}
.subCommonTableContainer.commonTable .tbale td {
    background: #f5f5f5 !important;
    word-wrap: break-word;
    white-space: normal;
    min-width: 150px;
}
.subCommonTableContainer .tbale td {
    border-top: #fff solid 1px;
}
.nospace td {
    white-space: nowrap;
}
.commonTable .choice {
    margin-top: 3px;
}
.table a.table-tit {
    color: #333;
}
.table a.table-tit:hover {
    color: #018ffd;
}
.space-line {
    font-size: 12px;
    vertical-align: top;
    color: #e8e8e8;
    padding: 0 5px;
}
.space-line.pdspace {
    padding: 0 10px;
}
.spanname {
    float: left;
    display: inline-block;
    padding: 0 7px;
    margin-right: 10px;
    border-radius: 26px;
    color: #0093dd;
    background-color: #e7f3fc;
    border: #c1ddf2 solid 1px;
    font-size: 16px;
}
.pwame {
    width: 100%;
    max-height: 30px;
    overflow: hidden;
    color: #0093dd;
}
caption {
    font-size: 20px;
    text-align: center;
    line-height: 60px;
}
.subWorks-wrap .commonTable th {
    background: #ffc000;
}
.subWorks-wrap .commonTable > tr:not(.subTr):nth-of-type(2n) {
    background: #ffe8cb;
}
.subWorks-wrap .commonTable > tr:not(.subTr):nth-of-type(2n + 1) {
    background: #fff4e7;
}
.ratingWorks-wrap .commonTable th {
    background: #e32d91;
}
.ratingWorks-wrap .commonTable tr:nth-of-type(2n) {
    background: #f4cddc;
}
.ratingWorks-wrap .commonTable tr:nth-of-type(2n + 1) {
    background: #fae8ee;
}
.backManagement-wrap .commonTable th {
    background: #4f81bd;
}
.backManagement-wrap .commonTable tr:nth-of-type(2n) {
    background: #d0d8e8;
}
.backManagement-wrap .commonTable tr:nth-of-type(2n + 1) {
    background: #e9edf4;
}
.backManagement-wrap .subCommonTable th,
.subWorks-wrap .subCommonTable th {
    font-size: 14px;
    background: #f0f0f0;
}
.backManagement-wrap .subCommonTable tr:nth-of-type(2n),
.subWorks-wrap .subCommonTable tr:nth-of-type(2n) {
    background: #f7f7f7;
}
.backManagement-wrap .subCommonTable tr:nth-of-type(2n + 1),
.subWorks-wrap .subCommonTable tr:nth-of-type(2n + 1) {
    background: #fff;
}

/*教师学生_草稿箱*/
.btnArea {
    padding: 20px 0;
}
.btnArea input {
    margin-right: 15px;
}
.checkAll,
.backOff,
.resetbtn,
.release,
.confirm,
.saveAndRelease,
.save,
.approve,
.addNewRole,
.savePlan,
.batchAwards,
.addNewPlan,
.awardPlus,
.voteRater,
.upload-attachment,
.uploadAvatar,
.exportBtn,
.download,
.unopen {
    background: linear-gradient(to bottom, #60ce0f, #52990d);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF60ce0f,endcolorstr=#FF52990d);
}
.del,
.submit,
.releaseCancel,
.addRole,
.unapprove,
.sendBack,
.cancel,
.open {
    background: linear-gradient(to bottom, #fd3b3b, #990d0d);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFfd3b3b,endcolorstr=#FF990d0d);
}
.delGroup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 100%;
    text-align: center;
    line-height: 1;
    color: #018ffd;
    background-color: #f5f5f5;
    font-size: 16px;
}
.pro-hd {
    padding: 15px 20px;
    line-height: 25px;
    background: #f0f0f0;
}
.pro-hd h2 {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 18px;
}
.pro-hd span {
    line-height: 25px;
    font-size: 16px;
}
.pro-content {
    min-height: 450px;
    margin-bottom: 20px;
}
.pro-content img {
    display: block;
    max-width: 938px;
    margin: 0 auto;
}
.pro-content.pro-content-infor img {
    max-width: 1160px;
}
/*.proInfo{border-bottom:1px solid #ddd;}*/
.relatePros {
    border-top: #ccc solid 1px;
    padding-top: 15px;
}
.relatePros h2 {
    float: left;
    font-weight: normal;
    font-size: 16px;
}
.relatePros-box {
    float: left;
    font-size: 16px;
    max-width: 890px;
}
.relatePros-list a {
    float: left;
    display: inline-block;
    margin-right: 20px;
    color: #333;
}
.relatePros-list a:hover {
    text-decoration: none;
}
.relatePros.reinfor {
    border-top: none;
    padding-top: 0;
}
.relatePros.reinfor .relatePros-box {
    max-width: 85%;
}
.relatePros.reinfor.wb100 {
    padding-top: 15px;
}
.proInfo li,
.relatePros-list li {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 35px;
}
.proInfo span {
    float: left;
    color: #666;
}
/*.proInfo .name{width:20%;text-align:right;}*/
.proInfo .name + span {
    display: inline-block;
    height: 35px;
    max-width: 362px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*审核管理员-审核主题下查看作品-评比作品*/
.map h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 70px;
}
.map-picture {
    margin: 0 auto;
    width: 736px;
    height: 448px;
    background: #b5b5b5;
}
.ratingWorks-wrap .teachingDesign,
.ratingWorks-wrap .courseware,
.ratingWorks-wrap .learningPlan,
.ratingWorks-wrap .download {
    background: linear-gradient(to bottom, #fe92de, #b4357d);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFfe92de,endcolorstr=#FFb4357d);
}

/*审核管理员_审核主题下作品列表-评比作品*/
.commonTable-awards {
    width: 62px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.unapprove-box,
.unapproveTip-box,
.addNewRole-box {
    width: 500px;
    font-size: 14px;
}
.unapprove-box .name,
.addNewRole-box .name {
    width: 80px;
    text-align: right;
}
.unapprove-box .popBox-bd,
.unapproveTip-box .popBox-bd,
.addNewRole-box .popBox-bd {
    padding: 20px;
}
.unapprove-box .popBox-bd > div,
.addNewRole-box .popBox-bd > div {
    padding: 10px 0;
}
.textarea03,
.textarea04,
.textarea05,
.textarea06 {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ddd;
    resize: none;
}
.textarea03 {
    width: 360px;
    height: 100px;
}
.textarea04 {
    width: 330px;
    height: 180px;
    font-size: 16px;
    padding-bottom: 20px;
}
.textarea05 {
    width: 300px;
}
.textarea06 {
    width: 708px;
    height: 120px;
}
.textarea07 {
    width: 820px;
    height: 340px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
}
.text-txt {
    /*position: absolute;bottom: 5px;right: 20px;*/
    font-size: 16px;
    color: #999;
}
/*作品评分查看作品评分-评比作品*/
.backToWorksList {
    margin: 15px;
    text-align: right;
    font-size: 16px;
    color: #1890ff;
}
.backToWorksList:hover {
    text-decoration: underline;
}
.re-gradeBar,
.gradeBar {
    padding: 10px 15px;
    background: #f2f9ff;
}
.gradeBar-title,
.grades,
.grade-result,
.sub-grade {
    display: block;
    float: left;
}
.gradeBar-title {
    font-size: 16px;
    line-height: 36px;
}
.grades {
    padding-top: 3px;
    margin-right: 10px;
}
.grades input {
    display: inline-block;
    float: left;
    width: 47px;
    height: 22px;
    margin-left: 8px;
    cursor: pointer;
}
.grade-result,
.re-gradeBar > input {
    width: 90px; /*height:39px;line-height:39px;margin:7px 20px 7px 0;border:1px solid #000;border-radius:5px;*/
    font-size: 16px;
}
.sub-grade {
    width: 122px;
    height: 40px;
    margin: 7px 0;
    background: url(../images/confirm-btn.png) no-repeat;
}
.sub-grade:hover {
    background-position: 0 -39px;
}
.prevWork,
.nextWork {
    font-size: 16px;
    color: #333;
}
.prevWork {
    margin-left: -20px;
    padding-left: 20px;
    background: url(../images/slide_left.png) no-repeat left 4px;
}
.nextWork {
    margin-right: -20px;
    padding-right: 20px;
    background: url(../images/slide_right.png) no-repeat right 4px;
}
.grades .btn-primary.btn-second:hover {
    border-color: #ccc;
    z-index: 1;
}
.grades .btn-primary.btn-second.active {
    background: #1890ff;
    border-color: #1890ff;
    color: #fff;
    z-index: 3;
}

/*作品评分-评分管理*/
.btn-sort {
    display: inline-block;
    width: 70px;
    height: 23px;
    border: 1px solid #dedede;
    margin-left: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    background-color: #fff;
    color: #000;
}
.btn-sort:hover {
    text-decoration: none;
}
.btn-sort-score {
    padding-left: 10px;
    text-align: left;
    background: url(../images/arrows.png) no-repeat 65px 6px #fff;
}
.htol {
    background-position: 65px 6px;
}
.ltoh {
    background-position: 65px -36px;
}

/*评审评定平台-栏目页-评比结果*/
.filter input[type="text"] {
    min-height: 34px;
    padding: 0 10px 0 10px;
    line-height: 34px;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.filter > span {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: right;
}

.filter-item .label {
    float: left; /*padding-right: 10px;*/
    line-height: 36px;
    text-align: right;
    font-size: 16px;
}
.filter-item .value {
    float: left;
    min-width: 100px; /*max-width: 676px;*/
    max-width: 728px;
    line-height: 36px;
}
/*.filter-item .value .form-control{background: none;}*/
.value-show {
    margin-top: 6px;
    line-height: 25px;
}
.selectBoxWarp {
    max-width: 354px;
    height: 36px;
    border: #ccc solid 1px;
    border-radius: 4px;
    line-height: 34px;
}

.selectBoxWarp2 {
    height: 36px;
    border: #ccc solid 1px;
    border-radius: 4px;
    line-height: 34px;
}

.selectBoxWarp input[type="text"].query-box {
    border: none;
    background: none;
    padding-right: 35px;
    font-size: 16px;
}
.selectBox {
    position: relative;
    line-height: 34px;
    text-align: left;
    cursor: pointer;
}
.selectCurrent {
    position: relative;
    height: 34px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    background: url(../images/slide.png) no-repeat 95% center;
    font-size: 16px;
    color: #333;
}
.selectCurrent.no-up {
    background: none;
}
.selectCurrent span,
.selectBox.w100 .selectCurrent.no-border-right span {
    display: inline-block;
    width: 78px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.selectCurrent.no-border-right span {
    width: auto;
}
.selectList {
    position: absolute;
    max-height: 150px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 2;
}
.selectList01 {
    height: 100px;
    overflow-y: scroll;
}
/*.filter .selectList,*/
.personnalInfo .selectList {
    height: auto;
    overflow-y: initial;
}
.selectList li {
    width: 100%;
    height: 34px;
    padding-left: 8px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.selectList li:hover {
    background: #ddd;
}
.query-btn {
    background: linear-gradient(to bottom, #d5b4ff, #8353bf);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFd5b4ff,endcolorstr=#FF8353bf);
}
.timeRange {
    width: 148px;
    height: 36px;
    line-height: 36px;
    padding-right: 35px !important;
    background: url(../images/calendar.png) no-repeat right center;
    cursor: pointer;
    font-size: 16px;
}
.selectTime .label {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.selectTime .line {
    display: inline-block;
    line-height: 34px;
    padding: 0 5px;
}

/*评审评定平台-评比结果-详细页*/
.rater-result,
.rater-result-title {
    height: 30px; /*background:url(../images/line01.png) no-repeat center center;*/
}
.rater-result span,
.rater-result-title span {
    display: block; /*margin:0 auto;*/
    width: 95px;
    height: 30px;
    line-height: 30px;
    font-size: 18px; /*text-align:center;*/
    background: #fff;
}
.rater-result-title {
    background: url(../images/line01.png) no-repeat center center;
}
.rater-result-title span {
    margin: 0 auto;
    text-align: center;
}
.posting h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #1890ff;
}
.posting table {
    margin: 20px auto 0 auto;
    border-collapse: collapse;
    font-size: 16px;
}
/*.posting table th{height:27px;line-height:27px;text-align:center;}
.posting table td{height:22px;line-height:22px;}
.posting table td:first-child,
.posting table td:last-child{text-align:center;}*/

/*后台管理-活动管理*/
.rating-form {
    margin: 0;
    line-height: 25px;
}
.rating-form > div,
.grouping-item > div,
.personnalInfo > div {
    margin: 10px 0;
    line-height: 25px;
}
.rating-form .name,
.grouping-item .name,
.personnalInfo .name {
    float: left; /*width:95px;*/
    text-align: right;
}
.rating-form .name {
    /*width: 135px;*/
    font-size: 16px;
}
.rating-form .ageRange[type="text"] {
    float: left;
    width: 70px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
}
.rating-form input.ageRange[disabled] {
    border: 1px solid #ebebeb;
    background: #ebebeb;
}
.personnalInfo .name {
    width: 120px;
}
.personnalInfo-subItem01 .name01 {
    width: 320px;
}
.close-btn-up {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -12px;
}
/*.rating-form input[type=text],
.grouping-item input[type=text],
.personnalInfo input[type=text]{float:left;width:170px;height:23px;line-height:23px;border:1px solid #eee;padding:0 5px;}
.personnalInfo input[type=text]{width: 100px;}
.rating-form input[type=radio],.rating-form input[type=checkbox]{margin-top:2px;*margin-top:-2px;margin-right:5px; vertical-align:text-top;}*/
.textarea01,
.textarea02 {
    float: left;
    height: 100px;
    resize: none;
    border: 1px solid #ccc;
    padding: 5px;
}
.textarea01 {
    width: 170px;
}
.textarea02 {
    width: 640px;
}
.textarea09 {
    width: 750px;
    height: 128px;
    padding: 10px;
}
/*.rating-form-raterSelect,
 * .rating-form-comSelect{padding:0 5px;}*/
.hide04 {
    display: none; /*margin-left:50px;*/
}
/*.rating-form input.timeRange{width:155px;}*/

/*后台管理-作品分组*/
.manuGrouping-item {
    float: left;
    margin: 0 30px 30px 0;
}
.manuGrouping-item .delete {
    color: red;
}

/*后台管理-奖项设置-奖项方案列表*/
.compare li {
    position: relative; /*padding-top:10px;*/
    padding-bottom: 20px;
}
.compare li:last-child {
    padding-bottom: 0;
}
.compare .select_list li {
    padding-top: 0;
}
.compare .name {
    float: left;
    min-width: 98px; /*padding-right:10px; */
    line-height: 36px;
    text-align: right;
    font-size: 16px;
}
.compare .value {
    float: left;
    min-width: 236px;
    line-height: 36px;
    width: 785px;
}
.compare .value .form-control {
    height: 36px;
}
.compare label {
    float: left;
    margin-right: 20px;
}
.compare label input {
    float: left;
    margin: 5px 5px 0 0;
    *margin-top: 2px;
}
.compare .prompt {
    /*padding-left:19px; background:url(../images/arrow.png) left center no-repeat;*/
    color: #999;
    font-size: 16px;
}
.commonTable04 {
    width: 840px;
    border-top: 1px solid #d9d9d9;
    border-left: #d9d9d9 solid 1px;
    border-right: #d9d9d9 solid 1px;
}
.commonTable04 > tbody > tr > td {
    padding: 8px 10px 9px 10px;
    background: url(../images/line02.jpg) left bottom repeat-x;
}
.compare .value .commonTable04 .form-control {
    float: left;
    height: 32px;
    line-height: 32px;
}
.commonTable04 .form-number {
    float: left;
    margin-top: 2px;
}
.commonTable04 .line {
    margin: 0 5px;
}
/*.continueAdd01,.continueAdd02{ position:absolute; right:0; top:-25px;}*/
.addBtn {
    width: 840px;
    border: #d9d9d9 solid 1px;
    border-top: none;
    height: 50px;
    line-height: 50px;
}
.continueAdd01,
.continueAdd02 {
    margin-top: -4px;
}
.btnArea .release-resource-pool,
.btnArea .release-index {
    margin-right: 0;
}
.btnArea label {
    margin-right: 15px;
}
.raterGroup {
    background: linear-gradient(to bottom, #07c0fd, #3c74b0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF07c0fd,endcolorstr=#FF3c74b0);
}

.commonTable03 {
    width: 100%;
    border: 1px solid #dedede;
    border-top: none;
    background: #f1f2f6;
}
.commonTable03 th,
.commonTable03 td {
    padding: 5px;
    line-height: 20px;
}
.commonTable03 th {
    text-align: right;
    font-weight: bold;
}
.voted-rater,
.raterGroupName {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}
#raterGroupName {
    width: 163px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #eee;
    border-radius: 3px;
}

/*后台管理-评比作品-作品评奖-查看作品*/
.rateActivity h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    line-height: 70px;
}
.rateActivity .title p {
    line-height: 30px;
}
.rateActivity-txt {
    text-align: center;
    font-size: 14px;
    color: #666;
}
.rateTitle {
    font-size: 20px;
    text-align: center;
}
.rateActivity-txt span {
    margin: 0 15px;
}
.rateActivity-item {
    margin: 0 auto;
    width: 900px;
    min-height: 508px; /*background:#bfbfbf;*/
    text-align: center;
}
.backManagement-wrap .teachingDesign,
.backManagement-wrap .courseware,
.backManagement-wrap .learningPlan,
.backManagement-wrap .download {
    background: linear-gradient(to bottom, #07c0fe, #3d72ae);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF07c0fe,endcolorstr=#FF3d72ae);
}
.img-preview {
    max-width: 100%;
    max-height: 100%;
}
/*.score-list{margin-left:20px;}*/
.score-list {
    margin: 0 -5px;
}
.score-list li {
    float: left;
    margin-right: 1px;
    margin: 0 5px;
    margin-bottom: 10px;
    font-size: 16px;
    border: #ccc solid 1px;
    border-radius: 4px;
    position: relative;
}
.score-list .rater,
.score-list .score,
.score-list .gap,
.score-list .scored {
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.score-list .rater {
    color: #333;
    background: #eee;
    border-radius: 4px 4px 0 0;
}
.score-list .rater .tooltiptext {
    visibility: hidden;
    min-width: 213px;
    color: #999999;
    text-align: left;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 999;
    /* top: -213px; */
    bottom: 74px;
    left: 50%;
    margin-left: -60px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.10);
    min-height: 136px;
}
.score-list .rater .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* 提示工具底部 */
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.rater:hover .tooltiptext {
    visibility: visible;
}
.tooltiptext .colomn {
    /* margin-top: 8px; */
}
.tooltiptext .colomn .score {
    font-size: 14px;
    color: #F43640;
    text-align: left;
    line-height: 24px;
    font-weight: 400;
}
.tooltiptext .colomn .descri {
    font-size: 14px;
    color: #999999;
    text-align: left;
    line-height: 24px;
    font-weight: 400;
}
.score-list .score {
    color: #333;
    background: #fff;
    border-radius: 0 0 4px 4px;
}
.score-list .gap {
    background: #ffeb90;
    border-radius: 4px 4px 0 0;
}
.score-list .scored {
    background: #9af195;
    border-radius: 0 0 4px 4px;
}
.re-gradeBar {
    font-size: 16px;
    line-height: 36px;
}
.re-gradeBar span {
    display: inline-block;
    float: left;
}
.finalScore {
    width: 50px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    color: #de1515;
    font-size: 34px;
    font-style: italic;
    background: none;
    outline: none;
    border: none;
}
/*选择单位不换行*/
#selectedUnitTd p,
#selectJudgeIds p {
    white-space: nowrap;
}
.popBox03,
.popBox05 {
    padding-bottom: 60px;
}

/*人员评选*/
/*人员评选-提交资料-申报人员信息表*/
.personnalInfo {
    position: relative;
    padding: 20px 0;
    border: 1px solid #dedede;
    margin-top: 20px;
}
.personnalInfo-ItemTitle {
    position: absolute;
    left: 30px;
    top: -12px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ff8400;
    background-color: #fff;
}
.personnalInfo .personnalInfo-subItem01 {
    padding: 10px 0;
    margin: 20px 12px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.personnalInfo-subItem01 > div {
    padding: 10px;
}
.personnalInfo .input-m[type="text"] {
    width: 150px;
}
.personnalInfo .input-b[type="text"] {
    width: 250px;
}
.backToPrevPage {
    line-height: 25px; /*color:#333;*/
    color: #018ffd;
    font-size: 16px;
}
.backToPrevPage.mr15 {
    margin-right: 0;
}
.popBox06 {
    width: 450px;
}
.popBox06 .popBox-bd p {
    padding: 30px 0;
}
.sideNavHasSub.up {
    background: url(../images/subNavSlide01.png) no-repeat 90% center;
}
.sideNavHasSub.down {
    background: url(../images/subNavSlide02.png) no-repeat 90% center;
}
.subSideNavList {
    margin-left: 30px;
}
.subSideNavList li {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #ffd0e9;
}
.ratingWorks-wrap .subSideNavList li:hover {
    color: #fff;
    background: none;
}
.ratingWorks-wrap .subSide-current {
    font-weight: bold;
    color: #fff;
}
.rating-form .filter-item.block,
.upload-form .filter-item.block {
    float: left;
    width: 100%;
}
.filter-bg {
    padding: 45px 0 10px 0;
    background-color: #f5f5f5;
    border-top: #e8e8e8 solid 1px;
}
/*人员评选-作品评分-作品列表*/
.ps-project,
.ps-batch {
    float: left;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
}
.ps-project .value {
    max-width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*预览下载表格*/
.table-print-wrap {
    padding: 20px;
}
.table-print {
    width: 100%;
    table-layout: fixed;
    font-size: 16px;
}
.table-print th,
.table-print td {
    position: relative;
    padding: 10px;
    border: 1px solid #000;
    vertical-align: top;
}
.table-print td .rightBottom {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/*人员评选-项目新增*/
.set-pfxm {
    /*padding-top:10px;*/
    width: 750px;
    border: #d9d9d9 solid 1px;
    border-radius: 4px;
}
.addBtn-warp {
    padding: 5px 0;
}
.pfxm-item {
    position: relative; /*padding:10px;*/ /*padding-top:0;*/
    border-bottom: 1px solid #d9d9d9; /*margin-bottom:10px;*/
}
.pfxm-item > .delete {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 28px;
    color: #1890ff;
}
.pfxm-item > .delete:hover {
    text-decoration: none;
}
.pfxm-fields-wrap,
.pfxm-words-wrap,
.pfxm-area-wrap {
    padding: 10px 10px 0 10px;
    background: #f5f5f5;
    border-top: #d9d9d9 solid 1px;
}
.pfxm-fields-wrap,
.pfxm-words-wrap,
.pfxm-area-wrap {
    display: none;
    margin-top: 10px;
    max-width: 750px;
}
.pfxm-words-wrap,
.pfxm-area-wrap {
    padding-bottom: 10px;
}
.pfxm-fields-txt input {
    padding-right: 28px;
    width: 104px;
}
.pfxm-fields-txt .pfxm-close-icon {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0px;
    width: 30px;
    text-align: center;
}
.pfxm-fields {
    width: 650px;
    margin-left: 80px;
}
.person-cut-warp {
    border-right: #f5f5f5 solid 1px;
    padding-right: 20px;
}
.person-images-cut {
    width: 318px;
    height: 318px;
    line-height: 318px;
    background: #fafafa url(../images/img-arrow-pesron.jpg) center 40px no-repeat;
    border: #e6e6e6 solid 1px;
    text-align: center;
    position: relative;
}
.person-cut-txt {
    position: absolute;
    left: 94px;
    top: 240px;
    width: 132px;
    line-height: 25px;
    color: #999;
    font-size: 14px;
}
.person-s-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.filter-up-ul li {
    float: left;
    width: 22%;
    margin-right: 20px;
}

/*音视频播放*/
.video-show {
    width: 100%;
    min-height: 508px;
}
.video-show.video-height {
    height: 550px;
}
.video-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    height: 550px;
    margin: 0 auto;
}
.widget-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}
.widget-txt h4 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}
.video-img img {
    max-width: 100%;
    max-height: 100%;
    cursor: auto;
}
.widget-img-gif {
    padding-top: 24%;
    text-align: center;
}
.widget-main {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    z-index: 4;
}
.vertical-container {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 550px;
    max-width: 900px;
    margin: auto;
}
video {
    outline: none;
}

.form-choose-all .keyWordCurrent {
    height: 156px;
    overflow-y: auto;
}

.order_type > div {
    width: 106px;
    height: 42px;
    background: inherit;
    border: 1px solid #666;
    line-height: 42px;
    text-align: center;
    position: relative;
}

.order_type > div:nth-child(1) {
    margin-right: 10px;
}

.jzjx_d.active {
    border-color: #346187;
}

.jzjx_d.active .bottomright {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.jzjx_d.active .triangle {
    width: 0;
    height: 0;
    border-bottom: 20px solid #346187;
    border-left: 20px solid transparent;
}
.jzjx_d.active .bottomright .imv2-check {
    position: absolute;
    right: 1px;
    bottom: 1px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.setlistwarp {
    position: relative;
    max-width: 188px;
}
.setlistwarp a {
    display: inline-block;
}
.setlist-ul {
    display: none;
    max-width: 120px;
    background: #fff;
    position: absolute;
    padding: 5px 0;
    top: 28px;
    right: -15px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 5px rgba(232, 232, 232, 0.5);
    z-index: 2;
}
.setlist-ul span {
    float: left;
    display: inline-block;
    width: 100%;
    height: 28px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.setlist-ul span.acitve,
.setlist-ul span:hover {
    color: #1081dc;
}

/*首页改版*/
.statictisInfo {
    margin: 0 -10px;
    height: 94px;
}
.statictisInfo li {
    float: left;
    margin: 0 10px 10px 10px;
    width: 386px;
    height: 94px;
    line-height: 70px;
    position: relative;
}
.statictisInfo li.style01 {
    background: url(../images/icon/statictisInfo_1.jpg) no-repeat;
}
.statictisInfo .statictisWrap span {
    display: inline-block;
    width: 20px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 32px;
    font-style: italic;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.statictisInfo .statictisWrap {
    margin-left: 100px;
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    font-family: Arial;
    font-style: italic;
}
.statictisInfo .statictisWrap em {
    font-size: 32px;
    font-family: Arial;
    font-style: italic;
    vertical-align: middle;
    color: #333;
}
.statictisInfo .statictisWrap .scrollBox {
    position: absolute;
}
.statictisInfo .statictisWrap .scrollBox p {
    display: block;
    width: 100%;
    height: 30px;
    font-family: Arial;
}
.statictisInfo li.style02 {
    background: url(../images/icon/statictisInfo_2.jpg) no-repeat;
}
.statictisInfo li.style03 {
    background: url(../images/icon/statictisInfo_3.jpg) no-repeat;
}

.staticNum {
    position: absolute;
    left: 105px;
    top: 30px;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

label,
.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #333;
}
/*.form-control {height: 32px;background-color: #fff;border: 1px solid #d9d9d9;border-radius: 4px;*/
/*padding-right: 10px;padding-left: 10px;vertical-align: middle;color: #333;-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;*/
/*-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;}*/
/*.form-control:hover {border-color: #188eee;}*/
#header-third {
    background: #fff;
}
.mini-top {
    height: 30px;
    line-height: 29px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e9e9e9;
}
.inner-third {
    width: 1200px;
    margin: 0 auto;
}
.inner {
    width: 1180px;
    margin: 0 auto;
}
.mini-top .login {
    float: right;
    color: #666;
}
.mini-top .login a {
    text-decoration: none;
    color: #188eee;
    font-size: 14px;
}
.mini-top .login a:hover {
    color: #2977ca;
    text-decoration: underline;
}
.hide,
.hidden {
    display: none !important;
}
.mini-top .tips {
    font-size: 12px;
    color: #999;
}
.logo-third {
    float: left;
    display: block;
    width: 320px;
    height: 99px;
    line-height: 99px;
}
.logo-third img {
    vertical-align: middle;
}
.menu {
    height: 52px;
    background-color: #188eee;
}
.menu-third {
    float: right;
    width: 880px;
    text-align: right;
    padding-top: 31px;
}
.menu-third a {
    position: relative;
    display: inline-block;
    height: 38px;
    padding-top: 10px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 1;
    color: #333;
    letter-spacing: 0.2px;
}
.menu-third a:hover {
    color: #2977ca;
    text-decoration: none;
}
#header-third .nav li {
    margin-right: 0;
}
.nav li {
    float: left;
    display: inline-block;
}
.nav li a {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 18px;
    font-size: 16px;
    color: #fff;
}
.nav li.active a,
.nav li a:hover {
    background: #1081dc;
    text-decoration: none;
}
.layer-custom {
    background: #fff;
    padding: 0 !important;
}
.layer-custom-header {
    position: relative;
}
.layer-custom-close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icon/layer_close.png) no-repeat center center;
}
.layer-custom-title {
    padding: 30px;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    color: #333;
}
.layer-custom-body {
    padding: 0 30px 45px;
}
.layer-custom .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
    vertical-align: middle;
}
.layer-custom .form-label {
    position: absolute;
    top: 12px;
    left: 10px;
    display: block;
}
/*.layer-custom .form-control { width: 100%; height: 40px; border-radius: 0; margin: 0; padding-left: 35px;}*/
.layer-custom .form-label .icon-img {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.icon-img.icon-user16 {
    background-image: url(../images/icon/user_16x16.png);
}
.icon-img.icon-password {
    background-image: url(../images/icon/password_16x16.png);
}
.layer-custom-error {
    height: 25px;
    padding-top: 5px;
    line-height: 1;
    font-size: 12px;
    color: #f5222d;
}
.layer-custom-body .btn {
    height: 40px;
    font-size: 16px;
}
.btn-primary {
    color: #fff;
    background-color: #188eee;
    border-color: #188eee;
}
.btn-block {
    display: block;
    width: 100%;
}
/*.btn-primary:active:hover, .btn-primary.active:hover {color: #fff;background-color: #0d65ad; border-color: #0d65ad;}*/
.layer-custom-remeber {
    margin-top: -13px;
}
.layer-custom-remeber .choice > .choice-name {
    font-size: 14px;
}
.layer-custom-remeber .choice > .choice-name::before {
    margin-top: 2px;
}

.setlistwarp {
    position: relative;
    max-width: 188px;
}
.setlistwarp a {
    display: inline-block;
}
.setlist-ul {
    display: none;
    max-width: 120px;
    background: #fff;
    position: absolute;
    padding: 5px 0;
    top: 28px;
    right: -15px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 5px rgba(232, 232, 232, 0.5);
    z-index: 2;
}
.setlist-ul span {
    float: left;
    display: inline-block;
    width: 100%;
    height: 28px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.setlist-ul span.acitve,
.setlist-ul span:hover {
    color: #1081dc;
}

.filter-setType {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #018ffd;
    font-size: 16px;
}
.filter-setType i {
    margin: 0 5px 3px 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.ico-set {
    background-image: url(../images/icon/setType_ico.png);
}

/*2020-5-28*/
.icon {
    display: inline-block;
    vertical-align: middle;
}
.filter-title {
    max-width: 400px;
    height: 24px;
    margin-top: -2px;
    font-size: 18px;
    font-weight: bold;
}
.f-tit {
    margin-top: 4px;
}
.f-tit span {
    float: left;
    display: inline-block;
}
.f-tit .icon {
    display: inline-block;
    margin: -2px 5px 0 0;
}
.f-tit .icon i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.icon_img1 {
    background: url(../images/icon/icon_img.png) 0 0;
}
.icon_img2 {
    background: url(../images/icon/icon_img.png) 0 -18px;
}
.icon_img3 {
    background: url(../images/icon/icon_img.png) -1px -39px;
}
.icon_img4 {
    background: url(../images/icon/icon_img.png) -1px -60px;
}
.icon_img5 {
    background: url(../images/icon/icon_img.png) -1px -81px;
}
.icon_img6 {
    background: url(../images/icon/icon_img.png) -1px -135px;
}
.icon_img7 {
    background: url(../images/icon/icon_img.png) -1px -146px;
}
.icon_down {
    background: url(../images/icon/icon_img.png) -1px -100px;
}
.icon_up_grey{
    background: url(../images/icon/icon_img.png) -2px -208px;
}
.btn:hover .icon_up_grey{
    background: url(../images/icon/icon_img.png) -2px -320px;
}
.icon_see {
    background: url(../images/icon/icon_img.png) -1px -118px;
}
.icon_img8 {
    background: url(../images/icon/icon_img.png) -2px -156px;
}
.icon-circle {
    background: url(../images/icon/icon_img.png) -2px -176px;
}
.icon-img9 {
    background: url(../images/icon/ht_icon_bg.png) -72px -1px;
    width: 24px;
    height: 24px;
}
.icon-img10 {
    background: url(../images/icon/ht_icon_bg.png) 0 0;
    width: 70px;
    height: 55px;
    position: absolute;
    top: 7px;
    right: 20px;
}
.icon_img11{background: url(../images/icon/icon_img.png) 0 -260px;width: 17px;height: 17px;}
.icon_img12{background: url(../images/icon/icon_img.png) 0 -244px;width: 15px;height: 15px;}
.icon_img13{background: url(../images/icon/icon_img.png) -1px -277px;width: 15px;height: 15px;}
.icon_img12:hover {background: url(../images/icon/icon_img.png) 0 -227px;}
.icon_img13:hover {background: url(../images/icon/icon_img.png) -1px -292px;}
.icon-edit {
    background: url(../images/icon/icon_img.png) -4px -194px;
    width: 14px;
    height: 14px;
}
.icon-check {
    background: url(../images/icon/icon_img.png) -3px -308px;
}
.icon-pingzhen{background: url(../images/icon/icon_img.png) -4px -339px;}
.rateTitle-warp .rateTitle {
    max-width: 100%;
}
.rateTitle-warp .rateTitle,
.rateTitle-warp .rateActivity-txt {
    text-align: left;
}
.rateTitle-warp .rateActivity-txt {
    padding: 2px 0 2px 20px;
    background-color: #fafafa;
    color: #999;
}
.rateTitle-warp .rateActivity-txt span {
    margin: 0;
}
.rateTitle-warp .rateActivity-txt .span_em {
    display: inline-block;
    color: #999;
    margin-right: 24px;
}
.rateActivity .title .rateTitle-txt1 {
    line-height: 22px;
    margin-bottom: 10px;
}
.rateTitle-txt1 span {
    display: inline-block;
    color: #999;
}
.rateTitle-txt1 span.line {
    vertical-align: middle;
    margin-bottom: 2px;
}
.rateTitle-txt1 .txt {
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.rateTitle-txt1 .txt .num {
    color: #333;
    font-style: normal;
}
.rateTitle-txt1 .txt .icon {
    margin-top: -2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.rateTitle-warp .rateActivity-item {
    width: 940px;
}
.rateTitle-warp .vertical-container,
.rateTitle-warp .video-img {
    max-width: 940px;
}
.btn .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px 2px 0 0;
    vertical-align: middle;
}
.title-tag {
    display: inline-block;
    width: 4px;
    height: 19px;
    border-radius: 4px;
    background: #018ffd;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}
.gradeBar-title .icon {
    display: inline-block;
    width: 16px;
    height: 8px;
    margin: -2px 0 0 5px;
}
.gradeTitleChoose {
    cursor: pointer;
    color: #018ffd;
}
.btn.btn-blue-white[disabled] {
    background: #fff !important;
    border-color: #d9d9d9;
    color: #d9d9d9 !important;
}
.tip_type1 i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
}
.icon_fc {
    display: none;
    position: absolute;
    top: 35px;
    left: 176px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
}
.icon_fc .arrow-up {
    position: absolute;
    top: -6px;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #373737;
}
.zs_img {
    width: 110px;
    height: 76px;
    position: relative;
}
.zs_img .img {
    width: 110px;
    height: 76px;
}
.gz_icon {
    display: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 46px;
    left: 74px;
    z-index: 2;
}
.cursor-point{cursor: pointer;}
.cursor-auto-span {
    cursor: auto;
    text-decoration: none;
    color: #999 !important;
}
.cursor-auto-span:hover {
    text-decoration: none;
}
.layer-icon-sm {
    margin: -2px 5px 0 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.layer-choose-zs {
    margin-left: -20px;
}
.layer-choose-zs li {
    margin:0 0 20px 20px;
    float: left;
    width: 234px;
    height: 162px;
    position: relative;
    cursor: pointer;
}
.layer-choose-zs li img {
    max-width: 234px;
    max-height: 162px;
}
.layer-choose-zs.layer-choose-yz li{
    width: 160px;
    height: 160px;
}
.layer-choose-zs.layer-choose-yz li img {
    max-width: 160px;
    max-height: 160px;
}
/*.layer-choose-zs li:first-child {
    margin-right: 20px;
}*/
.card-checkbox {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    background-color: #fff;
}
.layer-choose-zs li.selected .card-checkbox {
    display: block;
    color: #fff;
    background-color: #018ffd;
}
.card-checkbox i {
    display: inline-block;
    width: 14px;
    height: 12px;
}
.layer-zs-content {
    background: #f1f1f1;
    width: 100%;
    height: 510px;
    text-align: center;
}
.layer-zs-content .zs-bigImg {
    width: 736px;
    height: 510px;
}
.gz-transform {
    position: relative;
}
.gz-transform:after {
    content: "";
    background: url(../images/icon/gz_icon.png) no-repeat;
    background-size: 100%;
    opacity: 0;
    position: absolute;
    top: 310px;
    right: 180px;
    text-transform: uppercase;
    opacity: 0;
    transform: scale(2);
    width: 120px;
    height: 120px;
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.layer-loaded .gz-transform:after {
    opacity: 1;
    transform: scale(1);
    z-index: 22;
}
.layer-zp-title {
    max-width: 580px;
}
.layer-user-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
}
.layer-user-name {
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
}
.mt-f-10 {
    margin-top: -10px;
}
.title-type1 {
    line-height: 24px;
    padding: 18px 0 18px 20px;
    background-color: #f2f9ff;
    font-size: 20px;
    font-weight: bold;
}
.line-x {
    margin-left: 10px;
    color: #e8e8e8;
    font-size: 14px;
    font-weight: normal;
}
/*.hd-title{background: url(../images/icon/line-x-bg.png) repeat-x bottom;}*/
.main-addzs .filter-item .choice {
    margin-right: 30px;
}
.error-tip-txt.line-h-36 {
    display: none;
}
.form-control.error-tip,
.form-control.error-tip:focus {
    border: 1px solid #fc3933;
}
.form-control.error-tip {
    outline: none;
}
.form-control.error-tip + .error-tip-txt {
    display: inline-block;
    color: #fc3933;
}
.activit-warp {
    border: #e8e8e8 dashed 1px;
    width: auto;
}
.page-tabs-container {
    float: left;
    position: relative;
    max-height: 100%;
    height: 128px;
    overflow: hidden;
}
.page-tabs-container .js-pageTab {
    display: inline-block;
    float: left;
    position: relative;
    width: 155px;
    height: 108px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.page-tabs-container .js-pageTab:before {
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    z-index: 1;
}
.page-tabs-container .js-pageTab:first-child:before {
    left: 80px;
}
.page-tabs-container .js-pageTab:last-child:before { left: -50px;}
.pageTab-txt-warp {
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.pageTab-txt {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    background: #ffffff;
    color: #ccc;
    z-index: 2;
    position: relative;
}
.pageTab-num {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    z-index: 2;
    position: relative;
}
.pageTab-time {
    display: none;
    width: 147px;
    height: 36px;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}
.js-pageTab:first-child .pageTab-time{display: block;}
.input-set-datatime{
    position: absolute;
    top:0;
    left:0;
    width: 147px;
    height: 36px;
    padding-right: 10px;
    z-index: 1;
    font-size: 12px;
    letter-spacing: -1px;
    font-weight: bold;
}
.pageTab-time .btn{
    position: absolute;
    top:0;
    left:25px;
    z-index: 1;
}
.pageTab-time .icon-edit{
    display: none;
    position: absolute;
    right:0;
    top:13px;
}
.page-tabs-container .js-pageTab.active .pageTab-txt{
    border: #018ffd solid 1px;
    color: #018ffd;
}
.page-tabs-container .js-pageTab.active .pageTab-time{
    display: inline-block;
}
.page-tabs-container .js-pageTab.active .btn-info{
    display: none;
}
.filter-item .value.textareaborder {
    padding-bottom: 25px;
    max-width: 825px;
    width: 825px;
    height: 200px;
    padding: 0;
}
.textareaborder textarea {
    border: none;
    width: 100%;
    height: 160px;
    margin-bottom: 5px;
    background: none;
    outline: none;
    padding: 10px 10px 5px 10px;
    font-size: 16px;
}
.textareatip {
    max-width: 160px;
    height: 25px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

/* 前台-活动页 */
.activity-wrap {
    background-color: #fff;
}
.activity-search-ipt {
    width: 355px;
    height: 36px;
}
.activity-content-ul li {
    position: relative;
    width: 590px;
    height: 438px;
}
.activity-content-ul li a img {
    width: 590px;
    height: 300px;
    border-radius: 6px;
}
.item-title-status {
    float: left;
    width: 52px;
    height: 22px;
    border: 1px solid #0abd42;
    background-color: #e1fae9;
    text-align: center;
    line-height: 21px;
    border-radius: 6px;
    color: #0abd42;
    margin-right: 10px;
}
.status-under-review {
    border: 1px solid #018ffd;
    background-color: #e5f4ff;
    color: #018ffd;
}
.status-under-over {
    border: 1px solid #999;
    background-color: #fafafa;
    color: #999;
}
.activity-title {
    padding: 0 20px;
    margin-top: 15px;
}
.activity-title a {
    color: #333;
    width: 470px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activity-title a:hover {
    text-decoration: none;
}
.activity-date {
    padding: 0 0 10px;
    margin: 0 20px;
    border-bottom: 1px solid #e8e8e8;
}
.activity-date .item-date {
    padding: 0;
}
.activity-tip {
    padding: 0 20px;
}
.activity-tip-detail i {
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url(../images/icon/activity_icon_01.png) no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    margin-top: -2px;
}
.activity-tip-detail .activity-icon-work {
    background: url(../images/icon/activity_icon_01.png) no-repeat;
    background-position: -14px 0;
    margin-left: 15px;
}
.activity-tip-detail .activity-icon-see {
    background: url(../images/icon/activity_icon_01.png) no-repeat;
    background-position: -29px 0;
}
.activity-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 33px;
    background: #00417a;
    color: #fff;
    text-align: center;
    line-height: 33px;
    border-radius: 6px 0 6px 0;
}
.activity-go-vote {
    width: 74px;
    height: 32px;
    border-radius: 16px;
    background: #ff9b00;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-top: -8px;
}
.go-top {
    position: fixed;
    bottom: 200px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url(../images/icon/normal.png) no-repeat;
}
.go-top:hover {
    background: url(../images/icon/hover.png) no-repeat;
}
/* 前台-活动详情-介绍 */
.avtivity-detail-banner {
    width: 100%;
    height: 420px;
    background: #0066ff;
}
.detail-banner-bg {
    width: 1359px;
    height: 100%;
    margin: 0 auto;
    background: url(../images/img/activity_banner.jpg) no-repeat;
    padding-top: 40px;
}
.detail-banner-content {
    width: 1200px;
    height: 340px;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
}
.content-detail-fr {
    width: 530px;
}
.content-detail-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 30px;
}
.content-detail-tip {
    margin-bottom: 15px;
}
.content-detail-btn button {
    width: 120px;
    height: 45px;
    border: none;
    background-color: #fff;
    border: 1px solid #ff9b00;
    border-radius: 6px;
    color: #ff9b00;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
    outline: none;
}
.content-detail-btn button i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon/activity_icon_05.png) no-repeat;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.content-detail-btn .upload-works {
    background-color: #ff9b00;
    border: none;
    color: #fff;
}
.content-detail-btn .upload-works i {
    background: url(../images/icon/activity_icon_04.png) no-repeat;
}
.activity-detail-tab {
    width: 100%;
    height: 48px;
    background-color: #fff;
    box-shadow: 0 1px 3px 3px #f5f5f5;
}
.detail-tab-box {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.detail-tab-box ul {
    text-align: center;
    width: 270px;
    height: 100%;
    margin: 0 auto;
}
.detail-tab-box ul li {
    position: relative;
    width: 65px;
    height: 100%;
    line-height: 48px;
    cursor: pointer;
}
.detail-tab-box ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 4px;
    background-color: transparent;
    border-radius: 2px;
}
.detail-tab-box ul li.active::before {
    background-color: #018ffd;
}
.tab-middle {
    margin: 0 37.5px;
}
.activity-intro-box {
    width: 100%;
    background-color: #fff;
}
.activity-tab-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: url(../images/indeximg/activity_bg_01.jpg) repeat-y left top #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 -1px 5px #f5f5f5;
    padding: 50px 80px 50px 55px;
}
.tab-content-triangle {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 84px;
    height: 66px;
    background: url(../images/indeximg/activity_02.jpg) no-repeat;
}
.tab-content-title {
    width: 139px;
    height: 56px;
    background: url(../images/icon/activity_title_01.png) no-repeat;
    text-align: center;
    line-height: 53px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.tab-content-detail {
    line-height: 28px;
}
.tab-content-footer {
    position: absolute;
    width: 1234px;
    height: 40px;
    bottom: -40px;
    right: -8px;
    background: url(../images/indeximg/activity_bg_02.jpg) no-repeat;
}
/* 前台-活动详情-作品介绍 */
.show-work-box {
    width: 100%;
    background-color: #fafafa;
    padding-top: 20px;
    padding-bottom: 1px
}
.activity-work-content {
    width: 1200px;
    margin: 0 auto;
}
.tab-content-sort {
    height: 65px;
}
.course-work-content .course-content-ul li {
    height: 296px;
}
.course-work-content .js-vote-click {
    border: none;
    width: 100px;
    height: 36px;
    background-color: #1890ff;
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    margin-left: 92.5px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
}
.activity-work-content .filter-detail-list li label {
    text-align: left;
    width: 60px;
}
.award-winning-work {
    width: 100%;
    background-color: #fafafa;
    padding-top: 50px;
}
.activity-award-content {
    width: 1200px;
    margin: 0 auto;
}
.left-bg-box {
    width: 212px;
    height: 360px;
    background: url(../images/indeximg/activity_left.png) no-repeat;
}
.right-bg-box {
    background: url(../images/indeximg/activity_right.png) no-repeat;
}
.award-first .activity-content-ul {
    padding: 0 83px;
}
.award-first .activity-content-ul li {
    height: 420px;
}
.award-first .activity-date {
    padding: 0 0 10px;
    margin: 0 20px;
    border-bottom: 1px #e8e8e8 dashed;
}
.award-first .tab-content-title {
    margin: 0 auto;
    margin-bottom: 20px;
}
.award-second .activity-content-ul {
    padding: 0;
}
.award-third .activity-content-ul li {
    width: 386px;
    height: 285px;
}
.award-third .activity-content-ul {
    padding: 0;
}
.award-third .activity-content-ul li img {
    width: 386px;
    height: 165px;
}
.award-four .activity-content-ul li {
    width: 285px;
    height: 285px;
}
.award-four .activity-content-ul li img {
    width: 285px;
    height: 165px;
}
/* 作品展示 */
.show-work-wrapper .main-content {
    width: 100%;
}
.show-work-wrapper .rateTitle-warp .rateTitle {
    max-width: 980px;
}
.vote-btn {
    width: 130px;
    height: 70px;
    background-color: #ff9b00;
    border-radius: 35px;
    text-align: center;
    padding-top: 15px;
    margin: 0 auto;
    cursor: pointer;
}
.switch-box {
    border-top: 1px solid #e8e8e8;
}
.switch-box a:hover {
    color: #018ffd !important;
    text-decoration: none;
}
.switch-box .prevWork:hover {
    background: url(../images/slide_left_pel.png) no-repeat left 4px;
}
.switch-box .nextWork:hover {
    background: url(../images/slide_right_pel.png) no-repeat right 4px;
}
.layer-warp-type5 .layui-layer-wrap {
    padding-top: 0;
}
.layer-body-header {
    height: 45px;
    width: 836px;
    overflow: hidden;
    position: relative;
}
.layer-fj-tab{width: 836px;height: 30px;overflow: hidden;position: relative;}
.layer-body-header ul {
    min-width: 1000px;
    height: 28px;
    margin: 0 auto;
}
.layer-body-header ul li {
    max-width: 180px;
    height: 30px;
    border-bottom: 2px solid transparent;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
    margin-right: 10px;
    padding: 0 10px;
    color:#333;
}
.layer-body-header ul li.active {
    border-bottom: 2px solid #018ffd;
    color:#018ffd;
}

.vote-tip {
    display: none;
    position: absolute;
    bottom: 68px;
    right: 90px;
    width: 110px;
    height: 48px;
    background-color: #646464;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
}
.vote-tip-limit {
    display: none;
    position: absolute;
    bottom: 68px;
    right: 5px;
    width: 270px;
    height: 48px;
    background-color: #646464;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
}
.selectCurrent.activity-select span {
    width: 50px;
}
/* 作品上传 */
.upload-works-box {
    width: 100%;
}
.icon-img-upload {
    background: url(../images/icon/activity_icon_06.png) no-repeat;
    width: 21px;
    height: 22px;
    margin-top: -5px;
    margin-right: 5px;
}
.upload-item {
    position: relative;
}
.upload-item .value .form-control {
    width: 600px;
}
.upload-item .value .input-right {
    position: absolute;
    font-size: 16px;
    color: #ccc;
    margin-left: -55px;
    margin-top: 2px;
}
.upload-works-btn {
    position: relative;
    display: inline-block;
    width: 118px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 6px;
    line-height: 34px;
    text-align: center;
}
.upload-works-btn i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon/activity_icon_07.png) no-repeat;
    vertical-align: middle;
    margin-top: -2px;
}
.upload-works-pic {
    padding-right: 0;
}
.upload-works-pic .person-images-cut {
    width: 400px;
    height: 300px;
}
.person-cut-txt {
    width: 120px;
    left: 136px;
}
.upload-works-handle {
    margin-left: 65px;
}
.upload-works-handle i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon/activity_icon_08.png) no-repeat;
    background-position: 1px 0;
    vertical-align: middle;
    cursor: pointer;
}
.upload-works-handle i:hover {
    background-position: 1px -15px;
}
.upload-works-handle .handle-cancle {
    background-position: -14px 0;
}
.upload-works-handle .handle-cancle:hover {
    background-position: -14px -16px;
}
.upload-works-status .file-loading .per-bg {
    width: 100%;
    background: #f5f5f5;
    margin: 0;
    height: 2px;
}
.upload-works-status .file-loading .per-in {
    height: 2px;
}
.upload-works-status .upload-works-title {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.upload-main-addzs.filter-item .choice {
    width: 25%;
}
.content-detail-box {
    position: relative;
    min-height: 530px;
}
.no-award-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 300px;
    margin: -150px 0 0 -200px;
    text-align: center;
}
.selectCurrent-upload {
    background: url(../images/slide.png) no-repeat 97% center;
}

.content-t-layer {display: none;width: 178px;padding:0 10px;position: absolute;line-height: 34px;top:-32px;left:-5px;z-index: 2;background-color:rgba(0,0,0,.8);border-radius: 5px;}
.content-t-layer .wb_arrow{position: absolute;bottom:-5px;left:8px;display: inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #333;transform: rotate(0deg);-webkit-transform: rotate(0deg);box-shadow: none;}
.content-t-layer span {display: inline-block;width: 100%;color:#fff;font-size: 14px;}

.textarea-up-btn{height: 36px;position: absolute;bottom: 10px;left: 15px;}
.textarea-up-btn .upload-works-btn{border:none;border-radius: 34px;background-color: #F5F5F5;}

.fj-down-warp{margin:20px -11px -10px 0;}
.fj-down {display: inline-block;float:left;margin:0 10px 10px 0;padding:7px 15px;background-color: #f5f5f5; border-radius: 36px;}
.fj-down-txt{float:left;display: inline-block;margin-right:3px;color:#333;font-size: 16px;max-width: 162px; height: 22px; overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.fj-down .icon_down {width: 16px;height: 16px;}
.fj-down:hover {background: #eaf4ff;}
.fj-down:hover .fj-down-txt{color:#3590ff;}

.index-style .course-content-ul.course-item-type2.course-item-type4 li.course-item-wrap{width: 284px;height: 268px;margin-bottom: 20px;}
.index-style .course-content-ul.course-item-type2.course-item-type4 li a img {width: 284px;height: 160px;}
.index-style .course-item-type2.course-item-type4 .item-title a{max-width: 78%;}
.course-item-type4 .user-img-warp{position: absolute;top: 145px;right: 12px;width: 51px;}
.course-item-type4 .user-img-warp img{width: 48px;height: 48px;}

.setlistwarp.tol-more-btn{width: 90px;}
.setlistwarp .js-moveicon{font-size: 14px;}
.setlistwarp.tol-more-btn .setlist-ul{max-width: 90px;padding: 5px 0;left:0;right:auto;}
.setlist-ul span{display:inline-block;font-size: 14px;padding: 0 15px;position: relative;text-align: left;}
.setlist-ul span.delbtn em{display: inline-block;position: absolute;top:0px;left:10px;right: 10px;width:70px;height: 1px;background-color: #e8e8e8;}
.setlist-ul span.acitve{background-color: #e5f4ff;}

.banner-middle-tip {
    height: 50px;
}
.hover-special-td:hover {
    color: #0091ff !important;
    text-decoration: underline !important;
}
.hover-special-td{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.table-banner-tip {
    display: inline-block;
    width: 60px;
    height: 24px;
    font-size: 14px;
    color: #49b949;
    border: 1px solid #b6e2b9;
    text-align: center;
    line-height: 23px;
    border-radius: 12px;
    background-color: #eaf8eb;
}
.banner-tip-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon/icon_banner_tip.png) no-repeat;
    vertical-align: middle;
}
.table-banner-tip.col-being {
    color: #ff7400;
    border: 1px solid #f5d7be;
    background-color: #fff1e5;
}
.table-banner-tip.col-end {
    color: #666;
    border: 1px solid #dedede;
    background-color: #eee;
}
.banner-img-box {
    width: 400px;
    height: 200px;
    border: 1px solid #e6e6e6;
    margin-top: 73px;
    margin-left: 110px;
}
.banner-img-box img {
    width: 100%;
    height: 100%;
}
.choice-special.choice>.choice-name::before {
    margin-top: 5px;
}
.banner-link-box {
    margin: 44px 0 0 110px;
}
.img_icon_img7{display: inline-block;width: 16px;height: 16px;background: url(../images/icon/icon_img.png) -4px -357px;}
.img_icon_lat{display: inline-block;width: 16px;height: 16px;background: url(../images/lat.png);}
.table-style4 th,.table-style4 td{background-color: #fff;}
.pf-table-height{min-height: 268px;max-height: 490px;overflow: auto;
    padding: 10px;}
.layer-border-bottom .layui-layer-btn{border-top: #d9d9d9 1px solid;}
.layer-border-bottom .layui-layer-page .layui-layer-wrap{padding-right: 0;}
.height520{height: 520px;}
.layui-layer-page .layui-layer-wrap.js-table-pd{padding-right: 0;padding-left: 0;}
.table-type-height{height: 405px;overflow: auto;padding-right: 20px;padding-left:20px;}
.label-switch {
    margin-bottom: 0;
    height: 22px;
}
input[type='checkbox'].switch {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 40px;
    height: 20px;
    background: #ccc;
    border-radius: 10px;
    transition: border-color .3s, background-color .3s;
    cursor: pointer;
}

input[type='checkbox'].switch::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0, 0, 2px, #999;
    transition: .4s;
    top: 2px;
    position: absolute;
    left: 2px;
}

input[type='checkbox'].switch:checked {
    background: #0091ff;
}

/* 当input[type=checkbox]被选中时：伪元素显示下面样式 位置发生变化 */
input[type='checkbox'].switch:checked::after {
    content: '';
    position: absolute;
    left: 55%;
    top: 2px;
}
.tager-tip{
    display: inline-block;
    padding: 10px 20px;
    background: #FFEED5;
    border-radius: 8px;
    position: absolute;
    /*top:30px;*/
    right:20px;
    z-index: 1;
}
.icon-tip-img{
    width:30px;
    height: 32px;
    display: inline-block;
    background: url(../images/icon/icon_img.png) 0 -372px;
}
.tager-tip .txt{display: inline-block;line-height: 32px;font-size: 14px;}
.icon-img-ico{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon/img_bg_icon.png) no-repeat;
    vertical-align: middle;
}
.icon-img-ico2{
    background-position: -130px 0;
}
.icon-tager-img1,.icon-tager-img2{
    position: absolute;
    bottom: 0;
    right: 20px;
    display: inline-block;
    width: 64px;
    height: 48px;
    background: url(../images/icon/img_bg_icon.png) no-repeat;
    z-index: 0;
}
.icon-tager-img1{
    background-position: 0 0;
}
.title-type2 {
    background: rgba(250,173,20,.1);
    line-height: 20px;
    font-size: 14px;
    padding:10px 20px;
}

/*2021-12-21 邯郸评审评定选择单位弹出层修改*/
.project-pop-add {
    height: 502px;
    position: relative;
    border-bottom: #d9d9d9 solid 1px;
}
.add-pop-left{
    padding-left: 16px;
    /*	padding:16px;*/
    position: absolute;
    top:0;
    left: 0;
    bottom: -56px;
    background: #fff;
    border-right:#d8d8d8 solid 1px ;
    width: 50%;
    border-radius: 0 0 0 4px;

}
.add-pop-right{
    padding:16px;
    float: right;
    width: 50%;
    max-height: 500px;
    overflow: auto;
}
.grap-tab{
    padding:8px 0;
    border-bottom:#d8d8d8 solid 1px ;
}
.pd16{
    padding:16px;
}
.pt16{
    padding-top: 16px;
}
.pr16{
    padding-right: 16px;
}
.mr16{
    margin-right: 16px;
}
.pop-name-tag {
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    padding: 6px 10px;
    text-align: center;
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.choose-span{
    margin-right: 8px;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #333;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding:6px 16px;
    cursor: pointer;
    position: relative
}
.choose-span:hover,.choose-span.active{
    border-color:#0091ff;
    color: #0091ff;
    background: #E7F3FC;
}
.choose-span.active::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    z-index: 2;
    background: url(../images/icon/checked_ico.png) no-repeat;
}
.layui-layer-wrap .selectBoxWarp input[type="text"].query-box {
    border: none;
    background: none;
    padding:8px 35px 8px 8px;
    font-size: 14px;
    height: 100%;
    outline: none;
}
.layer-change-wrap .layui-layer-page .layui-layer-content{
    overflow: visible;
}
.layer-change-wrap .layui-layer-page .layui-layer-wrap{
    padding:0;
}
.layer-0-btn .layui-layer-btn .layui-layer-btn0{
    float: right;
}
.group-tree{
    margin-top:16px;
    overflow: auto;
}
.group-tree::-webkit-scrollbar,.add-pop-right::-webkit-scrollbar{
    width: 5px;
    height: 1px;
}
.group-tree::-webkit-scrollbar-track,.add-pop-right::-webkit-scrollbar-track{
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.group-tree::-webkit-scrollbar-thumb,.add-pop-right::-webkit-scrollbar-thumb{
    background: rgb(204, 204, 204,.4);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    height: 20px !important;
}
.group-tree-ul .group-company-name{
    float: left;
    width: 100%;
    max-height: 22px;
    margin: 8px 0;
    overflow: hidden;
}
.group-tree .choice>.choice-name::before{
    margin-top:2px;
}
.group-tree .choice>.choice-name{
    font-size: 14px;
}
.group-tree .group-company-name label{
    margin-bottom: 0;
}
.project-pop-add .selectBoxWarp {
    height: 34px;
    line-height: 34px;
    border: 1px solid #D9D9D9;
}
.form-border{
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

.city-picker-span {
    display: inline-block;
    overflow: hidden;
    float: left;
    position: relative;
    display: block;
    outline: 0;
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    color: #ccc;*/
    cursor: pointer;
}
.city-picker-span .title{
    display: inline-block;
    max-width: 88%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 10px;
    font-size: 14px;
}
.city-picker-span > .placeholder {
    color: #aaa;
}

.city-picker-span > .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px;
    background: url(../images/icon/drop-arrow.png) -10px -25px no-repeat;
}

/*.city-picker-span.focus,
.city-picker-span.open {
    border-bottom-color: #0091ff;
}*/

.city-picker-span.open > .arrow {
    background-position: -10px -10px;
}

.city-picker-span > .title > span {
    color: #333;
    padding: 5px 5px 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}

/*.city-picker-span > .title > span:hover {
    background-color: #f1f8ff;
}*/

.city-picker-dropdown {
    position: absolute;
    min-width: 315px;
    max-width: 320px;
    left: 0;
    top: 32px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    min-width: 330px;
    margin-bottom: 20px;
}

.city-select-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 13px;
}

.city-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px;
}

.city-select-tab > a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #0091ff;
}

.city-select-tab > a:first-child {
    border-left: none;
}

.city-select-tab > a:last-child.active {
    border-right: 1px solid #ccc;
}

.city-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px;
}

.city-select {
    font-size: 13px;
}

.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: 0;
    line-height: 2;
}

.city-select.province dd {
    margin-left: 3em;
}

.city-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.city-select a:hover,
.city-select a:focus,
.city-select a.active {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #0091ff;
}
/*
.city-select a.active {
    background-color: #0091ff;
    color: #fff;
    border-radius: 2px;
}*/
.city-picker-span.open{
    background: none;
}
.tl-nodata-icon.no-choose_all i{
    background-image: url(../images/nodata_img_choose_all.png);
}
