﻿* {
    box-sizing: border-box;
}

body {
    /*margin: 0;*/
    /*padding: 0;*/
    /*font-weight: 500;*/
    /*!* background:#e0e0e0; *!*/
    font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
    /*padding-top: 100px;*/
}

.weixixi{
    display: flex;
    align-items: center;
}
.weixixi-qrcode{

}
.weixixi-qrcode img{
    width: 90px;
}
.weixixi-ms{
    padding-left: 20px;
}
.email{
    padding: 10px 0px;
    font-size: 14px;
}
.slogan{
    padding: 10px 0px;
    color: #9E9E9E;
    font-size: 12px;
}

.user {

}

.user i{

    margin-right: 5px;

}

.statistics{
    text-align: center;
    padding: 13px 0px;
}

.statistics em{
    color: red;
    padding: 0px 8px;
    font-weight: bold;
    font-size: 18px;
}

.nodata{
    text-align: center;
    color: #9E9E9E;
}
.nodata img{
    text-align: center;
}
.logo span{position: absolute;}

.layui-btn {
    background-color: #00844C;}

.myshare{
    padding: 10px;
}
.myshare textarea{
    height: 130px;
}
.mp10{
    margin-bottom: 10px;
}

.ban{
    margin: 100px;
    text-align: center;
}
.ban div{
    padding: 10px;
    color: #999;
}
.ban p{
    font-size: 18px;
    color: #9195a3;
    font-weight: bold;
    letter-spacing: 8px;
}
.layui-badge{
    border-radius: 15px;
    background-color: #999;
}
.ban img{
    width: 100px;
    margin: 10px;
}


.list-head {
    display: flex;
    /* position: fixed; */
    /* top: 0px; */
    /* background: #f6f6f6; */
    /* width: 100%; */
    padding: 5px 0px;
    justify-content: space-between;
    align-items: center;
    /* z-index: 9999999; */
}

.head-l img {
    width: 100px;
    margin-right: 5px;
}

.head-l {
    display: flex;
    align-items: center;
}

.head-r {
    float: right;
}

div.search {
    padding: 30px 0;
}

form {
    position: relative;
    width: 540px;
    margin: 0 auto;
}

input, button {
    border: none;
    outline: none;
}

.search input {
    width: 100%;
    height: 50px;
    padding-left: 13px;
}

.search button {
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
}

/*搜索框7*/
.bar7 {
}

.bar7 form {
    height: 50px;
}

.bar7 input {
    width: 600px;
    border-radius: 42px;
    border: 3px solid #3D4265;
    /* background: #f6f6f6; */
    transition: .3s linear;
    float: right;
    /* box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF; */
}

.bar7 input:focus {
    /*width: 300px;*/
}

.bar7 button {
    background: none;
    top: 2px;
    right: 0;
}

.bar7 button:before {
}
.p10{
    padding: 0px 10px;
}
.bg {
    /*background-color: #ffffff;*/
    /*!* box-shadow: 5px 5px 10px #bbbbbb, -5px -5px 10px #ffffff; *!*/
    /*border: 2px solid #324B4E;*/
    /*border-radius: 10px;*/
}

.logo {
    text-align: center;
}

.logo img {
    width: 300px;
}

.h2 {
    font-size: 18px;
    color: #9195a3;
    font-weight: bold;
}

.h1 {
    font-size: 25px;
    font-weight: bold;
}

.index-mian {
}

.index-mian ul {
}

.index-mian li {
    padding: 0px 10px;
    /*border-bottom: 1px dashed #c2c2c2;*/
    word-wrap: break-word;
    word-break: break-all;
}
.find{
    padding: 15px 0px;
}
.blacklist{
    background: #000;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px!important;
}

.blacklist:hover{
    color: #fff;
    background: #F44336;
}

.shareto{
    background: #00844C;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px!important;
}
.shareto:hover{
    color: #fff;
    background: #F44336;
}


.foot-bt{
    margin-bottom: 20px;
}

.index-mian a {
    font-size: 17px;
    color: #2440b3;
    font-weight: bold;
}

.index-mian p {
    /*color: #c2c2c2;*/
    /*font-size: 13px;*/
    /*margin-top: 5px;*/
}

.layui-containers {
    margin-left: 150px;
}

.index-mian p img {
    width: 12px;
    margin-right: 5px;
}

.pags {
}

.pags a {
}

.pags .layui-laypage-em {
    background-color: #00844C!important;
}

.pags .layui-laypage a:hover {
    color: rgba(0,0,0,.8)!important;
}

.center {
    text-align: center;
}

.pad15 {
    padding: 20px 0px;
    font-weight: bold;
}

.a-box {
}

.geturl {
    padding: 30px;
}

.red {
    color: red;
}

.share {
    padding: 10px 0px;
    text-align: right;
    margin-bottom: 10px;
}

.share i {
    padding-right: 5px;
}

.share a {
    padding: 5px 10px;
}

.btn {
    border-radius: 42px;
    border: 2px solid #324B4E;
    background: #000;
    color: #fff;
    padding: 5px 10px;
}

.footer {
    text-align: center;
    color: #999;
    padding-bottom: 20px;
    font-size: 12px;
    clear: both;
}

.footer a {
    color: #999;
}
.common-wrapper {
    display: flex;
    align-items: center;
}
.common-wrapper img{
    width: 13px;
    margin-right: 3px;
}
.a-ico{
    display: flex;
    align-items: center;
}
.a-ico img{
    width: 13px;
    margin-right: 2px;
}
.top-head-mian {
    background: #f6f6f6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;

}
.pt5{padding: 5px;}
.index{padding-top: 10%;}

.mian-top {
    margin-top: 100px;
}

.head-l-so input {
    border-radius: 10px 0px 0px 10px;
    width: 100%;
    height: 40px!important;
    padding-left: 13px;
    border: 2px solid #3D4265

}
.highlight{color: #FF0000;}
.head-l-so button {
    height: 40px!important;
    width: 50px;
    cursor: pointer;
    position: absolute;
    background: #3d4265;
    border-radius: 0 8px 8px 0;
}
.head-l-so button i{
   color: #f6f6f6;
}
.head-r a{
    font-size: 15px;
    margin-right: 10px;
    /*font-weight: bold;*/
    /*color: #3d4265;*/
}
.search input {
    width: 100%;
    height: 50px;
    padding-left: 13px;
}

.search button {
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w100 {
    width: 70%;
}

.layui-layer-btn0 {
    background-color: #333!important;
    border-color: #333!important;
}

.layui-layer-title {
    border-bottom: none!important;
}

.layui-layer-prompt .layui-layer-content {
    padding-top: 0px!important;
}

.h1-desc p {
    font-size: 12px;
    color: #999;
}

.h1-desc a {
    font-size: 12px;
}

.h80 {
    margin-top: 100px;
}
.wp{
    display: flex;
    align-items: center; /* 垂直居中对齐 */
}

/*目录树*/
.filesize {
    text-align: right;
    width: 70px;
    margin-left: 10px;
    flex-shrink: 0;
    zoom: 0.9; }

.icon {
    width: 14px;
    margin-right: 5px;
    flex-shrink: 0;
}

.el-tree {
    position: relative;
    cursor: default;
    background: #fff;
    color: #606266
}

.el-tree__empty-block {
    position: relative;
    min-height: 60px;
    text-align: center;
    width: 100%;
    height: 100%
}

.el-tree__empty-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #909399;
    font-size: 14px
}

.el-tree__drop-indicator {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #E6A23C
}

.el-tree-node {
    white-space: nowrap;
    outline: none
}

.el-tree-node:focus>.el-tree-node__content {
    background-color: #F5F7FA
}

.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label {
    background-color: #E6A23C;
    color: #fff
}

.el-tree-node__content {
    display: flex;
    align-items: center;
    height: 26px;
    cursor: pointer
}

.el-tree-node__content>.el-tree-node__expand-icon {
    padding: 6px
}

.el-tree-node__content>label.el-checkbox {
    margin-right: 8px
}

.el-tree-node__content:hover {
    background-color: #F5F7FA
}

.el-tree.is-dragging .el-tree-node__content {
    cursor: move
}

.el-tree.is-dragging .el-tree-node__content * {
    pointer-events: none
}

.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
    cursor: not-allowed
}

.el-tree-node__expand-icon {
    cursor: pointer;
    color: #C0C4CC;
    font-size: 12px;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out
}

.el-tree-node__expand-icon.expanded {
    transform: rotate(90deg)
}

.el-tree-node__expand-icon.is-leaf {
    color: transparent;
    cursor: default
}

.el-tree-node__label {
    font-size: 14px
}

.el-tree-node__loading-icon {
    margin-right: 8px;
    font-size: 14px;
    color: #C0C4CC
}

.el-tree-node>.el-tree-node__children {
    overflow: hidden;
    background-color: transparent
}

.el-tree-node.is-expanded>.el-tree-node__children {
    display: block
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #fdf8ef
}

.custom-tree-node {
    display: flex;
    font-size: 12px;
    flex: auto;
    overflow: hidden;
    justify-content: space-between;
}

.search-header-tabs {
    padding-left: 1rem;
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid #eee;
}
.search-header-tabs .common-wrapper a.on {
    height: 35px;
    border-bottom: #00844C solid 4px;
}
.search-header-tabs .common-wrapper a {
    font-size: .875rem;
    font-weight: 500;
    margin-right: 22px;
    display: inline-block;
    line-height: 2.125rem;

}

.source{
    display: flex;
    align-items: center; /* 垂直居中 */
}
.source img{
    width: 15px;
    height: 15px;
}
.describe{
    display: flex;
    color: #c2c2c2;
    font-size: 12px;
    padding: 10px 0px;
}
.index-hot{
    padding: 15px;
    text-align: center;
}

.tag i{
    font-size: 13px;
    padding-left: 10px;
}

.source p{
    margin-left: 3px;
    color: rgb(0, 109, 33);
    font-size: 12px;
}
.describe p{
    padding-right: 20px;
}

.tag a {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 50px;
    background: #f6f6f6;
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}
.tag a:hover {
    background: #00844C;
    color: #fff;
    border: 1px solid #fff;
}

.tag-mian-title{
    padding: 10px 0px;
    font-size: 17px;
    font-weight: bold;
}
.geturl a{
    border: 1px solid #eee;
    padding: 10px 30px;
    border-radius: 50px;
    background: #00844C;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}
.geturl a:hover{
    background: #2f4056;
}
.letter{}
.letter p{
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
.layui-elem-field legend {
    margin-left: 20px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #eee;
    border-radius: 10px;
}
.mian-top-55{
    margin-top: 55px;
}

.h1-desc{
        padding-bottom: 25px;
}

.head-l-logo{
    color: #9E9E9E;
}
.wximg{
    text-align: center;
    margin-bottom: 40px;
    color: #9E9E9E;
    font-size: 12px;
}
.wximg img{
    width: 120px;
}

.a-mian-xx{
    background: #f6f6f6;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}
.a-mian-xx p{
    padding: 10px;
}
.a-mian-xx span{
    color: #999;
}

/*移动端*/
@media screen and (max-width: 1000px) {
    div.search {
        padding: 30px 15px;
    }
    .user {
        display: block;
        width: 50px;
        margin-left: 5px;
        margin-right: 3px !important;
    }
    .btn {
        border-radius: 42px;
        border: 2px solid #324B4E;
        background: #000;
        color: #fff;
        padding: 4px 3px;
        font-size: 12px;
    }
    .ban {
        margin: 35px;
        text-align: center;
    }
    .index {
    padding-top: 25%;
}
    .mian-top-55 {
    margin-top: 50px;
}
    .p10 {
    padding: unset;
}
    .head-r a {
    font-size: 14px;
    /*padding-right: 3px;*/
    /*font-weight: bold;*/
    /*color: #3d4265;*/
}
    .blacklist{
        position: fixed;
        right: 0;
        top: 145px;
    }
    .shareto{
        position: fixed;
        right: 0;
        top: 110px;
    }
    .head-l-so input {
    border-radius: 10px 0px 0px 10px;
    width: 80%;
    height: 35px!important;
    padding-left: 13px;
    border: 2px solid #3D4265;
}
    .head-l-so button {
    height: 35px!important;
    width: 30px;
    cursor: pointer;
    position: absolute;
    background: #3d4265;
    }

    .describe {
        display: flex;
        color: #c2c2c2;
        font-size: 12px;
        padding: 10px 0px;
        flex-wrap: wrap;
    }
    .weixixi-qrcode img {
        width: 100px;
    }
    .email {
        padding: 10px 0px;
        font-size: 13px;
        text-align: center;
        background: #f5f5f5;
        border-radius: 25px;
        margin: 10px 0px;
        color: #666;
    }
    .weixixi {
        display: block;
        text-align: center;
        align-items: center;
    }
    .weixixi-ms {
        padding-left: unset;
    }
    .slogan {
        padding: 10px 0px;
        color: #9E9E9E;
        text-align: center;
    }

    .mian-top {
        margin-top: 80px;
    }
    .h2 {
    font-size: 15px;
    color: #9195a3;
    font-weight: bold;
}
    .head-l img {
        width: 90px;
    }
    form {
        width: 100%
    }

    .bar7 input {
        width: 100%;
    }

    .logo img {
        width: 200px;
    }

    .w100 {
        width: 35%;
    }

    body {
        /*padding-top: 40px;*/
    }
}
