﻿
/* Custom Calendar Plugin */
#calendar .fc-event.fc-event-vert.fc-event-draggable.fc-event-start.fc-event-end.btn-primary {
	border: 0;
	border-radius: 0;
	background-color: #4c9fe0;
}
#calendar .fc-event-vert .fc-event-inner {
	padding: 10px;
}
#calendar .fc-agenda .fc-agenda-axis {
	width: 80px;
	padding: 10px 16px;
}
#calendar .fc-header .fc-header-left, #calendar .fc-header .fc-header-center, #calendar .fc-header .fc-header-right {
	display: none;
}
#calendar .fc-header .fc-button {
	background-color: transparent;
	background-image: none;
	text-shadow: none;
	box-shadow: none;
	border-width: 1px;
	border-color: #5ca5dd;
	color: #5ca5dd;
	padding: 5px 15px;
	height: auto;
	line-height: 0;
}
#calendar .fc-header .fc-button:hover, #calendar .fc-header .fc-button.fc-state-active {
	background-color: #5ca5dd;
	color: #ffffff;
}
#calendar .fc-header .fc-corner-left {
	border-top-left-radius: 9999px;
	border-bottom-left-radius: 9999px;
}
#calendar .fc-header .fc-corner-right {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}
#calendar .fc-agenda-days th {
	vertical-align: middle;
	color: #5ca5dd;
}
#calendar .fc-agenda .fc-agenda-axis {
	color: #43d9ad;
	font-weight: 600;
}
#calendar .fc-event-inner .fc-event-time {
	color: #062045;
	font-size: 13px;
	margin-bottom: 10px;
}
#calendar .fc-event-inner .fc-event-title {
	font-weight: bold;
	font-size: 13px;
}
#calendar .fc-event.fc-event-vert.fc-event-draggable.fc-event-start.fc-event-end.btn-primary {
	background-color: #4c9fe0;
	width: 148px !important;
	margin-left: -2px;
}
#calendar .fc-event.fc-event-vert.fc-event-draggable.fc-event-start.fc-event-end.btn-primary:hover {
	background-color: #56d0ac;
}


@media screen and (max-width: 1200px) {
    .wrap, .wrap2, .wrap3 {
        width: 95%;
        max-width: 1200px;
    }
}

@media screen and (max-width: 992px) {
    .wrap, .wrap2, .wrap3 {
        width: 96%;
        max-width: 1000px;
    }
    
    /* 优化导航栏 */
    .header-v1 {
        height: auto !important;
        min-height: 80px;
    }
    
    .nav li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    /* 确保移动设备上所有元素都是响应式的 */
    * {
        box-sizing: border-box !important;
    }
    
    /* 优化图片显示 */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* 优化表单元素 */
    input, textarea, select {
        max-width: 100% !important;
    }
    
    /* 优化页脚布局 */
    .f_bg .f_bg_div > div {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    /* 确保小屏幕设备上文字可读 */
    body {
        font-size: 14px !important;
    }
    
    /* 优化按钮大小 */
    button, .bnts, .bnt1 {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}



/* === 优化的自适应响应式样式 === */
/* 全局响应式设置 */
@media screen and (max-width: 1200px) {
    .wrap, .wrap2, .wrap3 {
        width: 95% !important;
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 992px) {
    .wrap, .wrap2, .wrap3 {
        width: 96% !important;
        max-width: 1000px !important;
    }
    
    /* 优化导航栏 */
    .header-v1 {
        height: auto !important;
        min-height: 80px !important;
    }
    
    .nav li {
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 768px) {
    /* 确保移动设备上所有元素都是响应式的 */
    * {
        box-sizing: border-box !important;
    }
    
    /* 优化图片显示 */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* 优化表单元素 */
    input, textarea, select {
        max-width: 100% !important;
    }
    
    /* 优化页脚布局 */
    .f_bg .f_bg_div > div {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    /* 确保小屏幕设备上文字可读 */
    body {
        font-size: 14px !important;
    }
    
    /* 优化按钮大小 */
    button, .bnts, .bnt1 {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}
/* === 优化的自适应响应式样式结束 === */



/* === 优化的自适应响应式样式 === */
/* 全局响应式设置 */
@media screen and (max-width: 1200px) {
    .wrap, .wrap2, .wrap3 {
        width: 95% !important;
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 992px) {
    .wrap, .wrap2, .wrap3 {
        width: 96% !important;
        max-width: 1000px !important;
    }
    
    /* 优化导航栏 */
    .header-v1 {
        height: auto !important;
        min-height: 80px !important;
    }
    
    .nav li {
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 768px) {
    /* 确保移动设备上所有元素都是响应式的 */
    * {
        box-sizing: border-box !important;
    }
    
    /* 优化图片显示 */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* 优化表单元素 */
    input, textarea, select {
        max-width: 100% !important;
    }
    
    /* 优化页脚布局 */
    .f_bg .f_bg_div > div {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    /* 确保小屏幕设备上文字可读 */
    body {
        font-size: 14px !important;
    }
    
    /* 优化按钮大小 */
    button, .bnts, .bnt1 {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}
/* === 优化的自适应响应式样式结束 === */
