body {
    font-family: NotoSansHans-Regular, AvenirNext-Regular, "proxima-nova",
    "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei",
    "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.dl-content {
    text-align: center;
}

.dl-content .title {
    margin-top: 70px;
    margin-bottom: 30px;
}

.dl-content .title .text {
    color: #333333;
    font-size: 20px;
}

.dl-content .logo {
    width: 130px;
    height: 100%;
}

.dl-content .bt-download {
    margin-top: 45px;
}

.content-box .bt-download .download {
    min-width: 100px;
    width: 50%;
    font-size: 15px;
    border-radius: 3px;
}

.bt-download .install-bc-gray {
    background: #DCDCDC;
    color: #ffffff;
    border: 1px solid #DCDCDC;
}

.bt-download .install-bc-ok {
    background: #fff;
    color: #FD8140;
    border: 1px solid #FD8140;
}

.bt-download .install-bc-ok-pabbit {
    background: #fff;
    color: #00AFCC;
    border: 1px solid #00AFCC;
}