@import url("https://fontsapi.zeoseven.com/3/main/result.css");

body {
	font-size:100%;
    font-family: 寒蝉全圆体, "PingFang SC", sans-serif;
    font-weight: normal;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
a, a:visited, a:hover, a:active {
    text-decoration: none;
}
input {
	border-radius: 1rem!important;
}
form>p {
	margin-top: 1rem;
}
.btn {
	background: var(--coral);
	justify-content: center;
}
.btn:hover {
	background: var(--coral);
	opacity: 0.8;
}
form+.nav-links {
	justify-content: center;
	margin-top: 1rem;
	display: flex!important;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
svg {
	width: 1em;
    margin-right: 0.3rem;
}

.isshouquan_yes{
	display: none;
}
.isshouquan {
	line-height: 0;
}
.isshouquan svg{
    margin-right: 0;
}
html[sq=xx] .isshouquan {
	filter: grayscale(1);
	opacity: 0.5;
}

html[sq=y] .isshouquan_no {
	display: none;
}
html[sq=y] .isshouquan_yes {
	display: inline-block;
}









/* ===========================
 * Navigation Dropdown
 * =========================== */

.nav-links .root {
    position: relative;
}

/* 下拉菜单 */

.nav-links .child {
    display: block;
    position: absolute;
    top: calc(100% + .6rem);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    opacity: 0;
    visibility: hidden;

    min-width: 11rem;
    padding: .45rem;

    background: rgba(255, 155, 155);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 1rem;

    box-shadow:
        0 12px 32px rgba(0, 0, 0, .15);

    transition:
        opacity .22s ease,
        transform .22s ease,
        visibility .22s;

    z-index: 1000;
}

/* 小箭头 */

.nav-links .child::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translateX(-50%) rotate(45deg);

    background: rgba(255,255,255,.12);
    border-left: 1px solid rgba(255,255,255,.18);
    border-top: 1px solid rgba(255,255,255,.18);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* 显示菜单 */

.nav-links .root:hover > .child {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* 去掉列表样式 */

.nav-links .child ul,
.nav-links .child li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 每个菜单项 */

.nav-links .child li + li {
    margin-top: .15rem;
}

/* 链接 */

.nav-links .child a {
    display: block;

    padding: .72rem 1rem;

    color: #fff;
    text-decoration: none;

    border-radius: .75rem;

    transition:
        background .2s,
        color .2s,
        transform .15s;
}

/* Hover */

.nav-links .child a:hover {
    background: rgba(255,255,255,.15);
    color: #ffe3e3;
}

/* 点击效果 */
.nav-links .child a:active {
    transform: translateX(4px) scale(.98);
}


.section-header h2 a{
	display: none;
}










*[cat_title] {
    overflow: hidden;
    position: relative;
}
*[cat_title]:before, *[cat_title]:after {
    position: absolute;
    z-index: 10;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 300ms ease;
}
*[cat_title]:before {
    content: attr(cat_title);
    top: calc(-1.5em - 6px - 5px);
    left: 50%;
    padding: 3px 6px;
    line-height: 1.5;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
    box-sizing: content-box;
}
*[cat_title]:after {
    content: "\20";
    top: -5px;
    left: 50%;
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
}
*[cat_title]:hover {
    overflow: visible;
}
*[cat_title]:hover:before, *[cat_title]:hover:after {
    opacity: 1;
    transform: translate3d(-50%, -3px, 0);
}






