@charset "utf-8";

body {
    overflow-x: hidden;
    font-family: "Microsoft Yahei", "arial,sans-serif";
    -webkit-user-select: none;
    fill: currentColor;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    background: #fff;
}

b {
    font-weight: normal;
}

table {
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-table
}

*html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

*+html .clearfix {
    min-height: 1%
}

/*常用元素*/
a {
    text-decoration: none
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

a:link {
    color: #000000
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

p,
div,
ul {
    margin: 0;
    padding: 0
}

h1 {
    font-weight: normal;
    margin: 0;
    padding: 0
}

/*自动填充*/
.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size: .54rem;
    padding-bottom: .5rem;
}

ul li {
    list-style: none;
}

.top_nav {
    width: 96%;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    padding: .2rem 2%;
    font-size: .8rem;
    background: #fff;
}
.top_nav>a{
    position: absolute;
    left: .2rem;
}

.top_nav img {
    vertical-align: -0.15rem;
    height: .8rem;
}

.main_container {
    margin-top: .2rem;
}

.provinces_select {
    font-size: .62rem;
    height: 26rem;
    overflow: scroll;
}

.provinces_select p {
    width: 21%;
    background: #f0f2f5;
    height: 1.85rem;
    line-height: 1.85rem;
    padding-left: 5%;
}

.provinces_select>li>ul {
    float: right;
    width: 64%;
    padding: 0 5%;
    position: absolute;
    right: 0;
    top: 1.8rem;
    height: 26rem;
    overflow: scroll;
}

.city_select {
    display: none;
}

.city_select li {
    height: 1.85rem;
    line-height: 1.85rem;
    border-bottom: .03rem solid #ebebeb;
}

.provinces_select>.selected {
    color: #0a8dcd;
}

.provinces_select>.selected .city_select {
    display: block;
}

.provinces_select>.selected>p {
    background: #fff;
}

.provinces_select>.selected a {
    display: inline-block;
    width: 93%;
}

.provinces_select>.selected .on a {
    color: #0a8dcd;
}

.gou {
    vertical-align: middle;
    width: 6%;
    display: none;
}

.provinces_select>.selected .on .gou {
    display: inline;
}

.bottom_btn {
    width: 100%;
    height: 2.6rem;
    border: .03rem solid #ebebeb;
    position: fixed;
    bottom: 0;
    background: #fff;
}

.bottom_btn button {
    margin-left: 4%;
    float: left;
    height: 2rem;
    font-size: .72rem;
    background-color: #f0f2f5;
    border-radius: 4px;
    border: none;
    margin-top: .3rem;
}

.bottom_btn .more_city {
    height: 2rem;
    line-height: 2rem;
    width: 90%;
    font-size: .72rem;
    display: block;
    text-align: center;
    background-color: #0a8dcd;
    color: #fff;
    margin: 0 auto;
    margin-top: .3rem;
}

.bottom_btn .submit {
    width: 58%;
    background-color: #0a8dcd;
    color: #fff;
}

.bottom_btn .cancel {
    width: 30%;
}

.city_container {
    background: #f2f2f2;
    padding-top: .4rem;
    padding-bottom: 2.6rem;
}

.fangjia_top {
    box-sizing: border-box;
    width: 96%;
    margin: 0 auto;
    padding: .9rem .9rem;
    background: #fff;
    border-radius: .08rem;
    position: relative;
}
.fangjia_top h1{
    font-size: .85rem;
}

.fangjia_top .time {
    font-size: .5rem;
    color: #999;
    position: absolute;
    right: .9rem;
    top: 1.1rem;
}
.fangjia_top .time_detail{
    top: 2rem;
}

.fangjia_top .avg_price {
    color: #666;
    height: 1.46rem;
    border-bottom: .03rem solid #ebebeb;
}

.avg_price span {
    color: #ff3838;
    font-size: .7rem;
}

.fangjia_top .nearly_avg {
    margin-top: 1.2rem;
}

.fangjia_top .nearly_avg li {
    width: 40%;
    height: 3.2rem;
    float: left;
    text-align: center;
    margin-right: 20%;
    margin-bottom: .8rem;
}

.fangjia_top .nearly_avg li:nth-child(2n) {
    margin-right: 0;
}

.fangjia_top table {
    width: 100%;
    border: .03rem solid #ebebeb;
    border-bottom: none;
    margin-top: .8rem;
}

.fangjia_top table tr td {
    padding: .5rem 0;
    border-bottom: .03rem solid #ebebeb;
    padding-left: .6rem;
}

.fangjia_top table tr td:first-child {
    color: #999;
    background: #f5f7fa;
    width: 3rem;
}

.nearly_avg li p {
    color: #999;
    margin-top: .1rem;
}

.nearly_avg li .price {
    color: #ff3838;
    font-size: .9rem;
}

.nearly_avg li .upper {
    color: #ff3838;
}

.nearly_avg li .lower {
    color: #6ac593;
}

.nearly_avg li .nearly_thirty {
    color: #333;
    font-size: .72rem;
}

.chart_box {
    background: #fff;
    margin-top: .4rem;
    padding: 1rem .66rem;
}

.viallage_price_box {
    background: #fff;
    margin-top: .4rem;
    padding: 1rem .66rem;
}

.chart_box .m_title {
    font-size: .72rem;
}

.viallage_price_box p {
    display: inline-block;
    font-size: .72rem;
    color: #999;
}

.viallage_price_box p:first-child {
    border-right: .03rem solid #ccc;
    padding-right: .4rem;
    margin-right: .2rem;
}

.viallage_price_box .active {
    color: #333;
}

.chart_box .tag_box {
    margin-top: -0.8rem;
    border-bottom: .03rem solid #ebebeb;
    height: 1.6rem;
    position: relative;
}

.viallage_price_box .tag_box {
    border-bottom: .03rem solid #ebebeb;
    height: 1.6rem;
    position: relative;
}

.viallage_price_box table {
    width: 92%;
    margin: 0 auto;
    margin-top: .8rem;
    border: .03rem solid #ebebeb;
    border-bottom: none;
}

.viallage_price_box table tr td {
    text-align: center;
    border-bottom: .03rem solid #ebebeb;
    height: 2rem;
}

.viallage_price_box table tr .upper {
    color: #ff3838;
}

.viallage_price_box table tr .lower {
    color: #6ac593;
}

.viallage_price_box table tr:first-child td {
    background: #f5f7fa;
    color: #999;
}

.chart_box .tag_box>div {
    float: right;
    font-size: .62rem;
    color: #666;
    width: 3rem;
}

.chart_box .tag_box>div input {
    border: none;
    width: 1.4rem;
    font-size: .62rem;
    color: #666;
}

.chart_box .tag_box>div a {
    font-size: .62rem;
    color: #0a8dcd;
}

.chart_box .tag_box>.house ul {
    position: absolute;
    background: #fff;
    z-index: 999;
}

.chart_box .tag_box>.house ul li {
    height: 1.5rem;
    line-height: 1.5rem;
    border: .03rem solid #ebebeb;
    text-align: center;
    background: #f2f2f2;
    margin-top: .2rem;
    padding: 0 .3rem;
}

.chart_box .tag_box>.house ul li:last-child {
    border-top: none;
}

.chart_box .tag_box>div i {
    width: 0;
    height: 0;
    top: .58rem;
    border-width: .3rem .2rem 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    position: relative;
    margin-left: .2rem;

}

.chart_box .tag_box>.house {
    margin-right: .2rem;
}

#month_chart {
    height: 11rem;
}

#year_chart {
    height: 11rem;
}
.cwmx-pages{
    margin-top: .8rem;
    text-align: center;
    display: none;
}
.cwmx-pages a{
    padding: .05rem .1rem;
    margin: 0 .1rem;
    border-radius: .05rem;
    float: left;
    padding: 0 1rem;
}
.cwmx-pages a:last-child{
    float: right;
}
.cwmx-pages span{
    color: #0a8dcd;
}
.adv_box_m{
    margin-top: .4rem;
}
.adv_box_m img{
    width: 100%;
}