/*footer*/
html {
    font-size: 12px;
}
#footer_links2 dl dd a {
    font-size: 12px;
    text-decoration: none;
}

#footer_links dl dd span {
    font-weight: 200 !important;
}

#footer1 #footer_links2 dl dd {
    font-size: 14px !important;
}

#footer_links2 dl dt {
    margin-bottom: 10px;
}

.k1200 .mt10.fc99 {
    font-size: 14px;
    margin-top: 10px;
}

.k1200 a {
    text-decoration: none;
}

.my_loading {
    position: fixed;
    top: 60%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.my_loading img {
    width: 60px;
}

#header_qss {
    width: 100%;
}


/*all*/

#header_qss .left {
    float: left;
}

#header_qss .right {
    float: right;
    text-align: right;
}

#header_qss ul li {
    float: left;
    text-align: center;
}

#header_qss ul li span {
    color: #EB4407;
    font-weight: bold;
    padding: 0 5px;
}

#header_qss .item {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}

#header_qss ul li.last {
    margin-right: 0 !important;
}

#header_qss ul li em.crib {
    display: inline-block;
    width: 1px;
    height: 30px;
    background: linear-gradient(to bottom, #ccc, #aaa) no-repeat right / 1px 10px;
    background: -moz-linear-gradient(to bottom, #ccc, #aaa) no-repeat right / 1px 10px;
    background: -o-linear-gradient(to bottom, #ccc, #aaa) no-repeat right / 1px 10px;
    background: linear-gradient(to bottom, #ccc, #aaa) no-repeat right / 1px 10px;
    background: -webkit-linear-gradient(to bottom, #ccc, #aaa) no-repeat right / 1px 10px;
}

#header_qss ul li.xia_up a {
    position: relative;
    padding-right: 15px;
    z-index: 210;
}

#header_qss ul li.xia_up {
    position: relative;
}

#header_qss ul li.xia_up:hover a {
    color: #EB4407;
}

#header_qss ul li.xia_up:hover div a {
    color: #666;
}

#header_qss ul li.xia_up div a:hover {
    color: #EB4407;
    background-color: #f4f4f4;
}

#header_qss ul li.xia_up div {
    display: none;
    position: absolute;
    top: -1px;
    left: -5px;
    overflow: hidden;
    width: 110%;
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 200;
    border-radius: 0 0 2px 2px;
    padding-top: 30px;
    text-align: center;
}

#header_qss ul li.xia_up div a {
    font-weight: 400;
    font-size: 12px;
    padding-right: 0px;
    display: block;
}

#header_qss ul li.xia_up:hover div {
    display: block;
}

#header_qss ul li em.xia {
    position: absolute;
    top: 5px;
    right: 0;
    border-color: #ccc transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    border-width: 5px;
}

#header_qss ul li.xia_up:hover em.xia {
    /*border-color: transparent transparent #EB4407 transparent;*/
    /*border-style: dashed dashed solid dashed;*/
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #EB4407 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    top: 0;
}

#header_qss a,
#header_qss li,
#header_qss input {
    text-decoration: none;
    color: #666;
    font-size: 12px;
}

#header_qss .header_category a {
    color: #FFF;
}

#header_qss a {
    cursor: pointer;
}

#header_qss a:hover {
    color: #EB4407;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

#header_qss .header_category a:hover {
    color: #EB4407;
}


/*top*/

#header_qss .top {
    height: 30px;
    width: 100%;
    background-color: #eee;
    line-height: 30px;
}

#header_qss .top li {
    margin-right: 2px;
    min-width: 10px;
    height: 30px;
}


/*center*/

#header_qss .center {
    height: 130px;
    width: 100%;
    background-color: #fff;
}

#header_qss .center .left {
    height: 120px;
}

#header_qss .center .left img {
    height: 60px;
    width: 373px;
    margin-top: 50px;
}

#header_qss .center .right .search {
    height: 35px;
    border: 2px solid #b61d1d;
    position: relative;
    margin: 45px 0 10px 0;
}

#header_qss .center .right .search input {
    padding: 0;
    margin: 0;
}

#header_qss .center .right .search input.text {
    width: 400px;
    border: none;
    outline: none;
    background: url("../images/iconfont-search-header.png") no-repeat 10px center #fff;
    background-size: 18px;
    height: 31px;
    margin-top: 2px;
    margin-left: 2px;
    color: #333;
    font-size: 14px;
    padding-left: 40px;
}

#header_qss .center .right .search input.btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 80px;
    height: 100%;
    background-color: #b61d1d;
    color: #fff;
    font-size: 14px;
    border: none;
    letter-spacing: 0.5em;
    padding-left: 13px;
    border-radius: 0 !important;
}

#header_qss .center .right .nav_item li {
    margin-right: 20px;
}


/*bottom*/

#header_qss .bottom {
    height: 40px;
    width: 100%;
    background-color: #EB4407;
    line-height: 37px;
}

#header_qss .bottom .nav_class_list {
    width: 190px;
    height: 40px;
    float: left;
    position: relative;
    background-color: #B1191A;
}

#header_qss .bottom .nav_class_list .btn > img {
    width: 190px;
    height: 5px;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 120;
    display: none;
}

#header_qss .bottom .nav_class_list .btn {
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 110;
    text-align: center;
    font-size: 16px;
    color: #fff;
    top: 2px;
    cursor: pointer;
    padding: 0 !important;
    line-height: 40px !important;
    border: none !important;
}

#header_qss .bottom .nav_class_list .btn > a {
    color: #fff;
    font-size: 16px;
}

#header_qss .bottom .nav_main {
    /*margin-left: 15px;*/
    float: left;
}

#header_qss .bottom .nav_main li {
    margin-right: 15px;
}

#header_qss .bottom .nav_main li a {
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    letter-spacing: 1px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

#header_qss .bottom .nav_main li a:hover,
#header_qss .bottom .nav_main li a.on {
    color: #fff;
    background-color: #b61d1d;
}

#header_qss .bottom .right .tel {
    color: #fff;
    display: inline-block;
    width: 80px;
    font-size: 15px;
}

#header_qss .bottom .right .tel a {
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    height: 100%;
    width: 100%;
}


/*导航菜单*/

#header_qss .bottom .nav_class_list div.content {
    position: absolute;
    top: 38px;
    left: 0px;
    width: 190px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 100;
    display: none;
    background-color: #b61d1d;
}

#header_qss .bottom .nav_class_list .btn:hover > div.content {
    display: block;
}

#header_qss .bottom .nav_class_list div.content > ul {
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#header_qss .bottom .nav_class_list div.content > ul > li {
    clear: both;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: left !important;
    cursor: pointer;
}

#header_qss .bottom .nav_class_list div.content > ul > li > h5 {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    left: 1px;
    width: 169px !important;
    background-color: #b61d1d;
    z-index: 200;
    padding-left: 20px;
    margin: 0 !important;
    line-height: 40px !important;
}

#header_qss .bottom .nav_class_list div.content > ul > li > h5:hover,
#header_qss .bottom .nav_class_list div.content > ul > li:hover h5 {
    width: 170px;
    background-color: #fff;
    color: #b61d1d;
}

#header_qss .bottom .nav_class_list div.content > ul > li:last-child {
    border: 1px solid #b61d1d;
}

#header_qss .bottom .nav_class_list div.content > ul > li div.nav_div {
    position: absolute;
    top: 0px;
    left: 189px;
    /*width: 560px;*/
    width: 1000px;
    border: 1px solid #b61d1d;
    border-top: none;
    background-color: #fff;
    display: none;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 0px 0px 10px;
    z-index: 10;
    height: 242px;
}

#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list {
    padding: 0 10px;
    height: 100%;
    border-right: 1px dotted #ccc;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list:last-child {
    border-right: none;
}

#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list h6 {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    clear: both;
    cursor: default;
}

#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list a {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    text-decoration: none;
    line-height: 1em;
    float: left;
    margin: 0 1em 1em 0;
    padding-right: 1em;
    background: linear-gradient(to bottom, #eaeaea, #ccc) no-repeat right/1px 15px;
    background: -moz-linear-gradient(to bottom, #eaeaea, #ccc) no-repeat right/1px 15px;
    background: -ms-linear-gradient(to bottom, #eaeaea, #ccc) no-repeat right/1px 15px;
    background: -webkit-linear-gradient(to bottom, #eaeaea, #ccc) no-repeat right/1px 15px;
    background: -o-linear-gradient(to bottom, #eaeaea, #ccc) no-repeat right/1px 15px;
}

#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list a:hover {
    color: #EB4407;
}

#header_qss .bottom .nav_class_list div.content > ul > li:hover div.nav_div {
    display: block;
}


/*2级分类*/

#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list ul {
    overflow: hidden;
}

#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list ul li {
    text-align: center;
    float: left;
    border: 3px solid transparent;
    width: 80px;
    height: 95px;
    margin: 0px 10px 10px 0px;
    overflow: hidden;
}

#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list ul li:hover {
    border: 3px solid #f40;
}

#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list ul li img {
    display: block;
    height: 60px;
    width: 80px;
}

#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list ul li span {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}


/* Right Sidebar */

.rsidebar-outer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 0;
    height: 100%;
    background-color: transparent;
}

.rsidebar-inner {
    position: fixed;
    right: -280px;
    top: 0;
    z-index: 99999;
    color: #fff;
    width: 315px;
    height: 100%;
}

.rsidebar-plugins {
    position: absolute;
    top: 0;
    left: 35px;
    width: 280px;
    height: 100%;
    padding-right: 35px;
    background-color: #666;
}

.rsidebar-tabs {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 35px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Right Sidebar Tabs */

.rsidebar-tabs-items {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background-color: #000;
    /*box-shadow: -2px 0 5px -1px rgba(0,0,0,.4);*/
}

.rsidebar-tabs-item {
    /*position: relative;*/
    position: absolute;
    left: 0;
    width: 35px;
    /*height: 35px;*/
    background-color: #000;
    cursor: pointer;
}

.rsidebar-tabs-item-cart {
    padding-bottom: 10px;
}

.rsidebar-tabs-item-customservice {
    padding: 5px 0;
}

.rsidebar-tabs-item-qrcode {
    padding: 5px 0;
}

.rsidebar-tabs-item-top {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
}

.rsidebar-tabs-item-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    line-height: 35px !important;
    background: url("rsidebar-icon.png") no-repeat center top;
}

.rsidebar-tabs-item-icon-cart {
    text-indent: -0.2em;
}

.rsidebar-tabs-item-icon-customservice {
    background-position: center -35px;
}

.rsidebar-tabs-item-icon-qrcode {
    background-position: center -70px;
}

.rsidebar-tabs-item-icon-top {
    background-position: center -105px;
}

.rsidebar-tabs-item-txt {
    position: relative;
    top: 0px;
    width: 29px;
    padding: 10px 3px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 14px;
}

.rsidebar-tabs-item-cart-txt {
    position: relative;
    left: 7px;
    top: -4px;
    width: 20px;
    height: 50px;
    line-height: 16px;
    overflow: hidden;
    padding: 0;
}

.rsidebar-tabs-item-cart-num {
    position: relative;
    left: 7px;
    width: 20px;
    height: 20px;
    background: #c40000;
    text-align: center;
    line-height: 19px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
}


/* Tips */

.rsidebar-tabs-item-tip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 70px;
    top: 0;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #494949;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
}

.rsidebar-tabs-item-arr {
    position: absolute;
    top: 10px;
    right: -8px;
    color: #494949;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-family: "\5b8b\4f53";
}

.rsidebar-tabs-item.open,
.rsidebar-tabs-item:hover {
    background-color: #c40000;
}

.rsidebar-tabs-item:hover .rsidebar-tabs-item-tip {
    visibility: visible;
    opacity: 1;
    right: 35px;
}


/* QR Code */

.rsidebar-qrcode {
    display: none;
    position: absolute;
    /*top: 300px;*/
}

.rsidebar-qrcode-tip {
    position: absolute;
    right: 0px;
    top: -161px;
    z-index: 999;
    width: 170px;
    height: 195px;
    background-color: #fff;
    cursor: default;
    border: 1px solid #D1D1D1;
    border-left: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.rsidebar-qrcode-bd {
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    text-align: right;
    padding-left: 15px;
}

.rsidebar-qrcode-hd img {
    width: 140px;
    height: 140px;
    margin: 10px 15px;
}

.rsidebar-arr {
    position: absolute;
    right: -7px;
    top: 9px;
    z-index: 999999;
    width: 16px;
    height: 16px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-family: "\5b8b\4f53";
}


/* Login */

.rsidebar-minilogin {
    display: none;
    position: absolute;
    left: 0;
    width: auto;
    height: 272px;
}

.rsidebar-minilogin-tip {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    width: 320px;
    height: 270px;
    overflow: hidden;
    background-color: #fafafa;
    cursor: default;
    border: 1px solid #D1D1D1;
    border-right: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.rsidebar-minilogin-iframe-bd {
    padding: 10px 30px 0;
}

.rsidebar-minilogin-iframe-bd label {
    display: block;
    padding-bottom: 3px;
    font-weight: bold;
    color: #606060;
}

.rsidebar-minilogin-iframe-bd .form-row {
    padding-bottom: 7px;
}

.rsidebar-minilogin-iframe-bd .login-text {
    width: 252px;
    height: 18px;
    line-height: 18px;
    margin-right: 3px;
    padding: 3px;
    color: #9b9b9b;
    border: solid 1px #cbcbcb;
    vertical-align: middle;
}

.rsidebar-minilogin-iframe-bd .submit-btn {
    width: 238px;
}

.rsidebar-minilogin-iframe-bd .form-link {
    color: #36c;
}

.rsidebar-minilogin-close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999999;
    color: #444;
    font-size: 16px;
    font-weight: bold;
}

.rsidebar-minilogin-close:hover {
    text-decoration: none;
}

.rsidebar-minilogin-iframe-bd .login-message {
    display: none;
    margin-bottom: 5px;
}

.rsidebar-minilogin-iframe-bd .login-message p.error {
    color: #404040;
    background-color: #fff2f2;
    border: 1px solid #ff8080;
    padding: 3px 10px 2px 10px;
}

.rsidebar-minilogin-iframe-bd .login-message p.error i {
    font-size: 18px;
    color: #f00;
    vertical-align: top;
}


/* Right Sidebar Plugins */

.rsidebar-plugins {}

.rsidebar-plugin {
    position: absolute;
    left: 0;
    top: 0;
    width: 235px;
    visibility: hidden;
    color: #fff;
    background-color: #393939;
}


/* Rsidebar Plugin */

.rsidebar-plugin {
    position: absolute;
    left: 0;
    top: 0;
    width: 235px;
    visibility: hidden;
    background-color: #393939;
    color: #fff;
}

.rsidebar-plugin-hd {
    display: none;
}

.rsidebar-plugin-bd {
    position: relative;
    height: 100%;
    padding-left: 17px;
    overflow: auto;
}

.rsidebar-plugin-bd::-webkit-scrollbar {
    width: 5px;
}

.rsidebar-plugin-bd::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #616161;
}

.rsidebar-plugin-bd::-webkit-scrollbar-track {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: transparent;
}

::selection {
    background: rgba(0, 0, 0, .1);
}


/* Mini Cart */

.rsidebar-plugin-cart {
    width: 280px;
    height: 100%;
    background-color: #e6e6e6;
    visibility: visible;
}

.rsidebar-plugin-cart .rsidebar-plugin-bd {
    padding: 0;
    overflow-x: hidden;
    background-color: #e6e6e6;
}

.rsidebar-plugin-cart-wrap {
    height: 100%;
    background-color: #e6e6e6;
}

.rsidebar-plugin-cart .rsidebar-mcRoot {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.rsidebar-plugin-cart .rsidebar-mcListBox {
    position: relative;
    width: 100%;
    padding-top: 28px;
}

.rsidebar-plugin-cart .rsidebar-mcHandler {
    position: relative;
    /*width: 100%;*/
    width: 275px;
    padding: 0;
    padding-bottom: 15px;
    background-color: #e6e6e6;
}

.rsidebar-plugin-cart .rsidebar-mcHandler-wrap {
    position: relative;
    padding: 0 16px;
    background-color: #e6e6e6;
    z-index: 3;
    color: #333;
}

.rsidebar-mcTop {
    position: absolute;
    left: 1px;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    background-color: #e6e6e6;
    cursor: default;
    font-size: 14px;
}

.rsidebar-mcTop .gold {
    color: #c40000;
    padding: 0 5px;
}

.rsidebar-mcTop label {
    padding-left: 10px;
    font-size: 12px;
}

.rsidebar-mcTop input {
    vertical-align: -2px;
}

.rsidebar-mcOrder {
    position: relative;
    width: 267px;
    padding: 5px 0 0 8px;
    border-top: 1px solid #dadada;
    background: #f0f0f0;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: default;
}

.rsidebar-mcOrder.selected {
    background: #fff;
}

.rsidebar-mcChk,
.rsidebar-mcItem,
.rsidebar-mcSku,
.rsidebar-mcAmount,
.rsidebar-mcCost {
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

.rsidebar-mcChk {
    width: 23px;
    text-align: center;
    padding-top: 20px;
    /*background: #f00;*/
}

.rsidebar-mcTop input {
    margin: 3px 10px 3px -2px !important;
}

.rsidebar-mcChk input {
    margin: 3px 3px 3px -5px !important;
}

.rsidebar-mcItem {
    width: 50px;
    padding-right: 5px;
    /*background: #0f0;*/
}

.rsidebar-mcSku {
    width: 54px;
    text-align: left;
    padding: 10px 2px 0 0;
    color: #999;
    /*background: #3F7FCE;*/
}

.rsidebar-mcAmount {
    width: 64px;
    text-align: center;
    /*background: #BEE045;*/
}

.rsidebar-mcCost {
    position: relative;
    width: 61px;
    text-align: right;
    /*background: #EBBE9E;*/
}

.rsidebar-mcOrder .rsidebar-mcPic {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.rsidebar-mcSku p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: #777;
}

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcMinus,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcPlus {
    width: 14px;
    border-radius: 14px;
    border: 1px solid #bfbfbf;
    position: relative;
    cursor: pointer;
    visibility: hidden;
}

.rsidebar-plugin-cart .rsidebar-mcOrder:hover .rsidebar-mcMinus,
.rsidebar-plugin-cart .rsidebar-mcOrder:hover .rsidebar-mcPlus {
    visibility: visible;
}

.rsidebar-plugin-cart .rsidebar-mcOrder:hover .rsidebar-mcDel {
    display: block;
}


/*.mui-mbar-plugin-cart .tm-mcOrderActive .tm-mcPlusOff,
.mui-mbar-plugin-cart .tm-mcOrderActive .tm-mcMinusOff,
.mui-mbar-plugin-cart .tm-mcOrderActive .tm-mcMinusOff:hover,
.mui-mbar-plugin-cart .tm-mcOrderActive .tm-mcPlusOff:hover{background: #fff;cursor: default;border-color: #e6e6e6;}

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcMinusOff i,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcPlusOff i,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcPlusOff b,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcMinusOff:hover i,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcPlusOff:hover i,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcPlusOff:hover b {background: #e6e6e6;}*/

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcQuantity,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcMinus,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcPlus {
    display: inline-block;
    height: 14px;
    margin-top: 21px;
    line-height: 14px;
    vertical-align: middle;
}

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcQuantity {
    padding: 0 4px;
    color: #777;
}

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcAmount i,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcAmount b {
    position: absolute;
    left: 3px;
    top: 6px;
    width: 8px;
    height: 2px;
    background: #777;
    overflow: hidden;
}

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcAmount b {
    left: 6px;
    top: 3px;
    width: 2px;
    height: 8px;
}

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcMinus:hover,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcPlus:hover {
    background: #777;
}

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcMinus:hover i,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcPlus:hover i,
.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcPlus:hover b {
    background: #fff;
}

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcPrice {
    display: block;
    padding-top: 19px;
    height: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #666;
    font-size: 13px;
}

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcDel {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 0;
    top: 1px;
    cursor: pointer;
    display: none;
    text-align: center;
    line-height: 11px;
    border: 1px solid #777;
    color: #bfbfbf;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    font-size: 16px;
    text-decoration: none;
}

.rsidebar-plugin-cart .rsidebar-mcOrder .rsidebar-mcDel:hover {
    text-decoration: none;
    color: #fff;
    background: #777;
}

.rsidebar-mcHandler-total-price {
    color: #c40000;
}

.rsidebar-mcHandler-total {
    margin-bottom: 10px;
    padding-top: 10px;
}

.rsidebar-mcHandler-disburse {
    position: relative;
    width: 248px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: #666;
    overflow: hidden;
    cursor: default;
}

.rsidebar-mcHandler-disburse.active {
    background-color: #c40000;
    cursor: pointer;
}

.rsidebar-mcHandler-disburse.active:hover {
    background-color: #a91500;
}

.bubbleTip {
    position: absolute;
    left: 9px;
    top: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    background: #c40000;
    text-align: center;
    line-height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/*购物车end*/


/*遮住层，填写个人信息*/

.rsidebar-plugins .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 800;
    display: none;
}

.rsidebar-plugins .shade .inputMsg {
    background-color: #fff;
    width: 80%;
    margin: 40% 0 0 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
    position: relative;
}

.rsidebar-plugins .shade .inputMsg .close {
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 820;
    width: 30px;
    height: 30px;
    background: url("../images/close_two.png") center center;
    overflow: hidden;
    background-size: 25px;
    cursor: pointer;
}

.rsidebar-plugins .shade .inputMsg ul {
    height: 100%;
    width: 100%;
}

.rsidebar-plugins .shade .inputMsg ul li {
    width: 100%;
    color: #333;
    font-size: 13px;
    padding: 5px 15px;
    margin-bottom: 5px;
}

.rsidebar-plugins .shade .inputMsg ul li input,
.rsidebar-plugins .shade .inputMsg ul li textarea {
    width: 220px;
    margin-top: 10px;
    display: block;
    padding-left: 5px;
    font-size: 13px;
}

.rsidebar-plugins .shade .inputMsg ul li input {
    height: 30px;
}

.rsidebar-plugins .shade .inputMsg ul li input.btn {
    color: #fff;
    font-size: 14px;
    background-color: #666;
    cursor: default;
    border: none;
    margin-left: 4px;
}

.rsidebar-plugins .shade .inputMsg ul li input.btn.on {
    background-color: #c40000;
    cursor: pointer;
}

.rsidebar-plugins .shade .inputMsg ul li textarea {
    height: 100px;
}

#viewAll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 120;
    display: none;
}

#register {
    width: 320px;
    height: 220px;
    background-color: #fff;
    position: fixed;
    top: -200px;
    opacity: 0;
    left: 50%;
    margin-left: -160px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    z-index: 200;
    border: 1px solid rgba(0, 0, 0, .2);
    font-family: 'Microsoft YaHei', 'SimSun', sans-serif;
}

#register .close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 16px;
    width: 16px;
    background: url("../images/login_close_qss.png") no-repeat center center;
}

#register h3 {
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
}

#register p {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    height: 60px;
    margin-bottom: 15px;
    padding: 10px;
}

#register div {
    height: 50px;
}

#register div > button {
    width: 35%;
    border: none;
    height: 30px;
    border-radius: 5px;
    font-family: inherit;
    cursor: pointer;
    outline: none;
}

#register div > button.seeShop {
    color: #fff;
    float: left;
    background-color: #1B9AF7;
    border-color: #1B9AF7;
    -webkit-box-shadow: 0 7px 0 #0880d7, 0 8px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 0 #0880d7, 0 8px 3px rgba(0, 0, 0, 0.3);
}

#register div > button.seeShop:hover {
    background-color: #4cb0f9;
}

#register div > button.goPage {
    background-color: #A2CA55;
    border-color: #A2CA55;
    color: #FFF;
    float: right;
    -webkit-box-shadow: 0 7px 0 #84b91f, 0 8px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 0 #84b91f, 0 8px 3px rgba(0, 0, 0, 0.3);
}

#register div > button.goPage:hover {
    background-color: #b9e563;
}

#slide_header .slide_header_text .num {
    width: 160px !important;
}

#goodsLists div.goods {
    width: 23% !important;
}

#pinPaiList .listTwo {
    width: 1185px !important;
}

.hide {
    display: none;
}

.block {
    display: block;
}

#header_qss .rightTel {
    float: right;
    padding-top: 21px;
}

#header_qss .rightTel >div {
    display: inline-block;
    text-align: left;
}

#header_qss .rightTel p {
    color: #666;
    margin: 0;
}

#header_qss .rightTel .number {
    color: #FF8948;
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
}

#header_qss .rightTel img {
    margin-top: 22px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

#header_qss .left {
    float: left;
}

#header_qss .right {
    float: left;
    text-align: right;
    margin-left: 150px;
}

#header_qss .bottom {
    background-color: #FF8948;
}

#header_qss .center .left img {
    height: 85px;
    width: auto;
    margin-top: 20px;
}

#header_qss .center .right .search input.btn {
    background-color: #FF8948;
    outline: none;
    font-weight: bold;
}

#header_qss .center .right .search {
    border-color: #FF8948;
}

#header_qss .bottom .nav_class_list div.content {
    background-color: #FF8948;
}

#header_qss .bottom .nav_class_list {
    background-color: #FF8948;
}

#header_qss .bottom .nav_class_list div.content > ul > li > h5:hover,
#header_qss .bottom .nav_class_list div.content > ul > li:hover h5 {
    background-color: #fff;
}

#header_qss .bottom .nav_class_list div.content > ul > li > h5:hover a,
#header_qss .bottom .nav_class_list div.content > ul > li:hover h5 a {
    color: #FF8948;
}

#header_qss .bottom .nav_class_list div.content > ul > li > h5 {
    background-color: #FF8948;
    color: #fff;
}

#header_qss .bottom .nav_class_list div.content > ul > li div.nav_div,
#header_qss .bottom .nav_class_list div.content > ul > li:last-child,
#header_qss .bottom .nav_class_list div.content > ul > li > div.nav_div div.nav_div_list ul li:hover {
    border-color: #FF8948;
}

#header_qss .bottom .nav_main li a:hover,
#header_qss .bottom .nav_main li a.on {
    background-color: #FF692E;
}

#header_qss .bottom .right .tel {
    line-height: 40px;
}

#header_qss .bottom .nav_main li a {
    font-weight: bold;
    font-size: 16px;
}

#header_qss .bottom .nav_class_list .btn > a {
    font-weight: bold;
}

#header_qss .bottom .nav_main li {
    margin-right: 5px;
}

#header_qss .bottom .right .tel {
    background: url("data:image/png;base64,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") no-repeat left 55%;
    background-size: 22px;
    background-position: left 11px;
}

#header_qss .bottom .nav_main li a.other {
    font-weight: 500;
}

#header_qss .center .right .search input.text {
    background: none;
    padding-left: 100px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header_qss .center .right .search .list {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 80px;
    bottom: 0;
    border-right: 1px solid #eee;
    background-color: #f4f4f4;
}

#header_qss .center .right .search .list li {
    width: 79px;
    height: 34px;
    line-height: 34px;
}

#header_qss .search .list ul li.xia_up div {
    width: 79px;
    padding-top: 34px;
    top: 0;
    left: 0;
}

#header_qss .search .list ul li.xia_up div a {
    height: 27px;
    line-height: 27px;
}

#header_qss .search .list ul li em.xia {
    right: -10px;
}

#header_qss .search .list ul li.xia_up a {
    padding-right: 5px;
}

#loading-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background-color: #FFF;
    opacity: 0.2;
}

#load {
    display: none;
}

#loading {
    position: absolute;
    left: 45%;
    top: 40%;
    padding: 2px;
    z-index: 20001;
    height: auto;
}

#loading .loading-indicator {
    /*background:white;*/
    color: #444;
    font: bold 20px tahoma, arial, helvetica;
    padding: 10px;
    margin: 0;
    height: auto;
    width: 300px;
    text-align: center;
}

#loading-msg {
    font: normal 18px arial, tahoma, sans-serif;
    text-align: center;
    margin: 10px 0 0 20px;
}