*{
    margin: 0;
    padding: 0;
}

ul li{
    list-style-type: none!important;
}


html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-top:50px!important;
}
._content {
  flex: 1;
}

/* 鼠标盘旋出现图片的效果 start */
#wechat {
    position: relative;
}

#wechat img {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    height: auto;
    width: 200px;
}

#wechat:hover img {
    display: block;
}
/* 鼠标盘旋出现图片的效果 end */


{% comment %}
未使用bootstrap时的样式
div.nav{
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
}
div.nav a{
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
}
div.nav a.logo{
    display: inline-block;
    font-size: 120%
}

.footer {
  height: 50px;
  margin-top: -50px;
}

/* 极验验证的样式 */
#embed-captcha {
    width: 300px;
    margin: 0 auto;

}
.show {
    display: block;
}
.hide {
    display: none;
}
#notice {
    color: red;
}



{% endcomment %}