@import "./site.css?v=20181129.css";
@import "./swiper.min.css";

body {
    background-color: #f3f3f3;
    height: auto;
    min-height: 100vh;
}


.main::-webkit-scrollbar,
.header .city .city-container div::-webkit-scrollbar {
    display: none;
}


.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.header .city {
    /* width: 6.45rem; */
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
    color: #666666;
    position: relative;
    background-color: #fff;
    padding: 0;
}

.header .city .expanddown {
    position: absolute;
    right: 0rem;
    top: 0;
    width: 1.05rem;
    height: 1rem;
    z-index: 1;
    /* background: -webkit-linear-gradient(right, 
    rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), 
    rgb(255, 255, 255, 1), rgb(255, 255, 255, 1), rgb(255, 255, 255, 1),
    rgb(255, 255, 255, 1), rgb(255, 255, 255, 1), rgb(255, 255, 255, 1));
    background-image: linear-gradient(to right,
    rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), 
    rgb(255, 255, 255, 1), rgb(255, 255, 255, 1), rgb(255, 255, 255, 1),
    rgb(255, 255, 255, 1), rgb(255, 255, 255, 1), rgb(255, 255, 255, 1)); */
    background-color: #fff;
    text-align: center;
}

.header .city .expanddown .iconfont {
    font-size: .4rem;
}

/* .header .city .city-container  {
    overflow-x: scroll;
} */
/* .header .city .city-container div {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    width: 6.45rem;
} */

.header .city span {
    text-align: center;
    margin-left: .48rem;
    /* display: inline-block; */
    white-space: nowrap;
    height: 1rem;
    width: 0.68rem;
    flex-shrink: 0;
}
/* 
.header .city span:last-child {
    margin-right: 1.05rem;
} */

.header .city .active {
    color: #f1c25b;
    border-bottom: .06rem #f1c25b solid;
}



.main {
    margin: 0;
    padding: 0;
    overflow-x: scroll;
}

.main .scroll-x {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}

.main section {
    margin: 0;
    padding: 0;
    margin-top: .46rem;
    width: 5.37rem;
    background-color: #ffffff;
	box-shadow: .01rem .01rem .08rem 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: .08rem;
    margin-left: .33rem;
    padding-bottom: .45rem;
    height: 8.64rem;
}

.main section:last-child {
    margin-right: .33rem;
    padding-top: .1rem;
}


.main section .title {
    width: 3.6rem;
    height: 0.72rem;
    line-height: .72rem;
    font-weight: bold;
    font-size: .28rem;
	font-family: "Source Han Sans SC";
    color: #fff;
    text-indent: .23rem;
    background-image: url(/img/so/linear-gradient.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: -.22rem;
    z-index: 1;
}


.main section .title a {
    font-size: .24rem;
    color: #999;
    position: absolute;
    right: -1.45rem;
    top: .27rem;
    font-weight: normal;
}

.main section div.item {
    height: .36rem;
    padding-left: .2rem;
    padding-right: .3rem;
    margin-top: .39rem;
    font-size: .24rem;
}
.main section div.item:nth-child(2) {
    margin-top: .195rem;
}

.main section div.item a {
    display: inline-block;
    width: 2.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main section div.item .ranking {
    width: .36rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .2rem;
    text-align: center;
    /* background-size: 100%;
    background-repeat: no-repeat; */
    display: inline-block;
    content: attr(data-text);
    margin-right: .12rem;
    position: relative;
    top: -.08rem;
}

.main section div.item:first-of-type .ranking {
    content: url(/img/so/first.png);
    top: -.04rem;
    /* background-image: url(/img/so/first.png); */
}

.main section div.item:nth-of-type(2) .ranking {
    content: url(/img/so/second.png);
    top: -.04rem;
    /* background-image: url(/img/so/second.png); */
}

.main section div.item:nth-of-type(3) .ranking {
    content: url(/img/so/third.png);
    top: -.04rem;
    /* background-image: url(/img/so/third.png); */
}

.main section div.item .progress {
    width: 1.5rem;
    height: .2rem;
    float: right;
    background-color: #ebebeb;
    border-radius: .04rem;
    margin-top: .08rem;
}

.main section div.item .progress.increment-top {
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 0;
}

.main section div.item .progress.increment-top i {
    font-size: .24rem;
    color: #666;
    width: .8rem;
    height: auto;
    font-style: initial;
    background-repeat: no-repeat;
    background-size: .2rem .24rem;
    background-position: right center;
    background-image: url(/img/so/increment.png);
}

.main section div.item .progress i {
    width: 1rem;
    height: .2rem;
    display: block;
    border-radius: .04rem;
	background-image: linear-gradient(270deg, 
		#f94f3b 0%, 
		#fbb355 100%);
}
.page-footer {
    background-color: #fff;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5rem;
    margin-top: .3rem;
}


.page-footer  a {
    margin: 0;
}

.page-footer a:last-child {
    color: #666;
}

.empty-data {
    content: "您的筛选没有结果！";
    display: block;
    width: 6rem;
    height: 0.6rem;
    line-height: .6rem;
    text-indent: .2rem;
    margin: 0 auto;
    /* margin-top: .36rem; */
    background-color: #ebebeb;
    font-size: .24rem;
}