* {font-family: "Microsoft YaHei Light", "pingfang SC", helvetica, arial, verdana, tahoma, sans-serif;}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.common-header {
    height: 70px;
    line-height: 70px;
}

.common-header .nav a {
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
}
.common-header .nav a:hover,.common-header .nav .active {
    color: #e74c3c;
}

.pc-header-search {
    height: 45px;
    width: 500px;
    background: #fff;
    border-radius: 10px;
    margin: 12px 0 0 50px;
    display: flex;
}

.pc-header-search input {
    width:calc(100% - 40px);
    padding: 0 3%;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pc-header-search button {
    width: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pc-header-search input, .pc-header-search button {
    line-height: 40px;
    background: #e6e6e6;
    border: none;
}
.pc-header-search button i {
    color: #000000;
    font-size: 20px !important;
    vertical-align: -2px;
}
.common-header .end {
    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;
}


.to-home {
    width: 30px;
    height: 30px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    border-radius: 30px;
    line-height: 30px;
    background: #e06a45;
    color: #fff;
}


.hot-search {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255,.9);
    z-index: 100;
    padding: 10px;
    backdrop-filter: saturate(100%) blur(15px);
    left: 100%;
    transition: all 0.5s;
}
.hot-search .hot-search-top {
    display: flex;
}
.hot-search .hot-search-top form {
    width: calc(100% - 50px);
}
.hot-box {
    height: 40px;
    background: #d4d4d4;
    padding-left: 20px;
    border-radius: 5px;
    line-height: 40px;
}
.hot-box input,.hot-box button {
    line-height: 40px;
    background: #d4d4d4;
    border: none;
}
.hot-box input {
    width: calc(100% - 45px);
}
.hot-box button {
    width: 40px;
    border-radius: 5px;
}
.hot-box button i {
    color: #ff2a14;
    font-size: 20px !important;
    vertical-align: -2px;
}
.hot-close {
    line-height: 40px;
    width: 50px;
    display: block;
    text-align: center;
}
.hot-title {
    margin: 20px 0 10px 0;
    font-weight: bold;
}
.hot-tag {
    display: flex;
    flex-wrap: wrap;
}
.hot-tag a {
    padding: 0 15px;
    margin: 4px;
    color: #ff2a14;
    background: #fef0e5;
    line-height: 35px;
    display: inline-block;
    border-radius: 10px;
}


.h50 {
    height: 50px;
}
.h130 {
    height: 130px;
}


.footer {
    background: #262626;
}

.footer .f-footer {
    padding: 20px 0;
    color: #fff;
}
.footer .f-footer p {
    margin-bottom: 10px;
    font-size: 14px;
}

.f-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.f-title span {
    color: #f90;
    font-weight: bold;
    font-size: 20px;
}
.out-line {
    display: flex;
    flex-wrap: wrap;
}
.out-line a {
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}




/********瀑布流*********/
.wrapper {
    padding: 20px;
}

.wall {
    display: block;
    position: relative;
}
.wall:after {
    content:'';
    display:block;
}
.wall-column {
    display: block;
    position: relative;
    width: 14%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}

.article {
    display: block;
    margin: 0 0 10px 0;
    padding: 5%;
    background: #FCFCFC;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0.3em #ffffff;
}

.article img {
    display: block;
    width: 100%;
    margin: 0 0 5% 0;
}
.article img:hover {
    opacity: 0.8;
}
.article a{
    color: #666;
}
.article p{
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
}
.article .notice {
    display: block;
    padding: 3px 5px;
    background: orange;
    color: #fff;
    position: absolute;
    top: 0;
    left:0;
}

.needVip {
    padding: 20px;
    background: #dcb889;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 5px;
}
.needVip p {
    margin-bottom: 10px;
}
.goVip {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: red;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
}

.notice-header {
    height: 50px;
    line-height: 50px;
}

.forever-notice {
    text-align: center;
    background: linear-gradient(150deg, #4a77d4, #6eb6de) !important;
    color: #fff;
}


/********小于1200px的时候**********/
@media (max-width: 1200px) {
    * {
        font-size: 13px !important;
    }
    .pagination ul > li > a, .pagination ul > li > span {
        padding: 10px 15px;
        height: auto;
        line-height: normal;
        font-size: 10px;
    }
    .footer .f-footer {
        padding: 1rem !important;
    }
    .common-header {
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .common-header .logo {
        width: 25%;
    }
    .common-header .logo img {
        width: 100%;
        max-width: 140px;
    }
    .user-simple .not-login {
        height: 30px;
    }
    .user-left .simple {
        display: flex;
        padding: 10px !important;
    }
    .user-left .simple .author_avatar {
        width: 58px !important;
        height: 58px !important;
    }
    .user-left .simple .author_avatar .avatar {
        width: 50px !important;
        height: 50px !important;
        border: 4px solid #eee !important;
    }
    .user-left .simple .author {
        padding-top: 0 !important;
        margin-left: 10px;
        margin-top: 8px !important;
    }
    .user-left .simple .author h4 {
        text-align: left;
    }
    .user-left .simple .author p {
        padding-top: 0 !important;
    }
    .wall-column {
        width: 50% !important;
    }
    .wrapper {
        padding: 10px 5px;
    }
    .needVip {
        border-radius: unset;
        padding: 10px 20px;
    }
    .goVip {
        height: 30px;
        line-height: 30px;
    }
    .notice-header {
        height: 35px;
        line-height: 35px;
    }
    .article p {
        max-height: 60px;
    }
}


