* {
    box-sizing: border-box;
}
body, html{
    padding: 0;
    margin: 0;
    font-family: 微软雅黑;
}
#app{
    width: 100%;
}
.container{
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
}
.title, .box{
    text-align: center;
}
.title{
    background-image: url('/static/DZH7.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-flow: column;
    text-align: left;
}
.ot{
    display: flex;
}
.box{
    flex: 1;
}
.title-d{
    color: #0000ff;
    font-weight: 600;
}
.title-f{
    font-weight: 600;
    font-size: 1.4rem;
    padding: 2px 0;
}
.title-fdd{
    font-weight: 600;
    font-size: 1.4rem;
    text-align:left;
    color:white;
    padding: 2px 0;
}
.box-d{
    color: white;
    font-weight: 600;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
.box-f{
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    
}
.lgff{
    background: linear-gradient(#660066, #b766cc, #660066);
    padding: .5rem 3rem;
    border-radius: 28px;
    font-size: 1.2rem;
    color: rgb(255, 255, 0);
}
.lgff a {
    text-decoration: none;
    color: rgb(255, 255, 0);
}
.mcn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.refresh{
    text-align: -webkit-center;
    background-color: rgb(255, 255, 0);
    color: #FF3300;
    font-weight: 600;
    padding: 0 6px;
}
.green{
    background: rgb(0, 153, 0);
    background-image: url('/static/ac-green.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.blue{
    background: rgb(0, 0, 255);
    background-image: url('/static/ac-blue.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.red {
    background: rgb(255, 0, 0);
    background-image: url('/static/ac-red.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.noc {
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 22px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #d4b6b6;
}
.title-e{
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    background: yellow;
    color: red;
    flex: 1;
    padding: 2px 5px;
}