.fgs-content {
    padding: 0 10%;
}

body {
    background: url('../images/bg@3x.jpg') repeat-y;
    background-size: 100% auto;
    color: #3f3f3f;
    font-size: 14px;
}

.fgs-content h4 {
    margin: 34px 0 24px 0;
    font-size: 18px;
    font-weight: bold;
}

.fgs-content p {
    margin-top: 0;
    line-height: 20px;
}

.fgs-download {
    width: 100%;
    margin: 0 auto;
}

.fgs-download p {
    font-size: 24px;
    color: #777;
    font-weight: bold;
    margin-top: 45px;
    line-height: 40px;
    letter-spacing: 3px;
}

.img-responsive img {
    width: 100%;
}



.btn-content {
    margin-top: 30px;
    text-align: center;
}

.btn-content a {
    margin: 0 auto;
    display: block;
    width: 64%;
    height: 74px;
    position: relative;
    background: url('../images/btn_bg.png') repeat-x top;
    font-size: 22px;
    color: #fff;
    padding-top: 12px;
    font-weight: bold;
}

.btn-content a img {
    vertical-align: -4px;
    width: 25px;
    height: auto;
}

.btn-content a:before,
.btn-content a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 24px;
    height: 75px;
    display: inline-block;
}

.btn-content a:first-child {
    margin-bottom: 10px;
}

.btn-content a:before {
    background: url('../images/btn_before_bg.png');
    left: -24px;
}

.btn-content a:after {
    background: url('../images/btn_after_bg.png');
    right: -24px;
}

.wechat-reminder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    background-image: url('../images/download_wechat_reminder.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40% auto
}

.no-scroll {
    overflow: hidden;
}
.main-color{
    color: #c79468;
}

@media(min-width: 601px) {
    .fgs-download {
        width: 600px;
    }
}
@media(min-width: 481px) and ( max-width: 600px) {
    .fgs-download {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .fgs-download {
        width: 100%;
    }
    .btn-content a {
        padding-top: 14px;
        font-size: 20px;
    }
    .btn-content a img {
        width: 20px;
    }
}
