body{
    width: 100%;
    height: 100%;
    background: #fff;
}

.box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.box p{
    font-size: 16px;
}

.body-bg {
    background: url('./images/bg.jpg') no-repeat;
    background-size: cover;
}

.tip-box{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    width: 845px;
    height: 550px;
    background: url('./images/box-bg.png') no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.tip-box p{
    line-height: 1.5;
    margin: 210px 210px 0 240px;
    color: #e75426;
}
.tip-box .tip{
    line-height: 1.5;
    margin: 210px 210px 0 240px;
    color: #e75426;
	position:absolute;
	top: 125px;
    left: 222px;
}

