.top_-18{
    top: -.18rem;
}
.cup {
    cursor: pointer;
}

.w60 {
    width: .7rem !important;
}

/* padding */
.padding_h_12 {
    padding: 0 .12rem !important;
}
.padding_rigth_no {
    padding-right: 0 !important;
}

.base_icon {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.line_block {
    display: inline-block;
}

.base_module {
    width: 100%;
    position: relative;

}
.base_module_title {
    position: relative;
    font-size: .18rem;
    padding: .12rem 0;
    font-family: "SourceHanSansCN-Medium";
    font-weight: 500;
    color:rgba(255,255,255,1);
    line-height: .42rem;
}
.base_module_title_tips {
    position: absolute;
    right: 0;
    bottom: .18rem;
    display: inline-block;
    font-size: .12rem;
    font-family: "SourceHanSansCN-Light";
    font-weight: 300;
    color:rgba(187,187,187,1);
    line-height:  .14rem;
}
.base_module_content {
    position: relative;
    padding: .08rem 0;
}


.speed_box_c,
.speed_box_c .speed_box{
    display: inline-block;
}

.speed_tips {
    display: none;
    position: fixed;
    background-color:rgba(32, 34, 36, 0.9);
    color: #fff;
    text-align: center;
    bottom: .4rem;
    left: calc(50% - 3.175rem);
    line-height: .48rem;
    height: .55rem;    
}

.speed_tips_t {
    float: left;
    background-color: #0CB184;
    letter-spacing: 3px;
    height: .55rem;
    line-height: .55rem;
    font-size: .18rem;
    text-align: center;
    font-weight: bold;
    padding: 0 .24rem;
}
.speed_tips_c {
    float: left;
    min-width: 7rem;
    text-align: center;
    height: .55rem;
    font-size: .14rem;
    line-height: .55rem;
    padding: 0 .24rem;
}

.colorRed {
    color: #CF4734 !important;
}
.colorBBB {
    color: #bbb !important;

}
