:root {
    --site-accent: #f0b200;
    --site-accent-dark: #c78f00;
    --site-text: #666666;
    --site-title: #333333;
    --site-border: #e5e5e5;
    --site-border-dark: #d0d0d0;
    --site-bg: #ffffff;
    --site-muted-bg: #f7f7f7;
    --site-top-bg: #000000;
    --site-footer-bg: #141414;
    --site-footer-bottom-bg: #000000;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: var(--site-text);
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

body.siteclone-body {
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: var(--site-text);
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

.container {
    width: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row::after,
.list::after,
.productList::after,
.indexNewsList::after,
.otherPageBox::after,
.footerGrid::after {
    content: "";
    display: block;
    clear: both;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12 { width: 100%; }
.col-xs-9 { width: 75%; }
.col-xs-6 { width: 50%; }
.col-xs-3 { width: 25%; }

@media (min-width: 768px) {
    .col-sm-4 { width: 33.33333333%; }
    .col-sm-8 { width: 66.66666667%; }
    .col-sm-12 { width: 100%; }
}

@media (min-width: 992px) {
    .col-md-3 { width: 25%; }
    .col-md-4 { width: 33.33333333%; }
    .col-md-5 { width: 41.66666667%; }
    .col-md-7 { width: 58.33333333%; }
    .col-md-8 { width: 66.66666667%; }
    .col-md-9 { width: 75%; }
    .col-md-12 { width: 100%; }
}

.topBox {
    position: relative;
    z-index: 20;
}

.borderBottom {
    background: var(--site-top-bg);
    padding: 10px 0;
}

.topRow {
    padding: 0;
}

.welcomeBox {
    width: auto;
    float: left;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
}

.welcomeBox * {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    color: #fff;
}

.topContactBox {
    width: auto;
    float: right;
    margin-right: 15px;
}

.topContactBox img {
    display: block;
    width: auto;
    float: left;
    margin-left: 15px;
}

.topContactBox a {
    display: block;
    width: auto;
    float: left;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.topContactBox a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar {
    margin: 0;
    min-height: 100px;
    height: 100px;
    border: 0;
    background: #ffffff;
    border-radius: 0;
}

.navbar .container {
    display: block;
}

.navbar-header {
    display: block;
    float: left;
}

.navbar-brand {
    padding: 0;
    width: auto;
    float: left;
    color: #000000;
}

.navbar .navbar-brand:hover {
    background: none;
}

.adminbuy_logo {
    height: 74px;
    width: auto;
    margin-top: 13px;
}

.navbar-brand span {
    display: none;
}

.siteclone-nav-toggle {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    margin-right: 10px;
    cursor: pointer;
}

.siteclone-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px auto;
    background: #333333;
}

.navbar-collapse {
    display: block;
}

.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.dropdown2 {
    position: relative;
    list-style: none;
}

.navbar-nav > li {
    float: left;
}

#app_menudown {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}

#app_menudown:hover {
    background-color: #073053;
}

#app_menudown span {
    display: block;
}

@media (min-width: 768px) {
    #app_menudown,
    .dropdown-toggle2 {
        display: none !important;
    }

    #navbar {
        float: right;
        padding: 0;
        margin: 0;
    }
}

.dropdown-menu2 {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../images/source/bg-alpha.png);
    border: none;
    display: none;
    z-index: 30;
}

.dropdown2:hover .dropdown-menu2,
.dropdown2.is-open .dropdown-menu2 {
    display: block;
}

.dropdown-menu2 li {
    list-style: none;
}

.dropdown-menu2 a {
    display: block;
    color: #ffffff;
    line-height: 35px;
    padding: 0 25px;
    width: 250px;
    text-align: left;
    overflow: hidden;
}

.dropdown-menu2 a:hover,
.dropdown-menu2 a.selected {
    background: var(--site-accent);
    color: #ffffff;
}

#navbar {
    float: right;
    padding: 0;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    transition: background 0.4s;
    text-align: center;
    color: #000;
    font-size: 16px;
    background-image: none;
    background-position: center 70px;
    background-repeat: no-repeat;
}

.navbar-nav > li .selected {
    background-image: url(../images/menubg.jpg);
    background-position: center 70px;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}

.navbar-default .navbar-nav > li > a {
    line-height: 100px;
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-image: url(../images/menubg.jpg);
    background-position: center 70px;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}

.banner,
.adminbuy_banner {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.slider {
    position: relative;
}

.banner .slider {
    overflow: hidden;
}

.slider__wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    aspect-ratio: 1265 / 362;
}

.slider__item {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.slider__item.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.slider__item .img,
.slider__item .mobileimg {
    width: 100%;
    height: auto;
}

.banner .slider__item .img,
.banner .slider__item .mobileimg {
    aspect-ratio: 1265 / 362;
    object-fit: cover;
}

.slider__item .mobileimg {
    display: none;
}

.slider__control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.28);
    color: #ffffff;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.slider__control:hover {
    background: rgba(0, 0, 0, 0.45);
}

.slider__control--prev {
    left: 20px;
}

.slider__control--next {
    right: 20px;
}

.slider__control span {
    display: block;
    margin-top: -2px;
}

.slider__dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 5;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.slider__dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.slider__dot.is-active {
    background: #ffffff;
}

.searchBox2 {
    margin: 20px 0 -21px 21px;
    overflow: hidden;
}

.siteclone-home-search {
    display: none;
}

.searchBox2 form {
    display: flex;
    gap: 0;
    width: 100%;
}

.searchBox2 input {
    width: 70%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #ffffff;
    background: #444444;
    border: 0;
    outline: none;
}

.searchBox2 button {
    width: 25%;
    height: 40px;
    border: 0;
    background: var(--site-accent);
    color: #ffffff;
    cursor: pointer;
}

.searchBox2 button:hover {
    background: #136b7a;
}

.searchBox2 input:focus {
    background-color: #666666;
}

.homeMetricBar {
    display: none;
}

.productBox,
.aboutBox,
.newsBox {
    margin-top: 0;
}

.titleBar,
.title {
    overflow: hidden;
    margin: 20px 0;
    background: #ffffff url(../images/source/bg-title-line.jpg) repeat-x left bottom;
}

.titleBar h5,
.title h5 {
    float: left;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    height: 35px;
    overflow: hidden;
    width: auto;
}

.titleBar span,
.title span {
    float: left;
    display: inline-block;
    margin-left: 0;
    color: #cccccc;
    font-size: 16px;
    line-height: 23px;
    padding-top: 0;
    padding-right: 5px;
    text-indent: 10px;
    font-family: Arial, sans-serif;
}

.rightMore {
    float: right;
    display: inline-block;
    margin-top: 5px;
    padding: 0 10px;
    line-height: 25px;
    border-radius: 20px;
    background: var(--site-accent);
    color: #ffffff;
    font-size: 12px;
    transition: background 0.5s;
}

.rightMore:hover {
    color: #ffffff;
    background: var(--site-accent);
}

.homeTitleBar {
    background: #ffffff url(../images/source/bg-title-home.jpg) no-repeat left bottom;
}

.productGrid,
.productList {
    margin-left: -15px;
    margin-right: -15px;
}

.productImg {
    min-height: 100px;
    margin-bottom: 20px;
}

.productImg > a:first-child {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
}

.productImg img {
    width: 100%;
    height: auto;
    border: 1px solid #a5a8ad;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.productTitle {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    color: #333333;
}

.productTitle:hover {
    text-decoration: underline;
}

.imgLink-hover {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.productImg:hover .imgLink-hover {
    opacity: 1;
}

.hover-link {
    position: absolute;
    inset: 0;
    background: none;
}

.imgLink-hover:hover .hover-link {
    background: url(../images/source/icon-hover-link.png) no-repeat center center;
}

.aboutBoxBg {
    background: url(../images/source/bg-about.jpg) #f3f3f3 no-repeat center center;
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 40px;
}

.aboutBox {
    margin-top: 70px;
}

.aboutBox .title {
    text-align: center;
    height: 45px;
    background: url(../images/source/bg-title-home.jpg) no-repeat center bottom;
    margin-bottom: 15px;
}

.aboutBox .title h5 {
    float: none;
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    height: 45px;
}

.aboutBox .title span {
    display: none;
}

.aboutBox section {
    text-align: center;
    line-height: 26px;
    color: #666666;
    display: block;
    margin: 15px auto 0;
}

.aboutAction {
    margin-top: 20px;
}

.aboutMore {
    display: inline-block;
    color: #ffffff;
    background: var(--site-accent);
    border-radius: 40px;
    padding: 12px 30px;
    font-size: 12px;
}

.aboutMore:hover {
    color: #ffffff;
    background: #000000;
}

.indexNewsList {
    margin-left: -15px;
    margin-right: -15px;
}

.newsBox {
    margin-bottom: 70px;
}

.newsList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.newsList li {
    padding: 0;
    border-bottom: 1px dashed #cccccc;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.newsList li span {
    color: var(--site-accent);
    font-size: 14px;
    margin-right: 6px;
}

.newsList li a {
    color: #666666;
    font-size: 14px;
}

.newsList li a:hover {
    color: #000000;
}

.adminbuy_banner {
    margin-bottom: 0;
}

.adminbuy_banner_media img {
    width: 100%;
    height: auto;
}

.adminbuy_banner_overlay {
    display: none;
}

#rightBox {
    float: right;
}

.positionBox,
.navigationBox,
.leftNewsBox {
    margin-bottom: 20px;
}

.positionBox {
    width: 100%;
    margin: 0;
    padding: 0;
}

.positionBox,
.navigationBox,
.leftNewsBox,
.nameListCard,
.searchPanel,
.searchResults,
.messageCard,
.detailParameter,
.detailContent,
.detailGlide {
    padding: 0;
}

.positionBox .titleBar,
.navigationBox .titleBar,
.leftNewsBox .titleBar {
    margin: 0 0 15px;
}

.positionBox .titleBar h5,
.navigationBox .titleBar h5,
.leftNewsBox .titleBar h5 {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
}

.positionBox .titleBar span,
.navigationBox .titleBar span,
.leftNewsBox .titleBar span {
    font-size: 16px;
    line-height: 40px;
    padding-top: 0;
}

.positionBox .titleBar span {
    color: #666666;
    font-size: 14px;
    font-family: "Microsoft YaHei", sans-serif;
}

.navigationBox .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigationBox .list li {
    list-style: none;
}

.navigationBox .list a,
.navigationBox .list .empty {
    display: block;
    line-height: 40px;
    text-indent: 15px;
    border-bottom: 1px dashed #cccccc;
    color: #666666;
}

.navigationBox .list a:hover,
.navigationBox .list a.selected {
    color: var(--site-accent-dark);
    font-weight: bold;
}

.nameListCard,
.searchPanel,
.searchResults,
.messageCard,
.detailContent,
.detailParameter,
.detailGlide {
    border: 0;
    padding: 0;
}

.nameListCard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nameListCard li {
    display: block;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.nameListCard li:last-child {
    border-bottom: 0;
}

.nameListCard li > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #666666;
    color: #ffffff;
    font-size: 12px;
    float: left;
    margin-top: 10px;
}

.nameListCard li a {
    color: #666666;
    line-height: 40px;
    display: block;
    text-indent: 5px;
    float: left;
    width: 71%;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nameListCard li a:hover {
    color: #000000;
}

.nameListCard li p {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #888888;
}

.nameListCard .time {
    color: #666666;
    font-size: 12px;
    white-space: nowrap;
    text-align: right;
    float: right;
    line-height: 40px;
}

.pagebar {
    padding-top: 0;
    margin-bottom: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.page-item,
.page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    min-height: 35px;
    padding: 0 10px;
    background: #eeeeee;
    color: #000000;
    font-size: 14px;
}

.page-num-current {
    background: #000000;
    color: #ffffff;
}

.detailGlide,
.detailParameter,
.detailContent {
    margin-bottom: 15px;
}

.detailTitle,
.detailTitleTxt {
    margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    background: #f9f9f9;
    border-left: 3px solid #666666;
    text-indent: 10px;
}

.detailTime {
    margin-bottom: 12px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.adminbuy_cs {
    margin: 0;
}

.adminbuy_cs dt,
.adminbuy_cs dd {
    margin: 0 0 10px;
    color: #666666;
    line-height: 28px;
}

.detailContent {
    line-height: 28px;
    color: #666666;
}

.detailContent img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.otherPageBox {
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
}

.otherPage {
    background: #f1f1f1;
    padding: 10px;
    font-size: 12px;
}

.prevBox,
.nextBox {
    line-height: 26px;
}

.back {
    width: 80px;
    min-height: 40px;
    padding: 0;
    background: #990000;
    color: #ffffff;
    border-radius: 0;
    text-align: center;
    float: right;
    line-height: 35px;
    font-size: 14px;
}

.back:hover {
    background: #000000;
    color: #ffffff;
}

.searchPanel,
.searchResults,
.messageCard {
    margin-bottom: 20px;
}

.searchTags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.searchTags a {
    display: inline-block;
    padding: 8px 14px;
    background: #f7f7f7;
    color: #666666;
}

.searchResultItem {
    padding: 16px 0;
    border-bottom: 1px dashed #cccccc;
}

.searchResultItem:last-child {
    border-bottom: 0;
}

.searchResultType {
    display: inline-block;
    padding: 3px 10px;
    background: #f1f1f1;
    color: #666666;
    font-size: 12px;
}

.searchResultItem h3 {
    margin: 12px 0 8px;
    font-size: 18px;
    color: #333333;
}

.searchResultItem p {
    margin: 0 0 8px;
    color: #666666;
}

.searchResultItem span {
    color: #888888;
    font-size: 12px;
}

.searchEmpty {
    padding: 20px 0;
    text-align: center;
    color: #888888;
}

.messageTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin: 30px auto;
}

.messageTable td {
    color: #666666;
    vertical-align: top;
    line-height: 24px;
    padding: 4px 0;
}

.messageTable .form-control {
    margin: 0;
    line-height: 35px;
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 0;
}

.form-control,
.searchBox input {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #666666;
    outline: none;
}

textarea.form-control {
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 0;
    outline: none;
}

.form-control:focus,
.searchBox input:focus {
    border-color: #000000;
}

.searchBox form {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.searchBox button,
.btn {
    min-height: 40px;
    padding: 0 18px;
    border: 0;
    background: var(--site-accent);
    color: #ffffff;
    cursor: pointer;
}

#ff .btn,
.messageTable .btn {
    border: 0;
    background: #ddd;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
    min-height: auto;
    height: auto;
    color: #666;
}

#ff .btn:hover,
.messageTable .btn:hover {
    color: #fff;
    background: #c10404;
}

.footer_nav {
    display: none;
}

footer {
    margin-top: 20px;
    padding-top: 60px;
    background: var(--site-footer-bg);
    color: #999999;
    font-size: 14px;
}

.footerGrid {
    display: block;
}

.footerTitle {
    font-size: 20px;
    line-height: 40px;
    height: 45px;
    margin-bottom: 20px;
    color: #ffffff;
    background: url(../images/source/bg-title-home.jpg) bottom left no-repeat;
}

.footerContent p,
.footerContent a {
    color: #999999;
    line-height: 32px;
}

.footerContact {
    background: url(../images/source/bg-footer-icon.jpg) left center no-repeat;
    height: 120px;
    line-height: 40px;
    text-align: left;
    padding-left: 30px;
    margin-top: 20px;
}

.footerContact * {
    margin: 0;
    padding: 0;
}

.quikLink {
    margin: 0 25px;
}

.footerContent a {
    font-size: 14px;
    width: 50%;
    display: block;
    float: left;
    line-height: 40px;
}

.footerContent a:hover {
    color: var(--site-accent);
}

.copyright {
    background: var(--site-footer-bottom-bg);
    margin-top: 60px;
    padding: 25px 0 15px;
    text-align: center;
    color: #c0c0c3;
    overflow: hidden;
}

.copyright a,
.copyright span {
    color: #c0c0c3;
    margin-left: 8px;
}

@media (max-width: 767px) {
    [class*="col-"] {
        width: 100%;
        float: none;
    }

    .productGrid > .productImg {
        width: 50%;
        float: left;
    }

    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .topBox {
        display: none;
    }

    #rightBox {
        float: left;
    }

    .navbar {
        min-height: 60px;
        height: 60px;
    }

    .navbar .container {
        min-height: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .siteclone-nav-toggle {
        display: inline-block;
    }

    .adminbuy_logo {
        height: 50px;
        margin-top: 0;
        margin-left: 10px;
    }

    .navbar-collapse {
        display: none;
        width: 100%;
        background: url(../images/alpha.png);
        border: 0;
    }

    .navbar-collapse.is-open {
        display: block;
    }

    .nav {
        display: block;
        width: 100%;
    }

    .navbar-nav > li {
        float: none;
        width: 100%;
    }

    .dropdown,
    .dropdown2 {
        width: 100%;
    }

    .dropdown > a,
    .dropdown2 > a {
        display: block;
        min-height: 48px;
        line-height: 48px;
        padding: 0 15px;
        background: none;
        color: #ffffff;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav .open .dropdown-menu2 > li > a {
        color: #fff;
    }

    .dropdown.active > a,
    .dropdown2.active > a,
    .dropdown > a:hover,
    .dropdown2 > a:hover {
        background: url(../images/alpha.png);
        color: #ffffff;
    }

    .dropdown-toggle2 {
        display: block;
        position: absolute;
        top: 11px;
        right: 10px;
        width: 32px;
        height: 32px;
    }

    .dropdown-menu2 {
        position: static;
        display: none;
        background: url(../images/source/bg-alpha.png);
        min-width: 0;
    }

    #navbar {
        border: 0;
        background: url(../images/alpha.png);
    }

    .navbar .dropdown-menu2 li a {
        line-height: 30px;
        display: block;
    }

    .navbar .dropdown-menu2 li a:hover {
        background: url(../images/alpha.png);
        color: #fff;
    }

    .dropdown2.is-open .dropdown-menu2 {
        display: block;
    }

    .dropdown-menu2 a {
        width: auto;
        padding-left: 30px;
    }

    .slider__item .img {
        display: none;
    }

    .slider__item .mobileimg {
        display: block;
        height: auto;
    }

    .slider__control {
        width: 34px;
        height: 34px;
        font-size: 24px;
        line-height: 34px;
    }

    .slider__control--prev {
        left: 10px;
    }

    .slider__control--next {
        right: 10px;
    }

    .slider__dots {
        bottom: 10px;
        gap: 8px;
    }

    .slider__dot {
        width: 10px;
        height: 10px;
    }

    .searchBox2 {
        margin: 20px 0;
    }

    .siteclone-home-search {
        display: block;
        margin: 20px 0;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }

    .searchPanelForm,
    .searchBox form {
        flex-direction: column;
        align-items: stretch;
    }

    .searchPanelForm input,
    .searchPanelForm button,
    .searchBox input,
    .searchBox button {
        width: 100%;
    }

    .siteclone-home-search form {
        flex-direction: row;
        align-items: stretch;
    }

    .siteclone-home-search input {
        width: 75%;
    }

    .siteclone-home-search button {
        width: 25%;
    }

    .footer_nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 40;
        background: #fafafa;
        border-top: 1px solid #dddddd;
    }

.foot_nav a {
        display: block;
        text-align: center;
        line-height: 52px;
        color: #898989;
        background: #fafafa;
    }

    .foot_nav:hover,
    .foot_nav:focus {
        background-color: #e4e4e4;
    }

    .foot_nav a:hover,
    .foot_nav a:focus {
        text-decoration: none;
    }

    footer {
        margin-bottom: 52px;
        padding-top: 0;
    }

    footer .footerBlock {
        display: none;
    }

    footer #footerSearch {
        display: block;
    }

    footer #footerSearch .footerTitle {
        display: none;
    }

    .messageTable,
    .messageTable tbody,
    .messageTable tr,
    .messageTable td {
        display: block;
        width: 100%;
    }

    .messageTable td {
        padding: 4px 0;
    }

    .titleBar {
        border-left: 3px solid #333333;
        height: 35px;
        line-height: 35px;
        background: #f9f9f9;
    }

    .titleBar h5 {
        font-weight: bold;
        font-size: 16px;
        line-height: 35px;
        margin-left: 5px;
    }

    .titleBar span {
        display: none;
    }

    .detailTitle {
        margin-left: 0;
    }
}
