/*!
 * =====================================================
 * SUI Mobile - http://m.sui.taobao.org/
 *
 * =====================================================
 */

/*.transition(@d) {
    -webkit-transition-duration: @d;
    transition-duration: @d;
}
.delay(@d) {
    -webkit-transition-delay: @d;
    transition-delay: @d;
}
.transform(@t) {
    -webkit-transform: @t;
    transform: @t;
}
.transform-origin(@to) {
    -webkit-transform-origin: @to;
    transform-origin: @to;
}
.translate3d(@x:0, @y:0, @z:0) {
    -webkit-transform: translate3d(@x,@y,@z);
    transform: translate3d(@x,@y,@z);
}
.animation(@a) {
    -webkit-animation: @a;
    animation: @a;
}
.border-box(){
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-shadow(@bs) {
    -webkit-box-shadow: @bs;
    box-shadow: @bs;
}
.animation-name(@name) {
  -webkit-animation-name: @name;
     -moz-animation-name: @name;
          animation-name: @name;
}
.animation-duration(@duration) {
  -webkit-animation-duration: @duration;
     -moz-animation-duration: @duration;
          animation-duration: @duration;
}
.animation-direction(@direction) {
  -webkit-animation-direction: @direction;
     -moz-animation-direction: @direction;
          animation-direction: @direction;
}
*/
html {
  font-size: 20px;
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333px !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 22.08px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 25.6px !important;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}

footer,
header,
main,
menu,
nav {
  display: block;
}

a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


small {
  font-size: 80%;
}
sm {
  font-size: 50%;
}

img {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #3d4145;
  background: #f5f5f5;
  overflow: hidden;
}
a,
input,
textarea,
select,
button {
  outline: 0;
}
p {
  margin: 0.25rem 0;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #DD2726;
}


.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2b7;
  z-index: 2000;
}
.content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.bar-nav ~ .content {
  top: 2.2rem;
}
.bar-header-secondary ~ .content {
  top: 4.4rem;
}
.bar-footer ~ .content {
  bottom: 2.2rem;
}
.bar-footer-secondary ~ .content {
  bottom: 4.4rem;
}
.bar-tab ~ .content {
  bottom: 2.5rem;
}
.bar-footer-secondary-tab ~ .content {
  bottom: 4.7rem;
}
.content-padded {
  margin: 0.5rem;
}



.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* === Content Block === */
.content-block {
  margin: 1.75rem 0;
  padding: 0 0.75rem;
  color: #6d6d72;
}

.view {
  margin:0px;
  padding: 0 0;position: relative;
}
.view-block {
  margin: 2.15rem 0;
  padding: 0 0
  color: #6d6d72;
}
.content-block-title {
  position: relative;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.7rem;
  text-transform: uppercase;
  line-height: 1;
  color: #6d6d72;
  margin: 0.5rem 0.75rem 0.5rem;
}
.content-block-title + .list-block,
.content-block-title + .content-block,
.content-block-title + .card {
  margin-top: 0.1rem;
}
.content-block-inner {
  background: #fff;
  padding: 0.5rem 0.75rem;
  margin-left: -0.75rem;
  width: 100%;
  position: relative;
  color: #3d4145;
}
.content-block-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #c8c7cc;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .content-block-inner:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .content-block-inner:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.content-block-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #c8c7cc;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .content-block-inner:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .content-block-inner:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.content-block.inset {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  border-radius: 0.35rem;
}
.content-block.inset .content-block-inner {
  border-radius: 0.35rem;
}
.content-block.inset .content-block-inner:before {
  display: none;
}
.content-block.inset .content-block-inner:after {
  display: none;
}
@media all and (min-width: 768px) {
  .content-block.tablet-inset {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    border-radius: 0.35rem;
  }
  .content-block.tablet-inset .content-block-inner {
    border-radius: 0.35rem;
  }
  .content-block.tablet-inset .content-block-inner:before {
    display: none;
  }
  .content-block.tablet-inset .content-block-inner:after {
    display: none;
  }
}

/* === Grid === */
.row {
  overflow: hidden;
  margin-left: -4%;
}
.row > [class*="col-"],
.row > [class*="tablet-"] {
  box-sizing: border-box;
  float: left;
}
.row.no-gutter {
  margin-left: 0;
}
.row .col-100 {
  width: 96%;
  margin-left: 4%;
}
.row.no-gutter .col-100 {
  width: 100%;
  margin: 0;
}
.row .col-95 {
  width: 91%;
  margin-left: 4%;
}
.row.no-gutter .col-95 {
  width: 95%;
  margin: 0;
}
.row .col-90 {
  width: 86%;
  margin-left: 4%;
}
.row.no-gutter .col-90 {
  width: 90%;
  margin: 0;
}
.row .col-85 {
  width: 81%;
  margin-left: 4%;
}
.row.no-gutter .col-85 {
  width: 85%;
  margin: 0;
}
.row .col-80 {
  width: 76%;
  margin-left: 4%;
}
.row.no-gutter .col-80 {
  width: 80%;
  margin: 0;
}
.row .col-75 {
  width: 71.00000000000001%;
  margin-left: 4%;
}
.row.no-gutter .col-75 {
  width: 75%;
  margin: 0;
}
.row .col-66 {
  width: 62.66666666666666%;
  margin-left: 4%;
}
.row.no-gutter .col-66 {
  width: 66.66666666666666%;
  margin: 0;
}
.row .col-60 {
  width: 55.99999999999999%;
  margin-left: 4%;
}
.row.no-gutter .col-60 {
  width: 60%;
  margin: 0;
}
.row .col-50 {
  width: 46%;
  margin-left: 4%;
}
.row.no-gutter .col-50 {
  width: 50%;
  margin: 0;
}
.row .col-40 {
  width: 36%;
  margin-left: 4%;
}
.row.no-gutter .col-40 {
  width: 40%;
  margin: 0;
}
.row .col-33 {
  width: 29.333333333333332%;
  margin-left: 4%;
}

.row .col-33.b-right{ position:relative}
.row .col-33.b-right:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
 
  width: 1px;
  height: 100%;
  background-color:#F0F0F0;
  display: block;
  z-index: 15;
  
  
}


.row .col-25 {
  width: 21%;
  margin-left: 4%;
}
.row.no-gutter .col-25 {
  width: 25%;
  margin: 0;
}
.row .col-20 {
  width: 16%;
  margin-left: 4%;
}
.row.no-gutter .col-20 {
  width: 20%;
  margin: 0;
}
 .row .col-16 {
    width: 16.66666666666667%;
    margin-left: 4%;
  } 
 .row.no-gutter .col-16 {
    width: 16.66666666666667%;
    margin: 0;
  } 

.row .col-15 {
  width: 10.999999999999998%;
  margin-left: 4%;
}
.row.no-gutter .col-15 {
  width: 15%;
  margin: 0;
}

.row .col-10 {
  width: 6%;
  margin-left: 4%;
}
.row.no-gutter .col-10 {
  width: 10%;
  margin: 0;
}
.row .col-5 {
  width: 1%;
  margin-left: 4%;
}
.row.no-gutter .col-5 {
  width: 5%;
  margin: 0;
}
@media all and (min-width: 768px) {
  .row {
    margin-left: -2%;
  }
  .row .col-100 {
    width: 98%;
    margin-left: 2%;
  }
  .row.no-gutter .col-100 {
    width: 100%;
    margin: 0;
  }
  .row .col-95 {
    width: 93%;
    margin-left: 2%;
  }
  .row.no-gutter .col-95 {
    width: 95%;
    margin: 0;
  }
  .row .col-90 {
    width: 87.99999999999999%;
    margin-left: 2%;
  }
  .row.no-gutter .col-90 {
    width: 90%;
    margin: 0;
  }
  .row .col-85 {
    width: 82.99999999999999%;
    margin-left: 2%;
  }
  .row.no-gutter .col-85 {
    width: 85%;
    margin: 0;
  }
  .row .col-80 {
    width: 78%;
    margin-left: 2%;
  }
  .row.no-gutter .col-80 {
    width: 80%;
    margin: 0;
  }
  .row .col-75 {
    width: 73%;
    margin-left: 2%;
  }
  .row.no-gutter .col-75 {
    width: 75%;
    margin: 0;
  }
  .row .col-66 {
    width: 64.66666666666666%;
    margin-left: 2%;
  }
  .row.no-gutter .col-66 {
    width: 66.66666666666666%;
    margin: 0;
  }
  .row .col-60 {
    width: 58%;
    margin-left: 2%;
  }
  .row.no-gutter .col-60 {
    width: 60%;
    margin: 0;
  }
  .row .col-50 {
    width: 48%;
    margin-left: 2%;
  }
  .row.no-gutter .col-50 {
    width: 50%;
    margin: 0;
  }
  .row .col-40 {
    width: 38%;
    margin-left: 2%;
  }
  .row.no-gutter .col-40 {
    width: 40%;
    margin: 0;
  }
  .row .col-33 {
    width: 31.333333333333332%;
    margin-left: 2%;
  }
  .row.no-gutter .col-33 {
    width: 33.333333333333336%;
    margin: 0;
  }
  .row .col-25 {
    width: 23%;
    margin-left: 2%;
  }
  .row.no-gutter .col-25 {
    width: 25%;
    margin: 0;
  }
  .row .col-20 {
    width: 18%;
    margin-left: 2%;
  }
  .row.no-gutter .col-20 {
    width: 20%;
    margin: 0;
  }
  .row .col-15 {
    width: 13%;
    margin-left: 2%;
  }
  .row.no-gutter .col-15 {
    width: 15%;
    margin: 0;
  }
   .row .col-16 {
    width: 16.66666666666667%;
    margin-left: 2%;
  } 
  .row.no-gutter .col-16 {
    width: 16.66666666666667%;
    margin: 0;
  }  
  .row .col-10 {
    width: 8%;
    margin-left: 2%;
  }
  .row.no-gutter .col-10 {
    width: 10%;
    margin: 0;
  }
  .row .col-5 {
    width: 3%;
    margin-left: 2%;
  }
  .row.no-gutter .col-5 {
    width: 5%;
    margin: 0;
  }
  .row .tablet-100 {
    width: 98%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-100 {
    width: 100%;
    margin: 0;
  }
  .row .tablet-95 {
    width: 93%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-95 {
    width: 95%;
    margin: 0;
  }
  .row .tablet-90 {
    width: 87.99999999999999%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-90 {
    width: 90%;
    margin: 0;
  }
  .row .tablet-85 {
    width: 82.99999999999999%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-85 {
    width: 85%;
    margin: 0;
  }
  .row .tablet-80 {
    width: 78%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-80 {
    width: 80%;
    margin: 0;
  }
  .row .tablet-75 {
    width: 73%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-75 {
    width: 75%;
    margin: 0;
  }
  .row .tablet-66 {
    width: 64.66666666666666%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-66 {
    width: 66.66666666666666%;
    margin: 0;
  }
  .row .tablet-60 {
    width: 58%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-60 {
    width: 60%;
    margin: 0;
  }
  .row .tablet-50 {
    width: 48%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-50 {
    width: 50%;
    margin: 0;
  }
  .row .tablet-40 {
    width: 38%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-40 {
    width: 40%;
    margin: 0;
  }
  .row .tablet-33 {
    width: 31.333333333333332%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-33 {
    width: 33.333333333333336%;
    margin: 0;
  }
  .row .tablet-25 {
    width: 23%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-25 {
    width: 25%;
    margin: 0;
  }
  .row .tablet-20 {
    width: 18%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-20 {
    width: 20%;
    margin: 0;
  }
  .row .tablet-15 {
    width: 13%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-15 {
    width: 15%;
    margin: 0;
  }
  .row .tablet-10 {
    width: 8%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-10 {
    width: 10%;
    margin: 0;
  }
  .row .tablet-5 {
    width: 3%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-5 {
    width: 5%;
    margin: 0;
  }
}

.bar {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  height: 2.2rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: #f7f7f8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bara {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  height: 2.2rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: ;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bara-nav {
  top: 0.1rem;
}
.bar:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 0px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.bar.nobg{ background:none; border:none;}
.bar.nobg:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 0px;
  width: 100%;
  background-color: none;  
  z-index: 15;
 
}

.nobg ~ .content {
  top: 0rem;
}
 
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bar:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .bar:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.bar-header-secondary {
  top: 2.2rem;
}
.bar-footer {
  bottom: 0;
}
.bar-footer-secondary {
  bottom: 2.2rem;
}
.bar-footer-secondary-tab {
  bottom: 2.5rem;
}
.bar-footer:before,
.bar-footer-secondary:before,
.bar-footer-secondary-tab:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bar-footer:before,
  .bar-footer-secondary:before,
  .bar-footer-secondary-tab:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .bar-footer:before,
  .bar-footer-secondary:before,
  .bar-footer-secondary-tab:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.bar-footer:after,
.bar-footer-secondary:after,
.bar-footer-secondary-tab:after {
  display: none;
}
.bar-nav {
  top: 0;
}


.title {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 -0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #3d4145;
  text-align: center;
  white-space: nowrap;
}
.title a {
  color: inherit;
}
.bar-tab {
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  padding: 0;
  table-layout: fixed;
}
.bar-tab:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #cccccc;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bar-tab:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .bar-tab:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.bar-tab:after {
  display: none;
}
.bar-tab .tab-item {
  position: relative;
  display: table-cell;
  width: 1%;
  height: 2.5rem;
  color: #666;
  text-align: center;
  vertical-align: middle;
}
.bar-tab .tab-item.active,
.bar-tab .tab-item:active {
  color: #DD2726;
}
.bar-tab .tab-item .badge {
  position: absolute;
  top: .1rem;
  left: 50%;
  z-index: 100;
  height: .8rem;
  min-width: .8rem;
  padding: 0 .2rem;
  font-size: .6rem;
  line-height: .8rem;
  color: white;
  vertical-align: top;
  background: red;
  border-radius: .5rem;
  margin-left: .1rem;
}
.bar-tab .tab-item .icon {
  top: 0.05rem;
  height: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.bar-tab .tab-item .icon ~ .tab-label {
  display: block;
  font-size: 0.55rem;
  position: relative;
  top: 0.15rem;
}
.bar .button {
  position: relative;
  top: 0.35rem;
  z-index: 20;
  margin-top: 0;
  font-weight: 400;
}
.bar .button.pull-right {
  margin-left: 0.5rem;
}
.bar .button.pull-left {
  margin-right: 0.5rem;
}
.bar .button-link {
  top: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 2.2rem;
  height: 2.2rem;
  color: #DD2726;
  border: 0;
}
.bar .button-link:active,
.bar .button-link.active {
  color: #f44236;
}
.bar .button-block {
  top: 0.35rem;
  font-size: 0.8rem;
  width: 100%;
}
.bar .button-nav.pull-left {
  margin-left: -0.25rem;
}
.bar .button-nav.pull-left .icon-left-nav {
  margin-right: -0.15rem;
}
.bar .button-nav.pull-right {
  margin-right: -0.25rem;
}
.bar .button-nav.pull-right .icon-right-nav {
  margin-left: -0.15rem;
}
.bar .icon {
  position: relative;
  z-index: 20;
  padding: .5rem .1rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
.bar .button .icon {
  padding: 0;
}
.bar .title .icon {
  padding: 0;
}
.bar .title .icon.icon-caret {
  top: 0.2rem;
  margin-left: -0.25rem;
}
.bar-footer .icon {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.bar input[type="search"] {
  height: 1.45rem;
  margin: 0.3rem 0;
}

.bar-tab .tab-item .centerbar {
  
  height: 1.5rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
   padding-top: 0;
  padding-bottom: 0;

}
.bar-tab .tab-item .centername{ font-size:0.65rem;}



.tubiao {
  width:3rem;
  height: 1.5rem;
  line-height: 1.5rem; margin:0 auto;  position:relative;
  z-index:999;
  
}
.tubiao:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1rem;
  bottom: auto;
  right: auto;
  height: 1.5rem;
  width: 3rem;
  background-color: #f7f7f8; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;z-index:8;
  display: block; /*border-top:1px solid #e7e7e7;*/
  border-radius:1.5rem 1.5rem 0 0;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.tubiao i.icontu{
   position:absolute;z-index:998;
   top:-0.8rem;
   left:0.3rem;
   border-radius:1.2rem 1.2rem 0 0;/* background:#003399;*/ z-index:99999;
   width:2.4rem;
   height:2.4rem;
   background:url(../images/menuvip.png) no-repeat;background-size:100% 100%;
   
   
 }

.item-after2 {

padding-top:0rem;
padding-bottom:0.05rem;
}
.badge0 {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  background-color: #cc9933;
  border-radius: 0.5rem;
}
.badge1 {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  background-color: #f7f7f7;
  border-radius: 0.5rem;
}
.badge2 {
  display: inline-block;
  padding: 0.05rem 0.4rem;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background-color: #cc9933;
  border-radius: 0.5rem;
}
.badge3 {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  background-color: #cc9933;
  border-radius: 0.5rem;
}
.badge4 {
  display: inline-block;
  padding: 0.1rem 0.3rem;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background-color: #cc9933;
  border-radius: 0.5rem;
}
.badge {
  display: inline-block;
  padding: 0.1rem 0.45rem;
  font-size: 0.6rem;
  line-height: 1;
  color: #3d4145;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5rem;
}

.badge.badge-inverted {
  padding: 0 0.25rem 0 0;
  background-color: transparent;
}

/*悬浮菜单*/
.fixed-cart {
	height: 40px;
    width: 40px;
    border-radius:50%;
    position:fixed;
    bottom:3.5rem;
    right: 1.5rem;
    z-index: 9999999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.65rem;
    
    overflow: hidden;background: rgba(255,255,255,0.9); background:#e9e9e9;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    display: block; text-align:center; padding:4px 0; padding-bottom:2px;/*color: #fff;*/
}
.fixed-cart .cartnum{display: block; font-size:14px; line-height:12px; color:#FF2321}
.fixed-cart i{display: block; font-size:24px; line-height:24px; color:rgba(255,255,255,0.9);color:#FF2321}

.fixed-menu.show{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
 
.fixed-menu a.fixed-btn{ width:1.5rem; height:1.5rem;  display:block;text-align:center; font-size:1rem; color:#ff574c}
.fixed-menu a.fixed-btn.on  {background:#f44236;color:#fff}
/* === Lists === */
.list-block {
  margin: 0.25rem 0;
  font-size: 0.85rem;
 
}
.list-block ul {
  background: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.list-block ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-block ul:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .list-block ul:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.list-block ul:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-block ul:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .list-block ul:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.list-block ul ul {
  padding-left: 2.25rem;
}
.list-block ul ul:before {
  display: none;
}
.list-block ul ul:after {
  display: none;
}
.list-block .align-top,
.list-block .align-top .item-content,
.list-block .align-top .item-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.list-block {
  margin: 0.3rem 0;
  font-size: 0.85rem;
 
}
.list-block ul {
  background: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.list-block ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
} 


.list-block.nobg { padding:0px; margin:0px auto;
}
.list-block.nobg ul { background:#ffffff
}

.list-block.inset {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  border-radius: 0.35rem;
}
.list-block.inset .content-block-title {
  margin-left: 0;
  margin-right: 0;
}
.list-block.inset ul {
  border-radius: 0.35rem;
}
.list-block.inset ul:before {
  display: none;
}
.list-block.inset ul:after {
  display: none;
}
.list-block.inset li:first-child > a {
  border-radius: 0.35rem 0.35rem 0 0;
}
.list-block.inset li:last-child > a {
  border-radius: 0 0 0.35rem 0.35rem;
}
.list-block.inset li:first-child:last-child > a {
  border-radius: 0.35rem;
}
@media all and (min-width: 768px) {
  .list-block.tablet-inset {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    border-radius: 0.35rem;
  }
  .list-block.tablet-inset .content-block-title {
    margin-left: 0;
    margin-right: 0;
  }
  .list-block.tablet-inset ul {
    border-radius: 0.35rem;
  }
  .list-block.tablet-inset ul:before {
    display: none;
  }
  .list-block.tablet-inset ul:after {
    display: none;
  }
  .list-block.tablet-inset li:first-child > a {
    border-radius: 0.35rem 0.35rem 0 0;
  }
  .list-block.tablet-inset li:last-child > a {
    border-radius: 0 0 0.35rem 0.35rem;
  }
  .list-block.tablet-inset li:first-child:last-child > a {
    border-radius: 0.35rem;
  }
  .list-block.tablet-inset .content-block-title {
    margin-left: 0;
    margin-right: 0;
  }
  .list-block.tablet-inset ul {
    border-radius: 0.35rem;
  }
  .list-block.tablet-inset ul:before {
    display: none;
  }
  .list-block.tablet-inset ul:after {
    display: none;
  }
  .list-block.tablet-inset li:first-child > a {
    border-radius: 0.35rem 0.35rem 0 0;
  }
  .list-block.tablet-inset li:last-child > a {
    border-radius: 0 0 0.35rem 0.35rem;
  }
  .list-block.tablet-inset li:first-child:last-child > a {
    border-radius: 0.35rem;
  }
}
.list-block li {
  box-sizing: border-box;
  position: relative;
}
.list-block .item-media {
  font-size:35px;
  margin-top:-0.4rem;	
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 0.35rem;
  padding-bottom: 0.4rem;
}
.list-block .item-media i + i {
  margin-left: 0.25rem;
}
.list-block .item-media i + img {
  margin-left: 0.25rem;
}
.list-block .item-media + .item-inner {
  margin-left: 0.75rem;
}
.list-block .item-inner {
  padding-right: 0.75rem;
  position: relative;
  width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.35rem;
  min-height: 2.2rem;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.list-block .item-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-block .item-inner:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .list-block .item-inner:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.list-block .item-title {
  -webkit-flex-shrink: 1;
  -ms-flex: 0 1 auto;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.list-block .item-title.label {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 4px 0;
}
.list-block .item-title.label-auto {
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 4px 0;
}
.list-block .item-input {
  width: 100%;
  margin-top: -0.4rem;
  margin-bottom: -0.35rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex: 0 1 auto;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
.list-block .item-after {
  white-space: nowrap;
  color: #5f646e;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-height: 1.4rem;
}
.list-block .item-after.item-time{
font-size: 0.8rem;color:#ccc;
}
.list-block .item-after .badge{
 color:#fff; background:#cc9933;
}
.list-block .smart-select .item-after {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.list-block .item-link {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
  color: inherit;
}
.list-block .item-link .item-inner {
  padding-right: 1.5rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUM0QzFDNzMyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUM0QzFDNzQyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QzRDMUM3MTJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QzRDMUM3MjJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjs2Bb4AAAItSURBVHjazJhbK0RRGIb3DIOU/AG5kUTOgxmHceFGKf6BO+Vf+E8KKYcYg3FuMpNIDhFJXJAcp/GtvKumrzVs+zBrvfU2u689q6d3rb33+lYgl8tZvymZ3JOX7eQp8gT50fJA0Wj4z3tKbY5VR14hV5ObyWLkZ6sICtq4p4V8CjihevIWucoUQJFUmtUayTvkShMAL5DiGqs3IMlK3YBSgwrIZkBWmAAoIRMKyG2/IIMO/hMjbygepCS53ARAoQHyOqu1YbrLTADMAXJbASmSDOkGlOpTQHaQN72CdAuYBeQuq4cBWaIbUEJGC0Am3UIGPVoqMsk9Vu/CwxTQDSj0iSQPWD2C6Q7oBhT6AmRKAZkwAVDoowBkn+LdqQVQ6A2QhwrIuAmAEjKi2KrF/jPdfgIKveI7Pcfq/eSMCYBSD4pakymA0+RxVrsn15oAOEMeY7Vbcif5ys4ApT7CzZJHWO2G3I1fSyfgPHmY1a7x6bvT/ZpZUMBdOoHzI8El8pCiK+wq8CQXNcFlBdw51tyD00G9SnAVHV++zgDn6hzHiwTjCrgTTKvrQya3Ca5jA5CvY3IP+UlnTxJEb8zhjpDck1cL20mCAcBFWD2D2ovOvjiERojDpTGtnsL9N8EQegt+LJrC5vRN59lMORp0DrePNH2BswvYivXVzuoHSO7dz+2QHcAa6+eMOl87WHOffm8m7QCK7foog+tFi2mZACg3npPkRUxrtkitgvUtwAA5A3LWdzPizwAAAABJRU5ErkJggg==);
  background-size: 0.7rem;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-position: -webkit-calc(100% - .5rem) center;
  background-position: calc(100% - .5rem) center;
}
html:not(.watch-active-state) .list-block .item-link:active,
.list-block .item-link.active-state {
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms;
  background-color: #d9d9d9;
}
html:not(.watch-active-state) .list-block .item-link:active .item-inner:after,
.list-block .item-link.active-state .item-inner:after {
  background-color: transparent;
}
.list-block .item-link.list-button {
  padding: 0 0.65rem;
  text-align: center;
  color: #cc9933;
  display: block;
  line-height: 2.15rem;
}
.list-block .item-link.list-button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-block .item-link.list-button:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .list-block .item-link.list-button:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.list-block .item-content {
  box-sizing: border-box;
  padding-left: 0.2rem;
  min-height: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.list-block .list-block-label {
  margin: 0.5rem 0 1.75rem;
  padding: 0 0.75rem;
  font-size: 0.7rem;
  color: #5f646e;
}
.list-block .item-subtitle {
  font-size: 0.7rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis; color:#5f646e;
}
.list-block .item-text {
  font-size: 0.7rem;
  color: #666;
  line-height: 1.05rem;
  position: relative;
  overflow: hidden;
  height: 2.1rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.list-block.media-list .item-title {
  font-weight: 500;
}
.list-block.media-list .item-inner {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.45rem;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.list-block.media-list .item-media {
  padding-top: 0.45rem;
  padding-bottom: 0.5rem;
}
.list-block.media-list .item-media img {
  display: block;
}
.list-block.media-list .item-media .banklogo { vertical-align: top; margin-bottom:0.8rem; border-radius:50%;
}
.list-block.media-list .item-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list-block.share-list{ margin:0 auto; padding:0px;}
.list-block.share-list ul{ background:rgba(0, 0, 0, 0.7)}

.list-block.share-list .item-title {  margin-right:10px;float:left;}
.list-block.share-list .item-title a{ padding:0.2rem; font-size:0.65rem;}
.list-block.share-list .item-media {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
.list-block.share-list .item-media img {
  display: block; width:35px; height:35px;
}
.list-block.share-list .item-media span { color:#fff; padding-left:10px;}

.list-block.share-list .item-subtitle{ color:#FFD326}
.list-block.share-list .item-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}




/*消费记录*/
.list-block.order-list{
  /* margin-top:10px;*/
}
.list-block.order-list .item-title {
  font-weight: 500;
}
.list-block.order-list .item-inner {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.45rem;
  -webkit-align-self: stretch;
  align-self: stretch;
}
 
.list-block.order-list .item-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-block.news-list .item-after {
   font-size:0.7rem; color:#999CAE;
}
.list-block.order-list .item-text{
   color:#666;
   height: 1.1rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;padding-top: 0.2rem;padding-bottom: 0.2rem; font-size:0.7rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.list-block.order-list .item-subtitle { color:#666;
}
/*个人中心*/
.list-block.myinfo{
margin:0 auto; background:#6666CC
}
.list-block.myinfo .item-title {
  font-weight: 500;
}
.list-block.myinfo .item-inner {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.45rem;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.list-block.myinfo .item-media {
  padding-top: 0.45rem;
  padding-bottom: 0.5rem;
}
.list-block.myinfo .item-media img {
  display: block;
}
.list-block.myinfo .item-media .banklogo { vertical-align: top; margin-bottom:0.8rem; border-radius:50%;
}
.list-block.myinfo .item-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/*银行卡*/
.list-block.bank-list .item-content{
   background:#32BC5B; color:#fff;
}
.list-block.bank-list .item-text{
   color:#fff;
   height: 1.1rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;padding-top: 0.2rem;padding-bottom: 0.2rem; font-size:0.9rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.list-block.bank-list .item-title {
  font-weight: 500;
}
.list-block.bank-list .item-inner {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.45rem;
  -webkit-align-self: stretch;
  align-self: stretch; 
}
.list-block.bank-list .item-media {
  padding-top: 0.45rem;
  padding-bottom: 0.5rem;
}
.list-block.bank-list .item-media img {
  display: block;
}
.list-block.bank-list .item-media .banklogo { vertical-align: top; margin-bottom:0.8rem; border-radius:50%; border:2px solid #ffffff;
}
.list-block.bank-list .item-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-block.bank-list .item-subtitle { color:#fff;
}

/*结构图*/
table.t_info{ width:100px; border-collapse:collapse;}
table.t_info th{ background:#1F242C  ; font-size:14px;color:#6C7780; text-align:center; height:30px; line-height:30px;border:0px solid #1F242C ; }
table.t_info th a{ color:#7E8992;}
table.t_info ._span{color:#F00; cursor:pointer;}
table.t_info ._span:hover{ text-decoration:underline;}
table.t_info tr{border-bottom:1px solid #e9e9e9;}
table.t_info tr td{ font-size:13px; height:24px;background:#f1f1f1;text-align:center; color:#6C7780;}
table.t_info tr td:last-child{border-bottom:none;border:0px solid #D0A763;}
table.t_info tr td{ font-size:12px;}


/*公排结构图*/
table.gpt_info{ width:60%; border-collapse:collapse;}
table.gpt_info th{ background:#D0A763  ; font-size:14px;color:#ffffff; text-align:center; height:30px; line-height:30px;border:0px solid #0099cc ; }
table.gpt_info th a{ color:#ffffff;}
table.gpt_info ._span{color:#000; cursor:pointer;}
table.gpt_info ._span:hover{ text-decoration:underline;}
table.gpt_info tr{border:1px solid #D0A763;}
table.gpt_info tr td{ font-size:13px; height:24px;background:#f1f1f1;text-align:center; color:#00000;}
table.gpt_info tr td:last-child{border-bottom:none;border:0px solid #D0A763;}
table.gpt_info tr td{ font-size:12px;}


/*新闻*/
.list-block.news-list .item-after {
   font-size:0.7rem; color:#999;
}

/*首页新会员*/
/*@-webkit-keyframes move  
{  
    0%{  
        top:0;  
    }  
    100%  
    {  
        top:-80px;  
    }     
} */
/* 
.dump{ position:relative;overflow:hidden;}  
.newuser{ position:absolute;width:100%;left:0;top:0;margin:0;padding:0; -webkit-animation:5s move infinite linear; height:160px;}  
.newuser .item-name{ list-style:none;width:100%;height:40px;background:#fff; color:#333; text-align:center; float:left;} 
.newuser .item-title{  color:#666;   float:left;}  
.list-block.newuserlist{ margin:0 auto;}
.list-block.newuserlist .item-media {
  padding: 0.25rem;
}
.list-block.newuserlist .item-media i {
  display: block; width:50px; height:45px; background:url(../images/newuser.png) no-repeat ;background-size:100% 100%;font-size:1.2rem; color:#ffffff; text-align:center; line-height:44px;
}
*/


/*左侧*/

.list-block.left-set{ background:#313454;
}
 




.list-block .list-group ul:after,
.list-block .list-group ul:before {
  z-index: 11;
}
.list-block .list-group + .list-group ul:before {
  display: none;
}
.list-block .item-divider,
.list-block .list-group-title {
  background:#f7f7f7;
  margin-top: -1px;
  padding: 0.2rem 0.75rem;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.list-block .item-divider:before,
.list-block .list-group-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-block .item-divider:before,
  .list-block .list-group-title:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .list-block .item-divider:before,
  .list-block .list-group-title:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.list-block .list-group-title {
  position: relative;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  margin-top: 0;
}
.list-block .list-group-title:before {
  display: none;
}
.list-block li:last-child .list-button:after {
  display: none;
}
.list-block li:last-child .item-inner:after,
.list-block li:last-child li:last-child .item-inner:after {
  display: none;
}
.list-block li li:last-child .item-inner:after,
.list-block li:last-child li .item-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-block li li:last-child .item-inner:after,
  .list-block li:last-child li .item-inner:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .list-block li li:last-child .item-inner:after,
  .list-block li:last-child li .item-inner:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
/* === Forms === */
.list-block input[type="text"],
.list-block input[type="password"],
.list-block input[type="search"],
.list-block input[type="email"],
.list-block input[type="tel"],
.list-block input[type="url"],
.list-block input[type="date"],
.list-block input[type="datetime-local"],
.list-block input[type="time"],
.list-block input[type="number"],
.list-block select,
.list-block textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  background: none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  display: block;
  padding: 0 0 0 0.25rem;
  margin: 0;
  width: 100%;
  height: 2.15rem;
  color: #3d4145;
  font-size: 0.85rem;
  font-family: inherit;
}
.list-block input[type="date"],
.list-block input[type="datetime-local"] {
  line-height: 2.2rem;
}
.list-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.list-block .label {
  vertical-align: top;
}
.list-block textarea {
  height: 2rem;
  resize: none;
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.35rem;
}
.label-switch {
  display: inline-block;
  vertical-align: middle;
  width: 2.6rem;
  border-radius: 0.8rem;
  box-sizing: border-box;
  height: 1.6rem;
  position: relative;
  cursor: pointer;
  -webkit-align-self: center;
  align-self: center;
}
.label-switch .checkbox {
  width: 2.6rem;
  border-radius: 0.8rem;
  box-sizing: border-box;
  height: 1.6rem;
  background: #e5e5e5;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.label-switch .checkbox:before {
  content: ' ';
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  width: 2.4rem;
  border-radius: 0.8rem;
  box-sizing: border-box;
  height: 1.4rem;
  background: #fff;
  z-index: 1;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.label-switch .checkbox:after {
  content: ' ';
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 1.4rem;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 0.1rem;
  left: 0.1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.label-switch input[type="checkbox"] {
  display: none;
}
.label-switch input[type="checkbox"]:checked + .checkbox {
  background: #4cd964;
}
.label-switch input[type="checkbox"]:checked + .checkbox:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.label-switch input[type="checkbox"]:checked + .checkbox:after {
  -webkit-transform: translateX(1.1rem);
          transform: translateX(1.1rem);
}
html.android .label-switch input[type="checkbox"] + .checkbox {
  -webkit-transition-duration: 0;
          transition-duration: 0;
}
html.android .label-switch input[type="checkbox"] + .checkbox:after,
html.android .label-switch input[type="checkbox"] + .checkbox:before {
  -webkit-transition-duration: 0;
          transition-duration: 0;
}
.range-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  margin-left: -1px;
  -webkit-align-self: center;
  align-self: center;
}
.range-slider input[type="range"] {
  position: relative;
  height: 1.4rem;
  width: 100%;
  margin: 0.2rem 0 0.25rem 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #b7b8b7), color-stop(100%, #b7b8b7));
  background: -webkit-linear-gradient(left, #b7b8b7 0, #b7b8b7 100%);
  background: linear-gradient(to right, #b7b8b7 0, #b7b8b7 100%);
  background-position: center;
  background-size: 100% 0.1rem;
  background-repeat: no-repeat;
  outline: 0;
}
.range-slider input[type="range"]:after {
  height: 0.1rem;
  background: #fff;
  content: ' ';
  width: 0.25rem;
  top: 50%;
  margin-top: -1px;
  left: -0.25rem;
  z-index: 1;
  position: absolute;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  height: 1.4rem;
  width: 1.4rem;
  position: relative;
  background: none;
}
.range-slider input[type="range"]::-webkit-slider-thumb:after {
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 1.4rem;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
}
.range-slider input[type="range"]::-webkit-slider-thumb:before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100rem;
  height: 0.1rem;
  margin-top: -1px;
  z-index: 1;
  background: #DD2726;
  content: ' ';
}
label.label-checkbox {
  cursor: pointer;
}
label.label-checkbox i.icon-form-checkbox {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  border-radius: 1.1rem;
  border: 1px solid #c7c7cc;
  box-sizing: border-box;
}
label.label-checkbox i.icon-form-checkbox:after {
  content: ' ';
  position: absolute;
  left: 50%;
  margin-left: -0.3rem;
  top: 50%;
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.45rem;
}
label.label-checkbox input[type="checkbox"],
label.label-checkbox input[type="radio"] {
  display: none;
}
label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox,
label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox {
  border: none;
  background-color: #DD2726;
}
label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox:after,
label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox:after {
  background: no-repeat center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'0%200%2012%209'%20xml%3Aspace%3D'preserve'%3E%3Cpolygon%20fill%3D'%23ffffff'%20points%3D'12%2C0.7%2011.3%2C0%203.9%2C7.4%200.7%2C4.2%200%2C4.9%203.9%2C8.8%203.9%2C8.8%203.9%2C8.8%20'%2F%3E%3C%2Fsvg%3E");
  background-size: 0.6rem 0.45rem;
}
label.label-checkbox {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
html:not(.watch-active-state) label.label-checkbox:active,
label.label-checkbox.active-state {
  -webkit-transition: 0ms;
          transition: 0ms;
  background-color: #d9d9d9;
}
html:not(.watch-active-state) label.label-checkbox:active .item-inner:after,
label.label-checkbox.active-state .item-inner:after {
  background-color: transparent;
}
.smart-select select {
  display: none;
}

/* === Search Bar aaa=== */
.searchbara {
  padding: 1px 0;
  overflow: hidden;
  height: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.searchbara .searchbara-cancel {
  margin-right: -3rem;
  width: 3.0rem;
  float: right;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  -webkit-transition: all .3s;
          transition: all .3s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.searchbara .search-input {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-right: 0;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.searchbara .search-input input {
  margin: 0;
  height: 1.4rem;
}
.searchbara.searchbara-active .searchbara-cancel {
  margin-right: 0;
  opacity: 1;
}
.searchbara.searchbara-active .searchbara-cancel + .search-input {
  margin-right: 2.5rem;
}
.searchbara:hover .searchbara-cancel {
  margin-right: 0;
  opacity: 1;
}
.searchbara:hover .searchbara-cancel + .search-input {
  margin-right: 3.5rem;
}




/* === Search Bar === */
.searchbar {
  padding: 1px 0;
  overflow: hidden;
  height: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.searchbar .searchbar-cancel {
  margin-right: -3rem;
  width: 2.2rem;
  float: right;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  -webkit-transition: all .3s;
          transition: all .3s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.searchbar .search-input {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-right: 0;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.searchbar .search-input input {
  margin: 0;
  height: 1.4rem;
}
.searchbar.searchbar-active .searchbar-cancel {
  margin-right: 0;
  opacity: 1;
}
.searchbar.searchbar-active .searchbar-cancel + .search-input {
  margin-right: 2.5rem;
}
.searchbar:hover .searchbar-cancel {
  margin-right: 0;
  opacity: 1;
}
.searchbar:hover .searchbar-cancel + .search-input {
  margin-right: 2.5rem;
}

.search-input {
  position: relative;
}
.search-input input {
  box-sizing: border-box;
  width: 100%;
  height: 1.4rem;
  display: block;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  font-family: inherit;
  color: #3d4145;
  font-size: 0.7rem;
  font-weight: normal;
  padding: 0 0.5rem;
  background-color: #fff;
  border: 1px solid #cc9933;
}

.search-input input::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.search-input .icon {
  position: absolute;
  font-size: 0.9rem;
  color: #cc9933;
  top: 50%;
  left: 0.3rem;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}
.search-input label + input {
  padding-left: 1.4rem;
}
.bar .searchbar {
  margin: 0 -0.5rem;
  padding: 0.4rem 0.5rem;
  background: rgba(0, 0, 0, 0.1);
}
.bar .searchbar .search-input input {
  border: 0;
}
.bar .searchbar .searchbar-cancel {
  color: #5f646e;
}

.button {
  border: 1px solid #f44236;
  color: #f44236;
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 0.1rem;
  line-height: 1.25rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  padding: 0 0.5rem;
  margin: 0;
  height: 1.35rem;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  font-size: 0.7rem;
  font-family: inherit;
  cursor: pointer;
}
input[type="submit"].button,
input[type="button"].button {
  width: 100%;
}
.button:active {
  color: #f44236;
  border-color: #f44236;
}
.button.button-round {
  border-radius: 1.25rem;
}
.button.active,
.button.active:active {
  color: #f44236;
  border-color: #f44236;
}
.button.button-big {
  font-size: 0.85rem;
  height: 2.4rem;
  line-height: 2.3rem;
}
.button.button-fill {
  color: #fff;
  background: #0894ec;
  border: none;
  line-height: 1.35rem;
}
.button.button-fill.active,
.button.button-fill:active {
  background: #0a8ddf;
}
.button.button-fill.button-big {
  line-height: 2.4rem;
}
.button .button-link {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: #0894ec;
  background-color: transparent;
  border: 0;
}
.button i.icon:first-child {
  margin-right: 0.5rem;
}
.button i.icon:last-child {
  margin-left: 0.5rem;
}
.button i.icon:first-child:last-child {
  margin-left: 0;
  margin-right: 0;
}
.button-light {
  border-color: #ccc;
  color: #ccc;
  color: #5f646e;
}
.button-light:active {
  border-color: #0a8ddf;
  color: #0a8ddf;
}
.button-light.button-fill {
  color: white;
  background-color: #ccc;
}
.button-light.button-fill:active {
  background-color: #0a8ddf;
}
.button-dark {
  border-color: #6e727b;
  color: #6e727b;
  color: #5f646e;
}
.button-dark:active {
  border-color: #0a8ddf;
  color: #0a8ddf;
}
.button-dark.button-fill {
  color: white;
  background-color: #6e727b;
}
.button-dark.button-fill:active {
  background-color: #0a8ddf;
}
.button-success {
  border-color: #4cd964;
  color: #4cd964;
}
.button-success:active {
  border-color: #2ac845;
  color: #2ac845;
}
.button-success.button-fill {
  color: white;
  background-color: #4cd964;
}
.button-success.button-fill:active {
  background-color: #2ac845;
}
.button-danger {
  border-color: #f6383a;
  color: #f6383a;
}
.button-danger:active {
  border-color: #f00b0d;
  color: #f00b0d;
}
.button-danger.button-fill {
  color: white;
  background-color: #f6383a;
}
.button-danger.button-fill:active {
  background-color: #f00b0d;
}
.button-warning {
  border-color: #f60;
  color: #f60;
}
.button-warning:active {
  border-color: #cc5200;
  color: #cc5200;
}
.button-warning.button-fill {
  color: white;
  background-color: #f60;
}
.button-warning.button-fill:active {
  background-color: #cc5200;
}
.button.disabled,
.button.button-primary.disabled,
.button.button-success.disabled,
.button.button-danger.disabled,
.button.button-warning.disabled {
  border-color: #c8c9cb;
  color: #c8c9cb;
  cursor: not-allowed;
}
.button.disabled:active,
.button.button-primary.disabled:active,
.button.button-success.disabled:active,
.button.button-danger.disabled:active,
.button.button-warning.disabled:active {
  border-color: #c8c9cb;
  color: #c8c9cb;
}
.button.disabled.button-fill,
.button.button-primary.disabled.button-fill,
.button.button-success.disabled.button-fill,
.button.button-danger.disabled.button-fill,
.button.button-warning.disabled.button-fill {
  color: white;
  background-color: #c8c9cb;
}
.button.disabled.button-fill:active,
.button.button-primary.disabled.button-fill:active,
.button.button-success.disabled.button-fill:active,
.button.button-danger.disabled.button-fill:active,
.button.button-warning.disabled.button-fill:active {
  background-color: #c8c9cb;
}
.buttons-row,
.buttons-tab {
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.buttons-row .button {
  border-radius: 0 0 0 0;
  margin-left: -1px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  border-color: #cc9933;
  color: #cc9933;
}
.buttons-row .button.active {
  background-color: #cc9933;
  color: white;
  z-index: 90;
}
.buttons-row .button:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
  margin-left: 0;
  border-left-width: 1px;
  border-left-style: solid;
}
.buttons-row .button:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.buttons-row .button.button-round:first-child {
  border-radius: 1.35rem 0 0 1.35rem;
}
.buttons-row .button.button-round:last-child {
  border-radius: 0 1.35rem 1.35rem 0;
}
.buttons-tab {
  background: white;
  position: relative;
}
.buttons-tab:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #d0d0d0;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .buttons-tab:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .buttons-tab:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.buttons-tab .button {
  color: #5f646e;
  font-size: 0.8rem;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.buttons-tab .button.active {
  color: #cc9933;
  border-color: #cc9933;
  z-index: 100;
}
.buttons-fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
}
/* === Tabs === */
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}
.tabs-animated-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.tabs-animated-wrap > .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-transition: 300ms;
          transition: 300ms;
}
.tabs-animated-wrap > .tabs > .tab {
  width: 100%;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
/* === Pages === */
.page,
.page-group {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: none;
  overflow: hidden;
}
/*.page-group{position:fixed;left:0;top:0;width:100%;height:100%;background:#f1f1f1;overflow:hidden; z-index:-1;}
*/
.page.page-current,
.page-group.page-current,
.page.page-visible,
.page-group.page-visible,
.page.page-from-center-to-left,
.page-group.page-from-center-to-left,
.page.page-from-center-to-right,
.page-group.page-from-center-to-right,
.page.page-from-right-to-center,
.page-group.page-from-right-to-center,
.page.page-from-left-to-center,
.page-group.page-from-left-to-center {
  display: block;
}
.page.page-current,
.page-group.page-current {
  overflow: hidden;
}
.page-group {
  display: block;
}
.page-transitioning,
.page-transitioning .swipeback-page-shadow {
  -webkit-transition: 400ms;
          transition: 400ms;
}
.page-from-right-to-center {
  -webkit-animation: pageFromRightToCenter 400ms forwards;
          animation: pageFromRightToCenter 400ms forwards;
  z-index: 2002;
}
.page-from-center-to-right {
  -webkit-animation: pageFromCenterToRight 400ms forwards;
          animation: pageFromCenterToRight 400ms forwards;
  z-index: 2002;
}
@-webkit-keyframes pageFromRightToCenter {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: .9;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes pageFromRightToCenter {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: .9;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes pageFromCenterToRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: .9;
  }
}
@keyframes pageFromCenterToRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: .9;
  }
}
.page-from-center-to-left {
  -webkit-animation: pageFromCenterToLeft 400ms forwards;
          animation: pageFromCenterToLeft 400ms forwards;
}
.page-from-left-to-center {
  -webkit-animation: pageFromLeftToCenter 400ms forwards;
          animation: pageFromLeftToCenter 400ms forwards;
}
@-webkit-keyframes pageFromCenterToLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0.5;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
}
@keyframes pageFromCenterToLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0.5;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
}
@-webkit-keyframes pageFromLeftToCenter {
  from {
    opacity: .5;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes pageFromLeftToCenter {
  from {
    opacity: .5;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.content-inner {
  box-sizing: border-box;
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding-bottom: 0.5rem; min-height:800px;
}
.javascript-scroll {
  overflow: hidden;
}
/* === Pull To Refresh === */
.pull-to-refresh-layer {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.2rem;
}
.pull-to-refresh-layer .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  visibility: hidden;
}
.pull-to-refresh-layer .pull-to-refresh-arrow {
  width: 0.65rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.15rem;
  margin-top: -0.5rem;
  background: no-repeat center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");
  background-size: 0.65rem  1rem;
  z-index: 10;
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
          transform: rotate(0deg) translate3d(0, 0, 0);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.pull-to-refresh-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.pull-to-refresh-content.transitioning,
.pull-to-refresh-content.refreshing {
  -webkit-transition: -webkit-transform 400ms;
          transition: transform 400ms;
}
.pull-to-refresh-content:not(.refreshing) .pull-to-refresh-layer .preloader {
  -webkit-animation: none;
          animation: none;
}
.pull-to-refresh-content.refreshing .pull-to-refresh-arrow {
  visibility: hidden;
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms;
}
.pull-to-refresh-content.refreshing .preloader {
  visibility: visible;
}
.pull-to-refresh-content.pull-up .pull-to-refresh-arrow {
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
          transform: rotate(180deg) translate3d(0, 0, 0);
}
.pull-to-refresh-content {
  top: -2.2rem;
}
.pull-to-refresh-content.refreshing {
  -webkit-transform: translate3d(0, 2.2rem, 0);
          transform: translate3d(0, 2.2rem, 0);
}
.bar-nav ~ .pull-to-refresh-content,
.bar-footer ~ .pull-to-refresh-content,
.bar-tab ~ .pull-to-refresh-content {
  top: 0;
}
.bar-nav ~ .pull-to-refresh-content.refreshing,
.bar-footer ~ .pull-to-refresh-content.refreshing,
.bar-tab ~ .pull-to-refresh-content.refreshing {
  -webkit-transform: translate3d(0, 2.2rem, 0);
          transform: translate3d(0, 2.2rem, 0);
}
.bar-header-secondary ~ .pull-to-refresh-content,
.bar-footer-secondary ~ .pull-to-refresh-content {
  top: 2.2rem;
}
.infinite-scroll-preloader {
  margin: 0.5rem;
  text-align: center;
}
.infinite-scroll-preloader .preloader {
  width: 1.5rem;
  height: 1.5rem;
}
.infinite-scroll-top .infinite-scroll-preloader {
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0;
}
/* === Modals === */
.modal-overlay,
.preloader-indicator-overlay,
.popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10600;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.modal-overlay.modal-overlay-visible,
.preloader-indicator-overlay.modal-overlay-visible,
.popup-overlay.modal-overlay-visible {
  visibility: visible;
  opacity: 1;
}
.popup-overlay {
  z-index: 10200;
}
.modal {
  width: 13.5rem;
  position: absolute;
  z-index: 11000;
  left: 50%;
  margin-left: -6.75rem;
  margin-top: 0;
  top: 50%;
  text-align: center;
  border-radius: 0.35rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
          transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  color: #3d4145;
  display: none;
}
.modal.modal-in {
  opacity: 1;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.modal.modal-out {
  opacity: 0;
  z-index: 10999;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: translate3d(0, 0, 0) scale(0.815);
          transform: translate3d(0, 0, 0) scale(0.815);
}
.modal-inner {
  padding: 0.75rem;
  border-radius: 0.35rem 0.35rem 0 0;
  position: relative;
  background: #e8e8e8;
}
.modal-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #b5b5b5;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .modal-inner:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .modal-inner:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.modal-title {
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
}
.modal-title + .modal-text {
  margin-top: 0.25rem;
}
.modal-buttons {
  height: 2.2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-buttons.modal-buttons-vertical {
  display: block;
  height: auto;
}
.modal-button {
  width: 100%;
  padding: 0 0.25rem;
  height: 2.2rem;
  font-size: 0.85rem;
  line-height: 2.2rem;
  text-align: center;
  color: #DD2726;
  background: #e8e8e8;
  display: block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}
.modal-button:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  background-color: #b5b5b5;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .modal-button:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .modal-button:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.modal-button:first-child {
  border-radius: 0 0 0 0.35rem;
}
.modal-button:last-child {
  border-radius: 0 0 0.35rem 0;
}
.modal-button:last-child:after {
  display: none;
}
.modal-button:first-child:last-child {
  border-radius: 0 0 0.35rem 0.35rem;
}
.modal-button.modal-button-bold {
  font-weight: 500;
}
html:not(.watch-active-state) .modal-button:active,
.modal-button.active-state {
  background: #d4d4d4;
}
.modal-buttons-vertical .modal-button {
  border-radius: 0;
}
.modal-buttons-vertical .modal-button:after {
  display: none;
}
.modal-buttons-vertical .modal-button:before {
  display: none;
}
.modal-buttons-vertical .modal-button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #b5b5b5;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .modal-buttons-vertical .modal-button:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .modal-buttons-vertical .modal-button:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.modal-buttons-vertical .modal-button:last-child {
  border-radius: 0 0 0.35rem 0.35rem;
}
.modal-buttons-vertical .modal-button:last-child:after {
  display: none;
}
.modal-no-buttons .modal-inner {
  border-radius: 0.35rem;
}
.modal-no-buttons .modal-inner:after {
  display: none;
}
.modal-no-buttons .modal-buttons {
  display: none;
}

.modal-inner.modaltip { background:#28CAFF; display:block;
}




















.actions-modal {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11000;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.actions-modal.modal-in {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.actions-modal.modal-out {
  z-index: 10999;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.actions-modal-group {
  margin: 0.4rem;
}
.actions-modal-button,
.actions-modal-label {
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
  background: rgba(243, 243, 243, 0.95);
  box-sizing: border-box;
  display: block;
  position: relative;
}
.actions-modal-button:after,
.actions-modal-label:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #d2d2d6;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .actions-modal-button:after,
  .actions-modal-label:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .actions-modal-button:after,
  .actions-modal-label:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.actions-modal-button a,
.actions-modal-label a {
  text-decoration: none;
  color: inherit;
}
.actions-modal-button b,
.actions-modal-label b {
  font-weight: 500;
}
.actions-modal-button.actions-modal-button-bold,
.actions-modal-label.actions-modal-button-bold {
  font-weight: 500;
}
.actions-modal-button.actions-modal-button-danger,
.actions-modal-label.actions-modal-button-danger {
  color: #f6383a;
}
.actions-modal-button.color-danger,
.actions-modal-label.color-danger {
  color: #f6383a;
}
.actions-modal-button.bg-danger,
.actions-modal-label.bg-danger {
  background: #f6383a;
  color: white;
}
.actions-modal-button.bg-danger:active,
.actions-modal-label.bg-danger:active {
  background: #f00b0d;
}
.actions-modal-button:first-child,
.actions-modal-label:first-child {
  border-radius: 0.2rem 0.2rem 0 0;
}
.actions-modal-button:last-child,
.actions-modal-label:last-child {
  border-radius: 0 0 0.2rem 0.2rem;
}
.actions-modal-button:last-child:after,
.actions-modal-label:last-child:after {
  display: none;
}
.actions-modal-button:first-child:last-child,
.actions-modal-label:first-child:last-child {
  border-radius: 0.2rem;
}
.actions-modal-button.disabled,
.actions-modal-label.disabled {
  opacity: 0.95;
  color: #8e8e93;
}
.actions-modal-button {
  cursor: pointer;
  line-height: 2.15rem;
  font-size: 1rem;
  color: #DD2726;
}
.actions-modal-button:active,
.actions-modal-button.active-state {
  background: #dcdcdc;
}
.actions-modal-label {
  font-size: 0.7rem;
  line-height: 1.3;
  min-height: 2.2rem;
  padding: 0.4rem 0.5rem;
  color: #5f646e;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
input.modal-text-input {
  box-sizing: border-box;
  height: 1.5rem;
  background: #fff;
  margin: 0;
  margin-top: 0.75rem;
  padding: 0 0.25rem;
  border: 1px solid #a0a0a0;
  border-radius: 0.25rem;
  width: 100%;
  font-size: 0.7rem;
  font-family: inherit;
  display: block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input.modal-text-input + input.modal-text-input {
  margin-top: 0.25rem;
}
input.modal-text-input.modal-text-input-double {
  border-radius: 0.25rem 0.25rem 0 0;
}
input.modal-text-input.modal-text-input-double + input.modal-text-input {
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.popup,
.login-screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10400;
  background: #fff;
  box-sizing: border-box;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.popup.modal-in,
.login-screen.modal-in,
.popup.modal-out,
.login-screen.modal-out {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.popup.modal-in,
.login-screen.modal-in {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.popup.modal-out,
.login-screen.modal-out {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.login-screen.modal-in,
.login-screen.modal-out {
  display: block;
}
html.with-statusbar-overlay .popup {
  height: -webkit-calc(100% - 1rem);
  height: calc(100% - 1rem);
  top: 1rem;
}
html.with-statusbar-overlay .popup-overlay {
  z-index: 9800;
}
@media all and (max-width: 629px), (max-height: 629px) {
  html.with-statusbar-overlay .popup {
    height: -webkit-calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 1rem;
  }
  html.with-statusbar-overlay .popup-overlay {
    z-index: 9800;
  }
}
html.with-statusbar-overlay .login-screen,
html.with-statusbar-overlay .popup.tablet-fullscreen {
  height: -webkit-calc(100% - 1rem);
  height: calc(100% - 1rem);
  top: 1rem;
}
.modal .preloader {
  width: 1.7rem;
  height: 1.7rem;
}
.preloader-indicator-overlay {
  visibility: visible;
  opacity: 0;
  background: none;
}
.preloader-indicator-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0.4rem;
  margin-left: -1.25rem;
  margin-top: -1.25rem;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11000;
  border-radius: 0.25rem;
}
.preloader-indicator-modal .preloader {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
}
.picker-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13rem;
  z-index: 11500;
  display: none;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  background: #cfd5da;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.picker-modal.modal-in,
.picker-modal.modal-out {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.picker-modal.modal-in {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.picker-modal.modal-out {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.picker-modal .picker-modal-inner {
  height: 100%;
  position: relative;
}
.picker-modal .toolbar {
  position: relative;
  width: 100%;
}
.picker-modal .toolbar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #999999;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .picker-modal .toolbar:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .picker-modal .toolbar:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.picker-modal .toolbar + .picker-modal-inner {
  height: -webkit-calc(100% - 2.2rem);
  height: calc(100% - 2.2rem);
}
.picker-modal.picker-modal-inline {
  display: block;
  position: relative;
  background: none;
  z-index: inherit;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.picker-modal.picker-modal-inline .toolbar:before {
  display: none;
}
.picker-modal.picker-modal-inline .toolbar:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #999999;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .picker-modal.picker-modal-inline .toolbar:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .picker-modal.picker-modal-inline .toolbar:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}

.city-picker .col-province {
  width: 5rem;
}
.city-picker .col-city {
  width: 6rem;
}
.city-picker .col-district {
  width: 5rem;
}
@font-face {
  font-family: "iconfont-sm";
  src: url('//at.alicdn.com/t/font_1433401008_2229297.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/font_1433401008_2229297.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/font_1433401008_2229297.svg#iconfont') format('svg');
  
  /* iOS 4.1- */
}
.icon {
  font-family: "iconfont-sm" !important;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-app:before {
  content: "\e605";
}
.icon-browser:before {
  content: "\e606";
}
.icon-card:before {
  content: "\e607";
}
.icon-cart:before {
  content: "\e600";
}
.icon-code:before {
  content: "\e609";
}
.icon-computer:before {
  content: "\e616";
}
.icon-remove:before {
  content: "\e60a";
}
.icon-download:before {
  content: "\e60b";
}
.icon-edit:before {
  content: "\e60c";
}
.icon-emoji:before {
  content: "\e615";
}
.icon-star:before {
  content: "\e60e";
}
.icon-friends:before {
  content: "\e601";
}
.icon-gift:before {
  content: "\e618";
}
.icon-phone:before {
  content: "\e60f";
}
.icon-clock:before {
  content: "\e619";
}
.icon-home:before {
  content: "\e602";
}
.icon-menu:before {
  content: "\e60d";
}
.icon-message:before {
  content: "\e617";
}
.icon-me:before {
  content: "\e603";
}
.icon-picture:before {
  content: "\e61a";
}
.icon-share:before {
  content: "\e61b";
}
.icon-settings:before {
  content: "\e604";
}
.icon-refresh:before {
  content: "\e61c";
}
.icon-caret:before {
  content: "\e610";
}
.icon-down:before {
  content: "\e611";
}
.icon-up:before {
  content: "\e612";
}
.icon-right:before {
  content: "\e613";
}
.icon-left:before {
  content: "\e614";
}
.icon-check:before {
  content: "\e608";
}
.icon-search:before {
  content: "\e61d";
}
.icon-new:before {
  content: "\e61e";
}
.icon-next,
.icon-prev {
  width: 0.75rem;
  height: 0.75rem;
}
.icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.toast {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 1rem;
  color: white;
  padding: 0 .8rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  width: auto;
}
/* === Preloader === */
.preloader {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: preloader-spin 1s steps(12, end) infinite;
  animation: preloader-spin 1s steps(12, end) infinite;
}
.preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* === Cards === */
.cards-list ul,
.card .list-block ul {
  background: none;
}
.cards-list > ul:before,
.card .list-block > ul:before {
  display: none;
}
.cards-list > ul:after,
.card .list-block > ul:after {
  display: none;
}
.card {
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
  margin: 0.25rem;
  position: relative;
  border-radius: 0.1rem;
  font-size: 0.7rem;
}
.card .list-block,
.card .content-block {
  margin: 0;
}
.row:not(.no-gutter) .col > .card {
  margin-left: 0;
  margin-right: 0;
}
.card-content {
  position: relative;
}
.card-content-inner {
  padding: 0.75rem;
  position: relative;
}
.card-content-inner > p:first-child {
  margin-top: 0;
}
.card-content-inner > p:last-child {
  margin-bottom: 0;
}
.card-content-inner > .list-block,
.card-content-inner > .content-block {
  margin: -0.75rem;
}
.card-header,
.card-footer {
  min-height: 2.2rem;
  position: relative;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.card-header[valign="top"],
.card-footer[valign="top"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.card-header[valign="bottom"],
.card-footer[valign="bottom"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.card-header a.link,
.card-footer a.link {
  line-height: 2.2rem;
  height: 2.2rem;
  text-decoration: none;
  position: relative;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
html:not(.watch-active-state) .card-header a.link:active,
html:not(.watch-active-state) .card-footer a.link:active,
.card-header a.link.active-state,
.card-footer a.link.active-state {
  opacity: 0.3;
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms;
}
.card-header a.link i + span,
.card-footer a.link i + span,
.card-header a.link i + i,
.card-footer a.link i + i,
.card-header a.link span + i,
.card-footer a.link span + i,
.card-header a.link span + span,
.card-footer a.link span + span {
  margin-left: 0.35rem;
}
.card-header a.link i.icon,
.card-footer a.link i.icon {
  display: block;
}
.card-header a.icon-only,
.card-footer a.icon-only {
  min-width: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
.card-header {
  border-radius: 0.1rem 0.1rem 0 0;
  font-size: 0.85rem;
}
.card-header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .card-header:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .card-header:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.card-header .card-cover {
  width: 100%;
  display: block;
}
.card-header.no-border:after {
  display: none;
}
.card-header.no-padding {
  padding: 0;
}
.card-footer {
  border-radius: 0 0 0.1rem 0.1rem;
  color: #5f646e;
}
.card-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .card-footer:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .card-footer:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.card-footer.no-border:before {
  display: none;
}
.facebook-card .card-header {
  display: block;
  padding: 0.5rem;
}
.facebook-card .facebook-avatar {
  float: left;
}
.facebook-card .facebook-name {
  margin-left: 2.2rem;
  font-size: 0.7rem;
  font-weight: 500;
}
.facebook-card .facebook-date {
  margin-left: 2.2rem;
  font-size: 0.65rem;
  color: #5f646e;
}
.facebook-card .card-footer {
  background: #fafafa;
}
.facebook-card .card-footer a {
  color: #5f646e;
  font-weight: 500;
}
.facebook-card .card-content img {
  display: block;
}
.facebook-card .card-content-inner {
  padding: 0.75rem 0.5rem;
}

/* === Panels === */
.panel-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:  rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 5999;
  display: none;
}
.panel {
  z-index: 1000;
  display: none;
  background: #111;
  color: white;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 12rem;
  top: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 400ms;
          transition: transform 400ms;
}
.panel.panel-left.panel-cover {
  z-index: 6000;
  left: -12rem;
}
.panel.panel-left.panel-reveal {
  left: 0;
}
.panel.panel-right.panel-cover {
  z-index: 6000;
  right: -12rem;
}
.panel.panel-right.panel-reveal {
  right: 0;
}
body.with-panel-left-cover .page,
body.with-panel-right-cover .page {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 400ms;
          transition: transform 400ms;
}
body.with-panel-left-cover .panel-overlay,
body.with-panel-right-cover .panel-overlay {
  display: block;
}
body.with-panel-left-reveal .page,
body.with-panel-right-reveal .page {
  -webkit-transition: 400ms;
          transition: 400ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
body.with-panel-left-reveal .panel-overlay,
body.with-panel-right-reveal .panel-overlay {
  display: block;
}
body.with-panel-left-reveal .page {
  -webkit-transform: translate3d(12rem, 0, 0);
          transform: translate3d(12rem, 0, 0);
}
body.with-panel-left-reveal .panel-overlay {
  margin-left: 12rem;
}
body.with-panel-left-cover .panel-left {
  -webkit-transform: translate3d(12rem, 0, 0);
          transform: translate3d(12rem, 0, 0);
}
body.with-panel-right-reveal .page {
  -webkit-transform: translate3d(-12rem, 0, 0);
          transform: translate3d(-12rem, 0, 0);
}
body.with-panel-right-reveal .panel-overlay {
  margin-left: -12rem;
}
body.with-panel-right-cover .panel-right {
  -webkit-transform: translate3d(-12rem, 0, 0);
          transform: translate3d(-12rem, 0, 0);
}
body.panel-closing .page {
  -webkit-transition: 400ms;
          transition: 400ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
/*商品*/


.user-3{padding-top:30px;color:#fff;text-align:center}
.user-3 .u-content{position:relative;z-index:10;padding:1.25rem 1.25rem 1rem}
.user-3 .u-counters{position:relative; width:100%;z-index:10;border-top:1px solid rgba(255,255,255,.05); background:rgba(255,255,255,0.05);)}

.user-3 .u-counters .uc-item a{display:block;padding:.5rem 0 .25rem;width:100%;height:100%; color:rgba(255,255,255,0.9);}
.user-3 .u-counters .uc-item strong{display:block;line-height:1;font-size:.6rem}
.user-3 .u-counters .uc-item span{font-size:.6rem;text-transform:uppercase}


 
 
 
 
.floor_body2 { width:100%; margin:auto; overflow:hidden; }
.floor_body2 h2 {height:50px; line-height:50px;font-size: 16px;font-weight: normal;color:#999; text-align:center;  }

.floor_body2 ul { padding-left:0px;width:50%; float: left; text-align: center;margin-bottom:5px; overflow:hidden;}
.floor_body2 ul li { width:98%; margin:auto;margin-bottom:10px; background:#FFF; overflow:hidden;padding-top:5px; padding-bottom:5px; }
.floor_body2 ul li a{ display:block; width:95%; overflow:hidden; margin:auto;}
.floor_body2 ul li a .products_kuang { width:100%; margin:auto;overflow: hidden; position:relative;}
.floor_body2 ul li a .products_kuang img{ display:block;width:90%; margin:auto;}
.floor_body2 ul li a .goods_name {font-size:13px; width:95%; margin:auto;color:#666;  height:40px; overflow:hidden; margin:auto;
course:hand; margin-top:8px; text-align:left; line-height:20px;display: -webkit-box;  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor_body2 ul li .price {width:95%; margin:auto; font-size:14px; color: #F23015; height:40px; line-height:150%;text-align:left;margin: 0 auto; position:relative }
.floor_body2 ul li .price a{color:#f23015;}
.floor_body2 ul li .price .price_pro{  width: 70%;  display: block;  float: left}
.floor_body2 ul li .costprice{  color: #AAB2BD; font-size: 10px; text-decoration: line-through; height: 14px;line-height: 14px;white-space:nowrap;display: block;width: 50%;float: left; padding-left:2px}
.floor_body2 ul li .btns{ position:absolute; display:block;right:5px;height:25px;width:25px;background: #f23; border-radius:50%; bottom:5px;}
.floor_body2 ul li .btns img{ width:25px;height:25px; }




.vip-card .card-header{display:block;padding:.5rem}
.vip-card .facebook-avatar{float:left}
.vip-card .facebook-name{margin:0;text-align:center;font-weight:500;font-size:.9rem}
.vip-card .facebook-date{margin-left:2.2rem;color:#5f646e;font-size:.65rem}
.vip-card .card-footer{background:#fafafa}
.vip-card .card-footer a{color:#5f646e;font-weight:500}
.vip-card .card-content img{display:block}
.vip-card .card-content-inner{padding:.75rem .5rem}

.card.touzia{position:relative;margin:.5rem;border-radius:1px;border-radius:1px 1px 0 0;color:#000;background:#fff;box-shadow:4px 5px 5px rgba(0,0,0,.3);box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.touzia .card-header{border-radius:1px 1px 0 0;background:#343543;color:#fff;background:-webkit-linear-gradient(1300deg,#ff6633,#CB73FE)!important;background:linear-gradient(140deg,#ff6633,#CB73FE)!important;}
.touzia .card-footer{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;padding:.5rem .75rem;min-height:2.2rem;/*background:#F9F9FB;*/-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;}



.card.touzi{position:relative;margin:.5rem;border-radius:1px;border-radius:1px 1px 0 0;background:#fff;box-shadow:4px 5px 5px rgba(0,0,0,.3);box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.touzi .card-header{border-radius:1px 1px 0 0;background:#343543;color:#fff;background:-webkit-linear-gradient(1300deg,#7873f5,#CB73FE)!important;background:linear-gradient(140deg,#7873f5,#CB73FE)!important;}
.touzi .card-footer{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;padding:.5rem .75rem;min-height:2.2rem;/*background:#F9F9FB;*/-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;}
.card.zhang{position:relative;margin:.8rem;border:1px solid #FDE03C;border-radius:0;background:#E64444;background:rgba(62,63,91,.6);box-shadow:1px 1px 1px rgba(225,225,225,.3)}
.zhang .card-header{border:none;border-radius:0;background:#FDE03C;background:rgba(253,224,60,.8);color:#E0241F}
.zhang .item-content{border:none}
.zhang .card-footer{position:relative;padding:.5rem .75rem;min-height:2.2rem;border:none;background:0 0}







.card.goods{position:relative;margin:.25rem;margin-top:.05rem;border-radius:0;background:#fff;box-shadow:0 0 0 transparent;font-size:.7rem}
.card.goods .card-content{border-bottom:none}
.card.goods .card-header .hot{position:absolute;top:.5rem;left:0;width:100%;height:1.5rem;border-radius:2px;color:#fff}
.card.goods .card-header .hot .badge{margin-left:.5rem;padding:.25rem .25rem;border-radius:2px;color:#fff;font-size:.7rem}
.card.goods .card-content-inner{padding:.2rem .5rem}
.card.goods .goods-footer{position:relative;padding:.1rem .5rem;padding-bottom:1rem;height:1.5rem;border-top:none;line-height:1.5rem}
.card.goods .goods-footer span{position:relative;height:1rem;text-decoration:none;line-height:1rem}
.goodsname{overflow:hidden;height:1.2rem;color:#333;text-overflow:ellipsis;line-height:1.2rem}
.goodsname .badge{padding:.05rem .15rem;border-radius:2px;background:#f44236;color:#fff;font-size:.55rem}
.card.goods .card-header.indexgood .badge{position:absolute;top:1rem;left:1rem;padding:.25rem .25rem;border-radius:2px;background:#f44236;color:#fff;font-size:.7rem}
.card.goods .goods-footer span.old-price{margin-left:1rem;text-decoration:line-through}


/*下浮块样式*/
.downbox .downbox_in{position:relative;margin:0 auto;width:60%;height:1.5rem;border-radius:35px}
.downbox .downbox_in .fubox{position:absolute;top:0;left:0;padding:.05rem;width:100%;height:3.5rem;border:2px solid #eee;border-radius:35px;background:#F4D10D}




/*图标菜单*/
.mymenu{text-align:center}
.mymenu i{display:block;margin:0 auto;width:1.8rem;height:1.8rem;border-radius:50%;background:#fff;background-size:100% 100%;color:#F9F9FB;font-size:1.3rem;line-height:2rem}

/*通用九宫格
.gezi{border-top:1px solid rgba(0,0,0,0.05);background:#fff;text-align:center}
.gezi i{display:block;margin:0 auto;width:2rem;height:2rem;border-radius:50%;color:#F9F9FB;font-size:1.3rem;line-height:2rem}
.gezi .icon{display:block;margin:0 auto;width:1.8rem;height:1.8rem;border-radius:50%;background:#fff;background-size:100% 100%;font-size:1.3rem;line-height:1.8rem}
.gezi img{display:block;margin:0 auto;width:2rem;height:2rem;border-radius:50%}
.gezi span{display:block;margin-top:0.1rem; font-size:0.65rem; color:#666;}

.gezi .col-33{ padding:0.1rem 0;border-bottom:0px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi .col-33:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}
.gezi .col-50{ padding:0.1rem 0;border-bottom:0px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi .col-50:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}
.gezi .col-25{ padding:0.1rem 0;border-bottom:0px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi .col-25:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}
.gezi .col-20{ padding:0.1rem 0;border-bottom:0px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi .col-20:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}


.gezi2{margin:0px 0px 10px 0px; border-top:1px solid rgba(0,0,0,0.05);background:#fff;text-align:center}
.gezi2 i{display:block;margin:0 auto;width:100%;height:1.8rem;border-radius:5%;color:#F9F9FB;font-size:1.3rem;line-height:2rem}
.gezi2 .icon{display:block;margin:0 auto;width:100%;height:1.8rem;border-radius:5%;background:#fff;background-size:100% 100%;font-size:1.3rem;line-height:1.8rem}
.gezi2 img{display:block;margin:0 auto;width:98%;height:3rem;border-radius:2%}
.gezi2 span{display:block;margin-top:0.1rem; font-size:0.65rem; color:#666;}
.gezi2 .col-33{ padding:0.1rem 0;border-bottom:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi2 .col-33:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}
.gezi2 .col-50{ padding:0.1rem 0;border-bottom:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi2 .col-50:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}
.gezi2 .col-25{ padding:0.1rem 0;border-bottom:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi2 .col-25:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}
.gezi2 .col-20{ padding:0.1rem 0;border-bottom:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi2 .col-20:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}


.gezi3{margin:0px 0px 10px 0px; border-top:1px solid rgba(0,0,0,0.05);background:#fff;text-align:center}
.gezi3 i{display:block;margin:0 auto;width:100%;height:1.8rem;border-radius:5%;color:#F9F9FB;font-size:1.3rem;line-height:2rem}
.gezi3 .icon{display:block;margin:0 auto;width:100%;height:1.8rem;border-radius:5%;background:#fff;background-size:100% 100%;font-size:1.3rem;line-height:1.8rem}
.gezi3 img{display:block;margin:0 auto;width:100%;height:3rem;border-radius:2%}
.gezi3 span{display:block;margin-top:0.1rem; font-size:0.65rem; color:#666;}
.gezi3 .col-33{ padding:0.1rem 0;border-bottom:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi3 .col-33:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}
.gezi3 .col-50{ padding:0.1rem 0;border-bottom:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi3 .col-50:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}
.gezi3 .col-25{ padding:0.1rem 0;border-bottom:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi3 .col-25:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}
.gezi3 .col-20{ padding:0.1rem 0;border-bottom:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);}
.gezi3 .col-20:active{-webkit-transition-duration:0s;transition-duration:0s;background-color:#d9d9d9}



.pinezi2{
 margin:-30px 20px 0px 0px;
 text-align: right;
 color: #fff; 
 font-size:18px;
 font-weight: bold;
 text-shadow: 0 0 15px #f00, 0 0 15px #f00;
}

*/

/*图标圆形居中*/
.mybox{padding:.75rem 0;text-align:center; width:100%;}
.mybox i{display:block;margin:0 auto;width:3rem;height:3rem;border-radius:50%;color:#ccc;font-size:3rem;line-height:3rem}
.mybox img.icon{width:3rem;height:3rem;border-radius:50%;background:#fff;color:#ccc;font-size:3rem;line-height:3rem}
.mybox span{display:block;margin-top:.5rem;color:#fff}

/*虚化背景*/
.shopinfo{width:100%; position:relative;}
.shopinfo .xuhuabox{position:absolute;top:0;left:0;z-index:-1;overflow:hidden;width:100%;height:100%;background-size:100% 100%}
.shopinfo .xuhuabox .drag{position:absolute;overflow:hidden;margin:0;padding:0;width:100%;height:100%;background:inherit;filter:url(blur.svg#blur);-webkit-filter:blur(10px);-moz-filter:blur(10px);-ms-filter:blur(10px);filter:blur(10px)}
.shopinfo  img.icon{ border:2px solid #FFFFFF}


/*我的钱包样式*/
/*我的钱包*/
.moneybg{background:#4E5160;}

.money-card{ background:none; border:none;box-shadow: none;}
.money-card .card-header{display:block;background:#ffffff;padding:.5rem;}
.money-card .money-avatar{float:left; /*margin-left:1rem;*/text-align:center; color:#666;}
.money-card .money-name{margin-left:1.8rem;font-size:.8rem;font-weight:500; color:#666;}
.money-card .money-date{margin-left:1.8rem;font-size:1.5rem;color:#f44236;}
.money-card .card-content{background:#ffffff;border:none;border-radius:0 0 0.5rem 0.5rem;}
.money-card .card-footer{background:#4E5160;background:#ffffff; text-align:center;border-radius:0.5rem 0.5rem 0 0 ;}
.money-card .card-footer a{color:#868A9D;font-weight:500; width:100%; margin:0 auto;}
.money-card .card-content img{display:block}
.money-card .card-content-inner{padding:.75rem .5rem}


/*钱包*/
.list-block.money-list .item-title{font-size:.8rem;color:#666}
.list-block.money-list .item-inner{display:block;padding-top:.5rem;padding-bottom:.45rem;-webkit-align-self:stretch;align-self:stretch}
.list-block.money-list .item-media{padding-top:.25rem;padding-bottom:.25rem}
.list-block.money-list .item-media i{display:block;width:44px;height:44px;background:#F6C42E;font-size:1.2rem;color:#fff;text-align:center;line-height:44px}
.list-block.money-list li:nth-child(2) .item-media i{background:#2EA7E0;font-size:1.1rem}
.list-block.money-list li:nth-child(3) .item-media i{background:#F6C42E}
.list-block.money-list li:nth-child(4) .item-media i{background:#2EA7E0}
.list-block.money-list .item-media .banklogo{vertical-align:top;margin-bottom:.8rem;border-radius:50%}
.list-block.money-list .item-title-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.list-block.money-list .item-subtitle{font-weight:500;font-size:0.95rem}



/*提示*/
.warning{padding:.75rem 0;text-align:center}
.warning i{display:block;margin:0 auto;width:3rem;height:3rem;border-radius:50%;color:#ccc;font-size:3rem;line-height:3rem}
.warning .icon{width:3rem;height:3rem;border-radius:50%;background:#fff;color:#ccc;font-size:3rem;line-height:3rem}
.warning span{display:block;margin-top:.5rem;color:#ccc}

.warning.loginreg-top{padding:1.5rem 0; background:#F75E46;background-image: url(../images/loginreg_top_bg.png); background-size:100% 100%; color:#fff; text-align:center;-webkit-animation:changecolor 30s infinite; -moz-animation:changecolor 30s infinite; animation:changecolor 30s infinite;}
.warning.loginreg-top .icon{width:80px;height:80px; border-radius:50%;background:none;color:#fff;font-size:3rem;line-height:3rem}
.warning.loginreg-top .icon img{width:80px;height:80px;/*border:1px solid #fff;*/border-radius:50%;}
.warning.loginreg-top span{ color:#fff}

.warning.login-top{padding:1.5rem 0; background:#F75E46;background-image: url(../images/login_top_bg.png); background-size:100% 100%; color:#fff; text-align:center;-webkit-animation:changecolor 30s infinite; -moz-animation:changecolor 30s infinite; animation:changecolor 30s infinite;}
.warning.login-top .icon{width:80px;height:80px; border-radius:50%;background:none;color:#fff;font-size:3rem;line-height:3rem}
.warning.login-top .icon img{width:80px;height:80px;/*border:1px solid #fff;*/border-radius:50%;}
.warning.login-top span{ color:#fff}

 
.list-block.login{margin:1.25rem 0;margin-top:1.25rem;font-size:.85rem}
.list-block.login ul{position:relative;margin:0;padding:0;background:#fff;color:#333;list-style:none}
.list-block.login ul:before{position:absolute;top:0;right:auto;bottom:auto;left:0;z-index:15;display:block;width:100%;height:1px;background-color:#EFEFEF;content:'';-webkit-transform-origin:50% 0;transform-origin:50% 0}
.list-block.login ul:after{position:absolute;top:auto;right:auto;bottom:0;left:0;z-index:15;display:block;width:100%;height:1px;background-color:#EFEFEF;content:'';-webkit-transform-origin:50% 100%;transform-origin:50% 100%}
.list-block.login .item-inner{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden;box-sizing:border-box;padding-top:.4rem;padding-right:.75rem;padding-bottom:.35rem;width:100%;min-height:2.2rem;-webkit-box-flex:1;-ms-flex:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}
.list-block.login .item-inner:after{position:absolute;top:auto;right:auto;bottom:0;left:0;z-index:15;display:block;width:100%;height:1px;background-color:#EFEFEF;content:'';-webkit-transform-origin:50% 100%;transform-origin:50% 100%}
.loginbtna{border:1px solid #f44236;background:#f44236}
.loginbtn{border:1px solid #F44236;background:#F44236}
.list-block.login ul{position:relative;margin:0;padding:0;background:#fff;color:#333;list-style:none}
.list-block.login ul:before{position:absolute;top:0;right:auto;bottom:auto;left:0;z-index:15;display:block;width:100%;height:1px;background-color:#EFEFEF;content:'';-webkit-transform-origin:50% 0;transform-origin:50% 0}

@-webkit-keyframes changecolor{
0%{background-color:#F75E46;}
10%{background-color:#FB6E52;}
20%{background-color:#F5C11D;}
30%{background-color:#A0D468;}
40%{background-color:#48CFAE;}
50%{background-color:#4FC0E8;}
60%{background-color:#5D9CEC;}
70%{background-color:#AC92ED;}
80%{background-color:#EC87BF;}
90%{background-color:#ED5564;}
}
@-moz-keyframes changecolor{
0%{background-color:#F75E46;}
10%{background-color:#FB6E52;}
20%{background-color:#F5C11D;}
30%{background-color:#A0D468;}
40%{background-color:#48CFAE;}
50%{background-color:#4FC0E8;}
60%{background-color:#5D9CEC;}
70%{background-color:#AC92ED;}
80%{background-color:#EC87BF;}
90%{background-color:#ED5564;}
}
@keyframes changecolor{
0%{background-color:#F75E46;}
10%{background-color:#FB6E52;}
20%{background-color:#F5C11D;}
30%{background-color:#A0D468;}
40%{background-color:#48CFAE;}
50%{background-color:#4FC0E8;}
60%{background-color:#5D9CEC;}
70%{background-color:#AC92ED;}
80%{background-color:#EC87BF;}
90%{background-color:#ED5564;}
}

.testbg{ width:100%; height:200px; display:block;
background-image: -webkit-linear-gradient(40deg,#F15038 20%,  #8C52F8 35%, #52A5F8 50%,#7BF852 70%, #FCCE16 85%,#F15038 100%);
        -webkit-text-fill-color: transparent;
        
        -webkit-background-size: 800% 100%;
        -webkit-animation: masked-animation 20s infinite linear;}
@-webkit-keyframes masked-animation {
    0%  { background-position: 0 0;}
    100% { background-position: -100% 0;}
}
/*首页视频*/
.fans{padding-top:2rem;padding-bottom:2rem;background:url(../images/bo.png) no-repeat;background-size:100% 100%}
/*首页视频*/
.warning.open-video{background:url(../images/video.jpg) no-repeat;background-size:100% 100%;color:#fff}
.open-video i,.open-video span{color:#FFF}

.warning.ads-box{background:url(../images/shopbg.jpg) no-repeat;background-size:100% 100%;color:#fff}
.warning.ads-box span{ color:#fff}


/*首页提示*/
.popup-tip{background:0 0}
.popup-tip .box-in{position:fixed;top:50%;right:auto;bottom:auto;left:50%;z-index:99999;overflow:hidden;margin:0 auto;padding:10px;width:360px;max-width:90%;height:auto;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%)}
.tipbox{position:relative;display:block;padding:10px;width:100%;border-radius:4px 4px 0 0;background:#1D1E22;color:#fff}
.tipbox .tipbox-top{position:absolute;top:-60px;left:10%;display:block;width:80%;height:150px}
.popup-tip .tiptitle{margin:0 auto;text-align:center;font-size:1rem; font-weight:400;}
.popup-tip .tipcontent{ padding:10px 0;font-size:0.7rem;}
.popup-tip .modal-button{ background:#fff; color:#888;}
.myyongjin{margin:0 auto;text-align:center;font-size:2rem}
.list-block.indexnews{margin:0 auto;font-size:.85rem}

.center-title{ padding:0rem; text-align:center; color:#555; font-weight:400;}
.center-title i{ color:#FF8C8F; margin-right:10px; /*display:inline-block;background:url(../images/hot.png) no-repeat;background-size:60px 25px;*/ }
.center-title .titletext{ position:relative; padding:0 10px;}
.center-title .titletext:before {content: '';position: absolute;left: -80px;top: 50%; display:block; width:80px;height: 1px;background-color: #ccc;}
.center-title .titletext:after {content: '';position: absolute;right: -80px;top: 50%; display:block; width:80px;height: 1px;background-color: #ccc;}

.card.card-good{}
.card.card-good .card-header{height: 10rem;overflow: hidden;}
.card.card-good .card-footer{padding: 0.3rem 0.5rem;}
.card.card-good .card-footer .price{font-size:0.8rem; }
.card.card-good .card-footer .price s{ font-size:80%; color:#999;}
.card.card-good .card-footer .addcart{background-color: #ffffff;border-color: #f9f9f9; font-size:0.9rem; line-height:1;color: #f44236!important; padding:1px 8px;-webkit-box-shadow: 0 2px 2px 0 rgba(244,66,54, 0.14), 0 3px 1px -2px rgba(244,66,54, 0.2), 0 1px 5px 0 rgba(244,66,54, 0.12);box-shadow: 0 2px 2px 0 rgba(244,66,54, 0.14), 0 3px 1px -2px rgba(244,66,54, 0.2), 0 1px 5px 0 rgba(244,66,54, 0.12);}
.card.card-good .card-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #f9f9f9;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

img.article {
	width: 100%;
	height: auto;
	 
}
.article-title {
	font-weight: 200;
	font-size: 24px;
	color: #222222;
	margin: 15px 0;
	padding: 0 15px;
}
.article-content {
	color: #666666;
	margin: 20px 0;
	padding: 0 15px;
	line-height: 25px;
}
.readmore {
	margin: 15px 0;
	padding: 0 15px;
}


/*商品列表*/
.fui-goods-group{overflow:hidden;height:auto;background:#f5f5f5}
.fui-goods-item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;padding:0rem;height:auto;border-bottom:1px solid #e7e7e7;}

.fui-goods-item .image{float:left;width:4rem;height:4rem; background-position:center center;background-size:100%;background-repeat:no-repeat; }
.fui-goods-item .image img{display:block;width:100%;height:100%;}
.fui-goods-item  .image .hot{position:absolute;top:0;left:0;width:100%;height:1.5rem;color:#fff}
.fui-goods-item  .image .hot .jiao{background: #f44236;font-size: 0.5rem;width:32px;height: 16px;position: absolute;color: #fff;top: -2px;left: -10px;z-index: 3;text-align: center;line-height: 20px;overflow: hidden;-webkit-transform: rotate(-45deg);}
.fui-goods-item .detail{padding-left:.5rem;background:#fff;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.fui-goods-item .detail .name{height:3rem;color:#666;font-size:.7rem}
.fui-goods-item .detail .price{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:.7rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center; padding-right:0.5rem;}
.fui-goods-item .detail .price .text{font-size:.65rem;color:#ed2822;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.fui-goods-item .detail .price .minprice{font-size:.85rem}
.fui-goods-item .detail .price .productprice{color:#777;font-size:.55rem}
.fui-goods-item .detail .price .old-price{margin-left:.5rem;color:#777;text-decoration:line-through;font-size:.55rem}
.fui-goods-item .detail .price .sale{color:#777;font-size:.55rem}
.fui-goods-item .detail .price .buy{display:block;display:block;padding:0 .25rem;border-radius:1rem;background:#fe5455;color:#fff;text-align:center;font-size:.6rem;font-size:.6rem;line-height:1rem}
.color{color:#fd5454}
.bgcolor{background:#fd5454}
.fui-goods-group.three .fui-goods-item{width:33.33%}
.fui-goods-group .fui-goods-item .salez{position:absolute;top:0;right:0;bottom:0;left:0;z-index:999;background-position:bottom right;background-repeat:no-repeat}


.fui-swipe .salez{position:absolute;right:0;bottom:0;z-index:10;width:auto;height:auto}
.fui-swipe .salez img{display:block;width:auto;height:auto}
.fui-goods-group.block{padding:.2rem}
.fui-goods-group.block .fui-goods-item{float:left;padding:0.5rem;display:block;width:50%;border-bottom:0;padding:0.15rem;}
.fui-goods-group.block .fui-goods-item .image{ position:relative;overflow:hidden;margin:0;padding-bottom:100%;width:100%;height:0;background-position:center;background-size:cover;background-repeat:no-repeat}
.fui-goods-group.block .fui-goods-item .image.auto{padding-bottom:0;height:auto}
.fui-goods-group.block .fui-goods-item .hot .badge{margin-left:.25rem;padding:.15rem .15rem;border-radius:2px;color:#fff;font-size:.6rem}
.fui-goods-group.block .fui-goods-item .image{float:none}
.fui-goods-group.block .fui-goods-item .image .hot{position:absolute;top:0;left:0;width:100%;height:1.5rem;color:#fff}
.fui-goods-group.block .fui-goods-item .image .hot .jiao{background: #f44236;font-size: 0.5rem;width:32px;height: 16px;position: absolute;color: #fff;top: -2px;left: -10px;z-index: 3;text-align: center;line-height: 20px;overflow: hidden;-webkit-transform: rotate(-45deg);}

.fui-goods-group.block .fui-goods-item .detail{overflow:hidden;padding:.2rem}
.fui-goods-group.block .fui-goods-item .detail .name{overflow:hidden;height:1rem;line-height: 0.9rem;font-size:.7rem;color:#262626; margin:0.25rem 0;}
.fui-goods-group.block .fui-goods-item .detail .namea{overflow:hidden;height:0.8rem;line-height: 0.9rem;font-size:.65rem;color:#262626; margin:0.25rem 0;}
.fui-goods-group.block .fui-goods-item .center-image{padding-bottom:100%;height:0;max-width:100%;background-size:contain}
.fui-goods-group.block.one .fui-goods-item{float:none;width:100%}
.fui-images .image .image-remove{top:-.3rem;right:-.3rem}

/*商品详情*/
.box-title{ background:#fff; padding:0.5rem; color:#222; margin-top:1rem;}
.page-detail .swiper-slide img{width:100%}
.goods-detail{ margin:0 auto; background:#fff; padding:10px; padding-bottom:0px;}
.goods-detail .good-title{ font-weight:500;color:#222;font-size:0.95rem}
.goods-detail del{color:gray;font-size:.6rem}
.goods-detail .good-info{ margin:0 0.25rem; padding:0.5rem 0;border-top:1px solid #f1f1f1;font-size:.7rem; color:#666;}
.goodbottom{padding:0;height:2.2rem;background-color:#fff;line-height:2.2rem}
.goodbottom .showaddcart{margin-right:0;margin-left:0;background:#FCB41D;color:#fff}
.goodbottom .nowbuy{margin-right:0;margin-left:0;background:#f44236;color:#fff}
.goodbottom .cartnumber{ position:relative;}
/*#cartnum{left:1rem;}*/

.goods_desc img{width:100%}
.list-block.goodimgs{margin-top:0;margin-bottom:0}
.list-block.goodimgs .img-view{display:block;width:100%}
/*选择商品数量*/
.popup-goodtocart{ background:0 0;}
.popup-goodtocart .popup-over{ position:absolute; left:0; top:0; display:block;width:100%; height:100%; }
.bottom-box{position:absolute;bottom:0;left:0;padding-bottom:2.2rem;width:100%}
.bottom-box .gimg{margin-top:-40px;width:100px;height:100px;border:2px solid #fff}
.list-block.good_dibu{margin:0px 0px;}
.list-block.good_dibu .item-media{ width:100px; height:50px;}
.guige{ width:100%; max-height:300px;overflow-y:scroll;}
.guige::-webkit-scrollbar-track{background-color: #F5F5F5;
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.22);}
/*定义滚动条高宽及背景*/
.guige::-webkit-scrollbar{
width: 4px;
background-color: rgba(0, 0, 0, 0.34);}
 /*定义滚动条*/
.guige::-webkit-scrollbar-thumb{
background-color:#878B9E;
 border-radius: 4px;}
.goodsnumber{height:1.8rem;line-height:1.8rem}
.goodsnumber input{height:1.8rem;border:none;background:#F90;text-align:center;font-size:1.2rem}

/*购物车页面*/
.card.cartcard{position:relative;margin:.5rem .25rem;border-radius:.1rem;background:#fff;box-shadow:0 .05rem .1rem transparent;font-size:.7rem}
.cartcard .card-header{background:#fff}
.cartcard .item-title{font-weight:500}

.jiajian{display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden;box-sizing:border-box;width:100px;height:26px;border:1px solid #DDD;background:#ffffff;-webkit-box-flex:1;-ms-flex:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}
.jiajian .add,.jiajian .minus{display:block;padding:0 5px;width:26px;height:26px;color:#DDD;text-align:center;line-height:26px}
.jiajian .add{border-left:1px solid #DDD}
.jiajian .minus{border-right:1px solid #DDD}
.jiajian .number{width:40px;height:26px;border:#DDD 1px solid;background:#fff;text-align:center}

/*.goods_desc{ padding:0px; margin:0 auto; background:#FF6600; width:100%;margin-bottom:10px;}*/


.pages{ text-align:center; position:relative; line-height:36px; margin:20px auto;}
.pages a{ background:#fff;  padding:5px 10px;color:#777;  font-size:15px; margin:0px auto; border-radius:1px; border:1px solid rgba(0,0,0,.125);}
.pages a ~ a{ margin-left:-1px;}
.pages a.pageup-dis{ background:#f5f5f5;color:#999;}
.pages a.pagedown{ background:#fff;}
.pages .num {padding:5px 15px;}
.pages .num.current{ background:#f44236; color:#fff;}
.pages .num.current:hover{ color:#fff;}

.pages .num:hover,.pages a.pagedown:hover{background:#f44236; color:#fff;}

/*商品分类*/
.cat-page{ position:relative; padding:0; height:100%; display:block;background:#FFCC00}
.cat-left{ position:fixed; left:0px; top:2.2rem; padding:0; display:block; overflow:hidden;overflow-y: auto; bottom:2.5rem; z-index:9999;}
.cat-right{ margin:0 auto; padding:5px 10px;}
.cat-left a{ width:100%;line-height:2rem;height:2rem;white-space:nowrap;  border-bottom:1px solid #efefef; margin:0 auto; padding:0px; text-align:center; display:block; }
.cat-left a.active{ color:#f44236;}





.panel-select{ background:#ffffff;box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);}
.panel-select .btn-sm{padding:.15rem .4rem;font-size:.6rem;}

.search-btn{ border-radius:4px;}
/*首页轮播*/
.swiper-warp .swiper-pagination {bottom: 10px;left: 0;width: 100%;}
.swiper-warp .swiper-pagination-bullet{opacity:1; background:#fff; margin:0 3px!important;}
.swiper-warp .swiper-pagination-bullet-active{background:#007cc4;}
.swiper-img img{width:100%; height:auto; display:block;}

.swiper-container{width:100%}
.swiper-container img{display:block;width:100%}
.swiper-container.swiper-zhutu .swiper-slide img{width:100%; max-height:370px;}

.swiper-zhutu-pagination{width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.3);color:#fff;text-align:center;font-size:12px;font-family:Arial,Helvetica,sans-serif;line-height:40px}
.swiper-zhutu-pagination .swiper-pagination-current{font-size:14px}
.swiper-zhutu-pagination .swiper-pagination-total{font-size:12px}
.swiper-pagination-fraction.swiper-zhutu-pagination{right:20px;left:auto}



.swiper-container.swiper-goodslist{width:100%;height:160px; background:#FFFFFF;}
.swiper-container.swiper-goodslist .swiper-slide{ background:#FF6600}

.swiper-container.swiper-company{background:#FFFFFF;width: 100%;
        height: 300px;
        margin: 20px auto;}
.swiper-container.swiper-company .swiper-slide{  
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 80%;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-container.swiper-company .swiper-slide img{width:100%; max-height:370px;}














/*会员中心*/
.bgbox{overflow:hidden;position:relative;width:100%;height:220px;margin:auto; margin-bottom:0px; background:#fff;/*background-image:linear-gradient(to top,#9972C9 10%,#8878F5 70%)*/background: -webkit-linear-gradient(80deg,#7873f5,#ff6ec4);
	background: linear-gradient(80deg,#7873f5,#ff6ec4);}
.bgboxInner{position:absolute;width:100%;overflow:hidden;height:40px;bottom:-1px;opacity:1;z-index:0;}
.wave-bg{position:absolute;left:0;width:200%;height:40px;background-repeat:repeat no-repeat;background-position:0 top;transform-origin:center bottom;background-size:50% 40px;animation:bg_wave 16s linear infinite}
@keyframes bg_wave{0%{transform:translateX(0) translateZ(0) scaleY(1)}
50%{transform:translateX(-25%) translateZ(0) scaleY(.55)}
100%{transform:translateX(-50%) translateZ(0) scaleY(1)}
}
/*.myinfo{ position:relative;/* top:0; left:0;*/width:100%; height:190px;padding:0;padding-top:1rem; padding-bottom:1rem;color:#fff;text-align:center; }*/
.mypic{position:relative;margin: 0 auto;/*width:65px;height:65px;border:1px solid #F7F7F9; padding:1px;border-radius:50%;*//*background-color: rgba(0,0,0,0.5); background-color:#f44236;  */}
.mypic img{width:60px;height:60px;border:1px solid #F7F7F9;border-radius:50%}
.mypic img.sm-pic{width:60px;height:60px;border:1px solid #F7F7F9;border-radius:50%}
.mypic .user-avatar { background-color: #FFF; width: 4rem; height: 4rem; margin: 0 auto; border-radius: 100%;}
.mypic .user-avatar img { width: 100%; height: 100%; border-radius: 100%;}
.mypic .group{ position:absolute; top:0.5rem; right:0px; line-height:1rem; background:rgba(255,255,255,0.3);background:#F4D624;background:rgba(0,0,0,0.1); font-size:0.7rem; padding:0.25rem 0.5rem; border-radius:25px 0px 0px 25px;}
.mypic .group i{ color:#fff; font-size:0.9rem; /*background:#fff; padding:3px; border-radius:50%; color:rgba(0,0,0,0.4);*/}




/*个人中心*/
.list-block.myinfo{
margin:0 auto; background:#6666CC
}
.list-block.myinfo .item-title {
  font-weight: 500;
}
.list-block.myinfo .item-inner {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.45rem;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.list-block.myinfo .item-media {
  padding-top: 0.45rem;
  padding-bottom: 0.5rem;
}
.list-block.myinfo .item-media img {
  display: block;
}
.list-block.myinfo .item-media .banklogo { vertical-align: top; margin-bottom:0.8rem; border-radius:50%;
}
.list-block.myinfo .item-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


.mymoneycard{ margin:0px 30px; margin-top:-40px;box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 5px 20px -10px rgba(0,0,0,0.2);}
.mymoneycard .card-header{border-bottom:1px solid #fff;}

 
.teammoney{ box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);}

.logincard{ width:50%;margin:30px auto;margin-top:40px;box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);}

 





.transparent .header-r a sup { right: 0.3rem !important; top: 0.3rem !important;}
.member-body .header-back { display: none; }
.member-top { -webkit-animation:changeBg 30s infinite; -moz-animation:changeBg 20s infinite; animation:changeBg 20s infinite;background-color:#ED5564; background-image: url(../images/member_top_bg.png); background-size: cover;  text-align: center; width: 100%; height: 11rem; position: relative; z-index: 1;}
@-webkit-keyframes changeBg{
0%{background-color:#F75E46;}
10%{background-color:#FB6E52;}
20%{background-color:#F5C11D;}
30%{background-color:#A0D468;}
40%{background-color:#48CFAE;}
50%{background-color:#4FC0E8;}
60%{background-color:#5D9CEC;}
70%{background-color:#AC92ED;}
80%{background-color:#EC87BF;}
90%{background-color:#ED5564;}
}
@-moz-keyframes changeBg{
0%{background-color:#F75E46;}
10%{background-color:#FB6E52;}
20%{background-color:#F5C11D;}
30%{background-color:#A0D468;}
40%{background-color:#48CFAE;}
50%{background-color:#4FC0E8;}
60%{background-color:#5D9CEC;}
70%{background-color:#AC92ED;}
80%{background-color:#EC87BF;}
90%{background-color:#ED5564;}
}
@keyframes changeBg{
0%{background-color:#F75E46;}
10%{background-color:#FB6E52;}
20%{background-color:#F5C11D;}
30%{background-color:#A0D468;}
40%{background-color:#48CFAE;}
50%{background-color:#4FC0E8;}
60%{background-color:#5D9CEC;}
70%{background-color:#AC92ED;}
80%{background-color:#EC87BF;}
90%{background-color:#ED5564;}
}
.member-info:before {}
.member-info { width: 12rem; height: 6rem; margin: -3.5rem 0 0 -6rem; position: absolute; z-index: 1; top: 50%; left: 50%; animation: memberInfoDown 1000ms  ease-in; -webkit-animation: memberInfoDown 1000ms ease-in;}
@keyframes  memberInfoDown
{
0% { top: -50%;}
30% { top: -10%}
75% { top: 55%}
85% { top: 47%}
95% { top: 52%}
100% { top: 50%;}
}
@-webkit-keyframes  memberInfoDown
{
0% { top: -50%;}
30% { top: -10%}
75% { top: 55%}
85% { top: 47%}
95% { top: 52%}
100% { top: 50%;}
}


.member-info .default-avatar { background-color: rgba(0,0,0,0.5); background-image: url(../images/member_w.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 60%; width: 4rem; height: 4rem; margin: 0 auto; border-radius: 100%;}
.member-info .to-login { font-size: 0.8rem; color: #FFF; line-height: 1rem; height: 1rem; margin: 0.25rem auto;}
.member-info .user-avatar { background-color: #FFF; width: 4rem; height: 4rem; margin: 0 auto; border-radius: 100%;}
.member-info .user-avatar img { width: 100%; height: 100%; border-radius: 100%;}
.member-info .user-name { color: #FFF;}
.member-info .user-name span { font-weight: lighter; font-size: 0.8rem; line-height: 1.2rem; height: 1.2rem; position: relative; z-index: 1;}
.member-info .user-name sup { font-size: 0.45rem; line-height: 0.6rem; background-color: #ED5564; display: block; height: 0.6rem; padding: 0 0.1rem; margin-left: 0.2rem; border-radius: 0.1rem; position: absolute; z-index: 1; top: 0; right: -0.9rem; box-shadow: 1px 1px 1px rgba(0,0,0,0.15);}
.member-collect { font-size: 0; height: 3rem; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#19000000', endColorstr='#19000000');background:rgba(0,0,0,0.1);position: absolute; bottom: 0; left: 0; right: 0;}

.member-collect span { display: inline-block; width: 33.33%; height: 2rem; padding: 0.5rem 0;}
.member-collect span a { display: block;}
.member-collect span em { font-weight: lighter; font-size: 0.9rem; color: #FFF; line-height: 1rem; text-align: center; vertical-align: top; display: inline-block; min-width: 1rem; height: 1rem; margin: 0 auto;}
.member-collect span i { vertical-align: top; display: inline-block; width: 1rem; height: 1rem; margin: 0 auto;}
.member-collect span i.favorite-goods { background-image: url(../images/favorite_w.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%;}
.member-collect span i.favorite-store { background-image: url(../images/store_w.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%;}
.member-collect span i.goods-browse { background-image: url(../images/goods-browse_w.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%;}
.member-collect span p { font-size: 0.6rem; line-height: 1rem; color: #FFF; height: 1rem;}



/*波浪*/
.boxbbb {
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.0);
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.wave {
	opacity: .9;
	position: absolute;
	top: 3%;
	left: 50%;
	background: #f44236;
	width: 450px;
	height: 450px;
	margin-left: -220px;
	margin-top: -220px;
	-webkit-transform-origin: 50% 45%;
	transform-origin: 50% 45%;
	border-radius: 44%;
	-webkit-animation: drift 4500ms infinite linear;
	animation: drift 4500ms infinite linear;
}

.wave.-three {
	-webkit-animation: drift 4000ms infinite linear;
	animation: drift 4000ms infinite linear;
}

.wave.-two {
	-webkit-animation: drift 5000ms infinite linear;
	animation: drift 5000ms infinite linear;
	opacity: .1;
	background: #fff;
}

.boxbbb:after {
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(221, 238, 255, 0.2) 80%, rgba(255, 255, 255, 0.8));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(221, 238, 255, 0.2) 80%, rgba(255, 255, 255, 0.8));
	z-index: 11;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@-webkit-keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.company-top{ position:relative; padding:1rem 0; background:url(../images/shopbg.jpg) no-repeat;background-size:100% 100%;text-align:center;color:#fff;}
.company-top .icon{width:60px;height:60px;border-radius:0%;/*background:#fff;*/color:#ccc;}
.company-top span{display:block;margin-top:.5rem;color:#fff}


.up-box{width: 100%;height: 100%;display: table;table-layout: fixed;-webkit-writing-mode: horizontal-tb;}
.up-box .card-cover{ position:relative;width:18vw; height:18vw; background:#f5f5f5; border:1px solid #f1f1f1;margin-bottom:0.5rem; background-size:cover;}
.up-btn{ background:#f5f5f5; border:1px solid #f1f1f1; box-sizing:border-box;display:-webkit-box;display:-webkit-flex; align-items:center;text-align:center; margin:0 auto; color:#ddd;}
.up-btn .upico{ line-height:100%; font-size:3rem;margin:0 auto;}
.up-box .card-cover .jindu{ position:absolute; bottom:0px; left:0px; width:100%; height:20px; line-height:20px; -webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:0 ;text-align:center; color:#fff; background:#eee; z-index:9;}
 .jindu .bili {background-color: #0FDB47; display:block; width:1%; height:20px; border-radius:0px; } 
 .jindu .percent{position:absolute; height:20px; font-size:0.7rem; display:inline-block;top:0px; left:4px; color:#fff; z-index:10; }



.iconfontu {
  font-family:"iconfontu" !important;
  font-size:35px;
  margin-top:-0.6rem;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:30px;
  color:#000;
  margin-left:0.3rem;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfontx {
  font-family:"iconfontx" !important;
  font-size:18px;
  color:#000;
  margin-left:0rem;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.headenav {
/*background-color: #cc9933;	*/
background-image: url(../images/memberuser_top_bg.png);
color: #ffffff;
border: 0px solid #cc9933;
}

.headenava {

color: #ffffff;

}
