/* 首页start */

img {
    width: 100%;
}

.h100 {
    height: 100%;
    line-height: 60px;
    text-align: center;
}

.minh-300 {
    min-height: 300px;
}

.pos-re {
    position: relative;
}

.dis-none {
    display: none;
}

.dis-bk{
    display: block;
}

.pos-ab {
    position: absolute;
}

.pdtm-10 {
    padding: 10px 0;
}

.pdtm-2 {
    padding: 2px 0;
}

.pdt-10 {
    padding-top: 10px;
}

.pd-10 {
    padding: 10px 10px 10px;
}

.pdlr-5 {
    padding: 0 5px;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-5 {
    margin-top: 5px;
}

.mgtm-50 {
    margin: 50px 0;
}

.mgtm-2 {
    margin: 2px 0;
}

.mgtm-10 {
    margin: 10px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.pl-05 {
    padding-left: 5%;
}

.bdr-m {
    border-bottom: 1px solid #ccc;
}

.ta-c {
    text-align: center;
}

.text-hide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bdr-radius-5 {
    -moz-border-radius: 5%;
    /* Firefox */
    -webkit-border-radius: 5%;
    /* Safari 和 Chrome */
    border-radius: 5%;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.bdr-radius-50 {
    -moz-border-radius: 50%;
    /* Firefox */
    -webkit-border-radius: 50%;
    /* Safari 和 Chrome */
    border-radius: 50%;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.title-h3 {
    color: #888;
    /* display: block; */
    font-size: 18px;
    font-weight: bold;
}

.overhide {
    overflow: hidden;
}


/* flex start */

.dp-flex {
    display: flex;
}

.fd-c {
    flex-direction: column;
}

.jc-center {
    justify-content: center;
}

.fd-r {
    flex-direction: row;
}


/* flex end */

.pt-fixed {
    position: fixed;
}

.bm0 {
    bottom: 0;
}

.box-title {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.box-title h3 {
    color: #888;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.box-title .left {
    width: 30%;
    align-self: center;
}

.box-title .right {
    width: 30%;
    align-self: center;
    text-align: right;
}

.panel {
    background: #edeff0;
    overflow: hidden;
}

.panel-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    /* background-color: #393D49; */
    background-color: black;
    z-index: 2;
}

.panel-footer {
    margin-bottom: 60px;
    width: 100%;
    min-height: 60px;
    background-color: black;
    color: white;
}

.panel-footer .bnav {
    border-bottom: 1px solid pink;
    padding-bottom: 5px;
}

#menu .layui-nav-tree {
    width: 100%;
}

.btn-hamburger {
    /* position: absolute;
    top: 12px;
    left: 12px; */
    outline: none;
    font-size: 30px;
    color: #ff4b4b;
}

.btn-sch {
    /* position: absolute;
    top: 12px;
    right: 12px; */
    font-size: 30px;
    color: #ff4b4b;
}

.bm-nav {
    background: #edeff0;
    border-top: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    z-index: 1;
}

.bm-nav a {
    padding: 5px 0;
    width: 25%;
    text-align: center;
    line-height: 20px;
    background: #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bm-nav a i {
    font-size: 20px;
    word-break: break-all;
    font-weight: bold;
}

.bm-nav .on {
    color: red;
}

.panel .banner img {
    width: 100%;
    height: 100%;
}

.panel .news-box .item {
    display: flex;
}

.panel .news-box .item:nth-child(3) {
    flex-direction: row-reverse;
}

.news-box .item .left {
    width: 40%;
}

.news-box .item .right {
    width: 60%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.img-box .img-item .title a {
    font-size: 1rem;
    font-weight: bold;
    color: #ff4b4b;
}

.img-box .img-item .info {
    display: flex;
    justify-content: space-between;
}

.img-box .img-item .info a {
    display: block;
}

.img-box .img-item .info .left,
.img-box .img-item .info .right {
    width: 48%;
}


/* 首页end */


/* 文章列表页start */

.panel .box {
    position: relative;
    margin-top: 60px;
}

.panel .box .child-menu {
    min-height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* overflow-x: auto; */
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.panel .box .child-menu a {
    width: 20%;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.panel .box .child-menu a.on {
    color: red;
}

.panel .box .bread {
    font-size: 16px;
}

.list-box {
    min-height: 250px;
    padding: 10px 10px 10px;
}

.list-box .list-item {
    display: flex;
    flex-direction: row;
}

.list-box .list-item .left {
    width: 40%;
    height: 80px;
    overflow: hidden;
}

.list-box .list-item .left img {
    width: 100%;
    display: block;
}

.list-box .list-item .right {
    width: 56%;
    margin-left: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.list-box .list-item .other {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page {
    padding: 10px 10px 10px;
}

.other-box .other-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.other-box h3 {
    color: #888;
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.other-box .other-item a {
    width: 60%;
    font-size: 1.2rem;
}

.other-box .other-item span {
    /* width: 40%; */
    align-self: center;
}


/* 文章列表页end */


/* 文章详情页 */

.info-box {
    min-height: 60vh;
}

.info-tag .tag-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info-box .zan-box {
    text-align: center;
}

.ck-num {
    right: -25px;
    top: -18px;
}

.add-commit {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ccc;
}

.add-commit .commit-text {
    width: 70%;
}

.add-commit .commit-btn {
    align-self: center;
    width: 30%;
}

.show-commit {
    border-top: 1px solid #ccc;
}

.show-commit .show-item {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.show-commit .show-item .img {
    width: 10%;
}

.show-commit .show-item .img img {
    border-radius: 50%;
}

.show-commit .show-item .info {
    width: 90%;
}

.show-item .info .info-top {
    display: flex;
    flex-direction: column;
}

.info-top .info-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/*文章详情页end*/


/* 图片列表页 start*/

.list-box .imgbox-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-box .imgbox-item .info {
    width: 49%;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}


/* 图片列表页 end*/


/* 图片详情页 start */

.info-box .content #banner img {
    height: 100%;
}


/* 图片详情页 end */


/*手机登录页 start*/

.login .question {
    text-align: center;
}

.login fieldset {
    border: none;
    padding: 0;
    border-top: 1px solid #009688;
}

.login .other .three-box {
    display: flex;
    justify-content: space-around;
}

.login .other .three-box i {
    font-size: 3rem;
}


/*手机登录页 end*/


/*个人详情页 start*/

.minfo {
    min-height: 60vh;
}

.minfo .info-imgbox {
    display: flex;
    flex-direction: column;
}

.minfo .info-imgbox .imgbox-show img {
    width: 168px;
    height: 168px;
}