.playcounbt{
    width: 100%;
    background: url(../images/playerbg.jpg) no-repeat center top;
}
.playerder{
    padding: 70px 0 90px;
}
.playerbgtem{
    width: 1200px;
    height: 403px;
    margin: 0 auto;
    background: url(../images/player_champbg.png) no-repeat center;
    position: relative;
}
.team_denic{
    width: 160px;
    position: absolute;
    left: 418px;
    top: 50%;
    transform: translate(0,-50%);
}
.playerteamnams{
    font-size: 34px;
    color: #1c1b20;
    font-weight: bold;
}
.teamlins{
    width: 80px;
    height: 2px;
    background: #eaeaea;
    margin: 12px 0;
}
.playnames{
    font-size: 18px;
    color: #1c1b20;
    font-weight: bold;
    word-break: break-all;
}
.phnacups1{
    font-size: 30px;
    color: #1c1b20;
    font-weight: bold;
    width: 120px;
    text-align: center;
    position: absolute;
    top: 149px;
    left: 828px;
}
.phnacups2{
    font-size: 30px;
    color: #1c1b20;
    font-weight: bold;
    width: 120px;
    text-align: center;
    position: absolute;
    top: 173px;
    left: 666px;
}
.phnacups3{
    font-size: 30px;
    color: #1c1b20;
    font-weight: bold;
    width: 120px;
    text-align: center;
    position: absolute;
    top: 173px;
    left: 997px;
}
.teamplayerpic{
    width: 400px;
    position: absolute;
    bottom: 13px;
    left: 13px;
}
.teamplayerpic img{
    width: 100%;
}
.logotpptil3{
    width: 613px;
    margin: 0 auto;
}
.pore_playerdata{
    width: 100%;
    height: 458px;
    background: #fff;
    position: relative;
}
.playcont_detailblock{
    width: 552px;
    position: absolute;
    right: 56px;
    top: 50%;
    transform: translate(0,-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.unplaydefo{
    width: 240px;
    border-bottom: 1px #d2d1d2 solid;
    margin: 15px 0;
}
.vanmans1{
    font-size: 20px;
    color: #444343;
    margin-bottom: 4px;
}
.vanmans2{
    font-size: 34px;
    color: #1c1b20;
    font-weight: bold;
    margin-bottom: 4px;
}
.canvas_fve{
    width: 270px;
    height: 270px;
    position: absolute;
    top: 96px;
    left: 165px;
}
.canvasdatas{
    font-size: 18px;
    color: #444343;
    width: 115px;
}
.canvasdatas span{
    font-size: 23px;
    color: #1c1b20;
    font-weight: bold;
}
.tpkols1{
    position: absolute;
    top: -56px;
    left: 102px;
}
.tpkols2{
    position: absolute;
    top: 70px;
    left: 276px;
}
.tpkols3{
    position: absolute;
    top: 260px;
    left: 179px;
}
.tpkols4{
    position: absolute;
    top: 260px;
    left: 15px;
}
.tpkols5{
    position: absolute;
    top: 70px;
    left: -117px;
}

@media screen and (max-width:800px){
    .playcounbt{
        width: 100%;
        background: url(../images/playerbg_m.jpg) no-repeat center top;
    }
    .playerbgtem{
        width: 96%;
        height: 50vw;
        margin: 0 auto;
        background: url(../images/player_champbg_m.png) no-repeat center;
        background-size: 100% auto;
        position: relative;
    }
    .teamplayerpic{
        width: 30%;
        bottom: auto;
        top: -4%;
        left: 3%;
    }
    .team_denic{
        width: 30%;
        left: 3%;
        transform: none;
        top: 64%;
        text-align: center;
    }
    .playerteamnams{
        font-size: 3.2vw;
    }
    .teamlins{
        width: 40%;
        margin: 1vw auto;
    }
    .playnames{
        font-size: 4vw;
    }
    .playerder{
        padding: 5vw 0 10vw;
    }
    .phnacups1{
        width: 14%;
        top: 47%;
        left: 60%;
        font-size: 3.4vw;
    }
    .phnacups2{
        width: 14%;
        top: 52%;
        left: 42%;
        font-size: 3.4vw;
    }
    .phnacups3{
        width: 14%;
        top: 52%;
        left: 78%;
        font-size: 3.4vw;
    }
    .logotpptil3{
        width: 100%;
    }
    .pore_playerdata{
        height: auto;
    }
    .canvas_fve {
        position: relative;
        margin: 0 auto;
        width: 50vw;
        height: 50vw;
        top:auto;
        left: auto;
        padding: 20vw 0;
    }
    .canvas_fve canvas{
        width: 100%;
        height: 100%;
    }
    .playcont_detailblock{
        position: relative;
        top:auto;
        left: auto;
        transform: none;
        width: 90%;
        margin: 0 auto;
        right: auto;
        padding-bottom: 6vw;
        justify-content: flex-start;
    }
    .unplaydefo{
        width: 30%;
        margin: 1.5%;
        text-align: center;
    }
    .tpkols1{
        top: 7%;
        left: 39%;
    }
    .tpkols2{
        top: 33%;
        left: 104%;
    }
    .tpkols3{
        top: 75%;
        left: 66%;
    }
    .tpkols4{
        top: 75%;
        left: 0%;
    }
    .tpkols5{
        top: 33%;
        left: -39%;
    }
    .vanmans1{
        font-size: 3vw;
    }
    .vanmans2{
        font-size: 3.6vw;
    }
}