* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    height: 100%
}

body, pre, textarea {
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, Tahoma, sans-serif;
    word-wrap: break-word;
}

body {
    background: #f5f5f5;
    padding-bottom: 60px;
}

body a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

ol, ul, li {
    display: inline-block;
    list-style: none;
    margin: 0
}

.clear {
    clear: both
}

.none {
    display: none !important
}

.hide {
    display: none
}

.mw {
    width: 100%;
    margin: 0 auto
}

.header {
    width: 100%;
    position: fixed;
    z-index: 999;
    background: linear-gradient(-45deg, #1266b1 0%, #0a8bd1 100%);
}

.header .logo {
    background: url(../img/logo.png?r=1) no-repeat center center;
    background-position-x: 0;
    width: 138px;
    height: 32px;
    background-size: 100% 100%;
}

.header a, .header ul {
    display: flex;
    justify-content: space-around;
}

.header .mh {
    height: 44px;
    padding: 0 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.header .mh::-webkit-scrollbar {
    display: none
}

.header .sh {
    background: #fff;
    height: 40px
}

.header .menu {
}

.header .menu li {
    float: left;
    text-align: center;
    padding: 0
}

.header .menu li.active {
    display: inline-block;
    background: url(../img/active.png) no-repeat;
    background-position: 50%;
    background-size: 12px 6px;
    background-position: 50% 100%;
    position: relative;
}

.header .menu li.active a::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 7px;
    border-bottom: 2px solid #fff;
    left: 0;
}

.header .menu a {
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    font-weight: bold;
}

.header .menu a:active {
    background: rgba(0, 0, 0, 0.05)
}

.header .sub_menu {
    display: none;
    padding: 0 8px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.header .sub_menu::-webkit-scrollbar {
    display: none
}

.header .sub_menu.cur {
    display: block
}

.header .sub_menu li {
    display: inline-block
}

.header .sub_menu li.active a {
    color: #1266B1
}

.header .sub_menu li:first-child a::before {
    display: none
}

.header .sub_menu a {
    font-size: 14px;
    color: #000;
    line-height: 40px;
    padding-right: 13px
}

.pl-wrap p.more {
    width: 86px;
    height: 28px;
    background: #F5F5F5;
    border-radius: 14px;
    text-align: center;
    margin: 0 auto;
}

.pl-wrap p.more a {
    font-size: 12px;
    line-height: 28px;
}

.search-record {
}

.search-record .search {
    padding: 3px;
    border-radius: 25px;
    line-height: 20px;
    z-index: 15;
    border: 1px solid #fff;
    position: relative;
    margin-right: 10px;
}

.search-record .search .icon {
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 32px;
    color: #fff
}

.search-record .search .search-input {
    width: 76px;
    height: 20px;
    margin-left: 10px;
    margin-right: 3px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    line-height: normal;
    border: none;
    outline: 0;
    background: transparent;
}

.search-record .search .search-input::placeholder {
    color: #fff;
}

.search-record .search-record-box {
    display: none;
    position: absolute;
    width: 250px;
    border-radius: 5px;
    z-index: 14;
    top: 21px;
    left: 0;
    border: 1px solid #e9e9ee;
    border-radius: 5px;
    background: #fff
}

.search-record .search-record-box .record-title {
    padding: 10px 20px;
    color: rgba(0, 0, 0, .68);
    font-size: 12px
}

@font-face {
    font-family: lsj;
    src: url(bgjj_3.0.eot);
    src: url(bgjj_3.0.svg) format("svg"), url(bgjj_3.0.eot?#iefix) format("embedded-opentype"), url(bgjj_3.0.woff) format("woff"), url(bgjj_3.0.ttf) format("truetype")
}

i.icon {
    font-family: lsj;
    font-style: normal;
    display: inline-block;
    vertical-align: text-bottom;
    vertical-align: middle
}

i.icon.common-search {
    cursor: pointer
}

i.icon.common-search:before {
    content: "\C9"
}

.search .icon {
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 32px;
    color: #909090;
}

i.icon {
    font-family: lsj;
    font-style: normal;
    display: inline-block;
    vertical-align: text-bottom;
    vertical-align: middle;
}

.item .league2 {
    display: inline-block;
    float: left;
    width: 20%;
    height: 36px;
    padding: 12px 0 0 8px
}

.item .team2 {
    display: inline-block;
    float: left;
    width: 80%;
    overflow: hidden;
    height: 36px;
    padding-top: 18px;
    white-space: nowrap;
}

.item .team3 {
    margin-left: 5px;
    display: inline-block;
    float: left;
    width: 95%;
    overflow: hidden;
    height: 36px;
    padding-top: 12px;
    white-space: nowrap;
}

.pages {
    height: 60px;
    line-height: 60px;
    padding: 0 16px;
    position: relative
}

.pages .page {
    line-height: 40px;
}

.pages .num {
    display: inline-block;
}

.pages .num a {
    display: inline-block;
    width: 22px;
    text-align: center
}

.pages .num a.active {
    color: #1266B1
}

.pages .btn {
    display: inline-block;
    position: absolute;
    right: 0
}

.pages .btn a {
    display: inline-block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    margin: 0 10px;
    background: #fff;
    border-radius: 14px;
    padding: 0 14px
}

.header-play {
    height: 44px;
    width: 100%;
    padding: 0 8px;
    background-color: #1266B1 !important
}

.header-play a {
    float: right;
    padding: 0 12px;
    margin: 10px 4px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 30px;
}

.header-play logo {
    display: inline-block;
    width: 120px;
    height: 44px;
    background: url(../img/logo.png?r=1) no-repeat center center;
    background-size: 160px 44px;
    background-position-x: 0
}

.header-play a.logo {
    float: unset;
    border: unset;
    line-height: unset;
    border-radius: unset;
    font-size: unset;
    margin: 0px;
    padding: 0px
}

.footer {
    width: 100%;
    background: #212224;
    margin-top: 80px;
}

.footer .links {
    padding: 20px 0 10px 8px;
    border-bottom: solid 1px #161617
}

.footer .links a {
    color: #8D93A1;
    display: inline-block;
    padding: 10px 0;
    margin-right: 20px
}

.footer .links a:active {
    color: #B93131
}

.footer .links h5 {
    font-size: 16px;
    color: #fff
}

.footer .notice {
    padding-top: 20px;
    color: #8D93A1;
    font-size: 12px;
    text-align: center
}

.footer .cp {
    padding: 10px 0 50px 0;
    color: #8D93A1;
    font-size: 12px;
    text-align: center
}

.mfooter {
    position: relative;
    margin: 0 auto;
    margin-top: 0 !important;
    text-align: center;
    height: 47px;
    line-height: 47px;
}

.mfooter .opacity {
    opacity: 0.3
}

.mfooter .slogan {
    width: 225px;
    height: 37px;
    margin: 0 auto;
    background: url(../img/mfooter.png) no-repeat;
    background-size: 100%
}

.mfooter a {
    position: absolute;
    display: inline-block;
    color: #484259;
    font-size: 12px;
    width: 24%;
    height: 25px;
    line-height: 23px;
    margin-top: -30px;
    left: 38%;
    border: solid 1px #484259;
    border-radius: 13px
}

.top {
    display: none;
    color: #959595;
    font-size: 10px;
    position: fixed;
    bottom: 70px;
    width: 52px;
    height: 52px;
    line-height: 65px;
    cursor: pointer;
    text-align: center;
    background: url(../img/top.png) no-repeat center center;
    background-size: 12px 9px;
    background-position: 20px 15px;
    border-radius: 26px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.e404 {
    background: #fff;
    min-height: 600px;
    padding: 90px 0;
    margin-top: 8px
}

.e404 .txt {
    width: 80%;
    margin: 60px auto
}

.e404 .notice {
    width: 248px;
    height: 150px;
    margin: auto;
    background: url(../img/404.png) no-repeat;
    background-size: 100%
}

.content {
}

.content li a:active, .header .mw .sub_menu a:active {
    color: #B93131
}

.marsk {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000
}

.wbg {
    background-color: #fff
}

.nbg {
    background-color: unset !important;
}

li.hot a {
    font-weight: bold
}

.wrap-body a:active, li a:active {
    color: #1266B1
}

.pl-wrap {
    padding: 8px 8px 0 8px;
    background: #fff;
    border-radius: 4px;
    vertical-align: top;
    overflow: hidden;
    margin-top: 15px;
}

.pl-wrap .wrap-head, .main-wrap .wrap-head {
    font-size: 14px;
    font-weight: 600;
    padding-left: 28px
}

.pl-wrap .wrap-head.slash {
    padding-left: 8px !important;
}

.zx-box .pl-wrap .wrap-head.slash {
    border-bottom: solid 2px #1266B1;
    padding-bottom: 10px;
}

.pl-wrap .wrap-head.empty {
    padding-left: 8px;
    border-bottom: solid 1px #F7F7F7
}

.pl-wrap .wrap-head.empty::before {
    display: none
}

.pl-wrap .wrap-head a {
    font-size: 12px;
    float: right;
}

.pl-wrap .wrap-head a.more::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icon-more.png) no-repeat;
    content: '';
    margin: 14px 0 0 0;
    position: absolute;
    background-size: auto 100%;
}

.pl-wrap .wrap-head a.btn {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin: 8px 0 0 0;
    border-radius: 20px;
}

.pl-wrap .wrap-head a.btn.active {
    color: #1266B1;
}

.pl-wrap .wrap-head.empty a.btn {
    float: left;
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #1266B1;
    margin: 8px 8px 0 0;
    background: rgba(255, 77, 77, 0.15);
    border-radius: 14px;
    background: rgba(255, 77, 77, 0.15)
}

.pl-wrap .wrap-head.empty a.btn.active {
    background: #1266B1;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(255, 77, 77, 0.3)
}

.pl-wrap .wrap-body {
    background: #fff
}

.pl-wrap .wrap-body li {
    height: 28px;
    line-height: 25px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pl-wrap .wrap-body ul.list li {
    padding: 0 8px
}

.pl-wrap .wrap-body.newst ul.list li::before {
    background-image: url("../img/zx_zts.png");
    width: 13px;
}

.pl-wrap .wrap-body .top1 {
    padding: 8px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70px
}

.pl-wrap .wrap-body .top1 .img {
    width: 70px;
    height: 50px;
    position: absolute;
    left: 10px;
}

.pl-wrap .wrap-body .top1 .img img {
    height: 50px;
    width: 70px;
}

.pl-wrap .wrap-body .top1 .title {
    padding: 0 8px;
    padding-left: 0;
    display: inline-block;
    height: 70px;
    margin-left: 80px;
}

.pl-wrap .wrap-body .top1 .title a {
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
    vertical-align: sub;
}

.pl-wrap .wrap-body .top1 .title span {
    color: #959595;
    font-size: 12px;
    display: block;
    bottom: 0px;
    position: absolute
}

.pl-wrap .wrap-body hr {
    width: 95%;
    border: none;
    margin: 0 auto 8px;
    border-bottom: solid 1px #f7f7f7 !important
}

.pl-wrap ul {
    width: 100%;
    padding-bottom: 10px
}

.pl-wrap ul span {
    font-size: 14px;
    padding-right: 18px;
    color: #959595;
}

.pl-wrap li span a {
    color: #959595
}

.pl-wrap ul span::after {
}

.hot-video {
    float: left;
}

.pl-wrap.hot-video .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/icon-video.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.hot-news {
    margin-left: 15px;
    float: left;
}

.pl-wrap.hot-news .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/icon-news.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.pl-wrap.hot-bb .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/icon-bb.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.pl-wrap.hot-fb .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/icon-fb.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.pl-wrap.hot-ot .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/icon-ot.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.index-banner {
    margin: 8px
}

.index-banner img {
    width: 100%;
    display: block
}

.pl-wrap.hot-live {
}

.main-wrap {
    padding-top: 15px;
}

.main-wrap .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/icon-live.png) no-repeat;
    content: '';
    margin: 10px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.main-wrap .wrap-body {
    background: #fff;
    min-height: 485px
}

.no-data {
    width: 174px;
    height: 242px;
    margin: 0 auto;
    background: url(../img/no-data.png) no-repeat;
    background-size: 174px 142px;
    background-position-y: 50px;
}

#filter-list {
    display: none
}

.category {
}

.category li {
    float: left;
    text-align: center;
    margin: 5px;
    min-width: 50px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid rgba(238, 238, 238, 1);
    height: 28px;
    line-height: 25px;
    display: block;
    white-space: nowrap;
}

.category li a {
    float: unset !important;
    margin-right: unset !important;
}

.category li.active {
    background: #1266B1;
    border: 1px solid #1266B1
}

.category li.active a {
    color: #fff
}

.category li a {
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    padding: 0 10px;
}

.filter {
    font-size: 12px !important;
    float: right
}

.filter::before {
    display: inline-block;
    width: 24px;
    height: 15px;
    background: url(../img/icon-filter.png) no-repeat;
    content: '';
    content: '';
    margin: 10px 0 0 -24px;
    position: absolute;
    background-size: auto 100%;
}

.filter::after {
    display: none !important;
}

.filter.active {
    color: #1266B1
}

.filter.active::before {
    display: inline-block;
    width: 24px;
    height: 15px;
    background: url(../img/icon-filter.png) no-repeat;
    content: '';
    margin: 10px 0 0 -24px;
    position: absolute;
    background-size: auto 100%;
}

.category.main {
    display: none;
    position: relative;
    border-bottom: solid 1px #eee;
}

.category.main.sydx {
    display: unset !important;
    float: left;
    line-height: unset;
}

.category.main ul {
    padding-bottom: unset
}

.category.sub {
    background: #FCFCFC;
    margin-top: 10px;
    padding-bottom: 10px;
    display: none
}

.category.shadow {
    box-shadow: 0px 5px 10px 0px #f0f0f0
}

.newcate {
    display: block !important;
    height: 40px;
    overflow: hidden;
}

.newcate .filter::before, .newcate .filter.active::before {
    position: absolute;
    background-size: auto 100%;
    right: -5px;
    top: 0;
}

.newcate ul {
    padding-right: 10px;
}

.newcate li {
    border: unset !important;
}

.newcate li.active {
    background: #1266B1 !important;
}

.newcate li.active a {
    color: #fff !important;
    position: relative;
}

.confirm {
    display: block;
    color: #1266B1;
    text-align: center;
    margin: 5px auto;
    min-width: 60px;
    height: 28px;
    line-height: 26px;
    width: 50%;
    border-radius: 14px;
    border: 1px solid #1266B1
}

.daily {
    background: #FFF;
    position: relative;
    z-index: 100;
    clear: both;
}

.daily .date {
    z-index: 99;
    font-size: 12px;
    line-height: 30px;
    color: #1266B1;
    margin: 0px -8px 0px -8px;
    text-align: center;
    border-bottom: solid 1px #eee;
    background: #c4d9eb;
}

.matches {
    text-align: center;
    background: #F7F7F7
}

.matches .row {
    position: relative
}

.matches .row .pl-wrap {
    display: none
}

.matches .row .pl-wrap {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 360px;
    text-align: left;
    margin: 0px;
    z-index: 1001;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px 10px 0px 0px
}

.matches .row .pl-wrap .wrap-body {
    margin-top: 4px
}

.matches .row .pl-wrap .list {
    padding-top: 10px
}

.matches .row .pl-wrap .wrap-head.slash {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px 10px 0px 0px;
}

.matches .row .pl-wrap .wrap-head.slash i {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 15px;
    line-height: 44px;
    background: url(../img/icon-close.png) no-repeat;
    background-size: 100%;
}

.item {
    display: block;
    text-align: left;
    overflow: hidden;
    margin-bottom: 4px;
    background: #fff
}

.item .league {
    display: inline-block;
    float: left;
    width: 22.83%;
    height: 96px;
    padding: 22px 0 0 8px
}

.item .league p {
    line-height: 14px;
    font-size: 10px;
    margin: 1px 0;
    color: #959595
}

.item .league p.time {
    line-height: 17px;
    font-size: 12px;
    margin: 1px 0;
    color: #000
}

.item .title {
    display: inline-block;
    float: left;
    width: 43.29%;
    height: 96px;
    font-size: 12px;
    padding: 35px 0
}

.item .team {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 43.6%;
    height: 96px;
    padding-top: 8px
}

.item .team img {
    display: inline-block;
    width: 22%;
    min-width: 24px;
    max-width: 28px;
    max-height: 28px;
    border-radius: 50%;
    vertical-align: middle
}

.item .team .ht, .item .team .gt {
    height: 40px;;
    vertical-align: middle;
    overflow: hidden
}

.item .team .name {
    display: inline-block;
    line-height: 40px;
    width: 74%;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px
}

.item .bf {
    display: inline-block;
    float: left;
    width: 8.35%;
    height: 96px
}

.item .bf em {
    display: block;
    font-style: normal;
    height: 40px;
    line-height: 20px;
    padding-top: 18px;
    text-align: center
}

.item .btn {
    display: inline-block;
    float: left;
    width: 24.74%;
    height: 96px
}

.item .btn .play, .item .btn .wait, .item .btn .related {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 22px;
    margin: 36px auto;
    font-size: 12px;
    color: #0e8c58;
    text-align: center;
    border-radius: 14px
}

.item .btn .play, .item .btn .related {
    border: 1px solid #0e8c58
}

.item .btn .wait {
    color: #959595;
    border: 1px solid #959595
}

.item.fixtop .team .name, .item.hot .team .name, .item.hot .title, .item.fixtop .title {
    font-weight: bold
}

.item b.fixtop {
    display: inline-block;
    width: 40px;
    height: 17px;
    position: absolute;
    right: 0px;
    border-radius: 100px 0px 0px 100px;
    background: #0e8c58 url(../img/micon-fixtop.png) no-repeat;
    background-size: 20px 17px;
    background-position-x: 50%
}

.item b.hot {
    display: inline-block;
    width: 40px;
    height: 17px;
    position: absolute;
    right: -18px;
    border-radius: 100px 0px 0px 100px;
    background: url(../img/micon-hot.png) no-repeat;
    background-size: 20px 20px;
    background-position-x: 50%
}

.content-nav {
    font-size: 12px;
    line-height: 24px;
    padding: 8px 0 0 8px;
}

.content-nav a {
    font-size: 12px;
}

.content-nav .arrow {
    margin-left: 18px
}

.content-nav .arrow::before {
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url(../img/arrow.png) no-repeat;
    content: '';
    margin: 3px 0 0 -18px;
    position: absolute;
    background-size: auto 100%;
}

h1 {
    font-size: 18px
}

a h1 {
    font-size: 24px
}

.content.data {
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
    background: #fff;
    overflow: scroll
}

.content.data iframe {
    margin-top: -70px
}

.news-head {
    text-align: left;
    padding: 16px;
}

.news-head h1 {
    font-size: 18px;
}

.news-head span {
    color: #888;
    font-size: 12px;
    line-height: 22px;
    display: inline-block
}

.news-head .from {
}

.news {
}

.news hr {
    width: 90%;
    margin: 0 auto;
    border: none;
    border-bottom: solid 1px #eee;
}

.news .wrap-body {
    padding: 16px
}

.news .wrap-body p {
    line-height: 28px;
    font-size: 16px
}

.news .wrap-body img {
    width: 100%;
    display: block;
    margin: 15px auto
}

.news .pub-time {
    margin-left: 15px
}

.sig-vs {
    width: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(-45deg, #1266b1 0%, #39b4f6 100%), #ffffff;
}

.sig-vs img {
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto;
    border-radius: 5px
}

.sig-vs div {
}

.sig-vs div * {
    vertical-align: middle;
}

.sig-vs b, .sig-vs b a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
}

.sig-vs i {
    color: #1266B1;
    font-size: 0px;
    font-style: normal;
    font-weight: 600;
    margin: auto 5px;
}

.sig-vs .vs {
    display: inline-block;
    width: 100%;
    background-size: 100%;
    padding-top: 50px;
}

.sig-vs .vs {
    display: inline-block;
    width: 100%
}

.sig-vs .vs div {
    display: inline-block
}

.sig-vs .team {
    display: inline-block;
    width: 34%;
    margin-top: 8%;
}

.sigs .sig-vs {
    margin-top: 8px
}

.sigs .sig-vs {
    margin-top: 8px
}

.sigs .sig-vs .vs {
    padding: 50px 0;
    background-color: #000
}

.sig-vs-txt {
    width: 29%
}

.sig-vs-txt.title {
    width: 90%
}

.sig-vs-txt b {
    font-size: 12px;
    line-height: 20px
}

.sig-vs-txt em {
    font-size: 20px;
    line-height: 28px;
    color: #F21F4E;
    display: block;
    font-style: normal
}

.sig-vs-txt span {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    vertical-align: middle;
}

.sig-list {
    display: block;
    text-align: left;
    padding-bottom: 16px;
    margin-top: -1px;
    background: linear-gradient(-45deg, #156cb6 0%, #39b4f6 100%);
    background-size: 100% 100%
}

.a, .b {
    display: none
}

.ia, .ib {
    display: none;
    font-style: normal
}

.c {
}

.ic {
    font-style: normal
}

.play i, .wait i {
    font-style: normal
}

.sig-list a {
    display: inline-block;
    color: #1266B1;
    font-size: 12px;
    padding: 0 4px;
    line-height: 50px;
    margin: 15px 5px !important;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 10px 4px 0px 4px !important
}

.sig-prev {
    width: 80%;
    border: 1px dotted #f8990c;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #fff;
}

.sig-list a {
    margin: 16px 5px 0px 5px !important
}

.sig-list a.active {
    background: #1266B1;
    color: #fff
}

.sig-table {
    width: 100%;
    font-size: 12px
}

.sig-table thead tr td {
    background-color: #D8D8D8
}

.sig-table td {
    border-bottom: 1px solid #eee;
    height: 50px;
    text-align: center;
}

.sig-table .trbg {
    background-color: #FCFCFC;
}

.sig-table .bold {
    font-weight: bold;
    font-size: 14px
}

.sig-message {
    background: #fff;
    padding: 16px;
    line-height: 24px;
    color: #959595
}

.sig-list a.jump {
}

.sig-list a.jump::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icon-jump.png) no-repeat;
    content: '';
    top: 3px;
    position: relative;
    background-size: auto 100%;
}

body.play {
    background: #151626 url(../img/mbg-play.png) no-repeat;
    background-size: 100%;
}

body.play .sig-list.a {
    white-space: normal
}

body.play .sig-list {
    background: rgba(0, 0, 0, 0.1);
!important;
}

.sig-vs.play {
    height: 100px;
    background: rgba(0, 0, 0, 0.1);
    display: table
}

.sig-vs.play .vs {
    display: table-cell;
    vertical-align: middle;
    background: unset
}

.sig-vs.play .sig-vs-txt {
    width: 29%
}

.sig-vs.play .sig-vs-txt.title {
    width: 90%
}

.sig-vs.play .sig-vs-txt b {
    line-height: 20px;
    font-size: 14px;
    color: #1266B1;
    display: inline-block;
}

.sig-vs.play .sig-vs-txt em {
    color: #fff;
    font-size: 12px;
}

.sig-vs.play .sig-vs-txt span {
    font-size: 12px;
    line-height: 17px
}

.sig-vs.play .sig-vs-txt span.li {
    font-size: 10px;
    line-height: 10px
}

.sig-vs.play img {
    display: block;
    width: 35%;
    max-width: 50px;
    margin: 5px auto;
    border-radius: 3px
}

.sig-vs.play i {
    color: #fff
}

.sig-vs.play .team {
    width: 34%;
    padding: unset;
    height: unset
}

.sig-vs.play .team span {
    font-size: 12px
}

.content.player {
    position: relative
}

.player-wrap {
}

.player-wrap .player {
    position: relative;
    background: #000;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 99
}

.player-wrap .player.full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.player-wrap .player .web-fullscreen {
    color: #ccc;
    text-align: center;
    font-size: 12px;
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    right: -70px;
    top: -40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    float: right
}

.player-wrap .player.full .web-fullscreen {
    right: 5px;
    background: #fff;
    color: #888;
}

.player-wrap .player #msg {
    color: #1266B1;
    font-size: 16px;
}

.content.f2 {
    width: 100% !important;
    text-align: center;
    background: #fff;
    overflow: hidden
}

.blurmask {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 135px;
    height: 20px;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    box-shadow: -2px 1px 5px 0px #000
}

.nwp {
    padding: 10%;
    color: #ddd;
    font-size: 16px;
    text-align: center
}

.nwp a {
    color: #1266B1;
    font-size: 16px
}

.nwp p {
    line-height: 50px
}

.tvcast {
    display: none;
    width: 56px;
    height: 26px;
    position: absolute;
    right: 0px;
    top: 50px;
    border-radius: 15px 0px 0px 15px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding-right: 5px;
    background: rgba(0, 0, 0, 0.5) url(../img/tvcast.png?v=2) no-repeat;
    background-size: 14px 14px;
    background-position-x: 8px;
    background-position-y: 6px;
    z-index: 999;
}

.tvcast.show {
    display: block;
}

.apause {
    position: absolute;
    bottom: 10%;
    width: 100%
}

.apause .con {
    width: 60%;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.apause .con a {
    display: inline-block;
    position: relative
}

.apause .con img {
    max-height: 50px
}

.apause .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -20px;
    top: 0px;
    background: url(../img/icon-close.png) no-repeat;
    background-size: 20px 20px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
}

.ggmfooter {
    width: 100%;
    text-align: center;
    margin-top: 0px
}

.ggmfooter img {
    width: 100%
}

.share {
    width: 100%;
    padding: 0 16px;
    margin-top: 20px;
    text-align: center;
    display: none
}

.share .center {
    display: inline-block;
    height: 26px
}

.share .url {
    float: left;
    min-width: 160px;
    height: 26px;
    border-radius: 15px 0 0 15px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    padding-left: 10px;
    border: 1px solid #3F364C;
    background-color: transparent;
    text-overflow: ellipsis
}

.share .copy {
    float: left;
    min-width: 60px;
    height: 26px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 26px;
    background: #3F364C;
    border-radius: 0px 15px 15px 0px
}

.share .btn {
    float: left;
    min-width: 60px;
    height: 26px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 26px;
    background: #3F364C;
    border-radius: 15px;
    margin-left: 10px
}

.share .btn::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/icon-share.png) no-repeat;
    content: '';
    top: 3px;
    position: relative;
    background-size: auto 100%;
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.nmt {
    margin-top: 0
}

.npt {
    padding-top: 0
}

.pl-wrap.list {
}

.pl-wrap.list .wrap-body ul {
    width: 100%;
    min-height: 600px
}

.pl-wrap.list .wrap-body li {
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100%;
    position: relative
}

.pl-wrap.list .wrap-body li em {
    font-style: normal;
    color: #959595;
    position: absolute;
    right: 16px;
    font-size: 12px;
}

.pl-wrap.list .wrap-body li span {
    font-size: 14px;
    padding: 0 18px 0 0;
    color: #959595;
}

.pl-wrap.list .wrap-body li span a {
    color: #959595
}

.pl-wrap.list .wrap-body li span::after {
    content: '·';
    display: inline-block;
    margin: -2px 0 0 5px;
    position: absolute;
    font-size: 30px;
    top: -8px;
    color: #1266B1;
}

.pl-wrap.live .wrap-body {
    min-height: unset
}

.pl-wrap.live .wrap-body li {
    height: 148px;
    padding: 20px 10px;
    border-bottom: solid 1px #eee
}

.pl-wrap.live .wrap-body li img {
    display: inline-block !important;
    width: 60px;
    max-width: 60px;
    max-height: 60px
}

.pl-wrap.live .wrap-body li div {
    display: inline-block;
    text-align: center
}

.pl-wrap.live .wrap-body li div.team {
    padding-top: 8px;
    width: 120px;
    vertical-align: top
}

.pl-wrap.live .wrap-body li div * {
    display: block;
    font-style: normal;
    font-weight: normal
}

.pl-wrap.live .wrap-body li div.vs {
    width: 110px;
    padding-top: 22px
}

.pl-wrap.live .wrap-body li div.vs b {
    font-size: 18px
}

.pl-wrap.live .wrap-body li div.vs i {
    color: #959595
}

.pl-wrap.sigs .wrap-body {
    min-height: 160px
}

.pl-wrap.sigs .video-tab {
    height: 44px;
    border-bottom: solid 1px #eee;
    text-align: center;
}

.pl-wrap.sigs .video-tab a {
    display: inline-block;
    margin: 8px;
    width: 26%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-radius: 14px
}

.pl-wrap.sigs .video-tab a::before {
    display: inline-block;
    width: 16px;
    height: 12px;
    content: '';
    margin: 10px 0 0 -24px;
    position: absolute;
    background-size: 100% 100%;
    margin-left: -36px;
    transform: skewX(18deg);
    margin-top: 8px;
}

.pl-wrap.sigs .video-tab a.lx::before {
    background: url(../img/lx_hei.png) no-repeat;
    background-size: 100% 100%;
    transform: unset;
}

.pl-wrap.sigs .video-tab a.jj::before {
    background: url(../img/jj_hei.png) no-repeat;
    background-size: 100% 100%;
    transform: unset;
}

.pl-wrap.sigs .video-tab a.lx.active::before {
    background: url(../img/lx_bai.png) no-repeat;
    background-size: 100% 100%;
}

.pl-wrap.sigs .video-tab a.jj.active::before {
    background: url(../img/jj_bai.png) no-repeat;
    background-size: 100% 100%;
}

.pl-wrap.sigs .video-tab a.active {
    background: #1266B1;
    color: #fff;
}

.pl-wrap.sigs .video-tab a p {
    margin-left: 12px;
}

.pl-wrap.sigs .video-tab a.active p {
}

.pl-wrap.sigs .wrap-body ul {
    width: 100%
}

.pl-wrap.sigs .wrap-body ul a {
    display: block;
    margin-right: 8px;
    overflow: hidden
}

.pl-wrap.sigs .wrap-body #lx li span, .pl-wrap.sigs .wrap-body #jj li span {
    margin: 0 -3px 0 30px;
    padding-right: 5px;
}

.pl-wrap.sigs .wrap-body #lx li span::before {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../img/lx_zts.png) no-repeat;
    content: '';
    margin: 18px 0 0 -24px;
    position: absolute;
    background-size: 100% 100%;
}

.pl-wrap.sigs .wrap-body #lx li span::after, .pl-wrap.sigs .wrap-body #jj li span::after {
    display: none
}

.pl-wrap.sigs .wrap-body #jj {
    display: none;
}

.pl-wrap.sigs .wrap-body #jj li span::before {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../img/jj_zts.png) no-repeat;
    content: '';
    margin: 18px 0 0 -24px;
    position: absolute;
    background-size: 100% 100%;
}

.pl-wrap.sigs .wrap-body li {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative;
    color: #1266B1;
}

.pl-wrap.sigs .wrap-body li em {
    font-style: normal;
    color: #959595;
    padding: 0 16px;
    position: absolute;
    right: 0
}

.pl-wrap.content {
}

.pl-wrap.content .wrap-body {
    color: #959595;
    line-height: 24px;
    padding: 16px
}
.pl-wrap.content .wrap-body p, .pl-wrap.content .wrap-body div, .pl-wrap.content .wrap-body span {
    text-wrap-mode: wrap !important;
}
.news .wrap-body p, .news .wrap-body div, .news .wrap-body span {
    text-wrap: wrap !important;
}

.w15 {
    width: 15px;
    height: 1px;
    display: inline-block;
    float: left;
}

.w100 {
    width: 100%
}

.bootom-fixed {
    position: fixed;
    bottom: 10px;
    left: 0px;
    width: 100%;
    padding: 0 10px;
}

.appdown {
    width: 100%;
    height: 54px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 27px;
}

.appdown .icon {
    float: left;
    width: 44px;
    height: 44px;
    margin: 5px;
}

.appdown .text {
    width: 100%;
    left: 60px;
    top: 8px;
    min-width: 240px;
    height: 54px;
    padding-top: 7px;
}

.appdown .text h3 {
    color: #fff;
    font-size: 15px;
}

.appdown .text h3:after {
    content: '支持投屏';
    position: absolute;
    background: #d7763c;
    font-size: 10px;
    font-weight: normal;
    border-radius: 3px;
    padding: 1px 5px;
    margin-left: 5px;
    top: 10px;
    background-image: linear-gradient(to right, #d88747, #d3562a)
}

.appdown .text span {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}

.appdown .down {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 31px;
    line-height: 29px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    top: 11px;
    right: 50px;
    background: #F08080;
    border-radius: 18px;
}

.appdown .close {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 54px;
    line-height: 54px;
    right: 10px
}

.appdown .close span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/mdown-close.png) no-repeat;
    background-size: 100%
}

@media screen and (max-width: 370px) {
}

@media screen and (min-height: 667px ) {
    .mfooter {
        margin-top: 170px
    }
}

@media screen and (min-height: 736px ) {
    .mfooter {
        margin-top: 230px;
        padding-bottom: 10px;
        color: #999999;
    }
}

@media screen and (min-height: 812px ) {
    .mfooter {
        margin-top: 290px
    }
}

.news .wrap-body a {
    font-size: 16px;
    color: #2196F3;
}

.article-prev-next {
    margin: 10px;
    border-top: 1px solid #e5e5e5;
}

.article-prev-next .prev, .article-prev-next .next {
    margin: 20px 0;
    width: 170px;
    height: 100px;
    min-width: 170px;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: -1px 0px 7.6px 0.05px #eee;
    padding: 5px 8px;
}

.article-prev-next a {
    display: inline;
    overflow: auto;
    word-break: normal;
    white-space: normal;
    color: #1266B1;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.article-prev-next a:hover {
    color: #2196F3
}

.vl .wrap-body li {
    padding: 0 8px;
}

.pl-wrap .article-prev-next {
    border-top: none;
    display: flex;
    justify-content: space-between;
}

.bootom-fixed {
    display: none;
}

@media (max-width: 768px) {
    img {
        height: auto;
        height: auto;
        width: 100%;
    }

    #wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .sidebar, .subnav, .imgg {
        display: none !important;
    }

    #content {
        width: 100%;
    }

    #menu ul li a {
        padding: 0 10px;
        font-size: inherit;
        font-weight: bold;
        white-space: nowrap;
    }

    .header {
    }

    .header h1, .header h1 a {
        margin: 5px 0;
        padding-left: 5px;
        font-size: 26px;
    }

    .post h2 {
        font-size: 17px;
    }

    .bootom-fixed {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0px;
        width: 100%;
    }

    .bootom-fixed img {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .bootom-fixed a {
        display: block;
        width: 100%;
    }

    .bootom-fixed span.close {
        position: absolute;
        right: 0;
        top: -10px;
        background: url(mdown-close.png) no-repeat;
        width: 20px;
        background-size: 100%;
        height: 20px;
    }

    .pagination {
        white-space: nowrap;
        overflow: auto;
    }

    .pagination::-webkit-scrollbar {
        display: none;
    }

    .pagination li {
        display: inline !important;
    }

    .pagination b {
        margin-right: 8px;
    }

    .pagination a {
        margin-right: 8px;
    }
}

.pl0 {
    padding-left: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.navcls {
    display: flex;
    justify-content: space-around;
    padding-left: 0px !important;
}

.wrap-zx li:nth-child(1) {
    width: 100%;
}

.wrap-zx li:nth-child(1) span {
    color: #fff;
}

.yylu-xwfx-hm {
    position: relative;
}

.yylu-xwfx-hm {
    display: flex;
}

.yylu-xwfx-hm img {
    width: 100%;
    min-width: 100%;
    height: 200px;
}

.yylu-xwfx-hm div {
    width: 100%;
    height: 38px;
    opacity: 0.3;
    background: #000000;
    position: absolute;
    bottom: 0;
}

.yylu-xwfx-hm span {
    width: 600px;
    position: absolute;
    bottom: 10px;
    color: #fff;
    z-index: 100;
    font-size: 20px;
    left: 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-zx-y {
    font-size: 14px !important;
    padding: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.wrap-zx-y a {
    display: inline;
}

.wrap-zx-y::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #b2c0e5;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px;
}

.sy-head {
    font-size: 18px;
    font-weight: 800;
    margin: 10px -8px 0 -8px;
    position: relative;
    border-bottom: solid 2px #333;
    padding-bottom: 8px;
    margin-bottom: 0;
    padding-left: 8px;
}

.sy-head a {
    font-size: 12px;
    float: right;
    margin-top: 5px;
    position: absolute;
    right: 0;
}

.sy-head::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/zx_zts.png);
    background-size: 100% 100%;
    vertical-align: sub;
    margin-right: 3px;
}

.sy-head.sy-head-ss::before {
    background-image: url("../img/ss_zts.png");
}

.sy-head.sy-head-jd::before {
    background-image: url("../img/jd_zts.png");
}

.sy-head.sy-head-wz::before {
    background-image: url("../img/wz_zts.png");
}

.sy-head.sy-head-qd::before {
    background-image: url("../img/qd_zts.png");
}

.sy-head.sy-head-sp::before {
    background-image: url("../img/sp_zts.png");
}

.sy-head.sy-head-zx::before {
    background-image: url("../img/zx_zts.png");
}

.sy-head-ss .filter {
    margin: -5px 0 0 -24px;
}

.nav-top {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
}

.item .btn .wait, .item .btn .play {
    border-radius: 25px;
}

.item .btn .wait::before, .item .btn .related::before {
    content: '';
    background: url(../img/btn-bai.png) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.item .btn .wait {
    color: #fff;
    background: #aeaeae;
}

.item .btn .play, .item .btn .related {
    background-color: #1266B1;
    color: #fff;
}

.vs-sy {
    font-size: 18px;
    position: absolute;
    top: 30%;
    left: 46%;
    color: #999999;
}

.wrap-rmqd ul {
    padding: 5px 10px;
}

.wrap-rmqd ul li {
    line-height: 30px;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 6px;
    display: inline-block;
}

.wrap-rmqd ul li a {
    color: #333333;
    border-radius: 4px;
    font-size: 16px;
    border: solid 2px #BCCFFF;
    padding: 5px 8px;
    border-radius: 4px;
    background: #F4F7FF;
}

.zbxh {
    color #fff;
    margin-top: 16px;
    display: inline-block;
}

.zbxh::before {
    content: '';
    background-image: url("../img/zbxh_bai.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 3px;
}

.zb-tips {
    background: #fff;
    color: #666;
    font-size: 12px;
    text-align: left;
    padding: 15px 10px;
}

.ztym a.btn {
    width: unset !important;
}

.ztym a.btn.active {
    background-color: unset !important;
    color: #1266B1 !important;
    box-shadow: unset !important;
}

.ztym a.btn::before {
    background: unset !important;
}

.ztym a.btn.active::before {
    background: unset !important;
}

.ztym a.btn.active {
    position: relative;
}

.ztym a.btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FF0C0C, #FF0C0C 50%, #1266B1 50%, #1266B1 100%);
}

.fjclick {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    line-height: 27px;
    text-align: center;
    position: relative;
    border-radius: 50%;
}

.fjclick a {
    color: #fff;
}

.sdkl-zbzry {
    width: 100%;
    color: #333;
    background: #FFFFFF;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-right: 13px;
    padding-bottom: 12px;
}

.sdkl-zbzry .swiper-slide {
    display: inline-block;
    width: 182px;
    height: 84px;
    float: left;
    margin-left: 9px;
    box-shadow: 2px 2px 5px #e9e9e9;
    border: 1px #ededed solid;
    border-radius: 4px;
    background: #FFFFFF;
}

.sdkl-zbzry .nodata1_small {
    margin-left: .4rem
}

.sdkl-zbzry .sdkl-zbzry-jrgd {
    text-align: center;
    padding: 10px 0;
    border: solid 2px #014A3E;
    margin-left: 13px;
    margin-top: 10px;
    border-radius: 15px;
}

.sdkl-zbzry .sdkl-zbzry-jrgd a {
    color: #014A3E;
    font-size: 14px;
}

.sdkl-zbzry .sdkl-zbzry-jrgd img {
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

.sdkl-zbzry-nh li em {
    width: 18px;
    height: 18px;
    display: inline-block;
    float: left;
    border: 1px #4376c9 solid;
    border-radius: 50%;
}

.sdkl-zbzry-nh {
    float: left;
    width: 110px;
    padding-left: 8px;
}

.sdkl-zbzry-nh li {
    clear: both;
    overflow: hidden;
    font-size: 10px;
    margin-bottom: 8px;
}

.sdkl-zbzry-nh li:nth-child(1) {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sdkl-zbzry-nh li:nth-child(2) {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sdkl-zbzry-nh li em img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.sdkl-zbzry-nh li span {
    float: left;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 5px;
}

.sdkl-zbzry_bszt {
    width: 50px;
    float: left;
    text-align: center;
    color: #999;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    position: absolute;
    left: 35%;
    top: 20%;
}

.sdkl-zbzry_bszt .living {
    color: #014A3E;
}

.sdkl-zbzry_bszt .living::before {
    content: '';
    width: 8px;
    height: 8px;
    background: url(../img/elm_xhmt.png) no-repeat;
    background-position-y: center;
    margin-right: 5px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
}

.sdkl-zbzry-yz-ls {
    color: #666;
    font-size: 12px;
    padding: 5px 10px 8px 5px;
    overflow: hidden;
}

.zbnum {
    background: #fff;
    text-align: center;
    padding: 10px 0;
}

.zbnum a {
    border: solid 1px #1266B1;
    width: 90%;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 25px;
    color: #1266B1;
}

.nav-wrap-con {
    display: flex;
}

.nav-wrap-con span {
    width: 90px;
    font-size: 12px;
}

.nav-wrap ul span::after {
    content: unset;
}

.nav-wrap li {
    0 10px 5px -2px
}

.nav-wrap li a {
    color: #1266B1;
    font-size: 12px;
}

.zqlqzh {
    margin-bottom: 5px;
    background: #1266B1;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
    padding-top: 5px;
}

.zqlqzh .btn {
    color: #fff !important;
    width: unset !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 15px !important;
    margin-top: 0 !important;
}

.zqlqzh .btn.active {
    background: unset !important;
    color: #fff !important;
    position: relative;
}

.zqlqzh .btn.active::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #fff;
    left: 0;
}

.zbdetail .btn {
    background: unset !important;
    width: unset !important;
}

.zbdetail .btn {
    color: #333 !important;
}

.zbdetail .btn {
    width: 80px !important;
}

.zbdetail .btn.active {
    background: #1266B1 !important;
    color: #1266B1 !important;
    position: relative;
    border: solid 1px;
}

.sitemap-row a {
    margin-right: 20px;
    margin-bottom: 8px;
    display: inline-block;
}

.subBox .wrap-head.slash {
    padding-left: 0 !important;
    font-size: 16px;
}

.subBox .wrap-head.slash::before {
    content: '';
    width: 0;
    height: 14px;
    display: inline-block;
    border: #1266B1 solid 3px;
    vertical-align: sub;
    margin-right: 3px;
    border-radius: 3px;
}

.subBox .row {
    margin-top: 10px;
}

.pt0 {
    padding-top: 0 !important;
}

.no-content {
    text-align: center;
    font-size: 18px;
    margin: 10% auto 0;
    min-height: 285px;
}

.no-content .no-img {
    width: 166px;
    height: 121px;
    background: url(../img/no-content.png) no-repeat;
    background-size: 100%;
    margin: 20px auto;
    margin-bottom: 0;
}

.yq-link {
    font-size: 13px;
    color: #046241;
    padding: 8px 8px 0 8px;
    display: flex;
}

.yq-link span {
    width: 84px;
}

.yq-link a {
    font-size: 13px;
    color: #333;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 8px;
}

.qd-info {
    display: flex;
    font-size: 12px;
}

.qd-info img {
    width: 84px;
    height: 75px;
    min-width: 84px;
    margin-right: 10px;
}

.qd-info div, .qd-info p, .qd-info span, .qd-info b {
    font-size: 12px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.san-btn {
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    background: #fef0f4;
    margin-bottom: 15px;
    margin-left: -8px;
    margin-right: -8px;
}

.san-btn a {
    width: 95px;
    height: 27px;
    display: inline-block;
    font-size: 12px;
    background: #1266B1;
    border-radius: 6px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    margin: 0 24px
}

.nocontent {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.jd_more {
    width: 210px;
    height: 33px;
    border: 2px solid #eeeeee;
    border-radius: 35px;
    line-height: 33px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    color: #1266B1;
}

.tebxh {
    color: #F7294B !important;
}

.cqi-fonav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 2000;
}

.cqi-fonav ul {
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
}

.cqi-fonav ul li a {
    font-size: 12px;
}

.cqi-fonav ul li {
    text-align: center;
    font-size: 12px;
}

.cqi-fonav ul li.active a {
    color: #1266B1;
}

.cqi-fonav ul li i {
    background-image: url("../img/yui_sy_h.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: block;
}

.cqi-fonav ul li:nth-child(1).active i {
    background-image: url("../img/yui_sy.png");
}

.cqi-fonav ul li:nth-child(2) i {
    background-image: url("../img/yui_zq_h.png");
}

.cqi-fonav ul li:nth-child(2).active i {
    background-image: url("../img/yui_zq.png");
}

.cqi-fonav ul li:nth-child(3) i {
    background-image: url("../img/yui_lq_h.png");
}

.cqi-fonav ul li:nth-child(3).active i {
    background-image: url("../img/yui_lq.png");
}

.cqi-fonav ul li:nth-child(4) i {
    background-image: url("../img/yui_ty_h.png");
}

.cqi-fonav ul li:nth-child(4).active i {
    background-image: url("../img/yui_ty.png");
}

.cqi-fonav ul li:nth-child(5) i {
    background-image: url("../img/yui_sjb_h.png");
}

.cqi-fonav ul li:nth-child(5).active i {
    background-image: url("../img/yui_sjb.png");
}

.zx-brf li {
    white-space: unset !important;
    overflow: unset !important;
    text-overflow: unset !important;
    height: 50px !important;
    border-top: solid 1px #eee;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zx-brf li::before {
    content: '';
    background: url("../img/zx_before.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 3px;
}

.zx-brf li a {
    font-size: 13.5px;
}

.sydx li:nth-child(1)::before {
    background-image: url("../img/dh_zh_hui.png");
}

.sydx li.active:nth-child(1)::before {
    background-image: url("../img/dh_zh_zts.png");
}

.sydx li:nth-child(2)::before {
    background-image: url("../img/dh_rm_hui.png");
}

.sydx li.active:nth-child(2)::before {
    background-image: url("../img/dh_rm_zts.png");
}

.sydx li:nth-child(3)::before {
    background-image: url("../img/dh_zq_hui.png");
}

.sydx li.active:nth-child(3)::before {
    background-image: url("../img/dh_zq_zts.png");
}

.sydx li:nth-child(4)::before {
    background-image: url("../img/dh_lq_hui.png");
}

.sydx li.active:nth-child(4)::before {
    background-image: url("../img/dh_lq_zts.png");
}

.sydx li:nth-child(5)::before {
    background-image: url("../img/dh_ty_hui.png");
}

.sydx li.active:nth-child(5)::before {
    background-image: url("../img/dh_ty_zts.png");
}

.sydx li {
    border: unset;
}

.sydx li a {
    padding: 0 2px;
}

.zx-img img {
    width: 60px;
    height: 40px;
    margin-right: 10px;
}

.zx-img li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zx-img li {
    height: unset !important;
    line-height: unset !important;
    white-space: unset !important;
    overflow: unset !important;
    text-overflow: unset !important;
    display: flex !important;
    margin-bottom: 10px;
}

.pc-bsxq {
    width: 100%;
    padding: 10px;
    text-align: left;
    padding-top: 0;
}

.pc-bsxq ul li {
    margin-bottom: 5px;
    display: block;
    color: #fff;
    font-size: 12px;
}

.pc-bsxq ul li:nth-last-child(1) {
    line-height: 25px;
}

.pc-bsxq ul li:nth-child(2), .pc-bsxq ul li:nth-child(4) {
    color: #1266B1;
}

.pc-bsxq ul li a {
    color: #FF2323;
    font-size: 12px;
}

.rmsp .navcls {
    overflow: auto;
    white-space: nowrap;
    height: unset !important;
    line-height: unset !important;
    padding-bottom: 6px;
    justify-content: flex-start !important;
}

.rmsp .navcls a {
    line-height: 26px !important;
    height: unset !important;
    width: unset !important;
    padding: 0px 16px !important;
}

.rmsp .navcls::-webkit-scrollbar {
    display: none
}

.rmsp .wrap-body li::before {
}

@font-face {
    font-family: iconfont;
    src: url(fonts/iconfont.woff?r=8) format('woff'), url(fonts/iconfont.ttf?r=8) format('truetype')
}

.iconfont {
    color: #333;
    font-family: iconfont !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.icon-add_A:before {
    content: "\e696"
}

.com-back {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #eee;
}

.com-back span, .com-back a {
    position: absolute;
    left: 10px;
    display: block;
}

.placeholder {
    height: 93px;
}

.xl-menu {
    width: 20px;
    height: 20px;
    background-image: url("../img/menu.png");
    background-size: 100% 100%;
    background-color: #333333;
    margin-top: 7px;
}

.xl-box {
    background: #fff;
    height: calc(100vh - 48.6px);
    display: none;
}

.xl-box ul {
    display: block;
}

.xl-box ul li {
    width: 100%;
    height: 50px;
    margin: 7px 2px;
    line-height: 50px;
    text-align: center;
    border-bottom: solid 1px #eee;
}

.xl-box li a {
    color: #333;
    font-size: 16px;
}

.nav-r {
    display: flex;
    align-items: center;
}

.nav-dw {
    background-image: url(../img/dw.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    margin-top: 5px;
}

.rmqx .starbox {
    padding: 10px 0;
    text-align: center;
}

.rmqx .starbox a {
    width: 70px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border: 1px solid #2F65D4;
    border-radius: 4px;
    margin: 6px 5px;
}

.sig-list .xhy {
    color: #fff;
    padding-left: 8px;
    padding-top: 8px;
}

.sig-list .xhy::before {
    content: '';
    background-image: url(../img/zbxh.png);
    width: 15px;
    height: 16px;
    background-size: 100% 100%;
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
}

.tips a {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 3px 12px;
    margin-right: 10px;
    color: #333;
}

.tips h4 {
    font-size: 14px;
}

.zx-bt {
    width: 20px;
    height: 22px;
    background: #edebec;
    border-radius: 2px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    padding-right: unset !important;
    font-size: 12px !important;
}

.newst li:nth-child(1) .zx-bt {
    background-image: url("../img/zx_bt1.png");
    background-size: 100% 100%;
    color: #fff;
    background-color: unset;
}

.newst li:nth-child(2) .zx-bt {
    background-image: url("../img/zx_bt2.png");
    background-size: 100% 100%;
    color: #fff;
    background-color: unset;
}

.newst li:nth-child(3) .zx-bt {
    background-image: url("../img/zx_bt3.png");
    background-size: 100% 100%;
    color: #fff;
    background-color: unset;
}

.ss-head {
    color: #1266B1;
    line-height: 36px;
    border-bottom: solid 1px #eee;
    background: #fff;
}

.ss-head span::before {
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 23px;
    height: 17px;
    vertical-align: sub;
    background-image: url(../img/sou_zts.png);
    margin: 0 5px;
}

.com-bt {
    border-bottom: solid 2px #1266B1;
    clear: both;
    padding-bottom: 5px;
    color: #1266B1;
    padding-top: 10px;
    padding-left: 8px;
    position: relative;
    margin-bottom: 5px;
}

.com-bt em {
    color: #1266B1;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
}

.com-bt h3 {
    display: inline-block;
    margin-right: 5px;
}

.com-bt a {
    float: right;
    font-size: 12px;
    color: #676767;
    margin-right: 15px;
    margin-top: 5px;
}

.ss-brf .team2::before {
    content: '';
    background: url(../img/zx_before.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 3px;
}
