.download-note {
    position: relative;
    height: 116px;
    padding: 20px 0;
    text-align: left;
}
.download-info {
    float: right;
    margin-right: 72px;
}
.download-info.en {
    margin-right: 100px;
}
.download-note strong {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #404040;
}
.download-note small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
}
.download-note .wechat,
.download-note .wechat:before,
.download-note .wechat:after {
    display: inline-block;
    width: 2px;
    height: 2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: #707070;
}
.download-note .icon-arrow {
    position: absolute;
    right: 20px;
    top: 5px;
}
.download-note .icon-share {
    margin: 0 5px;
    vertical-align: top;
}
.download-note .wechat {
    position: relative;
    left: 0;
    top: -5px;
    margin: 0 10px;
}
.download-note .wechat:before,
.download-note .wechat:after {
    content: "";
    position: absolute;
}
.download-note.ios .wechat:before {
    left: -4px;
    top: 0;
}
.download-note.ios .wechat:after {
    left: 4px;
    top: 0;
}
.download-note.android .wechat:before {
    left: 0;
    top: -4px;
}
.download-note.android .wechat:after {
    left: 0;
    top: 4px;
}