.xfjsq p {
  margin: 0;
  padding: 0;
}

.xfjsq {
  width: 60%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333;
  font-size: 30px;
  padding-bottom: 1em;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #333;
  position: fixed;
  bottom: 15vh;
  left: 200%;
  right: 0px;
  z-index: 999;
}

@media screen and (max-width:320px) {
  .xfjsq {
    font-size: 22px;
  }
}

.xfjsq img {
  width: 100%;
}

.xfjsq_show {
  position: fixed;
  width: 10vw;
  display: block;
  top: 38%;
  z-index: 999;
  max-width: 80px;
}

.xfjsq_show img {
  width: 100%;
}

.jsqform_tit {
  width: 90%;
  margin: 0 auto;
  font-size: 0.4em;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
  padding: 10px 0 0 10px !important;
}

.jsqform_tit span{
color: #e11616;
}

.jsqform_ibox input[type=radio] {
  opacity: 0;
  display: none;
  width: 1px;
  height: 1px;
  margin-top: 0.5rem;
}

.jsqform_txt {
  display: inline-block;
  width: 30%;
  margin: 1% 1.5%;
  height: 2em;
  line-height: 2em;
  font-size: 0.4em;
  text-align: center;
  border: 1px solid #999;
  box-sizing: border-box;
}

.jsqform_ibox input:checked+.jsqform_txt {
  border: none;
  background-color: #e11616;
  color: #FFF;
}

.jsqtel_ipt {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  font-size: 0.4em;
  line-height: 2em;
  text-align: left;
  text-indent: 1em;
  color: #666;
  border: 1px solid #999;
}

.jsqform_bottom{
  display: flex;
  justify-content: space-around;
}

.jsqform_bottom input:nth-child(2){
  background-color: #e5b82c;
}

.jsqform_youhui{
  font-size: 0.3rem;
  text-align: center;
    color: #e11616;
    font-weight: bold;
    margin-top: 0.4rem;
}

.jsq_subbtn {
  display: block;
  width: 35%;
  margin: 0 auto;
  border: none;
  background-color: #e11616;
  color: #FFF;
  font-size: 0.5em;
  line-height: 2em;
  margin-top: 1em;
}

.xfjsq label {
  display: inline;
}

.count-fee{
  position: fixed;
  top:50%;
  right:0;
  display: inline-block;
  width:2em;
  /* height:7em; */
  text-align: center;
  padding:.1em 0;
  font-size:1.2em;
  background:#fd4d01;
  z-index: 999;
  color: white;
  border-radius: 10px 0 0 10px;