@charset "utf-8";

html{font-size:calc(100vw / 19.2);}

.en-bk{font-family:"Alimama FangYuanTi VF";font-weight:500;}

/* 原子css -start */
.flex{display:flex;}
.inline-flex{display:inline-flex;}
.items-center{align-items:center;}
.items-end{align-items:flex-end;}
.justify-center{justify-content:center;}
.justify-between{justify-content:space-between;}
.justify-around{justify-content:space-around;}
.flex-1{flex:1;}
.flex-col{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.block{display:block;}
.absolute{position:absolute;}
.relative{position:relative;}
.fixed{position:fixed;z-index:99;}
.over-hidden{overflow:hidden;}
.object-cover{object-fit:cover;}
.bg-cover{background-size:cover;background-position:center;background-repeat:no-repeat;}
.circle{border-radius:50%;}
.white-bg{background:#fff;}
.text-white{color:#fff;}
.text-grey{color:#333;}
.text-grey-light{color:#666;}
.main-bg{background:#006FBC;}
.main-cl{color:#006FBC;}
.w-full{width:100%;}
.h-full{height:100%;}
.weight-normal{font-weight:normal;}

.am6{transition:.6s all;}
.am{transition:.2s all;}

/* common css */
.flex-center{display:flex;align-items:center;justify-content:center;}

/* common css */
.nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

