ul {
    margin: 0;
    padding: 0
}

.header .layui-nav {
    display: block;
}

.web_nav_menu {
    display: none;
}

.only-pc, .web_nav_menu .item:first-child {
    display: none
}

.web_nav_menu .item {
    float: left;
    width: 50%;
    list-style: none
}

.web_nav_menu .item a {
    text-decoration: none;
    display: block;
    color: #f2cf93;
    height: 50px;
    line-height: 50px;
    opacity: .5
}

.web_nav_menu .item.active a {
    opacity: 1;
    font-weight: 700
}

.web_nav_menu .item a > em:before {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    font-weight: lighter
}

@media screen and (min-width: 1200px) {
    .sub_nav .sub_head {
        background: #f7f7f8 !important;
    }

    .web_header .sub_nav {
        display: none
    }

    .web_nav_menu {
        display: block;
        position: relative;
        height: 60px;
        overflow: hidden;
        text-align: left;
        background: #210;
        box-shadow: 0 2px 5px rgba(244, 62, 80, .12);
        background: #f43e50
    }

    .main {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        display: block
    }

    .web_nav_menu .main > img {
        margin-top: 3px;
        margin-right: 40px;
        float: left
    }

    .web_nav_menu .logo {
        display: inline-block;
        width: 32px;
        height: 35px;
        vertical-align: top;
        line-height: 42px;
        text-align: center;
        background: url(//www.123bangong.cn/static/image/style-default/logo-pc.png) no-repeat 50%;
        background-size: auto 100%
    }

    .only-pc {
        display: inherit
    }

    .web_nav_menu .sub_menu {
        margin-left: 20px;
        display: inline-block;
        font-size: 17px;
        vertical-align: top
    }

    .web_nav_menu .item:first-child {
        display: block
    }

    .web_nav_menu .item {
        min-width: 100px;
        width: auto
    }

    .web_nav_menu .item:first-child a {
        margin-left: 0;
        padding-left: 0;
        font-size: 17px
    }

    .web_nav_menu .item a {
        padding: 5px 20px;
        background-position: 10px 6px;
        background-size: auto 22px;
        position: relative;
        color: #fff;
        font-size: 15px
    }

    .bf-itema {
        display: none !important;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .web_nav_menu {
        height: 60px
    }
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_864845_y77u8c8poqe.eot);
    src: url(//at.alicdn.com/t/font_864845_y77u8c8poqe.eot#iefix) format("embedded-opentype"), url(//at.alicdn.com/t/font_864845_y77u8c8poqe.woff2) format("woff2"), url(//at.alicdn.com/t/font_864845_y77u8c8poqe.woff) format("woff"), url(//at.alicdn.com/t/font_864845_y77u8c8poqe.ttf) format("truetype"), url(//at.alicdn.com/t/font_864845_y77u8c8poqe.svg#iconfont) format("svg")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

body, html {
    height: 100%
}

body {
    margin: 0;
    background-color: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    height: 100%
}

body, pre, textarea {
    font-size: 12px;
    line-height: 30px;
    -webkit-tap-highlight-color: transparent;
    font-family: Helvetica Neue, Microsoft YaHei, Helvetica, Tahoma, sans-serif;
    word-wrap: break-word;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

body {
    background: #f7f7f8;
    padding: 80px 0 45px
}

body a {
    color: #c18a4a;
    text-decoration: none;
    cursor: pointer
}

.web_phone {
    min-height: 833px
}

.tooltip {
    position: fixed;
    right: 4px;
    bottom: 120px;
    z-index: 30000;
    background: #f43e50;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px
}

.tooltip div {
    position: absolute;
    color: #f43e50;
    z-index: 30000;
    font-size: 20px;
    right: 18px
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

a.link {
    color: #1890ff
}

.clear_after:after {
    display: block;
    content: " ";
    height: 0;
    clear: both
}

.arrow_after:after, .arrow_before:before, .arrow_item_after .item:not(.no-arrow):after {
    content: " ";
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    display: block;
    float: right;
    border: 2px solid #9a9a9a;
    border-width: 2.7px 0 0 2.7px;
    margin-top: 10px;
    border-radius: 1px
}

.arrow_before:before {
    float: left;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.only-pc {
    display: none
}

.only-test-touch {
    position: absolute;
    left: 0;
    height: 0;
    width: 0
}

.web_scrollbar::-webkit-scrollbar {
    display: none
}

.web_scrollbar::.-o-scrollbar {
    -moz-appearance: none !important;
    background: rgba(0, 255, 0, 0) !important
}

.web_scrollbar {
    -ms-scroll-chaining: chained;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    position: relative;
    overflow-x: hidden
}

body.web_player {
    background: #dcdcdc
}

body.web_player:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: .3
}

body.web_player, body.web_player .loc_player, body.web_player .web_body, body.web_player .web_container, body.web_player .web_container .main, body.web_player .web_content, body.web_player .web_phone {
    height: 100%;
    overflow: visible
}

body.web_player .loc_player {
    padding-top: 50px
}

.web_content {
    overflow-x: hidden;
    position: relative
}

.right-fixed {
    position: fixed;
    left: 50%;
    bottom: 190px;
    -webkit-transform: translateX(517px);
    transform: translateX(517px);
    width: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 10
}

.right-fixed .QRcode:hover {
    -webkit-animation: QRcode 8s infinite;
    animation: QRcode 8s infinite
}

@-webkit-keyframes QRcode {
    30% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes QRcode {
    30% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes appStyle {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes appStyle {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.right-fixed .r-btn {
    width: 134px;
    height: 40px;
    box-shadow: 0 0 1px 1px #ccc;
    background: #fff;
    color: #333;
    text-align: center;
    line-height: 40px;
    z-index: 111;
    overflow: hidden;
    margin: 5px 0
}

.right-fixed .r-btn:hover {
    color: #999
}

.right-fixed .tQRcode {
    display: none;
    height: 0;
    background-color: #e24949;
    color: #fff;
    font-weight: 700;
    border-radius: 15px 0 15px 10px
}

.right-fixed .tQRcode:hover {
    color: #fff
}

.right-fixed .goToTop {
    visibility: hidden
}

.right-fixed .r-btn.appStyle {
    background-color: #e24949;
    color: #fff;
    cursor: pointer
}

.right-fixed .r-btn.appStyle:hover {
    -webkit-animation: appStyle 1s 1;
    animation: appStyle 1s 1
}

.web_list_select {
    font-size: 12px
}

.web_list_select .item {
    display: block;
    color: #aaa;
    padding: 0;
    position: relative;
    min-width: 10%;
    float: left;
    line-height: 30px;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
    border: 5px solid transparent;
    border-width: 5px 10px
}

.web_list_select .sub_group:not(.ico_type_1):not(.ico_type_2) .sub_content .item {
    width: 100%;
    max-width: 100% !important
}

.web_list_select .item.active {
    color: #c18a4a
}

.web_list_select .item:before {
    content: "\F096";
    font-family: FontAwesome;
    opacity: .5;
    font-size: 17px;
    display: block;
    height: 30px;
    float: left;
    width: 20px
}

.web_list_select .item.active:before {
    content: "\F14A";
    opacity: 1
}

.web_list_select .sub_group:not(.active) {
    display: none
}

.web_list_select .sub_title {
    padding: 5px 15px 5px 35px;
    background: #eee;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 2
}

.web_list_select .sub_title strong {
    font-size: 17px;
    text-shadow: 0 0 2px #fff;
    font-weight: 700
}

.web_list_select .sub_title label.item {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    color: #000;
    cursor: pointer;
    padding: 10px 15px;
    line-height: 15px
}

.web_list_select .sub_title:after, .web_list_select .sub_title:before {
    content: " ";
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -10;
    opacity: .39
}

.web_list_select .sub_group.ico_type_1 .sub_title:before {
    background-image: url(//www.123bangong.cn/static/image/icon_zq.png)
}

.web_list_select .sub_group.ico_type_2 .sub_title:before {
    background-image: url(//www.123bangong.cn/static/image/icon_lq.png)
}

.web_list_select .sub_title:after {
    z-index: -2;
    background: linear-gradient(90deg, hsla(0, 0%, 93.3%, .5), transparent);
    opacity: 1
}

.web_list_select .sub_content {
    padding-left: 35px;
    position: relative
}

.web_list_select .sub_content:not(:last-child) {
    border-bottom: 1px solid #eee;
    margin-bottom: -1px
}

.web_list_select .sub_content .item {
    width: 49%;
    min-width: 140px
}

.web_list_select .sub_letter {
    position: absolute;
    width: 35px;
    text-align: center;
    display: block;
    color: #111;
    line-height: 37px;
    font-size: 17px;
    font-family: cursive;
    background: #eee;
    left: 0;
    bottom: 0;
    top: 0;
    cursor: pointer
}

.web_page {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 20000;
    background: #fff;
    overflow: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%)
}

.web_page.active {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.web_page_box {
    height: 100%
}

.web_page_title {
    text-align: left;
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 10px 15px 10px 35px;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 400;
    font-size: 18px
}

.a_share_more, .a_show_more, .web_page_title .back {
    display: block;
    width: 130px;
    height: 50px;
    position: absolute;
    left: 0;
    padding: 8px 20px;
    top: 0;
    cursor: pointer
}

.a_share_more, .a_show_more {
    color: hsla(0, 0%, 100%, .3);
    left: auto;
    right: 55px;
    width: 55px;
    padding-top: 15px;
    font-size: 18px;
    z-index: 1;
    font-weight: 400
}

.a_show_more {
    padding: 15px 10px 0 32px
}

.a_show_more.active {
    color: hsla(0, 0%, 100%, .8);
    font-size: 18px
}

.a_show_more.active:before {
    content: "\F06E"
}

.a_share_more {
    right: 0;
    width: 55px;
    padding-top: 16.5px;
    color: hsla(0, 0%, 100%, .8)
}

.web_share {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 10001
}

.web_share .share_head {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    background: #2a2929;
    line-height: 60px;
    padding: 0 20px;
    color: #f2cf93
}

.web_share .share_head .close {
    position: absolute;
    right: 0;
    line-height: 56px;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #f2cf93;
    font-size: 42px;
    font-weight: lighter;
    cursor: pointer
}

.web_share .share_head .close:before {
    content: "\D7"
}

.web_share .share_head .close:hover {
    color: red
}

.web_share .share_box {
    padding: 0;
    text-align: center
}

.web_share .social-share .social-share-icon {
    margin: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 38px
}

.web_share .share_url {
    padding-top: 39px;
    height: 125px !important;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px
}

.web_share .share_url input.url {
    display: block;
    margin: 0 auto;
    border: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: transparent;
    color: rgba(193, 138, 74, .5);
    outline: none;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-user-select: auto
}

.web_share .share_url.success:before {
    content: "\76F4\64AD\7F51\5740\590D\5236\6210\529F\FF0C\53EF\4EE5\76F4\63A5\7C98\8D34\53D1\9001\7ED9\597D\53CB\FF01";
    color: #fff;
    background: rgba(193, 138, 74, .38);
    border-radius: 2px;
    display: inline-block;
    padding: 0 15px
}

.a_share_more.active + .web_share {
    display: block
}

.web_page_title .arrow_before:before {
    border-color: #111;
    width: 11px;
    height: 11px;
    border-radius: 2px
}

.web_page_title .more {
    position: absolute;
    right: 0;
    font-size: 15.5px;
    color: #111;
    padding: 10px 15px 10px 40px;
    top: 0;
    line-height: 40px
}

.web_page_title .sub_title {
    font-weight: 400
}

.web_page_title .sub_link {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 6px
}

.web_page_title .sub_link .item {
    font-size: 12px;
    float: none;
    display: inline-block;
    padding: 0 15px;
    width: auto;
    height: auto;
    color: #666
}

.web_page_title .sub_link .item.active {
    color: #111
}

.web_page_title .sub_link .item:before {
    height: auto
}

.web_page_content {
    margin-top: -50px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: solid transparent;
    border-width: 50px 0 0;
    background: #fff;
    border-radius: 6px
}

.web_page_content.button {
    border-bottom-width: 55px
}

.web_page_content.gray {
    background-color: #f5f5f5
}

.web_page_button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    background: #c18a4a;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    z-index: 2
}

.web_article {
    padding: 10px;
    line-height: 27px;
    font-size: 15px
}

.web_article h2 {
    padding: 20px 0;
    font-size: 20px
}

.web_article p {
    padding-bottom: 20px;
    text-indent: 2em
}

.web_article ol, .web_article ul {
    padding-left: 20px
}

.web_header {
    line-height: 34px;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100
}

.web_header.have_sub_menu {
    height: 98px
}

.web_header .sub_nav {
    display: block;
    text-align: center;
    background: #c18a4a;
    color: #fff;
    font-size: 15px;
    padding: 0;
    position: relative;
    height: 80px;
    line-height: 43px;
    background: linear-gradient(#ffe9ae, #b18e59)
}

.loc_mini_player .web_page_title, .web_header .sub_nav .sub_head {
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
    height: 43px;
    background: #f43e50;
    border: none
}

.web_header .sub_nav .let_title {
    font-weight: 400;
    position: relative;
    color: #fff;
}

.web_header .sub_nav .let_title.timeout:after {
    content: "!";
    font-weight: 700;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: red;
    top: 50%;
    font-size: 10px;
    color: hsla(0, 0%, 100%, .8);
    line-height: 11px;
    overflow: hidden;
    text-align: center;
    font-family: arial;
    margin-top: -5px;
    right: -17px;
    -webkit-animation: spin-ant 4s linear infinite;
    animation: spin-ant 4s linear infinite
}

.web_header.full .sub_nav {
    height: 50px
}

.web_header.full .sub_nav .sub_head {
    height: 100%;
    background: linear-gradient(#452909, #000)
}

.web_header.full .sub_nav .sub_head .let_title {
    background: url(//www.123bangong.cn/static/image/style-default/logo-pc.png) no-repeat 50%;
    background-size: auto 58%;
    color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .38
}

.web_header .sub_nav .sub_head .let_summary {
    font-size: 12px;
    font-weight: 400;
    padding-left: 4px
}

.web_header .sub_nav .sub_lan {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    display: block
}

.web_header .sub_nav .sub_lan a {
    display: inline-block;
    color: #fff;
    padding: 0 8px;
    opacity: .5
}

.web_header .sub_nav .sub_lan a.active {
    opacity: 1
}

.web_header .sub_nav .a_tool {
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .6;
    z-index: 100
}

.web_header .sub_nav .a_tool > em {
    display: inline-block;
    width: 14px;
    text-align: left
}

.web_header .sub_menu {
    display: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .04);
    text-align: center;
    font-size: 15px;
    padding: 5px 0 0;
    height: 38px;
    overflow: hidden;
    line-height: 27px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    font-size: 13px;
    overflow-x: auto
}

.web_header .sub_menu .item {
    display: block;
    float: left;
    width: 20%;
    color: #777;
    height: 30px
}

.web_header .sub_menu .item.active {
    color: #c18a4a
}

.web_header .sub_menu .item.active:after {
    content: " ";
    border-radius: 2px;
    display: inline-block;
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 2.5px;
    background: #c18a4a
}

.web_header .sub_menu .item > em {
    font-size: 12px;
    padding-left: 4px;
    font-style: normal;
    opacity: .5
}

.web_nav_button {
    display: block;
    width: 100%;
    height: 35px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    line-height: 20px;
    letter-spacing: -5px;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.web_nav_button > .item {
    display: inline-block;
    padding: 9px 15px 0;
    color: #6d4d28;
    letter-spacing: normal;
    height: 100%
}

.web_nav_button > .item > span {
    padding-right: 5px
}

.web_nav_button > .item > em {
    font-style: normal;
    font-size: 12px;
    padding-left: 0;
    opacity: .9
}

.web_nav_button > .item:not(:first-child) {
    border-left-width: 0
}

.web_nav_button > .item.active {
    color: #fcefd9;
    font-weight: 700
}

.web_nav_button > .item.active:after {
    content: " ";
    display: block;
    width: 50%;
    background: #fcefd9;
    height: 2px;
    margin: 0 auto;
    border-radius: 2px
}

.web_header .web_nav_button > .item.active + .sub_menu {
    display: block;
    background: none
}

.web_loading {
    height: 70px;
    padding: 67px 30px 30px;
    text-align: center;
    line-height: 40px;
    color: #e1aa57;
    border: 1px solid #fff4cd;
    width: 190px;
    height: 190px;
    border-radius: 100%;
    box-shadow: 0 0 160px #fed780;
    line-height: 24px;
    margin: 80px auto;
    font-size: 14px;
    max-width: 100%
}

.web_loading:before, .web_loading em:after, .web_loading em:before {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #f6dda5;
    -webkit-animation: load 1s ease infinite;
    margin: 0 4px;
    vertical-align: middle
}

.web_loading:before {
    -webkit-animation-delay: .2s
}

.web_loading em:first-child:before {
    -webkit-animation-delay: .4s
}

.web_loading em:first-child:after {
    -webkit-animation-delay: .6s
}

.web_loading em:nth-child(2):before {
    -webkit-animation-delay: .8s
}

.web_loading em:last-child {
    margin-right: 10px
}

.web_loading strong {
    display: block;
    font-weight: 400;
    padding-top: 14px
}

.web_error {
    text-align: center;
    color: #111;
    background: rgba(255, 244, 205, .4);
    border-radius: 4px;
    padding: 10px;
    font-size: 16px
}

.web_error:before {
    content: " ";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: auto 100%;
    vertical-align: middle;
    margin-right: 10px
}

.win_alert {
    visibility: hidden;
    z-index: 300;
    text-align: center;
    padding: 40% 7% 0;
    font-size: 17.7px;
    color: #777
}

.win_alert, .win_alert:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.win_alert:before {
    content: " ";
    background: rgba(0, 0, 0, .44);
    z-index: 0
}

.win_alert .sub_box {
    background: #fff;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: inline-block;
    min-width: 300px
}

.win_alert .sub_title {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 23.4px;
    padding: 22px 0 4px
}

.win_alert .sub_content {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px
}

.win_alert .sub_button {
    display: inline-block;
    font-size: 21px;
    color: #108ee9;
    padding: 12px 50px 14px;
    cursor: pointer
}

.win_alert.active {
    visibility: visible
}

.web_copyright {
    text-align: center;
    color: rgba(0, 0, 0, .4);
    font-size: 12px;
    line-height: 20px;
    padding: 20px
}

.link_gray {
    color: #555
}

.link_gray:hover {
    color: #000
}

.wid_switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    background-color: #917e67;
    transition: .4s;
    border: 3px solid transparent;
    vertical-align: middle
}

.wid_switch:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    background-color: #fff;
    transition: .4s
}

.wid_switch.active {
    background-color: #cc7107
}

.wid_switch.active:after {
    -webkit-transform: translateX(23px);
    transform: translateX(23px)
}

.wid_switch.round {
    border-radius: 31px
}

.wid_switch.round:after {
    border-radius: 50%
}

.wid_select {
    height: 30px;
    overflow: visible;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px 0 10px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 0
}

.wid_select:before {
    content: attr(data-title)
}

.wid_select.icon-down:after {
    content: "\F078";
    position: absolute;
    right: 5px;
    top: 0
}

.wid_select.icon-down.active {
    overflow: visible
}

.wid_select.icon-down.active:after {
    content: "\F077"
}

.wid_select .sub_list {
    position: absolute;
    background: #fff;
    min-width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    width: auto;
    white-space: nowrap;
    z-index: 1000;
    text-align: left;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
    color: #000;
    letter-spacing: 0;
    line-height: 34px;
    border: 1px solid #fff;
    margin: -1px
}

.wid_select .sub_list:before {
    content: "";
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: default
}

.wid_select .sub_list > .item {
    display: block;
    padding: 0 15px;
    background: #fff;
    margin: 0;
    line-height: inherit;
    z-index: 101;
    position: relative
}

.wid_select .sub_list > .item.active {
    color: #c18a4a
}

.wid_select .sub_list > .item:not(:last-child) {
    margin-bottom: 1px
}

.wid_select .sub_list > .item:first-child {
    border-radius: 2px 2px 0 0
}

.wid_select .sub_list > .item:last-child {
    border-radius: 0 0 2px 2px
}

.wid_select.direction-up .sub_list {
    top: auto;
    bottom: 0
}

.wid_select:not(.active) .sub_list {
    display: none
}

body.win-full-screen, body.win-full-screen .web_phone {
    overflow: hidden
}

body.win-blur .web_content, body.win-blur .web_nav_menu {
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

.loc_banner .sub_img {
    width: 100%;
    transition: 3s;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    display: block;
    height: 100px;
    background-size: 100% auto
}

.loc_banner:hover .sub_img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.loc_me_head {
    background-color: #c18a4a;
    position: relative;
    padding-bottom: 16px
}

.loc_me_head:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    background: #f1f1f1;
    z-index: 0
}

.loc_me_head .sub_title {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 8px 0;
    text-align: center;
    font-weight: 400
}

.loc_me_top_info {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 13px;
    margin: 0 10px;
    box-shadow: 0 0 15px rgba(119, 85, 46, .2)
}

.loc_me_top_info .sub_self {
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 22px 20px 17px 110px;
    position: relative
}

.loc_me_top_info .sub_self.arrow_after:after {
    border-color: #ddd
}

.loc_me_top_info .sub_self:not(.active):after {
    display: none
}

.loc_me_top_info .sub_name {
    display: block;
    color: #000;
    font-size: 19px;
    font-weight: 700
}

.loc_me_top_info .sub_summary {
    color: #aaa;
    font-size: 14.5px
}

.loc_me_top_info .sub_list {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 8px 0 12px;
    line-height: 27px
}

.loc_me_top_info .sub_list .item {
    display: block;
    float: left;
    width: 25%;
    text-decoration: none;
    color: #aaa
}

.loc_me_top_info .sub_list .item strong {
    display: block;
    color: #c18a4a;
    font-size: 16px;
    font-weight: 400
}

.loc_me_avatar {
    display: block;
    position: absolute;
    width: 70px;
    border-radius: 100%;
    height: 70px;
    left: 18px;
    top: 18px;
    background-size: auto 100%;
    overflow: hidden
}

.loc_me_avatar > img {
    width: 100%
}

.loc_me_money {
    display: block;
    box-shadow: 0 0 15px rgba(119, 85, 46, .2);
    text-align: center;
    font-size: 14px;
    padding: 15px 15px 10px;
    line-height: 24px
}

.loc_me_money .item {
    display: block;
    float: left;
    width: 25%;
    color: #111
}

.loc_me_money .item:before {
    content: " ";
    display: block;
    background: no-repeat top;
    background-size: auto 86%;
    height: 30px
}

.loc_money_list {
    display: block;
    padding: 17px 15px
}

.loc_money_list .item {
    display: block;
    background: linear-gradient(90deg, #e1aa57, #ffeab6);
    border-radius: 8px;
    border: 1px solid #f9e7c7;
    box-shadow: 0 10px 30px #e6d6b9;
    height: 130px;
    overflow: hidden;
    position: relative;
    max-width: 390px;
    margin: 0 auto
}

.loc_money_list .item:not(:last-child) {
    margin-bottom: 15px
}

.loc_money_list .item:before {
    content: " ";
    background-size: auto 130%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.loc_money_list .item .sub_title {
    display: block;
    width: auto;
    background: #f6dda5;
    color: #996120;
    padding: 4px 24px;
    font-size: 16px;
    float: left;
    border-radius: 0 0 8px 0;
    z-index: 1;
    position: relative;
    font-weight: 700
}

.loc_money_list .item .sub_value {
    clear: both;
    font-size: 40px;
    font-weight: 400;
    padding: 30px 5px 0 22px
}

.loc_money_list .item .sub_unit, .loc_money_list .item .sub_value {
    display: block;
    color: #fff4cd;
    float: left;
    z-index: 1;
    position: relative
}

.loc_money_list .item .sub_unit {
    padding-top: 36px;
    font-size: 17px
}

.loc_recharge_list {
    display: block;
    padding: 0 8px;
    text-align: center;
    font-size: 14px;
    line-height: 24px
}

.loc_recharge_list .item {
    display: inline-block;
    width: 30%;
    background: #fff;
    border-radius: 4px;
    margin: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    color: #111;
    padding: 13px 0
}

.loc_recharge_list .sub_point {
    font-size: 22px;
    padding-right: 3px
}

.loc_recharge_list .sub_money {
    display: block;
    line-height: 20px;
    opacity: .5
}

.loc_recharge_list .sub_money:before {
    content: "\FFE5";
    margin-right: -2px
}

.loc_recharge_list .item.active {
    background-color: #f6dda5;
    color: #955306
}

.loc_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    font-size: 14.6px
}

.loc_gq {
    display: inline-block;
    width: 100%;
    text-align: center;
    letter-spacing: -5px;
    color: #fff;
    line-height: 0;
    padding-bottom: 8px
}

.loc_gq > li.item {
    display: inline-block;
    list-style: none;
    letter-spacing: 0;
    vertical-align: top
}

.loc_gq li.lab_name {
    padding-left: 0;
    line-height: 0;
    border: none;
    display: block
}

.loc_gq li.item.gq {
    width: 33%
}

.loc_gq li.item.gq > em {
    font-style: normal;
    display: inline-block;
    border-radius: 1px;
    margin: 0 1px;
    text-align: center;
    padding: 0 4px;
    line-height: 18px;
    min-width: 20px;
    vertical-align: top;
    position: relative
}

.loc_gq li.item.gq > em.d-up {
    color: #fff;
    background: rgba(255, 0, 0, .4)
}

.loc_gq li.item.gq > em.d-down {
    color: #fff;
    background: rgba(12, 164, 12, .4)
}

.loc_gq li.item.gq > em.d-change {
    background: rgba(255, 255, 0, .72);
    color: #000
}

.loc_gq li.item.gq > em > b:before {
    content: "*";
    color: red;
    padding-right: 1px;
    position: relative;
    top: 2px;
    font-family: Tahoma
}

.loc_gq li.item.gq.d-lock > em {
    text-decoration: line-through;
    opacity: .8
}

.loc_gq li.item.gq.d-lock > em > b:before {
    top: 0
}

.loc_gq li.lab_zk > em:first-child:before {
    content: "\4E3B"
}

.loc_gq li.lab_zk > em:nth-child(2):before {
    content: "\548C"
}

.loc_gq li.lab_zk > em:nth-child(3):before {
    content: "\5BA2"
}

.loc_gq li.lab_dx > em:nth-child(2), .loc_gq li.lab_rq > em:nth-child(2) {
    font-weight: 700
}

.loc_gq li.lab_rq:before {
    content: "\8BA9\7403   "
}

.loc_gq li.lab_dx:before {
    content: "\5927\5C0F   "
}

.loc_gq li.item.gq:before, .loc_gq li.item.gq > em:before {
    opacity: .5;
    font-size: 11px;
    display: block;
    line-height: 18px
}

.loc_gq li.lab_zk > em {
    margin-top: 18px !important;
    position: relative
}

.loc_gq li.lab_zk > em:before {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    text-align: center
}

.loc_gq li.lab_tool {
    width: 10%;
    text-align: right
}

.loc_player[data-type="2"] .loc_gq li.lab_zk > em:nth-child(2) {
    display: none
}

.loc_player[data-type="2"] .loc_gq li.lab_zk > em {
    min-width: 30%
}

.disabled_show_more .loc_gq, .loc_player:not([data-type="1"]):not([data-type="2"]) .loc_gq {
    display: none !important
}

.disabled_show_more .loc_gq > li, .disabled_show_more ul.item .bf, .disabled_show_more ul.item .lab_bc, .disabled_show_more ul.item .lab_jq, .disabled_show_more ul.item .lab_vs, .loc_gq.loading > li {
    visibility: hidden !important
}

.disabled_show_more .lab_team_home {
    border-right-width: 10px !important
}

.disabled_show_more .lab_team_away {
    border-left-width: 10px !important
}

.loc_player:not([data-type="1"]):not([data-type="2"]) .loc_gq > li, .loc_player:not([data-type="1"]):not([data-type="2"]) ul.item .bf, .loc_player:not([data-type="1"]):not([data-type="2"]) ul.item .lab_bc, .loc_player:not([data-type="1"]):not([data-type="2"]) ul.item .lab_jq, .loc_player:not([data-type="1"]):not([data-type="2"]) ul.item .lab_vs {
    visibility: hidden !important
}

.loc_gq.loading:before {
    content: "\6B63\5728\52A0\8F7D\FF0C\8BF7\7A0D\540E...";
    letter-spacing: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 0;
    line-height: 25px
}

.loc_gq.loading.nodata:before {
    content: "\6682\65E0\6570\636E"
}

.loc_event_info > span {
    padding: 5px;
    display: inline-block
}

.loc_event_status {
    display: none
}

.loc_event_info {
    float: right
}

.loc_hide_match a {
    margin-left: 10px
}

.loc_hide_match .sub_total {
    font-weight: 400
}

.loc_no_match {
    text-align: center;
    font-size: 18px;
    margin: 60px 0;
    color: gray;
    clear: both
}

.loc_match ul.item.sub_head {
    font-size: 12px;
    line-height: 0
}

.loc_match ul.item.sub_head > li {
    line-height: 32px !important;
    opacity: 1 !important
}

.loc_match ul.item.sub_head:after {
    margin: 0
}

.loc_match ul.item {
    letter-spacing: -4px
}

.loc_match_list ul.item:after {
    content: " ";
    height: 1px;
    overflow: hidden;
    display: block;
    background: #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.loc_match ul.item.sub_head:after {
    height: 0
}

.loc_match ul.item > li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    min-height: 18px;
    letter-spacing: 0
}

.loc_match ul.item > li.lab_time {
    width: auto;
    position: absolute;
    left: 125px;
    top: 9px;
    line-height: 17px;
    text-align: left
}

.loc_match ul.item > li.lab_events {
    width: 56px;
    white-space: nowrap;
}

.loc_match ul.item > li.lab_team_home {
    width: 41%;
    position: relative;
    padding-right: 0;
    text-align: right;
    /*border-right: 35px solid transparent*/
}

.loc_match ul.item > li.lab_team_away {
    width: 41%;
    position: relative;
    padding-left: 0;
    /*border-left: 35px solid transparent;*/
    text-align: left
}

.loc_match ul.item > li.lab_bc, .loc_match ul.item > li.lab_jq {
    width: 97px;
    text-align: center;
    position: relative
}

.loc_match ul.item > li .avatar {
    display: block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    background: no-repeat 50%;
    background-size: auto 100%;
    top: -3px
}

.loc_match ul.item > li .avatar > img {
    width: 100%;
    height: 100%;
    display: block;
    border: none
}

.loc_match ul.item > li .avatar > img:not([src]) {
    display: none
}

.loc_player .loc_match ul.item[data-lid] > li.lab_events:before {
    border-radius: 100%
}

.loc_match ul.item[data-lid] > li.lab_events:before {
    background: no-repeat 50%;
    background-size: auto 100%
}

.loc_match ul.item[data-lid*=",1,"] > li.lab_events:before {
    background-image: url(../images/icon_sport_1.png)
}

.loc_match ul.item[data-lid*=",2,"] > li.lab_events:before {
    background-image: url(../images/icon_sport_2.png)
}

.loc_match ul.item[data-lid*=",3,"] > li.lab_events:before {
    background-image: url(../images/icon_sport_11.png)
}

.loc_match ul.item > li.lab_team_home .avatar {
    right: 0
}

.loc_match ul.item > li.lab_team_away .avatar {
    left: 0
}

.loc_match ul.item > li.lab_team_away .name, .loc_match ul.item > li.lab_team_home .name {
    font-weight: 700;
    padding: 2px 0px;
    max-width: 145px;
}

.loc_match ul.item > li .bf {
    display: block;
    width: 35px;
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    padding: 0;
    top: 0;
    font-style: normal;
    font-weight: 700;
    color: #eb0000;
}

.loc_match ul.item > li.lab_team_home .bf {
    right: -31px
}

.loc_match ul.item > li.lab_team_away .bf {
    left: -31px
}

.loc_match ul.item > li.lab_channel {
    width: 100%;
    float: none;
    text-align: center;
    letter-spacing: -5px
}

.loc_match ul.item > li.lab_channel > a.item {
    background: #f1f1f1;
    color: #999;
    padding: 1px 6px;
    margin: 1px 2px;
    cursor: default;
    letter-spacing: 0
}

.loc_match .lab_channel .wid_select.ok:not(.play), .loc_match ul.item > li.lab_channel > a.ok {
    background: rgba(225, 170, 87, .8);
    color: #fff;
    cursor: pointer;
    pointer-events: auto
}

.loc_match > .sub_list ul.item > li.lab_channel {
    text-align: center;
    padding: 12px 0 10px
}

.loc_match ul.item > li.lab_channel .wid_select {
    background: #f1f1f1;
    color: #999;
    line-height: 22px;
    height: 22px;
    margin: 1px
}

.loc_match ul.item > li.lab_channel .wid_select a.item:not(.ok):not(.play) {
    color: #666
}

.loc_match ul.item > li.lab_channel .wid_select a.item strong {
    padding-left: 3px
}

.loc_match > .sub_list ul.item > li.lab_ad {
    position: absolute;
    top: 8px;
    right: 0;
    width: 100%;
    line-height: 17px;
    font-size: 11px;
    padding-left: 100px;
    text-align: right;
    z-index: 10
}

.loc_match > .sub_list ul.item > li.lab_ad a {
    display: inline-block;
    padding: 0 8px
}

.loc_match > .sub_list ul.item > li.lab_time {
    color: #888
}

.loc_match > .sub_list ul.item > li.lab_bc, .loc_match > .sub_list ul.item > li.lab_jq {
    position: absolute;
    top: 8px;
    font-size: 11px;
    right: 50%
}

.loc_match > .sub_list ul.item[data-lid*=",1,"] > li.lab_bc > span:before {
    content: "\534A";
    padding-right: 2px
}

.loc_match > .sub_list ul.item[data-lid*=",2,"] > li.lab_bc > span:before {
    content: "\5206\5DEE";
    padding-right: 2px
}

.loc_match > .sub_list ul.item[data-lid*=",2,"] > li.lab_jq > span:before {
    content: "\603B\5206";
    padding-right: 2px
}

.loc_match > .sub_list ul.item > li.lab_jq {
    left: 50%
}

.loc_match > .sub_list ul.item > li.lab_jq > span {
    background: url(//www.123bangong.cn/static/image/icon_flag.png) no-repeat 0;
    background-size: auto 12px;
    padding-left: 13px
}

.web_container[data-type="2"] .loc_match > .sub_list ul.item > li.lab_jq > span {
    background: none;
    padding-left: 0
}

.web_container[data-type="2"] .loc_match > .sub_list ul.item > li.lab_jq > span .loc_match .sub_time_sepa {
    font-weight: 700;
    position: relative;
    overflow: hidden;
    line-height: 28px;
    text-align: center;
    padding: 5px 0;
    font-size: 13px
}

.loc_match .sub_time_sepa .item {
    display: inline-block;
    padding: 0 6px;
    color: #000
}

.loc_match .sub_time_sepa .sub_week {
    font-weight: 700
}

.loc_match > .sub_list {
    line-height: 18px;
    color: #888;
    background: #fff;
    box-shadow: 0 2px 6px rgba(4, 0, 0, .1)
}

.loc_match > .sub_list ul.item {
    position: relative;
    padding: 35px 0 0;
    min-height: 100px
}

.loc_match > .sub_list ul.item:not(.active) {
    display: none
}

.loc_match > .sub_list .lab_events {
    text-align: left;
    font-size: 11px;
    position: absolute;
    top: 9px;
    line-height: 18px;
    left: 5px;
    overflow: hidden;
    /*opacity: .45;*/
    /*color: #fff;*/
    /*background: grey;*/
    height: 18px
}

.loc_match > .sub_list .lab_time {
    font-size: 12px
}

.loc_match .lab_team_home {
    text-align: right
}

.loc_match > .sub_list .lab_team_away, .loc_match > .sub_list .lab_team_home {
    color: #111;
    font-size: 14.5px
}

.loc_match .lab_channel a {
    display: inline-block;
    color: #c18a4a;
    margin-right: 5px;
    padding: 8px 5px 0;
    vertical-align: middle;
    line-height: 20px
}

.loc_match .lab_channel a strong {
    font-weight: 400
}

.loc_match .lab_channel em:before {
    opacity: .4;
    width: 13px
}

.loc_match .lab_channel a:not(.ok) em:before {
    content: "\F017"
}

.loc_match .lab_channel .item:not(.ok), .loc_player .sub_channel .item:not(.ok) {
    cursor: default !important
}

.loc_match .lab_channel a:not(.me) em:before, .loc_player .sub_channel a:not(.me) em:before {
    content: "\F0C1" !important
}

.loc_match .lab_channel .wid_select:before, .loc_player .sub_channel .wid_select:before {
    content: none
}

.loc_match .lab_channel .wid_select .sub_name:after, .loc_player .sub_channel .wid_select .sub_name:after {
    content: attr(data-title);
    display: inline-block
}

.loc_player .sub_channel .wid_select .sub_name:after {
    padding-left: 5px
}

.loc_match .lab_channel .wid_select:not(.ok) .sub_name > em:before {
    content: "\F017"
}

.loc_match li.lab_vs {
    width: 18%;
    text-align: center;
    position: relative;
    color: #713b02
}

.loc_match_list li.sub_status {
    /*display: block;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: -27px;*/
    /*right: 0;*/
    /*font-size: 12px;*/
    /*width: 100px;*/
    /*left: -15px;*/
    color: red
}

.loc_match li.lab_vs .sub_status.overtime {
    margin-top: -3px
}

.loc_match li.lab_vs .sub_status .time {
    font-size: 11px;
    color: #000;
    line-height: 11px;
    display: block;
    font-style: normal
}

.loc_match > .sub_list li.lab_vs:before {
    color: #713b02;
    margin-left: -2px
}

.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match > .sub_list ul.item {
    padding: 10px 0
}

.loc_player .loc_match ul.item > li.lab_events {
    opacity: .68;
    background: none !important
}

.web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item:not(.sub_head) {
    padding: 10px 0
}

.web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_bc, .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_jq {
    display: none
}

.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match > .sub_list ul.item .lab_events, .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match > .sub_list ul.item .lab_events {
    background: transparent;
    color: #713b02;
    white-space: normal;
    line-height: 15px;
    position: static;
    width: 100%;
    height: auto;
    opacity: .6
}

.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_time, .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_time {
    width: 100%;
    display: block;
    position: static;
    text-align: center;
    color: #713b02;
    opacity: .6
}

.web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_time .sub_status {
    display: none
}

.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match > .sub_list ul.item .lab_events, .loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_time {
    color: #ffeab6
}

.loc_player[data-type="6"] .loc_match ul.item .lab_team_home, .web_container[data-type="6"] .loc_match ul.item .lab_team_home {
    text-align: center;
    padding: 0 0 0 8px;
    width: 100%;
    border: none
}

.loc_player[data-type="6"] .loc_match ul.item .lab_team_home .avatar, .web_container[data-type="6"] .loc_match ul.item .lab_team_home .avatar {
    float: left;
    right: auto
}

.loc_player[data-type="6"] .loc_match ul.item .lab_team_away, .web_container[data-type="6"] .loc_match ul.item .lab_bc, .web_container[data-type="6"] .loc_match ul.item .lab_jq, .web_container[data-type="6"] .loc_match ul.item .lab_team_away {
    display: none !important
}

.web_container[data-type="6"] .loc_match ul.item .lab_vs {
    display: none
}

.loc_player[data-type="1"] .loc_match > .sub_list ul.item > li.lab_jq > span {
    background: none
}

.loc_player[data-type="1"] .loc_match > .sub_list ul.item > li.lab_jq > span:before {
    content: "\89D2\7403   "
}

.loc_player[data-type="1"] .loc_match > .sub_list ul.item > li.lab_bc:before {
    content: "\534A\573A   "
}

.loc_player[data-type="2"] .loc_match > .sub_list ul.item > li.lab_jq > span {
    background: none
}

.loc_player[data-type="2"] .loc_match > .sub_list ul.item > li.lab_jq > span:before {
    content: "\603B\5206   "
}

.loc_player[data-type="2"] .loc_match > .sub_list ul.item > li.lab_bc:before {
    content: "\5206\5DEE   "
}

.loc_player .loc_match > .sub_list ul.item > li.lab_bc > span:before {
    content: none
}

.web_switch > .item:not(.active) {
    display: none
}

.web_switch .sub_bottom {
    text-align: center;
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.loc_player .loc_match {
    padding: 0
}

.loc_player .sub_box {
    border-radius: 0;
    height: 100%;
    background: #000;
    text-align: center
}

.loc_player .sub_box:before {
    content: " ";
    display: block;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    position: absolute
}

.loc_player .sub_player {
    background: rgba(0, 0, 0, .6);
    height: 230px;
    width: 100%;
    border: none;
    display: block
}

.loc_player .sub_channel {
    text-align: center;
    font-size: 14px;
    letter-spacing: -5px;
    padding: 5px 0
}

.loc_player .sub_channel > .wid_select, .loc_player .sub_channel > a.item {
    display: inline-block;
    background: hsla(0, 0%, 96.1%, .2);
    padding: 0 10px;
    letter-spacing: 0;
    line-height: 32px;
    color: hsla(0, 0%, 100%, .4);
    height: 32px;
    vertical-align: top;
    min-width: 120px;
    margin-bottom: 2px
}

.loc_player .sub_channel > .wid_select {
    padding-right: 35px
}

.loc_player .sub_channel > .wid_select.icon-down:after {
    right: 10px
}

.loc_player .sub_channel a:not(.play):not(.active) em {
    opacity: .3
}

.loc_player .sub_channel a.item > strong {
    font-weight: 400;
    padding-left: 5px
}

.loc_player .sub_channel > a.item.ok {
    background: rgba(246, 221, 165, .7);
    color: #713b02;
    cursor: pointer
}

.loc_player .sub_channel .play, .loc_player .sub_channel .wid_select a.active {
    background: #b13e11 !important;
    color: #fff !important;
    border-color: #ff672a !important;
    background: linear-gradient(#ff641a, #b13e11) !important;
    border-radius: 0
}

.loc_player .sub_channel .play > em, .loc_player .sub_channel .wid_select.play .sub_name > em, .loc_player .sub_channel .wid_select a.active > em {
    display: inline-block;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

.loc_player .sub_channel > .wid_select:not(.ok):not(.play) .sub_name em:before, .loc_player .sub_channel a.item:not(.ok):not(.play) > em:before {
    content: "\F017"
}

.loc_player .sub_channel .wid_select a.item {
    color: #999;
    cursor: default
}

.loc_player .sub_channel .wid_select a.item.ok {
    color: #713b02;
    cursor: pointer
}

.loc_player .sub_channel .wid_select.ok:not(.play), .loc_player .sub_channel > a.item.ok:not(.play) {
    background: #c1b6a1;
    color: #713b02
}

.loc_player .loc_match > .sub_list {
    background: transparent;
    box-shadow: none;
    overflow: visible
}

.loc_player .loc_match > .sub_list .item {
    border-bottom: none;
    min-height: 66px;
    text-align: left;
    height: auto !important
}

.loc_player .loc_match > .sub_list ul.item > li.lab_time {
    color: #fff;
    opacity: .68
}

.loc_player .loc_match li.lab_vs, .loc_player .loc_match li.lab_vs:before, .loc_player .loc_match ul.item > li .bf {
    color: #fed780
}

.loc_player .loc_match > .sub_list .lab_team_away .name, .loc_player .loc_match > .sub_list .lab_team_home .name {
    color: #fff;
    font-weight: 400;
    padding: 2px
}

.loc_mini_player .web_page_title {
    height: 50px;
    background: linear-gradient(#5a3a15, #000)
}

.loc_mini_player .web_page_title:before {
    content: " ";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url(//www.123bangong.cn/static/image/style-default/logo-pc.png) no-repeat 50%;
    height: 100%;
    background-size: auto 58%;
    opacity: .3
}

.loc_mini_player .web_page_title .back {
    height: 50px;
    padding-top: 10px
}

.loc_mini_player .web_page_title .arrow_before:before {
    border-color: #fff;
    opacity: .68
}

.loc_mini_player .web_page_content {
    background: #000;
    border-radius: 0
}

.loc_mini_player.loc_player {
    position: relative;
    height: 100%;
    margin: 0 auto;
    top: 0
}

.loc_live_head {
    background: #dbd6c7;
    overflow: hidden;
    margin-top: 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, .8)
}

.loc_live_head .loc_match {
    padding: 0
}

.loc_article {
    padding: 0;
    text-align: center
}

.loc_article .sub_title {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background: #f2efe7;
    position: relative;
    min-height: 47px
}

.loc_article .sub_title > em {
    font-size: 70%;
    font-style: normal;
    padding: 0 5px;
    font-weight: 400;
    opacity: .8
}

.loc_article .sub_title .totop {
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    bottom: 0;
    line-height: 49px
}

.loc_article .sub_title .totop.fa:before {
    padding-right: 5px
}

.loc_article .sub_content {
    padding: 15px;
    font-size: 15px
}

.d-teamch .name {
    background: rgba(255, 255, 0, .6);
    border-radius: 2px
}

.d-teamch .bf {
    color: red !important;
    text-shadow: 1px 1px 0 rgab(255, 255, 255, 1)
}

@keyframes spin-ant {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes spin-ant {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.spin_ant {
    animation-name: spin-ant;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-delay: 0;
    -webkit-animation-name: spin-ant;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0;
    -moz-animation-name: spin-ant;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -o-animation-name: spin-ant;
    -o-animation-duration: 1.5s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    color: red;
    font-size: 14px;
    font-family: arial;
    font-weight: 700;
    overflow: visible;
    display: inline-block;
    padding-left: 1px
}

.spin_ant:before {
    content: " ";
    width: .5px;
    height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 3px;
    border-style: solid;
    border-width: 4px 1px 0
}

.loc_player .spin_ant:before, .spin_ant:before {
    border-color: red transparent transparent
}

body.win-blur, html.full-screen-active, html.full-screen-active body2 {
    overflow: hidden;
    height: 100%
}

body.full-screen .full-screen-hide, html.full-screen-active .full-screen-hide {
    visibility: hidden
}

@-webkit-keyframes load {
    0%, to {
        height: 15px;
        margin: 5px 4px;
        background: #ffeab6
    }
    50% {
        height: 30px;
        margin: -5px 4px;
        background: #e1aa57
    }
}

@keyframes load {
    0%, to {
        height: 15px;
        margin: 5px 4px;
        background: #ffeab6
    }
    50% {
        height: 30px;
        margin: -5px 4px;
        background: #e1aa57
    }
}

@-webkit-keyframes spin_left {
    0% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes spin_left {
    0% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes spin_left_plus {
    0% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes spin_left_plus {
    0% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes spin_right {
    49.999999% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
    50% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes spin_right {
    49.999999% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
    50% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes spin_right_plus {
    49.999999% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
    50% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes spin_right_plus {
    49.999999% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
    50% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes spin_in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes spin_in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media screen and (max-width: 1200px) {
    body {
        padding: 0 !important;
    }

    .web_content::-webkit-scrollbar, body::-webkit-scrollbar {
        display: none
    }

    .web_content::.-o-scrollbar, body::.-o-scrollbar {
        -moz-appearance: none !important;
        background: rgba(0, 255, 0, 0) !important
    }

    .loc_events, .loc_page {
        /*border-top: 112px solid hsla(0, 0%, 100%, .8);*/
        /*background: #f7f7f8 !important*/
    }

    .loc_events[data-direction=left] {
        -webkit-animation: spin_left .8s ease 1;
        animation: spin_left .8s ease 1
    }

    .loc_events[data-direction="left+"] {
        -webkit-animation: spin_left_plus .8s ease 1;
        animation: spin_left_plus .8s ease 1
    }

    .loc_events[data-direction=right] {
        -webkit-animation: spin_right .8s ease 1;
        animation: spin_right .8s ease 1
    }

    .loc_events[data-direction="right+"] {
        -webkit-animation: spin_right_plus .8s ease 1;
        animation: spin_right_plus .8s ease 1
    }

    .loc_match_list .sub_time_sepa {
        background: -webkit-linear-gradient(hsla(0, 0%, 100%, .8), hsla(0, 0%, 93.3%, .8));
        padding: 2px 0;
        text-align: left
    }

    .d-touching .loc_match_list .sub_list ul.item:not(.d-touch) > li {
        display: none !important
    }

    .loc_event_info {
        background: hsla(0, 0%, 100%, .8);
        color: rgba(113, 59, 2, .5);
        padding: 0 5px;
        background: none
    }

    .loc_event_info > span {
        padding: 9px 0 0
    }

    .loc_match > .sub_list {
        box-shadow: none
    }

    .web_copyright {
        line-height: 15px;
        border-bottom: 60px solid transparent
    }

    .main_video {
        position: relative;
        z-index: 101
    }
}

@media screen and (min-width: 1200px) {
    body.web_player, body.web_player .loc_player, body.web_player .web_body, body.web_player .web_container, body.web_player .web_container .main, body.web_player .web_content, body.web_player .web_phone {
        height: auto;
        overflow: visible
    }

    .only-pc {
        display: inherit
    }

    .only-test-touch {
        display: none
    }

    .main {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        display: block;
        border-top: none !important
    }

    .main_video {
        max-width: 1200px
    }

    .spin_ant:before {
        width: .8px
    }

    body {
        background-color: #f7f7f8;
        padding: 0
    }

    html.full-screen-active.scroll {
        overflow: visible;
        height: auto
    }

    html.full-screen-active .web_page:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .82)
    }

    .loc_event_info {
        float: right;
        line-height: 20px;
        padding: 5px 0
    }

    .web_nav_button {
        letter-spacing: -4px;
        position: relative;
        height: 34px;
        overflow: hidden;
        font-size: 14px;
        line-height: 34px;
        text-align: left;
        padding: 0;
        width: auto !important
    }

    .web_nav_button > .item {
        color: #713b02;
        padding: 0 11px;
        background: #eee;
        height: 100%;
        border: 1px solid #985e21
    }

    .web_nav_button > .item.active {
        color: #fff;
        background: #917554;
        border-radius: 0;
        font-weight: 400
    }

    .web_nav_button > .item.active:after {
        content: none
    }

    .web_list_select .sub_group:not(.ico_type_1):not(.ico_type_2) .sub_content .item {
        width: 50%;
        max-width: 50% !important
    }

    .web_header {
        margin: 10px 0;
        height: 35px !important;
        position: static
    }

    .web_header.full {
        height: 78px !important
    }

    .web_header .main {
        height: 100%
    }

    .web_header .sub_nav {
        background: none;
        display: inline-block;
        position: static;
        padding: 0;
        height: auto
    }

    .web_header .sub_nav .sub_head .let_title {
        position: absolute;
        color: transparent;
        width: 0;
        height: 0;
        left: -20px;
        top: 12px
    }

    .web_header .sub_nav .sub_head {
        position: absolute;
        top: 4px;
        padding: 0;
        right: 0;
        background: none
    }

    .web_header .sub_nav .sub_lan {
        padding: 0;
        line-height: 22px;
        position: relative;
        top: 2px
    }

    .web_header .sub_nav .sub_lan a {
        background: rgba(12, 12, 12, .6);
        color: hsla(0, 0%, 100%, .8);
        opacity: 1;
        padding: 0 12px
    }

    .web_header .sub_nav .sub_lan a.active {
        background: #917554
    }

    .web_header .sub_menu {
        left: 100%;
        top: 0;
        width: auto;
        right: inherit;
        padding: 0;
        box-shadow: none;
        height: auto;
        overflow: inherit;
        margin-left: 10px;
        width: 170%;
        text-align: left
    }

    .web_header .sub_menu .item {
        float: none;
        width: auto;
        display: inline-block;
        border-radius: 4px;
        padding: 0 10px;
        min-width: 60px;
        font-size: 14px;
        line-height: 32px;
        height: 32px;
        color: #978147
    }

    .web_header .sub_menu .item.active {
        color: #000;
        font-weight: 700
    }

    .web_header .sub_menu .item.active:after {
        content: none
    }

    .web_header .sub_nav .a_tool {
        color: #666;
        background: hsla(0, 0%, 100%, .9);
        font-size: 12px;
        padding: 0 15px;
        bottom: 7px;
        position: absolute;
        right: 0;
        line-height: 21px;
        width: 112.36px;
        top: auto
    }

    .web_header .sub_nav .a_tool > span:before {
        content: "\8D5B\4E8B"
    }

    .web_header .sub_nav .a_tool:before {
        padding-right: 6px;
        font-size: 14px
    }

    body.web_player .web_header {
        background: #bbaf96
    }

    .web_copyright {
        color: rgba(0, 0, 0, .5)
    }

    body.full-screen .full-screen-hide, html.full-screen-active .full-screen-hide {
        visibility: visible
    }

    .web_container {
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important
    }

    .web_page {
        background: rgba(0, 0, 0, .7);
        padding: 60px 0 70px;
        position: fixed;
        transition-duration: 0ms !important;
        background: none
    }

    .web_page_box {
        max-width: 1200px;
        margin: 0 auto;
        border-radius: 6px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .3);
        height: 100%
    }

    .web_page_title {
        text-align: left;
        font-weight: 700;
        border-bottom-color: #eee;
        background: #98836a;
        padding: 9px 15px 10px;
        color: #fff;
        font-weight: 400;
        font-size: 17px;
        height: 50px;
        overflow: hidden;
        border-radius: 6px 6px 0 0
    }

    .a_show_more, .web_page_title .back {
        left: auto;
        right: 15px;
        width: 30px;
        border-radius: 4px;
        background: rgba(0, 0, 0, .3);
        top: 10px;
        height: 30px;
        line-height: 28px;
        padding: 0;
        text-align: center;
        font-size: 25px
    }

    .a_show_more {
        left: 30px;
        color: rgba(0, 0, 0, .5);
        font-size: 18px
    }

    .a_show_more.active {
        color: #000
    }

    .web_page_title .back:before {
        content: "\D7";
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        border: none;
        margin: 0;
        font-weight: 400;
        color: #111;
        width: auto;
        height: auto;
        display: inline-block;
        float: none
    }

    .web_page_title .back:hover {
        background: #dbc9a1
    }

    .web_page_title .sub_link {
        position: relative;
        top: -2px;
        padding-left: 20px
    }

    .web_page_title .sub_link .item {
        color: hsla(0, 0%, 100%, .8);
        padding: 0 20px
    }

    .web_page_title .sub_link .item.active {
        color: #fff
    }

    .web_page_content {
        margin-top: -50px;
        border-top-width: 50px
    }

    .loc_mini_player {
        max-width: 1200px;
        max-height: 768px
    }

    .loc_mini_player .web_page_title {
        background: none;
        height: 0;
        overflow: visible
    }

    .loc_mini_player .web_page_title:before {
        content: none
    }

    .a_show_more, .loc_mini_player .web_page_title .back {
        height: 30px;
        padding-top: 0;
        background: rgba(17, 17, 17, .3);
        top: 22px
    }

    .loc_mini_player .web_page_title .back:hover {
        background: #fff4cd
    }

    .a_show_more {
        background: none;
        top: 52px;
        left: auto;
        right: 200px
    }

    .a_share_more {
        left: auto;
        right: 78px;
        top: 8px;
        color: rgba(0, 0, 0, .39);
        font-size: 32px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .a_share_more:hover {
        color: rgba(0, 0, 0, .6)
    }

    body.web_player .a_share_more {
        right: 15px;
        font-size: 25px;
        top: 0
    }

    .loc_player:not(.loc_mini_player) .a_show_more {
        top: 50px;
        left: auto;
        right: 10px
    }

    .loc_mini_player .web_page_content {
        border: none;
        margin: 0;
        background: #bbaf96;
        border-radius: 6px
    }

    .loc_mini_player .loc_match {
        padding: 0
    }

    .loc_gq {
        padding-right: 84px;
        width: auto;
        height: 32px
    }

    .loc_gq li.item {
        vertical-align: middle
    }

    .loc_gq li.lab_name {
        display: inline-block;
        width: 70px
    }

    .loc_gq li.item.gq {
        width: 180px
    }

    .loc_gq li.item.gq > em {
        min-width: 35px
    }

    .loc_gq li.item.gq:before, .loc_gq li.item.gq > em:before {
        display: inline-block
    }

    .loc_gq li.item.lab_zk > em {
        margin-top: 0 !important
    }

    .loc_gq li.item.lab_zk > em:before {
        position: static;
        padding-right: 3px
    }

    .loc_player .loc_gq {
        color: #000;
        height: 34px;
        padding-bottom: 0
    }

    .web_list_select .item {
        max-width: 196px;
        font-size: 14px
    }

    .loc_match .sub_time_sepa .item {
        padding: 0 15px
    }

    .loc_match > .sub_list ul.item {
        padding: 4px 0;
        min-height: inherit;
        height: inherit !important
    }

    .loc_match > .sub_list ul.item:hover {
        background: #fff6e3
    }

    .loc_match > .sub_list ul.item > li {
        vertical-align: middle;
        float: none
    }

    .loc_match > .sub_list ul.item > li.lab_events {
        line-height: 22px;
        font-size: 12px;
        height: 22px
    }

    .loc_match > .sub_list ul.item > li.lab_ad {
        position: static;
        text-align: center;
        padding: 5px 36.5% 5px 16%
    }

    .loc_match ul.item > li.lab_channel {
        width: auto;
        text-align: left;
        padding-left: 10px;
        letter-spacing: 0
    }

    .loc_match ul.item > li.lab_events {
        width: 120px;
        position: static;
        /*opacity: .55;*/
        margin-left: 35px
    }

    .loc_match ul.item > li.lab_time {
        width: 125px;
        position: static;
        line-height: inherit;
        left: inherit;
        bottom: inherit;
        padding: 0 0 0 8px;
        text-align: left
    }

    .loc_match ul.item > li.lab_time .sub_status {
        width: 90px;
        display: block;
        float: right;
        text-align: center
    }

    .loc_match ul.item > li.lab_vs {
        width: 9%
    }

    .loc_match ul.item > li.lab_vs .sub_status {
        left: -318px;
        right: auto;
        top: 0;
        width: 94px
    }

    .loc_match ul.item[data-lid*=",2,"] > li.lab_vs .sub_status.overtime {
        top: -7px;
        margin: 0
    }

    .loc_match ul.item[data-lid] > li.lab_events:before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        margin: 3px 0 0 -25px;
        position: absolute
    }

    .loc_player .loc_match ul.item[data-lid] > li.lab_events:before {
        border-radius: 100%
    }

    .loc_match ul.item > li.lab_vs:before {
        margin-left: 0
    }

    .loc_match ul.item > li.lab_team_away, .loc_match ul.item > li.lab_team_home {
        width: 22% !important;
        border: none
    }

    .loc_match > .sub_list ul.item > li.lab_team_away, .loc_match > .sub_list ul.item > li.lab_team_home {
        font-size: 15px
    }

    .loc_match > .sub_list ul.item > li .bf {
        color: #eb0000;
        top: 50%;
        margin-top: -9px
    }

    .loc_match > .sub_list ul.item > li.lab_team_home .bf {
        right: -35px
    }

    .loc_match > .sub_list ul.item > li.lab_team_away .bf {
        left: -35px
    }

    .loc_match ul.item > li.lab_team_away strong, .loc_match ul.item > li.lab_team_home strong {
        font-weight: 400
    }

    .loc_match > .sub_list ul.item > li.lab_channel {
        min-height: 35px
    }

    .loc_match ul.item > li.lab_channel > a.item {
        padding: 5px;
        background: transparent;
        color: rgba(0, 0, 0, .5);
        min-width: 0;
        margin: 0
    }

    .loc_match ul.item > li.lab_channel a.ok {
        background: transparent;
        color: #c18a4a
    }

    .loc_match > .sub_list ul.item > li.lab_channel, .loc_player .loc_match > .sub_list ul.item > li.lab_ad {
        padding: 0;
        position: static;
        max-width: 260px;
        font-size: 13px;
        text-align: left
    }

    .loc_match > .sub_list ul.item > li.lab_time {
        color: #666
    }

    .loc_match ul.item > li.lab_channel:before {
        display: none
    }

    .loc_match ul.item > li.lab_channel .wid_select {
        padding-left: 5px;
        padding-right: 15px;
        background: none;
        height: 30px;
        line-height: 30px;
        min-width: 72px;
        margin: 0
    }

    .loc_match ul.item > li.lab_channel .wid_select.icon-down:after {
        right: 3px;
        font-size: 9px
    }

    .loc_match > .sub_list ul.item > li.lab_bc, .loc_match > .sub_list ul.item > li.lab_jq {
        position: relative;
        margin: 0;
        text-align: center;
        left: 0;
        top: 0;
        font-size: 12px
    }

    .loc_match > .sub_list ul.item > li.lab_bc > span:before {
        content: none
    }

    .loc_match ul.item > li.lab_bc {
        width: 42px
    }

    .loc_match ul.item > li.lab_jq {
        width: 52px !important
    }

    .loc_match .lab_channel .wid_select.ok:not(.play) {
        color: #c18a4a;
        background: none
    }

    .loc_match ul.item .lab_bc, .loc_match ul.item .lab_jq {
        display: none
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_team_away, .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_team_home {
        width: 25.5%
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_events {
        width: 14% !important;
        padding: 0 5px 0 0
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match > .sub_list ul.item > li.lab_channel {
        max-width: 224px
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_time {
        width: 50px !important;
        display: inline-block;
        opacity: 1;
        text-align: center !important;
        color: #713b02 !important;
        line-height: inherit
    }

    .loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_time {
        float: left
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_player .loc_match ul.item > li {
        width: auto !important;
        display: inline-block;
        opacity: 1;
        line-height: 22px
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_player .loc_match > .sub_list ul.item {
        border-top-width: 0;
        text-align: right;
        min-height: 37px;
        margin-right: 60px
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_player .a_share_more {
        top: 2px;
        right: 5px;
        padding-top: 0
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .web_header.full {
        height: 46px !important
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_player {
        margin-top: -37px
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_player .loc_match > .sub_list ul.item .lab_events {
        width: auto !important;
        color: #713b02;
        line-height: 22px;
        text-align: center;
        padding: 0;
        margin: 0 0 0 30px;
        float: left;
        opacity: 1;
        font-weight: 700;
        font-size: 14px
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match > .sub_list ul.item .lab_events {
        color: #713b02
    }

    .web_container[data-type="6"] .loc_player .loc_match ul.item .lab_team_home {
        width: 100% !important;
        text-align: center;
        padding: 0
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_player .loc_match ul.item .lab_team_away > :not(.bf), .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_player .loc_match ul.item .lab_team_home > :not(.bf) {
        position: static;
        display: inline-block;
        margin: 0
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_player .loc_match ul.item .lab_team_home .avatar {
        float: right
    }

    .web_container:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .a_show_more, .web_container[data-type="6"] .loc_player .loc_match ul.item .lab_team_home .bf {
        display: none
    }

    .web_container[data-type="6"] .loc_match ul.item .lab_team_home {
        text-align: left;
        width: 40% !important
    }

    .web_container[data-type="6"] .loc_match ul.item.sub_head .lab_team_home {
        color: transparent
    }

    .web_container[data-type="6"] .loc_match ul.item.sub_head .lab_team_home:after {
        position: absolute;
        left: 38px;
        content: "\57CE\5E02";
        color: rgba(0, 0, 0, .8)
    }

    .web_container[data-type="6"] .loc_match > .sub_list ul.item > li.lab_channel {
        max-width: 305px !important
    }

    .web_container[data-type="6"] .loc_match ul.item .lab_team_home .name {
        padding-left: 32px
    }

    .web_container[data-type="2"] .loc_match ul.item.sub_head .lab_bc, .web_container[data-type="2"] .loc_match ul.item.sub_head .lab_jq {
        color: transparent
    }

    .web_container[data-type="2"] .loc_match ul.item.sub_head .lab_bc:before, .web_container[data-type="2"] .loc_match ul.item.sub_head .lab_jq:after {
        color: rgba(0, 0, 0, .8);
        position: absolute;
        left: 0;
        right: 0;
        text-align: center
    }

    .web_container[data-type="2"] .loc_match ul.item.sub_head .lab_bc:before {
        content: "\5206\5DEE"
    }

    .web_container[data-type="2"] .loc_match ul.item.sub_head .lab_jq:after {
        content: "\603B\5206"
    }

    .disabled_show_more .loc_gq {
        display: inline-block !important
    }

    .loc_player:not([data-type="1"]):not([data-type="2"]) .loc_gq {
        display: inline-block
    }

    .disabled_show_more .loc_gq:before, .loc_player:not([data-type="1"]):not([data-type="2"]) .loc_gq:before {
        content: attr(data-title) !important;
        letter-spacing: 0;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 0;
        line-height: 25px
    }

    .loc_match .sub_time_sepa {
        line-height: 30px;
        font-size: 14px;
        text-align: left;
        padding: 5px 0
    }

    .loc_match .sub_time_sepa:after {
        top: 17px
    }

    .loc_match ul.item > li .avatar {
        top: 50%;
        margin-top: -13px
    }

    .loc_player .loc_match > .sub_list ul.item > li.lab_ad {
        padding: 0;
        text-align: right;
        float: right;
        width: 22%;
        line-height: 20px
    }

    .loc_player .loc_match > .sub_list ul.item > li.lab_ad a {
        color: #713b02
    }

    .loc_player {
        position: static;
        margin-top: -85px;
        padding-top: 0 !important
    }

    .loc_player .loc_match > .sub_list ul.item {
        min-height: 50px;
        border: solid transparent;
        border-width: 22px 0 0;
        overflow: visible;
        padding: 0 !important
    }

    .loc_player .loc_match > .sub_list ul.item:hover {
        background: none
    }

    .loc_player .loc_match li.lab_vs {
        color: #713b02
    }

    .loc_player .loc_match li.lab_vs:before {
        color: #713b02;
        margin: 0 !important
    }

    .loc_player .sub_player {
        margin: 10px 0;
        height: 575px;
        overflow: hidden
    }

    .loc_player .loc_match > .sub_list ul.item > li.lab_time {
        color: #666;
        width: 16%
    }

    .loc_player .loc_match > .sub_list ul.item li.lab_bc, .loc_player .loc_match > .sub_list ul.item li.lab_jq {
        position: absolute;
        display: block;
        width: 65px !important;
        top: 35px;
        height: 18px;
        bottom: auto;
        text-align: center;
        color: #746a5b
    }

    .loc_player .loc_match > .sub_list ul.item li.lab_bc {
        left: 0
    }

    .loc_player .loc_match > .sub_list ul.item li.lab_jq {
        left: 65px
    }

    .loc_player .loc_match > .sub_list ul.item > li.lab_jq > span {
        padding-left: 0
    }

    .loc_player .loc_match > .sub_list ul.item > li.lab_time {
        color: #000;
        width: 135.5px !important;
        text-align: left !important
    }

    .loc_player .sub_channel .wid_select, .loc_player .sub_channel > a.item {
        color: #999;
        background: hsla(0, 0%, 90.6%, .9)
    }

    .loc_player .sub_channel .wid_select.ok:not(.play), .loc_player .sub_channel > a.item.ok:not(.play) {
        background: rgba(221, 205, 165, .9);
        color: #53300a
    }

    .loc_player .sub_box {
        background: transparent
    }

    .loc_player .loc_match ul.item > li.lab_events {
        opacity: 1;
        color: #000 !important
    }

    .loc_player .loc_match ul.item > li.lab_bc:before, .loc_player .loc_match ul.item > li.lab_jq:before, .loc_player .loc_match ul.item > li.lab_team_away:before, .loc_player .loc_match ul.item > li.lab_team_home:before {
        background: none
    }

    .loc_player .loc_match ul.item > li.lab_vs .sub_status {
        left: -328px
    }

    .loc_player .loc_match > .sub_list .lab_team_away .name, .loc_player .loc_match > .sub_list .lab_team_home .name {
        color: #000;
        font-weight: 700
    }

    .loc_mini_player.loc_player .sub_player {
        margin: 0;
        border-radius: 0
    }

    .loc_mini_player.loc_player .sub_channel .wid_select.ok:not(.play), .loc_mini_player.loc_player .sub_channel > a.item.ok:not(.play) {
        background: #f1e6cc
    }

    .loc_mini_player.loc_player .spin_ant:before {
        border-color: #713b02 transparent transparent
    }

    .loc_mini_player.loc_player .loc_match > .sub_list ul.item > li.lab_ad {
        padding: 0 50px 0 0
    }

    .loc_mini_player .loc_match > .sub_list ul.item > li.lab_team_home .bf {
        right: -32px
    }

    .loc_mini_player .loc_match > .sub_list ul.item > li.lab_team_away .bf {
        left: -32px
    }

    .loc_mini_player .loc_match > .sub_list ul.item {
        border-width: 22px 15px 0 5px
    }

    .loc_mini_player .sub_channel .wid_select, .loc_mini_player .sub_channel > a.item {
        color: #666;
        background: rgba(0, 0, 0, .05)
    }

    .loc_mini_player.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match > .sub_list ul.item .lab_events {
        color: #713b02;
        opacity: .9;
        width: auto;
        margin: 0
    }

    .loc_mini_player.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match > .sub_list ul.item .lab_events:before {
        content: none
    }

    .loc_mini_player.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item .lab_time {
        float: none;
        width: 100% !important;
        text-align: center !important;
        color: #713b02;
        opacity: .9
    }

    .loc_mini_player.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match > .sub_list ul.item {
        border-top-width: 10px !important;
        text-align: center;
        min-height: 80px
    }

    .loc_mini_player.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .a_show_more {
        top: 24px;
        right: 115px
    }

    .loc_mini_player.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item > li.lab_team_away, .loc_mini_player.loc_player:not([data-type=all]):not([data-type=hot]):not([data-type="1"]):not([data-type="2"]) .loc_match ul.item > li.lab_team_home {
        width: 45% !important
    }

    .loc_hide_match {
        margin-bottom: -15px;
        z-index: 1;
        position: relative
    }

    .loc_article {
        text-align: left;
        padding: 15px 0
    }

    .web_header.full .sub_nav .sub_head {
        display: none
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    body {
        padding-bottom: 60px
    }

    .web_nav_menu {
        height: 60px
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .web_nav_menu {
        height: 60px
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .web_nav_menu {
        height: 60px
    }
}

@media screen and (min-width: 560px) {
    .loc_player .sub_player {
        height: 350px !important
    }
}

@media screen and (min-height: 600px) and (min-width: 600px) {
    .loc_player .sub_player {
        margin: 5px 0;
        height: 575px !important
    }
}

@media only screen and (device-width: 1200px) and (device-height: 768px) {
    .loc_player .sub_player {
        border: none
    }

    .loc_mini_player .web_page_content {
        border-radius: 0
    }
}

@media screen and (max-height: 800px) and (min-width: 1200px) {
    .web_page {
        padding: 0
    }

    .web_page_box, .web_page_content {
        border-radius: 0
    }
}

/*筛选*/
.sub_nav {
    position: relative
}

.sub_nav .sub_lan {
    position: absolute;
    right: 5px;
    top: 4px;
}

.sub_nav .sub_lan a.active {
    background: #917554;
}

.sub_nav .sub_lan a {
    background: rgba(12, 12, 12, .6);
    color: hsla(0, 0%, 100%, .8);
    opacity: 1;
    padding: 3px 12px;
}

.lab_channel a.adver-text {
    color: red !important;
}

@media screen and (min-width: 1200px) {
    /*web*/
    .sub_nav {
        margin-top: 5px;
    }

    .content-div {
        margin: 10px 0;
    }

    .loc_match ul.item > li.lab_events {
        width: 10%;
    }

    .loc_match ul.item > li.lab_time {
        width: 10%;
    }

    .loc_match ul.item > li.lab_time .sub_status {
        width: auto;
    }

    .loc_match ul.item > li.lab_vs .sub_status {
        left: -220px;
    }

    .hot-wrap {
        width: 26%;
        float: right;
        display: block;
    }

    .hot-video {
        float: left;
    }

    .web_body {
        float: left;
        width: 73%;
    }
}

@media screen and (max-width: 1200px) {
    .web_nav_button > .item {
        color: #713b02;
        padding: 8px 10px;
        height: 100%;
    }

    .web_nav_button > .item.active {
        color: #fff;
        background: #917554;
        border-radius: 0;
        font-weight: 400
    }
    .wrap-body ul li:nth-child(n+6){
        display: none;
    }
}

.league-info {
    background: #fff;
    display: inline-block;
    padding: 20px;
    margin-top: 20px;
    font-size: 14px;
}

.league-info h4 {
    text-align: center;
    color: #369EE6;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.league-info p {
    padding: 5px 10px;
    color: #444;
    margin-bottom: 5px;
    font-size: 14px;
    text-indent: 2em;
}

body .loc_match_list .lab_events {
    width: 120px;
    color: #111;
    background: none;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 1
}
.teamImg{
    max-width: 24px;
}
