





@media screen and (max-width: 768px) {
  .container{
    width: 94%;
    margin: 0 auto;
}



.leftNav{
  position:fixed;
  bottom: 0;
  left: 0;
  right: 0px;
  top: 52px;
  width: 80%;
  height: 100vh;
 background: #f0f4ff;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  transition: all .5s cubic-bezier(.25, .46, .45, .94);

}


.menuOpen .leftNav {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0%);

}
.leftNav li{
  background: #f0f4ff;
}



.leftNav .logo{
  display: none;
}


.rightBox{
  background: #ebedef;
  width: 100%;
  position: relative;
  height:auto;
  float: left;
  overflow-y:visible;  padding-bottom: 35px;
}
.body{
  height: auto;

}

.form2{
  width: 100%;
  margin:  10px auto;
  overflow: hidden;
  margin-top: 35px;
}

.form2 .row{
  overflow: hidden;
  height: auto;
  margin-top: 5px;
}
.form2 .row .col{
  width: 100%;
  height: 37px;
}

.form2 .row .col.ot{
  width:100%;float: left; 
}

.form2 .row .col span{
  font-size: .55rem;

}
a.tiqu{
  display: inline-block;
 
}

.form2 .row .col.tt span{
  width: 145px
}

.yaoQingList{
  overflow-x: auto;
}
.yaoQingList ul{
  width: 1000px;
}

.top_r{
  float: right;
  width: 25px;
  height: 35px;
  position: relative;
  top: 50%;
  margin-top: -10px;
  display: block;
  margin-right: 10px;
}

.form2 .row .col .inputs{
  display: inline-block;
  width: calc(90% - 155px);
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;

}
.form2 .row .col:nth-child(2){
  float: left; margin-top: 5px;

}
.searchRow{
  margin-left: 20px;
  margin-top: 15px;
  overflow: hidden;
  height: auto;
}


.searchRow span{
  position:relative;
  top:0%;
 transform:translateY(0%);
-webkit-transform:translateY(0%);
line-height: 38px;  width: 75px;
 

}
.searchRow label{
  position:relative;
  top:0%;
 transform:translateY(0%);
-webkit-transform:translateY(0%);
  float: left;line-height: 38px;
}
span.txts{
  margin-left: 0px;
  clear: both;

}

input.txts{
  margin-left: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 35px;
  width: 30%;  text-indent: 12px;
  margin-right: 5px;
  float: left;
}
.logoLeft{
  display: none;
}
.form{
  width: 100%;
}
.both{
  clear: both;
  width: 75px;
}
.searchRow span.z{
  width: auto;

  margin: 0;
}

.searchRow a.q1{
  float: left;
  clear: both;
  margin-left: 77px;
  margin-top: 10px;
 
}

.form2 .row .inputs a.s{
  border: 1px  solid #d9d9d9;
  border-radius: 5px;
  padding: 0 10px;
  height: 35px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;

}
.form2 .row.all{
  height: 130px;
  overflow: hidden;
}
.form2 .row.all .col .inputs{
  display: inline-block;
  width: calc(90% - 155px);
  float: left;
  height: auto;
  line-height: 35px;
  margin-left: 10px;

}


}