html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.wrap {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.centerContainer {
    width: 10rem;
}

.box {
    position: relative;
    width: 100%;
    height: 17.3rem;
}

.logoImg {
    width: 5.55555rem;
}

.container {
    position: absolute;
    bottom: 1.25555rem;
    width: 10rem;
    z-index: 1;
}

.activityContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.count_row {
    color: white;
    font-size: 0.3rem;
}

.count_txt {
    color: #fbdf94
}

.ljcq_img {
    width: 3.25555rem;
    height: 0.85555rem;
    margin-top: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}


.bottom_column {
    width: 95%;
    height: 4.55555rem;
    background: url(../images/collectCard/zhiContainerBG.png) no-repeat top center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.zhiContainerBG {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 95%;
}

.zhiContainerBG .zhi {
    width: 1.65555rem;
    height: 1.65555rem;
}

.zhiContainerBG .zhi img {
    width: 1.65555rem;
    height: 1.65555rem;
}

.zhiContainerBG .zhi .badge {
    width: 0.55555rem;
    height: 0.55555rem;
    position: relative;
    top: 0.55555rem;
    left: 1.15555rem;
    background: url(../images/collectCard/badge.png) no-repeat top center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.zhiContainerBG .zhi .badge span {
    color: red;
    font-weight: bold;
    font-size: 0.25rem;
}

.hchb_img {
    margin-top: 25px;
    cursor: pointer;
    width: 3.25555rem;
    height: 0.85555rem;
}

.animate_container {
    width: 10rem;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 10;
}

.animate_container .tempCard {
    background-image: url(../images/collectCard/tempCard.png);
    background-size: 100% 100%;
    width: 4.55555rem;
    height: 7.55555rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.result_container {
    width: 10rem;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 10;
}

.result_container .resultModal {
    width: 5.55555rem;
    height: 4.85555rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.result_container .resultModal .card {
    width: 4.05555rem;
    height: 3.5555rem;
}

.result_container .resultModal .sxzf_button {
    width: 3.25555rem;
    height: 0.85555rem;
    cursor: pointer;
}

.record_container {
    width: 10rem;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/
    position: fixed;
    top: -1rem;
    z-index: 10;
}

.record_container .record_modal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.record_container .record_modal .record_title {
    position: relative;
    top: 0.9rem;
}

.record_container .record_modal .record_title span {
    color: #fbdf94;
    font-size: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.record_container .record_modal .record_data_container {
    height: 85%;
    width: 85%;
    background-image: url(../images/collectCard/record_bg.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.record_container .record_modal .record_data_container .record_data_header {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin-top: 1.85555rem;
}

.record_container .record_modal .record_data_container .record_data_header span:nth-child(1) {
    width: 20%;
    padding-left: 0.2rem;
    font-size: 0.35555rem;
    font-weight: bold;
}

.record_container .record_modal .record_data_container .record_data_header span:nth-child(2) {
    width: 40%;
    font-size: 0.35555rem;
    font-weight: bold;
}

.record_container .record_modal .record_data_container .record_data_header span:nth-child(3) {
    width: 20%;
    font-size: 0.35555rem;
    font-weight: bold;
}

.record_container .record_modal .record_data_container .record_data_header span:nth-child(4) {
    width: 20%;
    font-size: 0.35555rem;
    font-weight: bold;
}


.record_container .record_modal .record_data_container .card_data {
    height: 80%;
    width: 75%;
    overflow-y: auto;
    padding: 0;
}


.record_container .record_modal .record_data_container .card_data li {
    list-style: none;
    font-size: 0.35555rem;
    padding: 0.15rem;
}

.record_container .record_modal .record_data_container .card_data li span {
    font-weight: bold;
    color: red;
}

.record_container .record_modal .record_data_container .card_data li span:nth-child(1) {
    padding-right: 1.5rem;
}

.record_container .record_modal .record_data_container .card_nodata {
    height: 80%;
    width: 75%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.record_container .record_modal .record_data_container .card_nodata li {
    list-style: none;
    font-size: 0.35555rem;
    padding: 0.15rem;
}

.record_container .record_modal .record_data_container .card_nodata li span {
    font-weight: bold;
    color: gray;
    font-size: 0.55555rem;
}

.record_container .record_modal .record_data_container .handsel_data {
    height: 80%;
    width: 75%;
    margin-top: 1.35555rem;
    overflow-y: auto;
    padding: 0;
}

.record_container .record_modal .record_data_container .handsel_data li {
    list-style: none;
    font-size: 0.35555rem;
    padding: 0.15rem;
}

.record_container .record_modal .record_data_container .handsel_data li span:nth-child(3) {
    font-weight: bold;
    color: red;
}

.record_container .record_modal .close_btn {
    width: 1.75555rem;
    height: 0.75555rem;
    cursor: pointer;
    position: relative;
    top: -0.55555rem;
}

.cover {
    width: 10rem;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.loading {
    height: 100%;
    width: 10rem;
    position: fixed;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading img {
    width: 1.85rem;
}

.my_slideInUp {
    animation: slideInUp;
    animation-duration: 1s;
}

.my_flip {
    margin: 0 0.5rem;
    animation: flip;
    animation-duration: 1s;
    animation-delay: 1s;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 10rem;
    height: 1rem;
    display: flex;
    background-color: black;
    opacity: 0.8;
}

.footer div {
    width: 50%;
    /*height: 100%;*/
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.footer div:hover {
    background-color: black;
    opacity: 0.5;
}

.footer div span {
    color: #fbdf94;
    font-size: 0.3rem;
    line-height: 1rem;
}

.footer div:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}


@media screen and (max-width: 540px) {
    .logo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}