<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.header-lefthome {
    left:46px;
}
.header-btnhome {
    display:inline-block;
	padding:0 10px 0 10px;
    position: relative;
}
.header-btnhome:last-child {
    margin-right:0;
}
.header-btnhome &gt;.header-img {
    vertical-align:-22%;
    max-height:20px;
    border:1px solid #FF9A9A;
    padding:4px 6px;
    border-radius: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.responsive-img {  
        max-width: 100%;  
        height: auto; 
    }
.panel-heading2 {
	padding: 6px;
	height: 40px;
	background-color:#ffffff;
	border-bottom: 0px solid transparent;
	position: relative;
}
.figure{
	text-align: center;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.figure img{ width:100%; display:block;}
.submit-button {
        display: inline-block;    
	margin: 3px;
	padding: 5px 6px;  
        background-color: #FF7525;
        color: white;
        text-decoration: none;    
        border-radius: 3px; 
        transition: background-color 0.5s ease; 
        font-size: 1.2em; 
        cursor: pointer;  
    }
 .submit-button.active {  
        background-color: #AC0000; 
    }

.submit-button2 {
        display: inline-block;    
        padding: 5px;    
        margin: 3px;    
        background-color: #ffdd8c;    
        color: #000000;    
        text-decoration: none;    
        border-radius: 3px;  
        transition: background-color 0.5s ease;  
        font-size: 16px; 
        cursor: pointer;   
    }
 .submit-button2.active {  
        background-color: #AC0000; 
    }

/* ����������ʽ */  
.search-container {  
    position: fixed;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    display: flex;  
    justify-content: space-between;  
    align-items: center;  
    background-color: #fff;  
    border-top: 1px solid #ddd;  
    padding: 10px;  
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);  
}  
  
.search-input {  
    width: calc(50% - 20px); 
    padding: 8px;  
    font-size: 16px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
}  
  
.search-buttonm,  
.register-button {  
    width: calc(25% - 20px); 
    padding: 10px;  
    font-size: 16px; 
    color: #fff;  
    background-color: #007bff; 
    border: none;  
    border-radius: 4px;  
    cursor: pointer;  
    white-space: nowrap; 
    text-overflow: ellipsis; 
}
  
/* �ǼǷ������ް�ť��ʽ */  
.register-button {  
    padding: 10px 20px;  
    font-size: 16px;  
    color: #fff;  
	width: calc(25% - 20px);
	width: 100px;
    background-color: #28a745;  
    text-decoration: none;  
    border-radius: 4px;  
    margin-left: 10px; 
}
  
/* �Զ��嵯����ʾ����ʽ */  
.custom-alert {  
    position: fixed;  
    bottom: 11%;  
    left: 50%;  
    transform: translate(-50%, -50%);  
    background-color: rgba(0, 0, 0, 0.8);  
    color: #ffff00;  
    padding: 20px;  
    border-radius: 8px;  
    display: none; 
    z-index: 1000; 
    font-size: 16px;  
    text-align: center;  
}

.custom-alert.show {  
    display: block; 
}

#openOverlay {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background-color: #007bff;
    border: 0px solid #0056b3;
    border-radius: 3px;
    transition: background-color 0.3s ease, color 0.3s ease;
	position: relative; 
    top: -5px; 
}

#openOverlay:hover {
    background-color: #0056b3;
    color: #ffffff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.overlay.active {
    display: flex;
}

.overlay-content {
    background-color: white;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    width: 98%;
    max-width: 768px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.close-button {
    position: absolute;
    top: 48px;
    right: 15px;
    background-color: #FF7525;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.close-button:hover {
    background-color: #0056b3;
}

.content-wrapper {
	max-height: 85px; 
	overflow: hidden; 
	text-align: justify; 
	position: relative; 
	padding-left: 10px;
	padding-right: 10px;
margin-bottom: 10px;
    }
 
    .content-wrapper.expanded {
	max-height: none; 
    }
 
.read-more-btn {
    display: block;
    text-align: center;
	font-size: 14px;
    margin-top: -20px; 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
    color: #ff6000; 
    cursor: pointer;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 5px; 
}
 
    .read-more-btn:hover {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
    }</pre></body></html>