/*
作者：天兴工作室
网址：https://www.txcstx.cn
邮箱：admin@txcstx.cn
*/

:root {
    --tx-color: #fe6543;
    --tx-border: #eee;
}

body {
    background-color: #f0f3f8;
}

.tx-wide {
    width: 1200px;
}

.tx-c1 {
    color: #d40000;
}

.tx-bg {
    background-color: #d40000;
}

em {
    font-style: normal;
}

.top {
    border-bottom: 1px solid #d8d8d8;
    background-color: #fafafa;
    color: #777;
}

.top a {
    color: #777;
}

.top-r>a {
    padding-left: 1em;
    margin-left: 1em;
    position: relative;
}

.top-r>a:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    border-right: 1px solid #aaa;
}

.logo * {
    line-height: 1;
    height: 70px;
    width: auto;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 50px;
}

.nav a {
    padding: 0 1.5em;
    position: relative;
    display: block;
    font-weight: 700;
}

.nav>li {
    position: relative;
    line-height: 3.6;
    white-space: nowrap;
}

.nav>li ul {
    position: absolute;
    font-size: 0.9em;
    top: 150%;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    line-height: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}

.nav>li ul a.drop::after {
    -webkit-transform: rotate(0deg) scale(1, 1.8);
    transform: rotate(0deg) scale(1, 1.8);
}

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

.nav>li>ul ul {
    left: 150%;
    top: 0;
}

.nav>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.nav>li ul a:hover {
    background-color: rgba(0, 0, 0, .09);
}

.header {
    box-shadow: 0 1px 4px #eee;
    position: relative;
    z-index: 99;
}

.fznav {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 5px 15px;
}

.fznav a {
    margin: 0 15px 10px 0;
}

.img-bg-gray {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.img-bg-gray::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/bg.png) 0 0 rgba(68, 76, 87, .97);
    background-size: cover;
    background-attachment: scroll;
    background-size: auto;
    background-size: auto auto;
    background-attachment: fixed;
    z-index: -1;
}

.img-bg-gray-green::after {
    background-color: #61b278;
}

.btn-txcstx {
    display: inline-block;
    overflow: hidden;
    padding: 8px 40px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 1px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 10;
}

.btn-txcstx:before {
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 105%;
    height: 105%;
    background-color: #fff;
    -webkit-transform: translate3d(-102%, 0, 0);
    transform: translate3d(-102%, 0, 0);
    display: block;
    z-index: -1
}

.btn-txcstx:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn-txcstx:hover span {
    position: relative;
    z-index: 2
}

.home-nav ul {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 15px;
    position: relative;
    z-index: 10;
    color: #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-nav ul h3 {
    flex: auto;
    width: 100%;
    margin-bottom: 5px;
}

.home-nav ul li {
    line-height: 26px;
    height: 26px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.home-nav ul a {
    color: #ccc;
}

.home-nav ul.tx-column-2 li {
    width: 48%;
}

.home-search form {
    border: 2px solid #d40000;
}

.home-search form>* {
    line-height: 34px;
    height: 34px;
    padding: 0 1em;
}

.home-search form button {
    padding: 0 2em;
    color: #fff;
}

.home-flash .swiper-slide img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.home-flash-bottom img {
    width: 100%;
    height: 108px;
    object-fit: cover;
}

.img-bottom,
.img-bootom1 {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-bottom img {
    width: 100%;
    object-fit: cover;
}

.img-bottom>p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 2.4;
    height: 2.4em;
    padding: 0 1em;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 11;
}

.img-130 {
    height: 130px;
}

.img-bootom1 section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: 11;
    padding: 8px;
    transition: all .35s ease 0s;
}

.img-bootom1:hover section {
    background-color: rgba(255, 255, 255, .5);
    color: #444;
}

.stars-box {
    background: url(img/star.jpg) 0 0;
    margin: 0 8px 0 0;
    height: 16px;
    display: inline-flex;
}

.stars-1 {
    width: 16px;
}

.stars-2 {
    width: 32px;
}

.stars-3 {
    width: 48px;
}

.stars-4 {
    width: 64px;
}

.stars-5 {
    width: 80px;
}

.box-li-line li {
    padding: 1.5em;
    border-top: 1px solid var(--tx-border);
    border-right: 1px solid var(--tx-border);
}

.box-li-line li:nth-child(4n) {
    border-right: 0;
}

.green_jobname a {
    color: #2bb8aa;
    margin: 0 0 0 0.3em;
}

.green_jobname_icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2bb8aa;
    color: #fff;
    font-style: normal;
}

.box-li-line li.item-img2-box {
    height: 174px;
    padding: 0;
    position: relative;
}

.item-img2-box>div {
    position: relative;
    padding: 20px;
    width: 100%;
}

.item-img2-box>div>* {
    position: relative;
    z-index: 2;
}

.item-img2-box>div>span {
    padding: 0 30px 10px 30px;
    display: block;
}

.item-img2-box section {
    display: none;
    margin: 15px 0 0 0;
}

.item-img2-box section a {
    color: #2bb8aa;
}

.item-img2-box>div:hover {
    position: absolute;
    z-index: 100;
}

.item-img2-box>div:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #2bb8aa;
    background-color: #fff;
    z-index: 1;
}

.item-img2-box:hover section {
    display: block;
}

.item-img3-box,
.item-img4-box {
    position: relative;
}

.video-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 10
}

.video-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    color: rgba(255, 255, 255, .8);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: All .3s ease-in-out
}

.item-img4-box:hover .video-btn {
    opacity: 1;
    visibility: visible
}

.item-img4-box:hover .video-btn i {
    font-size: 70px
}

.cate-post {
    position: absolute;
    left: 14px;
    top: 26px;
    display: inline-block;
    padding: 0 12px;
    line-height: 24px;
    z-index: 20;
    background-color: rgba(0, 0, 0, .5);
    color: #ddd;
    border-radius: 0 20px 20px 0;
    font-size: 12px;
    font-weight: 200
}

.cate-post::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6.5px;
    left: 0;
    border-width: 3.5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .3) rgba(0, 0, 0, .3) transparent transparent
}

.cate-post:hover {
    opacity: .9;
    color: #fff
}

.item-news {
    padding: 25px 20px;
    border: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    background-color: #fff;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out
}

.item-news:hover {
    border: 1px solid #d40000;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2
}

.item-news-img {
    width: 160px
}

.tab-hd {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.tab-hd li {
    float: left;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    position: relative
}

.tab-hd li::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    border-bottom: 3px solid #d40000;
    transition: all .35s ease 0s
}

.tab-hd li.on::after {
    width: 20px;
    margin-left: -10px
}

.ul-ol li i {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, .08);
    text-align: center;
    font-style: normal;
    color: #888;
    font-size: 12px
}

.ul-ol li:nth-child(1) i,
.ul-ol li:nth-child(2) i,
.ul-ol li:nth-child(3) i {
    background-color: #d40000;
    color: #fff
}

.tx-title1 {
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 13px 15px;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.tx-title1::before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: 35%;
    width: 4px;
    height: 30%;
    background-color: #d40000
}

.tx-side1 dl dd {
    padding: 10px 15px
}

.side-tag a {
    display: block;
    width: 49%;
    float: left;
    margin: 0 0 5px 0;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .04)
}

.side-tag a:nth-child(2n) {
    float: right
}

.side-tag a small {
    float: right;
    color: #aaa;
    transition: all .35s ease 0s
}

.side-tag a:hover {
    background-color: #d40000;
    color: #fff;
    padding-left: 15px
}

.side-tag a:hover small {
    color: #fff
}

.home-diqu ul {
    padding: 20px 15px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    color: #b0b0b0;
}

.home-diqu ul li {
    margin: 0 0 5px 0;
}

.home-diqu ul li.f-blue {
    font-weight: 700;
}

.home-diqu ul li a {
    padding: 0 8px;
    color: #666;
}

.footer {
    background-color: #fff;
    padding: 30px;
}

.footer-nav ul {
    position: relative;
    padding-left: 75px;
}

.footer-nav ul span {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-nav ul li {
    margin: 0 26px 8px 0;
    display: inline-flex;
}

.footer-nav a {
    color: #999;
}

.copy-msg a {
    display: inline-flex;
    border-left: 1px solid #999;
    padding: 0 15px;
}

.list-search {
    padding: 30px 100px;
}

.fiem_seach {
    padding: 20px 20px 5px 20px;
}

.fiem_seach li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 5em;
    line-height: 2.2;
}

.fiem_seach li>strong {
    position: absolute;
    left: 0;
    top: 0;
}

.fiem_seach li a {
    display: inline-flex;
    border: 1px solid var(--tx-border);
    padding: 0 1em;
    margin: 0 8px 5px 0;
    border-radius: 3px;
}

.fiem_seach li a.on {
    color: #2bb8aa;
    border: 1px #2bb8aa solid;
    background-color: #ecfbf9;
}

.list-cate-nav {
    display: flex;
    align-items: stretch;
    border-bottom: 2px #2bb8aa solid;
}

.list-cate-nav a {
    display: inline-flex;
    line-height: 2.6;
    padding: 0 2em;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 3px 3px 0 0;
    margin-right: 15px;
}

.list-cate-nav a.on {
    background-color: #2bb8aa;
    border: 1px solid #2bb8aa;
    color: #fff;
}

.item-company {
    padding: 20px 25px;
    border-bottom: 1px solid var(--tx-border);
    background-color: #fff;
}

.img-box-100 {
    display: inline-block;
    width: 100px;
    border: 1px solid var(--tx-border);
}

.img-box-100 img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.list-search1 {
    padding: 80px 0;
    background: url(img/sebanner3.jpg) no-repeat 0 0;
    background-size: cover;
}

.list-search1 .home-search {
    padding: 0 200px;
}

.list-search1 .home-search form {
    border: 0;
}

.list-search1 .home-search form>* {
    line-height: 50px;
    height: 50px;
}

.list-search1 .home-search input {
    background-color: #fff;
}

.item-position {
    padding: 20px 25px;
    border-bottom: 1px solid var(--tx-border);
    background-color: #fff;
    position: relative;
}

.item-position-ji::after {
    content: "急";
    position: absolute;
    top: 2px;
    right: 5px;
    color: #fff;
    z-index: 2;
}

.item-position-ji::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #ff6162 #ff6162 transparent transparent;
    z-index: 1;
}

.item-position:hover {
    background-color: #fcfcfc;
}

.item-position-tag>* {
    display: inline-flex;
    padding: 0px 8px;
    height: 25px;
    line-height: 25px;
    background: #eef7fd;
    color: #7b929f;
    font-size: 12px;
    margin-right: 8px;
    border-radius: 3px;
}

.item-position-weixin {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    display: inline-flex;
    padding: 0 10px 0 28px;
    background: #f4f4f4 url(img/wx_listicon.png) no-repeat 6px center;
    color: #666;
    cursor: pointer;
}

.weixin-codema {
    position: absolute;
    z-index: 99;
    background-color: #000;
    padding: 5px;
    width: 120px;
    height: 120px;
}

.weixin-codema img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.weixin-codema::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 8px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
}

.gsrz-box {
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.gsrz-mq {
    background-image: url(img/mq.png);
    width: 40px;
    height: 14px;
}

.gsrz-rz {
    background-image: url(img/rz.png);
    width: 16px;
    height: 18px;
}

.side-title {
    padding: 10px 15px;
    border-bottom: 1px solid var(--tx-border);
}

.ul-dot>* {
    border-bottom: 1px dashed #ddd;
    padding: 0 0.3em;
}

.side-hot>*>i {
    display: inline-flex;
    width: 1.5em;
    height: 1.5em;
    align-items: center;
    justify-content: center;
    background-color: #666;
    color: #fff;
    font-style: normal;
    font-size: 0.9em;
    margin-right: 0.5em;
    border-radius: 2px;
}

.side-user-item {
    padding: 15px;
}

.side-user-item>div {
    display: flex;
    align-items: center;
    margin-bottom: 0.6em;
}

.side-user-item>div>*:first-child {
    flex: none;
}

.side-user-item>div>*:first-child img {
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    margin-right: 0.6em;
}

.side-user-item>div>section {
    flex: auto;
    padding: 0 0.6em;
    overflow: hidden;
}

.side-user-item>div>*:last-child {
    line-height: 2;
    height: 2em;
    padding: 0 1em;
    background-color: transparent;
    border: 1px solid #72c01e;
    color: #72c01e;
    flex: none;
}

.side-user-item>p {
    opacity: 0.7;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
    font-size: 0.94em;
}

.d-info-ul li {
    display: inline-flex;
    padding: 0 2em 0 0;
    margin-right: 2em;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.d-info-ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    border-right: 1px solid #ddd;
}

.tx-title2 {
    padding-bottom: 0.5em;
    position: relative;
}

.tx-title2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    border-bottom: 2px solid #2bb8aa;
}

.d-info-txt li {
    padding: 15px 30px 15px 0;
    border-top: 1px solid var(--tx-border);
}

.d-info-txt li:nth-child(1),
.d-info-txt li:nth-child(2) {
    border: 0
}

.d-info-txt li:nth-child(2n) {
    padding: 15px 0 15px 30px;
}

.side-gs-img {
    display: inline-flex;
    width: 120px;
}

.side-gs-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.player {
    height: 540px;
    overflow: hidden
}

.video-list li a {
    display: flex;
    align-items: center;
    padding: 9px 10px 9px 0;
    border-top: 1px solid #191919
}

.video-list li a:hover {
    background-color: #191919
}

.video-list li a>i {
    width: 53px;
    margin-right: 10px;
    flex-shrink: 0
}

.video-list li a h3 {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    color: #aaa
}

.tx-share {
    display: flex;
    justify-content: center
}

.tx-share a {
    line-height: 30px;
    margin: 0 30px;
    color: #d40000;
    background-color: #fff;
    position: relative;
    border: 0
}

.tx-share a:hover {
    box-shadow: 0 0 0
}

.tx-share a p {
    line-height: 1;
    margin: 0
}

.zan {
    background-color: rgba(0, 0, 0, .1);
    color: #7a8599;
    padding: 0 1.2em;
    line-height: 2.2;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #0084ff;
    border-radius: 2px;
    transition: all .35s ease 0s
}

.zan:hover {
    background-color: #d40000;
    color: #fff
}

.zan ins {
    text-decoration: none
}

.commentname .zan i.fa {
    font-size: 1.8rem
}

#TXDiggTip {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 1.5rem 3rem;
    display: none;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1999
}

.TXDiggErr {
    border: 2px solid red;
    color: red;
    display: block
}

.TXDiggDigged,
.TXDiggOK {
    border: 2px solid #5fb878;
    color: #5fb878;
    display: block
}

.TXDiggoff {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1888
}

.reg-box input{
    border: 1px solid #ddd;
}

#container {
    height: 600px
}
/* 分页条 */

.pagebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagebar>* {
    padding: 0 1em;
    line-height: 2.4;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 0.3em 0.3em 0;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.4);
}

.pagebar a:hover,
.pagebar .now-page {
    color: #fff;
    background-color: #d40000;
}


/* 评论 */

.msg img.avatar {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin-right: 1em;
}

.msgname {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.msgusername {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.msg .msg {
    padding: 1em 1.2em;
    margin: 0.8em 0 0 4em;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
}

.msg .tx-btn-mini {
    line-height: 1.3;
    padding: 0 5px;
}

.tx-comment-textarea {
    position: relative;
    width: 100%;
}

.tx-comment-textarea .tx-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.reply-frm {
    padding: 1em;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, .04);
    margin: 1em 0 0 0;
    position: relative;
}

.reply-frm #cancel-reply {
    position: absolute;
    right: 0;
    top: -2em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    opacity: 0.5;
}

.tx-side dl {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
}

.tx-side dt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 1.28em;
    line-height: 2.4;
    padding: 0 0.8em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.03)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.03));
    background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.03));
}

.tx-side dd>ul {
    padding: 0.5em 1em;
    overflow: hidden;
}

.tx-side dd>div {
    padding: 1em;
    overflow: hidden;
}

.tx-side dl dd>*::after {
    display: table;
    content: " ";
    clear: both;
}

.tx-side dl dd ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.4em 0;
}

.tx-side dl#divArchives ul li,
.tx-side dl#divFavorites ul li,
.tx-side dl#divLinkage ul li,
.tx-side dl#divLinkage ul li,
.tx-side dl#divAuthors ul li,
.tx-side dl#divTags li {
    float: left;
    width: 48%;
}

.tx-side dl#divArchives ul li:nth-child(2n),
.tx-side dl#divFavorites ul li:nth-child(2n),
.tx-side dl#divLinkage ul li:nth-child(2n),
.tx-side dl#divLinkage ul li:nth-child(2n),
.tx-side dl#divAuthors ul li:nth-child(2n) {
    float: right;
}

.tx-side dl#divCatalog ul li ul,
.tx-side dl#divNavBar ul li ul {
    padding-left: 1.5em;
}

.tx-side dl#divCatalog ul li ul li,
.tx-side dl#divNavBar ul li ul li {
    padding-bottom: 0;
}

.tx-side dl#divTags li {
    width: auto;
    padding: 0;
}

.tx-side dl#divTags a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.7;
    line-height: 2.4;
    font-size: 0.9em;
    margin: 0.2em 0.4em 0.2em 0;
    padding: 0 1em;
    border-radius: 2px;
}

.tx-side dl#divTags a span {
    font-size: 0.8em;
    margin-left: 0.5em;
    opacity: 0.4;
}

.tx-side dl#divTags a:hover {
    background-color: #d40000;
    color: #fff;
}

.tx-side dl#divCalendar table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
}

.tx-side dl#divCalendar table th,
.tx-side dl#divCalendar table td {
    border: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 2.4;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.tx-side dl#divCalendar table caption {
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.tx-side dl#divCalendar table td a {
    color: #d40000;
    font-weight: bold;
}

.tx-side dl#divSearchPanel dd form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tx-side dl#divSearchPanel dd>div input[type="text"] {
    width: 100%;
    border: 0;
    padding: 0 1em;
    line-height: 2.4;
    height: 2.4em;
    background-color: rgba(0, 0, 0, 0.04);
    color: #777;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tx-side dl#divSearchPanel dd>div input[type="submit"] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 2.4em;
    line-height: 2.4;
    padding: 0 1.3em;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: #d40000;
}


/**弹出提示文字框**/

@keyframes tx_animation_size {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes tx_animation_display {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

.tx-tips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.tx-tips-on {
    opacity: 1;
    visibility: visible;
}

.tx-tips>span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.8em 2em;
    background-color: #fff;
    color: #d40000;
    border-radius: 3px;
    z-index: 2;
    border: 2px solid #d40000;
    position: relative;
    transform: scale(0);
    transition: all .35s ease 0s;
}

.tx-tips-on>span {
    animation: tx_animation_size 0.3s ease 1;
    transform: scale(1);
}

.tx-tips>span del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    position: absolute;
    top: -1.6em;
    right: -0.2em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
}

.tx-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: tx_animation_display 0.2s ease 1;
    animation: tx_animation_display 0.2s ease 1;
}

.tx-tips::after,
.tx-pop>.tx-pop-off {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.tx-pop-txt {
    width: 420px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
    position: relative;
    z-index: 10;
    border-radius: 3px;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s ease 0s;
    -webkit-animation: tx_animation_size 0.3s ease 1;
    animation: tx_animation_size 0.3s ease 1;
}

.tx-pop-out .tx-pop-txt {
    transform: scale(0);
}

.tx-pop-txt>h2 {
    line-height: 2.8;
    padding: 0 1em;
    border-bottom: 1px solid var(--tx-border);
    background-color: rgba(0, 0, 0, .04);
}

.tx-pop-txt>button {
    position: absolute;
    right: 0;
    top: 0;
    width: 3em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.8em;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.tx-pop-btn {
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.9em;
}

.tx-pop-btn button:not(:last-child) {
    margin-right: 1em;
}

@media screen and (max-width: 480px) {
    .msg img.avatar {
        width: 10vw;
        height: 10vw;
    }
    .msg .msg {
        margin: 1.5vw 0 0 0;
        padding: 2vw;
    }
    .tx-side dl {
        margin-bottom: 2.4vw;
    }
    .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nav li {
        width: 100%;
        overflow: hidden;
    }
    .nav li ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    .nav li ul a {
        padding-left: 3em;
    }
    .tx-pop-txt {
        width: 80%;
    }
}