@font-face{font-family:HarmonyOS_Sans_SC_Medium;font-style:normal;font-display:swap;
src:url(../css/HarmonyOS_Sans_SC_Medium.subset.woff2) format('woff2')}
*{font-family:HarmonyOS_Sans_SC_Medium} 

body{ background: #f6f8fb!important }

input{  
    
    color: #666 !important;
    border: 1px solid #e9e9eb !important;
    border-radius: 4px !important;
    background: #cbe4ef61 !important;
    padding: 10px 12px !important;
    border-color: #ddd !important;
    
}


input[disabled] {
    cursor: not-allowed !important;
    background-color: #bcc5c9 !important;
}

textarea{
    background: #cbe4ef61 !important;
}

.post_box_img_s{
    width: 100px;
    
} 
.post_box_img_s img{
    width: 100%;
    border-radius: 4px !important;
    max-height: 70px;
    object-fit: cover;
}
.post_box_img{
    display: flex;
    flex-wrap: wrap;
}
#btn_img{
    border-radius: 4px;
    color: #FFF;
    width: auto;
    margin: 10px 0;
    padding: 5px 8px;
    display: inline-block;
    border: none;
    background-color: #467B96;
    cursor: pointer;
}