body {
    width: 100%;
}
#app {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px 4px; 
}

/* banner */
.banner {
    width: 100%;
    height: 170px;
    margin-bottom: 14px;
    position: relative;
    font-size: 17px;
}
.banner::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.content {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: 2;
}

.icon, .state, .download {
    margin: auto;
}


.icon {
    width: 80px;
}
.icon img {
    display: block;
    width: 100%;
    border-radius: 24px;
    border: 1px solid #e8e8e8;
}
.state {
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
    color: #8590a6;
}
.state strong {
    margin: 6px;
    position: relative;
    font-weight: normal;
}

.app-info-delimter {
    display: inline-block;
    width: 1px;
    background-color: #8590a6;
    height: 9px;
    margin: 0 10px;
}

.copyright-info-delimter {
    display: inline-block;
    width: 1px;
    background-color: #8590a6;
    height: 9px;
    margin: 0 10px;
}


.download {
    display: flex;
    box-sizing: border-box;
    padding: 0px;
    margin-bottom: 14px;
}
.button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    flex: 1;
    background-color: #1878f3;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 12px 0;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
}

.button-delimter {
    width: 5px;
}

.sologan {
    font-size: 14px;
    color: #343434;
    box-sizing: border-box;
    text-align: center;
    background-color: white;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
}
.scroll-x {
    border-bottom: 13px solid #fff;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;
    background-color: white;
}
.screenshot {
    display: inline-block;
    border-radius: 1px;
    width: 131px;
    height: 232px;
    background-color: #efeff0;
    background-size: 25px 25px;
    overflow: hidden;
    position: relative;
}
.scroll-x .screenshot:first-child {
    position: relative;
    margin-left: 0px;
}
.scroll-x .screenshot {
    margin-left: 7px;
}
.screenshot img {
    border-radius: 1px;
    width: 131px;
}
.screenshot:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
    width: calc(300% - 2px);
    height: calc(300% - 2px);
    -webkit-transform: scale(0.3333);
    -webkit-transform-origin: 0 0;
    transform: scale(0.3333);
    transform-origin: 0 0;
}

.resume {
    background-color: white;
}
.title {
    margin-top: 14px;
    box-sizing: border-box;
    padding: 10px 0px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    font-size: 16px;
}
.title i {
    font-style: normal;
    font-size: 14px;
    margin-left: 4px;
}
.descrip {
    text-align:left;
    font-size:13px;
    letter-spacing:1px;
    box-sizing: border-box;
    padding: 10px 0px;
}
.descrip p {
    margin:10px 0;
    line-height: 1.8;
}

#contact {box-sizing:border-box; padding: 8px 0;text-align:center; line-height:2; font-size:13px; border-top: 1px solid #ebebeb;}
#contact span { color:#8590a6; letter-spacing:1px;}
#contact a {text-decoration:none; color:#8590a6; }