﻿/*viewport*/
#m_container {
        position:absolute;
        left:-80%;
        top:0;
        width:100%;
        height:100%;
    }
#left_sidebar {
    position:fixed;
    
    width:80%;
    height:100%;
    background:#eee;
}
    #left_sidebar .left_header {
        width: 100%;
        height: 44px;
        justify-content: flex-end;
         -webkit-justify-content:flex-end;
        padding-right: 10px;
        align-items: center;
        -webkit-align-items:center;
            
    }
        #left_sidebar .left_header .close_btn {
            width: 24px;
            height: 24px;
            background: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 19px;
            font-size: 22px;
            color: #ccc;
            border: 1px solid #ddd;
            
        }
#scroll_area2 {
    overflow:hidden;
    position:relative;
}
.service_list {
    width:100%;
}
    .service_list li {
        background:#fff;
        height:44px;
        line-height:44px;
        font-size:14px;
        padding-left:12px;
    }
        .service_list li a {
            display:block;
            width:100%;
            background-repeat:no-repeat;
            background-size:24px;
            background-position:left center;
            padding-left: 35px;
        }


#main_module {
   
    width:100%;
    height:100%;
    margin-left:80%;
}
.cover_part {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    z-index:999;
    background:rgba(0, 0, 0, 0.34);
}
.adBox {
    text-align:center;
}
.adBox img {
    height:72px;
}
/* main_scroll*/
#main_scroll {
    width:100%;
    overflow:hidden;
    position:relative;

}
.swiper-container {
    width:100%;
    height: 44px;
    padding:0 5px;
}
.swiper-container2 {
    width:100%;
    height:72px;
}
.swiper-container3 {
     width:100%;
    padding:0 5px;
}
.swiper-container  .swiper-slide {
    display:inline;
    width:auto !important;
    text-align:center;
    padding: 0 4px;
    font-size:16px;
    color:#666;
    line-height:44px;
 
}
.swiper-container a.selected {
    color:#ff6162;
}
.swiper-container3 a.selected {
    color:#ff6162;
}
.swiper-container3  .swiper-slide {
    display:inline;
    width:auto !important;
    text-align:center;
    padding: 0 4px;
    font-size:16px;
    color:#666;
    line-height:36px;
   
    
    
}
.m_banner .swiper-slide > img{
    width:100%;
    height:100%;
}
.type_switch {
    width:100%;
    height:36px;
    background:#fff url('../icon/type_switch_bg.png') repeat-x bottom;
   background-size:16px;
}
.city_switch {
    width:18%;
    margin-right:10%;
    padding-left:12px;
    line-height:36px;
    background:url('../icon/city_switch_btn.png') no-repeat right center;
    background-size:12px;
    
}
.switch_btn  {
    width:60%;
    text-align:center;
    line-height:36px;
    color:#666;
     
}
    .switch_btn div.selected {
        color:#ff6162;
        background:url('../icon/switch_btn_bg.png') no-repeat bottom center;
        background-size:17px;
    }
.movie_list .movie {
    padding:10px;
}
    .movie_list .movie a {
        display:flex;
        width:100%;
        height:100%;
    }
.movie_list .movie .movie_pic{
    flex-grow:0;
    height:110px;
    width:80px;
}
    .movie_list .movie img {
        width:100%;
        height:100%;
    }
.movie_info {
    padding-left:10px;

}
.movie_name {
    height:17px;
    margin-top:4px;
    margin-bottom:6px;
    overflow:hidden;

   
   
    font-size:17px;
    color:#333;
    line-height:18px;
    
}
.movie_type {
    height:23px;
    overflow:hidden;
    font-size:14px;
    color:#999;
    margin:26px 0;
}
.movie_date {
    
    /*height:23px;*/
    height:17px;
    overflow:hidden;
    font-size:14px;
    color:#999;
}
.movie_price_saw {
    display:none !important;
    height:36px;
    padding-top:19px;
}
.movie_price {
    
    width:60%;
    font-size:14px;
    color:#666;
}
    .movie_price span {
        float:left;
        line-height:14px;
    }
        .movie_price span:nth-child(2) {
            padding-top:3px;
        }
.movie_saw {
    width:40%;
    justify-content:flex-end;
     -webkit-justify-content:flex-end;
    white-space:nowrap;
    overflow:hidden;
    color:#666;
}



.bottom_area {
    text-align:center;
    line-height:40px;
}



/* new version modify*/
.new_version {
   
    padding:0 10px;
    justify-content:space-between;
     -webkit-justify-content:space-between;
}
    .new_version .classify {
        background-image:url('/html5/icon/icon_slideDown.png');
        
    }
    .new_version .cla {
        background-image:url('/html5/icon/icon_slideUp.png');

    }
    .new_version .all_classes {
        background-image:url('/html5/icon/icon_allClass.png');
        
    }
    .new_version > * {
        font-size:16px;
        background-repeat:no-repeat;
        background-size:16px;
        background-position:left center;
        line-height:36px;
        padding-left:20px;
    }

    
        
/*首页弹出广告样式表 ad_layer*/
.ad_layer .layui-m-layercont {
    padding: 0;
    line-height: 22px;
    text-align: center;
}
.ad_layer .layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    border-top: 0;
    background-color: rgba(0,0,0,0);
    background-image:url('/html5/icon/ad_cancel.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px;
}