.down-btn-android,
.down-btn-apple {
    border: 1px solid white;
    border-radius: 16px;
    color: white;
    height: 48px;
}

.down-btn-android:hover {
    background: #639e27;
    color: white;
    text-decoration: none;
}

.down-btn-apple:hover {
    background: #000;
    color: white;
    text-decoration: none;
}

.down-btn-android:visited,
.down-btn-apple:visited,
.down-btn-android:active,
.down-btn-apple:active,
.down-btn-android:link,
.down-btn-apple:link {
    color: white;
    text-decoration: none;
}

.under {
    font-size: 12pt;
    font-style: normal;
}

#about-target-fix,
#services-target-fix,
#portfolio-target-fix,
#contact-target-fix {
    position: relative;
    top: -55px;
    display: block;
    height: 0;
    overflow: hidden;
}

.normal-text {
    font-style: normal;
    text-decoration: none;
}

.service-icon-support {
    width: 60px;
    height: 60px;
}

.sc-title {
    height: 40px;
    color: #fff;
    padding: 8px 16px;
    background: #74aa17;
    border-radius: 16px;
    font-size: 11pt;
    cursor: pointer;
}

.msize-font {
    font-size: 13pt;
}

.fix-container {
    padding: 0 32px;
}

#tips {
    background: #33333322;
    border-radius: 8px;
    position: fixed;
    font-size: 3pt;
    color: #fff;
    right: 0;
    z-index: 2;
    margin: 64px 32px 32px 32px;
}

.text-11 {
    font-size: 11pt;
}

#qrcode {
    z-index: 99;
    position: fixed;
    max-width: none;
    right: 32px;
    bottom: 32px;
}

@media (max-width: 678px) {
    #qrcode {
        display: none;
    }
}