.fright {
  text-align: center;
}

.center {
  display: flex;
  justify-content: space-around;
  width: 290px;
  margin: 20px auto 0;
}

.detail_lingqian .lingqian {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail_lingqian .lingqian li {
  width: 20%;
  text-align: center;
}

/* 首页 */
#wrap {
  overflow: auto;
  display: block;
  height: auto;
}

.list {
  padding-top: 0;
}

.list li {
  padding: 1rem 3rem 1rem 74px;
  border-bottom: 1px solid #e6cab0;
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}

.list li:nth-last-of-type(1) {
  border-bottom: 0;
}

.list li.gy {
  background-image: url(/static/img/lingqian/icon/ico1.png);
}

.list li.yl {
  background-image: url(/static/img/lingqian/icon/ico2.png);
}

.list li.dx {
  background-image: url(/static/img/lingqian/icon/ico3.png);
}

.list li.gd {
  background-image: url(/static/img/lingqian/icon/ico4.png);
}

.list li.mz {
  background-image: url(/static/img/lingqian/icon/ico5.png);
}

.list li.lz {
  background-image: url(/static/img/lingqian/icon/ico7.png);
}

.list li.yj {
  background-image: url(/static/img/lingqian/icon/ico8.png);
}

.list li.qcs {
  background-image: url(/static/img/lingqian/icon/ico9.png);
}

.list li.fz {
  background-image: url(/static/img/lingqian/icon/ico_fozu.png);
}

.list li b {
  display: block;
  font-size: 16px;
  color: #010101;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 6px;
  text-align: left;
}

.list li p {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  padding-right: 10px;
  text-align: left;
}

.list li a.open {
  position: absolute;
  font-size: 0.8rem;
  width: 50px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ffb166;
  border-radius: 3px;
  text-align: center;
  color: #ffb166;
  right: 0;
  bottom: 30px;
}

.list li.txt {
  padding: 1rem 3rem 1rem 0px;
  border-bottom: 1px solid #e6cab0;
  position: relative;
}

/* 诸葛测字*/
.detail_lingqian_zhuge .divine_com .ipt {
  border: 1px solid #e1e1e5;
  height: 30px;
  text-indent: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  width: 240px;
  border-right: none;
  box-sizing: border-box;
}

.detail_lingqian_zhuge .divine_test {
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
}

.detail_lingqian_zhuge .button {
  background: #ff946d;
  height: 30px;
  margin-bottom: 10px;
  width: 90px;
  height: 30px;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.detail_lingqian_zhuge .btn_orange_1 {
  background: #ff946d;
  height: 30px !important;
  text-align: center;
  margin: 10px auto;
  width: 90px;
  height: 30px;
  color: #fff !important;
  border-radius: 5px;
}

.detail_lingqian_zhuge .alist {
  display: flex;
  margin: 10px 0;
}

.detail_lingqian_zhuge .alist a {
  line-height: 1;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}

.detail_lingqian_zhuge .alist a:last-child {
  border: none;
}