@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 0;
  line-height: 1.2;
  color: #333;
  background-color: #f2f2f2;
  font-family: 'PingFang SC','San Francisco','Avenir Next','STHeiti','Helvetica Neue','Helvetica','Microsoft YaHei','Arial','sans-serif'; }

html, body {
  width: 100%;
  height: 100%; }

ul, ol, dl {
  list-style-type: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, div {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: ''; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #333;
  outline: 0;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:hover {
  outline: none; }

a.ie6:hover {
  zoom: 1; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: none; }

:focus {
  outline: none; }

input, button, select, textarea {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  border: 0;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #333;
  background: transparent;
  font-family: inherit;
  -webkit-appearance: none; }

input, select, textarea {
  font-family: 'PingFang SC','San Francisco','Avenir Next','STHeiti','Helvetica Neue','Helvetica','Microsoft YaHei','Arial','sans-serif'; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999; }

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select, textarea {
  outline: 0;
  border: 0;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-user-select: text;
  user-select: text;
  -webkit-appearance: none;
  /*appearance: none;*/ }

input[type=password] {
  -webkit-text-security: disc; }

i, em, cite, label, small, ins {
  font-style: normal;
  text-decoration: none; }

img {
  vertical-align: middle;
  width: 100%;
  display: block;
  border: 0; }

::-webkit-scrollbar {
  display: none !important; }

.disc {
  -webkit-text-security: disc; }

@media only screen and (max-width: 374px) {
  html {
    font-size: 85.3333px !important; } }
@media only screen and (min-width: 412px) {
  html {
    font-size: 110.4px !important; } }
@media only screen and (min-width: 480px) {
  html {
    font-size: 128px !important; } }
@media only screen and (min-width: 768px) {
  html {
    font-size: 204.8px !important; } }
.bgPrimary {
  background-color: #a9978b; }

.bgMain {
  background-color: #ff8400; }

.bgDefault {
  background-color: #d9d9d9; }

.bgWhite {
  background-color: #fff; }

.bgBody {
  background-color: #f2f2f2; }

.font-primary {
  color: #a9978b !important; }

.font-main {
  color: #ff8400 !important; }

.font-muted {
  color: #f3c186 !important; }

.font-default {
  color: #d9d9d9 !important; }

.font-white {
  color: #fff !important; }

.font-dark {
  color: #333 !important; }

.font-gray {
  color: #666 !important; }

.font-lightGray {
  color: #999 !important; }

.raise {
  color: #ee3f2a !important; }

.reduce {
  color: #00968b !important; }

.bold {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important; }

.lighter {
  font-weight: lighter !important; }

.font10 {
  font-size: 0.1rem !important; }

.font11 {
  font-size: 0.11rem !important; }

.font12 {
  font-size: 0.12rem !important; }

.font13 {
  font-size: 0.13rem !important; }

.font14 {
  font-size: 0.14rem !important; }

.font15 {
  font-size: 0.15rem !important; }

.font16 {
  font-size: 0.16rem !important; }

.font18 {
  font-size: 0.18rem !important; }

.font20 {
  font-size: 0.2rem !important; }

.font22 {
  font-size: 0.22rem !important; }

.font24 {
  font-size: 0.24rem !important; }

.font28 {
  font-size: 0.28rem !important; }

.font33 {
  font-size: 0.33rem !important; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ellipsis2 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.ellipsis3 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.w38 {
  width: 38% !important; }

.w75 {
  width: 75% !important; }

.w100 {
  width: 100% !important; }

.h100 {
  height: 100% !important; }

.margin0 {
  margin: 0rem !important; }

.margin10 {
  margin: 0.1rem !important; }

.margin15 {
  margin: 0.15rem !important; }

.margin20 {
  margin: 0.2rem !important; }

.marginT0 {
  margin-top: 0rem !important; }

.marginT5 {
  margin-top: 0.05rem !important; }

.marginT10 {
  margin-top: 0.1rem !important; }

.marginT15 {
  margin-top: 0.15rem !important; }

.marginT20 {
  margin-top: 0.2rem !important; }

.marginB0 {
  margin-bottom: 0rem !important; }

.marginB5 {
  margin-bottom: 0.05rem !important; }

.marginB10 {
  margin-bottom: 0.1rem !important; }

.marginB15 {
  margin-bottom: 0.15rem !important; }

.marginB20 {
  margin-bottom: 0.2rem !important; }

.marginL10 {
  margin-left: 0.1rem !important; }

.marginTB0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.marginTB10 {
  margin-top: 0.1rem !important;
  margin-bottom: 0.1rem !important; }

.marginTB15 {
  margin-top: 0.15rem !important;
  margin-bottom: 0.15rem !important; }

.marginTB20 {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important; }

.marginLR0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important; }

.marginLR10 {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important; }

.marginLR15 {
  margin-left: 0.15rem !important;
  margin-right: 0.15rem !important; }

.marginLR20 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important; }

.auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.padding0 {
  padding: 0rem !important; }

.padding10 {
  padding: 0.1rem !important; }

.padding15 {
  padding: 0.15rem !important; }

.padding20 {
  padding: 0.2rem !important; }

.paddingT0 {
  padding-top: 0rem !important; }

.paddingT10 {
  padding-top: 0.1rem !important; }

.paddingT15 {
  padding-top: 0.15rem !important; }

.paddingT20 {
  padding-top: 0.2rem !important; }

.paddingB0 {
  padding-bottom: 0rem !important; }

.paddingB10 {
  padding-bottom: 0.1rem !important; }

.paddingB15 {
  padding-bottom: 0.15rem !important; }

.paddingB20 {
  padding-bottom: 0.2rem !important; }

.paddingL0 {
  padding-left: 0rem !important; }

.paddingL10 {
  padding-left: 0.1rem !important; }

.paddingL15 {
  padding-left: 0.15rem !important; }

.paddingL20 {
  padding-left: 0.2rem !important; }

.paddingR0 {
  padding-right: 0rem !important; }

.paddingR10 {
  padding-right: 0.1rem !important; }

.paddingR15 {
  padding-right: 0.15rem !important; }

.paddingR20 {
  padding-right: 0.2rem !important; }

.paddingR25 {
  padding-right: 0.25rem !important; }

.paddingR30 {
  padding-right: 0.3rem !important; }

.paddingR35 {
  padding-right: 0.35rem !important; }

.paddingR40 {
  padding-right: 0.4rem !important; }

.paddingR45 {
  padding-right: 0.45rem !important; }

.paddingR50 {
  padding-right: 0.5rem !important; }

.paddingTB0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.paddingTB10 {
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important; }

.paddingTB15 {
  padding-top: 0.15rem !important;
  padding-bottom: 0.15rem !important; }

.paddingTB20 {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important; }

.paddingLR0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important; }

.paddingLR10 {
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important; }

.paddingLR15 {
  padding-left: 0.15rem !important;
  padding-right: 0.15rem !important; }

.paddingLR20 {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important; }

.hide {
  display: none !important; }

.show, .block {
  display: block !important; }

.inline {
  display: inline !important; }

.inlineblock {
  display: inline-block !important; }

.hidden {
  overflow: hidden; }

.visible {
  overflow: visible; }

.block-center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute !important; }

.fixed {
  position: fixed; }

.initial {
  position: initial; }

/*文字对齐*/
.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.text-right {
  text-align: right !important; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  zoom: 1; }

.align-center {
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.flex {
  display: -webkit-flex;
  display: flex; }

.flex-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.box-left {
  float: left;
  overflow: hidden; }

.box-right {
  position: relative;
  overflow: hidden;
  padding-left: 0.1rem; }

.hr {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  position: relative; }
  .hr:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }

.ht {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  position: relative; }
  .ht:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .ht:after {
    bottom: auto;
    top: 0; }

.dashed {
  position: relative; }
  .dashed:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }

.line {
  width: 100%;
  height: 0.1rem;
  background: #f2f2f2;
  overflow: hidden; }

.line10 {
  width: 100%;
  height: 0.1rem;
  overflow: hidden; }

.line20 {
  width: 100%;
  height: 0.2rem;
  overflow: hidden; }

.noborder {
  border: none; }
  .noborderbefore, .noborder:after {
    width: 0 !important; }

.blank40 {
  height: 0.4rem;
  width: 100%;
  overflow: hidden; }

.blank50 {
  height: 0.49rem;
  width: 100%;
  overflow: hidden; }

.blank60 {
  height: 0.59rem;
  width: 100%;
  overflow: hidden; }

.new-header {
  width: 100%;
  height: .44rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 23; }
  .new-header:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .new-header .arrowLeft {
    fill: #ff8400;
    position: absolute;
    top: 50%;
    left: .11rem;
    margin-top: -.11rem; }
  .new-header h3 {
    position: absolute;
    left: .5rem;
    right: 0.5rem;
    top: 0;
    color: #333;
    height: .44rem;
    line-height: .44rem;
    font-size: .18rem;
    font-weight: bold;
    text-align: center; }
  .new-header h4 {
    position: absolute;
    left: .5rem;
    right: 0.5rem;
    top: 0;
    color: #333;
    height: 0.44rem;
    line-height: .2rem;
    padding: 0.04rem 0;
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .new-header h4 span {
      display: block; }
      .new-header h4 span:last-child {
        font-size: 0.13rem;
        line-height: 0.16rem; }
  .new-header .icon-header {
    font-size: 0.14rem;
    height: 0.22rem;
    color: #333;
    position: absolute;
    top: 50%;
    right: 0.17rem;
    margin-top: -0.11rem;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .new-header .icon-header .Icon {
      margin-left: 0.2rem; }
      .new-header .icon-header .Icon:first-child {
        margin-left: 0; }
    .new-header .icon-header span {
      line-height: 0.22rem; }
      .new-header .icon-header span:first-child {
        margin-left: 0; }
  .new-header.new-header1 {
    background: #a9978b !important; }
    .new-header.new-header1:after {
      height: 0; }
    .new-header.new-header1 .arrowLeft {
      fill: #fff !important; }
    .new-header.new-header1 h3 {
      color: #fff !important; }
    .new-header.new-header1 .icon-header {
      color: #fff !important; }
  .new-header.new-header2 {
    background: #f77f1e !important; }
    .new-header.new-header2:after {
      height: 0; }
    .new-header.new-header2 .arrowLeft {
      fill: #fff !important; }
    .new-header.new-header2 h3 {
      color: #fff !important; }
    .new-header.new-header2 .icon-header {
      color: #fff !important; }
  .new-header.new-header3 {
    background: transparent !important; }
    .new-header.new-header3:after {
      height: 0; }
    .new-header.new-header3 h3 {
      color: #fff !important; }
    .new-header.new-header3 .arrowLeft {
      fill: #fff !important; }
    .new-header.new-header3 .icon-header {
      color: #fff !important; }

.content {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.44rem 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.page {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative !important;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.box {
  background: #fff; }

footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 23; }
  footer:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  footer:after {
    bottom: auto;
    top: 0; }
  footer .footer-list {
    background: #fff; }
    footer .footer-list li {
      width: 100%;
      text-align: center;
      padding: 0.05rem 0 0.04rem; }
      footer .footer-list li span {
        color: #999;
        font-size: 0.11rem;
        display: block;
        margin-top: 0.02rem; }
      footer .footer-list li i {
        display: block;
        margin: 0 auto; }
      footer .footer-list li.footer-active span {
        color: #a9978b; }

.download-box {
  width: 100%;
  position: fixed;
  bottom: 0.49rem;
  left: 0;
  z-index: 24; }
  .download-box img {
    width: 100%;
    display: block; }
  .download-box .Icon {
    position: absolute;
    left: 0.07rem;
    top: 0.07rem;
    opacity: 0.9;
    filter: alpha(opacity=90); }

.title1 {
  font-size: 0.16rem;
  font-weight: bold !important; }

.lineBtn {
  border: 1px solid;
  color: #ff8400;
  background: transparent;
  font-size: 0.14rem;
  padding: 0 0.08rem;
  -moz-border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  line-height: normal;
  height: 0.26rem;
  box-sizing: border-box;
  margin-left: 0.03rem;
  display: inline-block; }
  .lineBtn:hover {
    background: transparent;
    color: #ff8400; }
  .lineBtn:active {
    background: transparent;
    color: #ff8400; }
  .lineBtn:active:hover, .lineBtn.active:hover, .lineBtn:active:focus, .lineBtn.active:focus {
    background: transparent;
    color: #ff8400; }

.commonBtn {
  padding: 0 0.1rem;
  background: #ff8400 !important;
  color: #fff;
  font-size: 0.15rem;
  line-height: 0.3rem;
  border: 1px solid #ff8400;
  -moz-border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  box-sizing: border-box;
  place-self: center flex-start; }
  .commonBtn:hover {
    background-color: #ff8400; }
  .commonBtn:active {
    background-color: #ff8400; }
  .commonBtn:active:hover, .commonBtn.active:hover, .commonBtn:active:focus, .commonBtn.active:focus {
    background-color: #ff8400; }

.closeBtn {
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  margin-left: -0.14rem;
  z-index: 1; }
  .closeBtn .Icon {
    margin: auto;
    fill: #666;
    stroke: #666;
    stroke-width: 0.02rem; }

.cancel-button {
  position: absolute !important;
  left: 0.17rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  cursor: pointer;
  fill: #666; }

.btn-group {
  margin: 0.25rem 0.17rem;
  overflow: hidden;
  clear: both; }
  .btn-group button {
    display: block;
    width: 100%;
    line-height: 0.42rem;
    border: 1px solid #ff8400;
    -moz-border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    border-radius: 0.04rem;
    background: #ff8400;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    margin: 0 0 0.2rem;
    padding: 0 !important; }
    .btn-group button:last-child {
      margin: 0 !important; }
    .btn-group button:hover {
      background: #ff8400 !important; }
    .btn-group button:active {
      background: #ff8400 !important; }
    .btn-group button:focus {
      background: #ff8400 !important; }
    .btn-group button.buttonLine {
      background: transparent;
      color: #ff8400; }
      .btn-group button.buttonLine:hover {
        background: transparent !important; }
      .btn-group button.buttonLine:active {
        background: transparent !important; }
      .btn-group button.buttonLine:focus {
        background: transparent !important; }
  .btn-group.btn-group2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .btn-group.btn-group2 button {
      margin: 0 0.1rem !important; }

.line-defaultBtn {
  color: #d9d9d9 !important;
  background: #fff !important;
  border-color: #d9d9d9 !important; }
  .line-defaultBtn:hover {
    color: #d9d9d9 !important;
    background: #fff !important;
    border-color: #d9d9d9 !important; }
  .line-defaultBtn:active {
    color: #d9d9d9 !important;
    background: #fff !important;
    border-color: #d9d9d9 !important; }
  .line-defaultBtn:focus {
    color: #d9d9d9 !important;
    background: #fff !important;
    border-color: #d9d9d9 !important; }

.defaultBtn {
  color: #fff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important; }
  .defaultBtn:hover {
    color: #fff !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important; }
  .defaultBtn:active {
    color: #fff !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important; }
  .defaultBtn:focus {
    color: #fff !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important; }

.checkbox {
  float: left;
  overflow: hidden;
  margin-left: 0.25rem;
  min-width: 0.16rem; }
  .checkbox:first-child {
    margin-left: 0; }
  .checkbox label {
    color: #666;
    position: relative;
    font-size: 0;
    display: block;
    overflow: hidden; }
    .checkbox label .Icon {
      fill: #d9d9d9; }
    .checkbox label ins {
      font-size: 0.14rem;
      line-height: 0.2rem; }
  .checkbox input {
    width: auto !important;
    height: 0 !important;
    line-height: 0 !important;
    position: absolute; }
    .checkbox input[type=checkbox]:checked + label {
      color: #ff8400 !important; }
      .checkbox input[type=checkbox]:checked + label .Icon {
        fill: #ff8400 !important; }
    .checkbox input[type=radio]:checked + label {
      color: #ff8400 !important; }
      .checkbox input[type=radio]:checked + label .Icon {
        fill: #ff8400 !important; }
  .checkbox.checkbox2 label .Icon {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }

.switchBox input {
  min-width: auto !important;
  height: 0 !important;
  line-height: 0 !important;
  position: absolute;
  left: 0;
  top: 0; }
  .switchBox input:checked + label:before {
    content: ' ';
    position: absolute;
    left: 0.16rem;
    border: 0.005rem solid #ff8400; }
  .switchBox input:checked + label:after {
    content: ' ';
    position: absolute;
    background: #ff8400;
    box-shadow: 0 0 1px #ff8400; }
.switchBox label {
  width: 0.36rem;
  height: 0.2rem;
  background-color: #d9d9d9;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  .switchBox label:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.19rem;
    height: 0.19rem;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 0.005rem solid #d9d9d9;
    background: white;
    z-index: 1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .switchBox label:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: box-shadow 0.1s ease-in;
    -moz-transition: box-shadow 0.1s ease-in;
    transition: box-shadow 0.1s ease-in; }

.footer-fix {
  width: 100%;
  min-height: 0.5rem;
  background-color: #fff;
  position: relative;
  z-index: 20;
  overflow: hidden; }
  .footer-fix:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .footer-fix:after {
    bottom: auto;
    top: 0; }
  .footer-fix button {
    height: 0.52rem;
    line-height: inherit;
    font-size: 0.18rem;
    color: #ff8400;
    text-align: center;
    width: 100%;
    position: relative; }
    .footer-fix button:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #f2f2f2;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: scaleY(0.5);
      -moz-transform: scaleY(0.5);
      transform: scaleY(0.5); }
    .footer-fix button:after {
      width: 1px;
      height: 100%;
      -webkit-transform: scaleX(0.5);
      -moz-transform: scaleX(0.5);
      transform: scaleX(0.5);
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      transform: scaleY(1); }
    .footer-fix button:first-child:after {
      width: 0; }
    .footer-fix button.commonBtn {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      border: none;
      color: #fff;
      padding: 0;
      z-index: 1; }
    .footer-fix button.bigBtn {
      width: 150%; }
  .footer-fix .cash-btn-box {
    margin: 0.15rem 0.17rem;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .footer-fix .cash-btn-box button {
      width: 100%;
      height: 0.44rem;
      margin-right: 0.1rem;
      padding: 0;
      background: #fef6ee;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem;
      border: 1px solid #fef6ee; }
      .footer-fix .cash-btn-box button:after {
        width: 0; }
      .footer-fix .cash-btn-box button:last-child {
        margin-right: 0; }
      .footer-fix .cash-btn-box button.commonBtn {
        -moz-border-radius: 0.04rem;
        -webkit-border-radius: 0.04rem;
        border-radius: 0.04rem;
        border: 1px solid #ff8400; }
  .footer-fix .collectBtn {
    font-size: 0.12rem;
    color: #999;
    line-height: 1;
    max-width: 0.8rem; }
    .footer-fix .collectBtn:before {
      content: "";
      width: 0.18rem;
      height: 0.18rem;
      background: url(../img/icon-collect.svg) no-repeat;
      background-size: 100%;
      display: block;
      margin: 0 auto 0.05rem; }
    .footer-fix .collectBtn.active {
      color: #ff8400; }
      .footer-fix .collectBtn.active:before {
        background-image: url(../img/icon-collected.svg); }

.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .wrapper .new-header {
    position: relative !important; }
  .wrapper .fixed-box {
    width: 100%;
    position: relative;
    z-index: 20; }
  .wrapper .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative !important;
    padding: 0; }
  .wrapper footer {
    position: relative !important; }

.big-number {
  width: 100%;
  font-size: 0.22rem;
  color: #ff8400;
  background: #fff;
  padding: 0.15rem 0.15rem;
  line-height: 0.24rem; }

.tip {
  color: #ff8400;
  margin-left: 0.06rem;
  box-sizing: border-box;
  padding-left: 0.08rem !important;
  padding-right: 0.08rem !important;
  font-size: 0.2rem;
  height: 0.32rem;
  line-height: 0.31rem;
  border: 1px solid;
  -moz-border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  text-align: center; }

.tip-text {
  margin: 0.12rem 0.17rem;
  color: #999;
  overflow: hidden;
  font-size: 0.12rem;
  line-height: 0.2rem;
  min-height: 0.2rem; }

.risk-warn {
  position: relative;
  overflow: hidden;
  margin: .2rem .17rem;
  display: -webkit-flex;
  display: flex; }
  .risk-warn .Icon {
    margin: 0.03rem 0.08rem 0 0; }
  .risk-warn .icon {
    display: inline-block;
    position: relative;
    z-index: 20;
    margin: -0.05rem 0 -0.05rem -0.05rem; }
  .risk-warn .checkbox {
    position: relative;
    z-index: 20;
    margin: 0.02rem 0.08rem 0 0; }
    .risk-warn .checkbox .Icon {
      margin: 0; }
  .risk-warn .triangle {
    border-top-width: 0.1rem;
    border-left-width: 0.07rem;
    border-right-width: 0.07rem;
    margin: 0.07rem 0.1rem 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .risk-warn .icon-question {
    fill: #ff8400;
    margin: 0 0 0 0.08rem; }
  .risk-warn p {
    font-size: 0.12rem;
    color: #999;
    line-height: 0.2rem;
    margin-bottom: 0.1rem; }
    .risk-warn p:last-child {
      margin-bottom: 0; }
    .risk-warn p * {
      display: inline;
      vertical-align: middle; }
    .risk-warn p a {
      display: inline; }
    .risk-warn p span {
      position: relative; }

.blank-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .blank-box .blank {
    width: 100%;
    margin: 0.4rem 0 0.8rem; }
    .blank-box .blank .imgBox img {
      width: 2.24rem;
      margin: 0 auto; }
    .blank-box .blank span {
      width: 0.64rem;
      margin: 0 auto;
      display: block; }
    .blank-box .blank .txtBox {
      margin-top: 0.55rem;
      padding: 0 0.17rem; }
      .blank-box .blank .txtBox h3 {
        font-size: 0.2rem;
        font-weight: bold; }
      .blank-box .blank .txtBox h5 {
        font-size: 0.16rem; }
      .blank-box .blank .txtBox p {
        font-size: 0.13rem;
        color: #999;
        margin-top: 0.1rem; }
    .blank-box .blank .btn-group {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0.4rem auto 0.2rem; }
      .blank-box .blank .btn-group button {
        width: 1.24rem;
        font-size: 0.15rem;
        line-height: 0.38rem;
        margin: 0 0.27rem 0 0; }

.inputBox {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center; }
  .inputBox input {
    width: 100%;
    font-size: 0.14rem;
    height: 0.24rem;
    line-height: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-flex; }
    .inputBox input::-webkit-input-placeholder {
      color: #999;
      font-size: 0.14rem; }
  .inputBox .Icon {
    fill: #bbb;
    position: initial !important;
    margin-left: 0.1rem;
    margin-right: 0 !important; }

.list-title {
  font-weight: bold;
  padding: 0.15rem 0.17rem;
  font-size: 0.16rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }
  .list-title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .list-title h3 {
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .list-title h3 .Icon {
      margin-right: 0.1rem; }
  .list-title p {
    font-weight: normal;
    font-size: 0.12rem;
    color: #666; }
  .list-title .list-right {
    display: -webkit-flex;
    display: flex;
    align-items: center; }

.list {
  padding: 0 0.17rem;
  overflow: hidden;
  background: #fff; }
  .list li {
    width: 100%;
    padding: .15rem 0;
    min-height: 0.2rem;
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    .list li:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #f2f2f2;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: scaleY(0.5);
      -moz-transform: scaleY(0.5);
      transform: scaleY(0.5); }
    .list li:last-child:after {
      width: 0; }
    .list li .list-left {
      color: #333;
      font-size: 0;
      min-width: 0.7rem; }
      .list li .list-left * {
        display: inline-block;
        vertical-align: middle; }
    .list li .list-right {
      font-size: 0;
      color: #999;
      position: relative;
      max-width: 72%; }
      .list li .list-right * {
        display: inline-block;
        vertical-align: middle; }
      .list li .list-right p {
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right; }
      .list li .list-right input {
        text-align: right; }
    .list li .list-inner {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      overflow: hidden; }
      .list li .list-inner p {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .list li .list-inner .list-right p {
        width: auto; }
    .list li .Icon {
      margin-right: 0.1rem; }
      .list li .Icon.icon-arrowDown {
        margin-right: 0;
        margin-left: 0.1rem;
        fill: #999; }
      .list li .Icon.icon-arrow {
        margin-right: 0;
        margin-left: 0.1rem; }
    .list li .item {
      width: 100%; }
    .list li .tip {
      color: rgba(153, 153, 153, 0.6);
      margin-left: 0.05rem; }
    .list li p {
      font-size: 0.14rem;
      min-height: 0.14rem;
      line-height: 0.2rem; }
    .list li textarea {
      width: 100%;
      border: 1px solid #d9d9d9;
      padding: 0.1rem;
      color: #333;
      font-size: 0.14rem;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem;
      margin-top: 0.1rem; }
  .list.list1 li {
    padding: 0.18rem 0 !important; }
  .list .list-title {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.item-sml {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .item-sml dd {
    text-align: center;
    font-size: 0.14rem;
    width: 100%; }
    .item-sml dd:first-child {
      text-align: left;
      margin-right: 0.1rem; }
    .item-sml dd:last-child {
      text-align: right;
      margin-left: 0.1rem; }

.item-mid {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .item-mid dd {
    text-align: center;
    font-size: 0.14rem;
    width: 100%; }
    .item-mid dd:first-child {
      text-align: left;
      margin-right: 0.1rem; }
    .item-mid dd:last-child {
      text-align: right;
      margin-left: 0.1rem; }

.item-large {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .item-large dd {
    text-align: center;
    font-size: 0.14rem;
    width: 100%; }
    .item-large dd:first-child {
      text-align: left;
      margin-right: 0.1rem; }
    .item-large dd:last-child {
      text-align: right;
      margin-left: 0.1rem; }

.tab .tab-nav {
  line-height: 0.44rem;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: relative; }
  .tab .tab-nav:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .tab .tab-nav span {
    display: inline-block;
    font-size: 0.16rem;
    cursor: pointer;
    position: relative; }
    .tab .tab-nav span.active {
      color: #ff8400 !important;
      font-weight: bold; }
      .tab .tab-nav span.active:after {
        content: "";
        width: 0.5rem;
        height: 0.02rem;
        background: #ff8400;
        -moz-border-radius: 0.2rem;
        -webkit-border-radius: 0.2rem;
        border-radius: 0.2rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1; }
.tab .tab-cont, .tab .tab-item {
  width: 100%;
  height: 100%; }

.slide {
  width: 100%;
  overflow: hidden; }
  .slide .swiper-pagination {
    overflow: hidden;
    text-align: center;
    /*height: 0.5rem;*/
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    .slide .swiper-pagination:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #f2f2f2;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: scaleY(0.5);
      -moz-transform: scaleY(0.5);
      transform: scaleY(0.5); }
    .slide .swiper-pagination .swiper-pagination-bullet {
      width: auto !important;
      height: auto !important;
      background: #fff;
      display: inline-block;
      overflow: hidden;
      position: relative;
      border-radius: 0 !important;
      opacity: 1 !important; }
      .slide .swiper-pagination .swiper-pagination-bullet span {
        display: block;
        line-height: 0.46rem;
        font-size: 0.14rem;
        color: #333;
        position: relative; }
    .slide .swiper-pagination .swiper-pagination-bullet-active span {
      color: #ff8400 !important;
      font-weight: bold; }
      .slide .swiper-pagination .swiper-pagination-bullet-active span:after {
        content: "";
        width: 0.5rem;
        height: 0.02rem;
        background: #ff8400;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1; }

.banner .swiper-pagination-bullet {
  width: 0.05rem !important;
  height: 0.05rem !important;
  background: #ff8400 !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: 0.03rem !important;
  margin-right: 0.03rem !important; }
.banner .swiper-pagination-bullet-active {
  width: 0.11rem !important;
  height: 0.05rem !important;
  border-radius: 0.03rem !important;
  opacity: 1;
  filter: alpha(opacity=100); }

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5); }
  .loading .loading-box {
    width: 0.7rem;
    height: 0.7rem;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.35rem 0 0 -0.35rem;
    display: -webkit-flex;
    display: flex; }
    .loading .loading-box #load-logo {
      width: 0.34rem;
      height: 0.34rem;
      margin: auto;
      padding: 0.01rem; }
      .loading .loading-box #load-logo .logo {
        stroke: url(#logo-gradient); }
      .loading .loading-box #load-logo .logo-c {
        fill: none;
        stroke-width: 12px;
        stroke-dasharray: 178,200;
        stroke-dashoffset: -200;
        -webkit-transform: rotate(-35deg);
        -moz-transform: rotate(-35deg);
        transform: rotate(-35deg);
        transform-origin: 32px 32px;
        -webkit-animation: circleMove 1.6s ease-in-out infinite;
        -moz-animation: circleMove 1.6s ease-in-out infinite;
        animation: circleMove 1.6s ease-in-out infinite; }
      .loading .loading-box #load-logo .logo-l {
        stroke-width: 10px;
        stroke-dasharray: 39,39;
        stroke-dashoffset: 39;
        -webkit-animation: lineMove 1.6s ease-in-out infinite;
        -moz-animation: lineMove 1.6s ease-in-out infinite;
        animation: lineMove 1.6s ease-in-out infinite; }

@-webkit-keyframes circleMove {
  10%,90% {
    stroke-dashoffset: -200; }
  50%,60% {
    stroke-dashoffset: -12; } }
@keyframes circleMove {
  10%,90% {
    stroke-dashoffset: -200; }
  50%,60% {
    stroke-dashoffset: -12; } }
@-webkit-keyframes lineMove {
  0% {
    stroke-dashoffset: 15; }
  20%,80% {
    stroke-dashoffset: 0; }
  90% {
    stroke-dashoffset: 39; } }
@keyframes lineMove {
  0% {
    stroke-dashoffset: 15; }
  20%,80% {
    stroke-dashoffset: 0; }
  90% {
    stroke-dashoffset: 39; } }
.loading-dog {
  background: #fff;
  position: fixed;
  z-index: 10000; }
  .loading-dog .dog {
    width: 1.12rem;
    margin: 0 auto; }
  .loading-dog .text-box {
    margin-top: 0.275rem;
    align-items: center; }
    .loading-dog .text-box .text {
      width: 1.24rem;
      margin-right: 0.07rem; }
    .loading-dog .text-box .dot span {
      width: 0.06rem;
      height: 0.06rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #333;
      display: block;
      float: left;
      margin-right: .1rem;
      margin-top: 0.08rem;
      opacity: 0; }
      .loading-dog .text-box .dot span:nth-child(1) {
        -webkit-animation: dotMove1 1.2s infinite linear;
        animation: dotMove1 1.2s infinite linear; }
      .loading-dog .text-box .dot span:nth-child(2) {
        -webkit-animation: dotMove2 1.2s infinite linear;
        animation: dotMove2 1.2s infinite linear; }
      .loading-dog .text-box .dot span:nth-child(3) {
        -webkit-animation: dotMove3 1.2s infinite linear;
        animation: dotMove3 1.2s infinite linear; }
@-webkit-keyframes dotMove1 {
  24% {
    opacity: 0; }
  25% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes dotMove1 {
  24% {
    opacity: 0; }
  25% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes dotMove2 {
  49% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes dotMove2 {
  49% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes dotMove3 {
  74% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes dotMove3 {
  74% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }

.modal-bg2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22; }

.UILoading {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  top: 50%; }

.load-modal {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 10000;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden; }
  .load-modal .load-box {
    width: 0.8rem;
    height: 0.8rem;
    background: #7a5a48;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7); }
    .load-modal .load-box .load-logo {
      background: url(../img/logo3.png) no-repeat center;
      background-size: 0.46rem auto;
      width: 0.46rem;
      height: 0.46rem;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -0.23rem 0 0 -0.23rem; }
    .load-modal .load-box .load-ring {
      width: 0.66rem;
      height: 0.66rem;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -0.33rem 0 0 -0.33rem;
      border: 0 solid transparent;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      border-left: 0.02rem solid #fbb42e;
      -webkit-animation: rolate1 linear 0.6s infinite;
      -moz-animation: rolate1 linear 0.6s infinite;
      animation: rolate1 linear 0.6s infinite; }
  .load-modal h3 {
    color: #fff;
    font-size: 0.12rem;
    text-indent: 0.1rem; }

@keyframes rolate1 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes rolate1 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes slideIn {
  from {
    bottom: -100%;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
@keyframes slideIn {
  from {
    bottom: -100%;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
.slideIn {
  -webkit-animation: slideIn 0.8s;
  -moz-animation: slideIn 0.8s;
  animation: slideIn 0.8s; }

.confirm-modal {
  width: 2.8rem;
  background: white;
  -moz-border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  border-radius: 0.08rem;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .confirm-modal .header {
    text-align: center;
    font-size: 0.16rem;
    color: #999;
    padding: 0.15rem 0.1rem 0; }
    .confirm-modal .header.header1 {
      background: #a9978b;
      padding-bottom: 0.15rem;
      -moz-border-radius: 0.08rem 0.08rem 0 0;
      -webkit-border-radius: 0.08rem 0.08rem 0 0;
      border-radius: 0.08rem 0.08rem 0 0;
      overflow: hidden;
      line-height: 0.22rem; }
      .confirm-modal .header.header1 h3 {
        font-size: 0.16rem;
        font-weight: bold;
        color: #fff; }
  .confirm-modal .body {
    padding: 0 0.2rem;
    max-height: 2.55rem;
    margin: 0.15rem 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .confirm-modal .body p {
      text-align: center;
      color: #333;
      font-size: 0.14rem;
      line-height: 0.2rem;
      margin: 0.05rem 0; }
      .confirm-modal .body p .lineBtn {
        line-height: 0.25rem; }
    .confirm-modal .body .risk-warn {
      margin: 0.05rem 0; }
      .confirm-modal .body .risk-warn .Icon {
        margin-top: 0; }
      .confirm-modal .body .risk-warn p {
        margin: 0;
        text-align: left; }
    .confirm-modal .body .ewm {
      width: 1.59rem;
      margin: 0 auto; }
  .confirm-modal .btnGroup {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -moz-border-radius: 0 0 0.08rem 0.08rem;
    -webkit-border-radius: 0 0 0.08rem 0.08rem;
    border-radius: 0 0 0.08rem 0.08rem;
    overflow: hidden; }
    .confirm-modal .btnGroup button {
      width: 100%;
      text-align: center;
      color: #fff;
      background: #a9978b;
      font-size: 0.16rem;
      line-height: 0.44rem;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      border: 1px solid #a9978b; }
      .confirm-modal .btnGroup button.commonBtn {
        background: #ff8400;
        border-color: #ff8400; }
  .confirm-modal .login-box {
    background: transparent;
    margin-top: 0.2rem; }
    .confirm-modal .login-box .list {
      background: transparent; }
      .confirm-modal .login-box .list li:last-child:after {
        width: 100%;
        left: 0.3rem; }
  .confirm-modal.confirm-modal2 {
    width: 2.4rem;
    padding: 0.25rem 0.27rem;
    -moz-border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.22); }
    .confirm-modal.confirm-modal2 .header {
      color: #333;
      padding-top: 0; }
    .confirm-modal.confirm-modal2 .body {
      padding: 0 0;
      margin: 0.08rem 0 0.18rem; }
      .confirm-modal.confirm-modal2 .body p {
        line-height: 0.16rem; }
    .confirm-modal.confirm-modal2 .btnGroup {
      margin: 0 0.12rem;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem; }
      .confirm-modal.confirm-modal2 .btnGroup button {
        line-height: 0.36rem; }

.fundManager-modal {
  width: 2.8rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 100; }
  .fundManager-modal .modal-header {
    background: #ac9d92;
    color: #fff;
    padding: 0.08rem 0.2rem;
    -moz-border-radius: 0.08rem 0.08rem 0 0;
    -webkit-border-radius: 0.08rem 0.08rem 0 0;
    border-radius: 0.08rem 0.08rem 0 0;
    font-size: 0.1rem;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .fundManager-modal .modal-header .portrait {
      width: 0.5rem;
      min-width: 0.5rem;
      height: 0.5rem;
      float: left;
      overflow: hidden;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
      .fundManager-modal .modal-header .portrait img {
        min-width: 0.5rem;
        min-height: 0.5rem; }
    .fundManager-modal .modal-header p {
      font-size: 0.14rem;
      margin-left: 0.1rem; }
  .fundManager-modal .modal-body {
    background: #fff;
    -moz-border-radius: 0 0 0.08rem 0.08rem;
    -webkit-border-radius: 0 0 0.08rem 0.08rem;
    border-radius: 0 0 0.08rem 0.08rem;
    padding: 0.2rem;
    font-size: 0.12rem;
    color: #666;
    line-height: 1.5; }

.record-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 1.38rem;
  left: 0;
  z-index: 19; }

.record-modal {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0 .15rem;
  -moz-border-radius: 0.08rem 0.08rem 0 0;
  -webkit-border-radius: 0.08rem 0.08rem 0 0;
  border-radius: 0.08rem 0.08rem 0 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .record-modal .header {
    width: 100%;
    text-align: center;
    padding: 0.12rem 0;
    position: relative; }
    .record-modal .header:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #f2f2f2;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: scaleY(0.5);
      -moz-transform: scaleY(0.5);
      transform: scaleY(0.5); }
    .record-modal .header h3 {
      font-size: 0.14rem;
      line-height: 0.26rem; }
    .record-modal .header .closeBtn {
      width: 0.22rem;
      height: 0.22rem;
      background: #f2f2f2;
      right: 0;
      top: 0;
      left: auto;
      bottom: 0;
      margin: auto 0; }
      .record-modal .header .closeBtn .Icon {
        fill: #999;
        stroke: #999; }
  .record-modal .selectList li {
    padding: 0.1rem 0;
    position: relative; }
    .record-modal .selectList li:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #f2f2f2;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: scaleY(0.5);
      -moz-transform: scaleY(0.5);
      transform: scaleY(0.5); }
    .record-modal .selectList li:last-child:after {
      width: 0; }
    .record-modal .selectList li .flex-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: initial;
      justify-content: initial; }
    .record-modal .selectList li span {
      width: 30%;
      text-align: center;
      font-size: 0.12rem;
      margin: 0.1rem 0 0.1rem 5%;
      background: #f2f2f2;
      line-height: 0.4rem;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem; }
      .record-modal .selectList li span:nth-child(3n+1) {
        margin-left: 0; }
      .record-modal .selectList li span.active {
        color: #fff;
        background: #ff8400; }
    .record-modal .selectList li .datebox {
      margin: 0.15rem 0;
      position: relative;
      line-height: 0.34rem; }
      .record-modal .selectList li .datebox .box-left {
        width: 0.45rem;
        font-size: 0.14rem; }
      .record-modal .selectList li .datebox .box-right {
        color: #d9d9d9;
        font-size: 0.14rem;
        line-height: 0.4rem;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .record-modal .selectList li .datebox .box-right label {
          width: 42%;
          background: #f2f2f2;
          line-height: 0.4rem;
          -moz-border-radius: 0.08rem;
          -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
          display: inline-block;
          text-align: center;
          font-size: 0.12rem;
          color: #333; }
    .record-modal .selectList li .btnBox {
      width: 80%;
      overflow: hidden;
      margin: 0.1rem auto; }
      .record-modal .selectList li .btnBox button {
        width: 100%;
        display: block;
        background: #ff8400;
        border: 1px solid #ff8400;
        color: #fff;
        font-size: 0.16rem;
        -moz-border-radius: 0.04rem;
        -webkit-border-radius: 0.04rem;
        border-radius: 0.04rem;
        text-align: center;
        padding: 0;
        line-height: 0.42rem; }

.record-result-Modal {
  width: 100%;
  position: fixed;
  top: 0.8rem;
  left: 0;
  z-index: 100;
  padding: 0.05rem 0.3rem;
  background: #fff;
  min-height: 0.54rem; }
  .record-result-Modal .search-result {
    position: relative;
    max-height: 72vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .record-result-Modal .search-result li {
      line-height: 0.24rem;
      font-size: 0.14rem;
      padding: 0.05rem 0; }

.result-modal {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 1.53rem;
  left: 0;
  z-index: 100; }
  .result-modal ul {
    max-height: 62vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .result-modal .blank-box {
    padding-bottom: 10% !important; }

.trade-modal {
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .trade-modal .header {
    background: #f2f2f2;
    padding: 0.1rem 0.4rem;
    position: relative;
    overflow: hidden; }
    .trade-modal .header h3 {
      color: #ff8400;
      font-size: 0.16rem;
      text-align: center;
      line-height: 0.3rem; }
    .trade-modal .header .icon-arrowLeft {
      position: absolute;
      left: 0.15rem;
      top: 0;
      bottom: 0;
      margin: auto;
      fill: #666; }
  .trade-modal .period {
    max-height: 2.5rem;
    overflow-y: scroll;
    padding: 0 0.15rem; }
    .trade-modal .period::-webkit-scrollbar-track {
      background-color: rgba(255, 255, 255, 0); }
    .trade-modal .period::-webkit-scrollbar {
      width: 0.05rem;
      background-color: rgba(255, 255, 255, 0); }
    .trade-modal .period::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.15); }
    .trade-modal .period li {
      padding: 0.1rem 0;
      position: relative; }
      .trade-modal .period li:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #f2f2f2;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: scaleY(0.5);
        -moz-transform: scaleY(0.5);
        transform: scaleY(0.5); }
      .trade-modal .period li:last-child:after {
        width: 0; }
      .trade-modal .period li span {
        display: block;
        text-align: center;
        color: #333;
        font-size: 0.14rem;
        line-height: 0.3rem; }
      .trade-modal .period li.active span {
        color: #ff8400; }
  .trade-modal .calendar {
    padding: 0 0.15rem;
    overflow: hidden; }
    .trade-modal .calendar dd {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0.2rem 0.15rem; }
      .trade-modal .calendar dd span {
        display: block;
        margin: 0 auto;
        width: 0.3rem;
        height: 0.3rem;
        line-height: 0.3rem;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        font-size: 0.16rem;
        color: #333; }
        .trade-modal .calendar dd span.on, .trade-modal .calendar dd span:hover {
          background: #ff8400;
          color: #fff; }
  .trade-modal .bankCard-list2 ul {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .trade-modal .bankCard-list2 li {
    width: 50%;
    float: left;
    padding: 0.12rem 0.15rem; }
    .trade-modal .bankCard-list2 li .trade-Pay {
      padding: 0 !important; }
      .trade-modal .bankCard-list2 li .trade-Pay .bank-logo {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin: -0.08rem; }

.options-modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  .options-modal .optionsBox {
    min-width: 0.86rem;
    -moz-border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    border-radius: 0.04rem;
    background: #fff;
    position: absolute;
    top: 0.4rem;
    right: 0.08rem;
    z-index: 100;
    -webkit-animation: option 0.4s ease-in-out;
    -moz-animation: option 0.4s ease-in-out;
    animation: option 0.4s ease-in-out; }
    .options-modal .optionsBox:before {
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-left: 0.08rem solid transparent;
      border-right: 0.08rem solid transparent;
      border-bottom: 0.08rem solid #fff;
      position: absolute;
      top: -0.08rem;
      right: 0.1rem; }
    .options-modal .optionsBox ul {
      padding: 0.08rem 0.15rem;
      overflow: hidden; }
    .options-modal .optionsBox li {
      text-align: center;
      font-size: 0.14rem;
      line-height: 0.32rem; }

@-webkit-keyframes option {
  0% {
    -webkit-transform: translate(0, -0.2rem);
    -moz-transform: translate(0, -0.2rem);
    transform: translate(0, -0.2rem);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes option {
  0% {
    -webkit-transform: translate(0, -0.2rem);
    -moz-transform: translate(0, -0.2rem);
    transform: translate(0, -0.2rem);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }
.CRS-modal {
  width: 86%;
  max-width: 3.6rem;
  background: #fff;
  -moz-border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  border-radius: 0.12rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .CRS-modal .crs-box .crs-title {
    font-weight: bold;
    padding: 0.15rem 0 0.15rem 0.25rem; }
  .CRS-modal .crs-box .list-right input {
    width: 1.5rem; }
  .CRS-modal .btnGroup {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .CRS-modal .btnGroup button {
      width: 100%;
      line-height: 0.42rem;
      color: #fff;
      background: #a9978b;
      text-align: center;
      font-size: 0.14rem;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }

.IDupgrade {
  width: 3rem; }
  .IDupgrade .body {
    padding: 0.1rem 0.15rem; }
    .IDupgrade .body p {
      text-align: left !important;
      margin: 0.06rem 0 !important; }
      .IDupgrade .body p span {
        font-weight: bold;
        font-size: 0.15rem; }

.modal-password {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  min-height: 4rem; }
  .modal-password .header {
    width: 100%;
    overflow: hidden;
    padding: 0.1rem 0.15rem; }
    .modal-password .header button {
      background: #a9978b;
      font-size: 0.14rem;
      height: 0.28rem;
      line-height: 0.28rem;
      color: #fff;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem;
      padding: 0 0.12rem; }
  .modal-password .body {
    padding: 0.2rem;
    overflow: hidden; }
    .modal-password .body h4 {
      text-align: center;
      font-size: 0.15rem;
      margin: 0.2rem 0; }
    .modal-password .body .pass-box {
      margin: 0 auto;
      height: 0.5rem;
      overflow: hidden;
      position: relative; }
      .modal-password .body .pass-box input {
        width: 2.5rem;
        height: 0.5rem;
        opacity: 0;
        background: none;
        border: none;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 2;
        -webkit-text-security: disc; }
      .modal-password .body .pass-box .pass-item {
        width: 3rem;
        height: 0.5rem;
        font-size: 0;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -1.5rem;
        z-index: 1;
        border: 1px solid #d9d9d9;
        -moz-border-radius: 0.05rem;
        -webkit-border-radius: 0.05rem;
        border-radius: 0.05rem; }
        .modal-password .body .pass-box .pass-item span {
          font-size: 0.1rem;
          display: inline-block;
          vertical-align: middle;
          width: 16.66%;
          line-height: 0.48rem;
          height: 0.48rem;
          text-align: center;
          position: relative; }
          .modal-password .body .pass-box .pass-item span:after {
            content: '';
            width: 100%;
            height: 1px;
            background: #f2f2f2;
            position: absolute;
            bottom: 0;
            left: 0;
            -webkit-transform: scaleY(0.5);
            -moz-transform: scaleY(0.5);
            transform: scaleY(0.5); }
          .modal-password .body .pass-box .pass-item span:after {
            width: 1px;
            height: 100%;
            -webkit-transform: scaleX(0.5);
            -moz-transform: scaleX(0.5);
            transform: scaleX(0.5);
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
            transform: scaleY(1);
            background: #d9d9d9; }
          .modal-password .body .pass-box .pass-item span:first-child:after {
            width: 0; }
    .modal-password .body .login .closeBtn {
      top: 0.12rem;
      left: 0.12rem; }
    .modal-password .body .login h4 {
      font-size: 0.18rem;
      margin: 0.6rem 0 0.1rem; }

.password-modal {
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-animation: slideIn 0.8s;
  -moz-animation: slideIn 0.8s;
  animation: slideIn 0.8s; }
  .password-modal .header {
    padding: 0.1rem 0.4rem;
    overflow: hidden;
    position: relative; }
    .password-modal .header:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #f2f2f2;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: scaleY(0.5);
      -moz-transform: scaleY(0.5);
      transform: scaleY(0.5); }
    .password-modal .header h3 {
      font-size: 0.16rem;
      text-align: center;
      line-height: 0.3rem; }
    .password-modal .header .cancel-button {
      font-size: 0.14rem;
      width: 0.36rem;
      height: 0.3rem;
      line-height: 0.3rem; }
      .password-modal .header .cancel-button:before, .password-modal .header .cancel-button:after {
        width: 0; }

.signIn-modal {
  background: #fff;
  -moz-border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  border-radius: 0.12rem;
  text-align: center;
  width: 3.2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100; }
  .signIn-modal .header {
    background: #f8ddbd;
    padding: 0.35rem 0.2rem 0.15rem;
    -moz-border-radius: 0.12rem 0.12rem 0 0;
    -webkit-border-radius: 0.12rem 0.12rem 0 0;
    border-radius: 0.12rem 0.12rem 0 0;
    position: relative; }
    .signIn-modal .header img {
      height: 1rem;
      margin: 0 auto;
      width: auto;
      position: absolute;
      top: -0.7rem;
      left: 0;
      right: 0; }
    .signIn-modal .header p {
      font-size: 0.14rem;
      line-height: 0.24rem; }
      .signIn-modal .header p em {
        color: #ff8400;
        font-weight: bold;
        font-size: 0.16rem; }
  .signIn-modal .body {
    padding: 0.2rem 0.1rem;
    position: relative; }
    .signIn-modal .body p {
      font-size: 0.12rem;
      color: #666;
      text-align: center;
      line-height: 0.24rem; }
      .signIn-modal .body p em {
        color: #ff8400;
        font-weight: bold;
        font-size: 0.14rem; }
    .signIn-modal .body dl {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.15rem; }
      .signIn-modal .body dl dd {
        width: 100%;
        position: relative; }
        .signIn-modal .body dl dd:before {
          content: '';
          width: 100%;
          height: 1px;
          background: #d9d9d9;
          position: absolute;
          top: 0.15rem;
          left: -50%;
          z-index: -1; }
        .signIn-modal .body dl dd:first-child:before {
          width: 0; }
        .signIn-modal .body dl dd span {
          display: block;
          width: 0.3rem;
          height: 0.3rem;
          background: #fff;
          border: 1px solid #d9d9d9;
          margin: 0 auto;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          font-size: 0.13rem;
          line-height: 0.28rem;
          color: #999; }
        .signIn-modal .body dl dd p {
          font-size: 0.13rem;
          margin-top: 0.05rem; }
        .signIn-modal .body dl dd.active:before {
          background: #ff8400; }
        .signIn-modal .body dl dd.active span {
          background: #ff8400;
          border-color: #ff8400;
          color: #fff; }
    .signIn-modal .body .seconds {
      color: #999;
      font-size: 0.1rem; }

.login-modal {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index: 1001; }
  .login-modal .close {
    position: absolute;
    top: -0.28rem;
    right: 0.9rem;
    z-index: -1; }
    .login-modal .close:after {
      content: "";
      width: 1px;
      height: 0.63rem;
      background-color: #CAD2D5;
      position: absolute;
      left: 0;
      right: 0;
      top: 0.3rem;
      margin: 0 auto; }
    .login-modal .close i {
      width: 0.3rem;
      height: 0.3rem;
      border: 1px solid #CAD2D5;
      border-radius: 100%;
      position: relative;
      display: block; }
    .login-modal .close i:before, .login-modal .close i:after {
      content: "";
      width: 1px;
      height: 0.15rem;
      background-color: #CAD2D5;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      transform-origin: center center; }
    .login-modal .close i:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
      transform: translate(-50%, -50%) rotate(45deg) !important; }
  .login-modal .body {
    width: 66%;
    min-height: 2.75rem;
    position: absolute;
    top: 30%;
    left: 17.5%;
    padding: 0 0.15rem; }
  .login-modal .login-list li {
    padding: 0.2rem 0 0.1rem 0.24rem;
    position: relative;
    overflow: hidden;
    line-height: 0.2rem; }
    .login-modal .login-list li:after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #e5e5e5;
      position: absolute;
      bottom: 0;
      left: 0.24rem;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.5); }
    .login-modal .login-list li i {
      width: 0.2rem;
      height: 0.2rem;
      display: block;
      position: absolute;
      left: 0;
      top: 0.12rem;
      bottom: 0;
      margin: auto; }
    .login-modal .login-list li .icon-phone {
      background: url(../img/login-icon01.png) no-repeat left center;
      background-size: 0.13rem auto; }
    .login-modal .login-list li .icon-imgcode {
      background: url(../img/login-icon02.png) no-repeat left center;
      background-size: 0.17rem auto; }
    .login-modal .login-list li .icon-code {
      background: url(../img/login-icon03.png) no-repeat left center;
      background-size: 0.14rem auto; }
    .login-modal .login-list li input {
      width: 100%;
      font-size: 0.16rem;
      line-height: 0.2rem;
      display: block; }
    .login-modal .login-list li .codeImg {
      width: 0.6rem;
      height: 0.2rem;
      min-width: 0.6rem;
      position: relative; }
      .login-modal .login-list li .codeImg img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-55%);
        transform: translateY(-55%); }
    .login-modal .login-list li .codeBtn {
      color: #FF8400;
      font-size: 0.15rem;
      width: 0.8rem;
      min-width: 0.8rem;
      line-height: 0.2rem; }
  .login-modal .login-tip {
    color: #FF3E19;
    font-size: 0.14rem;
    text-align: center;
    padding: 0.1rem 0; }
  .login-modal .login-btn {
    width: 1.5rem;
    margin: auto;
    display: block;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0; }

.share-modal {
  width: 100%;
  background: #f2f2f2;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all; }
  .share-modal dl {
    margin: 0.3rem 0; }
    .share-modal dl dd span {
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      overflow: hidden;
      margin: 0 auto; }
      .share-modal dl dd span img {
        height: 100%;
        width: auto; }
      .share-modal dl dd span.icon-pyq img {
        margin-left: -1.16rem; }
      .share-modal dl dd span.icon-qq img {
        margin-left: -2.25rem; }
      .share-modal dl dd span.icon-wb img {
        margin-left: -3.31rem; }
    .share-modal dl dd p {
      font-size: 0.11rem;
      color: #666;
      text-align: center;
      margin-top: 0.1rem; }
  .share-modal button {
    background: #fff;
    text-align: center;
    width: 100%;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.5rem;
    padding: 0; }

.mui-backdrop {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.mui-toast-container {
  position: fixed;
  z-index: 9999;
  top: 20%;
  width: 100%;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .mui-toast-container.mui-active {
    opacity: 1; }
  .mui-toast-container .mui-toast-message {
    width: 2.7rem;
    font-size: 0.14rem;
    line-height: 1.5;
    margin: 0.05rem auto;
    padding: 0.1rem;
    text-align: center;
    color: #333;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    background-color: #d9d9d9; }

.mui-indexed-list {
  background-color: #f2f2f2;
  position: relative;
  overflow-y: scroll;
  height: 3rem;
  cursor: default; }
  .mui-indexed-list .mui-indexed-list-bar {
    width: 0.26rem;
    background: rgba(243, 193, 134, 0.35);
    position: absolute;
    height: 100%;
    z-index: 10;
    right: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
    .mui-indexed-list .mui-indexed-list-bar a {
      display: block;
      text-align: center;
      font-size: 0.14rem;
      padding: 0;
      margin: 0;
      color: #999; }
    .mui-indexed-list .mui-indexed-list-bar.active {
      background-color: #c8c8c8; }
      .mui-indexed-list .mui-indexed-list-bar.active a {
        color: #333; }
        .mui-indexed-list .mui-indexed-list-bar.active a.active {
          color: #ff8400; }
  .mui-indexed-list .mui-indexed-list-alert {
    position: absolute;
    z-index: 20;
    background-color: #ff8400;
    width: 0.8rem;
    height: 0.8rem;
    left: 50%;
    top: 50%;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.35rem;
    color: #fff;
    display: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
  .mui-indexed-list .mui-indexed-list-alert.active {
    display: block; }
  .mui-indexed-list .mui-indexed-list-inner {
    margin: 0;
    padding: 0;
    border: none;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .mui-indexed-list .mui-indexed-list-inner::-webkit-scrollbar {
      width: 0;
      height: 0;
      visibility: hidden; }
    .mui-indexed-list .mui-indexed-list-inner .mui-indexed-list-empty-alert {
      display: none;
      padding: 0.3rem 0.45rem 0.3rem 0.15rem;
      text-align: center;
      color: #ccc; }
    .mui-indexed-list .mui-indexed-list-inner.empty ul {
      display: none; }
    .mui-indexed-list .mui-indexed-list-inner.empty .mui-indexed-list-empty-alert {
      display: block; }
    .mui-indexed-list .mui-indexed-list-inner .mui-indexed-list-group {
      padding-top: 0.05rem;
      padding-bottom: 0.05rem;
      padding-right: 0.45rem;
      background-color: #f2f2f2; }
    .mui-indexed-list .mui-indexed-list-inner .mui-indexed-list-item {
      padding-right: 0.45rem; }

.mui-ios .mui-indexed-list-inner {
  width: calc(100% + 10px); }
.mui-ios .mui-indexed-list-group, .mui-ios .mui-indexed-list-item, .mui-ios .mui-indexed-list-empty-alert {
  padding-right: 0.55rem; }

.mui-table-view {
  font-size: 0.16rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  background-color: #fff;
  position: relative; }
  .mui-table-view:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .mui-table-view:before {
    content: '';
    height: 1px;
    background-color: #c8c7cc;
    position: absolute;
    right: 0;
    left: 0;
    top: -1px;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }

.mui-table-view-divider {
  font-weight: 500;
  position: relative;
  margin-top: -1px;
  margin-left: 0;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.15rem;
  color: #999;
  background-color: #f2f2f2; }

.mui-table-view-cell {
  font-size: 0.15rem;
  overflow: hidden;
  padding: 0.12rem 0.15rem;
  -webkit-touch-callout: none;
  position: relative; }
  .mui-table-view-cell:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5); }

#result {
  font-size: 0.14rem;
  text-align: center; }

.mui-poppicker {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
  border-top: solid 1px #d9d9d9;
  box-shadow: 0 -0.05rem 0.07rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem); }
  .mui-poppicker.mui-active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .mui-poppicker .mui-poppicker-header {
    padding: 0.06rem 0.1rem;
    font-size: 0.14rem;
    color: #999;
    position: relative;
    z-index: 100; }
    .mui-poppicker .mui-poppicker-header .mui-btn {
      font-size: 0.14rem;
      line-height: 0.2rem;
      padding: 0.05rem 0.1rem;
      background: #a9978b;
      color: #fff;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem; }
      .mui-poppicker .mui-poppicker-header .mui-btn.mui-poppicker-btn-cancel {
        float: left; }
      .mui-poppicker .mui-poppicker-header .mui-btn.mui-poppicker-btn-ok {
        float: right;
        background: #ff8400; }
  .mui-poppicker .mui-poppicker-clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden; }
  .mui-poppicker .mui-poppicker-body {
    position: relative;
    width: 100%;
    height: 2rem; }

.mui-picker {
  width: 100%;
  margin: 0;
  border: none;
  float: left;
  background-color: #f2f2f2;
  position: relative;
  height: 2rem;
  -webkit-user-select: none;
  user-select: none; }
  .mui-picker .mui-picker-inner {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);
    -webkit-mask-box-image: linear-gradient(top, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent); }
    .mui-picker .mui-picker-inner .mui-pciker-rule {
      box-sizing: border-box;
      padding: 0;
      margin: -0.18rem 0 0;
      width: 100%;
      height: 0.36rem;
      line-height: 0.36rem;
      position: absolute;
      left: 0;
      top: 50%; }
      .mui-picker .mui-picker-inner .mui-pciker-rule.mui-pciker-rule-ft {
        z-index: 2;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .mui-picker .mui-picker-inner .mui-pciker-list {
      box-sizing: border-box;
      padding: 0;
      margin: -0.18rem 0 0;
      width: 100%;
      height: 0.36rem;
      line-height: 0.36rem;
      position: absolute;
      left: 0;
      top: 50%;
      z-index: 1;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: perspective(750pt) rotateY(0) rotateX(0);
      transform: perspective(750pt) rotateY(0) rotateX(0); }
      .mui-picker .mui-picker-inner .mui-pciker-list li {
        width: 100%;
        height: 100%;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        font-size: 0.14rem;
        color: #999;
        padding: 0 0.08rem;
        cursor: default;
        visibility: hidden;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .mui-picker .mui-picker-inner .mui-pciker-list li.highlight {
          visibility: visible;
          color: #000; }
        .mui-picker .mui-picker-inner .mui-pciker-list li.visible {
          visibility: visible; }
    .mui-picker .mui-picker-inner .mui-pciker-rule-bg {
      z-index: 0; }

.mui-android-5-1 .mui-poppicker {
  bottom: -3rem;
  -webkit-transition-property: bottom;
  -webkit-transform: none; }
  .mui-android-5-1 .mui-poppicker.mui-active {
    bottom: 0;
    -webkit-transition-property: bottom;
    -webkit-transform: none; }

.mui-dtpicker {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
  border-top: solid 1px #d9d9d9;
  box-shadow: 0 -0.05rem 0.07rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem); }
  .mui-dtpicker.mui-active {
    -webkit-transform: translateY(0); }
  .mui-dtpicker .mui-dtpicker-header {
    padding: 0.06rem 0.1rem;
    font-size: 0.14rem;
    color: #999;
    position: relative;
    z-index: 100; }
    .mui-dtpicker .mui-dtpicker-header button {
      font-size: 0.14rem;
      line-height: 0.2rem;
      padding: 0.05rem 0.1rem;
      background: #a9978b;
      color: #fff;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem; }
      .mui-dtpicker .mui-dtpicker-header button:last-child {
        float: right;
        background: #ff8400; }
  .mui-dtpicker .mui-dtpicker-title h5 {
    font-size: 0.14rem;
    display: inline-block;
    width: 20%;
    margin: 0;
    padding: 0.08rem;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d9d9d9; }
  .mui-dtpicker .mui-dtpicker-body {
    position: relative;
    width: 100%;
    height: 2rem; }
  .mui-dtpicker .mui-picker {
    width: 20%;
    height: 100%;
    margin: 0;
    float: left;
    border: none; }

.mui-android-5-1 .mui-dtpicker {
  bottom: -3rem;
  -webkit-transition-property: bottom;
  -webkit-transform: none; }
  .mui-android-5-1 .mui-dtpicker.mui-active {
    bottom: 0;
    -webkit-transition-property: bottom;
    -webkit-transform: none; }

.mui-ios .mui-dtpicker-body {
  -webkit-perspective: 75pc;
  perspective: 75pc;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

[data-type=hour] [data-id=title-i], [data-type=hour] [data-id=picker-i], [data-type=month] [data-id=title-i], [data-type=month] [data-id=picker-d], [data-type=month] [data-id=title-d], [data-type=month] [data-id=picker-h], [data-type=month] [data-id=title-h], [data-type=month] [data-id=picker-i], [data-type=time] [data-id=picker-y], [data-type=time] [data-id=picker-m], [data-type=time] [data-id=picker-d], [data-type=time] [data-id=title-y], [data-type=time] [data-id=title-m], [data-type=time] [data-id=title-d], [data-type=date] [data-id=title-i], [data-type=date] [data-id=picker-h], [data-type=date] [data-id=title-h], [data-type=date] [data-id=picker-i] {
  display: none !important; }

[data-type=hour] [data-id=picker-h], [data-type=hour] [data-id=title-h], [data-type=datetime] [data-id=picker-h], [data-type=datetime] [data-id=title-h] {
  border-left: 1px dotted #ccc; }

[data-type=datetime].mui-picker, [data-type=time].mui-dtpicker-title h5 {
  width: 20%; }

[data-type=date] .mui-dtpicker-title h5, [data-type=date] .mui-picker {
  width: 33.3%; }

[data-type=hour] .mui-dtpicker-title h5, [data-type=hour] .mui-picker {
  width: 25%; }

[data-type=month] .mui-dtpicker-title h5, [data-type=month] .mui-picker, [data-type=time] .mui-dtpicker-title h5, [data-type=time] .mui-picker {
  width: 50%; }

/*# sourceMappingURL=component.util.css.map */
