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
}

body {
    --tx-zs: #3BA70D;
    --tx-bg: #fefefe;
    --tx-box: #ffffff;
    --tx-border: #eeeeee;
    --tx-light: #777777;
    --tx-light1: #fbfbfb;
    --tx-txt: #4c4c4c;
    --tx-link: #5a5a5a;
    --tx-m: #4caf50;
    margin: 0;
    padding: 0;
    color: var(--tx-txt);
    font-size: 1.4rem;
    font-family: "Microsoft YaHei",Verdana,sans-serif;
    line-height: 1.5;
    outline: 0;
    background: var(--tx-bg)
}

body.tx-night {
    --tx-bg: #000;
    --tx-box: #293238;
    --tx-border: #222;
    --tx-light: #aaa;
    --tx-light1: #242d32;
    --tx-txt: #f1f1f1;
    --tx-link: #ffffff
}

a {
    text-decoration: none;
    color: var(--tx-link);
    transition: all .35s ease 0s;
    outline: 0
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--tx-m)
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

dd,div,dl,dt,form,h1,h2,h3,h4,h5,img,input,label,ol,p,pre,span,textarea,ul {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}

button,form,input,textarea {
    font-size: 1.4rem;
    font-family: "Microsoft YaHei",Verdana,sans-serif;
    -webkit-appearance: none
}

li {
    list-style-type: none
}

.tx-input {
    border: 1px solid var(--tx-border);
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    width: 100%;
    padding: 0 10px;
    background-color: transparent
}

.input-ma {
    position: relative
}

.input-ma img {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px!important;
    width: auto!important
}

.tx-ys {
    color: var(--tx-m)
}

.tx-bg {
    background-color: var(--tx-m)
}

.tx-form {
    position: relative;
    line-height: 38px
}

.tx-textarea {
    border: 1px solid var(--tx-border);
    border-radius: 3px;
    padding: 8px;
    width: 100%;
    background-color: transparent
}

.tx-select {
    border: 1px solid var(--tx-border);
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    width: auto;
    padding: 0 50px 0 10px;
    font-size: 1.4rem;
    color: var(--tx-light);
    background-color: transparent
}

.tx-btn {
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.tx-btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 26px;
    background-color: var(--tx-m);
    color: var(--tx-box);
    white-space: nowrap;
    text-align: center;
    font-size: 1.4rem;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9
}

.tx-btn:hover {
    opacity: .8;
    color: var(--tx-box)
}

.tx-btn:active {
    opacity: 1
}

.tx-btn-big {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 1.6rem
}

.tx-btn-small {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 1.4rem
}

.tx-btn-mini {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 1.4rem
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mr3 {
    margin-right: 3px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.ml10 {
    margin-left: 10px
}

.f-30 {
    font-size: 3rem
}

.f-22 {
    font-size: 2.2rem
}

.f-20 {
    font-size: 2rem
}

.f-18 {
    font-size: 1.8rem
}

.f-16 {
    font-size: 1.6rem
}

.f-15 {
    font-size: 1.5rem
}

.f-14 {
    font-size: 1.4rem
}

.f-13 {
    font-size: 1.3rem
}

.f-12 {
    font-size: 1.2rem
}

.f-8 {
    font-size: .75em
}

.f-bold {
    font-weight: 700
}

.pd5 {
    padding: 5px
}

.pd10 {
    padding: 10px
}

.pd10-1 {
    padding: 10px 0
}

.pd10-2 {
    padding: 0 10px
}

.pd10-3 {
    padding: 10px 10px 0 10px
}

.pd15 {
    padding: 15px
}

.pd15-1 {
    padding: 15px 0
}

.pd15-2 {
    padding: 0 15px
}

.pd15-3 {
    padding: 15px 15px 0 15px
}

.pd20 {
    padding: 20px
}

.pd20-1 {
    padding: 20px 0
}

.pd20-2 {
    padding: 0 20px
}

.pd20-3 {
    padding: 20px 20px 0 20px
}

.pd40 {
    padding: 40px
}

.pd60 {
    padding: 60px
}

.ta-c {
    text-align: center
}

.ta-r {
    text-align: right
}

.f-red {
    color: red
}

.f-wthie {
    color: var(--tx-box)
}

.f-grenn {
    color: #5fb878
}

.f-yellow {
    color: #ffb800
}

.f-blue {
    color: #1e9fff
}

.f-gray {
    color: #888
}

.f-gray1,.f-gray1 a {
    color: #bbb
}

.f-wthie1 a {
    color: var(--tx-box)
}

.f-black {
    color: #393d49
}

.bg-gray {
    background-color: #eee
}

.bg-white {
    background-color: var(--tx-box)
}

.bg-red {
    background-color: red
}

.bg-yellow {
    background-color: #ffb800
}

.bg-green {
    background-color: #5fb878
}

.bg-blue {
    background-color: #1e9fff
}

.bg-black {
    background-color: #393d49
}

.tx-table table {
    width: 100%;
    border-collapse: collapse
}

.tx-table table td,.tx-table table th {
    border: 1px solid var(--tx-border);
    padding: 10px;
    overflow: hidden;
    text-align: center
}

.tx-table table th {
    background: var(--tx-light1)
}

.border {
    border: 1px solid var(--tx-border)
}

.border-b {
    border-bottom: 1px solid var(--tx-border)
}

.border-t {
    border-top: 1px solid var(--tx-border)
}

.i60 {
    line-height: 20px;
    height: 60px;
    overflow: hidden
}

.i40 {
    line-height: 20px;
    height: 40px;
    overflow: hidden
}

.i100 {
    line-height: 20px;
    height: 100px;
    overflow: hidden
}

.i22 {
    line-height: 22px;
    height: 22px;
    overflow: hidden
}

.i18 {
    line-height: 18px;
    height: 18px;
    overflow: hidden
}

.txt-ov {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lh-50 {
    line-height: 50px
}

.lh-40 {
    line-height: 40px
}

.lh-30 {
    line-height: 30px
}

.wide {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px
}

.clearfix::after,.row1:after,.row2:after,.row3:after,.row:after,.row:before,.wide::after {
    display: table;
    content: " ";
    clear: both
}

.row {
    margin-left: -5px;
    margin-right: -5px
}

[class*=col-] {
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 10%;
    position: relative
}

.col-1 {
    width: 4.1666%
}

.col-2 {
    width: 8.3332%
}

.col-3 {
    width: 12.4998%
}

.col-4 {
    width: 16.6664%
}

.col-5 {
    width: 20.833%
}

.col-6 {
    width: 24.9996%
}

.col-7 {
    width: 29.1662%
}

.col-8 {
    width: 33.3328%
}

.col-9 {
    width: 37.4994%
}

.col-10 {
    width: 41.666%
}

.col-11 {
    width: 45.8326%
}

.col-12 {
    width: 50%
}

.col-13 {
    width: 54.1658%
}

.col-14 {
    width: 58.3324%
}

.col-15 {
    width: 64.499%
}

.col-16 {
    width: 66.6656%
}

.col-17 {
    width: 70.8322%
}

.col-18 {
    width: 74.9988%
}

.col-19 {
    width: 79.1654%
}

.col-20 {
    width: 83.332%
}

.col-21 {
    width: 87.4986%
}

.col-22 {
    width: 91.6652%
}

.col-23 {
    width: 95.8318%
}

.col-24 {
    width: 100%
}

.col-25 {
    width: 20%
}

.row1 {
    margin-left: -3px;
    margin-right: -3px
}

[class*=col1-] {
    float: left;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 3px;
    position: relative
}

[class*=col2-] {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.row3 {
    margin-left: -15px;
    margin-right: -15px
}

[class*=col3-] {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.ul-36 li {
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ul-30 li {
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ul-26 li {
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fl {
    float: left
}

.fr {
    float: right
}

.dp-b,.img-d img {
    display: block;
    width: 100%
}

.hide,.pchide {
    display: none
}

.pagebar .now-page,.pagebar a {
    padding: 0 10px;
    line-height: 26px;
    display: inline-block;
    margin: 0 3px 3px 0;
    border-radius: 2px;
    background-color: var(--tx-light1)
}

.pagebar .now-page,.pagebar a:hover {
    color: var(--tx-box);
    background-color: var(--tx-m)
}

.tx-comments>ul.msg {
    margin-bottom: 8px;
    border: 1px solid var(--tx-border);
    padding: 10px;
    border-radius: 4px
}

ul.msg img.avatar {
    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
}

.commons li:hover img,li.msgname:hover img.avatar {
    transform: rotateZ(60deg);
    -webkit-transform: rotateZ(60deg);
    -moz-transform: rotateZ(60deg)
}

ul.msg li.msgname p.commentname {
    line-height: 23px;
    font-size: 1.2rem;
    margin-bottom: 3px
}

ul.msg li.msgname small {
    color: #999;
    font-size: 1.2rem
}

.dnwu,.tx-comment label,.tx-comments label,li.msgname small a {
    display: none
}

li.msgname:hover small a {
    display: inline-block
}

ul.msg li ul.msg {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid var(--tx-border);
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0,0,0,.05)
}

.tx-comment h3,.tx-comments h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 10px
}

.tx-comments h4 {
    text-align: center;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 8px
}

.tx-comment input {
    line-height: 30px;
    height: 30px;
    font-size: 1.4rem;
    font-family: "Microsoft YaHei",Verdana,sans-serif;
    width: 100%;
    border: 0;
    padding-left: 8px;
    background-color: transparent;
    color: var(--tx-light)
}

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

.tx-comment-box {
    border: 1px solid var(--tx-border);
    border-radius: 4px;
    padding: 4px;
    position: relative;
    background: var(--tx-light1);
    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;
    background-color: var(--tx-m);
    color: var(--tx-box);
    position: absolute;
    right: 0;
    bottom: 0
}

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

.reply-frm {
    margin-top: 15px
}

.gg-box {
    overflow: hidden
}

.gg-box img {
    /*width:100%;*/
    display: block
}

.tx-box {
    box-shadow: 0 0 5px #f1f1f1;
    border: 1px solid var(--tx-border);
    background-color: var(--tx-box)
}

.tx-title {
    line-height: 42px;
    background-color: var(--tx-light1);
    padding: 0 15px;
    border-bottom: 1px solid var(--tx-border)
}

.tx-title>span>a {
    display: inline-block;
    margin-left: 12px;
    color: var(--tx-light)
}

.tx-title strong a {
    color: var(--tx-m)
}

.tx-title .tx-ys {
    position: relative
}

.tx-title .tx-ys::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 20%;
    width: 3px;
    background-color: var(--tx-m);
    height: 60%
}

.img-box {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    z-index: 10
}

.img-box[data-ratio="16:9"] {
    padding-top: 65%
}

.img-box[data-ratio="16:16"] {
    padding-top: 100%
}

.img-box[data-ratio="16:8"] {
    padding-top: 300px
}

.img-box[data-ratio="16:12"] {
    padding-top: 150px
}

.img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.img-box:hover img {
    transform: scale(1.1)
}

.hao-pd {
    padding: 5px 0
}

.hao-li li {
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hao-li li a {
    display: block;
    padding: 0 10px
}

.hao-li li a * {
    vertical-align: top
}

.hao-li li .li-ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin-right: 5px;
    margin-top: 11px
}

.hao-li li a:hover {
    padding-left: 10px
}

.li-ico img {
    display: block;
    width: 16px;
    height: 16px;
    -o-object-fit: cover;
    object-fit: cover
}

.home-top li a {
    border-bottom: 1px solid var(--tx-border);
    border-right: 1px solid var(--tx-border);
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-top li a:hover {
    background-color: var(--tx-light1);
    padding-left: 10px
}

.home-top li:nth-child(6n) a {
    border-right: 0
}

.hao-dl dd {
    position: relative;
    min-height: 38px;
    transition: all .35s ease 0s
}

.hao-dl dd:hover {
    background-color: var(--tx-light1)
}

.hao-dl dd:nth-child(2n) {
    background-color: var(--tx-light1)
}

.hao-dl dd>span {
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    width: 80px;
    height: 38px;
    line-height: 38px;
    overflow: hidden
}

.hao-dl dd>span::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 10px;
    display: block;
    width: 1px;
    height: 15px;
    background-color: var(--tx-border)
}

.hao-dl dd>span a {
    color: var(--tx-m)
}

.hao-dl dd ul {
    position: relative;
    line-height: 38px
}

.hao-dl dd ul>a {
    position: absolute;
    right: 10px;
    top: 0
}

.top {
    line-height: 40px;
    border-bottom: 1px solid var(--tx-border);
    background-color: var(--tx-box)
}
.top a{
    padding:5px 10px;
    margin-right: 8px;
    color: var(--tx-box);
    background: var(--tx-m);
    border-radius: 5px;
}

.tianqi {
    width: 460px;
    height: 70px;
    overflow: hidden
}

.logo img {
    /*height:70px;*/
    width: auto;
    margin-right: 50px;
    display: none;
}

.logoimg {
    /*height:70px;*/
    width: 280px;
    float: left;
    margin-top:8px;
}

.headgg {
    /*width:400px;height:70px;*/
    overflow: hidden
}

.header>a {
    display: none
}

.search-box,.search-box1 {
    /*border: 1px solid var(--tx-border);*/
    background-color: var(--tx-box);
}

.search-con {
    width: 40%;
    margin: 0 auto 10px auto;
    position: relative
}

.search-con input {
    font-size: 1.4rem
}

.search-con input[type=text] {
    width: 100%;
    line-height: 36px;
    height: 36px;
    border: 1px solid var(--tx-border);
    padding: 0 10px;
    background-color: var(--tx-box);
}

.search-con input[type=text]:focus {
    border: 1px solid var(--tx-m)
}

.search-con input[type=button] {
    display: block;
    position: absolute;
    background-color: var(--tx-m);
    right: 0;
    bottom: 0;
    width: 80px;
    height: 36px;
    border: 0;
    color: var(--tx-box);
    text-align: center;
    line-height: 36px;
    cursor: pointer
}

.search-txt span {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 2px;
    cursor: pointer
}

.search-txt span.on {
    color: var(--tx-box);
    background-color: var(--tx-m)
}

#hao123-hot-info-flow {
    width: 24%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px dashed  var(--tx-border);
    height: 82px;
    float: right;
    overflow: hidden;
    position: absolute;
    padding-bottom: 0;
    right: 8px;
    top: 8px;
}
#hao123-hot-info-flow .hao123-info-flow-ul {
    animation-name: ActivityFont;
    animation-duration: 20s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
    padding: 3px;
    margin: 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}
#hao123-hot-info-flow .hao123-info-flow-ul li {
    list-style: none;
    color: #a2a2a2;
    width: 94%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    font-size: 14px;
    padding:0px 5px;
}

@keyframes ActivityFont {
    0% {
        top: 0px
    }

    10% {
        top: 0px
    }

    20% {
        top: -78px
    }

    30% {
        top: -78px
    }

    40% {
        top: -155px
    }

    50% {
        top: -155px
    }

    60% {
        top: -235px
    }

    70% {
        top: -235px
    }

    80% {
        top: -312px
    }

    90% {
        top: -312px
    }

    to {
        top: 0px
    }
}
.search-box{
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1198px){
    #hao123-hot-info-flow{
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
        display: none;
    }
}

.search-tag a {
    display: inline-block;
    margin: 0 5px
}

.nav {
    /*border: 1px solid var(--tx-m);
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: var(--tx-m);*/

    position: relative;
    z-index: 99;
    background-color: var(--tx-m);
    margin-top:20px;
}

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

.nav li a {
    display: block;
    padding: 0 22px;
    line-height: 45px;
    font-size:1.8rem;
    /*border-right: 1px dashed var(--tx-border);*/
    position: relative;
    color:var(--tx-box);
}

.nav>ul>li>a:hover {
    background-color: var(--tx-light1);
    color: var(--tx-m)
}
.nav>ul>li.on{
    background-color: var(--tx-box);
}
.nav>ul>li.on a{
    color: var(--tx-m);
}


.nav>ul>li.on>a::after,.nav>ul>li>a:hover::after {
    content: "";
    position: absolute;
    display: block;
    top: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--tx-m)
}

.nav li>i {
    position: absolute;
    top: 0;
    right: 10px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    transition: all .35s ease 0s;
    z-index: 20
}

.nav ul li ul li>i {
    height: 30px;
    transform: rotate(-90deg)
}

.nav ul li ul li:hover>i {
    transform: rotate(90deg)
}

.nav li:hover>i {
    transform: rotate(-180deg)
}

.nav a.search-on {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    color: var(--tx-box);
    background-color: var(--tx-m);
    font-size: 1.2rem
}

.nav>ul>li:hover>a {
    position: relative;
    z-index: 11;
    background-color: var(--tx-light1)
}

.nav li ul {
    position: absolute;
    z-index: 10;
    top: 44px;
    background-color: var(--tx-box);
    left: -1px;
    display: none;
    padding: 8px 0;
    border: 1px dashed var(--tx-border)
}

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

.nav li ul li {
    width: 100%
}

.nav li ul li a {
    white-space: nowrap;
    border: 0;
    line-height: 30px
}

.left-li {
    padding: 15px 0 5px 15px
}

.left-li li {
    float: left;
    margin: 0 15px 10px 0;
    line-height: 1
}

.footer {
    padding: 20px 0;
    border-top: 3px solid var(--tx-m)
}

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

.home-flash .swiper-button-next,.home-flash .swiper-button-prev {
    background-image: none;
    background-color: var(--tx-light);
    color: var(--tx-box);
    text-align: center;
    line-height: 44px;
    font-size: 2rem;
    opacity: 0;
    transition: all .35s ease 0s
}

.home-flash .swiper-button-next {
    right: 0
}

.home-flash .swiper-button-prev {
    left: 0
}

.home-flash:hover .swiper-button-next,.home-flash:hover .swiper-button-prev {
    opacity: 1
}

.home-flash .swiper-pagination-bullet-active {
    background-color: var(--tx-m)
}

.news-nav {
    border-bottom: 1px solid var(--tx-border);
    overflow-y: hidden;
    overflow-x: auto;
    display: flex
}

.news-nav a {
    flex: none;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    border-right: 1px solid var(--tx-border);
    border-radius: 10px 10px 0px 0px;
    
}

.news-nav a.active {
    color: var(--tx-box);
    background-color: var(--tx-m)
}

.news-box .img-box img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-box {
    position: relative;
    border-bottom: 1px dashed var(--tx-border);
    transition: all .35s ease 0s
}

.news-box:hover {
    background-color: var(--tx-light1)
}

.news-box dt {
    line-height: 25px;
    max-height: 50px;
    overflow: hidden
}

.news-img {
    float: left;
    width: 25%;
    margin-right: 20px
}

.news-time {
    position: absolute;
    bottom: 20px;
    left: 25%;
    padding-left: 30px
}

.home-news {
    position: relative
}

.home-news .news-box:last-child {
    border-bottom: 0
}

.home-tab .tab-bd>div {
    display: none
}

.home-tab .tab-bd>div:nth-child(1) {
    display: block
}

.shop-box {
    display: block;
    background-color: var(--tx-box);
    border: 1px solid var(--tx-border);
    box-shadow: 0 0 5px #f1f1f1;
    position: relative;
    overflow: hidden
}

.shop-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .15s ease 0s;
    z-index: 50
}

.shop-box:hover::after {
    border: 3px solid #d21111;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.shop-buy {
    background-color: #e61414;
    color: var(--tx-box);
    position: relative;
    height: 50px
}

.shop-buy .shop-buy-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: url(img/shop-buy.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #e61414;
    font-size: 1.6rem
}

.shop-buy-title {
    line-height: 20px;
    font-size: 1.3rem
}

.shop-buy-title .price {
    float: left;
    line-height: 50px;
    padding: 0 10px;
    height: 50px
}

.price strong {
    font-size: 3.4rem
}

.price i {
    font-style: normal
}

.shop-buy-title del {
    padding-top: 5px;
    display: block
}

.shop-title {
    padding: 8px 10px
}

.tu-box {
    background-color: var(--tx-box);
    border: 1px solid var(--tx-border);
    box-shadow: 0 0 5px #f1f1f1
}

.tu-box>a {
    display: block;
    position: relative;
    overflow: hidden
}

.tu-box>a>p {
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 100%;
    line-height: 38px;
    padding: 0 15px;
    background: var(--tx-box);
    opacity: .9;
    -webkit-transition: bottom .4s;
    -moz-transition: bottom .4s;
    -ms-transition: bottom .4s;
    -o-transition: bottom .4s;
    transition: bottom .4s;
    z-index: 40
}

.tu-box>a:hover>p {
    bottom: 0;
    display: block
}

.post-dh {
    position: relative;
    display: block;
    padding: 1.5rem 1rem 1.5rem 4.6rem;
    border-radius: 5px
}

.post-dh:hover {
    background-color: rgba(213,234,251,.25)
}

.post-dh>i {
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    width: 2.6rem;
    display: block;
    line-height: 1
}

.post-dh>i img {
    width: 2.6rem;
    height: 2.6rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    display: block
}

.side-box dl {
    margin-bottom: 10px;
    border: 1px solid var(--tx-border);
    border-right: 0
}

.side-box dl:first-child {
    border-top: 0
}

.side-box dl dt,.side-box1 dl dt {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid var(--tx-border)
}

.side-box dl dd {
    padding: 10px
}

.side-box dl dd ul::after {
    display: block;
    content: "";
    clear: both
}

.side-box dl dd ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2
}

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

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

.side-box dl#divCatalog ul li {
    width: 25%;
    padding: 0 5px;
    float: left
}

.side-box dl table {
    width: 100%;
    border-collapse: collapse
}

.side-box dl table td,.side-box dl table th {
    border: 1px solid var(--tx-border);
    padding: 5px;
    overflow: hidden;
    text-align: center
}

.side-box dl table caption {
    margin-bottom: 10px
}

.side-box dl table td a {
    color: red
}

.side-box dl#divSearchPanel dd form {
    display: block;
    position: relative;
    height: 30px;
    width: 100%;
    padding-right: 50px
}

.side-box dl#divSearchPanel dd>div input[type=text] {
    width: 100%;
    border: 0;
    padding: 0 10px;
    line-height: 30px;
    background-color: var(--tx-light1)
}

.side-box dl#divSearchPanel dd>div input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--tx-box);
    background-color: var(--tx-m);
    border: 0;
    border-radius: 0;
    padding: 0
}

.side-box dl#divCatalog ul li ul {
    display: none
}

.side-box .side-width dl.side-hot {
    margin-bottom: 0;
    border-bottom: 0
}

.side-box dl.side-hot dd ul li {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid var(--tx-border);
    white-space: normal
}

.side-box dl.side-hot dd ul li:last-child {
    border-bottom: 0
}

.side-hot dd ul li a>i {
    display: block;
    float: left;
    width: 80px;
    margin-right: 12px
}

.side-box dl.side-hot dd ul li h2 {
    line-height: 22px;
    max-height: 44px;
    overflow: hidden
}

.side-box {
    position: static
}

.fixedbox-on {
    position: fixed;
    top: 0;
    z-index: 99
}

.fixedbox-off {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto
}

.side-box1 dl {
    background-color: var(--tx-box);
    margin-bottom: 10px;
    border: 1px solid var(--tx-border)
}

.side-box dl .pd10-3,.side-box1 dl .pd10-3 {
    padding: 10px 10px 0 10px
}

.place {
    padding: 10px 15px;
    background-color: var(--tx-light1)
}

.info-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--tx-border)
}

.tx-table,.tx-text table {
    border-collapse: collapse;
    max-width: 100%!important;
    border-spacing: 0
}

.tx-table td,.tx-table th,.tx-text table td,.tx-text table th {
    border: 1px solid var(--tx-border);
    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 {
    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-color);
    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-m);
    background-color: rgba(0,0,0,.02);
    padding: .5em 1em;
    margin-bottom: .8em;
    line-height: 1.2;
    border-radius: 2px
}

.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
}

.tx-hr,.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
}

.info-tag {
    line-height: 30px;
    font-size: 1.3rem
}

.info-tag a {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: 0 15px;
    background-color: var(--tx-light1);
    border-radius: 2px
}

.info-tag a:hover {
    background-color: var(--tx-m);
    color: var(--tx-box)
}

.info-copy {
    padding: 1em;
    border: 1px dashed var(--tx-border);
    background-color: var(--tx-light1);
    line-height: 1.8;
    font-size: .9em
}

.shop-li li {
    margin-bottom: 7px;
    padding: 7px 0 0 70px;
    border-top: 1px dashed var(--tx-border);
    position: relative;
    min-height: 27px;
    max-height: 69px;
    overflow: hidden;
    color: #888
}

.shop-li li span {
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--tx-light)
}

.shop-txt .shop-buy {
    height: 70px;
    padding: 10px;
    background: url(img/buy-bg.png) repeat-x 0 0 #e61414
}

.shop-txt .shop-buy .shop-buy-btn {
    width: auto;
    background-color: var(--tx-box)58c;
    background-image: none;
    padding: 0 20px;
    top: 15px;
    right: 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px
}

.shop-buy-btn>a {
    margin: 0 20px;
    display: inline-block;
    line-height: 35px;
    background-color: #e61414;
    color: var(--tx-box);
    border-radius: 4px
}

.hao-txt-li {
    border: 1px solid var(--tx-border);
    border-bottom: 0
}

.hao-txt-li li {
    color: var(--tx-light);
    border-bottom: 1px solid var(--tx-border);
    border-right: 1px solid var(--tx-border);
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hao-txt-li li:nth-child(2n) {
    border-right: 0
}

.fixed-box {
    position: fixed;
    bottom: 20px;
    /*left: 50%;*/
	right:10px;
    margin-left: 710px;
    width: 85px;
    z-index: 999
}

.fixed-box li a,.fixed-box li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: var(--tx-box);
    border: 1px solid var(--tx-border);
    margin-bottom: 5px;
    font-size: 1.2rem;
    cursor: pointer
}

.fixed-box li a:hover {
    border: 1px solid var(--tx-m)
}

.tx-form li {
    position: relative;
    padding-left: 90px
}

.tx-form li span {
    position: absolute;
    left: 15px;
    top: 0
}

.tx-tips {
    border: 1px solid var(--tx-m);
    border-radius: 2px
}

@-webkit-keyframes xuanzhuan {
    0% {
        -webkit-transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.img-box {
    background-color: rgba(0,0,0,.05);
    overflow: hidden
}

.img-box img {
    font-size: 0;
    z-index: 40
}

.img-box::before {
    content: "\f110";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -25px;
    font-size: 12px;
    color: #888;
    z-index: -1;
    animation: xuanzhuan 1s infinite linear
}

.load-end .img-box::before {
    display: none
}

.tx-night .shop-box,.tx-night .tu-box,.tx-night .tx-box {
    box-shadow: 0 0 2px rgba(0,0,0,.8)
}

.tx-night input,.tx-night select,.tx-night textarea {
    color: #ddd
}

.tx-night .search-con input[type=text] {
    background-color: rgba(0,0,0,1)
}

.tx-night .f-black {
    color: var(--tx-link)
}

@media screen and (max-width: 1198px) {
    .nav{margin:0px}
    .nav ul li a{color:var(--tx-m)}
    .wide {
        width:100%;
        padding-left: 6px;
        padding-right: 6px
    }

    .row {
        margin-left: -3px;
        margin-right: -3px
    }

    [class*=col-] {
        padding-left: 3px;
        padding-right: 3px
    }

    [class*=col2-] {
        padding-left: 0;
        padding-right: 0
    }

    .col-1,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-2,.col-20,.col-21,.col-22,.col-23,.col-24,.col-25,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
        width: auto
    }

    .col-m-1 {
        width: 4.1666%
    }

    .col-m-2 {
        width: 8.3332%
    }

    .col-m-3 {
        width: 12.4998%
    }

    .col-m-4 {
        width: 16.6664%
    }

    .col-m-5 {
        width: 20.833%
    }

    .col-m-6 {
        width: 24.9996%
    }

    .col-m-7 {
        width: 29.1662%
    }

    .col-m-8 {
        width: 33.33328%
    }

    .col-m-9 {
        width: 37.4994%
    }

    .col-m-10 {
        width: 41.666%
    }

    .col-m-11 {
        width: 45.8326%
    }

    .col-m-12 {
        width: 50%
    }

    .col-m-13 {
        width: 54.1658%
    }

    .col-m-14 {
        width: 58.3324%
    }

    .col-m-15 {
        width: 64.499%
    }

    .col-m-16 {
        width: 66.6656%
    }

    .col-m-17 {
        width: 70.8322%
    }

    .col-m-18 {
        width: 74.9988%
    }

    .col-m-19 {
        width: 79.1654%
    }

    .col-m-20 {
        width: 83.332%
    }

    .col-m-21 {
        width: 87.4986%
    }

    .col-m-22 {
        width: 91.6652%
    }

    .col-m-23 {
        width: 95.8318%
    }

    .col-m-24 {
        width: 100%
    }

    .row3 {
        margin-left: -6px;
        margin-right: -6px
    }

    [class*=col3-] {
        padding-left: 6px;
        padding-right: 6px
    }

    .mb10,.side-box1 dl {
        margin-bottom: 6px
    }

    .mb15 {
        margin-bottom: 8px
    }

    .mb20 {
        margin-bottom: 10px
    }

    .search-con,.share {
        width: 100%;
        margin: 10px auto 0px auto;
    }

    .nav,.news-box dd.news-txt p,.sjwu,.tianqi {
        display: none
    }

    .dnwu {
        display: block
    }

    .header {
        padding: 3px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: var(--tx-box);
        box-shadow: 0 3px 10px rgba(0,0,0,.2);
        display: flex;
        align-items: center
    }

    .search-box {
        padding-top: 54px
    }

    .logo {
        float: none;
        flex: auto;
        position: relative;
        z-index: 1;
        margin-left: 3vw
    }

    .logo img {
        height: 40px;
        margin-right: 0;
        display: inline;
    }
    .logoimg{
        display: none;
    }

    .wap-menu {
        flex: none;
        display: inline-flex;
        align-items: center
    }

    .wap-menu>a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px
    }

    .search-box1 {
        position: fixed;
        top: 46px;
        left: 0;
        width: 100%;
        z-index: 100;
        border: 0;
        box-shadow: 0 1px 5px rgba(0,0,0,.2)
    }

    .suctiontop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 998;
        background-color: var(--tx-box)
    }

    .nav-on {
        left: 0
    }

    .search-on1,.wap-home {
        right: 0;
        text-align: right
    }

    .nav {
        position: fixed;
        left: 0;
        top: 46px;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: var(--tx-box);
        overflow-y: scroll
    }

    .nav li {
        width: 100%;
        border-bottom: 1px dashed var(--tx-border)
    }

    .nav>ul>li.on a::after,.nav>ul>li>a:hover::after {
        top: 20%;
        width: 3px;
        height: 60%
    }

    .nav li a {
        line-height: 38px;
        border: 0;
        padding: 0 1.2em
    }

    .nav li>i {
        width: 40px;
        height: 38px;
        justify-content: center;
        cursor: pointer;
        right: 0
    }

    .nav li>i.on {
        transform: rotate(-180deg)
    }

    .nav li ul {
        border: 0;
        padding: 0 0 5px 2em;
        position: static
    }

    .nav li ul::after {
        display: table;
        content: " ";
        clear: both
    }

    .nav li ul li:last-child {
        border-bottom: 0
    }

    .nav li ul li a {
        padding: 0
    }

    .hao-dl dd {
        padding-left: 0;
        min-height: auto
    }

    .hao-dl dd>span {
        left: 0;
        position: relative;
        display: block;
        width: 100%;
        padding: 0 10px;
        background-color: var(--tx-light1);
        border-bottom: 1px solid var(--tx-border)
    }

    .hao-dl dd>span::after {
        display: none
    }

    .hao-dl dd:nth-child(2n) {
        background-color: transparent
    }

    .hao-dl dd ul {
        padding: 0
    }

    .hao-dl dd ul>a {
        top: -38px
    }

    .hao-pd {
        padding: 0
    }

    .hao-dl li a {
        border-right: 1px solid var(--tx-border);
        border-bottom: 1px solid var(--tx-border)
    }

    .hao-txt-li li {
        border-right: 0
    }

    .home-top li:nth-child(6n) a {
        border-right: 1px solid var(--tx-border)
    }

    .fixed-box {
        left: auto;
        right: 10px;
        margin-left: 0;
        bottom: 10px
    }

    .info-next .ta-r {
        text-align: left
    }

    .news-nav {
        overflow-x: scroll;
        text-align: justify;
        white-space: nowrap
    }

    .tx-night .hao-dl dd>span {
        background-color: var(--tx-light1)
    }

    .tx-form li span {
        display: block;
        position: relative;
        left: auto
    }

    .tx-form li {
        padding-left: 0
    }
}

@media screen and (max-width: 480px) {
    .wapshow {
        display:block
    }

    .waphide {
        display: none
    }

    .wapflex {
        display: flex
    }

    .wide {
        width: 100%;
        padding-left: 4px;
        padding-right: 4px
    }

    .row {
        margin-left: -2px;
        margin-right: -2px
    }

    [class*=col-] {
        padding-left: 2px;
        padding-right: 2px
    }

    [class*=col2-] {
        padding-left: 0;
        padding-right: 0
    }

    .mb10,.side-box dl,.side-box1 dl {
        margin-bottom: 4px
    }

    .wap-pd10 {
        padding: 0
    }

    .mb15 {
        margin-bottom: 6px
    }

    .mb20 {
        margin-bottom: 8px
    }

    .pd20 {
        padding: 8px
    }

    .pd15,.side-box1 dl {
        padding: 6px
    }

    .fixed-box {
        position: static;
        margin: 0;
        overflow: hidden
    }

    .fixed-box::after {
        content: "";
        display: block;
        width: 100vw;
        height: 3.6em
    }

    .fixed-box ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--tx-box);
        box-shadow: 0 0 5px #f1f1f1;
        padding: 0 3vw;
        height: 3.6em;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        z-index: 99
    }

    .fixed-box li a,.fixed-box li>span {
        margin: 0;
        padding: 0 .6em;
        border: 0;
        background-color: transparent;
        height: 100%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: .8em
    }

    .fixed-box li a:hover,.fixed-box li>span:hover {
        border: 0
    }

    .fixed-box li i {
        font-size: 1.6em;
        line-height: 1;
        margin: 0
    }

    .pd15-2 {
        padding: 0 8px
    }

    .news-box {
        padding: 10px
    }

    .side-box dl .pd10-3 {
        padding: 4px 0
    }

    .news-box dt {
        line-height: 20px;
        max-height: 40px;
        font-size: 1.7rem
    }

    .news-img {
        margin-right: 10px
    }

    .news-time {
        /*display: none*/
        bottom: 5px;
        left: 21%;
    }

    .price strong {
        font-size: 2.6rem
    }

    .tx-btn-wap {
        display: block;
        width: 100%
    }

    .tx-comment-box {
        width: 100%;
        margin: 0 0 5px 0!important
    }

    .place {
        font-size: 14px;
        padding: 5px 10px
    }

    .tx-text img {
        height: auto!important
    }
}

@media screen and (max-width: 398px) {
    .shop-buy-title del,.shop-buy-title>p {
        display:none
    }
}
.timezone_ul{
background: #fefefe;
justify-content: space-between;
align-items: center;
position: relative;
border: 1px solid #eee;
padding: 5px;
color: #a2a2a2;
font-size: 13px;
display: flex;
flex-wrap: wrap;
text-align: center;
}
.tx-night .timezone_ul{
background: #293238;
border:0px;
color:var(--tx-box);
}
.timezone_ul .timezone-item {
height: 20px;
display: flex;
align-items: center;
width: auto;
float: left;
margin-left: 3.3px;
}
.timezone_ul .timezone-item img {
width: auto;
height: 12px;
vertical-align: bottom;
}
.tx-title strong {
color:#999;
margin-right: 10px;
font-weight: normal;
cursor: pointer;
}
.tx-title strong.curr {
color:var(--tx-m);
font-weight: bold;
}
/*侧边导航*/
.leftsidebar {
    float: left;
    width: 100px;
    z-index: 99;
    background:var(--tx-box);
}
.leftsidebar li {
    width: 95px;
    text-align: center;
    /*background: #e5e5e5;*/
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    position: relative;
}
.leftsidebar li:hover, .leftsidebar li.on ,.leftsidebar li:hover a, .leftsidebar li.on a{
    background: var(--tx-m);
    color: var(--tx-box);
}
.leftsidebar li a {
    display: inline-block;
    width: 95px;
    font-size: 14px;
    color: #999;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.icon_tag {
    display: inline-block;
    vertical-align: middle;
    background-image: url(icon-product.png);
}
.leftsidebar .arrow-right{
    background-position:-734px -167px;
    display: none;
    height: 12px;
    width: 10px;
    margin-top: -6px;
    position: absolute;
    right: -10px;
    top: 50%;
}
.leftsidebar li.on .arrow-right {
    display: block;
}
.sub_fixed{
position:fixed;
}
@media screen and (max-width: 1198px)
{
.leftsidebar{display:none;}
}

#hao123-footer {
    margin-top: auto
}

#hao123-footer .hao123-collection {
    height: 60px;
    padding: 11px 0 12px;
    background: linear-gradient(90deg,#496ff9 0%,#3f69fd 100%)
}

#hao123-footer .hao123-collection-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 18px;
    height: 37px;
    background: var(--tx-box);
    border-radius: 8px;
    color: #3b82f6;
    font-size: 14px;
    font-weight: 600;
    margin: 0 12px
}

#hao123-footer .hao123-collection-font {
    font-size: 20px
}

#hao123-footer .hao123-collection__wrapper {
    height: 37px;
    margin: 0 auto;
    padding: 0 10px 0 15px;
    display: flex;
    justify-content: space-between
}

#hao123-footer .hao123-collection__right {
    display: flex;
    align-items: center;
    color: var(--tx-box)
}

#hao123-footer .hao123-collection__text {
    display: flex;
    align-items: center;
    color: var(--tx-box);
    font-size: 16px;
    font-weight: 400
}

@media (min-width: 1200px) {
    #hao123-footer .hao123-collection .hao123-collection__wrapper {
        width:1200px
    }
}

@media (min-width: 1600px) {
    #hao123-footer .hao123-collection .hao123-collection__wrapper {
        width:1400px
    }
}

@media (max-width: 900px) {
    #hao123-footer .hao123-collection {
        display:none
    }
}

#hao123-footer .hao123-footer .hao123-footer-wrapper {
    background: #26282c;
    --hao123-second-link-size: 14px;
    --hao123-second-link-color: #adb5bd;
    --hao123-second-link-line-height: 24px;
    --hao123-third-link-line-height: 20px
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 10px 12px 15px
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container {
    display: flex;
    color: var(--tx-box)
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-intro .hao123-intro-title {
    font-size: 23px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 24px
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-intro .hao123-site-text {
    white-space: pre-line;
    width: 432px;
    font-weight: 400;
    font-size: var(--hao123-second-link-size);
    color: var(--hao123-second-link-color);
    line-height: var(--hao123-second-link-line-height)
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-site-content-link {
    margin: 0 auto 12px
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-site-content-link .hao123-site-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 22px;
    -webkit-font-smoothing: antialiased;
    margin-top: 24px
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-site-content-link .hao123-site-group {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 12px;
    column-gap: 42px
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-site-content-link .hao123-site-group a {
    font-size: var(--hao123-second-link-size);
    color: var(--hao123-second-link-color);
    line-height: var(--hao123-third-link-line-height)
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-site-content-link .hao123-site-group a:hover {
    color: var(--tx-box)
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-site-content-link .vn-site-group {
    grid-template-columns: repeat(1,1fr)
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-contact {
    margin-top: 72px;
    display: flex;
    position: relative
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-contact .hao123-contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 32px
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-contact .hao123-contact-item:last-child {
    margin-right: 0
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-contact .hao123-contact-item>div {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--tx-box)
}

#hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-contact .hao123-contact-item>img {
    width: 96px;
    height: 96px;
    margin-bottom: 8px
}

#hao123-footer .hao123-footer .hao123-footer-links-group {
    background-color: #242528;
    margin-top: -2px
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic {
    padding: 14px 12px 12px 15px;
    margin: 0 auto;
    background-color: #242528
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic>span {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #adb5bd;
    border-radius: 20px;
    padding: 3px 10px;
    margin-right: 12px;
    color: #adb5bd;
    font-size: 12px;
    line-height: 20px
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic>span.active {
    color: var(--tx-box);
    border-color: var(--tx-box)
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic ul {
    list-style: none;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 10px 0 12px;
    padding: 0;
    color: #adb5bd;
    font-size: 12px;
    line-height: 20px
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic ul.active {
    display: flex
}


#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic ul li {
    display: flex;
    align-items: center
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic ul li img {
    width: 12px;
    height: 12px;
    margin-right: 8px
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic ul li .inline-divider {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #adb5bd;
    margin-left: 8px
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic ul li a {
    color: var(--tx-box)
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic ul li a:hover {
    color: var(--tx-box)
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic .hao123-footer-divider {
    background: #4f5358;
    height: 1px
}

#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic .hao123-copyright {
    padding-top: 10px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    background: #242528;
    color: #adb5bd
}

@media (min-width: 1200px) {
    #hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common,#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic {
        width:1200px
    }
}

@media (min-width: 1600px) {
    #hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common,#hao123-footer .hao123-footer .hao123-footer-links-group .hao123-site-and-topic {
        width:1400px
    }

    #hao123-footer .hao123-footer .hao123-footer-wrapper .hao123-footer-common .hao123-footer-container .hao123-intro .hao123-site-text {
        width: 452px
    }
}

#hao123-footer .hao123-mobile-footer {
    width: 100%;
    padding: 10px 30px 12px;
    background: #26282c
}

#hao123-footer .hao123-mobile-footer .hao123-site-content-link-mobile {
    display: flex;
    height: 16px
}

#hao123-footer .hao123-mobile-footer .hao123-site-content-link-mobile a {
    color: #adb5bd;
    font-size: 12px
}

#hao123-footer .hao123-mobile-footer .hao123-footer-divider-mobile {
    margin: 10px 0 8px;
    background: #4f5358;
    height: 1px
}

#hao123-footer .hao123-mobile-footer section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    color: #adb5bd;
    opacity: .75
}

#hao123-footer .hao123-mobile-footer section .inline-divider-mobile {
    display: none;
    width: 1px;
    height: 10px;
    background: #adb5bd;
    margin-right: 8px
}

#hao123-footer .hao123-mobile-footer section .footer-link-group {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    font-size: 12px;
    min-width: max-content
}

#hao123-footer .hao123-mobile-footer section .footer-link-group img {
    margin-right: 6px;
    width: 12px;
    height: 12px
}

#hao123-footer .hao123-mobile-footer section .footer-link-group span,#hao123-footer .hao123-mobile-footer section .footer-link-group a {
    max-width: calc(100vw - 32px);
    overflow-wrap: break-word;
    display: inline-block;
    color: var(--tx-box);
}

@media (max-width: 741px) {
    #hao123-footer .hao123-mobile-footer .footer-link-group:first-child {
        display:flex
    }

    #hao123-footer .hao123-mobile-footer section .inline-divider-mobile {
        display: inline-block
    }
}

@media (max-width: 540px) {
    #hao123-footer .hao123-mobile-footer {
        padding:14px 16px
    }

    #hao123-footer .hao123-mobile-footer .hao123-site-content-link-mobile {
        flex-wrap: wrap;
        height: auto
    }

    #hao123-footer .hao123-mobile-footer .hao123-site-content-link-mobile>a:not(:nth-child(4n)) {
        margin-right: calc((100vw - 192px)/4)
    }

    #hao123-footer .hao123-mobile-footer .hao123-site-content-link-mobile>a:not(:last-child) {
        margin-bottom: 12px
    }
}
@media (max-width: 991px) {
    .hao123-footer,.hao123-header {
        display:none!important
    }

    #hao123-header {
        padding: 15px 20px
    }

    #hao123-aside-bar {
        display: none
    }
}
@media (min-width: 992px) {
    .hao123-mobile-header,.hao123-mobile-footer {
        display:none!important
    }
}

#hao123-footer .hao123-mobile-footer a{margin-right:10px;}

#divhottag div,#divnewtag div,#divrandtag div {
    display: flex;
    flex-wrap: wrap
}

#divhottag div a,#divnewtag div a,#divrandtag div a {
    padding: 0 .7em!important;
    margin: 2px 4px 2px 0!important;
    background: #09c;
    color: var(--tx-box)!important;
    display: inline-flex!important;
    border-radius: 2px!important;
    line-height: 2!important;
    height: 2em!important
}

#divhottag div a:hover,#divnewtag div a:hover,#divrandtag div a:hover {
    color: var(--tx-box)!important;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

a.tags0 {
    background-color: #efac82!important
}

a.tags1 {
    background-color: #84c7cf!important
}

a.tags2 {
    background-color: #d69899!important
}

a.tags3 {
    background-color: #d59ad4!important
}

a.tags4 {
    background-color: #c9b070!important
}

a.tags5 {
    background-color: #b0d699!important
}

a.tags6 {
    background-color: #eda29e!important
}



        .zit{
            color: #fff;
            background-color: var(--tx-m) !important;
        }
        #catetype {
            text-align: center;
            line-height: 48px;
            font-size: 14px;
            background-color: var(--tx-box);
            border: 1px solid var(--tx-border);
            border-radius: 5px;
        }
        #catetype a{
            padding: 2px  5px ;
            border-radius: 8px;
        }
        #catetype a.curr{
            background: var(--tx-m);
            color: #fff;
        }
        .tu-box p{
            padding: 10px 15px;
        }

        .diqu{overflow:hidden}
        .hangye{overflow:hidden}
        .hangye dd{float:left}
        .diqu dd{float:left}
        .clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.fl {
    float: left;
}
.mask{display:none;position: fixed;top: 0;left: 0; width: 100%; height: 100%;background: #000;filter: alpha(opacity=50);-moz-opacity: .5; -khtml-opacity: .5;opacity: .5; z-index:99999;}
.pop-rank {display:none;position:fixed;top: 50%;left: 50%;width: 670px;height: 432px;margin-left:-335px;margin-top:-216px;background: #fff;text-align: center;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;z-index: 100000;}
.pop-rank .tit {position: relative;height: 50px;line-height: 50px;padding: 0 0 0 20px;font-size: 18px;background: var(--tx-m);text-align:left;color: #fff;border-top-left-radius: 10px; border-top-right-radius: 10px;}
.pop-rank .content {padding: 12px 30px;}
.pop-rank .close {position: absolute;top: 14px; right: 20px; cursor: pointer;color:#fff;font-weight:bolder}
.pop-rank .close:hover { -webkit-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: -webkit-transform .4s linear; transition: transform .4s linear;}
.pop-rank .content .join-rank-form { float:left;width: 304px;}
.pop-rank .content .join-rank-form div{border-bottom:1px solid #eee;}
.pop-rank .content  .join-rank-form p {float:left;width: 86px;height: 52px;line-height: 52px;text-align: right;margin-right: 11px;color: #333;}
.pop-rank .content  .join-rank-form p.submit-btn{width:100%;}
.pop-rank .content .join-rank-form p span { color: #D7000F; margin-right: 4px;}
.pop-rank .content .join-rank-form input {float:left;display: block;width:200px;height:20px line-height:20px;margin-top:16px; border: 0 none;outline: none;}
.pop-rank .content input[type=button] {outline: none;border: 0 none;display:inline-block;width: 80px;height: 30px;background: var(--tx-m);border-radius: 5px;color: #fff;text-align: center;line-height: 30px;margin-top: 20px;margin-left:106px;cursor: pointer;}
.pop-rank .content .join-rank-form  h3 {color: var(--tx-m);font-size: 16px; margin: 16px 0; font-weight: 600;}
.pop-rank .content div p { font-size: 14px; color: #999; text-align: left;}
.pop-rank .content .submit-btn-rubang{ text-align: center; }
.join-rank-ms{float:right;width:270px;}
.pop-rank .content .join-rank-ms h3 {color: var(--tx-m);font-size: 16px; margin: 16px 0 6px 0; font-weight: 600;}
.pop-rank .content .join-rank-ms h4 { font-size: 14px; color: #333; text-align: left; font-weight: 600;  margin: 6px 0;}
.pop-rank .content .join-rank-form textarea{width:192px;height:80px;line-height:20px;padding:15px 5px; resize: none; border:0 none;}
        .home-flash .swiper-slide img{height:400px}
        
        .cates .swiper-slide a {
            width: 100%;
            height: 100%;
            display: block;
            background: var(--tx-m);
            padding: 8% 0 12%;
            color: #fff;
            text-align: center;
            vertical-align: middle;
        }
        .cates .swiper-slide a i img{
            width: auto;
            height: 80px;
            margin: 0 auto;
            position: relative;
            top: 0;
            transform: scale(0.95);
            -moz-transition: ease-in-out 0.3s;
            -webkit-transition: ease-in-out 0.3s;
            -o-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
            transition: ease-in-out 0.3s;
        }
        @media screen and (max-width: 768px){
            .cates .swiper-slide a i img{height: 50px;}
        
        }
        
        .cates .swiper-button-next, .cates .swiper-button-prev {
            border-radius: 100px;
            background: rgba(255,255,255,0.3);
            color: var(--tx-box);
            text-align: center;
            line-height: 44px;
            font-size: 2rem;
            opacity: 0;
            transition: all .35s ease 0s;
        }
        .cates:hover .swiper-button-next,.cates:hover .swiper-button-prev {
            opacity: 1
        }
         .zit{
            color: #fff;
            background-color: var(--tx-m) !important;
        }
        .cates .swiper-slide {
            width: 100%;
            display: inline-block;
            position: relative;
        }
        .tu-box p{
            padding: 10px 15px;
        }

        .diqu{overflow:hidden}
        .hangye{overflow:hidden}
        .hangye dd{float:left}
        .diqu dd{float:left}
        @media screen and (max-width: 768px){
            #catetype{line-height:28px}
            .home-flash .swiper-slide img{height:200px}
        }
        
        @media screen and (max-width: 768px){
            .pop-rank {width:98%;margin:1%;top: 20%;left: 0%;height: 432px;}
            .pop-rank .content .join-rank-form{float:inherit;margin:0px auto}
            .join-rank-ms{display: none;}
        }