.w40 {
    width: 40%
}

.w60 {
    width: 60%
}

.g-landingpage h1 {
    display: none
}

.g-landingpage .bgbox {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top
}

.g-landingpage .appbtn {
    position: absolute;
    bottom: 1.53333rem;
    left: 50%;
    width: 4.8rem;
    height: 1.17333rem;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: .42667rem;
    line-height: 1.17333rem;
    background: #f05f00;
    border-radius: .58667rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 8px 15px #f8bfa1;
    box-shadow: 0 8px 15px #f8bfa1
}

blockquote, body, button, caption, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, menu, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font-family: \5FAE\8F6F\96C5\9ED1, arial, tahoma, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

b, em, i {
    font-style: normal
}

menu, ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, td, th, ul {
    padding: 0
}

img {
    display: block
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

body {
    background: #fff;
    font-size: 14px;
    line-height: 1
}

.hidden {
    visibility: hidden
}

