:root {
    --theme: #1f8c86;
    --theme-success: #52de97;
    --theme-danger: #fa5477;
    --theme-info: #9ed0ff;
    --theme-wrning: #ffdd98;
    --color-text-white: #fff;
    --color-t: transparent;
    --color-eee:#eee;
    --color-text-placeholder: #c0c4cc;
    --color-text: #2f3e4c;
    --color-text-gray: #787980;
    --color-background: #fff;
    --color-background-primary: #f1f1f1;
    --border-color: #dcdee0;
    --input-border-color: #414141;
    --transparent-el-bg: hsla(0,0%,100%,.65);
    --transparent-el: hsla(0,0%,100%,.7);
    --border-radius: 5px;
}

body,html {
    margin: 0;
}

body {
    background-color: #f4f8fb;
    color: var(--color-text);
    width: 100%;
}

a {
    color: var(--theme);
    -webkit-text-decoration: none;
    text-decoration: none;
    word-break: break-all
}

a[target=_blank] {
    cursor: pointer
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    zoom: 1;}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

main {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100rem;
    padding: 20px 20px;
    position: relative;
}

.head header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 1.25rem 0;
}

.head .title,.head .title a {
    margin-bottom: 0.3125rem;
    position: relative;
    text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,.15);
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 1.5em;
    margin: 0.27em 0;
}

.head .title a {
    color: var(--color-text);
}

/* search */
#search {
    margin: 20px 0 0;
}

#search form {
    position: relative;
}

#search form input {
    line-height: 50px;
    font-size: 1em;
    height: 50px;
    border: none;
    width: 100%;
    padding: 0 10px;
    box-shadow: 0.5rem 0.875rem 2.375rem rgba(39,44,49,.06),0.0625rem 0.1875rem 0.5rem rgba(39,44,49,.03);
    border-radius: var(--border-radius);
    box-sizing: border-box;
    background: var(--color-background);
}

#search form input:focus {
    outline: none;
    color: var(--theme);
}

#search form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    width: 50px;
    height: 50px;
    background: var(--color-t);
    font-size: 1em;
}

#search form button:hover {
    cursor: pointer
}

#search-list {
    position: relative;
}

.search-type {
    white-space: nowrap;
    margin: 0
}

.search-type label {
    margin: 0
}

.search-type li {
    display: inline-block
}

.search-type li label {
    display: inline-block;
    padding: 0 11px;
    font-size: 14px;
    line-height: 31px;
    border-radius: 3px 3px 0 0;
    cursor: pointer
}

.search-type input:checked+label,.search-type input:hover+label {
    background-color: var(--color-background);
}

.search-type li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}

.search-group {
    display: none;
    padding-left: 75px;
}

.search-group.s-current {
    display: block;
}

.search-group.s-current .search-type {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
}

.search-group .type-text:after {
    position: absolute;
    top: 15px;
    right: 1.5rem;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #778b9e;
}

.s-type {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13;
    width: 75px
}

.s-type:hover {
    height: auto
}

.s-type>span {
    display: block;
    height: 31px;
    width: 75px
}

.s-type-list {
    display: none;
    position: absolute;
    top: 31px;
    padding: 9pt 0;
    width: 70px;
    background: var(--color-background);
    border-radius: 5px;
    box-shadow: 0 9px 20px rgba(0,0,0,.16)
}

.s-type-list:before {
    position: absolute;
    top: -1pc;
    left: 20px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

.s-type-list label {
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
    padding: 2px 0;
    cursor: pointer;
    transition: .3s
}

.s-type-list label:hover {
    background: rgba(136,136,136,.1)
}

.s-type-list .tile-lg {
    color: var(--color-text-white);
    width: 3pc;
    height: 3pc;
    font-size: 1.25rem;
    line-height: 3rem;
    border-radius: .3rem;
    display: block;
    margin: auto
}

.s-type:hover .s-type-list {
    display: block
}

.type-text {
    position: absolute;
    left: 0;
    width: 75px;
    padding-left: 9pt;
    font-size: 1pc;
    line-height: 31px
}

.set-check {
    margin-top: 3px;
    font-size: 9pt
}

.set-check label {
    margin-left: 3px
}

.set-check input,.set-check label {
    opacity: 0;
    transition: all .3s ease
}


.hotci {color: var(--color-text);display: block;margin: 0px auto 10px;font-size: 14px;padding: 0 20px;text-align: center;}
.hotci a {padding: 1px 5px;border-radius: 5px;margin: 0 5px 5px 0;color: var(--theme);display: inline-block;text-decoration: underline;}

.tabbox {
    margin: 15px 0 30px;
}

.nya-container.tabbox .header {
    overflow: hidden;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    color: var(--color-text-white);
    font-weight: 700;
    position: absolute;
    top: -2.825rem;
    left: 0;
}

.tab {
    color: var(--color-text-white);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    margin: 0;
    margin-right: 3px;
    font-weight: 600;
    background: var(--theme);
    border-radius: 20px;
    opacity: 0.6;
}

.tab.active {
    color: var(--color-text-white);
    background: var(--theme);
    opacity: 1;
}

.tab:last-child {
    border-right: 1px solid;
}

.panel {
    display: none;
    background: var(--color-background);
    margin: 15px 0 0;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: 0.5rem 0.875rem 2.375rem rgba(39,44,49,.06), 0.0625rem 0.1875rem 0.5rem rgba(39,44,49,.03);
    padding: 1rem;
}

.panel.active {
    display: block;
}

.tabbox1 .panel:first-child {
    background: #f3f3f3;
    margin: 15px 10px 0;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.loginbox {
    text-align: center;
    padding: 20px;
}

.loginbtn {
    background: #000000;
    color: var(--color-text-white);
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 3px;
}

.loginbtn:hover {
    background: var(--theme);
    color: var(--color-text-white);
}

.nya-container {
    background-color: var(--color-background);
    border: none;
    border-radius: var(--border-radius);
    box-shadow: 0.5rem 0.875rem 2.375rem rgba(39,44,49,.06), 0.0625rem 0.1875rem 0.5rem rgba(39,44,49,.03);
    margin: 40px 0px;
    padding: 20px;
    position: relative;
    min-width: inherit;
}

.nya-container .nya-title {
    background-color: var(--theme);
    border-radius: var(--border-radius);
    box-shadow: 0 0.3125rem 0.5rem rgba(36,159,253,.302);
    color: var(--color-text-white);
    font-size: 0;
    font-weight: 700;
    left: 20px;
    padding: 7px 15px;
    position: absolute;
    top: -16px;
}

.nya-container .nya-title span {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    vertical-align: middle;
}

.nya-container .nya-container-subtitle {
    font-size: 14px;
    opacity: .7;
    position: absolute;
    right: 15px;
    top: 10px;
}

.nya-container .nya-content {
    padding: 15px 0 0;
    margin: 0 -10px;
    overflow: hidden;
}

.nya-container .nya-cate{
    padding: 0 10px;
    line-height: 1;
}
.nya-container .nya-cate-hot{
    margin:0;
}
.nya-container .nya-cate-hot a{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    line-height: 32px;
    box-sizing: border-box;
    margin: 2px 0;
    white-space: nowrap;
    cursor: pointer;
    background-color: var(--color-background-primary);
    border-radius: 40px;
    -webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4,0,.2,1);
    transition:
    -webkit-box-shadow .25s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .25s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .25s cubic-bezier(.4,0,.2,1),
    -webkit-box-shadow .25s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow;
}
.nya-container .nya-cate-hot a img{
    position: relative;
    width: 27px;
    height: 27px;
    margin-right: -4px;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    left: 2px;
    border: 1px solid #eaeaea;
}
.nya-container .nya-cate-hot a span{
    display: inline-block;
    height: 32px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 32px;
    vertical-align: middle;
}
.nya-container .nya-cate .nya-cate-list{
    margin: 15px 0 0;
}
.nya-container .nya-cate .nya-cate-list a{
    display: inline-block;
    background: var(--theme);
    padding: 5px;
    color: var(--color-text-white);
    box-sizing: content-box;
    border-radius: var(--border-radius);
}
.nya-container .nya-cate h1{
    margin: 0px;
    font-size: 24px;
    line-height: 1;
    padding: 0;
}

.nya-container .nya-cate .nya-cate-desc{
    margin: 15px 0 0;
    padding:0;
}

.nya-container .content img {
    max-width: 100%;
}

.nya-btn {
    align-items: center;
    background-color: var(--color-t);
    border: none;
    box-shadow: 0 0.0625rem 0.5rem 0.0625rem rgba(0,0,0,.05);
    box-sizing: border-box;
    color: var(--color-text);
    cursor: pointer;
    margin: 0.4375rem 0;
    padding: 0.625rem 0;
    position: relative;
    transform: translateZ(0);
    transition: transform .1s ease,background-color .1s ease,color .05s ease-out;
    vertical-align: top;
    width: calc(10%);
    border-radius: var(--border-radius);
    float: left;
    line-height: 1;
    text-align: center;
}

.nya-btn .icon {
    width: 15px;
    height: 15px;
}

.nya-btn-text {
    overflow: hidden;
    display: grid;
}

.nya-btn-desc, .nya-btn-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nya-btn-name {
    line-height: 1;
}

.nya-btn-desc {
    font-size: 13px;
    opacity: .5;
    margin-top: 8px;
    white-space: nowrap;
}

.nya-btn .ico-bg {
    height: 40px;
    margin-bottom: 10px;
}

.nya-btn .ico-bg:after {
    content: "";
    position: absolute;
    background: #f2f3f7;
    border-radius: var(--border-radius);
    width: 40px;
    height: 40px;
    z-index: -1;
    margin-left: -40px;
}

.nya-btn-img {
    color: var(--theme);
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .1s ease;
    width: 40px;
    border-radius: var(--border-radius);
    z-index: 2;
}

.nya-btn:hover {
    color: var(--color-text-white) !important;
    background-color: var(--theme);
    box-shadow: 0 0 .0625rem 0 rgba(8,11,14,.06),0 .375rem .375rem -.0625rem rgba(8,11,14,.1);
    transform: translateY(-.125rem);
}

.nya-btn:hover .nya-btn-img {
    opacity: 1;
}

.nya-list {
    margin: 0;
    padding: 0 10px;
    opacity: 0.8;
}

.nya-list li {
    line-height: 1.3;
    list-style: none;
    margin: .625rem 0;
    padding-left: .625rem;
    position: relative
}

.nya-list li a {
    -webkit-text-decoration: none;
    text-decoration: none
}

.nya-list li:before {
    background-color: var(--theme);
    border: .1875rem solid #bde2fe;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .375rem;
    left: -.5rem;
    position: absolute;
    top: .25rem;
    width: .375rem
}

.nya-list li ul.nya-list {
    margin-left: .625rem;
    margin-top: .625rem
}

.nya-list li ul.nya-list li:before {
    background-color: #bde2fe;
    border: .1875rem solid var(--theme)
}

/* foo */
.foo .nya-content{
    margin:0px;
}
.foo .list{
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.foo .list:last-child{
    margin-bottom:0;
}
.foo .list .head {
    float: left;
    margin-right: 25px;
    color: var(--color-text);
    min-width: 64px;
    overflow: hidden;
    font-weight: bold;
}
.foo .list .foot a{
    color:var(--color-text-gray);
    font-size:14px;
    display: inline-block;
    padding-right: 20px;
}

/* siteinfo */
.siteinfo {
    padding: 15px 0 0 0;
}

.siteinfo .title {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.siteinfo .title h1 {
    display: contents;
    font-size: 30px;
    margin: 0;
    background: var(--color-eee);
}

.siteinfo .title h1 a {
    vertical-align: bottom;
}

.siteinfo .favicon {
    width: 30px;
    height: 30px;
}

.siteinfo .desc {
    border-bottom: 1px solid #00b677;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.siteinfo .ms h2,.siteinfo .hot h2,.siteinfo .hot h3,.siteinfo .hot h4,.siteinfo .hot p {
    margin: 0;
    margin-bottom: 20px
}

.siteinfo .hot h4 {
    margin-bottom: 10px
}

.siteinfo .linkBox {
    padding: 5px;
    overflow: hidden;
    border-radius: 0px;
    margin: 0 auto;
}

.siteinfo .linkBox .info {
    float: left;
    width: 100%;
    height: 100%;
}

.siteinfo .linkBox .info .inner {
    height: inherit;
    font-size: 15px;
}

.siteinfo .linkBox .info .inner ul {
    margin-bottom: 2px;
    padding: 2px 0;
    border-bottom: dotted 1px #e6e6e6;
    list-style: none;
    zoom: 1; overflow: hidden;
    margin: 0 0 5px;
}

.siteinfo .linkBox .info .inner ul li {
    float: left;
    height: 26px;
    line-height: 25px;
    margin-right: 5px;
    color: #000;
}

.siteinfo .linkBox .info .inner ul li:first-child {
    color: #555;
}

.siteinfo .linkBox .info .inner ul:last-child li {
    height: auto;
    line-height: inherit;
    line-height: 50px;
}

.siteinfo .linkBox .info .inner ul .label:after {
    content: "|";
    margin-left: 7px;
    color: var(--color-eee);
}

.siteinfo .linkBox .info .inner ul li h3 {
    font-size: 16px;
    margin: 0;
}

.siteinfo .linkBox .thumb {
    float: left;
    margin-left: -100%;
    width: 400px;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    height: 240px;
    box-sizing: border-box;
    border: 1px solid #f2efee;
}

.siteinfo .linkBox .thumb img {
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block;
}

.siteinfo .linkBox .visitBtn a {
    text-decoration: none;
    border-bottom: none!important;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-white);
    background-color: rgb(232 93 42);
    word-wrap: break-word;
    word-break: keep-all;
    box-sizing: border-box;
    display: initial;
}

.siteinfo .linkBox .visitBtn a:nth-child(1) {
    background: var(--theme);
}

.doc_header {
    padding-bottom: 5px;
    border-bottom: 1px dotted var(--color-eee);
}

.doc_header h1{
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
.doc_header .meta {
    color: var(--color-text-gray);
    font-size: 10pt;
    padding: 10px 0;
}
.doc_header .meta a{
    color: var(--color-text);
}

#agree-btn {
    font-size: 14px;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 1px solid var(--theme);
    padding: 8px 20px;
    line-height: 1;
    background-color: var(--theme);
    color: var(--color-text-white);
}

.agree-num {
    margin-left: 5px
}

#agree-btn:disabled {
    border: 1px solid var(--border-color);
    color: var(
    --color-text-gray);
    background-color: var(
    --color-eee);
}

/* aside */
#menu {
    width: 40px;
    height: 40px;
    position: fixed;
    transform: scale(.8);
    left: 10px;
    top: 5px;
    z-index: 1000;
    align-items: center;
    background-color: var(--color-background);
    border-radius: 100%;
    box-shadow: 0 0.1875rem 0.6875rem -0.125rem rgba(0,8,16,.08);
    cursor: pointer;
    display: flex;
    font-size: 1.375rem;
    justify-content: center;
    padding: 10px;
}

#menu i {
    position: fixed;
    left: 0;
    right: 0;
    margin: 24px auto;
    width: 25px;
    height: 2px;
    background: #000;
    transition: .3s all ease
}

#menu i:before {
    content: '';
    width: 15px;
    height: 2px;
    top: -8px;
    background: #000;
    position: absolute;
    right: 0;
    transition: .3s all ease
}

#menu i:after {
    content: '';
    width: 15px;
    height: 2px;
    bottom: -8px;
    background: #000;
    position: absolute;
    left: 0;
    transition: .3s all ease
}

#menu.on {
    display: none;
}

#menu.on i {
    width: 25px;
    background: #000
}

#menu.on i:before {
    top: -5px;
    transform: rotate(45deg);
    width: 14px;
    right: -1px;
    left: auto;
    background: #000
}

#menu.on i:after {
    bottom: -5px;
    transform: rotate(-45deg);
    width: 14px;
    right: -1px;
    left: auto;
    background: #000
}

.aside {
    width: 230px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 2000;
    background: var(--color-background);
    transition: 0.3s all linear;
    top: 0;
    left: 0;
    box-shadow: 0.3125rem 0 2.5rem 0.3125rem rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
}

.aside.closed {
    left: -270px;
}

.aside header {
    align-items: flex-start;
    display: flex;
    justify-content: space-around;
    padding: 30px 15px;
    background: #1f8c86;
    
}
.aside-title{
   line-height: 50px; 
}

.aside-image img {
    width: 50px;
    height: 50px;
    border-radius: var(--border-radius);
}

.aside-title a {
    color: var(--color-text-white);
    font-size: 25px;
    margin-left: 0px;
    font-weight: bold;
}

.aside nav {
    flex-grow: 1;
    overflow: hidden;
    overflow-y: auto;
}

.aside nav ul {
    float: left;
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
}

.aside nav li {
    float: left;
    margin: 5px 5px 10px;
    width: calc(50% - 10px);
    height: 28px;
    text-align: left;
    line-height: 30px;
}

.aside ul li:last-child {
    margin-bottom: 20px;
}

.aside ul li.title {
    width: 100%;
    line-height: 1;
    margin: 0px 0 5px;
    text-align: center;
    text-indent: 10px;
    font-size: 18px;
    font-weight: bold;
    background: #f3f3f3;
    padding: 10px 0 1px;
}

.aside ul li.title svg.icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0px;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}





.aside footer {
    flex-grow: 0;
    font-size: .75rem;
    line-height: 2;
    opacity: .5;
    padding: 15px;
    background: var(--color-eee);
}

.bg-wrapper {
    background-color: rgba(0,0,0,.65);
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    transition: all .1s linear;
    width: 100%;
    will-change: transform;
    z-index: 998;
    display: block;
}

.bg-wrapper.hidden {
    display: none;
}

/* comment */
#comments {
    padding-top: 15px;
    margin: 0 0 15px;
}

#comments .comment-head {
    margin-bottom: 25px;
    border-top: 1px solid var(--color-eee);
    border-bottom: 1px solid var(--color-eee);
    font-weight: 400;
    line-height: 50px;
}

.comment-awaiting-moderation {
    font-size: 14px;
    background: #f00;
    color: var(--color-text-white);
    border-radius: 20px;
    padding: 2px 5px;
    font-style: normal;
    border: 1px solid #d60000;
}

.comment-list,.comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list li {
    padding: 14px;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 0 0.0625rem 0 rgba(8,11,14,.06), 0 0.1875rem 0.1875rem -0.0625rem rgba(8,11,14,.1), 0 0 0.1875rem 0 rgba(8,11,14,.02);
    box-sizing: border-box;
}

.comment-list li.comment-level-odd {
    background: #f6f6f3
}

.comment-list li.comment-level-even {
    background: var(--color-background);
}

.comment-list li.comment-by-author {
    background: #fff9e8
}

.comment-list li .comment-reply {
    text-align: right;
    font-size: .92857em
}

.comment-meta a {
    color: #999;
    font-size: 13px;
    font-family: initial;
}

.comment-author {
    display: block;
    margin-bottom: 0px;
    color: #444
}

.comment-author .avatar {
    float: left;
    margin-right: 10px
}

.comment-author cite {
    font-weight: 700;
    font-style: normal
}

.comment-list .respond {
    margin-top: 15px;
    border-top: 1px solid var(--color-eee);
}

.comment-list .hideCmt {
    background: repeating-linear-gradient(145deg,#f2f2f2,#f2f2f2 15px,var(--color-background); 0,var(--color-background); 30px);
    display: block;
    padding: 8px;
    color: #777;
    border-radius: 5px;
    margin: auto 0;
    text-align: center;
}

.comment-list .hideCmtText {
    background: var(--color-eee);
    display: block;
    padding: 8px;
    color: #777;
    border-radius: 5px;
}

.comment-list .hideCmtText:after {
    content:'';
    float: right;
    bottom: 16px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #fff;
    color: #777;
    z-index: -9999;
}

.comment-parse {
    margin: 1em 0;
    display: block;
    overflow: hidden;
}

.comment-parse .com-img-box {
    position: relative;
    padding: 0;
    float: left;
    overflow: hidden;
    margin: 0px 10px 20px;
    width: calc(20% - 22px);
    border-radius: 3px;
    box-shadow: 0 0 0.0625rem 0 rgba(8,11,14,.06), 0 0.1875rem 0.1875rem -0.0625rem rgba(8,11,14,.1), 0 0 0.1875rem 0 rgba(8,11,14,.02);
    border: 1px solid #e6e6e6;
}

.com-img-box .orgin {
    position: absolute;
    text-align: right;
    right: 5px;
    margin-top: -25px;
    background: #000000c7;
    color: var(--color-text-white);
    font-size: 14px;
    padding: 0px 5px;
}

.com-img-box .image {
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
    background: transparent;
    border: 0;
    margin: 0;
}

.com-img-box .image img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    min-height: 250px;
}

.respond .cancel-comment-reply {
    float: right;
    margin-top: 15px;
    font-size: .92857em
}

#comment-form label {
    display: block;
    margin-bottom: .5em;
    font-weight: 700
}

#comment-form .required:after {
    content: " *";
    color: #c00
}

#comment-form button {
    border: 1px solid;
    border-radius: 3px;
    padding: 5px 8px;
    vertical-align: middle;
    min-height: 33px;
}

#comment-form .uploadfile,#comment-form .adminbtn {
    overflow: hidden;
    text-indent: 0;
    background: buttonface;
    margin-top: 0px;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px 8px;
    vertical-align: middle;
    color: buttontext;
    position: absolute;
    box-sizing: content-box;
    margin-left: 5px;
    min-height: 22px;
    font-size: 13px;
}

#comment-form .adminbtn {
    position: relative;
    height: 33px;
    display: inline-block;
    padding: 5px 8px;
    box-sizing: border-box;
    margin-left: 0;
}

#uploadBtn {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    width: 28px;
    padding: 0;
    margin: 0;
    height: 28px;
}

#comment-form textarea {
    resize: vertical;
    min-height: 140px;
}

input[type=text], input[type=email], input[type=url], input[type=password], #comment-form textarea {
    padding: 10px 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 0 0.0625rem 0 rgba(8,11,14,.06), 0 0.1875rem 0.1875rem -0.0625rem rgba(8,11,14,.1), 0 0 0.1875rem 0 rgba(8,11,14,.02);
    box-sizing: border-box;
}

/* archive */
.text-center {
    text-align: center;
    margin: 0 auto;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.pagination li {
    display: inline-block;
    margin: 0 4px
}

.pagination a {
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px
}

.pagination a:hover {
    color: var(--color-text-white);
    background-color: var(--theme);
    border: none;
    border-radius: var(--border-radius);
    box-shadow: 0.5rem 0.875rem 2.375rem rgba(39,44,49,.06), 0.0625rem 0.1875rem 0.5rem rgba(39,44,49,.03);
}

.pagination .active a {
    color: var(--color-text-white);
    background-color: var(--theme);
    border: none;
    border-radius: var(--border-radius);
    box-shadow: 0.5rem 0.875rem 2.375rem rgba(39,44,49,.06), 0.0625rem 0.1875rem 0.5rem rgba(39,44,49,.03);
}

/* foot */
.foot header,.foot footer {
    font-size: .95rem;
    line-height: 1;
    margin: 1.25rem auto;
    text-align: center;
    opacity: .7;
}

.foot footer {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 22px;
    text-transform: uppercase;
}
.foot footer a{
    color:var(--color-text);
}

.bottom-nav {
    width: 100%;
    height: 55px;
    bottom: 0;
    z-index: 1000;
    border-top: 1px solid rgb(239, 239, 239);
    position: fixed;
    display: inline-block;
    line-height: 20px;
    color: var(--color-text);
    cursor: pointer;
    background: var(--color-background);
}

.bottom-nav .text-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 55px;
}

.bottom-nav .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.bottom-nav .col .icon {
    width: 16px;
    height: 16px;
}

.bottom-nav .col .nav_font {
    font-size: 14px;
    color: var(--color-text);
}

.bottom-nav .col button {
    border-radius: var(--border-radius);
    background: linear-gradient(150deg,var(--theme),#3ac4bd);
    border: none;
    padding: 0.475rem 0.85rem;
}

/* page nodes */
.nodes {
    margin: 15px 0;
}

.nodes .node-item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nodes .node-item .node-item-link {
    font-weight: bold;
}

.nodes .node-item-ul {
    list-style: none;
    margin: 15px 0;
    padding: 15px 10px;
    display: flex;
    border-radius: var(--border-radius);
    background: var(--color-eee);
}

.nodes .node-item-ul li {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.nodes .node-item-ul li a {
}

/* soft archive */
.nya-app {
    align-items: center;
    border: none;
    box-sizing: border-box;
    color: var(--color-text);
    cursor: pointer !important;
    margin: 15px 10px;
    position: relative;
    transform: translateZ(0);
    transition: transform .1s ease,background-color .1s ease,color .05s ease-out;
    vertical-align: top;
    width: calc(12.5% - 20px);
    line-height: 1;
    text-align: center;
    display: inline-grid;
}

.nya-app .ico-bg {
    margin-bottom: 15px;
}

.nya-app .nya-app-img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
}

.nya-app-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nya-app .nya-app-name {
    font-weight: bold;
    line-height: 20px;
}

/* archive text */
.nya-text {
    align-items: center;
    padding: 8px 10px;
    display: flex;
    font-size: 15px;
}

.nya-text .nya-text-name {
    font-weight: normal;
    order: 1;
    letter-spacing: 1px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 700px;
    overflow: hidden;
    font-size: 15px;
}

.nya-text .nya-text-name a {
    color: var(--color-text);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nya-text .nya-text-date {
    order: 3;
    min-width: 85px;
    display: inline-block;
    white-space: nowrap;
}

.nya-text::after {
    content: '';
    display: block;
    flex: 1;
    border-top: 1px dotted #d5d6de;
    order: 2;
    margin: 0 10px;
}

/* archive video */
.nya-video {
    align-items: center;
    border: none;
    box-sizing: border-box;
    color: var(--color-text);
    cursor: pointer !important;
    margin: 15px 10px;
    position: relative;
    transform: translateZ(0);
    transition: transform .1s ease,background-color .1s ease,color .05s ease-out;
    vertical-align: top;
    width: calc(16.666% - 20px);
    line-height: 1;
    text-align: center;
    display: inline-grid;
}

.nya-video:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nya-video .nya-video-img {
    position: relative;
    display: block;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1.4;
}

.nya-video .nya-video-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
}

.nya-video .nya-video-text p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    margin: 5px;
}

/* archive default */
.nya-default {
    background-color: var(--color-background);
    border: none;
    border-radius: var(--border-radius);
    box-shadow: 0.5rem 0.875rem 2.375rem rgba(39,44,49,.06), 0.0625rem 0.1875rem 0.5rem rgba(39,44,49,.03);
    margin: 20px 0px;
    padding: 20px;
    position: relative;
    min-width: inherit;
    overflow: hidden;
}

.nya-default-img {
    position: relative;
    margin-right: 2%;
    border-radius: var(--border-radius);
    float: left;
    aspect-ratio: 16/10;
    overflow: hidden;
    width: 240px;
}

.nya-default-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
}

.nya-default h2 {
    font-size: 18px;
    margin: 0 0 10px;
}

.nya-default .nya-default-desc {
    color: var(--color-text);
}

/* forum archive */
.nya-forum {
    display: flex;
    padding: 10px 10px;
    background: var(--color-background);
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
}

.nya-forum .nya-forum-author {
    vertical-align: middle;
    width: 40px;
    display: inline-block;
    height: 40px;
}

.nya-forum .nya-forum-author img {
    border-radius: var(--border-radius);
    width: 40px;
    height: 40px;
}

.nya-forum .nya-forum-reply {
    min-width: 120px;
    text-align: center;
}

.nya-forum .nya-forum-reply .count-of-replies {
    color: var(--theme);
    font-weight: 700;
}

.nya-forum .nya-forum-reply .count-of-visits {
    font-size: 12px;
    color: #b4b4b4;
}

.nya-forum .nya-forum-title {
    flex-grow: 1;
}

.nya-forum .nya-forum-title .post-cate a {
    background: var(--theme);
    padding: 2px 4px;
    border-radius: var(--border-radius);
    color: var( --color-text-white);
    vertical-align: bottom;
    font-size: 12px;
    font-weight: normal;
}

.nya-forum .nya-forum-title h2 {
    display: contents;
}

.nya-forum .nya-forum-title h2 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.nya-forum .nya-forum-comment-user {
    min-width: 130px;
    text-align: right;
    vertical-align: middle;
    font-size: 12px;
    color: #b4b4b4;
}

.nya-forum .nya-forum-comment-user img {
    height: 25px;
    width: 25px;
    border-radius: 20px;
    border: 2px solid var(--theme);
    margin-right: 2%;
    vertical-align: middle;
}

/* topic archive */
.nya-topic {
    border-bottom: 1px solid var(--color-eee);
    padding: 10px;
    vertical-align: top;
    cursor: pointer;
    display: flex;
}

.nya-topic:nth-child(even) {
    background: #f9f9f9;
}

.nya-topic .nya-topic-img {
    margin-right: 2%;
    width: 90px;
    flex-shrink: 0;
}

.nya-topic .nya-topic-img a {
    border-radius: var(--border-radius);
    overflow: hidden;
    aspect-ratio: 4/2.4;
    display: block;
}

.nya-relative .nya-topic-img a {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.nya-topic .nya-topic-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.nya-topic .nya-topic-text {
    flex-grow: 1;
}

.nya-topic .nya-topic-text header h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.nya-topic .nya-topic-text header a {
    color: var(--color-text);
}

.nya-topic .nya-topic-text footer {
    color: var(--color-text);
    font-size: 13px;
    margin-top: 10px;
    opacity: 0.8;
}

.nya-relative .nya-topic-text footer{
    margin-top:2px;
}
.nya-relative .nya-topic-text footer p{
    margin:2px;
    color: var(--color-text-gray) !important;
    opacity: 1;
}

.nya-topic .nya-topic-count {
    width: 100px;
    text-align: right;
    padding-top: 1.25rem;
}

.nya-topic .nya-topic-count a {
    font-size: 13px;
    line-height: 13px;
    min-width: 32px;
    text-align: center;
    border-radius: 80px;
    padding: 3px 8px;
    display: inline-block;
    text-decoration: none;
    background: var(--theme);
    color: var(--color-text-white);
}

/* page author*/
.page-author img {
    width: 80px;
    height: 80px;
    border-radius: var(--border-radius);
    border: 2px solid var(--color-eee);
}

.page-author a p {
    font-size: 24px;
    font-weight: bold;
    margin: 10px;
}

.page-author a h3{
    color:var(--color-text);
    margin: 5px;
}
.page-author a h2 span{
    color:
}

@media(max-width: 1500px) {
      .nya-btn {
        width: calc(12.5%);
    }

}

@media(max-width: 1200px) {
      .nya-btn {
        width: calc(14.2%);
    }

}

@media (max-width: 1050px) {
    .nya-btn {
        width: calc(16.5%);
    }

    .nodes .node-item-ul {
        display: block;
        overflow: hidden;
    }

    .nodes .node-item-ul li {
        width: calc(20%);
    }

    .nya-app {
        width: calc(16.666% - 20px);
    }

    .nya-video {
        width: calc(20% - 20px);
    }
    .foo .list{
        line-height: 20px;
    }
}

@media (max-width: 900px) {
    .nya-btn {
        width: calc(20%);
    }

    .siteinfo .linkBox .info .inner {
        margin-left: 320px;
    }

    .siteinfo .linkBox .thumb {
        width: 300px;
    }

    .nya-app {
        width: calc(20% - 20px);
    }

    .nya-video {
        width: calc(25% - 20px);
    }

    .nya-default .nya-default-img {
        width: 200px;
        aspect-ratio: 1/1;
    }

    .nya-forum .nya-forum-comment-user {
        display: none;
    }

    .nya-forum .nya-forum-title {
        line-height: 25px;
    }
}

@media (max-width: 768px) {
    main {
        padding:15px;
    }

    .nya-container {
        padding: 15px;
    }

    .nya-container .nya-title {
        left: 18px;
    }

    .nya-btn {
        width: calc(25%);
    }

    .siteinfo .linkBox .info {
        float: none;
    }

    .siteinfo .linkBox .thumb {
        margin-left: 0;
        width: 100%;
        padding: 0px;
        border: 1px solid #f2efee;
        text-align: center;
        background-color: #f6f6f6;
    }

    .siteinfo .linkBox .info .inner {
        margin: 0;
    }

    .siteinfo .linkBox .visitBtn {
        text-align: center;
    }

    .nodes .node-item-ul li {
        width: calc(33.333%);
    }

    .nya-app {
        width: calc(25% - 20px);
    }

    .nya-text .nya-text-date {
        display: none;
    }

    .nya-text::after {
        display: none;
    }

    .nya-video {
        width: calc(33.333% - 20px);
    }

    .nya-forum .nya-forum-author {
        display: none;
    }

    .nya-forum .nya-forum-reply {
        display: none;
    }

    .nya-topic .nya-topic-text footer {
        margin-top: 0;
    }

    .nya-topic .nya-topic-count {
        display: none;
    }
    .foo .list{
        line-height: 25px;
    }
    
     #fanfanmanghe a:nth-child(9){
      display: none;
      }
       #fanfanmanghe a:nth-child(10){
          display: none;
      }
}

@media (max-width: 500px) {
    main {
        padding: 10px 10px 20px;
    }
    .nya-list{
         font-size: 0.8rem;
    }
    .nya-btn {
        width: calc(25%);
        font-size: 0.8rem;
    }

    .nya-btn-img {
        border-radius: 35%;
    }

    .nya-btn .ico-bg:after {
        border-radius: 35%;
    }

    .nya-app {
        width: calc(33.3333% - 20px);
    }

    .nya-video {
        width: calc(50% - 20px);
    }

    .nya-default {
        padding: 0;
    }

    .nya-default .nya-default-img {
        width: 100%;
        aspect-ratio: 2/1;
        margin-right: 0;
        margin-bottom: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .nya-default h2 {
        padding: 0 15px;
    }

    .nya-default .nya-default-desc {
        padding: 0 15px;
    }
    .foo .list{
        line-height: 20px;
    }
}



.add_info select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 36px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-indent: 10px;
    box-sizing: border-box;
    transition: 0.3s;
    background: #FAFAFA;
}

.submit_btn {
    border: 1px solid;
    border-radius: 3px;
    padding: 5px 8px;
    vertical-align: middle;
    min-height: 33px;
}

 .result .words{  width:100%; line-height:40px; color:#000; margin:10px auto; font-size:22px; font-weight:bolder; text-align:center;}
        .result .tips { line-height:1.5;color:#000}
        .result .url-view {margin-top:20px;padding:20px;background:#fff5f5;color:#000;border:2px solid  #ff00ff;border-radius:6px;position:relative;}
        .result .url-view .copy {position:absolute;top:0;right:0;display:inline-block;padding:20px;cursor:pointer;color:#ff0062;cursor:pointer;}
        .result .url-view .copy[data-copyed="1"] {color:#666;}
        .result .url-view .copy[data-copyed="0"]:active {opacity:0.6;}
        .result .reload {color:#ff0062;margin-left:20px;}
        .result .reload:active {opacity:0.6;}
        .jieguo{margin:0 10px 10px;}
        
        
        
        
        
.page-main .text-center .btn {
    margin: 0 auto;
    padding: 10px 35px;
    border-radius: 3px;
    background: #1f8c86;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 1pc;
    cursor: pointer;
}