<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 8px;
}

/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px 6px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #f5f5f5;
}

/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px 6px rgba(0, 0, 0, 0.3);
    background-color: rgb(250,250,250);
}

body 
{
    /* background: url(headerBG.jpg) no-repeat center top 0,
                url(footerBG.jpg) no-repeat center bottom 0; */
    background-size:contain;
    background-color: rgb(242,242,240) !important;
}

input:focus{
    outline: none;
}

select:focus{
    outline: none;
}

textarea{
    outline: none;
}

a{
    text-decoration: none !important;
    background-color: transparent;
}

.hover-gray-102:hover{
    color: rgba(102, 102, 102, 1) !important;
}

.headerContainer{
    display: inline-flex; 
    justify-content: center; 
    align-items: center;
    width: 100%; 
    margin-bottom: 2px;
    background: #FFF;
}

.footerContainer{
    display: inline-flex; 
    justify-content: center; 
    align-items: center;
    width: 100%; 
    margin-top: 2px;
    background: #FFF;
}

.content-container{
    background-color: rgb(255, 255, 255) !important;
    border-radius: 2px !important;
    box-shadow: 1px 1px 2px rgb(150 150 150) !important;
}

.content_container_fix{
    width: 1050px !important;

}
.div_bg_blue,
.primary_btn_color{
    background-color: rgb(63,141,252);
}
.font_blue
{
    color:rgb(63,141,252);
}

.base-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    border: 0;
}

.blue-btn{
    color: rgb(255, 255, 255);
    background-color: rgb(63, 141, 252);
}

.blue-btn:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(63, 141, 252);
}

.gray-btn{
    color: rgb(108, 108, 108);
    background-color: rgb(229, 229, 229);
}

.gray-btn:hover{
    color: rgb(108, 108, 108);
    background-color: rgb(229, 229, 229);
}

.white-btn{
    color: rgb(108, 108, 108);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(63, 141, 252) !important;
}

.white-btn:hover{
    color: rgb(108, 108, 108);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(63, 141, 252) !important;
}

.small-btn{
    width: 80px;
}

.medium-btn{
    width: 90px;
}

.large-btn{
    width: 96px;
}

.font-108-14{
    color: rgba(108, 108, 108, 1);
    font-size: 14px;
}

.font-102-14{
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.font-102-14-bold{
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    font-weight: 700;
}

.font-102-12{
    color: rgba(102, 102, 102, 1);
    font-size: 12px;
}

.font-102-12-bold{
    color: rgba(102, 102, 102, 1);
    font-size: 12px;
    font-weight: 700;
}

.font-102-16{
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.font-102-16-bold{
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 700;
}

.font-108-14-bold{
    color: rgba(108, 108, 108, 1);
    font-size: 14px;
    font-weight: bold;
}

.font-108-16{
    color: rgba(108, 108, 108, 1);
    font-size: 16px;
}

.font-108-16-bold{
    color: rgba(108, 108, 108, 1);
    font-size: 16px;
    font-weight: bold;
}

.font-108-12-bold{
    color: rgba(108, 108, 108, 1);
    font-size: 12px;
    font-weight: bold;
}

.font-108-12{
    color: rgba(108, 108, 108, 1);
    font-size: 12px;
}

.common-dropdown-box{
    width: 140px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid var(---hover, #D9D9D9);
    border-radius: 0px !important;
    padding: 0px !important;
    background: #FFF;
    backdrop-filter: blur(2px);
}

.common-dropdown-option{
    display: flex;
    height: 40px;
    padding: 12px 20px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.common-dropdown-option:hover{
    background-color: rgba(238, 238, 238, 1);
}

.flex-center{
    display: flex;
    align-items: center;
}

#loading_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(225, 225, 225, 0.5);
    z-index: 1099;
}

.loading_overlay_icon {
    position: fixed;
    top: 48%;
    left: 48%;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

#fadeout_tips_overlay {
    display: none;
    position: fixed;
    top: 47%;
    left: 47%;
    padding: 10px;
    background-color: rgb(121,121,120);
    color: white;
    border-radius: 5px;
    opacity: 1;
    transition: opacity 1s ease-out;
    z-index: 1100;
}

.input-control{
    border-radius: 4px;
    width: 100%;
    height: 36px;
    border:1px solid rgb(187, 187, 187);
    text-indent:8px;
    font-size: 12px;
    text-align: left;
    color: rgb(136, 136, 136);
    margin: 0 auto;
}

.input-control-code{
    border-radius: 4px;
    width: 210px;
    height: 36px;
    border:1px solid rgb(187, 187, 187);
    text-indent:8px;
    font-size: 12px;
    text-align: left;
    color: rgb(136, 136, 136);
}  

.bottom-nav-box {
    position: absolute;
    right: 34px;
    bottom: 540px;
}

.bottom-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    width: 48px;
    height: 48px;
    line-height: 20px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    border: 0;
    border-radius: 100%;
    cursor: pointer;
}

.bottom-nav-menu {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    top: -168px;
    right: 4px;
    width: 140px;
    height: 160px;
    line-height: 20px;
    background-color: rgba(242, 242, 240, 1);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.bottom-nav-menu-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-nav-menu-line a {
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
}

.bottom-nav-menu-icon {
    width: 20px;
    height: 20px;
    margin-left: -8px;
}

.modal-close-btn {
    width: 12px; 
    height: 12px;
    cursor: pointer;
}</pre></body></html>