/* banner */
.m-mes {
	position: relative;
	overflow: hidden;
	background: linear-gradient(0deg, #FFFFFF, #E6FFF8);
}
.m-mes .m-content {
	gap: .4rem;
	padding: .8rem .3rem;
	position: relative;
	box-sizing: border-box;
}
.m-mes .logo {
	width: 1rem;
	margin-right: .4rem;
}
.m-mes h1 {
	font-size: .8rem;
	color: #1FAF7E;
}
.m-mes .explain {
	line-height: .5rem;
	font-size: .28rem;
	color: #444;
}

.m-mes .link {
	box-sizing: border-box;
	height: .9rem;
	border-radius: .12rem;
	padding: 0 .3rem;
	margin-right: .3rem;
	font-size: .3rem;
	color: #fff;
	background: #FF8A00;
}
.m-mes .link:nth-child(2) {
	background: #00CE98;
}
.m-mes .link .tf {
	margin-left: .2rem;
	font-size: .24rem;
}
/* end banner */

.u-title {
	margin: 0 .3rem;
	text-align: center;
}
.u-title h1 {
	position: relative;
	display: inline-block;
	line-height: .8rem;
	font-size: .5rem;
}
.u-title h1:before {
	content: '';
	position: absolute;
	right: -.12rem;
	top: .48rem;
	width: 2.1rem;
	height: .32rem;
	background-image: url('../img/mes/title.png');
	background-size: 100%;
}
.u-title h1 span {
	position: relative;
}
.u-title p {
	margin-top: .1rem;
	line-height: .4rem;
	font-size: .28rem;
	color: #999;
}

/* flaw */
.m-flaw {
	padding: .8rem 0;
	overflow: hidden;
	background-image: url('../img/mes/flaw_bg.jpg');
	background-size: 1920px auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.m-flaw .list {
	position: relative;
	margin-top: .6rem;
}
.m-flaw .list ul {
	position: relative;
	left: 0;
	float: left;
	padding: .3rem;
	cursor: pointer;
}
.m-flaw .list li {
	box-sizing: border-box;
	width: 5rem;
	height: 3.5rem;
	border-radius: .12rem;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(16,144,100,0.1);
	user-select: none;
}
.m-flaw .list li:nth-child(n+2) {
	margin-left: .3rem;
}
.m-flaw .list li img {
	width: 1rem;
	height: 1rem;
}
.m-flaw .list li h5 {
	margin: .3rem 0 .2rem;
	font-size: .32rem;
}
.m-flaw .list li p {
	margin: 0 .3rem;
	line-height: .4rem;
	font-size: .24rem;
	text-align: center;
	color: #666;
}
.m-flaw .nav {
	display: none;
}
/* end flaw */

/* system */
.m-system .content {
	position: relative;
	margin: .6rem .3rem;
}
.m-system .content img {
	display: none;
}
.m-system .content .left dl:nth-child(odd),
.m-system .content .right dl:nth-child(even) {
	flex-direction: row-reverse;
	text-align: right;
	background: linear-gradient(-90deg, rgba(0,179,138,.15), rgba(0,179,138,0));
}
.m-system .content dl {
	gap: .2rem;
	height: 1.8rem;
	border-radius: .9rem;
	margin-bottom: .3rem;
	background: linear-gradient(90deg, rgba(0,179,138,.15), rgba(0,179,138,0));
}
.m-system .content dt {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 100%;
	line-height: 1.4rem;
	font-size: .6rem;
	font-style: italic;
	text-align: center;
	color: #fff;
	background: linear-gradient(125deg, #1FAF7E, #00CE98);
}
.m-system .content dd h5 {
	margin-bottom: .2rem;
	font-size: .4rem;
}
.m-system .content dd p {
	line-height: .36rem;
	font-size: .22rem;
	color: #666;
}
/* end system */

/* core */
.m-core {
	padding: .8rem 0;
	overflow: hidden;
	background-image: url('../img/mes/core_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.m-core .list {
	position: relative;
	margin-top: .6rem;
}
.m-core .list ul {
	position: relative;
	left: 0;
	float: left;
	padding: 0 .3rem;
	cursor: pointer;
}
.m-core .list li {
	box-sizing: border-box;
	width: 6.9rem;
	height: 6.9rem;
	border-radius: 20px;
	overflow: hidden;
}
.m-core .list li:nth-child(n+2) {
	margin-top: .24rem;
}
.m-core .dot {
	display: none;
}
/* end core */

/* role */
.m-role {
	padding: .8rem 0;
}
.m-role .tab {
	display: none;
}
.m-role .content {
	margin: .4rem .3rem 0;
}
.m-role .content .item {
	position: relative;
	padding: .4rem 2rem .4rem .3rem;
	border-radius: .4rem;
	background-color: #2CBA8A;
	background-image: url('../img/mes/person_bg.png');
	background-size: 100% auto;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.m-role .content .item:nth-child(n+2) {
	margin-top: .24rem;
}
.m-role .content .item h5 {
	margin-bottom: .3rem;
	font-size: .34rem;
	color: #fff;
}
.m-role .content .item .person {
	position: absolute;
	right: .2rem;
	bottom: 0;
	width: 1.6rem;
	max-height: none;
}
.m-role .content .item li {
	position: relative;
	margin-bottom: .12rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #fff;
	opacity: .9;
}
.m-role .content .item .link {
	display: none;
	width: 2.8rem;
	height: .9rem;
	border-radius: .12rem;
	margin-top: .2rem;
	font-size: .34rem;
	color: #fff;
	background: #FF8A00;
	box-shadow: 0px 3px 0px 0px #985200;
}
.m-role .content .item .link .tf {
	margin-left: .2rem;
	font-size: .24rem;
}
/* end role */

/* issue */
.m-issue {
	padding: .8rem 0;
	background: #EDFCF8;
}
.m-issue .list {
	margin: .5rem .3rem 0;
}
.m-issue dl {
	width: 100%;
	margin: .2rem 0;
}
.m-issue dt {
	height: 1rem;
	border-bottom: 1px solid #D0E5DF;
	font-size: .3rem;
}
.m-issue dt .tf {
	font-size: .4rem;
	font-weight: normal;
	color: #1FAF7E;
}
.m-issue dd {
	display: none;
	border-radius: 0 0 .2rem .2rem;
	padding: .2rem .3rem;
	margin-top: -1px;
	line-height: .5rem;
	background: #fff;
	box-shadow: 2px 3px 10px 0 rgba(9,62,44,.1);
}
.m-issue dd h5,
.m-issue dd p {
	padding: .1rem 0;
	font-size: .28rem;
}
.m-issue dd p {
	text-indent: 2em;
}
.m-issue dl.z-crt dd {
	display: block;
}
/* end issue */

/* client */
.m-client {
	padding: .8rem 0;
	overflow: hidden;
}
.m-client .list {
	position: relative;
	margin: .6rem auto 0;
}
.m-client .list ul {
	position: relative;
	left: 0;
	float: left;
	padding: 0 .3rem;
	cursor: pointer;
}
.m-client .list li {
	box-sizing: border-box;
	width: 5.8rem;
	height: 4.6rem;
	border-radius: .2rem;
	padding: .4rem .3rem 0;
	overflow: hidden;
	background: linear-gradient(0deg, #FFFFFF, #EBF1F4);
	transition: all .3s ease;
}
.m-client .list li:nth-child(n+2) {
	margin-left: .24rem;
}
.m-client .list li .client img {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 100%;
	margin-right: .3rem;
}
.m-client .list li .client p {
	margin-bottom: .2rem;
	font-size: .34rem;
	font-weight: bold;
}
.m-client .list li .client span {
	font-size: .26rem;
	color: #999;
}
.m-client .list li .content {
	margin-top: .5rem;
	line-height: .46rem;
	font-size: .26rem;
	color: #333;
}
.m-client .dot {
	display: none;
}
/* end client */

.m-header .header .tryout {
	background: #1FAF7E;
}
.m-register {
    background-image: url(../img/mes/register_bg.jpg);
}