.list_ul{
    margin: 10px;
}

.list_ul li{
    
}

.list_ul li a{
    border-radius:5px;
    display:block;
    height:100px;
    margin:5px;
    -webkit-box-sizing:border-box;
    background:rgba(144, 156, 159, 0.6);
    overflow:hidden;
    font-size:45px;
    color:#fff;
    position:relative;
}
.list_ul li a label{
    margin:8px;
    display:block;
    width: 100px;
    overflow: hidden;
}
.list_ul li a small{
    display:block;
    font-size:14px;
}

.list_ul li a span[class*="icon"]{
    position:absolute;
    bottom:10px;
    display:block;
    width:100%;
    text-align:center;
}

.box_title{
    padding:60px 10px 30px 10px;
}

.box_title>hgroup>*{
    color:#fff;
    margin:5px;
    font-size:24px;
    padding-right:10px;
    overflow:hidden;
}
.box_title>hgroup>h2{
    font-size:18px;
}
.box_title>hgroup>h3{
    font-size:16px;
}

.box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.box > * {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
.tbox {
	width: 100%;
	height: 100%;
}
.tbox > * {
	height: 100%;
	display: table-cell;
	vertical-align: top;
}
.tbox > *:last-child {
	width: 100%;
}

*[class*="btn"] {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}


.box_swipe{
	overflow:hidden;
	position:relative;
}

.box_swipe>ol{
	height:20px;
	position: relative;
	z-index:10;
	margin-top:-25px;
	text-align:right;
	padding-right:20px;
	background-color:rgba(0,0,0,0.5);
}

.box_swipe>ol>li{
	display:inline-block;
	margin:5px;
	width:10px;
	height:10px;
	background-color:#757575;
	border-radius: 10px;
}
.box_swipe>ol>li.on{
	background-color:#ffffff;
}