body{
}
.find-wrap {
	width: 100%;
	height: 50px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	padding: 10px;
}

.find {
	width: 100%;
	float: left;
	height: 31px;
	border-radius: 31px;
	background: #f7f7f7;
}

.find img {
	width: 16px;
	height: 16px;
	margin: 7px 0 7px 12px;
}

.find input {
	height: 16px;
	width: 85%;
	border: 0 none;
	outline: 0 none;
	font-size: 14px;
	line-height: 16px;
	background: #f7f7f7;
	margin-top: 7px;
	margin-left: 7px;
}

.cancel {
	float: right;
	margin-right: 10px;
	line-height: 50px;
	font-size: 14px;
	color: rgb(34, 138, 254);
	display: none;
	margin-top: -10px;
}

.modal {
	display: none;
	width: 100%;
	height: calc(100% - 50px);
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 50px;
	top: 30px;
	z-index: 9;
}

.list-wrap {
	width: 100%;
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 999;
	background: #fff;
	overflow: auto;
}

.list {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	color: #333;
	border-bottom: 1px solid #ebebeb;
}

.slider-content {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	background: #fff;
	list-style: none;
}

.slider-content ul {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	background: #fff;
}

.slider-content li {
	overflow: hidden;
	position: relative;
}
.slider-content li > ul{margin-left: 36px;}
.slider-content li > ul > li{ border-bottom: 1px solid #ededed;}
.slider-content>li h2 {
	height: 30px;
	line-height: 30px;
	position: absolute;
	z-index: 9;
	top: 8px;
	display: block;
	padding: 0 10px;
	color: #848c99;
	left: 10px;
}

.fl {
	width: 100%;
	padding: 10px 0;
	background-image: -webkit-linear-gradient(top, transparent 50%, #d9d9d9 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #FFF;
	line-height: 30px;
	display: block;
	font-size: 15px;
	color: #333;
}

.slider-content li img {
	float: left;
	width: 44px;
	height: 44px;
	margin-top: 11px;
	margin-right: 9px;
}

.slider-nav {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 100;
	transform: translateY(-50%);
}

.slider-nav ul {
	height: 100%;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-orient: vertical;
}

.slider-nav li {
	display: block;
}

.slider-nav li a {
	padding: 2px 5px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 13px;
	height: 100%;
	font-weight: bold;
}

.slider-nav li a.active {
	background: #0099ff;
	border-radius: 50%;
	color: white;
}

.city-wrap {
    -webkit-overflow-scroll: touch;
    padding: 25px 15px 0 0
}

.location-city {
    padding-top: 20px;
}

.location-city .location-city-tit {
    font-family: PingFang-Regular,Helvetica Neue,Helvetica,Arial,PingFang SC,Heiti SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;
    font-size: 14px;
    color: #848c99;
    background: url(../images/location-icon.png) no-repeat 0;
    background-size: 15px;
    padding-left: 20px;
    height: 16px;
    line-height: 16px
}

.use-city {
    padding-bottom: 15px;
}

.use-city .location-city-tit {
    background-image: url(../images/use-city-icon.png)
}

.hot-city .location-city-tit {
    background-image: url(../images/hot-city-icon.png)
}

.city-nav {
    width: 15px;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
    display: -ms-flexbox;
    display: flex
}

.city-nav ul {
    width: 40px;
    position: absolute;
    top: 64px;
    right: 0;
    color: #292d33
}

.city-nav ul li {
    padding: 3px 0 3px 25px;
    position: relative;
    font-family: PingFangSC-Regular
}

.city-nav ul li .nav-letter {
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    font-size: 12px;
    font-weight: 700
}

.city-nav ul li .sign-letter {
    position: absolute;
    left: -36px;
    top: -7px;
    width: 49px;
    height: 36px;
    background: #b2b8c2;
    border-radius: 33px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-weight: 700
}

.city-nav ul .active .nav-letter {
/* background:#e6454a; */
    border-radius: 50%;
    color: #333;
}

.city-nav ul li:first-child {
    margin-top: 0
}

@media screen and (min-width:320px) and (max-width:340px) {
    .city-nav ul {
        top: 50%;
        transform: translateY(-50%)
    }

    .city-nav ul li {
        padding: 2px 0 2px 25px
    }
}

.location-city-info {
    padding: 15px 20px 0px;
}

.location-city-info .location-info {
    float: left;
    font-size: 16px;
    line-height: 22px;
    color: #292d33;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700
}

.location-city-info .location-info,.location-city-info .reset-location {
    font-family: PingFang-Regular,Helvetica Neue,Helvetica,Arial,PingFang SC,Heiti SC,Hiragino Sans GB,Microsoft YaHei,sans-serif
}

.location-city-info .reset-location {
    float: right;
    font-size: 15px
}

.location-city-info .reset-location i {
    float: left;
    width: 22px;
    height: 22px;
    background: url(../images/reset-loca-icon.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
    animation-play-state: paused;
    -webkit-animation-play-state: paused
}

.location-city-info .reset-location i.start {
    animation: mymove-data-v-f579bf4e 1.5s linear infinite
}

.location-city-info .reset-location span {
    float: left;
    width: 60px
}

.location-city-info .location-info.red {
    color: #e6454a
}

@keyframes mymove-data-v-f579bf4e {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@media screen and (min-width:320px) and (max-width:340px) {
    .location-city-info .reset-location span {
        width: 62px
    }
}

.use-city-list {
    padding: 15px 20px 9px
}

.use-city-list li {
    float: left;
    width: calc((100% - 22px) / 3);
    height: 40px;
    font-size: 15px;
    font-family: PingFang-Regular,Helvetica Neue,Helvetica,Arial,PingFang SC,Heiti SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;
    color: #292d33;
    background: #f2f4f7;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin: 0 11px 11px 0
}

.use-city-list li:active {
    background: #dde1e8
}

.use-city-list li:nth-child(3n) {
    margin-right: 0
}