@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 62.75%;
	-webkit-text-size-adjust: none;
}
body {
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	color: #333;
	background: #fff;
}
img {
	border: none
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
video, audio {
	width: 100%;
	margin: 0;
}

/*重庆IOS分享提示页面*/
.cqshare-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	bottom: 0;
	background-color: #fff;
	background-size: contain;
}
.ios {
    position: relative;
    width:100%;
}
.cqshare-bottom-img{
	position: absolute;
	width: 100%;
	bottom: 0;
	left:0;
}
.cqshare-bottom-img img{
	width: 100%;
}
.ios_pic {
    width: 100%;
}
/*重庆Android分享提示页面*/
.cqshare-bg-Android{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	bottom: 0;
	background: #fff url(https://h5cloud.cqliving.com/statics/dynamic/prod/front/detail/images/cq_share_android.jpg?v=1) no-repeat;
	background-size: 100%;
}
/*分享*/
.cq_share_top{ width:100%;}
.cq_share_top img{ width:100%;}
.cq_detail_share{ margin-top:0px !important;}
.cq_img_bottom{ width:100%;}
.general_share{position: relative;}
.general_share > img{width: 100%}
.general_share_content{position: absolute;top: 0;height: 100%;display: flex;align-items: center;width: 100%;justify-content: space-around;padding: 0 24px 0 16px;box-sizing: border-box;}
.general_share_content .general_district{height: 50%;width: auto;}
.general_share_content p{color: #fff;font-size: 13px;}
.general_tip{height: 70%;width: auto;}
.general_share .general_close{position: absolute;right: 5px;top: 5px;width: 21px;}
.general_botton{border: 1px solid #fff;background-color: rgba(0,0,0,0.3);color: #fff;border-radius: 6px;padding: 2px 5px;}
.cq_share_top_close {
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(https://h5cloud.cqliving.com/statics/dynamic/prod/front/detail/images/close_1.png) no-repeat center;
    background-size: 100%;
    z-index: 101;
    top: .5em;
    right: 2%;
}

.share_link{
	width: 96%;
	margin: 0 auto;
	height: 2.6em;
	line-height: 2.6em;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	background: #00a0e7;
	-webkit-box-shadow: #aaa 0px 0px 2px;
	box-shadow: #aaa 0px 0px 2px;
	display: block;
}
.share_link a{
	color: #fff;
}
.share_link img {
	width: 1.5em;
	height: 1.5em;
	position: relative;
	top: .5em;
}

.hidden{display:none;}