* {
    margin: 0;
    padding: 0;
    font-family: Droid Sans, Helvetica, HelveticaNeue, sans-serif !important;
}
html, body {
    width: 100%;
    height: 100%;
    background: #F6F6F6;
}
.flex-box{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-between{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-start{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-change-box{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex-change-box-start{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.flex-change-start{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.flex-change-row-start{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.pict{
    width: 100%;
    height: auto;
}
.security-pict{
    width: 2.5vw;
	height: auto;
}
.security-title{
    font-size: 3.06vw;
	color: #21385f;
    margin-left: 1.39vw;
}
.wait-pict{
    width: 22.22vw;
	height: 22.22vw;
}
.wait-title{
    width: 82.64vw;
	font-size: 3.89vw;
	line-height: 5.42vw;
	color: #21385f;
    /* margin-top: 3.75vw; */
    text-align: center;
}