.main p {
	line-height: 20px;
    font-size: 14px;
	/*
	text-indent: 2em;
	*/
}

.main img {
	width: 100%;
}

p.title {
    background: url('../img/info/bg7.png') no-repeat;
    background-size: 100% 100%;
    width: 180px;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

p.t1 {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
}

p.t2 {
    font-size: 14px;
    padding: 5px 0;
}

pre {
    color: white;
}

.watermark {
	width:100%;
    height: 50vh;
    bottom: 0;
    z-index: -1;
    background-image: url('../img/bg/1.png');
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    pointer-events: none;
	background-size: 100% 100%;
}
