/* Write your styles */
/* Write your styles */
/* CSS Document */
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.red, a.red {
    color: #E22;
}
.item_tit {
    padding: 20px 10px;
    text-align: center;
    font-size: 18px;
    position: relative;
    clear: both;
}
.item_tit:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 17px;
    margin-left: -30px;
    width: 60px;
    height: 0;
    border-top: 1px solid #000000;
}
.clof, a.clof, a:visited.clof {
    color: #FFF;
}
.center {
    text-align: center;
}
.fontb {
    font-weight: bold;
}
#ask_foot {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
}
#ask_tel, #ask_qq, #ask_reg {
    float: left;
    width: 33.33%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
    background: rgba(240,133,47,1);
    cursor: pointer;
}
#ask_qq {
    background: rgba(49,143,231,1);
}
#ask_reg {
    border-right: none;
    background: rgba(34,190,158,1);
}
#ask_tel:before, #ask_qq:before, #ask_reg:before {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    background: url("http://3cfood.s1.0xiao.cn/3cfood/Public/2017-3-2-1416/static/img/pages/img_wap/ask_tel.png") no-repeat center;
    background-size: 100%;
}

#ask_reg:before {
    background: url("http://3cfood.s1.0xiao.cn/3cfood/Public/2017-3-2-1416/static/img/pages/img_wap/ask_reg.png") no-repeat center;
    background-size: 100% auto;
}
#ask_qq:before {
    background: url("http://3cfood.s1.0xiao.cn/3cfood/Public/2017-3-2-1416/static/img/pages/img_wap/ask_qq.png") no-repeat center;
    background-size: 100% auto;
}