* {
	padding: 0;
	margin: 0;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
}

@media (min-width: 320px) {
	html {
		font-size: 100px;
	}
}

@media (min-width: 360px) {
	html {
		font-size: 112.5px;
	}
}

@media (min-width: 400px) {
	html {
		font-size: 125px;
	}
}
.padding{
	padding-bottom: 50px;
	/*background: white;*/
	overflow: auto;
}
.ceng {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 20;
}

li {
	list-style: none;
}

a {
	color: #4A4A4A;
	text-decoration: none;
}

body {
	font-size: 14px;
	font-family: '微软雅黑', 'micosoft yahei';
	font-family: '微软雅黑', arial, 'Times New Roman';
	font-family: PingFangSC-Light, sans-serif;
	color: #494949;
	margin: 0 auto;
	max-width: 720px;
}

header {
	background: #fff;
	position: relative;
	border-top: 1px solid transparent;
	height: 60px;
	border-bottom: 1px solid #eee;
	width: 100%;
}

.green {
	color: #1EBF0E;
}

.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
	height: 0;
}

.clearfix::after {
	clear: both;
}

.tishi {
	position: fixed;
	top: 40%;
	left: 20%;
	width: 60%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 16px;
	z-index: 5;
	text-align: center;
	border-radius: 5px;
	display: none;
}
/*头部标题,返回*/
.head {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	color: #666;
	background: white;
	position: fixed;
	top: 0;
	z-index: 9;
	max-width: 720px;
}
.head div{
	position: absolute;
	left: 13px;
}
.head div span,.head div a{
	width: 30px;
	display: inline-block;
}
.head div a img{
	width: 40%;
	vertical-align: middle;
}
.head div span img{
	width: 100%;
	vertical-align: middle;
}
.head h3{
	width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
}
.business_pay{
	padding: 50px 0;
}

.business_sign,
.business_expense {
	background: #F7F7F7;
	position: relative;
}

.business_sign .top,
.business_pay .top,
.business_expense .top {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.17rem;
	background: #fff;
	border-bottom: 1px solid #efefef;
	position: relative;
	font-weight: bold;
}

.business_sign .top .top_left,
.business_pay .top .top_left,
.business_expense .top .top_left {
	position: absolute;
	top: 0.15rem;
	left: 0.2rem;
	width: 0.12rem;
	height: 0.22rem;
	display: inline-block;
}

.business_sign .xinxi_title {
	padding: 0 0.2rem;
	font-weight: bold;
	font-size: 0.15rem;
	line-height: 0.4rem;
	height: 0.4rem;
}

.business_sign .xinxi_title .grey {
	color: #898989;
	font-weight: normal;
	margin-left: 0.08rem;
	font-size: 0.13rem;
}

.business_sign .xinxi_title .green_point {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	vertical-align: 0.03rem;
	margin-right: 0.04rem;
	background: #13C60E;
}

.business_sign .xinxi {
	background: #fff;
}

.business_sign .xinxi>li {
	border-bottom: 0.5px solid #efefef;
	height: 0.6rem;
	line-height: 0.6rem;
	position: relative;
	padding: 0 0.2rem;
	font-size: 0.13rem;
}

.business_sign .jihe_place {
	display: inline-block;
	width: 1.6rem;
	vertical-align: middle;
	overflow: hidden;
	line-height: normal;
	font-weight: bold;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.business_sign .xinxi>li .arrow_down {
	width: 0.12rem;
	float: right;
	margin-top: 0.26rem;
	margin-right: 0.1rem;
}

.business_sign .xinxi>li .arrow_down.down {
	transform: rotate(180deg);
}

.business_sign .xinxi>li ol.jihe_list {
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 0 0.2rem;
	box-sizing: border-box;
	z-index: 2;
	display: none;
	/* border: 1px solid #ddd; */
	box-shadow: 2px 2px 10px #F7F7F7;
}

.business_sign .xinxi>li .jihe_list li {
	border-bottom: 0.5px solid #EDEDED;
	font-family: PingFangSC-Semibold;
	height: 0.6rem;
	position: relative;
}

.business_sign .xinxi>li .jihe_list li:first-child {
	border-top: 0.5px solid #EDEDED;
}

.business_sign .xinxi>li .jihe_list li span {
	width: 1.2rem;
	line-height: 0.6rem;
	height: 0.6rem;
	vertical-align: middle;
}

.business_sign .jihe_list li p {
	width: 2.4rem;
	display: inline-block;
	line-height: normal;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	transform: translateY(-50%);
}

.business_sign .xinxi>li .jihe_list li .checkbox {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	border: 1px solid #ddd;
	border-radius: 50%;
	box-sizing: border-box;
}

.business_sign .jihe_list li .checkbox.checked {
	background: url(../../images/event_app/place1.png) 0 0 no-repeat;
	background-size: 0.2rem 0.2rem;
}

.business_sign .xinxi textarea {
	border: 0;
	outline: none;
	resize: none;
	width: 100%;
	height: 1.26rem;
	background: #fff;
	padding: 0.1rem 0.12rem;
	box-sizing: border-box;
	font-size: 0.13rem;
}

.business_sign .xinxi>li span {
	display: inline-block;
	width: 0.8rem;
	color: #4A4A4A;
	font-size: 0.13rem;
}

.business_sign .xinxi>li input {
	border: 0;
	outline: none;
	width: 1.5rem;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0.13rem;
	height: 0.6rem;
}

.business_sign .agree {
	line-height: 0.4rem;
	padding: 0 0.12rem;
	height: 0.4rem;
	margin-bottom: 0.2rem;
}

.business_sign .agree .checkbox {
	width: 0.14rem;
	height: 0.14rem;
	border: 1px solid #ddd;
	border-radius: 2px;
	display: inline-block;
	vertical-align: -0.03rem;
}

.business_sign .agree .checkbox.checked {
	background: url(../../images/event_app/checked.png) 0 0 no-repeat;
	background-size: 0.14rem 0.14rem;
}

.business_sign #demo_select_dummy {
	width: 0.6rem;
	color: #4A4A4A;
	font-weight: normal;
	background: url(../../images/event_app/icon_d.png) right center no-repeat;
	background-size: 0.12rem 0.07rem;
	font-size: 0.13rem;
}

.business_sign .tips {
	position: absolute;
	top: 20%;
	left: 10%;
	width: 80%;
	background: #fff;
	border-radius: 0.05rem;
	text-align: center;
}

.business_sign .tips .btns {
	height: 0.5rem;
	line-height: 0.5rem;
	border-top: 1px solid #efefef;
}

.business_sign .tips .content {
	max-height: 2.5rem;
	overflow: auto;
	padding: 0.17rem;
	text-align: left;
}

.business_sign .tips .content .blod {
	font-weight: bold;
	text-align: left;
	font-size: 0.15rem;
	line-height: 0.3rem;
}

.business_sign .tips .btns a {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.business_sign .tips .btns a.no {
	color: #24DA1B;
}

.business_sign .tips .btns a.no:before {
	content: '';
	display: inline-block;
	height: 0.2rem;
	width: 1px;
	background: #efefef;
	border-left: 1px solid #efefef;
	position: absolute;
	left: 0;
	top: 0.15rem;
}

.footer {
	height: 0.45rem;
	line-height: 0.45rem;
	background: #fff;
	box-shadow: 0 -2px 10px #eee;
	position: fixed;
	width: 100%;
	bottom: 0;
	max-width: 720px;
}

.footer .footer_left {
	width: 70%;
	float: left;
	height: 0.45rem;
	color: #878787;
	padding-left: 0.1rem;
	box-sizing: border-box;
}

.footer .footer_left .green {
	color: #26DD1C;
	vertical-align: middle;
}

.footer .footer_left .green b {
	font-size: 0.16rem;
}

.footer .footer_right {
	width: 30%;
	float: right;
	height: 0.45rem;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #26DD1C;
	text-shadow: none;
}
.tit_padding .ui-page {
	padding-bottom: .5rem;
}
.top_title{
	display: flex;
	padding: 8px 0.1rem;
}
.top_title .top_back{
	width: 10px;
}
.top_title .top_back img{
	width: 100%;
	vertical-align: middle;
}
.top_title .search_panel{
	width: calc(100% - 20px);
	text-align: center;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
}
.top_panel .top_btn {
	width: 50px;
	height: 24px;
	border: 1px solid #19BA1D;
	border-radius: 1rem;
	box-sizing: border-box;
	line-height: 22px;
	text-align: center;
	display: inline-block;
}
.top_panel .top_btn a {
	font-size: 14px;
	font-weight: 400;
	color: #19BA1D;
	display: inline-block;
}
/*支付成功*/
.pay_success .logo{
	text-align: center;
	display: block;
	margin:10px auto;
}
.pay_success .logo img{
	width: 160px;
	margin: 30px auto;
}
.pay_success .font16{
	color: #494949;
	font-size: 18px;
	margin: 0 auto;
}
.pay_success .green{
	text-align: center;
	display: block;
	text-decoration: underline;
	margin-top: 15px;
	font-size: 15px;
}
.pay_success .gray{
	color: #4A4A4A;
	margin: 0.1rem auto;
	width: 180px;
}
.pay_success .order_id{
	font-size: 13px;
	color: #9B9B9B;
}
.pay_success .hot_go{
	width: 80%;
    margin: auto;
	/*border-top: 1px solid #e4e4e4;*/
    margin-top: 30px;
}
.pay_success .hot_go p{
	width: 100%;
	text-align: center;
	margin: 0.6rem auto 0;
	color: #9B9B9B;
	font-size: 12px;
}
.pay_success .btn_green{
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	max-width: 260px;
	color: #fff;
	margin: 10px auto 0;
	background: rgba(19, 198, 14, 1);
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	display: block;
}
.pay_success .tip{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: #F4F4F4;
	color: #A4A4A4;
	font-size: 12px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 100%;
}

/* .footer .footer_right.disable{
	background: #c7edc5;
} */

.pay_list li {
	height: 0.7rem;
	line-height: 0.7rem;
	padding: 0 0.2rem;
	padding-left: 0.62rem;
	position: relative;
	border-bottom: 0.5px solid #ededed;
	background: #fff;
}

 .pay_list li img {
	width: 0.24rem;
	height: 0.24rem;
	position: absolute;
	top: 0.23rem;
	left: 0.2rem;
}

.pay_list li .checkbox {
	width: 0.18rem;
	height: 0.18rem;
	display: inline-block;
	float: right;
	margin-top: 0.28rem;
	border: 1px solid #ddd;
	border-radius: 0.05rem;
}

.pay_list li .checkbox.checked {
	background: url(../../images/event_app/checked.png) 0 0 no-repeat;
	background-size: 0.18rem 0.18rem;
}


/* 提示框 begin */

.tips {
	position: absolute;
	top: 40%;
	left: 10%;
	width: 80%;
	background: #fff;
	height: 1.5rem;
	border-radius: 0.05rem;
	text-align: center;
}

.tips .btns {
	height: 0.5rem;
	line-height: 0.5rem;
	border-top: 1px solid #efefef;
}

.tips .content {
	height: 1rem;
	line-height: 1rem;
	font-size: 0.15rem;
}

.tips .btns a {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-size: 0.15rem;
}

.tips .btns a.no {
	color: #24DA1B;
}

.tips .btns a.no:before {
	content: '';
	display: inline-block;
	height: 0.2rem;
	width: 1px;
	background: #efefef;
	position: absolute;
	left: 0;
	top: 0.15rem;
}


/* 提示框end */

.business_expense .pay_list li {
	height: 0.7rem;
	padding: 0 0.2rem;
	padding-left: 0.52rem;
	position: relative;
	border-bottom: 0.5px solid #efefef;
	background: #fff;
}

.business_expense .tips {
	position: absolute;
	top: 40%;
	left: 10%;
	width: 80%;
	background: #fff;
	height: 1.5rem;
	border-radius: 0.05rem;
	text-align: center;
}

.business_expense .tips .btns {
	height: 0.5rem;
	line-height: 0.5rem;
	border-top: 1px solid #efefef;
}

.business_expense .tips .content {
	height: 1rem;
	line-height: 1rem;
	font-size: 0.12rem;
}

.business_expense .tips .btns a {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.business_expense .tips .btns a.no {
	color: #24DA1B;
}

.business_expense .tips .btns a.no:before {
	content: '';
	display: inline-block;
	height: 0.2rem;
	width: 1px;
	background: #efefef;
	position: absolute;
	left: 0;
	top: 0.15rem;
}

.business_expense #dou_use .tips {
	height: auto;
	top: 30%;
}

.business_expense #dou_use .tips .content {
	height: auto;
	line-height: 0.22rem;
	text-align: left;
	box-sizing: border-box;
	padding: 0.17rem;
	font-size: 0.13rem;
}

.business_expense #dou_use .tips .content .blod {
	font-weight: bold;
	line-height: 0.28rem;
	font-size: 0.15rem;
}

.business_expense #dou_use .tips .btns a.no:before {
	content: '';
	display: inline-block;
	height: 0.2rem;
	width: 0;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0.15rem;
}

.business_expense #dou_use .tips .content .blod:first-child {
	font-size: 0.15rem;
	line-height: 0.3rem;
}

.business_expense #dou_use .tips .btns a {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.business_expense #dou_use .tips .btns a.no {
	color: #24DA1B;
	font-size: 0.15rem;
	font-weight: bold;
}

.business_expense .pay_list li img:not(.tip) {
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	top: 0.14rem;
	left: 0.2rem;
}

.business_expense .pay_list li img.tip {
	width: 0.15rem;
	vertical-align: middle;
	margin: 0 0.05rem;
}

.business_expense .pay_list li .checkbox {
	width: 0.18rem;
	height: 0.18rem;
	display: inline-block;
	float: right;
	margin-top: -0.4rem;
	border: 1px solid #ddd;
	border-radius: 0.05rem;
}

.business_expense .pay_list li .checkbox.checked {
	background: url(../../images/event_app/checked.png) 0 0 no-repeat;
	background-size: 0.18rem 0.18rem;
}

.business_expense .pay_list li .red {
	color: #EE5669;
	float: right;
	margin-top: -0.4rem;
	margin-right: 0.25rem;
	font-size: 0.15rem;
	font-weight: bold;
}

.business_expense .pay_list li .youhui {
	padding-top: 0.13rem;
	font-size: 0.16rem;
}

.business_expense .pay_list li .youhui p {
	font-size: 0.11rem;
	margin-top: 6px;
	color: #9b9b9b;
}

.business_expense .event_info {
	padding: 0.2rem 0.12rem;
	padding-left: 1.05rem;
	position: relative;
	background: #fff;
}

.business_expense .event_info img {
	position: absolute;
	width: 0.72rem;
	height: 0.54rem;
	top: 0.23rem;
	left: 0.2rem;
}

.business_expense .event_info ul li:first-child {
	font-size: 0.14rem;
	font-family: PingFangSC-Semibold;
	color: rgba(73, 73, 73, 1);
	line-height: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	display: -webkit-box;
	font-weight: bold;
	height: 0.36rem;
}

.business_expense .event_info ul li:nth-child(2) {
	margin-top: 0.1rem;
	font-size: 0.11rem;
}

.business_expense .event_info ul li:nth-child(2) .red {
	float: right;
	color: #EE5669;
	font-size: 0.13rem;
	font-weight: bold;
	/* margin-top: -0.03rem; */
}

.business_expense .title {
	height: 0.5rem;
	line-height: 0.6rem;
	padding-left: 0.2rem;
	color: #9B9B9B;
	font-size: 0.13rem;
}

/*订单填写*/
.order_cont{
	padding: 15px 10px;
	border-bottom: 1px solid #F8F8F8;
}
.order_cont .order_main{
	display: flex;
	justify-content: space-between;
}
.order_main .order_pic{
	width: 28%;
}
.order_main .order_pic img{
	width: 100%;
}
.order_main .order_text{
	width: 72%;
	padding-left: 10px;
}
.order_main .order_text div{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.order_main .order_text p{
	margin: 3px 0;
	font-size: 12px;
	color: #494949;
}
.order_cont .order_price{
	text-align: right;
	color: #393939;
	font-size: 12px;
	float: right;
}
.order_cont .order_price i{
	font-style: normal;
	font-weight: bold;
}
/*报名人信息*/
.add_event{
	display: none;
}
.order_discount .add_user{
	width: 60%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #26DD1C;
	border: 1px solid #26DD1C;
	border-radius: 5px;
	margin: 20px auto;
	background-color: rgba(231, 249, 230, 1);
}
.user_list{
	display: flex;
	justify-content: space-between;
}
.user_list ul{
	width: 100%;
}
.user_list ul li{
	float: left;
	text-align: center;
	width: 66px;
    height: 32px;
    line-height: 32px;
	background: #F7F7F7;
	margin: 1% 2% 1% 0;
	border: 1px solid #F7F7F7;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user_list a{
	margin: auto;
}
.user_list span{
	display: inline-block;
	float: left;
    margin-top: 10px;
    margin-left: 5px;
}
.user_list span img{
	width: 20px;
}
.user_list ul .bg{
	color: #26DD1C;
	background: url(../../images/event_app/bg_1.png) no-repeat center;
	background-size: 100% 100%;
}
.user_info_list ul li{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	padding-right: 5px;
}
.user_info_list .del{
	width: 10%;
	margin: auto;
}
.user_info_list .del img{
	width: 20px;
}
/*集合点*/
.set{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
}
.set .set_cont{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: white;
}
.set ul{
	position: absolute;
	background: white;
	width: 100%;
}
.set ul li{
	border-bottom: 1px solid #E4E4E4;
	padding: 15px 20px;
	display: flex;
}
.set ul li .user_list_right{
	margin-left: 10px;
}
.user_info_list .user_info_right{
	width: 90%;
	padding: 0 5% 0 5px;
	background-size: 20px;
}
.user_info_list .user_info_right_bg{
	background: url(../../images/event_app/icon_arrow2_right.png) no-repeat center right;
	background-size: 16px;
}
.user_info_list .user_info_right div{
	font-weight: bold;
}
.user_info_list .user_info_right div span{
	margin-right: 20px;
}
.user_info_list .user_info_right p{
	margin: 3px 0;
	color: #666;
}

.order_discount .user_new{
	text-align: center;
	color: #999;
	margin-top: 20px;
}
/*新增报名人*/
.xinxi{
	padding: 10px;
	font-size: 15px;
    color: #4a4a4a;
}
.xinxi li{
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #F8F8F8;
	position: relative;
}
.xinxi li>span{
	display: inline-block;
	min-width: 31%;
	padding: 0 10px;
}
.xinxi li .message,
.xinxi li .passCode{
	display: inline-block;
	font-size: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	right: 0;
	background: white;
}
.xinxi li .message{
	color: #26DD1C;
	border: 1px solid #26DD1C;
	border-radius: 4px;
	padding: 4px 5px;
}
.xinxi li .passCode{
	width: 60px;
	height: 24px;
}
/*#contactAreaCode_dummy{
	width: 64px;
    background: url(../../images/event_app/icon_d.png) right center no-repeat;
    background-size: 0.12rem 0.07rem;
    padding-right: 20px;
    display: inline-block;
    overflow: hidden;
    text-align: right;
}*/
.xinxi li input{
	border: 0;
	outline: none;
	padding: 0 5px;
	width: 48%;
	font-size: 12px;
}
.xinxi li .international_quhao{
	width: 100%;
    border: 0;
    outline: none;
    position: fixed;
    background: white;
    top: 0;
    display: none;
}
.xinxi li .international_quhao p{
	padding: 10px 0;
	border-bottom: 1px solid #E4E4E4;
}
.xinxi #demo_select_dummy {
	width: 0.6rem;
    color: #4A4A4A;
    font-weight: normal;
    background: url(../../images/event_app/icon_d.png) right center no-repeat;
    background-size: 12px;
    font-size: 0.13rem;
	padding: 0;
}
.xinxi .date_li input{
    background: url(../../images/event_app/event_date.png) right center no-repeat;
}
.xinxi .sex_li input{
    background: url(../../images/event_app/icon_d.png) right center no-repeat;
    background-size: 0.12rem 0.07rem;
}
.xinxi .certificateType-hide input{
	width: 66%;
}
.add_event .add_btn{
	margin: 30px auto 0;
	text-align: center;
	width: 80%;
	height: 40px;
	line-height: 40px;
	color: white;
	border-radius: 5px;
	background: #E4E4E4;
}
.add_event .add_btned{
	background: #26DD1C;
}
.add_event .redDel{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.add_event .redDel a{
	color: #26DD1C;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}
.phone-area-code{
	display: inline-block;
	text-align: right;
	width: 64px;
    background: url(../../images/event_app/icon_d.png) right center no-repeat;
    background-size: 12px;
    padding-right: 20px;
}
/* 选择地区 */
.areaCode-list-wrap > ul {
    background: #fff;
}
.areaCode-list-wrap > ul > li {
    min-height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    color: #2a2a2a;
}
.areaCode-list-wrap > ul > li:last-child {
    border-bottom: 0;
}
.areaCode-list-wrap > ul .area-code {
    color: #999;
}
.areaCode-list-wrap .part-mark {
    padding-left: 25px;
}
#areaCodeSearch {
    display: block;
    width: 100%;
    min-height: 30px;
    background: #f0eff5;
    vertical-align: middle;
    border-radius: 3px;
    text-align: center;
    border: 0;
}
.areaCode-list-wrap p{
	padding: 0 5px;
}
.aside-select-wrap {
    position: fixed;
    top: 10%;
    right: 0;
}
.aside-select-wrap a {
    display: block;
    padding: 2px 4px;
    color: #00b386;
    font-size: 12px;
}
/*选择报名人*/
.choose_event{
	display: none;
}
.choose_event .new_use{
	display: flex;
    justify-content: space-between;
	padding: 20px 15px;
    color: #26DD1C;
    font-size: 16px;
    height: 64px;
    line-height: 20px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: bold;
}
.choose_event .new_use .new_use_add{
	font-size: 36px;
	color: #26DD1C;
}
.add_user_list ul {
	padding-left: 20px;
}
.add_user_list ul li{
	display: flex;
	padding: 20px 10px 20px 0;
    border-bottom: 1px solid #F8F8F8;
}
.add_user_list ul li .del{
	width: 7%;
    text-align: right;
}
.add_user_list ul li .user_list_right{
	width: 80%;
}
.add_user_list ul li .del img{
	width: 14px;
}
.add_user_list .user_list_right div{
	font-weight: bold;
}
.add_user_list .user_list_right p{
	margin: 3px 0;
}
.add_user_list .check {
	display: inline-block;
	width: 10%;
	background: none;
}
.add_user_list span img{
	width: 18px;
}
.add_user_list span input{
	display: none;
}
.add_user_btn{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 19px;
	height: 50px;
	line-height: 50px;
	color: white;
	background: #26DD1C;
	max-width: 720px;
}

/* 优惠信息 start */
.order_discount{
	padding: 20px 10px;
	border-bottom: 1px solid #F8F8F8;
}
.order_discount h4,.order_remarks h4{
	font-size: 18px;
	margin-bottom: 13px;
}
.youhui-item {
	position: relative;
	padding: 15px 0;
	padding-left: 40px;
}
.youhui-item>span{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -18px;
	cursor: pointer;
	display: flex;
	font-size: 13px;
}
.youhui-item>span i{
	font-style: normal;
	margin-right: 10px;
	color: #E03A3C;
}
.youhui-item>span img{
	width: 18px;
	height: 18px;
}
.youhui-item>span>input,.agreement>span>input{
	display: none;
}
.youhui-item .youhui-icon {
	position: absolute;
	top: 38%;
	left: 10px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.youhui-item .youhui-icon.lingqian {
	background-image: url('../../images/event/business_event/lingqian.png');
}
.youhui-item .youhui-icon.bean {
	background-image: url('../../images/event/business_event/bean.png');
}
.youhui-item .info-left {
	font-size: 12px;
}
.youhui-item .info-left .span-title {
	font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}
.youhui-item .info-left .remark0 {
	color: #666;
}
.youhui-item .info-left{
	display: inline-block;
	position: relative;
}
.youhui-item .info-left .remark1{
	padding-right: 24px;
}
.youhui-info .remark1 img{
	position: absolute;
	right: 0px;
	width: 15px;
}
/* 优惠信息 end */

/* 特殊信息 start */
.order_remarks{
	padding: 20px 10px;
}
.special-content textarea {
	resize: none;
	width: 100%;
	height: 80px;
	border: 0;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 12px;
	border-radius: 2px;
	outline: none;
	background: #f7f7f7;
	font-size: 15px;
}
.textarea-wrap {
	position: relative;
}
.textarea-wrap .textarea-word-count {
	position: absolute;
	bottom: 6px;
	right: 6px;
	color: #a5a5a5;
	font-size: 12px;
}
/* 特殊信息 end */
.agreement{
	padding: 0 10px 0 35px;
	color: #999;
	position: relative;
	margin-bottom: 20px;
}
.agreement a{
	color: #26DD1C;
}
.agreement span{
	position: absolute;
	left: 10px;
}
.agreement span img{
	width: 18px;
}
/*绿豆使用规则弹窗*/
.bean_alert{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 10;
	display: none;
}
.bean_alert .bean_cont{
	background: white;
	width: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 10px;
}
.bean_alert .bean_cont .bean_text{
	padding: 0px 20px;
}
.bean_alert .bean_cont h3{
	margin: 10px 0;
}
.bean_alert .bean_cont h4{
	margin: 5px 0;
}
.bean_alert .bean_cont p{
	margin: 3px 0;
}
.bean_alert .bean_cont .know{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #26DD1C;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #E4E4E4;
	margin-top: 20px;
}

/*活动详情*/
.datil_head{
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
}
.datil_head>a{
	margin-left: 15px;
}
.datil_head>a img{
    margin-top: 10px;
    width: 60px;
}
.datil_head p span{
	margin: 0 10px;
	/*padding-right: 15px;
	border-right: 1px solid #13C60E;*/
	color: #13C60E;
	font-size: 13px;
}
.datil_head p em{
	font-style: normal;
    font-size: 14px;
}
.datil_head p img{
	width: 15px;
	margin-right: 15px;
    vertical-align: middle;
	margin-bottom: 3px;
	margin-left: 10px;
}
.datil_banner{
	width: 100%;
}
.datil_banner img{
	width: 100%;
}
.datil_content{
	padding: 0 15px;
}
.datil_content h2{
	margin: 18px 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.datil_content .datil_icon{
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}
.datil_icon p {
	display: flex;
	line-height: 24px;
}
.datil_icon p img{
	width: 16px;
	height: 16px;
	margin: auto 0;
	margin-right: 6px;
}
.datil_icon p span{
	color: #999;
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.datil_icon p span i{
	font-style: normal;
	color: #494949;
}
.datil_content .goto_data{
	margin-top: 22px;
}
.goto_data .data_list{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 15px;
}
.goto_data .data_list ul{
	width: 95%;
	margin-top: -8px;
}
.data_list ul li{
	width: 30%;
	margin: 5px 3% 5px 0;
	float: left;
	background: #F8F9F8;
	text-align: center;
	font-size: 12px;
	padding: 5px 3px;
	border: 1px solid #F8F9F8;
}
.data_list ul li p{
	margin: 3px 0;
	color: #999;
}
.data_list ul li p span{
	color: orange;
}
.goto_data .data_list img{
	height: 20px;
	margin: auto;
}
.data_list ul .sel{
	background-color: rgba(231, 249, 230, 1);
	border: 1px solid #13C60E;
}
.data_list ul .sel .yen{
	color: #13C60E;
}
.data_list ul .sel .green{
	color: #13C60E;
    font-weight: bold;
}
.data_list ul .sel .orange{
	color: #13C60E;
}
.data_list ul li .orange{
	color: orange;
}
.data_list ul li .gray{
    font-weight: bold;
}
.data_list ul li .yen{
	font-weight: bold;
}
.goto_data .business{
	display: flex;
	margin: 20px 0;
	font-size: 16px;
	justify-content: space-between;
}
.goto_data .business span{
	font-weight: bold;
}
.goto_data .lead-info{
	position: relative;
	font-size: 15px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	line-height: 24px;
}
.goto_data .lead-info span{
	cursor: pointer;
	color: #13C60E;
	position: absolute;
	right: 0;
	bottom: 0;
	background: white;
	padding: 0 5px 0 22px;
}
.goto_data .business .avatar{
	width: 80px;
	height: 80px;
	position: relative;
}
.goto_data .business .avatar img{
	width: 80px;
    height: 80px;
    border-radius: 50%;
}
.goto_data .business .info-left{
	margin: auto;
	margin-left: 15px;
}
.goto_data .business .info-left .leader-name{
	color: #494949;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0;
}
.goto_data .business .info-left .lead-times{
	font-size: 12px;
}
.goto_data .business .gender-icon{
	width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.goto_data .business .i-girl{
	background: url('../../images/community/i_girl.png') no-repeat center;
}
.goto_data .business .i-boy{
	background: url('../../images/community/i_boy.png') no-repeat center;
}
.goto_data .business p{
	color: #F8A631;
	font-size: 12px;
	margin: 5px 0;
}
.goto_data .business p i{
	color: #F8A631;
	font-style: normal;
}
.datil_map{
	margin-top: 30px;
}
.datil_map .address{
	border-top: 9px solid #F7F7F7;
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
.datil_map .address .address_left{
	width: 30%;
	padding: 0 2.5%;
	text-align: center;
}
.datil_map .address .address_left div{
	color: orange;
}
.datil_map .address .address_left div span{
	font-size: 36px;
}
.datil_map .address .address_left p{
	font-size: 12px;
	border: 1px solid #E4E4E4;
	padding: 3px 9px;
    color: #999;
    border-radius: 3px;
    display: inline-block;
}
.datil_map .address .address_right{
	width: 65%;
	margin: auto 0;
}
.datil_map .address .address_right div{
	width: 95%;
	padding-right: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	background: url(../../images/event_app/icon_arrow.png)no-repeat center right;
	background-size: 7px;
	font-size: 15px;
}
.datil_map .address .address_right p{
	margin: 5px 0;
	color: #999;
	font-size: 15px;
}
.datil_map .address .address_right p span{
	font-size: 13px;
}
.datil_map .map_pic{
	width: 100%;
	border-top: 9px solid #F7F7F7;
	border-bottom: 9px solid #F7F7F7;
}
.datil_content .jieshao{
	margin-top: 10px;
}
.datil_content .jieshao img{
	width: 100%!important;
    height: auto;
    display: block!important;
    margin: 5px 0;
}
.jieshao ul {
	border-bottom: 1px solid #EDEDED;
	background: white;
    width: 100%;
    z-index: 9;
}
.jieshao ul li{
	float: left;
	width: 21%;
	font-size: 16px;
	text-align: center;
	margin: 0 2%;
}
.jieshao ul li a{
	display: block;
	padding: 10px 0;
    width: 54px;
    margin: auto;
}
.jieshao ul .green a{
	color: #13C60E;
	border-bottom: 3px solid #13C60E;
	font-weight: bold;
}
.datil_content .jieshao .title{
	text-align: center;
	margin: 15px 0;
}
.datil_content .jieshao p{
	white-space:normal; 
	word-break:break-all;
	line-height: 24px;
    font-size: 15px;
    touch-action: auto!important;
}
.datil_content .jieshao .title span{
	font-weight: bold;
	text-indent: 25px;
	display: inline-block;
	font-size: 16px;
}
.datil_content .jieshao .bg1{
	background: url(../../images/event_app/bus12.png)no-repeat center left;
	background-size: 20px;
}
.datil_content .jieshao .bg2{
	background: url(../../images/event_app/bus11.png)no-repeat center left;
	background-size: 20px;
}
.datil_content .jieshao .bg3{
	background: url(../../images/event_app/bus4.png)no-repeat center left;
	background-size: 20px;
}
.datil_content .jieshao .bg4{
	background: url(../../images/event_app/bus14.png)no-repeat center left;
	background-size: 20px;
}
.hots{
	margin-top: 30px;
	margin-bottom: 20px;
}
.hots .hots_title{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}
.hots .hot_1{
	display: flex;
	justify-content: space-between;
}
.hots .hot_1 a{
	width: 48%;
}
.hots .hot_goods{
	width: 100%;
	display: inline-block;
	margin: 7px 0;
	background: white;
	-moz-box-shadow:2px 2px 5px #e4e4e4;
	-webkit-box-shadow:2px 2px 5px #e4e4e4;
	box-shadow: 0px 0px 40px #e4e4e4;
}
.hots .hot_goods img{
	width: 100%;
}
.hots .hot_goods p{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    padding: 0 10px;
}
.hots .hot_goods div{
	margin: 5px 0;
	color: #E03A3C;
    padding: 0 10px;
}
.call_alert{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	z-index: 9;
	display: none;
}
.call_alert .call_cont{
	background: white;
	width: 80%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
	z-index: 9;
}
.call_alert .call_cont h3{
	margin: 15px 0;
	font-size: 16px;
}
.call_alert .call_cont p{
	font-size: 12px;
	margin: 3px 0;
	color: #999;
}
.call_alert .call_btn{
	border-top: 1px solid #E4E4E4;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	margin-top: 10px;
}
.call_alert .call_btn a{
	width: 50%;
    display: inline-block;
    outline:none;
   -moz-outline-style:none;
   -webkit-tap-highlight-color: rgba(0,0,0,0); 
}
.call_alert .call_btn .call_btn_right{
	border-left: 1px solid #E4E4E4;
}

/*咨询弹窗start*/
.advisory_windon{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
	display: none;
}
.advisory_windon .advisory_main{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	background: white;
	border-radius: 4px;
	display: inline-block;
	width: 80%;
	box-sizing: border-box;
	padding: 10px 30px 20px;
	color: #444;
}
.advisory_main .close{
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 20px;
	height: 20px;
	line-height: 15px;
	color: #a5a5a5;
}
.advisory_main h6{
	font-size: 18px;
	padding: 15px 0 5px;
	text-align: center;
}
.advisory_main .tip{
	font-size: 12px;
	text-align: center;
	color: #A5A5A5;
}
.advisory_main .code{
	text-align: center;
	padding: 5px 0;
}
.advisory_main .code img{
	width: 150px;
}
.advisory_item .label{
	padding-left: 24px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.advisory_item .label1{
	background: url("../../images/2bulu_app/icon_tel.png") no-repeat center left;
	background-size: 18px;
}
.advisory_item .label2{
	background: url("../../images/2bulu_app/icon_time.png") no-repeat center left;
	background-size: 18px;
}
.advisory_item .tel,
.advisory_item .wechat{
	padding: 0 24px;
}
a:active,a:visited{
	text-decoration: none;
}
.advisory_item .tel a,
.advisory_item .wechat a{
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: white;
	border-radius: 35px;
	background: #23B929;
	text-align: center;
	margin-bottom: 10px;
}
.advisory_item .time{
	padding-left: 24px;
	font-size: 14px;
}
.advisory_item .label3{
	background: url("../../images/2bulu_app/icon_wechat.png") no-repeat center left;
	background-size: 18px;
}

/*咨询弹窗end*/
.foot{
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #E4E4E4;
	background: white;
	text-align: center;
	width: 100%;
	max-width: 720px;
	height: 50px;
	
}
.foot .foot_left{
	width: 30%;
}
.foot .foot_left img{
	vertical-align: middle;
	margin-top: 7px;
}
.foot .foot_left p{
	font-size: 12px;
	color: #999;
}
.foot .foot_right{
	color: white;
	background: #13C60E;
	width: 70%;
	line-height: 50px;
	font-size: 18px;
}

.foot .gray{
	background: #999;
}

/*活动评价*/
.evaluate_top{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	z-index: 9;
	background: white;
	border-bottom: 1px dashed #E6E6E6;
}
.evaluate_top div{
	color: #666666;
	display: inline-block;
	margin: 0 15px;
}
.evaluate_top div p{
	display: inline-block;
	color: #999;
}
.evaluate_top div p span{
	margin-left: 13px;
	color: orange;
}
.evaluate .om{
	max-height: initial;
}
.top_list{
	margin-top: 40px;
	padding: 0px 20px;
	max-height: 120px;
	overflow: hidden;
}
.top_list li{
	float: left;
	padding: 5px 10px;
	margin: 5px;
	font-weight: bold;
	background: #F8F9F8;
}
.top_list li span{
	font-weight: normal;
	color: #999;
	font-size: 12px;
}
.evaluate .more{
	text-align: center;
}
.evaluate .more .down{
	display: inline-block;
	padding-right: 30px;
	cursor: pointer;
	margin: 10px 0;
	background: url(../../images/event_app/down_green.png)no-repeat right center;
	background-size: 20px;
	color: #999;
}
.evaluate .more .up{
	padding-right: 30px;
	cursor: pointer;
	margin: 10px 0;
	background: url(../../images/event_app/up_green.png)no-repeat right center;
	background-size: 20px;
	color: #999;
	display: none;
}
.evaluate_content{
	margin-top: 20px;
	border-top: 10px solid #F8F9F8;
}
.user_info{
	height: 60px;
	position: relative;
}
.user_info span{
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.user_info span img{
	width: 100%;
	height: 100%;
}
.user_info .rad{
	position: absolute;
	left: 35px;
	top: 25px;
	width: 15px;
}
.user_info div{
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.user_info div p{
	color: #999999;
	font-size: 12px;
	margin: 5px 0;
}
.evaluate_item{
	padding: 15px 20px;
	border-bottom: 1px solid #E4E4E4;
}
.score div{
	color: #666666;
	display: inline-block;
	margin-right: 12px;
}
.score div p {
	display: inline-block;
	color: #999;
}
.score div p span{
	margin-left: 20px;
	color: orange;
}
.info_list li{
	float: left;
	background: #F8F9F8;
	padding: 5px 10px;
	margin: 10px 10px 5px 0;
}
.evaluate_item_cont{
	margin: 5px 0;
	color: #999;
}
.photo_list > li {
    float: left;
    width: 30.3%;
    border-radius: 4px;
    padding-top: 30.3%;
    margin-right: 3%;
    overflow: hidden;
    position: relative;
}
.photo_list img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: initial;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}
.photo_list img.imgHeight {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: initial;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: auto;
}
.pswp img{
	object-fit: contain;
}
.photo_list .img_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
}
.photo_list .num {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: -7px;
    z-index: 1;
}

.goto_top{
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 45px;
	display: none;
}
.goto_top img{
	width: 100%;
}

/*选择日期和人数*/
.ui-mobile .ui-page-active{
	background: white;
}
.business-event-join .event-calendar-init-wrap .switch-month-ctrl {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
	max-width: 100%;
}
.business-event-join .event-calendar-init-wrap .year-month-wrap.hasClickableBtn .year-month-item {
	cursor: pointer;
	margin: 0 30px;
    font-size: 15px;
}
.business-event-join .event-chose-join-date-wrap {
	float: right;
	margin-top: 44px;
	margin-right: 36px;
	width: 503px;
	padding: 10px 0px;
	padding-bottom: 0;
	border-top: 1px solid #ddd;
	color: #000;
}
.business-event-join .event-chose-join-date-wrap h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.business-event-join .event-chose-join-date-wrap .show-more-btn {
	color: #3cb775;
	padding-right: 12px;
	background: url('../../images/event/business_event/down.png') no-repeat right center;
	cursor: pointer;
}
.business-event-join .event-chose-join-date-wrap .hide-more-btn {
	color: #3cb775;
	padding-right: 12px;
    background: url(../../images/event/business_event/up.png) no-repeat right center;
	cursor: pointer;
}

.business-event-join .event-chose-join-date-wrap .item-title {
	float: left;
	width: 13%;
	font-size: 14px;
	margin-right: 2%;
}
.business-event-join .event-chose-join-date-wrap .bg{
	background: #F6F6F6;
	height: 55px;
    line-height: 55px;
}
.event-chose-join-date-wrap .gather-list-wrap .gather-list>li {
	position: relative;
	color: #aaaaaa;
}
.event-chose-join-date-wrap .gather-list-wrap .gather-list>li:after {
	content: '';
	display: table;
	clear: both;
}
.event-chose-join-date-wrap .gather-list-wrap .gather-title {
	float: left;
	margin-right: 5px;
}
.event-chose-join-date-wrap .gather-list-wrap .gather-content {
	overflow: hidden;
}
.business-event-join .event-chose-join-date-wrap .gather-list-wrap {
	font-size: 14px;
	position: relative;
}
.business-event-join .event-chose-join-date-wrap .drop-list-wrap {
	display: none;
	width: 360px;
	left: -15px;
	background: #fff;
	z-index: 1;
}
.business-event-join .event-chose-join-date-wrap .drop-list-wrap.onShow {
	display: block;
}
.business-event-join .event-chose-join-date-wrap .item-content {
	float: left;
	width: 85%;
}
.business-event-join .event-chose-join-date-wrap .start-date {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e0e0e0;
	line-height: normal;
	height: 22px;
	width: 140px;
	line-height: 22px;
	background: url(../../images/event/business_event/date.png) no-repeat 120px center;
	padding-left: 8px;
}
.business-event-join .event-chose-join-date-wrap .trip-date {
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
	margin-left: 6px;
}
.business-event-join .num-counter {
	display: inline-block;
	position: relative;
}
.business-event-join .num-counter .ui-input-text{
	margin: 0;
	margin-right: 30px;
	width: 64px;
	border: 0;
	background: #F3F3F3;
}
.business-event-join .num-counter .counter {
	width: 64px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	border: 0;
	background: #F3F3F3;
	font-size: 18px;
	outline: none;
	box-shadow: none;
}
.business-event-join .num-counter .counter:focus{
	box-shadow: none;
	outline: none;
}
.business-event-join .next-month-btn,.business-event-join .prev-month-btn{
	display: none;
}
.business-event-join .num-counter .less-btn,
.business-event-join .num-counter .more-btn {
	position: absolute;
	top: 0;
	height: 30px;
	line-height: 30px;
	width: 26px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
.business-event-join .num-counter .less-btn {
	left: -30px;
}
.business-event-join .num-counter .less-btn.disabled {
	color: #999;
}
.business-event-join .num-counter .more-btn {
	right: 0;
	color: #26DD1C;
}
.business-event-join .num-counter a.disabled{
	color: #999;
}
.business-event-join .event-chose-join-date-wrap .total-register:after {
	content: '';
	display: table;
	clear: both;
}
.business-event-join .event-chose-join-date-wrap .total-price {
	float: left;
	font-size: 28px;
	color: #ff6f00;
	font-weight: bold;
}
.business-event-join .event-chose-join-date-wrap .total-price:before {
	content: '￥';
	font-size: 16px;
	font-weight: normal;
}
.business-event-join .event-chose-join-date-wrap .register-btn {
	float: right;
	background-color: #3cb775;
	color: #ffffff;
	font-size: 14px;
	width: 90px;
	text-align: center;
	height: 36px;
	border-radius: 5px;
	line-height: 36px;
	margin-top: 10px;
	margin-right: 15px;
}
.business-event-join .event-chose-join-date-wrap .btn-gray {
	background-color: #c7c7c7;;
}
/* 存放日历选择的 end */

/* 日历选择器样式 start */
.event-calendar-weeks .week-day {
	display: table-cell;
	text-align: center;
	cursor: pointer;
}
.event-calendar-weeks {
	display: table;
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #cccccc;
}
.event-calendar-days-wrap {
	min-height: 274px;
	margin-top: 10px;
}
.event-calendar-days-wrap:after {
	content: '';
	display: table;
	clear: both;
}
.event-calendar-top{
	display: flex;
	border-bottom: 1px solid #cccccc;
}
.event-calendar-days-wrap .cell-item {
	float: left;
	width: 14.2%;
	height: 74px;
	box-sizing: border-box;
	position: relative;
	font-size: 12px;
	text-align: center;
	left: 1px;
	border: 1px solid #fff;
}
.event-calendar-days-wrap .cell-item .day-item {
	font-size: 14px;
	color: #C8C7CC;
	font-weight: 600;
	z-index: 9;
}
.event-calendar-days-wrap .cell-item.clickable-event-date {
	cursor: pointer;
}
.event-calendar-days-wrap .cell-item.clickable-event-date .date-event-status{
	color: #333;
}
.event-calendar-days-wrap .cell-item.unclickable {
	cursor: not-allowed;
}
.event-calendar-days-wrap .cell-item.clickable-event-date.dateOnChosed {
	border-radius: 2px;
	/*background: url(../../images/event_app/event_bg2.png)no-repeat;
	background-size: 100%;*/
	border: 1px solid #26DD1C;
	background:rgba(19,198,14,.1);
}
.event-calendar-container .year-month-wrap:after {
	content: '';
	display: table;
	clear: both;
}
.business-event-join .event-calendar-container .year-month-wrap {
	display: table;
	width: 100%;
	text-align: center;
}
.business-event-join .event-calendar-container .year-month-wrap .year-month-item {
	display: inline-block;
	padding: 12px 0;
	position: relative;
}
.event-calendar-container .year-item:after {
	content: '年';
}
.event-calendar-container .month-item:after {
	content: '月';
}
.event-calendar-container .year-month-wrap.hasClickableBtn {
	font-weight: normal;
	font-size: 14px;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	display: flex;
}
.event-calendar-container .year-month-wrap.hasClickableBtn::-webkit-scrollbar{
	height: 0;
	width: 0;
}
.event-calendar-container .year-month-wrap.hasClickableBtn .year-month-item {
	color: #9B9B9B;
}
.event-calendar-container .year-month-wrap .year-month-item.onActive {
	color: #494949;
	font-weight: bold;
}
.event-calendar-container .year-month-wrap .year-month-item.onActive:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	height: 2px;
	background-color: #4dbd81;
}
.event-calendar-top .switch-month-ctrl .prev-month-btn,
.event-calendar-top .switch-month-ctrl .next-month-btn {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-top: -14px;
	text-align: center;
	color: #3CB775;
}
.event-calendar-top .switch-month-ctrl .prev-month-btn {
	left: 18px;
	background: url('../../images/event/business_event/arrow-left.png') no-repeat center;
}
.event-calendar-top .switch-month-ctrl .next-month-btn {
	right: 18px;
	background: url('../../images/event/business_event/arrow-right.png') no-repeat center;
}
.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited{
	color: #3CB775;
}
.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover{
	color: #3CB775;
}
.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited{
	color: #3CB775;
}
.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a{
	color: #3CB775;
}
/* 日历选择器样式 end */
.join-info-item{
	display: flex;
    justify-content: space-between;
    padding: 0 15px;
    border-top: 9px solid #f7f7f7;
    padding-top: 20px;
}
.join-info-item .item-title{
	height: 30px;
	line-height: 42px;
}
.cell-item .chose-join-day-item .price{
	margin-top: 5px;
}
.event-calendar-days-wrap .cell-item.dateOnChosed .day-item{
	font-weight: bold;
	color: #494949;
}


/*团体定制*/
.customized{
	text-align: center;
	background: #F4F4F4;
	margin-bottom: 20px;
	padding: 20px 10px;
	border-radius: 8px;
}
.customized h3{
	font-size: 18px;
	font-weight: bold;
	color: #19b31d;
	margin-bottom: 10px;
}
.customized .custo_tip{
	font-size: 14px;
	color: #444444;
	line-height: 20px;
}
.customized .custo_tip span{
	font-weight: bold;
}
.customized .LR div{
	display: inline-block;
	vertical-align: middle;
}
.customized .LR img{
	display: inline-block;
	vertical-align: middle;
	height: 32px;
}
.customized .contacts{
	margin: 20px 0 0px;
	display: inline-block;
}
.customized .contacts .contacts_info{
	border-radius: 8px;
	display: inline-block;
	position: relative;
}
.customized .contacts .contacts_info .contacts_img{
	display: inline-block;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	border: 5px solid #ffffff;
	position: absolute;
	left: 50%;
	top: -27px;
	transform: translateX(-50%);
}

.customized .contacts .contacts_info p{
	color: white;
	font-size: 14px;
	display: inline-block;
	background: #333;
	border-radius: 4px;
	padding: 2px 10px;
	margin-top: 10px;
}

.customized .info_R h6{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.customized .info_R p{
	font-size: 13px;
	line-height: 28px;
	color: #505050;
	border-top: 1px solid #505050;
}
.customized .contacts_code{
	width: 112px;
	display: block;
	margin: auto;
}
.customized .list2 ul{
	margin: 20px 0 10px;
	vertical-align: middle;
	font-size: 14px;
	color: #505050;
	display: inline-block;
}
.customized .list2 li{
	float: left;
	padding: 0 6px;
	border-right: 1px solid #19b31d;
	line-height: 14px;
	height: 14px;
	font-weight: bold;
	color: #19b31d;
	font-size: 16px;
}
.customized .list2 li:last-child{
	border-right: 0;
}
.customized .p{
	font-size: 14px;
	color: #505050;
}

/*免登录*/
.freeWindow{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	display: none;
}
.freeCont{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	background: white;
	border-radius: 4px;
	width: 80%;
	max-width: 280px;
	display: none;
}
.freeCont .freeItem{
	padding: 15px 0;
	text-align: center;
}
.freeCont .freeItem:first-child{
	border-bottom: 1px solid #D1D1D1;
}
.freeCont .freeItem h6{
	font-size: 18px;
	color: #444444;
	font-weight: normal;
}
.freeCont .freeItem p{
	color: #A5A5A5;
	font-size: 12px;
	margin: 3px 0;
}
/*提交订单已报名弹窗*/
.displayWindow{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 98;
	background: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	display: none;
}
.window-display {
	width: 266px;
	height: 110px;
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	display: none;
	background-color: #fff;
	padding: 24px 0;
}
.window-display .display-item{
	text-align: center;
}
.window-display .display-item:first-child{
	margin: 30px 0;
}
.window-display .display-item:last-child{
	width: 150px;
	height: 35px;
	margin: 20px auto;
	background-color: #19BA1D;
	border-radius: 5px;
	line-height: 35px;
}
.window-display .display-item .check-btn {
	color: white;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.window-display .display-item p{
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.window-display .close{
	position: absolute;
	right: 8px;
	top: 2px;
	font-size: 22px;
	color: #a5a5a5;
	height: 24px;
	cursor: pointer;
	line-height: 24px;
}
.reg_captcha {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
	z-index: 1;
	border: none;
	background-color: #f3f3f3;
	background-image: linear-gradient(180deg,#fff 0,#f3f3f3 100%);
	cursor: pointer;
	font-size: 14px;
}
.reg_captcha::before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	display: block;
	left: 12px;
	top: 36%;
	border-radius: 50%;
	background: #3873ff;
}
.captcha_success {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
	z-index: 1;
	border: none;
	background-color: #f3f3f3;
	background-image: linear-gradient(180deg,#fff 0,#f3f3f3 100%);
	cursor: pointer;
	font-size: 14px;
	color: #19ba1d;
}
.captcha_success::before {
	content: '';
	width: 12px;
	height: 2px;
	border-radius: 2px0 0 2px;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: rotateZ(53deg) scale(1,1.5);
	background: #19ba1d;
}
.captcha_success::after {
	content: '';
	width: 20px;
	height: 2px;
	border-radius: 0 2px 2px 0;
	position: absolute;
	left: 24px;
	top: 48%;
	transform: rotateZ(-45deg) scale(1,1.5);
	background: #19ba1d;
}
header {
	background: #fff;
	position: relative;
	border-top: 1px solid transparent;
	height: 60px;
	border-bottom: 1px solid #eee;
	width: 100%;
}
header .logo {

	height: 40px;
	margin: 10px 0.12rem;
}
header .load_btn {
	height: 30px;
	position: absolute;
	top: 15px;
	right: 0.13rem;
}
.open-in-wx{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1000;
	left: 0;
	top: 0;
}
.open-in-wx img{
	margin: 0 10%;
	width: 80%;
}
.fixedTopWx {
	background: #fff;
	width: 100%;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #f4f4f4;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
	display: block;
	position: fixed!important;
	z-index: 999;
	max-width: 640px;
}
/*游方小程序码弹窗start*/
.yfindWindow{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
	display: none;
}
.yfind_display{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	background: white;
	border-radius: 4px;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 30px 20px;
	color: #444;
	display: none;
}
.yfind_display .close{
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 20px;
	height: 20px;
	line-height: 15px;
	color: #a5a5a5;
}
.yfind_display .yfindContent {
	text-align: center;
}
.yfind_display .yfindContent .title {
	font-size: 16px;
	color: #8E8E8E;
}
.yfind_display img {
	width: 200px;
	padding: 10px;
}
#captchaContainer span {
	box-sizing: content-box;
}