
body>#canvarImg{
    width: 7.5rem;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
}
body{
    font-family:  "阿里巴巴普惠体-R","黑体",Arial,sans-serif,serif;
    background-color: #2B2B2D;
       position: fixed;
    left:0px;
    top:0px;
}
body>img{
    width: 7.5rem;
    height: auto;
}
#boxC{
	background-color: #2B2B2D;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
 	position:absolute;
 	left:0px;
 	top:0px;
 	 height: 28.94rem;
}
.titleNav{
	font-family:Arial;
    font-weight: 700;
    width: 100%;
    height:1.28rem;
    background:#000000;
    font-size:18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.header{
    height: 1.66rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.header .radius{
    width:1.2rem;
    height:1.2rem;
}
.header .radius img{
    width:1.2rem;
    height:1.2rem;
    }
.teamDetails{
    font-size: 12px;
    color:rgba(255,255,255,0.6);
}
.teamDetails p{
    text-align: center;
}
.teamDetails p:nth-child(2){
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 0.4rem;
    justify-content: center;
    margin-top: 0.15rem;
}
.teamname{
    font-size: 12px;
    color: #fff;
    width:1.65rem;
    text-align: center;
}
.score{
    color:rgba(255,255,255,1);
    font-size: 13px;
    font-family:Arial;
    font-weight: 700;
    width: 1.3rem;
}
.lineChart{
    height: 0.76rem;
    width: 100%;
    background-color: #151516;
    position: relative;
}
.dash_{
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.76rem;
    relative
    left:0px;
    top:0px;
}
.dash_>div{
    width: 25%;
    height: 100%;
	overflow:hidden;
	position:relative;
}
.dash_>div>img{
	position:absolute;
	right:0px;
	top:-0.1rem;
	width:1px;
	height:auto;
}
.dash_>div:last-child>img{
    display: none;
}
.quaturList{
    width: 100%;
    height: 0.76rem;
    margin-top:0.2rem;
}
.quaturList>div{
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: rgba(255,255,255,0.6);
}
.quaturList>div>p{
    line-height: 0.28rem;
    font-family: Arial;
}
.hight_r{
    color:#EB0F3D!important;
}
.hight_b{
    color:#EB5F0F!important;
}
.court{
    width: 6.1rem;
    height: 3.28rem;
    margin-top: 0.2rem;
    position: relative;
}
.court>div{
	width:100%;
    height:100%;
}
.court>div>img{
	width:100%;
    height:100%;
}
.court>img{
    position: absolute;
    left: 0.2rem;
    width: 0.14rem;
}
.legend{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 0.3rem;
    width: 100%;
    color:rgba(255,255,255,1);
    font-size: 10px;
    margin-top: 0.4rem;
}
.legend>span:nth-child(1){
    width:0.18rem;
    height:0.18rem;
    background:#EB0F3D;
}
.legend>span:nth-child(3){
    width:0.18rem;
    height:0.18rem;
    background:#EB5F0F;
}
.legend>span:nth-child(2){
   margin-right: 0.4rem;
}
.data_vs{
    width: 6.14rem;
    margin:0 auto;
    margin-top: 0.06rem;
}
.data_vs ul li{
    height: 0.66rem;
    width: 100%;
    margin-top: 0.22rem;
}
.data_vs ul li div:nth-child(1){
    height: 0.42rem;
    line-height: 0.42rem;
    width: 100%;
}
.data_vs ul li div span{
    width: 33.33%;
    float: left;
    height: 0.42rem;
    color:rgba(255,255,255,1)
}
.data_vs ul li div  span:nth-child(2){
    text-align: center;
}
.data_vs ul li div span:nth-child(3){
    text-align: right;

}
.data_bar{
    height: 0.20rem;
    border-radius: 0.12rem;
    overflow: hidden;
}
.data_bar i{
    float: left;
}
.data_bar i:nth-child(1){
    height: 0.20rem;
    width: 3.05rem;
    background:linear-gradient(360deg,rgba(235,15,61,1) 0%,rgba(254,73,74,1) 100%);
    border-radius: 0.12rem 0 0 0.12rem;
    -webkit-border-radius: 0.12rem 0 0 0.12rem;
    -o-border-radius: 0.12rem 0 0 0.12rem;
    -moz-border-radius: 0.12rem 0 0 0.12rem;
    position: relative;
}
.data_bar i:nth-child(2){
    height: 0.20rem;
    width: 3.05rem;
    background:linear-gradient(360deg,rgba(235,95,15,1) 0%,rgba(235,150,15,1) 100%);
    border-radius: 0 0.12rem  0.12rem 0;
    -webkit-border-radius: 0 0.12rem  0.12rem 0;
    -o-border-radius: 0 0.12rem  0.12rem 0;
    -moz-border-radius: 0 0.12rem  0.12rem 0;
}
.data_bar i:nth-child(1) i{
    width: 0.20rem;
    height: 0.20rem;
    position: absolute;
    right:-0.12rem;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.vs{
    width: 6.86rem;
    height: auto;
    margin:0 auto;
    margin-top: 0.65rem;
}
.vs table{
    width: 6.86rem;
}
.vs table td{
    height: 1.17rem;
    border:none;
    padding: 0 !important;
    text-align: center;
    color:rgba(255,255,255,0.85)
}
.vs table td i{
    float: left;
    text-align: center;
    color:#A0A0A0;
}
#hpp,#vpp{
	font-family:Arial;
}
.data_vs ul li div span i{
	font-family:Arial;
}
.vs table td:nth-child(1) i,.vs table td:nth-child(7) i{
    height: 0.88rem;
    width: 0.88rem;
    overflow: hidden;
}
/*.vs table td:nth-child(3),.vs table td:nth-child(5){
	color: #fff;
}*/
.vs table tr td:nth-child(1) i img,.vs table tr td:nth-child(7) i img{
    height: auto;
    width:100%;
}
.score_{
    height: 3.35rem;
    width: 100%;
    color: rgba(255,255,255,0.65);
    margin-top: 0.1rem;
}
.owner{
    width: 1.97rem;
    height: 3.35rem;
    float: left;
    margin-left: 0.4rem;
}
.mvp{
    height: auto;
    width: 1.94rem;
    /* 	float: left; */
    margin-top: 0.53rem;
}
.photo{
    height: 1.16rem;
    width: 1.16rem;
    overflow: hidden;
    margin:0 auto;
    margin-top: 0.2rem;
    
}
.photo img{
    width: 100%;
    height: auto;
}
.owner p{
    width: 2.8rem;
    text-align: center;
    color: rgba(255,255,255,1);
    height: 0.4rem;
    line-height: 0.4rem;
    margin-left: -0.4rem;
}
.data{
    width: 4.75rem;
    height: 3.35rem;
    float: left;
}
@media screen and (min-width:750px){
    .data{
        width: 4.65rem;
    }
}
.legend_data{
    height: 0.2rem;
    margin-top: 0.57rem;
}
.legend_data i{
    float: left;
}
.legend_data i:nth-child(1){
    height: 0.2rem;
    width: 0.2rem;
    background-color: #FF4848;
    margin-left: 0.4rem;
}
.legend_data i:nth-child(2){
    margin-left: 0.1rem;
}
.legend_data i:nth-child(3){
    height: 0.2rem;
    width: 0.2rem;
    background-color:#BFBFBF;
    margin-left: 0.26rem;
}
.legend_data i:nth-child(4){
    margin-left: 0.1rem;
}
.legend_data i:nth-child(5){
    height: 0.18rem;
    width: 0.18rem;
    border: 1px solid #BFBFBF;
    margin-left: 0.26rem;
}
.legend_data i:nth-child(6){
    margin-left: 0.1rem;
}
.pic{
    margin-top: 0.2rem;
}
.com{
    width: 1.02rem;
    height: 2.03rem;
    position: relative;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    float: left;
}
.personal{
    width: 0.36rem;
    height: 0.6rem;
    background-color: #FF4848;
    position: absolute;
    bottom: 0.8rem;
    border:2px solid #FF4848;
}

.personal p,.hight>p{
    width: 0.4rem;
    text-align: center;
    color:rgba(255,255,255,0.85);
    margin-top: -0.3rem;
}
.hight{
    width: 0.36rem;
    height: 1.18rem;
    border: 2px solid #999999;
    position: absolute;
    right: 0;
    bottom: 0.8rem;
}
.union{
    width: 0.36rem;
    height: 0.7rem;
    background-color: #999999;
    position: absolute;
    /* bottom: -2px; */
    border: 2px solid #999999;
    bottom:-2px;
    left: -2px;
    line-height: 0.7rem;
    text-align: center;
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.com>p{
    width: 1.02rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    position: absolute;
    bottom: 0px;
    color: rgba(255,255,255,0.85);
}
.com2,.com3{
    margin-left: 0.35rem;
}
.line{
    width: 6.66rem;
    height: 1px;
    margin:0 auto;
    background-color:rgba(49,69,103,0.09);
    margin-top: 0.3rem;
}
.score_{
    height: 3.35rem;
    width: 100%;
}
#line{
    width: 100%;
    height: 0.76rem;
    position: absolute;
    left: 0px;
    top: 0px;
}
.chartLine{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.chartLine>div{
    width: 100%;
    height: 1px;
    background-color: #626262;
}
.save{
    display: none;
}
#loading {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: #2B2B2D;
    overflow:hidden;
    z-index:9999;
    box-shadow: 0px 0px 0.8rem 0.3rem rgba(0,0,0,0.1) inset;
}
.spinner {
    margin:0 auto;
    width:0.8rem;
    height:0.8rem;
    position:relative;
    margin-top: 3rem;
}
.container1 > div,.container2 > div,.container3 > div {
    width:0.2rem;
    height:0.2rem;
    background-color:#fff;
    border-radius:100%;
    position:absolute;
    -webkit-animation:bouncedelay 1.2s infinite ease-in-out;
    animation:bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.spinner .spinner-container {
    position:absolute;
    width:100%;
    height:100%;
}
.container2 {
    -webkit-transform:rotateZ(45deg);
    transform:rotateZ(45deg);
}
.container3 {
    -webkit-transform:rotateZ(90deg);
    transform:rotateZ(90deg);
}
.circle1 {
    top:0;
    left:0;
}
.circle2 {
    top:0;
    right:0;
}
.circle3 {
    right:0;
    bottom:0;
}
.circle4 {
    left:0;
    bottom:0;
}
.container2 .circle1 {
    -webkit-animation-delay:-1.1s;
    animation-delay:-1.1s;
}
.container3 .circle1 {
    -webkit-animation-delay:-1.0s;
    animation-delay:-1.0s;
}
.container1 .circle2 {
    -webkit-animation-delay:-0.9s;
    animation-delay:-0.9s;
}
.container2 .circle2 {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
}
.container3 .circle2 {
    -webkit-animation-delay:-0.7s;
    animation-delay:-0.7s;
}
.container1 .circle3 {
    -webkit-animation-delay:-0.6s;
    animation-delay:-0.6s;
}
.container2 .circle3 {
    -webkit-animation-delay:-0.5s;
    animation-delay:-0.5s;
}
.container3 .circle3 {
    -webkit-animation-delay:-0.4s;
    animation-delay:-0.4s;
}
.container1 .circle4 {
    -webkit-animation-delay:-0.3s;
    animation-delay:-0.3s;
}
.container2 .circle4 {
    -webkit-animation-delay:-0.2s;
    animation-delay:-0.2s;
}
.container3 .circle4 {
    -webkit-animation-delay:-0.1s;
    animation-delay:-0.1s;
}
@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform:scale(0.0)
    }
    40% {
        -webkit-transform:scale(1.0)
    }
}
@keyframes bouncedelay {
    0%,80%,100% {
        transform:scale(0.0);
        -webkit-transform:scale(0.0);
    }
    40% {
        transform:scale(1.0);
        -webkit-transform:scale(1.0);
    }
}
.twoImg{
    width: 100%;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-top: 1.14rem;
    font-size: 13px;
}
.weix{
    width: 3.56rem;
    height: 3.42rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.36rem;

}
.weix>img{
	width: 3.56rem;
}
.save{
    height:1rem;
    width: 100%;
    text-align: center;
    line-height: 1rem;
    font-size: 16px;
    color:rgba(49,69,103,0.87);
    background-color: #EFF0F3;
    font-family: "阿里巴巴普惠体-B","黑体";
}
  .model_tip{
            position: fixed;
            height: 100%;
            width: 100%;
            background-color: rgba(0,0,0,0.3);
            left: 0px;
            top: 0px;
            z-index: 99;
            display:none;
        }
        .model_tip>div{
            width: 60%;
            height: 1rem;
            justify-content: center;
            display: flex;
            flex-direction: row;
            align-items: center;
            background-color: #000;
            border-radius: 0.1rem;
            color: rgba(255,255,255,0.85);
            font-size: 14px;
            margin: 0 auto;
            margin-top: 5rem;
        }
.quaturList{
    width: 100%;
    height: 0.76rem;
    margin-top:0.2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    display: flex;
}
