﻿.body
{
    max-width: 640px;
    margin: auto;
    min-height: 100%;
    background-color: #f4f4f4;
    position: relative;
    background: #0f0e0c;
}

.list_ul li
{
    background-color: #2f2f2f;
}
.list_ul li a
{
    color: #fff;
}

.link_tel
{
    background-color: #2f2f2f;
}
.list_ul
{
    padding: 5px;
}
.list_ul li
{
    overflow: hidden;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    width: 50% !important;
    display: inline-block;
    float: left;
    padding: 2px; /*background:#d87570;*/
    -webkit-background-clip: content;
    -moz-background-clip: content;
    background-clip: content;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.list_ul li a
{
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%; /*border:1px solid transparent;*/
}
.list_ul span[class^="icon"]
{
    display: inline-block;
    width: 30px;
    height: 30px; /*background:#fff;*/
    font-size: 30px;
}
.list_ul div:first-child
{
    margin-top: 20px;
    margin-bottom: 5px;
}

.list_ul li a p
{
    font-size: 16px;
}
.list_ul li a p > small
{
    font-size: 12px;
    display: block;
}
.list_ul li img
{
    height: 30px;
}
