@charset "UTF-8";
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;}
.container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.container .header {
	width: 100%;
	height: 50px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	padding-left: 15px;
}

.container .header img {
	width: 8px;
	height: 12px;
}

.container .header span {
	color: #333333;
	font-size: 15px;
	height: auto;
	width: auto;
	margin-left: 10px;
}
.container .main {
    width: 100%;
    /*height: calc(100% - 1.1rem);*/
    flex: 1;
    overflow-x: hidden; }
.container .main .scroller {
    width: 100%;
    height: auto;
    position: relative; }
.container .content {
	width: 100%;
	flex: 1;
	padding: 15px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.main{
	width:1200px;
	margin:0 auto;
}
.big_tit{
	margin-top:30px;
}

.container .content h1 {
	font-size: 22px;
	color: #333333;
	text-align: center;
	height: auto;
	line-height: 30px;
	font-weight: bold;
}

.container .content h3 {
	font-size: 18px;
	color: #333333;
	text-align: center;
	height: auto;
	line-height: 45px;
	font-weight: bold;
}

.container .content h4 {
	font-size: 16px;
	color: #333333;
	height: auto;
	line-height: 35px;
	font-weight: bold;
}

.container .content p,.container .content div {
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	text-align: justify;
	height: auto;
	line-height: 25px;
}

.container .content p strong,.container .content div strong {
	font-weight: bold;
	color: #333333;
}

.container .content p span,.container .content div span {
	display: block;
	/* margin-left: 10px; */
}

.container .content p a,.container .content div a {
	color: blue;
}

.buttonarea {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.close {
	width: auto;
	height: 40px;
	color: #ffffff;
	font-size: 14px;
	background: #027889;
	border-radius: 4px;
	border: none;
	outline: medium;
	padding: 0 30px;
	text-indent: 0 !important;
}

.top-text {
	text-indent: 24px;
	margin-bottom: 20px;
}

.text-box .text-title {
	font-size: 16px;
	font-weight: 600;
	text-indent: 0;
	color: #333333;
}

.text-box {
	text-indent: 24px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

.text-box .text-title2 {
	font-size: 14px;
	font-weight: 600;
	text-indent: 0;
	color: #333333;
}
.txtUnderLine {
	text-decoration: underline;
}
.center-txt{
	text-indent: 0em;
}