/*
	公共样式
 */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: '微软雅黑';
}
a {
	text-decoration: none;
	outline: none;
}

.fl {
	float: left;
}

/* 弹性布局 左右自适应 */
.flex {
	display: flex;
	flex-direction:row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

/* 头部标题样式 (弹性布局) */
.common_title {
	width: 100%;
	display: flex;
}
.common_title span:nth-child(1) {
	display: block;
	flex: 1;
	height: 44px;
	background: url(../images/products/ggqgj/s3.png) repeat-x center 42px;
}
.common_title span:nth-child(2) {
	display: block;
	width: 278px;
	height: 44px;
	text-align: center;
	color: #383737;
	font-size: 44px;
	color: #383737;
}
.common_title span:nth-child(3) {
	display: block;
	flex: 1;
	height: 44px;
	background: url(../images/products/ggqgj/s3.png) repeat-x center 42px;
	background-size: 1px 1px;
}

/* 广告 */
.banner {
	padding-top: 92px;
	width: 100%;
	height: 412px;
	background: url(../images/products/ggqgj/banner.jpg) no-repeat;
	background-size: 100% 504px;
}
.banner .box {
	width: 682px;
	height: 328px;
	margin: 0 auto;
}

.banner .box h3:nth-child(1) {
	height: 92px;
	text-align: center;
	font-size: 92px;
	font-weight: bold;
	color: #fbf700;
}

.banner .box p:nth-child(2) {
	margin-top: 36px;
	height: 54px;
	font-size: 32px;
	line-height: 54px;
	text-align: center;
	color: #ffffff;
	background-color: #4d0ebc;
}

.banner .box p:nth-child(3) {
	margin-top: 11px;
	height: 25px;
	font-size: 25px;
	text-align: center;
	color: #ffffff;
}

.banner .box p:nth-child(4) {
	width: 202px;
	height: 51px;
	text-align: center;
	margin: 0 auto;
	margin-top: 59px;
	font-size: 20px;
	line-height: 51px;
	background: url(../images/products/ggqgj/bg1.png) no-repeat; 
}
.banner .box p:nth-child(4) a {
	color: #ffffff; 
}


/* 什么是呱呱群管家板块 */
.question {
	width: 1185px;
	height: 536px;
	margin: 0 auto;
	margin-top: 34px;
}

.question .lcontent {
	width: 578px;
	height: 536px;
}

.question .lcontent h3 {
	margin-top: 162px;
	width: 578px;
	height: 39px;
	font-size: 38px;
	color: #010101;
}
.question .lcontent p {
	margin-top: 43px;
	width: 578px;
	height: 138px;
	font-size: 18px;
	line-height: 36px;
	color: #525252;
}
.question .rimg {
	width: 607px;
	height: 536px;
}

.question .rimg a img {
	margin-left: 34px;
	width: 573px;
	height: 481px;
}

/* 特色功能 */
.feature {
	padding-top: 102px;
	width: 100%;
	height: 515px;
	background-color: #f9f9f9;
}
.feature .tbody {
	width: 1185px;
	height: 271px;
	margin: 0 auto;
	margin-top: 85px;
}

.feature .tbody .box {
	width: 196px;
	height: 271px;
}

.feature .tbody .box a:nth-child(1) {
	display: block;
	width: 196px;
	height: 127px;
	text-align: center;
}

.feature .tbody .box a:nth-child(2) {
	display: block;
	margin-top: 52px;
	width: 196px;
	height: 26px;
	text-align: center;
	color: #000000;
	font-size: 26px;
}

.feature .tbody .box a:nth-child(3) {
	display: block;
	margin-top: 19px;
	width: 196px;
	height: 14px;
	font-size: 14px;
	color: #8a8a8a;
	text-align: center;
}

/* 呱呱群怎么玩 */
.play {
	padding-top: 104px;
	width: 100%;
	height: auto;
}
.play .thead span:nth-child(2) {
	width: 465px;
}
.play .tbody {
	padding-top: 50px;
	width: 1185px;
	height: 737px;
	margin: 0 auto;
}

.wan .tbody .box {
	width: 226px;
	height: 691px;
}

.play .tbody .box a:nth-child(1) {
	display: block;
	width: 226px;
	height: 557px;
	text-align: center;
}

.play .tbody .box a:nth-child(1) img {
	width: 226px;
	height: 557px;
	border-radius: 37px;
	box-shadow: 5px 5px 5px #CCC;
}
.play .tbody .box a:nth-child(2) {
	display: block;
	width: 226px;
	height: 17px;
	color: #696969;
	font-size: 18px;
	text-align: center;
}

/* 场景 */
.scene {
	padding-top: 95px;
	width: 100%;
	height: auto;
	background: url(../images/products/ggqgj/ftbg.jpg) no-repeat;
}

.scene .tbody {
	width: 1185px;
	height: auto;
	margin: 0 auto;
	margin-top: 70px;
	padding-top: 114px;
}

.scene .tbody .lbox { 
	width: 567px;
	height: auto;
}

.scene .tbody .lbox a:nth-child(1) { 
	display: inline-block;
	width: 23px;
	height: 357px;
	vertical-align: top;
	padding-top: 14px;
}
.scene .tbody .lbox p:nth-child(2) { 
	display: inline-block;
	width: 539px;
	height: 357px;
	line-height: 40px;
	font-size: 18px;
	color: #7b7b7b;
}

.scene .tbody .lbox p:nth-child(2) b { 
	color: #101010;
	font-weight: bold;
	font-size: 18px;
}


.scene .tbody .rbox { 
	position: relative;
	width: 531px;
	height: 471px;
	margin-left: 83px;
	margin-top: -100px;
}
.scene .tbody .rbox div:nth-child(2) { 
	position: absolute;
	top: -20px;
	left: 130px;
}

.scene .tbody .rbox div:nth-child(3) { 
	margin-left: 80px;
}
.margin{
	margin-top:-10px ;
}
