<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, h1, h2, h3, h4, h5, h6, p, img, ul, li, ol {
    margin: 0;
    padding: 0
}

body {
    font: 14px/1.5 Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, sans, 'Arial';
    -webkit-font-smoothing: antialiased;
    background-color: #f3f3f3;
    color: #48494a;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Arial', Microsoft Yahei, sans-serif;
    font-size: inherit
}

img {
    border: none
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    font-weight: bold;
}

li {
    list-style-type: none
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #FFF
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #AAA
}
@media (max-width: 960px) {
.container{overflow:hidden!important;}
}
.b {
    font-weight: bold;
}
.pull-right, .fr {
    float: right
}

.clearfix, .clear {
    clear: both
}

.gold-v {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/steps_gold_v.png) no-repeat;
    background-size: cover
}

.icon-menu {
    display: block;
    width: 30px
}

.icon-menu .icon-menu-item {
    display: block;
    height: 1px;
    background-color: #8492A6;
    margin: 0 0 8px
}

.icon-menu .icon-menu-item:last-of-type {
    margin-bottom: 0
}
.dropdown-menu {
    min-width: 7em;
    text-align: center;
}
.count {
    overflow: hidden
}

.count .item {
    float: left;
    list-style-type: none;
    color: inherit;
    margin-right: 15px
}

#browsehappy {
    text-align: center;
    background: #ff0
}

.readmore {
    display: none
}

.search-form {
    padding: 100px 0;
    text-align: center
}

.search-form .input {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #ccc
}

.search-form .input, .search-form .btn {
    display: inline-block;
    margin-top: 20px
}

.search-form h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1em
}

.search-form .icon-search {
    font-size: 30px;
    margin-right: 10px
}

.search-form .log-tag {
    margin-bottom: 10px;
    display: inline-block
}

.search-icon {
    display: block;
    padding: 0 20px;
    line-height: 60px
}

.search-icon:hover {
    color: #ffd04b
}

.quick-search {
    padding: 0 15px;
    margin: 50px auto 0
}

.quick-search .log-tag {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.input {
    width: 100%;
    border: 1px solid transparent;
    padding: 8px 10px;
    line-height: 14px;
    outline: none;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-color: #E5E9F2
}

.input:focus {
    border-bottom-color: #5a5a5a
}

.form-group {
    margin-bottom: 15px
}

.form-group label {
    display: block;
    margin-bottom: 5px
}

.form-group input, .form-group textarea {
    border-color: #E5E9F2
}

.form-group input:focus, .form-group textarea:focus {
    background-color: #F9FAFC
}

.form-group textarea {
    width: 100%
}

.form-group .verify-code .input {
    width: 120px;
    margin-left: 10px
}

.form-group .btn {
    margin-top: 20px
}

.site-notice {
    margin: 15px 0;
    height: 1.5em;
    overflow: hidden;
    position: relative
}

.site-notice ul {
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 0
}
.log_list {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
}
ul.log_list{padding-bottom:20px;}
.log_list_item {
    position: relative;
    margin-bottom:5px;
    padding: 10px;
    overflow: hidden;
	display:flex;
	flex-wrap:wrap;
	max-height:30px;
}
.log_list_item h2{
  font-weight:normal !important;
  font-size:14px !important;
  padding-left: 15px !important;
  background:url(../images/dot.png) no-repeat 0 10px;
}
.log_list_item .info{margin-left:auto;line-height: normal !important;}
.log_list_item .info i{vertical-align: middle;}
.log_list_item .info span{}
.log_list_item .pic-link {
    z-index: 99;
    display: block;
    border: none;
    width: 120px;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
}
.log_list_item .title {
    line-height: 2;
}
.log_list_item .title .title-tag {
    background-color: #fff;
    border: 1px solid #00923f;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 16px;
    color: #00923f;
    margin-right: 10px;
}
.log_list_item .pic-link img {
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s
}

.log_list_item .pic-link:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.log_list_item .title {
    background-color: transparent;
    padding: 0;
    font-style: normal;
    font-size: 16px;
    font-weight: bold
}

.log_list_item .title img {
    width: 16px;
    height: 16px
}

.log_list_item .description, .log_list_item .info {
    color: #5a5a5a
}

.log_list_item .description {
    margin: 10px 0;
    line-height: 1.8;
    overflow: hidden;
}

.log_list_item .description img {
    width: 100%;
    height: auto
}

.log_list_item .info {
    font-size: 12px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.log_list_item .info .iconfont {
    font-size: 12px
}

.log_list_item .info .icon-time, .log_list_item .info .icon-tongji, .log_list_item .info .icon-comment {
    margin-left: 20px
}

.log_list_item .info .edit {
    float: right;
    color: #ccc;
    margin-right: 10px
}

.log_list_single .log_list_item {
    min-height: inherit;
    padding-left: 15px
}

.log_list_single .log_list_item .pic-link {
    position: static;
    width: 100%;
    height: 200px;
    margin-bottom: 20px
}

.log_list_single .log_list_item .pic-link:hover img {
    width: 100%
}

.log_list_2 .log_list_item {
    float: left;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 250px
}

.log_list_2 .log_list_item .description {
    max-height: 100px;
    overflow: hidden
}

.log_list_2 .log_list_item:nth-of-type(2n-1) {
    margin-right: 2%
}

.log_list_three .log_list_item {
    float: left;
    width: 32.33%;
    margin-right: 1.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    height: 300px
}

.log_list_three .log_list_item:nth-of-type(3n) {
    margin-right: 0
}

.log_list_three .log_list_item .pic-link {
    position: static;
    width: 100%;
    margin-bottom: 15px
}

.log_list_three .log_list_item .description {
    max-height: 4em;
    overflow: hidden
}

.log_list_img .log_list_item, .log_list_mv .log_list_item {
    float: left;
    width: 32.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 56px 15px;
    margin-right: 1.5%;
    height: 280px;
    vertical-align: bottom
}

.log_list_img .log_list_item:nth-of-type(3n), .log_list_mv .log_list_item:nth-of-type(3n) {
    margin-right: 0
}

.log_list_img .img-link, .log_list_mv .img-link {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden
}

.log_list_img .img-link img, .log_list_mv .img-link img {
    width: 100%
}

.log_list_img .img-link:hover, .log_list_mv .img-link:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: .8
}

.log_list_img .info, .log_list_mv .info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.log_list_img .info .fr, .log_list_mv .info .fr {
    float: none;
    position: absolute;
    right: 15px
}

.log_list_mv .info {
    padding: 0 53.69px 0 15px
}

.log_list_img .info {
    padding: 0 102px 0 15px
}

.log_list_mv .play {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.log_list_mv .play .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -20px;
    color: #fff;
    font-size: 50px;
    line-height: 1
}

.log_list_mv .log_list_item:hover .play {
    display: block
}
.log_list_img {
    overflow: hidden;
}
.log_list_img .log_list_item {
    height: 200px;
    position: relative;
    padding: 0;
}
.log_list_img .log_list_item .pic-link {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.log_list_img .log_list_item .title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    background: rgba(0, 0, 0, .5);
    color: #eee;
    width: 100%;
    font-weight: normal;
}

.bread-header {
    height: 120px
}

.bread-header .title {
    line-height: 1;
    font-size: 24px;
    padding-top: 36px;
    -webkit-animation: slideDown 0.5s;
    animation: slideDown 0.5s
}

.bread-header .desc {
    text-align: center;
    margin-top: 0.5em;
    -webkit-animation: slideUp 0.7s;
    animation: slideUp 0.7s
}

.log-loading {
    text-align: center;
    padding: 15px 0
}

@-webkit-keyframes slideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.menu {
    line-height: 60px
}

.menu-item {
    float: left;
    position: relative
}

.menu-item a {
    display: block;
    padding: 0 20px;
    color: inherit;
    white-space: nowrap
}

.menu-item:hover, .menu-item.active {
    color: #0c97ff;
    font-weight: bold
}

.menu-item:hover .sub-menu, .menu-item a:focus + .sub-menu {
    display: block;
    min-width: 100%
}

.menu-item .sub-menu {
    position: absolute;
    z-index: 999;
    background-color: #34a9ff;
    display: none;
    line-height: 40px;
    color: #fff
}

.menu-item .sub-menu a:hover {
    background-color: #0c97ff
}

.breadthumb {
    padding: 15px 0
}

.breadthumb .bread-item {
    color: #48494a;
    margin-right: 5px;
    padding: 0
}

.breadthumb .bread-item:after {
    content: ' &gt;';
    color: #b2b2b2
}

.breadthumb .bread-item:last-of-type:after {
    content: ''
}

.main {
    position: relative;
    min-height: 500px
}

.content-wrap {
    float: left;
    width: 100%;
}

.content {
    padding-right: 320px;
}

.log-tag {
    background-color: #34a9ff;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px
}

.log-tag:hover {
    color: #fff;
    background-color: #0c97ff
}

.pagination {
    font-size: 0;
    margin: 25px auto 0;
    text-align: center
}

.pagination a, .pagination span {
    -webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, 0.1);
    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, 0.1);
    background-color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    height: 30px;
    line-height: 30px;
    min-width: 50px;
    text-decoration: none
}

.pagination span, .pagination a:hover {
    background-color: #E5E9F2
}

.ias-noneleft {
    clear: both
}

.sidebar {
    width: 310px;
    float: left;
    margin-left: -310px
}

.footer {
    margin-top: 30px;
    padding: 30px 0;
    background-color: #48494a;
    color: #F9FAFC;
    overflow: hidden
}

.footer .widget {
    float: left;
    width: 33.3%;
    background-color: transparent;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer .widget h3 {
    border-color: #5a5a5a
}

.footer .widget h3:after {
    display: none
}

.footer .topic-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.panel {
    background-color: #fff
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #eee
}

.panel-body {
    padding: 30px 30px 15px;
}

.content .panel {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21)
}

.log-info {
    padding: 0 0 1em;
    color: #8492A6;
    border-bottom: 1px solid #E5E9F2;
    text-align: center;
    margin-top: 1em
}

.log-info a {
    color: #8492A6
}

.log-info .iconfont {
    margin-right: 5px
}

.log-info span {
    margin-right: 20px
}

.log-title {
    text-align: center;
    color: #5a5a5a;
    font-size: 20px;
    font-weight: bold
}

.log-body {
    padding: 20px 0;
    line-height: 2.2;
    font-size: 16px
}

.log-body p, .log-body strong {
    margin-bottom: 1em;
    font-size: 16px
}
.log-body p{word-break: break-word;}
.log-body h1, .log-body h2, .log-body h3, .log-body h4, .log-body h5, .log-body h6 {
    word-break: break-all
}

.log-body h1 {
    font-size: 24px;
    text-align: center
}

.log-body h2, .log-body h3, .log-body h4, .log-body h5, .log-body h6 {
    width: 100%;
    padding: 0.2em 15px;
    background: #f3f4f6;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.log-body h4, .log-body h5, .log-body h6 {
    font-size: 14px;
    border-left: 2px solid #20A0FF
}

.log-body h2, .log-body h3 {
    border-left: 4px solid #20A0FF;
    font-size: 18px
}

.log-body strong {
    font-weight: bold
}

.log-body img {
    max-width: 100%;
    height: auto
}

.log-body pre {
    white-space: pre-wrap
}

.log-body .code, .log-body code {
    background-color: #EFF2F7;
    padding: 3px 6px;
    margin: 0 5px;
    border-radius: 4px
}

.log-body ol, .log-body ul {
    margin-bottom: 1em
}

.log-body li {
    list-style-position: inside;
    list-style-type: circle;
    line-height: 2
}

.log-body li p {
    display: inline
}

.log-body .text-block {
    background-color: #f3f4f6;
    padding: 10px 15px;
    text-align: center;
    margin: 1em 0
}

.log-body blockquote {
    padding: 1rem;
    margin: 1rem 0;
    font-size: .9375rem;
    color: #819198;
    border-left: .375rem solid #dce6f0;
    background: #f2f7fb
}

.log-body table {
    border: 1px solid #E5E9F2;
    border-collapse: collapse
}

.log-body table th, .log-body table td {
    border: 1px solid #E5E9F2;
    padding: 5px 10px
}

.log-body table tr:first-of-type {
    background-color: #E5E9F2
}

.log-body table tr:first-of-type th, .log-body table tr:first-of-type td {
    border-color: #d4dbea
}

.log-body video {
    display: block;
    margin: 2em auto
}

.relief {
    color: #5a5a5a;
    background-color: #f2f7fb;
    padding: 15px
}

.author {
    position: relative;
    padding-left: 70px !important;
}

.author .avatar {
    position: absolute;
    left: 15px;
    width: 40px;
    height: 40px
}

.author .author-desc {
    margin-bottom: 10px
}

.author .icon {
    width: 20px;
    height: 20px
}

#related_log, .relation {
    line-height: 1.8
}

#related_log p, .relation p {
    margin-bottom: 0
}

#related_log .time, .relation .time {
    display: inline-block
}

.neighbor:after {
    content: '';
    display: block;
    clear: both
}

.neighbor .prev {
    border-right: 1px solid #e5e9f2
}

.neighbor .prev, .neighbor .next {
    width: 50%;
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.comment-box .comment-header {
    font-weight: bold
}

.comment-box .comment {
    padding: 20px 0 20px 68px;
    border-bottom: 1px #f7f7f7 solid;
    overflow: hidden;
    height: 100%;
    zoom: 1;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.comment-box .comment .avatar {
    position: absolute;
    left: 0
}

.comment-box .comment .avatar img {
    width: 48px;
    height: 48px
}

.comment-box .comment-children {
    background-color: #F9FAFC;
    padding-top: 10px;
    padding-bottom: 10px
}

.comment-box .comment-children .avatar {
    left: 10px
}

.comment-box .comment .comment-time {
    color: #8492A6;
    display: inline
}

.comment-box .comment .comment-content {
    margin: 10px 0
}

.comment-box .comment .comment-post {
    margin: 15px 15px 0 0;
    background-color: #fff;
    padding: 15px
}

.comment-info #comment-post {
    width: 90%
}

.i-reward {
    position: absolute;
    right: 15px;
    top: 30px
}

.widget {
    margin-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    border-top: 2px solid #20a0ff;
}

.widget li {
    padding: 10px 0;
    border-bottom: 1px solid #EFF2F7
}

.widget li:last-of-type {
    border-bottom: none
}

.widget h3 {
    border-bottom: 1px solid #EFF2F7;
    padding: 10px 15px;
    font-weight: bold
}

.widget ul {
    padding: 15px
}

.widget .widget-inner {
    padding: 15px;
    line-height: 1.8
}

.widget .more {
    font-size: 12px;
    font-weight: normal;
    float: right
}

.widget_twitter li {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.widget_twitter li p {
    text-align: right;
    margin: 10px
}

.widget_twitter .time {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px
}

.widget_twitter .img {
    width: 80%;
    margin: 1em auto;
    display: block;
    border: 2px solid #e9eaeb;
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21)
}

.widget-comment .comment-inner {
    padding-left: 55px;
    position: relative
}

.widget-comment .comment-inner .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px
}

.widget-comment .comment-inner .username {
    font-style: normal;
    font-weight: bold
}

.widget-comment .comment-inner .time {
    float: right;
    color: #8492A6
}

.widget-comment .comment-inner .comment-content {
    color: #5a5a5a
}

.widget-comment .comment-refer {
    margin: 10px 0
}

.widget-comment .comment-refer .iconfont {
    font-size: 22px;
    color: #E5E9F2;
    margin-right: 10px
}

.widget-comment .comment-refer a {
    margin-left: 10px
}

.widget-archive ul {
    overflow: hidden
}

.widget-archive li {
    float: left;
    width: 50%;
    border-bottom: none;
    padding: 5px 10px 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget-hot li {
    overflow: hidden
}

.widget-hot a {
    display: block
}

.widget-hot img {
    width: 100px;
    float: left;
    margin-right: 10px
}

.widget-hot img:hover {
    opacity: .8
}

.widget-hot h4 {
    overflow: hidden
}

.widget-hot .info {
    margin-top: 0.5em
}

.widget-sorts ul {
    overflow: hidden
}

.widget-sorts li {
    width: 50%;
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: none
}

.widget-sorts li a {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E5E9F2;
    background-color: #fff
}

.widget-sorts li.active a, .widget-sorts li a:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #5a5a5a;
    color: #fff
}

.widget-tags .widget-inner {
    overflow: hidden
}

.widget-tags .widget-tag {
    float: left;
    width: 33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0
}

.widget-tags .active {
    color: #3e3f40;
    font-weight: bold
}

.widget-user {
    background: #fff url("../images/shan.png") no-repeat;
    background-size: 100% 130px;
    text-align: center;
    position: relative
}

.widget-user .username {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0.5em
}

.widget-user .desc {
    padding: 180px 1em 1em
}

.widget-user .img-l {
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    background-color: #eee;
    border-radius: 50%;
    font-size: 38px;
    margin: 0 auto
}
.widget-tuijian {
    overflow: hidden;
}
.widget-tuijian li {
    width: 50%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
.widget-tuijian li a {
    display: block;
    position: relative;
    height: 100px;
}
.widget-tuijian li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
}
.widget-tuijian li img {
    width: 100%;
    height: 100%;
}

#calendar .calendartop {
    width: 100%;
    text-align: center
}

#calendar .calendartop td {
    width: 50%;
    padding: 16px 0
}

#calendar .calendar {
    width: 100%;
    padding: 0 20px 20px
}

#calendar .calendar td {
    text-align: center;
    padding: 5px 0
}

#calendar .calendar td a {
    font-weight: bold
}

#calendar .calendar td.day a {
    color: #fff
}

#calendar .calendar td.day {
    background-color: #5a5a5a;
    color: #fff
}

#calendar .day2 {
    background: #03A9F4;
    color: #fff
}

#newlog li,
#randlog li,
#hotlog li {
    position: relative;
    padding-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#hotlog li .num,
#randlog li .num,
#newlog li .num {
    position: absolute;
    left: 0;
    top: 11px;
    width: 20px;
    height: 20px;
    background-color: #e9e9e9;
    display: block;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
}
#hotlog li .num.active,
#randlog li .num.active,
#newlog li .num.active {
    background-color: #ef3f3f;
    color: #fff;
}
#tw {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21)
}

#tw .main_img {
    float: left
}

#tw .op {
    float: left;
    height: 18px;
    margin: 6px 5px 3px
}

#tw ul {
    line-height: 1.8;
    padding: 15px 25px
}

#tw ul .li {
    padding: 10px 0;
    border-bottom: #F7F7F7 1px solid;
    position: relative
}

#tw ul .main_img {
    margin-top: 5px;
    position: absolute;
    left: 0
}

#tw ul .main_img img {
    width: 48px;
    height: 48px
}

#tw ul .post1 {
    font-size: 13px;
    padding-left: 64px
}

#tw ul .bttome {
    margin: 3px 0;
    vertical-align: middle
}

#tw ul li .bttome .time {
    line-height: 14px;
    margin: 0;
    font-size: 12px;
    color: #999999
}

#tw ul li .bttome .post {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    text-align: right
}

#tw ul li .bttome .post a {
    color: #666
}

#tw ul .r {
    margin: 10px 0;
    color: #666666;
    padding: 0;
    display: none
}

#tw ul .r li {
    padding: 10px 0;
    border-bottom: #F7F7F7 1px solid
}

#tw ul .r .num {
    font-size: 16px;
    font-weight: bold;
    color: #0079b7;
    padding: 0 5px;
    float: left;
    width: 20px
}

#tw ul .r .time {
    padding: 0 5px
}

#tw ul .r .name {
    padding: 0;
    font-size: 12px;
    color: #336699
}

#tw ul .r em a {
    font-style: normal
}

#tw ul .huifu {
    background: #F5F5F5;
    border: #CCCCCC solid 1px;
    display: none;
    padding: 10px
}

#tw ul .huifu textarea {
    width: 100%;
    border: #CCCCCC solid 1px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block
}

#tw ul .huifu div {
    padding: 10px 0
}

#tw ul .button_p {
    background: #FF4949;
    border: 0;
    cursor: pointer;
    _cursor: hand;
    width: 63px;
    height: 25px
}

#tw .tbutton {
    font-size: 12px;
    float: none;
    margin-bottom: 3px
}

#tw .tbutton .btn {
    background: #FF4949;
    width: 90px;
    position: relative;
    top: -7px;
    left: 10px
}

#tw .tbutton .button_p {
    border: 0;
    cursor: pointer;
    _cursor: hand;
    width: 60px;
    height: 25px
}

#tw .tbutton .tinfo {
    float: left
}

#tw .msg {
    clear: both
}

#tw ul .huifu textarea {
    background-color: #FFFFFF
}

#tw ul li ul {
    line-height: 0;
    font-size: 0
}

#tw ul li ul li {
    font-size: 12px;
    line-height: 22px
}

#tw p .t_img {
    padding: 0 7px;
    margin: 0 0 0 10px
}

.album {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.album .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.album .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    height: 60%
}

.album .pic img {
    display: none;
    height: 100%
}

.album .pic img.active {
    display: block
}

.album .ctrl {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px
}

.album .ctrl .iconfont {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px
}

.album .ctrl .iconfont:hover {
    background-color: #E5E9F2;
    cursor: pointer
}

.banner-ad a {
    display: block
}

.banner-ad img {
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    width: 100%
}

.cms-item {
    min-height: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E5E9F2;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21)
}

.cms-item .title {
    padding: 10px 15px;
    border-bottom: 1px solid #E5E9F2
}

.cms-item li {
    padding: 5px 15px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: circle;
    list-style-position: inside
}

.top-article {
    background: rgba(255, 255, 255, 0.6);
    padding: 15px
}

.swiper-container-top {
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left
}

.swiper-container-top img {
    height: 300px;
    width: 100%
}

.swiper-container-top .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    padding: 10px 5px;
    background-color: #fff;
    background-size: 45% !important;
    opacity: .5
}

.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover, .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
    opacity: .8
}

.swiper-container {
    margin-bottom: 10px !important;
    height: 210px;
    background: rgba(255, 255, 255, 0.4);
    padding: 15px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21)
}

.swiper-container .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.swiper-container .log-img {
    overflow: hidden;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8)
}

.swiper-container img {
    height: 100%
}

.swiper-container .price,
.swiper-container .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.swiper-container .price {
    bottom: 31px;
    background-color: rgba(0, 0, 0, 0.3);;
    color:rgba(255, 255, 255, 0.8);
    padding-left: 10px;
    padding-top: 5px;
}

.swiper-container .title, .swiper-container-top .title {
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.8)
}

.swiper-container .swiper-slide:hover .title, .swiper-container-top .swiper-slide:hover .title {
    background-color: rgba(0, 0, 0, 0.8)
}

.top4 img {
    height: 142px;
    width: 100%
}

.top4 .btn {
    margin-bottom: 10px
}

.top4 .item {
    position: relative;
    display: block
}

.top4 .item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.8);
    display: none
}

.top4 .item:hover h3 {
    display: block
}
.index-ads-screen img {
    margin-bottom: 5px;
}

.product {
    background-color: #fff
}

.product .p-content {
    margin: 20px auto
}

.product .jumbotron {
    background-color: #3e3f40;
    height: 330px;
    color: #fff
}

.product .jumbotron .container {
    position: relative;
    height: 100%
}

.product h3.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em
}

.product h2.title {
    font-size: 36px;
    font-weight: bold;
    padding-top: 68px
}

.product .slogan {
    margin-bottom: 3em
}

.product .preview {
    position: absolute;
    right: 0;
    bottom: 30px;
    height: 260px;
    -webkit-animation: slideDown 0.7s;
    animation: slideDown 0.7s;
    -webkit-box-shadow: 0 5px 30px 0 #181819;
    box-shadow: 0 5px 30px 0 #181819
}

.product .version {
    margin-left: 1em
}

/* new css*/
.top-bar {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
}
.top-bar,
.top-bar a {
    font-size: 12px;
    margin-right: 5px;
    text-decoration: none;
}

.header {
    overflow: hidden;
    background-color: #fff;
}
.header .container{display: flex;align-items:center;justify-content: space-between;}
.header .container .tops{padding-left:15px;text-align:right;}
.header .container .tops img{max-width:500px;margin:5px 0;}
.header .logo {
    height: 100px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.header .input-fake {
    background-color:#fbfbfb;
    text-align: center;
    line-height: 50px;
    width: 160px;
    margin-top: 10px;
    border-radius: 50px;
    font-size: 16px;
}
.header .input-fake:hover {
    cursor: pointer;
}
.header .ad {
    margin-top: 15px;
}
.header .ad img {
    max-width: 100%;
}
/* nav */
.nav {
    color: #3e3f40;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.nav .navbar {
    background-color: #fff;
}

.nav .logo {
    height: 30px;
    display: block;
    float: left;
    margin-top: 15px
}

.nav .logo img {
    height: 100%
}

.nav .input {
    margin-top: 12px;
    background-color: transparent;
    border-bottom-color: #c2d2e9;
    border-radius: 5px;
    width: 120px
}

.nav .input:focus {
    background-color: #fff;
    width: 150px;
    color: #3e3f40;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav input::-webkit-input-placeholder {
    color: #ccc
}

.nav .icon-menu {
    display: none
}

.nav:after {
    display: block;
    content: '';
    clear: both
}
/*é¦–é¡µæ¨ªæ¡å¹¿å‘Š*/
.home-top-ad {
    display: block;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
}
.home-top-ad img {
    width: 100%;
}
#articleAdvertising table td {
    padding: 5px 0;
}
.index-new-log li {
    padding-left: 20px;
    background-image: url("../images/dot.png");
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-new-log li.first {
    background-image: none;
    background-size: 14px;
    padding-left: 0;
    margin-bottom: 2em;
}
.index-new-log li .log-top {
    color: #f00;
}
.index-new-log li .cover-img {
    display: block;
    width: 136px;
    float: left;
    margin-right: 1em;
}
.index-new-log li .cover-img img {
    width: 100%;
}
.index-new-log li .title {
    display: block;
    font-size: 22px;
    margin-bottom: 0.5em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.panel {
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
}
.index-new-log li.log-with-index {
    background-image: none;
    position: relative;
    padding-left: 35px;
}
.index-new-log li.log-with-index .index {
    position: absolute;
    left: 0;
    background: #5bc3f9;
    width: 24px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}
.index-new-log li.index-1 .index,
.index-new-log li.index-2 .index,
.index-new-log li.index-3 .index
{
    background-color: #74c999;
}
.shopping-block {
    padding-left: 0;
    overflow: hidden;
    height: 560px;
}
.shopping-block .cover-img {
    display: block;
    width: 40%;
    float: left;
    padding-right: 20px;
}
.shopping-block .cover-img img {
    width: 100%;
}
.shopping-block li {
    width: 50%;
    float: left;
    overflow: hidden;
    margin-bottom: 3em;
    height: 105px;
}
.shopping-block li .info {
    float: right;
    width: 60%;
}
.shopping-block li .info .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
}
.shopping-block.shopping-top {
    height: 317px;
}
.shopping-block.shopping-top li {
    width: 100%;
    margin-bottom: .2em;
}

.cms {
    padding: 10px 15px;
}
.cms .col-md-4 {
    margin-bottom: 10px;
    padding: 0;
    padding-right: 10px;
}
.cms .col-md-4:nth-of-type(3n) {
    padding-right: 0;
}
.cms-log-list {
    min-height: 273px;
}
.cms .panel-body {
    padding: 15px;
}
.cms-log-list .first {
    list-style-type: none;
    white-space: initial;
    overflow: hidden;
    padding-right: 0;
    margin-bottom: 1em;
}

.cms-log-list .first .log-title {
    font-size: 14px;
    text-align: left
}
.cms-log-list li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    line-height: 1.5;
    margin-bottom: 0.5em;
    position: relative;
    padding-right: 77px;
}
.cms-log-list li .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    background: #fff;
    padding-left: 12px;
}
.cms-log-list .first img {
    float: left;
    height: 80px;
    width: 120px;
    margin-right: 15px
}

.cms-log-list .first p {
    margin-top: 1em;
    font-size: 12px;
    color: #666
}
.friend-link a {
    margin-right: 1em;
}

.copyright {
    padding: 20px 0;
    background-color: #fff;
    color: #9E9E9E;
    border-top: 2px solid #20a0ff;
    margin-top: 1em;
}
.copyright .container {
    position: relative;
}
.copyright .qrcode {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.copyright .qrcode img {
    height: 100%;
}
.navbar.kplay-nav {
    padding: 0;
    -webkit-box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
    box-shadow: 0 8px 25px 0 rgba(146, 146, 146, 0.21);
}
.kplay-nav .nav-link {
    padding: 15px!important;
    font-size: 15px;
}
.kplay-nav .nav-item:hover,
.kplay-nav .nav-item.active {
    border-bottom: 2px solid #20a0ff;
    color: #20a0ff;
}
.kplay-nav.navbar-light .navbar-toggler {
    border-color: transparent;
}
.friend-link .panel-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-tools {
    position: fixed;
    bottom: 50%;
    right: 30px;
    margin-bottom: -180px;
    z-index: 999;
}

.site-tools .item {
    display: block;
    background-color: #20a0ff;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50px
}

.site-tools .item:hover {
    background-color: #0b88ff
}

.site-tools .gotoup {
    display: none;
    cursor: pointer
}

.site-tools .iconfont {
    font-size: 22px;
}
#calendar {
    padding: 15px;
}
.index-new-log.top-two {
    overflow: hidden;
}
.index-new-log.top-two li {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding-right: 65px;
    position: relative;
}
.index-new-log.top-two li .date {
    position: absolute;
    right: 10px;
    background: #fff;
    padding-left: 10px;
}
.index-new-log.top-two li .date.red {
    color: #f00;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.index-s-md {
    padding-right: 0!important;
    flex: 0 0 65.2% !important;
}
.index-s-md4 {
    padding-left: 10px!important;
    flex: 0 0 35% !important;
    max-width: 34.8% !important;
}
.side-ad {
    display: block;
    width: 100%;
    margin: 16px 0 0;
}
.side-ad img {
    width: 100%;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1030px;
    }
}
@media all and (max-width: 960px) {
    .home-top-ad,
    .index-ads-screen,
    #articleAdvertising {
        display: none;
    }
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .swiper-container img {
        width: 100%;
    }
    .header {
        height: auto;
        overflow: hidden;
        width: 100%;
    }
    .header .container{display: block;}
    .header .container .tops{padding-left:0}
    .header .container .tops img{max-width:100%;}
    .header .ad {
        display: block;
        width: 100%;
    }
    .top-bar {
        height: auto;
        width: 100%;
        overflow: hidden;
    }
    .top-bar a {
        margin-right: 0;
    }
    .col-md-6,
    .col-md-4,
    .col-md-8 {
        padding-right: 15px!important;
        padding-left: 15px!important;
        margin-bottom: 10px;
        max-width: 100% !important;
    }
    .cms {
        padding: 0;
    }
    .shopping-block {
        height: auto;
    }
    .shopping-block li {
        width: 100%;
    }
    .log_list_item {
        padding-left: 15px;
        width: 100%!important;
    }
    .log_list_item .pic-link {
        position: static;
        width: 100%;
        margin-bottom: 1em;
        height: auto;
    }
    .content-wrap,
    .sidebar {
        float: none;
    }
    .content {
        padding-right: 0;
    }
    .sidebar {
        margin-left: 0;
        width: 100%;
    }
    .index-new-log.top-two li {
        width: 100%;
    }
    .index-s-md4 {
        flex: 1!important;
    }
    .log_list_img .log_list_item .pic-link {
        width: 100%;
        height: auto;
    }
    .log_list_img .log_list_item {
        height: auto;
    }
}


#feedAv{ margin-top: -250px!important;transform: scale(0);}


#MZAD_POP_PLACEHOLDER {
    display: none !important;
}
#pop_ad{
    display: none !important;
}


/*ä¸Šä¸€ç¯‡ä¸‹ä¸€ç¯‡*/
.pager {
	padding-left:0;
	margin:20px 0;
	text-align:center;
	list-style:none;
	font-size: 14px;
}
.pager li {
	display:inline;
}
.pager li&gt;a,.pager li&gt;span {
	color: 	#FFFFFF;
    border-color: #fff;	
	background-color: #3496E6;text-decoration:none;
	display:inline-block;
	padding:5px 14px;
	border:1px solid #FFFFFF;
	border-radius:15px;
}      

.pager .next&gt;a,.pager .next&gt;span {
	float:right;
}
.pager .wuioolist&gt;a,.pager .wuioolist&gt;span {
	float:left;
}
.pager .disabled&gt;a,.pager .disabled&gt;a:hover,.pager .disabled&gt;a:focus,.pager .disabled&gt;span {
	cursor:not-allowed;
	color: #3496E6;
    border-color: #3496E6;	
	background-color: blue;
}
.pager li&gt;a:hover,.pager li&gt;a:focus {
	text-decoration:none;
	display:inline-block;
	padding:5px 14px;
	border:1px solid #3496E6;
	border-radius:15px;
}

.block-post-w{margin-bottom:20px !important;}
#SOHUCS, #SOHUCS *, .jquery-lightbox{box-sizing:content-box;}
.zengdown_tit + div&gt;a&gt;div{margin:-10px 0;}
#searchbtn{float:right}
#menubutton{display:none}
#searchbtn #open-menu{display:none}
#searchbtn:
.menufixed{margin-top:10px !important}
.widget img{max-width:100%}
.lognext{margin:0;width:calc(100% - 1px);display:inline-block;}
.lognext ul li{float:left;width:50%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:20px;}
.breadcrumb{background:#fff}
.linkbox-wrap{background:#fff;margin:0 auto 10px;display:flex;flex-wrap:wrap;border:1px solid #ccc;box-sizing:border-box;}.linkbox-wrap a{width:20%;text-align:center;line-height:30px;font-size:14px;text-decoration:none;color:#000}.linkbox-wrap a.bold{font-weight:bold;}.linkbox-wrap a.blue{color:#00aff0}.linkbox-wrap a.red{color:#f00}.linkbox-wrap a.lan{color:#06F}
.djsbox{
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-bottom:5px
}
.djsbox span{
    padding: 5px;
        box-sizing: border-box;
        font-family:Microsoft Yahei,Arial;
        font-size:14px
}
.djsbox span:nth-child(1){
    background:#fff;
    width:calc(100% - 120px);
    text-align:left;
    color:#333;
}
.djsbox span:nth-child(2){
    background: #1eabdf;
    color: #fff;
    width: 80px;
    text-align: center;
}
.djsbox span:nth-child(3){
    background: #1485af;
    color: #fff;
    width: 40px;
    text-align: center;
}
.nav_slide{width:50px;position:fixed;z-index:800;right:0;top:250px}
.nav_slide .close_box{width:50px;margin-bottom:2px;height:44px;cursor:pointer;background:url(../images/close_box.png) no-repeat center center #0280fb}
.nav_slide .close_box.active{background:#0280fb}
.nav_slide .sbox{position:relative;left:0}
.nav_slide .sbox .leaving{width:117px;height:44px;display:block;overflow:hidden;transition:all .5s;background:#0280fb;position:relative;left:0;left:0}
.nav_slide .sbox .leaving .ico{width:50px;float:left;height:44px}
.nav_slide .sbox .leaving .txt{width:67px;height:44px;float:left;font-size:14px;color:#fff;line-height:44px}
.nav_slide .sbox .leaving:hover{left:-67px}
.nav_slide .sbox .login_box{width:117px;height:44px;display:block;overflow:hidden;transition:all .5s;background:#0280fb;position:relative;left:0;margin-top:2px}
.nav_slide .sbox .login_box .ico{width:50px;float:left;height:44px}
.nav_slide .sbox .login_box .txt{width:67px;height:44px;float:left;font-size:14px;color:#fff;line-height:44px}
.nav_slide .sbox .login_box:hover{left:-67px}
.nav_slide .sbox .jisuan{width:130px;height:44px;display:block;overflow:hidden;transition:all .5s;background:#0280fb;position:relative;left:0;margin-top:2px}
.nav_slide .sbox .jisuan .ico{width:50px;float:left;height:44px}
.nav_slide .sbox .jisuan .txt{width:80px;height:44px;float:left;font-size:14px;color:#fff;line-height:44px}
.nav_slide .sbox .jisuan:hover{left:-80px}
.nav_slide .sbox .wx{width:50px;height:44px;background:url(../images/wx.png) no-repeat center center #0280fb;display:block;transition:all .5s;margin-top:2px;position:relative}
.nav_slide .sbox .wx:hover .code{display:block}
.nav_slide .sbox .wx .code{width:120px;height:120px;overflow:hidden;position:absolute;left:-120px;top:0;display:none}
.nav_slide .sbox .wx .code img{width:100%;height:auto}
.nav_slide .sbox .qq{width:117px;height:44px;margin-top:2px;background:#0280fb;display:block;position:relative;transition:all .5s;left:0}
.nav_slide .sbox .qq .ico{width:50px;float:left;height:44px;background:url(../images/qq3.png) no-repeat center center}
.nav_slide .sbox .qq .txt1234{width:67px;height:44px;float:left;font-size:14px;color:#fff;line-height:44px}
.nav_slide .sbox .qq:hover{left:-67px}
.nav_slide .sbox .tel{width:160px;height:44px;margin-top:2px;background:#0280fb;display:block;position:relative;transition:all .5s;left:0}
.nav_slide .sbox .tel .ico{width:50px;float:left;height:44px;background:url(../images/tel.png) no-repeat center center}
.nav_slide .sbox .tel .txt1234{width:110px;height:44px;float:left;font-size:14px;color:#fff;line-height:44px}
.nav_slide .sbox .tel:hover{left:-110px}
.nav_slide .sbox .top{width:50px;height:44px;background:#0280fb;display:block;font-size:12px;color:#fff;text-align:center;line-height:44px;margin-top:2px;transition:all .5s}
.muserlogin{display:none;width:50px;height:50px;background:url(../images/userbg.png) no-repeat;background-size:40px 40px;background-position: 0px 9px;}
#open-menu{width:50px;height:50px;background:url(../images/navbg.png) no-repeat;background-size:90%;}
#contextMenu{background-color:#fff;border:1px solid #ccc;padding:5px;}#contextMenu ul{list-style:none;margin:0;padding:0;}#contextMenu ul li{cursor:pointer;padding:5px;}#contextMenu ul li a{color:#333;text-decoration:none}#contextMenu ul li:hover{background-color:#f2f2f2;}
.navIco{width:16px;height:16px;display:block;margin-right:5px}
.diybtns {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
	margin-top:5px;
}
.diybtns a{width:25%;display:flex;text-decoration:none;}
.diybtns img.ico{width:48px;height:48px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;border-radius: 60%;}
.diybtns .diybtns-cont{margin-left:15px;margin-top:6px;}
.diybtns .diybtns-cont h4{font-weight:bold;font-size:14px}
.diybtns .diybtns-cont span{font-size:12px;}
.diybtns a:hover{color:#000}
.diybtns a:hover .diybtns-cont span{font-weight:normal}
.diybtns a:hover img.ico{-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}
@media screen and (max-width:999px){
  .diybtns a{width:50%}
  .tops, .nav_slide{display:none}
  .header .logo{height:50px}
  #searchbtn{display:flex}
  #searchbtn .input-fake{
     background: url(../images/searchbg.png) no-repeat !important;
        background-size: 40px 40px !important;
        width: 40px;
        height: 50px;
        background-position-y: 10px !important;
        margin-top: 0;
  }
  #searchbtn .input-fake i{display:none}
  .nav{margin:0;}
  #searchbtn #open-menu{display:block;margin: 5px 1px auto 0;}
  .neighbor_log .panel-body{padding:10px !important}
  .neighbor_log .panel-body nav{display:flex !important;flex-wrap:wrap;margin:0;}
  .neighbor_log .panel-body nav li{width:100%;margin-bottom:5px}
  .neighbor_log .panel-body nav li a{float:left !important}
  .lognext ul li{width:100%;float:none;}
 .lognext ul li:nth-child(1){margin-bottom:10px}
 .muserlogin{display:block}
  #searchbtn div:nth-child(2){margin-right:10px;}
}
@media screen and (max-width:600px){
.index-s-md{flex: 0 0 100% !important;}
.diybtns img.ico{width:32px;height:32px;}
}
</pre></body></html>