.layui-elem-quote{margin-bottom:20px;}
.ml15{margin-left:15px;}
.mt15{margin-top:15px;}
.blockinfo {
    padding: 10px 20px;
    line-height: 24px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
}
/* 公告详情 */
.announce h1{font-size: 24px;line-height: 36px;font-weight: 400;}
.announce span{color:#999;}
.details{margin-top:15px;}
.details p{margin-bottom:15px;}

/* 列表 */
.table-responsive .layui-table {margin: 0;}
.table-responsive{margin:15px 0;}
.empty-content {
    padding: 50px 0;
    text-align: center;
    line-height: 36px;
    color: #383838;
    font-size: 16px;
}

.icon-empty {
    background: url(../wyimages/empty_ico.png);
    width: 53px;
    height: 47px;
    display: inline-block;
}


/* tab选项卡 */
.layui-tab-title .layui-this:after{border-top:2px solid #009688;}

/* 重置表单label宽度 */
.layui-form-label{
    padding-left:0;
    width: 95px;
}
.layui-form-item #code{position:absolute; left:0;}
.layui-form-item .captcha { position: absolute;right:1px;top:1px;}
.layui-form-item .captcha img {height:36px; width:112px; cursor:pointer;}

/* 充值方式 */
.pay-method li{
  display: inline-block;
  margin-right: 15px;
  position: relative;
  width: 130px;
  height: 50px;
  line-height:50px;
  background-color: #F3F5F7;
  border: 2px solid #F3F5F7;
  cursor: pointer;
}
.pay-method li.active,.pay-method li:hover {
  border-color: #f01414;
}
.pay-method .bottomright {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.pay-method li.active .bottomright,.pay-method li:hover .bottomright {
  display: block;
}

.pay-method .bottomright i {
  position: absolute;
  right: -1px;
  bottom: 0px;
  color: #fff;
  font-size: 12px;
}
.pay-method .triangle {
  width: 0;
  height: 0;
  border-bottom: 20px solid red;
  border-left: 20px solid transparent;
}
.pay-method li.alipay{
  background:url(../wyimages/alipay.png) no-repeat;
}
.pay-method li.wxpay{
  background:url(../wyimages/wechat.png) no-repeat;
}

/*扫码支付*/
.ecode-wrap { margin-top:20px; width:300px; }
.ecode-wrap .ecode-pic { padding-top:19px; height:280px; border:solid 1px #ddd;}
.ecode-wrap .ecode-text { padding:15px 0 0 115px; height:50px; line-height:18px; color:#fff; background: #417eb7 url(../wyimages/ico_scan_code.png) no-repeat 68px center;}

/* 分页 */
#pages {
  float:right;
  margin: 20px auto;
  border-radius: 4px;
}
#pages > a,
#pages > span {
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #e10000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#pages > a:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#pages > a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#pages > a:hover,
#pages > a:focus {
  color: #d60606;
  background-color: #eee;
  border-color: #ddd;
}
#pages > span {
  color: #fff;
  background-color: #e10000;
  border-color: #e10000;
}

/* 底部 */
.indfoot{
    width:100%;
    background: #eee;
    padding:15px 0;
    text-align:center;
}
.indfoot p{
    color: #666;
    line-height: 30px;
    font-weight: 300;
}

/* 会员登陆、注册底部 */
.foot{
    width:100%;
    background: #eee;
    padding:15px 0;
    text-align:center;
}
.foot p{
    color: #666;
    line-height: 30px;
    margin: 0;
}
.fixed-bottom {
    position: fixed;
    bottom: 0;
    width:100%;
}