.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
body{
    position: relative;
}
.icon-recommendation_designer {
    color: #e5453d;
}
.banner,.swiper-container{
    height: 500px;
    min-width: 1180px;
}
.banner .nav{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    height: 70px;
}
.banner .nav a.icon-uimini{
    width: 60px;
    height: 70px;
    margin-right: 10px;
    font-size: 50px;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}
.banner .nav div.y{
    font-size: 0;
    display: flex;
    align-items: center;
}
.banner .nav div.y>a{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    min-width: 50px;
    text-align: center
}
.banner .nav div.y>a i{
    color: #FFFFFF;
    display: inline-block;
    margin-left: 5px;
}
.banner .nav div.y em{
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    transform: scale(0.7);
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}
.banner .nav div.y a.on{
    opacity: 1;
    border-bottom: 5px solid rgba(255,255,255,.5);
    box-sizing: border-box;
}
.banner .nav div.change{
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    line-height: 70px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.banner .nav div.upload{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin-left: 20px;
    padding: 20px 0;
    cursor: pointer;
}
.banner .nav div.upload .icon-upload{
    line-height: 30px;
    font-size: 25px;
    display: inline-block;
    width: 60px;
    color: #fff;
    text-align: center;
}
.banner .nav div.upload .uplist{
    z-index: 90;
    position: absolute;
    top: 70px;
    right: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    display: none;
}
.banner .nav div.upload:hover .uplist{
    display: block;
}
.banner .nav div.upload .uplist li a{
    display: block;
    width: 130px;
    height: 40px;
    font-size: 14px;
    color: #7a8e9d;
    line-height: 40px;
    background-color: #fff;
}
.banner .nav div.upload .uplist li a i {
    float: left;
    margin-left: 20px;
    margin-right: 6px;
    font-size: 18px;
    color: #647587;
    line-height: 40px;
}
.banner .nav div.upload .uplist li a:hover,.banner .nav div.upload .uplist li a:hover i{
    color: #3d7eff;
}
.banner .nav div.po{
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
}
.banner .nav div.pos span{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    text-align: center;
    margin-left: 10px
}
.banner .nav div.pos span.on{
    opacity: 1;
}
.banner .nav div.pos span i{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: white;
    font-size: 14px;
}
.banner .nav div.pos .more{
    position: absolute;
    top: 70px;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    left: -10px;
    display: none;
}
.banner .nav div.pos .more li a{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #909399;
    text-indent: 25px;
}
.banner .nav div.pos .more li a.on{
    color: #3d7eff;
    background-color: rgba(61,126,255,.1);
    border-bottom: none;
}
.banner .nav div.pos .more li a:not(.on):hover{
    background-color: rgba(191,196,205,.1);
    color: #303133;
}
.banner .nav div.pos .more li a i{
    display: inline-block;
    margin-left: 5px;
    text-indent: 0;
}
.banner .nav div.pos:hover .more{
    display: block;
}
.banner .nav .up{
    position: absolute;
    right: 0;
    top: 460px;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 16px;
}
.banner .nav .up img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 3px;
}
.banner .nav .up i {
    color: white;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.banner .nav .up input{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 24px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    font-size: 0;
    left: 50%;
    margin-left: -12px;
}
.banner .nav .up .toast {
    background-color: white;
    border-radius: 10px;
    font-size: 14px;
    color: #cdd0d8;
    display: none;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    bottom: -48px;
    width: 165px;
    line-height: 1.5;
    z-index: 50;
}
.banner .nav .up:hover .toast{
    display: block;
}
.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.swiper-slide img{
    display: block;
    max-height: 500px;
    width: auto;
    height: auto;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    opacity: 1;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: #ffffff;
    cursor: default;
}
/* 创作中心(含即刻导航) */
.main_nav,.special_title{
    padding-top: 50px;
    padding-bottom: 15px;
    border-bottom: 3px solid #303133;
}
.main_nav .title,.info_area h3,.special_title h3{
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #303133;
}
.main_nav .title span,.info_area h3 span,.special_title h3 span{
    font-size: 16px;
    color: #BFC4CD;
}
.main_nav div.y{
    font-size: 0;
    text-align: right;
}
.main_nav div.y a{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #303133;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    line-height: 27px;
}
.main_nav div.y a.on{
    font-family: PingFangSC-Semibold;
    color: #3D7EFF;
}
.screen{
    padding-top: 20px;
    padding-bottom: 35px;
}
.screen div.y{
    width: 120px;
    text-align: center;
    border: 1px solid rgba(191,196,205,.2);
    box-sizing: border-box;
    color: #BFC4CD;
    border-radius: 6px;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
    font-family: PingFangSC-Regular;
}
.screen div.z{
    font-size: 0;
}
.screen div.z a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(191,196,205,.1);
    border-radius: 40px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BFC4CD;
    letter-spacing: 0;
    margin-right: 20px;
}
.screen div.z a:hover{
    color: #3d7eff;
    border-color: #3d7eff;
}
.screen a.y {
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: #e4e8ed;
    color: #909399;
    padding: 0 20px;
    border-radius: 40px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BFC4CD;
    margin-left: 20px;
}
.screen a.y i {
    background-color: transparent;
    color: #909399;
    margin-right: 3px;
}
.screen div.createFile{
    line-height: 40px;
}
.screen div.y span{
    display: inline-block;
    line-height: 40px;
}
.screen div.y i{
    color: #bfc4cd;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.screen div.y:hover{
    border: 1px solid rgba(191,196,205,.7);
    color: #606266;
}
.screen div.y:hover i{
    color: #606266;
}
.screen ul{
    width: 120px;
    border-radius: 6px;
    position: absolute;
    left: -1px;
    top: -1px;
    box-shadow: 0 0 50px 0 rgba(48,49,51,0.10);
    background-color: white;
    overflow: hidden;
    height: auto;
    z-index: 15;
    display: none;
}
.screen div.y:hover ul{
    display: block;
}
.screen li,.screen div.y:hover li{
    width: 120px;
    line-height: 40px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BFC4CD;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
}
.screen div.y li:hover,.screen div.y li.on{
    background-color: rgba(61,126,255,.1);
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #3D7EFF;
}
/* 作者信息 */
.info_area h3{
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #303133;
    margin-bottom: 50px;
}
.info_area .card_left{
    width: 280px;
}
.info_area .card_left .author_head{
    margin-right: 15px;
}
.info_area .card_left .author_head img{
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}
.info_area .card_left .author_name{
    text-align: left;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #303133;
    line-height: 28px;
}
.info_area .card_left .author_name span{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
}
.info_area .card_left .author_name a{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 28px;
    margin-left: -5px;
}
.info_area .card_left .author_name i{
    font-size: 20px;
}
.info_area .person_intro {
    font-size: 14px;
    color: #BFC4CD;
    text-align: left;
    line-height: 20px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: PingFangSC-Regular;
    width: 185px;
}
.info_area .horner,.info_area .person_fans,.info_area .edit,.info_area .other_edit{
    font-size: 0;
    text-align: center;
}
.info_area .horner{
    text-align: left;
}
.info_area .horner li {
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.info_area .horner li:first-of-type{
    margin-left: 0;
}
.info_area .horner li img{
    width: auto;
    height: 30px;
    border-radius: 30px;
}
.info_area .horner li svg{
    width: 30px;
    height: 30px;
}
.info_area .person_fans {
    height: 60px;
    margin: 42px auto 40px;
}
.info_area .person_fans a{
    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #909399;
    text-align: center;
    width: 92px;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}
.info_area .person_fans a span{
    font-family: DINAlternate-Bold;
    font-size: 24px;
    color: #303133;
    text-align: center;
    display: inline-block;
}
.info_area .person_fans a:first-of-type span{
    color: #3D7EFF;
}
.info_area .person_fans em {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 30px;
    background: #EDEFF2;
}
.info_area .edit a,.info_area .other_edit a {
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #BFC4CD;
    box-sizing: border-box;
    color: #BFC4CD;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
}
.info_area .edit a:last-of-type,.info_area .other_edit a:last-of-type {
    border: 1px solid #3D7EFF;
    background-color: #3D7EFF;
    margin-left: 20px;
    color: white;
}
.info_area .other_edit a.mutualfollow {
    background-color: #5DCA70;
    color: #ffffff;
    border-color: #5DCA70;
}
.info_area h4{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #303133;
}
.info_area .myself_card{
    width: 730px;
    margin-bottom: 35px;
}
.info_area .myself_card li{
    width: 240px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #909399;
}
.info_area .myself_card li a{
    color: #909399;
}
.info_area .myself_card li:nth-of-type(2),.info_area .myself_card li:nth-of-type(5){
    margin-left: 5px;
    margin-right: 5px;
}
.info_area .myself_card li i{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
.info_area .join_team{
    width: 64px;
    margin-right: 105px;
}
.info_area .join_team a{
    display: block;
    width: 55px;
    height: 42px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}
.info_area .join_team a img{
    display: block;
    width: 55px;
    height: 42px;
    border-radius: 20px;
}
.info_area .recent_look li{
    width: 50px;
    height: 90px;
    text-align: center;
    margin-right: 40px;
}
.info_area .recent_look li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin-bottom: 6px;
}
.info_area .recent_look .name,.info_area .recent_look .time {
    width: 100%;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #303133;
}
.info_area .recent_look .time {
    color: #BFC4CD;
}
.info_area div.cl h4{
    margin-bottom: 13px;
}
/* 留言区域 */
.leave_msg {
    margin-top: 30px;
}
.leave_msg textarea{
    border: none;
    background-color: white;
    border-radius: 10px;
    outline: none;
    padding: 20px 20px 0 20px;
    box-sizing:border-box;
    line-height: 20px;
    font-size: 14px;
    color: #303133;
    width: 100%;
}
.leave_msg.focus textarea{
    padding-bottom: 20px;
    height: 120px;
}
.leave_msg .area-submit{
    width: 100%;
}
.leave_msg .area-submit-sum{
    position: absolute;
    color: #BFC4CD;
    font-size: 14px;
    right: 10px;
    top: -50px;
}
.leave_msg .button_wrap{
    height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.leave_msg .button_wrap .submit-button{
    width: 100px;
    height: 40px;
    background-color: #3D7EFF;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: white;
}
.comment_list li {
    padding: 25px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.com_head,.com_head img{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.conmment-info {
    margin-left: 10px;
    width: 80%;
}
.conmment-info a {
    display: inline-block;
    font-size: 16px;
    color: #303133;
    font-weight: 500;
}
.conmment-info .time {
    color: #bfc4cd;
    display: inline-block;
    margin-left: 5px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
}
.conmment-info p.detail {
    margin-top: 2px;
    font-family: PingFangSC-Light;
    font-size: 14px;
    color: #606266;
}
.comment_list .myreplay,.comment_list .replaydel{
    font-size: 14px;
    color: #3D7EFF;
    margin-right: 10px;
    margin-top: 2px;
    display: none;
}
.comment_list li:hover{
    background-color: #F5F7FA;
}
.comment_list li:hover .myreplay,.comment_list li:hover .replaydel{
    display: block;
}
.min_page {
    margin-top: 20px;
    display: block;
    width: fit-content;
    height: auto;
    margin-left: auto;
    margin-right: 0;
}
.min_page li {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
}

.min_page li a {
    cursor: pointer;
    font-family: Helvetica;
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    background-color: transparent;
}
.min_page li a.on,.min_page li a:hover{
    color: #3d7eff;
    background-color: transparent;
}
/* 创作作品 */
.work_list .new_shadow,.jk_lists .new_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    border-radius: 5px;
    background-color: rgba(245, 247, 250, .8);
}
.work_list .new_shadow i,.jk_lists .new_shadow i {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    font-size: 130px;
    text-align: center;
    line-height: 210px;
    color: #d7e1f0;
}
.jk_lists li.file-jk .new_shadow i {
    line-height: 520px;
}
.work_list li{
    width: 340px;
    height: 340px;
    margin-right: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 50px;
}
.work_list li .drop_shadow{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #3d7eff;
    z-index: 15;
    border-radius: 5px;
    background-color: #F5F7FA;
    display: none;
}
.work_list li.none_ani{
    transition: none;
}
.work_list li.rough .work_bt .title{
    margin-top: 15px;
    margin-bottom: 10px;
} 
.work_list .work_bt p.tag {
    width: 40px;
    height: 19px;
    border: 1px solid #3D7EFF;
    font-size: 12px;
    color: #3D7EFF;
    text-align: center;
    line-height: 19px;
    border-radius: 12px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.work_list li:nth-of-type(4n){
        margin-right: 80px;
    }
.work_list li:nth-of-type(3n){
    margin-right: 0;
}
.work_list .cover,.work_list .cover img{
    width: 340px;
    height: 255px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.work_list .work_bt .title .icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.work_list .work_bt .title {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    margin-top: 25px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.work_list .work_bt .title span{
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 310px;
}
.work_list .work_bt .number {
    font-size: 0;
}
.work_list .work_bt .number span {
    font-size: 14px;
    color: #BFC4CD;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.work_list .work_bt .number span.tag{
    width: 60px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #3d7eff;
    color: #3d7eff;
    border-radius: 25px;
}
.work_list .work_bt .number i {
    margin-right: 4px;
}
.work_list .new_operate,.work_lists .new_operate {
    width: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    display: none;
}
.work_list .new_operate a,.work_lists .new_operate a{
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px!important;
    font-size: 20px;
    color: #3d7eff;
}
.work_list .new_operate a:last-of-type,.work_lists .new_operate a:last-of-type{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.work_list .new_operate a:first-of-type,.work_lists .new_operate a:first-of-type{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.work_list .new_operate .slide_operate,.work_lists .new_operate .slide_operate{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}
.work_list .new_operate a i,.work_lists .new_operate a i{
    font-size: 20px;
    color: #3d7eff;
}
.work_list li:hover .new_operate,.work_list .new_operate:hover .slide_operate,.work_lists li:hover .new_operate,.work_lists .new_operate:hover .slide_operate{
    display: block;
}
.work_list .new_operate a:hover,.work_lists .new_operate a:hover{
    background-color: #EBF2FF;
}
.icon-biantui{
    color: #f18c14;
}
.icon-putui{
    color: #f3bf21;
}
.icon-shoutui{
    color: #e74c3c;
}
.work_list li:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.work_list li:hover .cover{
    box-shadow: 0 16px 30px rgba(191,196,205,.35);
}
.no-works {
    background: url(../img/empty.png) center no-repeat;
    background-size: auto 161px;
    height: 161px;
    width: 100%;
    display: block;
    padding: 50px 0;
}
.more_12,.more_score {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(61,126,255,.1);
    border-radius: 20px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #3D7EFF;
    text-align: center;
    margin: 40px auto;
    cursor: pointer;
    margin-left: 50%;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}
/* 删除弹窗 */
.del-fixed{
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.del-fixed .c-content{
    width: 100%;
    height: 100%;
    -webkit-display:flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.del-fixed .del-con{
    width: 460px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
}
.c-content .pd p.cl i, .c-content .out_tip p.cl i, .c-content .in_tip p.cl i, .c-content .del-con p.cl i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.del-fixed .del_tip {
    padding: 0 40px 40px 40px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.del-fixed .del_tip .icon-wenhao {
    width: 40px;
    height: 40px;
    color: #ef3b40;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    margin-right: 10px;
}
.del-fixed .del_tip .tip {
    width: 310px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.del-fixed .del_tip .tip span:first-of-type{
    font-size: 16px;
    color: #303133;
}
.del-fixed .del_tip .tip span:last-of-type {
    color: #909399;
    font-size: 14px;
}
.del-fixed .del-con .cl1 {
    padding-left: 92px;
    box-sizing: border-box;
}
.del-fixed .del-con .cl1 div.z{
    text-align: left;
    margin-right: 50px;
}
.del-fixed .del-con .cl1 div.z p:first-of-type{
    font-size: 16px;
    color: #adb3b9;
}
.del-fixed .del-con .cl1 div.z p:nth-of-type(2){
    font-size: 22px;
    color: #ef3b40;
    font-weight: bold;
}
.del-fixed .del-con .cl1 div.z p:last-of-type{
    font-size: 16px;
    color: #34495e;
}
.del-fixed .del-con .btn-g{
    font-size: 0;
    text-align: right;
    padding: 10px 24px;
    box-sizing: border-box;
    border-top: 1px solid #f6f6f8;
    margin-top: 40px;
}
.del-fixed .del-con .btn-g a{
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    font-size: 12px;
    color: #909399;
    border-radius: 40px;
}
.del-fixed .del-con .btn-g a:last-of-type{
    color: white;
    background-color: #ff5542;
}
.del-fixed .del-con .btn-g a.sure:hover{
    background-color: #ebf2ff;
    color: #3d7eff;
}
.del-fixed .del-con .btn-g a.cancle:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
/* 个人中心数据展示 */
.data-center p.data_title {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #303133;
    letter-spacing: -0.25px;
    line-height: 1.5;
    padding-top: 50px;
}
.data-center .data_nav{
    margin-top: 18px;
}
.data-center .data_nav li {
    width: 280px;
    height: 110px;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-top: 29px;
    padding-left: 50px;
    box-sizing: border-box;
}
.data-center .data_nav li.on {
    background-color: white;
    border-color: #3d7eff;
}
.data-center .data_nav li.gray{
    cursor: auto
}
.data-center .data_nav li:not(.gray):hover{
    background-color: #e2eafa;
    border-color: #e2eafa;
}
.data-center .data_nav li:not(.gray):hover p.item,.data-center .data_nav li.on p.item{
    font-family: PingFangSC-Semibold;
    color: #303133;
}
.data-center .data_nav li:nth-of-type(5n){
    margin-right: 20px;
}
.data-center .data_nav li:nth-of-type(4n){
    margin-right: 0;
}
.data-center .data_nav li p.item {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #909399;
    letter-spacing: 0;
}
.tool_tip p{
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #303133;
    letter-spacing: 0;
}
.tool_tip span{
    font-family: PingFangSC-Regular;
    font-size:12px;
    color: #909399;
}
.tool_tip img{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: auto;
    margin-top: -2px;
    margin-right: 3px;
}
.data-center .data_nav li div.detail_item i {
    font-family: DINAlternate-Bold;
    font-size: 26px;
    color: #303133;
    letter-spacing: 0;
}
.data-center .data_nav li div.detail_item img {
    display: none;
    vertical-align: middle;
    width: 18px;
    height: 20px;
    margin-top: -12px;
    margin-left: 10px;
}
.data-center .data_nav li div.detail_item span {
    display: none;
    vertical-align: middle;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #303133;
    margin-top: -4px;
}
.data-center .data_nav li div.detail_item img.on, .data-center .data_nav li div.detail_item span.on {
    display: inline-block;
}
.data-center .time_nav {
    font-size: 0;
    height: 40px;
    border-radius: 10px;
    margin: 30px 0;
}
.data-center .time_nav a {
    display: inline-block;
    line-height: 40px;
    background-color: #eceff3;
    font-family: PingFangSC-Light;
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
}
.data-center .time_nav a:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.data-center .time_nav a:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.data-center .time_nav a.on,.data-center .time_nav a:hover {
    background-color: #3d7eff;
    color: white;
}
.time_nav p.y {
    display: none;
}
.time_nav p.y i {
    position: absolute;
    left: 0;
    height: 40px;
    line-height: 40px;
    color: #909399;
    font-size: 20px;
    display: inline-block;
}
#datepick {
    height: 40px;
    border: none;
    outline: none;
    padding-left: 30px;
    color: #909399;
    background-color: transparent;
    max-width: 188px;
}
.data-center .canvas_area {
    width: 100%;
    height: 200px;
}
/* 即刻页 */
.jk_lists li {
    width: 220px;
    height: 570px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.jk_lists li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.jk_lists li.file-jk:hover{
    box-shadow: 0 20px 80px rgba(48, 49, 51, 0.15);
}
.jk_lists li:nth-of-type(6n){
    margin-right: 20px;
}
.jk_lists li:nth-of-type(5n){
    margin-right: 0;
}
.jk_lists li a>img{
    width: 230px;
    height: 498px;
    display: block;
    border-radius: 12px;
}
.jk_lists li:hover a>img{
    box-shadow: 0 16px 30px rgba(191,196,205,.35);
}
.jk_lists li .info{
    margin-top: 15px;
}
.jk_lists li .author-info {
    height: 46px;
}
.jk_lists li:not(.d) .author-info p:first-of-type{
    color: #303133;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.jk_lists li:hover .author-info p:first-of-type{
    color: #3d7eff;
}
.jk_lists li .author-info span{
    margin-right: 10px;
    color: #BFC4CD;
    display: inline-block;
    vertical-align: middle;
}
.jk_lists li .author-info span.tag{
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    border: 1px solid #3d7eff;
    color: #3d7eff;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.jk_lists li .author-info span i{
    font-size: 18px;
    color: #BFC4CD;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.jk_lists li .author-info span em {
    font-size: 14px;
    color: #BFC4CD;
    display: inline-block;
    vertical-align: middle;
}
.jk_lists .operate {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    display: none;
}
.jk_lists li:hover .operate{
    display: block;
}
.jk_lists .operate i,.jk_lists .operate a{
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #3d7eff;
    display: block;
    background-color: #fff;
    cursor: pointer;
}
.jk_lists .operate i:hover,.jk_lists .operate a:hover{
    background-color: #EBF2FF;
}
.jk_lists .operate i:last-of-type,.jk_lists .operate a:last-of-type{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.jk_lists .operate i:first-of-type,.jk_lists .operate a:first-of-type{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.jk_lists .operate .slide_operate {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}
.jk_lists .operate:hover .slide_operate{
    display: block;
}
/* 赞过样式 */
.work_lists{
    margin-top: 35px;
}
.work_lists li {
    width: 340px;
    height: 355px;
    margin-right: 80px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: white;
    margin-bottom: 50px;
}
.work_lists li:nth-of-type(4n) {
    margin-right: 80px;
}
.work_lists li:nth-of-type(3n){
    margin-right: 0;
}
.work_lists .cover{
    width: 340px;
    height: 255px;
    display: block;
    overflow: hidden;
}
.work_lists .cover img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.work_lists li:hover .cover img{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.work_lists .work_bt {
    padding: 0 10px;
    box-sizing: border-box;
}
.work_lists .work_bt .title {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.work_lists .work_bt .title .icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.work_lists .work_bt .title span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 290px;
}
.work_lists .work_bt .tag {
    width: 40px;
    height: 19px;
    border: 1px solid #3D7EFF;
    font-size: 12px;
    color: #3D7EFF;
    text-align: center;
    line-height: 19px;
    border-radius: 12px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.work_lists .work_bt .t {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
}
.work_lists .work_bt .number {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}
.work_lists .work_bt .number span {
    font-size: 14px;
    color: #BFC4CD;
    display: inline-block;
    margin-right: 5px;
}
.work_lists .work_bt .number i {
    margin-right: 4px;
}
.work_lists .work_bt .number .down {
    color: #BFC4CD;
    background-color: #EDEFF2;
    padding: 1px 10px;
    border-radius: 20px;
    font-size: 12px;
    float: right;
}
.work_lists .work_bt .author {
    margin-top: 10px;
}
.work_lists .work_bt .head-img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.work_lists .work_bt .a-name {
    font-size: 12px;
    color: #303133;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.work_lists li.jk_li {
    width: 280px;
    height: 606px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}
.work_lists li.jk_li>img {
    width: 100%;
    height: 100%;
}
.work_lists li.jk_li .info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s ease-in-out,visibility .15s ease-in-out;
    transition: opacity .15s ease-in-out,visibility .15s ease-in-out;
}
.work_lists li.jk_li .sShade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.199) 3.5%,rgba(0,0,0,.195) 7%,rgba(0,0,0,.19) 10.35%,rgba(0,0,0,.182) 13.85%,rgba(0,0,0,.174) 17.35%,rgba(0,0,0,.165) 20.85%,rgba(0,0,0,.155) 24.35%,rgba(0,0,0,.145) 27.85%,rgba(0,0,0,.135) 31.35%,rgba(0,0,0,.126) 34.85%,rgba(0,0,0,.118) 38.35%,rgba(0,0,0,.11) 41.85%,rgba(0,0,0,.105) 45.35%,rgba(0,0,0,.1) 48.85%,rgba(0,0,0,.103) 52.35%,rgba(0,0,0,.112) 55.85%,rgba(0,0,0,.126) 59.35%,rgba(0,0,0,.144) 62.85%,rgba(0,0,0,.165) 66.35%,rgba(0,0,0,.188) 69.85%,rgba(0,0,0,.213) 73.35%,rgba(0,0,0,.237) 76.85%,rgba(0,0,0,.262) 80.35%,rgba(0,0,0,.285) 83.85%,rgba(0,0,0,.306) 87.35%,rgba(0,0,0,.324) 90.85%,rgba(0,0,0,.338) 94.35%,rgba(0,0,0,.347) 97.85%,rgba(0,0,0,.35));
}
.work_lists li.jk_li .link {
    display: block;
    width: 100%;
    height: 85%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.work_lists li.jk_li .author-info {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
}
.work_lists li.jk_li .author-info p {
    margin-top: 5px;
}
.work_lists li.jk_li .author-info p a {
    color: white;
    font-size: 12px;
}
.work_lists li.jk_li .author-info span {
    margin-right: 10px;
    color: #fff;
}
.work_lists li.jk_li .author-info span i {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.work_lists li.jk_li .author-info span em {
    font-size: 12px;
    color: #fff;
}
.work_lists li:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 20px 80px rgba(48, 49, 51, 0.15);
}
.work_lists li.jk_li:hover .info{
    opacity: 1;
    visibility: visible;
}
.work_lists li.jk_li:nth-of-type(5n){
    margin-right: 20px;
} 
.work_lists li.jk_li:nth-of-type(4n){
    margin-right: 0;
}
/* 颜值列表 */
.score_lists li {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #303133;
    letter-spacing: 0;
}
.score_lists li p.z{
    width: 60%;
    line-height: 1.5;
}
.score_lists li p.y {
    font-size: 0;
    line-height: 1.5;
}
.score_lists li p.y span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.score_lists li p.y em {
    color: #3d7eff;
    display: inline-block;
    margin: 0 5px;
}
.score_lists li p.y span:last-of-type {
    width: 140px;
    text-align: center;
    margin-left: 97px;
    color: #BFC4CD;
    font-weight: normal;
}
/* 粉丝页 */
.atten_fav>li{
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEFF2;
}
.atten_fav>li:last-of-type{
    border-bottom: none
}
.atten_fav>li .head_t{
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 8px;
}
.atten_fav>li .head_t{
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 8px;
}
.atten_fav>li .team_head{
    width: 67px;
    height: 50px;
    border-radius: 50px;
    margin-right: 8px;
    margin-top: 6px;
}
.atten_fav>li .team_head img{
    width: 67px;
    height: 50px;
    border-radius: 50px;
}
.atten_fav>li .head img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.atten_fav>li .head{
    margin-right: 7px;
}
.atten_fav>li .head img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.atten_fav>li div.z div.z{
    padding-top: 7px;
}
.atten_fav>li .name{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #303133;
    width: 184px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.atten_fav>li .intro{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BFC4CD;
    width: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.atten_fav>li .l-num{
    width: 260px;
    text-align: center;
    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #909399;
    letter-spacing: 0;
    margin-top: 20px;
}
.atten_fav>li .l-num p:first-of-type{
    padding-right: 27px;
    padding-left: 18px;
}
.atten_fav>li .l-num p:nth-of-type(2){
    padding: 0 27px;
}
.atten_fav>li .l-num p:last-of-type{
    padding-left: 27px;
}
.atten_fav>li .l-num em{
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #EDEFF2;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 18px;
}
.atten_fav>li .l-num span{
    font-family: DINAlternate-Bold;
    font-size: 24px;
    color: #303133;
    letter-spacing: 0;
    text-align: center;
}
.atten_fav>li ul.y li{
    margin-left: 20px;
    height: 192px;
}
.atten_fav>li ul.y li:nth-of-type(3){
    display: none;
}
.atten_fav>li ul.y li img{
    width: 255px;
    height: auto;
    border-radius:10px;
}
.icon-add-round {
    color: #3D7EFF;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 3px;
    cursor: pointer;
}
.icon-ok {
    color: #5DCA70;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 3px;
    cursor: pointer;
}
.icon-relating-round {
    color: #FFCB21;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 3px;
    cursor: pointer;
}
/* 收藏夹单做 */
.work_list li.file,.work_lists li.file{
    width: 280px;
    height: 280px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../img/li_bg.png) no-repeat center;
    margin-bottom: 20px;
    background-size: 280px auto;
}
.work_list li.file:nth-of-type(5n),.work_lists li.file:nth-of-type(5n),.work_lists li.file:nth-of-type(3n){
    margin-right: 20px;
}
.work_list li.file:nth-of-type(4n),.work_lists li.file:nth-of-type(4n){
    margin-right: 0;
}
.work_list li.file .new_shadow,.work_lists li.file .new_shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    border-radius: 10px;
    background-color: rgba(245, 247, 250, .8);
}
.work_list li.file .new_shadow i,.work_lists li.file .new_shadow i{
    width: 100%;
    text-align: center;
    line-height: 210px;
    font-size: 130px;
    color: #d7e1f0;
    display: block;
}
.work_list li.file .img-wrap,.work_lists li.file .img-wrap{
    width: 280px;
    height: 208px;
    position: relative;
    overflow: hidden;
}
.work_list li.file .bg-shadow,.work_lists li.file .bg-shadow{
    width: 280px;
    height: 208px;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.00) 17%, rgba(255,255,255,0.00) 36%, rgba(255,255,255,0.00) 56%, rgba(255,255,255,0.00) 73%, rgba(255,255,255,0.42) 87%, #FFFFFF 100%);
    position: absolute;
    z-index: 6;
    bottom: 0;
}
.work_list li.file .bt,.work_lists li.file .bt{
    height: 72px;
    line-height: 72px;
    padding-left: 15px;
}
.work_list li.file .file-one,.work_list li.file .file-ep,.work_lists li.file .file-one,.work_lists li.file .file-ep{
    width: 220px;
    height: 165px;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
}
.work_list li.file .file-ep,.work_lists li.file .file-ep{
    width: 280px;
    height: 210px;
}
.work_list li.file .ep3,.work_lists li.file .ep3{
    left:20px;
    top: 20px;
}
.work_list li.file .ep4,.work_lists li.file .ep4{
    left:40px;
    top: 40px;
}
.work_list li.file .ep5,.work_lists li.file .ep5{
    left:20px;
    top: 60px;
}
.work_list li.file .ep6,.work_lists li.file .ep6{
    left:40px;
    top: 80px;
}
.work_list li.file .bt div.z,.work_lists li.file .bt div.z{
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #303133;
    letter-spacing: 0;
}
.work_list li.file .bt div.z p,.work_lists li.file .bt div.z p{
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.work_list li.file .bt div.z div,.work_lists li.file .bt div.z div{
    height: 20px;
    line-height: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BFC4CD;
    letter-spacing: 0;
}
.work_list li.file .bt div.z i,.work_lists li.file .bt div.z i{
    font-size: 14px;
    color: #BFC4CD;
    margin-right: 2px;
}
.work_list li.file .bt div.z span,.work_lists li.file .bt div.z span{
    display: inline-block;
    margin-right: 8px;
}
.work_list li.file .bt p.y,.work_lists li.file .bt p.y{
    height: 52px;
    margin-top: 20px;
    line-height: 60px;
    width: 72px;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    text-indent: 9px;
}
.work_list li.file:hover .bt p.y,.work_lists li.file:hover .bt p.y{
    background: url(../img/wan.png) no-repeat right bottom;
    background-size: auto 52px;
}
.work_list li.file .bt p.y span,.work_lists li.file .bt p.y span{  
    color: #3D7EFF;
    font-size: 14px;
}
.work_list li.file .bt div.z p i,.work_lists li.file .bt div.z p i {
    color: #3d7eff;
    margin-right: 3px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.work_list li.file:hover,.work_lists li.file:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 20px 80px rgba(48, 49, 51, 0.15);
}
/* 收藏夹弹窗 */
.collect-fixed,.del-fixed,.cancle-fixed,.file-out,.file-in,.edt-fixed,.theme-fixed{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.collect-fixed .c-content,.del-fixed .c-content,.cancle-fixed .c-content,.file-out .c-content,.file-in .c-content,.edt-fixed .c-content,.theme-fixed .c-content{
    width: 100%;
    height: 100%;
    -webkit-display:flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collect-fixed .c-content .pop-con,.edt-fixed .c-content .pop-con{
    width: 580px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
}
.collect-fixed .c-content .pop-con p.cl,.edt-fixed .c-content .pop-con p.cl{
    height: 60px;
    line-height: 60px;
    background-color: #3d73ff;
}
.collect-fixed .c-content .pop-con p.cl.on,.edt-fixed .c-content .pop-con p.cl.on{
    background-color: #9148FF;
}
.c-content .pop-con p.cl span{
    line-height: 60px;
    height: 60px;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 20px;
    box-sizing: border-box;
}
.c-content .pop-con p.cl span .icon-left{
    color: white;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.c-content .pop-con p.cl span .icon-right{
    color: white;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.c-content .pd p.cl i,.c-content .out_tip p.cl i,.c-content .in_tip p.cl i,.c-content .del-con p.cl i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.c-content .pop-con .tit{
    margin-left: 40px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #303133;
    letter-spacing: 0;
    margin-top: 24px;
}
.c-content .pop-con .tit2{
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #303133;
    letter-spacing: 0;
}
.c-content .pop-con .tit3{
    margin-top: 24px;
}
.c-content .pop-con .tit2 span{
    width: 50px;
    color: #ff5542;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
.c-content .pop-con .tit4{
    margin-top: 24px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FF5542;
    letter-spacing: 0;
    text-align: center;
    background: url(../img/line44.png) no-repeat center;
}
.c-content .pop-con .tit2 i{
    color: #ff5542;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    text-align: center;
    border-radius: 26px;
    font-size: 26px;
    margin-top: -3px;
    margin-right: 5px;
}
.c-content .pop-con div.pos{
    width: 534px;
    height: 50px;
    margin: 20px auto 0;
}
.c-content .pop-con div.pos input{
    width: 534px;
    height: 50px;
    background-color: #eff2f5;
    padding: 15px 50px 15px 17px;
    box-sizing: border-box;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    border-radius: 5px;
    border: none;
    outline: none;
}
.c-content .pop-con div.pos span{
    position: absolute;
    right: 15px;
    top: 14px;
    font-family: MyriadPro-Bold;
    font-size: 16px;
    color: #909399;
    letter-spacing: 0;
}
.c-content .pop-con div.pos2{
    position: relative;
    width: 534px;
    min-height: 50px;
    margin: 10px auto 0; 
}
.c-content .pop-con div.pos2 textarea{
    width: 534px;
    height: 50px;
    line-height: 18px;
    background-color: transparent;
    padding: 15px 17px 15px 17px;
    box-sizing: border-box;
    display: block;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    border-radius: 5px;
    border: none;
    outline: none;
    border: 1px solid #e4e9ea;
}
.c-content .pop-con div.pos2 textarea:focus,.c-content .pop-con div.pos2 textarea.on{
    border-color: #eff2f5;
    background-color: #eff2f5;
    padding-bottom: 30px;
}
.c-content .pop-con div.pos2 span{
    position: absolute;
    right: 15px;
    bottom: 11px;
    font-family: MyriadPro-Bold;
    font-size: 16px;
    color: #909399;
    letter-spacing: 0;
}
.c-content .pop-con .btn-g{
    font-size: 0;
    text-align: right;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #f6f6f8;
}
.c-content .pop-con .btn-g p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #303133;
    margin-left: 23px;
    line-height: 40px;
}
.c-content .pop-con .btn-g a{
    display: inline-block;
    width: 100px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #909399;
}
.collect-fixed .c-content .pop-con .btn-g a.sure,.edt-fixed .c-content .pop-con .btn-g a.sure{
    background-color: #3D7EFF;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
}
.c-content .pd p.cl i:hover,.c-content .out_tip p.cl i:hover,.c-content .del-con p.cl i:hover,.c-content .in_tip p.cl i:hover,.c-content .pop-con .btn-g a:not(.sure):hover,.c-content .pop-con .btn-g a:not(.sure_topic):hover{
    color: #3d7eff;
    background-color: #EBF2FF;
}
.collect-fixed .c-content .pop-con .btn-g a:last-of-type:hover,.edt-fixed .c-content .pop-con .btn-g a:last-of-type:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.collect-fixed .c-content .pop-con .btn-g a.sure_topic,.collect-fixed .c-content .pop-con .btn-g a.sure_topic:hover,.c-content .pop-con .btn-g a.sure_topic,.c-content .pop-con .btn-g a.sure_topic:hover{
    background-color: #9148FF;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
}
.cancle-fixed .pd,.file-out .out_tip,.file-in .in_tip,.del-fixed .del-con,.theme-fixed .pd{
    width: 460px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
}
.cancle-fixed .cle_mark,.file-out .file_tip,.file-in .file_tip,.del-fixed .del_tip,.theme-fixed .cle_mark{
    padding: 0 40px 40px 40px;
    border-bottom: 1px solid #f6f6f8;
    width: 100%;
    box-sizing: border-box;
}
.del-fixed .del_tip{
    padding-bottom: 20px;
    border-bottom: none;
}
.cancle-fixed .cle_mark .icon-wenhao,.file-out .file_tip .icon-wenhao,.file-in .file_tip .icon-wenhao,.del-fixed .del_tip .icon-wenhao,.theme-fixed .cle_mark .icon-wenhao{
    width: 40px;
    height: 40px;
    color: #ef3b40;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    margin-right: 10px;
}
.file-in .file_tip .icon-wenhao,.file-out .file_tip .icon-wenhao{
    color: #3d7eff;
}
.cancle-fixed .cle_mark .tip,.file-out .file_tip .tip,.file-in .file_tip .tip,.del-fixed .del_tip .tip,.theme-fixed .cle_mark .tip{
    width: 310px;
    min-height: 40px;
    display: flex;
    align-items: center;  
}
.cancle-fixed .cle_mark .tip span,.del-fixed .del_tip .tip span,.file-out .file_tip .tip span:first-of-type,.del-fixed .del_tip .tip span:first-of-type,.file-in .file_tip .tip,.theme-fixed .cle_mark .tip span{
    font-size: 16px;
    color: #303133;
}
.file-out .file_tip .tip span:last-of-type,.del-fixed .del_tip .tip span:last-of-type{
    color: #909399;
    font-size: 14px;
}
.theme-fixed .cle_mark .tip span{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #303133;
    letter-spacing: 0;
    line-height: 23px;
}
.c-content .pd p.cl span{
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #303133;
    letter-spacing: 0;
    line-height: 50px;
    display: none;
    text-indent: 40px;
}
.del-fixed .del-con .cl1{
    padding-left: 92px;
    box-sizing: border-box;
}
.del-fixed .del-con .cl1 div.z{
    text-align: left;
    margin-right: 50px;
}
.del-fixed .del-con .cl1 div.z p:first-of-type{
    font-size: 16px;
    color: #adb3b9;
}
.del-fixed .del-con .cl1 div.z p:nth-of-type(2){
    font-size: 22px;
    color: #ef3b40;
    font-weight: bold;
}
.del-fixed .del-con .cl1 div.z p:last-of-type{
    font-size: 16px;
    color: #34495e;
}
.del-fixed .del-con .btn-g{
    font-size: 0;
    text-align: right;
    padding: 10px 24px;
    box-sizing: border-box;
    border-top: 1px solid #f6f6f8;
    margin-top: 40px;
}
.del-fixed .del-con .btn-g a{
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    font-size: 12px;
    color: #909399;
    border-radius: 40px;
}
.del-fixed .del-con .btn-g a:last-of-type{
    color: white;
    background-color: #ff5542;
}
.del-fixed .del-con .btn-g a.sure:hover{
    background-color: #ebf2ff;
    color: #3d7eff;
}
.del-fixed .del-con .btn-g a.cancle:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.cancle-fixed .ope,.theme-fixed .ope{
    padding: 10px 0;
    font-size: 0;
    text-align: right;
}
.cancle-fixed .ope a,.theme-fixed .ope a{
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 25px;
    color: #909399;
    font-size: 14px;
    border-radius: 40px;
}
.theme-fixed .ope a.on{
    background-color: #5DCA70;
}
.cancle-fixed .ope a:last-of-type,.theme-fixed .ope a:last-of-type{
    background-color: #ef3b40;
    color: white;
}
.cancle-fixed .ope a.cancle:hover,.theme-fixed .ope a.cancle:hover{
    color: #3d7eff;
    background-color: #ebf2ff;
}
.cancle-fixed .ope a.sure:hover,.theme-fixed .ope a.sure:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.file-out .files-list,.file-in .files-list{
    width: 100%;
    max-height: 300px;
    overflow: auto;
    border-top: 1px solid #eeeeee;
}
.file-out .files-list li,.file-in .files-list li{
    padding: 13px 50px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    height: 60px;
    overflow: hidden;
}

.file-out .files-list li:last-of-type,.file-in .files-list li:last-of-type{
    border-bottom: none;
}
.file-out .files-list .togChoose,.file-in .files-list .togChoose{
    height: 34px;
    line-height: 34px;
}
.file-out .files-list .togChoose .cli-choose,.file-in .files-list .togChoose .cli-choose{
    width: 290px;
}
.file-out .files-list .togChoose .icon-check,.file-in .files-list .togChoose .icon-check{
    color: #e4e4e4;
    font-size: 18px;
    margin-top: 8px;
    margin-right: 7px;
    display: block;
}
.file-out .files-list .togChoose .cli-choose .icon-checked,.file-in .files-list .togChoose .cli-choose .icon-checked{
    color: #3d7eff;
    font-size: 18px;
    margin-top: 8px;
    margin-right: 7px;
    display: none;
}
.file-out .files-list .togChoose .cli-choose.on .icon-checked,.file-in .files-list .togChoose .cli-choose.on .icon-checked{
    display: block;
}
.file-out .files-list .togChoose .cli-choose.on .icon-check,.file-in .files-list .togChoose .cli-choose.on .icon-check{
    display: none;
}
.file-out .files-list .cli-choose p,.file-in .files-list .cli-choose p{
    width: 260px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3c3d3f;
    font-size: 14px;
}
.file-out .files-list .togChoose .edit,.file-in .files-list .togChoose .edit{
    display: none!important;
}
.file-out .files-list .togChoose .edit:hover,.file-in .files-list .togChoose .edit:hover{
    color: #3d7eff;
}
.file-out .files-list li:hover .edit,.file-in .files-list li:hover .edit{
    display: block!important;
}
.file-out .files-list .abs,.file-in .files-list .abs{
    position: absolute;
    left: 70px;
    top: 12px;
    z-index: 2;
    display: none;
    background-color: white;
    width: 345px;
}
.file-out .files-list li:hover,.file-in .files-list li:hover,.file-out .files-list li:hover .abs,.file-in .files-list li:hover .abs{
    background-color: #ebf2ff;
}
.file-out .files-list .abs input,.file-in .files-list .abs input{
    width: 258px;
    height: 32px;
    border: 1px solid #e7e5e5;
    border-radius: 5px;
    background-color: #ffffff;
    color: #262626;
    text-indent: 5px;
    line-height: 32px;
    font-size: 14px;
}
.file-out .files-list .abs i,.file-in .files-list .abs i{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #d5def0;
    color: #3d7eff;
    margin-left: 10px;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}
.file-out .files-list .abs i:hover,.file-in .files-list .abs i:hover{
    border-color: transparent;
    background-color: #c1d6ff;
}
.file-out .out_tip .ope,.file-in .in_tip .ope{
    padding: 10px 20px 10px 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 2; 
    border-top: 1px solid #eeeeee;
    overflow: hidden;
    background-color: white;
}
.file-out .out_tip .ope-l{
    margin-top: 0;
    border-top: none;
}
.file-out .out_tip .ope a.y,.file-in .in_tip .ope a.y{
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #909399;
    font-size: 14px;
    border-radius: 40px;
    margin-left: 10px;
}
.file-out .out_tip .ope a.sure,.file-in .in_tip .ope a.sure{
    background-color: #3d7eff;
    color: #ffffff;
}
.file-out .out_tip .ope a.sure:hover,.file-in .in_tip .ope a.sure:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.file-out .out_tip .ope a.cancle:hover,.file-in .in_tip .ope a.cancle:hover{
    color: #3d7eff;
    background-color: #ebf2ff;
}
.file-out .out_tip .ope a.z,.file-in .in_tip .ope a.z{
    line-height: 40px;
    color: #3c3d3f;
}
.file-out .out_tip .ope-l a.z{
    cursor: default;
}
.file-out .out_tip .ope a.z span,.file-in .in_tip .ope a.z span{
    color: #3D7EFF;
    cursor: pointer;
}
.file-out .out_tip .ope a.z span:hover,.file-in .in_tip .ope a.z span:hover{
    border-bottom: 1px solid #3d7eff;
}
.file-out .out_tip .ope a.z i,.file-in .in_tip .ope a.z i{
    display: inline-block;
    vertical-align: middle;
    color: #3d7eff;
    margin-right: 5px;
    font-size: 20px;
    margin-left: 0;
    margin-top: 1px;
}
.no_mp{
    margin-top: 0;
}
/* 即刻文件夹样式 */
.work_lists li.file-jk,.jk_lists li.file-jk{
    width: 280px;
    height: 626px;
    background: url(../img/jk_bg.png) no-repeat center;
    background-size: 280px auto;
    transition: all 0.3s;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 20px;
}
.work_lists li.file-jk .img-wrap,.jk_lists li.file-jk .img-wrap{
    width: 280px;
    height: 554px;
    position: relative;
    overflow: hidden;
}
.work_lists li.file-jk .bg-shadow,.jk_lists li.file-jk .bg-shadow{
    width: 280px;
    height: 525px;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.00) 17%, rgba(255,255,255,0.00) 36%, rgba(255,255,255,0.00) 56%, rgba(255,255,255,0.00) 73%, rgba(255,255,255,0.42) 87%, #FFFFFF 100%);
    position: absolute;
    z-index: 6;
    bottom: 0;
}
.work_lists li.file-jk .file-one,.jk_lists li.file-jk .file-one{
    width: 220px;
    height: auto;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
}
.work_lists li.file-jk .ep3,.jk_lists li.file-jk .ep3{
    left:20px;
    top: 20px;
}
.work_lists li.file-jk .ep4,.jk_lists li.file-jk .ep4{
    left:40px;
    top: 40px;
}
.work_lists li.file-jk .ep5,.jk_lists li.file-jk .ep5{
    left:20px;
    top: 60px;
}
.work_lists li.file-jk .ep6,.jk_lists li.file-jk .ep6{
    left:40px;
    top: 80px;
}
.work_lists li.file-jk .bt,.jk_lists li.file-jk .bt{
    height: 72px;
    padding-left: 15px;
    box-sizing: border-box;
}
.work_lists li.file-jk .bt div.z,.jk_lists li.file-jk .bt div.z{
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #303133;
    letter-spacing: 0;
}
.work_lists li.file-jk .bt div.z p,.jk_lists li.file-jk .bt div.z p{
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
}

.work_lists li.file-jk .bt div.z div,.jk_lists li.file-jk .bt div.z div{
    height: 20px;
    line-height: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BFC4CD;
    letter-spacing: 0;
}
.work_lists li.file-jk .bt div.z i,.jk_lists li.file-jk .bt div.z i{
    font-size: 14px;
    color: #BFC4CD;
    margin-right: 2px;
}
.work_lists li.file-jk .bt div.z p i,.jk_lists li.file-jk .bt div.z p i{
    color: #3d7eff;
    margin-right: 3px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.work_lists li.file-jk .bt div.z span,.jk_lists li.file-jk .bt div.z span{
    display: inline-block;
    margin-right: 8px;
}
.work_lists li.file-jk .bt p.y,.jk_lists li.file-jk .bt p.y{
    height: 52px;
    line-height: 62px;
    margin-top: 20px;
    width: 72px;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    text-indent: 9px;
}
.work_lists li.file-jk:hover .bt p.y,.jk_lists li.file-jk:hover .bt p.y{
    background: url(../img/wan.png) no-repeat right bottom;
    background-size: auto 52px;
}
.work_lists li.file-jk .bt p.y span,.jk_lists li.file-jk .bt p.y span{
    color: #3D7EFF;
    font-size: 14px;
}
.work_lists li.file-jk .operate,.jk_lists li.file-jk .operate{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    display: none;
}
.work_lists li.file-jk .operate a,.work_lists li.file-jk .operate a i,.jk_lists li.file-jk .operate a,.jk_lists li.file-jk .operate a i{
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #3d7eff;
    display: block;
    background-color: #fff;
}
.work_lists li.file-jk .operate .slide_operate,.jk_lists li.file-jk .operate .slide_operate{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}
.work_lists li.file-jk .operate:hover .slide_operate,.jk_lists li.file-jk .operate:hover .slide_operate{
    display: block;
}
.work_lists li.file-jk .operate a:first-of-type,.work_lists li.file-jk .operate a:first-of-type i,.jk_lists li.file-jk .operate a:first-of-type,.jk_lists li.file-jk .operate a:first-of-type i{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.work_lists li.file-jk .operate a:last-of-type,.work_lists li.file-jk .operate a:last-of-type i,.jk_lists li.file-jk .operate a:last-of-type,.jk_lists li.file-jk .operate a:last-of-type i{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.work_lists li.file-jk .operate a:hover,.work_lists li.file-jk .operate a:hover i,.jk_lists li.file-jk .operate a:hover,.jk_lists li.file-jk .operate a:hover i{
    background-color: #EBF2FF;
}
.work_lists li.file-jk:hover .operate,.jk_lists li.file-jk:hover .operate{
    display: block;
}
.jk_lists li.file-jk1 {
    background: url(../img/jk_bg2.png) no-repeat center;
    background-size: 280px auto;
}
.jk_lists li.file-jk1 a .bt {
    position: absolute;
    width: 280px;
    height: 72px;
    bottom: 0;
}
.jk_lists li.file-jk1 a:not(.shadow_cover){
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
/* 即克草稿 */
.jk_lists li.d,.jk_lists li.d img{
    width: 230px;
    height: 498px;
    border-radius: 5px;
}
.jk_lists li.d .info {
    opacity: 1;
    visibility: hidden;
    -webkit-transition: opacity .15s ease-in-out,visibility .15s ease-in-out;
    transition: opacity .15s ease-in-out,visibility .15s ease-in-out;
    margin-top: 0;
}
.jk_lists li.d:hover .info{
    visibility: visible;
}
.jk_lists li.d .sShade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-image: linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.199) 3.5%,rgba(0,0,0,.195) 7%,rgba(0,0,0,.19) 10.35%,rgba(0,0,0,.182) 13.85%,rgba(0,0,0,.174) 17.35%,rgba(0,0,0,.165) 20.85%,rgba(0,0,0,.155) 24.35%,rgba(0,0,0,.145) 27.85%,rgba(0,0,0,.135) 31.35%,rgba(0,0,0,.126) 34.85%,rgba(0,0,0,.118) 38.35%,rgba(0,0,0,.11) 41.85%,rgba(0,0,0,.105) 45.35%,rgba(0,0,0,.1) 48.85%,rgba(0,0,0,.103) 52.35%,rgba(0,0,0,.112) 55.85%,rgba(0,0,0,.126) 59.35%,rgba(0,0,0,.144) 62.85%,rgba(0,0,0,.165) 66.35%,rgba(0,0,0,.188) 69.85%,rgba(0,0,0,.213) 73.35%,rgba(0,0,0,.237) 76.85%,rgba(0,0,0,.262) 80.35%,rgba(0,0,0,.285) 83.85%,rgba(0,0,0,.306) 87.35%,rgba(0,0,0,.324) 90.85%,rgba(0,0,0,.338) 94.35%,rgba(0,0,0,.347) 97.85%,rgba(0,0,0,.35));
}
.jk_lists li.d .author-info {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    height: auto;
}
.jk_lists li.d .author-info p {
    margin-top: 5px;
}
.jk_lists li.d .author-info a {
    color: white;
    font-size: 12px;
}
.jk_lists li.d .author-info div {
    width: 100%;
    margin-top: 5px;
}
.jk_lists li.d .author-info div p {
    color: white;
    margin-top: 0;
}
.jk_lists li.d .author-info div img {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
}
.jk_lists li.d .author-info div p {
    color: white;
    margin-top: 0;
}
/* 专题样子 */
.work_lists li.subject_list{
    width: 200px;
    height: 356px;
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 0;
    margin-right: 45px!important;
}
.work_lists li.subject_list:nth-of-type(3n),.work_lists li.subject_list:nth-of-type(6n){
    margin-right: 45px!important;
}
.work_lists li.subject_list:nth-of-type(5n){
    margin-right: 0!important;
}
.work_lists li.subject_list:hover{
    background-color: transparent;
    box-shadow: none;
}
.work_lists li.subject_list img{
    border-radius: 10px;
    display: block;
    width: 200px;
    height: 273px;
    margin-bottom: 10px;
}
.work_lists li.subject_list p.name {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #303133;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.work_lists li.subject_list p.author {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #909399;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}
.work_lists li.subject_list p.price {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #956BFF;
    letter-spacing: 0;
    line-height: 22px;
}
.work_lists li.subject_list p.y {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #909399;
    text-align: right;
    line-height: 22px;
}
.change-theme{
    display: none;
}
.change-theme .theme-top{
    background-color: white;
    height: 70px;
    background-color: white;
}
.change-theme .theme-top img{
    width: auto;
    height: 70px;
    margin-right: 10px;
}
.change-theme .theme-top div.z,.change-theme .theme-top div.y{
    font-size: 0;
}
.change-theme .theme-top div.z a{
    display: inline-block;
    vertical-align: middle;
    line-height: 62px;
    height: 70px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #303133;
    width: 80px;
    border-top: 4px solid transparent;
}
.change-theme .theme-top div.z a.on,.change-theme .theme-top div.z a:hover{
    border-color: #3d7eff;
    color: #3d7eff;
}
.change-theme .theme-top div.y a{
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #303133;
    width: 100px;
    margin-top: 15px;
}
.change-theme .theme-top div.y a.sure{
    background-color: #3d7eff;
    color: white;
    border-radius: 4px;
}
.change-theme .theme_con{
    padding: 20px 0;
    box-sizing: border-box;
    min-height: 270px;
    background-color: #f5f7fa;
}
.change-theme .theme_con li{
    width: 160px;
    height: 230px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.change-theme .theme_con li::before{
    content: "";
    width: 152px;
    height: 192px;
    border: 4px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.change-theme .theme_con li.on::before,.change-theme .theme_con li:hover::before{
    border-color: #3D7EFF;
}
.change-theme .theme_con li img{
    display: block;
    width: 160px;
    height: 200px;
    box-shadow: 0 5px 6px rgba(191,196,205,.4);
}
.change-theme .theme_con li img.abs{
    position: absolute;
    right: 10px;
    top: -5px;
    width: 25px;
    height: auto;
    box-shadow: none;
}
.change-theme .theme_con li p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #606266;
    text-align: center;
    margin-top: 10px;
}
.change-theme .theme_con p.z{
    width: 60px;
    height: 200px;
    background-color:#ECF0F4;
    text-align: center; 
    cursor: pointer;
}
.change-theme .theme_con p.z em{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color:#CFD5DD;
    margin: 4px auto 0;
}
.change-theme .theme_con p.z em:first-of-type{
    margin-top: 84px;
}
.main_website .h2{
    font-size: 16px;
    color: #2c3e50;
}
.main_website img {
    width: 94px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}
.main_website .h4 {
    display: inline-block;
    vertical-align: middle;
}
.p_t {
    padding-top: 15px;
}
.p_t .h4{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #303133;
    letter-spacing: 0;
}
.p_t .pad {
    padding: 14px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #303133;
}
.up_banner{
    width: 380px;
    height: 98px;
    border: 1px dashed #bfc4cd;
    margin-right: 20px;
}
.up_banner p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BFC4CD;
    letter-spacing: 0;
    text-align: center;
}
.up_banner p:first-of-type{
    font-size: 16px;
    margin-top: 18px;
}
.up_banner p span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 30px;
    margin-top: -10px;
}
.up_banner input{
    opacity: 0;
    width: 380px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    cursor: pointer;
}
.up_banner_list{
    margin-right: 20px;
    margin-bottom: 20px;
}
.up_banner_list img{
    display: block;
    height: 98px;
    width: auto;
    max-width: 1180px;
}
.up_banner_list a{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0,0,0,.4);
    color: white;
    font-size: 14px;
    text-align: center;
    display: none;
}
.up_banner_list:hover a{
    display: block;
}
.fix_cover{
    position: absolute;
    top: 340px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}
@media screen and (min-width:1760px){
    .jk_lists li {
        width: 230px;
    }
    .work_list li:nth-of-type(3n),.work_list li{
        margin-right: 40px;
    }
    .work_list li:nth-of-type(4n){
        margin-right: 0;
    }
    .work_lists li,.work_lists li:nth-of-type(3n){
        margin-right: 40px;
    }
    .work_lists li:nth-of-type(4n){
        margin-right: 0;
    }
    .work_lists li.file:nth-of-type(4n){
        margin-right: 20px;
    }
    .work_lists li.file:nth-of-type(5n){
        margin-right: 0;
    }
    .work_lists li.jk_li:nth-of-type(3n),.work_lists li.jk_li:nth-of-type(4n){
        margin-right: 20px;
    }
    .work_lists li.jk_li:nth-of-type(5n){
        margin-right: 0;
    }
    .data-center .data_nav li:nth-of-type(4n),.work_list li.file:nth-of-type(4n),.jk_lists li:nth-of-type(5n),.work_lists li.jk_li:nth-of-type(4n){
        margin-right: 20px;
    }
    .data-center .data_nav li:nth-of-type(5n),.jk_lists li:nth-of-type(6n),.work_lists li.jk_li:nth-of-type(5n),.work_list li.file:nth-of-type(5n){
        margin-right: 0;
    }
    .work_lists li.subject_list:nth-of-type(4n),.work_lists li.subject_list,.work_lists li.subject_list:nth-of-type(5n){
        margin-right: 56px!important;
    }
    .work_lists li.subject_list:nth-of-type(6n){
        margin-right: 0!important;
    }
} 