﻿/*基本样式类*/
.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.byq_bb_c {
    border-bottom-color: var(--bc1);
}

.byq_yy {
    box-shadow: 0px 0px 15px rgb(128 128 128 / 0.2);
    border-radius: 8px;
    background-color: white;
}

.bc1 {
    background-color: var(--bc1);
}

.bc2 {
    background-color: var(--bc2);
}

.bc3 {
    background-color: var(--bc3);
}

.bc4 {
    background-color: var(--bc4);
}

.bc5 {
    background-color: var(--bc5);
}

.byq_color1 {
    color: var(--bc1);
}

.byq_color2 {
    color: var(--bc2);
}

.byq_color3 {
    color: var(--bc3);
}

.byq_color4 {
    color: var(--bc4);
}

.byq_color5 {
    color: var(--bc5);
}

.byq_border1 {
    box-sizing:border-box;
    border: solid 1px var(--bc1);
 }

.byq_border2 {
    box-sizing: border-box;
    border: solid 1px var(--bc2);
 }

.byq_border3 {
    box-sizing: border-box;
    border: solid 1px var(--bc3);
 }

.byq_border4 {
    box-sizing: border-box;
    border: solid 1px var(--bc4);
 }
.byq_border5 {
    box-sizing: border-box;
    border: solid 1px var(--bc5);
 }

.title {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 3px 2px 2px #000;
}

.edittable {
    border: 2px dashed var(--bc4);
    /*background-color:var(--bc4);*/
}
 
a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

.byq_RightMenu {
    width: 100%;
    height: 25px;
    line-height: 25px
}

    .byq_RightMenu:hover {
        background-color: var(--bc5);
    }

iframe {
    border: 0px;
}

.byq_Searchdiv {
    float: right;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #cecaca;
    box-sizing: border-box;
    margin-right: 10px;
}

    .byq_Searchdiv input {
        border: 0px;
        width: 120px;
        height: 20px;
    }

.byq_DropDownList {
    width: 206px;
    height: 29px;
    border: solid 1px #cecaca;
}

.byq_CheckBoxList input[type="checkbox"] {
    display: none;
}

.byq_CheckBoxList label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
}

    .byq_CheckBoxList label::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 3px;
        width: 12px;
        height: 12px;
        border: 1px solid #ccc;
        background-color: white;
    }

.byq_CheckBoxList input:checked + label::before {
    background-color: var(--bc1);
}

.byq_CheckBoxList input:checked + label::after {
    content: "✔";
    position: absolute;
    left: 13px;
    top: 0px;
    color: white; /* 对勾颜色 */
    font-size: 10px;
}
.byq_RadioButtonList {
    margin: 5px;
}

    .byq_RadioButtonList input[type="radio"] {
        display: none;
    }

    .byq_RadioButtonList label {
        position: relative;
        padding-left: 15px;
        cursor: pointer;
        margin-right: 5px;
    }

        .byq_RadioButtonList label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 3px;
            width: 12px;
            height: 12px;
            border: 1px solid #808080;
            border-radius: 50%;
            background-color: white;
        }

    .byq_RadioButtonList input:checked + label::before {
        border-color: var(--bc1);
    }


    .byq_RadioButtonList input:checked + label::after {
        content: "";
        position: absolute;
        left: 2px;
        top: 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--bc1);
     }
.byq_input {
    width: 200px;
    height: 25px;
    border: solid 1px #cecaca;
}

    .byq_input:focus {
        outline: solid 1px var(--bc2);
        border: 0px;
    }

.byq_input_border {
    outline: none;
    border: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    border: hidden;
}

.byq_ex {
    height: 25px;
    line-height: 25px;
    color: #808080;
    font-family: Verdana;
    font-size: 12px;
}

.byq_row {
    padding: 3px 10px;
    display: flex;
    height: 30px;
    line-height: 30px;
}

.byq_row_bb {
    border-bottom: solid 1px #cecaca;
}

.byq_menu {
    padding: 3px 10px;
    border-bottom: solid 1px #cecaca;
    display: flex;
    height: 30px;
    line-height: 30px;
}

    .byq_menu:hover {
        background-color:white;
     }

.byq_menu_left {
    float: left;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}

.byq_menu_right {
    width: 20px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

.byq_menu_But {
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.byq_menu_But:hover {
  background-color:var(--bc3);
}
.byq_ButtonDiv {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}

.byq_LinkButton {
    width: auto;
    padding: 0px 10px 0px 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--bc4);
    border: solid 1px #cecaca;
    color: var(--bc1);
    float: left;
    margin-right: 10px;
    min-width: 60px;
    color: #000;
    margin-bottom: 5px;
}

    .byq_LinkButton:hover {
        background-color: var(--bc2);
        cursor: pointer;
    }

.byq_Button {
    width: 80px;
    height: 30px;
    box-shadow: none;
    background-color: var(--bc3);
    border: solid 1px #cecaca;
    margin-bottom: 5px;
}

    .byq_Button:hover {
        background-color: var(--bc2);
    }

table {
    font-size: 14px;
}

.byq_Table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-color: #cecaca;
    background-color: white;
}

.byq_Table_Header {
    display: table-row;
    background-color: var(--bc2);
    font-weight: 300;
    text-align: center;
    height: 40px;
}

    .byq_Table_Header td {
        border-color: #cecaca;
    }

.byq_Table_Row {
    display: table-row;
    border-color: #cecaca;
    height:40px;
}

.byq_Table_Row_cell {
    display: table-cell;
    border: solid 1px;
    border-color: #cecaca;
    vertical-align: middle;
    text-indent: 10px;
}

.byq_Table_Row td {
    border-color: #cecaca;
}

.byq_Table_Row:hover {
    background-color: var(--bc5);
}

.byq_pagesBut:active {
    background-color: var(--bc3);
}

.gridview {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-color: #cecaca;
}

    .gridview > tbody > tr {
        display: table-row;
        border-color: #cecaca;
        height: 30px;
    }

        .gridview > tbody > tr:hover {
            background-color: var(--bc5);
        }

        .gridview > tbody > tr:nth-of-type(1) {
            display: table-row;
            background-color: var(--bc2);
            font-weight: 300;
            text-align: center;
            height: 30px;
        }

        .gridview > tbody > tr > td {
            display: table-cell;
            border: solid 1px;
            border-color: #cecaca;
            vertical-align: middle;
            text-indent: 2px;
        }
/*移动端样式*/
.page-top {
    background-color: #F8F8F8;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    z-index:-1;
}

.page-body {
    overflow-y: auto;
    width: 100%;
    height: 90%;
}

.page-cell {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 28px;
    overflow:hidden;
}
.page-scroller {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    overflow-y: auto;
}

    .page-scroller::-webkit-scrollbar {
        display: none;
    }
.page-cell-bottom {
    border-bottom: solid 1px rgb(128 128 128 / 0.2);
}

.page-label {
    display: block;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: 900;
    min-width: 85px;
}

.page-cell-left {
    text-align: left;
}

.page-cell-right {
    flex: 1;
}

.page-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2.55555556;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    border:0px;
}

.page-input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 1.47058824em;
    line-height: 1.47058824;
}

    .page-input::-webkit-outer-spin-button,
    .page-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
.popup_div {
    position: fixed;
    left: 0px;
    width: 100%;
    background: #fff;
    bottom: 0px;
    z-index: 1000;
    display: none;
    max-height: 90%;
 }
.popup_div_topdiv {
    display: flex;
    width: 100%;
    height: 25px;
    margin: 0 auto;
    padding: 5px 5px;
}

.popup_div_topdiv_title {
    text-align: center;
    flex: 1;
    line-height: 25px;
    font-size: 16px;
    float:left;
}
.close-popup {
    width: 80px;
    text-align: center;
    line-height: 25px;
    float: right;
}
.popup_div_content {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.page-slide {
    padding: 0px 10px 0px 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 48px;
    overflow: hidden;   
}
.page-slide-title {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
}

.page-slide-buts {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #fff;
    letter-spacing: 3px;
    z-index: 9;
    box-sizing: border-box;
}

.page-slide-but {
    min-width: 60px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    float: left;
    margin-left: 3px;
    box-sizing: border-box;
}

.req:before {
    content: ' *';
    color: #fa5151;
    font-weight: bold;
}

.checkbox2 input {
    width: 50px;
    height: 25px;
    background-color: #DFDFDF;
    border: 1px solid #dddddd;
    position: relative;
    outline: 0;
    border-radius: 14px;
    box-sizing: border-box;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.1s, border 0.1s;
    transition: background-color 0.1s, border 0.1s;
}



    .checkbox2 input:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 23px;
        border-radius: 15px;
        background-color: #FDFDFD;
        -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
        transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
        transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
        transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1), -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
    }

    .checkbox2 input:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 23px;
        height: 23px;
        border-radius: 15px;
        background-color: #FFFFFF;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
        transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
        transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
        transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35), -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
    }

    .checkbox2 input:checked {
        background-color: var(--bc1);
    }

        .checkbox2 input:checked:before {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .checkbox2 input:checked:after {
            -webkit-transform: translateX(24px);
            transform: translateX(24px);
        }

.checkbox1 input {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease 0.1s;
    transition: background-color ease 0.1s;
}

    .checkbox1 input:checked {
        background-color: var(--bc1);
    }

.byq-slider {
    padding: 15px 18px;
    -webkit-user-select: none;
    user-select: none;
    float: left;
}

.byq-slider__inner {
    position: relative;
    height: 8px;
    background-color: red;
}

.byq-slider__track {
    height: 8px;
    background-color: var(--bc1);
    width: 0;
}

.byq-slider__handler {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 20px;
    margin-left: -15px;
    margin-top: -10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.byq-slider-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

    .byq-slider-box .byq-slider {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

.byq-slider-box__value {
    margin-left: .5em;
    min-width: 24px;
    color: #888888;
    text-align: center;
    font-size: 14px;
    float: right;
}

body {
    font-size: 14px;
    background-color: var(--bc5);
}

@keyframes spin {
    0% {transform: rotate(0deg);/* 旋转起始角度 */}
    100% {transform: rotate(360deg);/* 旋转结束角度 */} 
}

/*图标*/
@font-face {
    font-family: "byqiconfont";
    src: url("/images/css/byqttf.ttf") format('truetype');
}

.icon {
    font-family: byqiconfont !important;
     font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
}

.icon-0:before {
    content: "\e000"
}

.icon-1:before {
    content: "\e001"
}

.icon-2:before {
    content: "\e002"
}

.icon-3:before {
    content: "\e003"
}

.icon-4:before {
    content: "\e004"
}

.icon-5:before {
    content: "\e005"
}

.icon-6:before {
    content: "\e006"
}

.icon-7:before {
    content: "\e007"
}

.icon-8:before {
    content: "\e008"
}

.icon-9:before {
    content: "\e009"
}

.icon-10:before {
    content: "\e010"
}

.icon-11:before {
    content: "\e011"
}

.icon-12:before {
    content: "\e012"
}

.icon-13:before {
    content: "\e013"
}

.icon-14:before {
    content: "\e014"
}

.icon-15:before {
    content: "\e015"
}

.icon-16:before {
    content: "\e016"
}

.icon-17:before {
    content: "\e017"
}

.icon-18:before {
    content: "\e018"
}

.icon-19:before {
    content: "\e019"
}

.icon-20:before {
    content: "\e020"
}

.icon-21:before {
    content: "\e021"
}

.icon-22:before {
    content: "\e022"
}

.icon-23:before {
    content: "\e023"
}

.icon-24:before {
    content: "\e024"
}

.icon-25:before {
    content: "\e025"
}

.icon-26:before {
    content: "\e026"
}

.icon-27:before {
    content: "\e027"
}

.icon-28:before {
    content: "\e028"
}

.icon-29:before {
    content: "\e029"
}

.icon-30:before {
    content: "\e030"
}

.icon-31:before {
    content: "\e031"
}

.icon-32:before {
    content: "\e032"
}

.icon-33:before {
    content: "\e033"
}

.icon-34:before {
    content: "\e034"
}

.icon-35:before {
    content: "\e035"
}

.icon-36:before {
    content: "\e036"
}

.icon-37:before {
    content: "\e037"
}

.icon-38:before {
    content: "\e038"
}

.icon-39:before {
    content: "\e039"
}

.icon-40:before {
    content: "\e040"
}

.icon-41:before {
    content: "\e041"
}

.icon-42:before {
    content: "\e042"
}

.icon-43:before {
    content: "\e043"
}

.icon-44:before {
    content: "\e044"
}

.icon-45:before {
    content: "\e045"
}

.icon-46:before {
    content: "\e046"
}

.icon-47:before {
    content: "\e047"
}

.icon-48:before {
    content: "\e048"
}

.icon-49:before {
    content: "\e049"
}

.icon-50:before {
    content: "\e050"
}

.icon-51:before {
    content: "\e051"
}

.icon-52:before {
    content: "\e052"
}

.icon-53:before {
    content: "\e053"
}

.icon-54:before {
    content: "\e054"
}

.icon-55:before {
    content: "\e055"
}

.icon-56:before {
    content: "\e056"
}

.icon-57:before {
    content: "\e057"
}

.icon-58:before {
    content: "\e058"
}

.icon-59:before {
    content: "\e059"
}

.icon-60:before {
    content: "\e060"
}

.icon-61:before {
    content: "\e061"
}

.icon-62:before {
    content: "\e062"
}

.icon-63:before {
    content: "\e063"
}

.icon-64:before {
    content: "\e064"
}

.icon-65:before {
    content: "\e065"
}

.icon-66:before {
    content: "\e066"
}

.icon-67:before {
    content: "\e067"
}

.icon-68:before {
    content: "\e068"
}

.icon-69:before {
    content: "\e069"
}

.icon-70:before {
    content: "\e070"
}

.icon-71:before {
    content: "\e071"
}

.icon-72:before {
    content: "\e072"
}

.icon-73:before {
    content: "\e073"
}

.icon-74:before {
    content: "\e074"
}

.icon-75:before {
    content: "\e075"
}

.icon-76:before {
    content: "\e076"
}

.icon-77:before {
    content: "\e077"
}

.icon-78:before {
    content: "\e078"
}

.icon-79:before {
    content: "\e079"
}

.icon-80:before {
    content: "\e080"
}

.icon-81:before {
    content: "\e081"
}

.icon-82:before {
    content: "\e082"
}

.icon-83:before {
    content: "\e083"
}

.icon-84:before {
    content: "\e084"
}

.icon-85:before {
    content: "\e085"
}

.icon-86:before {
    content: "\e086"
}

.icon-87:before {
    content: "\e087"
}

.icon-88:before {
    content: "\e088"
}

.icon-89:before {
    content: "\e089"
}

.icon-90:before {
    content: "\e090"
}

.icon-91:before {
    content: "\e091"
}

.icon-92:before {
    content: "\e092"
}

.icon-93:before {
    content: "\e093"
}

.icon-94:before {
    content: "\e094"
}

.icon-95:before {
    content: "\e095"
}

.icon-96:before {
    content: "\e096"
}

.icon-97:before {
    content: "\e097"
}

.icon-98:before {
    content: "\e098"
}

.icon-99:before {
    content: "\e099"
}

.icon-100:before {
    content: "\e100"
}

.icon-101:before {
    content: "\e101"
}

.icon-102:before {
    content: "\e102"
}

.icon-103:before {
    content: "\e103"
}

.icon-104:before {
    content: "\e104"
}

.icon-105:before {
    content: "\e105"
}

.icon-106:before {
    content: "\e106"
}

.icon-107:before {
    content: "\e107"
}

.icon-108:before {
    content: "\e108"
}

.icon-109:before {
    content: "\e109"
}

.icon-110:before {
    content: "\e110"
}

.icon-111:before {
    content: "\e111"
}

.icon-112:before {
    content: "\e112"
}

.icon-113:before {
    content: "\e113"
}

.icon-114:before {
    content: "\e114"
}

.icon-115:before {
    content: "\e115"
}

.icon-116:before {
    content: "\e116"
}

.icon-117:before {
    content: "\e117"
}

.icon-118:before {
    content: "\e118"
}

.icon-119:before {
    content: "\e119"
}

.icon-120:before {
    content: "\e120"
}

.icon-121:before {
    content: "\e121"
}

.icon-122:before {
    content: "\e122"
}

.icon-123:before {
    content: "\e123"
}

.icon-124:before {
    content: "\e124"
}

.icon-125:before {
    content: "\e125"
}

.icon-126:before {
    content: "\e126"
}

.icon-127:before {
    content: "\e127"
}

.icon-128:before {
    content: "\e128"
}

.icon-129:before {
    content: "\e129"
}

.icon-130:before {
    content: "\e130"
}

.icon-131:before {
    content: "\e131"
}

.icon-132:before {
    content: "\e132"
}

.icon-133:before {
    content: "\e133"
}

.icon-134:before {
    content: "\e134"
}

.icon-135:before {
    content: "\e135"
}

.icon-136:before {
    content: "\e136"
}

.icon-137:before {
    content: "\e137"
}

.icon-138:before {
    content: "\e138"
}

.icon-139:before {
    content: "\e139"
}

.icon-140:before {
    content: "\e140"
}

.icon-141:before {
    content: "\e141"
}

.icon-142:before {
    content: "\e142"
}

.icon-143:before {
    content: "\e143"
}

.icon-144:before {
    content: "\e144"
}

.icon-145:before {
    content: "\e145"
}

.icon-146:before {
    content: "\e146"
}

.icon-147:before {
    content: "\e147"
}

.icon-148:before {
    content: "\e148"
}

.icon-149:before {
    content: "\e149"
}

.icon-150:before {
    content: "\e150"
}

.icon-151:before {
    content: "\e151"
}

.icon-152:before {
    content: "\e152"
}

.icon-153:before {
    content: "\e153"
}

.icon-154:before {
    content: "\e154"
}

.icon-155:before {
    content: "\e155"
}

.icon-156:before {
    content: "\e156"
}

.icon-157:before {
    content: "\e157"
}

.icon-158:before {
    content: "\e158"
}

.icon-158:before {
    content: "\e158"
}

.icon-159:before {
    content: "\e159"
}

.icon-160:before {
    content: "\e160"
}

.icon-161:before {
    content: "\e161"
}

.icon-162:before {
    content: "\e162"
}

.icon-163:before {
    content: "\e163"
}
.icon-164:before {
    content: "\e164"
}
.icon-165:before {
    content: "\e165"
}
.icon-166:before {
    content: "\e166"
}
.icon-167:before {
    content: "\e167"
}
.icon-168:before {
    content: "\e168"
}
.icon-169:before {
    content: "\e169"
}
.icon-170:before {
    content: "\e170"
}
.icon-171:before {
    content: "\e171"
}
.icon-172:before {
    content: "\e172"
}
.icon-173:before {
    content: "\e173"
}
.icon-174:before {
    content: "\e174"
}
.icon-175:before {
    content: "\e175"
}
.icon-176:before {
    content: "\e176"
}
.icon-177:before {
    content: "\e177"
}
.icon-178:before {
    content: "\e178"
}
.icon-179:before {
    content: "\e179"
}
.icon-180:before {
    content: "\e180"
}
.icon-181:before {
    content: "\e181"
}
.icon-182:before {
    content: "\e182"
}
.icon-183:before {
    content: "\e183"
}
.icon-184:before {
    content: "\e184"
}
.icon-185:before {
    content: "\e185"
}
.icon-186:before {
    content: "\e186"
}
.icon-187:before {
    content: "\e187"
}
.icon-188:before {
    content: "\e188"
}
.icon-189:before {
    content: "\e189"
}
.icon-190:before {
    content: "\e190"
}
.icon-191:before {
    content: "\e191"
}
.icon-192:before {
    content: "\e192"
}
.icon-193:before {
    content: "\e193"
}
.icon-194:before {
    content: "\e194"
}
.icon-195:before {
    content: "\e195"
}
.icon-196:before {
    content: "\e196" 
}
.icon-197:before {
    content: "\e197"
}
.icon-198:before {
    content: "\e198"
}
.icon-199:before {
    content: "\e199"
}
.icon-200:before {
    content: "\e200"
}
.icon-201:before {
    content: "\e201"
}
.icon-202:before {
    content: "\e202"
}
.icon-203:before {
    content: "\e203"
}
.icon-204:before {
    content: "\e204"
}
.icon-205:before {
    content: "\e205"
}
.icon-206:before {
    content: "\e206"
}
.icon-207:before {
    content: "\e207"
}
.icon-208:before {
    content: "\e208"
}
.icon-209:before {
    content: "\e209"
}
.icon-210:before {
    content: "\e210"
}
.icon-211:before {
    content: "\e211"
}
.icon-212:before {
    content: "\e212"
}
.icon-213:before {
    content: "\e213"
}
.icon-214:before {
    content: "\e214"
}
.icon-215:before {
    content: "\e215"
}
.icon-216:before {
    content: "\e216"
}
.icon-217:before {
    content: "\e217"
}
.icon-218:before {
    content: "\e218"
}
.icon-219:before {
    content: "\e219"
}
.icon-220:before {
    content: "\e220"
}