﻿@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; border: 0; outline: 0; font-style: inherit; font-size: inherit; font-family: inherit; }
div{ max-height: 999999px; }
a{ text-decoration:none; -webkit-tap-highlight-color: rgba(255,255,255,0); }
a:hover{ background: #f9f9f9;}
a,a:link,a:visited,a:active{ color: inherit; cursor: pointer; -webkit-tap-highlight-color:rgba(0,0,0,0); }

html{ height: 100%; }
body{ min-height: 100%; padding-top: 54px; background: #f8f8f8; }

.logo{ height: 44px; padding: 5px 0; background: #fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); font-size: 0; text-align: left; position: fixed; top: 0; left: 0; right: 0; z-index: 10; }
.logo .con{ width: 880px; height: 44px; margin: 0 auto;}
.logo h1{ height: 44px; margin-left: 10px; font-size: 23px; line-height: 44px; font-style: italic; position: relative; top: -7px; display: inline-block; }
.logo .logo-image{ height: 34px; width: 34px; margin-top: 5px; display: inline-block; }
.logo .record{ font-size: 16px; line-height: 44px; float: right; }
.logo .record:hover{ background: none; }
.logo .record + .record{ margin-right: 20px; }

.go_home{ height: 22px; width: 880px; margin: 0 auto; font-size: 13px; line-height: 22px; color: #999;}
.go_home .remember{ float: right;}
.go_home .remember b{ color: #0781C7;}
.go_home a{ color: #999; }

.con-box{ width: 880px; margin: 0 auto; border-radius: 8px 8px 0 0; background: #fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
.con-match{ height: 160px; border-top: 1px solid #eee; font-size: 0; line-height: 0; text-align: center; }
.con-match .match-team-con{ width: 35%; height: 100px; display: inline-block; vertical-align: top; }
.con-match .match-info-con{ width: 30%; height: 100px; display: inline-block; vertical-align: top; }
.con-match .match-team-image{ width: 60px; height: 60px; margin: 24px auto 16px; display: block; object-fit: contain; }
.con-match .match-team-name{ max-height: 48px; padding: 0 10px; font-size: 18px; line-height: 24px; text-align: center; overflow: hidden; }
.con-match .match-info-league{ height: 32px; margin-top: 32px; font-size: 22px; line-height: 32px; text-align: center; color: #0781C7; overflow: hidden; }
.con-match .match-info-time{ margin-top: 16px; font-size: 20px; line-height: 30px; text-align: center; color: #555; }
.match-pc-iframe{ display: block; }
.match-wap-iframe{ display: none; }
.match-iframe{ width: 880px; height: 500px; position: relative; }
.match-iframe iframe{ width: 100%; height: 100%; display: block; }

.list{ width: 880px; margin: 20px auto 0; border-radius: 8px; background: #fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
.list-title{ height: 30px; font-size: 14px; line-height: 30px; text-align: center; color: #999; }
.list .list-con{ height: 100px; border-top: 1px solid #eee; font-size: 0; line-height: 0; text-align: center; display: block; }
.list .list-con .list-team-con{ width: 35%; height: 100px; display: inline-block; vertical-align: top; }
.list .list-con .list-info-con{ width: 30%; height: 100px; display: inline-block; vertical-align: top; }
.list .list-con .list-team-image{ width: 40px; height: 40px; margin: 14px auto 10px; display: block; object-fit: contain; }
.list .list-con .list-team-name{ height: 24px; font-size: 16px; line-height: 24px; text-align: center; overflow: hidden; }
.list .list-con .list-info-league{ height: 32px; margin-top: 16px; font-size: 18px; line-height: 32px; text-align: center; color: #0781C7; overflow: hidden; }
.list .list-con .list-info-time{ margin-top: 4px; font-size: 17px; line-height: 30px; text-align: center; color: #555; }

.footer{ width: 880px; margin: 30px auto; font-size: 14px; line-height: 28px; text-align: center; color: #666; }
.footer p a{ margin: 0 5px; display: inline-block;}

.qrcode{ width: 140px; padding: 10px; margin-left: 455px; background: #0781C7; position: fixed; left: 50%; top: 70px; }
.qrcode img{ min-width: auto; width: 140px; height: 140px; }
.qrcode p{ margin-top: 8px; font-size: 13px; line-height: 20px; text-align: center; color: #fff; }

@media only screen and (max-device-width: 480px) {
    body{ padding-bottom: 44px;}
    .logo{ padding-left: 10px; text-align: left;}
    .logo .con{ width: auto; padding-right: 10px;}
    .logo .record{ line-height: 48px;}
    .logo .record + .record{ margin-right: 12px; }
    .go_home{ width: auto; padding-left: 10px;}
    .go_home .remember{ font-size: 14px; background: #0781C7; text-align: center; color: #fff; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10;}
    .go_home .remember b{ color: #fff;}
    .footer{ width: auto; padding: 0 10px; font-size: 12px;}
    .footer .firend{ display: none;}
    .con-box{ width: 100%; border-radius: 0; }
    .con-match .match-info-league{ font-size: 18px;}
    .con-match .match-info-time{ font-size: 16px;}
    .match-pc-iframe{ display: none; }
    .match-wap-iframe{ display: block; }
    .match-iframe{ width: 100%; height: 300px; }
    .list{ width: 100%; border-radius: 0; }
    .qrcode{ width: auto; position: unset; margin-left: 0; margin-top: 20px; background: #fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); text-align: center;}
    .qrcode img{ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
    .qrcode p{ color: #555; }
}


.info2[data-v-3073f131] {
    width: 100%;
}
.liveshow {
 
    margin: 0 auto;
    height: 40px;
    position: relative;
    background: #fff;
}
.info2 .liveshow[data-v-3073f131] {
    width: 100%;
    text-align: center;
}
.info2 .liveshow a[data-v-3073f131] {
    font-size: 16px;
}
.liveshow .picked {
    background: #0781C7;
    color: #fff;
}
.liveshow a {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    float: left;
    padding: 0 12px;
    font-size: 14px;
    margin: 8px 10px 0 0;
    border-radius: 14px;
    border: 1px solid #0781C7;
    color: #0781C7;
    text-decoration: none;
}