html {
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: break-all
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, sans-serif;
    line-height: 1.5;
    outline: 0
}

a {
    text-decoration: none;
    transition: all .35s ease 0s;
    outline: 0
}

a:hover {
    text-decoration: none;
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
img,
input,
label,
p,
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: 14px;
    font-family: "Microsoft YaHei", Verdana, sans-serif
}

li {
    list-style-type: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

.dp-b,
.img-b img,
.img-d img,
.txgg img {
    display: block;
    width: 100%
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.ml10 {
    margin-left: 10px
}

.mt15 {
    margin-top: 15px
}

.f-30 {
    font-size: 30px
}

.f-22 {
    font-size: 22px
}

.f-20 {
    font-size: 20px
}

.f-18 {
    font-size: 18px
}

.f-16 {
    font-size: 16px
}

.f-15 {
    font-size: 15px
}

.f-14 {
    font-size: 14px
}

.f-10 {
    font-size: 10px
}

.f-12 {
    font-size: 12px
}

.f-8 {
    font-size: .75em
}

.f-bold {
    font-weight: 700
}

.pd3 {
    padding: 3px
}

.pd5 {
    padding: 5px
}

.pd10 {
    padding: 10px
}

.pd10-1 {
    padding: 10px 0
}

.pd10-2 {
    padding: 0 10px
}

.pd10-b {
    padding-bottom: 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
}

.pd40 {
    padding: 40px 0
}

.pd60 {
    padding: 60px 0
}

.ta-c {
    text-align: center
}

.ta-r {
    text-align: right
}

.tx-btn {
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.tx-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 22px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9
}

.tx-btn:hover {
    opacity: .8;
    color: #fff
}

.tx-btn:active {
    opacity: 1
}

.tx-btn-big {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 16px
}

.tx-btn-small {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px
}

.tx-btn-mini {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px
}

.bg-gray1 {
    background-color: #f8f8f8
}

.bg-red {
    background-color: #ff5722
}

.bg-orange {
    background-color: #f7b824
}

.bg-green {
    background-color: #009688
}

.bg-cyan {
    background-color: #ff8ca7
}

.bg-blue {
    background-color: #1e9fff
}

.bg-black {
    background-color: #393d49
}

.bg-gray {
    background-color: #eee
}

.tx-table table {
    width: 100%;
    border-collapse: collapse
}

.tx-table table td,
.tx-table table th {
    border: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
    text-align: center
}

.tx-table table th {
    background: #f1f1f1
}

.tx-input {
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    width: 100%;
    padding: 0 10px
}

.input-ma {
    position: relative
}

.input-ma img {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px !important;
    width: auto !important
}

.tx-form {
    position: relative;
    line-height: 38px
}

.tx-textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    width: 100%
}

.f-white {
    color: #fff
}

.f-grenn {
    color: #164a0e
}

.f-yellow {
    color: #ff8420
}

.f-grenn1 {
    color: #093
}

.f-gray {
    color: #888
}

.f-gray1,
.f-gray1 a {
    color: #bbb
}

.f-wthie1 a {
    color: #fff
}

.border {
    border: 1px solid #ddd
}

.border-b {
    border-bottom: 1px solid #ddd
}

.border-t {
    border-top: 1px solid #ddd
}

.i60 {
    line-height: 20px;
    height: 60px;
    overflow: hidden
}

.i40 {
    line-height: 20px;
    height: 40px;
    overflow: hidden
}

.i22 {
    line-height: 22px;
    height: 22px;
    overflow: hidden
}

.i18 {
    line-height: 18px;
    height: 18px;
    overflow: hidden
}

.lh-50 {
    line-height: 50px
}

.lh-40 {
    line-height: 40px
}

.lh-30 {
    line-height: 30px
}

.wide {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px
}

.clearfix::after,
.row:after,
.row:before,
.side-box dl ul:after,
.wide::after {
    display: table;
    content: " ";
    clear: both
}

.row {
    margin-left: -8px;
    margin-right: -8px
}

[class*=col-] {
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    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%
}

.ul-36 li {
    line-height: 36px;
    height: 36px;
    overflow: hidden
}

.ul-32 li {
    line-height: 32px;
    height: 32px;
    overflow: hidden
}

.pagebar {
    width: 100%;
    padding: 10px 0
}

.pagebar .now-page,
.pagebar a {
    padding: 4px 12px;
    color: #333;
    display: inline-block;
    background: #fff;
    margin: 0 3px 3px 0;
    border-radius: 2px
}

.pagebar .now-page,
.pagebar a:hover {
    color: #fff
}

.tx-comments>ul.msg {
    margin-bottom: 8px;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    border-radius: 4px
}

.tx-comments {
    margin-bottom: 10px
}

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: 12px;
    margin-bottom: 3px
}

ul.msg li.msgname small {
    color: #aaa;
    font-size: 12px
}

ul.msg li.msgname small a {
    display: none
}

ul.msg:hover li.msgname small a {
    display: inline-block
}

ul.msg li ul.msg {
    margin-top: 12px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .05)
}

.tx-comment h3,
.tx-comments h3 {
    line-height: 40px;
    height: 40px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px;
    border-radius: 2px
}

.tx-comment label,
.tx-comments label {
    display: none
}

.tx-comments h4 {
    text-align: center;
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px
}

.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
}

.tx-comment textarea {
    border: 0;
    height: 120px;
    width: 100%;
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, sans-serif;
    display: block;
    padding: 8px
}

.tx-comment-box {
    border-width: 1px;
    border-style: solid;
    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;
    background: #0ebaa6;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0
}

.tx-comment-textarea {
    width: 100%;
    clear: both
}

.tx-red {
    color: #c00
}

.reply-frm {
    margin-top: 15px
}

.img-b {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 0
}

.img-b[data-ratio="16:9"] {
    padding-top: 70%
}

.img-b img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.img-b:hover img {
    transform: scale(1.1)
}

.tx-box {
    border-radius: 3px
}

.bg-xw {
    background-image: url(img/title-bg.png);
    background-position: 0 0;
    background-repeat: repeat
}

.bg-tm {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

.color-yy {
    text-shadow: #fafafa 1px 0 1px
}

.header {
    height: 60px;
    position: relative;
    z-index: 999
}

.logo {
    padding: 5px 0;
    margin-right: 20px
}

.logo img {
    display: block;
    height: 50px;
    width: auto
}

.nav {
    font-size: 16px
}

.nav li {
    float: left;
    position: relative
}

.nav li a {
    display: block;
    line-height: 60px;
    padding: 0 18px;
    color: #fff;

}

.nav li:hover>a {
    -moz-opacity: .95;
    -khtml-opacity: .95;
    opacity: .95
}

.nav li ul {
    position: absolute;
    left: 0;
    top: 80px;
    padding: 0;
    z-index: 10;
    padding: 6px 0;
    font-size: 0.9em;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease 0s;
}

.nav>ul>li:hover>ul {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

.nav li ul li ul {
    left: 110%;
    top: 0;
}

.nav li ul li:hover ul {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.assist-nav li ul li,
.nav li ul li {
    float: none
}

.assist-nav li ul li a,
.nav li ul li a {
    display: block;
    width: 100%;
    padding: 0 18px;
    white-space: nowrap;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis
}


.nav li>i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    font-size: 0.6em;
    color: #fff;
    transition: all .35s ease 0s;
}
.nav li ul li>i{
    transform: rotate(-90deg);
}

.nav li:hover>i {
    transform: rotate(180deg);
}

.header-fr {
    padding: 10px 0
}

.header-login a {
    display: block;
    padding: 0 12px;
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 12px
}

.header-login a:nth-child(1) {
    border-radius: 2px 0 0 2px
}

.header-login a:nth-child(2) {
    border-radius: 0 2px 2px 0
}

.header-login a:hover {
    color: #fff;
    opacity: .8
}

.search {
    width: 300px;
    height: 40px;
    position: relative;
    border-radius: 3px;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.search input {
    width: 100%;
    padding: 0 10px 0 40px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    border-radius: 3px
}

.search input:focus {
    background: #fff
}

.search button {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: 0;
    background-color: transparent
}

.nav-on,
.tx-phone-bottom,
.tx-phone-bottom-top,
.waplb {
    display: none
}

.assist-nav {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 998
}

.assist-nav li {
    float: left;
    position: relative
}

.assist-nav li a {
    color: #fefefe;
    line-height: 45px;
    padding: 0 20px;
    position: relative;
    display: block
}

.assist-nav>ul>li.hover>a:after,
.assist-nav>ul>li>a:hover:after {
    display: table;
    content: " ";
    width: 17px;
    position: absolute;
    left: 50%;
    bottom: 6px;
    margin-left: -7px;
    height: 3px
}

.assist-nav li ul {
    position: absolute;
    left: 0;
    top: 45px;
    padding: 0;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, .3)
}

.index-flash .swiper-slide {
    text-align: center;
    font-size: 15px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.index-flash .swiper-slide a {
    display: block;
    position: relative;
    width: 100%
}

.index-flash .swiper-slide a img {
    width: 100%;
    height: auto;
    border-radius: 2px
}

.swiper-pagination {
    bottom: auto;
    bottom: 15px;
    height: 18px
}

.swiper-button-next {
    right: 10px
}

.swiper-button-prev {
    left: 10px
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    line-height: 44px;
    color: #aaa;
    text-align: center
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 22px
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, .2)
}

.swiper-pagination-bullet {
    background: #fff
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none
}

.txxsp-tab-hd {
    height: 50px;
    border-radius: 3px
}

.txxsp-tab-hd li {
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    position: relative
}

.txxsp-tab-hd li.tx-on:after {
    display: table;
    content: " ";
    width: 30px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -15px;
    height: 4px;
    border-radius: 3px
}

.img-box {
    display: block;
    position: relative
}

.img-box:hover {
    box-shadow: 0 0 5px #bbb
}

.img-box>span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 10px;
    z-index: 11
}

.img-box>span>h3>a {
    line-height: 22px;
    height: 22px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.txt-ov {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.img-box>span>small {
    font-size: 12px;
    color: #eee
}

.img-box>span>small>span {
    margin-right: 8px
}

.img-box:after {
    display: table;
    content: " ";
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: url(img/img-box-bg.png) repeat-x 0 bottom
}

.img-box>p {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%
}

.img-box>p>i {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    padding: 0 12px;
    font-size: 12px;
    font-style: normal
}

.tx-title1 {
    line-height: 50px;
    font-size: 22px;
    position: relative;
    text-align: center
}

.tx-title1 span {
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 2
}

.tx-title1 i {
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: 1;
    left: 0;
    top: 50%
}

.links li {
    margin: 0 10px 3px 0;
    float: left
}

.footer {
    border-radius: 3px
}

.footer>p,
.footer>ul {
    position: relative;
    padding-left: 80px
}

.footer>p>strong,
.footer>ul>strong {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px
}

.copy {
    padding: 20px 0;
    color: #eee
}

.copy a {
    color: #efefef
}

.info-title {
    padding: 20px 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.info-con {
    line-height: 1.7;
    font-size: 16px
}

.info-con h2,
.info-con h3,
.info-con h4,
.info-con p {
    margin-bottom: .8em
}

.info-con ol li {
    list-style: decimal
}

.info-con h2,
.info-con h3 {
    border-left-style: solid;
    border-left-width: 4px;
    padding: 10px 20px;
    font-size: 1.125em;
    margin-left: -17px
}

.info-con iframe,
.info-con img {
    max-width: 100% !important
}

.info-con h3 {
    font-size: 1em
}

.info-con blockquote {
    border-left: 10px solid rgba(102, 128, 153, .075);
    background-color: rgba(102, 128, 153, .05);
    border-radius: 0 5px 5px 0;
    padding: 15px 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .6em;
    color: #666
}

#videoplay,
.dplayer,
.info-bf #a1,
.info-bf embed,
.info-bf iframe {
    width: 100% !important;
    height: 500px !important
}

.info-down {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px
}

.info-down img {
    display: block;
    width: 180px;
    height: 118px;
    -o-object-fit: cover;
    object-fit: cover
}

.info-next li img {
    width: 70px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

.info-tag a {
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 2px 2px 0
}

.info-tag a:hover {
    color: #fff
}

.side-box dl {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 3px
}

.side-box dl dt {
    font-size: 18px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
    padding-bottom: 6px
}

.side-box dl dt:after {
    display: block;
    content: " ";
    width: 80px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 10
}

.side-box dl dd ul li {
    margin-bottom: 10px;
    max-height: 3em;
    overflow: hidden
}

.side-box #divSearchPanel dd form {
    height: 30px;
    border-radius: 2px
}

.side-box #divSearchPanel input[type=text] {
    line-height: 30px;
    height: 30px;
    width: 75%;
    float: left;
    clear: left;
    border: 0;
    background-color: #eee;
    padding: 0 10px
}

.side-box #divSearchPanel input[type=submit] {
    color: #fff;
    float: right;
    height: 30px;
    width: 25%;
    border: 0
}

#divCalendar .function_t {
    display: none
}

#divCalendar table {
    width: 100%;
    table-layout: fixed
}

#divCalendar caption {
    text-align: center;
    height: 24px;
    margin: 0;
    padding: 0;
    font-size: .875em;
    font-weight: 700
}

#divCalendar caption a {
    padding: 0
}

#divCalendar th {
    text-transform: uppercase;
    height: 26px
}

#divCalendar td {
    text-align: center;
    border: 0;
    height: 30px;
    line-height: 30px
}

#divCalendar td.pad {
    background: 0 0
}

#divCalendar td a {
    display: block;
    line-height: 30px;
    color: #fff
}

.side-box #divMisc dd ul li {
    display: inline-block;
    width: 50%
}

.side-box #divMisc dd ul li a {
    padding-left: 0;
    background-image: none
}

.side-box #divArchives dd ul li,
.side-box #divFavorites dd ul li,
.side-box #divLinkage dd ul li,
.side-box #divNavBar dd ul li {
    width: 50%;
    float: left;
    position: relative
}

.side-box dl#divTags ul li {
    float: left;
    margin-right: 10px
}

.side-box #divCatalog>dd>ul>li {
    border-bottom-width: 1px;
    border-bottom-style: dashed
}

.side-box #divCatalog>dd>ul>li>a,
.side-box #divCatalog>dd>ul>li>ul>li>a {
    margin-bottom: 10px;
    display: block
}

.side-box #divCatalog dd ul li {
    max-height: none
}

.side-box #divCatalog dd ul li ul {
    padding-left: 20px
}

.side-box #divCatalog dd ul li ul li {
    float: left;
    width: 50%;
    margin: 0
}

.login-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(img/login-bg.png) no-repeat 0 0;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-box1 {
    width: 400px;
    background: rgba(255, 255, 255, .85)
}

.user-menu li a {
    line-height: 60px;
    border-top: 1px solid #eee;
    font-size: 16px;
    padding: 0 20px;
    display: block
}

.user-menu li a i {
    font-size: 20px;
    margin-right: 8px
}

.user-menu li:nth-child(1) a {
    border-top: 0
}

.user-menu li.on a {
    color: #fff
}

.user-menu li a:hover {
    padding-left: 26px;
    background: #f9f9f9
}

.user-data {
    padding: 20px 20px 20px 100px;
    position: relative
}

.user-data img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 20px
}

.login-box1 .tx-btn {
    color: #fff
}

.tx-table {
    width: 100%;
    border-collapse: collapse
}

.tx-table td,
.tx-table th {
    border: 1px solid #ddd;
    padding: 15px 10px
}

.input-ma {
    position: relative
}

.input-ma img {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px !important;
    width: auto !important
}

.user-tx {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd
}

.tx-author .pd40 span img,
.user-tx span img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 3px solid #f1f1f1;
    margin-bottom: 10px
}

.tx-textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    width: 100%
}

.tx-yzm img {
    position: absolute;
    right: 5px;
    top: 5px
}

.data-box p {
    position: relative;
    margin-bottom: 10px
}

.data-box p i {
    position: absolute;
    right: 14px;
    top: 0;
    line-height: 40px;
    color: #ddd;
    font-style: normal
}

.tx-btn-user {
    width: 100%;
    line-height: 45px;
    height: 45px
}

.tg-list li {
    padding: 15px 0;
    border-bottom: 1px dotted #eee
}

.tg-list li p span {
    margin-right: 10px
}

.tg-btn {
    border-radius: 2px;
    padding: 2px 10px;
    color: #fff
}

.user-tab {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px
}

.user-tab a {
    display: inline-block;
    padding: 0 8px 10px 8px;
    margin: 0 20px 0 0;
    font-size: 18px
}

.user-tab a.on {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    margin-bottom: -2px
}

.tx-social>p {
    position: relative;
    line-height: 40px
}

.tx-social>p:after {
    display: block;
    content: " ";
    width: 30%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background-color: #999
}

.tx-social>p:before {
    display: block;
    content: " ";
    width: 30%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    background-color: #999
}

.tx-social>p>span {
    position: relative;
    z-index: 2;
    padding: 0 20px
}

.tx-social>a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff
}

.tx-social>a:hover {
    color: #fff;
    opacity: .9
}

.qq-login {
    background-color: #12b7f5
}

@media screen and (max-width:1198px) {
    .wide {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .row {
        margin-left: -5px;
        margin-right: -5px
    }

    [class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }

    .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-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.3328%
    }

    .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%
    }

    .assist-nav,
    .phone-none {
        display: none
    }

    .header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 50px;
    }

    .logo,
    .logo>a {
        line-height: 1;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        height: 50px;
    }

    .logo img {
        height: 42px;
    }

    .nav-on {
        position: absolute;
        top: 0;
        right: 10px;
        width: 30px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        display: block
    }

    .nav-conf {
        position: fixed;
        width: 260px;
        right: -260px;
        top: 0;
        padding: 5px 15px;
        height: 100%;
        overflow-y: scroll;
        -moz-opacity: .95;
        -khtml-opacity: .95;
        opacity: .95;
        z-index: 997
    }

    .nav-off {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 996;
        background-color: rgba(0, 0, 0, .7);
        display: none
    }

    .header-login a {
        width: 50%;
        text-align: center;
        line-height: 30px
    }

    .header-fr,
    .header-login,
    .nav,
    .search {
        width: 100%
    }

    .nav li {
        float: none
    }

    .nav li a {
        line-height: 38px;
        padding: 0;
        width: 100%
    }

    .nav li ul {
        position: static;
        display: none;
        background-color: transparent;
        box-shadow: 0 0 0;
        transition: none;
        opacity: 1;
        visibility: visible;
        padding: 10px;
    }

    .nav li ul li {
        width: 100%;
        margin-bottom: 1px
    }

    .nav li ul li a {
        padding: 0 10px;
        font-size: 14px
    }

    .nav li>i {
        line-height: 38px;
        height: 38px;
        padding: 0;
        right: 0;
        width: 40px;
        text-align: center;
        position: absolute;
        top: 0;
        display: block;
        color: #fff;
        cursor: pointer;
    }

    .nav li.hover>i {
        transform: rotate(180deg);
    }

    .header-login,
    .mb15,
    .side-box dl {
        margin-bottom: 10px
    }

    .main {
        padding-top: 56px
    }
}

@media screen and (max-width:1080px) {

    #videoplay,
    .dplayer,
    .info-bf #a1,
    .info-bf embed,
    .info-bf iframe {
        height: 400px !important
    }
}

@media screen and (max-width:720px) {
    .tx-phone-bottom-top {
        height: 55px;
        display: block
    }

    .tx-phone-bottom {
        height: 55px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 996;
        -moz-opacity: .95;
        -khtml-opacity: .95;
        opacity: .95
    }

    .tx-phone-bottom li {
        float: left;
        text-align: center;
        height: 5px;
        width: 25%
    }

    .tx-phone-bottom li a {
        display: block;
        color: #fff;
        font-size: 12px;
        height: 55px;
        padding-top: 8px
    }

    .tx-phone-bottom li a:hover {
        color: #fff
    }

    .tx-phone-bottom li i {
        display: block;
        font-size: 24px;
        line-height: 24px
    }

    .waplb {
        display: block
    }

    .waplb li {
        text-align: center;
        margin: 5px 0
    }

    .waplb li img {
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin-bottom: 3px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover
    }

    #videoplay,
    .dplayer,
    .info-bf #a1,
    .info-bf embed,
    .info-bf iframe {
        height: 300px !important
    }

    .login-box1 {
        width: 90%;
        margin: 5%;
        left: 0;
        top: 50px
    }
}

@media screen and (max-width:480px) {
    .wide {
        padding-left: 6px;
        padding-right: 6px
    }

    .row {
        margin-left: -3px;
        margin-right: -3px
    }

    [class*=col-] {
        padding-left: 3px;
        padding-right: 3px
    }

    .info-down img {
        width: 100%;
        height: auto;
        margin-bottom: 10px
    }

    .mb15,
    .side-box dl {
        margin-bottom: 6px
    }

    .img-box>span>small>span:last-child {
        display: none
    }
}