[v-cloak] {
    display: none;
}

input {
    border-radius: 0;
    outline: none;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: text;
    user-select: text;
    /* 取消移动端输入框聚焦时的气泡框 */
    -webkit-tap-highlight-color: transparent;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #2B1E1D;
}

.header {
    width: 7.5rem;
    height: 1rem;
    background-color: rgba(0, 0, 0, 0.63);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.header-logo {
    width: 1.28rem;
    height: 0.86rem;
    background: url(../img/top_logo.png) no-repeat center center;
    background-size: 100% 100%;
}
.header-download {
    width: 2.39rem;
    height: 0.98rem;
    background: url(../img/top_btn.png) no-repeat center center;
    background-size: 100% 100%;
}

.page1 {
    width: 7.5rem;
    height: 11.57rem;
    padding-top: 10.6rem;
    background: url(../img/page1_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.page1-loginBox {
    position: absolute;
    top: 1.1rem;
    right: 0.1rem;
}
.page1-loginBox-loginBtn {
    width: 1.68rem;
    height: 0.89rem;
    background: url(../img/page1_sign.png) no-repeat center center;
    background-size: 100% 100%;
}
.page1-loginBox-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page1-loginBox-phoneNum {
    font-size: 0.24rem;
    color: #fff;
}
.page1-loginBox-voteCount {
    font-size: 0.24rem;
    color: #fff;
    margin: 0 0.1rem;
}
.page1-loginBox-logoutBtn {
    width: 1.38rem;
    height: 0.89rem;
    background: url(../img/out.png) no-repeat center center;
    background-size: 100% 100%;
}
.page1-tabBox {
    width: 7.5rem;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.35rem;
}
.page1-tabBox-item {
    width: 2.26rem;
    height: 0.99rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
/* 参赛作品 */
.page2 {
    width: 7.5rem;
    background-color: #2b1e1d;
}
.page2-searchBox {
    width: 7.1rem;
    height: 0.8rem;
    margin: 0.3rem auto 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.07rem 0 0.1rem;
    box-sizing: border-box;
    background: #271617;
    border-radius: 0.4rem;
    border: 0.02rem solid #D8C49A;
}
.page2-searchBox-input {
    flex: 1;
    height: 0.8rem;
    margin-right: 0.2rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    color: #E4BE94;
}
.page2-searchBox-input::placeholder {
    color: #E4BE94;
    font-style: italic;
}
.page2-searchBox-btn {
    width: 1.63rem;
    height: 0.63rem;
    background: url(../img/page1_search.png) no-repeat center center;
    background-size: 100% 100%;
}
.page2-creationList {
    width: 7.1rem;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.page2-creationList-item {
    width: 3.41rem;
    /* height: 5.07rem; */
    margin-bottom: 0.4rem;
    position: relative;
    overflow: hidden;
    border: 0.02rem solid #D8C49A;
}
.page2-creationList-item-img {
    width: 100%;
    height: 100%;
}
.page2-creationList-item-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.page2-creationList-item-infoBox {
    width: 100%;
    height: 0.88rem;
    background: rgba(0, 0, 0, 0.67);
    padding: 0.12rem 0.1rem 0.12rem 0.15rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.page2-creationList-item-infoBox-name {
    font-size: 0.24rem;
    color: #E4BE94;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page2-creationList-item-infoBox-creationInfo {
    width: 100%;
    font-size: 0.18rem;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page2-creationList-item-infoBox-creationInfo-name {
    width: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
}
.page2-creationList-item-infoBox-name-shortId {
    width: 1rem;
    display: inline-block;
}
.page2-creationList-item-infoBox-name-nickName {
    width: 1.3rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page2-creationList-item-infoBox-creationInfo-likeBox {
    width: 0.7rem;
    position: relative;
}
.page2-creationList-item-infoBox-creationInfo-likeBox-likeCount {
    text-align: center;
}
.page2-creationList-item-infoBox-creationInfo-likeBox-likeBtn {
    width: 0.57rem;
    height: 0.55rem;
    background: url(../img/icon.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -0.65rem;
    left: 50%;
    transform: translateX(-50%);
}
.paginationBox {
    width: 7.1rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    background: #251B1A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.2rem auto 0;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.paginationBox-btn {
    width: 1.63rem;
    height: 0.63rem;
}
.paginationBox-prev {
    background: url(../img/next_page.png) no-repeat center center;
    background-size: 100% 100%;
}
.paginationBox-next {
    background: url(../img/page1_page.png) no-repeat center center;
    background-size: 100% 100%;
}
.paginationBox-numBox {
    flex: 1;
    height: 0.8rem;
    margin: 0 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    color: #fff;
}
.paginationBox-numBox-text {
    width: 0.41rem;
    height: 0.41rem;
    margin: 0 0.1rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.41rem;
    flex-shrink: 0;
    transition: opacity 0.3s ease-in-out;
    &.active {
        background: url(../img/page_bg.png) no-repeat center center;
        background-size: 100% 100%;
    }
}
.placeholderBlock {
    width: 7.5rem;
    height: 1.5rem;
}
/* 选票获取/任务 */
.taskPage {
    width: 7.5rem;
    padding: 0.5rem 0;
}
.taskPage-box {
    width: 7.26rem;
    height: 7.33rem;
    background: url(../img/page2_box.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0.25rem 0.2rem;
    margin: 0 auto;
}
.taskPage-box-content {
    margin: 0 auto;
}
.taskPage-box-content-item {
    box-sizing: border-box;
    height: 0.98rem;
    line-height: 0.98rem;
    border-bottom: 0.01rem solid #FFE1BF;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    &:last-child {
        border-bottom: none;
    }
}
.taskPage-box-content-item-name {
    font-size: 0.24rem;
    color: #FFE1BF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.taskPage-box-content-item-name-text {
    font-size: 0.24rem;
    color: #FFE1BF;
    margin-right: 0.22rem;
}
.taskPage-box-content-item-name-finishIcon {
    width: 0.29rem;
    height: 0.29rem;
    background: url(../img/page2_icon.png) no-repeat center center;
    background-size: 100% 100%;
}
.taskPage-box-content-item-img {
    width: 1.68rem;
    height: 0.89rem;
}
/* 赛事规则 */
.rulePage {
    width: 7.5rem;
    padding: 0.5rem 0 0.4rem;
}
.rulePage-box {
    width: 7.26rem;
    height: 14.21rem;
    background: url(../img/page3_box.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0.25rem 0.15rem;
    margin: 0 auto;
}
.rulePage-box-content {
    color: #FFE1BF;
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding: 0 0.2rem;
    overflow-y: auto;
    height: 13rem;
}
.rulePage-box-content-item {
    
}
.rulePage-box-content-item-title {
    width: 3.02rem;
    height: 0.76rem;
    margin: 0.5rem auto;
}
.rulePage-box-content-item-title-1 {
    background: url(../img/page3_title1.png) no-repeat center center;
    background-size: 100% 100%;
}
.rulePage-box-content-item-title-2 {
    background: url(../img/page3_title2.png) no-repeat center center;
    background-size: 100% 100%;
}
.rulePage-box-content-item-content {
    
}
.rulePage-box-content-item-subTitleList {
    
}
.rulePage-box-content-item-subTitleList-item {
    margin-bottom: 0.2rem;
}
.rulePage-box-content-item-subTitleList-item-title {
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.1rem;
}
.rulePage-box-content-item-subTitleList-item-content {
    font-size: 0.24rem;
}
.rulePage-box-content-item-subTitleList-item-content-time {
    font-size: 0.35rem;
    text-align: center;
    font-style: italic;
}
