body {
    background: #DCDCDC;
}
.magnet-header {
    display: flex;
}
.magnet-base {
    width: 1400px;
    margin: 0 auto;
}
.magnet-bottom {
    margin-bottom: 100px;
}
.to-search {
    color: #fff !important;
}
.bg-gray {
    background: #eaedf1;
}
.bg-gray a {
    color: #111 !important;
}
.bg-black {
    background: rgba(7, 7, 10, .92);
}
.bg-black a {
    color: #fff;
}
.user-headimg img {
    border: 2px solid #956b30;
}
.nav {
    margin-right: 50px;
}

.magnet-search {
    height: 210px;
}

.search-box {
    max-width: 680px;
    margin: auto;
    position: relative;
    top: 50px;
}
.search-box-s {
    max-width: 680px;
    margin: auto;
    position: relative;
    top: 50px;
}

.pc-header-search {
    height: 40px;
    width: 400px;
    margin: 15px 0 0 50px;
}


.b-search-content {
    margin-top: 100px;
    text-align: center;
}

.bb-box {
    width: 800px;
    margin: 0 auto;
}

.gg-search {
    height: 40px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
}



.gg-search input, .gg-search button {
    line-height: 40px;
    border: 1px solid rgb(226, 226, 226);;
}
.gg-search input {
    width: calc(100% - 40px);
    padding: 0 3%;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

.gg-search button {
    width: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    cursor: pointer;
}

.warning-tip {
    padding: 10px;
    line-height: 20px;
    background: cornflowerblue;
    color: #fff;
    text-align: center;
}

.hot-ss {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.hot-ss a {
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    background-color: #cccccc;
    background-image: -moz-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: -ms-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9d9d9), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: -o-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: linear-gradient(top, #d9d9d9, #cccccc);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#d9d9d9, endColorstr=#cccccc, GradientType=0);
    border: 1px solid #cccccc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all .2s ease;
    color: #ffffff;
}
.hot-ss a:hover {
    background-color: #d9534f;
    background-image: -moz-linear-gradient(top, #fb615d, #d9534f);
    background-image: -ms-linear-gradient(top, #fb615d, #d9534f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb615d), to(#d9534f));
    background-image: -webkit-linear-gradient(top, #fb615d, #d9534f); background-image: -o-linear-gradient(top, #fb615d, #d9534f);
    background-image: linear-gradient(top, #fb615d, #d9534f);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fb615d, endColorstr=#d9534f, GradientType=0);
    border: 1px solid #d9534f;
}



.list-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-list h2 span {
    color: red;
}

.list-c{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.list-c .index-item {
    width: 330px;
    box-shadow: 0 0 0.3em #ffffff;
    padding: 10px;
    background: #FCFCFC;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
}

.list-c .index-item .box-item {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-c .index-item .down {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: red;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.list-c .index-item .active {
    background: skyblue;
}
.list-c .index-item .box-item img {
    width: 310px !important;
    height: 200px !important;
    transition: all .3s ease-in-out;
    object-fit: cover;
}
.list-c .index-item .box-item:hover img {
    -webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);transform:scale(1.07);-ms-transform:scale(1.07)
}

.list-c .index-item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 10px;
    display: block;
    color: #000000;
    font-weight: bold;
}

.list-c .index-item .title:hover {
    color: red;
}

.list-b{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.list-b .index-item {
    width: 330px;
    box-shadow: 0 0 0.3em #ffffff;
    padding: 10px;
    background: #FCFCFC;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
}

.list-b .index-item .box-item {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-b .index-item .down {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: red;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.list-b .index-item .active {
    background: skyblue;
}
.list-b .index-item .box-item img {
    transition: all .3s ease-in-out;
}
.list-b .index-item .box-item:hover img {
    -webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);transform:scale(1.07);-ms-transform:scale(1.07)
}

.list-b .index-item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 10px;
    display: block;
    color: #000000;
    font-weight: bold;
}

.detail-c {
    margin-top: 20px;
}

.detail-b {
    display: flex;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
}
.detail-b .b-left {
    width: 68%;
    margin-right: 2%;
    text-align: center;
}
.detail-b .b-right {
    width: 30%;
}
.detail-b .b-right p {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    margin-top: 10px;
}
.detail-b .b-right p label {
    font-weight: bold;
}
.detail-b .b-right p a {
    color: red;
}

.preview {
    margin-top: 20px;
}
.preview-box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.preview-box a {
    margin-right: 10px;
    margin-bottom: 10px;
}

.no-img {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.down-list {
    margin-top: 20px;
}

.down-box {
    margin-top: 20px;
}

.down-row {
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    padding: 10px;
    font-size: 15px;
}

.d-title {
    font-weight: bold;
    font-size: 18px;
}

.details {
    margin-top: 8px;
}

.d-head p span {
    padding: 5px;
    background-color: #ebfffc;
    color: #00947e;
    margin-right: 10px;
}

.d-tail {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.d-tail .time {
    margin-right: 20px;
}

.copy-url {
    padding: 5px 10px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background-color: #4a77d4;
    background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4));
    background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -o-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: linear-gradient(top, #6eb6de, #4a77d4);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);
    border: 1px solid #3762bc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.copy-url:hover {
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff;
    filter: none;
}

.pagination ul > li > a, .pagination ul > li > span,.pagination ul li input {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}


.img-fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: table;
    text-align: center;
    z-index: 104;
}

#screen_1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=60);
    -moz-opacity: 0.5;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.article .title {
    max-height: 100px;
    color: black;
}

.article .fanhao {
    color: red;
    margin-top: 10px;
    font-weight: bold;
}

.wall-column {
    width: 14%;
}
.wrapper h2 {
    margin-bottom: 10px;
}
.wrapper h2 span {
    color: red;
}

.resource-number {
    margin-bottom: 10px;
}
.resource-number a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    background-color: #cccccc;
    background-image: -moz-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: -ms-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9d9d9), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: -o-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: linear-gradient(top, #d9d9d9, #cccccc);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#d9d9d9, endColorstr=#cccccc, GradientType=0);
    border: 1px solid #cccccc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all .2s ease;
    color: #ffffff;
}
.resource-number .active,.resource-number a:hover {
    background-color: #d9534f;
    background-image: -moz-linear-gradient(top, #fb615d, #d9534f);
    background-image: -ms-linear-gradient(top, #fb615d, #d9534f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb615d), to(#d9534f));
    background-image: -webkit-linear-gradient(top, #fb615d, #d9534f); background-image: -o-linear-gradient(top, #fb615d, #d9534f);
    background-image: linear-gradient(top, #fb615d, #d9534f);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fb615d, endColorstr=#d9534f, GradientType=0);
    border: 1px solid #d9534f;
}





@media(max-width:1200px) {
    .magnet-base {
        width: auto;
    }
    .b-search-content {
        margin-top: 50px;
        padding: 0 10px;
    }
    .bb-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .hot-ss {
        margin-top: 20px;
    }
    .b-search-content h1 {
        font-size: 20px !important;
    }
    .list-list {
        padding: 0 10px;
    }
    .list-c .index-item {
        width: 49% !important;
        padding: 3px;
        margin-right: 2%;
    }
    .list-c .index-item:nth-child(2n){
        margin-right:0;
    }
    .list-c .index-item .box-item img {
        width: 100% !important;
        height: 110px !important;
    }
    .list-c .index-item .title {
        margin-top: 5px;
    }
    .detail-c {
        padding: 10px;
        margin-top: 0;
    }
    .detail-b {
        margin-top: 10px;
        flex-direction: column;
    }
    .detail-b .b-left,.detail-b .b-right {
        width: 100%;
        margin: 0;
    }
    .detail-b .b-left img {
        width: 100%;
    }
    .preview,.preview-box,.down-list,.down-box {
        margin-top: 10px;
    }
    .preview-box a {
        width: 32%;
        margin-right: 1.3%;
        margin-bottom: 5px;
    }
    .preview-box a img {
        width: 100%;
    }
    .down-row {
        flex-direction: column;
    }
    .d-tail {
        justify-content:unset;
        margin-top: 5px;
    }
    .d-tail span,.d-tail a {
        width: 100%;
    }
    .img-fixed img {
        width: 100%;
    }
    .wrapper {
        padding: 0 !important;
        margin-top: 10px;
    }
    .article .fanhao {
        margin-top: 5px;
    }
    .article .title {
        max-height: 60px;
    }
    .wrapper h2 {
        padding: 0 5px;
    }
    .resource-number {
        padding: 0 5px;
        display: flex;
    }
    .resource-number a {
        width: 100%;
    }
    .resource-number a:last-child {
        margin-right: 0;
    }
}







