#sign .sHeader{
  text-align: center;
  padding: 30px;
  font-size: 30px;
  font-weight: 700;
  color: black;
}


#sign .sBody{
  overflow: auto;
}
.sBody .buttonlist{
  float: left;
  padding:20px 20px;
  height: 700px;
  border-right: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
}
.sBody .buttonlist img{
  height: 34px;
  width: 112px;
  margin-bottom: 20px;
}
.sBody .buttonlist .btnl{
  width: 102px;
  text-align: center;
  margin: 0 auto;
  border:2px solid #97adc9;
  padding: 1px;
  margin-bottom: 5px;
}
.sBody .buttonlist .btnl:hover {
  border: 2px solid #3c8bed;
}
.sBody .buttonlist .sBbutton{
  width: 100%;
  background: #97adc9;
}
.sBody .buttonlist .sBbutton:hover{
  background: #3c8bed;
}

.sBody .rightTable{
  overflow: auto;
  height: 700px;
}
.sBody .rightTable .layui-tab-title{
  border: none;
  text-align: center;
}
.sBody .rightTable .layui-tab-title li{
  font-weight: bolder;
  color:black;
}
.sBody .rightTable .layui-tab-title .layui-this:after{
  border: none;
  border-bottom: 2px solid #3778e4;
}
.sBody .rightTable .layui-tab-item{
  height: 500px;
  line-height: 500px;
  text-align: center;
  color: grey;
}

#suggest .layui-form-label{
  width: 100px;
}
#suggest .formbutton{
  text-align: right;
}
#hadKnow h1{
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
}
#hadKnow p{
  line-height: 32px;
}
.btnsss{
  text-align: center;
  margin-top: 20px;
}
.btnsss .dis-none{
  display: none;
}
.beback{
  border:none;
}

#suggestvalote .layui-table-cell{
  height:auto;
  overflow:visible;
  text-overflow:inherit;
  white-space:normal;
}

.sHBack{
  padding:0 30px;
  text-align:left;
  position: relative;
}
.sHBack .sHsearch{
  position: absolute;
  right: 10px;
  top: 0px;
  width: 400px;
  vertical-align: top;
}
.sHBack .sHsearch .sHinput{
  width: 200px;
  margin-right: 20px;
  display: inline-block;
}