.w800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.t-rem-1 {
	margin-top: 1rem;
}

.t-rem-2 {
	margin-top: 2rem;
}

.t-rem-3 {
	margin-top: 3rem;
}

.fa151617 p {
	font-size: 16px !important;
	margin-top: 1rem;
}

.fa151617 .t-left {
	text-align: left;
}

.fa151617 .center {
	text-align: center;
}

.ph-center {
	margin-left: auto;
	margin-right: auto;
}

.f-red {
	color: red;
}

.fa151617 .ti-h1 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.fa151617 .ti-h2 {
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 2rem;
}

.fa151617 .ti-h3 {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.35
}

.fa151617 .txt-bt-jj {
	font-size: 1.35rem;
	line-height: 1.7
}

.fa151617 .t-center {
	text-align: center;
}

.fa151617 {
	color: #222
}

.fa151617 .clo {
	width: 100%;
}

.fa151617 p a {
	color: #1765c2;
	text-decoration: underline;
}

.fa151617 .ph-w80 {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.fa151617 .ph-w80 .fa151617 .ph-w100 {
	margin-left: auto;
	margin-right: auto;
}

.fa151617 .ph-w80 img,
.fa151617 .ph-w100 img {
	width: 100%;
	max-width: 100%;
}

.fa151617 .clumn3 {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	justify-content: center;
}

.fa151617 .clumn3 .clo {
	width: calc((100% - 4rem)/3);
}

.fa151617 .flex-clumn {
	display: flex;
	flex-direction: column;
}

.fa151617 .flex-wrap {
	display: flex;
	gap: 5rem;
	justify-content: space-between;
	align-items: center;
}

.fa151617 .flex-clumn .clo {
	margin-bottom: 1rem;
}

.fa151617 .flex-clumn .clo:last-child {
	margin-bottom: 0
}

@media screen and (max-width: 768px) {
	.t-rem-1 {
		margin-top: 0.8rem;
	}

	.t-rem-2 {
		margin-top: 1.6rem;
	}

	.t-rem-3 {
		margin-top: 2.4rem;
	}

	.fa151617 .ti-h1 {
		font-size: 2.4rem;
	}

	.fa151617 .ti-h2 {
		font-size: 1.6rem;
		margin-bottom: 1rem
	}

	.fa151617 .ti-h3 {
		font-size: 1.2rem
	}

	.fa151617 .clumn3 .clo {
		width: inherit;
	}

	.fa151617 .flex-wrap {
		gap: 2em;
		flex-direction: column-reverse;
	}

}

/**********15********/
/********************/

.ico-txt-gp {
	display: flex;
	gap: 0 2rem;
}

.ico-txt-gp .clo {
	border: 1px solid #ccc;
	padding: 1.5rem;
	width: 100%
}

.ico-txt-gp .ti {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.ico-txt-gp .ti.ti-h2 {
	margin-bottom: 1rem;
}

.tc-gp .tc-list li {
	border-top: 2px solid #ccc;
	padding: 1.5rem 0;
}

.tc-gp .tc-list li .ti {
	/* font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1rem; */
	position: relative;
	padding-left: 4rem;
	margin-bottom: 1.5rem;
	padding-top: 0.3rem;
}

.tc-gp .tc-list li .ti:before {
	position: absolute;
	content: "";
	background: url(/img_product_detail/15/sw-ico-dui.png);
	background-size: 2rem;
	width: 2rem;
	height: 2rem;
	left: 0;
	top: 2px;
}

.tc-gp .tc-list li p {
	padding-left: 4rem
}

.bg-lk-gp {
	background: #eee;
	padding: 3rem 5rem 4rem;
}

.bg-lk-gp .ti {
	text-align: center;
	/* font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem; */
}

.bg-lk-gp .lks {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

.bg-lk-gp .lks.center {
	justify-content: center;
	gap: 10rem;
}

.bg-lk-gp .lks span {
	width: calc((100% - 4rem) / 3);
	text-align: center;
	background: white;
	padding: 1.5rem 0;
	border: 1px solid #bbb;
	font-weight: bold;
	font-size: 1.3rem;
}


.txt-gp .ti {
	/* font-size: 1.2rem;
	font-weight: bold; */
}

.tc-gp .tc-list li:last-child {
	border-bottom: 2px solid #ccc;
}

.txt-gp .txt-list li {
	margin-top: 1rem;
}

.txt-gp .txt-list li .ti {
	font-weight: bold;
}

.step-gp .step-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.step-gp .step-list .clo {
	background: #eee;
	padding: 1rem 2rem;
	display: flex;
	gap: 5rem;
	font-size: 1.2rem;
	justify-content: center;
}

.step-gp .step-list .clo .co {
	min-width: 30rem;
}

.step-gp .step-list .clo .bd {
	font-weight: bold;
	min-width: 11rem;
}

.step-gp .step-list img {
	width: 19px;
}

.fq-gp .faq-list .clo {
	margin-bottom: 2rem;
	padding: 0;
}

.fq-gp .faq-list .clo .ti {
	background: #eee;
	padding: 1rem;
	/* font-weight: bold;
	font-size: 1.2rem; */
}

.fq-gp .faq-list .clo p {
	padding-left: 1rem;
	margin-top: 1rem;
}

.timon .clumn {
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.timon .clumn .clo .ti {
	background: #ccc;
	line-height: 2.8rem;
	text-align: center;
}

.timon .clumn .clo {
	padding: 0;
}

.timon .clumn .clo .co {
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding: 1.5rem;
}


.timon .clumn .clo .co .ph {
	display: flex;
	align-items: center;
}

.timon .clumn2 .clo .co .ph img {
	width: 10rem;
	height: 10rem;
}

.timon .clumn3 .clo .co .ph img {
	width: 6rem;
	height: 6rem;
}

.timon {
	margin: 3rem auto;
}

.timon .clumn3 .clo .co .txt {
	padding: 1rem 0;
}


@media screen and (max-width: 768px) {
	.ico-txt-gp {
		flex-direction: column;
		gap: 1rem;
	}

	.bg-lk-gp {
		padding: 3rem 1.5rem;
	}

	.bg-lk-gp .lks,
	.bg-lk-gp .lks.center {
		flex-direction: column;
		gap: 1rem;
	}

	.bg-lk-gp .lks span {
		width: inherit;
	}

	.timon .clumn {
		flex-direction: column;
	}

	.timon .clumn2 .clo .co .ph img {
		width: 6rem;
		height: 6rem;
	}

	.timon {
		margin-bottom: 0;
	}

	.timon .clumn {
		gap: 1rem;
		margin-top: 1rem;
	}

	.timon .clumn .clo .ti {
		line-height: 2.5rem !important;
	}

	.step-gp .step-list .clo {
		padding: 1rem 1.5rem;
		gap: 0;
		flex-direction: column;
		font-size: 1rem;
	}

	.step-gp .step-list .clo .co {
		min-width: inherit;
	}

	.step-gp .step-list .clo .bd {
		min-width: inherit;
		margin-bottom: 0.5rem;
	}

	.tc-gp .tc-list li .ti {
		margin-bottom: 0
	}

	.tc-gp .tc-list li .ti:before {
		background-size: 1.5rem;
		width: 1.5rem;
		height: 1.5rem;
	}

	.tc-gp .tc-list li .ti,
	.tc-gp .tc-list li p {
		padding-left: 3rem;
	}
}


/**********16********/
/********************/

.ph-t-p-flex-gp .clumn3 .clo {
	margin-bottom: 2rem;
}

.ph-t-p-flex-gp .clumn3 {
	margin-bottom: -2rem
}

.ph-t-p-flex-gp .clumn3 .ph {
	margin-bottom: 2rem;
}

.ph-t-p-flex-gp .clumn3 .ti-h3 {
	margin-bottom: 1rem;
	text-align: center;
}

.ph-t-p-flex-gp .clumn3 .clo .ph img {
	width: 100%;
	height: 15rem;
}

.txt-bt-p-gp .ti-h3 {
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.ph-t-p-flex-gp .clumn3 .ph {
		margin-bottom: 1.6rem;
	}

	.ph-t-p-flex-gp .clumn3 {
		gap: 0
	}
}

.div-bk {
	/* padding: 3rem 0; */
	border-bottom: 1px solid #ddd;
}

.div-bk:last-child {
	border: 0
}

.div-bk .ti-h2 {
	margin-bottom: 1rem;
}



/**********20********/
/********************/

.ph_data {
	display: flex;
	margin: 0 auto;
	margin-top: 3rem;
}

.ph_data_1 {
	justify-content: space-between;
	gap: 3rem;
}

.ph_data_1 .icons {
	display: flex;
	gap: 2rem;
	flex-direction: column;
}

.ph_data_1 .icons .bk {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.ph_data_1 .icons .bk .con .c-blue {
	color: #2d80b7;
}

.ph_data_1 .icons .bk .con .c-green {
	color: #55c1a4;
}

.ph_data_1 .icons .bk .con .c-orange {
	color: #ef685a;
}

.ph_data_2 {
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
}

.ph_data_center {
	justify-content: center;
	align-items: center;
}

.ph_data_2 .bk {
	display: flex;
	flex-wrap: row;
	gap: 3rem;
	align-items: center;
}

.ph_data_2 .bk .con {
	padding: 1rem 0 1rem 3rem;
	border-left: 1px solid #ddd;
	min-width: 300px;
}

.ph_data_2 .bk .ph img {
	width: 7rem;
	max-width: 84px;
}

.ph_data_2 .bk .con .t-list {
	margin-top: 1rem;
}

.ph_data_2 .bk .con .t-list li {
	list-style: none;
	padding-left: 1rem;
	position: relative;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}


.ph_data_2 .t-list li:before,
.ph_data_2 .t-list.gou li:before {
	content: "";
	display: table;
	width: 1rem;
	height: 1rem;
	background: #eee;
	position: absolute;
	left: -1rem;
	top: 3px;
}

.ph_data .bk .con .ti-h3 {
	font-size: 1.5rem;
}

.ph_data_3 {
	gap: 0;
	justify-content: space-between;
	align-items: center;
}

.ph_data_3 .bk {
	background: #deebf7;
	border-radius: 3rem;
	padding: 2rem 1.5rem;
	flex-wrap: wrap;
	width: calc((100% - 4rem - 2rem) / 3);
	min-height: 27rem;
}

.ph_data_32 .bk {
	min-height: 29rem;
}

.ph_data_3 .bk .ti-h3 {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

.ph_data_3 .bk .t-list,
.ph_data_3 .bk p {
	font-size: 0.875rem !important;
}

.ph_data_3 .bgti {
	color: white;
	text-align: center;
	padding: 0.2rem;
}

.ph_data_3 .bgti.blue {
	background: #2d80b7;
}

.ph_data_3 .bgti.orange {
	background: #ef685a;
}

.ph_data_3 .bgti.green {
	background: #55c1a4;
}

.ph_data_3 .ph {
	height: 12rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.5rem 0;
}

@media screen and (min-width: 1024px) {

	.ph_data_1,
	.ph_data_2 {
		width: 70%
	}

	.ph_data_3 {
		width: 85%;
	}
}

@media screen and (max-width: 1023px) {

	.ph_data_1,
	.ph_data_2 {
		width: 100%
	}

	.ph_data_3 {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.fa151617 body div[class^="e_richText"] img {
		height: auto !important;
	}

	.ph_data {
		flex-direction: column
	}

	.ph_data_2 .bk {
		gap: 1rem;
	}

	.ph_data_2 .bk .con {
		padding-left: 1rem;
		width: 100%;
		min-width: inherit;
	}

	.fa151617 .ph-w80 {
		max-width: 100%;
	}

	.ph_data_3 .bk {
		width: 100%;
		min-height: inherit;
	}

	.ph_data_3 .jt {
		transform: rotate(90deg);
		transform-origin: center;
	}

}


/**********26********/
/********************/

.ph_data_1 .icons .bk .k-step {
	color: white;
	border-radius: 10px;
	text-align: center;
	height: 4rem;
	width: 4rem;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ph_data_1 .icons .bk .k-step.orange {
	background: #ef685a;
}

.ph_data_1 .icons .bk .k-step.green {
	background: #55c1a4;
}

.ph_data_1 .icons .bk .k-step.blue {
	background: #2d80b7;
}

.daph {
	margin: 2rem 0;
	display: flex;
	justify-content: center;
}

.ph_data_2 .t-list.gou {
	margin-left: 1rem;
}

.ph_data_2 .t-list.gou li {
	padding-left: 3rem
}

.ph_data_2 .t-list.gou li:before {
	background-color: transparent;
	background-image: url(/img_product_detail/26/sw-gou.png);
}


.goub li {
	padding-left: 3rem
}

.goub li {
	background: url(/img_product_detail/26/sw-gou.png) no-repeat left center;
	padding-left: 2rem;
}

.est .t-list {
	margin-top: 1rem;
}

.est .t-list li {
	list-style: disc;
	margin-left: 1rem;
}

.est .ph {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

.faimgbg {
	background-image: url(//img.yun300.cn/group1/M00/1C/9F/rBQBHF8NEt6EUpxRAAAAABD9JVM770.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 26rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 1rem;
}

.faimgbg .tt {
	color: white;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.16rem;
	font-weight: 700;

}

.faimgbg .btns {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 1.5rem
}

.faimgbg .btns a {
	background: white;
	width: 13rem;
	text-align: center;
	padding: 0.7rem 0;
	border-radius: 10px;
	font-size: 1.35rem;
}

.faimgbg .f-wh-center {
	color: white;
	text-align: center;
	margin-top: 2rem;
	font-size: 1.3rem;
	letter-spacing: 0.16rem;
	;
}

@media screen and (max-width: 768px) {
	.ph_data.ph_data_2.ph_data_center {
		align-items: flex-start;
	}

	.faimgbg {
		padding: 4rem 1rem;
	}

	.faimgbg .tt {
		line-height: 4rem !important;
	}

	.faimgbg .btns a {
		width: 15rem;
	}

	.faimgbg .btns {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 1.5rem;
		margin-top: 2rem;
	}
}



/**report**/
.rp-kv-ti {
	margin: 2rem auto;
}

.rp-kv-ti img {
	width: 100%;
	max-width: 100%;
}

.f-orange {
	color: #e75333;
}

.ti-h2 {
	margin-bottom: 1rem;
}

.rp-bg-grey {
	background: #f7f7f7;
}

.rps8 .bk {
	padding: 4rem 2rem;
}

.rps8 .bk.top {
	padding: 0px 6rem 2rem;
}

.rps8 .bk.rp-bg-orange {
	padding-bottom: 2rem;
}

.rps8 .bk.top .ti-h2 {
	margin: 0;
}

.rps8 .bk.top p {
	margin-top: 0.5rem;
}

.rps8 .bk.top .rp-kv-ti {
	margin-bottom: 0;
}

.re-txt-orange {
	color: #ea6836;
	text-align: center;
	font-weight: bold;
	font-size: 1.25rem;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.re-txt-orange:before {
	content: " /";
	transform: scaleX(-1);
	display: table;
	font-weight: normal;
}

.re-txt-orange:after {
	content: " /";
	display: table;
	font-weight: normal;
}

.re-file .list,
.re-cont .list {
	margin: 0 auto;
	padding: 0;
	max-width: 60rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.re-file .list li {
	width: calc((100% - 4rem) / 3);
	text-align: center;
}

.re-file .list p {
	text-align: left;
}

.re-file {
	margin-bottom: 4rem;
}

.re-cont .list li {
	width: calc((100% - 2rem) / 2);
}

.re-cont .list li img {
	width: 100%;
	max-width: 100%;
}

.re-cont .list li {
	background: #fbedd3;
	padding: 2rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

.re-cont .list li .ti {
	font-size: 1.35rem;
	text-shadow: 2px 2px 10px white;
}

.re-cont .list li .ti span {
	font-size: 1.8rem;
}

.rp-bg-orange {
	background-image: linear-gradient(180deg, #F9C65D 1%, #F9C75E 100%);
}

.rp-bg-orange .ti-h2 {
	text-align: left;
}

.rp-bg-white {
	background: white;
	border-radius: 1rem;
	margin-bottom: 2rem;
}

.point-list .rp-bg-white {
	padding: 1.5rem;
	display: flex;
	flex-wrap: nowrap;
}

.point-list .h-pl {
	display: flex;
	gap: 2rem;
}

.point-list .h-pl .rp-bg-white {
	flex-direction: column;
}

.point-list .s-pl .rp-bg-white .con {
	width: 62%;
	margin-right: 3%;
}

.point-list .s-pl .rp-bg-white .ph {
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.point-list .h-pl .rp-bg-white .ph {
	width: 100%;
	display: flex;
	justify-content: center;
}

.point-list .s-pl .ti {
	font-size: 1.5rem;
	line-height: 1.35;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.point-list .h-pl .ti {
	font-size: 1.25rem;
	line-height: 1.35;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.point-list .rp-bg-white .ti {
	display: flex;
	gap: 0.8rem;
}

.point-list .rp-bg-white .ti img {
	width: 3.5rem;
	height: 4rem;
}

.i-repo .kv img {
	width: 100%;
	max-width: 100%;
}

.i-repo {
	margin-left: -1rem;
	margin-right: -1rem;
}

.i-repo .list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	padding: 0;
	margin: 1rem;
}

.i-repo .list li {
	width: calc((100% - 4rem) / 3);
	border: 3px solid #3a8c91;
	border-radius: 1rem;
	background: #e6f4f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.i-repo .list li img {
	padding: 1rem;
	max-width: 50%;
	background: white;
	border-radius: 1rem 0 0 1rem;
}

.i-repo .list li .ti {
	padding: 1rem;
	width: 100%;
	line-height: 1.2;
	color: #3a8c91;
	font-weight: bold;
	font-size: 1.35rem;
}

.rp-bg-white.top .ti {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 2.6;
	text-align: center;
	border-bottom: 2px solid #f9c75e;
	color: #ea6736;
	position: relative;
}

.rp-bg-white.top .ti img {
	position: absolute;
	top: -10px;
}

.rp-bg-white.top .con {
	padding: 2rem;
	display: flex;
	gap: 2rem;
	justify-content: center;
}

.rp-bg-white.top .con .e-logo {
	padding-right: 2rem;
	border-right: 2px solid #ccc;
}

.rp-bg-white.top .txt {
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rp-bg-white.top .txt span {
	display: block;
}

.rp-bg-white.top .txt span.t2 {
	font-size: 1.6rem;
}


.rp-bg-white.top .txt .t1 {
	font-size: 1.1rem;
}

.rp-bg-orange .tit {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 2rem;
	position: relative;
	padding-left: 2rem;
}

.rp-bg-orange .tit span {
	position: relative;
	z-index: 1;
}

.rp-bg-orange .tit.last {
	margin-bottom: 0.5rem;
}

.rp-bg-orange .tit:before {
	content: "";
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 100%;
	background: white;
	position: absolute;
	z-index: 0;
	left: 0;
}

.re-file-ti {
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}

.re-file-ti .ti-h2 {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.rps8 .bk.top {
		padding-left: 0;
		padding-right: 0;
	}

	.rps8 .bk.top .ti-h2 {
		line-height: 1.3em !important;
	}

	.rps8 .bk {
		padding: 3rem 1rem;
	}

	.re-file-ti {
		flex-direction: column;
		gap: 1rem;
	}

	.re-file-ti img {
		width: 6rem;
	}

	.re-file .list,
	.re-cont .list {
		max-width: inherit;
		gap: 1rem;
	}

	.re-file .list li,
	.re-cont .list li {
		width: calc((100% - 2rem) / 2);
	}

	.re-cont .list {
		flex-direction: column;
		gap: 1rem;
	}

	.re-cont .list li {
		width: inherit;
		padding: 1.5rem;
	}

	.re-cont .list li .ti span {
		font-size: 1.6rem;
	}

	.re-cont .list li .ti {
		line-height: 1.3em !important;
	}

	.rp-bg-white.top .ti img {
		display: none;
	}

	.rp-bg-white.top .ti {
		padding: 1rem;
		line-height: 1.2em !important;
	}

	.rp-bg-white.top .con {
		flex-direction: column;
		gap: 1rem;
	}

	.rp-bg-white.top .ti {
		border-bottom: 2px solid #f9c75e;
	}

	.rp-bg-white.top .con .e-logo {
		padding: 0;
		border: 0;
	}

	.point-list .rp-bg-white {
		flex-direction: column;
		gap: 0;
		margin-bottom: 1rem;
	}

	.point-list .rp-bg-white .con,
	.point-list .rp-bg-white .ph {
		width: inherit;
	}

	.point-list .s-pl .rp-bg-white .con {
		width: 100%;
		margin-right: 0;
	}

	.point-list .s-pl .rp-bg-white .ph {
		width: 100%;
	}

	.point-list .rp-bg-white .ti img {
		height: 4rem !important;
	}

	.point-list .rp-bg-white .ti {
		flex-direction: column;
		align-items: center;
	}

	.point-list .h-pl {
		gap: 1rem;
		flex-direction: column;
	}

	.re-txt-orange {
		font-size: 1.35rem !important;
	}

	.rp-bg-orange .tit.last {
		margin-top: 2rem;
	}

	.rp-bg-orange .tit {
		font-size: 2rem;
	}

	.rp-bg-orange .tit span {
		line-height: 2rem !important;
	}

	.point-list .h-pl .rp-bg-white {
		margin-bottom: 0;
	}

	.i-repo {
		margin: 0;
	}

	.i-repo .list {
		margin: 1rem 0;
		flex-direction: column;
		gap: 1rem;
	}

	.i-repo .list li {
		width: 100%;
	}

	.i-repo .list li img {
		padding: 0.5rem 1rem;
	}
}

.fa151617 .ti-h2.t-left {
	text-align: left;
}

.sertable th {
	background: #808080;
	color: white;
	font-size: 1rem;
	font-weight: normal;
	padding: 1rem;
	text-align: center;
}

.sertable .bggrey1 td {
	background: #f2f2f2;
}

.sertable .bggrey2 td {
	background: #d9d9d9;
}

.sertable td {
	font-size: 1rem;
	font-weight: normal;
	padding: 1rem;
}

.sertable .head th {
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
}

.sertable table {
	border: 1px solid #fff;
	border-collapse: separate;
}

@media screen and (max-width: 768px) {

	.sertable th,
	.sertable td {
		display: table-cell;
	}
}