.interaction {
    position: relative
}

.interaction .tool-item {
    margin-right: .3rem;
    color: #888;
    font-size: 13Px
}

.interaction .tool-item i {
    vertical-align: bottom;
    margin-right: 5Px
}

.interaction .tool-item .act {
    color: #1989fa!important
}

.interaction .tool-item img {
    width: 15Px;
    vertical-align: bottom
}

.interaction .right-text {
    text-align: right;
    font-size: 12Px;
    color: #666;
    padding-top: .06rem
}

.m-tabs-years {
    overflow-x: auto;
    background-color: #fff
}

.m-tabs-years::-webkit-scrollbar {
    display: none
}

.m-tabs-years .m-tabs-years-bd {
    height: .76rem;
    white-space: nowrap;
    min-width: 100%;
    max-width: 200rem;
    padding-left: .28rem
}

.m-tabs-years .m-tabs-years-bd span {
    border: 1Px solid #a9a9a9;
    border-radius: .3rem;
    width: 1.1rem;
    height: .4rem;
    text-align: center;
    line-height: .36rem;
    font-size: .24rem;
    margin-top: .2rem;
    margin-right: .28rem;
    display: inline-block
}

.m-tabs-years .m-tabs-years-bd span.act {
    border: 1Px solid #1989fa;
    background: #1989fa;
    color: #fff
}

.m-tabs-period-home {
    border-top: 1Px solid #f8f8f8;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between
}

.m-tabs-period-home .van-dropdown-menu {
    height: 30Px;
    width: 28%;
    text-align: center;
    display: flex;
    margin-right: .1rem;
    justify-content: center
}

.m-tabs-period-home .van-dropdown-menu .van-dropdown-menu__bar {
    height: auto;
    padding-top: .08rem;
    box-shadow: none
}

.m-tabs-period-home .van-hairline--top-bottom:after,.m-tabs-period-home .van-hairline-unset--top-bottom:after {
    border: 0
}

.m-tabs-period-home .van-dropdown-item {
    z-index: 103
}

.m-tabs-period-home .van-dropdown-menu__title {
    font-size: 12Px;
    background: #1989fa;
    color: #fff;
    border-radius: .3rem;
    padding: 0 15Px 0 5Px
}

.m-tabs-period-home .van-dropdown-menu__title .van-ellipsis {
    color: #fff
}

.m-tabs-period-home .van-dropdown-menu__title:after {
    right: 6Px;
    color: #fff
}

.m-tabs-period-home .dropdown-body {
    max-height: 11rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.m-tabs-period-home .tag-body {
    text-align: center;
    padding: .2rem 0
}

.m-tabs-period-home .tag-body span {
    display: inline-block;
    width: 1.6rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .04rem;
    border: .02rem solid #a9a9a9;
    text-align: center;
    margin-bottom: .2rem;
    font-size: 13Px
}

.m-tabs-period-home .tag-body span.act {
    border: .02rem solid #1989fa;
    color: #1989fa
}

.m-tabs-period {
    overflow-x: auto;
    width: 70%
}

.m-tabs-period::-webkit-scrollbar {
    display: none
}

.m-tabs-period .m-tabs-period-bd {
    height: .6rem;
    white-space: nowrap;
    min-width: 100%
}

.m-tabs-period .m-tabs-period-bd span {
    width: 1.5rem;
    text-align: center;
    font-size: .24rem;
    margin-top: .18rem;
    display: inline-block
}

.m-tabs-period .m-tabs-period-bd span.act {
    color: #1989fa
}

.vant-swiper-body-mini .open-hides span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.vant-swiper-body-mini .open-hides span label {
    margin-right: .1rem;
    color: #1989fa
}

.vant-swiper-body-mini .open-hides span i {
    float: left;
    margin-left: .4rem;
    margin-top: .16rem;
    margin-right: .06rem;
    width: 0;
    height: 0;
    border-width: .1rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.vant-swiper-body-mini .open-hides span.open {
    color: #333
}

.vant-swiper-body-mini .open-hides span.open i {
    margin-top: .06rem;
    transform: rotate(180deg)
}

.vant-swiper-body-mini .mini-site {
    border-radius: .16rem;
    box-shadow: 0 .08rem .16rem 0 rgba(0,0,0,.03);
    background-color: #fff;
    margin-top: .3rem;
    padding-bottom: .3rem
}

.vant-swiper-body-mini .mini-site .mtitle {
    margin: 0 .24rem;
    text-align: center;
    font-size: .32rem;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: .2rem
}

.vant-swiper-body-mini .mini-site .mtitle span {
    width: .32rem;
    height: .06rem;
    background-color: #333;
    margin: 0 .26rem
}

.vant-swiper-body-mini .mini-site .nav {
    margin: 0 .24rem;
    background: #fff;
    display: flex;
    color: #fff;
    position: relative;
    align-items: center;
    border: .02rem solid #1989fa;
    border-radius: .08rem;
    height: .6rem;
    margin-bottom: .2rem
}

.vant-swiper-body-mini .mini-site .nav li {
    height: 100%;
    width: 50%;
    height: .6rem
}

.vant-swiper-body-mini .mini-site .nav .item-body {
    font-size: .36rem;
    font-style: normal;
    font-weight: 400;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    font-weight: 300
}

.vant-swiper-body-mini .mini-site .nav .act {
    background: #1989fa;
    color: #fff
}

.vant-swiper-body-mini .mini-site .box .website-body {
    height: 100%;
    background: #fff;
    padding: 0 .08rem;
    display: flex;
    flex-wrap: wrap
}

.vant-swiper-body-mini .mini-site .box .website-body .website-item {
    width: 33%;
    text-align: center;
    padding: .2rem 0 .2rem
}

.vant-swiper-body-mini .mini-site .box .website-body .website-item .bg {
    background: #f2f2f2;
    padding: .1rem 0;
    border-radius: .08rem;
    font-size: .24rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.vant-swiper-body-mini .mini-site .box .website-body .website-item .bg .van-tag {
    margin: .02rem;
    font-size: .16rem
}

.vant-swiper-body-mini .mini-site .box .website-body .website-item.mt {
    padding-top: 0
}

.vant-swiper-body-mini .mini-site .box .website-body .website-item div {
    padding: 0 .1rem
}

.vant-swiper-body-mini .mini-site .box .website-body .website-item img {
    width: 90%;
    height: .8rem;
    border-radius: .08rem
}

.vant-swiper-body-mini .nice-text {
    background-color: #1989fa;
    padding: .3rem .1rem;
    color: #fff;
    font-size: .24rem;
    font-weight: 700
}

.vant-swiper-body-mini .nice-text span {
    color: #fec72f
}

.vant-swiper-body-mini .nice-text label {
    background-color: #fff;
    color: #1989fa;
    border-radius: .4rem;
    float: right;
    padding: .1rem .1rem;
    margin-top: -.08rem
}

.vant-swiper-body-mini .van-swipe {
    height: 2rem
}

.vant-swiper-body-mini.radius,.vant-swiper-body-mini.radius .van-swipe {
    border-radius: .08rem
}

.vant-swiper-body-mini .van-swipe-item img {
    display: block;
    width: 100%;
    height: 100%
}

.picture_lts {
    display: flex;
    position: fixed;
    bottom: 4.8rem;
    right: .24rem;
    z-index: 101
}

.vote-home .vote-home-tab {
    padding-bottom: .3rem;
    border-bottom: 1Px solid #f8f8f8
}

.vote-home .vant-swiper-body-mini-vote {
    padding: 0 .26rem
}

.vote-home .picture-content {
    padding: .2rem .32rem .1rem .32rem;
    border-top: .08rem solid #f8f8f8
}

.vote-home .picture-content .border-box {
    padding: .1rem 0
}

.vote-home .picture-content .title {
    color: #000;
    font-size: .34rem;
    text-align: center;
    padding: .1rem 0 .2rem 0
}

.vote-home .picture-content .text {
    line-height: .44rem
}

.vote-home .picture-content .text img {
    max-width: 100%
}

.vote-home .media {
    padding: 0 .2rem
}

.vote-home .media .van-swipe {
    height: 4.4rem;
    max-height: 10rem
}

.vote-home .media .video-bg {
    height: 4.4rem;
    background-color: #f8f8f8;
    background-image: url(../img/login-49.59bf9455.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1.6rem 1.6rem;
    position: relative
}

.vote-home .media .video-bg label {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAYFBMVEUAAAB/f3+/v7+zs7PMzMzJycnGxsa/v7/CwsLIyMjDw8PFxcXExMTHx8fGxsbExMTFxcXGxsbFxcXFxcXGxsbFxcXGxsbGxsbExMTFxcXFxcXFxcXExMTFxcXGxsbFxcW9W9zkAAAAH3RSTlMAAgQKChMbHCoqN1hfX3iHlpeen6u0tNLU1OPr9Pj+hzYalQAAAPhJREFUOMudldsSgjAMRBeQi4AUlItSS/7/L33Q0V7SUtzHzpnuJE22gK6k7sZFKiWXsasT+FSIlTStomCxvFdkSfW5yzWSGMnGwtJhI1bbkOpcNpFXU6bdN1NA8+/OgYIavnVsYXD7VJRL2pF8d6mnXfUAUJp9vjwZUJUAhHmG84MhBZCsFojTzQXXBDXZIMDY1+gYEJVj32HkQNd+xMKCjv0C6QEtewnlA017FQKvBui3vpvWvmJau5jo9kQ3nHvClnvC6KFwxqzyjFnc4BZHViF+uaLXNT4AkE4hbtJiKguEz5z9E3vxQXogmgGUdtiX3n8h8H28ALpjis/Lm8ymAAAAAElFTkSuQmCC);
    background-size: 100% 100%;
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    bottom: .2rem;
    left: .2rem
}

.vote-home .open-hide {
    height: .7rem;
    background: #fff;
    margin-bottom: .2rem;
    text-align: center
}

.vote-home .open-hide span {
    width: 2.06rem;
    height: .46rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAaCAMAAABIHaTcAAAAS1BMVEUAAAAAqlUAv2AAu2YAv2AHw2EFw2IEwV8HwV8Gvl4Fw18HwGAHwmAGwWAHwWAGwF8HwmAGwV8HwV8HwV8GwWAGwV8GwV8HwV8HwWBmlPPoAAAAGHRSTlMAAwgPGCIvPk5PYXV1iJyvv87b5u/2+/6JOpafAAAAq0lEQVQYGcXBWRKCMBQEwCFAWBPWhLn/SbXUskTWn7x0wzIqCzUwokEB+cxo5hxP5cJIlhIvhpEYvCU9o+gTfGQTI5gyfBWe4nyBHw3FNVjpKKzDWjpS1Jjij3YU5DQ2agqqscNSjMUeNVDIoLArnyliznGgWihgqXDIUIDBsaRncH2CE9nEwKYMpwrPoHyBCy2DanGpY0AdrqUjgxlT3KAdA3Eat9QMpMbWA1OsBzCHkImbAAAAAElFTkSuQmCC);
    background-size: 100% 100%;
    display: inline-block;
    line-height: .46rem;
    font-size: .24rem;
    color: #fff;
    position: relative
}

.vote-home .open-hide span label {
    float: left
}

.vote-home .open-hide span i {
    float: left;
    margin-left: .4rem;
    margin-top: .16rem;
    margin-right: .06rem;
    width: 0;
    height: 0;
    border-width: .1rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.vote-home .open-hide span.open i {
    margin-top: .06rem;
    transform: rotate(180deg)
}

.vote-home .v-interaction {
    padding: 0 .32rem;
    margin-bottom: .2rem
}

.vote-home .vote-home-bd {
    padding: 0 .32rem;
    margin-top: .4rem
}

.vote-home .vote-home-bd .interaction {
    margin-bottom: .2rem
}

.vote-home .vote-list {
    overflow: hidden
}

.vote-home .vote-list .vote-list-item {
    margin-bottom: .34rem
}

.vote-home .vote-list .vote-list-item:nth-child(odd) {
    padding-right: .24rem
}

.vote-home .vote-list .vote-list-item:nth-child(2n) {
    padding-left: .24rem
}

.vote-home .vote-list .col-td {
    display: flex
}

.vote-home .vote-list .name {
    margin-right: .1rem;
    font-size: .28rem
}

.vote-home .vote-list .proportion {
    flex: 1;
    display: flex;
    width: 100%;
    height: .32rem;
    border: 1Px solid #1989fa;
    font-size: 10Px;
    border-radius: 8Px;
    text-align: right;
    position: relative
}

.vote-home .vote-list .proportion span {
    position: absolute;
    right: .08rem;
    top: 0;
    line-height: .32rem
}

.vote-home .vote-list .proportion i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #1989fa;
    border-radius: 7Px
}

.vote-home .vote-list .num-piao {
    text-align: right;
    font-size: 12Px;
    color: #7e7e7e;
    line-height: .32rem;
    min-width: .9rem
}

.vote-home .ft-btns {
    margin-bottom: .3rem
}

.vote-home .ft-btns label,.vote-home .ft-btns span {
    height: .64rem;
    display: inline-block;
    width: 100%;
    background: #e2e2e2;
    color: #8c8c8c;
    font-size: .24rem;
    text-align: center;
    line-height: .64rem;
    border-radius: .4rem
}

.vote-home .ft-btns label {
    background: #1989fa;
    color: #fff
}

.vote-home .dialog-set-vote {
    padding: .3rem .3rem .2rem .3rem
}

.vote-home .dialog-set-vote .item {
    border: 1Px solid #f1f1f1;
    text-align: center;
    border-radius: 4Px;
    font-size: .28rem;
    margin-bottom: .2rem;
    padding: .16rem 0
}

.vote-home .dialog-set-vote .item.act {
    background: #1989fa;
    color: #fff
}

.vote-home .dialog-set-vote .item.act div {
    color: #fff
}

.vote-home .dialog-set-vote .item div {
    font-size: .24rem;
    color: #7e7e7e;
    padding-top: .06rem
}
