@charset "utf-8";
.panel {background: #111;}
.panel .content-block{
    color: #fff;
}
.content-block{
    margin:1rem 0;
}
h4{ margin: 1em 0;}
.bar {background-color:#e1e1e1; z-index:999}
.title{color: #333;}
.bar .button-link {color: #7f0001;}
.popup-about p {margin: 0.2em 0; font-size: 14px;}
.icons-close,.icons-tel,.icons-qq{text-align: center;}
.swiper-pagination-bullet-active {background: #fff;}
.bar-tab .tab-item { color: #999;}
.bar-tab .tab-item.active, .bar-tab .tab-item:active {color: #7f0001;}
.list-block li { border-bottom: 1px solid #efefef }
.icons-close .icon {
            width: 2.5rem;
            height: 2.5rem;
            margin: 0.15rem;
            font-size: 1.2rem;
            line-height: 2.5rem;
            text-align: center;
            background-color: #ddd;
            border: 1px solid #ddd;
            color: #333;
            border-radius: 1.25rem;
            display: inline-block;
        }
.icons-tel .icon {
            width: 2.5rem;
            height: 2.5rem;
            margin: 0.15rem;
            font-size: 1.2rem;
            line-height: 2.5rem;
            text-align: center;
            background-color: #ff6600;
            border: 1px solid #ff6600;
            color: #fff;
            border-radius: 1.25rem;
            display: inline-block;
        }
.icons-qq .icon {
            width: 2.5rem;
            height: 2.5rem;
            margin: 0.15rem;
            font-size: 1.2rem;
            line-height: 2.5rem;
            text-align: center;
            background-color: #0894ec;
            border: 1px solid #0894ec;
            color: #fff;
            border-radius: 1.25rem;
            display: inline-block;
        }
.list-block {
          margin: 0 0 3rem 0; z-index: 1
}
.content-padded img{
	width: 100%;
}

.scroll-null{
    margin:10px auto;
    font-size: 0.5em;
    color: #999;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: none;
}
.swiper-container {
    padding-bottom: 0px; 
}
.list-block .item-inner:after {
    background: none;
}