
/*---------------票订购页面------------------*/

.piaoBox{
	width: 1100px;
	margin: 0 auto;
}
.piaoTop{
	display: flex;
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
.piaoTop_note{
	width: 20%;
	border-left: 2px solid #f2f2f2; 
}
.piaoTop_main{
	width: 80%;
	display: flex;
	justify-content: space-between;
}
.piao-item{
	width: 75%;
	margin-left: 30px;
	
}
.piao-img{
	width: 25%;
}
.piao-img img{
	width: 100%;
	border-radius: 5px;
}
.piao-notice{
	width: 90%;
	color: #FF4D4D;
	margin: 15px 0;
	padding: 10px;
	border-radius: 10px;
	background: #ffffcc;
}
.piao-cell{
	width: 100%;
	display: flex;
	margin: 20px 0;
}
.piao-bar{
	width: 50px;
}
.piao-prices,.piao-time{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	/*background: blue;*/
}
.piao-prices li,.piao-time li{
	overflow: hidden;
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font: 12px;
	color: #333;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #f2f2f2;
	border-radius: 5px;	
}
.num-add,.num-minus{
	display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}
.num-inputbox{
	display: inline-block;	
	width: 58px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;	
	border: 1px solid #e6e6e6;
}
#quantity{
	width: 58px;
	text-align: center;	
}
.opt-price{
	font-size: 30px;
	font-weight: 600;
	color: #EB1851;
}
#hide-num{
	display: none;
}
#hide-price{
	display: none;
}
.activ-time,.activ-price{
	color: #fff;
	background: #FF4D4D;
}
.btn-piao{
	color: #fff;
	font: 22px;
	font-weight: 600;
	padding: 8px 40px;
	background: #FF4D4D;
	border-radius: 30px;	
}
.piao-content{
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}
.piao-content-l{
	width: 75%;
	padding: 20px 30px;
	margin-right: 20px;
	border-radius: 10px;
	background: #fff;
}
.piao-content-r{
	width: 25%;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
}
.piaoBar-ul{
	display: flex;
	cursor: pointer;
}
.optpiao{
	padding: 8px 0;
	color: #999;
	margin-right: 60px;
	margin-bottom: 10px;
	font-size: 18px;
}
.piao-active{
	color:#333;
	border-bottom:2px solid #e31937;
}
.piao-info-cell{
	font-size: 16px;
	font-weight: 600px;
	margin: 15px 0 5px 0;
}
.piao-hot{
	display: flex;
	margin-top:20px;
	cursor: pointer;	
}
.hot-title{
	width: 70%;
}
.hot-img{
	width: 30%;
	margin-right:10px;
}
.hot-img img{
	width: 100%;
	border-radius: 5px;
}

/*---------------剧场页面------------------*/
.venueBox{
	position: relative;
	height: 250px;
	overflow: hidden;
	margin-top: 20px;
	border-radius: 10px;
}
.blur_bj{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    -webkit-filter: blur(5px);
    filter: blur(15px);
    transform: scale(1.2);
}
.blur_bj img{
	width: 100%;
	height: 100%;
}
.blur_bj_gray{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,.2);
    z-index: -1;
    opacity: 0.5;
}
.venue-title{
	position: absolute;
	top: 45px;
	left: 550px;	
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	
}
.venue-addr{
	position: absolute;
	top: 80px;
	left: 550px;
	position: absolute;
	color: #fff;	
	
}
.venue-pic{
	position: absolute;
	top: 45px;
	left: 20px;
}



/*---------------票搜索页面------------------*/

.sosoBox{
	width: 1100px;
	margin: 20px auto;
	display: flex;
	align-items: flex-start;
}
.so-detail{
	width: 75%;
	margin-right: 20px;	
	
}
.so-hot{
	width: 25%;
	padding: 20px;
	background:#fff;
	border-radius: 10px;
}
.so-formal{
	padding: 20px;	
	border-radius: 10px;
	background:#fff;

}
.so-item{
	padding: 0 20px;	
	border-radius: 10px;
	margin-top: 20px;
	background:#fff;
}
.so-ibox{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #eee;	
}
.so-img{
	width: 15%;	
	margin-right: 20px;
}
.so-img img {
	width: 100%;
	border-radius: 10px;	
}
.so-text{
	width: 85%;
}
.fl-item{
	display: flex;
	margin: 20px 0;
}
.so-ul{
	display: flex;
	cursor: pointer;
}
.so-ul li{
	padding: 2px 20px;	
}

.isActive{
	color: #fff;
	padding: 2px 20px;	
	border-radius: 25px;
	background: #EB1851;
}


.ycss_title{
	font-size: 22px;
	font-weight: 600;
	color: #333;
}
.ycss_info{
	margin-top: 5px;
}
.so-show{
	text-align: center;
	padding-bottom: 50px;
}
.so-hide{
	display: none;
}

/*页码样式*/
.pages{
	padding: 20px 0;
}
.pages a,
.pages span {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 2px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.pages a,
.pages li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: #58A0D3;
}
.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
    margin: 0;
}
.pages a:hover {
    border-color: #50A8E6;
}
.pages span.current {
    background: #50A8E6;
    color: #FFF;
    font-weight: 700;
    border-color: #50A8E6;
}




/*---------------票下单页面------------------*/
.orderBox{
	width: 1100px;
	margin: 20px auto;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.orderBar{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.orderspan{
	font-size: 22px;
	font-weight: 600;
	color: #333;
}
.or-step{
	display: flex;
	justify-content: space-between;
}
.or-title{
	display: flex;
	justify-content: space-between;
}
.yequal{
	padding: 10px;
}
.yrow{
	display: flex;
	margin: 20px 0;
}
.yhigh{
	line-height: 130px;
}
.or-piao{
	display: flex;	
}
.or-piao-info{
	width: 250px;
	line-height: 30px;
}
.or-piao-img{
	width: 20%;
	padding-right: 15px;
}
.or-piao-img img{
	width: 100%;
	border-radius: 5px;
}
.yone{
	width:500px;
	overflow: hidden;
}
.ytwo{
	width:200px;

}
.ythree{
	width:200px;
}
.yfour{
	width:100px;
}
.yfive{
	width:100px;
}
.or-total{	
	text-align: right;
	padding-right: 30px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background:#fcfcfc ;
}
.or-total i{
	color: #FF4D4D;
	font-size: 24px;
	line-height: 30px;
	padding: 5px 0;
	font-weight: 600;
}
.or-total span{
	line-height: 42px;
}
.btn{
	/*display: inline-block;*/
	width: 300px;
	height: 45px;	
	line-height: 45px;
	font:26px;
	color:#fff ;
	margin: 30px auto;
	text-align: center;
	cursor: pointer;
	border-radius: 25px;
	background: #EB1851;
}
/*快递*/
.express{
	font-size: 18px;
	display: flex;
	margin-bottom: 10px;
}
.express div{
	margin-right: 50px;
	padding-bottom: 5px;
	cursor: pointer;
}
.eticket{
	margin-top: 15px;
}
.active-slfe{
	color: #EB1851;
	border-bottom: 2px solid #EB1851;
}
.addr-cell{
	margin-top:20px; 
}

.btnadd{
	color: #fff;
	padding: 3px 8px;
	cursor: pointer;
	background: #EB1851;
	border-radius: 25px;
}
.btnsave{
	color: #fff;
	padding: 5px 25px;
	margin-right: 20px;	
	cursor: pointer;
	background: #EB1851;
	border-radius: 25px;
}
.btncancel{
	background: #b0b0b0;
}
.sendinfo{
	display: flex;
	margin:  10px 0;
}
.sendinfo span{
	padding: 10px;	
}
.sendinput{
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.cardlab{
	cursor: pointer;
	margin-bottom: 10px;
}

.remark{
	padding: 5px 10px;
	line-height: 66px;
}
textarea{
	padding: 5px 10px;
}
select{
	margin-bottom: 10px;
}
.btnsub{
	margin-top: 20px;
}
.door-hide{
	display: none;
}
.cardinfo{
	margin-right: 30px;
}

/*模态框*/
#cover{ 
    position:absolute;left:0px;top:0px;
    background:rgba(0, 0, 0, 0.7);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=70);  /*设置透明度为60%*/
    opacity:0.7;  /*非IE浏览器下设置透明度为60%*/
    display:none; 
    z-Index:1999;  
}
#modal{ 
    position:absolute;
    width:600px;
    height:500px;    
    top:50%;
    left:50%;
    margin-left: -300px;
    margin-top: -250px;
    background-color:#fff;
    display:none;    
    z-Index:9999;  
}

.timeBar{	
	width: 540px;
	height: 60px;	
	font-size: 20px;
	color: #fff;	
	line-height: 60px;
	padding: 0 30px;
	background: #EB1851;
}
.infoBar{
	width: 540px;
	height: 330px;
	padding: 0 30px;
	overflow-x:hidden;
    overflow-y:scroll; 
}
.goodsBox,.expressBox{
	padding: 20px 0;
	line-height: 25px;
	border-bottom: 1px solid #e6e6e6;
}
.subBox{
	width: 540px;
	height: 110px;
	padding: 0 30px;	
	cursor:pointer;
}
.subBox-son{
	margin-top: 10px;
	text-align: center;
}
.btn-balck,.btn-pay{
	display:inline-block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	margin: 0 10px;	
	border-radius: 18px;	
}
.btn-balck{
	border: 1px solid #ddd;
}
.btn-pay{	
	color: #fff;	
	border: 1px solid #f44336;	
	background: #f44336;
}
.color{
	color: red;
}
.resCard{	
	margin-right: 20px;
}
.notice{
	cursor: #999;
}

