/*
 * @Author: hapick 
 * @Date: 2018-04-17 13:54:43 
 * @Last Modified by: hapick
 * @Last Modified time: 2018-04-17 15:02:20
 */

/* 客服中心 */

.content {
    margin-top: 50px;
    margin-bottom: 300px;
    line-height: 2;
}

.content .item {
    display: inline-block;
    width: 45%;
    margin-right: 2%;
    margin-top: 50px;
    font-size: 16px;
}

.content .item .btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    background: rgb(46, 49, 46);
    color: #fff;
}

.content .item .btn:hover {
    color: rgb(4, 179, 220);
}