@font-face {
    font-family: DIN;
    src: url('DIN-Medium.otf')
}

body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select,
span,
em,
i,
button {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-family: "PingFangSC-Regular", "microsoft yahei";
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
i {
    font-style: normal;
    font-size: inherit;
}

* {
    box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"] {
    border: none;
}

textarea {
    -webkit-appearance: none;
}

.auto {
    width: 1200px;
    margin: 0 auto;
}

:hover {
    transition: all .2s;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center !important;
}

.img {
    width: 100%;
    display: block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ele {
    position: relative;
}

.ele:before,
.ele:after {
    content: '';
    position: absolute;
    display: block;
}

.ipt {
    border: none;
}

.img_hover_wrap {
    overflow: hidden;
}

.item_scale .icon {
    transition: all .3s;
}

.item_scale:hover .icon {
    transform: scale(1.05, 1.05);
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.img_traslate {
    transition: all .3s;
}

.img_traslate:hover {
    transform: translateY(-10px);
}

.img_rotate {
    transition: all .3s;
}

.img_rotate:hover {
    transform: rotate(-360deg);
}

.clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
}

.text-right {
    text-align: right !important;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-pack-start {
    justify-content: flex-start;
}

.flex-pack-end {
    justify-content: flex-end;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-w {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
    overflow: hidden;
}

.c-main {
    color: #04a1fb !important;
}

body {
    min-width: 1200px;
}

.bg {
    background: #f5f7fa;
}

/* 分类二级 */
.head {}

.hd-logo {}

.hd-logo .img {
    height: 90px;
    width: auto;
}

.hd-nav {}

.hd-nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
}

.hd-nav li>a {
    font-size: 16px;
    color: #333333;
    display: block;
    position: relative;
    text-decoration: none;
    font-family: Microsoft YaHei;
}

/* .hd-nav li>a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 00px;
    height: 2px;
    background: #04a1fb;
    transition: all .3s;
} */

.hd-nav li.cur>a,
.hd-nav li:hover>a {
    /* color: #04a1fb; */
}

.hd-nav li.cur>a::after,
.hd-nav li:hover>a::after {
    width: 30px;
    margin-left: -15px;
}

.hd-nav li:hover .drop {
    display: block;
}

.hd-nav .drop {
    position: absolute;
    right: -55px;
    background: #fff;
    /* width: 220px; */
    border-radius: 4px;
    box-shadow: 0 3px 20px rgba(4, 161, 251, .22);
    z-index: 100;
    /* padding: 10px 0; */
    display: none;
}

.hd-nav .drop::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
    right: 10px;
    top: -5px;
}

.hd-nav .drop a {
    display: block;
    font-size: 16px;
    color: #606266;
    line-height: 32px;
    /* padding-left: 20px; */
    border-left: 3px solid transparent;
}

.hd-nav .drop a:hover {
    color: #1E62EC;
    font-weight: 600;
}

.hd-nav .drop a.this {
    color: #04a1fb;
    background: #e5f5ff;
    border-color: #04a1fb;
}

.login-btn {
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.login-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    background: #999;
    height: 12px;
    margin-top: -6px;
}

.login-btn:hover {
    color: #04a1fb;
}

.foot {
    padding: 20px 0;
    background: #1c2240;
}

.foot .txt {
    font-size: 14px;
    color: #8c91a5;
    line-height: 36px;
    width: 75%;
}

.foot .vxbox {}

.foot .vxbox .pic {
    width: 80px;
}

.foot .vxbox .wz {
    font-size: 14px;
    color: #8c91a5;
    margin-top: 5px;
    text-align: center;
}

.inner-ban .img {
    width: 100%;
    display: block;
}

.inner-ban .swiper-pagination {
    bottom: 20px !important;
}

.inner-ban .swiper-pagination-bullet {
    width: 36px;
    height: 6px;
    background: #fff;
    border-radius: 14px;
    margin: 0 10px !important;
}

.inner-ban .swiper-pagination-bullet-active {
    opacity: 1;
}

.kt-main {
    padding: 45px 0 80px;
}

.crumb {
    font-size: 15px;
    color: #04a1fb;
    line-height: 30px;
    margin-bottom: 20px;
    background: url(../images/kt_02.png) no-repeat left center;
    background-size: 17px;
    padding-left: 26px;
}

.crumb span {
    color: #333;
}

.crumb a:hover {
    text-decoration: underline;
}

.pub-tt {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.pub-tt .bt {
    font-size: 30px;
    color: #333333;
    position: relative;
    font-weight: bold;
}

.pub-tt .en {
    font-size: 16px;
    color: #727987;
    margin-left: 3px;
}

.pub-tt .bt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 34px;
    height: 4px;
    background: #04a1fb;
}

.pub-tt.white .bt {
    color: #fff;
}

.pub-tt.white .en {
    color: #fff;
}

.pub-tt.white .bt::after {
    background: #fff;
}


.kt-list {
    margin-left: -45px;
}

.kt-list .item {
    border-radius: 0 6px 6px 6px;
    overflow: hidden;
    float: left;
    margin: 0 0 25px 45px;
    width: 265px;
    background: #fff;
    position: relative;
    transition: all .3s;
}

.kt-list .imgbox {
    position: relative;
}

.kt-list .img {
    width: 100%;
    display: block;
    height: 200px;
}

.kt-list .tag {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: transparent;
    width: 36px;
    height: 34px;
    line-height: 26px;
    text-align: center;
}

.kt-list .video {
    background: url(../images/kt_07.png) no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
}

.kt-list .info {
    padding: 15px 18px;
}

.kt-list .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.kt-list .date {
    font-size: 14px;
    color: #999999;
    background: url(../images/kt_08.png) no-repeat left center;
    background-size: 12px;
    padding-left: 18px;
    margin-top: 5px;
    margin-top: 10px;
}

.kt-list .item:nth-child(1) .tag {
    background: url(../images/kt_09.png) no-repeat center;
    background-size: contain;
    color: #fff;
}

.kt-list .item:nth-child(2) .tag {
    background: url(../images/kt_10.png) no-repeat center;
    background-size: contain;
    color: #fff;
}

.kt-list .item:nth-child(3) .tag {
    background: url(../images/kt_11.png) no-repeat center;
    background-size: contain;
    color: #fff;
}

.kt-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #04a1fb;
    transition: all .3s;
    width: 0;
}

.kt-list .item:hover {
    box-shadow: 0 5px 34px rgba(52, 57, 52, .14);
    transform: translateY(-10px)
}

.kt-list .item:hover .title {
    color: #04a1fb;
}

.kt-list .item:hover .date {
    color: #666666;
}

.kt-list .item:hover::after {
    width: 100%;
}







.pagelist {
    text-align: right;
    margin-top: 20px;
}

#pager {
    display: flex;
    justify-content: flex-end;
}

/* .pagelist a{display: inline-block;margin-left: 8px;font-size: 16px;color: #666666;width: 40px;height: 40px;text-align: center;line-height: 40px;border-radius:5px;background: #fff;font-family: 'DIN';}
.pagelist a:hover,.pagelist a.active{color: #fff;background: #04a1fb;} */

#pager>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#pager a,
#pager span {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    color: #666666;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    /* background: #fff; */
    font-family: 'DIN';
    padding: 0 10px;
    cursor: pointer;
}

#kkpager_btn_go_input {
    width: 40px;
    text-align: center;
}

/* #pager a:hover,
#pager span:hover {
    color: #fff;
    background: #04a1fb;
} */

#pager .active {
    color: #fff !important;
    background: #1E62EC;
}


.kt-main {
    min-height: 665px
}

.kt-main .auto {
    position: relative;
}

.kt-menu {
    width: 90px;
    position: absolute;
    left: -120px;
    top: 130px;
    z-index: 60;
}

.kt-menu::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #ddd;
}

.kt-menu .lk {
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 22px;
    margin-bottom: 30px;
    position: relative;
    text-align: right;
    padding-right: 25px;
}

.kt-menu .lk::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/kt_13.png) no-repeat center;
    background-size: contain;
    top: 50%;
    margin-top: -8px;
    right: -8px;
    z-index: 20;
}

.kt-menu .lk:last-child {
    margin-bottom: 0;
}

.kt-menu .lk.cur,
.kt-menu .lk:hover {
    color: #04a1fb;
}

.kt-menu .lk.cur::after,
.kt-menu .lk:hover::after {
    background-image: url(../images/kt_12.png)
}

.kt-para {
    width: 46px;
    position: absolute;
    right: -80px;
    top: 135px;
    background: #f5f7f8;
    z-index: 60;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 34px rgba(52, 57, 52, .14)
}

.kt-para .lk {
    font-size: 13px;
    color: #999999;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.kt-para .icon {
    background: url(../images/kt_14.png) no-repeat center #fff;
    background-size: 26px;
}

.kt-para .lk:hover,
.kt-para .lk.cur {
    color: #04a1fb;
}

/* 视频详情 */
.sp-det {
    padding: 60px 0 80px;
}

.sp-video {
    margin-bottom: 25px;
}

.sp-video .videobox {
    border-radius: 6px;
}

.sp-video .video {
    width: 100%;
    height: 720px;
    object-fit: contain;
}

.sp-video .video-js {
    background-color: #000;
}

/*.vjs-icon-play:before{display: none;}
.vjs-icon-placeholder{display: none;}*/
.sp-video .vjs-icon-placeholder:before {
    /*display: none;*/
}

.sp-video .video-js .vjs-big-play-button {
    background: url(../images/video.png) no-repeat center;
    background-size: contain;
    width: 70px;
    height: 70px;
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

.sp-video .video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
}

/* .sp-video .cz{margin-top: 15px;text-align: right;}
.sp-video .cz .icon{width: 28px;height: 28px;display: inline-block;vertical-align: middle;margin-left: 15px;cursor: pointer;}
.sp-video .cz .star{background: url(../images/kt_16.png) no-repeat center;background-size:contain;}
.sp-video .cz .share{background: url(../images/kt_17.png) no-repeat center;background-size:contain;} */

.sp-video .title {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.sp-video .sm {
    font-size: 16px;
    color: #727987;
    margin-top: 0px;
}

.sp-video .desc {
    margin-top: 40px;
}

.sp-video .smtit {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.sp-video .txt {
    font-size: 14px;
    color: #727987;
    line-height: 26px;
}

.sp-rela {
    padding: 40px 0 0;
    border-top: 1px solid #efefef;
}

.idx-smtit {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.kt-list-wrap {
    padding: 30px 30px 5px;
    border-radius: 4px;
    background: #f4f6f9;
}

.kt-list-wrap .kt-list {
    margin-left: -25px;
}

.kt-list-wrap .kt-list .item {
    margin: 0 0 25px 25px;
}


.pub-more {
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 140px;
    line-height: 44px;
    border-radius: 22px;
    background: #23adfb;
    margin: 0 auto;
    display: block;
}

.pub-more::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 12px;
    height: 12px;
    background: url(../images/kt_19.png) no-repeat center;
    background-size: contain;
    margin-top: -2px;
}

.pub-more:hover {
    background: #0698ec;
}

/* index */
.beijing {
    background: url(../images/bg.jpg) no-repeat center top #a1caff;
    background-size: 100%;
}

.idx-top {
    padding: 90px 0;
    height: 625px;
}

.idx-top .list {
    border: 1px solid #dde2e8;
    border-right: none;
}

.idx-top .list .item {
    float: left;
    width: 239px;
    text-align: center;
    border-right: 1px solid #dde2e8;
    height: 460px;
    position: relative;
    background: #fff;
    cursor: pointer;
}

/*.idx-top .list .item{float: left;width: 199.5px;text-align: center;border-right:1px solid #dde2e8;height: 460px;position:relative;background: #fff;cursor: pointer;}*/
.idx-top .list .box {
    height: 460px;
    padding-top: 120px;
    border: 1px solid transparent;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0s;
    width: 100%;
}

.idx-top .list .icon {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
}

.idx-top .list .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 25px;
}

.idx-top .list .txt {
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    max-width: 180px;
    margin: 15px auto 0;
}

.idx-top .list .tp {
    width: 100%;
    display: none;
    margin-top: 40px;
}

.idx-top .list .icon1 {
    background: url(../images/idx_01.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .icon2 {
    background: url(../images/idx_02.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .icon3 {
    background: url(../images/idx_03.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .icon4 {
    background: url(../images/idx_12.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .icon5 {
    background: url(../images/idx_04.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .icon6 {
    background: url(../images/idx_05.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .item:hover .icon1,
.idx-top .list .item.cur .icon1 {
    background: url(../images/idx_01-1.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .item:hover .icon2,
.idx-top .list .item.cur .icon2 {
    background: url(../images/idx_02-1.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .item:hover .icon3,
.idx-top .list .item.cur .icon3 {
    background: url(../images/idx_03-1.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .item:hover .icon4,
.idx-top .list .item.cur .icon4 {
    background: url(../images/idx_12-1.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .item:hover .icon5,
.idx-top .list .item.cur .icon5 {
    background: url(../images/idx_04-1.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .item:hover .icon6,
.idx-top .list .item.cur .icon6 {
    background: url(../images/idx_05-1.png) no-repeat center;
    background-size: contain;
}

.idx-top .list .item:hover,
.idx-top .list .item.cur {
    z-index: 10;
    text-align: left;
}

.idx-top .list .item:hover .box,
.idx-top .list .item.cur .box {
    width: 300px;
    height: 490px;
    background: #fff;
    border-color: #04a1fb;
    padding: 60px 30px 0;
    box-shadow: 0 6px 20px rgba(4, 161, 251, .16);
    top: -15px;
    left: -55px;
}

.idx-top .list .item:hover .title,
.idx-top .list .item.cur .title {
    color: #04a1fb;
}

.idx-top .list .item:hover .txt,
.idx-top .list .item.cur .txt {
    max-width: 100%;
}

.idx-top .list .item:hover .icon,
.idx-top .list .item.cur .icon {
    margin-left: 0;
}

.idx-top .list .item:hover .tp,
.idx-top .list .item.cur .tp {
    display: block;
}



.idx-bwg {
    background: #fff;
    padding: 35px 20px 5px;
    border-radius: 4px;
}

.idx-bwg .detail {
    position: relative;
    margin: 60px 0;
}

/* .idx-bwg .menu{width: 180px;position:relative;height: 515px!important;overflow: hidden;} */
.idx-bwg .menu .lk {
    font-size: 16px;
    color: #04a1fb;
    line-height: 65px;
    display: block;
    text-align: center;
    background: #fff;
    margin-bottom: 0;
    cursor: pointer;
    background: #e5f5ff;
}

.idx-bwg .menu .lk.cur,
.idx-bwg .menu .lk.on {
    color: #fff;
    background: #04a1fb;
}

/* .idx-bwg .menu .swiper-slide-active .lk{color: #fff;background: #04a1fb;} */

.idx-bwg .menu .swiper-button-next,
.idx-bwg .menu .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 0;
    margin-left: -15px;
    right: auto;
    top: auto;
}

.idx-bwg .menu .swiper-button-prev {
    background: url(../images/idx_07.png) no-repeat center;
    background-size: 21px 12px;
    top: -35px;
}

.idx-bwg .menu .swiper-button-next {
    background: url(../images/idx_08.png) no-repeat center;
    background-size: 21px 12px;
    bottom: -35px;
}

.idx-bwg .menu .swiper-container {
    height: 445px;
    position: static;
}

/* .idx-bwg .wrap{width: 960px;height: 515px;overflow: hidden;} */
.idx-bwg .imgbox {
    display: block;
    position: relative;
}

.idx-bwg .imgbox .img {
    width: 100%;
    height: 515px;
}

.idx-bwg .imgbox .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    background: rgba(0, 0, 0, .24);
    padding: 0 20px;
}




.idx-video {
    padding: 80px 0;
    background: url(../images/idx_11.png) no-repeat center bottom;
    background-size: 100% 400px;
}

.idx-video .section {
    margin-bottom: 40px;
}

.idx-video .section:last-child {
    margin-bottom: 0;
}

/* 教学能力大赛优秀作品鉴赏 */
.work-list {}

.work-list .item {
    float: left;
    width: 31.3%;
    margin: 0 0 2% 2%;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ebf4fa;
}

.work-list .bt {
    height: 90px;
    line-height: 90px;
}

.work-list .bt span {
    font-size: 21px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 35px;
}

.work-list .box {
    padding: 35px 35px;
}

.work-list .icon {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}

.work-list .info {
    margin-left: 65px;
    background: url(../images/icon_08.png) no-repeat right center;
    background-size: 16px;
    padding-right: 22px;
}

.work-list .title {
    font-size: 16px;
    color: #365363;
    font-weight: bold;
}

.work-list .fz {
    font-size: 14px;
    color: #7a8e99;
    margin-top: 8px;
}

.work-list .item:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(21, 89, 190, .1);
}

.work-list .item:hover .title {
    color: #04a1fb;
}

.work-list .item:nth-child(7n+1) .bt {
    background: #04a1fb;
}

.work-list .item:nth-child(7n+2) .bt {
    background: #ff8d40;
}

.work-list .item:nth-child(7n+3) .bt {
    background: #ff5562;
}

.work-list .item:nth-child(7n+4) .bt {
    background: #407fff;
}

.work-list .item:nth-child(7n+5) .bt {
    background: #3cc26c;
}

.work-list .item:nth-child(7n+6) .bt {
    background: #ff7364;
}

.work-list .item:nth-child(7n+7) .bt {
    background: #7578fc;
}








/* 职业能力教研中心 */

.zy-list {}

.zy-list .item {
    width: 260px;
    float: left;
    border: 1px solid #98d8fd;
    border-radius: 6px;
    height: 380px;
}

.zy-list .title {
    font-size: 18px;
    color: #333333;
    height: 80px;
    line-height: 80px;
    background: #e5f5ff;
    padding-left: 30px;
    font-weight: bold;
    position: relative;
}

.zy-list .title span {
    position: relative;
    z-index: 10;
}

.zy-list .title::before {
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid #1caafb;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -4px;
}

.zy-list .title::after {
    content: '';
    position: absolute;
    left: 40px;
    height: 6px;
    background: #b7e3ff;
    border-radius: 3px;
    display: block;
    top: 50%;
    margin-top: 5px;
    width: 150px;
}

.zy-list .box {
    padding: 35px 30px;
}

.zy-list .info {
    height: 120px;
}

.zy-list .txt {
    font-size: 16px;
    color: #67737a;
    line-height: 30px;
    -webkit-line-clamp: 2;
    height: 60px;
}

.zy-list .bot {
    margin-top: 20px;
    position: relative;
}

.zy-list .icon {
    width: 76px;
    display: block;
    margin: 0 auto;
}

.zy-list .more {
    display: none;
    margin: 0;
}

/* .zy-list .item:nth-child(1){width: 530px;} */
.zy-list .item:hover .title {
    background: url(../images/icon_09.jpg) no-repeat center;
    background-size: cover;
}

/* .zy-list .item:nth-child(1) .title{background: url(../images/icon_09.jpg) no-repeat center;background-size:cover;color: #fff;}
.zy-list .item:nth-child(1) .title::before{border-color:#fff;background: #fff;}
.zy-list .item:nth-child(1) .title::after{background: #0082f3;}
.zy-list .item:nth-child(1) .bot{margin-top: 70px;}
.zy-list .item:nth-child(1) .more{display: block;}
.zy-list .item:nth-child(1) .icon{position:absolute;right: 0;bottom: -15px;width: 150px;} */

.zy-list .item.this {
    width: 420px;
}

.zy-list .item.this .title {
    background: url(../images/icon_09.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}

.zy-list .item.this .title::before {
    border-color: #fff;
    background: #fff;
}

.zy-list .item.this .title::after {
    background: #0082f3;
}

.zy-list .item.this .bot {
    margin-top: 70px;
}

.zy-list .item.this .more {
    display: block;
}

.zy-list .item.this .icon {
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 108px;
}

.zy-list .item.this .txt {
    -webkit-line-clamp: 3;
    height: 90px;
    max-width: 325px;
}

/* 企业实操案例 */
.case-top {
    padding: 20px;
    background: url(../images/case_04.jpg) no-repeat center;
    background-size: cover;
    height: 595px;
    position: relative;
}

.case-top .imgbox {
    width: 700px;
}

.case-top .imgbox .img {
    width: 100%;
    height: 550px;
}

.case-top .info {
    width: 385px;
    padding-top: 30px;
}

.case-top .title {
    font-size: 20px;
    color: #04a1fb;
    font-weight: bold;
}

.case-top .txt {
    font-size: 13px;
    color: #565b66;
    line-height: 40px;
    margin-top: 10px;
    -webkit-line-clamp: 9;
    height: 360px;
}

.case-top .more {
    font-size: 15px;
    margin-left: 0;
    margin-top: 50px;
}


.case-top .swiper-button-next,
.case-top .swiper-button-prev {
    width: 40px;
    height: 30px;
    top: auto;
    bottom: 12px;
    left: auto;
    margin: 0;
}

.case-top .swiper-button-prev {
    background: url(../images/case_02.png) no-repeat center;
    background-size: cover;
    left: 16px;
}

.case-top .swiper-button-next {
    background: url(../images/case_03.png) no-repeat center;
    background-size: cover;
    left: 76px;
}

.case-top .swiper-button-prev:hover {
    background-image: url(../images/case_02-1.png)
}

.case-top .swiper-button-next:hover {
    background-image: url(../images/case_03-1.png)
}

.case-top::after {
    content: '';
    position: absolute;
    background: url(../images/case_05.png) no-repeat center;
    background-size: contain;
    width: 60px;
    height: 595px;
    top: 1px;
    right: 411px;
    z-index: 80;
}

/* 2022.4.3修改 作品鉴赏*/
.kt-sort {
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ebf4fa;
    padding: 10px 20px 10px 20px;
}

.kt-sort .row {
    padding: 10px 0 1px;
}

.kt-sort .tit {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    display: block;
    width: 130px;
}

.kt-sort .info {
    position: relative;
}

.kt-sort .lk {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    border-radius: 4px;
    line-height: 30px;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px;
}

.kt-sort .lk.checked {
    color: #04a1fb;
    border-color: #04a1fb;
}

.kt-sort .lk:hover {
    color: #04a1fb;
}

.kt-sort .box {
    padding-right: 80px;
    height: 42px;
    overflow: hidden;
}

.kt-sort .box.height {
    height: auto;
}

.kt-sort .showmore {
    font-size: 16px;
    color: #333;
    background: url(../images/kt_24.png) no-repeat right center;
    background-size: 13px 8px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    padding-right: 20px;
}

.kt-sort .showmore.zk {
    background-image: url(../images/kt_24-1.png)
}

.kt-sort .showmore:hover {
    color: #04a1fb;
}

.kt-bar {
    margin-bottom: 20px;
    background: #f5f7fa;
    border-radius: 10px;
    padding: 15px 20px;
}

.kt-bar .font {
    font-size: 16px;
    color: #333333;
}

.kt-bar .search {}

.kt-bar .search .ipt-txt {
    font-size: 14px;
    color: #333;
    width: 290px;
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
    background: url(../images/kt_23.png) no-repeat 15px center #fff;
    background-size: 14px;
    padding-left: 42px;
}

.kt-bar .search .submit {
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    width: 100px;
    line-height: 44px;
    height: 44px;
    background: #ffc000;
    text-align: center;
    border: none;
    margin-left: 10px;
    cursor: pointer;
}

.kt-bar .search .submit:hover {
    background: #04a1fb;
}

.ktt-list {
    margin-left: -20px;
}

.ktt-list .item {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ebf4fa;
    margin: 0 0 20px 20px;
    width: 385px;
}

.ktt-list .imgbox {
    position: relative;
    overflow: hidden;
}

.ktt-list .img {
    width: 100%;
    height: 155px;
    transition: all .3s;
}

.ktt-list .tag {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 24px;
    line-height: 24px;
}

.ktt-list .tag.zz {
    background: url(../images/kt_21.png) no-repeat center;
    background-size: contain;
}

.ktt-list .tag.gz {
    background: url(../images/kt_22.png) no-repeat center;
    background-size: contain;
}

.ktt-list .info {
    padding: 12px 40px 18px 20px;
    background: url(../images/icon_08.png) no-repeat 96% center;
    background-size: 16px;
}

.ktt-list .title {
    font-size: 16px;
    color: #365363;
    font-weight: bold;
    line-height: 26px;
}

.ktt-list .fz {
    font-size: 14px;
    color: #7a8e99;
    margin-top: 8px;
}

.ktt-list .item:hover {
    box-shadow: 0 10px 20px rgba(21, 89, 190, .1);
}

.ktt-list .item:hover .title {
    color: #04a1fb;
}

.ktt-list .item:hover .img {
    transform: scale(1.05, 1.05);
}


/* 2022.4.3修改 视频详情*/
.sp-top {
    margin-bottom: 20px;
}

.sp-top .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 36px;
}

.sp-top .sm {
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
}

.sp-dm {
    margin-top: 0px;
}

.sp-dm .searchbox {
    width: 890px;
}

.sp-dm .searchbox .ipt-txt {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
    background: #fafafa;
    border-radius: 8px;
}

.sp-dm .searchbox .send {
    font-size: 14px;
    color: #fff;
    width: 80px;
    line-height: 42px;
    margin-left: 10px;
    background: #04a1fb;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.sp-dm .searchbox .send:hover {
    background: #ffc000;
}

.sp-dm .cz {
    text-align: right;
    position: relative;
}

.sp-dm .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 26px;
}

.sp-dm .cz .thumb {
    background-image: url(../images/kt_26.png);
}

.sp-dm .cz .star {
    background-image: url(../images/kt_16.png);
}

.sp-dm .cz .share {
    background-image: url(../images/kt_17.png);
}

.sp-dm .cz .thumb.checked {
    background-image: url(../images/kt_26-1.png);
}

.sp-dm .cz .star.checked {
    background-image: url(../images/kt_16-1.png);
}

.sp-dm .cz .share.checked {
    background-image: url(../images/kt_17.png);
}

.share-share {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.share-share:hover .share-drop {
    display: block;
}

.share-drop {
    width: 535px;
    position: absolute;
    right: 0;
    z-index: 100;
    padding-top: 15px;
    display: none;
}

.share-drop::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f5f7fa transparent;
    right: 20px;
    top: 6px;
    position: absolute;
    content: '';
    z-index: 20;
}

.share-drop>div {
    background: #f5f7fa;
    padding: 20px 0;
    border: 1px solid #efefef;
}

.share-drop .lbox {
    padding: 0 35px;
    border-right: 1px solid #ddd;
}

.share-drop .rbox {}

.share-drop .icon-list {
    padding: 5px 0;
}

.share-drop .icon-list .grp {
    display: block;
    text-align: center;
}

.share-drop .icon-list .tb {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.share-drop .icon-list .fz {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.share-drop .icon-list .qq {
    background: url(../images/icon_16.png) no-repeat center;
    background-size: contain;
}

.share-drop .icon-list .qqzone {
    background: url(../images/icon_17.png) no-repeat center;
    background-size: contain;
}

.share-drop .icon-list .blog {
    background: url(../images/icon_18.png) no-repeat center;
    background-size: contain;
}

.share-drop .icon-list .tieba {
    background: url(../images/icon_19.png) no-repeat center;
    background-size: contain;
}

.share-drop .icon-list .douban {
    background: url(../images/icon_20.png) no-repeat center;
    background-size: contain;
}

.share-drop .icon-list .grp:hover .fz {
    color: #04a1fb;
}

.share-drop .icon-list .grp:hover .qq {
    background: url(../images/icon_16-1.png) no-repeat center;
    background-size: contain;
}

.share-drop .icon-list .grp:hover .qqzone {
    background: url(../images/icon_17-1.png) no-repeat center;
    background-size: contain;
}

.share-drop .icon-list .grp:hover .blog {
    background: url(../images/icon_18-1.png) no-repeat center;
    background-size: contain;
}

.share-drop .icon-list .grp:hover .tieba {
    background: url(../images/icon_19-1.png) no-repeat center;
    background-size: contain;
}

.share-drop .icon-list .grp:hover .douban {
    background: url(../images/icon_20-1.png) no-repeat center;
    background-size: contain;
}

.share-drop .row {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 15px;
}

.share-drop .row .ipt {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}

.share-drop .row .copy {
    font-size: 14px;
    color: #fff;
    width: 110px;
    line-height: 30px;
    height: 30px;
    background: #04a1fb;
    border: none;
    cursor: pointer;
}

.share-drop .row .copy:hover {
    background: #0794e5;
}

.share-drop .rbox {
    width: 230px;
    padding-top: 10px;
}

.share-drop .pic {
    width: 126px;
    height: 126px;
    display: block;
    margin: 0 auto;
}

.share-drop .fz {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 5px;
}




.sp-video {
    margin-bottom: 40px;
}


.sp-eval {}

.sp-eval .total {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 65px;
}

.sp-eval-fb {
    position: relative;
    margin-bottom: 40px;
}

.sp-eval-fb .box {
    background: #fafafa;
    border-radius: 8px;
}

.sp-eval-fb .textarea {
    padding: 20px 20px;
    height: 120px;
    width: 100%;
    background: transparent;
    resize: none;
}

.sp-eval-fb .bot {
    height: 50px;
    padding: 0 30px;
}

.sp-eval-fb .bot .ico {
    width: 22px;
    height: 22px;
}

.sp-eval-fb .submit {
    font-size: 14px;
    color: #fff;
    width: 120px;
    line-height: 40px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    background: #ffc000;
    display: block;
    margin: 20px auto 0;
}

.sp-eval-fb .submit:hover {
    background: #04a1fb;
}

.sp-eval-fb .nums {
    font-size: 13px;
    color: #999;
}

.sp-eval-fb {}

.sp-eval-fb .shade {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 70px;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .9));
}

.sp-eval-fb .shade .fz {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.sp-eval-fb .shade .login {
    font-size: 14px;
    color: #fff;
    width: 120px;
    line-height: 40px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    background: #04a1fb;
    display: block;
    margin: 16px auto 0;
    text-align: center;
}

.sp-eval-fb .shade .login:hover {
    background: #ffc000;
}

.sp-eval-list {}

.sp-eval-list .item {
    padding: 30px 30px;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 16px;
}

.sp-eval-list .hdpic {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}

.sp-eval-list .info {}

.sp-eval-list .tt {
    height: 42px;
    line-height: 42px;
}

.sp-eval-list .name {
    font-size: 14px;
    color: #999999;
}

.sp-eval-list .name em {
    color: #333;
}

.sp-eval-list .time {
    font-size: 14px;
    color: #999999;
}

.sp-eval-list .txt {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 15px;
    width: 100%;
    word-wrap: break-word;
}

.sp-eval-list .applybox {
    border-top: 4px solid #eeeeee;
    margin-top: 25px;
}

.sp-eval-list .row {
    margin-top: 25px;
}

.sp-eval-list .applybtn {
    font-size: 14px;
    color: #0356ab;
    display: inline-block;
    margin-top: 10px;
}

.sp-eval-list .applybtn:hover {
    text-decoration: underline;
}


.sp-eval-list .sm-apply {
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    margin-top: 15px;
}

.sp-eval-list .sm-apply .ipt-txt {
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    line-height: 24px;
    width: 100%;
    resize: none;
}

.sp-eval-list .sm-apply .submit {
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background: #04a1fb;
    border: none;
    cursor: pointer;
}

.sp-eval-list .sm-apply .submit:hover {
    background: #ff8d40;
}

.sp-eval-list .sm-apply .words-total {
    font-size: 12px;
    color: #999;
    margin-right: 15px;
}

.sp-eval-list .tbs .ico {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #999;
    background-repeat: no-repeat;
    background-position: left 9px;
    background-size: 20px;
    padding-left: 26px;
    margin-right: 20px;
}

.sp-eval-list .tbs .thumb {
    background-image: url(../images/kt_26.png);
}


.sp-eval-list .tbs .thumb.checked {
    background-image: url(../images/kt_26-1.png);
}


/* 弹幕 */
.dm-video {
    position: relative;
}

.dm-top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 20px;
    z-index: 100;
}

.dm-top .back {
    width: 30px;
    height: 30px;
    background: url(../images/kt_28.png) no-repeat center;
    background-size: contain;
    display: block;
}

.dm-video .video {
    width: 100%;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}


.dm-video .video-js {
    background-color: #000;
}

.dm-video .video-js .vjs-big-play-button {
    background: url(../images/video.png) no-repeat center;
    background-size: contain;
    width: 70px;
    height: 70px;
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

.dm-video .video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
}

.dm-bot {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    z-index: 50;
}

.dm-bot .search {
    max-width: 640px;
    width: 35%;
    margin: 0 auto;
}

.dm-bot .search .ipt-txt {
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    background: rgba(255, 255, 255, .2);
}

.dm-bot .search .submit {
    width: 80px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background: rgba(255, 255, 255, .2);
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

.dm-bot .search .submit:hover {
    background: #0356ab;
}

.dm-bot .search .ipt-txt::-webkit-input-placeholder {
    color: #999999;
}

.dm-bot .search .ipt-txt:-moz-placeholder {
    color: #999999;
}

.dm-bot .search .ipt-txt::-moz-placeholder {
    color: #999999;
}

.dm-bot .search .ipt-txt:-ms-input-placeholder {
    color: #999999;
}


.dm-bot {}

.dm-bot .czs {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
}

.dm-bot .czs .ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    cursor: pointer;
}

.dm-bot .czs .close {
    background: url(../images/kt_29.png) no-repeat center;
    background-size: contain;
}

.dm-bot .czs .open {
    background: url(../images/kt_30.png) no-repeat center;
    background-size: contain;
}

.dm-bot .czs .voice {
    background: url(../images/kt_31.png) no-repeat center;
    background-size: contain;
}

.dm-bot .czs .full {
    background: url(../images/kt_32.png) no-repeat center;
    background-size: contain;
}

/* 个人中心-我的审核 */
.per-main {
    padding: 35px 0 55px;
    background: #f5f7fa;
    min-height: 500px;
}

.per-wrap {
    align-items: flex-start;
}

.per-l {
    width: 200px;
    background: #fff;
    border-radius: 6px;
    margin-right: 60px;
    min-height: 600px;
}

.per-r {}

.per-user {
    margin: 0 20px;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 13px 0;
    margin-bottom: 20px;
}

.per-user .hdpic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.per-menu {}

.per-menu li {
    margin-bottom: 15px;
}

.per-menu li>a {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    display: block;
    padding-left: 20px;
    border-left: 5px solid transparent;
    position: relative;
}

.per-menu li .msg {
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #ff323c;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

.per-menu .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -2px;
}

.per-menu .li1 .icon {
    background: url(../images/per_02.png) no-repeat center;
    background-size: contain;
}

.per-menu .li2 .icon {
    background: url(../images/per_03.png) no-repeat center;
    background-size: contain;
}

.per-menu .li3 .icon {
    background: url(../images/per_04.png) no-repeat center;
    background-size: contain;
}

.per-menu .li4 .icon {
    background: url(../images/per_05.png) no-repeat center;
    background-size: contain;
}

.per-menu li.cur>a,
.per-menu li:hover>a {
    color: #04a1fb;
    background: #e5f5ff;
    border-color: #04a1fb;
}

.per-menu .li1.cur .icon,
.per-menu .li1:hover .icon {
    background: url(../images/per_02-1.png) no-repeat center;
    background-size: contain;
}

.per-menu .li2.cur .icon,
.per-menu .li2:hover .icon {
    background: url(../images/per_03-1.png) no-repeat center;
    background-size: contain;
}

.per-menu .li3.cur .icon,
.per-menu .li3:hover .icon {
    background: url(../images/per_04-1.png) no-repeat center;
    background-size: contain;
}

.per-menu .li4.cur .icon,
.per-menu .li4:hover .icon {
    background: url(../images/per_05-1.png) no-repeat center;
    background-size: contain;
}


.per-smmenu {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.per-smmenu .lk {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    padding: 0 18px;
    line-height: 40px;
    position: relative;
}

.per-smmenu .lk::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    transition: all .3s;
    height: 1px;
    background: #04a1fb;
}

.per-smmenu .lk:hover,
.per-smmenu .lk.cur {
    color: #04a1fb;
}

.per-smmenu .lk.cur::after {
    width: 100%;
    left: 0;
}

.per-smmenu .smfz {
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}

.sh-list {}

.sh-list .item {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 6px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.sh-list .pic {
    margin-right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
}

.sh-list .info {
    flex: 1;
}

.sh-list .title {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}

.sh-list .date {
    font-size: 14px;
    color: #999999;
    margin-top: 3px;
}

.sh-list .btns {
    margin-left: 100px;
}

.sh-list .ann {
    font-size: 14px;
    color: #fff;
    width: 70px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    border: none;
    margin: 5px 0;
    cursor: pointer;
    height: 30px;
}

.sh-list .pass {
    background: #04a1fb;
}

.sh-list .notpass {
    background: #ff5562;
}

.sh-list .item:hover .title {
    color: #04a1fb;
}

.sh-list .ing {
    color: #ff8d40;
    background: #fff3ec;
}

.sh-list .ing:hover {
    color: #fff;
    background: #ff8d40;
}

.sh-list .delete {
    background: #ffebec;
}

.sh-list .delete::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/per_08.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.sh-list .delete:hover {
    background: #ff3644;
}

.sh-list .delete:hover::after {
    background-image: url(../images/per_08-1.png)
}

/* 个人中心-我的收藏 */
.sh-list .cancel {
    font-size: 14px;
    color: #fff;
    width: 90px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    border: none;
    margin: 5px 0;
    background: #ff8d40;
    cursor: pointer;
    height: 30px;
}

.sh-list .cancel:hover {
    background: #04a1fb;
}

.sp-list {
    margin-left: -35px;
}

.sp-list .item {
    background: #fff;
    border-radius: 6px;
    width: 290px;
    overflow: hidden;
    margin: 0 0 20px 35px;
}

.sp-list .imgbox {
    display: block;
    position: relative;
}

.sp-list .img {
    width: 100%;
    height: 170px;
}

.sp-list .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background: url(../images/kt_07.png) no-repeat center;
    background-size: contain;
    border-radius: 50%;
}

.sp-list .info {
    padding: 15px;
    display: flex;
}

.sp-list .title {
    flex: 1;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin: 5px 0;
}

.sp-list .cancel {
    font-size: 14px;
    color: #fff;
    width: 90px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    border: none;
    margin: 5px 0;
    background: #ff8d40;
    cursor: pointer;
    margin-left: 10px;
}

.sp-list .cancel:hover {
    background: #04a1fb;
}

.sp-list .item:hover .title {
    color: #04a1fb;
}

/* 个人中心-我的消息 */
.msg-list {}

.msg-list .item {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 15px 20px;
}

.msg-list .tt {
    line-height: 30px;
}

.msg-list .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.msg-list .date {
    font-size: 14px;
    color: #999999;
    margin-left: 30px;
}

.msg-list .box {
    margin-top: 15px;
}

.msg-list .hdpic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.msg-list .info {}

.msg-list .name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.msg-list .txt {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 5px;
}

.c-org {
    color: #ff8d40 !important;
}

.c-red {
    color: #ff5562 !important;
}

.c-green {
    color: #3cc26c !important;
}

.c-purple {
    color: #7578fc !important;
}

/* 发帖 */
.fatie-form {
    padding: 30px 0 80px;
}

.fatie-form .t-tit {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.fatie-form .row {
    margin-bottom: 35px;
}

.fatie-form .ipt {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    font-size: 18px;
    color: #333;
}

.fatie-form .ipt-txt {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
}

.fatie-form .box {
    padding: 20px;
    background: #fff;
}

.fatie-form .con {
    resize: none;
}

.fatie-form .bot {
    margin-top: 10px;
}

.fatie-form .submit {
    font-size: 14px;
    width: 70px;
    line-height: 30px;
    height: 30px;
    border-radius: 4px;
    background: #04a1fb;
    border: none;
    cursor: pointer;
    color: #fff;
}

.fatie-form .submit:hover {
    background: #ff8d40;
}

.fatie-form .sel {
    font-size: 18px;
    color: #999999;
    margin-right: 20px;
}

.fatie-form .sel input {
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/per_09.png) no-repeat center;
    background-size: contain;
    margin-right: 8px;
}

.fatie-form .sel input:checked {
    background-image: url(../images/per_09-1.png)
}

/* 互助社区内页 */
.sq-main {
    padding: 35px 0 55px;
    background: #f5f7fa;
}

.sq-wrap {}

.sq-top {
    background: url(../images/sq_01.png) no-repeat center;
    background-size: cover;
    height: 80px;
    padding: 0 55px;
    line-height: 80px;
    margin-bottom: 10px;
}

.sq-top .fz {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 22px;
    position: relative;
}

.sq-top .fz em {
    position: relative;
    z-index: 10;
}

.sq-top .fz::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    border-radius: 3px;
    width: 100%;
    margin-top: 9px;
}

/*background: #0082f3;*/

.sq-l {}

.sq-r {
    width: 200px;
    margin-left: 50px;
}

.sq-lan {
    background: #fff;
    border-radius: 6px;
    padding: 0 20px;
    min-height: 600px;
}

.sq-lan .t-tit {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
}

.sq-lan .list {}

.sq-lan .list .item {
    padding: 10px 0;
}

.sq-lan .list .hdpic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.sq-lan .list .info {}

.sq-lan .list .name {
    font-size: 16px;
    color: #333;
}

.sq-lan .list .zt {
    font-size: 16px;
    margin-top: 5px;
}

.sq-bar {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e6ec;
    margin-bottom: 20px;
}

.sq-bar .tit {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.sq-bar .tie {
    font-size: 14px;
    color: #999999;
    background: url(../images/sq_11.png) no-repeat left center;
    background-size: 14px;
    margin-left: 18px;
    padding-left: 20px;
    line-height: 30px;
}

.sq-bar .ann {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

.sq-bar .store {
    background: #ff8d40;
}

.sq-bar .up {
    background: #ff5562;
}

.sq-bar .back {
    width: 90px;
    background: #04a1fb;
}

.sq-bar .ann:hover {
    opacity: .85;
}

.sq-list {}

.sq-list .item {
    margin-bottom: 30px;
}

.sq-list .item-l {
    width: 200px;
    background: #fff;
    border-radius: 6px;
    margin-right: 40px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.sq-list .item-r {}

.sq-list .userbox {
    padding: 20px 0;
}

.sq-list .hdpic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.sq-list .name {
    font-size: 20px;
    color: #333;
    margin-top: 15px;
    text-align: center;
}

.sq-list .tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
}

.sq-list .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 5px;
}

.sq-list .desc {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.sq-list .desc p {
    margin-bottom: 10px;
    text-indent: 2em;
}

.sq-list .imgs {
    padding: 0 20px;
}

.sq-list .imgs img {
    margin-right: 10px;
    margin-top: 10px;
    width: 280px;
}

.sq-list .bot {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.sq-list .bot .span {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.sq-list .bot .span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 18px;
    height: 18px;
}

.sq-list .bot .date::before {
    background: url(../images/sq_05.png) no-repeat center;
    background-size: contain;
}

.sq-list .bot .thumb {
    cursor: pointer;
}

.sq-list .bot .thumb::before {
    background: url(../images/kt_26.png) no-repeat center;
    background-size: contain;
}

.sq-list .bot .thumb.checked::before {
    background: url(../images/kt_26-1.png) no-repeat center;
    background-size: contain;
}

.sq-list .bot .msg::before {
    background: url(../images/sq_07.png) no-repeat center;
    background-size: contain;
}

.sq-list .apply-list {}

.sq-list .apply-list .row {
    padding: 15px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.sq-list .apply-list .touxiang {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.sq-list .apply-list .info {}

.sq-list .apply-list .smname {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.sq-list .apply-list .smtxt {
    font-size: 12px;
    color: #333333;
}

.sq-list .apply-list .bot {
    border: none;
}

.sq-list .sm-apply {
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 15px;
    display: none;
}

.sq-list .sm-apply .ipt-txt {
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
}

.sq-list .sm-apply .submit {
    width: 55px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background: #04a1fb;
    border: none;
    cursor: pointer;
}

.sq-list .sm-apply .submit:hover {
    background: #ff8d40;
}


.sq-list .input-box {
    padding: 20px;
    background: #fff;
    margin-top: 15px;
}

.sq-list .input-box .con {
    resize: none;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    font-size: 18px;
    color: #333;
}

.sq-list .input-box .di {
    margin-top: 10px;
}

.sq-list .input-box .submit {
    font-size: 14px;
    width: 70px;
    line-height: 30px;
    height: 30px;
    border-radius: 4px;
    background: #04a1fb;
    border: none;
    cursor: pointer;
    color: #fff;
}

.sq-list .input-box .submit:hover {
    background: #ff8d40;
}

.sq-list .input-box .sel {
    font-size: 18px;
    color: #999999;
    margin-right: 20px;
}

.sq-list .input-box .sel input {
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/per_09.png) no-repeat center;
    background-size: contain;
    margin-right: 8px;
}

.sq-list .input-box .sel input:checked {
    background-image: url(../images/per_09-1.png)
}

.sq-list .input-box .tb {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

/* 互助社区列表 */
.sq-bar .search {
    width: 200px;
    height: 30px;
    padding: 1px;
    background: #04a1fb;
    border-radius: 15px;
    overflow: hidden;
}

.sq-bar .search .ipt-txt {
    font-size: 14px;
    color: #fff;
    background: transparent;
    background: url(../images/sq_12.png) no-repeat 10px center;
    background-size: 16px;
    padding-left: 34px;
}

.sq-bar .search .submit {
    width: 46px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #04a1fb;
    text-align: center;
    border: none;
    background: #fff;
    cursor: pointer;
    border-radius: 13px;
}

.sq-bar .search .ipt-txt::-webkit-input-placeholder {
    color: #fff;
}

.sq-bar .search .ipt-txt::-moz-placeholder {
    color: #fff;
}

.sq-bar .search .ipt-txt:-moz-placeholder {
    color: #fff;
}

.sq-bar .search .ipt-txt:-ms-input-placeholder {
    color: #fff;
}

.sq-lb {}

.sq-lb .item {
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.sq-lb .icon {
    width: 56px;
    height: 56px;
    margin-right: 20px;
    border-radius: 16px;
}

.sq-lb .info {
    flex: 1;
}

.sq-lb .tt {
    position: relative;
}

.sq-lb .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: block;
    max-width: 650px;
    line-height: 30px;
}

.sq-lb .user {
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 0;
    top: -10px;
}

.sq-lb .hdpic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.sq-lb .txt {
    font-size: 14px;
    color: #999999;
    margin-top: 3px;
}

.sq-lb .bot {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.sq-lb .bot .span {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.sq-lb .bot .span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 18px;
    height: 18px;
}

.sq-lb .bot .date::before {
    background: url(../images/sq_05.png) no-repeat center;
    background-size: contain;
}

.sq-lb .bot .msg::before {
    background: url(../images/sq_07.png) no-repeat center;
    background-size: contain;
}

.sq-lb .up {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
    width: 38px;
    line-height: 20px;
    height: 20px;
    background: #ff323c;
    border-radius: 6px 0 6px 0;
    text-align: center;
    display: block;
}

.sq-lb .item:hover .title {
    color: #04a1fb;
}

/* 登录 */
.login-main {
    background: url(../images/sq_14.jpg) no-repeat center;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.login-main .div {
    width: 100%;
    height: 100%;
}

.login-main .lbox {}

.login-main .rbox {
    width: 440px;
}

.login-main .title {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 4px;
}

.login-main .smtit {
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
}

.login-form {
    background: #fff;
    padding: 40px 30px;
}

.login-form .tit {
    font-size: 26px;
    color: #3c3c3c;
    text-align: center;
    margin-bottom: 20px;
}

.login-form .row {
    margin-bottom: 15px;
}

.login-form .ipt {
    width: 100%;
    border-radius: 6px;
    background: #f8f8f8;
}

.login-form .ipt.err {
    border: groove 2px red;
}

.login-form .ipt-txt {
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    font-size: 15px;
    color: #333;
}

.login-form .ipt-img {
    width: 245px;
}

.login-form .imgcode {
    width: 104px;
    height: 46px;
    border: 1px solid #efefef;
    border-radius: 6px;
    cursor: pointer;
}

.login-form .sm {
    text-align: right;
}

.login-form .forget {
    font-size: 15px;
    color: #0d70f3;
}

.login-form .forget:hover {
    text-decoration: underline;
}

.login-form .submit {
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 46px;
    height: 46px;
    border: none;
    cursor: pointer;
    width: 100%;
    background: #0d70f3;
    margin-top: 10px;
}

.login-form .submitdis {
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 46px;
    height: 46px;
    border: none;
    cursor: pointer;
    width: 100%;
    background: #b1afaf;
    margin-top: 10px;
}

.login-form .submit:hover {
    opacity: .9;
}

.login-form .bot {
    margin-top: 20px;
}

.login-form .reg {
    font-size: 15px;
    color: #0d70f3;
}

.login-form .reg:hover {
    text-decoration: underline;
}

.login-form .sel {
    font-size: 15px;
    color: #666;
}

.login-form .sel input {
    width: 17px;
    height: 17px;
    margin-right: 6px;
    margin-top: 1px;
}

.list-cz {
    text-align: right;
    position: relative;
    margin-top: 10px;
}

.list-cz .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 26px;
}

.list-cz .thumb {
    background-image: url(../images/kt_26.png);
}

.list-cz .star {
    background-image: url(../images/kt_16.png);
}

.list-cz .share {
    background-image: url(../images/kt_17.png);
}

.list-cz .thumb.checked {
    background-image: url(../images/kt_26-1.png);
}

.list-cz .star.checked {
    background-image: url(../images/kt_16-1.png);
}

.list-cz .share.checked {
    background-image: url(../images/kt_17.png);
}