html,body {
	width: 100%;
	height: 100%;
}
.main-container {
    width: 100%;
    min-height: 100%;
    background: url(../../images/prize-scan/notice-bg.jpg) no-repeat center top / 100% auto;
    box-sizing: border-box;
    padding-top: .68rem;
}
.server-title {
    width: 3.43rem;
    height: .84rem;
    margin: 0 auto .54rem;
}
.server-content {
    width: 6.9rem;
    border-radius: .2rem;
    background: rgba(255, 255, 255, .7);
    padding: .65rem .42rem;
    box-sizing: border-box;
    margin: 0 auto;
}
  
.server-indent {
    text-indent: 2em;
    font: .32rem/.5rem '';
    color: #742626;
    margin-bottom: .1rem;
}