@media (min-width: 992px) {
    .search-engine-list li {
        width: 122px;
    }
}

@media (max-width: 995px) {
    .search-engine-list_zmki_ul {
        padding: 0px;
    }
}

.col-sm-3 {
    padding: 0px 10px;
}

.sousuo {
    padding: 25px 0px 15px;
    height: 90px;
    display: flex;
    place-content: center;
}

.search {
    position: relative;
    min-width: 295px;
    max-width: 800px;
    width: 40vw;
    margin: 0px auto;
    z-index: 1099;
}

.search-box {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 6px;
    top: 10px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}

.search-input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: rgb(153, 153, 153);
    outline: none;
    padding: 0px 45px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 10px;
}

.search-input.can-clean {
    padding: 0px 70px 0px 45px;
}

.search-input:focus {
    outline: none;
    border: 1px solid rgb(33, 136, 255);
    box-shadow: rgba(71, 158, 245, 0.5) 0px 0px 5px 0px;
}

input::-webkit-input-placeholder {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgb(204, 204, 204);
}

.search-clean {
    position: absolute;
    right: 45px;
    top: 25%;
    background: transparent;
    border: none;
    color: rgb(221, 221, 221);
    font-size: 18px;
}

.search-clean:hover {
    color: rgb(142, 38, 42);
}

.search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    line-height: 48px;
    background: transparent;
    border: none;
    font-size: 25px;
    color: rgb(221, 221, 221);
    font-weight: bold;
    outline: none;
    padding: 0px 10px;
}

.search-btn:hover {
    color: rgb(107, 113, 132);
}

.search-btn i {
    margin: 0px;
}

.search-hot-text {
    position: absolute;
    z-index: 1100;
    width: 100%;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(204, 204, 204, 0.58) 0px 4px 5px 0px;
    overflow: hidden;
}

body.night .search-hot-text {
    background: rgb(66, 66, 66);
}

.search-hot-text ul {
    margin: 0px;
    padding: 5px 0px;
}

.search-hot-text ul li {
    border-top: 1px solid rgb(242, 242, 242);
    line-height: 30px;
    font-size: 14px;
    padding: 0px 25px;
    color: rgb(119, 119, 119);
}

.search-hot-text ul li a {
    cursor: pointer;
}

body.night .search-hot-text ul li {
    border-top: 1px solid rgb(119, 119, 119);
}

.search-hot-text ul li.current {
    background: rgb(241, 241, 241);
    color: rgb(33, 150, 243);
}

.search-hot-text ul li:hover {
    background: rgb(241, 241, 241);
    color: rgb(33, 150, 243);
    cursor: pointer;
}

body.night .search-hot-text ul li.current, body.night .search-hot-text ul li:hover {
    background: rgb(113, 113, 113);
}

.search-hot-text ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    border-radius: 10px;
    color: rgb(153, 153, 153);
}

.search-hot-text ul li a {
    display: inline-block;
    width: calc(100% - 40px);
    white-space: nowrap;
}

body.night .search-hot-text ul li a {
    color: rgb(153, 153, 153);
}

.search-hot-text ul li a small {
    color: rgb(204, 204, 204);
}

body.night .search-hot-text ul li a small {
    color: rgb(102, 102, 102);
}

.search-engine {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 15px 0px 0px 15px;
    border-radius: 5px;
    box-shadow: rgb(216, 215, 215) 0px 5px 20px 0px;
    transition: 0.3s;
    display: none;
    z-index: 1999;
}

.search-engine-head {
    overflow: hidden;
    margin-bottom: 10px;
    padding-right: 15px;
}

.search-engine-tit {
    float: left;
    margin: 0px;
    font-size: 14px;
    color: rgb(153, 153, 153);
}

.search-engine-tool {
    float: right;
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.search-engine ul::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -15px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 255, 255);
}

body.night .search-engine ul::before {
    border-bottom: 8px solid rgb(66, 66, 66);
}

.search-engine-list {
    padding-left: 3vw;
    padding-right: 3vw;
}

.search-engine-list::after {
    content: "";
    width: 90px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 1px;
}

.search-engine-list li {
    float: left;
    width: 10vw;
    min-width: 115px;
    line-height: 32px;
    font-size: 15px;
    margin: 0px 10px 10px 0px;
    background: rgb(249, 249, 249);
    color: rgb(153, 153, 153);
    cursor: pointer;
    padding: 0px;
}

.search-engine-list li i {
    width: 32px;
    height: 32px;
    float: left;
}

.search-engine-list li span {
    margin-left: 10px;
}

.bt-link > a {
    display: inline-block;
    font-size: 12px;
    color: rgb(232, 167, 136);
    padding: 7px 0px 0px 15px;
}

.colorful-card {
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    padding: 20px 10px;
}

.colorful-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;
    transform: translateY(-6px);
    color: rgb(255, 255, 255);
}

.colorful-card:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.colorful-card i {
    font-size: 18px;
    margin-left: 5px;
}

.colorful-card span {
    margin-left: 5px;
}

@media screen and (max-width: 1200px) {
    .zmki_top_main .col-lg-4 {
        padding: 0px 7px;
    }

    .colorful-card {
        padding: 20px;
    }
}

.zmki_top_one {
    background: rgb(96, 140, 238);
}

.zmki_top_two {
    background: rgb(251, 89, 98);
}

.zmki_top_three {
    background: rgb(251, 179, 89);
}

.zmki_top_four {
    background: rgb(83, 191, 107);
}

.zmki_admin_img {
    border: 0px;
    height: 20px;
    margin-bottom: -2px;
}

.box2 {
    height: 74px;
    cursor: pointer;
    padding: 0px 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    margin: 20px 0px 0px;
    transition: 0.3s;
    box-shadow: rgba(180, 195, 255, 0.3) 0px 1px 5px;
    border: 1px solid rgb(255, 255, 255);
}

.box2:hover {
    box-shadow: rgba(180, 195, 255, 0.5) 0px 2px 10px;
    transition: 0.2s;
    border: 1px solid rgb(52, 100, 224);
}

.xe-comment-entry img, .xe-comment-entry .no-img {
    float: left;
    display: block;
    margin-right: 16px;
    margin-top: 2px;
}

.xe-comment-entry .no-img {
    width: 36px;
    height: 36px;
    font-size: 1.5em;
    background: rgb(70, 121, 255);
    text-align: center;
    line-height: 36px;
    color: rgb(255, 255, 255);
}

body.night .xe-comment-entry .no-img {
    background: rgb(40, 43, 45);
}

.xe-comment p {
    margin-bottom: 0px;
}

.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 2px 0px;
    font-weight: 400;
    color: rgb(48, 54, 89);
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.overflowClip_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflowClip_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: rgb(136, 142, 162);
    margin: 2px 0px;
}

.submit-tag {
    margin-top: 50px;
}

.board {
    z-index: 99;
}

.my_mode_switch {
    float: right;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background-size: 28px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 995px) {
    .my_mode_switch {
        margin-right: 15px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}

input#is-search-top[type="checkbox"].iswitch {
    width: 30px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-right: 0px;
}

input#is-search-top[type="checkbox"].iswitch::before {
    height: 14px;
    width: 14px;
}

input#is-search-top[type="checkbox"].iswitch:checked {
    padding-left: 14px;
}

zmki_top_main {
    display: block;
}

.zmki_top_item {
    width: 25%;
    float: left;
    position: relative;
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 995px) {
    .zmki_top_item {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.zmki_top_item > a {
    height: 60px;
}

.zmki_top_item .zmki_top_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.dark {
    background-color: rgb(33, 33, 33);
}

body.dark .box2 {
    box-shadow: rgb(32, 32, 32) 0px 1px 5px;
    border: 1px solid rgb(51, 51, 51);
}

body.dark .box2:hover {
    box-shadow: rgba(178, 192, 236, 0.5) 0px 2px 10px;
    transition: 0.3s;
    border: 1px solid rgb(255, 255, 255);
}

body.dark .overflowClip_1 {
    color: rgb(204, 204, 204);
}

body.dark .overflowClip_3 {
    color: rgb(102, 102, 102);
}

body.dark .text-gray {
    color: rgb(153, 153, 153);
}

body.dark .xe-widget.xe-conversations {
    background-color: rgb(38, 38, 38) !important;
}

body.dark .sidebar-menu {
    background-color: rgb(38, 38, 38) !important;
    border-right: 1px solid rgb(51, 51, 51) !important;
}

body.dark .sidebar-menu .logo-env .logo a {
    color: white !important;
}


body.dark .sidebar-menu .main-menu a {
    color: rgb(153, 153, 153) !important;
}

body.dark .sidebar-menu .main-menu a:hover {
    color: white !important;
}

body.dark .sidebar-menu .main-menu li.active > a {
    color: white !important;
}

body.dark footer.main-footer {
    border-top: 1px solid rgb(33, 33, 33) !important;
    background-color: rgb(33, 33, 33) !important;
}

body.dark .zmki_footer_mar {
    color: rgb(153, 153, 153) !important;
}

body.dark .zmki_footer_mar a {
    color: rgb(153, 153, 153) !important;
}

body.dark .zmki_footer_mar a:hover {
    color: rgb(204, 204, 204) !important;
}

body.dark .zmki_footer_mar a:active {
    color: rgb(204, 204, 204) !important;
}

body.dark .fk_service_box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 9px 0px !important;
    background-color: rgb(40, 40, 40) !important;
}

body.dark .fk_service_themes {
    border: 1px solid rgba(0, 0, 0, 0);
    background: url("../images/toolbar/theme.svg") 4px 4px no-repeat;
}

body.dark .fk_service_themes:hover {
    background: url("../images/toolbar/theme_dark_hover.svg") 4px 4px no-repeat;
    transition: 0.3s;
    border: 1px solid rgb(204, 204, 204) !important;
}

body.dark .fk_service_sidebar {
    border: 1px solid rgb(0 0 0 / 0%);
    background: url("../images/toolbar/menu.svg") 4px 4px no-repeat;
}

body.dark .fk_service_sidebar:hover {
    border: 1px solid #ccc !important;
    background: url("../images/toolbar/menu_dark_hover.svg") 4px 4px no-repeat;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

body.dark .fk_service_upward {
    border: 1px solid rgba(0, 0, 0, 0);
    background: url("../images/toolbar/up.svg") 4px 4px no-repeat;
}

body.dark .fk_service_upward:hover {
    background: url("../images/toolbar/up_dark_hover.svg") 4px 4px no-repeat;
    transition: 0.3s;
    border: 1px solid rgb(204, 204, 204) !important;
}

.fk_service ul {
    position: unset;
}

.fk_service {
    bottom: 10px;
}


.timezone {
    font-size: 20px;
}
.timezone div {
    margin-bottom: 6px; 
}
.timezone div:first-child {
    margin-top: 20px; 
}
.timezone div:last-child {
    margin-bottom: 0px; 
}