
.main-box{
background: url(../images/bg/bg-2020.jpg) no-repeat;
background-size: cover;
padding-top: 70px;
min-height: 90vh;

}
.theater {
padding: 10px 0px 30px 0;

}


.tkt-price {
font-size: 16px;
border: #ccc 1px solid;
padding:  0 30px 10px 30px;
margin-bottom: 10px;
color: white;
}


.tkt-price_1 {
margin-top: 5px;
margin-bottom: 15px;
width: 100%;
}

.tkt-price_1 span {
color: #999;
font-size: 24px;
font-weight: bolder;
}
.tkt-price_1 img {
width: 100px;
margin-bottom: 5px;
}



.tkt-price_5 {
width: 100%;
float: left;
text-align: right;
}

.tkt-price_5 span {
color: #cc0000;
font-size: 30px;
font-weight: bolder;
}

.tkt-price-row_1 {
border:none;
overflow: hidden;
margin-bottom: 0px;
padding-bottom: 0px;
}

.tkt-price-row_2 {

overflow: hidden;
margin-bottom: 10px;
}
.tkt-price_list{
margin: 20px 0;
padding-bottom: 10px;
border-bottom: 1px dashed #B3B3B3;
}
.tkt-price_list .list_title{
font-size: 18px;
font-weight: 900;
}
.tkt-price_list .list_title span{
font-size: 14px;
font-weight: 600;
float: right;
}
.tkt-price_list .list_detail{
padding-left: 10px;
font-size: 14px;
margin:5px 0 ;
}
.tkt-price_list .list_detail span{
font-size: 14px;
font-weight: 100;
float: right;
}
.tkt-btn {
border: 0;
background: #f9c03d;
width: 100%;
display: inline-block;
padding: 10px 0;
color: #fff;
font-size: 18px;
letter-spacing: 3px;
}



@media only screen and (max-width: 990px) {


.tkt-price_1{
font-size: 14px;
}
.tkt-price_1 span{
font-size: 16px;
}
.tkt-price_1 h3{
font-size: 18px;
}


.tkt-price_5{
font-size: 16px;
}
.tkt-price_5 span{
font-size: 24px;
}
}
.btn-confirm,
a.btn-confirm {
background: white;
border: 1px solid white;
padding: 10px 40px;
letter-spacing: 3px;
color:black;
display: inline-block;
font-size: 18px;

text-align: center;
border-radius: 100px;
font-weight: 600;
}
@media only screen and (max-width: 990px) {
    .btn-confirm,
    a.btn-confirm {
    padding: 10px 20px;
    font-size: 14px;
    }

}

.step-all {
background: #0f0f0f;
padding: 0px 0;

}
.step_box {
font-size: 18px;


text-align: center;
}
.step_box ul {
width: 100%;
list-style: none;
padding: 0;
margin: 0;
text-align: center;
overflow: hidden;
}
.step_box li {
color: white;
float: left;
border: 0;
padding: 10px 0;
margin: 0;
width:24%;
text-align: center;
}
.step_box li.sel {
border-bottom:2px solid  #d7000f;
}
.step_box li p {
font-size: 16px;

}
.step_box li h4 {
line-height: 70px;
font-size: 20px;

margin: 0;
}
.step_box li:first-child {
margin-left: 0px;
}
.step_box li:last-child {
margin-right: 0px;
}
.step-m {
display: none;
}


@media only screen and (max-width: 990px) {


.step_box li:last-child {
margin-right: 5px;
}
.step_box li:first-child {
margin-left: 5px;
}
.step_box li {
padding: 15px 0;
width: 100%;
}
.step-all {
display: none;
}
.step-m {
display: block;
}

.tkt-info-one {
border:none;}

.info-left {
width:25%;}

.info-right {
width:75%;}

}
