@charset"UTF-8";
a,
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
menu,
nav,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

*,
 :after,
 :before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    transition: color .1s ease;
}

li {
    list-style: none;
}

html,
body {
    overflow-x: hidden;
}

.doume {
    -webkit-animation: tada 1s .2s ease both infinite;
    -moz-animation: tada 1s .2s ease both infinite;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }
    10%,
    20% {
        -moz-transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -moz-transform: scale(1) rotate(0)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.light {
    background-image: -webkit-linear-gradient(left, #eeeFBD, #E7A138 16.66%, #EDB63C 33.33%, #eeeFBD 50%, #E7A138 66.66%, #EDB63C 83.33%, #eeeFBD);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    background-size: 200% 100%;
    animation: light 2s linear infinite;
}

@keyframes light {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}

@keyframes move {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

body {
    color: #666;
    min-height: 560px;
    font-size: 15px;
    position: relative;
    background-color: #fff;
    font-family: 'Microsoft Yahei';
}

.compensate-for-scrollbar {
    margin-right: 0!important;
}

header {
    width: 100%;
    height: 110px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    transition: top .5s;
    z-index: 999;
    box-shadow: 0 5px 13px rgba(0, 0, 0, .1);
}

.header,
.menu,
.tool,
.post-mode1,
.post-mode2.oneimg,
.post-mode2-2,
.post-mode3,
.post-mode4,
.relate ul {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    max-width: 660px;
    width: 100%;
    height: 50px;
    margin: 5px auto;
    padding: 0 10px;
}

.header .logo {
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

.header .logo img {
    width: 100%;
    height: auto;
}

nav {
    width: 100%;
    height: 50px;
}

.menu {
    max-width: 660px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    justify-content: center;
}

.menu li {
    padding: 0 10px;
}

.menu li a {
    font-size: 15px;
    color: #999;
    font-weight: bold;
    padding: 0 0 12px 0;
}

.menu .current-menu-item a,
.menu .current-menu-parent a,
.menu li:hover a {
    color: #000;
    border-bottom: 5px solid #000;
}

.menu::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 5px;
    height: 1px;
    scrollbar-arrow-color: red;
}

.menu::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    scrollbar-arrow-color: red;
}

.menu::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

main {
    max-width: 660px;
    width: 100%;
    margin: 120px auto 0;
    padding: 10px 10px 0;
}

.index {
    align-items: flex-start;
}

.api-item {
    width: 100%;
    margin: 0 0 20px 0;
}

.tool .change {
    display: flex;
}

.tool .change li {
    display: inline;
    margin: 0 10px 0 0;
}

.tool .change li a {
    font-size: 14px;
    color: #666;
}

.tool .change li.on a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.tool .form {
    max-width: calc(100% - 130px);
    width: 100%;
    text-align: right;
}

.tool .form h3 {
    font-size: 14px;
    color: #f4791f;
}

.tool .form h3 i {
    font-size: 16px;
    color: #f4791f;
    margin: 0 5px 0 0;
}

.tool h2 {
    font-size: 15px;
    color: #666;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #000;
    letter-spacing: 1px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}

.tool .next a,
.tool .next i {
    font-size: 14px;
    color: #909090;
}

.tool .next i {
    margin: 0 5px 0 0;
}

.content {
    width: 100%;
}

.tool {
    margin: 0 0 20px 0;
}

.post {
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #dedede;
    -webkit-box-shadow: 0 0 10px #dedede;
    box-shadow: 0 0 10px #dedede;
}

.post-mode1,
.post-mode2 {
    margin: 0 0 10px 0;
}

.post-mode1-1 img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.post-mode1-2 {
    width: calc(100% - 160px);
}

.post-mode1-2 h2 {
    font-size: 15px;
    line-height: 18px;
}

.post-mode1-2 h3 {
    font-size: 12px;
    line-height: 18px;
    color: #909090;
}

.post-mode1-2 span {
    font-size: 12px;
    line-height: 18px;
    color: #909090;
}

.post-mode1-3 a {
    font-size: 14px;
    color: #97a1aa;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid #ebebeb;
}

.post-mode1-3 a:hover {
    color: #3AB09E;
    border: 1px solid #3AB09E;
}

.post-mode2.noimg h1 {
    font-size: 18px;
    font-weight: 600;
}

.post-mode2.noimg h2 {
    padding: 0 1%;
    font-size: 15px;
    color: #999;
    line-height: 2;
}

.post-mode2.noimg h2 a {
    color: #ff231c;
}

.post-mode2 h1 {
    padding: 0 1%;
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 2;
}

.post-mode2.oneimg {
    align-items: flex-start;
}

.post-mode2.oneimg h1 {
    width: calc(70% - 10px);
    font-size: 18px;
    font-weight: 600;
}

.post-mode2 p {
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 2;
    font-size: 14px;
    color: #777;
}

.post-mode2 img {
    width: 100%;
    height: auto;
    display: block;
}

.post-mode2.single {
    margin: 10px 0;
}

.post-mode2.single img {
    display: inline;
}

.post-mode2-1 {
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
}

.post-mode2-2 {
    min-height: 96px;
    position: relative;
    font-size: 0;
    justify-content: flex-start;
    margin-top: 10px;
}

.post-mode2-2 li {
    width: 32%;
    margin: 0 0 0 1%;
    border-radius: 5px;
    overflow: hidden;
}

.post-mode2-2 li.lia {
    width: 48%;
    margin: 0 1%;
}

.post-mode2-2 li img,
.relate ul li img {
    width: 100%;
    height: auto;
}

.post-mode2-2 li img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post-mode2-3 em {
    position: absolute;
    right: 1%;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 0 10px;
    font-size: 15px;
    line-height: 2;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    border-radius: 15px 0 0 15px;
}

.post-mode3.single {
    margin: 20px 0;
    line-height: 36px;
    justify-content: center;
    flex-wrap: wrap;
}

.post-mode3.single a {
    margin: 10px 30px;
    padding: 0 30px;
    color: #3AB09E;
    border: 1px solid #3AB09E;
    border-radius: 36px;
    display: inline;
}

.post-mode3 .ad,
.post-mode4 .ad {
    width: calc(100% - 120px);
    text-align: right;
}

.post-mode3 .ad i,
.post-mode4 .ad i {
    font-size: 20px;
    margin: 0 5px 0 0;
    color: #ff231c;
}

.post-mode3 .ad a,
.post-mode4 .ad a {
    font-size: 14px;
    color: #ff231c;
}

.post-mode4 {
    margin: 0 0 20px 0;
}

.post-mode4 .ycsd-up,
.post-mode4 .view {
    width: 60px;
}

.post-mode5 {
    padding: 6px 15px 15px;
    border-left: 5px solid #f2f2f2;
    background: #fafafa;
}

.post-mode5 h2 {
    font-size: 16px;
    margin: 10px 0 0;
    color: #999;
}

.post-mode5 .tags {
    padding: 10px 0 0;
}

.post-mode5 .tags h3 {
    color: #999;
    font-size: 14px;
}

.post-mode5 .tags h3 a {
    line-height: 24px;
    margin: 10px 5px 0;
    color: #999;
}

.ycsd-up i,
.post-mode4 .view i {
    font-size: 22px;
    color: #999;
    margin: 0 5px 0 0;
}

.ycsd-up .count,
.post-mode4 .view {
    font-size: 14px;
    color: #999;
}

.ycsd-up.done i,
.ycsd-up.done .count {
    color: #ff231c;
}

.relate {
    padding: 10px;
    margin: 0 0 20px 0;
}

.relate .tool {
    font-size: 15px;
    color: #999;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.relate ul {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.relate ul li {
    width: 24%;
    margin: 10px 0 0 1%;
    height: auto;
    min-height: 110px;
    border-radius: 5px;
    overflow: hidden;
}

.relate ul li h2 {
    font-size: 14px;
    color: #999;
}

.readmore {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 20px 0;
    text-align: center;
}

.readmore a,
.readmore span {
    font-size: 16px;
    color: #999;
    margin: 0 5px;
}

.readmore a:hover,
.readmore span.current {
    color: #000;
}

.form h3,
.post-mode1-2 h2,
.relate ul li h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#kong {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

#kong i {
    font-size: 30px!important;
    color: #909090!important;
}

#kong p {
    font-size: 14px;
    color: #909090;
    line-height: 2;
}

footer {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.footer {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.footer p {
    font-size: 15px;
    color: #999;
    line-height: 2;
}

.box {
    position: fixed;
    right: 3%;
    bottom: 40px;
    z-index: 1000;
}

.box li {
    width: 36px;
    height: 36px;
    margin: 0 0 10px 0;
    background: #eee;
    border-radius: 50%;
    text-align: center;
}

.box li i {
    font-size: 20px;
    color: #3AB09E;
    line-height: 36px;
}

/* 精准控制该页面的 H1 大标题 */
.post.single h1 {
    font-size: 18px !important;    /* 👈 调整为你想要的任意大字号（比如26px-32px） */
    font-weight: 600 !important;   /* 👈 强行加粗 */
    line-height: 1.4 !important;
    margin: 15px 0 !important;     /* 👈 顺便让标题上下留出一点安全距离，更好看 */
}

/* 精准控制该页面正文里的所有 H2 副标题 */
.post.single h2.wp-block-heading {
    font-size: 16px !important;    /* 👈 调整为你想要的副标题字号 */
    font-weight: 600 !important;   /* 👈 强行加粗 */
    margin: 20px 0 10px 0 !important;
}

/* 统一控制正文区域内所有超链接的默认形态 */
.post-mode2.single a {
    color: #0066cc !important;       /* 统一改成显眼的蓝色 */
    text-decoration: underline;     /* 默认加上下划线，强化可点击暗示 */
    transition: color 0.2s ease;    /* 让颜色过渡更丝滑 */
}