@charset "UTF-8";
body {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.page {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.absolute{
    position: absolute;
}
.container{
    position: relative;
    width: 7.5rem;
    height: 100%;
    margin:0 auto;
}
.mycenter {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.myVcenter {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.relcenter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.preloadBg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*每个页面都有*/
.wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*overflow: auto;*/
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.wrapper{
    background-color: #001d50;
}
.list{
    position: relative;
    width: 100%;
    background: #001d50;
}
.list li{
    position: relative;
    width: 3rem;
    height: 3.7rem;
    background: url(../img/libg.png)no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-left: 0.5rem;
    margin-bottom: 0.9rem;
}
.list li:last-child{
    margin-bottom: 0.5rem;
}
.votebtn{
    position: absolute;
    width: 2.312rem;
    height: 0.64rem;
    left: 0.36rem;
    top: 3.23rem;
    background: url(../img/votebtnbg.png)no-repeat;
    background-size: 100% 100%;
    line-height: 0.64rem;
    font-size: 0.3rem;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.houseimg{
    position: absolute;
    width: 2.7rem;
    height: 1.9rem;
    border: 2px solid#b07315;
    left: 0.15rem;
    top: 0.12rem;
}
.title{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 2.22rem;
    color: #000;
    font-size: 0.25rem;
}
.percent-box{
    position: absolute;
    width: 1rem;
    height: 0.17rem;
    left: 0.49rem;
    top: 2.68rem;
    background: #efccab;
    border-radius: 0.2rem;
    overflow:hidden;
}
.tiao{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background-image: linear-gradient(to right, #e35945 , #e48d37);
}
.votenum{
    position: absolute;
    left: 1.65rem;
    top: 2.6rem;
    font-size: 0.2rem;
    color: #4a3015;
}