﻿.col-m{color: #d01414 !important;}
.card-shadow {box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.03);}
.shadow-sm{box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.05);}
.hover-lift {transition: transform 0.3s ease, box-shadow 0.3s ease;}
.hover-lift:hover {transform: translateY(-5px);box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);}

.flex{display: flex;}
.flex-y-center{align-items: center;}
.flex-x-center{justify-content: center;}
.flex-x-between{justify-content: space-between;}

/*列表*/
.bgt-notice{background-color: #fef2f2; padding: 15px 15px 15px 45px; border-radius: 0 10px 10px 0; border-left:4px solid #e53e3e; margin-bottom: 20px; position: relative;}
.bgt-notice h3{font-size: 16px; font-weight: 600; color: #2d3748; margin-bottom: 10px;}
.bgt-notice span{position: absolute; z-index: 1; left: 15px; top: 15px; color: #e53e3e; font-size: 20px;}
.bgt-lists{ line-height: 1.6;}
.bgt-lists .item{ background-color: #fff; margin: 20px 0; padding: 20px 20px 0; border-radius: 10px;}
.bgt-lists .item .item-name{font-size: 18px; color: #2d3748; font-weight: bold; margin-bottom: 10px;}
.bgt-lists .item .item-intro{font-size: 14px; color: #4b5563; line-height: 2; margin-bottom: 10px;}
.bgt-lists .item-time{color: #9ca3af; font-size: 14px; margin-left: 20px;}
.bgt-lists .item-info{color: #6b7280; border-top: 1px solid #f3f4f6; padding: 15px 0 20px; font-size: 14px;}
.bgt-lists .item-info .info-item{margin-right: 20px;}
.bgt-lists .item-info a{color: #e53e3e;}
.bgt-lists .item-images{display: flex; padding-bottom: 15px;}
.bgt-lists .item-images .images-item{width: 33.33%; margin: 0 10px 0 0; display:flex; align-items:center; justify-content:center; height: 120px; overflow:hidden; border-radius:4px; background-color: #bbb;}
.bgt-lists .item-images .images-item:last-child{margin-right: 0;}
.bgt-lists .item-images .images-item img{display:block; width: 100%;}
.bgt-lists .item-empty{text-align: center;}
.bgt-lists .item-empty img{display: block; margin: 0 auto; width: 256px;}

/*详情*/
.bgt-detail-header{padding: 20px; background-color: #fff; border-radius: 10px; margin-bottom: 20px; font-size: 16px; line-height: 2;}
.bgt-detail-header h2{font-size: 24px; font-weight: bold; line-height: 1.5; color: #1d2129;}
.bgt-detail-header-info .item-label{margin-right: 20px; margin-top: 5px; color: #4e5969;}
.bgt-detail-header-info .item-label .iconfont{display: inline-block; margin-right: 5px; color: #c9cdd4;}

.bgt-detail-content-title{font-size: 18px; font-weight: bold; color: #2d3748; border-bottom: 1px solid #f3f4f6; margin-bottom: 20px; padding-bottom: 5px;}
.bgt-detail-content{padding: 20px; line-height: 2; font-size: 16px; background-color: #fff; border-radius: 10px; margin-bottom: 20px;}
.bgt-detail-content img{max-width: 100%; display: block; margin-top: 10px; border-radius: 5px;}


/*侧边*/
.bgt-widget{padding: 20px; border-radius: 10px; margin-bottom: 20px;}
.bgt-widget-title{color: #2d3748; font-weight: bold; font-size: 18px; line-height: 1;}
.bgt-widget-title .iconfont{ margin-right: 5px; font-weight: normal; font-size: 20px; margin-top: 3px;}
.bgt-widget-lists{}
.bgt-widget-lists .item{padding: 12px;}
.bgt-widget-lists .item:hover{background-color: #f9fafb; border-radius: 10px;}
.bgt-widget-lists .item a{color: #374151; font-size: 16px;}
.bgt-widget-lists .item div{color: #9ca3af; font-size: 12px; padding-top: 5px;}

.bgt-widget-category{display: flex; flex-flow: row wrap;}
.bgt-widget-category .item{ width: 50%; padding: 5px;  text-align: center;}
.bgt-widget-category .item a{display: block; background-color: #f9fafb; padding: 12px; line-height: 1; border-radius: 5px; color: #374151; font-size: 16px;}
.bgt-widget-category .item a:hover{background-color: #fef5f5;}

.bgt-widget-notice{ line-height: 2;}
.bgt-widget-notice .item{font-size: 14px; padding: 2px 3px;}
.bgt-widget-notice .item .iconfont{color: #22c55e; margin-right: 5px;}
.bgt-widget-notice-btn{background-color: #d01414;  font-size: 16px; padding: 12px 0; text-align: center; border-radius: 50px; color: #fff;}
.bgt-widget-notice-btn:hover{background-color: #da3232; cursor: pointer;}

/*浮动反馈表单*/
.bgt-feedback{ position: fixed; z-index: 10; top: 0; left:0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.5);}
.bgt-form{position: relative; width: 500px; background-color: #fff; padding: 40px 30px; border-radius: 10px;}
.bgt-form-radio{display: inline-block; padding: 10px 40px; border: 1px solid #eee; background-color: #fafafa; font-size: 16px; border-radius: 100px; margin-right: 20px; cursor: pointer;}
.bgt-form-radio.active{background-color: rgba(208, 20, 20, 0.02); color: #d01414; font-weight: bold; border-color: rgba(208, 20, 20, 0.5);}
.bgt-form-item{padding: 0 0 20px; text-align: center;}
.bgt-form-item .input{display: block; width: 100%; font-size: 16px; border-radius: 5px; border: 1px solid #eee; padding: 15px; box-sizing: border-box;}
.bgt-form-item:last-child{padding-bottom: 0;}
.bgt-form-close{position: absolute; z-index: 11; top: -10px; right: -10px; font-size: 24px; line-height: 1; background-color: #fff; border-radius: 50%; padding: 2px; box-shadow: 0 0 3px rgba(0,0,0,0.25); cursor: pointer;}

