body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden
}

canvas {
    -ms-touch-action: none;
    image-rendering: -o-crisp-edges;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.none {
    display: none;
}

.main_back {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.btn_back {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px;
    background: url(../images/btn_back.png) no-repeat;
    background-size: 35px 35px;
    border: none;
    cursor: pointer;
}

.level {
    display: block;
    width: 100px;
    float: right;
    right: 0;
    padding: 7px;
    margin-top: 10px;
    margin-right: -15px;
    transform: skew(20deg);
    border: 3px solid transparent;
    border-image: linear-gradient(to right, green, lightgreen);
    border-image-slice: 1;
    font-family: arial;
    background: #fff;
    font-size: 16px;
    font-weight: bolder;
    color: #333;
    text-align: center;
}

.score {
    display: block;
    font-family: Arial;
    font-size: 32px;
    font-weight: bolder;
    color: #f5d20f;
    text-shadow: 2px 2px #FF0000;
    text-align: center;
}

.win_img_div0 {
    display: block;
    width: 70%;
    margin: auto;
    margin-top: 120px;
    text-align: center;
}

.win_img_div {
    display: flex;
}

.win_img_div>* {
    width: calc(100% / 3);
}

.win_img_1 {
    width: 100%;
    padding: 5px;
    margin: auto;
}

.img_txt {
    margin-top: -15px;
    font-family: Arial;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.img_opa {
    opacity: .5
}

.avatar_list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.avatar_list::-webkit-scrollbar {
    display: none;
}

.avatar_back {
    flex-shrink: 0;
    height: 140px;
    margin: 15px;
}

.avatar_profile {
    width: 75px;
    height: 90px;
    margin-top: -40px;
    background: url('../images/lad_back.png') no-repeat;
    background-size: 74px 85px;
    z-index: 1;
}

.avatar_profile_img {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    position: relative;
    border-radius: 50%;
    border: 4px solid #a9e4fd;
    z-index: 9999;
}

.avatar_profile_name {
    display: block;
    width: 100%;
    padding-top: 35px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.avatar_profile_rank {
    display: block;
    width: 50px;
    margin: auto;
    padding: 4px;
    font-family: Arial;
    background-color: #a9e4fd;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    border-radius: 15px;
}

.btn_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    margin-top: 0px;
}

.btn {
    width: 150px;
    height: 50px;
    align-self: center;
    margin: 8px
}

.btn_play_friends {
    background-color: transparent;
    background: url('../images/btn_play_with_friends.png') no-repeat;
    background-size: 130px 46px;
    border: none;
}

.btn_retry {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    margin-top: 10px;
    background-color: transparent;
    background: url('../images/btn_retry.png') no-repeat;
    background-size: 30px 30px;
    border: none;
}

.btn_next {
    display: block;
    width: 130px;
    height: 50px;
    margin: auto;
    background: url('../images/btn_next.png') no-repeat;
    background-size: 130px 50px;
    border: none;
}