/* 分页 */
.paging{padding:0px 0px;font-size:13px;display:table;}
.paging a{padding:15px；margin-left:0px;border:none;border-bottom:0px solid #eaeaea;text-decoration:none;}
.paging a:hover{border:none;background:none;border-bottom:0px solid #b30b0b;color:#b30b0b;}
.paging a.paging-active{color:#b30b0b;background:none;border:none;border-bottom:0px solid #b30b0b;}
.paging-prev:hover{color:#696a6b;background:#ffffff;border:none;border-bottom:0px solid #696a6b;}
.paging-next:hover{color:#696a6b;background:#ffffff;border:none;border-bottom:0px solid #696a6b;}
.paging-disabled{color:#000000!important;cursor:not-allowed;border-bottom:0px solid #eaeaea!important;}
.paging-el{padding:15px;background:none;}
.paging-ell{padding:0px;display:inline-block;border-bottom:0px solid #eaeaea;}
/*留言板*/
.comment{margin-top:15px;}
.comment-ip{color:#b30b0b;display:inline-block;}
.comment-admin{color:#F44336;}
.comment-time{color:#999999;margin-left:10px;}
.comment-title a{color:#F44336;margin-left:10px;}
.comment li{color:#525d76;padding:10px 0;border-bottom:1px solid #f6f6f6;margin:0;}
.comment li:last-child{border-bottom:none;}
.comment textarea{height:121px;}
.comment p{margin-bottom:0;}
.comment-reply{margin:0 5px;cursor:pointer;}
.comment-replys{margin-left:15px;}
.comment-replys span{margin-left:8px;color:#3f51b5;text-align:center;border:1px solid #3f51b5;border-radius:2px;padding:1px 4px;font-size:12px;cursor:pointer;}
/*提示条*/
.tip{background: #f3f6ff;padding:5px 10px;vertical-align:middle;margin-bottom:10px;border-radius: 2px;}
.tip.tip-red{color:#4A4A4A;background:#fff7f6;}
.tip.tip-orange{color:#4A4A4A;background:#fff5e6;}
.tip.tip-yellow{color:#4A4A4A;background:#fffdf1;}
.tip.tip-green{color:#4A4A4A;background:#f3fdf4;}
.tip.tip-cyan{color:#4A4A4A;background:#f9fdf3;}
.tip.tip-blue{color:#4A4A4A;background:#eef9ff;}
.tip.tip-purple{color:#4A4A4A;background:#fcf5ff;}
.tip.tip-white{color:#4A4A4A;background:#ffffff;}
.tip.tip-gray{color:#4A4A4A;background:#f1f1f1;}
.tip.tip-black{color:#4A4A4A;background:#d6d6d6;}
.tip span{color:#000;font-weight:bold;margin:0 5px;}
/*询问弹窗*/
.alert{position:fixed;top:0;left:0;z-index:99990;width:100%;height:100%;display: flex;align-items: center;}
.alert-box{width: 300px;background:#fff;position: relative;margin:auto;top:0;left:0;right:0;bottom:0;box-shadow:4px 4px 10px rgba(0,0,0,0.13);border-radius:var(--radius);}
.alert-bg{width:100%;height:100%;margin:0 auto;background:#000000;opacity:0.15;top:0;left:0;position:fixed;}
.alert-content{font-size:16px;position:relative;padding: 20px;}
.alert-footer{width:100%;border-top:1px solid #f3f3f3;padding: 10px;text-align:right;}
.alert-footer>div{padding:0 10px;height:25px;line-height:25px;cursor:pointer;display:inline-block;}
.alert-cancel{color:#888;}
.alert-cancel:hover{color:#768fe7;}
.alert-confirm{background:#768fe7;color:#fff;border-radius:var(--radius);}
.alert-confirm:hover{background:#677ecf;color:#fff;}
/*消息提示框*/
.pop{color:#dfdfdf;position:fixed;width:250px;height:fit-content;margin:auto;display:inline-block;bottom:0;top:0;right:0;left:0;z-index:999999;padding:10px 0;background:rgb(66 66 66 / 85%);text-align:center;}
.pop-title{padding:10px 20px;display:inline-block;font-size:15px;}

/*错误*/
.notice{padding:10;margin-bottom:20px;border-top:1px solid #e7e7e7;background:#fff;}
.notice:first-child{border-top:none;}
.notice+.notice{margin-top:-20px;}
.notice p{margin:0;color:#505050}
/* 验证码 */
.passcode {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    margin: 1px;
    border-left: solid 1px #ddd;
    text-align: center;
    line-height: 32px;
    border-radius: 0 4px 4px 0;
}
.listicon{padding:2%;text-align:center;border:1px solid #DDD}
.listicon span{display:block;font-size:24px}
.listicon strong{display:block;margin-bottom:10px}
.listicon:hover{border:1px solid #80C021;color:#80C021}
.listicon:hover a{color:#80C021}
/*内容图片大小*/
.art img {display:block;max-width:100%;height:auto;}