
html,
body,
ul,
li,
ol,
img,
a,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	/* 设置盒子模型 */
	box-sizing: border-box;
	/* 去除移动端点击高亮效果 */
	-webkit-tap-highlight-color: transparent;
        word-break:break-word;
}

html {
	font-size: 100px;
}

.flex-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.portrait-image {
	height: 220px;
}

.profile-image {
	height: 231px;
}

.thumbnail-image {
	height: 207px;
}

.team-image {
	height: 249px;
}

@media(max-width: 736px) {
	.portrait-image {
		height: 215px;
	}
	.thumbnail-image {
		height: 202px;
	}
	.team-image {
		height: 244px;
	}
	.profile-image {
		height: 225px;
	}
}

@media(max-width: 568px) {
	.portrait-image {
		height: 159px;
	}
	.thumbnail-image {
		height: 146px;
	}
	.team-image {
		height: 1870px;
	}
	.team-image {
		height: 178px;
	}
	.profile-image {
		height: 159px;
	}
}

@media(max-width: 414px) {
	.portrait-image {
		height: 108px;
	}
	.thumbnail-image {
		height: 95px;
	}
	.team-image {
		height: 117px;
	}
	.profile-image {
		height: 98px;
	}
}

@media(max-width: 384px) {
	html {
		font-size: 90px;
	}
}

@media(max-width: 375px) {
	.portrait-image {
		height: 95px;
	}
	.thumbnail-image {
		height: 82px;
	}
	.team-image {
		height: 102;
	}
	.profile-image {
		height: 83px;
	}
}

@media(max-width: 320px) {
	html {
		font-size: 80px;
	}
	.portrait-image {
		height: 76px;
	}
	.thumbnail-image {
		height: 64px;
	}
	.team-image {
		height: 80px;
	}
	.profile-image {
		height: 61px;
	}
}

body {
	font-family: "微软雅黑";
	background: #F3F4F9;
}

a,
a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

input {
	border: none;
	border: 1px solid #ccc;
	outline: none;
}

img {
	/* display: block;*/
	max-width: 100%;
	margin: 0 auto;
}


/* 添加新的样式 */

.f_left {
	float: left;
}

.f_right {
	float: right;
	position: absolute;
	right: 25px;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}

.sheng {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}