﻿.icFriendWrap {
    margin-top:30px;
    margin-bottom:40px;
}
.icFriend{
    height:128px;
    float:left;
}
.icLink {
    float: right;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    width: 172px;
    border-radius: 12px;
    background: #1165FF;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 48px;
    font-size:16px;
}
.icLink:hover, .icLink:visited{
    color: #fff;
}

.icParagraph {
    font-size: 16px;
    color:#666;
    margin-bottom:60px;
}
/*下载程序*/
ul.downloadApp {
    width: 600px;
    margin: 0 auto;
    padding-left: 0;
}
ul.downloadApp li {
    float: left;
    width: 150px;
    list-style: none;
    text-align: center;
}
ul.downloadApp li dl dt {
    margin-bottom: 20px;
}

/*微信小程序*/
.weixinPrograme {
    font-size: 14px;
    color: #1165FF;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 40px;
    padding-top:35px;
    border-top:1px solid #ddd;
}
.weixinPrograme p{
    margin:20px 0;
}