*{
    margin: 0;
    padding: 0;
}
body{
   font: 12px "微软雅黑",Arial,sans-serif;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
	display: block;
	 margin: 0px auto;
}
a {
    color: #333;
    text-decoration: none;
}
address, caption, cite, code, dfn, em, strong, th, var, b {
    font-style: normal;
    font-weight: normal;
}
ol li, ul li {
    list-style: outside none none;
}
caption {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q::before, q::after {
    content: "";
}
abbr, acronym {
    border: 0 none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.w-full {
    width: 100%;
}
.w {
    margin: 0 auto;
    width: 1190px;
}
.wcp_wrap {
    height: auto;
    margin: 0 auto;
    width: 1190px;
}
.pointer {
    cursor: pointer;
}
.hidden {
    visibility: hidden;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.hide {
    display: none;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.clearfix {
}

.fl{
	float:left;
}
.fr{
	float:right;
}
/*************header******************/
.top-nav {
    line-height: 40px;
    margin: 5px auto;
}
.top-nav a {
    color: #333;
}
.top-nav .logo {
/*    background: rgba(0, 0, 0, 0) url("../cssimg/logo.gif") no-repeat scroll 0 0 / 100% auto;*/
    display: block;
    float: left;
    height: 42px;
    width: 181px;
}
.top-nav .logo img{

    display: block;

    height: 42px;
    width: 181px;
}
.top-nav .logo-box {
    float: left;
    padding: 0 10px;
}

.top-nav .logo-box a {
    line-height: 40px;
    padding: 0 10px;
}
.top-nav .quick-menu {
    float: right;
}

.top-nav .quick-menu li {
    float: left;
    padding-left: 10px;
    position: relative;
}
.top-nav .quick-menu li a {
    display: inline-block;
    line-height: 40px;
    padding-right: 10px;
}
.top-nav .quick-menu li .icon {
    display: inline-block;
    height: 15px;
    margin-bottom: -2px;
    margin-right: 5px;
    width: 12px;
}
.top-nav .quick-menu li .icon-phone {
    background: rgba(0, 0, 0, 0) url("../cssimg/mui-global-iconfont.gif") no-repeat scroll 0 0;
}
.top-nav .quick-menu li .icon-cart {
    background: rgba(0, 0, 0, 0) url("../cssimg/index-icon.png") no-repeat scroll -45px -96px;
}
.nav {
    background: #231f20 none repeat scroll 0 0;
    height: 36px;
}
.top-nav .quick-menu li.mobile-btn:hover .mobile-shop {
    display: block;
}
.top-nav .quick-menu li .mobile-shop {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 150px;
    left: -15px;
    position: absolute;
    top: 85px;
    width: 140px;
    z-index: 99;
}
.top-nav .quick-menu li .mobile-shop img {
    margin: 10px;
}
/********分类***********/
.main-nav {
    height: 36px;
}
.main-nav a {
    color: #fff;
}
.main-nav .all-styles {
    float: left;
    height: auto;
    position: relative;
    width: 210px;
}
.main-nav .all-styles-title {
    background: #d6211a url("../cssimg/public.3.4.gif") no-repeat scroll 0 -82px;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-indent: 24px;
    width: 210px;
}
.main-nav .all-styles-tab {
    background:#000 url("../cssimg/style-tab-bg.png") no-repeat scroll 0 0;
}
.main-nav .line-nav, .main-nav .line-nav .item {
    float: left;
}
.all-styles:hover ul{
	display:block;
	position:absolute;
	z-index: 9999;
}
.main-nav .all-styles-tab > li {
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 22px;
    padding: 7px 15px 8px;
    position: relative;
    width: 180px;
    z-index: 199;
}
.main-nav .all-styles-tab a:hover {
    text-decoration: underline;
}
.main-nav .all-styles-tab > li:hover {
    background: #d6211a none repeat scroll 0 0;
}


/***********************************/
.main-nav .line-nav .item > a {
  background: #231f20;
  display: block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 7px;
  text-align: center;
  width: 62px;
}
.main-nav .line-nav .first-item > a, .main-nav .line-nav .item > a:hover {
    background: #000 none repeat scroll 0 0;
}
.main-nav .nav-search {
    float: right;
    position: relative;
}
.main-nav .nav-search input {
    border: 0 none;
    border-radius: 5px;
    height: 26px;
    margin-left: 7px;
    margin-top: 5px;
    outline: medium none;
    padding: 0 10px;
    width: 180px;
}
.main-nav .nav-search .nav-search-btn {
    background: #fff url("../cssimg/index-icon.png") no-repeat scroll -42px -164px;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 23px;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 30px;
}
.main-nav .suggestion {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    display: none;
    height: auto;
    position: absolute;
    right: 0;
    top: 36px;
    width: 198px;
}

.nav.fixed-nav {
    animation: 1s ease 0s normal none 1 running topNav;
    box-shadow: 0 1px 11px #000;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 200;
}
.nav.fixed-nav .all-styles ul.all-styles-tab {
    display: none;
}
.nav.fixed-nav .all-styles:hover ul.all-styles-tab, .nav .all-styles:hover ul.all-styles-tab {
    display: block;
}

.main-nav .all-styles-tab > li:hover {
    background: #d6211a none repeat scroll 0 0;
}
.main-nav .all-styles-tab > li:hover .style-tab-content {
    display: block;
}

.main-nav .style-tab-content {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), 3px 0 3px rgba(0, 0, 0, 0.1) inset;
    height: 220px;
    left: 210px;
    position: absolute;
    top: -80px;
    width: 735px;
    z-index: 99;
}
.main-nav .style-tab-content ul, .main-nav .style-tab-content .style-ad {
    float: left;
}
.main-nav .style-tab-content ul {
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    height: 158px;
    margin: 30px 20px 30px 30px;
    width: 680px;
}
.main-nav .style-tab-content ul li {
    margin: 23px 0 0;
}
.main-nav .style-tab-content ul li a {
    color: #999;
    margin-right: 10px;
}
.main-nav .style-tab-content ul li a:hover {
    color: #d00;
    text-decoration: none;
}

/********footer*********/
.footer {
    border-top: 3px solid #e2e2e2;
    height: 371px;
    margin-top: 50px;
    width: 100%;
}
.footer .serverbox {
    margin: 30px auto;
}
.footer .server-list, .footer .custom-service, .footer .server-list li {
    float: left;
}
.footer .server-list {
    border-right: 1px solid #dbdbdb;
    padding: 0 10px;
}
.footer .server-list li {
    margin: 0 55px;
}
.footer .server-list li.item-first {
    margin-left: 0;
}
.footer .server-list li h4, .footer .custom-service h4 {
    color: #000;
    font-size: 16px;
    font-weight: bolder;
    line-height: 32px;
}
.footer .server-list li a {
    color: #000;
    display: block;
    line-height: 30px;
}
.footer .server-list li a:hover {
    color: #d00;
}
.footer .custom-service {
    margin-left: 100px;
}
.footer .custom-service .server-tel {
/*    background: rgba(0, 0, 0, 0) url("../cssimg/service-icon.png") no-repeat scroll -10px -15px;*/
	font-size:28px;
    display: block;
    height: 40px;
    margin: 5px 0 15px;
    width: 250px;
}
.footer .custom-service .server-btn {
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    display: block;
    height: 25px;
    margin-bottom: 10px;
    width: 135px;
}
.footer .custom-service .icon-zxkf, .footer .custom-service .server-btn span {
    display: block;
    float: left;
}
.footer .custom-service .icon-zxkf {
    background: rgba(0, 0, 0, 0) url("../cssimg/service-icon.png") no-repeat scroll -7px -181px;
    height: 25px;
    width: 37px;
}
.footer .custom-service .server-btn span {
    color: #000;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
}
.footer .custom-service .server-btn:hover {
    background: #d00 none repeat scroll 0 0;
    border-color: #d00;
}
.footer .custom-service .server-btn:hover .icon-zxkf {
    background-position: -7px -148px;
}
.footer .custom-service .server-btn:hover span {
    color: #fff;
}
.footer .custom-service .weixin-code {
/*    background: rgba(0, 0, 0, 0) url("../cssimg/qr-code.jpg") no-repeat scroll 0 0;*/
    display: block;
    height: 90px;
    width: 90px;
}
.footer .company-cr {
    background: #000 none repeat scroll 0 0;
}
.footer .company-cr span, .footer .company-cr a {
    color: #fff;
}
.footer .company-cr .company-info {
    line-height: 60px;
}
.footer .company-info > a, .footer .company-info span {
    display: block;
    float: left;
}
.footer .company-info .copyright {
    margin-right: 15px;
}
.footer .company-info .company-name {
    margin-right: 30px;
}
.footer .company-info .company-icp {
    margin-right: 20px;
}
.footer .company-info > a {
    margin-right: 20px;
    vertical-align: baseline;
}
.footer .company-info > a img {
    vertical-align: baseline;
}
.footer .company-info > a.police-img {
    height: 33px;
    margin-top: 10px;
    width: 34px;
}
.footer .company-info > a.chengxing-img {
    height: 26px;
    margin-left: 20px;
    margin-top: 15px;
    width: 72px;
}
.footer .company-info > div {
    float: right;
}
.footer .company-info > div a {
    margin-right: 8px;
}
.footer .company-info > div a:hover {
    color: #d00;
}
/**********right_bar*********/
.right-sidebar {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    right: -280px;
/*    top: 52px;*/
    width: 315px;
    z-index: 300;
}
.sidebar-list, .sidebar-box {
    float: left;
}
.sidebar-list {
    left: 0;
    position: absolute;
    top: 30%;
    width: 35px;
}
.sidebar-list .sidebar-item {
    background: #000 none repeat scroll 0 0;
    cursor: pointer;
    height: 40px;
    left: 0;
    margin: 4px 0;
    position: relative;
    width: 35px;
}
.sidebar-list .sidebar-logo {
    background: rgba(0, 0, 0, 0) url("../cssimg/index-icon.png") no-repeat scroll 0 0;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}
.sidebar-list .current .sidebar-logo {
    background-color: #d00;
}
.sidebar-list .current .sidebar-logo {
    background-color: #d00;
}
.sidebar-list .user-login-box .sidebar-logo {
    background-position: 3px -224px;
}
.sidebar-list .user-cart-box {
    height: 95px;
}
.sidebar-list .user-cart-box .sidebar-logo {
    background-position: 4px -264px;
    top: 10px;
}
.sidebar-list .user-cart-box .sidebar-txt {
    color: #fff;
    left: 11px;
    position: absolute;
    top: 35px;
    width: 14px;
}
.sidebar-list .user-cart-box .sidebar-cart-border {
    border-bottom: 1px solid #444;
/*    border-top: 1px solid #444;*/
    height: 95px;
    left: 7px;
    position: absolute;
    top: -1px;
    width: 20px;
}
.sidebar-list .current.user-cart-box {
    background-color: #d00;
}
.sidebar-list .current.user-cart-box .sidebar-cart-border {
    border-color: #000;
}
.sidebar-list .user-like-box .sidebar-logo {
    background-position: 3px -121px;
}
.sidebar-list .user-saw-box .sidebar-logo {
    background-position: 3px -291px;
}
.sidebar-list .user-service-box .sidebar-logo {
    background-color: #d00;
    background-position: 3px -325px;
}
.sidebar-list .user-tel-box .sidebar-logo {
    background-position: 3px -20px;
}
.sidebar-list .user-qrcode-box .sidebar-logo {
    background-position: 4px -155px;
}
.sidebar-list .go-to-top {
    background: rgba(0, 0, 0, 0) url("../cssimg/index-icon.png") no-repeat scroll -37px -196px;
    display: block;
    height: 35px;
    left: 0;
    margin-top: 50px;
    width: 35px;
}
.sidebar-list .sidebar-tab-tip {
    background: #494949 none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: none;
    height: 35px;
    line-height: 35px;
    min-width: 90px;
    position: absolute;
    right: 35px;
    text-align: center;
    top: 0;
}
.sidebar-list .sidebar-tab-tip .sidebar-icon {
    bottom: 10px;
    color: #494949;
    font-family: "宋体";
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -8px;
}
.sidebar-list .user-tel-box .sidebar-tab-tip .sidebar-icon {
    bottom: 18px;
}
.sidebar-list .user-tel-box .sidebar-tab-tip {
    line-height: 18px;
    padding: 5px 5px 5px 7px;
    text-align: left;
}
.sidebar-list .user-tel-box .sidebar-tab-tip span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    width: 110px;
}
.sidebar-list .user-qrcode-box .sidebar-tab-tip {
    background-color: #fff;
    height: 125px;
    padding:5px;
    right: 35px;
    top: -100px;
    width: 120px;
}
.sidebar-list .user-qrcode-box .sidebar-tab-tip .sidebar-icon {
    color: #fff;
}
.sidebar-list .user-service-box .sidebar-tab-tip {
    background-color: #d00;
    font-size: 14px;
    font-weight: bold;
}
.sidebar-list .user-service-box .sidebar-icon {
    color: #d00;
}
.sidebar-list .current .sidebar-tab-tip {
    animation: 1s ease 0s normal none 1 running rightNav;
    display: block;
}
.sidebar-box {
    height: 100%;
    left: 35px;
    position: absolute;
    width: 280px;
}
.sidebar-box .sidebar-box-item {
    background: #393939 none repeat scroll 0 0;
    height: 100%;
    width: 100%;
}
.sidebar-box .sidebar-box-item.sidebar-cart-box {
    background: #e6e6e6 none repeat scroll 0 0;
}
.sidebar-box .sidebar-box-item h3 {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 0 3px;
}
.sidebar-box .sidebar-box-item h3 .checkall, .sidebar-box .sidebar-box-item h3 i, .sidebar-box .sidebar-box-item h3 span, .sidebar-box .sidebar-box-item h3 a {
    display: block;
    float: left;
}
.sidebar-box .sidebar-box-item h3 a {
    background-image: url("../cssimg/service-icon.png"), url("../cssimg/service-icon.png");
    background-position: -67px -64px, -60px -64px;
    background-repeat: no-repeat, no-repeat;
    height: 35px;
    width: 25px;
}
.sidebar-box .sidebar-box-item h3 span {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    text-align: center;
}
.sidebar-box .sidebar-box-item h3 .checkall {
    margin: 12px 8px 0 2px;
}
.sidebar-box .sidebar-box-item h3.cart-title span {
    color: grey;
}
.sidebar-box .sidebar-box-item h3.cart-title a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: grey;
    float: right;
    font-size: 14px;
    width: 60px;
}
.sidebar-box .sidebar-box-item .tip-text {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.sidebar-box .sidebar-box-item .tip-text a {
    color: #d00;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}
.sidebar-box .sidebar-cart-box {
    position: relative;
}
.sidebar-box .cart-table-box {
    height: 100%;
    overflow: auto;
    width: 100%;
}
.sidebar-box .cart-table {
    background: #fff none repeat scroll 0 0;
    margin-top: 5px;
    width: 100%;
}
.sidebar-box .cart-table tr td {
    height: 60px;
}
.sidebar-box .cart-table tr td .check-item {
    display: block;
    margin: 0 5px;
}
.sidebar-box .cart-table tr td .right-sidebar-img {
    display: block;
    height: 50px;
    overflow: hidden;
    width: 50px;
}
.sidebar-box .cart-table tr td .right-sidebar-img img {
    height: 50px;
    padding: 0 5px;
    width: 50px;
}
.sidebar-box .cart-table tr td .right-sidebar-title {
    display: block;
    line-height: 18px;
    margin: 0 auto;
    padding-top: 10px;
    width: 54px;
}
.sidebar-box .cart-table tr td .num-box {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.sidebar-box .cart-table tr td .num-box a.num-op {
    border: 1px solid #666;
    border-radius: 50%;
    color: #666;
    display: block;
    float: left;
    font-size: 14px;
    height: 13px;
    line-height: 11px;
    margin-top: 8px;
    width: 13px;
}
.sidebar-box .cart-table tr td .num-box .num {
    display: inline-block;
    float: left;
    margin: 0 5px;
}
.sidebar-box .cart-table tr td .delete-item {
    border: 1px solid #666;
    border-radius: 50%;
    color: #666;
    display: block;
    float: right;
    font-size: 14px;
    height: 13px;
    line-height: 11px;
    margin-right: 5px;
    margin-top: -13px;
    text-align: center;
    width: 13px;
}
.sidebar-box .cart-table tr td .num-price {
    display: block;
    padding-left: 15px;
    padding-top: 8px;
}
.sidebar-box {
    position: relative;
}
.sidebar-box .account-box {
    background: #fff none repeat scroll 0 0;
    bottom: 52px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    width: 250px;
}
.sidebar-box .account-box p {
    height: 26px;
    line-height: 26px;
}
.sidebar-box .account-box .total-nums-text, .sidebar-box .account-box .total-price-text {
    display: block;
}
.sidebar-box .account-box .total-nums-text {
    float: left;
}
.sidebar-box .account-box .total-price-text {
    color: #d00;
    float: right;
}
.sidebar-box .account-box .total-num {
    margin: 0 4px;
}
.sidebar-box .account-box .total-price {
    margin-left: 3px;
}
.sidebar-box .account-box .to-settlement {
    background: #d00 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
}
.sidebar-box .sidebar-cart-box .ensure-delete {
    left: 25px;
    top: 150px;
}
.sidebar-box .sidebar-cart-box .cart-alert {
    left: 25px;
    top: 150px;
}
.sidebar-box .sidebar-like-box {
    background: #393939 none repeat scroll 0 0;
}
.sidebar-box .sidebar-saw-box {
    position: relative;
}
.sidebar-box .sidebar-like-box .tip-text, .sidebar-box .sidebar-saw-box .tip-text {
    color: #fff;
}
.sidebar-box .saw-content, .sidebar-box .like-content {
    height: 100%;
    overflow: auto;
    width: 280px;
}
.sidebar-box .like-content .like-see-all, .sidebar-box .like-content .like-show-more, .sidebar-box .saw-content .saw-show-more {
    color: #fff;
    display: block;
    text-align: center;
}
.sidebar-box .like-content .like-see-all {
    background: #666 none repeat scroll 0 0;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    margin: 15px auto;
    padding-left: 12px;
    padding-right: 8px;
    width: 100px;
}
.sidebar-box .like-content .like-see-all i {
    background: rgba(0, 0, 0, 0) url("../cssimg/service-icon.png") no-repeat scroll -69px -71px;
    display: inline-block;
    float: right;
    height: 20px;
    width: 22px;
}
.sidebar-box .like-content .like-show-more, .sidebar-box .saw-content .saw-show-more {
    height: 16px;
    line-height: 16px;
    margin-bottom: 92px;
    margin-top: 10px;
    width: 280px;
}
.sidebar-box .sidebar-box-item .show-more-item span {
    display: inline-block;
    float: left;
    margin-left: 100px;
}
.sidebar-box .sidebar-box-item .show-more-item i {
    background: rgba(0, 0, 0, 0) url("../cssimg/loading-1.gif") no-repeat scroll 0 0;
    display: none;
    float: right;
    height: 16px;
    margin-right: 105px;
    width: 16px;
}
.sidebar-box .sidebar-like-box .like-alert {
    left: 25px;
    top: 150px;
}
.sidebar-box .like-content .like-lists, .sidebar-box .saw-content .saw-lists {
    padding: 0 20px;
}
.sidebar-box .like-content .like-lists li, .sidebar-box .saw-content .saw-lists li {
    float: left;
    margin: 0 5px 10px;
}
.sidebar-box .like-content .like-lists a, .sidebar-box .saw-content .saw-lists a {
    color: #fff;
    width: 100px;
}
.sidebar-box .like-content .like-lists a img, .sidebar-box .saw-content .saw-lists a img {
    height: 100px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100px;
}
.sidebar-box .saw-content .saw-lists li p {
    overflow: hidden;
    width: 100px;
}
.sidebar-box .saw-content .saw-total, .sidebar-box .saw-content .saw-clean {
    color: #fff;
    display: block;
}
.sidebar-box .saw-content .saw-total {
    background: #666 none repeat scroll 0 0;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    margin: 15px auto;
    text-align: center;
    width: 100px;
}
.sidebar-box .saw-content .saw-total-num {
    margin-right: 4px;
}
.sidebar-box .saw-content .saw-clean {
    float: right;
    margin-right: 50px;
    margin-top: -34px;
}
.sidebar-box .sidebar-saw-box .ensure-delete {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
    color: #333;
    height: 80px;
    left: 25px;
    padding: 20px;
    position: absolute;
    top: 150px;
    width: 170px;
}
.sidebar-box .sidebar-saw-box .ensure-delete .are-you-sure {
    font-weight: bold;
}
.sidebar-box .sidebar-saw-box .ensure-delete .remark {
    color: #999;
    margin: 7px 0;
}
.sidebar-box .sidebar-saw-box .ensure-delete a {
    background: #d00 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    width: 80px;
}
.sidebar-box .sidebar-saw-box .ensure-delete a.cancel {
    background: #666 none repeat scroll 0 0;
    float: right;
}
#login a{
	cursor: pointer;
}

.main-nav .suggestion {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    display: none;
    height: auto;
    position: absolute;
    right: 0;
    top: 36px;
    width: 198px;
    z-index: 9999;
}
.main-nav .suggestion .hotwords {
    width: 100%;
}
.main-nav .suggestion .hotwords-list {
    padding: 5px 0;
}
.main-nav .suggestion .hotwords-list li a {
    color: #000;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    width: 178px;
}
.main-nav .suggestion .hotwords-list li a:hover {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #d00;
}
.main-nav .suggestion .hotwords-list li a em {
    background: #bcc2c4 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    margin-right: 9px;
    text-align: center;
    width: 15px;
}
.main-nav .suggestion .hotwords-list li a em.red {
    background: #d00 none repeat scroll 0 0;
}
/**************/
.anta-confirm, .anta-alert {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 5px #999;
  color: #333;
  height: 80px;
  padding: 20px;
  position: absolute;
  width: 170px;
}
.anta-confirm a, .anta-alert a {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  width: 80px;
}
.anta-alert a.ensure {
  background: #d00 none repeat scroll 0 0;
  bottom: 20px;
  float: right;
  right: 30%;
  cursor: pointer;
}
.sidebar-box .sidebar-like-box .like-alert {
    left: 25px;
    top: 150px;
}
.sidebar-box .like-content .like-lists, .sidebar-box .saw-content .saw-lists {
    padding: 0 20px;
}
.sidebar-box .like-content .like-lists li, .sidebar-box .saw-content .saw-lists li {
    float: left;
    margin: 0 5px 10px;
}
.sidebar-box .like-content .like-lists a, .sidebar-box .saw-content .saw-lists a {
    color: #fff;
    width: 100px;
}
.sidebar-box .like-content .like-lists a img, .sidebar-box .saw-content .saw-lists a img {
    height: 100px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100px;
}
#cart_box .saw-title{
	background:#393939;
}
.sale_badge {
	background-color: #ec4646;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 25px;
	line-height: 27px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	padding:0 5px;
	z-index: 1;
}
.sale-produ-price{
	color:#f40;
	margin-right:10px;
}
.del-produ-price{
	color:#999;
	text-decoration: line-through;
}
.user-bonus-card-box .sidebar-logo{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjVGMzc3QUREQTExMUUzODE0RUUzMDk1QTM1RjhENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjVGMzc3QkREQTExMUUzODE0RUUzMDk1QTM1RjhENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY2QzRFRDc1REQ5RTExRTM4MTRFRTMwOTVBMzVGOEQ2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY2QzRFRDc2REQ5RTExRTM4MTRFRTMwOTVBMzVGOEQ2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+n5T5SAAAATBJREFUeNrsl78KglAUh7sVDRG5NJWtLT1Ac0ODDUFtCj2HLyA9UC/QU0TQ2p+ppYiWEPtJRxCxvEctg+6Bj7JO53zejnIVnueVfiXKpR8KJaNklEwRMiPgMOs79Du58G96khjeMyzJfIvyDdkeHBmfOTUwE/JMyptz6nNlwmdsJohY3NppZN4JpRbJIhOeoRkdT+l4nLYmJ1kHXcJ/L4BNAgt6tenzaK5UD8HYQmxBI3whggPogzq4gTXoABHKu4KeTAOOjB5pEgg1wQoMweVFzj5vmXexA92sRaqM3LiV8aMNamAAjnH31U+sTHRmgqiAFjgBN+b7r81MsDJLMMm6Mpy/6VXBM7iDDQ1woVsIjepoanMVU0PLo1YeMi4Nrpu1kFBPlEpGySiZf5J5CDAAzL++SBN4HPYAAAAASUVORK5CYII=");
}

.bonus_card_box_title{
	color: #fff;
	padding: 18px;

}

/****************/
.system_bonus_card_list_content{
	margin-left:18px;
	width:250px;
	height:88px;
	background:#3abec0;
}

.member_bonus_card_list_content{
	margin-left:18px;
	width:250px;
	height:88px;
	background:#fd7778;
}

.mui-mbarp-asset-coupon-border-bottom, .mui-mbarp-asset-coupon-border-top {
  background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAECAQAAABhe7jaAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAAMgAAAAEAIwF5NQAAABISURBVDjL7cYxFYAgFADAgxI+olDBFizWsoURSOLj2cEBRyP8hZsu1dvhwu70rke+b6Q6PQqGwnrkeyJj+q3HXjY00Iz14OMDOiIdQWtnq7QAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDQtMDFUMTY6MDQ6NTYrMDg6MDC7Xd3cAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA0LTAxVDE2OjA0OjU2KzA4OjAwygBlYAAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=") repeat-x scroll 0 -2px;
  font-size: 0;
  height: 2px;
  width: 250px;
}
.mui-mbarp-asset-coupon-border-bottom {
  background-position: 0 0;
}
.system_bonus_card_content,.member_bonus_card_content{
	width:250px;
	height:84px;	
}
.bc_left{
	float:left;
	width:95px;
	margin:7px;
}
.bc_right{
	float:left;
	margin:7px 0 0 0;
}
.bc_left_title{
	color: #fff;
	font-size: 12px;
	height: 14px;
	line-height: 14px;	
}

.bc_deduct_num{
	font-size:16px;
	color: #fff;
	margin:6px 0;
}
.get_button{
	cursor:pointer;
	width:110px;
	height:20px;
	line-height:20px;
	padding:5px;
	background:#ccc;
	display:block;
	color:#fff;
	text-align:center;
	margin-bottom:8px;
}
#bonus_card_html,#look_content,.like-content{
    height: 100%;
    overflow: auto;
    width: 100%;
}

.bonus_card_box,.saw-lists,.cart-table{
	margin-bottom:100px;
}
.get_bc_num{
	float:right;
	padding:0 3px;
	border-radius:10px;
	background:#fff;
	color:#999;
	font-size:12px;
	margin-right:10px;
}
#bc_loading{
	color:#fff;
	font-size:16px;
	text-align:center;
	margin-top:20px;
}
