﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.login_box {
    width: 400px;
    height: 250px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -120px;
    margin-left: -200px;
    border: 1px var(--el-color-primary) solid;
}

.login_box .title-info {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0px;
    font-size: 22px;
    font-weight: 600;
}

.login_box .input-info {
    width: 100%;
    height: auto;
}

.login_box .input-info .input-info-item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.login_box .input-info .input-info-item .el-button {
    width: 100%;
}

.houtai_container {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0px auto;
}

.houtai_container .houtai_header {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.houtai_container .houtai_header div.logo-info {
    width: 50%;
    float: left;
    font-size: 22px;
}

.houtai_container .houtai_header div.shop-list {
    width: 50%;
    float: left;
}

.houtai_container .houtai_body {
    width: 100%;
    height: auto;
}

.houtai_container .houtai_body div.content-group {
    width: 100%;
    height: auto;
    border: 1px #cccccc solid;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.houtai_container .houtai_body div.content-group .title-info {
    width: 100%;
    margin-bottom: 10px;
}

.houtai_container .houtai_body div.content-group .nrong-info {
    width: 100%;
}

.houtai_table_gl {
    width: 100%;
    table-layout: fixed;
}

.houtai_table_gl thead th {
    padding: 5px;
    border: 1px #cccccc solid;
}

.houtai_table_gl tbody td {
    padding: 5px;
    border: 1px #cccccc solid;
}


.mobile_container {
    width: 100%;
    height: auto;
}

.mobile_container .mobile_header {
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2;
    padding: 12px 12px;
    box-sizing: border-box;
    background: #fff;
}

.mobile_container .mobile_body {
    width: 100%;
    height: auto;
    padding-top: 100px;
    box-sizing: border-box;
}

.mobile_container .mobile_body .prizeItem {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    background: #f2f2f2;
    border-bottom: 1px #cccccc solid;
}
