@charset "utf-8";

body,div,p,ul,ol,li,textarea,form,input,h1,h2,h3,h4,h5,dl,dt,dd,img,section,article,aside,header,footer,nav,figure,hgroup {
	margin: 0;
	padding: 0
}

html,body {
	height: 100%
}

body {
	background-color: #f2f1f0;
	font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,serif;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	font-size: 13px;
	color: #5b5b5b;
	overflow-x: hidden;
	word-wrap: break-word;
	word-break: break-all
}

input,button,select,textarea {
	font-size: 15px;
	font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,serif;
	color: #383838
}

ul,ol,li {
	list-style: none
}

a {
	text-decoration: none;
	color: #5b5b5b
}

img {
	border: 0
}

section,article,aside,header,footer,nav,figure,hgroup {
	display: block
}

i,cite,em,var,address {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.wrapper {
	padding-bottom: 10px
}

.hot {
	color: #ff4800
}

.link {
	color: #74a3a5
}

.gray {
	color: #787878
}

.weak {
	color: #c3c3c3
}

.clear_fix {
	*zoom: 1
}

.clear_fix:after {
	display: block;
	clear: both;
	content: "\0020";
	visibility: hidden;
	height: 0
}

.pop_tips {
	position: fixed;
	z-index: 300;
	left: 50%;
	top: 20%;
	width: 255px;
	overflow: hidden;
	margin-left: -122px;
	background-color: #fbfbfb;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3)
}

.pop_show h4 {
	height: 34px;
	font-size: 16px;
	border-bottom: 1px solid #ededed;
	line-height: 34px;
	color: #252e32
}

.pop_show .pop_info {
	font-size: 16px;
	padding: 20px 0;
	background-color: #fff
}

.pop_show .pop_btns {
	text-align: center;
	display: -webkit-box
}

.pop_show .pop_btns a {
	-webkit-box-flex: 1;
	display: block;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #e2e1e0;
	-webkit-box-shadow: 0 1px 1px #fff inset
}

.pop_show .pop_btns a:last-child {
	border-left: 1px solid #e2e1e0;
	-webkit-box-shadow: 1px 0 1px #fff inset
}

.pop_photo {
	position: fixed;
	z-index: 300;
	width: 100%;
	text-align: center
}

.pop_photo .photo {
	text-align: center
}

.pop_photo .info {
	position: fixed;
	z-index: 300;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	color: #FFF;
	line-height: 30px
}

.pop_photo .info .con {
	width: 280px;
	margin: 0 auto;
	text-align: left;
	padding: 6px 0 5px 0
}

.pop_photo .info h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px
}

.pop_photo .info p {
	font-size: 12px;
	color: #b8b8b8;
	line-height: 16px
}

.btn_show_close {
	position: fixed;
	z-index: 300;
	right: 0;
	top: 0;
	display: block;
	width: 53px;
	height: 53px;
	background-image: url(../img/close.png);
	-webkit-background-size: 53px auto
}

.btn_show_close span {
	display: none
}

.pop_mask {
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8)
}

.pop_fail {
	position: fixed;
	left: 50%;
	margin-left: -130px;
	width: 260px;
	padding: 25px 0;
	background: rgba(0,0,0,0.8);
	border-radius: 20px;
	border: 1px solid #000;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.8) inset;
	color: #fff
}

.fail_info {
	position: relative;
	margin: 0 0 0 70px;
	font-size: 15px;
	text-shadow: -1px -1px 0 #000
}

.fail_info::before {
	content: "";
	position: absolute;
	left: -40px;
	top: 0;
	width: 32px;
	height: 32px;
	background: url(../img/loading.gif) no-repeat
}

.fail_info h4 {
	font-size: 22px;
	font-weight: normal
}

#popFail,#popFail .bk,#popFail .cont {
	width: 146px;
	height: 146px
}

#popFail {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99
}

#popFail .bk {
	background-color: #000;
	opacity: .5;
	border-radius: 10px;
	margin: -73px 0 0 -73px;
	z-index: 0
}

#popFail .bk,#popFail .cont {
	position: relative
}

#popFail,#popFail .bk,#popFail .cont {
	width: 146px;
	height: 146px
}

#popFail .cont {
	margin: -146px 0 0 -73px;
	text-align: center;
	color: #f5f5f5;
	font-size: 14px;
	line-height: 35px;
	z-index: 1
}

#popFail .bk,#popFail .cont {
	position: relative
}

#popFail,#popFail .bk,#popFail .cont {
	width: 146px;
	height: 146px
}

#popFail img {
	width: 35px;
	height: 35px;
	margin: 30px auto;
	display: block
}

.pop_up {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%
}

.pop_up .box {
	margin: 100px 20px 0
}

.mod-life__footer {
	*zoom: 1;
	padding: 5px 0 10px;
	margin-top: -15px
}

.mod-life__footer:after {
	display: block;
	clear: both;
	content: "\0020";
	visibility: hidden;
	height: 0
}

.mod-life__footer_fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%
}

.mod-life__footer-life {
	float: left;
	margin: -2px 0 0 20px;
	color: #aeaeae
}

.mod-life__footer-logo {
	vertical-align: middle
}

.mod-life__footer-copyright {
	font-size: 12px
}

.mod-life__footer-business {
	float: right;
	margin-right: 20px;
	color: #aeaeae
}

body {
	background-color: #000
}

.photo_area {
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -185px;
	width: 100%;
	height: 370px;
	background-color: #363634
}

.photo_wide {
	margin-top: -100px;
	height: 210px
}

.photo_show {
	position: absolute
}

.photo_show li {
	float: left;
	padding: 15px 10px;
	border-right: 2px solid #41413f
}

.ps_1,.ps_2 {
	overflow: hidden;
	display: -webkit-box
}

.ps_1 {
	margin-bottom: 10px
}

.ps_1 div,.ps_2 div {
	overflow: hidden;
	margin-left: 10px
}

.ps_1 div:first-child,.ps_2 div:first-child {
	margin-left: 0
}

.ps_1 img {
	display: block
}

.ps_1_0 {
	min-width: 150px;
	-webkit-box-flex: 1;
	height: 150px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6)
}

.ps_1_0 h3 {
	font: 24px \5FAE\8F6F\96C5\9ED1;
	padding-top: 45px
}

.ps_1_1 {
	-webkit-box-flex: 1
}

.ps_1_2 {
	-webkit-box-flex: 1
}

.ps_2_0 {
	height: 140px;
	font-size: 13px;
	padding: 5px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3)
}

.ps_2_0 h3 {
	font: 24px \5FAE\8F6F\96C5\9ED1;
	padding-top: 45px
}

.ps_2_1 {
	-webkit-box-flex: 1
}

.ps_2_2 {
	-webkit-box-flex: 1
}

.ps_2_3 {
	-webkit-box-flex: 1
}

.photo_wide .ps_1 {
	margin-right: 10px
}

.photo_wide .ps_1,.photo_wide .ps_2 {
	float: left
}

.color_1 .ps_1_0,.color_1 .ps_2_0 {
	background-color: #00b6ee
}

.color_2 .ps_1_0,.color_2 .ps_2_0 {
	background-color: #aadc3b
}

.color_3 .ps_1_0,.color_3 .ps_2_0 {
	background-color: #eea200
}

.color_4 .ps_1_0,.color_4 .ps_2_0 {
	background-color: #fb641c
}

.color_5 .ps_1_0,.color_5 .ps_2_0 {
	background-color: #c93127
}

.color_6 .ps_1_0,.color_6 .ps_2_0 {
	background-color: #695d8f
}

.color_7 .ps_1_0,.color_7 .ps_2_0 {
	background-color: #8c5e7a
}

.color_8 .ps_1_0,.color_8 .ps_2_0 {
	background-color: #579aaa
}

.color_9 .ps_1_0,.color_9 .ps_2_0 {
	background-color: #1d7e5b
}

.nav_photo {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	display: -webkit-box;
	background-color: #212121;
	width: 100%;
	height: 30px;
	line-height: 30px
}

.nav_photo li {
	-webkit-box-flex: 1
}

.nav_photo li a {
	position: relative;
	display: block;
	text-align: center;
	color: #666;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5)
}

.nav_photo li a.current {
	color: #fff
}

.nav_photo li a.current::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #212121;
	left: 40%;
	top: -20px
}