.weui-tabbar__label {
    font-size: 14px;
}


.xq-hidden{
    display: none;
}

.xq_visibility-hidden{
    visibility: hidden;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.clean-float{
    clear: both;
}

.float-btn-group{
    position: absolute;
    right: 20px;
    bottom: 120px;
}

.btn-circle{
    display: block;
    border: 1px solid lightgray;
    border-radius: 56em;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
}

.xq-btn{
    padding: 6px 16px 6px 16px;
    /* border: 2px solid lightsalmon; */
    border-radius: 4px;
    background-color: #439a8d;
    color: #f5f3f3;
    text-align: center;
}

.xq-radius-little{
    border-radius: 4px;
}


.xq-simple-card{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    background-color: ghostwhite;
    border-radius: 2px;
}

.xq-simple-card .xq-title-bar{
    text-align: left;
    padding: 8px 16px 8px 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    color: #353535;
    background-color: rgba(200,200,200,0.05);
}

.xq-simple-card .xq-card-content{
    padding: 16px 8px 16px 8px;
    color: #353535;
}

.xq-glass-like{
    background: rgba(240,240,240,0.8);
    backdrop-filter: blur(3px);
}

.xq-bold-font{
    font-weight: bold;
}

.xq-text-center{
    text-align: center;
}

.xq-link-able{
    color: #007aff;
}

.xq-small-ad-container{
    height: 80px;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.xq-small-ad-container img{
    width: 22%;
    border-radius: 4px;
}
.xq-ad-right-title{
    font-size: 0.8em;
    position: absolute;
    right: 15px;
    bottom: 0px;
    color: #ff3737;
}

.xq-tab-content{
    padding:1rem;
    min-height: 200px;
}
.xq-fixed-top{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 100;
}

.xq-top-anhor{
    padding-top: 45px;
    width: 100%;
}

[v-cloak] {
    display: none!important;
}