body,
html {
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
	margin: 0 auto;
	/* overflow-y: auto; */
	background: #FAFBFF;
}

.commonHtml,
.commonBox {
	height: auto;
}

.main-html {
	width: 100%;
	overflow: hidden;
	/* background: url(../images/myBg.jpg) top center no-repeat; */
	/* background-size: cover; */
	min-height: 100vh;
	/* padding-bottom: 40px; */
	background: #FAFBFF;
}


.titleIcon {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 20px auto;
}

.titleIcon img {
	width: 130px;
}


.basic-content {
	width: 100%;
	/* overflow: hidden; */
	margin: 0 auto;
	padding: 5px 6% 0;
	box-sizing: border-box;
}

.file-content {
	width: 100%;
	overflow: initial;
	/* border: 1px solid #fff; */
	box-sizing: border-box;
	border-top: 0;
}

.file-content-title {
	/* width: 75%; */
	width: 250px;
	overflow: hidden;
	margin: 0 auto 20px;
	background: url(../images/titleBg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	padding: 10px 0 8px;
	box-sizing: border-box;
	/* border-radius: 15px 15px 0 0; */
	text-align: center;
	color: #000;
}

.file-content-title img {
	width: 70%;
}

.file-content-title .t1 {
	font-size: 18px;
}

.file-content-title .t2 {
	font-size: 10px;
	transform: scale(0.75);
}

.file-list {
	padding: 8px 20px 8px 0;
	font-size: 14px;
	margin: 15px auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.file-click {
	display: flex;
	align-items: center;
}

.file-list-icon {
	width: 3px;
	height: 15px;
	background: #0A3D8E;
	border-radius: 2px;
	margin-right: 5px;
}

.file-list-trans {
	width: 30px;
	text-align: center;
}

.file-list-trans img {
	width: 15px;
}

.file-list-column {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.file-list .file-list-column:nth-child(1) {
	margin-right: 15px;
}

.file-list-column .file-left {
	margin-bottom: 5px;
}

.file-list:last-child {
	border: 0;
}

.file-left {
	color: #fff;
	width: 45px;
	height: 45px;
	background: #0A3D8E;
	border: 1px solid #0A3D8E;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}

.file-t-right {
	color: #0A3D8E;
	width: 45px;
	height: 45px;
	border: 1px solid #0A3D8E;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}

.file-t-null {
	color: #fff;
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}

.file-text {
	width: 30px;
	font-size: 14px;
	color: #000;
}

.file-right {
	flex: 1;
	min-height: 34px;
	display: flex;
	align-items: center;
	/* justify-content: flex-end; */
}

.file-right span {
	color: #003e8a;
}

.file-right .select-box {
	width: 100%;
	text-align: left;
}

.select-box .layui-input {
	text-align: left;
	padding-left: 10px;
}

.layui-form-select dl dd.layui-this {
	background-color: #A3E0FF;
	color: #003E8A;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
	color: #003E8A;
}

.layui-form-select .layui-edge {
	border-top-color: #003E8A;
}

.layui-input {
	border: 1px solid #9A9C9C;
	background: transparent;
	font-size: 14px;
	color: #000;
	border-radius: 5px;
}

.sizeUl,
.activityUl {
	width: 100%;
	overflow: initial;
}

.sizeUl li {
	width: 100%;
	overflow: hidden;
	display: flex;
	color: #003E8A;
	font-size: 16px;
}

.activityUl li {
	width: 100%;
	overflow: hidden;
	display: flex;
	color: #003E8A;
	font-size: 16px;
	margin-top: 8px;
}

.activityHtml {
	flex: 1;
	overflow: hidden;
}

.activityTitle {
	width: 100%;
	overflow: hidden;
	color: #003E8A;
	font-size: 16px;
}

.activityText {
	width: 100%;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 8px;
}

.layui-form-radio {
	margin-right: 0;
	padding-right: 0;
	margin-top: 0;
}

.btn-box {
	width: 70%;
	margin: 15px auto;
	overflow: hidden;
}

.btn-box img {
	display: block;
	width: 100%;
}

.module-title {
	width: 100%;
	overflow: hidden;
	line-height: 2;
	font-size: 14px;
	color: #000;
	text-align: center;
}

.partModuleText {
	width: 100%;
	overflow: hidden;
	line-height: 2;
	font-size: 14px;
	color: #003E8A;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

.person-box {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.person-code {
	width: 120px;
	overflow: hidden;
}

.person-code img {
	display: block;
	width: 100%;
}

.code-tips {
	width: 100%;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
}

.person-name {
	font-size: 30px;
	color: #003E8A;
}

.file-tab {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 15px;
}

.file-tab span {
	flex: 1;
	height: 38px;
	line-height: 38px;
	border: 1px solid #9A9C9C;
	text-align: center;
	color: #000;
}

.file-tab span.file-tab-act {
	background: #A3E0FF;
	border: 1px solid #A3E0FF;
	color: #003E8A;
	font-weight: bold;
}

.file-list-tips {
	width: 100%;
	overflow: hidden;
	text-align: right;
	font-size: 12px;
	color: #9A9C9C;
	margin-bottom: 15px;
	padding: 0 20px;
	box-sizing: border-box;
}

.module-size-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.module-size-img img {
	width: 100%;
	display: block;
}

.module-html-size {
	max-height: 88vh;
	overflow-y: auto;
}


.info-html {
	padding: 20px 20px 20px 0;
	font-size: 14px;
	margin: 15px auto;
	box-sizing: border-box;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.info-html-title {
	text-align: center;
	color: #000;
}

.info-html-title .file-list-icon {
	display: block;
	margin: 0 auto 15px;
	width: 15px;
	height: 3px;
	background: #0A3D8E;
	border-radius: 2px;
}

.info-html-title .t1 {
	font-size: 18px;
}

.info-html-title .t2 {
	font-size: 10px;
	transform: scale(0.75);
}

.info-list {
	width: 80%;
	margin: 0 auto;
	color: #000;
}

.info-list-content {
	width: 100%;
	display: flex;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.info-list-content>div:last-child {
	width: 110px;
}

.info-list-text {
	width: 90px;
	text-align: center;
}

.bottom-html {
	width: 100%;
	text-align: center;
	font-size: 10px;
	transform: scale(0.8);
	margin: 20px auto;
}

.flex-box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.file-content {
	flex: 1;
	overflow: hidden;
}

.bottom-html-pc {
	display: none;
}

.bottom-html-mobile {
	display: block;
}

@media screen and (min-width:750px) {
	.bottom-html-pc {
		display: block;
	}

	.bottom-html-mobile {
		display: none;
	}

	.file-content {
		padding: 10px 10px;
		box-sizing: border-box;
		margin-top: 20px;
	}

	.flex-box {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 50px;
	}

	.file-list {
		font-size: 20px;
		padding: 12px 20px 12px 0;
		border-radius: 20px;
	}

	.info-html {
		border-radius: 20px;
	}

	.flexLeft .file-list:first-child {
		margin-top: 0;
	}

	.flexLeft .file-list:last-child {
		margin-bottom: 0;
	}

	.info-list-text {
		width: 150px;
	}

	.info-list-content>div:last-child {
		margin-right: 30px;
		width: 160px;
	}

	.file-left,
	.file-t-right,
	.file-t-null {
		margin: 0 20px;
		width: 70px;
		height: 70px;
	}

	.layui-input {
		height: 50px;
		font-size: 18px;
	}

	.file-text {
		width: 50px;
	}

	.file-right {
		margin: 0 25px;
	}



	.bottom-html {
		font-size: 14px;
		transform: scale(0.8);
		margin: 45px auto 0;
	}

	.file-content-title .t1,
	.info-html-title .t1 {
		font-size: 25px;
	}

	.file-content-title .t2,
	.info-html-title .t2 {
		font-size: 14px;
		transform: scale(0.75);
	}

	.info-list-content,
	.file-text {
		font-size: 20px;
		padding: 20px 0;
	}

	.file-list-trans img {
		width: 20px;
	}

	.file-content-title {
		width: 400px;
		padding: 15px 0 13px;
	}

	.file-list-icon {
		width: 5px;
		height: 30px;
		background: #0A3D8E;
		border-radius: 5px;
		margin-right: 5px;
	}

	.info-html-title .file-list-icon {
		width: 30px;
		height: 5px;
		border-radius: 5px;
	}

	.info-html-title {
		margin-bottom: 15px;
	}

	.logo-title {
		text-align: right;
		padding: 30px 10px;
	}

	.logo-title img {
		width: 250px;
	}

	.basic-content {
		padding: 0;
	}
}