* {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: "PingFang SC", "Helvetica Neue" ,Helvetica, "Droid Sans Fallback", "Microsoft Yahei", sans-serif;
}

body{
    width: 100%;
    /*background: url("http://www.aibojiaoyu.cn/ImgFiles/ABSports/matchwin/web/cover.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;*/
    background: #004586;
}

.wrapper {
    width: 98%;
    height: auto;
    min-height: 1000px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 0 20px 0;
    background: white;
}

.top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 40px 0;
    background: url("/resource/images/statistic/background.jpg") no-repeat left;
    background-size: cover;
}

.top-name {
    height: 60px;
    line-height: 60px;
    font-size: 2em;
    margin:  0 auto 20px auto;
    width: 96%;
    text-align: left;
    color: white;
}

.top-content {
    width: 96%;
    margin: auto;
    background: white;
}

.match-detail {
    width: 92%;
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-direction: row;
    background: #EDEBEB;
    padding: 0 2%;
    margin: 20px auto;
}

.match-position  {
    width: 12%;
    font-size: 1em;
    color: #555555;
    justify-content: flex-start;
    text-align: left;
}

.match-time {
    width: 23%;
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.time-icon {
    width: 15px;
    height: 15px;
    background: url("/resource/images/statistic/time.png") no-repeat center;
    background-size: cover;
}

.time-text {
    padding: 0 0 0 10px;
    font-size: 0.8em;
    color: #646464;
}

.match-name {
    width: 30%;
    font-size: 1em;
    color: #01509D;
    text-align: center;
    font-weight: bold;
}

.match-status {
    width: 35%;
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.status-text {
    font-size: 1em;
    color: #555555;
    padding: 0 10px 0 0;
}

.status-icon {
    width: 20px;
    height: 20px;
    background: url("/resource/images/statistic/complete.png") no-repeat center;
    background-size: cover;
}

.match-score {
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: flex;
    flex-direction: row;
}

.team-name {
    width: 30%;
    font-size: 1.4em;
    color: #01509D;
    font-weight: bolder;
}
.team-score {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.total-score {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    font-weight: bold;
    color: #555555;
}

.score-detail {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    color: #626262;
}

.match-ref {
    width: 92%;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    color: #626262;
    background: #EDEBEB;
    padding: 0 2%;
    margin: 0 auto 20px auto;
}

.big-title {
    width: 96%;
    height: 80px;
    line-height: 120px;
    color: #01509D;
    border-bottom: 1px solid #01509D;
    text-align: center;
    font-size: 1.6em;
    font-weight: lighter;
    margin: 0 auto 20px auto;
}


.team-statistic {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 96%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 20px 0;
    background: #EDEBEB;
}

.teaminfo {
    width: 95%;
    margin: 5px auto 0 auto;
}

.teamname {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-align: center;
    height: 35px;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    border: 0;
}

.teamA-title {
    height: 50px;
    line-height: 50px;
    width: 40%;
    border-radius: 0px;
    margin: 0;
    color: #01509D;
    font-size: 1.2em;
}

.teamB-title {
    height: 50px;
    line-height: 50px;
    width: 40%;
    border-radius: 0px;
    margin: 0;
    color: #01509D;
    font-size: 1.2em;
}

.vs-title {
    height: 50px;
    line-height: 50px;
    width: 20%;
    border-radius: 0px;
    font-size: 1em;
    background: #EDEBEB;
    color: #555555;
    z-index: 9999;
}

.teamA {
    height: 35px;
    line-height: 35px;
    width: 40%;
    border-radius: 0px;
    margin: 0px;
    background: rgba(255,255,255,0.95);
}

.vs {
    height: 35px;
    line-height: 35px;
    width: 20%;
    border-radius: 0px;
    font-size: 1em;
    background: #EDEBEB;
    color: #555555;
    z-index: 9999;
    border-bottom: 1px solid white;
}

.teamB {
    height: 35px;
    line-height: 35px;
    width: 40%;
    border-radius: 0px;
    background: rgba(255,255,255,0.95);
}

.process-teamA {
    width: 40%;
    height: 35px;
    line-height: 35px;
    background: #4F5155;
    z-index: 9999;
    color: white;
    font-size: 1em;
    text-align: right;
    padding: 0 1% 0 0;
}

.process-teamB {
    width: 40%;
    height: 35px;
    line-height: 35px;
    background: #01509D;
    z-index: 9999;
    color: white;
    font-size: 1em;
    text-align: left;
    padding: 0 0 0 1%;
}

.process-blank {
    width: 20%;
    height: 35px;
    line-height: 35px;
}


.best-player {
    width: 96%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: space-around;
    justify-content: space-between;
    margin: 0 auto;
}

.qcode {
    width: 48%;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: #EDEBEB;
}

.qcode-img-box {
    width: 30%;
    height: auto;
}

.qcode-img {
    width: 100%;
    height: 100%;
}
.qcode-title {
    width: 100%;
    font-size: 1.4em;
    color: #01509D
}

.best-player-content {
    width: 48%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #EDEBEB;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.best-player-info {
    height: 100px;
    width: 96%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 20px 0 0 0;
}

.best-player-num {
    width: 35%;
    height: 80px;
    border-radius: 0;
    background: rgba(237,235,236,1);
    line-height: 80px;
    font-size: 2.0em;
    color: rgba(0,127,207,0.9);
}

.best-player-other {
    width: 65%;
    height: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.best-player-team {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: rgba(0,0,0,0.9);
    font-size: 1.2em;
}

.best-player-name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: rgba(0,127,207,1);
    font-size: 1.4em;
    font-weight: bold
}

.best-player-score {
    height: 180px;
    width: 96%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.best-player-total {
    width: 60%;
    height: 180px;
    line-height: 180px;
    font-size: 8em;
    font-style: italic;
    color: rgba(0,127,207,1);
    font-weight: bold
}

.best-player-detail {
    width: 35%;
    height: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 20px 0 0 0;
}

.best-player-detail-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    text-align: center
}

.best-player-detail-type {
    width: 70%;
    text-align: left;
    font-size: 1.2em;
    color: #555555;
}

.best-player-detail-score {
    width: 30%;
    text-align: left;
    font-size: 1.4em;
    color: rgba(0,127,207,0.9);
    font-style: italic
}


.statistic-title {
    height: 65px;
    width: 96%;
    line-height: 65px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    background: #555555;
    color: white;
    font-size: 1em;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.statistic-title-player {
    width: 15%;
    text-align: center;
    font-size: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center
}

.statistic-title-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    background: rgba(255,255,255,1);
    color: #555555
}

.statistic-title-name {
    width: 60%;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    margin: 0;
    text-align: left;
}

.statistic-title-item-one {
    width: 12.14%;
    display: flex;
    flex-direction: column;
}

.statistic-title-item {
    width: 24.28%;
    display: flex;
    flex-direction: column;
}

.statistic-title-item-type {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.statistic-title-item-detail {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: #E4E3E3;
    text-align: center;
}

.statistic-title-item-detail-score {
    width: 50%;
}

.statistic-title-item-detail-fault {
    width: 50%;
}

.statistic-team-name {
    width: 20%;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    background: #EDEBEB;
    color: #555555;
    text-align: center;
    margin: 0 auto 20px auto;
}

.statistic-content {
    height: 50px;
    width: 96%;
    line-height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    background: rgba(255,255,255,0.95);
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: rgba(0,0,0,0.8);
    margin: auto;
}

.statistic-player {
    width: 15%;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center
}

.statistic-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    background: #01509D;
    color: white
}

.statistic-name {
    width: 60%;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    margin: 0;
    text-align: left;
    color: #555555;
}

.statistic-item {
    width: 12.14%;
    text-align: center;
    font-size: 1em;
    color: #666666;
}
