html,
body {
    position: relative;
    height: 100%;
}
body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #dcdbdd;
    margin: 0;
    padding: 0;
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    color: #000000;
    text-align: center;
}
.background{
    width: 100%;
    height: 100%;
    min-width: 1200px;
    min-height: 800px;
}
.container-info{
    width: 600px;
    /* background-color: pink; */
    position: absolute;
    /* top: 200px; */
    z-index: 10;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    
}
p {
    line-height: 0;
}
.logo{
    width: 100px;
    height: 100px;
}
.logo-name{
    font-size:36px;
    font-weight:bold;
    line-height:61px;
    color:rgba(255,102,34,1);
}
.comma-container{
    width: 100%;
}
.comma-icon{
    width: 48px;
    display: flex;
    align-items:flex-start;
}
.second-text{
    width:378px
}
.circle-icon{
    width: 198px;
    height: 8px;
    margin-top: 30px;
}
.slogan-icon{
    width: 324px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.qr-code {
    width: 288px;
    height: 150px;
}

.footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f6f6f6;
    color: #999;
    position: absolute;
    bottom: 0;
}