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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
}

body {
	line-height: 1;
	font-family: MicrosoftYaHei;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearX::after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}


/*å¤´*/

.outer-wrap {
	display: block;
	overflow: hidden;
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	min-height: 100vh;
}

.fl-s {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fl-f {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.fl-c {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-wrap {
	height: 1rem;
}

.nav-cant {
	height: 1rem;
}

.nav-cant img {
	display: block;
	width: 1.94rem;
	height: .45rem;
	padding-left: .18rem;
	padding-right: .25rem;
}

.menu-wrap {
	display: block;
	position: absolute;
	right: 0;
	top: 1rem;
	z-index: 3;
}

.nav-map {
	flex-shrink: 0;
	font-size: .18rem;
	color: #008b66;
}

.nav-map i {
	display: block;
	margin-right: .05rem;
	width: .28rem;
	height: .35rem;
	background: url(/assets/zhuhai-mobile/img/m_map.png) no-repeat center;
	background-size: contain;
}

.nav-phone {
	padding-left: .33rem;
	font-size: .25rem;
	color: #232323;
	flex-shrink: 0;
}

.nav-phone i {
	display: block;
	width: .24rem;
	height: .35rem;
	background: url(/assets/zhuhai-mobile/img/m_phone.png) no-repeat center;
	background-size: contain;
	margin-right: .05rem;
}

.nav-right-list {
	display: block;
	padding: .3rem;
	padding-left: .4rem;
}

.nav-right-list i {
	display: block;
	width: .39rem;
	height: .27rem;
	background: url(/assets/zhuhai-mobile/img/m_list.png) no-repeat center;
	background-size: contain;
}

.menu-wrap {
	display: none;
	position: absolute;
	right: 0;
	top: 1rem;
	z-index: 3;
	width: 2.1rem;
	height: 100vh;
	box-sizing: border-box;
	padding: 0 .2rem;
	opacity: .9;
	background-color: #fff;
}

.menu-list-wrap {
	border-bottom: 1px solid #c2a661;
	margin-bottom: .2rem;
}

.menu-list1 {
	display: block;
}

.menu-list1 i {
	display: block;
	font-style: normal;
	color: #232323;
	padding-bottom: .05rem;
	font-size: .16rem;
}

.menu-list1 span {
	display: block;
	letter-spacing: .05rem;
	color: #45494d;
	font-size: .28rem;
}

.menu-list-dx {
	display: block;
	background: #C2A661;
	padding: .1rem 0 .1rem .1rem;
	color: #FFFFFF; 
	font-size: .22rem;
	margin-bottom: .1rem;
}

.pdbtm1rem {
	padding-bottom: .1rem;
}

.menu-listguanzhu {
	font-size: .17rem;
	line-height: .3rem;
}

.menu-list-wrap .nav-phone {
	padding: 0 0 .05rem;
}

.menu-list-wrap .nav-phone i {}

.menu-list-wrap .nav-phone span {
	font-size: .2rem;
	color: #232323;
}

.menu-wrap a {
	text-decoration: none;
}

.profile_banner {
	background: url(/assets/zhuhai-mobile/img/profile_banner.png) no-repeat;
	background-size: cover;
	background-position: 0 center;
	position: relative;
	width: 6.08rem;
	height: 1.83rem;
	color: white;
	box-sizing: border-box;
	padding-top: .36rem;
	margin: 0 auto;
	padding-left: .37rem;
	line-height: 17px;
}

.child-menu {
	width: 100%;
	height: 2.39rem;
	background: #f4f4f4;
	box-sizing: border-box;
	padding-top: 1.12rem;
	margin-top: -.8rem;
}

.child-menu-inner {
	display: flex;
	justify-content: space-around;
}

.child-menu-inner>a {
	display: block;
	color: white;
	text-align: center;
	line-height: .6rem;
	width: 1.96rem;
	height: .6rem;
	background: #008b66;
	text-decoration: none;
}

.child-menu_s {
	margin-top: .16rem;
	margin-left: .14rem;
}

.child-menu_s>a {
	font-size: 14px;
	color: #666666;
	margin-right: .1rem;
	text-decoration: none;
}

.profile-content {
	/* height: 3.28rem; */
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background: #f4f4f4;
}

.profile_content_in {
	width: 100%;
	box-sizing: border-box;
	padding: 0 .16rem;
	/* height: 3.02rem; */
	position: relative;
	padding-top: .36rem;
	background: white;
	display: flex;
	justify-content: space-between;
}

.profile_img_left>p {
	width: 2.2rem;
	/* height: 1.5rem; */
}

.profile_img_left>p>img {
	width: 2.2rem;
	/* height: 1.5rem; */
}

.profile_img_left>a {
	display: block;
	width: 2.2rem;
	height: .54rem;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: .54rem;
	margin-top: .23rem;
	background: #008b66;
	font-size: 20px;
}

.profile_text_right {
	width: 3.75rem;
}

.profile_text_right>h1 {
	width: 3.75rem;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	text-overflow: ellipsis;
}

.profile_text_right>h1>a {
	color: black;
}

.profile_text_right>p {
	/* height: 1.77rem; */
	overflow: hidden;
	text-decoration: none;
	color: #1b1d20;
	font-size: 15px;
	color: #aaaaaa;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 7; */
	/* -webkit-box-orient: vertical; */
	margin-top: 16px;
}

.target_page {
	width: 100%;
	height: 1.44rem;
	box-sizing: border-box;
	padding: 0 .35rem;
	display: flex;
	justify-content: space-between;
	padding-top: .42rem;
}

.target_page>a {
	width: 1.5rem;
	color: black;
	height: .65rem;
	text-align: center;
	line-height: .65rem;
}

.next-page {
	background: #f1f1f1;
}


/* about page */

.child-menu-about {
	margin-top: 0px;
	height: 1.72rem;
	padding-top: .29rem;
}

.child-menu_s-about {
	margin-top: .29rem;
}

.about-content {
	box-sizing: border-box;
	padding: 0 .13rem;
	padding-top: .41rem;
}

.about-caption {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.about_time {
	font-size: 14px;
	color: #aaaaaa;
	text-align: center;
	margin-top: .13rem;
}

.about_time>span {
	/* margin-right: .29rem; */
}

.about_text-inner {
	margin-top: .29rem;
}

.about_text-inner>p {
	color: #666666;
	line-height: .33rem;
	text-align: center;
	font-size: 15px;
}

.img_text_about>img {
	width: 6.08rem;
	height: 3.1rem;
}

.img_text_about {
	margin-top: .3rem;
}


/* detail page */

.detail-content {
	width: 100%;
	box-sizing: border-box;
	padding: 0 .13rem;
	padding-top: .41rem;
}
.detail-content img {
	max-width: 100%;
	
}

.detail-caption {
	font-size: 18px;
}

.detail-time {
	font-size: 12px;
}

.detail-text {
	margin-top: .39rem;
	color: #666666;
}

.relevant-read {
	box-sizing: border-box;
	padding: 0 .13rem;
}

.relevant-read>h1 {
	margin-top: .58rem;
	font-weight: bold;
}

.relevant-read>a {
	display: block;
	color: #232323;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: underline;
	margin-top: .17rem;
}

.btn_share-btn {
	box-sizing: border-box;
	padding: 0 .13rem;
	display: flex;
	justify-content: space-between;
	margin-top: .42rem;
}

.btn_share-btn>a {
	display: block;
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
	padding: .1rem .11rem;
	font-size: 14px;
	border-radius: .3rem;
}

.btn_share>img {
	width: .18rem;
	height: .18rem;
}

.sign_up {
	width: 5.76rem;
	margin: 0 auto;
	margin-top: .51rem;
}

.sign_img>img {
	width: 5.72rem;
	height: 1.55rem;
}

.sign_up>h1 {
	font-weight: bold;
	margin-top: .21rem;
}

.sign_up>ul {
	margin-top: .24rem;
}

.sign_up>ul>li {
	color: #aaaaaa;
	line-height: .38rem;
	font-size: 14px;
}

.sign_up>ul>li>img {
	width: .18rem;
	margin-right: .12rem;
}

.sign_btn_wrap>a {
	display: block;
	width: 1.75rem;
	height: .43rem;
	border: 1px solid #008b66;
	text-align: center;
	line-height: .43rem;
	color: #008b66;
	margin-right: .37rem;
}

.sign_btn_wrap {
	display: flex;
	margin-top: .26rem;
	position: relative;
}


/* floor */

.floor_m {}

.bar_floor {
	height: .78rem;
	width: 100%;
	box-sizing: border-box;
	background: #1e1e1e;
	margin-top: .52rem;
	padding: 0 .35rem;
}

.bar_floor>p {
	float: left;
}

.bar_floor>p>a>img {
	width: .33rem;
	vertical-align: sub;
	height: .33rem;
}

.bar_floor>p>a {
	color: #b69c5c;
	line-height: .78rem;
}

.floor_t {
	background: #333333;
	padding-top: .77rem;
	padding-bottom: 1.7rem;
	padding-left: .58rem;
	padding-right: .58rem;
}

.floor_t>p {
	text-align: center;
	color: white;
	line-height: .36rem;
}

.floor_t>p>img {
	width: 2.36rem;
	height: .54rem;
}

.code_floor {
	margin-top: .44rem;
	font-size: 14px;
}

.code_floor>img {
	width: 2.05rem !important;
	height: 2.05rem !important;
}

.floor_menu {
	position: fixed;
	bottom: 0px;
	/* left: 0; */
	z-index: 99;
	width: 6.4rem;
	height: .91rem;
	background: #616161;
}

.floor_menu_m {
	width: 5.03rem;
	height: .91rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.floor_menu_m>a {
	display: block;
	text-align: center;
	color: white;
}

.floor_menu_m>a>img {
	width: .33rem;
	height: .31rem;
}


/* è¡¨å• */

.shut {
	background: black;
	opacity: 0.7;
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: none;
	z-index: 999;
}

.sign_form {
	position: absolute;
	width: 5.76rem;
	left: 0px;
	top: -6rem;
	z-index: 1000;
	display: none;
}

.sign-img>img {
	width: 5.76rem;
}

.sign_form>form {
	padding-top: .45rem;
	background: white;
	margin-top: -0.1rem;
	box-sizing: border-box;
	padding-left: .3rem;
	padding-right: .3rem;
	padding-bottom: .53rem;
}

.sign_form>form input {
	width: 100%;
	background: #eaeaea;
	border: none;
	height: .63rem;
	margin-top: .17rem;
	box-sizing: border-box;
	padding-left: .2rem;
}

.sign_form>form input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: black;
}

.sign_form>form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: black;
}

.sign_form>form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: black;
}

.sign_form>form input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: black;
}

.btn_sign {
	width: 100%;
	height: .79rem;
	background: #c2a661;
	font-size: 18px;
	color: white;
	text-align: center;
	margin-top: .31rem;
	line-height: .79rem;
}

.close {
	position: absolute;
	top: -0.8rem;
	right: 0px;
}

.close>img {
	width: .67rem;
	height: .67rem;
}


/* é¢„çº¦è¯¾ç¨‹ */

.make_form {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	top: -4rem;
	box-sizing: border-box;
	padding: 0 0.5rem;
	display: none;
}

.make_form>form {
	padding-top: .25rem;
	padding-left: .25rem;
	padding-right: .25rem;
	padding: .25rem;
	background: #f1f1f1;
}

.make_form>form>h1 {
	text-align: center;
}

.make_form>form>p {
	margin-top: .16rem;
}

.make_form>form>input {
	height: .5rem;
	width: 100%;
	margin-top: .16rem;
}

.code_get {
	display: flex;
	justify-content: space-between;
	margin-top: .16rem;
}

.code_get>input {
	height: .5rem;
}

.code_get>p {
	height: .56rem;
	line-height: .56rem;
	background: #008b66;
	width: 1.8rem;
	text-align: center;
	color: white;
}

.btn_make {
	width: 100%;
	background: #008b66;
	height: .56rem;
	line-height: .56rem;
	color: white;
	font-weight: bold;
	text-align: center;
}

.close_make {
	right: .25rem;
}

.floor_p>p {
	color: #aaaaaa;
	font-size: 14px;
}

.floor_form {
	margin-top: .34rem;
}

.floor_form>p>input {
	width: 100%;
	height: .55rem;
	box-sizing: border-box;
	margin-top: .18rem;
	padding-left: .16rem;
}

.floor_form>a {
	display: block;
	text-align: center;
	width: 100%;
	height: .55rem;
	background: #c2a661;
	color: white;
	line-height: .55rem;
	margin-top: .16rem;
}


/*åˆ—è¡¨é¡µé¢*/

.iscontants-wrap {
	display: block;
}

.iscontants-inner-list {
	display: -webkit-flex;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	padding: .25rem .15rem;
}

.iscontants-lft {
	display: block;
	padding-right: .1rem;
}

.iscontants-lft-p1 {
	display: block;
	color: #232323;
	line-height: .44rem;
	font-size: .33rem;
}

.iscontants-lft-d1 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: .3rem;
}

.iscontants-lft-s1 {
	display: block;
	padding: .05rem .05rem;
	font-size: .18rem;
	border: 1px solid #008B66;
	color: #008B66;
	text-align: center;
	border-radius: .05rem;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	/*flex-shrink: 0;*/
}

.iscontants-lft-s2 {
	display: block;
	padding: .05rem .05rem;
	font-size: .18rem;
	border: 1px solid #C2A661;
	color: #C2A661;
	text-align: center;
	border-radius: .05rem;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	/*flex-shrink: 0;*/
}

.iscontants-lft-s3 {
	display: block;
	padding-left: .1rem;
	font-size: .17rem;
	color: #AAAAAA;
}

.iscontants-lft-s3 i {
	padding-left: .05rem;
	font-style: normal;
	font-size: .17rem;
	color: #AAAAAA;
}

.iscontants-rgt {
	display: block;
	/* flex-shrink: 0; */
}

.iscontants-rgt img {
	display: block;
	width: 2.26rem;
	height: 1.46rem;
}

@media only screen and (min-width: 100px) and (max-width: 360px) {
	.iscontants-lft-s1 {
		padding: .03rem .03rem;
		-webkit-transform: scale(0.9);
		transform: scale(0.9); 
		width: 1.05rem;
		line-height: .24rem;
		/* margin-left: -.2rem; */
	} 
	.iscontants-lft-s2 {
		padding: .03rem .03rem;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		width: 1.05rem;
		line-height: .24rem;
		/* margin-left: -.2rem; */
	}
	.iscontants-lft-s3 i {
		display: none;
	}
}