@CHARSET "UTF-8";
/* ajax弹出样式 */
.messager {
  position: fixed;
  z-index: 99999;
  max-width: 80%;
  padding-right: 0px;
  color: #fff;
  background-color: #333;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 5px;
  opacity: 0.8;
}
.messager.top {
  top: 20px;
}
.messager.top-left {
  top: 20px;
  left: 20px;
}
.messager.top-right {
  top: 20px;
  right: 20px;
}
.messager.bottom {
  bottom: 20px;
}
.messager.bottom-left {
  bottom: 20px;
  left: 20px;
}
.messager.bottom-right {
  right: 20px;
  bottom: 20px;
}
.messager-content {
  padding: 10px 20px;
}
.messager-content > [class^='icon-'] {
  display: inline-block;
  margin-right: 8px;
}
.messager-actions {
  position: absolute;
  top: 10px;
  right: 15px;
}
.messager-actions > .action {
  color: #fafafa;
  color: rgba(255, 255, 255, .6);
  text-shadow: none;
  background: none;
  border: none;
}
.messager-actions > .action.close {
  font-size: 20px;
  font-weight: normal;
  opacity: 0.8;
}
.messager-actions > .action:hover {
  color: #fff;
}
.messager-primary {
  background-color: #3280fc;
}
.messager-success {
  background-color: #229f24;
}
.messager-info {
  background-color: #39b3d7;
}
.messager-warning {
  background-color: #e48600;
}
.messager-danger {
  background-color: #d2322d;
}
.messager-important {
  background-color: #81511c;
}
.messager-special {
  background-color: #8957a1;
}
.auto_sf{
    max-width: 640px;
    margin: auto;
    min-height: 100%;
    position: relative;
    display: block;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    min-width: 320px;	
}
/* 底部导航菜单样式  menu_bottom*/

.fixed.bottom {
    bottom: -1px;
    top: auto;
/*     max-width: 640px;
    margin: auto;
    min-height: 100%;
    position: relative;
    display: block;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    min-width: 320px;	 */
}
.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}
.sub-nav.nav-b5 {
    height: 48px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 0px solid #000;
    box-shadow: 0 -3px 3px rgba(0,0,0,.1);
}
.sub-nav {
    overflow: visible;
}
.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.25rem 0 1.125rem;
    padding-top: 0.25rem;
    margin-right: 0;
    margin-left: -0.75rem;
}
.sub-nav.nav-b5 dd {
    margin: 0 0 0 0;
    width: 25%;
    text-align: center;
    border-right: 0px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.sub-nav dt, .sub-nav dd, .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    /* font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; */
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999;
}
.sub-nav .nav-b5-relative {
    position: relative;
}
.bbox, p, div {
    -webkit-box-sizing: border-box;
}
.sub-nav.nav-b5 dd a {
    display: block;
    margin: 0 2px;
    height: 48px;
    padding: 0 0 0 0;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    font-style: normal;
}
.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
    text-decoration: none;
    color: #999999;
    padding: 0.1875rem 1rem;
}
.sub-nav.nav-b5 dd i {
    display: block;
    margin: 5px auto 0px auto;
    width: 22px;
    height: 22px;
}


.icon-money, .icon-organization, .icon-nav-home, .icon-nav-search, .icon-nav-store, .icon-nav-cart, .icon-nav-order, .icon-nav-bag, .icon-nav-heart, .icon-talk, .icon-arrow2, .icon-arrow2-up, .icon-arrow2-down, .icon-light, .icon-hongbao, .icon-dealer {
    display: inline-block;
    background: url("../images/icon-addition.png") no-repeat;
    background-size: 500px;
    vertical-align: middle;
}

.icon-nav-search{background-position:-32px -36px;width:22px;height:22px;}
.icon-nav-store{background-position:-64px -36px;width:22px;height:22px;}
.icon-nav-cart{background-position:-94px -36px;width:22px;height:22px;}
.icon-nav-bag{background-position:-154px -36px;width:22px;height:22px;}
.icon-nav-heart{background-position:-186px -36px;width:22px;height:22px;}


.icon-nav-search.active{background-position:-32px -66px;width:22px;height:22px;}
.icon-nav-store.active{background-position:-64px -66px;width:22px;height:22px;}
.icon-nav-cart.active{background-position:-94px -66px;width:22px;height:22px;}
.icon-nav-bag.active{background-position:-154px -66px;width:22px;height:22px;}
.icon-nav-heart.active{background-position:-186px -66px;width:22px;height:22px;}


/* 底部新增按钮 */
.div-fix {
    height: 2.8125rem;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.div-fix .btn {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #ff5366;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    line-height: 2.8125rem;
    text-align: center;
}


