.footer{
    background-color: white;
}

.footer-col{
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
    display: inline-block;
    position: relative;
    text-align: center;
}

.footer-col:nth-last-of-type(1){
    border-bottom: none
}

.footer-banner{
    width: 100%;
}

.footer-banner li{
    width: 33.3333333333%;
    list-style: none;
    float: left;
    text-align: center;
    padding: 50px 0;
}

.footer-banner li i.icon{
    width: 38px;
    height: 38px;
    margin: auto;
    display: block;
    float: none;
}

.icon-sevenday{
    background: url("../img/footer/sevenday.png") center no-repeat;
    background-size: contain;
}

.icon-fifteenday{
    background: url("../img/footer/fifteenday.png") center no-repeat;
    background-size: contain;
}

.icon-postage{
    background: url("../img/footer/postage.png") center no-repeat;
    background-size: contain;
}

.footer-banner li p{
    font-size: 13px;
    color: #999999;
    margin-top: 9px;
}

.footer-col dl{
    text-align: left;
    margin: 40px 150px 40px 150px;
    display: inline-block;
}

.footer-col dl:nth-of-type(2){
    display: none;
}

.footer-col dl dt{
    font-size: 13px;
    color: #333333;
    margin-bottom: 18px;
}

.footer-col dl dd{
    font-size: 12px;
    color: #999999;
    margin-top: 7px;
}

.footer-col dl dd a:link,
.footer-col dl dd a:visited,
.footer-col dl dd a:hover,
.footer-col dl dd a:active{
    text-decoration: none;
    color: #999999;
}

.footer-col dl dd:hover a, .footer-col dl dd.active a{
    color: #00C03C;
}

.footer-col dl dd.phone{
    text-decoration: none;
    color: #333333;
    font-size: 20px;
}

.copyright{
    font-size: 12px;
    color: #999999;
    float: left;
    margin: 20px 20.7% 20px 0;
}

.attention{
    float: right;
    font-size: 12px;
    margin: 20px 0;
    color: #999999;
}

.attention a:link,
.attention a:visited,
.attention a:active{
    text-decoration: none;
    color: #999999;
    vertical-align: middle;
}

.attention a:hover{
    color: #00C03C;
}

.attention a i{
    font-size: 18px;
    margin-left: 20px;
}

.qrcode{
    width: 234px;
    height:  108px;
    border: 1px solid #E7E7E7;
    position: absolute;
    top: -112px;
    right: 0;
    box-sizing: border-box;
    visibility: hidden;
    background: white;
}

.qrcode-txt{
    width: 140px;
    height: 100%;
    float: left;
    text-align: center;
}

.qrcode-txt .main-title{
    font-size: 14px;
    color: #333333;
    margin-top: 34px;
}

.qrcode-txt .sub-title{
    font-size: 12px;
    color: #999999;
    margin-top: 2px;
}

.qrcode-img{
    width: 80px;
    height: 80px;
    float: left;
    margin-top: 14px;
}