.swiper-msg-box {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	letter-spacing: 2px;
}

.swiper-slide .content {
	color: #f0b441;
	border-color: transparent;
	border-radius: 20px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 30px;
}

.swiper-slide .content:hover {
	background: #f0b441;
	color: #fff;
}

.s7-cover {}

.s7-cover .title,
.s7-about .left .title,
.s7-content .title {
	font-weight: bold;
	margin: 30px 0;
	text-align: center;
	position: relative;
}

.s7-cover .title .line,
.s7-about .left .title .line,
.s7-content .title .line {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #7261f6;
	left: 50%;
	transform: translate(-50%);
	bottom: -10px;
}

.s7-cover .coverlist {
	display: flex;
	padding-bottom: 20px;
	align-items: center;
	justify-content: center;
}

.s7-cover .coverlist .coveritem {
	flex: 2;
	position: relative;
	transition: .5s all;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
	height: 500px;
}

.s7-cover .coverlist .coveritem img {
	width: 100%;
	height: 100%;
	transition: .3s all;
}

.s7-cover .coverlist .coveritem p {
	position: absolute;
	display: none;
	height: 80px;
	line-height: 80px;
	background: #00000060;
	text-align: center;
	letter-spacing: 2px;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
	color: #fff;
	font-weight: bold;
}

.s7-cover .coverlist .coveritem .imgbox {
	height: 100%;
	width: 100%;
}

.s7-cover .coverlist .coveritem:hover {
	flex: 2.5;
}

.s7-cover .coverlist .coveritem:hover img {
	width: 100%;
	height: 100%;
}


.s7-cover .coverlist .coveritem:hover p {
	display: block;
}

.s7-about {
	display: flex;
	align-items: center;
	max-width: 60%;
	margin: 30px auto;
}

.s7-about .left {
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}

.s7-about .left .title {
	text-align: left;
	margin: 27px 0;
}

.s7-about .left .title .line {
	left: 5%;
}

.s7-about .left .content {
	/*font-size: 14px;*/
	/*color: #666;*/
	/*letter-spacing: 2px;*/
	/*line-height: 1.8;*/
}

.s7-about .left .more {
	margin-top: 20px;
}

.s7-about .left .more span {
	background: #7261f6;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 20px;
	padding: 10px 15px;
	font-size: 14px;
}

.s7-about .right {
	width: 50%;
}

.s7-about .right img {
	width: 100%;
}

.s7-content {
	background-image: url(../img/s7/s7-img8.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 20px 0 40px 0;
}

.s7-content .title {
	color: #fff;
	margin-top: 10px;
}

.s7-content .title .line {
	background: #fff;
}

.s7-content .inputli {
	max-width: 80%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 15px;
}

.s7-content .inputli input {
	height: 100%;
	background: transparent;
	outline: 0;
	border: 0;
	margin-left: 10px;
	height: 60px;
}

.s7-content .inputli .name {
	width: 26%;
	background: #fff;
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
}

.s7-content .inputli button {
	background: #ffffff80;
	border: 0;
	outline: 0;
	height: 60px;
	line-height: 60px;
	width: 10%;
	color: #fff;
	font-weight: bold;
}

.friendlist {
	max-width: 80%;
	margin: 0px auto;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	gap: 5px;
}

.friendlist .frienditem img {
	width: 100%;
}

.s7-friend {
	background: #f9f9fa;
	padding: 1px 0 30px 0;
}

.s7-super {
	background-image: url("../img/s7/s7-img9.png");
	padding-bottom: 80px;
}

.s7-super .title {
	margin-top: 30px;
}

.superlist {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.superlist img {
	width: 35px;
	margin: 30px 0 20px 0;
}

.superlist .super-item {
	background: #ffffff80;
	width: 25%;
	text-align: center;
	padding: 30px 0;
	color: #fff;
}

.superlist .super-item .name {
	font-weight: bold;
	margin-top: 15px;
}

.superlist .super-item .tips {
	margin-top: 25px;
	font-size: 14px;
	letter-spacing: 2px;
}

.superlist .super-item .itemid {
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}

.superlist .super-item.active {
	background: #fff;
	color: #7261f6;
}

.s7-map {
	background-image: url("../img/s7/s7-map.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;
	padding-right: 15%;
}

.s7-map .right {
	background: #ffffff40;
	width: 320px;
	padding-bottom: 45px;
}

.s7-map .right .s7-name {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 75px 20px 55px 40px;
}

.s7-map .right .phone {
	justify-content: flex-start;
	padding: 15px 0px 15px 40px;
	font-weight: normal;
	font-size: 14px;
}

.s7-map .right .phone img {
	margin-right: 15px;
}

.s7-map .right .content {
	margin-top: 80px;
	text-align: center;
}

.s7-map .right .content span {
	background: #fff;
	color: #7261f6;
	font-weight: bold;
	padding: 10px 20px;
	letter-spacing: 2px;
	font-size: 14px;
}

.s7-news {
	margin-top: 30px;
	padding-bottom: 40px;
}

.s7-news .title {
	max-width: 60%;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.s7-news .title .left {
	position: relative;
}

.s7-news .title .left p {
	font-weight: bold;
	font-size: 21px;
}

.s7-news .title .left .line {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #7261f6;
	left: 50%;
	transform: translate(-50%);
	bottom: -10px;
}

.s7-news .title .right {
	display: flex;

}

.s7-news .title .right .newsnav {
	background: #eee;
	color: #000;
	margin-left: 30px;
	padding: 10px 20px;
	font-size: 14px;
}

.s7-news .title .right .newsnav.active {
	background: #7261f6;
	color: #fff;
}

.s7-newslist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 60%;
	margin: 0 auto;
}

.s7-newslist .newsitem {
	padding: 10px;
	width: 32.5%;
	box-sizing: border-box;
	background: #fafafa;
	cursor: pointer;
	transition: .5s;
	margin: 0 .2%;
	border-radius: 10px;
}

.s7-newslist .newsitem img {
	width: 100%;
	max-height: 210px;
	transition: .5s all;
}

.s7-newslist .newsitem .imgbox {
	width: 100%;
	overflow: hidden;
}
.s7-newslist .newsitem:hover{
    box-shadow: 0 0px 36px rgba(0,0,0,0.3);
}
.s7-newslist .newsitem:hover img {
	transform: scale(1.2);
}

.s7-newslist .newsitem .newsinfo {
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
}

.s7-newslist .newsitem .newsinfo .infotitle {
	font-weight: bold;
	padding: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.s7-newslist .newsitem .newsinfo .msg{
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
overflow:hidden;
}
.s7-newslist .newsitem .newsinfo .time {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.s7-newslist .newsitem.active {
	background: #7261f6;
	color: #fff;
}

@media screen and (max-width:768px) {
	.s7-cover .coverlist .coveritem:hover {
		flex: unset;
	}

	.s7-cover .coverlist .coveritem:hover img {
		transform: scale(1.2);
	}

	.s7-cover .coverlist,
	.s7-content .inputli,
	.superlist {
		flex-wrap: wrap;
	}

	.s7-cover .coverlist .coveritem {
		flex: unset;
		width: 47%;
		margin: 5px 1.5%;
		height: auto;
	}

	.s7-about {
		padding: 0 10px;
		max-width: 96%;
		flex-direction: column;
	}

	.s7-about .left {
		width: 100%;
	}

	.s7-about .right {
		width: 100%;
		margin-top: 30px;
	}

	.s7-about .left .title,
	.s7-about .left .more {
		text-align: center;
	}


	.s7-about .left .title .line {
		left: 50%;
	}

	.s7-content {
		background-size: auto 100%;
	}

	.s7-content .inputli .name {
		width: 96%;
		margin-bottom: 10px;
	}

	.s7-content .inputli button {
		width: auto;
		padding: 0 20px;
		height: 50px;
		line-height: 50px;
	}

	.superlist {
		padding: 0 10px;
	}

	.superlist .super-item {
		width: 49%;
		margin-bottom: 10px;
	}

	.s7-news .title {
		flex-direction: column;
	}

	.s7-news .title .right {
		width: 100%;
		justify-content: center;
		margin-top: 30px;
	}

	.s7-newslist {
		padding: 0 10px;
		max-width: 96%;
	}

	.s7-newslist .newsitem {
		width: 100%;
	}

	.s7-map {
		background-size: auto 100%;
		background-position-x: 24%;
		padding-right: 0;
	}

	.s7-map .right .phone {
		display: block;
		padding: 13px 0px 13px 40px;
	}

	.s7-map .right {
		width: 100%;
	}

	.s7-map .right .s7-name {
		padding: 40px 20px 40px 40px;
	}

	.s7-map .right .content {
		margin-top: 40px;
	}
}

.mobilenav {
	background: #7261f6;
	box-shadow: 1px 0 5px #7261f6;
}

.mobilenav .left .mobile-navitem.active,
.mobile-server .serveritem {
	color: #7261f6;
}