﻿.footer_In {
    color: #333;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    background: #F2F2F2;
}
.footer_In>div{
    padding: 30px 0;
    box-sizing: border-box;
}
.fot_btm{
    background: #F2F2F2;
}
.fot_btm span{
    margin-right: 25px;
}
.fot_btm span:last-child{margin-right: 0;}
.fot_top p:first-child{margin-bottom: 30px;}
.fot_top p a{
    padding: 0 15px;
    position: relative;
    border-right: 1px solid #858585;
}
.footer_In .fot_btm{
    padding-top: 0px;
}
.fot_top p a:first-child{padding-left: 0;}
.fot_top p a:last-child{padding-right: 0;border: none;}
@media only screen and (max-width:768px){
    .footer_In>div{padding: 20px;}
    .fot_btm span,.fot_top p span{display: block;margin: 0;line-height: 30px;}
    .fot_top p:first-child{margin-bottom: 10px;}
    .fot_top p a{line-height: 30px;}
    .fot_top p:first-child{display: none;}
}