* {
    user-select: none;
    margin: 0;
    padding: 0
}

html, body {
    height: 100%
}

body {
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    max-width: 580px;
    display: flex;
    flex-direction: column
}
#first{
    margin-top: 70px;
}
img {
    width: 100%
}

.kf {
    position: fixed;
    top: 230px;
    right: 13px;
    z-index: cover
}
.sw {
    position: fixed;
    top: 230px;
    left: 0px;
    z-index: cover
}

.kf .floatright {
    width: 80px !important;
    height: auto !important
}

* {
    padding: 0px;
    margin: 0px
}

.fullpages-footer {
    position: fixed !important;
    bottom: 0px !important;
    width: 100%;
    height: 84px;
    z-index: 1100;
    overflow: hidden;
    left: 0px !important;
    color: #fff;
}

.fullpages-footer img {
    width: 42px;
    float: left;
    display: block;
    border-radius: 5px;
    margin: 20px 5px 5px 10px;
    height: 42px
}

.fullpages-footer a {
    padding: 4px 5px;
    color: #ff3e6a;
    font-weight: 600;
    border-radius: 13px;
    text-decoration: none;
    font-size: 15px;
    margin-right: 2px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0px 0px 6px #fff;
    display: none
}

.fullpages-footer a.start-btn {
    background-color: #ff3e6a;
    box-shadow: 0px 0px 6px #ff3e6a;
    color: #fff
}

.fullpages-footer p {
    margin-top: 22px;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    width: 130px;
    line-height: 35px;
    float: left;
    font-size: 13px;
    font-weight: bold
}

.fullpages-footer-btn {
    float: left;
    width: calc(100% - 192px);
    float: left;
    padding-top: 27px;
    text-align: right
}