@import url("common_big.css"); 
@import url("common_small.css"); 
[v-cloak]{display: none;}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{background-color: #fff  !important; border:1px solid #ddd !important; color:#999; font-weight: normal;}
.el-pagination.is-background .el-pager li:not(.disabled).active { background-color: #409EFF !important; border:1px solid #409EFF !important; color: #FFF !important;}

.flex{display: flex;}
.flex-col {flex-direction: column;}
.flex-wrap{flex-wrap: wrap;}
.flex-fixed{flex-shrink: 0; flex-grow: 0;}
.flex-1{flex:1;}
.justify-center{justify-content: center;}
.justify-between{justify-content: space-between;}
.justify-right{justify-content: flex-end;}
.align-center{align-items: center;}

.lh30{line-height: 30px;}


.w100{width: 100%;}

.fbold{font-weight: bold;}

.color-ff{color: white;}
.color-bf{color:#BFCBD9;}
.color-99{color:#999;}
.color-33{color:#333;}
.color-66{color:#666;}
.color-red{color:#ff6600;}

.bg-ff{background-color: #fff;}

.pointer{cursor: pointer;}
.text-center{text-align: center;}

.relative{position: relative;}
.absolute{position: absolute;}
.fixed{position: fixed;}
.no-event{pointer-events: none;}

.a{cursor: pointer;}
.a:hover{color:#0099ff; text-decoration: underline;}
.a:active{color:#0099ff;}