﻿/*清楚固定样式*/
@charset "utf-8";

body,
ul,
ol,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
figure {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

input,
textarea,
select {
	border: none;
	background-color: transparent;
	outline: none;
}

textarea {
	resize: none;
}

img {
	border: none;
	vertical-align: top;
}

a {
	text-decoration: none;
}

a {
	-webkit-tap-highlight-color: transparent;
}

html {
	-webkit-text-size-adjust: none;
}

/*清浮动*/
.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}


/*左右浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*公共宽*/


/* 隐藏滚动条 */
::-webkit-scrollbar {
	width: 0;
	height: 0;
	color: transparent;
}

/* 超出一行省略号 */
.lineFeed_1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* 超出两行换行 */
.lineFeed_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 超出三行换行 */
.lineFeed_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 底部公共样式 */
.botton {
	color: #fff;
	background-color: black;
	padding: 0.5rem 0.25rem;
	font-size: 0.6rem;
	text-align: center;
	padding-bottom: 3rem;
	box-sizing: border-box;
}

.botton p:nth-child(1) {
	margin-bottom: 0.2rem;
}

.botton p:nth-child(1) span:nth-child(2) {
	margin: 0 0.5rem;
}

.botton p:nth-child(2) {
	margin: 0.2rem 0;
}

/* 顶部公共样式 */
.header {
	position: sticky;
	top: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	width: 100vw;
	box-sizing: border-box;
	height: 60px;
	background: linear-gradient(to bottom, #48a0c9 0%, #29638b 100%);
	box-shadow: 0 3px 6px rgb(87 183 235 / 15%);
	padding: 0 15px;
}

.header p a {
	font-size: 26px;
	color: #fff;
	display: flex;
	align-items: center;
	width: calc(100vw - 110px);
	justify-content: center;
	font-weight: 700;
	font-family: "comic sans ms";
}

.header .logo {
	margin: 0 4px;
	height: 40px;
}

.header .left {
	margin: 0 4px;
	width: 30px;
}

.header .right {
	margin: 0 4px;
	width: 30px;
}

.header img {
	display: block;

	/* height: 3cap; */
}

.leftMode img {
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}

.main {
	background-color: #127DAB;
	color: #fff;
}

.leftMode {
	width: 80vw;
	padding: 40px;
	background-color: #ecc94c;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	color: #fff;
	z-index: 999;
}

.leftMode ul {
	margin-top: 20px;
	overflow-y: auto;
	height: 60vh;
}


.leftMode ul li {
	padding: 20px 20px 0 20px;
	font-size: 20px;
	border-bottom: 1px solid #fff;
}

.leftMode ul li:nth-child(1) {
	padding: 0 20px 0 20px;
}

.leftMode a {
	color: #fff;
}

.buttonBox {
	background-color: #103455;
	padding: 15px 15px 15px;
	box-sizing: border-box;
}

.buttonBox img {
	width: 25px;
	height: 25px;
	margin: 0 auto 20px auto;
	display: block;
}

.buttonBox p {
	font-size: 12px;
	color: #fff;
}

.buttonBox ul {
	/*margin: 0 auto 30px auto;*/
	text-align: center;
	min-width: 200px;
	margin: auto;
	margin-bottom: 15px;
	overflow: hidden;
	/*display: none;*/
}

.buttonBox ul li {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0 5px 6px;
}

.buttonBox ul li a {
	color: #fff;
}

.header .iconPosition {
	position: fixed;
	transform: translate(200%, -130%);
	z-index: 999999;
}

.positionFixed {
	bottom: 0px;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0%);
	z-index: 999;
	width: 100%;
	background-color: #e4e4e4;
	display: flex;
	justify-content: center;
}

.weight {
	font-weight: 700;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex1 {
	display: flex;
	align-items: center;
}

.flex2 {
	display: flex;
	justify-content: center;
}

.flex3 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-content {
	padding-top: 3rem;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	font-size: .8rem;
	margin: 0.5rem;
}

.page-content p,
.topContent p {
	font-size: .65rem;
	line-height: 1.2rem;
	margin: 0.5rem;
}

.topContent h1,
.topContent h2,
.topContent h3,
.topContent h4,
.topContent h5,
.topContent h6 {
	font-size: .8rem;
	margin: 0.5rem;
}

.topContent {
	margin-top: 2.4rem;
	box-sizing: border-box;
}

.topContent ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-around; */
	/* align-items: flex-end; */
	padding: 0.4rem;
	box-sizing: border-box;
}

.topContent ul li {
	width: 5rem;
	height: 5rem;
	/* margin: 0.25rem; */
	padding: 0.4rem;
	box-sizing: border-box;
}

.topContent ul li img {
	border: 0.1rem solid #fff;
	overflow: hidden;
	border-radius: 1rem;
	width: 100%;
	height: 100%;
}

.about {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin: 0;
	border: 0;
	font-size: 100%;
	font-family: Roboto, sans-serif;
	vertical-align: baseline;
}

.about p {
	margin: 9pt 0pt 0pt;
	text-align: justify;
	font-family: Candara;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 30px;
}

.banner-container {
	margin: 10px auto;
	display: flex;
	justify-content: center;
}

.middle {
	width: 100%;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: space-evenly;

}

.de_iv_adv {
	width: 100%;
	height: auto;
	background-color: #74adc7;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.t_de {
	height: 0.2rem;
	width: 100%;
	line-height: 0.3rem !important;
	font-size: 0.6rem;
	padding: 0.5rem 0 1rem 0;
	box-sizing: border-box;
	color: #707070;
	text-align: center;
	margin-bottom: 5 !important;
	margin-top: 10px;
	background-color: #74adc7;
}

.positionFixed {
	bottom: 0px;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0%);
	z-index: 999;
	width: 100%;
	height: 60px;
	background-color: #74adc7;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}