﻿html{background-color: #f8f8f8;}
.col-m{color: #d01414 !important;}
.card-shadow {box-shadow: 0 10px 10px -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;}

.font-size-12{font-size:12px;}
.font-size-14{font-size:14px;}
.font-size-16{font-size:16px;}
.font-size-18{font-size:18px;}

/*列表*/

.bgt-widget-category{display: flex; align-items: center; justify-content: center; background-color: #fff;}
.bgt-widget-category .item{ padding: 3px; text-align: center;}
.bgt-widget-category .item a{display: block; padding: 12px 5px 8px; line-height: 1; color: #374151; font-size: 14px; border-bottom: 1px solid transparent;}
.bgt-widget-category .item.active a{color: #e53e3e; border-color: #e53e3e; font-weight: bold;}

.bgt-notice{background-color: #fef2f2; padding: 10px 10px 10px 45px; border-radius:0 5px 5px 0; border-left:4px solid #e53e3e; margin: 10px; position: relative;}
.bgt-notice h3{font-size: 14px; font-weight: 600; color: #2d3748; margin-bottom: 5px;}
.bgt-notice p{font-size: 12px; line-height: 2;}
.bgt-notice span{position: absolute; z-index: 1; left: 15px; top: 15px; color: #e53e3e; font-size: 20px;}
.bgt-notice .bgt-notice-btn{display: inline-block; padding: 6px 10px; border-radius: 3px; color: #e53e3e; border:1px solid rgba(229, 62, 62, 0.25); line-height: 1; margin-top: 10px; background-color: #fff;}

.bgt-lists{ line-height: 1.6;}
.bgt-lists .item{ background-color: #fff; margin: 15px 10px 0; padding: 15px 15px 0; border-radius: 5px;}
.bgt-lists .item .item-name{font-size: 16px; color: #2d3748; font-weight: bold; margin-bottom: 5px;}
.bgt-lists .item .item-intro{font-size: 12px; 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: 10px 0 15px; font-size: 12px;}
.bgt-lists .item-info .info-item{margin-right: 20px;}
.bgt-lists .item-info .iconfont{font-size: 12px; margin-right: 3px;}
.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: 60px; 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{padding: 10px 10px; text-align: center;}
.bgt-lists .item-empty img{display: block; margin: 0 auto; width: 50vw;}

/*详情*/
.bgt-detail-header{padding: 20px 10px; background-color: #fff; font-size: 16px; line-height: 2; text-align: center;}
.bgt-detail-header h2{font-size: 20px; font-weight: bold; line-height: 1.5; color: #1d2129;}
.bgt-detail-header-info{font-size: 12px;}
.bgt-detail-header-info .item-label{margin-top: 5px; color: #4e5969; background-color: transparent;}
.bgt-detail-header-info .item-label + .item-label{margin-left: 10px;}
.bgt-detail-header-info .iconfont{display: inline-block; margin-right: 5px; color: #c9cdd4; font-size: inherit;}

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


.bgt-widget-notice-btn{background-color: #d01414;  font-size: 16px; padding: 10px 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: 10000; top: 0; left:0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.5);}
.bgt-form{position: relative; width: 90vw; background-color: #fff; padding: 20px 15px; border-radius: 10px;}
.bgt-form-radio{display: inline-block; padding: 5px 20px; border: 1px solid #eee; background-color: #fafafa; font-size: 14px; 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 15px; text-align: center;}
.bgt-form-item .input{display: block; width: 100%; font-size: 14px; border-radius: 5px; border: 1px solid #eee; padding: 10px; box-sizing: border-box;}
.bgt-form-item:last-child{padding-bottom: 0;}
.bgt-form-close{position: absolute; z-index: 11; top: -10px; right: -10px; line-height: 1; background-color: #fff; border-radius: 50%; padding: 2px; box-shadow: 0 0 3px rgba(0,0,0,0.25); cursor: pointer;}

