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

.main img {
	width: 100%;
}

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

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

.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%;
}
