﻿/* css重置代码  reset css  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,i,pre,form,fieldset,input,textarea,p,blockquote,th,td,a,select,option,em {
	padding: 0;
	margin: 0;
	color: #333;
	font-weight: normal;
	font-family: "Microsoft Yahei","微软雅黑","helvetica","arial",sans-serif;
	font-size: 14px;
	font-style: normal;
}
img,input {
	border: 0;
	outline: 0;
}
input {
	margin: 0;
	padding: 0;
}
ul,li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
a {
	outline: medium none;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
body{
	background-color: #F2F2F2;
}
.wrap {
	margin: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-grow {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bg-white{
	background-color: #FFF;
}
.bg-gray{
	background-color: #F2F2F2;
}
.l-container{
 	width: 100%;
 }
.m-container{
	width: 1100px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 4px;
}
.txt-c{
	text-align: center;
}
.txt-l{
	text-align: left;
}
.txt-r{
	text-align: right;
}
.main-l{
	float: left;
}
.main-r{
	float: right;
}
.swiper-wrapper{
	width: 1100px;
}
.swiper-wrapper .swiper-slide{
	height: 380px;
}
.swiper-slide img{
	height: 100%;
	width: 100%;
}
/* 头部*/
.org-header{
	position: relative;
	background-color: rgba(0,0,0,.78);
	height: 35px;
	line-height: 35px;
	z-index: 10;
	color: #E4E4E4;
}
.org-header .tel{
	font-weight: bold;
}
.org-header *{
	color: #E4E4E4;
}
.org-header .header-btn{
	cursor: pointer;
	width: 150px;
	height: 35px;
	text-align: center;
	font-size: 16px;
}
.header-btn .header-btn-hidden{
	display: none;
	/*border-top: 1px solid rgba(0,0,0,0);*/
}
.header-btn:hover .header-btn-hidden.active{
	display: block;
}
.header-btn-hidden ul{
	background-color: rgba(0,0,0,.78);
	padding: 10px 10px;
}
.header-btn-hidden ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid rgba(204, 204, 204,.26);
}
.header-btn-hidden ul li:last-child {
	border-bottom: none;
}
.header-btn-hidden ul li a{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.header-btn .user-info{
	font-size: 14px;
}
/* 底部*/
.org-footer{
	margin-top: 20px;
	padding: 20px 0;
	background-color: rgba(0,0,0,.78);
	line-height: 30px;
	color: #E4E4E4;
}
.org-footer *{
	color: #E4E4E4;
}
.org-footer span{
	margin: 0 10px
}
/*登录弹框*/
.org-login{
	width: 400px;
	height: 420px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -210px;
	z-index: 10;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 0 60px;
}
.org-login-bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1) ;
	z-index: 11;
	display: none;
}
.org-login-bg.active{
	display: block;
}
.org-login h1{
	font-size: 24px;
	line-height: 120px;
}
.login-input{
	position: relative;
}
.login-input input{
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	height: 40px;
	background-color: #F2F2F2;
	font-size: 16px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.login-input .msg-tips{
	position: absolute;
	color: #FF8000;
	left: 0;
	top: -30px;
}
.login-btn a{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #3492E9;
	color: #FFF;
	border-radius: 4px;
	margin-top: 10px;
}
.org-login p.txt-c{
	line-height: 60px;
	color: #666;
}
.login-icon{
	padding: 0 50px;
}
.login-icon i{
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #FFF;
	font-size: 32px;
	background-color: #50B674;
	border-radius: 50%;
}
.login-icon i.icon-qq{
	background-color: #12B7F5;
}
.login-close{
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 44px;
	height: 50px;
	line-height: 50px;
	color: #666;
}
.vendor-info{
	padding: 30px 30px 10px;
	margin-top: 20px;
}
.vendor-info h1{
	line-height: 80px;
	font-size: 40px;
	font-weight: bold;
}
.vendor-info h1.main-tit {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}
.vendor-info p.txt-c{
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.vendor-desc{
	margin-top: 20px;
	overflow: hidden;
	line-height: 1.5;
	/* font-size: 16px; */
}
.vendor-desc *{
	line-height: 1.5;
	/* font-size: 16px; */
}
.vendor-more{
	line-height: 60px;
	color: #666;
}
.vendor-desc img{
	max-width: 100%;
	display: block;
	margin: 10px auto;
}
 .ticket-lists{
 	padding: 30px;
 	margin-top: 20px;
 }
.main-tit{
	font-size: 24px;
	line-height: 30px;
}
.to-in-line{display: inline-block; margin-right:20px;}

.ticket-item {
	height: 48px;
	width: 100%;
}
.ticket-item .tit{
	padding-top: 4px;
	float: left;
	width: 415px;
}
.ticket-item .tips{
	padding: 8px 0 0 30px;
	float: left;
	width: 345px;
	box-sizing: border-box;
}
.ticket-item .price{
	float: left;
	width: 160px;
}
.ticket-item .btn{
	float: right;
	width: 110px;
}
.ticket-item .tit h1{
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ticket-item .tips label{
	display: inline-block;
	margin-left: 10px;
	padding: 4px 15px;
	font-size: 14px;
	color: #3492E9;
	background-color: #F6F9FC;
	border-radius: 4px;
}
.ticket-item .tips label.time{
	width: 180px;
	box-sizing: border-box;
}
.ticket-item .tit a{
	color: #3492E9;
}
.ticket-lists .lists{
	display: inline-block;
	width: 100%;
}
.ticket-lists .lists li{
	margin-top: 25px;
	width: 100%;
	height: 48px;
	display: inline-block;
}
.ticket-item .btn a{
	width: 110px;
	height: 40px;
	line-height: 40px;
	background-color: #FF8000;
	color: #FFF;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
}
.ticket-item .price .old{
	color: #999;
}
.ticket-item .price .new{
	font-size: 16px;
	color: #FF8000;
	font-weight: bold;
}
.ticket-item .price .new .normal{
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

.main-desc{
	margin-top: 20px;
	line-height: 1.5;
	/* font-size: 16px; */
}
.main-desc *{
	line-height: 1.5;
	/* font-size: 16px; */
}
.main-desc img{
	max-width: 100%;
	display: block;
	margin: 10px 0;
}
.order-search{    
	display: inline-block;
    line-height: 30px;
    margin-top: 30px;
}
.order-search span{
	margin-right: 20px;
    font-size: 16px;
}
.order-search input{
	border: 1px solid #ccc;
    border-radius: 2px;
    width: 143px;
    height: 40px;
    margin-right: 25px;
}
.order-search .order-search-btn{
	display: inline-block;
    width: 110px;
    height: 40px;	
    line-height: 40px;
    text-align: center;
    color: #FFF;
    background-color: #3492e9;
    border-radius: 4px;
    float: right;
}
.order-tips-bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1) ;
	z-index: 11;
	display: none;
}
.order-tips-bg.active{
	display: block;
}
.order-tips{
	position: fixed;
	width: 1100px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: -550px;
	margin-top: -250px;
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 30px;
}
.tickets-order{
	padding: 30px 0;
	border-bottom: 1px solid #F2F2F2;
	display: inline-block; 
	width: 100%;
}
.tickets-order li{
	float: left;
	margin-right: 12px;
}
.ticket-name{
	width: 120px;
	padding: 8px 10px;
	box-sizing: border-box;
	height: 56px;
	border: 1px solid #F7F7F7;
	border-radius: 4px;
	line-height: 20px;
	height: 56px;
}
.tickets-order .cur .ticket-name{
	border: 1px solid #FF8000;
	background-color: #FF8000;	
	color: #FFF;
}
.tickets-order .ticket-name span{
	height: 40px;
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tickets-order-info{
	height: 350px;
	width: 100%;
	overflow-y: scroll;
}
.ticket-top{
	margin-top: 20px;
	widows: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #FFFAEC;
	color: #FF8000;
	text-indent: 20px;
	font-size: 16px;
}
.tickets-order-info .name{
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #999;
}
.tickets-order-info .info{
	font-size: 16px;
}
.tickets-order-info .ticket-tit .name{
	background-color: #F6F9FC;
	color: #3492E9;
}
.tickets-order-info .ticket-tit {
	margin-top: 20px;
}
.tickets-order-info .main-desc{
	padding: 0 15px ;
}
.order-tips .ticket-btn {
	margin-top: 20px;
	text-align: center;
}
.order-tips .ticket-btn a{
	display: inline-block;
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #FF8000;
	color: #FFF;
	border-radius: 4px; 
}
.ticket-lists .tickets-order-info{
	height: auto;
	overflow: auto;
}
.ticket-info label{
	display: inline-block;
	padding: 4px 16px;
	background-color: #F6F9FC;
	color: #3492E9;
	margin-right: 12px;
	border-radius: 4px;
}
.ticket-info{
	margin-top: 20px;
}
.input-item{
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	position: relative;
}
.input-item .name{
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.input-item .input-txt{
	width: 240px;
	height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	font-size: 16px;
	border: 1px solid #D6D7D8; 
}
.ticket-num{
	float: left;
	display: inline-block;
	border: 1px solid #D6D7D8; 
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	width: 140px;
}
.ticket-num a{
	float: left;
	display: inline-block;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
}
.ticket-num input{
	float: left;
	display: inline-block;
	width: 62px;
	height: 38px;
	font-size: 16px;
	text-align: center;
}
.input-item.input-spec{
	height: 360px;
}
.group-info{
	width: 240px;
	height: 360px;
	float: left;
	border: 1px solid #D6D7D8; 
}
.group-info textarea{
	border: none;
	width: 100%;
	height: 320px;
	resize: none;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 16px;
}
.group-info textarea:focus {
    outline: none;
}
.group-info-bottom{
	margin-top: -15px;
	float: left;
	width: 100%;
	height: 40px;
	background-color: #F6F9FC;
	color: #3492E9;
	text-indent: 20px;
}
.order-input-bottom{
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #F2F2F2; 
	height: 40px;
	line-height: 40px;
}
.order-input-bottom .name{
	float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
}
.order-input-bottom .price{
    line-height: 40px;
    font-size: 24px;
	float: left;
    color: #FF8000;
}
.order-input-bottom a{
 	width: 110px;
    height: 40px;
    line-height: 40px;
    background-color: #FF8000;
    color: #FFF;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
}
.no-banner{
	margin-top: 70px;
}
.no-mtop{
	margin-top: 0;
}
.no-banner .ticket-top{
	border-radius: 4px 4px 0 0;
}
.input-item .txt-info{
	display: inline-block;
	width: 204px;
	height: 40px;
	float: left;
}
.pay-info .input-item{
	margin-top: 0;
}
.pay-info {
	padding-top: 20px;
}
.pay-info .input-item .name{
	color: #999;
}
.idcard-info-bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1) ;
	z-index: 11;
	display: none;
}
.idcard-info-bg.active{
	display: block;
}
.idcard-btn{
	display: inline-block;
	padding: 4px 16px;
	line-height: 20px;
	background-color: #3492E9;
	color: #FFF;
	border-radius: 4px;
	
}
.pay-way{
	padding: 50px 180px 10px;
	text-align: center;
}
.pay-way .pay-btn{
	box-sizing: border-box;
	padding-top: 20px;
	display: inline-block;
	width: 136px;
	height: 136px;
	background-color: #50B674;
	border-radius: 4px;
}
.pay-way .pay-btn *{
	color: #FFF;
}
.pay-way .pay-btn i{
	font-size: 50px;
	line-height: 70px;
}
.pay-way .pay-btn.zhifubao{
	background-color: #3492E9;
}
.pay-way .pay-btn.balance{
	background-color: #FE8400;
}
.idcard-info{
	position: fixed;
	width: 450px;
	height: 530px;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -265px;
	background-color: #FFF;
	border-radius: 4px;
}
.idcard-info h1{
	font-size: 24px;
	line-height: 90px;
	border-bottom: 1px solid #F2F2F2; 
}
.idcard-lists li{
	height: 44px;
	line-height: 44px;
	text-align: center;
}
.idcard-lists li:nth-of-type(odd){
	background-color: #DDEBF7;
}
.idcard-lists li .num{
	width: 100px;
}
.idcard-lists{
	height: 440px;
	overflow-y: auto;
}
.idcard-lists .team-refund{
	color: #000;
    border: 1px solid #333;
    padding: 1px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 50px;
    margin-right: 15px;
    text-indent: inherit;
    margin-top: 8px;
}
.idcard-lists .team-refund:hover{
	cursor:pointer;
}
.order-status{
	padding: 0 30px;
	height: 56px;
	line-height: 56px;
	color: #FFF;
	background-color: #FF8000;
	border-radius: 4px 4px 0 0;
}
.order-status .name{
 	font-size: 24px;
}
.order-status .name{
 	font-size: 24px;
}
.order-status .status{
 	font-size: 16px;
 	font-weight: bold;
}
.org-confirm-bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1) ;
	z-index: 11;
	display: none;
}
.org-confirm-bg.active{
	display: block;
}
.org-confirm{
	position: fixed;
	width: 300px;
	height: 170px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -85px;
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 30px;
}
.org-confirm .main-tit{
	line-height: 60px;
}
.org-confirm-btn{
	margin-top: 20px;
}
.org-confirm .org-confirm-btn .flex-grow{
	text-align: center;
}
.org-confirm .org-confirm-btn a{
	display: inline-block;
	box-sizing: border-box;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #666;
	border-radius: 4px;
	font-size: 
}
.org-confirm .org-confirm-btn a.sure-btn{
	color: #FFF;
	background-color: #FF8000;
	border: 1px solid #FF8000;
}
.main-mt20{
	margin-top: 20px;
}
.order-nav a{
	font-size: 16px;
	font-weight: bold;
	margin-right: 50px;
}
.order-nav a.cur{
	color: #FF8000;
}
.main-pm{
	padding: 30px;
	margin-top: 20px;
}
.order-lists h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.order-lists li{
	margin-bottom: 20px;
}
.order-lists li:last-child{
	margin-bottom: 0px;
}
.order-lists .name{
	width: 300px;
	padding-right: 20px;
}
.order-lists .btn a{
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background-color: #FF8000;
	border-radius: 4px;
	float: right;
}
.order-lists p{
	font-size: 16px;
	color: #999;
	
}
.order-lists p span{
	color: #333;
	margin-left: 10px;
}
.order-lists .name p{
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.page-div{
	text-align: center;
	padding: 30px 0 10px;
}
.page-div a{
	display: inline-block;
	width: 112px;
	height: 40px;
	line-height: 40px;
	background-color: #FFF;
	margin: 0 8px;
	border-radius: 4px;
}
.ng-cloak {
    display:none;
}
#containerMap{
	width: 100%;
	height: 400px;
	margin-top: 20px;
}
.main-calendar{
	width: 400px;
	height: 500px;
	display: none;
	border: 1px solid #3492E9;
	position: absolute;
	background-color: #FFF;
    left: 100px;
    z-index: 1;
    top: 40px;
}
.main-calendar h1{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
}
.main-calendar .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 24px;
	color: #3492E9;
	width: 28px;
	height: 28px;
	display: inline-block;
	border: 1px solid #3492E9;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
}
.main-calendar .ht-rili-datebox{
	text-align: center;
	float: inherit;
	display: block;
	padding: 0;
}
.main-calendar .iconfont{
	width: 40px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	display: inline-block;
	float: left;
	color: #3492E9;
	font-size: 16px;
}
.main-calendar .ht-rili-date {
	width: 320px;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	float: left;
}
.com-info{
	border-bottom: 1px solid #eee;
}
.com-info{
	font-size: 14px;
	line-height: 1.8;
	padding: 15px 0;
}
.com-info *{
	font-size: 14px;
	line-height: 1.8;
}

.group-info-tips{
	border: none;
	padding: 10px 20px;
}
.group-info-tips p{
	font-size: 16px;
	color: #FE8400;
	line-height: 24px;
}
.p-doc{
	margin-top: 20px;
}
.p-doc .vendor-info{
	padding: 30px;
	margin-top: 0;
}
.p-doc .vendor-desc{
	margin-top: 0;
}
