html,body{
	background-color: #f7f7f7;
}
.index_content{
	width:1000px;
	margin:30px auto;
}
.index_left{
	width:33%;
	float:left;
	margin-right:7%;
}
.index_right{
	width:60%;
	float:right;
}
.clearfix{
	clear:both;
}
.index_info{
	width:100%;
}

.info_left{
	background-color: #2677e3;
	padding:10px 3px 3px;
	box-sizing: border-box;
	border-radius: 10px;
}
.formInfo{
	background-color: #fff;
	border-radius: 10px;
	padding:20px;
	box-sizing: border-box;
	margin-top:-5px;
}
.formTime{
	font-size: 16px;
	font-weight: 600;
	margin-bottom:35px;
	cursor: pointer;
}

/*#calendar{*/
/*	position: relative;*/
/*}*/
/*#calendar:after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 5;*/
/*    opacity: 0;*/
/*}*/

/*#calendar:before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    top: 50%;*/
/*    right: -3px;*/
/*    transform: translateY(-50%);*/
/*    background-image: url(/image/calendar-icon.svg);*/
/*    background-size: cover;*/
/*    z-index: 10;*/
/*}*/

.formTime span{
	font-weight: normal;
	margin-left:10px;
	font-size: 14px;
}

.fd-adds {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.fd-cfgk {
	width:23.5%;
	padding-bottom: 25px;
	position:relative;
	z-index:99;
	cursor: pointer;
}
.fd-ddgk {
	width: 23.5%;
	text-align: right;
	padding-bottom: 25px;
	position:relative;
	z-index:99;
}
.fd-cfgk-name {
	color: #999999;
	font-size: 14px;
}
.fd-cfgk-value {
	padding-top: 8px;
	font-size: 20px;
	font-weight: bold;
}
.indexbg{
	margin-top:100upx;
	position: absolute;
	width:28%;
	height:280upx;
	opacity: 0.1;
}
.qiehuan {
	width: 63%;
	text-align: center;
	padding-top: 0px;
}
.qiehuan img {
	width: 90%;
	position: relative;
	z-index: 99;
	top:22px;
}
.logo{
	width:100%;
	color:#fff;
	font-size: 16px;
	font-weight: 700;
}
.logo img{
	width:45px;
	float:left;
	margin-bottom: 4px;
	position: relative;
	top:-5px;
}
.buyTicket{
	width:100%;
	margin:0px auto 0;
	text-align: center;
	background-color: #2677e3;
	color:#fff;
	display: block;
	height:45px;
	line-height: 45px;
	font-size: 14px;
	border-radius: 50px;
}
.menuInfo ul li,.menuInfo,.menuInfo ul{
	width:100%;
}
.menuInfo ul li{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height:40px;
}
.menuInfo .contents{
	width:80%;
	background-color: none;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
	padding-right:20px;
}
.menuInfo .contents span{
	color: #2677e3;
	margin-right:10px;
}
.menuInfo .time{
	width:20%;
	text-align: right;
	color:#666;
}
.info_right{
	background-color: #fff;
}
.menuInfo{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:20px;
	box-sizing: border-box;
}
.menuTitle{
	width:100%;
	display: flex;
	/* padding-left:2px;
	padding-right:2px; */
}
.menuTitle li{
	width:49.5%;
	text-align: center;
	background-color: rgb(239,239,244);
	height:40px;
	line-height:40px;
	font-size: 16px;
	cursor: pointer;
}
.menuTitle .active{
	width:49.5%;
	text-align: center;
	background-color: #2677e3;
	color:#fff;
}
.menuTitle li:first-child{
	margin-right:0.5%;
}
.menuTitle li:last-child{
	margin-left:0.5%;
}
.more{
	width:100%;
	display: block;
	text-align: right;
	margin-top:15px;
	line-height: 30px;
}
a{
	cursor: pointer;
}

/* 弹出层样式 */
.index_mask{
	position: relative;
}
.tool-tit-li {
    padding: 5px 10px;
    margin-right: 2px;
    margin-top: 0;
	height:30px;
	line-height:30px;
	cursor: pointer;
}
.tool-tit-li.active {
    color: #2677e3;
	background-color: rgb(244,249,255);
	font-weight: 700;
}
.main{
	display: none;
	height:100%;
	overflow: auto;
	width:140px;
	padding:5px 20px;
	box-sizing: border-box;
	float: left;
}
.main.selected{
	display: block;
}
.dialogStyle{
	width:240px;
	border:3px solid #2677e3;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	z-index:999;
	left:33%;
	top:0;
	height:324px;
	display: flex;
}
.dialogMenu{
	width:100px;
	height:100%;
	overflow: auto;
	background-color: rgb(248,248,248);
	text-align: center;
	font-size: 14px;
	float:left;
}
.main p{
	cursor: pointer;
	height:32px;
	line-height:32px;
	font-size: 12px;
}

.msgs{
    color:#999;
    font-size:12px!important;
}