/* public */
.indexpage {
  padding: 0 0 var(--menu-height);
  background-image: -webkit-linear-gradient(top, #7fbdff, #9f92fd 40%, transparent 70%);
}
.indexpage .search {
  background: #7fbdff;
}
.typespage {
  padding: var(--search-height) 0 var(--menu-height);
}
.typespage .search {
  background-color: #6787fd;
  background-image: -webkit-linear-gradient(45deg, #9f92fd, #6787fd);
  border-bottom: 1px solid #eee;
}
.typespage .searchbox {
  background-color: #f5f6fa;
}
.minepage {
  padding: 0 0 var(--menu-height);
}
.paycardpage {
  padding: 0 0 2.3rem;
}
.paycardpage .fixedbtn {
  bottom: var(--menu-height);
}
.paycardpage .fixedbtn .btn {
  box-shadow: 0 0.1rem 0.18rem rgba(100, 38, 7, 0.2);
}
.searchpage {
  padding: var(--search-height) 0 0;
}
.searchpage .search {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.searchpage .searchbox {
  background-color: #f5f6fa;
}
/* index */
.logobar {
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
  height: 0.9rem;
  background-color: #fff;
  box-shadow: var(--boxshadow);
}
.logobar h1 {
  height: 0.9rem;
}
.logobar h1 img {
  width: auto;
  height: 100%;
}
.bannerbox {
  position: relative;
  margin-bottom: -1.5rem;
  padding: 0 0.2rem 1.6rem;
}
.banner {
  position: relative;
}
.banner img {
  border-radius: 0.2rem;
}
.banner::after {
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: -0.1rem;
  height: 0.1rem;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0.1rem 0.1rem;
}
.banner::before {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: -0.2rem;
  height: 0.1rem;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0.1rem 0.1rem;
}
.indexitems {
  margin-top: 0.1rem;
  padding: 0.2rem 0;
}
.indexitems::after {
  display: table;
  content: "";
  clear: both;
}
.indexitems li {
  float: left;
  margin: 1.5% 0;
  box-sizing: border-box;
  width: 48.5%;
  background-color: #fff;
  border-radius: 0.15rem;
  box-shadow: var(--boxshadow);
  overflow: hidden;
}
.indexitems li:nth-child(even) {
  margin-left: 3%;
}
.indexitems li a {
  display: block;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem 0.4rem;
  position: relative;
}
.indexitems li a em {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.3rem;
  font-weight: bold;
  font-style: normal;
  color: #002332;
}
.indexitems li a em small {
  vertical-align: middle;
  margin-left: 0.1rem;
  font-weight: normal;
  color: #e60000;
}
.indexitems li a span {
  display: block;
  width: 60%;
  font-size: 0.22rem;
  line-height: 1.5;
  color: #777e95;
}
.indexitems li:nth-child(1) a {
  background-image: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0) 50%, rgba(245, 0, 87, 0.12));
}
.indexitems li:nth-child(2) a {
  background-image: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0) 50%, rgba(249, 168, 38, 0.2));
}
.indexitems li:nth-child(3) a {
  background-image: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0) 50%, rgba(0, 175, 58, 0.2));
}
.indexitems li:nth-child(4) a {
  background-image: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0) 50%, rgba(0, 176, 255, 0.2));
}
.indexitems li:nth-child(5) a {
  background-image: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0) 50%, rgba(0, 191, 166, 0.2));
}
.indexitems li:nth-child(6) a {
  background-image: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0) 50%, rgba(83, 109, 254, 0.2));
}
.i-items {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0 0 0.2rem 0;
}
.i-items.i-love {
  background: url(../img/index/i_love.png) no-repeat center / cover;
}
.i-items.i-mbti {
  background: url(../img/index/i_mbti.png) no-repeat center / cover;
}
.i-items.i-iq {
  background: url(../img/index/i_iq.png) no-repeat center / cover;
}
.i-items.i-career {
  background: url(../img/index/i_career.png) no-repeat center / cover;
}
.i-items.i-word {
  background: url(../img/index/i_career.png) no-repeat center / cover;
}
.i-items.i-health {
  background: url(../img/index/i_health.png) no-repeat center / cover;
}
.i-items.i-more {
  background: url(../img/index/i_more.png) no-repeat center / cover;
}
/* types */
.catabox {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-top: var(--search-height);
  width: 1.6rem;
  font-size: 0.26rem;
  background-color: #fff;
  z-index: 90;
}
.catabox li {
  position: relative;
  margin-top: 0.2rem;
  padding: 0 0.1rem 0 0.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  cursor: pointer;
}
.catabox li.on {
  font-weight: bold;
  color: var(--sitecolor);
  background-color: #ebf2ff;
}
.catabox li.on::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.04rem;
  content: "";
  background-color: var(--sitecolor);
}
.rangebox {
  position: fixed;
  top: var(--search-height);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.2rem 0.2rem 0.2rem 1.8rem;
  width: 100%;
  max-width: 750px;
  font-size: 0.26rem;
  background-color: #fff;
  z-index: 80;
  border-bottom: 1px solid #eee;
}
.rangebox .tab {
  text-align: right;
}
.itembox {
  box-sizing: border-box;
  padding: 1.2rem 0.2rem 0.2rem 1.8rem;
}
.list-none {
  padding: 0.6rem 0 1.2rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: var(--boxshadow);
}
.list-none img {
  margin: 0 auto;
  width: 3rem;
}
.list-none p {
  font-size: 0.24rem;
  color: #777;
}
/* mine */
.userbox {
  position: relative;
  background-color: #6787fd;
  background-image: -webkit-linear-gradient(top, #9f92fd, #6787fd 60%);
}
.userbox::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.5rem;
  content: "";
  background: url(../img/vip/banner_frame.png) no-repeat center / cover;
  pointer-events: none;
}
.userbox .avatar {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
}
.userbox .avatar img {
  border-radius: 100%;
}
.userbox .userinfo {
  position: relative;
  padding: 0.4rem 0.3rem 0.4rem 1.9rem;
  min-height: 1.2rem;
  color: #fff;
}
.userbox .userinfo h2 {
  margin-bottom: 0.1rem;
  font-size: 0.32rem;
}
.userbox .userinfo p {
  font-size: 0.26rem;
}
.userbox .cards {
  position: relative;
  margin: 0 auto;
  padding: 0.3rem 0.2rem 0.8rem;
  box-sizing: border-box;
  width: 94%;
  background-color: #fff;
  background-image: -webkit-linear-gradient(left top, #fff, #eef5ff);
  background: url(../img/vip/vipbg.jpg) no-repeat center / cover;
  border-radius: 0.4rem 0.4rem 0 0;
  box-shadow: 0 -0.3rem 0.01rem -0.2rem rgba(0, 0, 0, 0.15);
}
.userbox .cards ul {
  width: 100%;
}
.userbox .cards ul li {
  float: left;
  box-sizing: border-box;
  padding: 0.15rem 0 0.15rem 0.3rem;
  width: 50%;
  font-size: 0.3rem;
  color: #eef5ff;
  cursor: pointer;
}
.userbox .cards ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  width: 0.6rem;
}
.userbox .cards ul::after {
  display: table;
  content: "";
  clear: both;
}
.orderbox {
  padding: 0.2rem;
}
.orderbox .orderlist li {
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0.7rem 0.3rem 0.3rem;
  background-color: #fff;
  border-radius: 0.15rem;
  box-shadow: var(--boxshadow);
}
.orderbox .orderlist li h3 {
  font-size: 0.34rem;
}
.orderbox .orderlist li h4 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #000;
  background-color: #dce4fd;
  border-radius: 0.15rem 0 0.4rem 0;
}
.orderbox .orderlist li p {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #999;
}
.orderbox .orderlist li .ol-btns {
  margin-top: 0.3rem;
  text-align: right;
}
.orderbox .orderlist li .btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
  width: 2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.28rem;
  border-radius: 0.15rem;
}
.i-state {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
  text-align: left;
  text-indent: -500%;
  overflow: hidden;
  opacity: 0.25;
}
.i-state.i-state-1 {
  background: url(../img/state_1.png) no-repeat center / cover;
}
.i-state.i-state-2 {
  background: url(../img/state_2.png) no-repeat center / cover;
}
.i-state.i-state-3 {
  background: url(../img/state_3.png) no-repeat center / cover;
}
.order-follow {
  margin-top: 0.6rem;
  text-align: center;
}
.order-follow p {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
  color: #fff;
  background-color: #111;
  background-image: -webkit-linear-gradient(45deg, #7fbdff, #9f92fd);
  border-radius: 0.1rem;
}
.order-follow h4 {
  margin-top: 0.2rem;
  font-size: 0.3rem;
}
.order-follow h4 b {
  color: var(--col-green);
}
.order-follow img {
  margin: 0 auto;
  width: 2.7rem;
  border: 1px solid #ddd;
}
/* paycard */
.paycard-banner .paycard-bantxt {
  padding: 0.2rem 0.1rem 1.2rem;
  text-align: center;
  color: #fff;
  background-color: var(--sitecolor);
  background-image: -webkit-linear-gradient(45deg, #7fbdff, #9f92fd);
}
.paycard-banner .paycard-bantxt h2 {
  font-size: 0.4rem;
}
.paycard-banner .paycard-bantxt p {
  font-size: 0.28rem;
}
.priority {
  position: relative;
  margin: -1rem 0.2rem 0.1rem;
  padding: 0.2rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: var(--boxshadow);
}
.priority h3 {
  margin-bottom: 0.2rem;
  font-size: 0.32rem;
  text-align: center;
}
.priority ul {
  display: flex;
  width: 100%;
}
.priority ul li {
  flex: 1;
  text-align: center;
  font-size: 0.26rem;
  color: #000;
}
.priority ul li img {
  margin: 0 auto 0.1rem;
  width: 1rem;
}
.cardtype {
  padding: 0.2rem;
}
.cardtype .cardtype-list {
  display: flex;
  width: 100%;
}
.cardtype .cardtype-list li {
  flex: 1;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  background-color: #efb292;
  background-image: -webkit-linear-gradient(left, #fadbbf, #efb292);
  border-radius: 0.15rem;
  border: 1px solid #efb292;
  overflow: hidden;
}
.cardtype .cardtype-list li.on {
  box-shadow: var(--boxshadow);
  border-color: var(--col-red);
}
.cardtype .cardtype-list li.on h4 {
  color: var(--col-red);
}
.cardtype .cardtype-list li.on .cardtypeinfo {
  background-color: transparent;
}
.cardtype .cardtype-list li:not(:first-child) {
  margin-left: 0.1rem;
}
.cardtype .cardtype-list li h3 {
  padding: 0.15rem 0;
  font-size: 0.32rem;
  color: #642607;
}
.cardtype .cardtype-list li h4 {
  margin-bottom: 0.1rem;
  font-size: 0.6rem;
  line-height: 1.2;
  color: var(--col-org);
}
.cardtype .cardtype-list li h4 small {
  font-size: 0.28rem;
}
.cardtype .cardtype-list li .cardtypeinfo {
  padding: 0.2rem 0.1rem 0.3rem;
  background-color: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
}
.cardtype .cardtype-list li p {
  font-size: 0.22rem;
  line-height: 1.4;
}
.cardtype-intro {
  margin-top: 0.2rem;
}
.cardtype-intro li {
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0 0.1rem 0 1.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  background-color: #fff;
  border-radius: 0 0.1rem 0.1rem 0;
  box-shadow: var(--boxshadow);
  border: 1px solid #ddd;
}
.cardtype-intro li strong {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: var(--col-pink);
  border-radius: 0 0.45rem 0.45rem 0;
}
/* mycard */
.mycard {
  padding: 0.3rem 0.2rem;
}
.mycardlist li {
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0.3rem 0.4rem;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: var(--boxshadow);
}
.mycardlist li h3 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.2rem -0.4rem;
  padding: 0 0.3rem 0 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.32rem;
  color: #642607;
  background-color: #efb292;
  background-image: -webkit-linear-gradient(left, #fadbbf, #efb292);
  border-radius: 0 0.3rem 0.3rem 0;
}
.mycardlist li p.mc-time {
  margin-top: 0.1rem;
  font-size: 0.26rem;
  color: #777;
}
.mycardlist li .statetxt {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  font-size: 0.26rem;
  color: var(--col-org);
  transform: translateY(-50%);
}
.mycardlist li .btn {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.35rem;
  padding: 0 0.3rem;
  width: auto;
  height: 0.7rem;
  font-size: 0.26rem;
}
/* search */
.search-result {
  padding: 0.3rem 0.2rem;
}
/* indexnew */
.newlist {
  padding: 0.4rem 0.1rem 0;
}
.newlist ul::after {
  display: table;
  content: "";
  clear: both;
}
.newlist li {
  float: left;
  margin-bottom: 4%;
  width: 48%;
  background-color: #fff;
  box-shadow: var(--boxshadow);
}
.newlist li:nth-child(even) {
  margin-left: 4%;
}
.newlist .newlist-txt {
  padding: 0.1rem 0.2rem 0.2rem;
  position: relative;
}
.newlist .new-t {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newlist .new-p {
  height: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newlist .new-s {
  font-size: 0.2rem;
  line-height: 1.1;
  color: #999;
}
.newlist .new-s b {
  color: #e60000;
}
.newlist .new-price {
  position: absolute;
  right: 0.2rem;
  bottom: 0.14rem;
  font-size: 0.36rem;
  line-height: 1.1;
  color: #e60000;
  font-style: normal;
}
.newlist .new-price small {
  font-size: 0.24rem;
}
.newlist .tip {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  text-align: center;
  color: #777;
}
.newlist .tip img {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin: -0.02rem 0.1rem 0 0;
  opacity: 0.8;
}
.copyrightft {
  margin-top: 0;
  font-size: 0.24rem;
  color: #999;
  padding-bottom: var(--menu-height);
}
.copyrightft p {
  padding-bottom: 0.1rem;
}
.viptablist {
  display: flex;
}
.viptablist li {
  flex: 1;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.15rem;
}
.viptablist li:not(:first-child) {
  margin-left: 0.1rem;
}
.viptablist li h3 {
  padding: 0.2rem 0;
  font-weight: bold;
  text-align: center;
}
.viptablist li.on {
  color: #795020;
  background-color: #fff8ee;
  background-image: -webkit-linear-gradient(left top, #fff8ee, #ffe1bd);
  border-color: #f8a467;
}
.viptablist li.on p {
  color: #795020;
}
.viptablist .vipunit-txt {
  padding: 0 0.1rem 0.2rem;
  font-size: 0.22rem;
}
.viptablist .vipunit-txt .vipunit-price {
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  line-height: 1.1;
  color: #e60000;
  text-align: center;
}
.viptablist .vipunit-txt .vipunit-price b {
  font-size: 0.5rem;
}
.viptablist .vipunit-txt p {
  padding: 0.08rem 0;
  line-height: 1.1;
  color: #8b95a8;
}
.viptablist .vipunit-lbl {
  position: absolute;
  left: 0;
  top: -0.2rem;
  padding: 0.05rem 0.1rem;
  font-size: 0.2rem;
  font-style: normal;
  line-height: 1.4;
  color: #fff;
  background-color: #e60000;
  background-image: -webkit-linear-gradient(90deg, #ff4163, #ff7347);
  border-radius: 0.1rem;
}
