						
						
						
						
						
						
						.zhibo-detail-content {
						    display: flex;
						    justify-content: space-between;
						}
						
						.zhibo-detail-content .zhibo-detail-info {
						    width: 70%;
						    border-radius: 10px;
						    height: fit-content;
						}
						
						.zhibo-detail-content .zhibo-detail-latest {
						    width: 28%;
						    background: #FFFFFF;
						    border-radius: 10px;
						    height: fit-content;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-link {
						    width: 840px;
						    height: 305px;
						    background: url("../images/background_zbxq.png") no-repeat top;
						    position: relative;
						    border-radius: 10px;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info {
						    display: flex;
						    flex-direction: column;
						    justify-content: space-between;
						    height: 100%;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul {
						    color: #fff;
						    display: flex;
						    justify-content: space-around;
						    align-items: center;
						    padding-top: 20px;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul li {
						    text-align: center;
						    width: 30%;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul li p {
						    white-space: nowrap;
						    overflow: hidden;
						    text-overflow: ellipsis;
						    margin-bottom: 15px;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul li:nth-child(1),
						li:nth-last-child(1) p {
						    font-size: 20px;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul li:nth-child(1) img,
						li:nth-last-child(1) img {
						    width: 48px;
						    height: 48px;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul li:nth-child(2) p {
						    margin-bottom: 10px;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul .match-no {
						    color: #999999
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul .match-yes {
						    color: #E60640
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul .score-no {
						    font-size: 24px;
						    color: #999999
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul .score-yes {
						    font-size: 24px;
						    color: #FFFFFF;
						}
						
						.lq-score-list dl {
						    display: flex;
						    justify-content: space-between;
						    width: 280px;
						    font-size: 12px;
						    border: solid 1px #4E4E58;
						}
						
						.lq-score-list dl dt {
						    width: 35%;
						    text-align: center;
						    white-space: nowrap;
						    overflow: hidden;
						    text-overflow: ellipsis;
						    border-right: solid 1px #4E4E58;
						    padding: 4px 0;
						}
						
						.lq-score-list dl dd {
						    width: 10%;
						    padding: 4px 0;
						}
						
						.lq-score-list dl dd:nth-last-child(1) {
						    border-left: solid 1px #4E4E58;
						    color: #E60640;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-team {
						    position: relative;
						}
						
						.zhibo-link-btn {
						    color: #FFFFFF;
						    padding: 10px;
						    background: #0f7bb1;
						    margin-top: -108px;
						    z-index: 10000000;
						    position: inherit;
						    min-height: 90px;
						    display: flex;
						    align-items: center;
						    flex-wrap: wrap;
						    border-radius: 0 0 10px 10px;
						}
						
						.zhibo-link-btn .zhibo-link-wifi {
						    font-size: 20px;
						}
						
						/*.zhibo-link-btn .zhibo-link-wifi::before {*/
						/*    content: '';*/
						/*    background: url("../images/wifi.png");*/
						/*    width: 22px;*/
						/*    height: 18px;*/
						/*    display: inline-block;*/
						/*}*/
						
						.zhibo-link-btn a {
						    padding: 8px 20px;
						    border-radius: 5px;
						    text-align: center;
						    color: #fff;
						    display: inline-block;
						    margin-bottom: 15px;
						    border-radius: 30px;
						    margin-right: 20px;
						    background: linear-gradient(to bottom, #033D93, #82dd45, #3172D2);
						    font-size: 16px;
						    box-shadow: 0 4px 0px #033D93;
						}
						
						.zhibo-link-btn a:hover {
						    color: #FEEEA2;
						}
						
						.zb-dl-match-info .bdbf_con {
						    padding-top: 20px;
						    margin-bottom: 0;
						    background: #000D29;
						    padding-bottom: 20px;
						    border-radius: 0 0 10px 10px;
						}
						
						.zb-dl-match-info .bdbf_con button {
						    border: solid 1px #82dd45;
						    padding: 12px 28px;
						    border-radius: 30pc;
						    text-align: center;
						    color: #FFFFFF;
						    margin-right: 10px;
						    margin-bottom: 10px;
						    background: linear-gradient(to bottom, #2256c1, #5585e8, #5283e7);
						    font-size: 16px;
						    box-shadow: 0 4px 0px #2256c1;
						}
						
						.zb-dl-match-info .bdbf_con button.active {
						    background: linear-gradient(to bottom, #2256c1, #5585e8, #5283e7);
						    color: #FEEEA2 !important;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-teamAbout {
						    margin-top: 20px;
						    background: #ffffff;
						    border-radius: 10px;
						    padding: 20px 15px;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-teamAbout ul li {
						    margin-bottom: 15px;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-teamAbout ul li:nth-child(1) {
						    font-size: 20px;
						    margin-bottom: 18px;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-teamAbout ul li:nth-child(1)::before {
						    content: '';
						    display: inline-block;
						    width: 5px;
						    height: 15px;
						    background: #82dd45;
						    margin-right: 10px;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-teamAbout ul li a {
						    color: #82dd45;
						}
						
						.zhibo-detail-content .zhibo-detail-info .zb-dl-other {
						    margin-top: 20px;
						    background: #ffffff;
						    border-radius: 10px;
						}
						
						.content-zbList .zbList-info .zbList-info-evy {
						    display: flex;
						    align-items: center;
						    padding-top: 20px;
						    padding-bottom: 20px;
						}
						
						.content-zbList .qiu-pic {
						    width: 18px;
						    height: 18px;
						    margin-left: 10px;
						    margin-right: 10px;
						}
						
						.content-zbList .zhibo_saishi {
						    width: 75px;
						    white-space: nowrap;
						    overflow: hidden;
						    text-overflow: ellipsis;
						    font-size: 12px;
						}
						
						.content-zbList .zhibo_saishi a {
						    color: #82dd45;
						}
						
						.content-zbList .zhibo-time {
						    width: 100px;
						    white-space: nowrap;
						    overflow: hidden;
						    text-overflow: ellipsis;
						    font-size: 14px;
						    margin-left: 20px;
						}
						
						.content-zbList .zhibo-zhanwei {
						    width: 25px;
						}
						
						.content-zbList .sore {
						    width: 80px;
						    color: #FF1336;
						    font-weight: 700;
						    font-size: 12px;
						    white-space: nowrap;
						    overflow: hidden;
						    text-overflow: ellipsis;
						    text-align: center;
						}
						
						.content-zbList .zhibo-btn {
						    background: #BBBBBB;
						    padding: 2px 8px;
						    border-radius: 5px;
						    width: 114px;
						    height: 30px;
						    margin-left: 30px;
						}
						
						.content-zbList .zhibo-btn:hover {
						    background: #969696;
						}
						
						.content-zbList .zhibo-btn-doing {
						    background: #82dd45;
						}
						
						.content-zbList .zhibo-btn-doing:hover {
						    background: #2a5bbe;
						}
						
						.common-tab-item:nth-child(2) .zhibo-btn {
						    padding: 2px 8px;
						    border-radius: 5px;
						    width: 114px;
						    height: 30px;
						    margin-left: 30px;
						    color: #82dd45;
						    background: rgba(0, 0, 0, 0);
						}
						
						.content-zbList .zhibo-btn img {
						    width: 16px !important;
						    height: 16px !important;
						    vertical-align: middle;
						    margin-right: 5px;
						}
						
						.content-zbList .zhibo-btn span {
						    font-size: 14px;
						}
						
						.content-zbList li {
						    border-top: solid 1px #EEEEEE;
						    border-bottom: solid 1px #EEEEEE;
						}
						
						.zhibo_ist_re {
						    border: 1px solid #dfebf9;
						    border-left: none;
						    border-right: none;
						    background: linear-gradient(to right, #f9fbfe, #cde4fb, #f4f9fe) !important;
						}
						
						.content-zbList .pic-or-text {
						    width: 60px;
						    height: 30px;
						    text-align: center;
						    color: #666666;
						    font-size: 14px;
						    line-height: 2;
						    font-weight: 700;
						}
						
						.content-zbList .zhibo-more-btn {
						    padding-bottom: 6%;
						    text-align: center;
						    margin-top: 50px;
						}
						
						.content-zbList .zhibo-more-btn a {
						    color: #999999;
						    padding: 15px 0;
						    border: solid 1px #eee;
						    width: 360px;
						    display: inline-block;
						    text-align: center;
						    border-radius: 40px;
						}
						
						.content-zbList .zhibo-team {
						    display: flex;
						    align-items: center;
						}
						
						.content-zbList .zhibo-team p {
						    width: 90px;
						    font-size: 14px;
						    color: #333333;
						    font-weight: 700;
						    white-space: nowrap;
						    overflow: hidden;
						    text-overflow: ellipsis;
						}
						
						.content-zbList .zhibo-team p:nth-child(1) {
						    text-align: right;
						}
						
						.content-zbList .zhibo-team img {
						    width: 30px;
						    height: 30px;
						    margin-right: 10px;
						    margin-left: 10px;
						}
						
						.content-zbList .lq-score-info {
						    background: #fff;
						    width: 250px;
						    height: 85px;
						    position: absolute;
						    left: 34%;
						    border-radius: 5px;
						    display: none;
						    font-size: 12px;
						    font-weight: unset;
						}
						
						.lq-score-title {
						    background: linear-gradient(to right, #67C8F1, #87ADFB) !important;
						    border-radius: 5px 5px 0 0;
						    display: flex;
						}
						
						.lq-score-title li {
						    color: #FFFFFF;
						}
						
						.lq-score {
						    font-size: 16px !important;
						}
						
						.lq-score-have {
						    color: #FF1336;
						    font-size: 14px;
						}
						
						.lq-score:hover .lq-score-info {
						    display: block;
						}
						
						.lq-score-info .lq-score-list ul {
						    display: flex;
						}
						
						.lq-score-info ul li {
						    font-size: 12px;
						    border: unset;
						}
						
						.lq-score-info .nbsp {
						    width: 60px;
						    text-align: left;
						    white-space: nowrap;
						    overflow: hidden;
						    text-overflow: ellipsis;
						}
						
						.lq-score-info .col {
						    width: 30px;
						}
						
						.lq-score-info .total {
						    color: #FF1336;
						}
						
						.lq-score-info div ul li:nth-last-child(1) {
						    color: #FF1336;
						}
						
						.luxiang-menu {
						    display: flex;
						    justify-content: space-around;
						    padding: 20px;
						    border-bottom: solid 1px #eee;
						}
						
						.luxiang-menu li {
						    cursor: pointer;
						    padding-left: 25px;
						}
						
						.luxiang-menu li a {
						    color: #333333;
						}
						
						.luxiang-menu li:nth-child(1) {
						    background: url("../images/icon-zb.png") no-repeat;
						    background-position-y: 20%;
						}
						
						.luxiang-menu li:nth-child(1).active {
						    background: url("../images/icon_zb_select.png") no-repeat;
						    background-position-y: 20%;
						}
						
						.luxiang-menu li:nth-child(1).active::after {
						    content: '';
						    display: block;
						    width: 100%;
						    border-bottom: 3px solid #82dd45;
						    padding-bottom: 10px;
						}
						
						.luxiang-menu li:nth-child(1).active a {
						    color: #82dd45 !important;
						}
						
						.luxiang-menu li:nth-child(2) {
						    background: url("../images/icon_sshg.png") no-repeat;
						    background-position-y: 20%;
						}
						
						.luxiang-menu li:nth-child(2).active {
						    background: url("../images/icon_sshg_select.png") no-repeat;
						    background-position-y: 20%;
						}
						
						.luxiang-menu li:nth-child(2).active::after {
						    content: '';
						    display: block;
						    width: 100%;
						    border-bottom: 3px solid #82dd45;
						    padding-bottom: 10px;
						}
						
						.luxiang-menu li:nth-child(2).active a {
						    color: #82dd45 !important;
						}
						
						.luxiang-active {
						    background: #82dd45;
						    color: #FFFFFF !important;
						}
						
						.luxiang-active a {
						    color: #FFFFFF !important;
						}
						
						.zq-lx-bt {
						    display: flex;
						    justify-content: space-between;
						    align-items: center;
						    border-bottom: solid 1px #82dd45;
						    margin-left: 10px;
						}
						
						.zq-lx-bt a {
						    color: #999999;
						    font-size: 12px;
						    margin-right: 20px;
						}
						
						.zq-lx-bt .zq-lx-header {
						    margin-left: 0 !important;
						}
						
						.zq-lx-header {
						    border-bottom: solid 1px #82dd45;
						    padding-top: 10px;
						    margin-left: 10px;
						}
						
						.zq-lx-header div {
						    font-size: 18px;
						    color: #FFFFFF;
						    background: #82dd45;
						    width: 134px;
						    padding: 6px 5px;
						}
						
						.zq-lx-header img {
						    width: 20px;
						    height: 18px;
						    vertical-align: middle;
						}
						
						.match-team .the-team {
						    position: relative;
						}
						
						.match-team .the-team .mask-btn .mask {
						    background: #82dd45;
						    opacity: 0.3;
						    top: 0;
						    left: 0;
						    position: absolute;
						    width: 100%;
						    height: 100px;
						}
						
						.match-team .the-team .mask-btn a {
						    position: absolute;
						    top: 30%;
						    left: 33%;
						    background: #82dd45;
						    width: 120px;
						    height: 40px;
						    text-align: center;
						    line-height: 3;
						    border-radius: 20px;
						}
						
						.match-team .the-team ul {
						    display: flex;
						    justify-content: space-between;
						    align-items: center;
						    height: 80px;
						    padding: 10px;
						    border-bottom: solid 1px #EEEEEE;
						}
						
						.match-team .the-team ul li:hover>.mask-btn {
						    display: block !important;
						}
						
						.match-team .the-team ul li {
						    width: 30%;
						    align-items: center;
						    text-align: center;
						}
						
						.match-team .the-team ul li .paly a{
						    color: #82dd45;
						}
						
						.match-team .the-team ul li .paly1 a{
						    color: #9e9e9e;
						}
						
						.match-team .the-team ul li p {
						    overflow: hidden;
						    text-overflow: ellipsis !important;
						    white-space: nowrap;
						    font-size: 14px;
						}
						
						.match-team .the-team ul li:nth-child(2) p:nth-child(1),
						.match-team .the-team ul li:nth-last-child(1) p:nth-child(1) {
						    font-size: 12px;
						    color: #666666;
						}
						
						.match-team .the-team ul li:nth-child(3) p:nth-child(1) {
						    font-size: 18px;
						}
						
						.match-team .the-team ul li img {
						    width: 40px;
						    height: 40px;
						}
						
						.zb-dl-match-local {
						    position: relative;
						}
						
						.zb-dl-match-local .zb-dl-match-info ul {
						    color: #fff;
						    display: flex;
						    justify-content: space-around;
						    border-radius: 10px 10px 0 0;
						    padding-top: 20px;
						    background: #000D29;
						    padding-bottom: 10px;
						}
						
						.zb-dl-match-local .zb-dl-match-info ul li {
						    text-align: center;
						    width: 30%;
						}
						
						.zb-dl-match-local .zb-dl-match-info ul li p {
						    white-space: nowrap;
						    overflow: hidden;
						    text-overflow: ellipsis;
						    margin-bottom: 15px;
						}
						
						.zb-dl-match-local .zb-dl-match-info ul li:nth-child(1),
						li:nth-last-child(1) p {
						    font-size: 18px;
						}
						
						.zb-dl-match-local .zb-dl-match-info ul li:nth-child(1) img,
						li:nth-last-child(1) img {
						    width: 48px;
						    height: 48px;
						}
						
						.zb-dl-match-local .zb-dl-match-info ul li:nth-child(2) p {
						    margin-bottom: 5px;
						}
						
						.zb-dl-match-local .zb-dl-match-info ul .match-no {
						    color: #999999
						}
						
						.zb-dl-match-local .zb-dl-match-info ul .match-yes {
						    color: #E60640
						}
						
						.zb-dl-match-local .zb-dl-match-info ul .score-no {
						    font-size: 24px;
						    color: #999999
						}
						
						.zb-dl-match-local .zb-dl-match-info ul .score-yes {
						    font-size: 24px;
						    color: #FFFFFF;
						}
						.tag-title .zhiboyuan{
						        margin: 10px 0px 24px;
						    font-size: 18px;
						    font-weight: bold;
						}
						.ul-signal p a{
						       white-space: nowrap;
						    font-size: 18px;
						    line-height: 16px;
						    padding: 8px 12px;
						    border-radius: 20px;
						    margin-right: 14px;
						}
