
.toolbars {
    display: flex;
    justify-content: space-between;
    width: 50vw;
    margin: 0 auto;
    font-size: 50px;
    padding: 20px 10vw;
}

.toolbars .item {
    cursor: pointer;
}

.toolbars .pageInfo {
    color: #ffdd00;
}

.pageWrapper {
    overflow: hidden;
}

.pageCover {
    background-size: cover;
    width: 100%;
    height: 100%;

}

.bleedWrapper{
    position: absolute;
}

.pageInner {
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom {
    height: 150px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.bottom .hintInfo {
    color: white;
    font-size: 20px;
    margin-top: 0px;
    text-align: center;
}

.header {
    margin-top: 20px;
}

.header .selectWrapper {
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .selectWrapper .rotate {
    font-size: 40px;
}

.header .selectWrapper .btn {
    font-size: 40px;
    margin-left: 20px;
}

.header select {
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    background: transparent;
    color: #ffdd00;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
}