a {
    text-decoration: none;
    color: #000;
}

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

.clear-container::before {
    content: unset !important;
}

@media (min-width: 1230px) {
    .main-container {
        width: 1230px;
    }
}


img {
    -webkit-user-drag:none;
    user-select:none;
}

footer .icons .item svg path  { transition: all .3s; }
footer .icons .item:hover svg path  { fill: #FFF; }
footer .icons .item:hover .flot_img  { display: block }


.chino_title { font-weight: bold; font-size: 44px; color: #ca171d; margin-bottom: 0px !important; }
.chino_subtitle { font-size: 20px; color: #9fa3ad; }

.chino_tab, .tab-content, .update_scrollbar {
    scrollbar-color: #e0962e rgba(0,0,0,0);
}

.mo_search_input:focus {
    outline: none;
    box-shadow: none;
    border-color:#dee2e6
}

@media screen and (max-width: 1024px) {
    .chino_title {
        font-weight: bold;
        font-size: 30px;
        color: #ca171d;
        margin-bottom: 12px;
    }

    .chino_subtitle {
        font-size: 16px;
        color: #9fa3ad;
    }
}


.line1_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.line2_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.line9_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.line16_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 16;
    overflow: hidden;
}



.chino_tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    position: relative;
    background-color: unset;
    color: #c7282c;
}

.chino_tab .nav-pills .nav-link.active::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
    background-color: #c7282c;
}

.chino_tab .nav-pills .nav-link {
    color: #000;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 120px;
}

.chino_tab .nav-pills .nav-link:hover {
    color: #ca171d;
}


.hero {
    background-repeat: no-repeat;
}


.sidemenu > div > a {
    display: block;
    box-shadow: 0px 3px 10px 1px rgba(153, 153, 153, 0.2);
    border-radius: 30px;
    text-align: center;
    margin-top: 10px;
    width: 60px;
    height: 60px;
}

.sidemenu .kefu > a {
    height: 150px;
    background: linear-gradient(0deg, #fb6324 0%, #ffa133 55.00000000000001%, #ffcc00 100%);
}

.sidemenu .kefu > a::after {
    background: url(/cn/themes/theme-ow_ceeg/assets/images/t2.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 15px;
    width: 100%;
    height: 28px;
    content: "";
}

.sidemenu .ewm > a {
    background: url(/cn/themes/theme-ow_ceeg/assets/images/code.gif) no-repeat center center #fff
}

.sidemenu .totop > a {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidemenu .totop > a:hover svg path {
    fill: #f67221;
}

.sidemenu .flot_img {
    transition: all .3s;
}


@media screen and (max-width: 1024px) {
    .chino_tab .nav-pills .nav-link{
        color: #000;
        padding-top: 28px;
        padding-bottom: 28px;
        margin-right: 50px !important;
    }
}

.btn.btn-primary:hover {
    background-color: #c37700;
}

.chino_right {
    transition: all .3s;
}
.btn.btn-primary:hover .chino_right {
    display: inline-block;
    transform: translateX(3px) !important;
}


.flot_content.tel:hover > .flot_img {
    display: block !important;
}


.flot_content.ewm:hover > .flot_img {
    display: flex !important;
}

.flot_content.hqbj:hover > a {
    transform: scale(1.1);
}
