*{
  margin: 0;
  padding: 0;
}
ul,li,ol{
  list-style: none;
}
body{
  background-color: #FAFAFA;
}
.container{
  margin: 0 auto;
  width: 1200px;
}
.w-breadcrumb{
  margin-top: 30px;
  margin-bottom: 16px;
  line-height: 100%;
}
.w-breadcrumb .layui-breadcrumb a:hover{
  color: #E51D27 !important;
}
.banner{
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
}
.layui-form{
  width: 153px;
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
  font-size: 14px;
}
.layui-form .layui-input{
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-style: solid;
  color: rgba(0,0,0,.85);
  border-radius: 2px;
  border: 0;
  box-shadow: none;
  background: #FAFAFA;
  font-weight: 400;
}
.layui-form-select .layui-edge{
  margin-top: -6px !important;
}
.layui-form-selected .layui-edge{
  margin-top: -12px !important;
}
.layui-form-select dl{
  max-height: 200px !important;
}
.layui-form-select dl dd.layui-this{
  background: #F93A4A !important;
}
.price-wrap{
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.price-wrap>.all-price{
  width: 864px;
  height: 413px;
  background: #FFFFFF;
  border-radius: 8px;
}
.price-wrap>.all-price h3{
  position: relative;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
  border-bottom: none;
}
.price-wrap>.all-price .title{
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-wrap>.all-price .title>.box{
  display: flex;
  align-items: center;
}
.price-wrap>.all-price .title>.box>.left{
  margin-right: 14px;
  font-size: 38px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 53px;
}
.price-wrap>.all-price .title>.box>.right>p:first-child{
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #F93A4A;
  line-height: 25px;
}
.price-wrap>.all-price .title>.box>.right>p:last-child{
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.priceHightAndLow{
  font-size: 14px;
  line-height: 20px;
  color: #656565;
}
.priceHightAndLow .height{
  margin-bottom: 5px;
}
.priceHightAndLow .height>span{
  color: #F93A4A;
}
.priceHightAndLow .low>span{
  color: #02C619;
}
#echart{
  width: 100%;
  height: calc(100% - 53px - 53px - 16px);
}
.price-wrap>.area-price{
  width: 323px;
  height: 413px;
  background: #FFFFFF;
  border-radius: 8px;
}
.tip{
  margin: 16px 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #323232;
  line-height: 20px;
}
.tip>a{
  color: #F93A4A !important;
  text-decoration: none;
  font-width: 400;
}
.main-province{
  width: 1200px;
  background: #FFFFFF;
  border-radius: 8px;
}
.main-city{
  width: 1200px;
  background: #FFFFFF;
  border-radius: 8px;
}
.statement{
  margin-top: 32px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

.all-price,
.area-price,
.main-province,
.main-city{
  box-sizing: border-box;
  padding: 24px;
}
table{
  width: 100%;
  text-align: center;
  border-spacing: 0;
  /* border: 0; */
  /* border: 1px solid #ccc; */
}
table th{
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 52px;
  background: #FAFAFA;
}
table td{
  width: 33.3%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
}
table td.increase{
  color: #F93A4A;
}
table td.reduce{
  color: #02C619;
}
table td>span{
  margin-right: 5px;
}
table td:first-child{
  padding-left: 24px;
  text-align: left;
}
table th:first-child{
  padding-left: 24px;
  text-align: left;
}
table td:last-child{
  padding-right: 24px;
  text-align: right;
}
table th:last-child{
  padding-right: 24px;
  text-align: right;
}
h3{
  margin-bottom: 16px !important;
  padding-bottom: 24px !important;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold !important;
  color: #333333;
  line-height: 28px;
  border-bottom: 1px solid #F0F0F0;
}
.main-province>.list,
.main-city .list{
  display: flex;
  flex-wrap: wrap;
}
.price-detail-box:nth-child(6n){
  margin-right: 0;
}
.price-detail-box{
  margin-right: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
  padding: 8px;
  width: 178px;
  height: 117px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
}
.price-detail-box h4{
  padding: 8px 8px 8px 10px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #323232;
  line-height: 22px;
}
.price-detail{
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  width: 162px;
  height: 63px;
  background: #FAFAFA;
  border: 1px solid #FAFAFA;
  font-size: 12px;
  line-height: 17px;
}
.price-detail>div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.price-detail p:first-child{
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.price-detail p:last-child{
  font-size: 16px;
}
.price-detail .w-price{
  color: #4A4A4A;
  font-weight: bold;
}
.price-detail .w-price>span{
  font-size: 12px;
}
.price-detail .change{
  color: #323232;
  font-weight: bold;
}
.price-detail .change span:first-child{
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.price-detail .change span:last-child{
  font-size: 14px;
}
.price-detail .change.increase{
  color: #F93A4A;
}
.price-detail .change.reduce{
  color: #02C619;
}

.main-city-area>h4{
  margin-bottom: 16px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}
.main-city-area>h4 span{
  font-size: 14px;
  font-weight: normal;
}


/*二次修改*/
.flex_row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #F0F0F0;
}
.flex_row-centent{
  width: 350px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.echer_btn{
  width: 195px;
  font-size: 0;
}
.echer_btn li{
  display: inline-block;
  width: 55px;
  line-height: 36px;
  background: #FAFAFA;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  color: #323232;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
}
.echer_btn li.active{
  background: #F93A4A;
  color: #FFFFFF;
}