﻿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%;
}

.indexBody {
    background: url(/hd2510/images/bg.jpg?v=2) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.indexBody #app {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexBody .indexFk {
    width: 93.75%;
    height: 96%;
    background-size: 100% 100%;
    position: relative;
}

.indexBody .indexFk .wzms {
    width: 30%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexBody .indexFk .zpcj {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexBody .indexFk .dzjp {
    width: 20%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.indexBody .indexFk .dzjp .dzjp-city {
    width: 100%;
    height: auto;
    color: #fafcfb;
    font-size: 32px;
    position: relative;
}

.indexBody .indexFk .dzjp .dzjp-city img {
    width: 35px;
    height: 50px;
    position: absolute;
    left: -40px;
    top: 0px;
}

.indexBody .indexFk .dzjp .dzjp-shop {
    width: 100%;
    height: auto;
    color: #000000;
    font-size: 32px;
    position: relative;
}

.indexBody .indexFk .dzjp .dzjp-prize {
    width: 100%;
    height: auto;
}

.indexBody .indexFk .dzjp .dzjp-prize img {
    width: 65%;
    height: auto;
}

.indexBody .indexFk .dzjp .dzjp-prize .sl {
    width: 65%;
    height: auto;
}

.indexBody .indexFk .dzjp .dzjp-prize .sl label.field {
    font-size: 0.8rem;
}

.indexBody .indexFk .dzjp .dzjp-prize .sl label.value {
    font-size: 28px;
    margin-left: 5px;
}

.indexBody .indexFk .dyr {
    width: 35%;
    height: auto;
    position: absolute;
    left: -20px;
    bottom: -5%;
}

.modelCustom {
    padding: 0px;
}

.modelCustom .el-dialog__header {
    padding: 0px;
}

.modelCustom .el-dialog__body {
    padding: 0px;
}

.modelCustom .el-dialog__close {
    color: #fff;
    padding: 3px;
    background-color: #000;
}
