/*
Theme Name: tx_tsj_dz1
Theme URI: https://www.txcstx.com/post/1285.html
Author: 天兴工作室
Author URI: https://www.txcstx.com
Description: 定制版本-天兴工作室唐世军博客模板WordPress版本
Requires at least: WordPress 4.9.6
Version: 1.2
*/

html {
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body {
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: "Microsoft YaHei", Verdana, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    background-color: #fff;
    background-repeat: repeat;
    background-position: 0 0;
    --tx-color1: #1499BA;
    --tx-color2: #226EA1;
    --tx-border: #eeeeee;
    --tx-border1: #dddddd;
}

a {
    color: #444;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: 0;
}

div,
h1,
h2,
h3,
h4,
p,
form,
ul,
label,
input,
textarea,
img,
span,
dl,
dt,
dd,
ol {
    margin: 0px;
    padding: 0;
    outline: 0;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.clear {
    clear: both;
}

li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.s20 {
    margin-top: 20px;
}

.xia20 {
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt10 {
    margin-top: 10px;
}


.mt15 {
    margin-top: 15px;
}

.xian {
    border: solid 1px var(--tx-border);
    border-radius: 3px;
}

.zh,
.zh2 {
    margin: 0 auto;
    width: 100%;
}

.left,
.left2 {
    width: 72%;
}

.rigth {
    width: 26%;
}

.bjb {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}

.dnwu,
.hide,
#nav a.wap-logo {
    display: none;
}


/* 分页条 */

.pagebar {
    width: 100%;
    padding: 10px 0 7px 0;
    text-align: center;
}

.pagebar small {
    font-size: 10px;
    color: #aaa;
}

.pagebar a,
.pagebar span,
.pagebar .now-page {
    padding: 0 12px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid var(--tx-border);
    margin: 0 3px 3px 0;
    border-radius: 2px;
}

.pagebar a:hover,
.pagebar .current {
    color: #FFF;
}


/* 评论 */

.commentlist>li {
    margin-bottom: 8px;
    border: 1px solid var(--tx-border);
    padding: 10px;
    border-radius: 4px;
    position: relative;
}

.commentlist>li ul {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-top: 10px;
}

.comment-body>img {
    float: left;
    margin-right: 10px;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
}

.comment-body:hover>img {
    transform: rotateZ(60deg);
    -webkit-transform: rotateZ(60deg);
    -moz-transform: rotateZ(60deg)
}

.comment-body section {
    overflow: hidden;
}

.comment-body:hover .reply {
    display: inline-block;
    margin-left: 10px;
}

.comment-body .floor {
    position: absolute;
    right: 1em;
    top: 8px;
    opacity: 0.1;
}

.tx-comment h3,
.tx-comments h3,
.xg h2 {
    line-height: 40px;
    height: 40px;
    background: #EEEEEE;
    padding: 0 8px;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 8px;
    border-radius: 2px;
    border-left-style: solid;
    border-left-width: 3px;
}

.comment-body p.commentname {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
}

.tx-comment input {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, sans-serif;
    width: 100%;
    border: 0;
    padding-left: 8px;
    background-color: transparent;
    display: block;
}

.tx-comment textarea {
    border: 0;
    height: 120px;
    width: 100%;
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, sans-serif;
    display: block;
    padding: 8px;
    background-color: transparent
}

.tx-comment-box {
    border: 1px solid var(--tx-border);
    border-radius: 4px;
    padding: 4px;
    position: relative;
    margin-bottom: 6px;
}

.tx-comment-ul4 {
    float: left;
    width: 49.5%;
}

.tx-comment-ul3 {
    float: left;
    width: 32.66%;
}

.tx-comment .tx-comment-ul4:nth-child(2n) {
    float: right;
}

.tx-comment .tx-comment-ul3-2 {
    margin: 0 1%;
}

.tx-comment-box img.tx-code {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 30px;
    width: auto;
}

.tx-comment-box input.button {
    border: 0;
    border-radius: 0 0 2px 0;
    line-height: 40px;
    height: 40px;
    width: 100px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tx-comment-textarea {
    width: 100%;
    clear: both;
}

.tx-red {
    color: #c00;
}

.reply-frm {
    margin-top: 15px;
    padding: 5px 12px;
    border: 1px solid var(--tx-border);
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}


/* 错误404页面css */

.tx-404 {
    background-color: #fff
}

.tx-404-box {
    text-align: center;
    padding: 50px;
}

.tx-404-box h1 {
    font-size: 22px;
    margin: 50px 0;
}

.tx-404 a.return {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 60px;
    background: #FF3A33;
    border-radius: 5px;
    margin-top: 15px;
    color: #fff;
}

.main {
    position: relative;
    padding: 15px;
    border-radius: 5px;
}


/* 头部 */

.head {
    margin: 10px 0;
    position: relative;
}

.logo a,
.logo img {
    display: block;
    line-height: 1;
    height: 60px;
    width: auto;
    float: left;
}

.logoad {
    width: 640px;
    float: right;
    text-align: right;
}

.logoad a,
.logoad img {
    height: 60px;
    line-height: 1;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}


/*自适应导航栏*/

.clearfix:before,
.clearfix:after,
.rigth ul:after,
.right ul:after {
    content: " ";
    display: table;
}

.clearfix:after,
.rigth ul:after {
    clear: both;
}


#nav {
    position: relative;
    height: 50px;
    margin: 10px auto;
    padding: 0 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    z-index: 999;
}

#nav li {
    float: left;
    position: relative;
}

#nav li a {
    color: #fff;
    display: inline-block;
    line-height: 50px;
    padding: 0 22px;
    color: #fff;
    font-size: 1.5rem;
}

#nav ul li:hover a,
#nav ul li a:hover,
#nav ul li.on a {
    color: #fff;
    background-color: var(--tx-color2);
}

#nav a#pull,
#nav a.search-on,
#nav li>i {
    display: none;
}

#nav li ul {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    background-color: var(--tx-color1);
}

#nav li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

#nav li ul li {
    clear: left;
    width: 100%;
}

#nav li ul li a {
    line-height: 35px;
    height: 35px;
    font-weight: normal;
    padding: 0 20px;
    display: block;
    font-size: 13px;
    white-space: nowrap;
}

#nav li ul a:hover {
    background-color: var(--tx-color1);
    text-decoration: none;
    font-weight: normal;
}

.gonggao {
    padding: 7px;
    border: 1px dashed #ccc;
    border-radius: 3px;
}

.index-top {
    position: relative;
}

.index-top .title-l {
    top: 0;
}

.index-top>ul.top-txt {
    margin: 10px 0;
    border: 1px dotted var(--tx-border);
    border-bottom: 0;
    border-radius: 3px;
}

.top-txt li {
    float: left;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    width: 50%;
    border-bottom: 1px dotted var(--tx-border);
    padding: 0 15px;
}

.top-txt li:nth-child(2n) {
    float: right;
    border-left: 1px dotted var(--tx-border);
}

.top-txt li>i {
    margin-right: 5px;
}

.top-img {
    margin-left: -1%;
    margin-top: 10px;
}

.top-img li {
    float: left;
    width: 24%;
    margin-left: 1%;
    text-align: center;
    margin-bottom: 10px;
    border: 1px dotted var(--tx-border);
    border-radius: 3px;
    padding: 3px;
    background: #fefefe;
}

.top-img li:hover {
    background: #f1f1f1;
}

.top-img li a span {
    display: block;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.top-img li img {
    display: block;
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-img li p {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.list>li {
    padding: 20px 0;
    border-bottom: 1px solid var(--tx-border);
    transition: all 0.25s ease 0s;
    position: relative;
    transition: all 0.45s linear 0s;
}

.title-l {
    position: absolute;
    top: 21px;
    left: -17px;
    width: 4px;
    height: 25px;
}

.list li h3,
.list li h2,
.index-top h2 {
    font-size: 1.7rem;
    margin-bottom: 5px;
}



.list small,
.info-bt small,
.info-bt small a,
.list small a {
    color: #999;
}

.list small span,
.info-bt small span {
    margin-right: 15px;
}

.list li p {
    color: #666;
    word-wrap: break-word;
}

.list-tu {
    display: block;
    width: 160px;
    max-height: 115px;
    float: left;
    margin-right: 18px;
    overflow: hidden;
    margin-top: 4px;
}

.list-tu img {
    width: 100%;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px
}

.sjh2 {
    line-height: 38px;
    background-color: #edecec;
    padding-left: 10px;
    font-size: 1.3rem;
    border-bottom: 1px solid var(--tx-border);
}

.item-comm-title {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.item-comm-list>li {
    margin: 10px 0 0 0;
    padding: 10px 15px;
}

.item-tag {
    height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.item-tag>* {
    margin: 0 10px 5px 0;
}

.item-dot {
    display: inline-flex;
    height: 1.8em;
    align-items: center;
    padding: 0 0.8em;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 0 6px 0 0;
}

.item-zd {
    background-color: #ff6600;
}

.item-zx {
    background-color: #f00;
}

.item-gx {
    background-color: #093;
}

/* 侧栏 */

.tx-side-box {
    margin-bottom: 15px;
    border: 1px solid var(--tx-border);
    border-radius: 5px;
}

.tx-side-box-title {
    display: block;
    font-size: 17px;
    line-height: 2.5;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid var(--tx-border);
    padding: 0 1em;
}

.tx-side-box>ul,
.tx-side-box>ol,
.tx-side-box>div {
    padding: 8px 12px;
    margin: 0;
}

.tx-side-box li {
    padding: 0.3em 0;
}

.tx-side-box form>div {
    display: flex;
    align-items: center;
    padding: 12px;
}

.tx-side-box form>div input {
    display: inline-flex;
    align-items: center;
    flex: auto;
    height: 2.6em;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 5px 0 0 5px;
    padding: 0 1em;
    border: 0;
    margin: 0;
}

.tx-side-box form>div button {
    background-color: var(--tx-color1);
    color: #fff;
    border-radius: 0 5px 5px 0;
    flex: none;
    display: inline-flex;
    height: 2.6em;
    align-items: center;
    padding: 0 1em;
    border: 0;
    margin: 0;
}

.tx-side-box form label {
    display: none;
}

.tx-side-box .wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 12px;
}

.tx-side-box .wp-block-tag-cloud>* {
    margin: 0.2em 0;
    font-size: 1em !important;
    width: 49%;
    background-color: rgba(0, 0, 0, 0.03);
    border-left: 3px solid rgba(0, 0, 0, 0.035);
    display: inline-flex;
    height: 2.4em;
    align-items: center;
    padding: 0 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tx-side-box .wp-block-tag-cloud>*:nth-child(2n) {
    margin-left: 2%;
}

.tx-side-box .wp-block-tag-cloud>*:hover {
    opacity: 0.7;
    padding-left: 1.2em;
    border-left-color: var(--tx-color1);
}

.tx-side-box .wp-calendar-table {
    width: 100%;
    table-layout: fixed
}

.tx-side-box .wp-calendar-table caption {
    text-align: center;
    line-height: 2.4;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.tx-side-box .wp-calendar-table caption a {
    padding: 0
}

.tx-side-box .wp-calendar-table th {
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    height: 26px;
    background-color: rgba(0, 0, 0, 0.03);
}

.tx-side-box .wp-calendar-table td {
    text-align: center;

    border: 1px solid var(--tx-border);
    height: 30px
}

.tx-side-box .wp-calendar-table td.pad {
    background: 0 0
}

.tx-side-box .wp-calendar-table td a {
    display: block;
    line-height: 30px;
    color: #fff;
    background-color: var(--tx-color1);
}

.tx-side-box .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    padding: 0 0.5em;
}


/*侧栏跟随*/

.side-box {
    float: left;
    width: 100%;
}

.side-fixed1 {
    position: relative;
    top: auto;
}

.side-fixed {
    position: fixed;
    top: 10px;
}

.bottom-gg {
    margin: 10px 0 0 0;
}

.gg-box a,
.gg-box img {
    width: 100%;
    height: auto;
    line-height: 1;
    display: block;
}

.footer {
    border-radius: 5px;
    margin: 15px auto;
    padding: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 1.9;
}


/*返回顶部*/

#moquu_top,
#moquu_wxin {
    z-index: 99;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 15px;
    position: fixed;
    cursor: pointer;
}

#moquu_wxin {
    bottom: 55px;
    _margin-bottom: 55px
}

#moquu_wxin a {
    background: url(style/img/foot-top.png) 0 -0px;
    right: 0;
    float: left;
    width: 40px;
    height: 40px;
    text-indent: -9999px
}

#moquu_wxin a:hover {
    background: url(style/img/foot-top.png) 0px -0px
}

#moquu_top {
    background: url(style/img/foot-top.png) 0 -40px;
    width: 40px;
    height: 40px;
    display: none;
}

#moquu_top:hover {
    background: url(style/img/foot-top.png) 0 -80px
}

.moquu_wxin {
    position: relative;
    z-index: 2
}

.moquu_wxin a:hover .moquu_wxinh {
    display: block
}

.moquu_wxin .moquu_wxinh {
    position: absolute;
    display: none;
    left: -252px;
    top: -160px;
    width: 250px;
    height: 250px;
}

.info-bt {
    padding: 15px 0 10px 0;
}

.ss-bt {
    margin: 10px 0;
}

.info-bt h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.jssseo {
    line-height: 40px;
    height: 40px;
    background-color: #eee;
    border: 1px solid var(--tx-border);
    margin-bottom: 15px;
    border-radius: 3px;
}

.seozw {
    background: #FEFEFE none repeat scroll 0% 0%;
    border-right: 1px solid var(--tx-border);
    display: block;
    margin: 0 0 -1px 0;
    width: 90px;
    margin-right: 15px;
    text-align: center;
    ;
}

.info-zi {
    line-height: 1.8;
    font-size: 1.5rem;
    word-wrap: break-word;
}

.info-zi p {
    margin: 0.8em 0;
}


.info-zi h2,
.info-zi h3 {
    background-color: rgba(102, 128, 153, 0.05);
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 1.8rem;
    border-left-width: 5px;
    border-left-style: solid;
    margin: 0.8em 0;
}

.info-zi h3 {
    font-size: 1.6rem;
}

.info-zi blockquote {
    border-left: 10px solid rgba(102, 128, 153, 0.075);
    background-color: rgba(102, 128, 153, 0.05);
    border-radius: 0 5px 5px 0;
    padding: 15px 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.6em;
    color: #666;
}

.tx-text hr {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--tx-border)
}

.tx-text hr {
    margin-top: 1em;
    margin-bottom: 1em
}

.tx-text a {
    color: var(--tx-color1);
}

.tx-text a:hover {
    color: var(--tx-color2);
}

/**表格**/
.tx-table,
.tx-text table {
    border-collapse: collapse;
    max-width: 100% !important;
    width: 100%;
    border-spacing: 0;
    word-break: break-all;
}

.tx-table td,
.tx-table th,
.tx-text table td,
.tx-text table th {
    border: 1px solid var(--tx-border1);
    padding: .6em 1em;
    overflow: hidden
}

.tx-table th,
.tx-text table th {
    background: rgba(0, 0, 0, .08)
}

.tx-text {
    line-height: 1.8
}

.tx-text h4,
.tx-text h5,
.tx-text h6,
.tx-text ol,
.tx-text p,
.tx-text pre,
.tx-text table,
.tx-text ul,
.tx-text>* {
    margin-bottom: 1em
}

.tx-text ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 2em
}

.tx-text ol li {
    list-style: decimal
}

.tx-text ol li::marker {
    color: var(--tx-color1);
    font-size: 1.1em;
    font-weight: 700
}

.tx-text ol li,
.tx-text ul li {
    padding: .2em 0
}

.tx-text h1,
.tx-text h2,
.tx-text h3 {
    border-left: 4px solid var(--tx-color1);
    background-color: rgba(0, 0, 0, .02);
    padding: .8em 1em;
    margin-bottom: .8em;
    line-height: 1.2;
    border-radius: 5px
}

.tx-text h1 {
    font-size: 1.5em
}

.tx-text h2 {
    font-size: 1.3em
}

.tx-text h3 {
    font-size: 1.2em
}

.tx-text iframe,
.tx-text img {
    max-width: 100% !important;
    overflow: hidden !important
}

.tx-text blockquote {
    border-left: 10px solid rgba(102, 128, 153, .075);
    background-color: rgba(102, 128, 153, .05);
    border-radius: 0 5px 5px 0;
    padding: .8em 1.2em;
    margin: 0 0 1em 0;
    color: #666
}

.tx-text blockquote>:last-child {
    margin-bottom: 0
}

.info-ss {
    padding-top: 15px;
    border-top: 1px solid var(--tx-border);
}

.info-ss p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed var(--tx-border);
    word-wrap: break-word;
}

.xgwz {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    border: 1px dashed var(--tx-border);
}

.xgwz h2 {
    font-size: 1.5rem;
    line-height: 2;
}

.tag a {
    color: #fff;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 9px;
    padding-right: 9px;
    margin-right: 5px;
    border-radius: 2px;
}

.tag a:hover {
    background-color: #60AC99;
}

.sx {
    border: 1px dashed var(--tx-border);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
}

.sx li {
    width: 45%;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.sx li.ziyou {
    text-align: right;
}

.xg li span,
.tx-map li span {
    float: right;
    color: #999;
    font-size: 1.2rem;
}

.xg li,
.tx-map li {
    border-bottom: 1px dotted var(--tx-border);
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    padding: 0 4px;
}

.info-tag a {
    display: inline-block;
    line-height: 30px;
    background: #f1f1f1;
    padding: 0 12px;
    margin: 0 4px 4px 0;
    border-radius: 2px;
}

.info-tag a:hover {
    color: #fff;
}

.ss {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    padding: 6px;
    background: #fff;
}

.ss form {
    height: 38px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
}

.ss input {
    line-height: 38px;
    height: 38px;
    width: 80%;
    float: left;
    padding-left: 10px;
    clear: left;
    border: 0px;
}

.ss button {
    color: #FFFFFF;
    float: right;
    height: 38px;
    width: 20%;
    border: 0px;
}

.links h2 {
    font-size: 1.5rem;
    line-height: 40px;
    height: 40px;
    position: relative;
    text-align: center;
}

.links h2 i {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    z-index: 8;
    border-bottom: 1px solid var(--tx-border);
}

.links h2 span {
    display: inline-block;
    padding: 0 22px;
    background: #fbfbfb;
    position: relative;
    z-index: 9;
}

.links a {
    display: inline-block;
    margin: 0 10px 5px 0;
}

.alert {
    border: 1px solid transparent;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.pd15 {
    padding: 15px;
}

@media screen and (max-width:980px) {
    .zh {
        padding: 0 5px;
    }

    .left,
    .rigth,
    .left1,
    .left2,
    .rigth1,
    .tx-comment-ul3 {
        width: 100%;
    }

    .main {
        margin-top: 55px;
        padding: 10px;
    }

    .fl {
        clear: left;
    }

    .fr {
        clear: right;
    }

    .info-bt span {
        float: left;
    }

    .sx {
        padding: 0;
        border-left: 0;
        border-right: 0;
    }

    .sx li {
        width: 100%;
        line-height: 20px;
        height: auto;
        margin: 6px 0;
    }

    .muban ul {
        margin-left: -2%;
    }

    .muban li {
        width: 48%;
        margin-left: 2%;
    }

    .xia15 {
        margin-bottom: 5px;
    }

    .pagebar {
        padding-bottom: 15px;
        padding-top: 15px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .top,
    .banner,
    .gao,
    .muban-bq,
    .sjwu1,
    #xiangguan,
    .sjwu {
        display: none;
    }

    #nav {
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0;
        height: 45px;
        padding: 0;
        border-radius: 0;
        width: 100%;
        position: repeat;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }

    #nav .nav-box {
        display: none;
        width: 100%;
        position: fixed;
        top: 46px;
        left: 0;
        height: 100%;
        overflow: scroll;
    }

    #nav a#pull {
        display: block;
        width: auto;
        width: 50px;
        height: 45px;
        position: absolute;
        padding: 0;
        text-indent: 0;
        top: 0;
        left: 10px;
        z-index: 10;
    }

    #nav li {
        width: 100%;
        padding: 0;
        position: relative;
    }

    #nav li a {
        border-bottom: 1px solid var(--tx-border);
        border-right: 0;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
        color: #5e5e5e;
        background-color: #f9f9f9;
    }

    #nav li>i {
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-left: 1px solid var(--tx-border);
        background: #f1f1f1;
        z-index: 10;
        cursor: pointer;
        display: inline-block;
    }

    #nav li ul {
        width: 100%;
        position: static;
        top: 0;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    #nav li ul li a {
        padding: 0 20px 0 30px;
        border-bottom: 1px dotted var(--tx-border);
        background-color: #f1f1f1;
    }

    #nav>ul>li.on>ul>li>a {
        background-color: #f1f1f1 !important;
        color: #5e5e5e;
    }

    #nav li ul li:last-child a {
        border-bottom: 1px solid var(--tx-border);
    }

    #nav li a {
        text-align: left;
        width: 100%;
        line-height: 45px;
    }

    #nav a.search-on {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        margin: 0;
        display: inline-block;
        padding: 0 10px;
        z-index: 10;
    }

    #pull i,
    .search-on i {
        line-height: 45px;
        font-size: 1.5rem;
        color: #fff;
    }

    #nav a.wap-logo {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        padding: 4px 80px;
        text-align: center;
        z-index: 5;
    }

    .wap-logo img {
        height: 37px;
        width: auto;
    }

    .title-l {
        left: -12px;
    }

    .tx-comment .tx-comment-ul3-2 {
        margin: 0 0 6px 0;
    }

    .mb15 {
        margin-bottom: 10px;
    }

    .mt15 {
        margin-top: 10px;
    }

    .info-zi img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .info-zi iframe {
        width: 100% !important;
        height: 300px !important;
    }

    .footer {
        margin: 5px 0;
    }

    .dnwu {
        display: block;
    }

    .phonead1,
    .phonead {
        overflow: hidden;
    }

    .links {
        padding: 10px 0;
    }

    .top-img li {
        width: 49%;
    }

    .list-tu {
        width: 120px;
    }

    .list li p {
        max-height: 88px;
        line-height: 22px;
        overflow: hidden
    }

    .bottom-gg {
        margin-top: 5px;
    }

    .sx li.ziyou {
        text-align: left;
    }

}

@media screen and (max-width:320px) {
    .list-tu {
        width: 100%;
        margin: 8px 0;
    }

    .top-img li,
    .top-txt li {
        width: 100%;
    }

    .top-txt li:nth-child(2n) {
        border-left: 0;
    }

    .list li p {
        height: auto;
    }
}