﻿ /* 导航栏css */
 .pc_navlist {
     width: 100%;
     height: 100px;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1000;
     background-color: #31363E;
 }

 .pc_navlist.cwactive {
     width: 100%;
     height: 100px;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1000;
     background-color: #31363E;
 }



 .pc_navlist .mat>.pc_nav {
     height: 100px;
 }

 .pc_navlist .mat .logobox {
     width: 13.072916666666vw;
 }

 .pc_navlist .mat .logobox .logo {
     display: none;
 }

 .pc_navlist .mat .logobox .logo.active {
     display: block;
 }



 .pc_navlist .mat .navitembox {
     width: 75%;
 }

 .pc_navlist .mat .navitembox .nib_left_box {
     width: 80%;
 }

 .pc_navlist .mat .navitembox .nib_left_box .nav-item {
     /* padding: 0 30px; */
     width: calc(100% / 8);
     text-align: center;
 }

 .pc_navlist .mat .navitembox .nib_left_box .nav-item a {
     font-size: 16px;
     color: #ffffff;
     line-height: 100px;
 }


 .pc_navlist .mat .navitembox .nib_left_box .nav-item:hover a {
     color: #385fbd;
 }

 /* .pc_navlist .mat .navitembox .nib_left_box .nav-item.active a {
     color: #385fbd;
 } */

 .pc_navlist.cwactive .mat .navitembox .nib_left_box .nav-item a {
     color: #ffffff;
 }



 .pc_navlist .mat .navitembox .nav_morebox {}

 .pc_navlist .mat .navitembox .nav_morebox>.item {
     width: 25px;
     display: block;
     position: relative;
     margin-left: 20px;
 }





 .pc_navlist .mat .navitembox .nav_morebox>.item:first-child {
     width: 85px;
     padding: 10px 0;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item .language_box .buttonbox {
     width: 60px;
     margin-left: 6px;
     position: relative;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item .language_box .buttonbox .name {
     font-size: 16px;
     color: #666666;
 }


 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item .language_box .buttonbox .name {
     color: #ffffff;
     font-size: 16px;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item:first-child .language_box>.icon {
     position: relative;
     width: 18px;
     height: 18px;
     perspective: 800px;

 }



 .pc_navlist .mat .navitembox .nav_morebox>.item:first-child .language_box>.icon .h_icon {
     object-fit: cover;
     -webkit-animation: sszcx 2s infinite linear;
     animation: sszcx 2s infinite linear;
 }


 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item:first-child .language_box .icon .h_icon:first-child {
     display: none;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item:first-child .language_box .icon .h_icon:first-child {
     display: block;
 }

 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item:first-child .language_box .icon .h_icon:first-child {
     display: none;
 }

 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item:first-child .language_box .icon .h_icon:last-child {
     display: block;
 }


 .pc_navlist .mat .navitembox .nav_morebox>.item:first-child .language_box .icon .h_icon:last-child {
     display: none;
 }




 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item .icon .h_icon:first-child {
     display: none;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item .icon .h_icon:first-child {
     display: block;
 }

 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item .icon .h_icon:last-child {
     display: block;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item .icon .h_icon:last-child {
     display: none;
 }



 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item:first-child .itembox {
     position: absolute;
     left: 0;
     top: 95%;
     width: 100%;
     text-align: center;
     border: 1px solid #ffffff;
     border-radius: 6px;
     background: transparent;

 }

 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item .itembox .item {
     height: 24px;
     line-height: 24px;
 }


 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item .itembox .item a {
     color: #ffffff;
     font-size: 16px;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item .itembox .item a {
     color: #666666;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item:first-child .itembox {
     position: absolute;
     left: 0;
     top: 95%;
     width: 100%;
     text-align: center;
     box-shadow: 0 0 5px #aaaaaa;
     border-radius: 6px;
     background: #ffffff;
     padding: 10px 0;
     opacity: 0;
     height: 0;
     transition: .5s;
     overflow: hidden;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item:first-child:hover .itembox {
     opacity: 1;
     height: auto;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item .itembox .item {
     height: 24px;
     line-height: 24px;
 }


 .pc_navlist .mat .navitembox .nav_morebox>.item .itembox .item a {
     color: #666666;
     font-size: 16px;
 }



 .pc_navlist .mat .navitembox .nav_morebox>.item .language_box .buttonbox .icon {
     width: 14px;
 }

 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item .language_box .buttonbox .icon .icons:first-child {
     display: block;
 }

 .pc_navlist.cwactive .mat .navitembox .nav_morebox>.item .language_box .buttonbox .icon .icons:last-child {
     display: none;
 }


 .pc_navlist .mat .navitembox .nav_morebox>.item .language_box .buttonbox .icon .icons:first-child {
     display: none;
 }

 .pc_navlist .mat .navitembox .nav_morebox>.item .language_box .buttonbox .icon .icons:last-child {
     display: block;
 }


 footer .mat {
     position: relative;
 }

 footer {
     background: #31363e;
 }

 footer .topbox {
     padding: 35px 0;
     border-bottom: 1px solid #666666;
 }

 footer .topbox .fotterlogo {
     width: 251px;
 }

 footer .topbox .footer_title {
     width: 900px;
 }

 footer .topbox .footer_title .item {
     width: calc(100% / 6);
     /* text-align: center; */
     text-align: left;
 }

 footer .topbox .footer_title a {
     color: #ffffff;
     font-size: 20px;
 }

 footer .bottombox {
     position: relative;
 }

 footer .bottombox .leftbox {
     width: calc(100% - 900px);
     padding-top: 50px;
 }

 footer .bottombox .leftbox>.item {
     margin-bottom: 25px;

 }


 footer .bottombox .leftbox>.item .icon {
     width: 24px;
     margin-right: 20px;
 }

 footer .bottombox .leftbox>.item .text {
     font-size: 20px;
     color: #ffffff;
     line-height: 24px;
 }

 footer .bottombox .leftbox .ewmbox {
     margin-top: 45px;
     position: relative;
 }

 footer .bottombox .leftbox .ewmbox .item {
     margin-right: 40px;
 }

 footer .bottombox .leftbox .ewmbox .item .ewmimg {
     width: 150px;
     height: 150px;
     background: #000000;
 }

 footer .bottombox .leftbox .ewmbox .item .text {
     text-align: center;
     color: #ffffff;
     font-size: 16px;
     margin-top: 15px;
 }

 footer .bottombox .rightbox {
     width: 900px;
     padding-top: 50px;
 }

 footer .bottombox .rightbox .itembox {
     width: calc(100% / 6);
     /* text-align: center; */
     text-align: left;

 }

 footer .bottombox .rightbox .itembox .item {
     margin-bottom: 5px;
 }

 footer .bottombox .rightbox .itembox .item a {
     color: #9b9b9b;
     font-size: 14px;
     /* text-align: center; */
     /* text-align: left; */
 }

 footer .bottombox .rightbox .itembox .item:hover a {
     color: #ffffff;
 }

 footer .bg {
     width: 194px;
     position: absolute;
     right: 10px;
     bottom: 110px;
 }

 footer .yqljbox {
     margin-top: 35px;
     padding-bottom: 40px;
     color: #aaaaaa;
     font-size: 12px;
 }


 footer .yqljbox a {
     color: #aaaaaa;
     margin-left: 5px;
     font-size: 12px;

 }

 footer .footerline {
     width: 100%;
     background: #000000;
     height: 60px;
     color: #aaaaaa;
     font-size: 16px;

 }

 footer .footerline a {
     color: #aaaaaa;
     font-size: 16px;
     font-size: 16px;

 }

 .h5_navbox {
     display: none;
 }

 @media (max-width: 1600px) {
     .pc_navlist .mat .navitembox {
         width: calc(100% - 13.072916666666vw);
     }

     .pc_navlist .mat .navitembox .nib_left_box {
         width: calc(100% - 240px);
     }
 }

 @media (max-width: 768px) {
     .pc_navlist {
         display: none;
     }

     .max-1600-w {
         padding: 0 5px;
     }

     header .h5_navbox {
         display: block;
         position: fixed;
         top: 0;
         width: 100%;
         z-index: 100;
         left: 0;
         height: 80px;
         padding: 0 10px;
         background: #ffffff;
         justify-content: space-between;
         display: inline-flex;
         align-items: center;
     }



     header .h5_navbox .logo {
         width: 80px;
     }


     header .h5_navbox .logo a {
         display: block;
     }

     header .h5_navbox .logo img {
         width: 100%;
     }

     header .h5_navbox .companyname a {
         color: #333333;
         font-size: 16px;
     }

     header .h5_navbox {
         position: fixed;

     }

     header .h5_navbox .iconbox {
         position: relative;
         width: 20px;

         color: #999;
         display: inline-flex;
         flex-direction: column;
         justify-content: space-between;
         margin: 0;
     }

     header .h5_navbox .iconbox li {
         list-style-type: none;
         background: #333;
         width: 100%;
         height: 3px;
         margin: 2px 0;
     }

     header .h5_navbox .h5nav-body {
         background-color: #ffffff;
         position: absolute;
         width: 100%;
         top: 71px;
         left: 0;
         padding: 0 5px 0 30px;
         display: none;
     }


     header .h5_navbox .h5nav-body li {
         list-style-type: none;
         padding: 5px;
         margin: 5px 0;
         border-bottom: 1px solid #efefef;

     }

     header .h5_navbox .h5nav-body>li {
         list-style-type: none;
         border-bottom: 1px solid #efefef;
     }

     header .h5_navbox .h5nav-body li a {
         color: #4d5158;
         font-size: 16px;
         line-height: 40px;
     }

     header .h5_navbox .h5nav-body li .navbar-nav {
         display: none;
     }

     header .h5_navbox .h5nav-body li.active .navbar-nav {
         display: block;
         padding: 5px;
         margin: 5px 0;
         border: #efefef 1px solid;
         border-radius: 6px;
         height: 300px;
         overflow-y: scroll;
     }

     header .h5_navbox .h5nav-body li.active .notcontend {
         padding: 0;
         margin: 0;
         border: 0;
         height: 0;
     }
    /* 页脚移动端适配 */
    footer .footerline {
        height: auto !important;
        padding: 15px 10px !important;
        font-size: 12px !important;
        line-height: 1.6 !important;
        text-align: center !important;
    }

    footer .footerline > div {
        width: 100% !important;
        margin: 3px 0 !important;
    }

    footer .yqljbox {
        padding: 15px 10px !important;
        margin-top: 15px !important;
        font-size: 12px !important;
        line-height: 1.8 !important;
    }

    footer .yqljbox a {
        display: inline-block !important;
        margin: 2px 4px !important;
        font-size: 12px !important;
    }

    footer .bottombox .leftbox .ewmbox {
        justify-content: center !important;
    }

    footer .bottombox .leftbox .item {
        flex-wrap: wrap !important;
        text-align: center !important;
        justify-content: center !important;
    }

    footer .bottombox .leftbox .item .text {
        width: 100% !important;
        margin-top: 5px !important;
    }
 }
 @media (max-width: 1440px) {
     .max-1600-w {
         padding:  0 20px;
     }
 }
 
 /* 产品中心样式 - 从原站迁移 */
 .indexProduct{ padding:50px 0; }
 .indexProduct_title{ float:left; width:120px; height:345px;}
 .indexProduct_con{ float:left; width:1080px;  height:345px;}
 .indexProduct_con dl{}
 .indexProduct_con dl dt{ padding-right:320px; height:70px; background:url(../image/welcome.jpg) no-repeat right;}
 .indexProduct_con dl dt span{ font-size:18px; width:250px; height:35px; line-height:35px; text-align:left; display:inline-block; }
 .indexProduct_con dl dt span a{ color:#007fea;}
 .indexProduct_con dl dd{}
 .picScroll-left{ width:100%;  overflow:hidden; position:relative;   }
 .picScroll-left .bd{ padding:10px 0;   }
 .picScroll-left .bd ul{ overflow:hidden; zoom:1; width:1100px; }
 .picScroll-left .bd ul li{ margin-right:20px; float:left; _display:inline; overflow:hidden; text-align:center;  }
 .picScroll-left .bd ul li .pic{ text-align:center; }
 .picScroll-left .bd ul li .pic img{ width:249px; height:207px; display:block; padding:2px; border:1px solid #CCC;}
 .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
 .picScroll-left .bd ul li .title{ height:30px; line-height:35px; font-size:14px;}
 .clearboth{ clear:both; }
/* 产品中心样式 - 从原站迁移 */
.indexProduct{ padding:50px 0; }
.indexProduct_title{ float:left; width:120px; height:345px;}
.indexProduct_con{ float:left; width:1080px;  height:345px;}
.indexProduct_con dl{}
.indexProduct_con dl dt{ padding-right:320px; height:70px; background:url(../image/welcome.jpg) no-repeat right;}
.indexProduct_con dl dt span{ font-size:18px; width:250px; height:35px; line-height:35px; text-align:left; display:inline-block; }
.indexProduct_con dl dt span a{ color:#007fea;}
.indexProduct_con dl dd{}
.picScroll-left{ width:100%;  overflow:hidden; position:relative;   }
.picScroll-left .bd{ padding:10px 0;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; width:1100px; }
.picScroll-left .bd ul li{ margin-right:20px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:249px; height:207px; display:block; padding:2px; border:1px solid #CCC;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ height:30px; line-height:35px; font-size:14px;}
.clearboth{ clear:both; }

/* 产品中心样式优化 */
#productSection.indexProduct {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
}
.indexProduct_title {
    float: left;
    width: 120px;
    height: 345px;
}
.indexProduct_title img {
    max-width: 100%;
}
.indexProduct_con {
    float: left;
    width: 1080px;
    min-height: 345px;
}
.indexProduct_con dl dt {
    padding-right: 320px;
    height: 70px;
    background: url(../image/welcome.jpg) no-repeat right;
    margin-bottom: 20px;
}
.indexProduct_con dl dt span {
    font-size: 18px;
    width: 250px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    display: inline-block;
}
.indexProduct_con dl dt span a {
    color: #007fea;
}
.indexProduct_con dl dt span a:hover {
    text-decoration: underline;
}
.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.picScroll-left .bd {
    padding: 10px 0;
}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 1100px;
}
.picScroll-left .bd ul li {
    margin-right: 20px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    width: 249px;
}
.picScroll-left .bd ul li .pic {
    text-align: center;
    margin-bottom: 10px;
}
.picScroll-left .bd ul li .pic img {
    width: 249px;
    height: 207px;
    display: block;
    padding: 2px;
    border: 1px solid #CCC;
    object-fit: cover;
}
.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}
.picScroll-left .bd ul li .title {
    height: 30px;
    line-height: 35px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.picScroll-left .bd ul li .title a {
    color: #333;
}
.picScroll-left .bd ul li .title a:hover {
    color: #007fea;
}

/* 产品中心标题图片样式 */
.indexProduct_title img {
    display: block;
    width: 100%;
    height: auto;
}

/* 确保产品列表正确排列 */
.picScroll-left .bd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.picScroll-left .bd ul li {
    list-style: none;
}


/* 产品中心布局重置 - 覆盖目标站全局样式 */
#productSection.indexProduct * {
    box-sizing: content-box;
}

#productSection.indexProduct {
    width: 1200px !important;
    margin: 0 auto !important;
    padding: 50px 0 !important;
    overflow: hidden !important;
    clear: both !important;
    position: relative !important;
}

#productSection .indexProduct_title {
    float: left !important;
    width: 120px !important;
    height: 345px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#productSection .indexProduct_con {
    float: left !important;
    width: 1080px !important;
    min-height: 345px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#productSection .indexProduct_con dl {
    margin: 0 !important;
    padding: 0 !important;
}

#productSection .indexProduct_con dl dt {
    padding-right: 320px !important;
    height: 70px !important;
    background: url(../image/welcome.jpg) no-repeat right !important;
    margin-bottom: 20px !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#productSection .indexProduct_con dl dd {
    margin: 0 !important;
    padding: 0 !important;
}

#productSection .clearboth {
    clear: both !important;
    display: block !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* 产品中心最终修复 - 防止flexbox干扰 */
#productSection.indexProduct {
    display: block !important;
}

#productSection .indexProduct_title,
#productSection .indexProduct_con {
    display: block !important;
}

/* 确保轮播容器正确显示 */
#productSection .picScroll-left .bd ul {
    display: block !important;
}

#productSection .picScroll-left .bd ul li {
    display: inline-block !important;
    vertical-align: top !important;
}

/* 修复图片显示 */
#productSection .indexProduct_title img {
    max-width: 120px;
    height: auto;
}


/* ========== 页脚移动端科技感优化 ========== */
@media (max-width: 768px) {
    /* 整体背景 */
    footer {
        background: linear-gradient(180deg, #1a1f2e 0%, #0f1419 100%) !important;
        position: relative !important;
        overflow: hidden !important;
        padding-bottom: 0 !important;
    }

    /* 顶部蓝色发光线 */
    footer::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 2px !important;
        background: linear-gradient(90deg, transparent 0%, #385fbd 50%, transparent 100%) !important;
        z-index: 10 !important;
    }

    /* topbox */
    footer .topbox {
        padding: 25px 0 20px !important;
        border-bottom: 1px solid rgba(56, 95, 189, 0.2) !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 15px !important;
    }

    footer .topbox .fotterlogo {
        width: 160px !important;
        margin: 0 auto !important;
    }

    footer .topbox .fotterlogo img {
        max-width: 100% !important;
        height: auto !important;
        filter: brightness(1.1) !important;
    }

    /* 导航链接改为 pill 标签 */
    footer .topbox .footer_title {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px 10px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    footer .topbox .footer_title .item {
        width: auto !important;
    }

    footer .topbox .footer_title .item a {
        display: inline-block !important;
        padding: 6px 14px !important;
        background: rgba(56, 95, 189, 0.12) !important;
        border: 1px solid rgba(56, 95, 189, 0.25) !important;
        border-radius: 20px !important;
        font-size: 13px !important;
        color: rgba(255,255,255,0.75) !important;
        transition: all 0.3s ease !important;
        text-decoration: none !important;
    }

    footer .topbox .footer_title .item a:active {
        background: rgba(56, 95, 189, 0.35) !important;
        border-color: #385fbd !important;
        color: #fff !important;
        box-shadow: 0 0 10px rgba(56, 95, 189, 0.3) !important;
    }

    /* bottombox */
    footer .bottombox {
        flex-direction: column !important;
        padding: 20px 0 !important;
        position: relative !important;
    }

    footer .bottombox .leftbox {
        width: 100% !important;
        padding-top: 0 !important;
    }

    /* 联系信息卡片 */
    footer .bottombox .leftbox > .item {
        margin-bottom: 10px !important;
        padding: 12px 15px !important;
        background: rgba(255,255,255,0.03) !important;
        border: 1px solid rgba(56, 95, 189, 0.12) !important;
        border-radius: 8px !important;
        backdrop-filter: blur(4px) !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    footer .bottombox .leftbox > .item .icon {
        width: 20px !important;
        margin-right: 12px !important;
        flex-shrink: 0 !important;
    }

    footer .bottombox .leftbox > .item .icon img {
        width: 100% !important;
        filter: brightness(1.5) drop-shadow(0 0 4px rgba(56,95,189,0.4)) !important;
    }

    footer .bottombox .leftbox > .item .text {
        font-size: 14px !important;
        color: rgba(255,255,255,0.75) !important;
        line-height: 1.5 !important;
        width: auto !important;
        margin-top: 0 !important;
    }

    /* 二维码 */
    footer .bottombox .leftbox .ewmbox {
        margin-top: 20px !important;
        justify-content: center !important;
    }

    footer .bottombox .leftbox .ewmbox .item {
        margin-right: 0 !important;
    }

    footer .bottombox .leftbox .ewmbox .ewmimg {
        width: 120px !important;
        height: 120px !important;
        border-radius: 8px !important;
        border: 1px solid rgba(56, 95, 189, 0.3) !important;
        overflow: hidden !important;
        margin: 0 auto !important;
        box-shadow: 0 0 15px rgba(56, 95, 189, 0.15) !important;
    }

    footer .bottombox .leftbox .ewmbox .text {
        font-size: 13px !important;
        color: rgba(255,255,255,0.5) !important;
        margin-top: 10px !important;
        text-align: center !important;
    }

    /* 右侧栏目导航 - 2列卡片 */
    footer .bottombox .rightbox {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding-top: 15px !important;
        margin-top: 20px !important;
        border-top: 1px solid rgba(56, 95, 189, 0.15) !important;
    }

    footer .bottombox .rightbox .itembox {
        width: calc(50% - 6px) !important;
        margin-bottom: 12px !important;
        padding: 12px 10px !important;
        background: rgba(255,255,255,0.03) !important;
        border: 1px solid rgba(56, 95, 189, 0.1) !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
    }

    footer .bottombox .rightbox .itembox .item:first-child a {
        color: #fff !important;
        font-size: 14px !important;
        font-weight: bold !important;
        margin-bottom: 6px !important;
        display: block !important;
        border-bottom: 1px solid rgba(56, 95, 189, 0.2) !important;
        padding-bottom: 6px !important;
    }

    footer .bottombox .rightbox .itembox .item a {
        font-size: 12px !important;
        color: rgba(255,255,255,0.55) !important;
        line-height: 2 !important;
        display: block !important;
        transition: color 0.2s !important;
        text-decoration: none !important;
    }

    footer .bottombox .rightbox .itembox .item a:active {
        color: #5a8ef0 !important;
    }

    /* 友情链接 */
    footer .yqljbox {
        margin-top: 10px !important;
        padding: 15px 0 20px !important;
        border-top: 1px solid rgba(56, 95, 189, 0.1) !important;
        font-size: 12px !important;
        color: rgba(255,255,255,0.35) !important;
        text-align: center !important;
        line-height: 2 !important;
    }

    footer .yqljbox a {
        display: inline-block !important;
        margin: 3px 4px !important;
        padding: 3px 10px !important;
        background: rgba(56, 95, 189, 0.1) !important;
        border: 1px solid rgba(56, 95, 189, 0.2) !important;
        border-radius: 12px !important;
        font-size: 11px !important;
        color: rgba(255,255,255,0.5) !important;
        text-decoration: none !important;
        transition: all 0.2s !important;
    }

    footer .yqljbox a:active {
        background: rgba(56, 95, 189, 0.25) !important;
        border-color: rgba(56, 95, 189, 0.4) !important;
        color: rgba(255,255,255,0.8) !important;
    }

    /* 底部版权 */
    footer .footerline {
        height: auto !important;
        padding: 15px 12px !important;
        background: rgba(0,0,0,0.5) !important;
        font-size: 11px !important;
        color: rgba(255,255,255,0.35) !important;
        text-align: center !important;
        line-height: 1.8 !important;
        border-top: 1px solid rgba(56, 95, 189, 0.1) !important;
    }

    footer .footerline > div {
        width: 100% !important;
        margin: 2px 0 !important;
    }

    /* 隐藏桌面端装饰背景 */
    footer .bg {
        display: none !important;
    }
}
