﻿@charset "utf-8";
* {
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    margin: 0;
    padding: 0;
    font-style: normal;
}

body {
    font-size: 14px;
    color: #453f3d;
    font-family: "Hiragino Sans GB", DroidSansFallback, "Microsoft YaHei", "微软雅黑", arial, simsun;
}

article, aside, footer, header, hgroup, nav, section, audio, canvas, video, img {
    display: block;
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}

a:visited {
    /*color: #333;*/
}

input, textarea, select {
    font-size: 14px;
}

/* 按钮样式 */
.sub, .btn, .pay_btn, .cmt_sub {
    display: block;
    width: 100%;
    line-height: 34px;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 0px 5px;
}

.sub, .pay_btn {
    border: solid 1px #0da945;
    background: -webkit-linear-gradient(top, #0da945, #0da945);
    color: #FFF;
}

.sub[class="sub hover"], .pay_btn[class="sub hover"] {
    background: -webkit-linear-gradient(top, #0da945, #0da945);
}

.btn {
    color: #555;
    border: solid 1px #CCC;
    background: -webkit-linear-gradient(top, #FCFCFC, #F0F0F0);
}

.btn[class="btn hover"] {
    background: -webkit-linear-gradient(top, #F0F0F0, #FCFCFC);
}

.cmt_sub {
    border: solid 1px #0da945;
    background: -webkit-linear-gradient(top, #0da945, #0da945);
    color: #FFF;
}

.binDingBtnBox {
    padding: 0 10px;
}

.binDingBtn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
    background-color: #0da945;
}

.shop_price {
    color: #0da945;
}

/* 主体 */
.main {
    width: 100%;
    max-width: 720px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.page {
    position: relative;
    width: 100%;
    background-color: #FFF;
    padding-bottom: 50px;
}

.main .index {
    background: #f2f2f2;
}

.main .category_index {
    background: #FFF;
}

.main .user_login {
    /*background: #FFF;*/
    padding-bottom: 50px;
    background: #f2f2f2;
}

.main .promotion_bg {
    background: #FFF;
}

/*留白*/
.blank {
    height: 10px;
    line-height: 10px;
    clear: both;
}

.blank20 {
    height: 20px;
    line-height: 20px;
    clear: both;
}

.blank55 {
    height: 55px;
    line-height: 55px;
    clear: both;
}

.active {
    position: relative;
    width: 100%;
    background-color: #FFF;
}

/* 100%高度要素 */
html {
    height: 100%;
}

body {
    min-height: 100%;
    display: -webkit-box;
    /*display: -moz-box;*/
    -webkit-box-align: stretch;
    /*-moz-box-align: stretch;*/
}

.main {
    min-height: 100%;
    display: -webkit-box;
    /*display: -moz-box;*/
    -webkit-box-align: stretch;
    /*-moz-box-align: stretch;*/
}

.noScroll {
    overflow: hidden;
}

/* 遮罩 */
#mask {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 997;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

#menu {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 998;
    width: 80%;
    height: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #333;
    -webkit-transform: translateZ(0px);
}

#menu dl {
    display: none;
    box-sizing: border-box;
    line-height: 40px;
    color: #DFDFDF;
}

#menu dl:nth-child(1) {
    display: block;
}

#menu dl dt {
    display: -webkit-box;
    border-bottom: solid 1px #2b2b2b;
    font-weight: bold;
}

#menu dl dt span {
    display: block;
    width: 20px;
    height: 40px;
    position: relative;
}

#menu dl dt span:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-color: #DFDFDF;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
}

#menu dl dd {
    border-bottom: solid 1px #2b2b2b;
    display: -webkit-box;
}

#menu dl dd p {
    -webkit-box-flex: 1;
}

#menu dl dd span {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: url(images/arrow.png) no-repeat center center;
    background-size: 30px auto;
}

/*文本框默认字体颜色*/
::-webkit-input-placeholder {
    color: #bbbbbb;
}

:-moz-placeholder {
    color: #bbbbbb;
}

::-moz-placeholder {
    color: #bbbbbb;
}

:-ms-input-placeholder {
    color: #bbbbbb;
}

/*浮动、清除浮动、隐藏元素*/
.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.hide {
    display: none;
}

.none {
    display: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

em {
    font-style: normal;
}

/* 幻灯 */
.banner_box, .banner_box1 {
    position: relative;
    z-index: 1;
}

.slide-box, .slide-box1 {
    position: relative;
    /*overflow: hidden;*/
    /*min-height:100px;*/
    z-index: 1;
}

.slide-box .hd {
    position: absolute;
    left: 50%;
    bottom: 8px;
    z-index: 2;
    height: 7px;;
    padding: 4px 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-left: -43.5px;
    display: -webkit-box;
    -webkit-box-pack: center;
}

.slide-box1 .hd {
    /*margin: 0 25px;
    border-top: 1px solid #d8d8d8;
	*/
    height: 7px;
    padding: 10px 0;
    text-align: center;
}

.slide-box1 .hd ul {
    width: 60px;
    height: 7px;
    margin: 0 auto;
}

.slide-box .hd li,
.slide-box1 .hd li {
    width: 7px;
    height: 7px;
    float: left;
    margin: 0px 3px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #dedede;
}

.slide-box .hd li:last-child
.slide-box1 .hd li:last-child {
    margin-right: 0;
}

.slide-box .hd li.on,
.slide-box1 .hd li.on {
    background-color: #0da945;
}

.slide-box .bd
.slide-box1 .bd {
    position: relative;
    z-index: 1;
}

.slide-box .bd li
.slide-box1 .bd li {
    position: relative;
    text-align: center;
    display: none;
}

.slide-box .bd li img
.slide-box1 .bd li img {
    vertical-align: top;
    width: 100%;
}

.slide-box .slideTitle,
.slide-box1 .slideTitle {
    width: 100%;
    height: 33px;
    line-height: 33px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
}

.slide-box .slideTitle p,
.slide-box1 .slideTitle p {
    text-indent: 10px;
    float: left;
}

.slide-box .slideTitle span,
.slide-box1 .slideTitle span {
    display: block;
    width: 17px;
    height: 33px;
    background-color: rgba(0, 0, 0, 0.3);
}

.slide-box .slideTitle span.leftBtn,
.slide-box1 .slideTitle span.leftBtn {
    float: left;
}

.slide-box .slideTitle span.rightBtn,
.slide-box1 .slideTitle span.rightBtn {
    float: right;
}

.slide-box .slideTitle span:after,
.slide-box1 .slideTitle span:after {
    content: '';
    position: absolute;
    top: 12px;
    display: block;
    width: 8px;
    height: 8px;
    border-color: #FFFFff;
    border-style: solid;
    border-width: 0 2px 2px 0;
}

.slide-box .slideTitle .leftBtn:after,
.slide-box1 .slideTitle .leftBtn:after {
    left: 5px;
    -webkit-transform: rotate(-230deg);
    -moz-transform: rotate(-230deg);
}

.slide-box .slideTitle .rightBtn:after,
.slide-box1 .slideTitle .rightBtn:after {
    right: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

/*幻灯标题*/
.slide-box .bd .title {
    width: 100%;
    height: 33px;
    line-height: 33px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
    text-indent: 2em;
}

.indexBox {
    overflow: hidden;
}

/* 首页 开始*/
.indexCon {
    margin-top: 8px;
}

.index_menu_box {
    margin-bottom: 8px;
    overflow: hidden;
    background-color: #fff;
    background-size: auto 55px;
}

.index_menu {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}

.index_menu dl {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding: 10px 0;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    border-left: none;
    font-size: 0.75em;
}

.index_menu dl dt {
    width: 44px;
    height: 44px;
    margin: 0 auto;
}

.index_menu dl dt img {
    width: 44px;
    line-height: 44px;
}

.index_menu dl dd {
    margin-top: 5px;
}

.index_menu dl:first-child {
    border-left: none;
}

.indexListBox {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.indexListBox .goodsListTabCom {
    padding-bottom: 10px;
    overflow: hidden;
}

.index_goodsListTabCon {
    overflow: hidden;
}

.index_goodsListTabCon li {
    width: 49%;
    padding: 8px 8px 6px;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 4px;
    position: relative;
}

.index_goodsListTabCon li:nth-child(2n+2) {
    margin-right: 0;
}

.index_goodsListTabCon .goodsListName h3 {
    font-size: 0.81em;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px 0px;
}

.index_goodsListTabCon .goodsListCart {
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: center;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.index_goodsListTabCon .goodsListCart p {
    -webkit-box-flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_goodsListTabCon .goodsListCart p span {
    display: block;
}

.index_goodsListTabCon .goodsListCart p span {
    color: #0da945;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_goodsListTabCon .goodsListCart p del {
    margin-left: 8px;
    font-size: 0.75em;
    color: #b5b5b5;
    text-decoration: line-through;
    line-height: 20px;
}

.index_goodsListTabCon .goodsListCart p i {
    margin-left: 3px;
    font-size: 0.75em;
    color: #b5b5b5;
    line-height: 20px;
    font-style: normal;
}

.index_goodsListTabCon .goodsListCart em {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    overflow: hidden;
    text-indent: -9999px;
    background: #0da945 url(images/cart_ico.png) no-repeat center center;
    background-size: 18px auto;
}

/*首页 结束*/

/*分类 开始*/
.sortBox {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
}

.sortTabBtn {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.sortTabBtn li {
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
}

.sortTabBtn li span {
    display: inline-block;
    width: 25px;
    height: 45px;
    margin-right: 20px;
    vertical-align: top;
    background-size: 25px;
}

.sortTabBtn li:nth-child(1) span {
    background: url("images/icon_8.png") no-repeat center;
    background-size: 25px;
}

.sortTabBtn li:nth-child(2) span {
    background: url("images/icon_9.png") no-repeat center;
    background-size: 25px;
}

.sortTabBtn li:nth-child(3) span {
    background: url("images/icon_10.png") no-repeat center;
    background-size: 25px;
}

.sortTabBtn li.focus {
    border: none;
    background-color: #fff;
    border-left: 2px solid #0da945;
}

.sortTabCom {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    background-color: #fff;
    padding: 10px 18px;
    box-sizing: border-box;
}

.sortTabCom li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    font-size: 0.812em;
    text-align: center;
    overflow: hidden;
    margin-bottom: 6px;
}

.sortTabCom li a {
    width: 100%;
    height: 28px;
    display: block;
}

/*分类 结束*/

/*购物车 开始*/
header .headSearch h3 {
    line-height: 30px;
    text-align: center;
    font-size: 0.937em;
    font-weight: normal;
    color: #333333;
    margin-right: 30px;
}

.cart_not {
    padding-top: 70px;
    margin-bottom: 20px;
}

.cart_not_img {
    width: 85px;
    height: 85px;
    margin: 0 auto 17px;
}

.cart_not_img img {
    width: 100%;
}

.cart_not p {
    line-height: 20px;
    font-size: 0.968em;
    text-align: center;
}

.cart_not_btn {
    padding: 0 36px;
}

.cart_not_btn a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #0da945;
    border-radius: 30px;
}

/*购物车 结束*/

/*商品列表 开始*/
.wares {
    width: 100%;
    overflow: hidden;
}

.waresSwitch {
    border-bottom: 1px solid #d8d8d8;
}

.waresSwitch ul {
    overflow: hidden;
    display: -webkit-box;
}

.waresSwitch li {
    width: 25%;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    text-align: center;
    color: #777777;
    -webkit-box-flex: 1;
}

.waresSwitch li:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #bcbcbc;
}

.waresSwitch li.sort_filter:after {
    border: none;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: url(images/sort_filter.png) no-repeat;
    background-size: 100% auto;
    margin-left: 3px;
}

.waresSwitch li.DESChover {
    color: #0da945;
}

.waresSwitch li.DESChover:after {
    border-top-color: #0da945;
}

.waresSwitch li.ASChover {
    color: #0da945;
}

.waresSwitch li.ASChover:after {
    border-top-color: #0da945;
    -webkit-transform: rotate(180deg);
}

.DirectPurBox {
    margin-top: 10px;
    overflow: hidden;
}

.goodsListTabCon {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.goodsListTabCon li {
    width: 48%;
    margin: 1% 1%;
    padding: 8px 5px 6px;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.goodsListTabCon li:nth-child(2n+2) {
    border-right: 0;
    margin-right: 0;
    padding-top: 8px;
}

.goodsListTabCon li .goodsListImg {
    width: 100%;
    background: #fff;
}

.goodsListTabCon li .goodsListImg img {
    height: 150px;
}

.goodsListTabCon li .goodsListName {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0 5% 3px;
    box-sizing: border-box;
}

.goodsListTabCon li .goodsListImg .time {
    position: absolute;
    right: 0;
    bottom: -6px;
    font-size: 0.75em;
    color: #fff;
    padding: 0 7px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}

.goodsListTabCon li:nth-child(2n+2) .goodsListImg {
    margin-right: 1px;
}

.goodsListName span {
    height: 40px;
    line-height: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.goodsListName .nameBottom {
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
}

.goodsListName .bottomLeft {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.goodsListName .bottomLeft .num {
    font-size: 0.75em;
    color: #888888;
}

.goodsListName .bottomLeft .price {
    color: #0da945;
}

.goodsListName .bottomRight {
    font-size: 12px;
    padding-left: 5px;
}

/*商品筛选*/
#sel_search {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: none;
}

#sel_search .sel_form {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

#sel_search .sel_form .goods_sel {
    overflow: hidden;
}

#sel_search .sel_form .goods_sel dl {
    padding: 10px 0px 10px 0px;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
}

#sel_search .sel_form .goods_sel dl dt {
    margin: 0px 15px;
    overflow: hidden;
    color: #303030;
}

#sel_search .sel_form .goods_sel dl dd {
    overflow: hidden;
    margin: 5px 15px 0px 15px;
}

#sel_search .sel_form .goods_sel dl dd span {
    float: left;
    padding: 5px 10px;
    overflow: hidden;
    display: inline-block;
    margin: 5px 10px 0px 0px;
    background: #f0f0f0;
    border-radius: 3px;
}

#sel_search .sel_form .goods_sel dl dd span.selected {
    background: #0da945;
    color: #FFF;
}

#sel_search .sel_form .goods_sel dl dd span.selected a {
    color: #FFF;
}

#sel_search .sel_form .goods_sel_reset {
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

#sel_search .sel_form .goods_sel_reset a {
    height: 25px;
    line-height: 25px;
    padding: 0px 25px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #0da945;
    border-radius: 10px;
    color: #0da945;
}

#sel_search .sel_form .goods_sel_btn {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 40px;
    background: #0da945;
}

#sel_search .sel_form .goods_sel_btn #GoodsSelSubmit {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: none;
    font-family: "微软雅黑";
    color: #FFF;
    font-size: 18px;
}

/*商品列表 结束*/

/*商品详情 开始*/
.product_box .slide-box .hd {
    background: none;
}

.product_box .slide-box .hd li.on {
    width: 17px;
    background-color: #ff5877;
    border-radius: 5px;
}

.product_box {
    width: 100%;
    box-sizing: border-box;
}

.product_box .headFigure {
    position: relative;
}

.product_box .headFigure p {
    position: absolute;
    width: 100%;
    height: 33px;
    line-height: 33px;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.productConBox {
    background-color: #fff;
}

.product_box .conTop {
    display: -webkit-box;
    display: -moz-box;
    padding: 16px 13px 10px 13px;
}

.product_box .topLeftCon {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.product_box .topLeftCon h3 {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.product_box .topLeftCon .discount {
    display: block;
    color: #a7a6a6;
    font-size: 12px;
}

.product_box .topLeftCon .original_price {
    font-size: 1.0625em;

    color: #0da945;
}

.product_box .topLeftCon .original_price em {
    font-size: 0.75em;
    text-decoration: line-through;
    color: #b5b5b5;
    margin-left: 15px;
}

.product_box .productTabSwitch {
    padding-bottom: 50px;
    background-color: #FFFFff;
}

.product_box .productTabSwitch .productTabBtn {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

.product_box .productTabSwitch .productTabBtn li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.product_box .productTabSwitch .productTabBtn li.focus span {
    border-bottom: 1px solid #fe6123;
    display: inline-block;
    height: 35px;
    color: #fe6123;
}

.productTabCon {
    border-bottom: 1px solid #d8d8d8;
}

.productTabCon .comment {
    padding: 15px 12px;
}

.productTabCon .comment textarea {
    width: 100%;
    height: 70px;
    padding: 8px;
    background-color: #eeeeee;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.productTabCon .comment button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #0da945;
    border-radius: 30px;
}

.product_box .productAction {
    width: 100%;
    height: 45px;
    max-width: 720px;
    display: -webkit-box;
    display: -moz-box;
    position: fixed;
    bottom: -1px;
}

.product_box .productAction li:nth-child(1) {
    width: 52px;
    height: 43px;
    border-top: 1px solid #d8d8d8;
}

.product_box .productAction li:nth-child(1) a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/productAction_phone.png") no-repeat center #fff;
    background-size: 23px;
}

.product_box .productAction li:nth-child(2),
.product_box .productAction li:nth-child(3) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.product_box .productAction li:nth-child(2) a,
.product_box .productAction li:nth-child(3) a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
}

.product_box .productAction li:nth-child(2) a {
    background-color: #0da945;
}

.product_box .productAction li:nth-child(3) a {
    background-color: #fe6123;
}

/*商品详情 结束*/

/*会员中心 开始*/
.userInfoHead {
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    height: 44px;
    background-color: #0da945;
    border-bottom: none;
    background: -webkit-linear-gradient(left, #0da945, #17b9b4);
    background: -moz-linear-gradient(left, #0da945, #17b9b4);
}

.userInfoHeadLeft,
.userInfoHeadRight {
    width: 52px;
    height: 40px;
}

.userInfoHeadSearch {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    height: 40px;
}

.userInfoHeadSearch h3 {
    height: 40px;
    line-height: 40px;
    font-size: 0.812em;
    text-align: center;
    font-weight: normal;
}

.userInfoHeadLeft a {
    display: block;
    width: 100%;
    height: 40px;
    background: url("images/userInfoHead_ico1.png") no-repeat center;
    background-size: 22px;
}

.userInfoHeadRight a {
    display: block;
    width: 100%;
    height: 40px;
    background: url("images/userInfoHead_ico2.png") no-repeat center;
    background-size: 22px;
}

.userInfoHeadRight a.have {
    background: url("images/userInfoHead_ico3.png") no-repeat center;
    background-size: 28px;
}

.userInfoBox {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.userInfoTop {
    width: 100%;
    box-sizing: border-box;
    background: -webkit-linear-gradient(left, #0da945, #17b9b4);
    background: -moz-linear-gradient(left, #0da945, #17b9b4);
    margin-bottom: 10px;
    color: #fff;
    padding-bottom: 28px;
    padding-top: 20px;
}

.userInfoTop .userInfoImg {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #FFFFff;
    overflow: hidden;
    margin: 0 auto 20px;
}

.userInfoNameBox {
    text-align: center;
    margin-bottom: 20px;
}

.userBalCon {
    text-align: center;
}

.userInfoTop .userBal {
    border-radius: 15px;
    padding: 0 6px;
    border: 1px solid #fff;
}

.userInfoList ul {
    border-top: 1px solid #d8d8d8;
    background-color: #fff;
    margin-bottom: 5px;
}

.userInfoList li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #d8d8d8;
}

.userInfoList li a {
    display: block;
    position: relative;
    padding: 0 37px 0 13px;
}

.userInfoList li a:visited {
    color: #333;
}

.userInfoList li a span {
    display: block;
    float: right;
    color: #747474;
}

.userInfoList li a:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-color: #b3b3b3;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.userSignOut {
    padding: 0 13px;
    margin-top: 15px;
}

.userSignOut .SignOut {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background-color: #0da945;
    display: block;
}

/*会员中心 结束*/

/*登陆,注册 开始*/
.landBox {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
}

.landHead {
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    background-color: #0da945;
}

.landHeadLeft,
.landHeadRight {
    width: 52px;
    height: 40px;
    overflow: hidden;
}

.landHeadLeft a {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
}

.landHeadSearch {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    height: 27px;
    overflow: hidden;
    margin-top: 6px;
}

.landHeadTitle {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}

.landHeadSearch ul {
    height: 25px;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
}

.landHeadSearch h3 {
    height: 40px;
    line-height: 40px;
    font-size: 0.812em;
    text-align: center;
    font-weight: normal;
}

.landHeadLeft a:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: 14px auto;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

.landHeadSearch li {
    width: 50%;
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.landHeadSearch li:nth-child(1) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.landHeadSearch li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.landHeadSearch li a {
    display: block;
    color: #fff;
}

.landHeadSearch li.focus {
    background-color: #fff;
}

.landHeadSearch li.focus a {
    color: #0da945;
}

.landCon form {
    margin-top: 15px;
}

.landField .landback,
.landField .FieldPart {
    position: relative;
}

.landField .landFieldTxt {
    width: 100%;
    line-height: 45px;
    font-size: 15px;
    color: #333333;
    text-indent: 1.5em;
    border-bottom: 1px solid #d8d8d8;
    background: #FFF;
}

.landField input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    color: #333333;
    text-indent: 1.5em;
    border-bottom: 1px solid #d8d8d8;
}

.landField .landback a {
    position: absolute;
    right: 15px;
    bottom: 12px;
    color: #8e8e8e;
    text-decoration: underline;
}

.landField .FieldPart a {
    position: absolute;
    right: 5px;
    bottom: 8px;
    color: #fff;
    font-size: 0.75em;
    padding: 7px 10px;
    border-radius: 30px;
    background-color: #a0daff;
}

.landField .FieldPart img {
    position: absolute;
    right: 5px;
    top: 13px;
    width: 100px;
}

.entry_order select {
    width: 100%;
    height: 45px;
    font-size: 15px;
    color: #333333;
    text-indent: 1.2em;
    /*border-bottom: 1px solid #d8d8d8;*/
    background: #FFF;
}

.landGetLink {
    padding: 20px 12px 0px 12px;
    overflow: hidden;
    display: -webkit-box;
}

.landGetLink a {
    line-height: 20px;
    display: block;
    -webkit-box-flex: 1;
    text-align: center;
    margin: 0px 5px;
    width: 33%;
    color: #999;
}

.landBtnDiv {
    padding: 12px;
}

.landBtnDiv input, .landBtnDiv a {
    margin-top: 10px;
}

.landBtn {
    width: 100%;
    height: 39px;
    color: #fff;
    font-size: 20px;
    background-color: #0da945;
    border-radius: 40px;
}

/*登陆,注册结束*/

/*底部*/
footer {
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #d8d8d8;
}

footer ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-flex: 1;
}

footer ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    height: 100%;
    width: 20%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

footer ul li:last-child {
    border: 0;
}

footer ul li a {
    display: block;
    height: 100%;
    width: 100%;
    color: #bbbbbb;
    padding-top: 3px;
}

footer ul li a.hover {
}

footer ul li a:visited {
    color: #bbbbbb;
}

footer ul li span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1000;
}

footer ul li:nth-child(1) span {
    background-image: url(images/footer_icon_2.png);
}

footer ul li:nth-child(2) span {
    background-image: url(images/footer_icon_4.png);
}

footer ul li:nth-child(3) span {
    background-image: url(images/footer_icon_6.png);
}

footer ul li:nth-child(4) span {
    background-image: url(images/footer_icon_8.png);
}

footer ul li:nth-child(5) span {
    background-image: url(images/footer_icon_10.png);
}

footer ul li:nth-child(1).focus {
    background-color: #e9e9e9;
    border-top: 2px solid #0da945;
    margin-top: -1px;
}

footer ul li:nth-child(2).focus {
    background-color: #e9e9e9;
    border-top: 2px solid #0da945;
    margin-top: -1px;
}

footer ul li:nth-child(3).focus {
    background-color: #e9e9e9;
    border-top: 2px solid #0da945;
    margin-top: -1px;
}

footer ul li:nth-child(4).focus {
    background-color: #e9e9e9;
    border-top: 2px solid #0da945;
    margin-top: -1px;
}

footer ul li:nth-child(5).focus {
    background-color: #e9e9e9;
    border-top: 2px solid #0da945;
    margin-top: -1px;
}

footer ul li span code {
    font-style: normal;
    position: absolute;
    right: -8px;
    top: -2px;
    background: #0da945;
    overflow: hidden;
    padding: 1px 3px;
    color: #FFF;
    border-radius: 2px;
    z-index: 1001;
}

/* 加载 */
.refresh-bar {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #0da945;
    display: none;
}

.refresh-bar .refresh-tip {
    display: inline-block;
}

.refresh-bar .refresh-ico {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-bottom: 3px;
    text-indent: -10000px;
    background: url('images/r-flip.png') no-repeat;
    -webkit-background-size: 25px 25px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 400ms;
    -webkit-transition-timing-function: ease-in-out;
}

.refresh-bar .refresh-load {
    background: url('images/ui-loading.png') 0 0 no-repeat;
    -webkit-background-size: 25px 25px;
    -webkit-animation-name: refresh-load;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: step-start;
}

.refresh-bar .refresh-up {
}

.refresh-bar .refresh-down, .refresh-bar .refresh-end {
    -webkit-transform: rotate(180deg) translateZ(0);
}

@-webkit-keyframes refresh-load {
    from {
        -webkit-transform: rotate(0deg);
    }
    8.32% {
        -webkit-transform: rotate(0deg);
    }
    8.33% {
        -webkit-transform: rotate(30deg);
    }
    16.65% {
        -webkit-transform: rotate(30deg);
    }
    16.66% {
        -webkit-transform: rotate(60deg);
    }
    24.99% {
        -webkit-transform: rotate(60deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    33.32% {
        -webkit-transform: rotate(90deg);
    }
    33.33% {
        -webkit-transform: rotate(120deg);
    }
    41.65% {
        -webkit-transform: rotate(120deg);
    }
    41.66% {
        -webkit-transform: rotate(150deg);
    }
    49.99% {
        -webkit-transform: rotate(150deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    58.32% {
        -webkit-transform: rotate(180deg);
    }
    58.33% {
        -webkit-transform: rotate(210deg);
    }
    66.65% {
        -webkit-transform: rotate(210deg);
    }
    66.66% {
        -webkit-transform: rotate(240deg);
    }
    74.99% {
        -webkit-transform: rotate(240deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    83.32% {
        -webkit-transform: rotate(270deg);
    }
    83.33% {
        -webkit-transform: rotate(300deg);
    }
    91.65% {
        -webkit-transform: rotate(300deg);
    }
    91.66% {
        -webkit-transform: rotate(330deg);
    }
    99.99% {
        -webkit-transform: rotate(330deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* 提示框 */
.tipMask {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9998;
    overflow: hidden;
}

.tipBox {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 30%;
    z-index: 9999;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
}

.tipBox .tipMain {
    overflow: hidden;
    min-width: 200px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    border-radius: 5px;
}

.tipBox .tipContent {
    padding: 20px 25px;
    font-size: 16px;
    line-height: 1.8em;
}

.tipBox .tipLink {
    display: -webkit-box;
    line-height: 40px;
    border-top: solid 1px #666;
}

.tipBox .tipLink a {
    display: block;
    -webkit-box-flex: 1;
    color: #FFF;
    border-left: solid 1px #666;
}

.tipBox .tipLink a:nth-child(1) {
    border: 0px;
}

/* 提示页面 */
.message {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 30%;
    padding-bottom: 80px;
}

.messageBox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-align: center;
}

.messageContent {
    padding: 30px 0px;
    line-height: 25px;
    background-color: #FFF;
    border-radius: 5px;
}

.messageContent span {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    margin-right: 5px;
    height: 25px;
    background: url(images/ok.png) no-repeat 0 0;
    background-size: 25px auto;
}

.messageContent span.ok {
    background-image: url(images/ok.png);
}

.messageContent span.info {
    background-image: url(images/info.png);
}

.messageContent span.error {
    background-image: url(images/error.png);
}

.messageContent span.error, .messageContent .warning {
    background-image: url(images/error.png);
}

.messageLink {
    margin-top: 20px;
}

.messageLink a {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin: 0 10px;
    color: #FFF;
}

/*全部品牌 开始*/
.brands {
    background-color: #fff;
    overflow: hidden;
    margin-top: 10px;
}

.brands .title {
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    font-size: 0.937em;
    background: url("images/sortTabBtn_Bg_2.png") #0da945;
    color: #fff;
    overflow: hidden;
}

.brands ul {
    padding: 10px 0;
}

.brands ul li {
    text-indent: 1em;
    margin-bottom: 5px;
    padding: 5px 0px;
}

/*全部品牌 结束*/

/* 通用表单元素 */
.formField {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
}

.formField .inputName {
    line-height: 35px;
    color: #444;
}

.formField .select {
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 1;
    border-radius: 4px;
    background-color: #FFF;
}

.formField .select select {
    width: 100%;
    height: 35px;
    padding-right: 40px;
    border-radius: 4px;
    color: #666;
    line-height: 31px;
    border: 1px solid #dadada;
    text-indent: 12px;
    position: relative;
    z-index: 2;
    background: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.formField .select:before {
    content: '';
    width: 35px;
    height: 33px;
    position: absolute;
    border: 1px solid #dadada;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 0 1px 1px #fff inset;
    border-radius: 0 4px 4px 0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    background: -ms-linear-gradient(top, #fff, #ededed);
    background: -o-linear-gradient(top, #fff, #ededed);
}

.formField .select:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    border-color: #444;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: -6px;
    right: 15px;
}

.formField .input {
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 1;
}

.formField .input input {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 4px;
    color: #444;
    padding: 8px 0 8px 10px;
    margin: 0;
    color: #444;
    box-sizing: border-box;
    -webkit-appearance: none;
    background: #fff;
}

.formField .input {
    margin-right: 10px;
}

.formField .input:last-child {
    margin: 0px;
}

.formField .textarea {
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 1;
}

.formField .textarea textarea {
    width: 100%;
    line-height: 20px;
    height: 80px;
    border: 1px solid #dadada;
    border-radius: 4px;
    color: #444;
    padding: 8px 10px 8px 10px;
    margin: 0;
    color: #444;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 16px;
}

.formField .link {
    -webkit-box-flex: 1;
    line-height: 34px;
}

.formField .link a {
    color: #0da945;
}

.formField .leftInput {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    color: #888;
}

.formField .leftInput input {
    width: 65px;
    margin-right: 10px;
    border: 1px solid #dadada;
    border-radius: 4px;
    color: #444;
    padding: 8px 0 8px 10px;
    color: #444;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.formField .leftInput p {
    line-height: 24px;
}

.formField .leftInput p span {
    color: #0da945;
}

.formField .checkedField {
    margin-top: 10px;
}

.checkedField {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    background-color: rgb(229, 231, 234);
    width: 18px;
    height: 18px;
    vertical-align: top;
    box-shadow: 2px 2px 2px #CCC inset;
    margin-right: 10px;
}

.checkedField input {
    display: none;
}

.checkedHover {
    background-color: #f6bb42;
    box-shadow: none;
}

.checkedHover:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 3px;
    background-image: url(images/c.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
}

.formTip {
    margin-top: 10px;
}

.bottomButton {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    display: -webkit-box;
}

.bottomButton p {
    width: 50%;
    -webkit-box-flex: 1;
}

.bottomButton p:nth-child(2) {
    margin-left: 10px;
}

.minSelect .select {
    margin-left: 10px;
}

.minSelect .select:nth-child(2) {
    margin: 0px;
}

.minSelect .select select {
    padding-right: 30px;
}

.minSelect .select:before {
    width: 25px;
}

.minSelect .select:after {
    right: 10px;
}

/* 商品 */
.active {
    position: relative;
    width: 100%;
    background-color: #FFF;
    padding-bottom: 91px;
}

#goodsPic {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    z-index: 0;
    border-bottom: solid 1px #e8e8e8;
    background-color: #FFF;
}

#goodsPic .hd {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
}

#goodsPic .hd ul {
}

#goodsPic .hd li {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 3px;
    border: 1px solid #FFF;
}

#goodsPic .hd li.on {
    width: 17px;
    height: 6px;
    border-radius: 5px;
    border: 0;
    background-color: #0da945;
}

#goodsPic .bd {
    position: relative;
    z-index: 0;
}

#goodsPic .bd li {
    position: relative;
    text-align: center;
    display: none;
}

#goodsPic .bd li img {
    margin: 0 auto;
    vertical-align: top;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
}

.goodsInfo {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.goodsInfo .collect {
    width: 60px;
    margin-left: 10px;
    border-left: solid 1px #DDD;
    text-align: center;
}

.goodsInfo .collect a {
    color: #0da945;
}

.goodsInfo dl {
    overflow: hidden;
}

.goodsInfo dl dt {
    overflow: hidden;
    padding: 5px 0px;
}

.goodsInfo dl dt.goodsName {
    padding: 0px 0px 5px 0px;
    font-size: 15px;
}

.goodsInfo dl dt.goodsName span {
    font-size: 12px;
    color: #a7a6a6;
}

.goodsInfo dl dd {
    padding: 5px 0;
}

.goodsInfo dl dd.promote {
    color: #999;
    font-size: 12px;
}

.goodsInfo dl dd.promote span {
    color: #0da945;
}

.goodsInfo strong {
    color: #0da945;
    margin-right: 10px;
    font-size: 18px;
}

.goodsInfo del {
    color: #b5b5b5;
    text-decoration: line-through;
    margin-right: 10px;
}

.goodsInfo dl dd span {
    color: #aeaeae;
}

.goodsSpec {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    background-color: #FFF;
}

.goodsSpec:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-color: #3d4245;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
}

#goodsItemBox {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: -10000px;
    overflow: hidden;
}

#goodsItemBox .goodsItem {
    width: 100%;
    max-width: 720px;
    overflow: hidden;
    position: fixed;
}

#goodsItemBox .goodsItem .goodsItemClose {
    height: 30px;
    overflow: hidden;
}

#goodsItemBox .goodsItem .goodsItemClose span {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    background: url(images/ico_close.png) no-repeat center;
    text-indent: -999px;
    background-size: 25px auto;
}

#goodsItemBox .goodsItem .goodsAttr {
    width: 100%;
    background: #FFF;
    overflow: hidden;
    max-height: 250px;
    overflow-y: auto;
}

#goodsItemBox .goodsItem .goodsAttr dl {
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
    padding: 0px 10px;
}

#goodsItemBox .goodsItem .goodsAttr dl dt {
    line-height: 30px;
    color: #303030;
    margin-top: 5px;
}

#goodsItemBox .goodsItem .goodsAttr dl dd {
    overflow: hidden;
}

#goodsItemBox .goodsItem .goodsAttr dl dd {
    font-size: 12px;
}

#goodsItemBox .goodsItem .goodsAttr dl dd span {
    display: inline-block;
    float: left;
    line-height: 25px;
    padding: 0px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #6b6b6b;
    border-radius: 5px;
    background: #f0f0f0;
}

#goodsItemBox .goodsItem .goodsAttr dl dd span.select {
    background: #0da945;
    color: #FFF;
}

#goodsItemBox .goodsItem .goodsAttr dl dd span input {
    display: none;
}

#goodsItemBox .goodsItem .goodsAttr dl dd input {
    display: none;
}

#goodsItemBox .goodsItem .goodsNumber {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    background: #FFF;
}

#goodsItemBox .goodsItem .goodsNumber dl dt {
    line-height: 30px;
    display: inline-block;
}

#goodsItemBox .goodsItem .goodsNumber dl dd {
    display: inline-block;
    margin-left: 15px;
}

#goodsItemBox .goodsItem .goodsNumber dl dd span {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

#goodsItemBox .goodsItem .goodsNumber dl dd span.minus, #goodsItemBox .goodsItem .goodsNumber dl dd span.add {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #d4d4d4;
    position: relative;
    background: #f1f1f1;
    border-radius: 14px;
}

#goodsItemBox .goodsItem .goodsNumber dl dd span.minus:after, #goodsItemBox .goodsItem .goodsNumber dl dd span.add:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 6px;
    width: 17px;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    background-color: #979797;
}

#goodsItemBox .goodsItem .goodsNumber dl dd span.add:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 13px;
    width: 2px;
    height: 16px;
    background-color: #979797;
}

#goodsItemBox .goodsItem .goodsNumber dl dd span.add {
    margin-right: 10px;
}

#goodsItemBox .goodsItem .goodsNumber dl dd input {
    border: solid 1px #d4d4d4;
    font-size: 16px;
    text-align: center;
    width: 80px;
    height: 28px;
    vertical-align: middle;
    background: #f1f1f1;
}

#goodsItemBox .goodsItem .goodsBtn {
    overflow: hidden;
}

#goodsItemBox .goodsItem .goodsBtn ul {
    overflow: hidden;
    display: -webkit-box;
}

#goodsItemBox .goodsItem .goodsBtn ul li {
    -webkit-box-flex: 1;
    width: 50%;
    text-align: center;
    line-height: 40px;
    background: #0da945;
    color: #FFF;
}

#goodsItemBox .goodsItem .goodsBtn ul li#addToCart {
    background: #0da945;
}

#goodsItemBox .goodsItem .goodsBtn ul li.stockout {
    background: #969696;
}

.buyButton {
    position: fixed;
    left: 0px;
    bottom: 51px;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    text-align: center;
    z-index: 99;
}

.buyButton li {
    list-style: none;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.buyButton li#addToCollect {
    width: 50px;
}

.buyButton li#addToCollect span {
    width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
    background: url(images/ico_goods_sc.png) no-repeat center rgba(255, 255, 255, .7);
    background-size: 25px auto;
    text-indent: -9999px;
}

.buyButton li#addToCollect span {
}

.buyButton li#addToCartQuick {
    -webkit-box-flex: 1;
    width: 50%;
    color: #FFF;
}

.buyButton li#addToCartQuick span {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 40px;
    background: rgba(48, 164, 222, .9);
}

.buyButton li#buyNowQuick {
    -webkit-box-flex: 1;
    width: 50%;
    color: #FFF;
}

.buyButton li#buyNowQuick span {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 40px;
    background: rgba(254, 97, 35, .9);
}

.buyButton li.stockout {
    -webkit-box-flex: 1;
    color: #FFF;
    background: #969696;
}

.goods_tab {
    height: 40px;
    overflow: hidden;
    border-bottom: 2px solid #eeeeee;
}

.goods_tab ul {
    overflow: hidden;
    display: -webkit-box;
}

.goods_tab ul li {
    text-align: center;
    -webkit-box-flex: 1;
    width: 50%;
}

.goods_tab ul li span {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #FFF;
    padding: 0px 10px;
    color: #7c7c7c;
}

.goods_tab ul li.cur span {
    border-bottom: 1px solid #0da945;
    color: #0da945;
}

.detailContent {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 150%;
}

.detailContent img {
    max-width: 100% !important;
    height: auto !important;
}

.goods_box {
    overflow: hidden;
}

.goods_parameter {
    padding: 10px 10px 0px 10px;
    overflow: hidden;
}

.goods_parameter h2 {
    font-size: 16px;
    font-weight: normal;
}

.goods_parameter ul {
    padding: 5px 0px;
    overflow: hidden;
}

.goods_parameter ul li {
    width: 99%;
    line-height: 25px;
    float: left;
    overflow: hidden;
    margin-right: 1%;
    font-size: 12px;
}

/* 评论 */
.comment_title {
    line-height: 40px;
    padding: 0px 10px;
    border-bottom: solid 1px #d8d8d8;
    font-size: 16px;
    color: #3d4245;
}

#comment_list {
    width: 100%;
    box-sizing: border-box;
}

.comment_item {
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.comment_time {
    color: #aeaeae;
    line-height: 22px;
}

.comment_info {
    line-height: 22px;
    margin-top: 5px;
}

.comment_info span {
    color: #0da945;
}

.comment_item dl {
    display: -webkit-box;
}

.comment_item dl dt {
    -webkit-box-flex: 1;
}

.comment_item dl dt img {
    width: 38px;
    display: inline;
    margin-right: 8px;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    border-radius: 22px;
}

.comment_item dl dd {
    width: 75px;
    height: 16px;
    background: url(images/ico_star.png) repeat-x left -16px;
    background-size: 15px auto;
    margin: 0px 15px 0px 15px;
}

.comment_item dl dd span {
    display: block;
    height: 16px;
    background: url(images/ico_star.png) repeat-x left top;
    background-size: 15px auto;
}

.comment_item dl dd span.star_1 {
    width: 15px;
}

.comment_item dl dd span.star_2 {
    width: 30px;
}

.comment_item dl dd span.star_3 {
    width: 45px;
}

.comment_item dl dd span.star_4 {
    width: 60px;
}

.comment_item dl dd span.star_, .comment_item dl dd span.star_5, .comment_item dl dd span.star_0 {
    width: 75px;
}

#comment_page {
    padding: 0px 10px;
    box-sizing: border-box;
}

/* 购物车 */
.cartBox .price span {
    color: #0da945;
}

.cartBox {
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 101px;
}

.cartEmpty {
    width: 100%;
    padding-top: 130px;
    text-align: center;
    background: url(images/cart.png) no-repeat center 30px;
    font-size: 16px;
}

.cartEmpty a {
    width: 190px;
    margin: auto;
    margin-top: 30px;
    color: #FFF;
}

.cartList {
    overflow: hidden;
}

.cartList .cartItem {
    width: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 10px;
}

.cartItem .cartSelect {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #eaeaea;
}

.cartItem .info {
    display: -webkit-box;
    overflow: hidden;
}

.cartItem .info img {
    width: 60px;
    display: inline;
    padding: 10px;
    overflow: hidden;
}

.cartItem .info .basic {
    -webkit-box-flex: 1;
    line-height: 18px;
    font-size: 14px;
    padding: 10px 0px;
}

.cartItem .info .name {
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cartItem .info .name a {
    color: #333;
}

.cartItem .info .attr {
    line-height: 20px;
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}

.cartItem .info .price {
    display: block;
    padding: 5px 0;
}

.cartTools {
    width: 40px;
    text-align: center;
    overflow: hidden;
    margin-left: 5px;
    position: relative;
    background: url(images/right_btn.png) no-repeat center;
    background-size: 25px auto;
}

.cartTools .cartTools_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    display: none;
}

.cartTools .cartDel {
    width: 100%;
    display: block;
    overflow: hidden;
}

.cartItem .cur {
    background: #eb6786;
}

.cartItem .cur .cartTools_txt {
    display: block;
}

.numBox {
    line-height: 22px;
}

.buyNum {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.buyNum span {
    float: left;
    line-height: 22px;
    display: inline-block;
}

.buyNum span.minus, .buyNum span.add {
    display: inline-block;
    width: 26px;
    height: 22px;
    line-height: 22px;
    position: relative;
    border: solid 1px #d4d4d4;
}

.buyNum span.minus:after, .buyNum span.add:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 7px;
    width: 12px;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    background-color: #979797;
}

.buyNum span.add:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 12px;
    width: 2px;
    height: 12px;
    background-color: #979797;
}

.buyNum span.stock {
    margin-left: 10px;
}

.buyNum input {
    float: left;
    border: solid 1px #d4d4d4;
    text-align: center;
    width: 80px;
    margin: 0px 5px;
    height: 22px;
}

.cartTotal {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #474747;
    position: fixed;
    left: 0px;
    bottom: 51px;
}

.cartTotal .cartPrice {
    float: left;
    font-size: 16px;
    margin-left: 10px;
    color: #FFF;
}

.cartTotal .cartInput {
    float: right;
    width: 120px;
    height: 40px;
    border: none;
    background: #0da945;
    color: #FFF;
    font-family: "微软雅黑";
    border-radius: 0;
    text-align: center;
}

.userForm {
    padding: 10px 10px 51px 10px;
    overflow: hidden;
}

/*分页*/
.page_list {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    text-align: center;
}

.page_list a {
    -webkit-box-flex: 1;
}

.page_list a:nth-child(2) {
    margin-left: 10px;
}

/*订单，待收货，待付款,评论*/
.ordersBox {
    overflow: hidden;
    box-sizing: border-box;
}

.ordersBox dl {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 13px;
    background-color: #fff;
    margin-top: 5px;
}

.ordersBox dl dt {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    font-size: 1em;
    padding: 10px 0px;
}

.ordersBox dl dt p {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.ordersBox dl dt time {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: right;
}

.ordersCon {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    box-sizing: border-box;
    padding: 6px;
    border-top: 1px solid #d8d8d8;
}

.ordersCon .ordersImg {
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.ordersCon .ordersImg img {
    height: 100%;
}

.ordersCon .ordersName {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-top: 5px;
}

.ordersCon .ordersName h3 {
    font-size: 0.87em;
    font-weight: normal;
    margin-bottom: 3px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ordersCon .ordersName span {
    padding: 0px 4px;
    border-radius: 15px;
    color: #fff;
    background-color: #0da945;
}

.ordersBtn {
    border-top: 1px solid #d8d8d8;
    overflow: hidden;
}

.ordersBtnCon {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    box-sizing: border-box;
    padding: 8px 0;
}

.ordersBtnCon .ordersWait {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    line-height: 22px;
}

.ordersBtnCon .ordersAction {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
}

.ordersBtnCon .ordersAction a {
    display: block;
    width: 76px;
    height: 24px;
    border-radius: 15px;
    line-height: 24px;
    float: right;
    color: #fff;
    margin-right: 5px;
}

.ordersBtnCon .ordersAction a:nth-child(1) {
    margin-right: 0px;
}

.ordersBtnCon .ordersAction a.cancel {
    background-color: #b4b4b4;
}

.ordersBtnCon .ordersAction a.payment,
.ordersBtnCon .ordersAction a.confirm {
    background-color: #0da945;
}

.ordersBtn .none {
    display: none !important;
}

.ordersFinish {
    padding: 10px 0;
}

.ordersPl {
    font-size: 0.9em;
    padding: 10px 0px;
    line-height: 22px;
    border-top: 1px solid #d8d8d8;
}

/* 订单详情 */
.orderDetail {
    width: 100%;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.detailBox {
    width: 100%;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
    margin-top: 10px;
    box-sizing: border-box;
    border: solid 1px #CCC;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
}

.detailBox .detailTitle {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border-bottom: dashed 1px #DDD;
    text-indent: 10px;
}

.detailBox ul {
    padding: 10px 15px 5px 15px;
    line-height: 32px;
}

.detailBox ul li span {
    color: #999;
}

.detailBox input {
    margin: 10px 0;
}

.orderGoods {
    padding: 5px 0 10px 0;
}

.detailBox dl {
    display: -webkit-box;
    padding: 10px 10px 0px 10px;
}

.detailBox dl dt img {
    display: block;
    width: 50px;
    margin-right: 10px;
    overflow: hidden;
}

.detailBox dl dd {
    -webkit-box-flex: 1;
    font-size: 12px;
}

.detailBox dl dd p {
    max-height: 45px;
}

.detailBox dl dd .price {
    text-align: right;
    margin-top: 5px;
}

.orderFee li span {
    float: left;
}

.orderFee li {
    text-align: right;
}

.orderFee li strong {
    color: #0da945;
}

.user_empty {
    margin: 15px;
    background: #FFF;
    padding: 10px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

/*我的收藏*/
.goodsListTabCon .close {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: url("images/edit_bg.png") no-repeat #FFF;
    background-size: 20px;
    border-radius: 50%;
}

.goodsListTabCon .close a {
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

/*我的优惠券*/
.couponBox {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.couponBox ul {
    padding: 7px;
}

.couponBox ul li {
    width: 100%;
    background: url("images/coupon_Bg_ico.jpg") no-repeat top left #fff;
    background-size: 61px;
    margin-bottom: 5px;
}

.couponBox ul li a {
    display: block;
    background: url("images/coupon_Bg.jpg") repeat-x;
    background-size: auto 9px;
}

.couponBox ul .couponTop,
.couponBox ul .couponBottom {
    display: -webkit-box;
    display: -moz-box;
    box-sizing: border-box;
    width: 100%;
}

.couponBox ul .couponTop {
    border-bottom: 3px dashed #d8d8d8;
    padding: 15px 9px 8px 0;
}

.couponBox ul .couponTop .couponLeft {
    width: 118px;
    text-align: center;
    color: #0da945;
}

.couponBox ul .couponTop .couponLeft span {
    font-size: 2.4em;
}

.couponBox ul .couponTop .couponRight {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
    margin-left: 10px;
}

.couponBox ul .couponTop .couponRight .p1 {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.couponBox ul .couponTop .couponRight .p2 {
    height: 18px;
    overflow: hidden;
    padding-top: 4px;
    margin: 5px auto 0;
    border-top: 1px solid #d8d8d8;
}

.couponBottom p,
.couponBottom time {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    height: 28px;
    line-height: 28px;
}

.couponBottom p {
    text-indent: 5px;
}

.couponBottom time {
    display: block;
    text-align: right;
    margin-right: 10px;
}

/*资金管理*/
.money_title {
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    overflow: hidden;
}

.money_btn {
    padding: 0px 15px 15px 15px;
    overflow: hidden;
}

.money_btn ul {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
}

.money_btn ul li {
    width: 50%;
    -webkit-box-flex: 1;
    background: #20b7e8;
    color: #FFF;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
}

.money_btn ul li a {
    width: 100%;
    height: 35px;
    display: block;
    color: #FFF;
}

.money_btn ul li a:visited {
    color: #FFF;
}

.money_btn ul li:nth-child(1) {
    background: #0da945;
    margin-right: 10px;
}

.my_money_list {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d8d8d8;
}

.my_money_list ul {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
}

.my_money_list ul li {
    text-align: center;
    padding: 10px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my_money_list ul li:nth-child(1) {
    width: 50px;
}

.my_money_list ul li:nth-child(2) {
    -webkit-box-flex: 1;
}

.my_money_list ul li:nth-child(3) {
    width: 60px;
}

.my_money_list ul li:nth-child(4) {
    width: 90px;
}

/*提现列表*/
.my_raply_list {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d8d8d8;
}

.my_raply_list ul {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
}

.my_raply_list ul li {
    text-align: center;
    padding: 10px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my_raply_list ul li:nth-child(1) {
    -webkit-box-flex: 1;
}

.my_raply_list ul li:nth-child(2) {
    width: 70px;
}

.my_raply_list ul li:nth-child(3) {
    width: 70px;
}

.my_raply_list ul li:nth-child(4) {
    width: 70px;
}

/*银行卡*/
.bank_list {
    padding: 0px 15px;
    overflow: hidden;
}

.bank_list .bank_item {
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 15px;
    background: #0da945;
    border-radius: 10px;
    color: #FFF;
}

.bank_list .bank_item h2 {
    height: 25px;
    line-height: 25px;
    position: relative;
    font-weight: normal;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFF;
    font-size: 1.5em;
}

.bank_list .bank_item h2:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    width: 50px;
    height: 25px;
    background: url(images/ico_bank.png) no-repeat center;
    background-size: 100% auto;
}

.bank_list .bank_item ul {
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
    display: -webkit-box;
}

.bank_list .bank_item ul li {
    -webkit-box-flex: 1;
}

.bank_list .bank_item ul li:nth-child(2) {
    text-align: right;
}

.bank_add {
    padding: 15px;
    overflow: hidden;
}

.bank_add a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid #0da945;
    background: #FFF;
    box-sizing: border-box;
    color: #0da945;
    border-radius: 5px;
    text-align: center;
}

/*注册*/
.reg_form {
    margin-top: 10px;
    overflow: hidden;
    border-top: 1px solid #d8d8d8;
}

.reg_form .reg_field_item {
    padding: 5px 10px;
    background: #FFF;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    display: -webkit-box;
}

.reg_form .reg_field_item .reg_field_title {
    width: 73px;
    overflow: hidden;
    line-height: 40px;
}

.reg_form .reg_field_item .reg_field_value {
    -webkit-box-flex: 1;
    overflow: hidden;
}

.reg_form .reg_field_item .reg_field_value input {
    border: 1px solid #e9e9e9;
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    margin-top: 5px;
    border-radius: 15px;
    padding: 0px 10px;
    color: #666;
}

.reg_form .reg_field_item .reg_field_value textarea {
    width: 100%;
    line-height: 20px;
    height: 80px;
    border: 1px solid #dadada;
    border-radius: 10px;
    color: #444;
    padding: 8px 10px 8px 10px;
    margin: 0;
    color: #444;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 16px;
}

.reg_form .reg_field_item .reg_field_value .select {
    width: 100%;
    height: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 5px;
}

.reg_form .reg_field_item .reg_field_value .select select {
    width: 100%;
    height: 30px;
    padding-right: 30px;
    border-radius: 15px;
    color: #666;
    line-height: 30px;
    border: 1px solid #dadada;
    text-indent: 12px;
    position: relative;
    z-index: 2;
    background: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.reg_form .reg_field_item .reg_field_value .select:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    border-color: #444;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: -6px;
    right: 12px;
}

.reg_form .reg_field_item .reg_field_other {
    width: 100px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
    overflow: hidden;
}

.reg_form .reg_field_item .reg_field_other a {
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: block;
    border: 1px solid #0da945;
    color: #0da945;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 10px;
}

.reg_form .reg_field_item .reg_field_view {
    width: 50px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
    overflow: hidden;
}

.reg_form .reg_field_item .reg_field_view a {
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: block;
    border: 1px solid #0da945;
    color: #0da945;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 10px;
}

/*我的会员*/
.my_user_tab {
    height: 30px;
    text-align: center;
    overflow: hidden;
    padding: 10px;
    background-color: #FFF;
}

.my_user_tab ul {
    width: 100%;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
}

.my_user_tab ul li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    -webkit-box-flex: 1;
    border: 1px solid #DDD;
    color: #0da945;
    font-size: 12px;
    margin: 0 5px;
}

.my_user_tab ul li a {
    width: 100%;
    display: block;
    color: #333;
}

.my_user_tab ul li.hover {
    background: #0da945;
    border: solid 1px #0da945;
    color: #FFF;
}

.my_user_tab ul li.hover a {
    color: #FFF;
}

.my_user_table {
    width: 100%;
    overflow: hidden;
}

.my_user_list_title {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    border-top: 1px solid #d8d8d8;
}

.my_user_list_title td {
    padding: 10px 3px;
    color: #a7a6a6;
}

.my_user_list {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d8d8d8;
}

.my_user_list ul {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-align: center;
}

.my_user_list ul li {
    text-align: center;
    padding: 10px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my_user_list ul li:nth-child(1) {
    width: 70px;
}

.my_user_list ul li:nth-child(2) {
    width: 70px;
}

.my_user_list ul li:nth-child(3) {
    -webkit-box-flex: 1;
}

.my_user_list ul li:nth-child(4) {
    width: 80px;
    text-align: left;
}

/* 我的奖励 */
.my_bonus_log {
    width: 100%;
    overflow: hidden;
}

.my_bonus_log ul {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-align: center;
}

.my_bonus_log ul li {
    text-align: center;
    padding: 10px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my_bonus_log ul li:nth-child(1) {
    width: 70px;
}

.my_bonus_log ul li:nth-child(2) {
    width: 70px;
}

.my_bonus_log ul li:nth-child(3) {
    -webkit-box-flex: 1;
}

.my_bonus_log ul li:nth-child(4) {
    width: 70px;
}

/* 收货地址 */
.addressList {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

/*.addressList dl{ width:100%; border:solid 1px #eaeaea; box-sizing:border-box; box-shadow: 0 0 2px rgba(0,0,0,.1); margin-bottom:10px; background-color:#FFF;}*/
.addressList dl {
    width: 100%;
    border: solid 1px #CCC;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #FFF;
    border-radius: 5px;
}

.addressList dl dt {
    padding: 5px 10px 10px 40px;
    border-bottom: solid 1px #eaeaea;
    font-size: 12px;
    position: relative;
}

.addressList dl dt:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: solid 2px #DDD;
}

.addressList dl dt p {
    margin-top: 5px;
}

.addressList dl dt span {
    color: #444;
    margin-right: 10px;
    font-size: 14px;
}

.addressList dl dd {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    text-align: right;
    background-color: #f6f6f6;
    border-radius: 0 0 5px 5px;
}

.addressList dl dd span {
    padding: 5px 10px;
}

.addressList dl dd span.del {
    float: left;
}

.addressList dl dd span.edit {
    float: right;
}

.addressList dl.hover dt:after {
    border: solid 2px #f6bb42;
    background: #f6bb42 url(images/c.png) no-repeat center center;
    background-size: 12px auto;
}

.addressInfo {
    width: 100%;
    padding: 0px 10px 22px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.addressInfo .formField {
    margin-top: 10px;
}

.addressInfo .inputName {
    width: 70px;
}

/*绑定账号*/
.binDingBox {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 8px;
}

.binDingInput {
    width: 100%;
    padding-bottom: 15px;
}

.binDingInputCon {
    padding: 10px 11px;
    background-color: #fff;
}

.binDingBox .binDingInput .binDingCon {
    height: 35px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    box-sizing: border-box;
}

.complaintsInput .inputCon1 input {
    width: 100%;
    text-indent: 10px;
}

.binDingInput span {
    display: block;
    width: 70px;
    line-height: 35px;
    height: 35px;
    color: #7e7e7e;
    padding-left: 10px;
}

.binDingInput em {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    display: block;
}

.binDingInput input {
    width: 100%;
    height: 33px;
    border-radius: 5px;
}

/* 订单确认 */
.checkoutBox {
    width: 100%;
    overflow: hidden;
}

.checkoutBox .inputName {
    width: 70px;
}

.checkoutBox .formField {
    padding: 15px 10px 0px 10px;
}

.inputRadio {
    position: relative;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.inputRadio p {
    -webkit-box-flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.inputRadio span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.inputRadio span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 1;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: solid 2px #DDD;
}

.inputRadio span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    z-index: 2;
    margin-top: -6px;
    width: 10px;
    height: 6px;
    border-left: solid 3px #CCC;
    border-bottom: solid 3px #CCC;
    -webkit-transform: rotate(-45deg);
}

.inputRadio span.hover:after {
    border: solid 2px #a9cf55;
    background: #a9cf55;
    background-size: 12px auto;
}

.inputRadio span.hover:before {
    border-color: #FFF;
}

.inputRadio em {
    -webkit-box-flex: 1;
    margin-right: 10px;
    color: #0da945;
    font-style: normal;
}

.inputRadio i {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    overflow: hidden;
}

.inputRadio i:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
    border-color: #555;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    margin-top: -4px;
}

.checkoutBox .checkLine {
    padding-bottom: 15px;
    border-bottom: 1px #fff solid;
    -webkit-box-shadow: 0 -1px 0 #F0F0F0 inset;
}

.checkoutBox .currPlace {
    padding: 15px 10px;
    background-color: #FFF;
    border-bottom: solid 1px #DDD;
}

.currPlace {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
}

.currPlace .inputName {
    line-height: 35px;
    color: #444;
}

.currPlace .inputName {
    width: 70px;
}

.currPlace .placeInfo {
    -webkit-box-flex: 1;
    position: relative;
}

.currPlace .placeInfo p {
    padding-right: 25px;
}

.currPlace .placeInfo p.person span {
    margin-right: 10px;
    color: #333;
}

.currPlace .placeInfo p.address {
    font-size: 12px;
    margin-top: 5px;
}

.currPlace .placeInfo:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 5px;
    border-color: #444;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-top: -6px;
}

.postscript {
    width: 100%;
    padding: 15px 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.postscript textarea {
    display: block;
    width: 94%;
    height: 36px;
    line-height: 18px;
    padding: 10px 3%;
    resize: none;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.postscript input {
    display: block;
    width: 94%;
    height: 18px;
    padding: 10px 3%;
    resize: none;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.checkListBox {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.checkListBox .inputName {
    color: #444;
}

.checkList {
    width: 100%;
    padding: 5px 10px;
    margin-top: 10px;
    box-sizing: border-box;
    border: solid 1px #DDD;
    border-radius: 5px;
    background-color: #FFF;
}

.checkList dl {
    display: -webkit-box;
    padding: 5px 0;
}

.checkList dl dt img {
    display: block;
    width: 50px;
    margin-right: 10px;
}

.checkList dl dd {
    -webkit-box-flex: 1;
    font-size: 12px;
}

.checkList dl dd p {
    max-height: 45px;
}

.checkList dl dd .price {
    text-align: right;
    margin-top: 5px;
}

.checkList dl dd .price span {
    color: #0da945;
}

.orderTotal {
    width: 100%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
}

.orderTotal dl {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    border: solid 1px #DDD;
    border-radius: 5px;
    position: relative;
    background-color: #FFF;
}

.orderTotal dl:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(-135deg);
    top: -10px;
    left: 13%;
    z-index: 1;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #dadada;
    background: #FFF;
}

.orderTotal dl dt {
    text-align: right;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.orderTotal dl dd {
    padding-top: 10px;
    border-top: 1px #F0F0F0 solid;
    -webkit-box-shadow: 0 1px 0 #fff inset;
}

.orderTotal dl dd {
    text-align: right;
}

.orderTotal dl dd span, .orderTotal dl dt span {
    float: left;
    color: #333;
    font-weight: bold;
}

.orderTotal dl dd strong {
    font-size: 20px;
    color: #0da945;
}

.orderTotal input {
    margin-top: 10px;
}

.orderTotal .fee_txt {
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    line-height: 22px;
}

/* 订单完成页面 */
.done {
    width: 100%;
    box-sizing: border-box; /*position:absolute; top:8%;*/
}

.done ul {
    padding: 20px 5px 20px 5px;
    line-height: 18px;
    font-size: 16px;
    background-color: #FFF;
    border-radius: 5px;
}

.done ul li {
    line-height: 30px;
}

.done ul li span {
    color: #ff5877;
}

.doneTitle {
    color: #bb0000;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

.doneBox {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}

.doenInfo {
    padding: 10px;
}

.doenInfo dl {
    display: -webkit-box;
    line-height: 30px;
}

.doenInfo dl:nth-child(1) {
    border-top: 0px;
}

.doenInfo dl dt {
    text-align: right;
}

.doenInfo dl dd {
    -webkit-box-flex: 1;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doenInfo dl dd span {
    color: #bb0000;
}

.doneLink {
    width: 100%;
    padding: 20px 0 10px 0;
    box-sizing: border-box;
    display: -webkit-box;
}

.doneLink p {
    -webkit-box-flex: 1;
    margin-left: 10px;
}

.doneLink p:nth-child(1) {
    margin-left: 0px;
}

/* 优惠劵列表 */
.bonusList {
    width: 100%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.bonusList dl {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    border: solid 1px #CCC;
    box-sizing: border-box;
    margin-top: 10px;
    background-color: #FFF;
    border-radius: 5px;
    display: -webkit-box;
    position: relative;
}

.bonusList dl dt {
    width: 36px;
}

.bonusList dl dt:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: solid 2px #DDD;
}

.bonusList dl.hover dt:after {
    width: 16px;
    height: 16px;
    border: solid 2px #f6bb42;
    background: #f6bb42 url(images/c.png) no-repeat center center;
    background-size: 12px auto;
}

.bonusList dl dd {
    -webkit-box-flex: 1;
}

.bonusList dl dd p {
    padding: 5px 0;
}

.bonusList dl dd em {
    color: #0da945;
    font-style: normal;
}

.bonusList dl dd span {
    display: inline-block;
    width: 80px;
    color: #aaa;
}

.bonusList dl dd strong {
    color: #080;
    font-weight: normal;
}

.addBonus {
    width: 100%;
    box-sizing: border-box;
}

.addBonus .input {
    width: 100%;
    padding: 12px 0 12px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #CCCCCC;
    font-size: 16px;
}

.addBonus .sub {
    margin-top: 10px;
}

.cancelBonus {
    display: block;
    margin-top: 10px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #CCC;
    background: -webkit-linear-gradient(top, #FCFCFC, #F0F0F0);
}

/*提交身份证信息*/

.PostUserBox {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0px;
    background: rgba(0, 0, 0, .2);
    overflow: hidden;
}

.PostUserInfo {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: #FFF;
    overflow: hidden;
    padding: 10px 0px;
}

.PostUserTitle {
    line-height: 22px;
    overflow: hidden;
    padding-left: 10px;
    border-left: 3px solid #0f96d9;
}

.PostUserInfo dl {
    padding: 5px 10px;
    overflow: hidden;
    display: -webkit-box;
}

.PostUserInfo dl dt {
    margin-right: 3px;
    line-height: 32px;
    overflow: hidden;
}

.PostUserInfo dl dd {
    -webkit-box-flex: 1;
    height: 32px;
    overflow: hidden;
}

.PostUserInfo dl dd input {
    width: 100%;
    height: 28px;
    margin-top: 2px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0px 3px;
    border-radius: 3px;
}

.PostUserInfo .PostUserTxt {
    padding: 5px 10px;
    font-size: 0.85em;
    overflow: hidden;
    color: #0f96d9;
}

/*推广*/
.promoteBox {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 8px;
}

.promoteCon {
    text-align: center;
    padding: 13px 7px;
    background-color: #fff;
    margin-bottom: 14px;
}

.promoteCon p {
    color: #313131;
    margin-bottom: 10px;
}

.promoteLink {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #48b1e7;
}

.promoteSharLink {
    padding: 0 11px;
    margin-bottom: 30px;
}

.promoteSharLink a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #fa4a62;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.promoteSys p {
    text-align: center;
    margin-bottom: 11px;
}

.promoteSys img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.my_user_list_box {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d8d8d8;
}

.my_user_list_box ul {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
}

.my_user_list_box ul li {
    text-align: center;
    padding: 10px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my_user_list_box ul li:nth-child(1) {
    -webkit-box-flex: 1;
}

.my_user_list_box ul li:nth-child(2) {
    width: 60px;
}

.my_user_list_box ul li:nth-child(3) {
    width: 70px;
}

.my_user_list_box ul li:nth-child(4) {
    width: 70px;
}

.my_user_foot {
    height: 40px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 51px;
    background: #e9e9e9;
    overflow: hidden;
}

.my_user_foot ul {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 10px;
}

.my_user_foot ul li {
    width: 50%;
    -webkit-box-flex: 1;
    height: 30px;
    margin-left: 15px;
    color: #696969;
}

.my_user_foot ul li:nth-child(1) {
    border-right: 1px solid #696969;
}

/* 资金管理 */
.accountLog {
    width: 100%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.userSurplus {
    padding: 10px 0 20px 0;
    text-align: center;
}

.userSurplus strong {
    font-size: 18px;
    vertical-align: middle;
}

.accountLog dl {
    width: 100%;
    padding: 10px 15px;
    line-height: 24px;
    box-sizing: border-box;
    border: solid 1px #CCC;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
    border-radius: 5px;
    position: relative;
}

.accountLog dl dt {
    width: 100%;
    overflow: hidden;
}

.accountLog dl dt p {
    float: left;
}

.accountLog dl dt span {
    float: right;
}

.accountLog dl dt span.plus {
    color: #080;
}

.accountLog dl dt span.minus {
    color: #0da945;
}

.accountLog dl dd {
    width: 100%;
    overflow: hidden;
    color: #999;
}

/* 物流跟踪 */
.ship_list {
    border-left: 2px solid #c1c1c1;
    margin: 15px 15px 0px 15px;
}

.ship_list dl {
    display: block;
    padding: 0;
    margin-left: 20px;
    border-bottom: 1px dashed #dedcdf;
    position: relative;
    padding: 3px 0px;
}

.ship_list dl dt {
    line-height: 22px;
}

.ship_list dl dd {
    font-size: 14px;
    line-height: 22px;
    margin-top: 3px;
}

.ship_list dl:after {
    content: '';
    position: absolute;
    top: 8px;
    left: -26px;
    display: block;
    width: 11px;
    height: 11px;
    background: #c1c1c1;
    border-radius: 50%;
}

.ship_list dl.ship_1 {
    color: #ff5877;
}

.ship_list dl.ship_1:after {
    width: 15px;
    height: 15px;
    background: #ff5877;
    border: 2px solid #fec7d2;
    top: 5px;
    left: -30px;
}

/* 分销 */
.share_link {
    padding: 20px;
}

.link_input dt {
    display: -webkit-box;
    line-height: 32px;
}

.link_input dt p {
    -webkit-box-flex: 1;
}

.link_input dt p input {
    width: 100%;
    border: solid 1px #DDD;
    padding: 0 10px;
    height: 30px;
    box-sizing: border-box;
}

.link_input dd {
    margin-top: 10px;
    color: #888;
}

.share_qrcode {
    margin-top: 20px;
}

.share_qrcode p {
    font-size: 16px;
    margin-bottom: 10px;
}

.share_qrcode img {
    display: block;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
}

/* 2018.4.11 */

/* 头部 */
header {
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    color: #FFF;
    font-size: 16px;
    background: #e8e8e8;
    background-size: 100% auto;
}

/*header a.back:after {*/
/*content: '';*/
/*position: absolute;*/
/*top: 13px;*/
/*left: 13px;*/
/*display: block;*/
/*width: 10px;*/
/*height: 10px;*/
/*border-color: #FFF;*/
/*border-style: solid;*/
/*border-width: 0 2px 2px 0;*/
/*-webkit-transform: rotate(135deg);}*/
header a#logo {
    background: url(images/logo.png) no-repeat center;
    background-size: 80% auto;
}

header a#trade {
    background: url(images/icon_3.png) no-repeat center;
    background-size: 60% auto;
}

.headLeft, .headRight {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.headRight {
    left: auto;
    right: 0px;
}

.headRight a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-indent: -9999px;
}

.headLeft a {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-indent: -9999px;
}

/*.headLeft a.hover, .headRight a.hover {*/
/*background-color: #b51f1f !important;}*/
.headSearch {
    width: 100%;
    height: 40px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    overflow: hidden;
}

.top_search {
    height: 30px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.top_search .search_keywords {
    background: #FFF;
    height: 30px;
    width: 95%;
    border: none;
    box-sizing: border-box;
    padding: 0px 5px 0px 35px;
    border-radius: 20px;
    color: #b3b3b3;
}

.top_search .search_submit {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 0px;
    background: url(images/icon_2.png) no-repeat center;
    background-size: 20px auto;
}

.headRight {
    position: relative;
}

.headRight em {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    font-size: 12px;
    text-align: center;
    background: #12aa49;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 8px;
}

/*  首页  */
.menu {
    width: 100%;
    background: #f1f1f1;
}

.menu_button {
    width: 100%;
    padding: 8px 0;
    background: #e8e8e8;
}

.menu_button ul {
    width: 96%;
    margin: 0 auto;
    display: -webkit-box;
}

.menu_button ul li {
    width: 25%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-box-flex: 1;
    margin: 0 2.5px;
    background: url(images/icon_1.png) no-repeat center;
    background-size: 100% 100%;
}

.menu_button ul li a {
    color: #000;
    font-size: 12px;
}

/* 幻灯 */
.slide-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 0px 5px #15151c;
}

.slide-box .hd {
    position: absolute;
    right: 0px;
    bottom: 15px;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
}

.slide-box .hd ul {
    display: -webkit-box;
}

.slide-box .hd li {
    width: 15px;
    height: 2px;
    border-radius: 10px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #FFF;
}

.slide-box .hd li.on {
    background-color: #0da945;
}

.slide-box .bd {
    position: relative;
    z-index: 1;
}

.slide-box .bd li {
    position: relative;
    text-align: center;
    display: none;
}

.slide-box .bd li img {
    vertical-align: top;
    width: 100%;
}

/*  首页  */
.index_picture {
    width: 100%;
    padding: 5px 0;
    background: #fff;
    display: -webkit-box;
}

.index_picture dl {
    -webkit-box-flex: 1;
}

.index_picture dl.picture_left {
    width: 50%;
    margin-right: 2.5px;
}

.index_picture dl.picture_right {
    width: 50%;
    margin-left: 2.5px;
}

.index_picture dl dt {
    width: 100%;
}

.index_picture dl dt img {
    width: 100%;
    height: 100px
}

.index_picture dl dd {
    height: 30px;
    line-height: 30px;
}

.index_picture dl.picture_left dd {
    padding-left: 2%;
}

.index_seckill {
    width: 100%;
    /*padding-bottom:10px;*/
    background: #f9f9f9;
}

.index_name {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

.index_name span {
    float: left;
    font-size: 16px;
    color: #333;
}

.index_name font {
    float: right;
    font-size: 12px;
    color: #999;
}

.seckill_detailed {
    width: 100%;
    /*height: 168px;*/
    padding-left: 2.5%;
    box-sizing: border-box;
    display: -webkit-box;
    box-shadow: 0px 1px 8px #e9e9e9;
}

.seckill_left {
    width: 45%;
    -webkit-box-flex: 1;
    background: #f2f3f7;
    position: relative;
}

.seckill_left dl .aut {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

.seckill_left dl .aut img {
    width: 50%;
    margin: 0 auto;
    border-radius: 50%
}

.seckill_left dl dd {
    width: 100%;
    text-align: center;
}

.seckill_left dl dd span {
    height: 25px;
    line-height: 25px;
    display: block;
    color: #838fc2;
    padding-top: 5px;
    font-size: 16px;
}

.seckill_left dl dd font {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    display: block;
    color: #a3acd1;
}

.seckill_left dl dd strong {
    display: block;
}

.seckill_left dl dd strong em {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #b8bdd4;
    color: #fff;
    display: inline-block;
}

.seckill_left dl dd strong i {
    margin: 0 2px;
    color: #b8bdd4;
}

.seckill_right {
    width: 55%;
    background: #fff;
    -webkit-box-flex: 1;
}

.seckill_right dl {
    width: 100%;
    display: -webkit-box;
    border-bottom: solid 1px #eeeeee;
}

.seckill_right dl dt {
    width: 40%;
}

.seckill_right dl dt img {
    width: 100%;
}

.seckill_right dl dd {
    width: 60%;
    display: block;
}

.seckill_right dl dd span {
    height: 20px;
    line-height: 20px;
    /*padding-top:5px;*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seckill_right dl dd font {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #0da945;
    display: block;
}

.seckill_right dl dd em {
    height: 40px;
    font-size: 12px;
    line-height: 22px;
    display: block;
    color: #999;
}

.seckill_right dl dd em i {
    font-size: 14px;
    padding-left: 5px;
    color: #777777;
}

.index_floor {
    width: 100%;
    padding-bottom: 8px;
    background: #f9f9f9;
}

.floor_slide {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 4px;
    box-shadow: 0px 0px 5px #e9e9e9;
}

.floor_slide .hd {
    position: absolute;
    right: 0px;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
}

.floor_slide .hd ul {
    display: -webkit-box;
}

.floor_slide .hd li {
    width: 15px;
    height: 2px;
    border-radius: 10px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #f1f1f1;
}

.floor_slide .hd li.on {
    background-color: #3d816a;
}

.floor_slide .bd {
    position: relative;
    z-index: 1;
}

.floor_slide .bd li {
    position: relative;
    text-align: center;
    display: none;
}

.floor_slide .bd li img {
    vertical-align: top;
    width: 100%;
}

.floor_goods {
    padding-left: 2.5%;
    overflow: hidden;
}

.floor_goods dl {
    width: 47%;
    float: left;
    background: #fff;
    margin: 4px 1.5% 0;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #e8e8e8;
}

.floor_goods dl dt {
    width: 100%;
}

.floor_goods dl dt img {
    width: 165px;
    height: 165px;
}

.floor_goods dl dd {
    width: 100%;
    text-align: center;
}

.floor_goods dl dd span {
    width: 165px;
    height: 20px;
    line-height: 20px;
    color: #777;
    display: block;
    padding-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.floor_goods dl dd em {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    display: block;
    color: #f00;
}

/* 底部 */
footer {
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    left: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 5px #ddd;
}

footer ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-flex: 1;
}

footer ul li {
    -webkit-box-flex: 1;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

footer ul li a {
    display: block;
    height: 100%;
    color: #999;
    padding-top: 3px;
}

footer ul li a:visited {
    color: #999;
}

footer ul li a.hover {
    color: #0da945;
}

footer ul li span {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

footer ul li:nth-child(1) span {
    background-image: url(images/icon_4.png);
}

footer ul li:nth-child(2) span {
    background-image: url(images/icon_6.png);
}

footer ul li:nth-child(3) span {
    background-image: url(images/icon_52.png);
}

footer ul li:nth-child(4) span {
    background-image: url(images/icon_8.png);
}

footer ul li:nth-child(5) span {
    background-image: url(images/icon_10.png);
}

footer ul li:nth-child(1) .hover span {
    background-image: url(images/icon_5.png);
}

footer ul li:nth-child(2) .hover span {
    background-image: url(images/icon_7.png);
}

footer ul li:nth-child(4) .hover span {
    background-image: url(images/icon_9.png);
}

footer ul li:nth-child(5) .hover span {
    background-image: url(images/icon_11.png);
}

/*  登录  */
.entry {
    width: 95%;
    margin: 0 auto;
}

.entry_close {
    width: 100%;
    padding: 10px 0;
}

.entry_close a {
    width: 22px;
    height: 22px;
    display: block;
    background: url(images/icon_12.png) no-repeat center;
    background-size: auto 90%;
}

.entry_content {
    width: 100%;
}

.entry_logo {
    width: 100%;
}

.entry_logo span {
    width: 30%;
    margin: 40px auto;
    display: block;
}

.entry_logo span img {
    width: 100%;
}

.show_img {
    height: 100px;
    position: inherit;
    padding-bottom: 10px;
}

.xu_xian {
    width: 100%;
    /*padding-top:20px;*/
    /*border:dashed 1px #dedede;*/
    position: relative;
}

.xu_xian .xu_xian_c {
    width: 90%;
    border: dashed 1px #f00;
    border-radius: 10px;
    line-height: 30px;
    padding-left: 20px;
    font-weight: bold;
    margin: 20px auto;
}

.entry_order {
    width: 100%;
    padding-top: 20px;
    border-bottom: solid 1px #dedede;
    position: relative;
}

.entry_order img {
    position: absolute;
    right: 0;
    top: 30px;
}

.entry_order span {
    display: block;
    width: 28%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 20px;
    box-sizing: border-box;
    padding-left: 24px;
    color: #444;
}

.entry_order span.entry_name {
    background: url(images/icon_13.png) no-repeat left;
    background-size: auto 20px;
}

.entry_order span.entry_password {
    background: url(images/icon_14.png) no-repeat left;
    background-size: auto 20px;
}

.entry_order span.entry_captcha {
    background: url(images/icon_44.png) no-repeat left;
    background-size: auto 20px;
}

.entry_order span.entry_email {
    background: url(images/icon_46.png) no-repeat left;
    background-size: auto 20px;
}

.entry_order span.entry_other {
    background: url(images/icon_47.png) no-repeat left;
    background-size: auto 20px;
}

.entry_text {
    width: 100%;
    height: 40px;
    padding-left: 28%;
    box-sizing: border-box;
}

.entry_forget {
    width: 100%;
    margin-top: 20px;
    text-align: right;
}

.entry_forget a {
    height: 28px;
    line-height: 28px;
    /*display:block;*/
    color: #999;
}

.entry_Button {
    width: 100%;
    padding: 30px 0 0;
}

.entry_submit {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #0da945;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #0da945;
}

.skip_enroll {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

.skip_enroll a {
    color: #0da945;
    font-size: 16px;
}

/*  返利记录  */
.headreturn {
    width: 40px;
    height: 40px;
}

.headreturn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-indent: -9999px;
}

header a#return {
    background: url(images/icon_15.png) no-repeat center;
    background-size: 10px auto;
}

.head_Title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-right: 40px;
    box-sizing: border-box;
}

.head_Title span {
    color: #333;
}

.Rebate_record {
    width: 100%;
}

.Rebate_sum {
    width: 100%;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    background: url(images/background_1.jpg) no-repeat center;
    background-size: 100% auto;
}

.Rebate_sum em {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.Rebate_sum font {
    height: 20px;
    line-height: 20px;
    display: block;
}

.Rebate_sort {
    width: 100%;
    margin: 0 auto;
    padding: 5px 2.5%;
    box-sizing: border-box;
    background: #f9f9f9;
}

.Rebate_sort dl {
    width: 100%;
    background: #fff;
    margin: 5px 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #dedede;
    box-shadow: 0px 0px 5px #dedede;
}

.Rebate_sort dl dt {
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}
.Rebate_sort dl dd{
    width: 100%;
    line-height: 20px;
    overflow: hidden;
}

.Rebate_sort dl dt span {
    float: left;
    color: #999;
}

.Rebate_sort dl dt font {
    float: right;
    color: #333;
}

.Rebate_sort dl .order_box{
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #dedede;
    overflow: hidden;
}
.Rebate_sort dl .order_box ul{
}
.Rebate_sort dl .order_box ul li{
    line-height: 16px;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

/*  会员中心  */
.member_within {
    background: #fafafa;
}

.member {
    width: 100%;
}

.member_top {
    width: 100%;
    margin: 0 auto;
    background: url(images/background_2.png) no-repeat center;
    background-size: 100% 100%;
}

.member_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: -webkit-box;
}

.member_return, .member_install {
    width: 40px;
    height: 40px;
    display: block;
}

.member_return a, .member_install a {
    width: 40px;
    margin: 0 auto;
    height: 40px;
    display: block;
}

.member_name {
    -webkit-box-flex: 1;
}

.member_name span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.member_return a {
    background: url(images/icon_16.png) no-repeat center;
    background-size: 10px auto;
}

.member_install a {
    background: url(images/icon_17.png) no-repeat center;
    background-size: 18px auto;
}

.member_info {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.member_info dl dt {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.member_info dl dt img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

.member_info dl dd {
    width: 100%;
}

.member_info dl dd font {
    color: #fff;
    font-size: 16px;
}

.member_info dl dd span {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: #bebebe;
    padding-left: 18px;
    background: url(images/icon_18.png) no-repeat left center;
    background-size: 14px auto;
}

.member_info dl dd span.salesman {
    background: url(images/icon_33.png) no-repeat left center;
    background-size: 14px auto;
}

.member_sum {
    width: 100%;
    margin: 0 auto;
    padding: 8px 0 15px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.member_sum ul {
    display: -webkit-box;
}

.member_sum ul li {
    width: 25%;
}

.member_sum ul li.member_sum_end {
    border-right: none;
}

.member_sum ul li span {
    width: 100%;
    color: #555;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    display: block;
}

.member_sum ul li font {
    width: 100%;
    color: #999;
    height: 20px;
    line-height: 20px;
    display: block;
}

.member_data {
    width: 100%;
    background: #fff;
}

.member_sort {
    width: 100%;
}

.member_sort ul li {
    width: 100%;
    height: 51px;
    padding: 5px 2.5%;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-align: center;
    border-bottom: solid 1px #eeeeee;
}

.member_sort ul li font {
    width: 30px;
    height: 30px;
}

.member_sort ul li font img {
    width: 30px;
}

.member_sort ul li span {
    -webkit-box-flex: 1;
    padding-left: 3px;
    color: #333;
    display: block;
    font-size: 14px;
}

.member_client {
    width: 100%;
    padding: 10px 0;
}

.member_client ul {
    display: -webkit-box;
}

.member_client ul li {
    width: 33.3%;
    -webkit-box-flex: 1;
    text-align: center;
}

.member_client ul li font {
    width: 100%;
    color: #333;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    display: block;
}

.member_client ul li span {
    width: 100%;
    color: #999;
    height: 20px;
    line-height: 20px;
    display: block;
}

.member_sort em {
    display: block;
    color: #999;
    font-size: 12px;
}

.member_order {
    width: 100%;
    display: -webkit-box;
}

.member_order dl {
    width: 25%;
    text-align: center;
    -webkit-box-flex: 1;
}

.member_order dl dt {
    width: 50%;
    margin: 0 auto;
    padding-top: 8px;
}

.member_order dl dt span {
    width: 35px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.member_order dl dt span img {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
}

.member_order dl dt em {
    width: 16px;
    height: 16px;
    text-align: center;
    position: absolute;
    line-height: 16px;
    font-size: 12px;
    top: 9px;
    right: -6px;
    color: #fff;
    border-radius: 8px;
    background: #f00;
}

.member_order dl dd {
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 8px;
    color: #999;
}

.member_bottom {
    width: 100%;
    background: #fff;
}

/*  列表  */
.list_page {
    width: 100%;
    background: #f9f9f9;
}

.list_screen {
    width: 100%;
    display: -webkit-box;
    background: #fff;
    border-bottom: solid 1px #eeeeee;
}

.list_screen ul {
    width: 75%;
    display: block;
    display: -webkit-box;
}

.list_screen ul li {
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-box-flex: 1;
    position: relative;
}

.list_screen ul li a {
    color: #333;
}

.list_screen ul li a:hover {
    color: #12aa49;
}

.list_screen ul li span {
    width: 8px;
    height: 40px;
    position: absolute;
    top: 12px;
    padding-left: 2px;
}

.list_screen ul li span em {
    width: 8px;
    margin: 2px 0;
    display: block;
}

.list_screen ul li span em img {
    width: 100%;
}

.list_screen dl {
    text-align: center;
    -webkit-box-flex: 1;
    border-left: solid 1px #eee;
}

.list_screen dl dt {
    width: 40%;
    height: 40px;
    float: right;
    background: url(images/icon_36.png) no-repeat center left;
    background-size: auto 15px;
}

.list_screen dl dd {
    width: 60%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: right;
    color: #333;
}

.list_goods {
    width: 100%;
}

.list_deta {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
}

.list_deta dl {
    width: 48%;
    margin: 0 1%;
    padding-bottom: 5px;
    box-shadow: 0px 0px 5px #eee;
}

.list_deta dl dt {
    width: 100%;
    background: #fff;
}

.list_deta dl dt img {
    width: 100%;
}

.list_deta dl dd {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0 5% 3px;
    box-sizing: border-box;
}

.list_deta dl dd span {
    line-height: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list_deta dl dd font {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.list_deta dl dd font em {
    color: #0da945;
}

.list_deta dl dd font i {
    font-size: 12px;
    padding-left: 5px;
}

.list_load {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.list_load span {
    display: inline-block;
    padding-left: 19px;
    color: #ccc;
    background: url(images/icon_37.png) no-repeat left center;
    background-size: auto 17px;
}

/*  秒杀页面  */
.seckill header {
    background: #f2f2f2;
    border-bottom: solid 1px #dedede;
}

.seckill .head_Title {
    padding-right: 0px;
}

.seckill_page {
    width: 100%;
    background: #fff;
}

.seckill_prompt {
    width: 100%;
    border-bottom: solid 1px #eeeeee;
}

.seckill_prompt span {
    height: 40px;
    line-height: 40px;
    width: 95%;
    margin: 0 auto;
    display: block;
    color: #333;
}

.seckill_content {
    width: 100%;
}

.seckill_content dl {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5%;
    display: -webkit-box;
    -webkit-box-align: center;
    border-bottom: solid 1px #eeeeee;
}

.seckill_content dl dt {
    width: 25%;
    display: block;
    position: relative;
}

.seckill_content dl dt span img {
    width: 100%;
}

.seckill_content dl dt em {
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0px;
    text-align: center;
}

.seckill_content dl dd {
    -webkit-box-flex: 1;
    padding-left: 5px;
    position: relative;
}

.seckill_content dl dd span {
    line-height: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.seckill_content dl dd font {
    height: 20px;
    line-height: 20px;
    display: block;
    color: #0da945;
    font-size: 12px;
}

.seckill_content dl dd font b {
    font-size: 14px;
}

.seckill_content dl dd del {
    height: 18px;
    line-height: 18px;
    display: block;
    font-size: 12px;
    color: #999999;
}

.seckill_content dl dd em {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0px;
    bottom: 15px;
    padding: 0 10px;
    color: #fff;
    border-radius: 3px;
}

.seckill_content dl dd em.seckill_other {
    background: #ff5600;
}

.seckill_content dl dd em.seckill_buying {
    background: #0da945;
}

.seckill_content dl dd strong {
    height: 15px;
    line-height: 15px;
    font-weight: normal;
    position: absolute;
    right: 5px;
    bottom: -5px;
    font-size: 12px;
    color: #555555;
}

/*  我的客户  */
.my_client header {
    background: #f2f2f2;
    border-bottom: solid 1px #dedede;
}

.client_surface {
    width: 100%;
}

.client_top {
    width: 95%;
    margin: 0 auto;
    padding: 0 2.5%;
    display: -webkit-box;
    border-bottom: solid 1px #dedede;
}

.client_top span {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #333;
}

.client_top font {
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #333;
}
.client_bottom ul li span {
    text-align: center;
}

.client_top span.client_one, .client_bottom ul li span.client_one {
    width: 50%;
}

.client_top span.client_two, .client_bottom ul li em.client_two {
    width: 25%;
}

.client_top font.client_three, .client_bottom ul li font.client_three {
    width: 25%;
}

.client_bottom {
    width: 100%;
}

.client_bottom ul li {
    width: 95%;
    margin: 0 auto;
    padding: 0 2.5%;
    display: -webkit-box;
    border-bottom: solid 1px #dedede;
}

.client_bottom ul li em, .client_bottom ul li font {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #666;
}

.client_bottom ul li em {
    color: #0da945;
}

.client_bottom ul li font {
    text-align: center;
    color: #444;
}

/*  详细页  */
.deta_paging {
    width: 100%;
}

.detailed_page {
    background: #f1f1f1;
}

.deta_paging ul {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
}

.deta_paging ul li {
    height: 40px;
    width: 33.3%;
    display: block;
}

.deta_paging ul li a {
    color: #999;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
}

.deta_paging ul li a:hover {
    padding: 0 5px;
    color: #333333;
    border-bottom: solid 2px #0da945;
}

.deta_slide {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: solid 1px #dedede;
}

.deta_slide .hd {
    position: absolute;
    right: 0px;
    bottom: 15px;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
}

.deta_slide .hd ul {
    display: -webkit-box;
}

.deta_slide .hd li {
    width: 15px;
    height: 2px;
    border-radius: 10px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #f1f1f1;
}

.deta_slide .hd li.on {
    background-color: #0da945;
}

.deta_slide .bd {
    position: relative;
    z-index: 1;
}

.deta_slide .bd li {
    position: relative;
    text-align: center;
    display: none;
}

.deta_slide .bd li img {
    vertical-align: top;
    width: 100%;
}

.deta_title {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0 2.5%;
    box-sizing: border-box;
}

.deta_title dl dt {
    width: 100%;
    padding: 5px 0;
}

.deta_title dl dt span {
    /*height:50px;*/
    line-height: 25px;
    font-size: 16px;
    display: block;
    color: #333;
    overflow: hidden;
    /*white-space:nowrap;*/
    text-overflow: ellipsis;
}

.deta_title dl dt font {
    /*height:40px;*/
    line-height: 20px;
    display: block;
    color: #999;
    overflow: hidden;
    /*white-space:nowrap;*/
    text-overflow: ellipsis;
}

.deta_title dl dd {
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.deta_title dl dd font {
    float: left;
}

.deta_title dl dd font b {
    color: #0da945;
}

.deta_title dl dd font del {
    font-size: 12px;
    color: #999;
    padding-left: 10px;
}

.deta_title dl dd span {
    float: right;
    color: #999;
}

.deta_evaluate {
    width: 100%;
    background: #fff;
}

.evaluate_title {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

.evaluate_title span {
    float: left;
    font-size: 16px;
    color: #333;
}

.evaluate_title font {
    float: right;
    color: #0da945;
}

.evaluate_content {
    width: 95%;
    margin: 0 auto;
}

.evaluate_content dl {
    width: 100%;
    border-bottom: dashed 1px #e3e3e3;
}

.evaluate_content dl.evaluate_end {
    border-bottom: none;
}

.evaluate_content dl dt {
    width: 100%;
    display: block;
}

.evaluate_content dl dt font {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}

.evaluate_content dl dt font img {
    width: 30px;
    height: 30px;
}

.evaluate_content dl dt span {
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    color: #999;
    display: inline-block;
    overflow: hidden;
}

.evaluate_content dl dd {
    width: 100%;
}

.evaluate_content dl dd p {
    color: #666;
    line-height: 18px;
}

.evaluate_content dl dd em {
    height: 25px;
    line-height: 25px;
    display: block;
    font-size: 12px;
    color: #999;
}

.deta_content {
    width: 100%;
    background: #fff;
}

.deta_content span {
    width: 95%;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    display: block;
    padding-top: 5px;
    color: #333;
    font-size: 16px;
}

.deta_content em {
    width: 95%;
    display: block;
    margin: 0 auto;
}

.deta_content em img {
    width: 100%;
}

.deta_tail {
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    left: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 5px #ececec;
}

.tail_content {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
}

.tail_content_left {
    width: 25%;
    text-align: center;
}

.tail_content_left dl dt {
    width: 100%;
    height: 25px;
    margin: 2px 0;
}

.tail_content_left dl dt img {
    height: 25px;
    margin: 0 auto;
}

.tail_content_left dl dd {
    height: 20px;
    line-height: 20px;
    color: #999;
}

.tail_content_right {
    width: 50%;
}

.tail_content_right dl dt {
    width: 53.8%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    float: left;
    color: #0da945;
    box-sizing: border-box;
    padding-right: 10px;
    background: url(images/icon_41.png) no-repeat center right;
    background-size: auto 92%;
}

.tail_content_right dl dd {
    width: 46.2%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    float: left;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    background: url(images/icon_42.png) no-repeat center left;
    background-size: auto 92%;
}

/*  新闻资讯  */
header a#list_icon {
    background: url(images/icon_38.png) no-repeat center;
    background-size: 20px auto;
}

.news_center {
    width: 100%;
}

.news_center dl {
    width: 100%;
    padding: 8px 2.5%;
    box-sizing: border-box;
    border-bottom: solid 1px #dedede;
}

.news_center dl {
    display: -webkit-box;
}

.news_center dl dt {
    width: 100px;
    height: 0px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.news_center dl dt img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.news_center dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding-left: 10px;
    box-sizing: border-box;
}

.news_center dl dd span {
    width: 100%;
    line-height: 25px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_center dl dd em {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #999;
    display: block;
    text-align: right;
}

/*  注册  */
.entry_order span.entry_cellphone {
    background: url(images/icon_43.png) no-repeat left;
    background-size: auto 20px;
}

.entry_order span.entry_cellphone select {
    width: 100%;
    color: #444;
    -webkit-appearance: none;
    background: url(images/icon_45.png) no-repeat 90% center;
    background-size: 15px auto;
}

.entry_order span.entry_proving {
    background: url(images/icon_44.png) no-repeat left;
    background-size: auto 20px;
}

.entry_order font.proving_button {
    position: absolute;
    top: 22px;
    right: 0px;
}

.entry_order font.proving_button a {
    height: 35px;
    line-height: 35px;
    background: #e2e2e2;
    padding: 0 10px;
    display: block;
    color: #999;
    border-radius: 3px;
}

.user_manual {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.user_manual font {
    height: 30px;
    line-height: 30px;
    color: #999;
}

.user_manual font a {
    color: #0da945;
}

.goodsInfo_ul {
    width: 100%;
    padding: 3px 2% 8px;
    overflow: hidden;
    color: #999999;
    box-sizing: border-box;
}

.goodsInfo_ul li {
    line-height: 23px;
}

.deta_title .goodsInfo_ul li.promote {
    color: #999;
    font-size: 12px;
}

.deta_title .goodsInfo_ul li.promote span {
    color: #f5a623;
}

.deta_title i.btn_share {
    width: 30px;
    height: 30px;
    padding-top: 5px;
}

.deta_title i.btn_share #share {
    display: block;
    width: 100%;
    height: 28px;
    text-indent: -9999px;
    background: url(images/icon_share.png) no-repeat center center;
    background-size: 28px auto;
}

/*价格变动*/
#goodsItemBox {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: -10000px;
    overflow: hidden;
}

#goodsItemBox .goodsItem {
    width: 100%;
    max-width: 720px;
    overflow: hidden;
    position: fixed;
}

#goodsItemBox .goodsItem .goodsItemClose {
    height: 30px;
    overflow: hidden;
}

#goodsItemBox .goodsItem .goodsItemClose span {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    background: url(images/ico_close.png) no-repeat center;
    text-indent: -999px;
    background-size: 25px auto;
}

#goodsItemBox .goodsItem .goodsInfoBox {
    width: 100%;
    padding: 5px 10px 10px 90px;
    background-color: #FFF;
    border-bottom: solid 1px #ECECEC;
    box-sizing: border-box;
    position: relative;
}

#goodsItemBox .goodsItem .goodsInfoBox .goods_img {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: -10px;
    border: solid 1px #CCC;
    border-radius: 3px;
}

#goodsItemBox .goodsItem .goodsInfoBox .goods_img img {
    width: 70px;
    height: 70px;
}

#goodsItemBox .goodsItem .goodsInfoBox dl {
    width: 100%;
    color: #888888;
}

#goodsItemBox .goodsItem .goodsInfoBox dl dt {
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}

#goodsItemBox .goodsItem .goodsInfoBox dl dd {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

#goodsItemBox .goodsItem .goodsInfoBox {
}

#goodsItemBox .goodsItem .goodsAttr {
    width: 100%;
    background: #FFF;
    overflow: hidden;
    max-height: 250px;
    overflow-y: auto;
}

#goodsItemBox .goodsItem .goodsAttr dl {
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
    padding: 0px 10px;
}

#goodsItemBox .goodsItem .goodsAttr dl dt {
    line-height: 30px;
    color: #303030;
    margin-top: 5px;
}

#goodsItemBox .goodsItem .goodsAttr dl dd {
    overflow: hidden;
}

#goodsItemBox .goodsItem .goodsAttr dl dd {
    font-size: 12px;
}

#goodsItemBox .goodsItem .goodsAttr dl dd span {
    display: inline-block;
    float: left;
    line-height: 25px;
    padding: 0px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #6b6b6b;
    border-radius: 5px;
    background: #FFF;
    border: solid 1px #e9e8e9;
}

#goodsItemBox .goodsItem .goodsAttr dl dd span.select {
    border-color: #0da945;
}

#goodsItemBox .goodsItem .goodsAttr dl dd span input {
    display: none;
}

#goodsItemBox .goodsItem .goodsAttr dl dd input {
    display: none;
}

#goodsItemBox .goodsItem .goodsNumber {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background: #FFF;
}

#goodsItemBox .goodsItem .goodsNumber dl dt {
    line-height: 30px;
}

#goodsItemBox .goodsItem .goodsNumber dl dd {
}

#goodsItemBox .goodsItem .goodsNumber dl dd span {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

#goodsItemBox .goodsItem .goodsNumber dl dd span.minus, #goodsItemBox .goodsItem .goodsNumber dl dd span.add {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #bbbcbc;
    position: relative;
    background: #FFF;
}

#goodsItemBox .goodsItem .goodsNumber dl dd span.minus:after, #goodsItemBox .goodsItem .goodsNumber dl dd span.add:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 6px;
    width: 17px;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    background-color: #979797;
}

#goodsItemBox .goodsItem .goodsNumber dl dd span.add:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 13px;
    width: 2px;
    height: 16px;
    background-color: #979797;
}

#goodsItemBox .goodsItem .goodsNumber dl dd span.add {
    margin-right: 10px;
}

#goodsItemBox .goodsItem .goodsNumber dl dd input {
    font-size: 16px;
    text-align: center;
    width: 80px;
    height: 28px;
    float: left;
    vertical-align: middle;
    background: #FFF;
    border-top: solid 1px #bbbcbc;
    border-bottom: solid 1px #bbbcbc;
}

#goodsItemBox .goodsItem .goodsBtn {
    overflow: hidden;
}

#goodsItemBox .goodsItem .goodsBtn ul {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
}

#goodsItemBox .goodsItem .goodsBtn ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
    text-align: center;
    line-height: 40px;
    background: #0da945;
    color: #FFF;
}

#goodsItemBox .goodsItem .goodsBtn ul li#addToCart {
    background: #90c65b;
}

#goodsItemBox .goodsItem .goodsBtn ul li.stockout {
    background: #969696;
}

.news_info {
    margin: 20px 15px;
    overflow: hidden;
}

.news_title {
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
}

.news_date {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
}

.news_date span {
    margin-right: 10px;
}

.user_order_input {
    border: 1px solid #ddd;
    height: 28px;
    width: 100px;
    padding: 0px 2px;
}

.user_order_submit {
    background: #0da945;
    color: #FFF;
    height: 30px;
    border-radius: 15px;
    width: 80px;
    text-align: center;
}

.agent {
    padding-right: 30px;
    background: url(images/icon_51.png) no-repeat right center;
}

.back_order {
    background: #ff5877;
}

.orderDetail tr {
    background: #fff;
}

.orderDetail tr .label {
    width: 22%;
    text-align: center;
}

.orderDetail tr textarea {
    width: 100%;
    height: 150px;
}

.affiliate_bg {
    background: url(images/share_bg.jpg) no-repeat left top;
    background-size: 100% 100%;
}

.affiliate_box {
    padding: 10px;
    overflow: hidden;
}

.affiliate_logo {
    height: 30px;
    overflow: hidden;
    background: url(images/logo.png) no-repeat left top;
    background-size: auto 30px;
}

.affiliate_txt {
    height: 100px;
    overflow: hidden;
    background-size: auto 100px;
}

.affiliate_box dl.affiliate_rwm {
    margin-top: 20px;
    overflow: hidden;
}

.affiliate_box dl dt {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
}

.affiliate_box dl dt img {
    width: 100%;
}

.affiliate_box dl dd {
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    color: #FFF;
}

.affiliate_cate {
    margin: 20px 20px 0px 20px;
    overflow: hidden;
    padding: 15px 0px;
    display: -webkit-box;
    border-top: 1px solid #e75271;
}

.affiliate_cate dl {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 25%;
    padding: 0px 5px;
    color: #FFF;
    text-align: center;
}

.affiliate_cate dl dt {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.affiliate_cate dl dt img {
    width: 60px;
}

.affiliate_cate dl dd {
    margin-top: 8px;
    font-size: 0.75em;
}

.kf_qycn_com_cckf_dock_bt {
    display: none !important;
    position: static !important;
}

.get_head ul {
    width: 100%;
}

.get_head ul li {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
}

.get_head ul li.on {
    color: #0da945;
}

.a-upload {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.a-upload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}

.file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}

.comment-score dl dd span {
    float: left;
    width: 25px;
    height: 28px;
    margin-top: 1px;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(images/star.png) no-repeat 0 -28px;
    cursor: pointer;
}

.comment-score dl dd span.hover {
    background-position: 0 0;
}

/*  弹框  */
.sweep {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.sweep_content {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    top: 32%;
    left: 25%;
}

.sweep_close {
    width: 100%;
    height: 18px;
    line-height: 18px;
    padding: 5px 0;
    overflow: hidden;
}

.sweep_close a {
    width: 18px;
    height: 18px;
    float: right;
    padding-right: 10px;
    background: url(images/icon_46.jpg) no-repeat left;
    background-size: auto 100%;
}

.sweep_logo {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 18px;
}

.sweep_logo img {
    width: 100%;
}

.sweep_code {
    width: 100%;
    padding-bottom: 18px;
}

.sweep_code span {
    width: 55%;
    margin: 0 auto;
    display: block;
}

.sweep_code span img {
    width: 100%;
}

.sweep_code font {
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
}

/*  **********************************************金士吉  */

/* 头部 */
header {
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    color: #FFF;
    font-size: 16px;
    background: #fff;
    padding: 0 2.5%;
    box-sizing: border-box;
    background-size: 100% auto;
    border-bottom: solid 1px #dedede;
}

header a.back:after {
    content: '';
    position: absolute;
    left: 13px;
    display: block;
    width: 10px;
    height: 10px;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
}

.headLeft a#logo {
    background: url(../templates/images/new_images/logo.png) no-repeat center;
    background-size: 100% auto;
}

.headLeft {
    width: 28%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.headLeft a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-indent: -9999px;
}

.headLeft a.hover {
    background-color: #b51f1f !important;
}

.headSearch {
    width: 100%;
    height: 40px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    overflow: hidden;
    margin: 0 0 0 10px;
}

.top_search {
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.top_search .search_keywords {
    background: #f1f1f1;
    height: 30px;
    border-radius: 15px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding: 0px 5px 0px 35px;
}

.top_search .search_submit {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 5px;
    background: url(../templates/images/new_images/icon_1.png) no-repeat center;
    background-size: 18px auto;
}

/*  尾部  */
footer {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    z-index: 999;
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
}

.tail_left {
    padding-right: 29px;
    box-sizing: border-box;
}

.tail_right {
    padding-left: 29px;
    box-sizing: border-box;
}

.tail_left, .tail_right {
    width: 50%;
    display: block;
}

.tail_left ul, .tail_right ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-flex: 1;
}

.tail_left ul li, .tail_right ul li {
    -webkit-box-flex: 1;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.tail_left ul li a, .tail_right ul li a {
    display: block;
    height: 100%;
    color: #999999;
    padding-top: 3px;
    font-size: 14px;
}

.tail_left ul li a:visited .tail_right ul li a:visited {
    color: #008a45;
}

.tail_left ul li a.hover, .tail_right ul li a.hover {
    color: #008a45;
}

.tail_left ul li span, .tail_right ul li span {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.tail_left ul li:nth-child(1) span {
    background-image: url(../templates/images/new_images/icon_14.png);
}

.tail_left ul li:nth-child(2) span {
    background-image: url(../templates/images/new_images/icon_16.png);
}

.tail_left ul li:nth-child(1) .hover span {
    background-image: url(../templates/images/new_images/icon_13.png);
}

.tail_left ul li:nth-child(2) .hover span {
    background-image: url(../templates/images/new_images/icon_15.png);
}

.tail_right ul li:nth-child(1) span {
    background-image: url(../templates/images/new_images/icon_18.png);
}

.tail_right ul li:nth-child(2) span {
    background-image: url(../templates/images/new_images/icon_20.png);
}

.tail_right ul li:nth-child(1) .hover span {
    background-image: url(../templates/images/new_images/icon_17.png);
}

.tail_right ul li:nth-child(2) .hover span {
    background-image: url(../templates/images/new_images/icon_19.png);
}

.tail_button {
    width: 58px;
    height: 58px;
    margin-top: -8px;
    margin-left: -29px;
    -webkit-box-flex: 1;
}

.tail_button a {
    width: 58px;
    height: 58px;
    background: url(../templates/images/new_images/icon_12.png?t=20130822) no-repeat center;
    background-size: auto 100%;
    display: block;
}

.tail_shadow {
    width: 100%;
    height: 8px;
    background: url(../templates/images/new_images/background_3.png) repeat-x bottom;
    background-size: auto 100%;
    z-index: 999;
    position: fixed;
    left: 0px;
    bottom: 50px;
}

/*会员中心*/

.member_top {
    width: 100%;
    background: url(../templates/images/new_images/background_4.jpg) no-repeat center;
    background-size: 100% 100%;
}

.main_top {
    width: 95%;
    margin: 0 auto;
    height: 40px;
    padding: 10px 0;
    display: -webkit-box;
}

.main_top_left, .main_top_right {
    width: 40px;
    height: 40px;
    display: block;
}

.main_top_left a, .main_top_right a {
    width: 40px;
    height: 40px;
    display: block;
}

.main_top_left a {
    background: url(../templates/images/new_images/icon_26.png) no-repeat center left;
    background-size: 10px auto;
}

.main_top_right a {
    background: url(../templates/images/new_images/icon_27.png) no-repeat center right;
    background-size: 20px auto;
}

.main_top_in {
    display: block;
    -webkit-box-flex: 1;
    text-align: center;
}

.main_top_in span {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.member_head {
    width: 100%;
    padding: 15px;
    box-sizing:border-box;
}

.member_head dl{
    display:-webkit-box;
    display:-moz-box;
}

.member_head dl dt {
    width: 60px;
    height: 60px;
    margin-right: 15px
}

.member_head dl dt img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.member_head dl dd {
    -webkit-box-flex:1;
    -moz-box-flex:1;
    color: #FFFFFF;
}

.member_head dl dd span {
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 16px;
}
.member_head dl dd span p{
    float: left;
}
.member_head dl dd font {
    float: left;
}

.member_head dl dd font.is_agent {
    padding-left: 18px;
    background: url(../templates/images/new_images/icon_28.png) no-repeat left center;
    background-size: 13px auto;
}

.member_advert {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
}

.member_advert dl dt {
    width: 100%;
    height: 70px;
    background: url(../templates/images/new_images/picture_22.png) no-repeat center right;
    background-size: auto 68px;
}

.member_advert dl dd {
    display: block;
    position: absolute;
    top: 5px;
}

.member_advert dl dd span {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    display: block;
    color: #333;
}

.member_advert dl dd em {
    color: #008a45;
    font-style: normal;
}

.member_advert dl dd font {
    height: 20px;
    line-height: 20px;
    color: #888;
    display: block;
}

.orderGoods .price a {
    display: block;
    width: 76px;
    height: 24px;
    border-radius: 15px;
    line-height: 24px;
    float: right;
    color: #fff;
    margin-left: 8px;
    background-color: #0da945;
    text-align: center;
}

/* 重置百度商桥的位置 */
#nb_icon_wrap{
    width: 58px !important;
    height: 58px !important;;
    left: 50% !important;
    top: auto !important;
    right: auto !important;
    margin-left: -29px !important;;
    bottom: 0 !important;;
    z-index: 1000 !important;
    transform:rotate(0deg) !important;
    -ms-transform:rotate(0deg) !important; 	/* IE 9 */
    -moz-transform:rotate(0deg) !important; 	/* Firefox */
    -webkit-transform:rotate(0deg) !important; /* Safari 和 Chrome */
    -o-transform:rotate(0deg) !important; 	/* Opera */
}
#newBridge .nb-icon-wrap-0 .nb-icon-wrap-base{
    background: none !important;
}


.bouns_pic{
    width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.bouns_pic img{
    width: 100%;
}
.bouns_pic span{
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 2;
    right: -5px;
    bottom: -5px;
    background: url("images/bouns_icon.png") no-repeat center;
    background-size: 100%;
}

.recommend_title{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.recommend_title dl{
    display: inline-block;
    background:url("images/recommend_title_line.png") repeat-x left center;
    padding: 0 40px;
    overflow: hidden;
}
.recommend_title dl dt{
    width: 20px;
    height: 20px;
    float: left;
    background: url("images/recommend_icon_1.png") no-repeat center #f2f3f9;
    background-size: 20px;
    padding: 0 10px;
}
.recommend_title dl dd{
    float: left;
    height: 20px;
    line-height: 20px;
    padding-right: 10px;
    background: #f2f3f9;
    font-size: 15px;
}

.index_energy_goods{
    width:96%;
    margin:0 auto;
    display:-webkit-box;}
.index_energy_goods dl{
    width:50%;
    display:block;
    padding:6px 0.8% 0;
    box-sizing:border-box;}
.index_energy_goods dl dt{
    width:100%;
    background:#fff;}
.index_energy_goods dl dt img{
    width:100%;}
.index_energy_goods dl dd{
    width:100%;
    padding:5px 0 15px;
    background:#fff;}
.index_energy_goods dl dd span{
    width:95%;
    height:30px;
    line-height:30px;
    margin:0 auto;
    color:#444;
    display:block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;}
.index_energy_goods dl dd font{
    width:95%;
    height:20px;
    line-height:20px;
    margin:0 auto;
    display:block;
    position:relative;}
.index_energy_goods dl dd font i{
    color:#e62129;}
.index_energy_goods dl dd font em{
    width:25px;
    height:25px;
    right:0;
    top:5px;
    background:url(images/new_images/icon_2.png) no-repeat center;
    background-size:auto 100%;
    position:absolute;}

.recommend-banner {
    width: 96%;
    margin: 0 auto;
    position: relative;
    overflow: hidden; /*min-height:100px;*/
    z-index: 1;}
.recommend-banner .hd {
    position: absolute;
    right: 0px;
    bottom: 5px;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;}
.recommend-banner .hd ul {
    display: -webkit-box;}
.recommend-banner .hd li {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    margin: 0 3px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #FFF;}
.recommend-banner .hd li.on {
    background-color: #008a45;}
.recommend-banner .bd {
    position: relative;
    z-index: 1;}
.recommend-banner .bd li {
    position: relative;
    text-align: center;
    display: none;}
.recommend-banner .bd li img {
    vertical-align: top;
    width: 100%;}

.user_menu{
    padding: 5px;
    overflow: hidden;
    box-sizing:border-box;
    background: #FFFFFF;
}

.user_menu dl{
    width: 25%;
    box-sizing:border-box;
    padding: 5px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
}
.user_menu dl dt img{
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.user_menu dl dd{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.user_menu dl span{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    color: #fff;
    background: #008a45;
    border-radius: 100%;
    padding: 3px;
    line-height: 15px;
}
.userNav{
    width: 100%;
    padding: 15px 0px;
    box-sizing: border-box;
    background-color: white;
    display: -webkit-box;
    display: -moz-box;
    border-top: solid 3px #efefef;
    border-bottom: solid 3px #efefef;
}
.userNav .item{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 10px;
    display: -webkit-box;
    display: -moz-box;
}
.userNav .item:first-child{
    padding-right: 3px;
    box-sizing: border-box;
    border-right: #e2e2e2 dashed 1px;
}
.userNav .item span{
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
}
.userNav .item span img{
    width: 35px;
}
.userNav .item dl{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 5px;
}
.userNav .item dl dt{
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.1em;
    color: #4e4e4e;
}
.userNav .item dl dd{
    height: 15px;
    line-height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #9A9A9A;
    margin-top: 4px;
    font-size: 0.8em;
}
.indegralList{
    padding: 0px 10px;
}
.indegralList .item{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    position: relative;
    z-index: 1;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 5px;
}
.indegralList .item:after{
    content: '';
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-color: #a6a5aa;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
}
.indegralList .item span{
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
}
.indegralList .item span img{
    width: 45px;
}
.indegralList .item dl{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 10px;
}
.indegralList .item dl dt{
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1em;
}
.indegralList .item dl dt font{
    color: #a83131;
}
.indegralList .item dl dd{
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85em;
    color: #878787;
    margin-top: 7px;
}
.integralNavList{
    padding: 0px 10px;
    margin-top: 60px;
}
.integralNavList ul li{
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0px 10px;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    background-color: white;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 1.1em;
}
.integralNavList ul li:after{
    content: '';
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-color: #a6a5aa;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
}
.popupBox{
    width: 100%;
    min-height: 100%;
    background-color: white;
    position: fixed;
    z-index: 1000;
    left: -10000px;
    top: 0px;
    overflow: hidden;
}
.popupHead{
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    font-size: 16px;
    background: #fff;
    padding: 0px 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #dedede;
}
.popupHead .headerLeft,.popupHead .headerRight{
    width: 40px;
}
.popupHead .headMid{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.popupHead .headerLeft a{
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
}
.popupHead .headerLeft a:after{
    content: '';
    position: absolute;
    left: 13px;
    top: 11px;
    display: block;
    width: 12px;
    height: 12px;
    border-color: #999;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
}
/* 多图上传开始 */
.apply_uploadFile {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #FFF;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
}
.apply_uploadFile .word {
    display: block;
    width: 70px;
    margin-right: 10px;
    color: #666666;
}
.apply_uploadFile .fileBox {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: -webkit-box;
    display: -moz-box;
}
.apply_uploadFile .fileBox .webuploader-pick {
    display: -webkit-box;
    display: -moz-box;
}
.apply_uploadFile .uploadFile {
    width: 60px;
    height: 60px;
    position: relative;
    border: dashed 1px #dbd7d8;
    z-index: 1001;
    overflow: hidden;
    color: #999999;
}
.apply_uploadFile p {
    height: 20px;
    line-height: 20px;
    position: absolute;
    z-index: 1002;
    bottom: 3px;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    font-size: 0.9em;
}
.apply_uploadFile .uploadFile .fileBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 1003;
}
.apply_uploadFile .uploadFile .input_span {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1003;
    top: 0;
    left: 0;
}
.apply_uploadFile .uploadFile .input_span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 26px;
    margin-top: -20px;
    background-color: #c6c6c6;
    z-index: 1003;
}
.apply_uploadFile .uploadFile .input_span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    margin-left: -13px;
    margin-top: -8px;
    background-color: #c6c6c6;
    z-index: 1003;
}
.apply_uploadFile .uploadTips {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 10px;
    line-height: 18px;
    color: #999999;
    font-size: 0.85em;
}
.integralImage {
    padding: 10px;
    background: #FFF;
    overflow: hidden
}
.integralImage ul {
    width: 100%;
}
.integralImage ul li {
    width: 16%;
    float: left;
    height: 52px;
    margin: 0 2%;
    position: relative;
    z-index: 1;
    *zoom: 1;
}
.integralImage ul li .upload-thumb {
    display: table-cell;
    line-height: 0;
    box-sizing: border-box;
    border: solid 1px #E6E6E6;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    padding: 1px;
    position: relative;
    z-index: 1;
}
.integralImage ul li .upload-thumb img {
    width: auto;
    max-width: 100%;
    max-height: 50px;
    margin: 0 auto;
}
.integralImage ul li .upload-thumb .del {
    font-size: 11px;
    line-height: 16px;
    color: #C8C8C8;
    background-color: #FFF;
    text-align: center;
    width: 16px;
    height: 16px;
    border: solid 1px #D7D7D7;
    border-radius: 9px;
    position: absolute;
    z-index: 1;
    top: -9px;
    right: -9px;
    -webkit-text-size-adjust: none;
}
.integralImage ul li .upload-thumb .del:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #ff5e01;
    border-color: #ff5e01;
}

.handleBtn{
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-top: 80px;
}
.handleBtn .btnCss{
    width: 100%;
    height: 40px;
    text-align: center;
    color: white;
    background-color: #0da945;
    font-size: 1.1em;
    border: 0px;
    border-radius: 5px;
}
.handleBtn .btnCss.disabled{
    background-color: #DDD;
}
.timeTips{
    padding: 10px;
    border-bottom: 1px #DDD dashed;
}
.timeTips p i{
    color: #0da945;
}
.myIntegralBox ul{
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    box-sizing: border-box;
    background-color: white;
}
.myIntegralBox ul li{
    line-height: 160%;
    color: #666666;
}
.myIntegralBox ul li.view {
    text-align: right;
    margin-top: 5px;
    border-top: solid 1px #EEE;
}
.myIntegralBox ul li.view a{
    display: inline-block;
    color: #008a45;
    height: 25px;
    line-height: 25px;
    margin-top: 7px;
    border: solid 1px #008a45;
    border-radius: 3px;
    padding: 0px 5px;
}
.myIntegralInfo{
    padding: 10px;
    background-color: white;
    overflow: hidden;
}
.myIntegralInfo dl{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}
.myIntegralInfo dl dt{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 0.85em;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.myIntegralInfo dl dd{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    line-height: 30px;
}
.myIntegralInfo dl dd a{
    display: inline-block;
    width: 50px;
    height: 0;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: solid 1px #EEE;
    border-radius: 3px;
}
.myIntegralInfo dl dd a img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
/*图片弹窗*/
#popupBox {
    display: none;
    min-width: 100%;
    min-height: 100%;
    overflow: auto;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0px;
    top: 51px;
    z-index: 10000;
}
.imgContainer img {
    animation-name: zoom;
    animation-duration: 0.6s;
    display: block;
    min-width: 100%;
}
@keyframes zoom {
    from {transform: scale(0.1)}
    to {transform: scale(1)}
}
