.common__fixed {
  background-color: #fff;
}

#visible,
#visible1,
#visible2 {
  visibility: visible;
  background: rgba(0,0,0,.4);
  height: 100%;
  width: 7.5rem;
  display: none;
  z-index:9;
  position: fixed; 
  top:0
}

.quese_popup_cont {
  background-color: #fff;
  width: 7.5rem;
}

.quese_cont_list_tr {
  width: 6.9rem;
  padding: 0.2rem 0.3rem;
  top: 1rem;
  bottom: 1rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.quese_title_tip{ height:1rem; line-height:1rem; overflow:hidden; padding:0 0.3rem; border-bottom:0.02rem solid #eee}
.quese_title_tip span {
  display: block;
  height: 1rem;
  line-height: 1rem;
  float: left;
  font-size: 0.32rem;
  font-weight: bold;
}

.quese_title_tip a {
  background: url(//c5-cdn.tingsonglaw.com/ask/img/h5/d242e4f5_close.png) no-repeat;
  width: 0.38rem;
  height: 0.38rem;
  background-size: 100% 100%;
  display: block;
  float: right;
  margin-top: 0.31rem;
}
.quese_popup_cont .questioning .quse_txt_nex{ width:6.9rem;}
.quese_popup_cont .questioning>div{ width:6.9rem; overflow:hidden}
.quese_popup_cont .questioning>div i{ float:right; color:#bbb; font-size:0.22rem}
.quese_popup_cont .questioning:last-child{border-bottom: 0.02rem solid #eee;padding-bottom: 0.2rem;}
.quese_popup_cont .questioning>div b{ padding-left:0}
.quese_popup_cont .questioning .ask_msg {
  display: inline-block;
  color: #5177f4;
  text-decoration: underline;
}
.popup_cont_lawyerst {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  width: 7.5rem;
  z-index: 99;
  left: 0;
  justify-content: center;
  align-items: center;
}

.popup_cont_lawyerst_ps {
  position: absolute;
  top: 50%;
  margin-top: -3rem;
  left: 50%;
  margin-left: -3.15rem;
}

.quse_asp_payPopup {
  background: #fff;
  width: 6.3rem;
  border-radius: 0.2rem;
  position: relative;
  padding: 0.7rem 0 0.6rem 0;
}

.quse_phone_img img {
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 1rem;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  margin-left: -0.5rem;
  border: 0.05rem solid #fff;
}

.quse_phone_txt {
  margin-bottom: 0.25rem;
  line-height: .44rem;
}

.quse_phone_txt span.sp_1 {
  display: block;
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
}


.quse_phone_txt span.sp_2 {
  font-size: 0.26rem;
  color: #868686;
  text-align: center;
  display: block;
}

.quse_phone_btns a {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 0.3rem;
}

.quse_phone_btns a.oneAsk {
  height: 0.86rem;
  line-height: 0.86rem;
  width: 4.6rem;
  color: #5177f4;
  border: 0.02rem solid #5177f4;
  text-align: center;
  border-radius: 0.86rem;
  margin: 0 auto;
}

.quse_phone_btns a.lawyerphone_tel {
  height: 0.86rem;
  text-align: center;
  border-radius: 0.86rem;
  background: #5177f4;
  width: 4.6rem;
  margin: 0.25rem auto 0 auto;
  color: #fff;
}

.quse_phone_btns a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1rem;
  color: #F54646;
  font-size: .24rem;
  font-weight: normal;
  width: 1.6rem;
  height: .34rem;
  background: rgba(245, 70, 70, 0.1);
  border-radius: 1rem 1rem 1rem .02rem;
}

.quse_phone_btns a.lawyerphone_tel span {
  background: #fff;
}

.quse_ask_tip {
  color: #a0a3af;
  font-size: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0;
}

.quse_ask_btn {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.15rem;
}

.quse_ask_tip i {
  margin-right: 0.1rem;
}

.quse_ask_btn a {
  width: 3.35rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  display: block;
  background-color: #eee;
  border-radius: 0.05rem;
  font-size: 0.26rem;
  color: #80828c;
}

.quse_ask_btn a.seekask {
  background-color: #6989ff;
  color: #fff;
}

.more_ask{text-align: center;padding: 0.2rem 0 0.3rem 0;color: #999}

.quese_huifu {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 10;
}

.quese_huifu b {
  font-size: 0.28rem;
  height: 1rem;
  line-height: 1rem;
  display: block;
  width: 6.9rem;
  padding: 0 0.3rem;
  color: #bbb;
  position: relative;
  box-shadow: 0rem 0rem 0.25rem rgb(0 0 0 / 10%);
}

.quese_hf_iput {
  overflow: hidden;
  display: none;
  width: 6.9rem;
  float: left;
  padding: 0.2rem 0.3rem;
  box-shadow: 0rem 0rem 0.25rem rgb(0 0 0 / 10%);
  position: absolute;
  bottom: -100%;
  background-color: #fff;
}

.quese_hf_iput textarea {
  height: 3.2rem;
  line-height: 0.48rem;
  width: 5.1rem;
  display: block;
  color: #333;
  border: none;
  float: left;
  text-align: justify;
}

.quese_fr_text {
  float: right;
  width: 1.6rem;
  height: 3.2rem;
  position: relative;
}

.quese_fr_text a.colse {
  background: url(//c1-cdn.tingsonglaw.com/ask/img/h5/ff3970be_suox_icon.png) no-repeat;
  width: 0.38rem;
  height: 0.38rem;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.quese_hf_iput .quese_fr_text a.askdo2 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #5177f4;
  width: 1.6rem;
  height: 0.64rem;
  border-radius: 0.05rem;
  line-height: 0.64rem;
  text-align: center;
  color: #fff;
}

.questioning {
  border-bottom: 0.02rem solid #eee;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.questioning>div {
  overflow: hidden;
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: justify;
}
.questioning>div:first-child {
  margin-bottom: 0.07rem;
}

.questioning .quse_txt_nex {
  font-size: 0.3rem;
}

.questioning>div b {
  float: left;
  color: #bbb;
}

.questioning>div i {
  float: right;
  color: #bbb;
  font-size: 0.24rem;
}

.nophone_btn {
  height: 0.86rem;
  line-height: 0.86rem;
  text-align: center;
  border-radius: 0.86rem;
  background: #eee;
  display: block;
  width: 4.6rem;
  margin: 0.25rem auto 0 auto;
}