.groSysContent {
	width: 994px;
    margin: 0 auto;
    color: #000;
    line-height: 24px;
    padding-top: 40px;
    position: relative;
}

.groSysTitle {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background: #bd3231;
	color: white;
    font-size: 18px;
    border-radius: 8px;
}

.groSysText {
	padding-left: 10px;
	font-size: 16px;
    line-height: 35px;
    font-weight: 300;
    box-sizing: border-box;
    margin: 10px 0;
}

.groSysText span {
	font-weight: 600;
}

.groSysTotal {
	text-align: center;
	border: 1px solid #BD3231;
	margin-bottom: 20px;
	border-radius: 15px;
	padding: 0 20px;
}

.groSysTotal .groSysTitle {
	display: block;
	width: 360px;
	margin: 0 auto;
	margin-top: -20px;
}

.groSysTotal .groSysText {
	text-align: left;
}

.groSysButton {
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #CCCCCC;
	color: white;
	float: right;
	cursor: pointer;
	border-radius: 8px;
	font-size: 16px;
}

.groSysImg {
	position: absolute;
}

.groSysImg img {
	width: 100%;
	height: 100%;
}

@media screen and (min-width:1100px) {
	.groSysContent {
		width: 994px;
	}
}


@media (min-width: 960px) and (max-width: 1099px) {
	.groSysContent {
		width: 90%;
	}
}

@media (min-width: 767px) and (max-width: 959px) {
	.groSysContent {
		width: 90%;
	}
}

@media screen and (min-width:450px)and (max-width:766px) {
	.groSysContent {
		width: 90%;
	}
}

@media screen and (min-width:220px)and (max-width:449px) {
	.groSysContent {
		width: 90%;
	}
}