@charset 'utf-8';
.stearmer{
	width: 1180px;
	margin: 0 auto;
}
.stearmer .stearmer_nav{
	width: 100%;
	margin: 50px 0 30px;
	font-size: 26px;
	color: #555555;
	text-align: center;
}
.stearmer .stearmer_list{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 100%;
}
.stearmer .stearmer_list .ticket{
	display: flex;
	justify-content: space-between;
    align-items:center;
	width: 560px;
	height: auto;
	/* height: 50px; */
	padding-bottom:15px;
	/* padding-top:25px; */
	margin-bottom: 25px;
	border-bottom: 1px dashed #999;
	font-size: 14px;
}
.stearmer .stearmer_list .ticket .ticket_infor{
	display: flex;
	justify-content: space-between;
    align-items:center;
	width: 390px;
	height: auto;
    /* height: 50px; */
}
.stearmer .stearmer_list .ticket .discount span{
	color: #ff7800;
}
.stearmer .stearmer_list .ticket .ticket_btn{
	display: flex;
	justify-content: space-between;
	width: 148px;
	height: 30px;
}
.stearmer .stearmer_list .ticket .ticket_btn div{
	width: 70px;
	height: 30px;
	background: #ff7800;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.stearmer .stearmer_list .ticket .ticket_btn a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.stearmer .view_more{
	display: flex;
	justify-content: center;
	width: 165px;
	height: 30px;
	margin: 15px auto 0;
	background: #ff7800;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.stearmer .view_more div{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 
	font-family: '宋体';	
}
@media screen and (min-width: 320px) and (max-width: 1199px) {
	.stearmer{
		width: 100%;
	}
	.stearmer .stearmer_nav{
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0;
	}
	.stearmer .stearmer_list .ticket{
		width: 94%;
		height: auto;
		margin: 0 auto;
	}
	.stearmer .stearmer_list .ticket:last-child{
		border: 0;
	}
	.stearmer .stearmer_list .ticket .ticket_infor{
		display: flex;
		flex-wrap:wrap;
		max-width: 66%;
		height: 100%;
	}
	.stearmer .stearmer_list .ticket .ticket_infor .ticket_title{
		width: 100%;
	}
	.stearmer .stearmer_list .ticket .ticket_btn{
		flex-wrap:wrap;
		align-content:space-between;
		width: 70px;
		height: 70px;
		margin: 10px 0;
	}
}
@media screen and (max-width: 350px) {
	.stearmer .stearmer_list .ticket .ticket_infor{
		max-width: 70%;
	}
}



/*order_detail*/
.infor_detail{
	width: 100%;
	margin-top: 20px;
}
.infor_detail .main_cont{
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.infor_detail .main_cont .main_infor{
	display: flex;
	align-items: center;

	/* display: flex;
	flex-wrap:wrap;
	margin: 7px 0;
	font-size: 14px;
	color: #666666; */
}
.infor_detail .main_cont .main_infor1{
	margin-top: 10px;
	font-size: 14px;
	clear: both;
	overflow: hidden;display: flex;
align-items: center;
}
.infor_detail .main_cont .main_title{
	float: left;
	width: 182px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	float: left;


}
.main_result1 a {
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: top;
}

.num_cut {
	background-color: #099fde;
	background-position: -44px -18px;
	background-image: url(../images/ticket_order.png);
	background-repeat: no-repeat;

}

.main_result1 a {
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: top;
}

.num_add {
	background-color: #099fde;
	background-position: -21px 4px;
	background-image: url(../images/ticket_order.png);
	background-repeat: no-repeat;
}

.main_input {
	width: 22px;
	height: 28px;
	line-height: 28px;
	border: 0;
	text-align: center;
	display: inline-block;
	outline: none;
	border: 0px;
}
.main_input_child{
	width: 22px;
	height: 28px;
	line-height: 28px;
	border: 0;
	text-align: center;
	display: inline-block;
	outline: none;
	border: 0px;
}
.infor_detail .main_cont .main_result{
	width: 300px;float: left;

}

.infor_detail .main_cont .main_infor_name{
	display: flex;
	align-items: center;margin-top: 10px;
font-size: 14px;
clear: both;
overflow: hidden;
	
}
.infor_detail .main_cont .main_title1{
	float: left;
	width: 182px;
	height: 30px;
	line-height: 30px;
	text-align: right;

}
.infor_detail .main_cont .main_result1{
	overflow: hidden;
	/* border: 1px solid #099fde; */
	height: 28px;
	display: inline-block;

}
.infor_detail .main_cont .other{
	margin-top: 10px;
	color: #333;
	font-size: 20px;
	font-family: '黑体';
}
.infor_detail .main_cont .contact{
	margin-top: 20px;
}
.btn_submit{
	margin-left: 10px;
}
.total_price{
	margin-right: 30px;
	float: right;
	width: fit-content!important;
}
.total_number span{
	font-size: 14px!important;
    color: #767c81!important;
}
.main_pc .other{
	display: none;
}
.order_no{
	display: none;
}
.defray_moblie{
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 1199px) {
	body{
		background: #f7f7f7;
	}
	.defray_pc{
		display: none;
	}
	.defray_moblie{
		display: block;
	}
	.oder_detail .fixed{
		display: none;
	}
	.allbook{
		width: 100%;
		margin: 0;
		padding: 0 2.5%;
		background: #fff;
		box-sizing:border-box;
	}
	.allbook .title,.allbook .product_list{
		display: none;
	}
	.main_pc .other{
		display: block;
	}
	.infor_detail .main_cont .main_infor{
		justify-content: space-between;
	}
	.order_no{
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 45px;
		margin: 10px 0 20px 0;
		padding: 0 2.5%;
		background: #fff;
		color: #666;
		font-size: 14px;
		line-height: 45px;
		box-sizing:border-box;
	}
	.defray_box{
		background: #fff;
		position: fixed;
		bottom:0px;
	}
	.defray_box .total_number{
		display: none!important;
	}
	.defray_box .pay_box{
		width: 100%;
	}
	.defray_box .pay_box .f_r{
		float: left;
	}
	.defray_box .pay_box .btn_submit{
		width: 29%;
		height: 100%;
		margin-top: 0;
		margin-left: 2px;
		background: #0072d4;
		color: #fff;
		font-size: 16px;
		line-height: 50px;
		border-radius: 0;
	}
	.defray_moblie .total_price{
		margin-left: 10px;
		padding-top: 3px;
		line-height: initial!important;
	}
	.defray_moblie .total_price span{
		margin-left: 0!important;
		color: #ff0000!important;
		font-size: 20px!important;
	}
}