@charset "UTF-8";

:root {
    --my-color-green: #7ABEB9;
    --my-color-yellow: #F4C122;
    --my-color-gray: #f2f2f2;
    --my-color-999: #999999;
}



.color_green {
    color: var(--my-color-green) !important;
}
.color_yellow {
    color: var(--my-color-yellow) !important;
}
.bg_green {
    background-color: var(--my-color-green) !important;
}
.bg_yellow {
    background-color: var(--my-color-yellow) !important;
}
.color_gray {
    color: var(--my-color-gray) !important;
}
.color_999999 {
    color: var(--my-color-999) !important;
}
.bg_gray {
    background-color: var(--my-color-gray) !important;
}

* {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", Arial, sans-serif;
}


* {
    font-size: 12px;
}


html {
    font-size: 14px !important;
    height: 100%;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.nodata {
    padding:8px;
    color:#999;
}




.fs-12 {
    font-size:12px;
}
.fs-13 {
    font-size:13px;
}
.fs-14 {
    font-size:14px;
}
.fs-15 {
    font-size:15px;
}
.fs-16 {
    font-size:16px;
}
.fs-17 {
    font-size:17px;
}
.fs-18 {
    font-size:18px;
}
.fs-19 {
    font-size:19px;
}
.fs-20 {
    font-size:20px;
}
.fs-21 {
    font-size:21px;
}
.fs-22 {
    font-size:22px;
}
.fs-23 {
    font-size:23px;
}
.fs-24 {
    font-size:24px;
}
.fs-25 {
    font-size:25px;
}
.fs-26 {
    font-size:26px;
}
.fs-27 {
    font-size:27px;
}
.fs-28 {
    font-size:28px;
}
.fs-29 {
    font-size:29px;
}
.fs-30 {
    font-size:30px;
}


.height-50 {
    height:50px;
}
.width-50 {
    width:50px;
}


.rounded-100 {
    border-radius: 100%;
}



.tips {
    line-height: 25px;
    color:#999;
    font-size:12px;
}


/** bootstrap **/
table {
    margin-bottom:0 !important;
}














































