body {
    margin: 0;
}

.back_card {
    display: flex;
    width: 100%;
    height: 9999px;
    border: 0;
    overflow: hidden;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.back_card #card {
    width: 96%;
    height:55%;
    border: 3px solid rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    /* box-shadow: 0 10px gray; */
    text-align: center;
    background:  #fff;
    position: fixed;
    bottom: 15px;
    color: #000;
}


.back_card .head {
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    /* margin-top: 5px; */
}

.back_card .head span{
    position: absolute;
    right: 15px;
    top: 5px;
    font-weight: 500;
}

.back_card .body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 40%;
}

.back_card .body>div {
    /* padding-left: 10px; */
    /* height: 133px; */
}

.back_card img {
    width: 95%;
    height: auto;
    border-radius: 10px;
}

.back_card .img_content {
    background-color: #fff;
    border-radius: 10px;
    padding-left: 5%;
    display: flex;
    /* justify-content: center; */
}


.back_card .name {
    /*display: none;*/
    word-break:break-all;
    font-size: 10px;
    /* text-align: center; */
    word-break:break-all;
}

.back_card .button {
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.back_card .top {
    /* background: linear-gradient(90deg, #d43f00 0%, #622eff 0%); */
    background-color: #0073dd;
    z-index: 3;
    width: 97%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    font-weight: 350;
    /* font-weight: 700; */
    /* box-shadow: 0 10px #84AA05; */
}

.back_card .bottom {
    /* background: rgba(0, 0, 0, 0.1); */
    z-index: 2;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
}

.back_card .footer {
    height: 30%;
    /*border: 1px solid red;*/
    justify-content: center;
    display: flex;
    padding-top: 10%;
    margin-top: 20px;
    position: relative;
    top: 45px;
}

.back_card .footer>div {
    position: absolute;
    width: 70%;
    height: 8%;
}

.back_card .footer>div>div {
    border-radius: 20px;
}

.back_card .exit {
    bottom: -50px;
    position: absolute;
    width: 100%;
    font-size: 18px;
}

.back_card .exit>u {
    border: 1px dashed rgba(168, 162, 162, 0.3);
    font-size: 15px;
    color: rgb(162, 162, 162);
}
.back_card .top a{
    text-decoration: none;
    color: #fff;
}