﻿html {
  overflow-x: hidden;
}
body {
  font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
  padding-top: 50px;
  overflow-x: hidden;
}
.guidebox {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  -khtml-opacity: .9;
  opacity: .9;
  z-index: 9998;
}
.guide {
  position: fixed;
  width: 100%;
  display: none;      
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/guide1.png) no-repeat center 1em;
  background-size: 100% auto;
  z-index: 9999;
}
a:focus, a:hover {
  color: none;
}
.am-with-fixed-header {
  padding-top: 0;
}
.chk-box {
  position: relative;
  font-weight: normal;
  margin-right: 5px;
}
.swiper-tab-tle .swiper-slide.disable,
.swiper-tab-tle li.disable span {
  color: #bbb;
}
.am-slides li {
  position: relative;
}
.am-slides li .title {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  padding-left: 1em;
  line-height: 2em;
}
.am-slides li .title_box {
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  display: block;
  bottom: 0;
  height: 2em;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.am-slider-a1 .am-control-nav li a {
  text-indent: 99999px;
}
.am-slider-a1 .am-control-nav, .am-slider-a2 .am-control-nav, .am-slider-a3 .am-control-nav, .am-slider-a4 .am-control-nav, .am-slider-a5 .am-control-nav {
  text-align: right;
}
.form-item .item-label {
  font-weight: normal;
}
.form-item2 {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 44px;
  overflow: hidden;
}
.form-item2:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  right: 0;
  height: 0;
  transform: scaleY(0.5);
  border-top: 1px solid #dbdbdb;
}
.form-item2 .item-label {
  width: 90px;
  padding-left: 10px;
}
.form-item2 .item-field {
  flex: 1;
  width: 1%;
}
.form-item2 .item-field .f-text {
  display: block;
  border: 0 none;
  width: 100%;
  box-sizing: border-box;
}
.form-item2 .item-field .icon-input-clear {
  height: 44px;
}
.form-item2 .item-append {
  margin-right: 10px;
  color: #999;
}
.form-item2 .item-append + .icon-v-right {
  margin-left: -10px;
}
.form-item2 .img-captcha {
  margin-left: 10px;
}
.form-item2 .icon-v-right {
  display: block;
  width: 30px;
  height: 44px;
  color: #ccc;
}
.select2 {
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 3px;
  margin: 5px 0;
  border-radius: 0;
}
.am-modal input, .am-modal input[type=text], .am-modal .am-form input[type=text][readonly] {
  border-radius: .5em;
  border: 1px solid #aaa;
  background: #fff;
  padding: .5em;
  display: inline;
  width: auto;
  font-size: 1em;
  vertical-align: auto;
}
.am-modal fieldset {
  border: 0;
  border-top: 1px solid #ddd;
}
.am-modal fieldset .row {
  padding: 5px 0;
}
.chk-box input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.chk-box input[type=checkbox]:checked + i {
  color: #31c238;
}
.chk-box input[type=checkbox]:checked + i:before {
  content: "";
  width: 5px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: -1px;
}
.chk-box input[type=checkbox]:checked + i:after {
  content: "";
  height: 6px;
  width: 12px;
  border: 1px solid currentColor;
  border-width: 0 0 2px 2px;
  position: absolute;
  top: 1px;
  left: 3px;
  transform: rotate(-52deg);
}
.chk-box .icon-checkbox {
  top: 0;
  margin-top: -4px;
  margin-right: 0;
}
header a:link, header a:visited, header a:hover, .header-nav a:link, .header-nav a:visited, .header-nav a:hover {
  color: #fff;
}
.chk-field input[type=checkbox]:checked + i:after {
  height: 5px;
  width: 13px;
}
.header-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px;
}
.header-nav-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.header-nav-icon i {
  display: block;
  width: 34px;
  height: 34px;
}
.fixed-bot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.box-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box-flex > * {
  display: block;
}
.dialog-wrap {
  z-index: 9999;
}
.box-flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.box-flex-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.box-flex-1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.btn-oran {
  color: #fff;
  background: #fd9d29;
  text-align: center;
}
.radius5 {
  border-radius: 5px;
}
.checkbox {
  color: #fc561f;
}
.bg-gray {
  color: #fff;
  background: #7f7f7f;
  text-align: center;
}
.bg-oran {
  color: #fff;
  background: #fc561f;
  text-align: center;
}
.bg-oran-2 {
  color: #fff;
  background: #f69c46;
  text-align: center;
}
.swiper-pagination-bullet-active {
  background: #fc561f;
  width: 12px;
  border-radius: 4px;
}
.headlines {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.headlines .news {
  display: inline-block;
  line-height: 30px;
  padding-left: 10px;
}
.icon2 {
  display: inline-block;
  background: url(../images/icon-2.png) no-repeat;
  background-size: 500px auto;
}
.icon2-tout {
  background-position: -5px -3px;
  height: 30px;
  width: 60px;
}
.icon2-promotion {
  background-position: -0px -18px;
}
.icon2-favorite {
  background-position: -61px -18px;
}
.icon2-lately-pay {
  background-position: -125px -18px;
}
.icon2-order {
  background-position: -191px -18px;
}
.fast-nav {
  padding: 10px 0;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.fast-nav a {
  color: #666;
}
.fast-nav li:first-child {
  padding: 0;
}
.fast-nav li {
  float:left;
  width: 25%;
  text-align: center;
}
.fast-nav li img {
  width: 63px;
  height: 63px;
}
.fast-nav li .text {
  display: block;
  font-size: 12px;
}
.card-list h2 {
  margin: 10px 0;
  border-left: 4px solid #fc561f;
  padding: 0 10px;
  line-height: 18px;
}
.card-list h2 span {
  font-weight: bold;
}
.card-list h2 a {
  color: #999;
  font-size: 12px;
}
.fixed-bottom-placeholder {
  height: 50px;
}
.card-list h2 a {
  color: #999;
  font-size: 12px;
}
.card-list .card-item .checkbox {
  width: 20px;
  margin-right: 10px;
  line-height: 90px;
  font-size: 20px;
  float: left;
}
.fixed-bottom-placeholder {
  height: 50px;
}
/*商品收藏 start*/
.favorite-page.fixed-bottom {
  line-height: 40px;
}
.favorite-page.fixed-bottom .checkbox {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.saleprice {
  text-decoration: line-through;
  font-size: 12px;
  color: #a1a1a1;
}
.favorite-page.fixed-bottom .select-box {
  text-align: left;
  padding-left: 10px;
}
.favorite-page.fixed-bottom .btn-insert-car, .favorite-page.fixed-bottom .btn-delete {
  width: 100px;
}
/*商品收藏 end*/
/*用户中心 start*/
.user-page {
  padding: 0;
}
.user-page a {
  color: #666;
}
.user-page > header {
  text-align: center;
  color: #fff;
  background: url(../images/user_center_top.png) no-repeat center;
  background-size: 100% 100%;
  height: 170px;
  padding-top: 35px;
}
.user-page > header .user-face {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 2px solid #fff;
  background-size: 100% auto;
  margin: 0 auto;
}
.user-page > header .user-name {
  padding-top: 10px;
}
.user-page > header .btn-left {
  position: absolute;
  left: 10px;
  top: 10px;
}
.user-page > header .btn-right {
  position: absolute;
  right: 10px;
  top: 10px;
}
.user-page .order-box {
  padding-top: 10px;
  background: #fff;
}
.user-page .order-box header {
  padding: 0 10px;
  line-height: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.user-page .order-box header a {
  color: #999;
  font-size: 12px;
}
.user-page .order-box header i:last-child {
  color: #999;
  font-size: 10px;
}
.user-page .order-box ul {
  padding: 10px 0;
}
.user-page .order-box ul li {
  width: 33.33%;
  text-align: center;
}
.user-page .order-box ul li > * {
  display: block;
}
.user-page .order-box ul li .iconfont {
  font-size: 30px;
  display: block;
  line-height: 30px;
}
.user-page .order-box ul li .text {
  display: block;
  padding-top: 3px;
  font-size: 12px;
}
.user-page nav {
  margin-top: 10px;
  background: #fff;
}
.user-page nav div > a {
  padding-right: 20px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  margin-left: 20px;
}
.user-page nav div:last-child > a {
  border: 0;
}
.user-page nav div > a div {
  padding-left: 10px;
}
.user-page nav div > a span {
  color: #999;
  font-size: 12px;
}
.user-page nav div > a i:first-child {
  color: #999;
  font-size: 19px;
}
.user-page nav div > a i:last-child {
  font-size: 10px;
  color: #777;
}
/*用户中心 end*/
/*我的资金 start*/
.fund-page {
  padding: 0;
}
.fund-page header {
  background: #fc511e url(../images/oran-bottom.png) no-repeat bottom center;
  background-size: 100% auto;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
.fund-page header .log-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.fund-page header .text {
  color: #fdccb7;
  font-size: 12px;
}
.fund-page header .money {
  font-size: 30px;
}
.fund-page .total-box {
  background: #fff;
  padding: 20px 0;
}
.fund-page .total-box .item {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fund-page .total-box .item i {
  font-size: 30px;
  margin-right: 10px;
  color: #999;
}
.fund-page .total-box .line {
  margin: 8px 0;
  background: #eaeaea;
  width: 1px;
}
.fund-page .total-box .item {
}
.fund-page .total-box .item .money {
  font-size: 20px;
  color: #fc511e;
}
.fund-page .total-box .item .text {
  color: #999;
  font-size: 12px;
  line-height: 10px;
}
.fund-page .btn-oran {
  line-height: 40px;
  margin: 10px;
  font-size: 16px;
}
/*我的资金 end*/
/*财务日志 start*/
.money-log-page .month-item strong {
  display: block;
  padding: 10px;
}
.money-log-page .month-item ul {
  background: #fff;
  border-top: 1px solid #ddd;
  color: #999;
}
.money-log-page .month-item ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.money-log-page .month-item ul li i {
  padding: 10px;
  font-size: 24px;
  margin-right: 10px;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
}
.money-log-page .month-item ul li .fan {
  background: #40c1aa;
}
.money-log-page .month-item ul li .chong {
  background: #fd9827;
}
.money-log-page .month-item ul li .qu {
  background: #77cafa;
}
.money-log-page .month-item ul li .money {
  font-size: 18px;
  color: #333;
}
.money-log-page .month-item ul li .text {
  font-size: 12px;
  line-height: 10px;
}
.money-log-page .month-item ul li .time {
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
}
.money-log-page .month-item ul li .remark {
  padding-left: 54px;
  color: #666;
}
/*财务日志 end*/
select {
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 3px;
  border-radius: 0;
}
.foot-box {
  border-top: 3px solid #fdad2a;
  background: #168dd4;
  color: #ccc;
  padding: 10px;
  text-align: center;
  font-size: 10px;
}
.foot-box a:link, .foot-box a:visited, .foot-box a:hover {
  color: #fff;
}
.foot-box .foot-nav-box {
  width: 100%;
  padding-bottom: 10px;
}
.foot-box .foot-nav-box li {
  border-right: 1px solid #efefef;
  line-height: 10px;
  text-align: center;
}
.foot-box .foot-nav-box li:last-child {
  border-right: 0;
}
.swiper-slide img {
  width: 100%;
}
/* 登录 */
.login_form {
  text-align: center;
  padding: 24px 24px 0 24px;
}
.login_form dd {
  overflow: hidden;
}
.login_form li {
  margin-bottom: 13px;
}
.login_form label {
  height: 37px;
  line-height: 37px;
  margin: 0 auto;
  display: block;
  border: 1px solid #d3d3d3;
  background: #fff;
  border-radius: 3px;
  font-weight: 400;
}
.login_form label i {
  display: block;
  float: left;
  height: 37px;
  line-height: 37px;
  padding-right: 0px;
  width: 30px;
  font-size: 22px;
  color: #b9b9b9;
  text-align: center;
}
.login_form label input {
  border: none;
  height: 37px;
  line-height: 37px;
  width: 80%;
  background: none;
  outline: none;
} 
.login_form label div {
  border: none;
  height: 37px;
  line-height: 37px;
  width: 80%;
  background: none;
  outline: none;
}
.login_form label span {
  display: block;
  float: right;
  height: 37px;
  line-height: 37px;
  padding-right: 0px;
  width: 100px;
  font-size: 22px;
  color: #b9b9b9;
  text-align: center;
  margin-top: -39px;
}
.login_form label div {
  border: none;
  height: 37px;
  line-height: 37px;
  width: 80%;
  background: none;
  outline: none;
}
.login_form label button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  box-sizing: border-box;
  user-select: none;
  padding: 0 1em;
  white-space: nowrap;
  color: #fff; 
  background-color: #31c238; 
  margin-top: -39px;
  float: right;
}
/* 资料修改页 */
.tip {
  background: #fef6c5;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd7b1;
  color: #98914f;
}
.form article {
  margin: 10px 0;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
.form article section {
  padding: 5px 10px;
}
.form article section:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.form article section .title {
  margin-right: 20px;
  line-height: 44px;
}
.form article section .box_f1 {
  color: #b2b2b2;
}
.form article section input {
  border: 0;
  outline: none;
  padding: 10px;
}
.form article section select {
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 3px;
  margin: 5px 0;
  border-radius: 0;
}
.form article section textarea {
  border: 0;
}
.form article section textarea:focus {
  outline: 0;
}
/* 我的订单 */
.order_list ul li {
  padding: 10px;
  margin-top: 10px;
  background: #fff;
}
.order_list ul li div.fl a.name {
  font-size: 14px;
  color: #666666;
  height: 20px;
  line-height: 20px;
}
.order_list ul li div.fl div.time {
  color: #b2b2b2;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
.order_list ul li div.fl div.state {
  color: #666666;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.order_list ul li div.fr .price {
  font-size: 16px;
  color: #db0000;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
}
.order_list ul li div.fr .choose {
  text-align: right;
  margin-top: 5px;
}
.order_list ul li .clear {
  margin-bottom: 7px;
}
.order-btn-box {
  padding: 10px 0 5px;
  border-top: 1px solid #d8d8d8;
}
.order-btn-box a {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 5px;
  border: 1px solid #dadada;
  font-size: 14px;
  color: #333;
}
.order-btn-box a.btn-warning {
  color: #FAA654;
  border-color: #FAA654;
}
/*订单详情*/
.order-detail-box .order-item {
  position: relative;
  padding: 10px 20px 10px 35px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.order-detail-box .order-item a {
  display: block;
  color: #333;
}
.order-detail-box .order-item:first-child {
  background: #2fc194;
  color: #fff;
}
.order-detail-box .order-item i {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 24px;
  color: #999;
}
.order-detail-box .order-item i.am-icon-dot-circle-o {
  color: #2fc194;
}
.order-detail-box .order-item i.am-icon-angle-right {
  position: absolute;
  left: auto;
  top: 50%;
  right: 10px;
  font-size: 28px;
  margin-top: -23px;
}
.order-detail-box .order-item span.line {
  position: absolute;
  top: 35px;
  left: 20px;
  height: 50px;
  border-left: 1px solid #2fc194;
}
.order-detail-box .order-item p {
  margin-top: 5px;
  margin-bottom: 0;
}
.order-detail-box .order-item p:first-child {
  margin-top: 0;
}
.goods-detail-item {
  display: block;
  padding: 10px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.goods-detail-item .pic {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.goods-detail-item .con h3 {
  font-size: 14px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
.order-detail-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.order-detail-btns a {
  margin: 0 3px;
}
.logistics-box {
  display: none;
  padding: 10px;
  overflow: hidden;
  background: #fff;
}
.logistics-box h3 {
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
.logistics-box ul {
  margin-top: 0;
  padding-left: 20px;
}
.logistics-box li {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  color: #666666;
}
.logistics-box li:first-child {
  padding-top: 5px;
  border-top: 0;
  color: #11cd6e;
}
.logistics-box li:first-child:after {
  top: 8px;
  left: -27px;
  width: 12px;
  height: 12px;
  background: #11cd6e;
  border: 2px solid rgba(17, 205, 110, 0.5);
  box-sizing: content-box;
  background-clip: content-box;
}
.logistics-box li:after {
  position: absolute;
  top: 20px;
  left: -25px;
  width: 12px;
  height: 12px;
  content: ' ';
  border-radius: 50%;
  background: #ccc;
}
.logistics-box li p {
  margin: 0;
}
.logistics-box li p.time {
  margin-top: 5px;
  font-size: 12px;
}
.logistics-list {
  position: relative;
}
.vertical-line {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 1px;
  height: 100%;
  background: #ccc;
}
/* 我的收藏 */
.list {
  clear: both;
  line-height: 20px;
}
.list .item {
  position: relative;
  background: #fff;
  margin: 15px 10px 5px;
  padding: 8px;
  border: 1px solid #D8D8D8;
}
.list .face {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 3px;
  margin-right: 10px;
}
.name {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  font-size: 14px;
}
.name a {
  color: #666;
}
.price {
  color: #F00;
}
a.icon-del {
  position: absolute;
  top: -12px;
  right: -5px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #d8d8d8;
}
/* 地址管理 */
.com-bar {
  padding: 5px 10px;
  font-size: 14px;
  background: #fff;
}
.com-bar span {
  margin: 0 5px;
  font-size: 16px;
  font-weight: 700;
  color: #2fc194;
}
.address-list {
  overflow: hidden;
  padding: 0 10px 0 5px;
  background: #fff;
}
.address-list li {
  position: relative;
  padding: 10px 10px 40px;
  margin-top: 10px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
.address-list li a {
  color: #333;
}
.address-list li div {
  margin-right: 20px;
}
.address-list li.active {
/*border: 1px solid #2fc194;
background: #2fc194;
color: #fff;*/
}
.address-list li.active a {
  /*color: #fff;*/
}
.address-list li.active .btn-edit-box a {
  /*border-color: #fff;*/
}
.address-list li.active .user-address {
  color: #fff;
}
.address-list li.active .right-icons {
  visibility: visible;
}
.address-list label {
  font-weight: 400;
}
.user-address {
  margin-bottom: 0;
  font-size: 14px;
  color: #716f66;
}
.right-icons {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  padding-top: 25px;
  width: 22px;
  height: 100%;
}
.action-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.action-btn a {
  display: block;
  padding: 7px 0;
  background: #2fc194;
  color: #fff;
  text-align: center;
}
.address-list li .btn-edit-box {
  margin-right: 0;
}
.btn-edit-box {
  text-align: right;
}
.btn-edit-box a {
  display: inline-block;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 3px;
}
.btn-edit-box a.btn-edit-mod {
  color: #11cd6e;
  border: 1px solid #11cd6e;
}
.btn-edit-box a.btn-edit-del {
  color: #ff0000;
  border: 1px solid #ff0000;
}
/* 收货地址编辑 */
.create-form {
  width: 100%;
  margin: 10px 0 50px;
}
.create-row {
  padding: 5px 10px;
  font-size: 14px;
}
.create-row .box {
  padding: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 5px;
}
.create-row input[type=text] {
  width: 100%;
  padding: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.create-row select {
  width: 32.3%;
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.create-row textarea {
  padding: 8px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.action-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.create-btn {
  display: block;
  padding: 7px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #11cd6e;
  border-radius: 5px;
}
.action-btn a {
  display: block;
  padding: 7px 0;
  background: #2fc194;
  color: #fff;
  text-align: center;
}
.set-default {
  font-weight: 400;
}
.set-default input {
  margin-right: 5px;
}
/*财务日志 start*/
.money-log-page {
}
.money-log-page .month-item {
}
.money-log-page .month-item strong {
  display: block;
  padding: 10px;
}
.money-log-page .month-item ul {
  background: #fff;
  border-top: 1px solid #ddd;
  color: #999;
}
.money-log-page .month-item ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.money-log-page .month-item ul li i {
  padding: 10px;
  font-size: 24px;
  margin-right: 10px;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
}
.money-log-page .month-item ul li .fan {
  background: #40c1aa;
}
.money-log-page .month-item ul li .chong {
  background: #fd9827;
}
.money-log-page .month-item ul li .qu {
  background: #77cafa;
}
.money-log-page .month-item ul li .money {
  font-size: 18px;
  color: #333;
}
.money-log-page .month-item ul li .text {
  font-size: 12px;
  line-height: 10px;
}
.money-log-page .month-item ul li .time {
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
}
.money-log-page .month-item ul li .remark {
  padding-left: 54px;
  color: #666;
}
/*财务日志 end*/
/*批发订单 start*/
.order-page {
  background: #fff;
}
.order-page #swiper-tab-con .order-box {
}
.order-page .order-search-box {
  padding: 10px;
}
.order-page .order-search-box .input-box {
  border: 1px solid #cdcdcd;
  background: #eee;
  padding: 3px 10px;
  position: relative;
  border-radius: 5px;
  margin-right: 10px;
}
.order-page .order-search-box .input-box input {
  background: rgba(0,0,0,0);
  width: 100%;
  border: 0;
}
.order-page .order-search-box .input-box i {
  position: absolute;
  right: 8px;
  top: 2px;
}
.order-page .order-search-box .btn-filter {
  font-size: 12px;
  line-height: 20px;
  color: #777;
  margin-top: 4px;
}
.order-page .order-list li {
  margin-top: 15px;
  color: #666;
}
.order-page .order-list li header {
  border: 1px solid #cdcdcd;
  border-top: 2px solid #519afb;
  border-bottom: 0;
  line-height: 35px;
  padding: 0 10px;
}
.order-page .order-list li header i {
  background-position: 0 -151px;
  line-height: 30px;
  color: #fff;
  width: 29px;
  text-align: center;
  margin-right: 10px;
}
.order-page .order-list li section {
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  line-height: 25px;
  padding: 10px;
}
.order-page .order-list li footer {
  background: url(../images/item-bottom.png) repeat-x;
  height: 3.4px;
  background-size: auto 100%;
}
.order-page .order-list li .btn {
  background: #fff;
  line-height: 25px;
  color: #999;
  font-size: 12px;
  margin-left: 10px;
}
.order-page .order-list li.return header {
  border-top-color: #fc561f;
}
.order-page .order-list li.return header i {
  background-position: -36px -151px;
}
.order-stati-list header {
  background: #61646d;
  color: #fff;
  text-align: center;
  width: 80px;
  padding-top: 24px;
  padding-bottom: 20px;
}
.order-stati-list header .month {
  line-height: 20px;
}
.order-stati-list header .month .number {
  font-size: 30px;
}
.order-stati-list header .month .unit {
  font-size: 12px;
}
.order-stati-list header .year {
  font-size: 12px;
  color: #b3b6c0;
}
.order-stati-list section {
  padding-top: 20px;
  background: #caccd3;
}
.order-stati-list section > div > div {
  width: 50%;
  text-align: center;
}
.order-stati-list section > div > div:first-child {
  border-right: 1px solid #a9acb4;
}
.order-stati-list section > div > div:last-child {
  border-left: 1px solid #dfe0e5;
}
.order-stati-list section .money {
  font-size: 18px;
}
.order-stati-list section .text {
  color: #7f868f;
}
.order-stati-list li:nth-child(2n) header {
  background: #609ee9;
}
.order-stati-list li:nth-child(2n) header .year {
  color: #a6cefd;
}
.order-stati-list li:nth-child(2n) section {
  background: #bedafd;
}
.order-stati-list li:nth-child(2n) section > div > div:first-child {
  border-right: 1px solid #b3cbea;
}
.order-stati-list li:nth-child(2n) section > div > div:last-child {
  border-left: 1px solid #d7e9fe;
}
/*批发订单 end*/
/* 购物车页面 */
.am-modal-dialog {
  border-radius: 5px;
}
.am-modal-btn {
  color: #999;
}
.am-modal-btn[data-am-modal-confirm] {
  color: #ff5000;
}
.shop-group {
  margin-bottom: 50px;
  color: #666;
}
.shop-group__item__tle {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.shop-group__item__tle a {
  position: absolute;
  top: 10px;
  right: 10px;
}
.shop-group__item__tle__name {
  width: 75%;
  vertical-align: top;
}
.shop-group__item__list li {
  position: relative;
  padding: 10px 10px 10px 40px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.shop-group__item__list li .checkbox-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}
.shop-group__item__list__cell-1 {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.shop-group__item__list__cell-2 {
  overflow: hidden;
}
.shop-group__item__list__cell-2 h3 {
  font-size: 14px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
.shop-group__item__list__cell-2 h3 a {
  color: #666;
}
.shop-group__item__list__spec {
  color: #999;
}
.shop-group__item__list__price {
  line-height: 24px;
  color: #f23030;
}
.shop-group__item__list__price strong {
  font-size: 16px;
}
.cart-modal-dialog .am-modal-bd {
  padding: 30px 20px;
}
.cart-modal-dialog .am-form-icon [class*=am-icon-] {
  left: auto;
  right: 10px;
}
.cart-modal-dialog .am-form-icon .am-form-field {
  padding-left: 0.5em !important;
  padding-right: 1.75em !important;
}
.cart-modal-dialog .am-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  line-height: 18px;
  overflow: hidden;
  border-radius: 50%;
  background: #57515d;
  border: 1px solid #fff;
  opacity: 1;
  text-shadow: none;
  color: #fff;
}
.cart-modal-dialog .am-close:focus, .cart-modal-dialog .am-close:active {
  background: #ff5000;
  color: #fff;
}
.input--huohao { /* font-size: 14px!important;*/
  border-radius: 3px !important;
  background: #ececec !important;
}
.add-to-cart {
  font-size: 18px;
  color: #a3a3a3;
}
.cart-modal-list li {
  margin-top: 5px;
  line-height: 18px;
}
.payment-total-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
}
.payment-total-bar {
  display: box; 
  display: -webkit-box; 
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex; 
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center; 
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
}
.payment-total-bar__chk {
  -webkit-box-flex: 1; 
  -moz-box-flex: 1; 
  -webkit-flex: 1; 
  -ms-flex: 1;
  flex: 1; 
  padding: 0 0 0 10px;
}
.payment-total-bar__info {
  -webkit-box-flex: 2; 
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2; 
  flex: 2; 
  padding: 0 10px 0 0;
  text-align: right;
}
.payment-total-bar__info p {
  font-size: 14px;
  line-height: 18px;
}
.payment-total-bar__btn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1; 
  -ms-flex: 1;
  flex: 1;
}
.payment-total-bar__btn.btn--fav, .payment-total-bar__btn.btn--complete {
  display: none;
}
.payment-total-bar__btn a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #31c238;
  color: #fff;
}
.payment-total-bar--edit .payment-total-bar__chk {
  -ms-flex: 1;
  flex: 1;
}
.payment-total-bar--edit .payment-total-bar__info {
  display: none;
}
.payment-total-bar--edit .payment-total-bar__btn.btn--fav {
  display: block;
  -ms-flex: 1.2;
  flex: 1.2;
}
.payment-total-bar--edit .payment-total-bar__btn.btn--fav a {
  background: #eb9725;
}
.payment-total-bar--edit .payment-total-bar__btn.btn--complete {
  display: block;
  -ms-flex: 1;
  flex: 1;
}
.payment-total-bar--edit .payment-total-bar__btn.btn--pay {
  display: none;
}
.shop-group__item--edit .shop-group__item__list__cell-2 {
  display: none;
}
.shop-group__item--edit .shop-group__item__cell-3 {
  display: block;
}
.shop-group__item--edit .stepperInput.cart {
  position: static;
}
.shop-group__item--edit .btn-cart-del {
  display: block;
}
.shop-group__item__cell-3 {
  position: relative;
  display: none;
  height: 46px;
  overflow: hidden;
  padding: 0 15px 0 10px;
  line-height: 46px;
  margin-top: 10px;
  font-size: 12px;
  background: #eee;
  border: 1px solid #ddd;
}
.shop-group__item__cell-3 .am-icon-angle-down {
  position: absolute;
  top: 0;
  right: 5px;
}
.btn-cart-del {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  font-size: 14px;
  color: #999;
}
.spec-box {
  margin-top: 10px;
}
.spec-box__tle {
  margin-bottom: 10px;
}
.condition-label {
  position: relative;
  z-index: 11;
  font-weight: 400;
  margin: 0 5px 10px 0;
}
.condition-label input {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin-top: 0;
  -webkit-appearance: none;
}
.condition-label input:checked + span {
  color: #fff;
  background: #ff5500;
  border-color: #ff5500;
}
.condition-label span {
  position: relative;
  z-index: -1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #7b7b7b;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
}
.stepperInput.cart {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.stepperInput.cart .button {
  padding: 3px 10px;
  font-size: 12px;
}
/* 加减 */
.stepperInput { 
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.stepperInput__input {
  border-left: 0;
  border-right: 0;
  width: 42px;
  text-align: center;
  font-size: 12px;
}
.button {
  cursor: pointer;
  padding: 5px 10px;
  color: #9e9e9e;
  background-color: #eee;
  font-size: 18px;
  border: 1px solid #ddd;
}
.button.button--addOnLeft {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.button.button--addOnRight {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  padding: 0 10px;
  border-radius: 0;
  box-shadow: none;
}
/* 复选框美化 */
.checkbox-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  margin-right: 5px;
  border-radius: 2px;
}
.checkbox-icon.icon-lg {
  width: 20px;
  height: 20px;
}
.checkbox-icon.icon-round {
  border-radius: 50%;
}
.checkbox-icon.icon-inverse {
  background-color: #31c238;
}
.checkbox-icon.icon-inverse.active::after {
  border-color: #fff;
}
.checkbox-icon.active {
  border-color: #31c238;
}
.checkbox-icon.active.icon-lg::after {
  width: 12px;
  height: 7px;
  margin-top: 4px;
  margin-left: 3px;
}
.checkbox-icon.active::after {
  content: "";
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #2fc194;
  border-left: 2px solid #2fc194;
  display: block;
  margin-top: 3px;
  margin-left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 地区选择 */
.win {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10001;
  overflow-y: auto;
}
.win ul {
  margin-top: 2.8em;
}
.win li, .win div {
  padding: .5em 1em;
  border-bottom: 1px solid #cecece;
  line-height:1.5em;
}
.win .title {
  margin: 0;
  background: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.win .icon {
  background: url(../images/ic_arrow_r2.png) no-repeat center center;
  width: 1em;
  height: 1em;
  float: right;
  margin-top: 2px;
  background-size: .8em auto;
  display: inline-block;
}
.win .title .icon {
  float: left;
  margin-top: .3em;
  padding-right: 1em;
  background-position: right center;
  -webkit-transform: rotate(-180deg);
}
/* 选择城市 */
.city-box {
  padding-right: 20px;
}
.open-city__list {
  padding: 5px;
}
.open-city__list li {
  padding: 5px;
}
.open-city__list li span {
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  color: #666;
}
.all-city {
  border-top: 1px solid #dfdfdf;
}
.all-city__list li {
  line-height: 45px;
  padding-left: 20px;
  border-bottom: 1px solid #dfdfdf;
}
/* 确认订单 */
.receive .line-list {
  background: url(/Areas/Mobile/AngularTemplate/Resource/Images/line-bg.jpg) left bottom repeat-x #fff;
  background-size: 99px auto;
}
.receive .line-item {
  line-height: 24px;
  padding-left: 35px;
}
.receive .line-item i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.demo-wrapper-listTreelist input {
  border: 0;
}
.address-list li {
  padding: 15px;
  background: #fff;
}
.address-list li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.address-list li.active {
  border-left: 5px solid #ff5500;
}
.icon-switch::before, .btn-search, .btn-primary, .btn-primary--light, .nav-list--btn .nav-item.active, .dialog .dialog-ft .ft-btn.ft-btn--primary, .fixed-quick-tool .tool-item, .avg-list li.active, .btn-primary, .btn-primary--light, .btn-primary:hover, .btn-primary--light:hover, .btn-primary:active, .btn-primary--light:active {
  background-color: #31c238;
  border-color: #31c238;
}
.btn-outline {
  color: #31c238;
  border-color: #31c238;
}
.header .page-tabs-tt .tt-option.active, .chk-field input[type=checkbox]:checked + i, .sort-list li.active a, .nav-list--tab .nav-item.active, .line-list--select .line-item.active, .line-list--multi-select .active, .line-list--multi-select .active .icon-checkbox, .panel--picker .panel-hd, .search-block--cancel .search-cancel, input[type=range]::-webkit-slider-thumb, input[type=range]::-webkit-media-slider-thumb, .bar-progress .progress-percent, .tag-list--border .tag-item.active, .tag-list--bg .tag-item.active, .c-primary, .nav-item.active a, .swiper-tab-tle li.active, .swiper-tab-tle li.active span, .text-primary {
  color: #31c238;
  border-color: #31c238;
}
.sort-icon-group.asc .sort-icon-up {
  border-bottom-color: #31c238;
}
.sort-icon-group.desc .sort-icon-down {
  border-top-color: #31c238;
}
/* 我的订单 */
.order_list ul li {
  padding: 10px;
  margin-top: 10px;
  background: #fff;
}
.order_list ul li div.fl a.name {
  font-size: 14px;
  color: #666666;
  height: 20px;
  line-height: 20px;
}
.order_list ul li div.fl div.time {
  color: #b2b2b2;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
.order_list ul li div.fl div.state {
  color: #666666;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.order_list ul li div.fr .price {
  font-size: 16px;
  color: #db0000;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
}
.order_list ul li div.fr .choose {
  text-align: right;
  margin-top: 5px;
}
.order_list ul li .clear {
  margin-bottom: 7px;
}
.order-btn-box {
  padding: 10px 0 5px;
  border-top: 1px solid #d8d8d8;
}
.order-btn-box a {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 5px;
  border: 1px solid #dadada;
  font-size: 14px;
  color: #333;
}
.order-btn-box a.btn-warning {
  color: #FAA654;
  border-color: #FAA654;
}
.clear {
  clear: both;
  height: 0px;
  content: '.';
  font-size: 1px;
  line-height: 0px;
  visibility: hidden;
  overflow: hidden;
}
/* mobiscroll */
.mbsc-ios .mbsc-fr-btn, .mbsc-mobiscroll .mbsc-cal-btn-txt, .mbsc-mobiscroll .mbsc-cal-days, .mbsc-mobiscroll .mbsc-cal-hl-now .mbsc-cal-today, .mbsc-mobiscroll .mbsc-fr-btn {
  color: #31c238;
}
.mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-sel .mbsc-cal-day-i, .mbsc-mobiscroll .mbsc-fr-btn-a {
  background: #31c238;
}
.mbsc-mobiscroll .mbsc-range-btn-sel .mbsc-range-btn, .mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i {
  background: #31c238;
}
.mbsc-mobiscroll .mbsc-range-btn {
  border-color: #31c238;
}
.mbsc-mobiscroll .mbsc-cal-days th {
  border-color: #31c238;
}
.unit{
  color: #31c238;
}
.code-img { position: absolute; top: 130%; left: 50%; z-index: 10; display: none; width: 150px; padding: 10px; border: 1px solid #ff851b; background: #fff; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.code-img:after { position: absolute; top: -11px; left: 50%; width: 20px; height: 20px; background: #fff; border-left: 1px solid #ff851b; border-bottom: 1px solid #ff851b; -webkit-transform: translate(-50%, 0) rotate(135deg); transform: translate(-50%, 0) rotate(135deg); content: ""; }
.code-img img { max-width: 100%; }
.address-list li hover{ color: #ff5000;cursor:pointer; }
.address-list li a:hover{ color: #ff5000;}
.address-list li a:hover + .code-img { display: block; }
.rightspan {
  position: absolute;
  top: 0;
  right: 0;
  margin-right:25px;
  padding-top: 15px;
  width: 60px;
  height: 100%;
}
/* 发货管理 */
.send-tle { position: relative; padding: 10px; background: #fafafa; }
.send-tle .btn { position: absolute; top: 50%; right: 10px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.address-list.all li:nth-of-type(n+3) { display: block; }
.address-list li { position: relative; padding: 15px 10px 15px 40px; background: #fff; overflow: hidden; }
.address-list li:nth-of-type(n+3) { /*display: none;*/ }
.address-list li:after { position: absolute; left: 0; top: 0; box-sizing: border-box; right: 0; height: 0; transform: scaleY(0.5); border-top: 1px solid #e5e5e5; content: ""; }
.address-list li .label-checkbox { position: absolute; top: 50%; left: 10px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.address-list li .address-opts { position: absolute; top: 0; right: -60px; overflow: hidden; }
.address-list li .address-opts a { display: block; float: left; width: 60px; height: 72px; line-height: 72px; background: #ff1f1f; color: #fff; text-align: center; }

.table .table-hd { background: #fff; }
.table .table-row { position: relative; background: #fff; overflow: hidden; }
.table .table-row:after { position: absolute; left: 0; top: 0; box-sizing: border-box; right: 0; height: 0; transform: scaleY(0.5); border-top: 1px solid #e5e5e5; content: ""; }
.table .table-cell { position: relative; padding: 15px 10px; overflow: hidden; }
.table .table-cell .label-checkbox { margin-right: 5px; }
.table .table-opts { position: absolute; top: 0; right: -60px; height: 100%; }
.table .table-opts a { display: block; float: left; width: 60px; line-height: 80px; background: #ff1f1f; color: #fff; text-align: center; }

.goods-media { overflow: hidden; }
.goods-media img { float: left; width: 50px; height: 50px; margin-right: 10px; }
.goods-media .media-bd { overflow: hidden; }
.goods-media .media-bd h4 { max-width: 80px; font-size: 14px; font-weight: 400; line-height: 1.2; }
.goods-media .media-bd p { max-width: 80px; font-size: 12px; color: #666; }
.goods-media .media-bd p span { color: #ff1f1f; }

@media (min-width: 375px) { .goods-media .media-bd h4, .goods-media .media-bd p { max-width: 130px; } }

.goods-stock { max-height: 240px; overflow: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.goods-stock li { position: relative; padding: 15px 10px; background: #fff; }
.goods-stock li:after { position: absolute; left: 0; top: 0; box-sizing: border-box; right: 0; height: 0; transform: scaleY(0.5); border-top: 1px solid #e5e5e5; content: ""; }
.goods-stock .goods-media .media-bd h4 { max-width: 175px; }

.fahuo-list .fahuo-item { position: relative; margin-top: 10px; background: #fff; overflow: hidden; }
.fahuo-list .fahuo-item .item-bd { padding: 10px 10px 10px 40px; }
.fahuo-list .fahuo-item .item-bd .bd-txt { font-size: 12px; color: #999; }
.fahuo-list .fahuo-item .item-ft { position: relative; padding: 15px 10px; }
.fahuo-list .fahuo-item .item-ft:after { position: absolute; left: 0; top: 0; box-sizing: border-box; right: 0; height: 0; transform: scaleY(0.5); border-top: 1px solid #e5e5e5; content: ""; }
.fahuo-list .fahuo-item .item-ft a + a { margin-left: 5px; }
.fahuo-list .fahuo-item .item-status { position: absolute; top: 5px; left: -20px; display: block; height: 25px; line-height: 25px; padding: 0 20px; background: #f4641e; font-size: 12px; color: #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.fahuo-list .fahuo-item .item-status.sended { background: #31c238; }

.loc-icon { display: block; width: 15px; height: 22px; line-height: 18px; background: url(../images/icon-loc.png) no-repeat; background-size: 15px auto; font-size: 12px; color: #fff; text-align: center; }
