
.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: #FFF;
}

.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: 25px;
    height: 52px;
    width: 150px;
    padding: 5px 12px;
    border-radius: 11px;
    border: 0.1px solid #FFF;
}

.header select {
    height: 52px;
    width: 200px;
    padding: 5px 12px;
    margin-right: 20px;
    font-size: 25px;
    background: transparent;
    color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-radius: 11px;
    outline: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}