body {
    margin: 0;
    padding: 0;
    font-size: calc(100vw / 7.5);
    width: 100%;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

.header {
    width: 100%;
    height: 0.8em;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.header-back {
    width: 12%;
    flex-shrink: 0;
}

.header-back i{
    display: block;
    height: 0.36em;
    width: 0.2em;
    background-size: 0.2em 0.36em;
    background-image: url(//h5.chinaxinge.com/images/backbg.png);
    margin-top: 0.22em;
    margin-left: 0.3em;
}

.header-title {
    display: flex;
    align-items: center;
    font-size: 0.34em;
    color: #222;
    z-index: 1;
    padding-right: 0.8em;
    position: relative;  
    max-width: 75%;
}

.header-title span{
    overflow: hidden;  
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.header-btn {
    width: 12%;
    flex-shrink: 0;
    
}

i{
    display: block;
    margin: 0;
    padding: 0;
    font-style: normal;
}

.app {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #F1F1F1;
    position: relative;
    padding-bottom:0.2em ;
}

.match-top{
    width: 7em;
    margin: 0.25em auto;
    background-color: #fff;
    border-radius: 0.1em;
    padding: 0.2em ;
}

.match-top .month{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.8em;
}

.match-top .month .prev{
    width: 0;
    height: 0;
    margin-right: 0.2em;
    border-right: solid 0.15em #999;
    border-bottom: solid 0.12em transparent;
    border-top: solid 0.12em transparent;
}

.match-top .month .next{
    width: 0;
    height: 0;
    margin-left: 0.2em;
    border-left: solid 0.15em #999;
    border-bottom: solid 0.12em transparent;
    border-top: solid 0.12em transparent;
}

.match-top .month .month-title{
    display: flex;
}

.match-top .month .month-title span{
    font-size: 0.32em;
    color: #222;
}
.match-top .day{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 0.1em;
    padding-bottom: 0.1em;
    overflow: auto;
}
.match-top .day .item{
    width: 1.08em;
    height: 1.32em;
    background-color: #f1f1f1;
    margin: 0 0.1em;
    border-radius: 0.1em;
    flex-shrink: 0;
}

.match-top .day .item .week,.match-top .day .item .date{
    display: flex;
    justify-content: center;
    align-items: center;
}
.match-top .day .item .week span{
    font-size: 0.3em;
    color: #666;
    padding-top: 0.5em;
}
.match-top .day .item .date span{
    font-size: 0.32em;
    color: #111;
    font-weight: bold;
    padding-top: 0.5em;
}
.match-top .day .item.active{
    background-color: #4795ED;
    color: #fff!important;
}
.match-top .day .item.active *{
    color: #fff!important;
}

.match-top .search{
    width: 6.5em;
    height: 0.85em;
    background-color: #F1F1F1;
    margin: 0.2em auto;
    border-radius: 0.42em;
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: center;
}

.match-top .search .addr{
    width: 1.8em;
    height: 0.85em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}
.match-top .search .addr span{
    font-size: 0.28em;
    color: #222;
}
.match-top .search .addr i{
    margin-left: 0.15em;
    width: 0;
    height: 0;
    border-top: solid 0.15em #333;
    border-right: solid  0.10em transparent;
    border-left: solid 0.10em transparent;
}
.match-top .search .addr::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 0.3em;
    background-color: #CACED3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}

.match-top .search .keyword{
    flex: 1;
    position: relative;
    height: 100%;
}
.match-top .search .keyword input{
    background: none;
    border: none;
    outline: none;
    color: #333;
    font-size: 15px;
    width: 90%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.match-top .search .btn{
    width: 0.8em;
    flex-shrink: 0;
    background-image: url(//h5.chinaxinge.com/images/btn_search.png);
    background-size: 0.36em 0.36em;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

.match-list{
    width: 7em;
    margin: 0.2em auto;
}

.match-list .item{
    width: 100%;
    background-color: #fff;
    border-radius: 0.1em;
    margin-bottom: 0.2em;
    padding: 0.2em;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: start;
}

.match-list .item  .avatar{
    width: 1.1em;
    height: 1.1em;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    margin-right: 0.1em;
}

.match-list .item  .avatar-gold{
    background: url(//h5.chinaxinge.com/images/gp_bg_gold.png) no-repeat center center;
    background-size: 100% 100%;
}

.match-list .item  .avatar img{
    width: 0.8em;
    height: 0.8em;
    margin: 0.15em;
    border-radius: 0.1em;
    margin-top: 0.05em;
}

.match-list .item  .name{
    display: flex;
    justify-content: start;
    align-items: center;
}
.match-list .item  .name span{
   font-size: 0.28em;
   color: #111;
}

.match-list .item .title{
    color: #222;
    font-weight: bold;
    margin-bottom: 0.1em;
    padding: 0.2em 0;
    padding-right:1.2em;
    display: flex;
}

.match-list .item .title span{
    font-size: 0.34em;
}

.match-list .item .info{
    display: flex;
    align-items: center;
    justify-content: start;
    padding-top: 0.1em;
}

.match-list .item .info .time,.match-list .item .info .num{
    display: flex;  
    align-items: center;
    justify-content: start;
    color: #666666;
}

.match-list .item .info span{
    font-size: 0.24em;
}
.match-list .item .info .num{
    margin-left:0.5em ;
}

.match-list .empty{
    width: 100%;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0.1em;
}

.match-list .empty span{
   font-size: 0.3em;
   color: #666666;
}

.match-list .item .chart{
   width: 1em;
   height: 1em;
   border-radius: 0.1em;
   position: absolute;
   top:50%;
   right: 0.2em;
   transform: translateY(-50%);
}

.match-list .item .chart .chart-main{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.match-list .item .chart .chart-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    transform: scale(1.5);
}
.match-list .item .chart-text1,.match-list .item .chart-text2{
    display: flex;
    justify-content: center;
    align-items: center;

}
.match-list .item .chart-text1 span{
	font-size: 14px;
	font-weight: bold;
	color: #9F542F;
}

.match-list .item .chart-text2 span{
	font-size: 12px;
	color: #9F542F;
}

.match-list .matchList{
    display: flex;
    justify-content: start;
    align-items: center;
}


.popbox{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transform: translate(-50%,-50%);
    display: none;
}
.popbox .popbox-bg{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.popbox .box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 0.1em;
    overflow: hidden;
}

.popbox .box .box-nav{
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: 0.8em;
   background-color: #409EFF;
}

.popbox .box .box-nav .box-title{
    flex: 1;
    padding-left: 0.2em;
    display: flex;
}

.popbox .box .box-nav .box-title span{
    font-size: 0.32em;
    color: #fff;
}

.popbox .box .box-nav .box-close{
   width: 0.8em;
   height: 0.8em;   
   display: flex;
   justify-content: center;
   align-items: center;
}

.popbox .box .box-nav .box-close span{
    font-size: 0.5em;
    color: #fff;
}

#cityBox .box{
    width: 7em;
}

#cityBox .box-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding: 0.1em;
}

#cityBox .box-content .item{
    width: calc(100% / 3 - 0.2em) ;
    margin: 0.1em;
    height: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F1F1F1;
    border-radius: 0.1em;
    color: #333;
}

#cityBox .box-content .item span{
    font-size: 0.3em;
}

#cityBox .box-content .item.active{
    background-color: #409EFF;
    color: #fff;
}

@media screen and (min-width: 750px) {
    body {
        font-size: 100px!important;
        max-width: 7.5em;
    }
    .popbox,.popbox .popbox-bg{
        max-width: 7.5em;
    }
}