* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 15rem;
    height: 100%;
    margin: 0 auto;
    background-color: #f2f2f2;
}

#app {
    overflow-y: scroll;
    position: relative;
    background-position: center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-color: #ffffff;
}

.page-tabbar {
    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: #f2f2f2;
    font-size: .55rem;
    line-height: 1.5rem;
}

input:-moz-placeholder {
    color: #f2f2f2;
    font-size: .55rem;
    line-height: 1.5rem;
}

input::-moz-placeholder {
    color: #f2f2f2;
    font-size: .55rem;
    line-height: 1.5rem;
}

input:-ms-input-placeholder {
    color: #f2f2f2;
    font-size: .55rem;
    line-height: 1.5rem;
}

/*公共部分*/
.titleImgBox img {
    width: 100%;
}

.border-style {
    height: 8px;
    background-size: 20px 10px !important;

}

.voteNum {
    width: 100%;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: .29rem 0;
}

.voteNum .peason {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #ffffff;
    text-align: center;
    font-size: .55rem;
}

.voteNum p, .voteNum span {
    font-size: .65rem;
    color: #fff;
}

.voteNum i {
    color: #fff;
    font-size: .7rem;
    vertical-align: top;
}

.voteDate {
    width: 14rem;
    margin: 0;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .50rem;
    color: #fff;
    letter-spacing: 0.5px;
}

.mint-tabbar.is-fixed, .mint-tabbar > .mint-tab-item.is-selected {
    color: #fff;
    font-size: .65rem;
    margin: 0 auto;
    height: 1.5rem;
    bottom: .1rem;
    width: 14.2rem;
}

.mint-tabbar.is-fixed {
    position: absolute;
}

.mint-tabbar > .mint-tab-item.is-selected {
    opacity: .9;
}

.mint-tabbar > .mint-tab-item.is-selected span, .mint-tabbar > .mint-tab-item.is-selected i {
    /*font-weight: 600;*/
}

.mint-tabbar {
    border-radius: 1rem;
    overflow: hidden;
}

/*底部*/
.footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1.3rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: .2rem 0;
    background: #fff;
}

.footer i {
    font-size: .8rem;
    margin-top: .05rem;
    margin-right: .1rem;
    line-height: 1.5rem;
}

.footer .mint-tab-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
}

.footer .mint-tab-item-label span {
    font-size: .6rem;
    line-height: 1.5rem;
    vertical-align: top;

}

.footer .top-style {
    position: fixed;
    margin: 0 auto;
    bottom: 2rem;
    width: 15rem;
    left: 0;
    right: 0;
    height: 8px;
    background-size: 20px 10px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/*全部参赛页面*/
.search {
    width: 14.5rem;
    font-size: 14px;
    margin: .2rem auto;
    overflow: hidden;
}

.search .layui-input {
    height: 1.2rem;
    line-height: 1.5rem;
    width: 10.625rem;
    padding-left: .5rem;
    border-radius: 1rem 0 0 1rem;
    font-size: .65rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgb(255, 255, 255);
    outline: none;
    float: left;
    border-right: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #f2f2f2;
    font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f2f2f2;
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f2f2f2;
    font-size: 16px;
}

.search .search-btn {
    width: 3rem;
    height: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 1rem 1rem 0;
    border: 1px solid #fff;
    border-left: none;
    background: #fff;
    -webkit-box-shadow: 0 0.04rem 0.07rem 0.01rem rgba(163, 163, 163, 0.34);
    color: #fff;
    font-size: .65rem;
    font-weight: bold;
}

.search .search-btn i {
    margin: .1rem .1rem 0 0;
    font-size: .7rem;
}

.search img {
    width: .7rem;
    vertical-align: middle;
    height: .7rem;
    margin-right: .2rem;
}

.contestantList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 15rem;
    margin: .1rem auto .5rem;
    min-width: .85rem;
}

.contestant {
    width: 50%;
    padding-bottom: .35rem;
    position: relative;
}

.contestant .number {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: .60rem;
    padding: .15rem;
    background: #fff;
    text-align: center;
    height: .6rem;
    padding-top: 0;
    padding-bottom: 10px;
    line-height: 1rem;
    font-weight: 600;
}

.iStyle {
    margin-right: .1rem;
    font-size: .58rem;
    color: #fff;
}

.contestant .link {
    width: 94%;
    margin: auto;
    background-color: #ffffff;
    height: 3.95rem;
    overflow: hidden;
}

.contestant .peopleImg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 3.95rem;
    object-fit: cover;
}

.contestant .videoIconTop {
    position: absolute;
    top: 0.5rem;
    left: 35%;
    z-index: 3;
    width: 2.5rem;
    height: 2.5rem;
}

.contestant .decorate {
    max-width: 26px;
    position: absolute;
    top: 0;
    right: 0;
}

.contestant .listMess {
    width: 94%;
    margin: 0 auto;
    padding: 0.19rem 0;
    background: #fff;
}

.contestant .user-bottom {
    width: 94%;
    margin: auto;
}

.contestant .name {
    color: #ffffff;
    font-size: .52rem;
    margin-bottom: .1rem;
    overflow: hidden;
    line-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: 500;
}

.contestant .bottom-style {
    width: 91%;
    margin: 0 auto;
    height: 8px;
    background-size: 19px 10px;
}

.contestant .coupon {
    text-align: right;
    line-height: 1rem;
    height: 1rem;
    font-size: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contestant .vote-btn {
    font-size: .5rem;
    width: 6rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 3rem;
    color: #fff;
    text-align: center;
    margin: .3rem auto;
}

.contestant .authorMess {
    font-size: .46rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*分页器*/
.at-col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-flex: 0;
    max-width: 100%;
}

.at-col {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: 100%;
    display: block;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.at-pagination {
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .85333rem;
}

.at-noticebar--single, .at-pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.at-button--small {
    display: inline-block;
    padding: 0 .34133rem;
    width: auto;
    min-width: 2.13333rem;
    max-width: 15.14667rem;
    height: 1.28rem;
    font-size: .59733rem;
    line-height: 1.23733rem;
}

.at-button--disabled, .at-button--disabled:active {
    opacity: .3;
}

.at-button {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 .68267rem;
    height: 1.96267rem;
    color: #333;
    font-size: .68267rem;
    line-height: 1.92rem;
    text-align: center;
    border-radius: .17067rem;
    border: 1PX solid #c5d9e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.at-button__text {
    display: inline;
}

.at-pagination__number {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-size: .59733rem;
    text-align: center;
    overflow: hidden;
}

.at-button--small {
    display: inline-block;
    padding: 0 .34133rem;
    width: auto;
    min-width: 2.13333rem;
    max-width: 15.14667rem;
    height: 1.28rem;
    font-size: .59733rem;
    line-height: 1.23733rem;
    background: #fff;
}

/*查看排行详情*/
.rankDetailBox {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    width: 14.8rem;
    border-radius: 3px;
    font-size: 16px;
    -webkit-user-select: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 100;
    overflow-y: scroll;
}

.rankDetailBox .closeBtn {
    float: left;
    position: fixed;
    width: 14.6rem;
    padding-left: .4rem;
    margin: .3rem auto;
    text-align: left;
}

.rankDetailBox .closeBtn i {
    font-size: .8rem;
}

.rank-panel {
    width: 94%;
    padding: .2rem;
    margin: 1.5rem auto .3rem;
    overflow-y: scroll;
    max-height: 91vh;
}

/*查看详情*/
.viewDetailBox {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    width: 14.8rem;
    border-radius: 3px;
    font-size: 16px;
    -webkit-user-select: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 100;
    overflow-y: scroll;
}

.viewDetailBox .closeBtn {
    float: left;
    position: fixed;
    width: 14.6rem;
    padding-left: .4rem;
    margin: .3rem auto;
    text-align: left;
}

.viewDetailBox .closeBtn i {
    font-size: .8rem;
}

.textJS {
    text-align: justify;
}

.detail-panel {
    width: 94%;
    padding: .2rem;
    margin: 1.5rem auto .3rem;
    overflow-y: scroll;
    max-height: 91vh;
}

.detail-panel .title {
    width: 100%;
    font-size: .7rem;
    margin: .1rem 0 .1rem 0;
    line-height: 1.2rem;
}

.detail-panel .video {
    width: 100%;
    margin-bottom: .3rem;
}

.detail-panel .avatar {
    width: 100%;
}

.detail-panel .coupon {
    line-height: 1.3rem;
    font-size: .85rem;
    letter-spacing: -1px;
}

.detail-panel .coupon i {
    font-size: .85rem;
    vertical-align: bottom;
}

.detail-panel .desc {
    font-size: .55rem;
    line-height: .8rem;
    word-break: break-all;
    margin-bottom: .3rem;
}

.detail-panel .desc p {
    max-width: 100%;
    display: block;
    font-size: .65rem;
    line-height: 1rem;
    margin-bottom: .3rem;
}

.user-btn-group {
    margin-bottom: .3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.user-btn-group .layui-btn {
    margin: 0;
    color: #ffffff;
    display: inline-block;
    height: 1.3rem;
    line-height: 1.3rem;
    padding: 0 .55rem;
    white-space: nowrap;
    text-align: center;
    font-size: .58rem;
    border: none;
    width: 60%;
    border-radius: 3px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.viewDetailBox .authorMess {
    font-size: .55rem;
    line-height: 1rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*当前排名*/
.currentRankings {
    width: 15rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.currentRankings table {
    width: 100%;
    background-color: #fff;
    color: #666;
    margin-bottom: 1rem;
}

.currentRankings table td {
    position: relative;
    padding: .3rem .1rem;
    min-height: .9rem;
    line-height: .9rem;
    font-size: .6rem;
}

.currentRankings table th {
    font-size: .6rem;
    padding: .35rem;
    min-height: 20px;
    line-height: .9rem;
}

.currentRankings table th:first-child, .currentRankings table th:last-child {
    width: 2rem;
}

.currentRankings table thead tr th:first-child, .currentRankings table thead tr th:last-child {
    width: 2rem;
}

.currentRankings table thead tr th i {
    font-size: .6rem;
    vertical-align: top;
}

.currentRankings table thead tr th {
    /*background: url('./../images/sort_bg.png') no-repeat;*/
    /*background-position: center;*/
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-color: #fff;
    font-size: .6rem;
}

.currentRankings table tbody tr {
    background-color: #f7f7f7;
}

.currentRankings table tbody tr td {
    text-align: center;
    word-break: break-all;
    border-color: #fff;
}

.currentRankings table tbody tr:nth-child(even) {
    background-color: #f0f0f0 !important;
}

.currentRankings .mint-button--small {
    display: inline-block;
    font-size: .6rem;
    padding: .2rem .7rem;
    height: 33px;
    margin: 10px 0 1rem;
    background: pink;
    color: #fff;
    border-radius: 3px;
}

/*活动规则*/
.rule-container {
    width: 14rem;
    border-radius: .1rem;
    padding: 0 .4rem;
    margin: 0 auto;
    overflow: hidden;
}

.rule-container .title {
    font-size: .65rem;
    display: inline-block;
    margin-bottom: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rule-container .title span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    margin-right: 11px;
}

.rule-container .title span:last-child {
    margin-left: 11px;
    margin-right: 0;
}

.rule-container .content {
    font-size: .55rem;
    line-height: 1rem;
}

.rule-container .content img {
    max-width: 100%;
}

.rule-container .content p {
    font-size: .55rem;
    line-height: 1rem;
    float: left;
    color: #fff;
}

.rule-container .content {
    margin-bottom: 15vh;
}

.mint-toast {
    max-width: 94%;
    min-width: 80%;
    z-index: 99999;
}

.mint-toast-text {
    color: #fff !important;
    font-size: 17px;
}

/*图片容器p标签*/
.app-image-container {
    width: 100%;
}

/*图片img标签*/
.app-image {
    width: 100%;
}

/*图集说明标签*/
.app-image-description {
    text-align: justify !important;
    line-height: 2rem;
    padding: 0 0 1rem 0;
    letter-spacing: 0.06rem;
    font-weight: 400;
}

/*视频容器p标签*/
.app-video-container {
    width: 100%;
    text-align: center;
}

/*视频video标签*/
.app-video {
    width: 100%;
}

/*视频说明标签*/
.app-video-description {
    text-align: justify !important;
    line-height: 2rem;
    padding: 0 0 1rem 0;
    letter-spacing: 0.06rem;
    font-weight: 400;
}

.app-video-iFrame {
    width: 100%;
    height: 13.5rem;
}

/*留言模块*/
.messageBox {
    margin: 1rem .4rem;
    overflow: hidden;
}

.messageBox .head {
    overflow: hidden;
    margin-bottom: 2rem;
}

.messageBox .head h5 {
    float: left;
    line-height: 1rem;
    font-size: .73rem;
    color: #fff;
}

.messageBox .head span {
    float: right;
    line-height: 1rem;
    font-size: .7rem;
    color: #fff;
    font-weight: bold;
}

.messageBox .messList {
    overflow: hidden;
}

.messageBox .messList .oneBox {
    margin-bottom: .5rem;
    overflow: hidden;
}

.messageBox .messList .oneBox img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.messageBox .messList .oneBox h5 {
    font-size: .65rem;
    line-height: 1rem;
    height: 1rem;
    overflow: hidden;
    font-weight: normal;
    color: #fff;
}

.messageBox .messList .oneBox pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 1rem;
    font-size: .6rem;
    overflow: hidden;
    color: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", "simsun", "sans-serif", Arial !important;
}

.mint-msgbox-input input {
    line-height: 1rem;
}

/*留言弹窗*/
.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 998;
}

.mint-msgbox {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    font-size: 16px;
    -webkit-user-select: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 999;
    height: auto;
    width: 98%;
    border-radius: 20px;
}

.mint-msgbox-header {
    padding: .5rem 0;
}

.mint-msgbox-title {
    text-align: left;
    margin-left: .5rem;
    font-size: .7rem;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: #333;
}

.mint-msgbox-content {
    padding: 1rem 2% .5rem;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    /*background: url(./../images/verifyBg.png) no-repeat;*/
    background-size: 100% 100%;
}

.mint-msgbox-content div {
    margin-bottom: .5rem;
    overflow: hidden;
}

.mint-msgbox-content span {
    font-size: .65rem;
    line-height: 1.2rem;
    display: block;
    float: left;
    width: 3.8rem;
}

.mint-msgbox-content textarea {
    font-size: .6rem;
    line-height: 1.2rem;
    display: block;
    float: left;
    width: 12.9rem;
    padding: 0 .3rem;
    border: 1px solid #d7d7d7;
    resize: none;
}

.mint-msgbox-content div:nth-child(2) input {
    width: 4.4rem;
    margin-right: .3rem;
}

.mint-msgbox-content div:nth-child(2) button {
    line-height: 1.2rem;
    background: none;
    border: 1px solid #d7d7d7;
    padding: 0 .1rem;
    font-size: .5rem;
    width: 4.3rem;
}

.my-mint-msgbox-btns {
    width: 100%;
    height: 2.5rem;
    line-height: 2rem;
}

.my-mint-msgbox-btn {
    line-height: 1.5rem;
    display: block;
    background-color: #fff;
    margin-top: .2rem;
    border: 1px solid #d7d7d7;
    padding: 0 1rem;
    float: right;
    border-radius: 5px;
    font-size: .65rem;
}

.my-mint-msgbox-cancel {
    margin-right: .5rem;
}

.my-mint-msgbox-confirm {
    margin-right: .5rem;
    color: #fff;
}

/*活动奖励和简介*/
.rewardBox {
    overflow: hidden;
}

.rewardBox > img {
    width: 100%;
}

.rewardBox pre {
    font-size: .65rem;
    line-height: 1rem;
    text-align: justify;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #666;
    font-family: "Microsoft YaHei", "微软雅黑", "simsun", "sans-serif", Arial !important;

    margin: -.75rem .34rem -.09rem .3rem;
    padding: .5rem;
    /*border-left: 1px solid rgb(114, 181, 226);*/
    /*border-right: 1px solid rgb(114, 181, 226);*/
}

.rewardBox img, .rewardBox video {
    width: 100%;
    margin-bottom: .5rem;
}

.typeName {
    text-align: center;
    font-size: .6rem;
    line-height: 1rem;
    color: #666;
    padding-bottom: .5rem;
}

/*当前排名弹窗*/
.currentRankBox {
    width: 94%;
    padding: .2rem;
    overflow-y: scroll;
    max-height: 91vh;
}

.currentRankBox .contestant .name {
    color: #666;
    line-height: 1.2rem;
}

.currentRankBox .contestant .index {
    width: 2rem;
    height: .8rem;
    background: red;
    border-radius: .2rem;
    line-height: .8rem;
    text-align: center;
    color: #fff;
    margin-right: .5rem;
    margin-top: .2rem;
    margin-bottom: 0;
    float: left;
}

.currentRankBox .contestant .user-bottom {
    width: 100%;
}

.currentRankBox .contestant .user-bottom span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.currentRankBox .contestant .authorMess {
    font-size: .55rem;
    width: 85%;
    float: left;
    margin-right: 5%;
    line-height: .8rem;
}

.currentRankBox .contestant .number {
    font-size: .55rem;
    position: relative;
    width: 10%;
    float: left;
    padding: 0;
    display: block;
    left: 0;
    text-align: right;
    background: transparent;
    height: auto;
    line-height: .8rem;
}

.currentRankBox .contestant {
    color: #666;
    background: #f8f6f6;
    margin-bottom: .3rem;
    border: 1px solid #eceaea;
    border-radius: .2rem;
}

.currentRankBox .optionCount {
    margin: 0;
    color: #666;
    font-size: .65rem;
    line-height: 1.2rem;
    border-radius: .2rem;
    width: 50%;
    float: right;
    text-align: right;
}

.currentRankBox .contestant .listMess {
    background: transparent;
    padding: 0;
}

/*图片预览*/
.imgViewBox {
    height: 83vh;
}

.imgViewSmallBox, .imgViewSmallBox img {
    width: 100%;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.imgViewSmallBox {
    height: 83vh;
    margin-bottom: 0;
    overflow: scroll !important;
}

.imgViewSmallBox img {
    position: absolute;
    top: 13%;
    bottom: 50%;
    z-index: 6;
}

/*验证码*/
.verifyBox {
    padding: 3rem 10% .5rem;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    background: url(./../images/verifyBg.png) no-repeat;
    background-size: 100% 100%;
}

.verifyBox .verifyCodeBox {
    text-align: center;
    width: 80px;
    height: 36px;
}

.verifyBox .verifyInputBox {
    display: flex;
    border: 1px solid #ccc;
    border-radius: .2rem;
}

.verifyInputBox textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    padding: 2px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    color: #323233;
    text-align: left;
    padding: 5px .4rem;
    font-size: .6rem;
    line-height: 24px;
    background-color: #fff;
    border-radius: .2rem 0 0 .2rem;
    flex: 1;
}

.verifyBox textarea::-webkit-input-placeholder {
    font-size: .6rem;
}

.verifyBox .verifyCodeBox {
    text-align: center;
    width: 80px;
    height: 36px;
}

.verifyBox .bottomBtnBox {
    margin-top: 1rem;
    text-align: center;
}

.verifyBox button:focus {
    outline: 0;
}

.verifyCodeBtn {
    border-radius: 5rem;
    border: none;
    width: 4.5rem;
    font-size: .6rem;
    height: 1.3rem;
    line-height: 1.3rem;
    float: inherit;
    margin: 0 auto;
    background: linear-gradient(to right, #ec8732, #f3b039);
}

.closeIcon {
    position: absolute;
    z-index: 1;
    color: #969799;
    font-size: 18px;
    right: 16px;
    top: .5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(./../images/close.png) no-repeat;
    background-size: 100% 100%;
}

/*打开app*/
.shareIcon_con {
    top: 0px;
    overflow: hidden;
    margin: 0 0;
    z-index: 9;
    position: fixed;
}

.shareIcon-img {
    width: 100%;
    display: block;
    max-height: 3rem;
}