body {
    font-family: Arial, "Microsoft YaHei", "微软雅黑", serif !important;
    font-size: 14px;
    position: relative;
    /*background-color: #f2f2f2;*/
}

@media (min-width: 1230px) {
    .ui.container {
        width: 1200px
    }
}

.ui.menu {
    font-size: 14px;
}

.ui.menu .item {
    padding: 5px 10px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 0 !important;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px !important;
}

.ui.large.button {
    padding: 5px;
}

.ui.pagination.menu .active.item {
    padding-top: 5px;
}

.ui.pagination.menu .item {
    min-width: 35px;
    text-align: center;
}

.ui.divider {
    text-transform: none !important;
}

.ui.text.justified {
    text-align: justify !important;
}

.ui.text.blue {
    color: #2185d0;
}

.ui.text.teal {
    color: #00b5ad;
}

.ui.text.green {
    color: #21ba45;
}

.ui.text.brown {
    color: #a5673f !important;
}

.ui.text.orange {
    color: #f2711c !important;
}

.ui.text.yellow {
    color: #fbbd08 !important;
}

.ui.text.red {
    color: #db2828 !important;
}

.ui.text.grey {
    color: #767676 !important;
}

.ui.text.purple {
    color: #a333c8 !important;
}

.__dimensions_badge_embed__, .__dimensions_badge_embed__ a, .__dimensions_badge_embed__ a:hover, .__dimensions_badge_embed__ div {
    vertical-align: baseline !important;
}