﻿@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; box-sizing: border-box; }

.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: 680px; 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,.logo span a{ font-size: 16px; line-height: 44px; float: right; }
.logo .record:hover,.logo span a:hover{ background: none; }
.logo .record + .record,.logo span a{ margin-right: 20px; }

.go_home{ height: 22px; width: 680px; 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; }

.list{ width: 680px; margin: 0 auto; border-radius: 8px; background: #fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
.list + .list{ margin-top: 16px;}
.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: 680px; 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: 355px; 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,.logo span a{ line-height: 48px;}
    .logo .record + .record,.logo span a{ margin-right: 12px; }
    .go_home{ width: auto; padding-left: 10px; }
    .list{ width: 100%; border-radius: 0; }
    .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;}
    .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; }
}