@charset "UTF-8";
/*初始化样式*/
body, html {
	background-color: #eaeaea;
	width: 100%;
	height: 100%;
}

* {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2,
	h3, h4, h5, h6, input, legend, li, ol, p, pre, select, td, textarea, th,
	ul {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0 none;
}

dl, li, menu, ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none;
}

button, input, select, textarea {
	vertical-align: middle;
}

button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

body, button, input, select, td, textarea, th {
	font-size: 14px;
	line-height: 1;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体", "宋体";
	color: #333;
}

a {
	color: #666;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: 400;
}

caption {
	display: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

img {
	vertical-align: top;
}

a {
	outline: 0;
}
/*改变webkit表单输入框placeholder的颜色值*/
input::-webkit-input-placeholder {
	color: #aaa;
}

input:focus::-webkit-input-placeholder {
	color: #eee;
}
/*禁用 select 默认下拉箭头*/
select::-ms-expand {
	display: none;
}

textarea {
	resize: none;
}
/*禁用 radio 和 checkbox 默认样式*/
input[type=radio]::-ms-check, input[type=checkbox]::-ms-check {
	display: none;
}
/*去掉触摸时产生半透明的遮罩*/
input, textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
	outline: none;
}

button, input[type=button], a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

select {
	border: none;
	-webkit-appearance: none;
	/* Safari 和 Chrome */
	-moz-appearance: none;
	appearance: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: normal;
}

address, cite, dfn, em, i, var {
	font-style: normal;
}

[v-cloak] {
	display: none;
}

.i-tool {
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 10;
	bottom: 0;
	width: 100%;
	padding: .2rem 0;
	background-color: #f8f8f8;
	text-align: center;
}

.i-tool li {
	width: 20%;
}

.i-tool img {
	height: .6rem;
	margin-bottom: .2rem;
}

.i-tool .active span {
	color: #ff6b6f;
}

.i-shade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 11;
	display: none;
}

.i-null {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.i-null-box {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.i-null-box img {
	width: 6rem;
	margin-bottom: .2rem;
}

.i-null-box span {
	font-size: 0.5rem;
	color: #999;
}

.i-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.i-wrapper .i-info {
	width: 70%;
	padding: .7rem .4rem;
	line-height: 1.5;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.55);
	-webkit-border-radius: 0.18rem;
	-moz-border-radius: 0.18rem;
	-ms-border-radius: 0.18rem;
	-o-border-radius: 0.18rem;
	border-radius: 0.18rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.5rem;
	color: #ffffff;
}

.l_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/bgc.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position-y: -3px;
}

.l_box {
	width: 8.8rem;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 1rem;
}

.l_title {
	text-align: center;
	font-size: .88rem;
	font-weight: 500;
	color: #ff6b6f;
}

.l_title img {
	width: 4rem;
}

.l_form {
	margin-top: .8rem;
}

.l_form .form-item {
	height: 1.2rem;
	position: relative;
	background-color: #ffffff;
	margin: .3rem 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.l_form .form-item input {
	width: 100%;
	border: none;
	padding: .3rem;
	padding-left: 1.3rem;
	font-size: .5rem;
}

.l_form .l_icon {
	width: 1.05rem;
	position: absolute;
	padding: .1rem .3rem;
	margin: .25rem 0;
	border-right: 1px solid #999;
}

.l_form .l_icon img {
	width: .4rem;
}

.l_form .form-btn {
	width: 100%;
	margin-top: .5rem;
}

.l_form .form-btn button {
	width: 100%;
	padding: .4rem;
	background-color: #ff6b6f;
	color: #ffffff;
	border-color: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: .5rem;
}

.l_form .check_input {
	padding-right: 2.5rem !important;
}

.l_form .check_btn {
	position: absolute;
	right: 0;
	top: 0;
	font-size: .45rem;
	padding: .4rem;
}

.l_form .check_btn button {
	border: none;
	background-color: transparent;
	color: #ff6b6f;
}

.l_form .check_btn .check_d {
	color: #999;
}

.l_form .icon_input {
	padding-right: 1.1rem !important;
}

.l_form .icon_btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: .4rem .25rem;
}

.l_form .icon_btn img {
	width: .7rem;
}

.l_link {
	margin-top: .7rem;
	text-align: center;
}

.l_link:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.l_link a {
	font-size: .5rem;
}

.l_link .left {
	float: left;
}

.l_link .right {
	float: right;
}

.l_link .fc_primary {
	color: #ff6b6f;
}

body {
	background-color: #f0f0f6;
	overflow-y: auto;
}

.swiper-slide {
	box-sizing: border-box;
	width: 10rem;
}

.h-proceed {
	padding-right: .2rem;
}

.h-title {
	font-size: .5rem;
	margin-bottom: .4rem;
	padding-left: .3rem;
	border-left: 0.1rem solid #ff6b6f;
	font-weight: 700;
}

.h-box {
	padding: .3rem;
	box-sizing: border-box;
}

.h-item {
	width: 9.4rem;
	-webkit-border-radius: 0.18rem;
	-moz-border-radius: 0.18rem;
	-ms-border-radius: 0.18rem;
	-o-border-radius: 0.18rem;
	border-radius: 0.18rem;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	left: -0.8rem;
}

.h-item-img {
	width: 100%;
	height: 5.5rem;
	overflow: hidden;
}

.h-item-img img {
	width: 100%;
}

.h-item-number {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	padding: .2rem .4rem;
	font-size: .32rem;
	border-bottom-right-radius: .2rem;
}

.h-item-icon {
	position: absolute;
	right: .2rem;
	top: 4.5rem;
}

.h-item-icon img {
	width: 1.5rem;
}

.h-item-intro {
	position: relative;
	padding: .3rem .3rem .25rem .3rem;
}

.h-item-intro h4 {
	font-size: .45rem;
	margin-bottom: .2rem;
}

.h-item-intro p {
	font-size: 0.35rem;
	color: #999;
	line-height: 1.5;
	text-align: justify;
}

.h-item-intro .h-item-time {
	margin-top: .1rem;
}

.h-item-intro .h-item-time img {
	height: .5rem;
	margin-right: .1rem;
	position: relative;
}

.h-itemx {
	-webkit-border-radius: 0.18rem;
	-moz-border-radius: 0.18rem;
	-ms-border-radius: 0.18rem;
	-o-border-radius: 0.18rem;
	border-radius: 0.18rem;
	overflow: hidden;
	position: relative;
	left: -0.6rem;
	background-color: #ffffff;
	width: 4.6rem;
	height: 4.5rem;
}

.h-itemx-img {
	width: 100%;
}

.h-itemx-img img {
	width: 100%;
}

.h-itemx-intro {
	padding: .3rem .3rem .25rem .3rem;
	font-size: .4rem;
	line-height: 1.5;
}

.h-itemx-intro p {
	white-space: nowrap;
}

.h-itemx-time {
	font-size: 0.35rem;
	color: #999;
}

.h-itemx-null {
	padding-top: .2rem;
	margin-bottom: .2rem;
	text-align: center;
}

.h-itemx-null img {
	width: 2.5rem;
}

.h-itemx-null-text {
	display: block;
	margin-top: .4rem;
	text-align: center;
	font-size: 0.4rem;
	color: #999;
}

.h-itemx-icon {
	position: absolute;
	top: 2rem;
	right: .15rem;
}

.h-itemx-icon img {
	width: .6rem;
}

.swiper-slide-active .h-item, .swiper-slide-active .h-itemx {
	left: 0;
}

.swiper-slide-next .h-itemx {
	left: -0.3rem;
}

.l-header {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
}

.l-nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding: .3rem 0;
}

.l-nav li {
	list-style: none;
	text-align: center;
	width: 50%;
	padding: .2rem 0;
	font-size: .45rem;
}

.l-nav li:after {
	content: '';
	width: 0px;
	height: 0px;
	border: 0.15rem solid transparent;
	border-top-color: #333;
	position: relative;
	top: .4rem;
	left: .2rem;
}

.l-nav li:nth-child(1) {
	border-right: 1px solid #ddd;
}

.l-nav .active {
	position: relative;
	color: #ff6b6f;
}

.l-nav .active:after {
	content: '';
	top: -0.3rem;
	width: 0px;
	height: 0px;
	border: 0.15rem solid transparent;
	border-bottom-color: #ff6b6f;
}

.l-step, .l-area {
	display: none;
	font-size: .45rem;
}

.l-step li, .l-area li {
	padding: .4rem .3rem;
	border-bottom: 1px solid #ddd;
	color: #666;
}

.l-step .active, .l-area .active {
	color: #ff6b6f;
	position: relative;
}

.l-step .active:after, .l-area .active:after {
	content: '';
	position: absolute;
	top: .3rem;
	right: .3rem;
	width: .4rem;
	height: .4rem;
	background-image: url('../img/icon/check.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.l-type {
	display: none;
	padding: .2rem 0;
}

.l-type:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.l-type li {
	list-style: none;
	float: left;
	box-sizing: border-box;
	width: 30%;
	background-color: #f0f0f6;
	padding: .3rem .2rem;
	text-align: center;
	margin: .18rem;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-ms-border-radius: 0.1rem;
	-o-border-radius: 0.1rem;
	border-radius: 0.1rem;
	color: #666;
}

.l-type .active {
	background-color: #ff6b6f;
	color: #ffffff;
}

.l-search-input {
	position: relative;
	padding: .3rem;
	background-color: #f0f0f6;
}

.l-search input {
	position: relative;
	z-index: 20;
	width: 100%;
	border: 1px solid #ddd;
	padding: .2rem 1.1rem;
	font-size: .5rem;
	text-align: center;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-ms-border-radius: 0.1rem;
	-o-border-radius: 0.1rem;
	border-radius: 0.1rem;
	transition: width .2s;
}

.l-search input:focus {
	text-align: left;
	width: 85%;
}

.l-search .focus {
	text-align: left;
	width: 85%;
}

.l-search .focus+.l-search-remove {
	display: block;
}

.l-search-remove {
	position: absolute;
	z-index: 21;
	width: .5rem;
	top: .6rem;
	right: 2.2rem;
	display: none;
}

.l-search-btn {
	position: absolute;
	z-index: 16;
	top: .6rem;
	right: .4rem;
	border: none;
	background-color: transparent;
	font-size: 0.5rem;
	color: #ff6b6f;
}

.l-search-icon {
	position: absolute;
	z-index: 21;
	width: .6rem;
	left: .55rem;
	top: .55rem;
}

.l-search-cont {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	padding: .3rem;
	z-index: 15;
	background-color: #ffffff;
}

.l-search-title {
	font-size: 0.4rem;
	color: #999;
	padding: .2rem 0;
}

.l-search-title:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.l-search-title p {
	float: right;
}

.l-search-title p img {
	width: .5rem;
	margin-right: .2rem;
	position: relative;
	top: -0.1rem;
}

.l-search-box {
	padding: .2rem 0;
}

.l-search-box:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.l-search-box li {
	padding: .2rem .35rem;
	background-color: #f0f0f6;
	float: left;
	margin: .15rem .1rem;
	font-size: .45rem;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-ms-border-radius: 0.1rem;
	-o-border-radius: 0.1rem;
	border-radius: 0.1rem;
}

.l-content {
	padding: 1.6rem .3rem 1.8rem .3rem;
	overflow: auto;
}

.l-content .h-item {
	margin: .2rem 0;
	width: 10.2rem;
	left: 0;
}

.l-content .h-item-icon img {
	width: .7rem;
}

.l-content .h-item-eye {
	position: absolute;
	right: .3rem;
	bottom: .25rem;
}

.l-content .h-item-eye img {
	width: .5rem;
	position: relative;
	margin-right: .1rem;
	top: .1rem;
}

.l-content.site-list .h-item h4 {
	color: #000;
	font-weight: 400;
}

.l-content.site-list .h-item-apply span {
	margin: 0 5px;
}

.l-content.site-list .h-item-apply span:nth-child(1) {
	margin-left: 0;
}

.l-content.site-list .h-item-number {
	background-color: rgba(0, 0, 0, 0.3);
}

.l-content.train-list .h-item h4 {
	color: #000;
	font-weight: 400;
}

.l-content.train-list .h-item-site {
	width: 100%;
	position: absolute;
	left: 0;
	top: 4.5rem;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	color: #ffffff;
	line-height: .6rem;
	font-size: .32rem;
	padding: .2rem;
}

.l-content.train-list .h-item-site img {
	height: .5rem;
	margin-right: .2rem;
}

.dropload-down {
	display: none;
}

.p-box {
	padding-bottom: 1.5rem;
}

.p-header {
	background-image: url('../img/xq-head.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: 100%;
	height: 7.2rem;
	position: relative;
}

.p-header div {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}

.p-header-zt {
	top: .4rem;
	left: .4rem;
	padding: .2rem .3rem;
	font-size: .35rem;
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	-ms-border-radius: 0.15rem;
	-o-border-radius: 0.15rem;
	border-radius: 0.15rem;
}

.p-header-icon {
	padding: .3rem;
	right: .4rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.p-header-icon img {
	width: .5rem;
}

.p-header .fx {
	top: .4rem;
}

.p-header .sc {
	bottom: 1.4rem;
}

.p-title {
	background-color: #ffffff;
	margin: 0 .4rem;
	margin-top: -1rem;
	padding: .4rem;
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	-ms-border-radius: 0.15rem;
	-o-border-radius: 0.15rem;
	border-radius: 0.15rem;
	position: relative;
	z-index: 2;
}

.p-title h3 {
	font-size: .5rem;
	font-weight: 700;
	margin-bottom: .3rem;
	line-height: 1.2;
	text-align: justify;
}

.p-title-tool {
	position: relative;
	padding-bottom: .2rem;
}

.p-title-tool:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.p-title-tool p {
	float: left;
}

.p-title-icon {
	background-image: url('../img/xq-txt.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: 100%;
	width: 2rem;
	height: .65rem;
	line-height: .65rem;
	margin-left: -0.4rem;
	text-align: center;
	font-size: 0.4rem;
	color: #ffffff;
}

.p-title-eye {
	float: right !important;
	line-height: .65rem;
	color: #c7c7c7;
}

.p-title-eye img {
	width: .5rem;
	position: relative;
	top: .15rem;
	left: -0.1rem;
}

.p-title-cc p {
	font-size: 0.4rem;
	color: #999;
	padding: .1rem 0;
}

.p-title-cc>p {
	padding: .15rem 0 .25rem 0;
}

.p-title-cc img {
	width: .5rem;
	margin-right: .15rem;
}

.p-body {
	background-color: #ffffff;
	margin: .4rem;
	padding: .3rem .4rem;
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	-ms-border-radius: 0.15rem;
	-o-border-radius: 0.15rem;
	border-radius: 0.15rem;
}

.p-body-nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: .2rem;
}

.p-body-nav li {
	width: 50%;
	text-align: center;
	padding-top: .2rem;
	border-bottom: 1px solid #ddd;
}

.p-body-nav span {
	padding: 0 .5rem;
	padding-bottom: .3rem;
	display: inline-block;
	font-size: .5rem;
}

.p-body-nav .active span {
	color: #ff6b6f;
	border-bottom: 2px solid #ff6b6f;
}

.p-body-intro {
	line-height: 1.5;
	text-align: justify;
	font-size: 0.4rem;
	color: #999;
	padding: .2rem 0;
}

.p-body-com {
	display: none;
	padding-top: .2rem;
}

.p-body-com-item {
	padding-bottom: .5rem;
}

.p-body-com-info {
	position: relative;
	padding-bottom: .2rem;
}

.p-body-com-user {
	height: 1rem;
	line-height: 1rem;
}

.p-body-com-user img {
	width: 1rem;
	border-radius: 50%;
	margin-right: .2rem;
}

.p-body-com-time {
	position: absolute;
	right: .2rem;
	color: #c7c7c7;
	top: 0;
	line-height: 1rem;
}

.p-body-com-txt {
	padding: .2rem 0;
	line-height: 1.5;
	text-align: justify;
	font-size: 0.4rem;
	color: #666;
}

.p-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 1.5rem;
	background-color: #ffffff;
	border-top: 1px solid #ddd;
}

.p-footer>div {
	display: inline-block;
}

.p-footer-xx {
	line-height: 1.5rem;
	padding-left: .3rem;
	font-size: 0.4rem;
	color: #999;
}

.p-footer-xx img {
	width: .5rem;
	position: relative;
	top: .55rem;
	margin-right: .2rem;
}

.p-footer-btn {
	width: 4.5rem;
	height: 100%;
	background-color: #ff6b6f;
	background-image: -webkit-linear-gradient(135deg, #ffa6a9 10%, #ff6b6f);
	background-image: -moz-linear-gradient(135deg, #ffa6a9 10%, #ff6b6f);
	background-image: -ms-linear-gradient(135deg, #ffa6a9 10%, #ff6b6f);
	background-image: -o-linear-gradient(135deg, #ffa6a9 10%, #ff6b6f);
	background-image: linear-gradient(135deg, #ffa6a9 10%, #ff6b6f);
	line-height: 1.5rem;
	text-align: center;
	font-size: 0.4rem;
	color: #ffffff;
	float: right;
}

.site-details .p-header {
	overflow: hidden;
}

.site-details .p-header img {
	width: 100%;
}

.site-details .p-title-cc p {
	margin: 10px 0;
}

.site-details .p-intro-item {
	padding-bottom: .5rem;
	margin-bottom: .3rem;
}

.site-details .p-intro-item ul {
	margin: .2rem 0;
}

.site-details .p-intro-item li {
	display: inline-block;
	border: 1px solid #c7c7c7;
	color: #333;
	border-radius: .5rem;
	padding: .1rem .3rem;
	font-size: .32rem;
}

.site-details .p-intro-item.border_bottom {
	border-bottom: 1px solid #ddd;
}

.site-details .p-intro-title {
	font-size: .45rem;
	color: #333;
	padding: 0 .15rem;
	margin-bottom: .2rem;
	border-left: 1px solid #ff6b6f;
}

.site-details .p-footer-btn {
	width: 100%;
}

.site-details .p-com-more {
	text-align: center;
	color: #ff6b6f;
	padding: .5rem 0 .2rem 0;
}

.site-details .p-com-more img {
	width: .5rem;
	margin-left: .1rem;
}

.site-details .p-body-com-item {
	border-bottom: 1px solid #ddd;
	padding: .3rem 0;
}

.c-wrapper {
	padding: .4rem;
}

.c-wrapper .h-title {
	margin: .4rem 0;
	font-weight: 100;
}

.c-swiper {
	margin-bottom: 1rem;
}

.c-swiper .c-time {
	text-align: center;
	padding: .2rem 0;
	font-size: 0.4rem;
	color: #666;
	background-color: #ffffff;
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	-ms-border-radius: 0.15rem;
	-o-border-radius: 0.15rem;
	border-radius: 0.15rem;
}

.c-swiper .c-time p {
	padding: .12rem 0;
}

.c-swiper .active {
	background-color: #ff6b6f;
	color: #ffffff;
}

.c-number {
	margin: .5rem 0;
	margin-bottom: 1rem;
	text-align: center;
	padding: .5rem 0;
	border: 1px solid #ddd;
	background-color: #ffffff;
	position: relative;
	font-size: 0.5rem;
	color: #666;
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	-ms-border-radius: 0.15rem;
	-o-border-radius: 0.15rem;
	border-radius: 0.15rem;
}

.c-number li {
	height: 1.5rem;
	width: 1.8rem;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: .5rem;
}

.c-number img {
	width: .4rem;
}

.c-number .add {
	left: auto;
	right: 0;
}

.c-number:after {
	content: '';
	position: absolute;
	height: .9rem;
	width: 1px;
	background-color: #ddd;
	left: 1.8rem;
	top: .28rem;
}

.c-number:before {
	content: '';
	position: absolute;
	height: .9rem;
	width: 1px;
	background-color: #ddd;
	right: 1.8rem;
	top: .28rem;
}

.c-join {
	background-color: #ffffff;
	padding: 0 .4rem;
	margin: .5rem 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	-ms-border-radius: 0.15rem;
	-o-border-radius: 0.15rem;
	border-radius: 0.15rem;
}

.c-join li {
	display: inline-block;
}

.c-join-item {
	font-size: 0.4rem;
	color: #666;
	padding: .5rem 0;
	border-bottom: 1px solid #ddd;
}

.c-join-name {
	width: 3rem;
}

.c-join-add {
	border: none;
	text-align: center;
	position: relative;
}

.c-join-add img {
	position: relative;
	width: .4rem;
	margin-left: .1rem;
}

.c-join .active {
	color: #ff6b6f;
	position: relative;
}

.c-join .active:after {
	content: '';
	position: absolute;
	top: .5rem;
	right: .3rem;
	width: .4rem;
	height: .4rem;
	background-image: url('../img/icon/check.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.c-btn {
	width: 100%;
	padding: .4rem;
	text-align: center;
	font-size: 0.5rem;
	color: #ffffff;
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	-ms-border-radius: 0.15rem;
	-o-border-radius: 0.15rem;
	border-radius: 0.15rem;
	background-color: #ff6b6f;
	background-image: -webkit-linear-gradient(135deg, #ffa6a9 10%, #ff6b6f);
	background-image: -moz-linear-gradient(135deg, #ffa6a9 10%, #ff6b6f);
	background-image: -ms-linear-gradient(135deg, #ffa6a9 10%, #ff6b6f);
	background-image: -o-linear-gradient(135deg, #ffa6a9 10%, #ff6b6f);
	background-image: linear-gradient(135deg, #ffa6a9 10%, #ff6b6f);
}

.c-btn.default {
	color: #ff6b6f;
	background-color: #ffffff;
	background-image: none;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.025), 0px 0px 12px
		rgba(0, 0, 0, 0.035);
}

.c-check-icon {
	text-align: center;
	margin-top: .8rem;
}

.c-check-icon .c-img {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	background-color: #ff6b6f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.c-check-icon .c-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.5rem;
}

.c-check-icon .error {
	display: none;
	background-color: #ffffff;
}

.c-text {
	text-align: center;
	margin-top: .7rem;
}

.c-text h4 {
	font-size: 0.5rem;
	color: #333;
	margin: .4rem 0;
}

.c-text p {
	font-size: 0.4rem;
	color: #999;
	margin: .3rem;
}

.c-btn-box {
	margin-top: .4rem;
}

.c-btn-box a {
	margin: .3rem 0;
	display: block;
}

.u-wrapper {
	padding-bottom: 1.7rem;
}

.u-activity, .u-info, .u-end {
	margin: .4rem;
	-webkit-border-radius: 0.18rem;
	-moz-border-radius: 0.18rem;
	-ms-border-radius: 0.18rem;
	-o-border-radius: 0.18rem;
	border-radius: 0.18rem;
}

.u-header {
	width: 100%;
	height: 6.1rem;
	background-image: url('../img/user-head.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: 100%;
	margin-top: -0.8rem;
	background-position-y: -1rem;
}

.u-info {
	background-color: #ffffff;
	padding: .4rem;
	padding-top: 1.5rem;
	margin-top: -1rem;
	position: relative;
}

.u-info-img {
	position: relative;
	overflow: hidden;
	border: 0.1rem solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1rem;
	width: 2rem;
	height: 2rem;
}

.u-info-img label:after {
	content: '更换';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	line-height: 2rem;
}

.u-info-img img {
	width: 100%;
}

.u-info-img input {
	display: none;
}

.u-info-name {
	font-size: 0.5rem;
	color: #333;
	text-align: center;
}

.u-info-menu {
	text-align: center;
	margin: .2rem;
	margin-top: .8rem;
	display: flex;
	justify-content: space-between;
}

.u-info-menu li {
	width: 50%;
	font-size: 0.4rem;
	color: #666;
}

.u-info-menu img {
	width: .7rem;
	margin-bottom: .2rem;
}

.u-activity {
	padding: .4rem;
	margin: .6rem .4rem;
	background-color: #ffffff;
}

.u-activity-title {
	position: relative;
	padding-bottom: .7rem;
}

.u-activity-title span {
	font-size: 0.5rem;
	color: #333;
}

.u-activity-title p {
	font-size: 0.4rem;
	color: #999;
	float: right;
}

.u-activity-title p img {
	position: relative;
	top: -0.05rem;
	width: .25rem;
	margin-left: .2rem;
}

.u-activity-list {
	display: flex;
	justify-content: space-between;
	margin: .4rem 0;
}

.u-activity-list li {
	width: 50%;
	text-align: center;
	color: #999;
}

.u-activity-list li span {
	font-size: .5rem;
}

.u-activity-list li p {
	font-size: .4rem;
	margin-top: .2rem;
}

.u-end {
	margin-top: .7rem;
}

.u-end .c-btn {
	color: #999;
}

.u-child {
	padding: .4rem;
}

.u-form {
	margin-top: 3.5rem;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.025), 0px 0px 12px
		rgba(0, 0, 0, 0.035);
}

.u-form .u-info-img {
	top: 1rem;
}

.u-form-list {
	background-color: #ffffff;
	-webkit-border-radius: 0.18rem;
	-moz-border-radius: 0.18rem;
	-ms-border-radius: 0.18rem;
	-o-border-radius: 0.18rem;
	border-radius: 0.18rem;
	overflow: hidden;
	margin-bottom: .8rem;
}

.u-form-item {
	position: relative;
	padding: .2rem 0;
	border-bottom: 1px solid #ddd;
	font-size: 0.4rem;
	color: #666;
}

.u-form-item span {
	position: absolute;
	top: .5rem;
	left: .4rem;
}

.u-form-item input {
	width: 100%;
	height: 1rem;
	padding-left: 2rem;
	border: none;
	font-size: .4rem;
}

.u-form-item input:disabled {
	background-color: transparent;
	color: #bbb;
}

.u-form-btn {
	position: absolute;
	right: .4rem;
	top: .5rem;
	font-size: 0.4rem;
	color: #ff6b6f;
}

.u-form .check_d {
	color: #999;
}

.u-form-radio {
	width: 100%;
	height: 1rem;
	padding-left: 1.8rem;
}

.u-form-radio input {
	display: none;
}

.u-form-radio label {
	display: inline-block;
	text-align: center;
	padding: .28rem;
}

.u-form-radio input:checked+i {
	color: #ff6b6f;
}

.u-form .c-btn {
	background-image: none;
}

.u-form .c-btn a {
	color: #ffffff;
}

.u-form .hide {
	display: none;
}

.u-zan {
	padding: .35rem;
}

.u-zan .h-itemx {
	display: inline-block;
	margin-bottom: .2rem;
	left: 0;
	width: 4.8rem;
}

.u-zan .h-itemx:nth-child(2n) {
	margin-left: .18rem;
}

.u-a-nav {
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}

.u-a-nav li {
	width: 50%;
	text-align: center;
	padding: .4rem 0;
}

.u-a-nav .active {
	position: relative;
	color: #ff6b6f;
}

.u-a-nav .active:after {
	content: '';
	position: absolute;
	width: .9rem;
	height: .1rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-color: #ff6b6f;
}

.u-actitvty {
	padding: 0;
}

.u-actitvty-box {
	padding: .4rem;
}

.u-actitvty-item {
	background-color: #ffffff;
	padding: .5rem;
	padding-bottom: .6rem;
	-webkit-border-radius: 0.18rem;
	-moz-border-radius: 0.18rem;
	-ms-border-radius: 0.18rem;
	-o-border-radius: 0.18rem;
	border-radius: 0.18rem;
	margin-bottom: .4rem;
}

.u-actitvty-list {
	display: none;
}

.u-actitvty h4 {
	font-weight: 400;
	font-size: 0.4rem;
	color: #333;
}

.u-actitvty p {
	margin: .28rem 0;
	font-size: 0.35rem;
	color: #999;
}

.u-actitvty span {
	font-size: 0.35rem;
	color: #999;
}

.u-actitvty-err {
	color: #ff6b6f !important;
}

.u-actitvty .active {
	display: block;
}

.u-com-item {
	position: relative;
	background-color: #ffffff;
	padding: .3rem;
	margin: .3rem 0;
	-webkit-border-radius: 0.18rem;
	-moz-border-radius: 0.18rem;
	-ms-border-radius: 0.18rem;
	-o-border-radius: 0.18rem;
	border-radius: 0.18rem;
}

.u-com-head {
	padding: .3rem;
	padding-top: 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.u-com-head p {
	line-height: 1rem;
}

.u-com-icon {
	position: absolute;
	width: .25rem;
	right: .3rem;
	top: .3rem;
}

.u-com-img {
	width: 1rem;
	height: 1rem;
	overflow: hidden;
	float: left;
	background-color: #ff6b6f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-right: .2rem;
}

.u-com-img img {
	width: 100%;
}

.u-com-text {
	font-size: 0.4rem;
	color: #999;
	padding: .3rem 0;
	line-height: 1.5;
	text-align: justify;
}

.u-com-time {
	font-size: 0.4rem;
	color: #bbb;
}

.u-com-remove {
	position: relative;
	left: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.u-com-remove .u-com-rm {
	display: block;
}

.u-com-rm {
	display: none;
	position: absolute;
	right: -2.5rem;
	top: 0;
	width: 2.5rem;
	height: 100%;
	border-bottom-right-radius: .18rem;
	border-top-right-radius: .18rem;
	background-color: #ff6b6f;
	background-image: url(../img/icon/remove.png);
	background-repeat: no-repeat;
	background-size: .6rem;
	background-position: 50% 50%;
}

/* 使用imgJsLazyLoad加载图片，需要去掉src(加上imgv)，去掉会导至空白，在上层div加个加载效果的背景 */
.loadimgCss {
	background: url('../../layer/theme/default/loading-2.gif') no-repeat
		center center;
}

.bottom-swiper-wrap, .first-container, .three-container, .two-container,
	.four-container {
	overflow: hidden;
}