* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

body {
    background-color: #F2F2F2;
}

.head_m {
    display: flex;
    text-align: center;
    font-size: .5333rem;
    width: 100%;
    height: 8.2vh;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    line-height: 1.4667rem;
}

.head_m button {
    cursor: pointer;
    width: 2rem;
    height: 1rem;
    font-size: .3733rem;
    margin-top: .3rem;
    color: #707070;
    border: 0;
    outline: none;

}

.head_m p {
    margin-left: 1.5rem;
}

.head_m img {
    margin-top: .4267rem;
    margin-left: .2667rem;
    width: .64rem;
    height: .64rem;
}

.head_pc,
.footer,
.game_left,
.cat,
.conter_haed {
    display: none;
}


.background_login {
    position: relative;
    width: 10rem;
    min-height: 91vh;
    /* background: url(../img/background_login_m.png);
    background-size: 100% 100%; */
}

.banyuan {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.2rem;
    height: 3.6533rem;
}


.conter {
    position: absolute;
    margin-top: .4rem;
    margin-left: .4rem;
    width: 9.2rem;
    min-height: 4rem;
}

.conter #orderList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.conter #orderList li {
    width: 9.2rem;
    height: 3.3067rem;
    background: #FFFFFF;
    border-radius: .1067rem .1067rem .1067rem .1067rem;
    margin-bottom: .2667rem;

}

.conter #orderList li.none {
    background: #f7f7f7;
    border-radius: 0.1067rem 0.1067rem 0.1067rem 0.1067rem;
    color: #c7c7c7;
    text-align: center;
    line-height: 3.3067rem;
    font-size: 20px;
}

.record_head {
    display: flex;
    justify-content: space-between;
    margin-left: .2933rem;
    width: 8.5867rem;
    height: .8267rem;
    line-height: .8267rem;
    font-size: .32rem;
    color: #9FA3AD;
}

.record_text {
    display: flex;
}

.record_text p {
    width: 5.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.copy {
    margin-left: 0 !important;
    width: .4533rem;
    height: .4533rem;
}

.record_head img {
    margin-top: .2rem;
    margin-left: .16rem;
    width: .4533rem;
    height: .4533rem;
}

.record_conter {
    display: flex;
    justify-content: space-between;
    margin-left: .2933rem;
    margin-top: .2667rem;
    width: 8.5867rem;
    height: 1.8667rem;
}

.record_conter_left {
    display: flex;
    width: 5.7rem;
    font-size: .32rem;
    height: 1.8667rem;
}

.record_conter_left img {
    width: 1.8667rem;
    height: 1.8667rem;
}

.record_conter_left_text {
    margin-left: .125rem;
    font-size: .15rem;
    color: #656565;
}

.record_conter_left_text p {
    margin-top: .1rem;
}

.record_conter_right {
    text-align: center;
    display: flex;
    height: 1.8667rem;
    line-height: 1.8667rem;
    font-size: .5333rem;
}


.footing {
    margin: auto;
    font-size: .32rem;
    margin-top: .5rem;
    color: #6C4C2A;
    width: 80% !important;
    line-height: .5467rem;
    height: .5467rem;
    margin-bottom: 1.5rem;
}

.page_nav {
    margin: auto !important;
    display: flex !important;
    justify-content: space-between;
    font-size: .32rem;
    margin-top: .5rem;
    color: #6C4C2A;
    width: 100% !important;
    line-height: .5467rem;
    height: .5467rem;
}


.page_nav .pagination {
    margin: auto !important;
    display: flex !important;
    /* justify-content: space-between !important; */
    font-size: .32rem !important;
    color: #6C4C2A !important;
    line-height: .7rem !important;
    height: .7rem !important;

}

.pagination li {
    cursor: pointer !important;
    margin-left: .3rem;
}

.page_item {
    text-align: center;
    width: 0.7rem;
    height: 0.7rem !important;
    background-color: #FFF;
}

.page_link {
    display: block;

}

.page_item .paging {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.page_item .paging {
    width: 100%;
    line-height: .5467rem;
    display: flex;
    justify-content: space-between;
}

.page_item .paging li {
    cursor: pointer !important;
    text-align: center;
    width: .5rem;
    height: .5125rem;
}

.active {
    color: #fff !important;
    background-color: red !important;
}

.next {
    width: 1.2rem !important;
    text-align: center;
    height: 100%;
    cursor: pointer;
    color: #000 !important;
    background-color: #fff;
}

.prev {
    width: 1.2rem !important;
    text-align: center;
    height: 100%;
    cursor: pointer;
    color: #000 !important;
    background-color: #fff;
}

.tips {
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    position: fixed;
    font-size: .25rem;
    text-align: center;
    line-height: 2rem;
    width: 5rem;
    height: 2rem;
    border-radius: .25rem;
    color: #fff;
    z-index: 99;
    background-color: rgb(50 48 48 / 50%)
}