﻿.mask{
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.5;
  display: flex;
  flex-direction: row ;
  display: none;
}
.model_box{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  justify-conten:center;
  padding-right: 0.5rem;
  display: none;


}
.model_box_item{
  max-width: 6.68rem;
  width: 80%;
  height: auto;
  background-color: #fff;
}
.model_close{
  width: 100%;
  height: 1.3rem;
  background: url(../images/model_close.png) right top no-repeat #f6f6f6;
  /* float: right; */
}
.area_model_close{
  width: 100%;
  height: 1.5rem;
  background: url(../images/close_circle.png) center center no-repeat;
}
.show{
  display: block !important;
}
.form_box .statement{
  font-size: 0.12rem;
  color: #bbb;
  margin-top: 0;
  height: 0.78rem;
  border:none;
  line-height: 0.33rem;
}
.quote_content{
  display: none;
}
.price_content{
  display: none;
}
.show_dialog{
  display: block;
}
.price_form_input input{
  width: 70%;
  height: 0.7rem;
  display: inherit;
  margin: 0 auto;
  border:1px solid #ccc;
  outline:none;
  margin-top: 0.24rem;
  margin-bottom: 0.27rem;
  text-indent: 0.16rem;
  font-size: 0.2rem;
  color: #666;
  box-sizing: border-box;
}
.price_form_input select{
  width: 70%;
  height: 0.7rem;
  display: inherit;
  margin: 0 auto;
  color: #666;
  font-size: 0.2rem;
  border:1px solid #ccc;
  box-sizing: border-box;
  padding-left: .16rem;
}
.price_subimt_btn{
  width: 70%;
  height: 0.7rem;
  margin: 0 auto;
  background-color: red;
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: .7rem;
  border-radius: 2px;
  margin-bottom: .52rem;
}
.price_middle_box ol{
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: .4rem;
  width: 80%;
  margin-top: 0.15rem;
  
}
.price_middle_box li{
  font-size: 0.18rem;
  color: #333;
  border: 1px solid #e4e4e4;
  padding: .22rem .12rem;
  flex-grow:1;

}
.line{
  width: 85%;
  margin: 0 auto;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: .45rem;
  font-size: 0.17rem;
  color: #d9000f;
  text-align: center;
}
.price_top {
  text-align: center;
  font-size: .3rem;
  color: #333;
}
.price{
  color: #d9000f ;
  font-size: 0.24rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.city_select_box{
  border:1px solid #ccc;
}
.city_select{
  outline: none;
  margin: 0;
  padding: 0;
  border:1px solid #ccc;
  background-color: #fff;
}
.price_close_icon{
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/model_close.png) right top no-repeat #f6f6f6;
  float: right;
  background-size: 0.5rem 0.5rem;
}
.price_title_word{
  width: 5.25rem;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.41rem;
  font-size: 0.2rem;
  color: #333;
  /* margin-left: 0.7rem; */


}
.limit_con{
  width: 5rem;
  height: 2rem;
  font-size: 0.16rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 0.2rem 0;
  box-shadow: 0px 0px 5px #ccc;
}
.limit_con img{
  position: absolute;
  right: 0;
  top:0;
  width: 0.5rem;
}
.limit_box{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  justify-conten:center;
  padding-right: 0.5rem;
  background-color:rgb(0,0,0,0.5);
  display: none;
  z-index: 1600;
}
.limit_sure{
  width: 1.5rem;
  height: 0.36rem;
  background-color: #d9000f;
  text-align: center;
  line-height: 0.36rem;
  margin: 0 auto;
  color: #fff;
  margin-top: 0.2rem;
}