.btn {
  display: inline-block;
  text-align: center;
  line-height: 28px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  height: 30px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #808080;
  user-select: none;
}
.btn.pr {
  background: #1890ff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
  border-color: #1890ff;
}
/* 菜单 */
.menu-list-box {
  width: 100%;
  height: 50px;
  background: var(--m1);
}
.menu-list {
  max-width: 1100px;
  min-width: 375px;
  height: 50px;
  margin: 0 auto;
  display: flex;
}
.menu-list .item {
  display: inline-block;
}
.menu-list .item a {
  display: block;
  padding: 0 15px;
  color: #fff;
  line-height: 50px;
  height: 50px;
}
.menu-list .item a:hover {
  background: #027df0;
}
.menu-list .item a.checked {
  background: #027df0;
}
/* 等级 */
.grade-box span.grade {
  float: left;
  width: 16px;
  height: 16px;
  background: url(../images/dj1365.png) no-repeat;
  margin-right: 2px;
}
.grade-box span.dj1024 {
  background-position-x: 0;
}
.grade-box span.dj256 {
  background-position-x: -17px;
}
.grade-box span.dj64 {
  width: 15px;
  background-position-x: -35px;
}
.grade-box span.dj16 {
  width: 13px;
  background-position-x: -53px;
}
.grade-box span.dj4 {
  width: 15px;
  background-position-x: -70px;
}
.grade-box span.dj1 {
  width: 15px;
  background-position-x: -88px;
}
.hao-detail .grade-box {
  overflow: hidden;
}
.hao-detail .grade-box .title {
  float: left;
}
.hao-detail .grade-box .grade {
  margin-top: 4px;
}
/* 号码列表 */
.hao-list-box {
  width: 100%;
  min-width: 375px;
  height: auto;
  min-height: calc(100% - 500px);
}
.hao-list-box.layui-container {
  margin-top: 15px;
  padding: 0 10px;
  max-width: 1100px;
  min-height: calc(100vh - 500px);
}
.hao-list {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  background: var(--bg-card);
  border-radius: 4px;
  overflow: hidden;
}
.hao-list .item {
  display: inline-block;
}
.hao-list .title {
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
}
.hao-list .item a {
  display: flex;
  color: #000;
  height: 70px;
  position: relative;
  box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, inset 1px 0 0 0 #e8e8e8, inset 0 1px 0 0 #e8e8e8;
}
.hao-list .item a:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}
.hao-list .item a .left {
  display: inline-block;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.hao-list .item a .left .img {
  width: 50px;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(51, 51, 51, .2);
  background: url(../images/yy.jpg) no-repeat;
  background-size: 100%;
}
.hao-list .item a .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: 5px;
  position: relative;
}
.hao-list .item a .right p {
  line-height: 20px;
  color: #888;
  padding: 0 5px
}
.hao-list .item a .right p.hao {
  color: #c72222;
  box-shadow: -5px 0 0px 0 #d28722;
}
.hao-list .item a .grade-box {
  line-height: 20px;
  padding: 0 5px
}
.hao-list .item a .left .length {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  line-height: 20px;
  background: rgba(230, 230, 230, 1);
  color: #78a2f3;
  font-size: 14px;
  border-radius: 0 4px 0 0;
  text-align: center;
}
.hao-list-box .btn-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  height: 50px;
}
/* 号码类型 */
.hao-type-box {
  width: 100%;
  min-width: 375px;
  height: auto;
}
.hao-type-box.layui-container {
  margin-top: 15px;
  max-width: 1100px;
  padding: 0 10px;
}
.hao-type {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  background: var(--bg-card);
}
.hao-type .item {
  line-height: 30px;
  font-size: 0;
}
.hao-type .item .label {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
}
.hao-type .item .checkbox {
  display: inline-block;
}
.hao-type .item .checkbox span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
  box-shadow: 1px 0 0 0 #d9d9d9;
  border-right: none;
  cursor: pointer;
}
.hao-type .item .checkbox span:hover {
  color: #1890ff;
}
.hao-type .item .checkbox span.more {
  padding: 0;
}
.hao-type .item .checkbox span > a {
  display: block;
  padding: 0 15px;
  height: 100%;
}
.hao-type .item .checkbox span > a:hover {
  color: #1890ff;
}
.hao-type .item .checkbox span.checked {
  border-color: #1890ff;
  color: #1890ff;
  box-shadow: 1px 0 0 0 #1890ff;
  z-index: 1;
}
.hao-type .item .checkbox span:first-child {
  border-radius: 4px 0 0 4px;
}
.hao-type .item .checkbox span:last-child {
  border-radius: 0 4px 4px 0;
}
.hao-type .item .checkbox span:first-child:last-child {
  border-radius: 4px;
}
.hao-type .item .checkbox input {
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all .3s;
}
.hao-type .item .btn {
  display: inline-block;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 30px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
  border: 1px solid #d9d9d9;
}
.hao-type .item .btn.pr {
  background: #1890ff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
  border-color: #1890ff;
}
.hao-type .item .btn.df {
  margin-left: 10px;
}
/* 号码结果 */
.list-result-box {
  width: 100%;
  min-width: 375px;
  height: auto;
  line-height: 35px;
  display: none;
}
.list-result-box.layui-container {
  margin-top: 15px;
  max-width: 1100px;
  padding: 0 10px;
}
.list-result {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  background: var(--bg-card);
  border-radius: 4px;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  color: #888;
}
.list-result span {
  padding: 0 5px;
  color: #c72222;
}
/* 号码详情 */
.hao-detail-box {
  width: 100%;
  min-width: 375px;
  height: auto;
}
.hao-detail-box.layui-container {
  margin-top: 15px;
  max-width: 1100px;
  padding: 0 10px;
}
.hao-detail {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  background: var(--bg-card);
  border-radius: 4px;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
}
.hao-detail-desc {
  padding: 10px 0;
}
.hao-detail-desc > .title {
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--border);
}
.hao-detail-desc p {
  line-height: 24px;
}
.hao-detail-desc p span {
  font-weight: 600;
}
.hao-detail-info {
  min-height: 230px;
}
.hao-detail-info .img {
  height: 100px;
  padding: 20px;
  box-sizing: border-box;
}
.hao-detail-info .img img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 5px 0 rgba(51, 51, 51, .2);
}
.hao-detail-info .info {
  min-height: 170px;
  padding-left: 10px;
  box-sizing: border-box;
  padding: 20px
}
.hao-detail-info .info .btn {
  margin: 10px 0;
}
.hao-detail-info .info .hao {
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--border);
}
.hao-detail-info .info .item span {
  font-weight: 600;
}
.hao-detail-info .info .item {
  line-height: 24px;
  font-size: 14px;
}
.hao-detail-info .shop {
  padding-left: 10px;
  box-sizing: border-box;
  padding: 20px
}
.hao-detail-info .shop .title {
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--border);
}
.hao-detail-info .shop .item {
  line-height: 24px;
  font-size: 14px;
}
.hao-detail-info .shop .item span {
  font-weight: 600;
}
/* 文章类型 */
.article-type-box {
  width: 100%;
  min-width: 375px;
  height: auto;
}
.article-type-box.layui-container {
  margin-top: 15px;
  max-width: 1100px;
  padding: 0 10px;
}
.article-type {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  background: var(--bg-card);
  border-radius: 4px;
  overflow: hidden;
  padding: 15px 5px;
  box-sizing: border-box;
  display: flex;
}
.article-type .item a {
  padding: 0 20px;
}
.article-type .item a.checked {
  background: #000;
}
/* 文章列表 */
.article-list-box {
  width: 100%;
  min-width: 375px;
  height: auto;
}
.article-lsit-box.layui-container {
  padding: 0 10px;
  min-height: calc(100vh - 190px);
  max-width: 1100px;
  margin-top: 15px;
}
.article-list {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  background: var(--bg-card);
  border-radius: 4px;
  overflow: hidden;
  padding: 15px 5px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
}
.article-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  border-bottom: 1px solid rgba(214, 144, 144, 0.2);
}
.article-list .item:first-child {
  border-top: 1px solid rgba(214, 144, 144, 0.2);
}
.article-list .item a {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  box-sizing: border-box;
}
.article-list .item:hover {
  background: rgba(0, 0, 0, .1);
}
/* 文章详情 */
.article-detail-boxbox {
  width: 100%;
  min-width: 375px;
  height: auto;
}
.article-detail-box.layui-container {
  margin-top: 15px;
  padding: 0 10px;
  max-width: 1100px;
  min-height: calc(100vh - 195px);
}
.article-detail {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  background: var(--bg-card);
  border-radius: 4px;
  overflow: hidden;
  padding: 15px 25px;
  box-sizing: border-box;
  display: block;
}
.article-detail .article-title {
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
/* 底部 */
.footer-box {
  width: 100%;
  height: 100px;
  background: var(--m1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.footer-box > div {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.footer-box > div > a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
/* 404 */
.notfound {
  width: 100%;
  min-height: calc(100% - 150px);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.notfound .img {
  background: url(../images/404.svg);
  width: 430px;
  height: 360px;
}
.notfound .desc {
  padding-left: 30px;
}
.notfound .desc p.title {
  line-height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #434e59;
}
.notfound .desc a {
  margin-top: 20px;
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
  border-radius: 4px;
}
/* 返回顶部 */
.back-top-box {
  font-size: 14px;
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, .65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  position: fixed;
  right: 6vw;
  bottom: 50px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: none;
}
.back-top-box .back-top {
  height: 60px;
  width: 60px;
  border-radius: 50%;
/*  background-color: #fff;*/
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.back-top-box .back-top .iconfont {
  font-size: 24px;
  line-height: 40px;
}
/* 在线付款卡片 */
.paycard {
  display: none;
  min-width: 300px;
  max-width: 80%;
  height: 300px;
  max-height: 80%;
}
.paycard .layui-tab {
  margin: 0;
}
/*  */
.page-box {
  text-align: center;
}
.page-box .layui-icon {
  color: var(--m1);
}
.page-box .layui-disabled .layui-icon {
  color: #d2d2d2;
}
.page-box .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: var(--m1);
}
/* 弹窗自定义皮肤*/
body .layui-layer-paycard .layui-layer-title {
  background: var(--m1);
  color: #fff;
  border: none;
}
body .layui-layer-paycard .layui-layer-btn {
  border-top: 1px solid #E9E7E7
}
body .layui-layer-paycard .layui-layer-btn a {
  background: #333;
}
body .layui-layer-paycard .layui-layer-btn .layui-layer-btn1 {
  background: #999;
}
body .layui-layer-paycard .layui-layer-content {
  min-width: 300px;
  min-height: 400px;
  padding: 15px;
  box-sizing: border-box;
}
body .layui-layer-paycard .layui-tab-brief > .layui-tab-title .layui-this {
  color: var(--m1);
}
body .layui-layer-paycard .layui-tab-brief > .layui-tab-more li.layui-this:after, body .layui-layer-paycard .layui-tab-brief > .layui-tab-title .layui-this:after {
  border-color: var(--m1);
}
body .layui-layer-paycard .layui-tab-item {
  height: 200px;
  text-align: center;
}
body .layui-layer-paycard .layui-tab-item img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hao-type .item .label {
    display: block;
  }
  .hao-detail-info .info, .hao-detail-info .shop {
    padding: 0;
  }
}