<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ¸…é™¤æµ®åŠ¨ç&nbsp;´åå¸¦æ¥çš„å¡Œé™·é—®é¢˜*/
/*æ¸…é™¤æµ®åŠ¨çš„å…¼å®¹IE*/
.clearfloat {
	zoom: 1;
}
.clearfloat:after {
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}

.flex {
    display: flex;
}

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

.flex-jusb {
    justify-content: space-between;
}

.flex-juc {
    justify-content: center;
}

.flex-jucend {
    justify-content: flex-end;
}

img {
    width: 100%;
}

.p20 {
    padding-bottom: 20px;
}</pre></body></html>