/**
powered by micuer.com
qq:571031767
wx:zg5710
site:https://micuer.com
*/
html {
    margin: 0;
    padding: 0;
}
:root{
    --header-height:60px;
    --red-color:#f04142;
    --wap-top-bg-height:20vh;
}
body {
    min-height: 100%;
    min-width: 320px;
    font-size: 14px;
    background: #f6f6f6;
}
*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both
}
a {
    color: #333;
    text-decoration: none
}
code {
    background-color: #f3f4f4;
    padding: 2px 10px 2px 10px;
}
pre code{
    background-color: #09090900;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.copyright{
    color: #acacac;
    text-align: center;
    line-height: 2;
    padding: 1rem;
}
.textarea{
    height: 38px;
    border-color: #ebebeb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #8b95a5;
    padding: 5px 12px;
    line-height: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 100px;
}
.textarea,.mcr-input{
    display: inline-block;
    border: 1px solid #e6e6e6;
    width: calc(100% - 20px);
    padding: 10px;
}
textarea:focus,input:focus{
    border-color: #d2d2d2 !important;
    outline: 0;
}
.main{
    top: -100px;
}
/*统一的阴影*/
.box-shadow{
    box-shadow: 0 2px 28px 0 rgba(0,0,0,0.06);
}
.spot {
    display: block;
    width: 4px;
    height: 4px;
    background: #D8D8D8;
    margin: 16px 6px;
    border-radius: 100%;
}
.article_info{
	background: #f5f2f2;
	padding: 15px 15px 8px 15px;
}
.red {
    color: red;
}
.normal_color{
    color: #888;
}
#submitBtn{
    width: 165px;
}
#wap_search_panel{
    background: #fff;
    margin: 20px 0px;
}
.mcr-btn {
    background-color: #f04142;
    color: #fff;
    border: none;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}
/*github主题开始*/
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: bold;
    line-height: 1.4;
    cursor: text;
}
h2 {
    font-size: 1.75em;
    line-height: 1.225;
}
blockquote {
    border-left: 4px solid #dfe2e5;
    padding: 0 15px;
    color: #777777;
}
/*github主题结束*/
.h50 {
    height: 50px;
    line-height: 50px;
}
.h200 {
    height: 200px;
}
.h125{
    height: 125px;
}
.ewmcon{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}
.ewmcon img{
    display: block;
    width: 50%;
    float: left;
}
.head30 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.head100 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.mar20 {
    margin: 20px 0px;
}
.mgt20{
    margin-top: 20px;
}
.mgb15 {
    margin-bottom: 15px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb25 {
    margin-bottom: 25px;
}

.mgb30 {
    margin-bottom: 30px;
}

.mr30 {
    margin-left: 30px;
}

.mgr50 {
    margin-right: 50px;
}
.mgr10 {
    margin-right: 10px;
}
.mgr15 {
    margin-right: 15px;
}
.mgr20 {
    margin-right: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right !important;
    text-align: center;
}
.mr5{
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}
.flex{
    display: flex;
}

.bgfff {
    background: #fff;
}

.bg {
    background: #fff;
    padding-top: 20px;
}

.pd5 {
    padding: 5px;
}

.pdtb15{
    padding: 15px 0;
}

.pd6 {
    padding: 6px;
}

.pd7 {
    padding: 7px;
}

.pd8 {
    padding: 8px;
}

.pd9 {
    padding: 9px;
}

.pd10 {
    padding: 10px;
}

.pd11 {
    padding: 11px;
}

.pd12 {
    padding: 12px;
}

.pd15 {
    padding: 15px;
}

.pd30 {
    padding: 30px;
}

.pdb10{
    padding-bottom: 10px;
}

.pdb15{
    padding-bottom: 15px;
}

.pdb20{
    padding-bottom: 20px;
}
.mdb40 {
    margin-bottom: 40px;
}

.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font21 {
    font-size: 21px;
}

.font22 {
    font-size: 22px;
}

.w100{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    
}
.w60 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.c666 {
    color: #666666;
}

.c999 {
    color: #999999;
}
.ceee {
    color: #eee;
}


.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}
.tags {
    width: 100%;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    text-align: left;
}
.tools_nav{
    left: 0;
    float: left;
    top: 0px;
    height: 100vh;
    width: 225px;
    background: #fff;
    overflow: hidden;
    position: fixed;
    padding-left: 15px;
    border-top: 4px solid var(--red-color);
}
.tools_nav a{
    display: block;
    width: 100%;
    height: 25px;
    padding-left: 15px;
    line-height: 2;
}
.tools_nav>h3:first-child{
    margin-top: 68px;
}
.tools_nav h3{
    margin: 10px 0;
}
.toolspage{
    width: calc(100% - 250px);
    float: left;
    margin-left: 250px;
}
.logo{
    width: 90px;
    height: var(--header-height) !important;
    font-weight: bold;
    font-size: 24px!important;
    line-height: var(--header-height) !important;
    float: left;
    display: inline-flex;
    align-items: center;
    position: absolute;
    left: -105px;
}

.logo a{
    color: #fff;
    font-weight: bold;
    font-size: 24px!important;
}
.w80{
    width: 80%;
    margin: 0 auto;
}
.w800 {
    width: 800px;
}
.pr_comment::before{
	position: absolute;
	left: 17px;
	top: 40px;
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px solid transparent;
	border-bottom-color: #f5f5f5;
}
.pr_comment{
    background: #f5f5f5;
    padding-left: 5px;
    margin: 5px 0 10px 0px;
}

.panel {
    border-color: #eee;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background-color: #fff;
    color: #a7abc3;
    width: calc((100% - 90px) / 100 * 30);
    float: left;
    margin-right: calc((100% - 90px) / 100 * 3);
    margin-bottom: 15px;
}

.panel h4 a{
    font-weight: normal;
}
.sidebar-menu{
    width: 168px;
    height: auto;
    background: #fff;
    position: fixed;
    top: 142px;
    border-radius: 5px;
    left: 50%;
    margin-left: -688px;
    line-height: 1.5;
}
.sidebar-menu header {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin: 0 10px 0 20px;
    height: 54px;
    line-height: 55px;
}
.frcontent-item {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.frcontent-list,.frcontent-item{
    width: 100%;
    text-align: center;
}
.frcontent-item a{
    display: inline-block;
    width: 80%;
    border-radius: 8%;
    text-align: left;
    padding-left: 5%;
}
.frcontent-item{
    height: 36px;
    line-height: 36px;
    margin: 5px 0;

}
.frcontent-item a:hover{
    color: #333;
    background-color: #9c9c9c6e;
}

.ainfo{
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    
}
.article-thumb{
    display: block;
    width: 100%;
    height: 100%;
}
.article-thumb img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.new_list ul li img{
    vertical-align: middle;
}
/*结束样式结束*/
.title {
    word-break: break-all;
    height: 50px;
    overflow: hidden;
}

::selection {
    background-color: #0181da;
    color: #fff;
}

::-moz-selection {
    background-color: #0181da;
    color: #fff;
}
/*表格样式*/
table {
    margin: 10px 0;
    border-collapse: collapse;
    display: table;
    width: 100%;
    overflow: auto;
    break-inside: auto;
    text-align: left;
    border-spacing: 0px;
}
.tuji_li{
    list-style: none !important;
    margin-left: 0rem !important;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: .6em 1em;
    background-color: #f1f1f1;
    min-height: 30px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: .6em 1em;
}
/*文档导览*/
.editormd-markdown-toc{
    position: fixed;
    left: 1rem;
    background: #FFF;
    border-radius: 2px;
    padding: 10px;
    overflow: hidden;
    top: 88px;
    width: auto;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,0.06);
}
.markdown-toc-list li{
    list-style: none;
}
blockquote p{
    text-indent: 0px !important;
}
/*文章原创标签start*/
.article-mark{
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 18px;
    font-weight: 500;
    color: #ff7800;
}
.article-mark::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-color: #faece0 #faece0 transparent transparent;
    border-style: solid;
    border-width: 24px;
}
.mark-cnt{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    margin-top: -16px;
    margin-right: -8px;
    width: 100%;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*文章原创标签end*/

a:hover {
    color: #f04142;
}

.micuer-boddage {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px;
    line-height: 16px;
    color: #f04142;
    background: #fff2f2;
    border-radius: 4px;
    padding: 4px 6px;
}

.clear {
    height: 20px;
    clear: both;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.inline-block {
    display: inline-block;
}

.mcr-icon {
    margin-right: 2px;
}

#searchpanl {
    height: 40px;
    background: #FFF;
}

#searchpanl .mcr-form-item {
    text-align: center;
}

#searchpanl span {
    color: #717171;
}

.h64 {
    height: 64px;
}

.none {
    display: none !important;
}


/*导航栏选中状态*/
.first {
    padding-top: 15px;
}

.last {
    padding-bottom: 15px;
}

.userCon {
    display: block;
    background: #fff;
    float: right;
    min-height: 680px;
}

.artitle {
    width: 800px !important;
}

.articleAdd {
    padding: 1%;
    background: #fff;
}

.xianyansuiyu {
    background: #FFF;
    padding: 40px;
}

.xianyansuiyu .mcr-timeline-content {
    text-align: left;
}

/*重新定义用户中心导航颜色等*/
.userNav {
    margin-top: -10px;
}

.userNav .mcr-nav {
    background: #fff;
    text-align: left;
}

.userNav .mcr-nav .mcr-nav-item a {
    color: #0a001f;
    text-align: left;
    padding-left: 25px;
}

.userNav .mcr-nav .mcr-nav-item dd a {
    padding-left: 45px;
}

.userNav .mcr-nav .mcr-nav-item a:hover {
    background: #e6e6e6;
}

.userNav .mcr-nav-itemed > a {
    color: #0a001f !important;
}

.userNav .mcr-nav-itemed > .mcr-nav-child {
    background-color: #fff !important;
}

.userNav .mcr-nav .mcr-nav-mored, .mcr-nav-itemed > a .mcr-nav-more {
    border-color: #f000 #f000 #f00;
}

.userNav .mcr-nav-tree .mcr-nav-bar {
    background-color: #adadad;
}

.userNav .mcr-nav-tree {
    width: auto;
}

.date_hits .head {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    opacity: 0.4;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mcr-form-mid {
    padding: 0 !important;
}

.tools {
    min-height: 600px;
    background: #fff;
    padding: 40px;
}

.text_al {
    text-align: left;
}

/*搜索框*/
.searchIcon {
    font-size: 2em;
}

#searchform {
    padding: 1.5em;
}

#test1 {
    padding: 15px;
    margin-bottom: 26px;
}

.searchkeyword {
    height: 2em;
    line-height: 1.5em;
    font-size: 1.5em;
    width: 65%;
    float: left;
    padding-left: 0.2em;
}

.searchbtn {
    height: 2em !important;
    font-size: 1.5em !important;
    float: left !important;
}

.userlogin {
    float: right !important;
    width: 70px !important;
}

.userlogin a {
    text-align: right !important;
}
.grey{
    color: grey;
}
/* 头部 */
.header_con{
    height: var(--header-height);
}
.header {
    height: var(--header-height);
    position: fixed;
    width: 100%;
    background: linear-gradient(to right, #2ebf91, #8360c3);
    top: 0;
    z-index: 1;
}
@keyframes searchmenu-show-anim {
    0% {
        opacity:0;
        transform:translateY(-10px)
    }
    to {
        opacity:1;
        transform:translate(0)
    }
}
.nav{
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    padding: 0 30px 16px 0;
    float: left;
    line-height: var(--header-height);
}
.nav a{
    color: #fff;
    font-size: 1.1rem;
}
.nav:hover{
    cursor: pointer;
    /*background: rgba(0,0,0,.03);*/
}
input[type=file]{
    opacity: 0;
}
.na-head{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}
.subnav:hover ul{
    display: block !important;
    animation: searchmenu-show-anim .2s linear 0s 1 both;
    pointer-events: auto;
    border: 1px solid;
    border-color: #ddd #ddd #ccc;
    top: var(--header-height);
}
.border_bottom{
    padding-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
}
.subnav::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #FFF;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    position: relative;
    right: -2px;
    top: -2px;
    box-sizing: border-box;
    opacity: .8;
    display: inline-block;
}
.nav ul {
    display: none;
    position: absolute;
    background: #FFF;
    text-align: center;
    z-index: 1;
    left: 0px;
}
.nav ul li{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
}
.nav ul li a{
    display: inline-block;
    width: max-content;
    text-align: center;
    color: #3c3c3c;
    font-weight: normal;
    font-size: 14px;
    padding: 0 15px;
}
.nav ul li:hover{
    background: #3c3c3c;
}
.nav ul li:hover a{
    color: #fff;
}

.icon-xiala{
    width: 11px;
    height: 11px;
    position: relative;
    top: 2px;
}

.icon-login{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACoUlEQVRoge1ay7GjMBBUCA6BEBwCIRACITgEblPTOiiEDcEhEIJCcAiE4D2seCUGCQMeiXfYruL06g0tTc8XG/MfaxBRA+DOzB0RtQDuzrnb1bw2QUSttdYB8ADemWdk5oGImqv5/iDc8LhBOvlYa93lB2Hm4QPR6dPfiaitTtw5dwPwJ0HoFQ610Lxz7sbMXZBY6iB91QOkiFhr3Z5ABXBPxQkzdzW4G2Z+iJf7My9P2HkDuJfg/IOQHmNdT9+kR2bupAQ1+a6QkE7/rU0AzypSCoEb3/5T0e4r9qqG3RWEZr+SjgSAPvZCkfogXK1y+zOCF2IZPTTtG2OMid1c4gVxNbfWOm378gDqgSYShKqHjTHGCI222vZFWzJq2zdxBipxANGaFPGALxwDz9IxMJa6IVljmHnQtG+MWeVq1WIjW4oidUDmauVKHHenXsNuErJv0QhmORQVKWIzQjf61pJSGEfj/upVfPhPdKT+jGYD+UUTV22oQWKI3+v63DhaVDoZEqlNhAfQp2SAf3uiQdx6uby/BxtD+ryR8OHJbScm1B7oJWQvf+CZLt0LEVETPPBp97P5VJePc+62g/gUtO5DrHw6pK8iJWR2OoHgyMwPImpyuZyI2lwgo1QXGr88cZPT2WXtxk7VqxezEKiS/AiFRVSwLT3y0rAdv2BBXrvdzdSV77NUahNXMtiwrtDnR8vMrfR6dNOQhzidZmWVrZmvZaY73OSFdLlIbzW/cSXWjceWvsKNk1pGOIDE5rrf9Y8ycC/rFM1KSvu8ILV/ZcMlpbwrFoT2ypX2nTjEJ7ElHurQzEMoYnutH/qTXyGfGfJSNzchEMNJPZp5HPp2IL7ClP3gdgBYrh3zByCihpm7+Uca9ShuI8wRM6/maj6q+Av7vgz0WTu9WgAAAABJRU5ErkJggg==');
}

/*评论表情*/
.icon_comment{
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 15px;
    position: relative;
}
.icon_bg{
    width: min(92%,350px);
    padding: min(4%,15px);
    background: #fff;
    position: absolute;
    z-index: 1;
}
.icon_bg h3{
    padding: 15px 0;
}
.face_con{
    display: grid;
    /*  声明列的宽度  5列，每列宽45px */
    grid-template-columns: repeat(5, 45px);
    /*  声明行间距和列间距 上下左右15px间隔 */
    grid-gap: 15px;
    /*  声明行的高度  */
    grid-template-rows: auto;
}

.mcr-nav .mcr-this:after, .mcr-nav-bar, .mcr-nav-tree .mcr-nav-itemed:after {
    height: 0px;
}


.shild-a {
    display: inline-block !important;
    color: black !important;
    text-align: justify !important;
}

.hide{
    display: none;
}

.main-nav li,.main-nav li a{
    width: 66px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
}


.show {
    display: block !important;
    animation: searchmenu-show-anim .2s linear 0s 1 both;
    pointer-events: auto;
}

.main-nav .cur{
    background-color: rgba(0,0,0,0.1);
    border-radius: 6px;
}
.page_left{
    width: 70%;
    float: left;
}

.page_left_list li {
    padding: 4rem 5rem 1rem;
    margin-bottom: 1rem;
    background: #fff;
}

.page_left_list li .pic img {
    vertical-align: middle;
    width: 100%;
}

.page_left_list li .title * {
    display: inline-block;
    vertical-align: top;
}

.page_left_list li .title a {
    max-width: 99%;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    word-break: break-all;
}

.page_left_list li .date_hits {
    border-top: 1px dashed #e0e0e0;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    color: #9999;
    text-align: left;
    padding: 15px 0px;
}

.page_left_list li .date_hits span a {
    color: #9999;
}

.page_left_list li .desc {
    border-top: 1px dashed #e0e0e0;
    padding: 15px 0px;
    max-height: 65px;
    line-height: 24px;
    overflow: hidden;
    color: #0009;
    text-align: left;
}

.page_left_list li .date_hits .hits {
    position: absolute;
    right: 50px;
    top: 0;
}


.page_left_list li .date_hits .commonts {
    position: absolute;
    right: 0;
    top: 0;
}

.page_right {
    position: relative;
    float: right;
    top: 0;
    width: 28%;
}

.page_right h3 {
    width: auto;
    margin: 0;
    line-height: 2;
    padding: 10px 20px;
    border: none;
    text-align: left;
    font-size: 18px;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
}

.page_right_list {
    background: #fff !important;
    padding-top: 15px;
}

.page_right_list .mcr-btn {
    width: 28%
}

.page_right_list li {
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    color: #0181da;
    font-style: oblique;
    text-align: left;
    position:relative;
}

.page_right_list li a {
    margin-right: 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    display: block;
}

.page_right_list li span {
    font-size: 12px;
    color: #888;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    width: 80px;
    overflow: hidden;
}

.links {
    padding: 10px 0;
    background: #fff !important;
    margin-bottom: 20px;
}

.links a {
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
}

/* 文章详情页面 */
.detail_container {
    background: #fff;
    min-height: 600px;
    margin-bottom: 20px;
    float: left;
    padding: 2rem 3rem;
}

.detail_container .date_hits {
    width: auto;
    height: 40px;
    margin-top: 20px;
    text-align: left;
}
.content ul li{
    font-size: 18px;
    color: #6d6d6d;
    text-align: justify;
    line-height: 2;
    margin-bottom: 1rem;
    list-style: decimal;
    margin-left: 3rem;
}

.detail_container .content {
    padding: 20px 5px;
    font-size: 14px;
    line-height: 44px;
    word-wrap: break-word;
}

.detail_container .content pre{
    line-height: 22px;
}

.detail_container .content img {
    max-width: 100%;
    vertical-align: baseline;
    display: block;
    margin: 20px auto;
}

.detail_container .content a {
    color: #4183C4;
}

.detail_container .content h1 {
    width: 100%
}



.detail_container .prev_next {
    border-top: 1px solid #0181da;
    color: #666;
    padding: 20px 20px;
    font-size: 14px;
}

.detail_container .prev_next a {
    color: #666;
}


.detail_container .prev_next .prev, .detail_container .prev_next .next {
    width: 45%;
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.detail_container .prev_next .next {
    float: right
}


/*分页*/
.pagination {
    display: block;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
}

.pagination li a, .pagination li span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}

.pagination .active span {
    background-color: #f04142;
    color: #fff;
}
.tu_menu{
    display: none;
}
#UserInfoDiv{
    float:right!important;
    top: calc(-20px - var(--header-height));
    right: 10px;
    display: inline-flex;
    align-items: center;
}
.userinfo{
    display: inline-flex;
    align-items: center;
}
@media screen and (max-width: 1230px) {
    :root{
        --header-height:60px;
    }
    .main {
        width: auto;
        margin: 0 0px;
    }
    .tu_menu{
        display: none;
    }

    .page_left{
        width: 100%;
    }
    .page_right {
        width: 100%;
        float: left;
    }



}

@media screen and (max-width: 970px) {
    /*移动端导航*/

    .nav:nth-child(2) ~ .nav{
        display: none;
    }

    .mcr-nav-itemed .mcr-nav-child a {
        padding-left: 30px;
    }


    .page_right {
        width: 100%;
        float: left;
    }
    .tu_menu{
        display: none;
    }

}

.page_right_list li {
    color: black;
}

.mcr-elem-field {
    text-align: center;
}


/*留言板块样式*/
.mseeageBox {
    background: #FFF;
    padding: 3rem;
    float: left;
}

.mseeageBox h5 {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

#back_top{
    display: none;
    position: fixed;
    text-align: center;
    justify-items: center;
    align-content: center;
    padding: 5px;
    width: 50px;
    height: 50px;
    right: 50%;
    z-index: 999999999;
    bottom: 50px;
    margin-right: -685px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,0.06);

}

.mseeageBox .comment .item {
    margin-top: 15px;
    width: 100%;
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px solid #3333;
    overflow: auto;
    position: relative;
}

.reply{
    margin-left: 3rem;
    width: calc(100% - 3rem) !important;
}

.mseeageBox .comment .item .left {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
}
.comment-content{
    padding: 15px 0px;
}
.comment-time{
    color: #b1b1b1;
}
.mseeageBox .comment .item .right {
    width: calc(100% - 44px);
    float: left;
}

.mseeageBox .comment .item .left img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.mseeageBox .comment .item .right{
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
}

.mseeageBox .comment .item .right .comment {
    padding: 8px 0px;
}



img {
    max-width: 100%;
}

.imgA {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.icon {
    display: block;
    width: 24px;
    height: 22px;
    overflow: hidden;
    float: left;
}



.mcr-layedit-tool {
    text-align: left;
}

.ucenter {
    margin-top: 25px;
}

.SubTopNav {
    display: none;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 32px;
    z-index: 2;
    background: #fff;
}

.SubTopNav dd a {
    color: #333;
}

.mcr-badge, .mcr-badge-dot, .mcr-badge-rim {
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    font-size: 11px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    border-radius: 2px;
    font-weight: normal;
    top: 2px;
}

.touchNav {
    position: fixed;
    top: 0px;
    height: 64px;
    background: #f04142;
    clear: both;
    margin-bottom: 1px;
    z-index: 2;
    width: 100%;

    background: -webkit-linear-gradient(to right, #ff554d, #8360c3);
    background: -webkit-gradient(linear, left top, right top, from(#ff554d), to(#8360c3));
    background: -webkit-linear-gradient(left, #ff554d, #8360c3);
    background: -moz- oldlinear-gradient(left, #ff554d, #8360c3);
    background: -o-linear-gradient(left, #ff554d, #8360c3);
    background: linear-gradient(to right, #ff554d, #8360c3);

}


.touch_title{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	display: block;
	height: 60px;
	line-height: 60px;
}
.touchLogo .mcr-icon {
    font-size: 1.2rem;
}

.touchMenu {
    width: 30px;
    height: 30px;
    position: relative;
    top: 18px;
}


.bigger {
    font-size: 3.3rem;
}

.Knav {
    background-color: #000;
    opacity: 0.8;
}

.vinfo {
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
}

.vpic {
    max-width: 100%;
    height: 330px;
    padding: 10px;
    overflow: hidden;
}

.vitem {
    margin-top: 20px;
}

.zanshang {
    height: 36px;
    line-height: 32px;
}

.detail_menu{
    display: block;
    position: absolute;
    top: 26px;
    right: 26px;
    color: #ababab;
}

.empty {
    padding: 3rem;
    font-size: 1.2rem;
    color: #b5b5b5;
}


.Userinfo {
    height: 50px;
    line-height: 50px;
}

.Userinfo img {
    width: 20px;
    border-radius: 50%;
}

.errIco {
    font-size: 200px;
    color: #7b7b7b;
    font-weight: 800;
    margin: 60px auto;
    display: block;
    width: 200px;
}

.errorDiv h5 {
    text-align: center;
}

.errorDiv #down {
    color: red;
}



#tags button {
    margin-top: 2rem;
}

.micuer_ucenter_top_nav {
    height: 50px;
    background: #fff;
    line-height: 40px;
}

#sitemap {
    background: #fff;
}

#sitemap li, #sitemap dd {
    line-height: 35px;
}


.img-item {
    padding: 1%;
}

.img-item img {
    width: 100%;
}


.img-title {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.picinfo {
    text-align: center;
}

.pintitle {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    padding: 15px;
}

.imgdetail {
    min-height: 800px;
    text-align: center;
}

.imgcon {
    min-height: 1200px;
    padding: 10px 2%;
}

.sort_1 {
    position: relative;
    top: 30px;
    float: right;
    right: 36px;
}


.lyb_head {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: -25px;
    left: 3rem;
}

.widget_ad {
    background: #fff;
    padding: 1.5rem;
}

.widget_ad_tips {
    padding-bottom: 1rem;
    color: #000;
    font-size: 1.3rem;
    border-bottom: 1px dashed #e0e0e0;
}

.widget_ad h4 {
    color: var(--red-color);
    font-size: 20px;
    text-align: left;
    border-bottom: 1px dashed #e0e0e0;
    padding: 1rem 0;
}
.widget_ad h3{
    line-height: 2.1;
}
.widget_ad h3 a {
    color: #999;
}
.widget_ad p {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    text-align: left;
}

.ad_tips {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #acacac;
    color: #fff;
    padding: 1px 1px 1px 6px;
    font-size: 10px;
    font-weight: 200;
}


.mcr-nav .mcr-nav-more {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #000 #ff000000 transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -3px;
    border-width: 6px;
    border-top-color: rgb(0 0 0 / 70%);
}


.mcr-container {
    padding: 0;
}


.mcr-badge, .mcr-badge-dot, .mcr-badge-rim {
    top: -2px;
}

.mcr-badge, .mcr-badge-dot, .mcr-badge-rim {
    background-color: #BEBEBE;
}

.comment_headimgurl {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    position: relative;
    top: -6px;
    left: 0px;
}

.menu {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #eee;
}
.text-center {
    text-align: center
}

button {
    border-style: none;
}

.menu .mcr-icon {
    font-size: 24px;
    font-weight: bold;
}

.micuer-icon-comment {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAIVBMVEVHcEyZmZmZmZmampqampqXl5eYmJiXl5eZmZmYmJiZmZnEtATqAAAACnRSTlMA4hujwWWFQFAwjevGlgAAAUZJREFUOMvdlDtTwkAUhZdgRKnQcShSBcYZZ6isKLayiA1VxrGyomAsUuHY+ROotKVyJQqeX2k2yb7g7tpzup0vj3vuuXcZOxqN0xC9Rpn7aZQA3348QqX3wMtDjlsfPoVIO7j04QK/LMbOQ2MgZxF+PHhdE2y8hc0DeIRStsz3cV7X3PP0Rbqq69uSf+aNoy4+KfyCujDWwR1BX9GWNGmecnSzAEST5ArTZ6kH89tFlaNqdYFWcydGFRRXWPubVQed44fCoqXnEPfLvo553IgjVUFVjejvT8E/OClZAPd0MiQ2rSfxCQYhPNFnEq+Qh7D2ReNEsACOzEBS2FoGCnfxFcLWSFH4zUwDhQssQ9j4orDli8Jn1iYR2PJFYXtVCLy2ViWWc+PiJ+NL3gpZNsNVZgQ4PTjQxln8Azl32+PFnoYpO279AZl9vNJXyH89AAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain;
}

.micuer-icon-home {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAACmUlEQVR4nO2b3bGCMBCFKcESLMESLMESLMES7MDHnbMvKcESKIESKIESuA83MF7I5iYQSHD2zOybmN2P/JzEWFUZZIw5AXgBaAB0AN7MfMmRy+4iojMz1wB6Rzxy57epmPkCoBWK7wH0RPTMnecmssV3vuKHYGaTO9+kIqKrq3g7FG4ChDp33kkE4CG8+Zcx5lRVY+/4Pgi2eFc3H4sf5BkizfSzh5Bd5qImOSI626Vx+lxLROf9sl8hY8yJmY2jiI6I7iHPCxC64r2CTf7tSh7ALeZ7BK9QLoRUxX9KMkxEdE2c/jp5DE679o0Jw6kPGU67yFN8k2rikibU7NZZMjhbLF1E9CzKOhPRXXJ3W63bts381jnE3W0l2+vyuUapKwJ47ZJAlQmCx+BkmYx2tc5r3d1W8kBIZ523MDgptal19lnSEooftAmEPQxOaiWzzr4JptTiBwnDNdw6+46vjnIwsXi1kgwOM5ujFD8IsQcyiDi+Oook0zazzhBOZr/hjN5T2338kGP2zGpwUkuwzl1VVeMaOqNjjDlNI3Mdq+Q6eh9XNGHJy7rhWSrb5Vsh/tQ5vlTPj5VHBfBvLX92jnYYhPSCbwEw3ywx88UaiM8u8w0AWvzuExpmronoGexmMbeVRwSw/KxCASiANADsJHsjontoLN3HFwXg4zJUqM+YRhMLoigAnhPkmOgicy4DQIS3CIngIooB4PDer4jxX0+efUfkXAaA6Q4s5lzOcaKjACJyVgAKQAEoAAWgABSAAlAACkABKAAFoAAUgAJQAKHPur5ses+mY+Y6NCYAznu0i/l9weX3GaVLyQuizdRut/pan+fKWUwS19h2HcMvOpLdcQLwsN2rjYgGK/8Wb39YaWOB27aDxv4P/o8jN8BeuXwAAAAASUVORK5CYII=) no-repeat 50%;
    background-size: contain;
}

.micuer-icon-msg {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAADKElEQVR4nO1by5WrMAxNCSlhSkgJU0JK8AJfWFICHaSElEAJUwIlUAIl8DbSGz2fADZYxvC457DICWBZvvpYMrdbYhhj7gBqa+0PgA5AD6AF0FRV9ZVanqSw1hoAA4CRrsH5PVprzd5yqgDAS0y6ttY++L+qqr4A1EIR7Z6yRgetPE/+OXPfQzBi8r5DgWx+8KU3gCcryxhzTyCiLnhC1tqfgGfa0/gDYfvelGallWX51pRNFUT9F9M/JMTRs+wQX4cKj+7EQ+nPoBxhlIrQkDcqiqL4dicOoF7rzAA86R0yb8gvOhhj7mVZvh1B61jvp/DYZ8kGonwrV13LZoVDXWVW0WGMuUuKlmX51o7dABrBhE5zrFm4K59i8gyphN2YIOmYcvJifMmEaP7Gd/DnnpMXckgmPJafiACifsf02ztfF2bYpxqQt61DMq3PIHSzFWMwjseN6mABkNtt1YFy3qrywqiyQNhbozbISjAL1MKi3KFp786oRDZQktWEyqfCTkF/9ezrU3rt8xxnpSpmIGJuso2Ik2ov7gKFjE10YcSKJN2Okjl4MY92jTp+QNAreexnD79k28IPxE+KWIg9ylO871hSvlBA/HyAFRD9xX5jvwCMRVF8e9w7qMip9mK/sZsAR3gp4IwK+O9NwMsJ0r3nUwCV21ufFPeUCgjBpYBLAZcCLgVcCogtp6y8Rn2xAqLL6VZnor1YCawAAN3m0pjbls6iI7sAt02/un7h9ADyPJgwAWfhhuAahqR9Du2vNXDnEPSwLIAecfISbBLeJ86Ex9/uRDIBqJnrZQohxYejgGuFiywQq59d728rvIq6+O3+nOu09u3XF8x2jbBD9ycVuKo0awYi40t75iYBvM4QuFnfmS45t4/+zTmgfOpr0hGSpoaTX33SCLell5jDIazNANCvPC5fYylsHQHkfIK7tWJbe+yMlCcSagqgkHyor0U+QcTfxvcZPiSFPU+Dx4JzknPRqTnngpoEIuqDensjOcRJJYjvjQ5biJkE/j3e/uJWN634g0zlbxnrFCHQxYePp0f3t+YnN1mAaN6Ql+fsrCPqJw95fwCjLd1k9tu24AAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: contain;
}

.micuer-icon-add {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAACE0lEQVR4nO2ba7WCUBhEiWAEIhCBCEYwghFsYAQjGIEIRCACEfb9cWTpPZyroOAMXOYvsmZ/cx7y+rIsIWAHlMAFqIGW5aklsF+AQ6rOpIACuCrJZ1IN5K+KP7LM0R6j07Pi/4uOcfE56ZG/EPaCYvAaMtGtpv2thpSKxx9X0cEG2Av5JxVhX2viGruD+0Q6pRZ5et1mRKxDRn/Hv6hh51JiOVyzxNRYzdSPlZjtbSqAXA06lwgXeL0AfkkNObd69W4BbAFsAUgCIFxh1oSLsPKLvjYBVA+27Rd9bQLw8LUBUfnagKh8bUBUvjYgKl8bEJWvDYjK1wZE5WsDovK1AVH52oCofG1AVL42ICpfGxCV77sg3O/n1aoY8TwhPvmTAKr5axuswc8T4hM/CaD5RmUDVSsCKPEIoWbEBxDxyT6bkcrXBkTlawOi8rUBUfnagKh8bUBUvjYgKl8bEJWvDYjK1wZE5WsDovK1AVH52oCofG1AVL5CkObBdvD9/AS+NgF0zxNG3c9P4OsRgEpbAFsAWwC9AOJOkVwNOZfofyxNRv/lRqkGnUuEf55HNRn9JoI1N0ycolqvGemWmcU1Sb0SoW8oXu777mC8DJo1hUC6aaoGdt0P8sQsADiz0D2Be/vvOTHyba+uxPpYs85/pbb2EFpCh+zu2dQp8HjvP7VqxuxrwIHQU9hIsd9XS2CveDLqP1Ds0X4sICqrAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain;
}

.micuer-icon-video {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAACQ0lEQVR4nO2ay5GDMAyGXQIlpISUQAkpgRIogQ44aqSLS0gJKYESKIESdg+Rd8ExtgkkgEb/jC6BCPRZNn7IGJVKpVKpVCqWtbYAgBIRa0RsEfG+hwFAAwCltbb4WvAceI+IPwez+uPBc2vvHWjMuo9lA6f73gHm2H3z4AHggoiD96ABABpEvO1l/PxQd7ytiZf9d0T0AIAy1Po9AFw24rta+BwUV2cBj2+d39AvDwCAauMYVslaW7y89PL/z45vxk+zI7W+k99yOe84Ctzv3i8Apj8cUIEsLWP3L/mciwIAACURPeaC5WuDOAAZ6T4gT6ZEAeBpe5MKfDyBEgNg5rM2SffQYCkCQGyA+5vgzPsSASAr3Wd8iQMwAECTu1ASBYCIHkR0XejrlAD8qWyHby6KTgnAGGOIyPJEJtnPYzotgK2kABSAAlAACkABKAAFoADOBGC083Nfu21/SgAc/GQxtHQV6HRKADi/HLZLzzFEARhZu8CXSAA/+DzTrDJ8iQAQO+7qYt1CBADeFq8wfvzVhjZOxAAYXUsVd9SeL1kAjHkWeRCRTXSLin3JA+BERNdYtxB7OBq4v04MlBMAE2JfrcvLVADAJfN/yco3EzhPX1WEtLX46HvcmotKZIjoGhsfQvPs4ShZYK0tAi/fveNrpmqkd2VyPpnBlaruZdyPQ8ffq6pG2W/PWXVzdKqcAeMAtn2hpFPiO3oE+1yprBNnQtbn44uWde6/qfC/VHWXUnm2FhFv7258qFQqlUqlUqX0C0mqotMkJIu1AAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain;
}

.micuer-icon-picture {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABACAYAAABWfFoUAAAClklEQVR4nO3c3ZGCQAwA4JRACZRwJVjClWAJlmAHPmaSl5RACZRgCZZACd7DrXMMB0tgsz/oZiZPKma/gf0DBRFpiOhGRAMRPWv+JTOLiDTggLIXVGoyswARPXIXUngOUEARxWdFCkDqiOjygdltQbrABwYinivSSlQkRVQkRVQkRVQkRVQkRURBQsQTEV2YWRDxioinyO2IGqZIo52Duc/eEbFN1C7TMEXyAL3ykaphlmGGRETfK0BPInoi4jlh+0zCEkm7/9SlbKBFWCLNLgJnckjZQIvIcSbdUzRMRBqrY5khIeJVg8TMYlW8p5aWfndWb0bHs0Fyw/9j7VJj5i+Lwj0Naid1BEOZTgHcJHIRKPbINgNkAmU+4xaRhpmF/m5FDczcZziDzKCirt0QsbXsQH3fo7jUd0MdfoG7AWg31KGRdgDtgkqGJCKN8dzFCzTpF4OgkiC56UFHRHcLKE0nLSKNe18wVHSkEdDrGEFQWqDJ+4OgoiLNAAVBbQWafG43VDQkD9AuqL1AFlBRkBRAm6BCgUKhosy4lUAqKCugEKgYe9xbgLxQ1kBKqH+LcOtdAG8fxMz90uvM3KcAWoGaXYSbIG3ppBegBiL6TgW0ALW4SxGMtGcUm0BlAZp+n28bJwgpZJh3UFmBtBGEtNIBrg7v4zu7pQK52sIutwWopBPF2GHScU+g3grI1Wh2t6Rl5v7dgFydeTbdjgIEkAnpSEAAGZCOBgSQAYn886rigAAyILkJ6P0oQACZ+qQZqGKBADKObiOoooEACrjvVjoQQAFIR4iKpIiKpIiKpIiKpIiKpIiKpIhNSO4HNedPS1p4/HrpTKpZkbYj1T9yWUNyj9NlL6Tg7MbPY+cuprQcmLlHxPYHMJwn5qx+EsUAAAAASUVORK5CYII=) no-repeat 50%;
    background-size: contain;
}


.micuer-icon-mine {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAD3ElEQVR4nN1bva3bMBDWCB7BI3gEj+ARPIJH8AZuApy+ewhYpfYIrlOpTJHCSBWkMpAM4BQ5BqcTZVE2RUr+ADYP7+l+eP+8V1WZ4JxbAdgBODHzBUAD4CbnCuDMzI6I9s65VS6+JoUS2gt7H3HORLQvLcPTIKKtCP5IyBilNItShNz6OSSsmP6BmTdEtPamTkRrItoS0b7nb+8Amtm7BjNvxJ/tLR/GMg/gEPjWlZk3U/H/EkT426uCW4giWtZARNtEbKcBEa0Dwu9SfT+k3NlYgnNuJb6tg9Z6CjomqF5T03gKzOxy3YwoQVvCeSpaUZBUN4nZR9K8F3UFY/qnjHS11TW56LYgFd7/25/C7/sgrqAzw+SW1wERHVVaOpakz8wuN/1KFykl/NBYwS0rccnLZX2wal9C1uJIavbswc8CwEnxcchJ+KA0v89GuMvHrkgcMmkofwQWmEyUryjSLWvJxkR6EB+IL9kIawsoqQAdjLMqoFjwMdDBOGstoIuQkgows4J82ahY8OnyoWPRPhvholWYgimE1lmJ604wpfZjBTFWmL8aNdXgIAPMvGHmy6O+QY2+Bv3ZXMBxJPuvY2xLqkZawamRDDqu0lpvH33LDmKym79iRGeDwRmdmetdpZ44qZ8NTpXsDLLI7Wtm0J7dR2UE/HscufgbFwVEjdBNDXIr/lhiZ3RTpiOT94s2Yi0YV5jELEV4PREu1oYHge6bXpICSXxed593ZnbFTT8E458+Qu+f/Z7KDC3FzlJ4D+sOvk4gomNMupIW94DA03rRiD8GPa/E/9vWj4+PL0RUE1Fd1/UnAJ/FzPv2CZa1I+AhN/mzR6jBU9f1n9j0OBs451biu6c+Kxh7xDqKjd6iIILvI4T+DeAXgB8AvjHzVwDfIy3lpaA6CcwiVJ//Hpl5E2vKAHYSTPu+eZ2FIh4sQjWQXaBXaQxYVlNsJoluZXb3S1BTBS2xtJAi8o3lQpUZEu0DxSKkiCxTYcnvjSVcKk0FLqKZ7KE2sKNzy2p6PUB3iyz9gCSw/JhlHSYWgS2ydAtUcxfewzzZp4sJdgtsjsJ7JFcC2qPn+5yF97ATqqd5DgS9eU1gHsC05M893NiJ76I6sqqq9OWNfji1u7+zW06OgN4dECXE1wcm8C3G9C2gRnTRAdFortyrSwLY16soWYzvl11GTgBjzcOVqw4eS/R9C2vRD395LguQqRF9qaX3f6dC9C6R6bFnX/XFInqjRStgaYXPEHRdE/yFd/V/D71TECyKTBOx2OKnDxjabTSTFf8Pze92+gN8YL72zqdb4KH/f3bf7ui+4C8sHS0cCAHh6wAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: contain;
}

.micuer-one-img {
    max-height: 300px;
    max-width: 280px;
}



.footer {
    padding: 15px 0;
    line-height: 24px;
    text-align: center;
    color: #999;
    font-weight: 300;
    width: 100%;
    clear: both;
    border-top: 1px solid #404553;
    background-color: #393D49;
}

.footer a {
    padding: 0 5px;
    color: #e3e3e3;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    font-size: 12px;
    font-style: unset;
}

.footer .beian a {
    display: inline-block;
}

.footer .beian .gongan img {
    height: 18px;
    margin-top: -2px;
    padding-right: 5px;
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
    margin-bottom: 2rem;
}
.content p {
    font-size: 1.1rem;
    color: #777;
    line-height: 2.5;
}

/*移动端导航动画*/
 .mask{
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0a0a0a;
    opacity: 0.3;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 10;
    overflow:hidden;
  }
.m-nav{
    display: block;
    position: fixed;
    background: #fff;
    height:100vh;
    width:260px;
    z-index: 11;
    top: 0px;
    opacity: 0;
visibility: hidden;
    -webkit-transform: translateX(-260px);
-moz-transform: translateX(-260px);
-ms-transform: translateX(-260px);
-o-transform: translateX(-260px);
transform: translate(-260px);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
  }
  
  .app-active{
left: 0;
opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translate(0);

  }
  .app-nav-logo{
	background-image: url(../images/app-bg.png);
	height: 150px;
	line-height: 55px;
	text-align: center;
	background-size: 100%;
	position: relative;

  }
.app-nav-logo .logo {
	bottom: -25px;
	left: 30px;
	width: 176px;
	height: 56px;
	display: flex;
	background: #fff;
	border-radius: 8px;
	padding: 12px;
	position: absolute;
}
.app-nav-logo img {
	width: 46px;
	height: 46px;
	display: inline-block;
	border-radius: 4px;
}
.app-nav-logo .logo .user p {
	text-align: left;
	line-height: 22px;
	padding-left: 10px;
}
.app-nav{
    margin-top: 25px;
}
.app-nav > li {
	display: block;
	float: left;
	position: relative;
	padding: 0 16px;
	display: block;
    width:178px;
    line-height: 50px;
    padding-left: 82px;
}
.app-nav > li >a{
    font-weight: 500;
    color: #737088;
}
.app-close-btn {
	display: block;
	position: absolute;
	height: 26px;
	width: 26px;
	border: none;
	top: 8px;
	right: 8px;
	padding: 0;
	z-index: 2;
	background-image: url(../images/close.png);
	background-size: 100%;
}

/*速查表开始*/
.cheatsheet{
    width: 98%;
}
.cheatsheet-item{
    width: 33.33333333%;
    float: left;
}
.cheatsheet .prettyprint, pre.prettyprint {
     margin: 0;
}
.cheatsheet .markdown-body h2{
    color: #fff;
}
/*速查表结束*/


.wap_header{
    width:100%;
    height: 60px;
    background: linear-gradient(to right, #2ebf91, #8360c3);
    z-index: 99;
}
.wap_log{
    width: 150px;
    height: 100%;
    margin: 0 auto;
    line-height: 60px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    float: left;
    margin-left: calc( (100% - 150px) / 2 );
    text-align: center;
}
.wap_search,.wap_menu_icon{
    width: 32px;
    margin-top: 14px;
    height: 32px;
    position: absolute;
}
.wap_search{
    right: 10px;
}
.wap_menu_icon{
    left: 10px;
}
.wap_search_form{
    margin: 15px  0;
    padding: 20px;
    height: 130px;
    background: #fff;
    text-align: center;
}
.wap_search_form button{
    margin-top: 1rem;
}


.wap_nav{
    top: 0px;
    width: 260px;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 101;
    transform: translate(-260px);
    transition: all .3s ease-out;
}
.wap_nav_bg , .wap_bg{
    height: var(--wap-top-bg-height);
    width: 100%;
}

.wap_nav_bg img ,.wap_bg img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: var(--wap-top-bg-height);
}

.wap_date_info{
    position: relative;
    color: #737088;
    top: -20px;
}

.wap_item_head_img{
    width: 46px;
    height: 46px;
    border-radius: 8px;
}

.wap_nav_show {
    transform: translate(-0px);
}
.wap_full_shadow{
    width: 100%;
    height: calc(100vh + 60px);
    top: -60px;
    background-color: #000;
    position: fixed;
    z-index: 100;
    display: none;
    opacity: .3;
}

.block{
    display: block;
}

.wap_nav_li{
    width: calc(100% - 32px);
    padding: 16px;
    text-align: center;
}
.wap_nav_logo{
    display: flex;
    width: 200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 12px;
    border-radius: 8px;
    position: relative;
    top: -34px;
    background: #fff;
}
.wap_nav_logo img{
    border-radius: 4px;
    display: inline-block;
    height: 46px;
    width: 46px;
}

.wap_nav_logo .user p{
    line-height: 22px;
    padding-left: 10px;
    text-align: left;
}
.wap_nav_logo .user p:last-child{
    color: #8f9bad;
    font-size: 12px;
}

.active .wap_nav_ol{
    display: block;
}
.wap_nav_li a{
    color: #737088;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    padding-bottom: 2px;
    transition: transform .5s;
    transition: all .5s;
}
.special-list {
    width: 230px;
    font-size: 14px;
    text-align: left;
    align-items: start;
    position: fixed;
    height: 80vh;
    overflow-y: scroll;
}

@media screen and (max-width: 768px){
    .special-list {
       display: none !important;
    }
    .tu_menu{
        display: none;
    }
}
.special-list li{
    line-height: 1.5;
    margin-bottom: 15px;
    display: flex;
    background: #fff;
    padding: 30px 15px;
    overflow: hidden;
}
.special-list li span{
    width: 25px;
    height: auto;
    font-weight: bold;
}
.special-list .active a{
    color: var(--red-color);
    font-weight: 600;
}
.about-list{
    /*移动端*/
    background: #fff;
    padding: 15px;
}

.thumb-item{
    background: #fff;
    margin-bottom: 10px;
    float: left;
    padding: 27px;
    position: relative;
}

.thumb-item div:first-child{
    width: 100%;
    height: 150px;
}

.thumb-item div:first-child>span:first-child{
    width: 30px;
    height: 20px;
    padding: 5px;
    text-align: center;
    border-bottom-right-radius: 3px;
    background: #607d5a;
    color: #fff;
    position: absolute;
}

.thumb-item > .title{
    width: 100%;
    height: 62px;
    overflow: hidden;
    margin-top: 10px;
}

.thumb-item > .title>span>b{
    color: #e6a23c;
    text-align: center;
}

.s-title{
    padding: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
}

.order{
    display: block;
    width: 50px;
    float: left;
    padding: 5px;
    background: #eee;
    margin-left: 10px;
    text-align: center;
    position: relative;
    right: -150px;
    top: -50px;
}

.banner{
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
    margin-top: -20px;
}
.banner>.mcr-container{
    display: grid;
    align-items: baseline;
    justify-items: baseline;
    align-content: center;
    height: 100%;
}
.banner>.mcr-container>h2{
    color: #fff;
    text-shadow: 4px 2px 10px #a7a7a7;
}
.description{
    margin-top: 1.5rem;
    color: #fff;
    text-shadow: 4px 2px 10px #a7a7a7;
}
.top-bg{
    overflow: hidden;
    position: absolute;
    z-index: -1;
    background-position: center;
    transform: scale(1.5);
    filter: blur(20px);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
/*
markdown样式修改
*/
@media screen{
    .tag {
        color: #71c33c !important;
    }
    .atn {
        color: #485fe4 !important;
    }
    .atv {
        color: #d2624e !important;
    }
}


/*说说样式*/
.page_left_list .shuoshuo {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
}
.page_left_list li .shuoshuo_info {
    line-height: 2;
    color: #0009;
    text-align: left;
}
.head60 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: #000;
    will-change: opacity;
}
.imgWrap{
    display: block;
    float: left;
}
.imga{
    width: 100%;
    height:0;
    padding-bottom:100%;
    position: relative;
    overflow: hidden;
}
.imga img{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    object-fit: cover;
    border-radius: 5px;
}
.head100 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.mgt9{
    margin-top: 9px;
}
.mgt15{
    margin-top: 15px;
}

.shuoshuo>div:first-child>a{
    padding-top: 10px;
}
.mgl10{
    margin-left: 10px;
}
.nav-search{
    display: flex;
}
.nav-search input:first-child{
    padding: 9px;
}
#test-editormd ol li{
    font-size: 1.2rem;
    color: #777;
}

/*流动的波浪线开始*/
.big-bg {
    color: white;
    position: relative;
    text-align: center;
}
.inner-header {
    height: 180px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(https://cos.micuu.com/web/markdown/6423b36247323.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.waves_con,.waves{
    position: relative;
    top: -120px;
    height: 120px;
    margin-bottom: -170px;
}
.waves {
    width: 100%;
    margin-bottom: -7px; /*Fix for safari gap*/
    top: 0px;
}

/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    h1 {
        font-size: 24px;
    }
}
/*流动的波浪线结束*/


@media screen and (max-width: 640px) {
    #wap_search_panel{
        margin-top: 65px;
        margin-bottom: 10px;
    }
    .main {
        width: 96%;
        margin: 0 auto;
        position: relative;
        top: 60px;
    }
    .logo{
        left: 15px;
    }
    .wen_logo{
        display: none;
    }
    .nav{
        position: absolute;
        margin: 80px 46px 0px 0px;
        padding: 0;

    }
    .tu_menu{
        display: inline-block;
        width: 35px;
        height: 35px;
    }
    .nickname{
        display: none;
    }
    .nav:not(:last-child){
        display: none;
    }
    #sitemap {
        margin-top: 60px;
    }

    .page_right,.page_left{
        width: 96%;
        min-height: 30px;
        margin: 0 auto;
        float: none;
    }
    .page_left{
        margin-top: 10px;
    }
    .nav-search{
        display: none;
    }
    .big-bg{
        position: fixed;
        z-index: 1;
    }
    .waves_con,.inner-header{
        display: none !important;
    }
    .wap_search_form{
        height: 6rem;
        margin-bottom: 5rem;
    }
    .wap_search_form input{
        width: 60%;
    }
    .h125{
        height: 94px;
    }
    #demo{
        height: 100px;
    }

    .page_left_list {
        padding: 0rem 0rem;
        background: none;
    }
    .header_con{
        margin-bottom: 0px;
    }
    .page_left_list li {
        padding:2rem 2rem 0 2rem;
        margin-top: 6px;
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
    }

    blockquote{
        margin-top: 60px !important;
    }
    .page_left_list li .title a {
        max-width: 95%;
        margin: 10px 0px;
        overflow: hidden;
        text-overflow: clip;
        white-space: normal;
        font-size: 16px;
        line-height: 20px;
    }

    .page_left_list li .date_hits {
        margin-top: 5px;
    }

    .page_left_list li .hits {
        display: none;
    }

    .page_right_list {
        margin-bottom: 0px;
    }

    .page_right_list li {
        line-height: 28px;
    }

    /* 文章详情页面 */
    .detail_container {
        min-height: 100px;
        padding: 10px;
        margin-top: 60px;
    }

    .text_al {
        padding-left: 10px;
    }

    .detail_container h1 {
        text-align: left;
        display: block;
        margin: 0 auto;
        font-size: 22px;
        line-height: 1.4;
        color: #333;
    }

    .editormd-preview-container, .editormd-html-preview {
        padding: 20px 8px !important;
    }

    .detail_container .date_hits i {
        display: none;
    }

    .detail_container .content {
        padding: 0px;
    }

    .detail_container .prev_next {
        padding: 5px 15px;
        font-size: 12px;
    }

    .detail_container .prev_next .prev, .detail_container .prev_next .next {
        width: 100%;
    }

    .detail_container .date_hits {
        padding-left: 1rem;
        margin-top: 0px;
        background: #F7F8FA;
        border-radius: 2px;
        line-height: 40px;
    }

    .date_hits a {
        color: #595959;
    }

    .detail_container .prev_next {
        display: none;
    }


    .title {
        top: -6px !important;
        height: 33px;
    }
    .head60{
        width: 50px;
        height: 50px;
    }
    .panel{
        /*计算 padding 15 * 4 = 60 + 4(边框)  + marginright 5px *2 = 74 */
        width: calc((100% - 74px) / 100 * 50);
        margin-right: 5px;
    }
}
