@CHARSET "UTF-8";
body{
	margin: 0px; 
	overflow: auto;
	font: 12px/1.5 tahoma, arial, "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", sans-serif;
}
.wx_head{
	position: fixed;
	z-index: 1;
	top:0;
	width:100%;
	height:60px;
	text-align:center;
	background:#4fb8ec;
	font-size:18px;
}
.wx_main{
	position:absolute;
	width: 100%;
	background:#ededed;
}
.wx_foot{
	position: fixed;
	z-index: 1;
	bottom:0;
	width:100%;
	height:50px;
	text-align:center;
	border-top:1px solid #d0d0d0;
	background:#fff;
	font-size:17px;
	line-height:50px;
	background-color: #4fb8ec;
	color:#fff;
}
.wx_foot .left{
	float:left;
	width:50%;
	height:50px;
	color:#00abff;
}
.wx_foot .left img{
	width: 24px;
	vertical-align: sub;
}
.wx_foot .right{
	float:right;
	width:50%;
	height:50px;
	color:#fff;
	background:#4fb8ec;
}

.act_photo img{
	width:100%;
	height: 200px;
}
.act_msg{
	padding:15px;
	background:#fff;
	border-bottom:2px solid #e4e4e4;
}
.msg_name{
	margin-top:5px;
	font-size:18px;
	padding-bottom:15px;
	border-bottom:1px solid #c4c4c4;
}
.msg_organize{
	margin-top:20px;
	color:#00abff;
	font-size:16px;
	line-height:27px;
}
.btn_call{
	background:#6dd12b;
	color:#fff;
	border:none;
	border-radius:3px;
	font-size:15px;
	float:right;
	padding:5px 8px;
}
.msg_count{
	color:#787878;
	font-size:14px;
	margin-top:10px;
}
.msg_count span{
	color:#505050;
	margin-right:15px;
}
.msg_time{
	font-size:15px;
	color:#474747;
	padding:15px 0;
	border-bottom:1px solid #c4c4c4;
}
.msg_phone{
	font-size:15px;
	color:#474747;
	padding-top:15px;
}
.msg_time img,.msg_phone img{
	vertical-align: sub;
	margin-right:10px;
}
.check_map{
	font-size:15px;
	color:#01acff;
	margin-left:10px;
}

.act_detail{
	padding:15px;
	background:#fff;
	margin-top:20px;
	border-top:2px solid #e4e4e4;
	color:#191919;
	font-size:15px;
	line-height:27px;
	margin-bottom: 50px;
}
.act_detail_content{
	padding:15px;
	background:#fff;
	margin-top:20px;
	border-top:2px solid #e4e4e4;
	color:#191919;
	font-size:15px;
	/* line-height:27px; */
	margin-bottom: 50px;
}
.act_detail .title{
	border-bottom:1px solid #c4c4c4;
	padding-bottom:5px;
}
.act_detail_content .title{
	border-bottom:1px solid #c4c4c4;
	padding-bottom:5px;
}
.act_detail .line{
	float:left;
	border-left: 4px solid #00abff;
	height:15px;
	display: inline;
	margin: 6px;
}
.act_detail_content .line{
	float:left;
	border-left: 4px solid #00abff;
	height:15px;
	display: inline;
	margin: 6px;
}

.sign_form{
	background:#fff;
	color:#5e5e5e;
	font-size:15px;
	padding: 10px 15px 25px 15px;
}
.form_name{
	padding:5px;
	color: #999;
}
.name_red{
	color:#ff4444;
}
.form_input{
	width:97%;
	height:30px;
	font-size:15px;
	border:1px solid #bdbdbd;
	border-radius:3px;
	padding: 0 5px;
}
._top{
	margin-top:10px;
	margin-bottom: 5px;
}
.form_submit{
	text-align:center;
	margin-top:20px;
}
.form_submit button{
	background:#ff9600;
	color:#fff;
	border:none;
	border-radius:4px;
	padding: 10px 40px;
	font-size:16px;
}

/* 电子票样式 */
.e_head{
    width: 100%;
    height: 60px;
    text-align: center;
    background: #4fb8ec;
}
.e_main{
	background:#fff;
	text-align:center;
	padding:15px 15px 15px 15px;
}
.e_name{
	font-size:18px;
	font-weight: bold;
}
.e_code{
	color:#444444;
	font-size:16px;
	line-height:25px;
}
.e_explain{
	background:#4fb8ec;
	color:#fff;
	padding:25px;
	border-top:1px dashed #616161;
}


._circle{
	width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #434343; /*  rgba(255, 150, 0, 0.63) */
}
.black_1{
	position: absolute;
    top: 1px;
    left: 1px;
}
.black_2{
	position: absolute;
    top: 1px;
    right: 1px;
}
.black_3{
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
}
.black_4{
	position: absolute;
    right: 0;
    margin-top: -15px;
}
.black_5{
	margin-top: -16px;
    margin-left: -15px;
}
.black_6{
	float: right;
    margin-top: -30px;
    margin-right: -15px;
}

.zt_loginbutton{ display:block; border:0; border-radius:20px; height:40px; line-height:40px; color:#fff; margin:20px auto;box-shadow:1px 1px 3px #fab591; font-size:16px; width:60%;
  background: -webkit-linear-gradient(left, red , blue);
  background: -o-linear-gradient(right, #f5651f, #ff8a00);
  background: -moz-linear-gradient(right, #f5651f, #ff8a00);
  background: linear-gradient(to right, #f5651f , #ff8a00);}


