*, body, html {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.cl {
    clear: both;
}

/*轮播图*/
.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    display: none;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    display: block;
}

.caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    text-shadow: none;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    margin: 0;
    max-width: none;
    line-height: 15px;
}

.mui-slider-item {
    position: relative;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/*瀑布流列表*/
.masonry-list {
    position: relative;
    padding-left: 10px;
}

.masonry-list li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    position: relative;
}

.masonry-list li .pic {
    position: relative;
    text-align: center;
}

.masonry-list li .pic a {
    color: #666;
}

.masonry-list li .quantity {
    height: 20px;
    padding: 0 10px;
    position: absolute;
    top: 5px;
    right: -5px;
    text-align: center;
    color: #fff;
    background-color: #f83378;
    line-height: 20px;
    font-size: 12px;
}

.masonry-list li .quantity:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid #650d2c;
    border-right: 5px solid transparent;
}

.masonry-list li h3 {
    margin: 0px;
    line-height: 18px;
    padding: 7px 5px;
    font-size: 12px;
    color: #333;
    text-align: center;
    font-weight: normal;
    word-break: break-all;
}

.masonry-list li h3 a {
    color: #333 !important;
}

#none {
    font-size: 15px;
    line-height: 100px;
    text-align: center;
    color: #777;
    font-weight: 700;
}

.img > img {
    width: 100%;
    vertical-align: top;
}

.top {
    position: absolute;
    right: 0;
    top: 5px;
    background: rgba(0, 0, 0, .5);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
}

/*汉堡菜单*/
.three {
    z-index: 90;
    position: fixed;
    right: 15%;
    top: -0.5%;
}

.grid > * {
    position: relative;
}

label {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 14vw;
    height: 14vw;
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
}

@media (min-aspect-ratio: 1/1) {
    label {
        width: 50vh;
        height: 50vh;
    }
}

path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all .8s cubic-bezier(.645, .045, .355, 1);
}

.cross input:checked + svg .line--1,
.cross input:checked + svg .line--3 {
    --length: 22.627416998;
}

.cross input:checked + svg .line--2 {
    --length: 0;
}

.back input:checked + svg .line--1,
.back input:checked + svg .line--3 {
    --length: 8.602325267;
}

.menu--1 {
    background-color: #3f77e9;
}

.menu--1 .line--1,
.menu--1 .line--3 {
    --total-length: 126.64183044433594;
}

.menu--1 .line--2 {
    --total-length: 70;
}

.menu--1 input:checked + svg .line--1,
.menu--1 input:checked + svg .line--3 {
    --offset: -94.1149185097;
}

.menu--1 input:checked + svg .line--2 {
    --offset: -50;
}

.debug {
    display: none;
}

.line--debug {
    opacity: 0;
    stroke-dasharray: none;
}

@media screen and (min-width: 800px) {
    .debug {
        opacity: 0.8;
        display: none;
        position: absolute;
        z-index: 1;
        font-family: sans-serif;
        transform: rotate(-45deg);
        transform-origin: 0% 100%;
        background: #000;
        color: #fff;
        width: 150px;
        height: 100px;
        line-height: 150px;
        text-align: center;
        user-select: none;
    }

    .debug:hover {
        opacity: 1;
    }

    .debug.active {
        background: #fff;
        color: #000;
    }

    .debug.active + .grid path.line--debug {
        opacity: .2;
    }
}

circle {
    fill: #000;
    display: inline;
    opacity: 0.5;
}

/*菜单*/
.menu1 {
    width: 40%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50;
    padding-top: 1rem;
    display: none;
}

.menu1 > ul > li {
    line-height: 2.5rem;
    border-bottom: 1px solid #666;
    text-align: center;
    font-size: 0.9rem;
}

.menu1 > ul > li a {
    color: #fff;
}

.menu1 > ul > li:last-of-type {
    border-bottom: none;

}

.menu1 > ul > li > ul {
    padding-left: 1rem;
    font-size: 0.8rem;
}

.menu1 > ul > li > ul li {
    border-top: 1px solid #666;
}

/*--------文章页------------*/
.title {
    font-size: 1.5rem;
    background: #707070;
    -webkit-box-shadow: inset 0px -2px 3px #000;
    -moz-box-shadow: inset 0px -2px 3px #000;
    box-shadow: inset 0px -2px 3px #000;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 2px #000;
    padding:10px 50px;
}

.prop {
    margin: 0 0.5rem;
    text-align: center;
    color: #C0DCF9;
    line-height: 3rem;
    font-size: 1rem;
    border-bottom: 1px dashed #ccc;
}

.prop span {
    color: #999;
    font-size: 0.8rem;
}

.prop span i {
    color: #434343;
}

.content {
    padding: 0.5rem;
}

figure {
    margin: 1em 0 !important;
}

.back {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 25px;
    background-clip: padding-box;
    position: fixed;
    left: 2%;
    top: 1%;
    z-index: 9;
}

.back i {
    margin-top: 5px;
    color: #fff;
}

.right {
    text-align: right;
    margin-right: 10px;
    border-bottom: none;
}

.disable {
    pointer-events: none;
}

.bg ,.bg1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 9;
    display: none;
}
.bg1{
    z-index:98;
}
.gotop {
    width: 30px;
    height: 30px;
    display: none;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 25px;
    background-clip: padding-box;
    position: fixed;
    right: 3%;
    bottom: 1%;
    z-index: 9;
}

.gotop i {
    margin-top: 6px;
    color: #fff;
    font-size: 18px;
}
/*-----代码高亮--------*/
.ol {
    background: #23241f;
    padding-left: 10px;
    box-sizing: border-box;
}

.wrapli {
    list-style-type: decimal-leading-zero;;
    list-style-position: inside;
    color: #666;
}

.wrapli p {
    display: inline-flex;
    margin-bottom: 0;
}

/*------------添加评论------------*/
.addcomment {
    width: 40%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 20px 30%;
    background: #0a90eb;

}

.commenton {
    margin-bottom: 20px;
    padding: 20px 10px 0 20px;
    width: 100%;
}

.commenton > h1 b {
    font-size: 20px;
    color: #91bae6;
    margin-left: 10px;
    margin-right: 5px;
}

.commenton > h1 {
    color: #C0DCF9;
    font-size: 18px;
}

.commenton > div {
    margin-top: 10px;
}

.commenton > div ul {
    margin-top: 5px;
}

.commenton > div ul li {
    margin-left: 20px;
    margin-bottom: 10px;
}

.commenton > div ul li > div {
    width: 100%;
    min-height: 80px;
    border-radius: 10px;
    box-shadow: inset 0 0 5px #cccccc;
    padding: 10px;
    background: white;
    position: relative;
}

.commenton > div ul li > div > h1 {
    font-size: 16px;
    overflow: hidden;
    margin-left: 30px;
}

.commenton > div ul li > div > h1 > span {
    float: left;
    color: #7f7f7f;
    font-weight:normal;
}

.commenton > div ul li > div > h1 > span + span {
    float: right;
}

.commenton > div ul li > div > h1:after {
    clear: both;
    content: ' ';
}

.commenton > div ul li > div > span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 20px;
    background: #C0DCF9;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #777777;
    line-height: 20px;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}

.commenton > div ul li > div > p {
    margin-top: 15px;
    line-height: 20px;
    margin-left: 30px;
    word-break: break-all;
    padding-bottom: 15px;
}

.commenton > div ul li > div > div {
    position: absolute;
    top: 20px;
    left: -30px;
    border: 3px solid rgba(192, 220, 249, .8);
    box-shadow: 0 0 5px #777777;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
    background: white;
    background-clip: padding-box;
    z-index: 5;
}

.commenton > div ul li > div > div > img {
    width: 54px;
    height: 54px;
    -webkit-transition: -webkit-transform 2s;
    transition: transform 2s;
}

/*滑动验证码*/
.verify-bar-area {
    position: relative;
    background: #FFFFFF;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
}

.verify-bar-area .verify-move-block {
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 0 2px #888888;
    -webkit-border-radius: 1px;
}

.verify-bar-area .verify-move-block:hover {
    background-color: #337ab7;
    color: #FFFFFF;
}

.verify-bar-area .verify-left-bar {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #f0fff0;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ddd;
}

.verify-img-panel {
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
}

.verify-img-panel .verify-refresh {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.verify-img-panel .icon-refresh {
    font-size: 20px;
    color: #fff;
}

.verify-img-panel .verify-gap {
    background-color: #fff;
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
}

.verify-bar-area .verify-move-block .verify-sub-block {
    position: absolute;
    text-align: center;
    z-index: 3;
    border: 1px solid #fff;
}

.verify-bar-area .verify-move-block .verify-icon {
    font-size: 18px;
}

.verify-bar-area .verify-msg {
    z-index: 3;
}

.comments {
    width: 80%;
    height: 415px;
    border-radius: 10px;
    background: #fff;
    position: fixed;
    left: 10%;
    top: 100px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 99;
}
.comments h2{
    color: #C0DCF9;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}
.comments textarea {
    outline: none;
    width: 100%;
    height: 87px;
    border-radius: 10px;
    box-shadow: inset 0 0 5px #ccc;
    border: none;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    resize: none;
    color: #999;
}

.comments p {
    color: #cccccc;
    font-size: 12px;
}

.comments ul li {
    margin-bottom: 0px;
}

.comments ul li h3 {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: normal;
    color: #666;
}

.comments ul li input[type="text"] {
    box-shadow: inset 0 0 5px #ccc;
    padding-left: 5px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #999;
}

.comments ul li input[type="submit"] {
    background: #C0DCF9;
    border:none;
    border-bottom: 3px solid #91bae6;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
}
.comments>div{
    position: relative;
}
.comments span.close{
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
}












