@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {    
    font: 14px "微软雅黑", Arial, Helvetica, sans-serif;
    background: #e7e8eb url(/zb_users/theme/Nostalgia/style/images/bg.jpg);
}

a {
    text-decoration: none;
    color: #006cbf;
}

a:hover {
    color: #2b73df;
    text-decoration: none;
}

.h1, h1 {
	font-size: 24px;
}

.h2, h2 {
	font-size: 22px;
}

.h3, h3 {
	font-size: 20px;
}

.h4, h4 {
	font-size: 18px;
}

.h5, h5 {
	font-size: 16px;
}

.h6, h6 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    font-weight: normal;
}

input{
    outline: none;
    border-radius: 0;
	-webkit-appearance:none;
}

.clear {
    clear: both;
}

.maintop {
    position: fixed;
    left: 0px;
    z-index: 999;
    top: 0px;
    width: 100%;
    height: 50px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.5);
}

#main {
    margin-top: 50px;
}

.main {
    max-width: 720px;
    margin: 0px auto;
    box-shadow: 0 7px 17px #ccc;
    background-color: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.menu-btn {
    height: 50px;
    line-height: 50px;
}

.menu-btn img {
    vertical-align: middle;
}

.Nostalgia-o {
    transition: transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5 sease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
}

.Nostalgia-o.on {
    transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    -o-transform: translateX(-280px);
}

.Nostalgia {
    position: fixed;
    top: 0px;
    right: -280px;
    z-index: 0;
    bottom: -200px;
    padding-bottom: 200px;
    background-color: #333;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5 sease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 280px;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
}

.Nostalgia.on {
    z-index: 3000;
    transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    box-shadow: 1px 0px 10px #1c1c1c inset;
}

.Nostalgia-s {
    display: none;
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1998;
    background-color: rgba(0, 0, 0, 0.6);
    transition: transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5 sease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
}

.Nostalgia-s.on {
    display: block;
}

.user {
    width: 280px;
    height: 100px;
    text-align: center;
}

.user .left {
    margin: 10px 0 0 35px;
}

.user .right {
    margin: 10px 35px 0 0;
}

.user .left, .user .right {
    padding: 10px;
    width: 25%;
    line-height: 1.8;
    border-radius: 5px;
    border: solid 1px rgba(105, 105, 105, 0.5);
}

.user a {
    color: #cdcdcd;
    font-size: 12px;
}

.user img {
    width: 40px;
    height: 40px;
}

.dsflogin {
    margin-top: 10px;
    width: 100%;
    height: 35px;
    text-align: center;
}

.dsflogin .left {
    width: 50%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: rgba(0, 174, 255, 0.7);
}

.dsflogin .right {
    width: 50%;
    height: 35px;
    line-height: 35px;
    background: rgba(14, 184, 70, 0.7);
}

.dsflogin img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.dsflogin a {
    color: #fff;
    font-size: 12px;
}

.new {
    margin: 8px;
    padding: 7px;
    border-radius: 3px;
    border: solid 1px #dfdfdf;
    background: #fff url(/zb_users/theme/Nostalgia/style/images/new_mark.png) no-repeat right 4px;
    overflow: hidden;
}

.nav a {
    display: block;
    padding: 10px 0px 10px 48px;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    color: #dcdcdc;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #212121;
}

.slideBox {
    position: relative;
    overflow: hidden;
}

.slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.slideBox .hd li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.slideBox .hd li.on {
    background: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    text-align: center;
}

.slideBox .bd li img {
    vertical-align: top;
    width: 100%;
}

.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sousuo {
    margin: 8px;
    border: solid 1px #dfdfdf;
    border-radius: 3px;
    padding: 7px;
    background: #fff;
}

.sousuo form {
    display: flex;
    width: 100%;
}

.sousuo input {
    padding: 0 10px;
    width: 85%;
    height: 34px;
    line-height: 34px;
    border: solid 1px #3d9dff;
}

.sousuo .submit {
    padding: 0 10px;
    width: 15%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border: 0;
    background: #3d9dff;
}

.new a {
    float: left;
    width: 100%;
    color: #ff3000;
    line-height: 1.8;
    font-size: 14px;
    border-bottom: solid 1px #EDEDED;
}

.new a:last-child {
    border-bottom: 0;
}

.hsbg {
    padding: 0 6px;
    height: 40px;
    line-height: 40px;
    background: #E4E4E4;
    -webkit-background-size: 5px auto;
    overflow: hidden;
}

.subtitle {
    padding: 0 6px 0 15px;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 2px solid #2b73df;
    background: url(/zb_users/theme/Nostalgia/style/images/subtitle.gif) no-repeat 2px 50% #FFF;
}

.subtitle a {
    color: #000;
    font-size: 14px;
}

.tuijian {
    background: url(/zb_users/theme/Nostalgia/style/images/live.png) no-repeat 97% center #ededed;
    -webkit-background-size: 5px auto;
}

.tuijian .zntj {
    float: left;
    height: 20px;
    padding: 0 5px;
    background: #2b73df;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    margin: 9px 5px 0 0;
}

.links {
    margin: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.links a {
    margin: 0 4px 4px 0;
    width: 19.4%;
    height: 28px;
    line-height: 28px;
    float: left;
    font-size: 14px;
    color: #000;
    text-align: center;
    -webkit-box-sizing: border-box;
    border: 1px dashed #dadada;
    overflow: hidden;
}

.qqtop {
    margin: 2px 10px;
    padding: 4px 0;
    overflow: hidden;
}

.qqtop a {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    color: #555;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
}

.pagebar {
    padding: 8px;
    text-align: center;
}

.pagebar .page-num {
    padding: 2px 10px;
    border: 1px solid #ddd;
}

.pagebar .current {
    background-color: #ddd;
}

.list li {
    padding: 18px;
    border-bottom: 1px solid #ddd;
    transition: all 0.25s ease 0s;
    overflow: hidden;
}

.list-tu {
    display: block;
    width: 160px;
    max-height: 115px;
    float: left;
    margin-right: 18px;
    overflow: hidden;
    border-radius: 3px;
}

.list li h2 {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list li h2 span {
    color: #ff3000;
    font-size: 16px;
    font-weight: 600;
}

.list li p {
    padding: 8px 0;
    font-size: 14px;
    max-height: 65px;
    line-height: 1.6;
    color: #666;
    overflow: hidden;
}

.list-tu img {
    width: 100%;
    height: 115px;
    float: left;
    object-fit: cover;
}

.list small {
    color: #555;
    font-size: 12px;
}

.list small a {
    color: #555;
}

.list-pic {
    padding: 10px;
    margin: 8px;
    border: solid 1px #EDEDED;
    border-radius: 5px;
    overflow: hidden;
}

.list-pic li {
    width: 50%;
    height: 60px;
    float: left;
    overflow: hidden;
}

.list-pic li a {
    display: block;
    position: relative;
}

.list-pic li a:hover {
    background: #FFFAF3;
}

.list-pic li img {
    padding: 10px;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.list-pic li h4 {
    padding-left: 60px;
    height: 30px;
    line-height: 40px;
    color: #000;
    font-size: 15px;
}

.list-pic li p {
    padding-top: 2px;
    color: #767676;
    font-size: 10px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer {
    padding: 20px;
    color: #fff;
    text-align: center;
    background: #333;
}

.quick_nav {
    position: fixed;
    bottom: 30px;
    left: 12px;
    z-index: 4999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    border-radius: 50%;
}

.quick_nav .new {
    color: #fff;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    position: absolute;
    top: -3px;
    margin-left: 34px;
    padding: 0 6px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #ff5460;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.quick_nav em {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 4px;
    position: absolute;
    right: 0;
    background: #ff5460;
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.quick_nav i {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 3px 0 0 3px;
    border: 1px solid #eff0f1;
    border-radius: 45px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.quick_mask {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.quick_btn {
    width: 53px;
    height: 53px;
    background-position: 0 0;
    position: relative;
    z-index: 13;
    background-image: url(/zb_users/theme/Nostalgia/style/images/bbs-nav.png);
    background-repeat: no-repeat;
    -webkit-background-size: 250px auto;
    background-size: 250px auto;
}

.quick_btn.current {
    background-position: 0 -58px;
}

.quick_con {
    position: absolute;
    bottom: 25px;
    left: 23px;
    z-index: 12;
    width: 190px;
    height: 190px;
    overflow: hidden;
    -webkit-transition: all linear .15s;
    background-position: -60px 0;
    background-image: url(/zb_users/theme/Nostalgia/style/images/bbs-nav.png);
    background-repeat: no-repeat;
    -webkit-background-size: 250px auto;
    background-size: 250px auto;
}

.quick_con.hide {
    opacity: 0;
    -webkit-transform: translate(-100px, 100px) scale(0.2);
}

.quick_con.show {
    opacity: 1;
    -webkit-transform: translate(0px, 0) scale(1);
}

.quick_list {
    padding: 0px;
    margin: 0px;
}

.quick_list li {
    position: absolute;
    list-style-type: none;
}

.quick_list li .new {
    top: 7px;
    margin-left: 43px;
}

.quick_list li em {
    top: 10px;
    right: 10px;
}

.quick_list li a {
    display: block;
    height: 28px;
    outline: none;
    text-align: center;
    line-height: 28px;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    color: #626262;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.quick_list li.qnav_home a {
    width: 53px;
    height: 53px;
    left: 11px;
    top: 11px;
    text-indent: -90000px;
    overflow: hidden;
    line-height: 1000px;
}

.qnav_home {
    width: 78px;
    height: 78px;
    position: absolute;
    left: 56px;
    top: 55px;
}

.qnav_one {
    width: 92px;
    height: 68px;
    left: 17px;
    top: 4px;
}

.qnav_one a {
    left: 23px;
    top: 19px;
    width: 42px;
}

.qnav_two {
    width: 52px;
    height: 90px;
    left: 4px;
    top: 49px;
}

.qnav_two a {
    left: 4px;
    top: 31px;
    width: 42px;
}

.qnav_three {
    width: 79px;
    height: 69px;
    left: 16px;
    top: 115px;
}

.qnav_three a {
    left: 23px;
    top: 19px;
    width: 42px;
}

.qnav_four {
    width: 77px;
    height: 85px;
    left: 94px;
    top: 116px;
}

.qnav_four a {
    left: 13px;
    top: 19px;
    width: 42px;
}

.qnav_five {
    width: 52px;
    height: 90px;
    left: 132px;
    top: 48px;
}

.qnav_five a {
    left: 6px;
    top: 31px;
    width: 42px;
}

.qnav_six {
    width: 77px;
    height: 67px;
    left: 94px;
    top: 4px;
}

.qnav_six a {
    left: 13px;
    top: 19px;
    width: 42px;
}

.mbxnav {
    padding-left: 6px;
}

.news {
    padding: 15px;
    background: #FFF;
}

.news title {
    font-size: 24px;
    font-weight: normal;
    padding: 20px 0;
    color: #333;
}

.autor {
    width: 100%;
    margin: 10px 0 0 0;
    color: #838383;
    font-size: 12px;
}

.news .about {
    color: #888888;
    border: 1px solid #F3F3F3;
    padding: 10px;
    margin: 10px 0;
    line-height: 1.8;
    background: none repeat 0 0 #F6F6F6;
}

.news .infos {
    line-height: 24px;
    text-align: justify;
}

.news .infos p, .news .infos p img {
    margin-bottom: 10px;
}

.infos h1, .infos h2, .infos h3, .infos h4, .infos h5, .infos h6 {
    padding: 10px 20px;
    border-radius: 3px;
    border-left: 3px solid #000000;
    background-color: rgb(246, 246, 246);
}

.infos img {
    max-width: 100%;
    height: auto;
}

.infos ul {
    padding-left: 40px;
}

.infos ol {
    padding-left: 40px;
}

.msg {
    margin-bottom: 6px;
    padding-left: 0;
}

.msg li {
    border: 1px solid #F2F2F2;
    padding: 5px;
    list-style-type: none;
}

.msg .msg-avatar {
    float: left;
    margin-right: 6px;
}

.msg-avatar img {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f5f6;
    border-radius: 50%;
}

.msg .msg {
    margin: 6px 0 0 60px;
}

.msg .msg .msg-avatar>img {
    width: 50px;
    height: 50px;
}

.msg .msg-time {
    font-size: 12px;
    color: #8e8e8e;
}

.pllb {
    margin-bottom: 10px;
}

.comment {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.comments input {
    width: 30%;
}

.comments textarea {
    width: 100%;
    width: calc(100% - 10px);
}

.comments .pl-inp {
    margin: 10px 0;
}

.comments .pl-inp input, .comments textarea {
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

.comments .pl-inp .sumbit {
    padding: 6px 12px;
    width: 100px;
    color: #fff;
    float: right;
    border-radius: 4px;
    background-color: #337ab7;
    border: 1px solid transparent;
}

.comments .pl-inp .inpVerify {
    display: flex;
    float: left;
    width: 70%;
}

.comments .pl-inp .inpVerify input {
    width: 40%;
}

.form-text {
    margin: 0 10px;
}

.dnwu {
    display: none;
}

.bk_404 {
    text-align: center;
}

.bk_404 span {
    margin: 0;
    font-size: 12rem;
    font-weight: 700;
    text-shadow: 10px 10px 10px #7f8c8d;
}

.bk_404 p {
    margin-bottom: 10px;
}

.n-ad {
    margin: 8px;
    border: solid 1px #dfdfdf;
    border-radius: 3px;
    padding: 7px;
    background: #fff;
}

.fgf {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ddd;
}

.flimg {
    z-index: 12;
    width: 60px;
    height: 60px;
    float: left;
    overflow: hidden;
    -webkit-transition: all linear .15s;
    background-position: -145px -395px;
    background-image: url(/zb_users/theme/Nostalgia/style/images/bbs-nav.png);
    background-repeat: no-repeat;
    -webkit-background-size: 510px auto;
    background-size: 510px auto;
}

@media only screen and (max-width:520px) {
    .logo {
        margin-left: 10px;
    }
    .menu-btn {
        margin-right: 10px;
    }
    .subtitle a {
        margin-right: 8px;
    }
    .list-tu {
        width: 100%;
        max-height: 140px;
        float: none;
        margin-right: 0;
    }
    .list-tu img {
        height: 140px;
    }
    .list li h2 {
        margin: 6px 0 2px;
    }
    .dnwu {
        display: block;
    }
    .sjwu {
        display: none;
    }
}