@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}/*去掉所有标签之间的默认间隙*/
html,body {
  width: 100%;
  margin: 0 auto;
  /*设置所有body中所有div居中显示*/
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #FFFFFF;
  font-size: 14px;
}

input {
  outline: none!important;
  /*去除蓝色边框*/
}

ul {
  list-style: none;
}/*去掉无序列表的项目符号*/
ol {
  list-style: none;
}/*去掉无序列表的项目符号*/
a {
  text-decoration: none;
}/*去掉超级链接的下划线*/
img {
  border: none;
}/*去掉图片加载完链接之后的边框*/
a {
  color: black
}

a:link {
  text-decoration: none!important;
}

a:visited {
  text-decoration: none!important;
}

a:hover {
  text-decoration: none!important;
}

a:active {
  text-decoration: none!important;
}
.weui-form__title span{
  background: url("../images/logo.png") no-repeat left center;
  padding: 12px 0px;
  background-size: 50px;
  padding-left: 60px;
  display: inline-block;
}
.weui-cells__tips dl{

text-align: center;

padding-top: 25px;

display: none;
}
.weui-cells__tips dl dt{

}
.weui-cells__tips dl dd{

}
.weui-cells__tips dl dd img{
  
width: 150px;
}
.weui-cells__group_form .weui-label{
  
max-width: 3em;
}
.weui-cells__group_form .weui-cell__hd{
  padding-right: 10px;
}