html,
body {
  font-size: 20px;
  background: #f8f8f8;
  /* padding-top: 0 !important; */
}


[v-cloak] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

/* .header-box {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.header-box .header {
  width: 1250px;
  height: 53px;
  background-color: #ffffff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-box .header .left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-box .header .left .icon {
  width: 106px;
  height: 33px;
}

.header-box .header .left .tabs {
  display: flex;
}

.header-box .header .left .tabs .tab {
  width: 95px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-right: 14px;
}

.header-box .header .left .tabs .tab .name {
  font-size: 16px;
  line-height: 16px;
  color: #111111;
  font-weight: 400;
}

.header-box .header .left .tabs .tab .arrow-down {
  width: 10px;
  height: 7px;
  margin-left: 7px;
  margin-top: 4px;
} */

/* .header-box .header .left .tabs .tab .fixed {
  display: none;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 100;
  width: 95px;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
} */

/* .header-box .header .left .tabs .tab .fixed .origin-box {
  width: 95px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-box .header .left .tabs .tab .fixed .origin-box .name {
  font-size: 16px;
  line-height: 16px;
  color: #b20b30;
  font-weight: 400;
}

.header-box .header .left .tabs .tab .fixed .origin-box .arrow-top {
  width: 10px;
  height: 7px;
  margin-left: 7px;
  margin-top: 4px;
} */

/* .header-box .header .left .tabs .tab .fixed .fixed-name {
  display: inline-block;
  width: 95px;
  height: 32px;
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 4px;
  cursor: pointer;
}

.header-box .header .left .tabs .tab .fixed .fixed-name:last-child {
  margin-bottom: 0;
}

.header-box .header .left .tabs .tab .fixed .fixed-name:hover {
  background-color: #b20b30;
  color: #ffffff;
} */

/* .header-box .header .info {
  font-size: 16px;
  color: #111;
  font-weight: 400;
  cursor: pointer;
}

.header-box .header .logged {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  min-width: 121px;
}

.header-box .header .logged .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.header-box .header .logged .name {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  padding: 0 6px;
}

.header-box .header .logged .arrow-down {
  width: 10px;
  height: 7px;
}

.header-box .header .logged .logged-fixed {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  min-width: 121px;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.header-box .header .logged .logged-fixed .origin-box {
  min-width: 121px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-box .header .logged .logged-fixed .origin-box .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.header-box .header .logged .logged-fixed .origin-box .name {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  padding: 0 6px;
}

.header-box .header .logged .logged-fixed .origin-box .arrow-top {
  width: 10px;
  height: 7px;
}

.header-box .header .logged .logged-fixed .fixed-name {
  display: inline-block;
  min-width: 121px;
  height: 32px;
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 4px;
  cursor: pointer;
}

.header-box .header .logged .logged-fixed .fixed-name:last-child {
  margin-bottom: 0;
}

.header-box .header .logged .logged-fixed .fixed-name:hover {
  background-color: #b20b30;
  color: #ffffff;
} */
.head-search {
  width: 100%;
  height: 65px;
  margin-top: 68px;
  display: none;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.head-search-inner {
  width: 1250px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 45px auto 0;
}

.head-search .input-box {
  width: 242px;
  height: 44px;
  background: #f8f8f8;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 16px;
  color: #999;
  margin-right: 152px;
  cursor: pointer;
}

.head-search .list {
  display: flex;
  align-items: center;
}

.head-search .list .a {
  width: 113px;
  height: 65px;
  background: #f8f8f8;
  border-radius: 3px;
  text-align: center;
  line-height: 65px;
  font-size: 18px;
  color: #333;
  margin-right: 2px;
  cursor: pointer;
}

.head-search .list .a:last-child {
  margin: 0;
}

.head-search .list .a.select {
  height: 61px;
  background-color: #fff;
  border-bottom: 4px solid #b20b30;
}

.head-search .btn-box {
  display: flex;
  align-items: center;
  font-size: 0;
  margin-left: 29px;
  cursor: pointer;
}

.head-search .btn-box .time-limit {
  width: 206px;
  height: 44px;
  background: #b20b30;
  font-size: 18px;
  color: #dfcfaf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-search .btn-box .time-limit #h {
  margin-left: 11px;
}
.head-search .btn-box .time-limit #h-head {
  margin-left: 11px;
}

.head-search .btn-box .time-limit span,.head-search .btn-box .time-limit p {
  width: 16px;
  height: 16px;
  background: #f7b500;
  border-radius: 1px;
  font-size: 12px;
  color: #7d3200;
}

.head-search .btn-box .btn-pay {
  width: 145px;
  height: 38px;
  border: 3px solid #b20b30;
  font-size: 18px;
  color: #b20b30;
  background-color: #ffffff;
  text-align: center;
  line-height: 38px;
}
.head-search .btn-box .btn-pay:hover{
  border: 3px solid #ffffff;
  color: #ffffff;
  background-color: #b20b30;
}
.container {
  width: 100%;
  /* margin-top: 53px; */
}

.container .banner-header {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #C6F0FF;
  position: relative;
  cursor: pointer;
}
.container .banner-header2 {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #e6e6e6;
  position: relative;
  cursor: pointer;
  height: 100px;
}

.container .banner-header .icon {
  width: 100%;
  height: 291px;
}

.container .banner-header .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 669px;
  height: 53px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}

.container .banner-header .search-box .input-box {
  width: 542px;
  height: 53px;
  box-sizing: border-box;
  padding: 6px 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666666;
  float: left;
}

.container .banner-header .search-box .search-btn {
  width: 126px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  background: #b20b30;
  border-radius: 0px 3px 3px 0px;
  color: #deccac;
  font-size: 20px;
  float: left;
}

.container .content {
  width: 1250px;
  margin: 0 auto;
}

.container .content .crumbs {
  display: flex;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.container .content .crumbs .crumbs-box {
  height: 24px;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 0 6px;
  color: #999;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}

.container .content .crumbs .crumbs-box:last-child {
  border-color: #002f6b;
  color: #002f6b;
}

.container .content .crumbs .arrow-right {
  width: 10px;
  height: 7px;
  transform: rotateZ(270deg);
  margin: 0 6px;
}

.container .content .max-box {
  display: flex;
}

.content-left {
  width: 271px;
  flex: 0 0 271px;
  margin-right: 20px;
  float: left;
}

.content-left .zupu-link {
  width: 271px;
  box-sizing: border-box;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 6px;
}

.content-left .zupu-link .current {
  width: 222px;
  height: 222px;
  margin-bottom: 12px;
}

.content-left .zupu-link .link-box {
  width: 100%;
  max-height: 237px;
  min-height: 76px;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
  font-size: 0;
}
.content-left .zupu-link .link-box::-webkit-scrollbar {
  display: none;
}
.content-left .zupu-link .link-box a {
  width: 30%;
  height: 69px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 4px;
}
.content-left .zupu-link .link-box a:nth-of-type(3n+3) {
  margin-right: 0;
}

.content-left .zupu-link .link-box a img {
  width: 100%;
  height: 100%;
}

.content-left .zupu-link .link-box div {
  width: 30%;
  height: 69px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 4px;
}

.content-left .zupu-link .link-box div:nth-of-type(3n+3) {
  margin-right: 0;
}

.content-left .zupu-link .link-box div img {
  width: 100%;
  height: 100%;
}

.content-left .rank-list {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 6px;
  width: 271px;
  padding: 20px;
  box-sizing: border-box;
}

.content-left .rank-list .sales-rank {
  /* height: 362px; */
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 20px;
}

.content-left .rank-list .sales-rank .img {
  width: 222px;
  height: 222px;
  position: relative;
}

.content-left .rank-list .sales-rank .img img {
  width: 100%;
  height: 100%;
}

.content-left .rank-list .sales-rank .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
}

.content-left .rank-list .sales-rank .bottom {
  width: 100%;
  margin-top: 12px;
}

.content-left .rank-list .sales-rank .bottom .title {
  font-size: 16px;
  line-height: 20px;
  color: #111;
  font-weight: bold;
}

.content-left .rank-list .sales-rank .bottom .desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #666;
  margin-top: 7px;
  max-height: 60px;
  overflow: hidden;
}

.content-middle {
  width: 669px;
  float: left;
}

.content-middle .zupu-detail {
  width: 669px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
}

.content-middle .zupu-detail .title {
  font-size: 22px;
  line-height: 22px;
  color: #111;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
}

.content-middle .zupu-detail .info-box {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-middle .zupu-detail .info-box .info {
  width: 287px;
  flex: 0 0 287px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  float: left;
}

.content-middle .zupu-detail .info-box .info .info-title {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: bold;
  float: left;
}

.content-middle .zupu-detail .info-box .info .info-desc {
  max-width: 200px;
  font-size: 16px;
  color: #333;
  line-height: 22px;
}

.content-middle .zupu-detail .pay-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-middle .zupu-detail .pay-box .pay-left .pay-box-2 {
  display: flex;
  align-items: center;
}
.content-middle .zupu-detail .pay-box .pay-left .pay-box-2 .pay-des {
  font-size: 14px;
  color: #D1AA83;
  margin-left: 10px;
  font-weight: 400;
}
.content-middle .zupu-detail .pay-box .pay-left .pay-box-2 .pay-origin {
  font-size: 14px;
  color: #8c8c8c;
  font-weight: 400;
  text-decoration: line-through;
}

.content-middle .zupu-detail .pay-box .pay-left .pay-now {
  font-size: 20px;
  color: #b20b30;
  font-weight: bold;
}

.content-middle .zupu-detail .pay-box .btn-box {
  display: flex;
  align-items: center;
  font-size: 0;
  cursor: pointer;
}

.content-middle .zupu-detail .pay-box .btn-box .time-limit {
  width: 206px;
  height: 44px;
  background: #b20b30;
  font-size: 18px;
  color: #dfcfaf;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.content-middle .zupu-detail .pay-box .btn-box .time-limit #h {
  margin-left: 11px;
}

.content-middle .zupu-detail .pay-box .btn-box .time-limit p {
  width: 16px;
  height: 16px;
  background: #f7b500;
  border-radius: 1px;
  font-size: 12px;
  color: #7d3200;
  display: inline-block;
  text-align: center;
  line-height: 16px;
}
.content-middle .zupu-detail .pay-box .btn-box .time-limit span {
  width: 16px;
  height: 16px;
  background: #f7b500;
  border-radius: 1px;
  font-size: 12px;
  color: #7d3200;
  display: inline-block;
  align-items: center;
  line-height: 16px;
}

.content-middle .zupu-detail .pay-box .btn-box .btn-pay {
  width: 145px;
  height: 38px;
  border: 1px solid #b20b30;
  font-size: 18px;
  color: #b20b30;
  background-color: #ffffff;
  text-align: center;
  line-height: 38px;
  float: left;
  border-radius: 3px;
}
.content-middle .zupu-detail .pay-box .btn-box .btn-pay:hover{
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #b20b30;
}
.content-middle .zupu-detail .pay-box .btn-box .btn-border{
  width: 145px;
  height: 38px;
  border: 1px solid #b20b30;
  font-size: 18px;
  color: #b20b30 ;
  background-color: #ffffff;
  text-align: center;
  line-height: 38px;
  float: left;
  border-radius: 3px;
}
.content-middle .roll {
  margin: 32px 0 22px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.content-middle .roll .roll-num {
  width: 63px;
  height: 32px;
  background: #f8f8f8;
  border-radius: 3px;
  border: 2px solid #eeeeee;
  color: #333333;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.content-middle .roll .roll-num:hover{
  opacity: 0.6;
}
.content-middle .roll .roll-num.current {
  border-color: #b20b30;
}

.content-middle .roll .roll-num:nth-of-type(8n + 8) {
  margin-right: 0;
}

.content-middle .zupu-intro {
  width: 100%;
}

.content-middle .zupu-intro .intro-title {
  font-size: 18px;
  line-height: 18px;
  color: #111;
  font-weight: bold;
  margin-bottom: 20px;
}

/*.content-middle .zupu-intro .intro-box {*/
/*  width: 628px;*/
/*  padding: 14px 16px;*/
/*  box-sizing: border-box;*/
/*  background: #f8f8f8;*/
/*}*/

.content-middle .zupu-intro  .intro-desc {
  width: 628px;
  padding: 14px 16px;
  box-sizing: border-box;
  background: #f8f8f8;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
}

.content-middle .zupu-intro  .intro-desc .intro-desc-title {
  display: inline-block;
  color: #333;
  font-weight: bold;
}

.content-middle .ancestor {
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 20px 22px;
}

.content-middle .ancestor .ancestor-title {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
}

.content-middle .ancestor .li {
  width: 624px;
  height: 103px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.content-middle .ancestor .li .icon {
  flex: 0 0 103px;
  width: 103px;
  height: 103px;
  font-size: 16px;
  text-align: center;
  line-height: 103px;
  color: #7D3200;
  background-color: #EEE9DA;
}

.content-middle .ancestor .li .li-right {
  flex: 1;
  box-sizing: border-box;
  padding: 10px 20px;
  display: flex;
}

.content-middle .ancestor .li .li-right .li-middle {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-middle .ancestor .li .li-right .li-middle .desc {
  font-size: 16px;
  line-height: 22px;
  color: #666;
}

.content-middle .ancestor .li .li-right .li-middle .li-bottom {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 14px;
}

.content-middle .ancestor .li .li-right .li-middle .li-bottom .info {
  color: #999999;
  margin-right: 32px;
}

.content-middle .ancestor .li .li-right .li-box {
  width: 83px;
  flex: 0 0 83px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.content-middle .ancestor .li .li-right .li-box .li-icon {
  width: auto;
  height: auto;
}
.content-middle .ancestor .li .li-right .li-box .btn {
  font-size: 16px;
  color: #7d3200;
}

.content-middle .ancestor .expend-box {
  width: 100%;
  margin-top: 16px;
}

.content-middle .ancestor .expend-box .expend-btn {
  margin: 0 auto;
  width: 110px;
  height: 44px;
  background: #f8f8f8;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  color: #7d3200;
  font-size: 16px;
}

.content-middle .word {
  width: 669px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
}

.content-middle .word .word-title {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 14px;
}

.content-middle .word .word-box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 0;
  min-height: 183px;
}

.content-middle .word .word-box::before {
  height: 100%;
  content: ' ';
  background-color: #d4c492;
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  border-radius: 3px;
}

.content-middle .word .word-box::after {
  height: 100%;
  content: ' ';
  background-color: #d4c492;
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  border-radius: 3px;
}

.content-middle .word .word-box .word-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #dcd0ad;
  font-size: 24px;
  line-height: 32px;
  color: #7d3200;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 60px;
}

.content-middle .refer {
  width: 669px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
}

.content-middle .refer .refer-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-middle .refer .refer-title-box .title {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  float: left;
}

.content-middle .refer .refer-title-box .right {
  display: flex;
  align-items: center;
  float: right;
}

.content-middle .refer .refer-title-box .right a {
  font-size: 14px;
  color: #7d3200;
}

.content-middle .refer .refer-title-box .right a.margin {
  margin-right: 22px;
}

.content-middle .refer .list {
  display: flex;
  width: 100%;
  margin-top: 58px;
  flex-wrap: wrap;
}

.content-middle .refer .list .li {
  width: 146px;
  margin-right: 14px;
  margin-bottom: 20px;
  float: left;
}

.content-middle .refer .list .li:nth-of-type(4n + 4) {
  margin-right: 0;
}

.content-middle .refer .list .li .img {
  width: 146px;
  height: 146px;
  padding: 13px 31px;
}

.content-middle .refer .list .li .title {
  font-size: 14px;
  line-height: 20px;
  color: #111;
  font-weight: bold;
  margin-top: 12px;
}

.content-middle .refer .list .li .desc {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-top: 7px;
  max-height: 60px;
  overflow: hidden;
}

.content-middle .refer .list .li .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.content-middle .refer .list .li .bottom .text {
  font-size: 12px;
  color: #999;
  line-height: 12px;
}

.content-middle .refer .expend-box {
  width: 100%;
  margin-top: 16px;
}

.content-middle .refer .expend-box .expend-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 44px;
  background: #f8f8f8;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  color: #7d3200;
  font-size: 16px;
}
.content-middle .refer .expend-box .expend-btn:hover{
  opacity: .6;
}
.content-middle .preview {
  width: 669px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
}

.content-middle .preview .preview-title {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-middle .preview .book-title {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.content-middle .preview .preview-box {
  width: 628px;
  height: 574px;
  background: #010101;
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-middle .preview .preview-box .img {
  width: 578px;
  height: 517px;
}

.content-middle .preview .preview-box .zupu-title {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  z-index: 10;
}

.content-middle .preview .preview-box:last-child {
  margin: 0;
}

.content-middle .preview .preview-box .locked {
  position: absolute;
  top: 0;
  left: 0;
  width: 628px;
  height: 576px;
  background: rgba(0, 0, 0, 0.76);
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-middle .preview .preview-box .locked .locked-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.content-middle .preview .preview-box .locked .locked-box .num-des {
  color: #ffdf86;
  font-size: 16px;
  line-height: 44px;
}

.content-middle .preview .preview-box .locked .locked-box .num {
  color: #ffdf86;
  font-size: 65px;
}

.content-middle .preview .preview-box .locked .locked-box .desc-box {
  margin: 40px 0;
  text-align: center;
}

.content-middle .preview .preview-box .locked .locked-box .desc-box .text {
  font-size: 22px;
  color: #fff;
}

.content-middle .preview .preview-box .locked .locked-box .btn-text {
  width: 382px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid #ffdf86;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  color: #ffdf86;
  cursor: pointer;
  margin: 0 auto;
}

.content-middle .interact {
  width: 669px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-middle .interact .interact-title {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  font-weight: bold;
}

.content-middle .interact .in-list {
  margin-top: 20px;
}

.content-middle .interact .in-list .li {
  margin-bottom: 20px;
}

.content-middle .interact .in-list .li .top {
  display: flex;
  align-items: center;
}

.content-middle .interact .in-list .li .top .avatar {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 100%;
}

.content-middle .interact .in-list .li .top .top-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.content-middle .interact .in-list .li .top .top-right .name {
  font-size: 14px;
  color: #333;
  line-height: 14px;
  margin-bottom: 4px;
}

.content-middle .interact .in-list .li .top .top-right .time {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}

.content-middle .interact .in-list .li .info {
  padding-left: 40px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 18px;
  white-space: pre-wrap;
}
.content-middle .interact .in-list .in-no {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.content-middle .interact .in-list .in-no .no-icon {
  width: 105px;
  height: 107px;
}

.content-middle .interact .in-list .in-no .no-name {
  font-size: 18px;
  color: #999999;
  line-height: 18px;
  margin-top: 8px;
}

.content-middle .interact .input-box {
  width: 100%;
  height: 159px;
  background: #f8f8f8;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
}

.content-middle .interact .input-box .textarea {
  font-size: 14px;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  height: 80px;
  width: 100%;
  overflow-y: auto;
  background-color: #f8f8f8;
}

.content-middle .interact .input-box .in-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 105px;
  height: 34px;
  background: #b32931;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #dfcfaf;
  cursor: pointer;
}

.content-right {
  width: 261px;
  flex: 0 0 271px;
  margin-left: 22px;
  float: left;
}

.content-right .qrcode {
  width: 271px;
  height: 271px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 6px;
}

.content-right .qrcode .img {
  background-image: url("https://imgs0.zupu.cn/photos/common/20210304/4a2b2552-c0ad-4138-9a27-3a322001937d.png");
  background-size: 100% 100%;
  width: 222px;
  height: 222px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-right .qrcode .img .qr {
  width: 119px;
  height: 119px;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.content-right .qrcode .img .qr img {
  width: 110px;
  height: 110px;
}

.content-right .qrcode .img .desc {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  width: 200px;
  text-align: center;
}

.content-right .qrcode .img .desc.margin {
  margin-top: 10px;
}

.content-right .function {
  margin-top: 20px;
  width: 271px;
  height: 71px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}

.content-right .function .li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: left;
}
.content-right .function .li .name.download {
  color: #B32931;
}

.content-right .function .li .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}

.content-right .function .li .icon-wx {
  width: 36px;
  height: 30px;
  margin-bottom: 4px;
}

.content-right .function .li .more-icon {
  margin-bottom: 8px;
}
.content-right .function .li .name {
  font-size: 14px;
  color: #666666;
}

/** 新版app下载 ***/
.zupu-detail-left-box .qrcode, .qr-img-info .qrcode{
  width: 271px;
  height: 271px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 6px;
}
.zupu-detail .qr-img-info {
  display: none;
}
.zupu-detail .qr-img-info .qrcode {
  width: 222px;
  height: 222px;
  padding: 0;
}

.zupu-detail-left-box .qrcode .img, .qr-img-info .qrcode .img {
  background-image: url("https://imgs0.zupu.cn/photos/common/20210304/4a2b2552-c0ad-4138-9a27-3a322001937d.png");
  background-size: 100% 100%;
  width: 222px;
  height: 222px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zupu-detail-left-box .qrcode .img .qr,  .qr-img-info .qrcode .img .qr{
  width: 119px;
  height: 119px;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.zupu-detail-left-box .qrcode .img .qr img, .qr-img-info .qrcode .img .qr img {
  width: 110px;
  height: 110px;
}

.zupu-detail-left-box .qrcode .img .desc, .qr-img-info .qrcode .img .desc {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  width: 200px;
  text-align: center;
}

.zupu-detail-left-box .qrcode .img .desc.margin, .qr-img-info .qrcode .img .desc.margin {
  margin-top: 10px;
}

.zupu-detail-left-box .function {
  margin-top: 20px;
  width: 271px;
  height: 71px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}

.zupu-detail-left-box .function .li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: left;
}
.zupu-detail-left-box .function .li .name.download {
  color: #B32931;
}

.zupu-detail-left-box .function .li .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}

.zupu-detail-left-box .function .li .icon-wx {
  width: 36px;
  height: 30px;
  margin-bottom: 4px;
}

.zupu-detail-left-box .function .li .more-icon {
  margin-bottom: 8px;
}
.zupu-detail-left-box .function .li .name {
  font-size: 14px;
  color: #666666;
}


/*.content-right .function .function-more {*/
/*  position: absolute;*/
/*  top: 5px;*/
/*  right: 58px;*/
/*  width: 207px;*/
/*  height: 60px;*/
/*  display: none;*/
/*  box-sizing: border-box;*/
/*  padding: 14px;*/
/*}*/
.wechat_share_ewm {
  position: absolute;
  left: 0;
  top: 71px;
  width: 140px;
  height: 140px;
  display: none;
  border: 1px solid rgba(230,230,230,1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
}
.wechat_share_ewm img {
  width: 120px;
  height: 120px;
}

.content-right .function .function-more .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-right .function .function-more .more-icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  cursor: pointer;
}

.content-right .function .function-more .more-icon:last-child {
  margin: 0;
}

.downloadModel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.downloadBox {
  width: 492px;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  /* margin: 270px auto; */
}
.downloadTop {
  width: 100%;
  flex: 1;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.downloadFoot {
  height: 56px;
  width: 100%;
  text-align: center;
  line-height: 56px;
  border-top: 2px solid #D8D8D8;
  cursor: pointer;
  font-size: 22px;
}
.downloadTitle {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.downloadTop > img {
  width: 182px;
  /*height: 200px;*/
  margin: 16px 13px;
}
.downloadAdd {
  font-size: 20px;
  font-weight: 400;
  color: #5A5A5A;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.coverImg {
  width: 222px;
  height: 222px;
  box-sizing: border-box;
  padding: 20px 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.familyCover{
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.familyCon{
  position: absolute;
  right: 9px;
  top: 9px;
  background: white;
  text-align: center;
  max-height: 246px;
  overflow: hidden;
}
.familyNum{
  position: absolute;
  bottom: 0;
  right: 38px;
  width: 12px;
  font-size: 12px;
  word-wrap: break-word;
  color: #fff;
}
.borderFirst{
  padding:2px;
  border: 2px solid #d4b382;

}
.borderDiv{
  width: 20px;
  position: relative;
  border: 1px solid #704a12;
  min-height: 23px;
}
.familyName{
  max-height: 112px;
  /* overflow: hidden; */
  width: 8px;
  font-size: 12px;
  padding: 4px 0;
  word-wrap: break-word;
  background-color: #fff;
  color: #93631c;
  letter-spacing: 5px;
  margin-left: 4px;

}
.borderDiv img {
  width: 10px !important;
  height: 7px !important;
  display: block;
}
.borderLT{
  position: absolute;
  top:0;
  left:0;
}
.borderLB{
  position: absolute;
  top: 0;
  right: 0;
  transform:rotateY(180deg);
  -ms-transform:rotateY(180deg); /* IE 9 */
  -moz-transform:rotateY(180deg); /* Firefox */
  -webkit-transform:rotateY(180deg); /* Safari and Chrome */
  -o-transform:rotateY(180deg); /* Opera */
}
.borderRT{
  position: absolute;
  bottom: 0;
  left: 0;
  transform:rotateX(180deg);
  -ms-transform:rotateX(180deg); /* IE 9 */
  -moz-transform:rotateX(180deg); /* Firefox */
  -webkit-transform:rotateX(180deg); /* Safari and Chrome */
  -o-transform:rotateX(180deg); /* Opera */
}
.borderRB{
  position: absolute;
  bottom: 0;
  right: 0;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* IE 9 */
  -moz-transform:rotate(180deg); /* Firefox */
  -webkit-transform:rotate(180deg); /* Safari and Chrome */
  -o-transform:rotate(180deg); /* Opera */
}

.rank-list-title {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}

.model {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
  overflow-y: auto;
}
.modelBox {
  width: 400px;
  height: auto;
  background-color: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 0 20px;
  box-sizing: border-box;
}
.noLogin {
  width: auto;
  height: auto;
  margin: 10px auto;
  color: #fff;
  font-size: 16px;
}
.noLogin a {
  color: #1478F6;
  cursor: pointer;
}
.closeModel {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: -30px;
  cursor: pointer;
  background-image: url("https://imgs0.zupu.cn/photos/common/20210114/42facd47-a2a5-4e6b-a247-39317168a146.png");
  background-size: 100% 100%;
}
.closeModel:hover {
  background-image: url("https://imgs0.zupu.cn/photos/common/20210114/c0e0e61e-bb6e-41a6-8112-776555251cec.png");
}
.modelTop {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modelTopDiv {
  height: 100%;
  flex: 1;
  background-color: #F8F8F8;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-right: 2px solid #A5A5A5;
}
.modelTab {
  background-color: #fff;
  color: #C89A58;
}
.modelTopDiv:last-child {
  border-right: none;
}
.tipsBox {
  width: 100%;
  height: 40px;
  background-color: #FFECC5;
  color: #6D2B00;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
}
.tips1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tips1Right img {
  width: 6px;
  height: 10px;
}
.modelCen {
  width: 100%;
  height: auto;
  overflow-y: auto;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.moneyLi {
  width: 100%;
  padding: 0 16px 0 11px;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.moneyLiSelect {
  background-color: #F8F8F8;
}
.moneyLiHide {
  opacity: 0.5;
}
.moneyLiTop {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moneyLiFoot {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 46px;
  box-sizing: border-box;
}
.moneyLiFootLi {
  width: 84px;
  height: 28px;
  border: 1px solid #EAEAEA;
  color: #999999;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  margin-right: 16px;
}
.vipLiSelect {
  border-color: #C89A58;
  color: #C89A58;
}
.vipDate {
  color: #C89A58;
  font-size: 14px;
}
.modelImg {
  width: 32px;
  height: 32px;
  background-color: #F8F8F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modelImg > img {
  width: 18px;
  height: 18px;
}
.modelText {
  width: auto;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.typeText {
  margin-left: 12px;
  color: #333;
  font-size: 16px;
}
.presentPrice {
  color: #C89A58;
  font-size: 18px;
  margin-left: 10px;
}
.originalPrice {
  color: #CCCCCC;
  font-size: 14px;
  text-decoration: line-through;
}
.vipText {
  color: #999999;
  margin-left: 10px;
  font-size: 14px;
}
.jtImg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
.selectImg {
  width: 26px;
  height: 16px;
}
.saveDiv {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saveText {
  color: #999999;
  font-size: 16px;
}
.saveNumber {
  color: #C89A58;
  font-size: 16px;
  margin-left: 4px;
}
.zfBtn {
  width: 90%;
  height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zfBtn > div {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zfNumber {
  background-color: #F8F8F8;
  color: #6D2B00;
  font-size: 18px;
  border-radius: 100px 0 0 100px;
}
.zfBtnClick {
  color: #CFA870;
  font-size: 16px;
  background-image: linear-gradient(to right, #333 , #666);
  border-radius: 0 100px 100px 0;
  cursor: pointer;
}
.wxTips {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background-color: #0ED400;
}
.zfxy {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.checkboxs {
  width: 15px;
  height: 15px;
}
.zfxy > div {
  margin-left: 10px;
}
.modelBtn {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 25px;
}

.modelBtn > div {
  width: 290px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  margin: 0 auto 14px;
  cursor: pointer;
}

.ffImg {
  margin-top: 20px;
}

.moneyBtn, .fbBtn {
  background-color: #B30B20;
  color: #fff;
}
.hyBtn {
  background-color: #DCC89A;
  color: #111100;
}

.model3Box {
  width: 100%;
  height: 345px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0;
}

.model3Box .model3-desc {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 6px;
}

.model3Box .model3-desc2 {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 14px;
}
.model3Box .model3-qrcode {
  width: 100%;
  height: 212px;
  text-align: center;
}
.model3Box .model3-qrcode img {
  width: 212px;
  height: 212px;
}
.model3Box .model3-pay {
  font-size: 16px;
  color:#333333;
  line-height: 16px;
  margin-top: 20px;
}
.model3Box .model3-pay text {
  margin-top: 10px;
  color: #C89A58;
}

.model4Box {
  width: 100%;
  height: 345px;
  box-sizing: border-box;
  padding: 0;
}

.model4Box .model4-desc {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 40px;
}

.model4Box .model4-desc2 {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 28px;
}
.model4Box .model4-qrcode {
  width: 100%;
  height: 222px;
  margin-bottom: 20px;
  text-align: center;
}

.model4Box .model4-qrcode img {
  width: 222px;
  height: 222px;
}

.model4Box .model4-pay {
  font-size: 16px;
  color:#333333;
  line-height: 16px;
}

.model5Box {
  width: 100%;
  height: 450px;
  box-sizing: border-box;
  padding: 0;
}

.model5Box .info {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0ED400;
  font-size: 14px;
  color: #fff;
}
.model5Box .img-box {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 16px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.model5Box .img-box .box1{
  width: 170px;
}

.model5Box .img-box .box1 img {
  width: 170px;
  height: 170px;
}

.model5Box .img-box .box1 .des-img {
  width: 147px;
  height: 80px;
  margin-top: 20px;
}

.model5Box .img-box .box1 .name {
  width: 170px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  margin-top: 6px;
  color: #666666;
}
.model5Box .pay-btn {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.model5Box .pay-btn .pay-left {
  width: 171px;
  height: 45px;
  background: #0ED400;
  border-radius: 28px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.model5Box .pay-btn .pay-right {
  width: 171px;
  height: 45px;
  background: #C89A58;
  border-radius: 28px;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.model6Box {
  width: 100%;
  /*height: 345px;*/
  box-sizing: border-box;
  padding: 0;
}

.model6Box .top {
  width: 100%;
  height: 40px;
}

.model6Box  .top .back-box {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
  margin-left: 20px;
  cursor: pointer;
}

.model6Box  .top .back-box .icon {
  width: 7px;
  height: 14px;
  margin-right: 4px;
  margin-top: 2px;
}



.model6Box .model3-qrcode-box {
  width: 260px;
  height: 260px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  margin : 10px auto 10px;
}

.model6Box .model3-qrcode-box .img {
  width: 100%;
  height: 100%;
}

.model6Box .model3-qrcode {
  position: relative;
  width: 100%;
  height: 100%;
}

.model6Box .model3-qrcode-box .wechat {
  width: 48px;
  height: 48px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,  -50%);
}

.model6Box .name {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #0ED400;
  margin-top: 10px;
}
.model6Box .name:first-child {
  margin-top: 0;
}

footer {
  clear: both;
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-top:1px solid #f3f3f3 ;
  background: white;
  text-align: center;
  font-size: 13px;
  color: #333333;
}
footer .list {
  margin-top: 15px;
}
footer .list a {
  margin-right: 10px;
}
.newH4{
  width: 400px;font-size: 20px;
  margin-top: 6px;
  color: #CFCFCF;
}
.zgjmBox {
  width: 256px;
  height: 228px;
  position: relative;
  margin-top: 10px;
}
.zgjmBox > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("https://imgs0.zupu.cn/photos/common/20200225/f489401f-d01e-4a49-902f-878d80e14fc8.png");
  background-size: 100% 100%;
}
.cjmBox {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 8%;
  top: 70%;
}
.cjmBox span {
  font-size: 14px;
  color: #040404;
  float: left;
}
.cjmBox ul {
  display: inline-block;
  float: left;
}
.cjmBox ul li {
  float: left;
  color: #E60214;
  font-size: 14px;
  cursor: pointer;
}

.b-name-box {
  width: 271px;
  height: 147px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.b-name-box .icon {
  width: 104px;
  height: 104px;
  margin-right: 10px;
  background-image: url(https://imgs0.zupu.cn/photos/common/20191113/9ac2121a-cd55-4144-a488-ae9a15ef30c1.png);
  background-size: 100% 100%;
  text-align: center;
  line-height: 104px;
  font-size: 40px;
  color: #F5F1DC;
  font-family: pictos;
  display: inline-block;
}

.b-name-box .info-box {
  height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.b-name-box .info-box p {
  font-size: 15px;
  line-height: 15px;
  color: #666;
}

.b-name-box .info-box p .title {
  color: #111111;
}

.b-name-box .info-box p .num {
  color: #dc323f;
}

#zhpk-fix-box.sticky {
  position: sticky;
  top: 230px;
  transition: all .3s;
}

#share-fix.sticky {
  position: sticky;
  top: 230px;
  transition: all .3s;
}