body,
.width {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

#app {
    background: #060503;
    padding-bottom: 25%;
}

header {
    position: fixed;
    z-index: 233;
    top: 0;
    left: 0;
    right: 0;
}

header .w1 {
    background: url("../images/f-t.png")/*tpa=http://a.798ux.com/images/f-t.png*/ center no-repeat;
    background-size: 100% 100%;
    padding-top: 20%;
    position: relative;
}

header .w2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 2.5px;
}

header .icon {
    height: 100%;
    margin-right: 5px;
    padding: 5px;
}

header .icon img {
    display: block;
    height: 100%;
}

header .data {
    width: 0;
    flex: 1;
    padding-right: 75px;
    line-height: 1.3;
}

header .title .name {
    color: #fff1b7;
    font-size: 20px;
    font-weight: bold;
}

header .title .text {
    margin-left: 5px;
    color: #ff6940;
}

header .desc {
    margin-top: 5px;
    color: #fff1b7;
    font-size: 10px;
    letter-spacing: -1px;
}

main {
    padding-top: 20%;
}

main div {
    position: relative;
}

main img {
    display: block;
    width: 100%;
}

main .icon {
    position: absolute;
    width: 16%;
    padding-top: 42.4%;
    left: 50%;
    transform: translateX(-50%);
}

main .icon div {
    /*border-radius: 10px;
      overflow: hidden;*/
}

main .icon img {
    display: block;
    width: 100%;
}

footer {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 5px;
}

footer .info {
    font-size: 17px;
    cursor: pointer;
}

footer .info span {
    font-size: 20px;
}

footer .desc {
    font-size: 15px;
}

.f-b {
    position: fixed;
    z-index: 233;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: all 0.25s;
}

.f-b img {
    display: block;
    width: 100%;
}

.f-b.active {
    transform: translateY(0);
}


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