.contentPart{
    width: 100%;
    min-width:1400px;
    min-height: 800px;
    display: flex;
    justify-content: center;
}

.contBox{
    width:1400px;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.position{
    width: 100%;
min-width:1400px;
    font-size: 14px;
    line-height: 14px;
}

.line{
    width: 1400px;
    height: 5px;
    margin-top: 10px;
    background-image: linear-gradient(to right, #a8d0f5, #81b9fa, #63a1fc, #5585fa, #5c66f2);
}

.message{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: #707070 dashed 1px;
}

.psgTitle{
    font-size: 20px;
    font-weight: bold;
text-align: center;
}

.psgDetail{
font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}