/*
 *
 *   忆条街电影购票-影院页样式
 *   version 1.0
 *
*/

/*影院列表开始-------------------------*/

.main {
    font-size: 0.32rem;
}

/*影院列表结束-------------------------*/

/*沈 start*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.aligncenter {
    /*width: 100%;*/
    /*height: 490px;*/
    clear: both;
    display: block;
    margin: auto;
}

.swiper-container{
    width: 100%;
}

.show-position {
    background-color: #eee;
   padding-top: 0.4rem;
}

.show-position-item{
    display: flex;
    flex-wrap: wrap;
}

.show-position-item > div {
    width: 25%;
    height: 1.6rem;
    flex-direction: column;
    text-align: center;
}

.circle {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 1rem;
    /*background-color: #fff;*/
}

.name{
    font-size: 0.26rem;
}

.hot {
    padding: 0.18rem 0;
    text-align: center;
    color: red;
    font-weight: bold;
    border-bottom: 5px solid #eee;
    background-color: #fff;
}

.hot span {
    background-color: #fff;
    padding: 0.18rem 0;
    text-align: center;
    color: #515151;
    font-weight: bold;
}

.item2 {
    margin-top: 0.1rem;
}

.popular-movie-all {
    flex: 1;
    text-align: right;
    font-size: 0.28rem !important;
}

.bottom {
    text-align: center;
    font-size: 0.26rem;
    margin-top: 0.5rem;
}

.flexBox {
    display: -webkit-flex;
    display: flex;
    padding: 0.1rem;
    border-bottom: 5px solid #eee;
    background-color: #fff;
}

.flexBox > div:first-child {
    flex: 1;
}

.flexBox > div:last-child {
    flex: 2.8;
    margin-left: 0.2rem;
}

.flexBox p{
    display: flex;
    height: 0.5rem;
    align-items: center;
}

.flexBox p:nth-child(1){
    height: 1rem;
}

.flexBox p:nth-child(4){
    height: 0.6rem;
}

.search-box {
    padding: 0.2rem;
    background-color: #eee;
}

.search-box > div {
    background-color: #fff;
    height: 0.7rem;
    border-radius: 20px;
    text-align: center;
    padding-top: 0.15rem;
    color: #999;
    font-size: 0.29rem
}

.tab-box{
    overflow-x: auto;
    background-color: #fff;
    padding-top: 0.2rem;
    border-bottom: 5px solid #eee;
}

.tab-box::-webkit-scrollbar {display:none}

.tab{
    width: 800px;
    font-size: 0.28rem;
}

.tab>div{
    float: left;
    padding: 0 0.2rem 0.1rem 0.2rem;
}

.tab .active{
    border-bottom: 3px solid #f84751;
    color: #f84751;
}
/*沈 end*/