body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}




/*func_nav start*/
.func_nav {
    width: 1200px;
    margin: 80px auto 20px;
}

.func_nav h2 {
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    padding-left: 13px;
    float: left;
}

.func_nav .icot {
    height: 16px;
    width: 4px;
    background: #00BFFF;
    position: absolute;
    top: 8px;
    left: 0;
}

.cate_link {
    float: left;
    width: 1100px;
    margin-left: 15px;
    margin-top: 3px;
}

.cate_link a {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 10px;
    margin-right: 3px;
    text-align: center;
    height: 25px;
    font: 12px/26px '微软雅黑';
    border-radius: 16px;
    color: #333;
}

.cate_link a:hover {
    color: #fff;
    background: #00BFFF;
    text-decoration: none;
}

.tab-hd a.on {
    background: #00BFFF;
    color: #fff;
}

/*func_nav end*/

/*muban_content*/
.muban_content {
    width: 1200px;
    margin: 0px auto;
}

.mb_cont {
    padding-top: 15px;
    width: 1220px;
    overflow: hidden;
    clear: both;
    padding-bottom: 40px;
}

.wf-container {
    width: 280px;
    position: relative;
    margin-bottom: 20px;
    float: left;
    margin-right: 22px;
    padding-bottom: 5px;
    border: 1px solid #eaeaea;
    box-shadow: #eaeaea 0 0 8px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden;
    border-radius: 5px;
}

.wf-container:hover {
    opacity: 0.9;
    border-color: #00BFFF;
    box-shadow: rgba(215, 0, 0, .3) 0 0 8px;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    cursor: pointer;
}

.wf-container .item_thumb {
    position: relative;
}

.wf-container .item_thumb img {
    width: 280px;
}

.wf-container .who_share_s {
    clear: both;
}

.wf-container .who_share_s .share_info {
    padding: 8px 0 3px 10px;
    float: left;
    font-size: 13px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wf-container .pageview {
    float: right;
    padding: 5px 8px 0 0;
    font-size: 12px;
    color: #ff7372
}

.wf-container .pageview .good {
    background: url(/static/pc/index/images/good.png) no-repeat;
    background-size: 20px auto;
    width: 20px;
    display: inline-block;
    height: 20px;
    vertical-align: -3px;
}

.wf-container .who_share_s .n {
    color: #525252;
}

.wf-container .who_share_s .n:hover {
    color: #00BFFF;
    text-decoration: none;
}

.wf-container .func {
    width: 280px;
    height: 443px;
    background: rgba(0, 0, 0, 0.80);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.wf-container .screen_s {
    width: 180px;
    margin: 85px auto 0;
    text-align: center;
}

.wf-container .screen_c {
    color: #fff;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}

.wf-container .screen_s .go_start {
    background: #00BFFF;
    padding: 8px 20px;
    color: #fff;
    margin-top: 30px;
    display: block;
    border-radius: 5px;
}

.wf-container a.go_start:hover {
    text-decoration: none;
}

.mb_cont .see_more {
    padding-top: 15px;
    clear: both
}

.mb_cont .see_more a {
    display: block;
    border: 2px solid #ddd;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 0 auto;
    color: #666;
    clear: both;
    text-align: center;
    border-radius: 25px;
}

.mb_cont .see_more a:hover {
    text-decoration: none;
    background: #00BFFF;
    color: #fff;
    border-color: #00BFFF;
}

.qrcode-img canvas {
    background: #fff;
    padding: 5px;
}

/*登录后*/
.func .login_on .ribbon {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 140px;
    height: 80px;
    text-align: center;
    z-index: 4;
}

.func .login_on .ribbon .ribbon-inner {
    position: absolute;
    left: -40px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    top: 16px;
    padding: 0 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.func .login_on .ribbon .ribbon-inner.check {
    background-color: #00BFFF;
}

.func .login_on .edit .edit-same {
    display: inline-block;
    margin-top: 170px;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
}

.func .login_on .edit {
    text-align: center;
}

.func .login_on .edit .edit-same em {
    display: block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 10px;
    position: relative;
}

.func .login_on .edit .edit-same em.yqh-eye:before,
.func .login_on .edit .edit-same em.yqh-edit:before {
    content: "";
    display: inline-block;
    background: url(/static/pc/muban/img/see.png) no-repeat;
    background-size: 35px auto;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.func .login_on .edit .edit-same em:hover {
    background-color: #00BFFF;
}

.func .login_on .edit .edit-same em.yqh-edit:before {
    background: url(/static/pc/muban/img/edit.png) no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px
}


/*page*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.page_clear {
    text-align: center;
    clear: both;
    width: 1200px;
}

.pagination a {
    cursor: pointer;
}

.pagination>.active>a {
    background-color: #00BFFF;
    border-color: #00BFFF;
}

.pagination>.active>a:hover {
    background-color: #00aFFF;
    border-color: #00aFFF;
}

.pagination>li>a {
    color: #666;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
    color: #00BFFF;
}

/*搜索*/
.no_result {
    text-align: center;
    width: 1200px;
    margin: 260px auto;
    font-size: 16px;
    color: #555
}

.no_result img {
    width: 150px;
    height: 150px;
}

.no_result .result_tip {
    margin-top: 40px;
}

.no_result .p_btn a {
    display: block;
    background: #00BFFF;
    margin: 30px auto 0;
    width: 200px;
    padding: 12px 0;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.no_result .p_btn a:hover {
    background: #52b6fb
}

/* Mobile Responsiveness for Muban */
@media (max-width: 1200px) {

    .muban_content,
    .func_nav,
    .page_clear,
    .no_result {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    .mb_cont {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 0 !important;
    }

    .wf-container {
        width: calc(33.33% - 22px) !important;
    }

    .wf-container .item_thumb img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 991px) {
    .wf-container {
        width: calc(50% - 22px) !important;
    }
}

@media (max-width: 600px) {
    .wf-container {
        width: calc(50% - 14px) !important;
        float: left !important;
        margin-right: 7px !important;
        margin-left: 7px !important;
        margin-bottom: 15px !important;
    }

    .wf-container .item_thumb img {
        height: auto !important;
    }

    .wf-container .who_share_s .share_info {
        width: 100% !important;
        padding-right: 5px;
    }

    .wf-container .pageview {
        float: left !important;
        padding-left: 10px !important;
        margin-bottom: 5px;
    }
}