#app{
	width: 100%;
    height: 100%;
	overflow: hidden;
}
.bigBackground{
    width: 100%;
   height: 100%; 
 /*  min-height: 41.6875rem;  667px*/
    background: url(../img/bg-z.png) repeat-y;
    background-size: cover;
    padding-bottom: 1.25rem;
	overflow:hidden;
}

[v-cloak] {
	display: none;
}
/* 
 顶部居中
 */
.topcenter{
	width: 100%;
	justify-content: center;
	display: flex;
}
/* 头部静态 */
.top{
    position: relative;
  /*  width: 100%; */
	width: 23.4375rem;
    height: 14.0625rem; /* 225px */
}
.top-img0{
	width: 2.5rem;
	    height: 2.5rem;
	    position: absolute;
	    left: 2.5rem;
	    top: 0.2rem;
}
.top-img1{
    width: 5.875rem;
    height: 1.4375rem;
    position: absolute;
    left: 0.8125rem;
    top: 2.96875rem;
}
.top-img2{
    width: 4.40625rem;  
    height: 3.25rem;
    position: absolute;
    top: 1.5rem;
    right: 0.71875rem;
}
.top-img3{
  /*  width: 10.125rem;
    height: 5.9375rem;
    position: absolute;
    top: 7.78125rem;
    left: 4.49375rem; */
	    width: 9.125rem;
	    height: 4.0rem;
	    position: absolute;
	    top: 9.2rem;
	    left: 6.5rem;
}
.top-img4{
    width: 6.40625rem;
    height: 0.5rem;
    position: absolute;
    top: 12.34375rem;
    left: 6.09375rem;
}
.top-img5{
    width: 6.5rem;
    height: 1.84375rem;
    position: absolute;
    right: 1.84375rem;
    bottom: 0.1875rem;
}
.top-img6{
    position: absolute;
    width: 21.375rem;
    height: 10.125rem;
    right: 0px;
    bottom: 1.78125rem;


}

/* 投票规则 */
.top-vote{
    width: 5rem;
    height: 2.2rem;
    position: absolute;
    right: 0.625rem;
    bottom: 1rem;
    color: #fff;
    text-align: center;
}
.voteRule{
    width: 3.96875rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.875rem;
    color: #fff;
}
/* 剩余票数 */
.voteLast{
    width: 5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.53125rem;
}

/* 搜索框 */
.mid{
    width: 100%;
    height: 2.8125rem;
    padding-top: 0.625rem;
    /* justify-content: center;
    align-items: center; */
}
.search-back{
    width: 22.21875rem;
    height: 2.1875rem;
    margin: 0 auto;
    background: url(../img/search.png) no-repeat;
    background-size: cover;
    display: flex;
}
.search-icon{
    width: 1rem;
    height: 1rem;
    float: left;
    margin-top: 0.6rem;
    margin-left: 0.5rem;
}
.search-input{
    flex: 1;
    padding-left: 0.5rem;
    border-radius: 0.625rem 0 0 0.625rem;
    outline: none;
    background: none;
    font-size: 0.875rem;
    text-align: left;
    color: #fff;
}

.search-input::-webkit-input-placeholder { 
    /* WebKit browsers */ 
    color: #fff;
} 
.search-input:-moz-placeholder { 
    /* Mozilla Firefox 4 to 18 */ 
    color: #fff;
} 
.search-input::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    color: #fff;
} 
.search-input:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    color: #fff;
}

.search-button{
    width: 3.25rem;
    font-size: 1rem;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 0 0.625rem 0.625rem 0;
}
/* ff3030 */
.colorff3030{
    color: #ff3030;
}

.content {
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #ccc;
    width: 100%;
    display: none;
}

ul.active {
    display: block;
}

li {
    height: 30px;
    font-size: 20px;
    padding: 5px;
    padding-left: 20px;
    cursor: pointer;
}

li:hover {
    background-color: #aaa;
    color: #fff;
}

/* 投票 */
.bottom{
    width: 100%;
    /* 397px */
    height:calc(100% - 19.5rem);
    display: flex;
    justify-content: center;
	
    overflow: auto;
   
    position: relative;
}

.vote{
  /*  width: 4.3125rem;
    height: 1.75rem;
    position: absolute;
   /* top: 1.125rem; 
   top:1.5rem;
    right: 1.5625rem; */
	/* width: 4.3125rem;
	    height: 1.75rem; */
	    width: 3.75rem;
	    height: 1.5rem;
	    position: absolute;
	   /* top: 1.125rem; */
	   /* top:1.5rem;
	    right: 1.5625rem; */
	    top: 1.125rem;
	    right: 1.125rem;
}
.vote-back{
    width: 4.3125rem;
        height: 1.75rem;
} 
.vote-click{
  color: #fff;
      /* font-size: 0.9375rem; */
      /* line-height: 0.9375rem; */
      font-size: 0.75rem;
      line-height: 0.75rem;
      display: block;
      position: absolute;
      /* text-align: center; */
   /* top: 0.3rem;
      left: 1.25rem; */
      top: 0.4375rem;
      left: 1.3875rem;
}
.vote-math{
    width: 4.1875rem;
    height: 0.75rem;
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.8125rem; 
    text-align: center;
    position: absolute;
      
}
.vote-math span{
    width: 100%;
    height: 0.75rem;
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.8125rem;   
}
.vote-plusOne{
    position: absolute;
    right: 0.93rem;
    top: -1rem;
    color: #ff7a49;
	opacity: 0;
}

.bottom-bus1{
    width: 22.1875rem;
    height: 4.40625rem;
    position: relative;
    margin-top: 1rem;
}
.bus-bg{
    width: 22.1875rem;
    height: 4.40625rem;
    position: absolute;
}

.bus{
    width: 6.96875rem;
    height: 3.59375rem;
    position: absolute;
    top: 0.59375rem;
    left: 0.84375rem;
}
.bus-ty{
    width: 7.3125rem;
    height: 1.6875rem;
    position: absolute;
    top: 2.84375rem;
    left: 0.5625rem;

}
.model{
   /* width: 3.46875rem; */
   width:5rem;
    height: 2.0625rem;
	text-align: center;
}
.vote-company{
    color: #fff;
    font-size: 0.8rem;
	
   /* display: flex; */
    position: absolute;
    left: 9.5rem;
    bottom: 1.98125rem;
	width:  6rem;
	
}
.vote-busName{
    color: #fff;
    font-size: 0.9rem;
    position: absolute;
   
	
    bottom: 0.78125rem;
} 
.vote-busName1{
    color: #fff;
    font-size: 0.9rem;
    position: absolute;
    left:9.5rem;
	width:5rem;
	
    bottom: 0.78125rem;
} 
.m{
	animation: marquee 10s linear infinite;	
}
.marquee{
	width: 100%;
	    height: 2rem;
	    position: absolute;
	    white-space: nowrap;
	    margin-right: 0.2rem;
	    top: 2.5rem;
		
}

.marquee_c{
	position: relative;
	    width: 8rem;
	    height: 2rem;
	    left: 8rem;
		overflow: hidden;
}
/* ----大黑色透明背景图---- */
.black-bigBackground{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1000;
    opacity:0.4;
    filter:alpha(opacity=40); /* 针对 IE8 以及更早的版本 */
}

/* 规则 */
.black-rule{
    width: 88%;
    height: 50%;
    position: fixed;
    left: 6%;
    top: 20%;
    background: #000;
    border-radius: 20px;
    z-index: 2000;
    color: #fff;
    font-size: 14px;
}
.black-close{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.black-line{
    width: 94%;
    line-height: 1.375rem;
    padding-left: 3%;
    padding-right: 3%;
}
.mar-top20{
    margin-top: 1.25rem;
}
.mar-top22{
    margin-top: 1.375rem;
}

.black-message{
    width: 80%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    position: fixed;
    left: 10%;
    top: 50%;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    background: #000;
    z-index: 3000;
    opacity:0.8;
    filter:alpha(opacity=80);
}
@keyframes fade{
    0%{
       opacity: 0;
    }
    50%{
       opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
span.cur{animation:fade 1s linear 1;}


.bottom::-webkit-scrollbar {
display: none;
}




@keyframes marquee {
    from {
      transform: translateX(50%);
    }
    to {
      transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    from {
      transform: translateX(50%);
    }
    to {
      transform: translateX(-100%);
    }
}

/* 排行榜 */
.phb-img{
    width: 4rem;
    height: 2.775rem;
    background: url(../img/phb-bg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    bottom: 17.15625rem;
    z-index: 100;
}
.phb-img p{
    margin-left:0.6rem ;
    color: #fff;
    font-size: 0.6875rem;
    text-align: center;
    line-height: 2.475rem;
}
.rankingList{
    width: 100%;
    height: 75%;
    background: chartreuse;
    position: fixed;
    bottom: 0;
    background: #000;
    border-radius: 30px 30px 0 0;
    z-index: 9000;
    color: #fff;
    font-size: 14px;
    opacity:0.9;
    filter:alpha(opacity=40); /* 针对 IE8 以及更早的版本 */
}
.car-phb1{
    width: 2.0625rem;
    height: 0.9375rem;
    font-size: 1rem;
    color: #E9BD23;
    position: absolute;
    left: 7%;
    top: 3.5rem;
}
.car-phb2{
    width: 2.0625rem;
    height: 0.9375rem;
    font-size: 1rem;
    color: #E9BD23;
    position: absolute;
    left: 45.87%;
    top: 3.5rem;
}
.car-phb3{
    width: 2.0625rem;
    height: 0.9375rem;
    font-size: 1rem;
    color: #E9BD23;
    position: absolute;
    left: 84%;
    top: 3.5rem;
}
.car-num{
    width: 100%;
    height:calc(100% - 3.5rem);
 /*   border: 1px solid #fff; */
    position: absolute;
    top: 20%;
    overflow-x: hidden;
	    overflow-y: scroll;
    /* overflow: hidden; */
}
.runking-num{
    width: 94.67%;
    height: 2.375rem;
    margin: auto;
    border-bottom: 1px solid #333;
    position: relative;
}
.RunKing-img img{
    width: 1.4375rem;
    height: 1.75rem;
    position: absolute;
    left: 1.0625rem;
    bottom: 0.4375rem;
}
.RunKing-img1 img{
    width: 1.4375rem;
    height: 1.75rem;
    position: absolute;
    left: 1.0625rem;
    bottom: 0.4375rem;
}
.RunKing-img2 img{
    width: 1.4375rem;
    height: 1.75rem;
    position: absolute;
    left: 1.0625rem;
    bottom: 0.4375rem;
}
.RunKing-img3 img{
    width: 1.5375rem;
    height: 1.5375rem;
    position: absolute;
    left: 1.0625rem;
    bottom: 0.4375rem;
}
.RunKing-img3 p{
    width: 1.5375rem;
    height: 1.5375rem;
    position: absolute;
    left: 1.1rem;
    bottom: 0.4375rem;
    z-index: 1000;
	text-align: center;
}
.RunKing-Model{
    width:11.25rem;
    height: 1.75rem;
    margin: auto;
}
.RunKing-bus{
    width: 2.5rem;
    height: 1.3125rem;
    position: absolute;
    left: 6.075rem;
    bottom: 0.4375rem;
}
.RunKing-Model p{
    position: absolute;
    left: 10rem;
    bottom: 0.4375rem;
    font-size: 0.6875rem;
}
.RunKing-Model span{
    position: absolute;
    left: 13.2rem;
    bottom: 0.4375rem;
    font-size: 0.6875rem;
}
.RunKing-text {
    width: 4.625rem;
    height: 1.3125rem;
    position: absolute;
    left: 82.4%;
    bottom: 0.2375rem;
    font-size: 0.6875rem;
}
.m1{
	animation: marquee1 10s linear infinite;	
}
.m2{
	animation: marquee1 10s linear infinite;	

}
.marquee1{
	width: 100%;
	    height: 2rem;
	    position: absolute;
	    white-space: nowrap;
	    /* margin-right: 0.2rem; */
	    /* top: 2.5rem; */	
}
.marquee_c1{
     position: absolute;
        /* width: 7rem; */
        width: 5.375rem;
     height: 2rem;
        /* left: 3.5rem; */
        left: 3.8rem;
  overflow: hidden;
}
@keyframes marquee1 {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(-200%);
    }
}

@-webkit-keyframes marquee1 {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(-200%);
    }
}


