/*reset*/
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
/*main css*/
.qq_main{
	/* position:fixed; */
	/* left:10px;
	top:35%;
    margin-top:-67px;
	z-index:100;
	width:100%;
	height:134px; */
}
#qq_open{
	width: 40px;
    height: 133px;
	cursor: pointer;
    margin-left: 68px;
    background: url(../images/open_im.png) no-repeat left top;
}
#qq_content{
	margin: auto;
	width: 1000px;
	height: 200px;
	/* border:1px solid #dddddd; */
	border-radius:10px;
	background:#F9FAFB;
    display: flex;
    justify-content: space-around;
    align-items: center;
	padding-top: 5px;
	box-sizing: border-box
    /* flex-wrap: no-wrap; */
	/* display:none; */
}
#qq_close{
	position:absolute;
	right:10px;
	top:-12px;
	z-index:10;
	width:24px;
	height:24px;
}
#qq_close a{
	display:block;
	width:24px;
	height:24px;
	background:url(../images/close_im.png) no-repeat left top;
}
#qq_close a:hover{text-decoration:none;}
#qq_show1,#qq_show2,#qq_show3{
	display: block;
	float: left;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
	position: relative;
	/* margin-top: 5px; */
	margin: 5px 20px 0;
}

.qq_header{
	z-index:9;
	position:absolute;
	width:109px;
	height:118px;
	border-radius:10px;
	border-top-right-radius:10px;
	border:1px solid #dddddd;
	background:url(../images/qq-icon-bg.png) no-repeat center 8px;
}
.qq_img{
	width:70px;
	height:70px;
	border-radius:35px;
	position:absolute;
	left:18px;
	top:10px;
	overflow:hidden;
	z-index:3;
}
.qq_header>img{
	max-width:60px;
	display:block;
	position:absolute;
	left:6px;
	top:3px;.qq_header>img
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.qq_img:hover .qq_img>img{
	max-width:70px;
	left:1px;
	top:8px;
	position:absolute;
}

.qq_header span{
	bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
    padding: 0;
}
.foot {
	z-index: 100;
}
@media screen and (max-width:1000px) {
	#qq_content{
		width: 100%;
	}
}

@media screen and (max-width:400px) {
	#qq_content{
		width: 100%;
		height: calc(100vh - 200px);
		display: block;
		overflow-y: scroll;
		/* flex-wrap: wrap; */
		/* background: #000; */
	}
	#qq_show1,#qq_show2,#qq_show3 {
		margin: 20px auto;
		float: none;
	}
	.layui-elem-quote{
		/* display: none; */
	}
	body {
		/* padding-bottom: 10px; */
	}
}

