@charset "utf-8";
/*
* @description: 通用
* @author: Dg
* @time: 
 */
/*变量*/
.cf {
  color: #FFFFFF;
}
.c0 {
  color: #000000;
}
.c5 {
  color: #ff8620;
}
.cg {
  color: #fff;
}
.c56 {
  color: #A56501;
}
.c77 {
  color: #B77102;
}
.c84 {
  color: #fff;
}
.cred {
  color: #F2281B;
}
.c2 {
  color: #22292E;
}
.c26 {
  color: #262626;
}
.c8 {
  color: #8A8A8E;
}
.cc {
  color: #C5C5C7;
}
.c6 {
  color: #656565;
}
.c02 {
  color: #020202;
}
.c7 {
  color: #707070;
}
.f20 {
  font-size: 0.2rem;
}
.f24 {
  font-size: 0.24rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f36 {
  font-size: 0.36rem;
}
.f40 {
  font-size: 0.4rem;
}
.bort {
  border-top: 0.01rem solid #F0F0F0;
}
.borb {
  border-bottom: 0.01rem solid #F0F0F0;
}
.borr {
  border-right: 0.01rem solid #F0F0F0;
}
.borl {
  border-left: 0.01rem solid #F0F0F0;
}
.borall {
  border: 0.01rem solid #F0F0F0;
}
/*重写*/
body {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  margin: 0 auto;
  background: #faede1 url(/imgs/mvp/mobile/bg.png) no-repeat center;
}
@media screen and (max-width: 376px) {
  html {
    font-size: 50px;
  }
}
@media screen and (min-width: 377px) and (max-width: 391px) {
  html {
    font-size: 52px;
  }
}
@media screen and (min-width: 392px) and (max-width: 415px) {
  html {
    font-size: 55.2px;
  }
}
@media screen and (min-width: 416px) {
  html {
    font-size: 57.3px;
  }
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
select,
textarea,
input,
button,
img {
  outline: none;
}
img {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
button {
  border: none;
  background: none;
}
button:focus,
a:focus {
  -moz-outline-style: none;
}
button:focus,
a:focus {
  outline: none;
  -moz-outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
em,
i {
  font-style: normal;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f0f0f0 inset;
}
input:-webkit-autofill {
  background-color: #FAFFBD;
  background-image: none;
  color: #22292E;
}
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  font-family: "Microsoft YaHei", "PingFang SC,PingFangSC-Regular";
}
textarea {
  resize: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.bg_gray {
  background: #faede1;
}
.bgGray {
  background: #faede1;
}
.bgUser {
  background: #f6f6f6 url(/imgs/mvp/mobile/userBg.png) no-repeat center;
  height: 3.54rem;
  background-size: 7.5rem auto;
}
.bgHome {
  background: #faede1;
  height: 1.08rem;
}
.del_line {
  text-decoration: line-through;
}
.hand,
button {
  cursor: pointer;
}
body {
  font-size: 0.24rem;
  color: #22292E;
  overflow-x: hidden;
  font-family: "Microsoft YaHei", sans-serif, "PingFang SC,PingFangSC-Regular";
}
.cb {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.w {
  width: 100%;
}
.img {
  width: 100%;
}
.img8 {
  width: 100%;
  border-radius: 0.16rem;
}
.hide_important {
  display: none !important;
}
.epss {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.boxs {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.oh::after {
  display: block;
  content: "";
  clear: both;
}
.pe {
  pointer-events: none;
}
/* CSS  按钮  */
.btnMain {
  width: 100%;
}
.btnMain .btn {
  margin-bottom: 0.5rem;
  text-align: center;
  display: block;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.btnMain .btn:last-child {
  margin-bottom: 0;
}
.btnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btnBox .btn {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 0.3rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.btnBox .btn:first-child {
  margin-left: 0;
}
.lrBtn .btn {
  margin-left: 0;
}
.btnCase {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btnCase .btn {
  min-width: 1.6rem;
  padding: 0 0.2rem;
  margin-left: 0.2rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.btnCase .btn:first-child {
  margin-left: 0;
}
.btnBgGolden {
  background: linear-gradient(270deg, #ffb679 0%, #ff8620 100%);
  color: #fff;
}
.btnBgGolden.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.btnBgBlack {
  background: #ff8620;
  color: #FFFFFF;
}
.btnBgBlack.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.btnBgGray {
  background: #EBEBEB;
  color: #595959;
}
.btnBgRed {
  background: #E55445;
  color: #FFFFFF;
  border: 0.02rem solid #E55445;
}
.btnBgRed.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.btn_bgWhite {
  background: #fff;
  color: #ff8620;
  border: 0.02rem solid #ff8620;
}
.btn_borPurple {
  background: transparent;
  color: #ff8620;
  border: 0.02rem solid #ff8620;
}
.btn_borPurple.disabled {
  background: none;
  color: #89BAFE;
  border: 0.02rem solid #89BAFE;
  cursor: not-allowed !important;
}
.btn_borGray {
  background: transparent;
  color: #22292E;
  border: 0.02rem solid #C5C5C7;
}
.btn_borGray.disabled {
  background: none;
  color: #89BAFE;
  border: 0.02rem solid #89BAFE;
  cursor: not-allowed !important;
}
.btnSmall {
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.28rem;
  border-radius: 0.32rem;
}
.btnMidd {
  height: 0.68rem;
  line-height: 0.68rem;
  font-size: 0.28rem;
  border-radius: 0.34rem;
}
.btnBig {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.28rem;
  border-radius: 0.4rem;
}
.btnLarge {
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.32rem;
  border-radius: 0.44rem;
}
.u_btn {
  width: 7.1rem;
  height: 0.08rem;
  background: #fff;
  color: #ff8620;
  text-align: center;
  font-size: 0.28rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0.2rem;
  border-radius: 0.08rem;
}
.null {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 40%;
  z-index: 1;
}
.null img {
  display: block;
  margin: 0 auto;
  width: 5.1rem;
}
.null .text {
  font-size: 0.32rem;
  color: #22292E;
  margin-top: 0.3rem;
}
.null .btnCase {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.null .btn {
  width: 2.8rem;
}
.dataNone {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-top: 2rem;
}
.dataNone img {
  display: block;
  margin: 0 auto;
  width: 5.1rem;
}
.dataNone .dataNoneText {
  font-size: 0.32rem;
  color: #22292E;
  margin-top: 0.3rem;
}
.dataNone .dataNoneBtn {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
/* CSS 字号 宽度 高  行高  边距*/
.disabled {
  pointer-events: none;
}
.ptr {
  position: relative;
}
.pta {
  position: absolute;
}
.ptf {
  position: fixed;
}
/* 弹性布局 */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex_t {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.flex_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.flex_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.flex_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.flex_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.flex_j {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.flex_w {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.center {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*盒子居中*/
.center_y {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*盒子Y州居中*/
.center_x {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*盒子X州居中*/
/*弱提示*/
.layui-layer-msg.tost {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.16 rem;
  border: none;
  min-width: 1rem;
  z-index: 19891029;
}
.tost .layui-layer-content {
  font-size: 0.28rem !important;
  color: #FFFFFF;
  padding: 0.2rem 0.4rem !important;
  line-height: 0.4rem !important;
}
/*顶部*/
.homeRateEp {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menuBox {
  max-width: 100%;
  margin: 0 auto;
  height: 0.88rem;
}
.menuMain,
.menuCase {
  max-width: 100%;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  padding: 0 0.1rem 0 0.2rem;
  height: 0.88rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 100;
}
.menuLeft,
.menuRight {
  width: 0.68rem;
  height: 0.88rem;
}
.menuLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menuGoHome {
  background: url(/imgs/mvp/icon/go_home_white.svg) center no-repeat;
  background-size: 0.44rem;
  display: block;
  width: 0.68rem;
  height: 0.68rem;
}
.menuCenter {
  font-size: 0.36rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menuCenter img {
  width: 2rem;
  height: 0.35rem;
  margin: 0 auto;
}
.menuCurr {
  height: 0.8rem;
  line-height: 0.8rem;
  width: 0.8rem;
  display: none;
  background: url(/imgs/mvp/icon/currencyGolden.svg) center no-repeat;
  background-size: 0.44rem;
}
.menuBack,
.menuAsk,
.menuUser {
  display: block;
  width: 0.68rem;
  height: 0.88rem;
}
.menuSBox,
.menuCoin,
.menuClass {
  display: none;
}
.menuCIcon {
  display: block;
  width: 0.3rem;
  height: 0.2rem;
  background: url(/imgs/mvp/icon/arrowDownWhite.svg) right center no-repeat;
  background-size: 0.25rem;
}
.menuSInput {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  color: #8A8A8E;
}
.menuMain {
  background: #ff8620;
}
.menuMain .menuBack {
  background: url(/imgs/mvp/icon/arrowLeftWhite.svg) no-repeat center;
  background-size: 0.4rem;
}
.menuMain .menuLeft,
.menuMain .menuRight {
  width: 1.34rem;
}
.menuMain .menuCenter {
  color: #fff;
}
.menuMain .menuAsk {
  background: url(/imgs/mvp/icon/ask_white.svg) no-repeat center;
  background-size: 0.4rem;
  float: right;
}
.menuMain .menuCoin {
  font-size: 0.28rem;
  color: #22292E;
  line-height: 0.88rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(/imgs/mvp/icon/arrowDownWhite.svg) no-repeat right center;
  background-size: 0.25rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.MenuUser .menuBack {
  background: url(/imgs/mvp/icon/arrowLeftWhite.svg) no-repeat center;
  background-size: 0.4rem;
}
.MenuUser .menuLeft,
.MenuUser .menuRight {
  width: 1.34rem;
}
.MenuUser .menuGoHome {
  background: url(/imgs/mvp/icon/go_home_white_white.svg) center no-repeat;
  background-size: 0.44rem;
  display: block;
  width: 0.68rem;
  height: 0.68rem;
}
.MenuUser .menuCenter {
  color: #FFFFFF;
}
.MenuUser .menuAsk {
  background: url(/imgs/mvp/icon/askWhite.svg) no-repeat center;
  background-size: 0.4rem;
  float: right;
}
.menuInfo .menuLeft,
.menuInfo .menuRight {
  width: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menuInfo .menuCurr {
  display: block;
}
.menuSort {
  padding-left: 0.2rem;
}
.menuSort .menuCurr,
.menuSort .menuCenter {
  display: none;
}
.menuSort .menuLeft {
  flex-shrink: 0;
  width: 1.6rem;
}
.menuSort .menuCoin {
  color: #fff;
}
.menuSort .menuSBox {
  padding-right: 0.02rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 0.76rem;
  background: #FFFFFF url(/imgs/mvp/icon/searchGray.svg) no-repeat 0.3rem center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: block;
  height: 0.64rem;
  border-radius: 0.32rem;
}
.menuSort .menuSIpt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
}
.menuSort .menuSBtn {
  color: #fff;
  text-align: center;
  font-size: 0.28rem;
  margin: 0 0.3rem 0.02rem 0.1rem;
}
.menuSearch {
  background: transparent;
}
.menuSearchResult {
  padding-right: 0.2rem;
}
.menuSearchResult .menuCurr,
.menuSearchResult .menuCenter {
  display: none;
}
.menuSearchResult .menuSBox {
  padding-right: 0.02rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0.76rem;
  background: #FFFFFF url(/imgs/mvp/icon/searchGray.svg) no-repeat 0.3rem center;
  height: 0.64rem;
  border-radius: 0.32rem;
}
.menuSearchResult .menuSIpt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
}
.menuSearchResult .menuSBtn {
  color: #fff;
  text-align: center;
  font-size: 0.28rem;
  margin: 0 0.04rem 0.02rem 0.1rem;
  padding: 0.08rem 0.26rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: linear-gradient(90deg, #ff8620 20%, #ffb679 100%);
  border-radius: 0.3rem;
}
.menuHome {
  /*.bg(linear-gradient( 270deg, #151419 0%, #747277 100%)); */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.menuHome .menuCurr,
.menuHome .menuCenter {
  display: none;
}
.menuHome .menuLeft {
  flex-shrink: 0;
  width: 1.8rem;
}
.menuHome .menuCoin {
  color: #fff;
}
.menuHome .menuSBox {
  padding-right: 0.02rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 0.76rem;
  background: #FFFFFF url(/imgs/mvp/icon/searchGray.svg) no-repeat 0.3rem center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: block;
  height: 0.64rem;
  border-radius: 0.32rem;
}
.menuHome .menuSIpt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.menuHome .menuRight {
  width: 2.4rem;
  flex-shrink: 0;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.menuHome .menuLanguage {
  color: #fff;
  font-size: 0.28rem;
  margin-left: 0.1rem;
  background: url(/imgs/mvp/icon/arrowDownWhite.svg) no-repeat right center;
  background-size: 0.25rem;
  padding-right: 0.35rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.menuCase {
  background: #fff;
}
.menuCase .menuBack {
  background: url(/imgs/mvp/icon/arrowLeftBlack.svg) no-repeat left center;
  background-size: 0.4rem;
}
.menuCase .menuLeft,
.menuCase .menuRight {
  width: 1.34rem;
}
.menuCase .menuCenter {
  color: #22292E;
}
.menuCase .menuAsk {
  background: url(/imgs/mvp/icon/askBlack.svg) no-repeat center;
  background-size: 0.4rem;
  float: right;
}
.menu_work {
  background: #fff;
}
.menu_work .menuBack {
  background: url(/imgs/mvp/icon/arrowLeftGray.svg) no-repeat left center;
  background-size: 0.4rem;
}
.menu_work .menuLeft,
.menu_work .menuRight {
  width: 1.34rem;
}
.menu_work .menuCenter {
  color: #22292E;
}
/*底部导航*/
.navBox {
  height: 1rem;
  max-width: 100%;
  margin: 0 auto;
}
.navMain {
  position: fixed;
  left: 50%;
  bottom: 0;
  height: 1rem;
  padding: 0 0.26rem;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  z-index: 100;
  max-width: 100%;
  transform: translate(-50%, 0);
}
.navList {
  position: relative;
  width: 0.98rem;
  text-align: center;
}
.navHome,
.navSort,
.navMsg,
.navOrder,
.navUser {
  display: block;
  padding-top: 0.58rem;
  color: #343434;
  font-size: 0.21rem;
  text-align: center;
}
.navHome {
  background: url(/imgs/mvp/icon/navHomeLink.svg) no-repeat center 0.12rem;
  background-size: 0.48rem;
}
.navSort {
  background: url(/imgs/mvp/icon/navSortLink.svg) no-repeat center 0.12rem;
  background-size: 0.48rem;
}
.navOrder {
  background: url(/imgs/mvp/icon/navOrderLink.svg) no-repeat center 0.12rem;
  background-size: 0.48rem;
}
.navUser {
  background: url(/imgs/mvp/icon/navUserLink.svg) no-repeat center 0.12rem;
  background-size: 0.48rem;
}
.navActive .navHome {
  background: url(/imgs/mvp/icon/navHomeActive.svg) no-repeat center 0.12rem;
  background-size: 0.48rem;
}
.navActive .navSort {
  background: url(/imgs/mvp/icon/navSortActive.svg) no-repeat center 0.12rem;
  background-size: 0.48rem;
}
.navActive .navOrder {
  background: url(/imgs/mvp/icon/navOrderActive.svg) no-repeat center 0.12rem;
  background-size: 0.48rem;
}
.navActive .navUser {
  background: url(/imgs/mvp/icon/navUserActive.svg) no-repeat center 0.12rem;
  background-size: 0.48rem;
}
.arrow {
  background: url(/imgs/mvp/icon/arrowRightGray.svg) no-repeat center right;
  background-size: 0.28rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 0.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.animDown {
  transform-origin: center;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.end {
  width: 100%;
  margin: 0.5rem 0;
  text-align: center;
}
.end_text {
  position: relative;
  color: #AEAEB2;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
}
.end_text::after,
.end_text::before {
  position: absolute;
  content: "";
  top: 0.2rem;
  width: 0.2rem;
  height: 0.01rem;
  background: #AEAEB2;
}
.end_text::after {
  left: -0.4rem;
}
.end_text::before {
  right: -0.4rem;
}
.load {
  height: 0.4rem;
  line-height: 0.4rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.load img {
  width: 0.28rem;
  height: 0.28rem;
  animation: lod 1s linear infinite;
  -o-animation: lod 1s linear infinite;
  -moz-animation: lod 1s linear infinite;
  -webkit-animation: lod 1s linear infinite;
}
@keyframes lod {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes lod {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes lod {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes lod {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.load_span {
  font-size: 0.28rem;
  color: #8A8A8E;
  margin-left: 0.08rem;
}
.arrowR {
  background: url(/imgs/mvp/icon/arrowRightGray.svg) no-repeat center right;
  background-size: 0.32rem;
  padding-right: 0.5rem;
}
.birthday_modelBg {
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: none;
  animation: modelBg 0.5s forwards;
}
@keyframes modelBg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}
.birthday_modelBox {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  width: 100%;
  z-index: 100000;
  border-radius: 0.4rem 0.4rem 0 0;
}
.birthday_modelAnimate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.birthday_modelTitle {
  text-align: center;
  font-size: 0.36rem;
  line-height: 1rem;
  border-radius: 0.4rem 0.4rem 0 0;
}
.birthday_modelH2 {
  background: #f40;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #656565;
  font-size: 0.24rem;
  padding-left: 0.4rem;
}
.birthday_closeGrey {
  background: url(../images/icon/close_gray.svg) no-repeat center center;
  background-size: 100%;
}
.birthday_modelClose {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: 0.38rem;
  right: 0.3rem;
}
.user_birthday {
  color: #22292E;
}
.chooseBirthdayBox {
  padding: 10px 15px 20px;
  height: 265px;
}
.mobileSelect {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, z-index 0.4s;
  transition: opacity 0.4s, z-index 0.4s;
}
.mobileSelect * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mobileSelect .content .btnBar .cancel,
.mobileSelect .content .btnBar .ensure {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 225px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  border-radius: 44px;
  background: linear-gradient(270deg, #ffb679 0%, #ff8620 100%);
  color: #A56501;
}
.mobileSelect .content .panel .wheels::after {
  display: block;
  content: "";
  clear: both;
}
.mobileSelect .content .panel .wheel {
  position: relative;
  float: left;
  width: 33.3%;
  height: 210px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  text-align: center;
}
.mobileSelect .content .panel .wheel .selectContainer {
  -webkit-transition: -webkit-transform 0.18s ease-out;
  transition: -webkit-transform 0.18s ease-out;
  transition: transform 0.18s ease-out;
  transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
}
.mobileSelect .content .panel .wheel .selectContainer li {
  font-size: 14px;
  line-height: 42px;
  height: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobileSelect .content .panel .selectLine {
  width: 100%;
  height: 42px;
  position: absolute;
  top: 84px;
  pointer-events: none;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.mobileSelect .content .panel .shadowMask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0.9;
  pointer-events: none;
}
.mobileSelect-show {
  opacity: 1;
  z-index: 10000;
  visibility: visible;
}
.ensure.disabled {
  opacity: 0.5;
}
/*清除select自带样式*/
.select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/imgs/mvp/icon/arrowDownGray.svg") no-repeat scroll right center transparent !important;
  border-radius: 0;
}
.select::-ms-expand {
  display: none;
}
.telDown {
  background: url("/imgs/mvp/icon/arrowDownGray.svg") no-repeat right center;
  min-width: 1rem;
  margin-right: 0.1rem;
  text-align: left;
  padding-right: 0.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.iptBox {
  margin-top: 0.3rem;
  background: #F5F5F5;
  border: 0.01rem solid transparent;
  border-radius: 0.56rem;
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.eyeClose {
  background: url(/imgs/mvp/icon/eyeClose.svg) no-repeat center;
  background-size: 0.36rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  margin-left: 0.2rem;
  display: none;
}
.eyeOpen {
  background: url(/imgs/mvp/icon/eyeOpen.svg) no-repeat center;
  background-size: 0.36rem;
}
.iptClear {
  background: url(/imgs/mvp/icon/clear.svg) no-repeat center;
  background-size: 0.36rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.iptAct {
  border-color: #ffb679;
}
.iptCase {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.iptYz {
  color: #22292E;
  margin-left: 0.3rem;
  font-size: 0.28rem;
  width: 2rem;
  text-align: center;
  border-left: 0.02rem solid #E5E5E5;
}
.uDis {
  padding-right: 0;
  color: #C5C5C7;
}
.uIpt {
  font-size: 0.32rem;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
}
.uMainBtn {
  margin: 0.8rem 0.4rem 0 0.4rem;
}
.m_i_tips {
  margin-top: 0.24rem;
  font-size: 0.28rem;
  color: #8A8A8E;
  height: 0.4rem;
  line-height: 0.4rem;
}
.m_sel {
  width: 100%;
}
.req::before {
  content: "*";
  color: #F2281B;
  margin-right: 0.05rem;
}
/*底部弹出层*/
.bottomBg {
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
  animation: bottomBg 0.5s forwards;
}
@keyframes bottomBg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}
.bottomBox,
.bottomMain {
  background: #fff;
  bottom: 0;
  left: 50%;
  position: fixed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  width: 100%;
  z-index: 10000;
  border-radius: 0.4rem 0.4rem 0 0;
  max-width: 100%;
  transform: translate(-50%, 100%);
}
.bottomAnim {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.bottomTitle {
  text-align: center;
  font-size: 0.32rem;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #22292E;
  background: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
}
.bottomClose {
  background: url(/imgs/mvp/icon/clear.svg) no-repeat center;
  background-size: 0.36rem;
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
}
.bottomTips {
  font-size: 0.24rem;
  background: #faede1;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.bottomBtn {
  margin: 0 0.2rem 0.2rem 0.2rem;
}
.bottomBox .bottomSubmit {
  display: none;
}
.bottomBox .bottomClose {
  top: 0.18rem;
  right: 0.18rem;
}
.bottomMain .bottomBtn {
  display: none;
}
.bottomMain .bottomClose {
  left: 0.18rem;
  top: 0.18rem;
}
.bottomMain .bottomSubmit {
  width: 1.2rem;
  height: 0.88rem;
  line-height: 0.88rem;
  position: absolute;
  top: 0.18rem;
  right: 0.18rem;
  text-align: center;
  font-size: 0.32rem;
  color: #656565;
}
.bLanguage {
  border-top: 0.01rem solid #F0F0F0;
  padding: 0.4rem 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.bLBox {
  width: 3.3rem;
  height: 0.8rem;
  background: #F5F5F5;
  border-radius: 0.08rem;
  border: 0.01rem solid #F0F0F0;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.28rem;
}
.bLBox:nth-of-type(2n) {
  margin-right: 0;
}
.bLBox img {
  width: 0.7rem;
  height: 0.4rem;
  margin-right: 0.3rem;
  margin-left: 0.6rem;
}
.menuCoinList {
  position: relative;
}
.menuCoinList::before,
.menuCoinList::after {
  position: absolute;
  left: 0;
  border-top: 0.01rem solid #F0F0F0;
  width: 100%;
  content: "";
}
.menuCoinList::before {
  top: 1.06rem;
}
.menuCoinList::after {
  top: 1.95rem;
}
.menuCoinList .swiper-container {
  height: 3rem;
}
.menuCoinList .swiper-slide {
  height: 0.1rem;
  line-height: 0.1rem;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menuCoinList .swiper-slide-prev,
.menuCoinList .swiper-slide-next {
  color: #C5C5C7;
  font-size: 0.24rem;
}
.menuCoinList .swiper-slide-active {
  font-size: 0.32rem;
  color: #ff8620;
}
/*内容弹出*/
.layui-layer.pop {
  min-width: 6.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0.16rem;
}
.popBox {
  font-size: 0.28rem;
  text-align: center;
  padding: 0.44rem 0.28rem 0rem 0.28rem;
}
.popIcon {
  width: 1rem;
  height: 1rem;
  margin: 0rem auto;
}
.popTitle {
  font-size: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  color: #22292E;
  text-align: center;
  margin-top: 0.2rem;
  font-weight: bold;
}
.popText {
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-top: 0.45rem;
  color: #656565;
}
.popText a {
  color: #ff8620;
}
.popIpt {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 0.32rem;
  line-height: 0.86rem;
  border-radius: 0.08rem;
  background: #f3f3f3;
  padding: 0 0.24rem;
  margin-top: 0.2rem;
  color: #656565;
}
.pop .layui-layer-btn {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0 0 0.16rem 0.16rem;
  margin-top: 0.4rem;
}
.pop .layui-layer-btn [class^="layui-layer-btn"] {
  border-right: 0rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-size: 0.28rem;
}
.pop .layui-layer-btn a {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #22292E;
  border-color: #F0F0F0;
}
.pop .layui-layer-btn0 {
  color: #22292E;
  border-radius: 0 0 0 0.16rem;
}
.pop .layui-layer-btn a:last-child {
  color: #ff8620;
  border-radius: 0 0 0.16rem 0;
}
.layui-flow-more {
  text-align: center;
  padding: 0.3rem 0;
  color: #C5C5C7;
  border: none;
}
.layui-flow-more cite {
  color: #C5C5C7;
  text-align: center;
  font-weight: normal;
  font-style: normal;
}
.layui-flow-more i {
  display: none;
}
.menu_m_list {
  position: relative;
}
.menu_m_list::before,
.menu_m_list::after {
  position: absolute;
  left: 0;
  border-top: 0.01rem solid #F0F0F0;
  width: 100%;
  content: "";
}
.menu_m_list::before {
  top: 1.06rem;
}
.menu_m_list::after {
  top: 1.95rem;
}
.menu_m_list .swiper-container {
  height: 3rem;
}
.menu_m_list .swiper-slide {
  height: 0.1rem;
  line-height: 0.1rem;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu_m_list .swiper-slide-prev,
.menu_m_list .swiper-slide-next {
  color: #C5C5C7;
  font-size: 0.24rem;
}
.menu_m_list .swiper-slide-active {
  font-size: 0.32rem;
  color: #ff8620;
}
.rs_main {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(50% - 3rem);
  width: calc(100% - .6rem);
  margin: 0 auto;
  background: #fff;
  padding: 0.8rem 0.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  border-radius: 0.16rem;
}
.rs_img {
  width: 1rem;
  margin: 0 auto;
  border: 5px solid #ff8620;
  border-radius: 100%;
}
.rs_title {
  font-size: 0.32rem;
  color: #656565;
  margin-top: 0.4rem;
}
.rs_text {
  font-size: 0.24rem;
  color: #C5C5C7;
  margin-top: 0.2rem;
  line-height: 0.4rem;
}
.rs_btn {
  margin: 0 0.4rem;
  height: 2.1rem;
}
.rs_btn .btn_main {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  width: calc(100% - .6rem);
}
.num_model {
  border: 0.01rem solid #F0F0F0;
  border-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.num_list {
  border-right: 0.01rem solid #F0F0F0;
  border-bottom: 0.01rem solid #F0F0F0;
  flex-basis: 33%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  color: #656565;
}
.num_list:nth-of-type(3n) {
  border-right: 0;
}
.num_list:last-child {
  font-weight: bold;
}
.ask_fixed {
  position: fixed;
  right: 0rem;
  bottom: 5rem;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  z-index: 100;
  background: linear-gradient(218deg, #5859F3 0%, #9574f4 100%);
  box-shadow: 0px 1px 6px 1px #7A77D3;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ask_imgBox {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(/imgs/mvp/icon/ask_white.svg) no-repeat center;
  background-size: 0.4rem;
}
.ask_img {
  width: 0.52rem;
  margin: 0 auto;
}
.agree_layer .layui-layer-setwin .layui-layer-close2 {
  right: 0;
  top: 0;
  background: url(/imgs/mvp/icon/close_black.svg) no-repeat center;
  background-size: 0.3rem;
}
.agree_layer .layui-layer-setwin .layui-layer-close2:hover {
  background: url(/imgs/mvp/icon/close_black.svg) no-repeat center;
  background-size: 0.3rem;
}
.ask_fixed {
  display: none;
}
.ask_fixed .ask_wechat_img {
  width: 0.64rem;
  height: 0.64rem;
  line-height: 0.64rem;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(/imgs/mvp/icon/wechat_white.svg) no-repeat center;
  background-size: 0.5rem;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}
.ask_fixed .ask_wechat_text {
  color: #FFFFFF;
}
.wechat_pop {
  height: 7rem;
  overflow-y: auto;
  margin: 0.2rem 0rem 0rem 0.1rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 0.24rem;
}
.we_pop_img img {
  width: 100%;
}
.we_pop_text {
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
.msgBg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  display: none;
}
.msgBox {
  box-shadow: 0px 14px 42px 1px rgba(10, 38, 102, 0.12);
  background: #fff;
  width: calc(100% - 1rem);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0.1rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1002;
  padding: 0.4rem 0.3rem;
  text-align: center;
  display: none;
}
.msgText {
  font-size: 0.28rem;
  color: #22292E;
  margin-bottom: 0.4rem;
  text-align: left;
  line-height: 0.4rem;
}
.msgRed {
  color: #F2281B;
}
.msgBtn {
  width: 60%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: linear-gradient(270deg, #ff8620 20%, #ffb679 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 0.1rem 0.18rem 0.01rem rgba(0, 0, 0, 0.16);
  color: #fff;
}
.msgBtn:hover {
  background: linear-gradient(270deg, #ff8620 20%, #ffb679 100%);
}
.load {
  animation: rot 1s linear infinite;
}
@keyframes rot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.lead_box {
  background: linear-gradient(291deg, #faaa7b 0%, #E87234 100%);
  border-radius: 0.08rem;
  margin: 0.2rem 0.2rem 0 0.2rem;
  padding: 0.2rem;
  color: #FFFFFF;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.lead_btn {
  width: 1rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #fff;
  border-radius: 0.32rem;
  color: #ED530E;
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
}
.lead_btn:hover {
  color: #ED530E;
}
.lead_box .font_i {
  font-style: italic;
  font-size: 0.32rem;
  margin-right: 0.2rem;
}
.lead_box .font_b {
  font-size: 0.28rem;
  font-weight: bold;
  margin-left: 0.04rem;
  margin-right: 0.04rem;
  padding: 0.06rem;
  background: #fff;
  border-radius: 0.08rem;
  color: #E87234;
}
.bg_download {
  width: 100vw;
  height: 100vh;
  background: url(/imgs/mvp/mobile/download_bg.jpg) no-repeat center;
  background-size: auto 100%;
}
.download_box {
  position: fixed;
  width: 90%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.download_head {
  width: 5rem;
  margin: 0 auto 0.5rem;
}
.download_head img {
  width: 100%;
}
.download_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.download_list {
  flex: 1;
  text-align: center;
  margin-right: 0.6rem;
}
.download_list:last-child {
  margin-right: 0;
}
.download_img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 0.2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  margin-bottom: 0.2rem;
}
.download_btn {
  font-size: 0.28rem;
  color: #666;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.app_drainage {
  width: 100%;
  display: block;
  padding: 0 0.2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.app_drainage img {
  width: 100%;
}
#qrcode {
  padding: 11px;
  margin-bottom: 10px;
}
.app_img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}
/*
* @description: 首页
* @author: 
* @time: 
*/
.homeBannerBox {
  width: 1200px;
  margin: 30px auto 0 auto;
}
.homeBanner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.homeBannerImg {
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.homeBanner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 10px;
}
.homeBanner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin: 0;
}
.homeBanner .swiper-pagination {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 10px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homeBanner .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-banner {
  text-align: center;
  margin-top: -10px;
  z-index: 100;
  position: relative;
}
.hTitleBox {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  margin: 10px 20px;
}
.hTitle {
  position: relative;
  font-size: 0.32rem;
  color: #262626;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.hTitleLine {
  width: 100%;
  height: 0.1rem;
  background: #ffb679;
  border-radius: 0.2rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.hTitleCase {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  width: 1200px;
  margin: 30px auto 20px auto;
}
.hTitle h2 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.hTitle h3 {
  font-size: 16px;
}
.hTitleCase .hMore {
  background: #ff8620;
  border-radius: 15px;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 0 15px;
}
.hTitleBox .hMore {
  display: block;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #ff8620;
  text-align: center;
  font-size: 16px;
}
.hTop {
  width: 1200px;
  margin: 30px auto 0 auto;
}
.hTop .swiper-container {
  width: 100%;
  height: 100%;
}
.hTop .swiper-slide {
  width: 35%;
  padding-top: 10px;
}
.hTop .hstarView {
  background: #fff url(/imgs/mvp/mobile/bg_h.png) no-repeat top center;
  background-size: 183px auto;
  display: block;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
  height: 160px;
}
.hTop .hStarImg {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.hTop .img {
  width: 100px;
  border-radius: 10px;
}
.hTop .name {
  font-size: 16px;
  color: #22292E;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 10px;
}
.hTop .hText {
  font-size: 14px;
  color: #8A8A8E;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hTop .swiper-button-next:after,
.hTop .swiper-button-prev:after {
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  color: #ff8620;
  box-shadow: 0px 0px 3px #ff8620;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hTop .swiper-button-next,
.hTop .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.hTop .swiper-button-prev,
.hTop .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.h_case {
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 30px auto 20px auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px 0 0 0;
}
.starList {
  width: 10%;
  display: block;
  margin-bottom: 20px;
}
.starList .img {
  width: 100%;
  border-radius: 10px;
}
.h_newBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1200px;
}
.h_newList {
  width: calc(25% - 15px);
  display: block;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.h_newList:nth-of-type(4n) {
  margin-right: 0;
}
.h_newList img {
  width: 100%;
  border-radius: 10px;
}
.h_newText {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #22292E;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: left;
}
.starImg {
  width: 80px;
  margin: 0 auto;
}
.starName {
  font-size: 16px;
  color: #22292E;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
