@charset "utf-8";
/* CSS Document */
/* 小丘QQ:1977917927 */

/*==============================================================================================*/
/*common-css
/*==============================================================================================*/
body {
    background: #fff;
}

a {
    color: #333;
    text-decoration: none;
	-webkit-tap-highlight-color:transparent
}

dd, dt, dl {
    padding: 0px;
    margin: 0px;
}

.linker-bar {
    border-top: 0px;
    padding: 0px 0px 20px 0px;
}

.assure {
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
    margin-bottom: 30px;
}

.do_btn {
    width: 130px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #F00;
    margin-left: 20px;
    color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: inline-block;
}

.json_msg {
    color: #F00;
    font-size: 15px;
}

.json_msg.success {
    color: #2ac25f;
}

.json_btn .in {
    display: none;
}

.json_btn.log-in .in {
    display: inline-block;
}

.json_btn.log-in .on {
    display: none;
}

.icon-loading {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    background: url(../images/loading_icon.gif) no-repeat 0 0;
}

.dis-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}

.box-flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    display: block;
    width: 100%;
}

.footer-nav li .icons.i-logo {
    background: url(../images/logo.png) no-repeat center;
    background-size: 100%;
}

.footer-nav li .active .i-logo {
    background: url(../images/logo.png) no-repeat center;
    background-size: 100%;
}

.footer-nav li .icons.i-home {
    background: url(../images/icon-home.png) no-repeat center;
    background-size: 100%;
}

.footer-nav li .active .i-home {
    background: url(../images/icon-home2.png) no-repeat center;
    background-size: 100%;
}

.footer-nav li .icons.i-cate {
    background: url(../images/icon-community.png) no-repeat center;
    background-size: 100%;
}

.footer-nav li .active .i-cate {
    background: url(../images/icon-community2.png) no-repeat center;
    background-size: 100%;
}

.footer-nav li .icons.i-flow {
    background: url(../images/icon-shop.png) no-repeat center;
    background-size: 100%;
}

.footer-nav li .active .i-flow {
    background: url(../images/icon-shop2.png) no-repeat center;
    background-size: 100%;
}

.footer-nav li .icons.i-user {
    background: url(../images/icon-my.png) no-repeat center;
    background-size: 100%;
}

.footer-nav li .active .i-user {
    background: url(../images/icon-my2.png) no-repeat center;
    background-size: 100%;
}

.footer-nav li a span {
    font-size: 1.1rem;
	    color: #7f7f7f;
    line-height: 1.6rem;
}

.footer-nav li .active span {
    color: #333;
}

.footer-nav li .icons {
    vertical-align: top;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    margin: 0px auto;
    display: block;
}

.footer-nav ul {
    padding: 0;
    padding-top: 1.6rem;
	background: url(../images/footer-bg.png) no-repeat;
	background-size: 100% 100%;
	border:none;
}
.footer-nav li a img{
	    height: 3rem;
	    width: 3rem;
	    display: block;
	    margin: 0 auto;
	    margin-top: -1rem;
}

/*==============================================================================================*/
/*页头head模块
/*==============================================================================================*/
.header {
    height: 51px;
    position: fixed;
    z-index: 8888;
    width: 100%;
    top: 0px;
    left: 0px;
}

.head_flex {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 50px;
    margin: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #ff9800;
}

.head_flex ._logo {
    flex: 1;
    display: flex;
    align-items: center;
}

.head_flex ._logo a {
    display: block;
    overflow: hidden;
    padding: 0px;
    margin: 0px 10px;
    height: 30px;
}

.head_flex ._logo img {
    width: 30px;
    padding: 0px;
    margin: 0px;
}

.head_flex ._logo span {
    font-size: 15px;
}

.hd-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    padding: 0px;
    margin: 0px;
}

.header-nav-box {
    moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.header-left-box .icon-chevron-left, .header-right-box .icon-bars {
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 2.2rem;
    position: relative;
    color: #fff;
}

.header-left-box, .header-right-box {
    width: 4.2rem;
}

.header-mid-box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    display: block;
    width: 100%;
    font-size: 16px;
}

.header-mid-box span {
    moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
    display: block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
}

.icon-bar-setting {
    background: url("../images/icon_setting.png") no-repeat 0% 0% / 24px;
    margin: 0px auto;
    width: 24px;
    height: 24px;
    display: block !important;
}

.icon-bar-user {
    background: url("../images/icon_user.png") no-repeat 0% 0% / 24px;
    margin: 0px auto;
    width: 24px;
    height: 24px;
    display: block !important;
}

.icon-bar-leftrow {
    background: url("../images/icon_left_row.png") no-repeat 0% 0% / 24px;
    margin: 0px auto;
    width: 24px;
    height: 24px;
    display: block !important;
}

/*==============================================================================================*/
/*浮动模块 pop
/*==============================================================================================*/
#popbar {
    position: relative;
}

.menu {
    background-color: rgba(254, 253, 252, 0.98);
    box-shadow: 1px 5px 15px rgba(50, 50, 50, 0.3);
    border-top: #ddd solid 1px;
    width: 100%;
    bottom: 0px;
    height: 50px;
    position: fixed;
    z-index: 99999;
}

.menu ul.container {
    padding: 0px;
}

.menu li {
    padding: 0px;
    margin: 0px;
}

.menu li a {
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
    border-right: #ddd solid 1px;
    white-space: nowrap;
    padding: 5px 5px;


}

.menu li:last-child a {
    border: none
}

.menu li img {
    text-align: center;
    width: 16px;
}

.menu li span {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 14px;
    margin-top: 2px;
    line-height: 16px;
    font-style: normal;
}

.menu li a:hover {
    color: #fff;
}

.menu li a.index {
    background-image: none;
    margin-left: 3px
}

.menu li .home {
    background: #072840;
}

.menu li .ucenter {
    background: #006bb6;
}

.menu li .news {
    background: #dc5161;
}

.menu li .add {
    background: #f28b40;
}


.menu .dropdown-menu {
    text-align: left;
}

.menu .dropdown-menu a {
    color: #333 !important;
}


.onsub {
    position: relative;
    float: left;
    background: url(../images/onsub.png) no-repeat right top;
}

.sub {
    position: absolute;
    z-index: 999999;
    bottom: 50px;
    padding-bottom: 1px;
    width: 200px !important;
    list-style: none;
    display: none;
    overflow: hidden;
    background: #666666;
}

.sub li {
    float: left;
    list-style: none;
    width: 100%;
    text-align: left;
    height: 30px;
    line-height: 30px;
    border-bottom: #ddd solid 1px;
}

.sub li:last-child {
    border: none
}

.sub li a {
    color: #fff;
    text-align: left;
    display: block;
    overflow: hidden;
    padding: 0px 5px 0px 15px;
    border: none;
    background: url(../images/arrow.png) no-repeat 7px -42px;
    white-space: nowrap;
}

.logobd {
    width: 450px;
    overflow: hidden;
    float: left;
}

.cartbd {
    width: 200px;
    overflow: hidden;
    float: left;
    position: relative;
}

.cartbd a {
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fafafa;
    border: #ddd solid 1px;
    display: block;
    margin-top: 12px;
    overflow: hidden;
    float: left;
}

.cartbd i {
    color: #ccc;
    font-size: 18px;
}

.cartbd .shopcart-num {
    font: bold 11px/14px Verdana;
    color: #fff;
    background: #F00;
    text-align: center;
    display: inline-block;
    height: 16px;
    min-width: 16px;
    max-width: auto !important;
    border: none 0;
    border-radius: 8px;
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 120px;
}

.searchbd {
    width: 450px;
    overflow: hidden;
    float: left;
    margin-left: 60px;
    padding-top: 5px;
}

.searchbd .bd {
    width: 368px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    background: #ff4200;
    border: #ff4200 solid 2px;
}

.searchbd .key {
    list-style: none;
    float: left;
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}

.searchbd .key li {
    float: left;
    margin-right: 10px;
}

.searchbd .key li a {
    color: #999;
}

.searchbd .text {
    overflow: hidden;
    height: 40px;
    padding: 4px 4px 4px 4px;
    width: 278px;
    background: #fff;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    border: #fff solid 1px;
    float: left;
}

#sub_nav .logo {
    background: #22ac38;
    width: 220px;
    text-align: center;
    margin-left: 0px;
}

#sub_nav .logo i {
    font-weight: normal;
    margin-right: 5px;
}

#sub_nav .navbar {
    background: #fff;
    margin-bottom: 0px;
}

#sub_nav .navbar-nav > li > a {
    color: #333
}

#sub_nav {
    border-bottom: #22ac38 solid 2px;
}

.dorpbody {
    position: absolute;
    z-index: 10;
    top: 40px;
    width: 100%;
}

.navbar-brand {
    position: relative;
    padding: 10px 0px;
}

.navbar-brand a {
    color: #FFF;
}

#dorpdown {
    width: 220px;
    height: 452px;
    position: absolute;
    top: 40px;
    background: #313335;
    z-index: 999;
    filter: alpha(opacity=95);
    moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    display: none;


}

#dorpdown ul, #dorpdown ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: left;
}

#dorpdown .mod_cate_hd {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    text-indent: 7px;
    box-shadow: 2px -1px 3px rgba(55, 55, 55, 0.5);
    background-color: #4593FD;
    border-bottom: 1px #3487F2 solid;
    font-family: "Microsoft Yahei";
}

#dorpdown .mod_cate {
    height: 56px;
    border-bottom: 1px #555555 solid;
    padding: 9px 10px 10px 10px;
    clear: both;
    overflow: hidden;
    line-height: 20px;
}

#dorpdown .mod_cate:last-child {
}

#dorpdown .mod_cate h2 {
    font-size: 14px;
    font-weight: normal;
    font-family: "Microsoft Yahei";
    padding: 0px;
    margin: 0px;
}

#dorpdown .mod_cate h2 a {
    color: #FFFFFF;
    padding-right: 5px;
}

#dorpdown .mod_cate a.hot_sub {
    background: #f08519;
    font-size: 12px;
    border-radius: 9px;
    padding: 0px 5px;
    margin-left: 5px;
}

#dorpdown .mod_cate_r {
    line-height: 24px;
    font-style: normal;
    font-variant: normal;
}

#dorpdown .mod_cate_r a {
    font-size: 12px;
    color: #C2D9F8;
    padding-right: 5px;
}

#dorpdown .mod_subcate {
    display: none;
    width: 556px;
    height: 448px;
    border: 2px #22ac38 solid;
    background: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: -0px;
    z-index: -1;
    left: 218px;
    overflow: hidden;
}

#dorpdown .mod_subcate_main {
    width: 530px;
    padding: 0px 0px 1000px 20px;
    margin-bottom: -1000px;
    float: left;
}

#dorpdown .mod_subcate_line {
    width: 100%;
    height: 1px;
    clear: both;
    font-size: 0px;
    margin-bottom: 5px;
    border-top: 5px #fff solid;
    border-bottom: 1px #dadada dotted;
    overflow: hidden;
    display: block;
}

#dorpdown .mod_subcate_main dl {
    padding: 10px 0 10px 65px;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden;
    margin: 0px;
}

#dorpdown .mod_subcate_main dl dt {
    width: 80px;
    font-size: 12px;
    color: #22ac38;
    line-height: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    margin-left: -65px;
    float: left;
    font-size-adjust: none;
    font-stretch: normal
}

#dorpdown .mod_subcate_main dl dd {
    line-height: 22px;
    overflow: hidden;
}

#dorpdown .mod_subcate_main dl dd a {
    color: #666;
    font-size: 12px;
    margin: 0 5px 0 5px;
    float: left;
    display: inline;
    white-space: nowrap;
}

#dorpdown .mod_subcate_main dl dd a.org {
    color: #ff7300;
}

#dorpdown .icon-caret-right {
    color: #fff;
    margin-right: 8px;
    margin-left: 2px;
}

#dorpdown .on {
    padding: 8px 10px 9px 8px;
    border-top: 2px #22ac38 solid;
    border-bottom: 2px #22ac38 solid;
    margin-left: 2px;
    background: #FFFFFF;
}

#dorpdown .on .icon-caret-right {
    color: #333;
}

#dorpdown .on h2 a {
    color: #333333;
}

#dorpdown .on .mod_subcate {
    display: block !important; /* !important 强制显示，否则会闪烁*/
}

#dorpdown .on .mod_cate_r a {
    color: #666666;
}

#dorpdown .on a.hot_sub {
    color: #FFFFFF;
}

.catemap {
    margin: 0px;
    overflow: hidden;
    border: #e8e8e8 solid 1px;
}

.catemap ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.catemap ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    clear: both;
    overflow: hidden;
    border-bottom: #e8e8e8 solid 1px;
    background: #fafafa;
}

.catemap ul li:last-child {
    border-bottom: none;
}

.catemap ul li dt {
    float: left;
    margin: 0px;
    padding: 5px;
    overflow: hidden;
    display: block;
    width: 100%;
    border-bottom: #e8e8e8 solid 1px;
}

.catemap ul li dl {
    float: left;
    margin: 0px;
    padding: 5px 15px;
    overflow: hidden;
    width: 120px;
    display: block;
    text-align: left;
    line-height: 25px;
}

.catemap ul li dd {
    float: left;
    margin: 0px;
    padding: 5px;
    overflow: hidden;
    display: block;
    width: 1077px;
    background: #fff;
    border-left: #e8e8e8 solid 1px;
}

.catemap ul li dd a {
    padding: 0px 10px;
    line-height: 25px;
    display: inline-block;
}

.catemap ul li dd a.active {
    color: #ff0000;
}

.allsort {
    margin: 0px;
    overflow: hidden;
}

.allsort ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.allsort ul li.parent {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    border: #e8e8e8 solid 1px;
    background: #fff;
}

.allsort ul li dt {
    float: left;
    margin: 0px;
    padding: 10px;
    overflow: hidden;
    display: block;
    width: 100%;
    font-weight: normal;
}

.allsort .child li:last-child {
    border-bottom: none;
}

.allsort .child li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    clear: both;
    overflow: hidden;
}

.allsort .child li dl {
    margin: 0px;
    padding: 5px 15px;
    overflow: hidden;
    display: block;
    text-align: left;
    line-height: 25px;
}

.allsort .child li dd {
    margin: 0px;
    padding: 5px;
    overflow: hidden;
    display: block;
    background: #fff;
}

.allsort .child li dd a {
    padding: 0px 10px;
    line-height: 25px;
    display: inline-block;
}

.allsort .child li dd a.active {
    color: #ff0000;
}

/*==============================================================================================*/
/*页头banner模块
/*==============================================================================================*/
.adv-wrap {
    position: relative;
    z-index: 8;
    top: 0px;
}

.banadv {
    position: absolute;
    z-index: 9;
    top: 0px;
    width: 100%;
}

.banadv .container {
    height: 450px;
    position: relative;
}

.dorpadv {
    width: 250px;
    height: 430px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 990;
    filter: alpha(opacity=95);
    moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

.dorpadv ul, .dorpadv ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 2px
}

.dorpadv ul li img {
    width: 250px;
    height: 142px;
    overflow: hidden;
    display: block;
}

/*==============================================================================================*/
/*body-css
/*==============================================================================================*/
.main-wrapper {
    margin-top: 50px;
}

.shop {
    margin-top: 10px;
}

.title_content {
    line-height: 30px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin-top: 0px;
}

/*==============================================================================================*/
/*shopcart模块
/*==============================================================================================*/


.cart_none {
    display: none;
    margin: 0 auto;
    width: 186px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding-top: 15px;
    min-height: 200px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #999;
}

.cart_none .img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url("../images/cart-none.png") no-repeat 0% 0% / 80px;;
}

.cart_none a:link, .cart_none a:visited {
    display: block;
    width: 100px;
    height: 33px;
    color: #8992f7;
    font-size: 14px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #8992f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.cart_item {
    list-style: none;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    clear: both;
}

.cart_item li {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0 0;
    border-radius: 1rem;
}

.cart_item li p {
    position: absolute;
    margin: 12px;
    right: 0;
    font-size: 1.2rem;
    top: 0;
}

.cart_item li p a {
    color: #999;
    font-size: 1.2rem;
}

.cart_item li dd input[type='checkbox'] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    outline: none;
}

.sum_bar input[type='checkbox'] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    outline: none;
}

.cart_item li dd input[type=checkbox]:checked {
    background: url(../images/shop-gou.png) no-repeat center;
    border: 0px solid #fa7816;
    background-size: auto 150%;
}

.sum_bar input[type=checkbox]:checked {
    background: url(../images/shop-gou.png) no-repeat center;
    border: 0px solid #fa7816;
    background-size: auto 150%;
}

.cart_item li dd {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 7;
    left: 8px;
    top: 26px;
}

.cart_item li dl {
    border: #e8e8e8 solid 0px;
    width: 5rem;
    height: 5rem;
    position: absolute;
    z-index: 1;
    left: 38px;
    top: 10px;
}

.cart_item li dl img {
    width: 5rem;
    height: 5rem;
    padding: 0px;
}

.cart_item li dt {
    margin-left: 90px;
    margin-right: 40px;
    display: block;
    overflow: hidden;
    padding: 0px;
}

.cart_item li em {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 7;
    right: 10px;
    top: 50%;
    margin-top: -16px;
}

.cart_item li em a {
    padding: 4px;
}

.cart_item li dt div {
    line-height: 25px;
}

.cart_item li dt .price {
    color: #d93600;
    margin-bottom: 5px;
    margin-top: 5px;
}

.cart_item li dt .price b {
    font-size: 18px;
    font-weight: normal;
}

.cart_item li dt span {
    display: table-cell;
    float: left;
}

.cart_item li dt span .goodnum {
    border: 1px solid #ddd;
    width: 46px;
    height: 30px;
    text-align: center;
    padding: 0px;
    color: #666;
    -webkit-appearance: none;
}

.cart_item li dt .jian, .cart_item li dt .jia {
    display: block;
    padding: 5px;
    float: left;
    color: #ccc;
    text-decoration: none;
    overflow: hidden;
}

.cart_item li dt .jian:hover, .cart_item li dt .jia:hover {
    color: #666;
}

.cart_item li dt .jian i, .cart_item li dt .jia i {
    font-size: 20px;
}

.cart_item li dt .quantity-form {
    line-height: 35px;
    padding-left: 0;
    padding-right: 1rem;
    overflow: hidden;
    float: right;
}

.cart-recommend-container {
    display: -webkit-flex;
    display: flex;
    position: relative;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    place-content: flex-start space-between;
    flex-shrink: 0;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f2f2f2;
    padding: 0 10px;
}

.cart-recommend-tit {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.cart-recommend-tit img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.cart-recommend-box {
    padding: 0px;
    margin-top: 5px;
    display: block;
    overflow: hidden;
}

.cart-recommend-box ul li {
    list-style: none;
    margin: 0px;
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
    width: 50%;
}

.cart-recommend-box ul dl {
    margin: 0 0.2rem;
    background: #fff;
    overflow: hidden;
    display: block;
    padding: 0px 0px 5px 0px;
}

.cart-recommend-box ul dt {
    text-align: center;
    display: block;
}

.cart-recommend-box ul dt a {
    text-align: center;
    display: block;
    width: 100%;
}

.cart-recommend-box ul dt img {
    width: 100%;
    display: block;
}

.cart-recommend-box ul dd {
    padding: 10px 10px 0px 10px;
    margin: 0px;
}

.cart-recommend-box li .title {
    height: auto;
    line-height: 18px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-recommend-box li .price {
    color: #ff9900;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    text-align: left;
}

.cart-recommend-box li .price span:last-child {
    font-size: 9px;
    color: #999;
}


.sum_body {
    background-color: #fff;
    padding: 15px;
}

.sum_bar {
    border-bottom: #e8e8e8 solid 1px;
    line-height: 35px;
}

.sum_bar .sum {
    color: #d93600;
    font-size: 14px;
}

.btn_submit_pay {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.btn_submit_pay .price {
    font-size: 24px;
    color: #d93600;
}

.btn_submit_pay .btn-pay {
    text-align: center;
    display: inline-block;
    width: 120px;
    background: #ff6600;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.btn_submit_pay .btn-shopping {
    text-align: center;
    display: inline-block;
    width: 120px;
    background: #ffaa00;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.btn_submit_del {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.btn_submit_del span:first-child {
    margin-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}

.btn_submit_del span:first-child em {
    background-image: url(../images/cart-del.png);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn_submit_del span:nth-child(2) {
    padding: 4px 9px;
    color: #ff9900;
    border-radius: 30px;
    font-size: 13px;
    line-height: 15px;
    border: 1px solid #ff9900;
}

.btn_submit_del span:last-child {
    color: #ff4400;
    border: 1px solid #ff4400;
    margin-left: 8px;
    padding: 4px 13px;
    border-radius: 30px;
    font-size: 13px;
    line-height: 15px;
}

.sum_del_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.sum_del_btn {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 999;
    overflow: hidden;
    border-radius: 0.5rem;
}

.sum_del_btn p {
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 1rem 0;
}

.sum_del_btn a {
    font-size: 1.4rem;
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    border-right: 1px solid #eee;
    padding: 0.5rem 0;
}

.sum_del_btn a:last-child {
    border-right: none;
}

/*==============================================================================================*/
/*order模块
/*==============================================================================================*/
.orderbox {
    overflow: hidden;
    background: #fff;
    display: block;
    margin-bottom: 10px;
}

.orderbox select {
    width: auto;
    margin-bottom: 10px;
}

.o_title {
    border-bottom: #e8e8e8 solid 1px;
    padding: 8px 0px;
}

.o_title h2 {
    padding: 5px 10px;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
}

.o_body {
    padding: 10px;
    overflow: hidden;
    display: block;
}

.addresbox {
    display: block;
    overflow: hidden;
}

.addresbox a {
    padding: 10px 0px;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
    border-bottom: #dd2a2d solid 2px;
    align-items: center;
}

.addresbox .l_box, .addresbox .r_box {
    width: 30px;
    text-align: center;
}

.addresbox .l_box i, .addresbox .r_box i {
    color: #999;
    font-size: 18px;
}

.addresbox .m_box {
    flex: 1;
    line-height: 20px;
}


.payment_list {
    list-style: none;
}

.payment_list li {
    margin: 0px 0px 5px 0px;
    line-height: 36px;
    display: block;
    padding: 5px 5px 10px 5px;
    border-bottom: #ededed solid 1px;
    overflow: hidden;
    cursor: pointer;
}

.payment_list li img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

.payment_list li span {
    float: right;
    margin-top:
}

.order_list {
    list-style: none;
}

.order_list li {
    margin: 0px 0px 5px 0px;
    display: block;
    padding: 5px 5px 10px 5px;
    border-bottom: #ededed solid 1px;
    min-height: 60px;
    overflow: hidden;
    position: relative;
}

.order_list li dd {
    width: 52px;
    height: 52px;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    z-index: 8;
}

.order_list li dd img {
    width: 48px;
    height: 48px;
    border: #ededed solid 1px;
    padding: 2px
}

.order_list li dt {
    margin: 0px 0px 0px 60px;
    padding: 0px
}

.order_list li dt h2 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
}

.order_list li dt p {
    color: #dd2a2d;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}

.total_order b {
    font-size: 16px;
    color: #dd2a2d;
}

.do_btn {
    text-align: center;
    display: inline-block;
    width: 120px;
    background: #dd2a2d;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.success {
    margin: 80px auto;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}

.success a {
    font-size: 14px;
    color: #666;
}

.success a:hover {
    color: #666;
}


/*==============================================================================================*/
/*pay-css
/*==============================================================================================*/
.paybox {
    overflow: hidden;
    background: #fff;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
}

.pay_order {
    list-style: none;
    display: block;
    overflow: hidden;
}

.pay_order li {
    list-style: none;
    line-height: 30px;
}

.pay_order li b {
    color: #dd2a2d;
    font-size: 16px;
    font-weight: normal;
}

.pay_payment {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pay_payment li {
    margin: 0px;
    line-height: 56px;
    display: block;
    padding: 0px 5px;
    border-bottom: #ededed solid 1px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.pay_payment li:last-child {
    border-bottom: #ededed solid 0px;
    padding-bottom: 0px;
}

.pay_payment li img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

.pay_payment li span {
    float: right;
    margin-top:
}

.pay_payment li i {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -12px;
    right: 5px;
    width: 24px;
    height: 24px;
}

.pay_submit {
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 15px 0px;
}

/*==============================================================================================*/
/*store-css
/*==============================================================================================*/
.store_gps {
    overflow: hidden;
    background: #fff;
    margin-top: 0px;
}

.store_gps a {
    display: block;
    overflow: hidden;
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
}

.store_list {
    margin: 0px;
}

.store_list li {
    margin-bottom: 10px;
    clear: both;
    min-height: 80px;
    overflow: hidden;
    background: #fff;
    padding: 10px 10px;
}

.store_list li dt {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}

.store_list li img {
    width: 60px;
    height: 60px;
}

.store_list li dd {
    padding: 0px;
    margin: 0px;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 10;
}

.store_list li dl {
    margin: 0px 0px 0px 70px;
    position: relative;
}

.store_list li dl h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.store_list li dl div {
    display: block;
    padding: 0px;
    margin: 0px;
    clear: both;
    line-height: 20px;
    color: #888;
}

.store_list li dl div.cl {
    line-height: 25px;
}

.store_list li dl div span {
    display: table-cell;
    width: 36px;
    float: left;
}

.store_list li dl div a {
    color: #dd2a2d;
    font-size: 14px;
    display: block;
    overflow: hidden;
}

.store_detail {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.store_detail ul.nav-tabs {
    list-style: none;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}

.store_detail ul.nav-tabs li {
    width: 23%;
    float: left;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-bottom: #fff solid 2px;
    margin: 0px 1%;
}

.store_detail ul.nav-tabs li.active {
    border-bottom: #ff6600 solid 2px;
}

.store_detail ul.nav-tabs li a {
    display: block;
    overflow: hidden;
    font-size: 14px;
}

.store_detail .picture img {
    width: 100%;
}

.store_detail .tab-pane {
    background: #fff;
    overflow: hidden;
}

.store_detail .detail {
    padding: 10px 10px 20px 10px;
}

.store_detail .detail li {
    display: flex;
    margin-bottom: 10px;
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
}

.store_detail .detail li:last-child {
    border-bottom: #eee solid 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.store_detail .detail li label {
    width: 68px;
    line-height: 20px;
    font-size: 13px;
}

.store_detail .detail li span {
    flex: 1;
    line-height: 20px;
}

.store_detail .detail a {
    color: #d53c40;
}

.store_detail .detail li ol {
    flex: 1;
}

.store_detail .detail li ol dd {
    width: 50%;
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.store_detail .detail li ol dd a {
    margin: 5px;
    display: block;
    overflow: hidden;
    height: 100px;
}

.store_detail .detail li ol dd img {
    width: 100%;
}


.footer-store-nav ul {
    margin: 0px auto;
    padding: 0px 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 499;
    background: #fff;
}

.footer-store-nav li {
    text-align: center;
    color: rgb(89, 89, 89);
    padding-top: 0rem;
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.footer-store-nav li a {
    display: block;
    padding-top: 4px;
}

.footer-store-nav li a.show {
    height: 50px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    background-color: #ff6600;
}

.footer-store-nav li a.follow {
    height: 50px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    background-color: #ffaa00;
}

/*==============================================================================================*/
/*产品表列
/*==============================================================================================*/

.header_channel {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 50px;
    margin: 0px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_channel {
    height: 51px;
    position: fixed;
    z-index: 8888;
    width: 100%;
    top: 0px;
    left: 0px;
}

.head_flex_channel {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 50px;
    margin: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header_channel ._black {
    display: block;
    position: relative;
    height: 50px;
    width: 80px;
}

.header_channel .black_btn {
    position: absolute;
    left: 2rem;
    top: 1.5rem;
    border: solid #333;
    border-width: 0.2rem 0 0 0.2rem;
    -webkit-transform: rotate(-45deg);
    width: 1.2rem;
    height: 1.2rem;
}

.header_channel .black_btn a {
    width: 1rem;
    height: 1rem;
    text-indent: -100rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    display: block;
}

.header_channel .black_btn a:after {
    position: absolute;
    top: -6px;
    right: -8px;
    bottom: -6px;
    left: -8px;
    content: ' ';
}

.channel_search {
    margin: 0px 0px 0px 0px;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
}

.channel_search_btn {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    border-radius: 0px 3px 3px 0px;
}

.header_channel ._more {
    display: block;
    position: relative;
    height: 50px;
    width: 80px;
}

.header_channel .more_btn {
    position: relative;
    z-index: 10;
    float: right;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    margin: 0px auto;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.header_channel .more_btn i {
    position: absolute;
    width: 4px;
    height: 4px;
    line-height: normal;
    left: 28%;
    border-radius: 50%;
    font-size: 0px;
    margin-left: 0;
    background-color: #222;
    -webkit-transition: background-color .2s, opacity .2s, -webkit-transform .4s ease-out;
    transition: background-color .2s, opacity .2s, -webkit-transform .4s ease-out;
    -o-transition: background-color .2s, opacity .2s, -o-transform .4s ease-out;
    -moz-transition: background-color .2s, opacity .2s, transform .4s ease-out, -moz-transform .4s ease-out;
    transition: background-color .2s, opacity .2s, transform .4s ease-out;
    transition: background-color .2s, opacity .2s, transform .4s ease-out, -webkit-transform .4s ease-out, -moz-transform .4s ease-out, -o-transform .4s ease-out;
    transition: background-color .2s, opacity .2s, transform .4s ease-out, -webkit-transform .4s ease-out;
}

.header_channel .more_btn .item_top {
    top: 17px;
}

.header_channel .more_btn .item_middle {
    top: 24.5px;
}

.header_channel .more_btn .item_bottom {
    top: 33px;
}

.header_channel ._more ul {
    background: #727270;
    width: 100%;
    display: block;
    position: fixed;
    margin: 0 auto;
    left: 0;
    overflow: hidden;
    top: 0px;
    padding: 1.5rem;
    border-bottom-right-radius: 1rem 1rem;
    border-bottom-left-radius: 1rem 1rem;
    z-index: 8888;
}

.header_channel ._more ul li {
    line-height: 35px;
    text-align: center;
    float: left;
    display: block;
    width: 24%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    margin-right: 1%;
    position: relative;
}

.header_channel ._more ul li:last-child {
    margin-right: 0;
}

.header_channel ._more ul h2 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    float: left;
}

.header_channel .gnzd-tit {
    overflow: hidden;
    padding-bottom: 1.5rem;
}

.header_channel .gnzd-tit span {
    background: url(../images/X.png) no-repeat;
    float: right;
    width: 1.6rem;
    height: 1.6rem;
    background-size: 100%;
    margin-right: 1rem;
    margin-top: 0.4rem;
    cursor: pointer;
    display: block;
}

.header_channel ._more ul li a {
    display: block;
}

.header_channel ._more ul li span {
    display: block;
    width: 100%;
    height: 4rem;
    padding-top: 2rem;
}

.header_channel ._more ul li span img {
    width: 30%;
    display: block;
    margin: 0 auto;
}

.header_channel ._more ul li p {
    margin: 0;
    color: #fff;
    font-size: 1.3rem;
}

.filter_bar .big-img:after {
    background: url(../images/shop_fl.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.filter_bar .small-img:after {
    background: url(../images/shop_fl2.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}


.breadcrumb {
}

.breadcrumb li {
    overflow: hidden;
}

.lists_bar {
    background: #fff;
    overflow: hidden;
    margin-top: 10px;
    border-bottom: #eee solid 1px;
    border-top: #eee solid 1px;
}

.lists_bar li {
    line-height: 23px;
    width: 33.33%;
    display: block;
    overflow: hidden;
    float: left;
    text-align: center;
}

.lists_bar a {
    color: #888;
    display: inline-block;
    padding: 10px;
}

.lists_bar a i {
    color: #888;
}

.lists_bar a.on, .lists_bar a.on i {
    color: #ff0000;
}

.lists_bar .pager {
    float: right;
    padding: 0px;
    margin: 0px 2px 0px 0px;
}

.lists_bar .pager > li > a, .lists_bar .pager > li > span {
    padding: 2px 8px;
}


.cate_list {
    width: 88px;
    position: relative;
    position: fixed;
    overflow-x: scroll;
    z-index: 11;
    height: calc(100% - 100px);
    left: 0px;
    margin-top: 0px;
}

.cate_list ul {
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.cate_list ul li {
    list-style: none;
    overflow: hidden;
    display: block;
    width: 100%;
    clear: both;
    background: #eee9ef;
}

.cate_list ul li a {
    overflow: hidden;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
}

.cate_list ul li.active {
    background: #fff;
}

.cate_list ul li.active a {
    color: #333;
/*    border-left: 0.2rem solid #ff9900;
    border-right: 1px solid #eee; */
	position: relative;
}
.cate_list ul li.active a::before{
    position: absolute;
    content: "";
    display: block;
    background: #aa78bf;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    left: -7px;
    top: 7px;
}


.cate_list ul li:last {
    border-bottom: none;
}

.goods_lists {
    padding: 0px;
    margin: 0px 5px 10px 10px;
    display: block;
    overflow: hidden;
}

.shop .title_content {
    border-bottom: #ddd solid 1px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 0px;
}

.goods_lists ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.goods_lists ul li {
    list-style: none;
    margin: 0px;
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
    width: 50%;
}

.goods_lists ul dl {
    margin: 0px 5px 5px 0px;
    background: #fff;
    overflow: hidden;
    display: block;
    padding: 0px 0px 5px 0px;
}

.goods_lists ul dt {
    text-align: center;
    display: block;
}

.goods_lists ul dt a {
    text-align: center;
    display: block;
    width: 100%;
}

.goods_lists ul dd {
    padding: 10px 10px 0px 10px;
    margin: 0px;
}

.goods_lists li .title {
    height: auto;
    line-height: 18px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods_lists .price {
    color: #ff9900;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    text-align: left;
}

.goods_lists .price i {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.goods_lists .cart_btn {
    background: #dd2a2d;
    color: #fff;
    width: 48px;
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    -moz-border-radius: 3px; /* Gecko browsers */
    -webkit-border-radius: 3px; /* Webkit browsers */
    border-radius: 3px;
}

.goods_lists_small {
    padding: 0px;
    display: block;
    overflow: hidden;
}

.goods_lists_small ul {
    list-style: none;
    margin: 0px;
    padding: 10px 10px 0 10px;
    overflow: hidden;
}

.goods_lists_small ul li {
    list-style: none;
    margin: 0px;
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 0.5rem;
}

.goods_lists_small ul dl {
    overflow: hidden;
    display: block;
}

.goods_lists_small ul dt {
    text-align: center;
    display: block;
    width: 9rem;
    float: left;
    border-radius: 1rem;
}

.goods_lists_small ul dt {
    width: 30%;
}

.goods_lists_small ul dt img {
    border-radius: 1rem;
    display: block;
}

.goods_lists_small ul dt a {
    text-align: center;
    display: block;
    width: 100%;
}

.goods_lists_small ul dt a {
    width: 100%;
    height: 100%;
}

.goods_lists_small ul dd {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    width: 70%;
    float: left;
}

.goods_lists_small li .title {
    height: auto;
    line-height: 1.8rem;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.goods_lists_small li .title i {
    color: #fff;
    background: #ff4400;
    border-radius: 0.2rem;
    display: inline-block;
    width: 2.5rem;
    text-align: center;
    height: 1.4rem;
    line-height: 1.4rem;
    margin-right: 0.2rem;
}

.goods_lists_small .price {
    line-height: 30px;
    position: relative;
    z-index: 1;
    text-align: left;
}

.goods_lists_small .price span:first-child {
    color: #ff4400;
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
}

.goods_lists_small .price span:last-child {
    color: #999;
    font-size: 1rem;
    float: right;
}

.goods_lists_small .shop_name span:first-child {
    color: #999;
    font-size: 1rem;
    margin-right: 1rem;
}

.goods_lists_small .shop_name span:last-child {
    color: #333;
    font-size: 1.2rem;
}


.message-classify {
    overflow: hidden;
    padding: 1.2rem;
    position: relative;
}

.message-classify a {
    display: block;
    overflow: hidden;
    width: 100%;
    color: #666;
    font-size: 14px;
    text-align: left;
}

.message-classify a i {
    color: #666;
}

.message-classify ul {
    position: fixed;
    background: #fff;
    z-index: 401;
    width: 100%;
    left: 0px;
    display: none;
    border-top: #eee solid 1px;
    text-align: left;
    overflow-x: auto;
}

.message-classify ul li {
    line-height: 30px;
    line-height: 30px;
    border-bottom: #eee solid 1px;
    width: 100%;
}

.message-classify ul li a {
    display: block;
    overflow: hidden;
    padding: 5px 15px;
    border-right: #ddd solid 0px;
    margin: 0px;
}

.message-nav {
    overflow: hidden;
    padding: 0 10px;
    background: #fff;
}

.message-nav .nav-tabs {
    list-style: none;
    overflow: hidden;
    padding: 1.2em 0 .4em;
    margin: 0 10px;
}

.message-nav .nav-tabs li {
    padding: 1% 2.5%;
    margin: 0 2.3% 3.5% 0;
    float: left;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    color: #666;
}


.message_list {
    overflow: hidden;
}

.message_list ul li {
    background: #fff;
    padding: 1rem;
    margin-top: 0.6rem;
    position: relative;
}

.message_list ul li .personal {
    font-size: .52rem;
    color: #909090;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}

.message_list ul li .personal img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: .4rem;
}

.message_list ul li .personal h2 {
    margin: 0;
    color: #222;
    font-size: 1.2rem;
}

.message_list ul li .personal span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message_list ul li .starBar {
    position: relative;
    float: right;
}

.message_list ul li .starBar span img {
    width: 50%;
    display: block;
}

.message_list ul li dl {
    clear: both;
    padding-top: 1px;
}


.exchange_lists {
    margin: 10px 0px;
    padding-top: 5px;
    display: inline-block;
    background: #fff;
}

.exchange_lists ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.exchange_lists ul li {
    list-style: none;
    margin: 0px 0px 5px 0px;
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    border-bottom: #eee solid 1px;
}

.exchange_lists ul li a {
    display: block;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 100%;
}

.exchange_lists ul dt {
    text-align: center;
    display: block;
    width: 30%;
    float: left;
    padding: 0px;
    overflow: hidden;
}

.exchange_lists ul dt span {
    display: block;
    margin: 10px;
    border: #eee solid 1px;
    overflow: hidden;
    padding: 0px;
}

.exchange_lists ul dt span img {
    display: block;
    margin: 0px;
    padding: 0px;
}

.exchange_lists ul li dl {
    margin: 0px;;
    background: #fff;
    overflow: hidden;
    display: block;
    padding: 0px;
    width: 70%;
    float: left;
}

.exchange_lists ul dd {
    padding: 10px 10px 0px 0px;
    margin: 0px;
}

.exchange_lists li .title {
    height: 38px;
    line-height: 20px;
    overflow: hidden;
    display: block;
}

.exchange_lists .price b {
    color: #ff4200;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    z-index: 1;
}

.exchange_lists .cart_btn {
    background: #dd2a2d;
    color: #fff;
    width: 68px;
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    -moz-border-radius: 3px; /* Gecko browsers */
    -webkit-border-radius: 3px; /* Webkit browsers */
    border-radius: 3px;
}


/*==============================================================================================*/
/*buy-css
/*==============================================================================================*/

.buy-bar {
    background: #fff;
    overflow: hidden;
}

.buy-bar a {
    color: #888;
    display: inline-block;
    padding: 10px;
}

.buy_store_list {
    margin: 0px;
}

.buy_store_list li {
    margin-bottom: 10px;
    clear: both;
    min-height: 80px;
    overflow: hidden;
    background: #fff;
    padding: 10px 10px;
    border: #fff solid 1px;
    cursor: pointer;
}

.buy_store_list li dt {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}

.buy_store_list li img {
    width: 60px;
    height: 60px;
}

.buy_store_list li dd {
    padding: 0px;
    margin: 0px;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 10;
}

.buy_store_list li dl {
    margin: 0px 0px 0px 70px;
    position: relative;
}

.buy_store_list li dl h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.buy_store_list li dl div {
    display: block;
    padding: 0px;
    margin: 0px;
    clear: both;
    line-height: 20px;
    color: #888;
}

.buy_store_list li dl div.cl {
    line-height: 25px;
}

.buy_store_list li dl div span {
    display: table-cell;
    width: 36px;
    float: left;
}

.buy_store_list li dl div b {
    color: #dd2a2d;
    font-size: 14px;
    font-weight: normal;
}

.buy_store_list li.active {
    border: #dd2a2d solid 1px;
}

.footer-buy-nav ul {
    margin: 0px auto;
    padding: 0px 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 499;
    background: #fff;
}

.footer-buy-nav li {
    text-align: center;
    color: rgb(89, 89, 89);
    padding-top: 0rem;
    font-size: 12px;
    display: block;
}

.footer-buy-nav li a {
    display: block;
    padding-top: 4px;
}

.footer-buy-nav li a.buy {
    height: 50px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    background-color: #ff6600;
}

.footer-buy-nav li a.store {
    height: 50px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    background-color: #ffaa00;
}

.footer-buy-nav li a.sut_order {
    height: 50px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    background-color: #dd2a2d;
    background-image: linear-gradient(to right, #ff9900, #ff4500);
}

.footer-buy-nav li a.total_order {
    height: 50px;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    display: flex;
    align-items: center;

}


.footer-buy-nav li a.total_order span {
    font-size: 12px;
    display: block;
}

.footer-buy-nav li a.total_order dd {
    flex: 1;
    font-size: 16px;
    text-align: center;
}

.footer-buy-nav li a.total_order font {
    color: #dd2a2d;
}

.footer-buy-nav li a.total_order dd em {
    font-size: 10px;
    color: #dd2a2d;
}
























