html, body {
    -webkit-user-select: none;
    user-select: none;
    /*font-size: 62%;*/
    /*object-fit: fill;*/
}

body {
    /*font-family: "Microsoft YaHei",微软雅黑,SimHei,'.SFUIText-Regular', Helvetica, STHeiTi, sans-serif,Arial,"Helvetica Neue",simsun;*/
    font-family: "PingFangSC","Microsoft YaHei",微软雅黑,SimHei,'.SFUIText-Regular', Helvetica, STHeiTi, sans-serif,Arial,"Helvetica Neue",simsun;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    height: 100%;
    color: #2E3845;
    margin: 0;
    /*position: fixed;*/
    /*width: 100%;*/
}

.navigation-bar {
    position: fixed;
    width: 100%;
    height: 88px;
    background-color: white;
    z-index: 1;
    top: 0;
    justify-content: center;
    color: white;
}

.navigation-item {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.navigation-item img{
    width: 26px;
    height: 26px;
}

.container {
    padding: 20px 27px;
    margin-top: 88px;
    width: 100vw;
    height: 80vh;
    box-sizing: border-box;
    background-color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.flex-view {
    display: flex;
}

.nav-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
}

.bottom-view {
    height: 108px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: white;
    z-index: 91;
}

.big-button {
    width: 85%;
    background-color: #07C160;
    color: white;
    border-radius: 5px;
    text-align: center;
    height: 52px;
    border: none;
    font-size: 15px;
    margin-top: 20px;
}

.disable-big-button {
    background-color: #E0E0EA;
}

input::placeholder{
    color: #8A8A8E;
}

/* Chrome */
::-webkit-input-placeholder{
    color: #8A8A8E;
}
/* IE 10+ */
:-ms-input-placeholder{
    color: #8A8A8E;
}

input:disabled{
    background-color: white;
    opacity: 1;
}

.arrow-icon {
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
}

.pop-view {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
}

.fuzzy-view {
    position: absolute;
    background-color: black;
    opacity: 0.4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pop-content-view {
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.selected-item {
    color: #07C160;
}

.download-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.top-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 38.933333vw;
    z-index: -1;
}

.navigation-bar {
    background-color: transparent;
}

.top-bg {
    width: 100%;
    height: 38.933333vw;
    position: relative;
}

.top-text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #ECF8F2;
    line-height: 38px;
    letter-spacing: 1px;
    text-shadow: 0px 8px 32px rgba(0,0,0,0.16);
    position: absolute;
    bottom: 35px;
}

.center-icon {
    margin-top: 40px;
    width: 100px;
    height: 100px;
    border-radius: 25px;
    border: 1px solid #f3f3f3;
}

.center-title {
    font-size: 24px;
    color: #121212;
    font-weight: bold;
    margin-top: 10px;
}

.center-text {
    width: 100%;
    height: 70px;
    font-size: 16px;
    font-weight: normal;
    color: #8A8A8E;
    line-height: 21px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 24px;
}

.bottom-view {
    position: absolute;
    border-bottom: 0;
    width: 100%;
    height: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
}

.tips {
    justify-content: center;
    align-items: center;
    color: #5C6B8A;
    font-size: 10px;
    display: none;
}

.tips img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.download-btn {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    width: 203px;
    height: 48px;
    margin-top: 15px;
}

.download-btn img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-bottom: 5px;
}

.green-btn {
    background-color: #07C160;
}

.black-btn {
    background-color: #484848;
}

.copyright {
    position: absolute;
    bottom:20px;
    left:20px;
    right: 20px;
    font-size: 12px;
    z-index: 99;
    text-align: center;
    color: #8A8A8E;
    line-height: 18px;
}

a:-webkit-any-link {
    color: #8A8A8E;
    text-decoration:none;
}

#main {
    position: relative;
}

@media only screen and (min-width: 635px) {
    .top-img-bg, .top-bg{
        height: 200px;
    }
}
