﻿@charset "utf-8";

/* CSS Document */
html,
body {
    margin: 0 auto;
    padding: 0;
    font-family: "微软雅黑", "宋体", sans-serif;
    font-size: 1rem;
    color: #302e31;
    background: #F5FCFF;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
}

img,
a img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    font-family: "微软雅黑", "宋体", sans-serif;
    color: #302e31;
}

a:hover {
    color: #009AE5;
}

select {
    padding: 2px;
    font-size: 15px;
}

label {
    display: inline-block;
}

.cx_clear {
    clear: both;
}

.cx_disnone {
    display: none;
}

.cx_mt0 {
    margin-top: 0;
}

.cx_mt10 {
    margin-top: 10px;
}

.cx_mt20 {
    margin-top: 20px;
}

.cx_mt50 {
    margin-top: 50px;
}

.cx_mb10 {
    margin-bottom: 10px;
}

.cx_mb20 {
    margin-bottom: 20px;
}

.cx_ml20 {
    margin-left: 20px;
}

.cx_mr20 {
    margin-right: 20px;
}

.cx_pt20 {
    padding-top: 20px;
}

.cx_pb20 {
    padding-bottom: 20px;
}

.cx_a1 {
    display: inline-block;
    margin-right: 20px;
}

.cx_a2 {
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #F5FCFF;
    color: #009AE5;
    border: solid 1px #EFEFEF;
    text-decoration: none;
}

.cx_a2 em {
    font-size: 12px;
    font-style: normal;
    color: #888;
}

.cx_a2:hover {
    color: #d30312;
    border: solid 1px #d30312;
}

.cx_a22 {
    padding: 10px;
    width: 60px;
    height: 60px;
    font-size: 36px;
    text-align: center;
}

.cx_a22 em {
    overflow: hidden;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-style: normal;
    color: #888;
}

.cx_a22 strong {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #555;
}

.cx_a23 {
    padding: 0 10px;
    height: 50px;
    font-size: 18px;
    text-align: center;
}

.cx_a23 em {
    overflow: hidden;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-style: normal;
    color: #888;
}

.cx_a23 strong {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
}

.cx_a24 {
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 0 10px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    background: #F5FCFF;
    color: #555;
    border: solid 1px #EFEFEF;
    text-decoration: none;
}

.cx_a24 em {
    overflow: hidden;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-style: normal;
    color: #888;
}

.cx_a24 strong {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #555;
}

.c {
    text-align: center;
}

.b {
    font-weight: bold;
}

.hei {
    color: #000;
}

.hui1 {
    color: #999;
}

.hui1b {
    color: #999;
    font-weight: bold;
}

.hui2 {
    color: #dfdfdf;
}

.red {
    color: #d30312;
}

.redb {
    color: #d30312;
    font-weight: bold;
}

.zis1 {
    color: #CC00FF;
}

.zis1b {
    color: #CC00FF;
    font-weight: bold;
}

.blue {
    color: #009AE5;
}

.blueb {
    color: #009AE5;
    font-weight: bold;
}

.green {
    color: #00CC00;
}

.fs14 {
    font-size: 14px;
}

.fs18 {
    font-size: 18px;
}

.fs24 {
    font-size: 24px;
}

.fs30 {
    font-size: 30px;
}

.fs42 {
    font-size: 42px;
}

.fs48 {
    font-size: 48px;
}

.fs60 {
    font-size: 60px;
}

.btn1 {
    display: inline-block;
    margin: 2px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #009AE5;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border: solid 1px #009AE5;
    border-radius: 5px;
}

.btn2 {
    display: inline-block;
    margin: 2px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #009AE5;
    color: #fff;
    cursor: pointer;
    border: solid 1px #009AE5;
    border-radius: 5px;
}

.btn1:hover,
.btn2:hover {
    background: #d30312;
    border: solid 1px #d30312;
    color: #fff;
}

.textarea1 {
    padding: 5px 10px;
    width: calc(100% - 20px);
    height: 320px;
    line-height: 22px;
    border-radius: 5px;
}

.inptext span {
    display: inline-block;
    width: 100px;
}

.inptext input[type="text"] {
    display: inline-block;
    padding: 0 10px;
    width: calc(100% - 126px);
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 5px;
}

.inptext1 {
    display: inline-block;
    padding: 0 10px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 5px;
}

.inpnum {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 5px;
}

.inpnum2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 5px;
}

.select1 {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    border-radius: 5px;
}

header,
footer,
main,
.cxx_weba3,
.cxx_weba4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
}

/* 头部 */
header {
    padding: 10px 0;
}

header .cx_logo {
    float: left;
    padding-top: 18px;
    width: 30%;
}

header .cx_right {
    float: right;
    width: 64%;
    max-width: 600px;
    text-align: right;
}

/* 底部 */
footer {
    position: relative;
    padding: 20px 0;
    line-height: 25px;
    color: #999;
    text-align: center;
}

footer a:hover {
    color: #009AE5;
}

/* 右侧浮动-返回顶部按钮 */
.returnTop {
    position: fixed;
    _position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    display: block;
    bottom: 10px;
    color: #fff !important;
    z-index: 1000;
    left: auto !important;
    right: 0;
    background-size: cover;
    background: rgba(48, 46, 49, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8009AE5, endColorstr=#c8009AE5);
    border-radius: 5px;
}

.returnTop:hover {
    cursor: pointer;
    background: #009AE5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff009AE5, endColorstr=#ff009AE5);
}

.returnTop span {
    display: block;
    height: 16px;
    margin-top: 17px;
    background: url(../images/rightfloat06.png) no-repeat center;
}

/* 友情链接 */
.cx_links {
    background: #fff;
    border: solid 1px #dfdfdf;
}

.cx_links .cx_lt {
    padding: 0 0 0 15px;
    line-height: 30px;
    background: #EFEFEF;
    border-bottom: solid 1px #dfdfdf;
}

.cx_links .cx_la {
    padding: 15px 20px;
    line-height: 25px;
}

.cx_links .cx_la a {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}

/* 首页工具列表 */
.cx_ilist {
    padding: 0;
    list-style: none;
    background: #fff;
    border: solid 1px #009AE5;
    text-align: left;
    padding-bottom: 10px;
}

.cx_ilist h2 {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #009AE5;
    text-align: left;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}

.cx_ilist a {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin: 8px 4px;
    float: none;
    position: relative;
    width: calc(25% - 20px);
    height: auto;
    min-height: 60px;
    text-decoration: none;
    border-radius: 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.cx_ilist a img {
    float: left;
    width: 60px;
    height: 60px;
    box-shadow: 0 1px 3px #000;
    border-radius: 10px;
    object-fit: cover;
}

.cx_ilist a span {
    float: left;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    width: calc(100% - 70px);
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cx_ilist a span.sg_il_t {
    font-size: 16px;
}

.cx_ilist a span.sg_il_txt {
    font-size: 14px;
    color: #999;
}

.cx_ilist a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

/* 上下篇 */
.next {
    margin-top: 20px;
    line-height: 35px;
}

/* 分页 */
.page {
    margin: 10px 0;
    padding: 0;
    font-size: 15px;
    line-height: normal;
    text-align: center;
}

.page a {
    display: inline-block;
    margin: 5px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0;
    border: 1px solid #999;
}

.page span {
    display: inline-block;
    margin: 5px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0;
}

.page a:hover,
.page a.page_on {
    color: #fff;
    background: #009AE5;
    border: 1px solid #009AE5;
}

/* 通用 */
.ccx_box1 {
    background: #fff;
    border: solid 1px #337ab7;
}

.ccx_box1 .title {
    padding: 0 0 0 15px;
    line-height: 35px;
    background: #f5f5f5;
    border-bottom: solid 1px #ddd;
}

.ccx_box1 .title a {
    display: inline-block;
    font-weight: bold;
    color: #302e31;
}

.ccx_box1 .title h3 {
    margin: 0;
    padding: 0;
}

.ccx_box1 .titledian {
    padding: 0 0 0 15px;
    line-height: 35px;
    border-bottom: solid 1px #ddd;
}

.ccx_box1 .titledian a {
    display: inline-block;
    font-weight: bold;
    color: #302e31;
}

.ccx_box1 .titledian h3 {
    margin: 0;
    padding: 0;
}

.ccx_box1 .conbt {
    padding: 20px 0 0 0;
    text-align: center;
}

.ccx_box1 .conbt img {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 60px;
    height: 60px;
    box-shadow: 0 1px 3px #000;
    border-radius: 10px;
}

.ccx_box1 .conbt h1 {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    font-size: 44px;
    font-weight: normal;
}

.ccx_box1 .conbt h1.h1 {
    font-size: 24px;
}

.ccx_box1 .connav {
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
}

.ccx_box1 .connav a {
    display: inline-block;
    margin: 0 5px;
}

.ccx_box1 .timetext {
    padding: 10px 0;
    border-bottom: dashed 1px #C9C9C9;
    text-align: center;
}

.ccx_box1 .timetext span {
    display: inline-block;
    margin: 0 10px;
    color: #999;
}

.ccx_box1 .content {
    padding: 20px 15px;
    line-height: 30px;
    word-wrap: break-word;
    word-break: normal;
}


.ccx_box1 .content h2 {
    font-size: 24px;
    font-weight: normal;
}

.ccx_box1 .news {
    margin: 0;
    padding: 10px;
    list-style: none;
}

.ccx_box1 .news li {
    float: left;
    margin: 10px 1.5%;
    padding: 10px;
    width: calc(47% - 22px);
    border: solid 1px #C9C9C9;
}

.ccx_box1 .news img {
    float: left;
    margin: 0 2% 0 0;
    width: 22%;
    height: 85px;
}

.ccx_box1 .news span {
    float: left;
    overflow: hidden;
    display: block;
    width: 76%;
    height: 25px;
    line-height: 25px;
}

.ccx_box1 .news p {
    float: left;
    overflow: hidden;
    margin: 10px 0 0 0;
    width: 76%;
    line-height: 25px;
    height: 50px;
    font-size: 12px;
    color: #999;
}

.ccx_box1 .news p.timecl {
    margin: 0;
    height: 26px;
}

.ccx_box1 .news li:hover {
    border: solid 1px #009AE5;
}

.ccx_box1 .news2 {
    margin: 0;
    padding: 10px;
    list-style: none;
}

.ccx_box1 .news2 li {
    float: left;
    overflow: hidden;
    margin: 5px 1.5%;
    padding: 0 0 0 15px;
    width: calc(17% - 15px);
    line-height: 30px;
    height: 30px;
    background: url(../images/icon1-hei.png) left center no-repeat;
}

.ccx_box1 .news3 {
    margin: 0;
    padding: 10px;
    list-style: none;
}

.ccx_box1 .news3 li {
    float: left;
    overflow: hidden;
    margin: 5px 1.5%;
    padding: 0 0 0 15px;
    width: calc(47% - 15px);
    line-height: 30px;
    height: 30px;
    background: url(../images/icon1-hei.png) left center no-repeat;
}

.ccx_box1 .news3 li a {
    text-decoration: none;
}

.ccx_box1 .news4 {
    margin: 0;
    padding: 10px;
    list-style: none;
}

.ccx_box1 .news4 li {
    float: left;
    overflow: hidden;
    margin: 5px 1.5%;
    padding: 0 0 0 15px;
    width: calc(30.33% - 15px);
    line-height: 30px;
    height: 30px;
    background: url(../images/icon1-hei.png) left center no-repeat;
}

.ccx_box1 .news4 li a {
    text-decoration: none;
}

.ccx_box1 .news5 {
    margin: 0;
    padding: 10px;
    list-style: none;
}

.ccx_box1 .news5 li {
    float: left;
    overflow: hidden;
    margin: 5px 1.5%;
    padding: 0 0 0 15px;
    width: calc(22% - 15px);
    line-height: 30px;
    height: 30px;
    background: url(../images/icon1-hei.png) left center no-repeat;
}

.ccx_box1 .news5 li a {
    text-decoration: none;
}

.cxx_table1 {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.cxx_table1 thead tr {
    background: #009AE5;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}

.cxx_table1 thead tr th {
    padding: 3px 5px;
    border: 1px solid #C9C9C9;
}

.cxx_table1 tbody tr:nth-child(even) {
    background: #f6f6f6;
}

.cxx_table1 tbody tr:hover {
    background: #CBEFFF;
}

.cxx_table1 td {
    padding: 3px 5px;
    line-height: 20px;
    border: 1px solid #D8DADD;
    font-size: 12px;
}

.cxx_weba1 iframe,
.cxx_weba2 iframe,
.cxx_weba4 iframe {
    height: 70px;
    border: 0;
}

.cxx_weba3 {
    margin-bottom: 10px;
}

.cxx_weba3 iframe {
    height: 80px;
    border: 0;
}

.cxx_webpic img {
    width: 100%;
    height: 70px;
}

.cxx_webtxt a {
    overflow: hidden;
    display: inline-block;
    margin: 2px;
    width: calc(25% - 4px);
    height: 35px;
    line-height: 35px;
    background: #009AE5;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.cxx_webtxt a:nth-child(1),
.cxx_webtxt a:nth-child(7) {
    background: #FF2F2F;
}

.cxx_webtxt a:nth-child(2),
.cxx_webtxt a:nth-child(8) {
    background: #F326F1;
}

.cxx_webtxt a:nth-child(3),
.cxx_webtxt a:nth-child(5) {
    background: #1FA729;
}

.cxx_webtxt a:nth-child(4),
.cxx_webtxt a:nth-child(6) {
    background: #FF821A;
}

.cxx_webtxt a:hover {
    background: #D01522;
}

@media screen and (max-width:640px) {

    html,
    body {
        font-size: 14px;
    }

    select {
        font-size: 12px;
    }

    header {
        padding: 3px 0;
    }

    header .cx_logo {
        width: 100%;
    }

    header .cx_right {
        margin-top: 5px;
        width: 100%;
    }

    /* 通用 */
    .ccx_box1 .news li {
        clear: both;
        margin: 0 0 10px 0;
        padding: 8px;
        width: calc(100% - 18px);
    }

    .ccx_box1 .news img {
        height: 80px;
    }

    .ccx_box1 .news span {
        width: 59%;
        height: 50px;
    }

    .ccx_box1 .news p {
        display: none;
    }

    .ccx_box1 .news2 li {
        width: calc(47% - 15px);
        line-height: 20px;
        height: 20px;
    }

    .ccx_box1 .news3 li {
        clear: both;
        margin: 5px 0;
        width: calc(100% - 15px);
        line-height: 20px;
        height: 20px;
    }

    .ccx_box1 .news4 li {
        clear: both;
        margin: 5px 0;
        width: calc(100% - 15px);
        line-height: 20px;
        height: 20px;
    }

    .cxx_table1 td {
        padding: 5px;
        line-height: 20px;
        font-size: 12px;
    }

    .cxx_weba1 iframe,
    .cxx_weba2 iframe,
    .cxx_weba4 iframe {
        height: 50px;
    }

    .cxx_weba3 {
        margin-bottom: 5px;
    }

    .cxx_weba3 iframe {
        height: 110px;
    }

    .cxx_webtxt a {
        margin: 0 2px;
        width: calc(50% - 4px);
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {
    .cxx_webpic img {
        height: 50px;
    }

    .cx_ilist {
        padding: 0 0 5px 0;
    }

    .cx_ilist a {
        width: calc(50% - 10px);
        margin: 5px 2px;
        padding: 8px;
        min-height: 50px;
    }

    .cx_ilist a img {
        width: 50px;
        height: 50px;
    }

    .cx_ilist a span {
        width: calc(100% - 60px);
        margin-left: 5px;
        font-size: 12px;
    }

    .cx_ilist a span.sg_il_t {
        font-size: 14px;
    }

    .cx_ilist a span.sg_il_txt {
        font-size: 12px;
    }
}

/* 导航样式 */
.main-nav {
    float: left;
    margin: 15px 10px;
    background: #F5FCFF;
    border-radius: 6px;
    padding: 5px;
}

.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.main-nav li a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    display: block;
}

.main-nav li a:hover {
    color: #009AE5;
    background-color: rgba(0, 154, 229, 0.1);
}

/* 移动端样式 */
@media screen and (max-width: 480px) {
    header {
        padding: 3px 0;
        position: relative;
        height: 50px;
    }

    header .cx_logo {
        width: 100%;
        padding-top: 10px;
    }

    header .cx_logo img {
        height: 30px;
        width: auto;
    }

    /* 菜单按钮样式 */
    .nav-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        padding: 10px;
        z-index: 1000;
        background: #F5FCFF;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .nav-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #333;
        margin: 5px 0;
        transition: all 0.4s ease;
        border-radius: 2px;
    }

    /* 菜单按钮动画 */
    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
        background-color: #009AE5;
    }

    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
        transform: translateX(-10px);
    }

    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
        background-color: #009AE5;
    }

    header .cx_right {
        display: none;
    }

    /* 移动端导航样式 */
    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 240px;
        height: 100vh;
        background: rgba(245, 252, 255, 0.98);
        padding: 70px 0 20px;
        box-shadow: -2px 0 15px rgba(0, 0, 0, 0.1);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
        backdrop-filter: blur(10px);
        margin: 0;
        /* 重置margin */
        float: none;
        /* 移除浮动 */
    }

    .main-nav.active {
        right: 0;
    }

    .main-nav ul {
        padding: 0 15px;
        flex-direction: column;
        /* 改为纵向排列 */
        gap: 0;
        /* 重置间距 */
    }

    .main-nav li {
        width: 100%;
        /* 确保占满容器宽度 */
        border-bottom: 1px solid rgba(0, 154, 229, 0.1);
    }

    .main-nav li:last-child {
        border-bottom: none;
    }

    .main-nav li a {
        padding: 15px;
        font-size: 15px;
        display: block;
        /* 确保链接占满整行 */
        color: #333;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .main-nav li a::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #009AE5;
        border-radius: 50%;
        margin-right: 12px;
        transform: scale(0);
        transition: transform 0.3s ease;
    }

    .main-nav li a:hover {
        background: rgba(0, 154, 229, 0.08);
        padding-left: 25px;
    }

    .main-nav li a:hover::before {
        transform: scale(1);
    }
}
/* Text logo: use site_name from system settings instead of logo image */
header .cx_logo .site-name-logo {
    display: inline-block;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    letter-spacing: .5px;
}
header .cx_logo a { text-decoration: none; }
@media only screen and (max-width: 768px) {
    header .cx_logo .site-name-logo {
        max-width: 220px;
        line-height: 38px;
        font-size: 18px;
    }
}


/* Enhanced text logo 20260805 */
header .cx_logo a {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}
header .cx_logo .site-name-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 46px;
    padding: 0 4px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .5px;
    color: #0f2f5f;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.9);
}
header .cx_logo .site-name-logo::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, #10b8d8 0 35%, #dff8ff 38% 64%, #2f9cff 66% 100%);
    box-shadow: 0 0 0 3px rgba(47,156,255,.10);
    flex: 0 0 auto;
}
header .cx_logo .site-name-logo::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
}
header .cx_logo .site-name-logo:hover {
    color: #0088ff;
    transform: none;
    box-shadow: none;
}
@media only screen and (max-width: 768px) {
    header .cx_logo .site-name-logo {
        height: 40px;
        max-width: 190px;
        font-size: 24px;
        letter-spacing: 0;
    }
    header .cx_logo .site-name-logo::before {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }
}

/* Featured network tools 20260805 */
.hot-tools-panel {
    margin-top: 10px;
    padding: 22px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d9e5eb;
    border-top: 3px solid #078dcb;
}

.hot-tools-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.hot-tools-heading h2 {
    margin: 0;
    color: #1d3342;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 0;
}

.hot-tools-heading p {
    margin: 5px 0 0;
    color: #6c7f8b;
    font-size: 14px;
    line-height: 1.6;
}

.hot-tools-more {
    flex: 0 0 auto;
    color: #007eb9;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    border-bottom: 1px solid #9dcfe6;
}

.hot-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.hot-tool-card {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 94px;
    padding: 14px;
    box-sizing: border-box;
    color: #243746;
    background: #f8fbfc;
    border: 1px solid #e0e9ed;
    border-radius: 8px;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.hot-tool-card:hover {
    color: #172b38;
    background: #fff;
    border-color: #b8d5e3;
    box-shadow: 0 8px 18px rgba(35, 72, 91, .1);
    transform: translateY(-3px);
}

.site-tool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.site-tool-icon-rate {
    color: #096da8;
    background: #eaf6fc;
    border-color: #b9ddec;
}

.site-tool-icon-gold {
    color: #93620b;
    background: #fff5d9;
    border-color: #ead294;
}

.site-tool-icon-oil {
    color: #087258;
    background: #eaf7f0;
    border-color: #b8ddce;
}

.site-tool-icon-time {
    color: #aa4936;
    background: #fff0ec;
    border-color: #efc5bc;
    font-size: 15px;
}

.hot-tool-copy {
    display: block;
    min-width: 0;
    margin-left: 12px;
}

.hot-tool-copy strong,
.hot-tool-copy > span {
    display: block;
    letter-spacing: 0;
}

.hot-tool-copy strong {
    margin-bottom: 4px;
    color: #203744;
    font-size: 17px;
    line-height: 1.35;
}

.hot-tool-copy > span {
    color: #70818b;
    font-size: 13px;
    line-height: 1.5;
}

.cx_ilist a.featured-site-link .site-tool-icon {
    float: left;
    display: flex;
    width: 60px;
    height: 60px;
    margin-left: 0;
    overflow: hidden;
    line-height: 1;
    white-space: nowrap;
}

/* Header tool menu */
.nav-toggle {
    display: none;
    border: 0;
    font: inherit;
    appearance: none;
}

.main-nav li {
    position: relative;
}

.nav-tools-menu > a {
    padding-right: 28px !important;
}

.nav-tools-menu > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
}

.nav-tools-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1200;
    width: 176px;
    padding: 7px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dce6eb;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(31, 61, 77, .14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-5px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav-tools-menu:hover .nav-tools-dropdown,
.nav-tools-menu:focus-within .nav-tools-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.main-nav .nav-tools-dropdown a {
    display: block;
    padding: 9px 10px;
    color: #315064;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    white-space: nowrap;
}

.main-nav .nav-tools-dropdown a:hover {
    color: #007eb9;
    background: #edf8fc;
}

/* Common tools topic page */
.tool-topic-page {
    margin-top: 10px;
    padding: 26px 30px 34px;
    box-sizing: border-box;
    background: #fff;
    border-top: 3px solid #078dcb;
}

.topic-breadcrumb {
    margin-bottom: 18px;
    color: #788995;
    font-size: 13px;
    line-height: 24px;
}

.topic-breadcrumb a {
    color: #477085;
    text-decoration: none;
}

.topic-intro {
    max-width: 780px;
}

.topic-intro h1 {
    margin: 0 0 10px;
    color: #1b3241;
    font-size: 30px;
    line-height: 1.35;
    letter-spacing: 0;
}

.topic-intro p {
    margin: 0;
    color: #5f737f;
    font-size: 15px;
    line-height: 1.85;
}

.topic-tool-list {
    margin-top: 26px;
    border-bottom: 1px solid #e3eaee;
}

.topic-tool-row {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 22px 0;
    border-top: 1px solid #e3eaee;
}

.topic-tool-row .site-tool-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    font-size: 19px;
}

.topic-tool-row .site-tool-icon-time {
    font-size: 16px;
}

.topic-tool-copy h2 {
    margin: 0 0 6px;
    color: #243b49;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0;
}

.topic-tool-copy p {
    margin: 0;
    color: #677b87;
    font-size: 14px;
    line-height: 1.75;
}

.topic-tool-action {
    display: inline-block;
    padding: 7px 0;
    color: #007eb9;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px solid #9dcfe6;
}

.topic-related {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e3eaee;
}

.topic-related h2 {
    margin: 0 0 10px;
    color: #2a404d;
    font-size: 18px;
    letter-spacing: 0;
}

.topic-related a {
    display: inline-block;
    margin: 0 16px 7px 0;
    color: #477085;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

header .cx_logo .site-name-logo {
    letter-spacing: 0;
}

@media screen and (max-width: 860px) {
    .hot-tools-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 480px) {
	.nav-toggle {
		display: block;
		border: 0;
	}

    .hot-tools-panel {
        padding: 15px;
    }

    .hot-tools-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-bottom: 13px;
    }

    .hot-tools-heading h2 {
        font-size: 21px;
    }

    .hot-tools-heading p {
        font-size: 13px;
    }

    .hot-tools-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
    }

    .hot-tool-card {
        min-height: 78px;
        padding: 12px;
    }

    .site-tool-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .hot-tool-copy strong {
        font-size: 16px;
    }

    .hot-tool-copy > span {
        font-size: 12px;
    }

    .main-nav {
        overflow-y: auto;
    }

    .nav-tools-dropdown {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: auto;
        padding: 0 12px 10px 28px;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .main-nav .nav-tools-dropdown a {
        padding: 7px 5px;
        font-size: 13px;
    }

    .main-nav .nav-tools-dropdown a::before {
        display: none;
    }

	.cx_ilist a.featured-site-link {
		display: grid;
		grid-template-columns: 50px minmax(0, 1fr);
		grid-template-rows: 25px 25px;
		column-gap: 6px;
		align-items: center;
	}

	.cx_ilist a.featured-site-link .site-tool-icon {
		grid-column: 1;
		grid-row: 1 / 3;
		float: none;
		width: 50px;
		height: 50px;
		margin: 0;
	}

	.cx_ilist a.featured-site-link span.sg_il_t,
	.cx_ilist a.featured-site-link span.sg_il_txt {
		float: none;
		width: auto;
		height: 25px;
		margin: 0;
		line-height: 25px;
	}

    .tool-topic-page {
        padding: 18px 15px 26px;
    }

    .topic-intro h1 {
        font-size: 24px;
    }

    .topic-intro p {
        font-size: 14px;
    }

    .topic-tool-row {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 13px;
        padding: 18px 0;
    }

    .topic-tool-row .site-tool-icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        font-size: 16px;
    }

    .topic-tool-copy h2 {
        font-size: 18px;
    }

    .topic-tool-action {
        grid-column: 2;
        justify-self: start;
        margin-top: -6px;
    }
}
