﻿html {
    font-family: "Microsoft YaHei",微软雅黑,宋体,Arial,Tahoma,Helvetica,sans-serif;
    background: #f3f4f4;
    height: 100%;
}

body {
    background: #f3f4f4;
    min-height: 100vh;
    position:relative;
}

div {
    box-sizing: border-box;
}

.text-left {
    text-align:left;
}

.container {
    padding: 0px;
    min-height: 100%;
    max-width:960px;
}
.main-box {
    margin-top:5px;
    margin-bottom:30px;
    min-height:calc(100vh - 218px);
}
@media(max-width:768px) {
    .container {
        padding: 0 10px;
    }
}

.nav-tabs {
    border-bottom:0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:focus {
    color: #ff6600;
    cursor: default;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #ff6d00;
}

.nav-tabs > li > a:hover {
    color: #ff6600;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs a:focus {
    background-color: transparent !important;
    color: #333 !important;
}

a {
    color: #333;
}

    a:visited, a:hover, a:link, a:active {
        text-decoration: none;
    }

    a:hover {
        color: #21a1f1;
    }


.is_disabled {
    color: #666 !important;
}

input {
    outline: none;
}

input, img {
    margin: 0;
    padding: 0;
    border: 0 none;
    vertical-align: middle;
}

ul, ol, li {
    list-style: none;
    padding: 0;
}


/*头部*/
.header-fixed-bg {
    width: 100%;
    height: 36px
}

@media (min-width:768px) {
    .fl {
        float: left
    }
    .fr {
        float: right
    }
    .header-fixed-bg {
        height: 58px
    }
    .header-fixed-bg {
        height: 58px
    }
}

.header {
    background: #f2f2f2;
    z-index: 30;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 0 25px rgba(0,0,0,0.1)
}



@media (min-width:768px) {
    .header {
        background: #fff
    }
}

@supports ((-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px))) {
    .header {
        background: rgba(255,255,255,0.9);
        -webkit-backdrop-filter: saturate(180%) blur(6px);
        backdrop-filter: saturate(180%) blur(6px)
    }
}

.header.show-menu {
    z-index: 100
}

.header.show-menu .ico-navi {
    background: transparent
}

.header.show-menu .ico-navi:before {
    transform: rotate(45deg);
    top: 0
}

.header.show-menu .ico-navi:after {
    transform: rotate(-45deg);
    top: 0
}

.header .container {
    position: relative;
    height: 36px;
    overflow: visible;
}



@media (min-width:768px) {
    .header .container {
        height: auto
    }
}

.header .logo {
    margin: 0 0px;
    background: transparent;
    height:36px;
}



@media (min-width:768px) {
    .header .logo {
        margin: 0;
        padding: 0;
        height: 58px;
        float: none;
        position: absolute;
        left: 0px;
        top: 0;
    }
}

@media (min-width:1430px) {
    .container{
        width: 1330px;
    }
}


.header .logo h1 {
    display: block;
    width: 160px;
    height: 36px;
    background: #21a1f1;
    position: relative;
    text-align: center;
    margin:0px;
    padding:3px 0px;
}

.header .logo a img {
    padding: 9px 0px;
    height: 100%;
    float:left;
    vertical-align:middle;
}

.header .logo a .logo-icon {
    border-bottom-color: #21a1f1
}

.header .logo a span {
    font-size: 22px;
    display: block;
    line-height: 40px;
    padding: 9px 5px;
    float: left;
    color: #21a1f1;
    font-weight:bold;
}

@media (max-width:1030px) {
    .header .logo h1 {
        width: 110px;
    }
}

@media (max-width:767px) {
    .header .logo a:hover .logo-icon {
        background-color: #21a1f1;
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: 3px solid #21a1f1
    }

    .header .logo a img {
        padding: 3px 0;
    }

    .pro-search-head {
        width: 100%;
        height: 55px !important;
        line-height: 55px !important;
        font-size: 14px !important;
    }

    .search-order-by span {
        margin-right:0 !important;
    }
}

@media (min-width:768px) {
    .header .logo h1 {
        overflow: hidden;
        height: 58px
    }
}

@media(max-width:1024px) {
    .header .logo a span {
        font-size: 20px;
        line-height: 40px;
        padding: 9px 0 0 5px;
    }

    .header .site-menu .item-0 > a {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .header .logo a span {
        font-size: 15px;
        line-height: 30px;
        padding: 3px 0 0 5px;
    }
}

@media (min-width: 768px) {
    .pro-search-head {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .pro-search-head {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .header .logo h1 {
        width: 160px
    }

    .pro-search-head {
        width: 1170px;
    }
}

@media (min-width:1430px) {
    .pro-search-head {
        width: 1330px;
    }
}

.header-login-info {
    float: right;
}

    .header-login-info .home-login-btn {
        height: 58px;
        line-height: 58px;
        background: #21a1f1;
        border-radius: 5px;
        padding: 7px 15px;
        color: #fff !important;
        font-size:14px;
    }

    .header-login-info .home-login-info {
        height: 58px;
        line-height: 58px;
    }

        .header-login-info .home-login-info img {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            margin-top: -3px;
        }

.login-out-btn {
    color:#fff !important;
    cursor:pointer;
}

    .login-out-btn:hover {
        color:#fff !important;
    }

.header .logo-icon {
    padding-top: 36px;
    background-image: url(../Images/logo.png);
    background-size: 50%
}

@media (min-width:768px) {
    .header .logo-icon {
        background-size: contain;
        width: 68px;
        padding-top: 42px;
        margin: 8px auto 0
    }
}

.header .h-navi {
    float: right;
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #21a1f1
}

@media (min-width:768px) {
    .header .h-navi {
        display: none
    }
}

.header .site-menu {
    font-size: 14px;
    padding: 10px 15px 0;
    border-top: 1px solid #f2f2f2;
    margin: 0 -15px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    display: none
}

@media (min-width:768px) {
    .header .site-menu {
        display: block;
        padding: 0 30px 0 108px;
        border-top: none;
        font-size: 14px;
        margin: 0 0 0 10px;
        visibility: visible;
        opacity: 1;
        transition: all .2s;
        transition: none;
    }
}

@media (min-width:1024px) {
    .header .site-menu {
        padding: 0 90px 0 108px;
        margin-left: 20px;
        margin-left: 2.5vw;
        font-size: 15px
    }
}

@media (min-width:1200px) {
    .header .site-menu {
        padding: 0 150px 0 108px
    }
}

@media (min-width:1330px) {
    .header .site-menu {
        padding: 0 150px 0 108px;
        margin-left: 60px
    }
}

.header .site-menu ul {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    justify-content: flex-start
}

@media (min-width:1600px) {
    .header .site-menu ul {
        display: flex;
    }
}

.header .site-menu .item-0 {
    flex-grow: 1;
    position: relative
}

@media (min-width:1024px) {
    .header .site-menu .item-0 {
        flex-grow: 0;
        flex-shrink: 0
    }
}

@media (min-width:1600px) {
    .header .site-menu .item-0 {
        display: inline-block
    }
}

.header .site-menu .item-0 > a {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    height: 31px;
    color: #333;
    position: relative
}

@media (min-width:768px) {
    .header .site-menu .item-0 > a {
        line-height: 57px;
        height: 58px;
        margin: 0 .4vw;
    }
}

@media (min-width:1024px) {
    .header .site-menu .item-0 > a {
        padding: 0 10px;
        margin: 0 4px;
        margin: 0 .4vw
    }
}

@media (min-width:1330px) {
    .header .site-menu .item-0 > a {
        padding: 0 10px;
        margin: 0 10px
    }
}

.header .site-menu .item-0 > a::after {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: transparent;
    z-index: 10
}

.header .site-menu .item-0 > a:hover {
    color: #21a1f1
}

.header .site-menu .item-0.current-menu-parent > a::after, .header .site-menu .item-0.current-menu-item > a::after {
    background: #21a1f1
}

.header .nav-1 {
    position: absolute;
    left: 50%;
    top: 70%;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    white-space: nowrap;
    transform: translate(-50%, 0);
    padding: 10px 0 10px;
    border-bottom: 6px solid #fcfcfc;
    text-align: center;
    background: #fff;
    box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04)
}

.header .nav-1 .item-1 {
    width: 8em
}

.header .nav-1 .item-1.current-menu-item .link-1 {
    background: #21a1f1;
    color: #fff
}

.header .nav-1 .item-1.current-menu-item .link-1 i {
    color: #fff
}

.header .current-menu-item a {
    color: #21a1f1 !important;
}

.header .nav-1 .link-1 {
    display: block;
    width: 100%;
    color: #333;
    line-height: 2.1333em;
    padding: 5px 0
}

.header .nav-1 .link-1 i {
    color: #21a1f1;
    font-size: 16px
}

.header .nav-1 .link-1:hover {
    background: #21a1f1;
    color: #fff
}

.header .nav-1 .link-1:hover i {
    color: #fff
}

.header .has-children:hover .nav-1 {
    visibility: visible;
    top: 100%;
    opacity: 1;
    height: auto
}

.header .header-search {
    margin-top: 14px;
    margin-bottom: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s
}

@media (min-width:768px) {
    .header .header-search {
        margin-bottom: 0;
        visibility: visible;
        opacity: 1;
        transition: all .2s;
        transition: none
    }

    .header .header-search input {
        width: 17em;
    }
}

.header .header-search input {
    display: inline-block;
    padding: 0 2.3em 0 1em;
    color: #666;
    background: #f5f5f5;
    border-radius: 16px;
    line-height: 32px;
    height: 32px;
    width: 17em;
    font-size: 14px;
}

.header-login-search i {
    position: absolute;
    right: 14px;
    line-height: 30px;
    cursor: pointer;
}


.body-wechat .header .header-login-search {
    display: block
}

.header .header-login-search {
    display: none
}

@media (min-width:768px) {
    .header .header-login-search {
        display: block;
        position: absolute;
        right: 130px;
        top: 0
    }
}

.header-login-search i {
    position: absolute;
    right: 14px;
    line-height: 30px;
    cursor: pointer;
}

/*弹框*/
.modal-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    right: 0;
    padding-right: 95px
}

@media (min-width:768px) {
    .modal-menu {
        display: none
    }
}

.modal-menu.modal-show {
    visibility: visible;
    opacity: 1;
    transition: all .2s;
    left: 95px;
    z-index: 90
}

.modal-menu .modal-content {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 50px
}

.modal-menu .form {
    padding: 15px 25px;
    position: relative
}

.modal-menu .form form {
    position: relative
}

.modal-menu .form .txt {
    display: block;
    box-sizing: border-box;
    background: #f7f7f7;
    padding: 10px 60px 10px 20px;
    border-radius: 20px;
    width: 100%;
    height: 40px;
    line-height: 20px;
    color: #888;
    font-size: 14px
}

.modal-menu .form .btn {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 4px;
    padding: 0;
    border: none;
    background: transparent;
    width: 60px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    outline: none;
    color: #888
}

.modal-menu .form .btn i {
    display: inline-block;
}

.modal-menu .form i {
    position: absolute;
    right: 35px;
    top: 25px;
}

.modal-menu .form .ji-icon {
    display: none
}

.modal-menu ul {
    padding-left: 25px
}

.modal-menu .link-0 {
    display: block;
    font-size: 15px;
    color: #262626;
    padding: 15px 0;
    border-bottom: 1px solid #f7f7f7
}

.modal-menu .link-0:hover {
    color: #21a1f1
}

.modal-menu .has-children .link-0 {
    position: relative
}

.modal-menu .has-children .link-0:after {
    content: '\e822';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: 10px;
    display: block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -0.5em;
    transform: rotate(90deg);
    color: #888;
    transition: all .2s
}

.modal-menu .has-children.show .link-0:after {
    transform: rotate(-90deg)
}

.modal-menu .has-children.show .sub-nav {
    visibility: visible;
    opacity: 1;
    transition: all .2s;
    height: auto;
    padding-top: 25px
}

.modal-menu .sub-nav {
    background: #fafafa;
    padding: 0 25px 0;
    margin-left: -25px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    height: 0;
    overflow: hidden
}

.modal-menu .sub-nav.section-content {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start
}

.modal-menu .sub-nav.section-content .item {
    width: 50%;
    text-align: center;
    margin-bottom: 20px
}

.modal-menu .sub-nav.section-content .item i {
    font-size: 22px;
    color: #21a1f1
}

.modal-menu .sub-nav.section-content .item h3 {
    font-size: 14px;
    font-weight: normal;
    color: #666
}

.modal-menu .sub-nav.section-content .item h4, .modal-menu .menu .sub-nav.section-content .item h5 {
    display: none
}

.modal-menu .sub-nav.section-content .coming {
    display: none
}

.modal-menu .sub-nav.nav-1 {
    padding-bottom: 5px
}

.modal-menu .sub-nav.nav-1 li {
    margin-bottom: 20px
}

.modal-menu .site-info {
    padding: 20px 5px 40px;
    font-size: 10px;
    color: #999;
    text-align: center;
    line-height: 1.85
}

.ico-navi {
    display: inline-block;
    width: 20px;
    height: 2px;
    position: relative;
    margin: -3px 0 0 6px;
    vertical-align: middle;
    background: #ff6000;
    transition: all .2s;
}

.ico-navi:before, .ico-navi:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ff6000;
    position: absolute;
    left: 0;
    transition: all .2s;
}

.ico-navi:before {
    top: -8px;
}

.ico-navi:after {
    top: 8px;
}
/*容器*/
.left-banner-box img {
    width: 100%;
}

.fixed-right {
    width: 315px; /* 固定宽度 */
    min-width: 315px;
    margin-left: 15px;
    flex-shrink: 0
}

.left-content {
    overflow: hidden; /* 隐藏超出的内容 */
    flex-basis:990px;
    max-width:990px;
}

@media(max-width:1399px) {

    .left-content {
        max-width: unset;
    }
}

.center-part {
    width: 100%;
    background: white;
    float: left;
    padding: 0 20px;
    margin-bottom: 15px;
}

/*Banner图*/
.left-banner-box {
    width: 100%;
    /*margin: 10px 0;*/
}

.right-banner-box {
    width: 100%;
    margin: 10px 0;
}



/*首页头条*/

.news-container {
    background: #f3f4f4;
    /*margin-top: 15px;*/
    padding-top: 15px;
    margin-bottom: 15px;
}


/*搜索*/
.pro-search-head {
    height: 80px;
    background: #fff;
    padding: 20px;
    line-height: 80px;
    display:inline-block;
    border-radius: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    box-shadow: 3px 3px 3px #eee;
    font-size:16px;
    z-index:999;

}

.pro-search-input {
    position: relative;
}

.pro-search-input input {
    width: 30%;
    height: 35px;
    border-radius: 1px;
    border: 2px solid #21a1f1;
    text-indent: 5px;
}

.pro-search-input span {
    height: 35px;
    line-height: 35px;
    background: #21a1f1;
    color: #fff;
    position: absolute;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

.search-order-by span {
    position: absolute;
    line-height: 15px;
    cursor: pointer;
}

.search-order-by span:hover {
    color: #21a1f1;
}

.search-order-by .order-desc-icon {
    position: absolute;
    line-height: 24px;
}

.search-order-by .order-up-icon {
    position: absolute;
    transform: rotate(180deg);
    top: -2px;
}

.pro-search-order {
    padding-left: 10px;
    padding-right: 10px;
}

/*脚部*/
.footer-box {
    display: block;
    width: 100%;
   /* position: absolute;*/
    overflow: hidden;
    text-align: center;
    background: #2a2a32;
    color: #949498;
    margin-top: 10px;
    min-height: 125px;
   /* line-height: 24px;*/
    padding: 10px;
    bottom: 0;
    font-size:14px;
    margin-bottom:-8px;
}

.footer-content {
    position: relative;
    text-align: center;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

.footer-text {
    float: left;
    width: 50%;
    margin-left: 25%;
}

    .footer-text li {
        font-size:14px;
    }

.footer-nav .nav-item .title {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.footer-nav .nav-item li {
    margin-left: 1rem;
}

    .footer-nav .nav-item li a {
        color: #949498;
    }

.footer-clear {
    clear:both;
}

.footer-content p {
}


/*滚动加载*/
.loadProAll {
    text-align: center;
    color: #999;
    height: 40px;
    line-height: 40px;
}

#wrap {
    width: 45px;
    margin: 0 auto;
    display: none;
}

#wrap div {
    width: 8px;
    height: 50px;
    background-color: #ff6600;
    float: left;
    margin-left: 1px;
    border-radius: 10%;
    -webkit-animation: fadeOut 1s infinite ease-in-out;
}

@-webkit-keyframes fadeOut {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

#wrap .line1 {
    -webkit-animation-delay: -0.9s;
}

#wrap .line2 {
    -webkit-animation-delay: -0.8s;
}

#wrap .line3 {
    -webkit-animation-delay: -0.7s;
}

#wrap .line4 {
    -webkit-animation-delay: -0.6s;
}

#wrap .line5 {
    -webkit-animation-delay: -0.5s;
}


@media(max-width:1038px) {
   
    .show-pc {
        display: none;
    }

    .show-mobile {
        margin-top:10px;
    }
    .show-mobile .relation-list-content a {
        height: 70px;
        width: 48%;
        display: inline-block;
    }
        .show-mobile .relation-list-content a span {
            margin-left: 112px;
            width: calc(100% - 115px);
        }
    .show-mobile .relation-list-content a img {
        width: 115px;
        position: absolute;
        left: 0;
    }

    .news-content h2 {
        font-size: 16px;
        line-height: 18px;
        font-weight: unset;
    }
    
}

@media(max-width:875px) {
    .pro-search-input input {
        width: 40%;
    }
   
}

@media(max-width:680px) {
    .center-part {
        padding: 0 5px;
    }

    .product-box li {
        width: 48%;
        margin: 6px 1% 0 1%;
    }

    .product-box li:nth-child(3n+2) {
        margin: 6px 1% 0 1%;
    }

    .pro-search-input input {
        width: 75%;
    }
    .news-summary {
        display: none !important;
    }
}

@media(max-width:580px) {
    .b-container {
        width: 100%;
    }

    .header .container {
        width: 100%;
    }

    .news-box {
        margin-left: 35%;
        min-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.c-banner {
    margin-bottom:15px;
    margin-top:15px;
}


.big-banner {
    width:100%;
    margin: 0px 0px;
    overflow: hidden;
    border-radius: 3px;
    max-height:372px;
    position:relative;
}

.big-banner img {
    width: 100%;
    border-radius: 3px;
}

.big-banner strong {
    position: absolute;
    bottom: 0;
    text-indent: 20px;
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
    background-repeat: repeat-x;
    box-shadow: 0 -7px 15px rgba(0,0,0,0.2);
    left:0;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

    .big-banner .swiper-wrapper strong {
        left: 0 !important;
        width: 100% !important;
    }

.small-banner {
    margin: 0px 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.smb-box.first {
    margin-top: 0px;
}

.smb-box {
    overflow: hidden;
    float: left;
    padding-left: 0px;
    position: relative;
    margin-top: 15px;
}

.smb-box a {
    border-radius: 3px;
    overflow: hidden;
    display: block;
    position:relative;
}

.smb-box i {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    height: 0;
    position:relative;
    padding-top:56.5%;
   
}

.smb-box a strong {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 5px 10px;
    color: white;
    letter-spacing: 0.5px;
    display: block;
    font-size: 12px;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#99000000', GradientType=0);
    box-shadow: 0 -7px 15px rgba(0,0,0,0.2);
    z-index: 10;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height:24px;
}

@media(min-width:992px) {
    .smb-box a strong {
        font-size: 14px;
        letter-spacing: 1px;
        height: 28px;
    }
}
@media(max-width:992px) {
    .small-banner .first {
        margin-top: 15px;
    } 
}
.tag-container {
    margin-top: 15px;
    margin-bottom:15px;
}

.tag-container .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.tag-box {
    padding: 5px 15px;
    background: #fff;
    margin-left: 0px;
}

.tag-container .col-md-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.tag-title {
    border-bottom: 1px solid #f2f2f2;
}

.tag-title h4 {
    font-size: 16px;
    font-weight: bold;
    color: #21a1f1;
}

.tag-content {
    padding: 5px;
    display: inline-block;
    height:65px;
}

.tag-content:first-child {
    background: #21a1f1;
}

.tag-item {
    background: #f2f2f2;
    margin-left: 5px;
    padding: 0 5px;
    border-radius: 2px;
    cursor: pointer;
    display:block;
    float: left;
    margin-top: 5px;
    font-size:12px;
    line-height:22px;
}

.tag-item:hover {
    background: #21a1f1;
    color: white !important;
}

.first-tag-item {
    background: #21a1f1;
    color: white;
}

.mark, mark {
    background:none !important;
}
@media(max-width:992px) {
    .tag-container {
        display:none;
    }
    .header-login-search {
        display: none !important;
    }
    .header-login-info {
        display:none;
    }
}


@media(max-width:735px) {

    .footer-box {
        height: 185px;
    }

    .footer-qrcode {
        position:inherit;
        right: inherit;
        margin: 0 auto;
        float:unset;
    }

    .footer-text {
        width: 100%;
        margin-left: inherit;
    }

        .footer-text li {
            line-height: 26px;
            text-align: center;
            font-size: 12px;
        }

   
}

@media(max-width:535px) {

    .show-mobile .relation-list-content a {
        height: 70px;
        width: 100%;
    }
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.flex-item {
    width: 100%;
    display:inline-block;
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    margin-left: 0;
    border-radius: 5px;
    background: #fff;
}

    .flex-item .img-box {
        width:100%;
        aspect-ratio:16 / 9;
        display: block;
        overflow: hidden;
        border-radius:8px;
    }

        .flex-item .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 自适应填充并保持纵横比 */
        }

    .flex-item:hover {
        box-shadow:3px 3px 3px #eee;
    }

    .flex-item .news-item:hover img {
        transform: scale(1.1);
    }

    .flex-item .news-box {
        margin-left: 0;
    }

    .flex-item .news-content {
        padding-top:10px;
    }

    .flex-item .news-content h2 {
        font-size: 16px;
        font-weight: 800;
        line-height: 22px;
        height: 46px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 10px;
    }

    .flex-item .news-summary {
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        background: #fafafa;
        color: #8a8a8a;
        padding: 6px;
        border-radius: 8px;
    }

    .flex-item .news-content .news-summary {
        line-height: 24px;
    }

    .flex-item .news-footer {
        margin-top: 20px;
        color: #b5b5b5;
    }

    .flex-item .news-footer div:first-child {
        float: left;
    }

        .flex-item .news-footer div:last-child {
            float: right;
            margin-right: 0;
        }



.friend-links {
    min-height:unset;
}

.friend-links a {
    color: #949498;
    font-size: 14px;
    margin-left: 8px;
}

.tag-cloud {
    padding: 10px;
}

    .tag-cloud .tag {
        display: inline-block;
        margin: 5px;
        text-decoration: none;
        color: #666;
    }

        .tag-cloud .tag:hover {
            color: #21a1f1;
        }




.title-box {
    padding:15px 0px;
    border-radius:5px;
}

    .title-box h1, .title-box h2 {
        font-weight: bold;
        font-size: 16px;
        line-height: unset;
        margin: 0;
    }

.pagination-container {
    text-align: center
}

.pagination {
    margin: 10px 0;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
    display: inline-block
}

    .pagination li {
        display: inline;
    }

        .pagination li a, .pagination li span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: 8px;
            line-height: 1.42857143;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

            .pagination li a:hover {
                color: #23527c;
                background-color: #eee;
                border-color: #ddd;
            }

        .pagination li.active span {
            color: #fff;
            background-color: #f60;
            border-color: #f60;
        }