img.downloadPage-banner {
    width: 100%;
}

div.downloadPage-headerRow {
    border-bottom: solid 2px #cccccc;
}

div.downloadPage-contentSection p {
    font-size: 16px;
}

div.downloadPage-contentSection > div:not(:nth-of-type(3)) {
    min-height: 600px;
    border-right: solid 1px #cccccc;
}

div.downloadPage-contentSection > div > div {
    float: left;
    width: 100%;
    padding: 15px 10px;
}


/* 每一行中的内容都是float left */

div.downloadPage-contentSection > div > div > * {
    float: left;
}

div.downloadPage-contentSection > div > div > input.download-button {
    float: right;
}

div.downloadPage-contentSection div.icon-wrapper {
    min-width: 70px;
}

div.downloadPage-contentSection span.icon {
    background: url("/images/sprites/download-icons.png") no-repeat;
    display: inline-block;
    position: initial;
}

div.downloadPage-contentSection div.icon-wrapper > span.icon {
    display: block;
    margin: auto;
    position: relative;
    top: 7px;
}

div.downloadPage-contentSection span.icon.icon-mg {
    width: 42px;
    height: 42px;
    background-position: -71px -37px;
}

div.downloadPage-contentSection span.icon.icon-pt {
    width: 50px;
    height: 35px;
    background-position: -5px -89px;
}

div.downloadPage-contentSection span.icon.icon-service {
    width: 41px;
    height: 50px;
    background-position: -175px -97px;
}

div.downloadPage-contentSection span.icon.icon-chrome {
    width: 48px;
    height: 48px;
    background-position: -65px -89px;
}

div.downloadPage-contentSection span.icon.icon-firefox {
    width: 49px;
    height: 47px;
    background-position: -159px -5px;
}

div.downloadPage-contentSection span.icon.icon-ios {
    width: 22px;
    height: 25px;
    background-position: -159px -62px;
}

div.downloadPage-contentSection span.icon.icon-android {
    width: 23px;
    height: 28px;
    background-position: -5px -5px;
}

div.downloadPage-contentSection span.icon.icon-bbin {
    width: 59px;
    height: 22px;
    background-position: -71px -5px;
}

div.downloadPage-contentSection span.icon.icon-pt {
    width: 50px;
    height: 35px;
    background-position: -5px -89px;
}

div.downloadPage-contentSection span.icon.icon-mobile-service {
    width: 42px;
    height: 45px;
    background-position: -123px -97px;
}

div.downloadPage-contentSection span.icon.icon-qr {
    width: 26px;
    height: 26px;
    background-position: -123px -37px;
}

div.downloadPage-contentSection input.download-button {
    background: white;
    border: solid 2px #ffd452;
    border-radius: 4px;
    padding: 3px 18px;
    color: black;
}

div.downloadPage-contentSection input.download-button:hover {
    color: white;
    background: #ffd452;
}

section.downloadPage span.subtext {
    color: #0c3984;
}

div.downloadPage-contentSection > div > div.downloadPage-contentSection-inlineHeader {
    border-bottom: solid 2px #cccccc;
    box-sizing: content-box;
    width: 99%;
}

div.downloadPage-contentSection > div {
    padding-top: 17px;
}

div.downloadPage-contentSection div.buttons-wrapper {
    width: 250px;
    float: right;
}

div.downloadPage-contentSection div.buttons-wrapper > button {
    height: 30px;
    width: 110px;
    float: left;
    background: white;
    border: solid 2px #ffd452;
    border-radius: 4px;
    margin-right: 10px;
}

div.downloadPage-contentSection div.buttons-wrapper > button:hover {
    color: white;
    background: #ffd452;
}

div.downloadPage-contentSection div.buttons-wrapper > button:hover > span.icon.icon-android {
    background-position: -38px -5px;
}

div.downloadPage-contentSection div.buttons-wrapper > button:hover > span.icon.icon-ios {
    background-position: -191px -62px;
}

div.downloadPage-contentSection div.buttons-wrapper > button > span.icon {
    transform: scale(0.9, 0.9);
}

div.downloadPage-contentSection div.buttons-wrapper > button > span.icon.icon-android {
    vertical-align: -9px;
}

div.downloadPage-contentSection div.buttons-wrapper > button > span.icon.icon-ios {
    vertical-align: -7px;
}

div.downloadPage-contentSection div.buttons-wrapper > button > * {
    vertical-align: middle;
}

div.downloadPage-webMobileCol ul {
    float: left;
    width: 100%;
}

div.downloadPage-webMobileCol ul li {
    list-style: none;
    float: left;
    width: 50%;
    display: block;
    margin-bottom: 10px;
}

div.downloadPage-webMobileCol ul li button {
    width: 120px;
    background: white;
    border: solid 2px #ffd452;
    border-radius: 4px;
    display: block;
    margin: auto;
    padding: 3px;
    font-weight: bold;
    font-size: 16px;
}

div.downloadPage-webMobileCol ul li button:hover {
    background: #ffd452;
    color: white;
}

div.downloadPage-webMobileCol ul li button span {
    vertical-align: middle;
}

section.downloadPage h2 {
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

section.downloadPage h2 img {
    height: 60px;
}

div.downloadPage-contentSection > div > div.downloadPage-contentSection-inlineHeader {
    padding-top: 0;
    padding-bottom: 0;
}

/*# sourceMappingURL=download.css.map */
