:focus {
    outline: 0;
}

html,
body,
section,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

img,
button {
    border: 0;
    border: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

textarea {
    resize: none;
}

select {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    padding-right: 14px !important;
    background: url(../images/arrow-down.png) no-repeat scroll right center transparent !important;
    background-size: 10px !important;
    background-position: 73px center !important;
}

select::-ms-expand {
    display: none !important;
}

.clear {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

body {
    font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, 宋体, 宋体, Tahoma, Arial, Helvetica, STHeiti;
    color: #333;
    background: #fff;
    font-size: 12px;
    min-width: 1226px;
}

.br0 {
    border-right: 0 !important;
}

.bg {
    background: url(../images/icon.png) no-repeat;
}

.tab-nav {
    font-weight: normal !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    cursor: pointer;
}

.btn {
    letter-spacing: 1px;
    color: #fff;
    margin-top: 40px;
    margin-left: 13px;
    background: #b4a078;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}

.logo {
    height: 45px;
}

.logo a {
    display: block;
    height: 100%;
}

.logo img {
    display: block;
    width: auto;
    height: 100%;
}

.no-border {
    border: 0 !important;
}

.middle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.red {
    color: #f46 !important;
}

.f18 {
    font-size: 18px;
}

.box {
    width: 100%;
    overflow: hidden;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.more {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 99px;
    font-size: 18px;
}

.more img {
    display: block;
    width: 45px;
    margin: 0 auto 10px;
}

.content {
    background: #fff;
}

.nobg {
    background: none;
}

/* 产品详情 */
.detail-top {
    padding-bottom: 35px;
}

.direct {
    padding: 30px 0 20px;
}

.direct a:link,
.direct a:visited {
    color: #333;
}

.direct a:hover,
.direct a:active {
    color: #b4a078;
}

.direct span {
    color: #999;
}

.detail-col-left {
    width: 524px;
    height: 432px;
    display: inline-block;
    float: left;
    overflow: hidden;
}

.detail-col-right {
    width: 504px;
    float: left;
    margin-left: 62px;
}

.detail-col-right h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.detail-col-right .detail-desc {
    color: #999;
    font-size: 12px;
    padding: 5px 0 18px;
}

.detail-col-right .detail-info {
    background-color: #f9f8f6;
    border-top: 1px dotted #dedede;
    border-bottom: 1px dotted #dedede;
    line-height: 32px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.detail-col-right .detail-info p {
    color: #666;
    font-size: 12px;
    line-height: 25px;
}

.detail-col-right .detail-info p .info-title {
    width: 70px;
    display: inline-block;
}

.detail-col-right .detail-info p .info-detail {
    margin-right: 20px;
}

.detail-col-right .detail-info p .price {
    color: #ef2f23;
    font-size: 16px;
    font-weight: bold;
}

.detail-col-right .detail-info p .price a {
    color: #d7282d;
}

.detail-col-right .detail-info p .price a:hover {
    color: #b4a078;
}

.detail-col-right .detail-info p i {
    text-decoration: line-through;
}

.detail-col-right .join-cart {
    letter-spacing: 1px;
    color: #fff;
    margin-left: 13px;
    background: #ef2f23;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    width: 200px;
    height: 50px;
    padding-top: 10px;
    font: 20px Microsoft YaHei;
    float: left;
}

.detail-bottom-nav ul li {
    background: #f5f5f5;
    width: 25%;
    float: left;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d8d8d8;
    border-right: 0;
    cursor: pointer;
    font-size: 14px;
}

.detail-bottom-nav ul li:last-child {
    border-right: 1px solid #d8d8d8;
}

.num .num-title {
    margin-right: 39px;
    margin-left: 11px;
    padding-top: 7px;
    float: left;
    color: #666;
}

.num ul {
    float: left;
}

.num ul li:first-child {
    border-left: 1px solid #ddd;
}

.num ul li {
    float: left;
    font-size: 20px;
    color: #999;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.disable {
    cursor: not-allowed !important;
    color: #f1f1f1 !important;
}

.num ul li input {
    width: 100%;
    line-height: 100%;
    text-align: center;
    color: #999;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.num ul .num-input-li {
    width: 60px;
    line-height: 25px;
}

.detail-bottom {
    padding-bottom: 70px;
}

.detail-bottom-info {
    border: 1px solid #d8d8d8;
    border-top: 0;
    padding: 30px;
    color: #999;
}

.detail-bottom-info table {
    width: 100%;
}

.detail-bottom-info table tr td:nth-of-type(2n-1),
.detail-bottom-info table tr th:nth-of-type(2n-1) {
    width: 20%;
    text-align: center;
    color: #333 !important;
}

.detail-bottom-info table tr td,
.detail-bottom-info table tr th {
    padding: 15px 0;
    border-bottom: 1px dashed #f1f1f1;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}

.detail-bottom-info table tr td span,
.detail-bottom-info table tr th span {
    font-size: 13px !important;
    font-weight: normal;
    color: #999 !important;
}

.detail-bottom-info p {
    line-height: 28px;
    font-size: 13px;
}

.detail-bottom-info p span {
    font-size: 13px !important;
}

.detail-bottom-info img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    vertical-align: bottom;
}

.detail-current {
    border-top: 3px solid #ef2f23 !important;
    border-bottom: 0 !important;
    background: #fff !important;
}

.detail-text {
    width: 80%;
    margin: 0 auto 30px;
}

.detail-text p {
    display: inline-block;
    width: 50%;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 14px;
    float: left;
}

.detail-text p span {
    color: #999;
}

.detail-text .detail-text-title {
    width: 100px;
    display: inline-block;
    color: #333;
}

#picshow {
    position: relative;
    width: 428px;
    height: 428px;
    border: 1px solid #e8e8e8;
    float: left;
    overflow: hidden;
}

#picshow #picshow-img {
    width: 100%;
    height: 100%;
    position: relative;
}

#picshow #picshow-img .mark {
    position: absolute;

}

#picshow #picshow-img .mark span {
    padding: 0 3px;
    margin-right: 3px;
    display: inline-block;
    color: #ff743c;
    border: 1px solid #ff743c;
    line-height: 17px;
    height: 17px;
    float: left;
    margin-bottom: 2px;
}

#picshow #picshow-img ul {
    width: 100%;
    height: 100%;
}

#picshow #picshow-img ul li {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#select-icon {
    width: 78px;
    float: right;
    display: inline;
}

#select-icon li {
    width: 78px;
    height: 78px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #d8d8d8;
    cursor: pointer;
}

#select-icon li.current,
#select-icon li.current:hover {
    border: 2px solid #666 !important;
}

/*购物车*/
.cart-main input[type="checkbox"] {
    margin-right: 5px;
}

.cart-col {
    display: inline-block;
    float: left;
    text-align: center;
}

.total-bar {
    padding: 12px 15px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #999;
}

.cart-inner .group-title {
    padding: 20px 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: bold;
    position: relative;
}

.cart-inner .cart-detail {
    border: 1px solid #ddd;
}

.cart-inner .cart-detail .cart-detail-group:last-child {
    border-bottom: none;
}

.cart-detail-col {
    position: relative;
    display: inline-block;
    height: 100%;
    padding-top: 37px;
    width: 200px;
    float: left;
}

.cart-detail-col .num {
    margin-top: -8px;
}

.cart-detail-col .pro-pic {
    display: inline-block;
    width: 78px;
    height: 78px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 22px;
    margin-top: -33px;
    border: 1px solid #f1f1f1;
}

.cart-detail-col .pro-text {
    position: absolute;
    left: 110px;
    margin-top: -35px;
    line-height: 20px;
}

.cart-detail-col .pro-text a:link,
.cart-detail-col .pro-text a:visited {
    color: #333;
}

.cart-detail-col .pro-text a:hover,
.cart-detail-col .pro-text a:active {
    color: #b4a078;
}

.cart-detail-col > a {
    color: #333;
}

.cart-detail-col > a:hover {
    color: #666;
}

.cart-detail-group {
    height: 107px;
    border-bottom: 1px dashed #f1f1f1;
    margin: 20px 30px 0;
    padding-bottom: 20px;
}

.cart-price-total {
    padding: 15px 30px;
    text-align: right;
    line-height: 23px;
    border-top: 1px solid #d8d8d8;
    position: relative;
}

.remark-col {
    position: absolute;
    top: 26px;
}

.remark-col input {
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    width: 400px;
    color: #999;
    padding: 13px;
    height: 37px;
}

.remark-col p {
    float: left;
    padding-top: 6px;
    color: #666;
}

.create-order {
    margin-top: 30px;
    border: 1px solid #d8d8d8;
    padding: 20px 30px;
    background-color: #f5f5f5;
}

.create-order .create-order-total {
    border-top: 0;
    border-bottom: 1px solid #d8d8d8;
    float: right;
    padding: 0;
    padding-bottom: 10px;
}

.create-order .total-num {
    display: inline-block;
    float: left;
}

.create-order .create-order-btn,
.confirm-c3 a,
.pay-btn {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 13px;
    background: #f46;
    display: block;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 140px;
    margin-top: 20px;
    float: right;
    font-weight: normal;
}

.w1 {
    width: 470px;
}

.w2 {
    width: 40px;
    text-align: center;
}

.w3 {
    width: 445px;
}

.w4 {
    width: 195px;
}

.w5 {
    width: 195px;
}

.w6 {
    width: 220px;
}

.w7 {
    width: 480px;
}

.w8 {
    width: 280px;
}

.w9 {
    width: 302px;
    padding-left: 68px;
}

.w10 {
    width: 280px;
}

.w11 {
    width: 240px;
}

.w12 {
    width: 313px;
}

.w13 {
    width: 120px;
}

.wcenter {
    text-align: center !important;
}

.wpadding {
    padding-left: 35px;
}

/* 二级页 */
.category {
    margin-bottom: 50px;
}

.category-banner {
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;
}

.category-banner .category-banner-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    border: 5px solid #fff;
}

.category-banner-desc p {
    line-height: 17px;
    color: #666;
}

.category-banner .category-banner-desc div {
    margin: 7px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    color: #000;
    text-align: center;
}

.category-banner .category-banner-desc div h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px;
}

.category-inner {
    background: #fff;
    padding: 30px 40px;
}

.category-inner .category-nav-bar {
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
}

.category-inner .category-nav-bar .np-left {
    padding-left: 0;
}

.category-inner .category-nav-bar .np-right {
    padding-right: 0;
    position: relative;
}

.category-inner .category-nav-bar ul {
    float: left;
    display: inline-block;
}

.category-inner .category-nav-bar ul li {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

.category-inner .category-nav-bar ul li:hover {
    color: #b4a078;
}

.subcategory-current {
    color: #b4a078;
}

.category-inner .category-nav-bar ul li:first-child {
    cursor: default;
    color: #999;
    padding-right: 0;
}

.category-inner .filter {
    float: right;
    display: inline-block;
}

.category-inner .filter a {
    padding: 0 12px;
    display: inline-block;
}

.category-inner .filter a:link,
.category-inner .filter a:visited {
    color: #333;
}

.category-inner .filter a:hover,
.category-inner .filter a:active {
    color: #b4a078;
}

.category-inner .filter i {
    display: inline-block;
    height: 5px;
    width: 10px;
}

.category-inner .filter .up-light {
    background-position: 0 -5083px;
}

.category-inner .filter .up-default {
    background-position: 0 -5133px;
    position: absolute;
    top: 0;
}

.category-inner .filter .price-icon {
    position: relative;
}

.category-inner .filter .price-icon img {
    display: inline-block;
    width: 12px;
    margin-left: 3px;
}

.category-cur {
    color: #b4a078 !important;
}

.category-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

.category-lists .category-list:last-child {
    border-bottom: 0;
}

.category-list {
    border-bottom: 1px solid #ececec;
}

.pt23 {
    padding-top: 23px;
}

/* 登录 */
.login-sec1 {
    background-color: #fff;
    padding: 20px 0;
}

.login-sec2 {
    height: 600px;
    background: url(../images/bg.jpg) no-repeat left top;
    background-size: cover;
}

.login-sec2 .login {
    margin-top: 85px;
    width: 380px;
    background: rgba(255, 255, 255, 0.9);
    float: right;
}

.go-register-btn {
    color: #fe5570 !important;
}

.login-sec2 .login h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.login-sec2 .login input {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    margin-bottom: 17px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-size: 22px;
    padding-left: 35px;
}

.login-sec2 .login-btn {
    color: #fff;
    margin-top: 10px;
    background: #fe5570 !important;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-left: 0;
    font-size: 16px;
    letter-spacing: 5px;
    border: 0 !important;
}

.login-sec2 .login p a {
    color: #999;
    font-size: 14px;
}

.login-sec2 .login p a:first-child {
    float: left;
    margin-bottom: 10px;
}

.login-sec2 .login p a:last-child {
    float: right;
}

.login-tip {
    color: #fe5e7a;
}

/* 注册 */
.register-form label {
    display: block;
    position: relative;
    overflow: hidden;
}

.register-form input {
    padding-left: 15px !important;
}

.get-code {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    height: 38px;
    line-height: 38px;
    min-width: 100px;
    text-align: center;
    color: #fe5e7a;
    font-weight: bold;
}

.pic-code {
    top: 5px;
}

.register-form .login-btn {
    margin-top: 10px !important;
}

.register-form .error {
    top: 36px !important;
    left: 0 !important;
}

/* 个人中心 */
.personal-center {
    width: 180px;
    padding: 15px;
    border: 1px solid #ececec;
    text-align: center;
    height: 700px;
    float: left;
}

.personal-center .portrait {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.personal-center .portrait-box {
    position: relative;
}

.personal-center .portrait-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background: yellow;
    bottom: 5px;
    right: 25px;
}

.personal-center .change-account {
    border: 1px solid #ececec;
    height: 27px;
    display: block;
    line-height: 27px;
    width: 90px;
    margin: 10px auto 0;
    background: #f1f1f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #999;
}

.personal-center .personal-center-top {
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 30px;
}

.personal-center .personal-center-bottom {
    margin-top: 30px;
    margin-bottom: 15px;
}

.personal-center .personal-center-bottom li a {
    color: #333;
}

.personal-center .personal-center-bottom ul li {
    line-height: 32px;
    font-weight: 500;
}

.personal-center .personal-center-bottom ul .personal-cur {
    color: #f36;
}

.personal-center .personal-info {
    line-height: 25px;
}

.personal-detail {
    width: 890px;
    min-height: 431px;
    float: left;
    margin-left: 20px;
    border: 1px solid #ececec;
    margin-bottom: 30px;
}

.personal-base {
    padding: 40px 60px;
    line-height: 45px;
    font-size: 13px;
}

.personal-base span {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    color: #666;
}

/*.personal-base input[type="text"],*/
/*.personal-base input[type="password"] {*/
/*border: 1px solid #ececec;*/
/*height: 30px;*/
/*width: 200px;*/
/*padding: 0 7px;*/
/*border-radius: 3px;*/
/*-webkit-border-radius: 3px;*/
/*-moz-border-radius: 3px;*/
/*-ms-border-radius: 3px;*/
/*}*/

.personal-base label {
    margin-right: 20px;
}

.personal-base select {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ececec;
    background: none;
    text-align: center;
}

.personal-base .personal-base-detail {
    padding-bottom: 20px;
}

.personal-base-detail p {
    position: relative;
    color: #999;
}

/*.personal-base .personal-base-btn {*/
/*cursor: pointer;*/
/*width: 103px;*/
/*height: 29px;*/
/*line-height: 28px;*/
/*text-align: center;*/
/*font-size: 14px;*/
/*font-weight: 700;*/
/*background-color: #f46;*/
/*display: block;*/
/*color: #fff;*/
/*margin-left: 125px;*/
/*-moz-border-radius: 3px;*/
/*-webkit-border-radius: 3px;*/
/*border-radius: 3px;*/
/*}*/

.order-section .order-list:last-child {
    margin-bottom: 0 !important;
}

.order-list {
    margin-bottom: 30px;
}

.order-list-top {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    background-color: #eff7ff;
}

.order-list-top i {
    float: right;
    color: #d4282d;
}

.order-list-top > label {
    margin-right: 6px;
}

.order-list-top span:nth-of-type(2) {
    margin: 0 30px;
}

.order-detail-page .order-list-bottom {
    border: 0;
}

.order-list-bottom {
    padding: 15px;
    display: table;
    color: #666;
    border: 1px solid #f1f1f1;
    border-top: 0;
}

.order-list-bottom .order-c1 {
    width: 450px;
}

.order-list-bottom .order-c1 p {
    line-height: 25px;
    color: #666;
}

.order-list-bottom .order-c1 p a {
    display: inline-block;
    border: 1px solid #666;
    margin-left: 10px;
    padding: 0 10px;
    color: #666;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
}

.order-list-bottom .order-c1 p span {
    margin-left: 50px;
}

.order-list-bottom .order-c1 p i {
    width: 65px;
    display: inline-block;
}

.order-list-bottom .order-c2 {
    width: 150px;
    text-align: center;
}

.order-list-bottom .order-c3 {
    width: 250px;
    text-align: center;
    line-height: 25px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    color: #666;
}

.order-list-bottom .order-c4 {
    width: 108px;
    text-align: center;
    line-height: 25px;
}

.order-list-bottom .order-c4 a {
    display: block;
    color: #72a6d5;
}

.order-list-bottom .order-c4 .pay,
.detail-pay .pay {
    letter-spacing: 1px;
    color: #fff;
    background: #f46;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    width: 80px;
    margin: 0 auto 10px;
}

.order-list-bottom .order-col {
    display: table-cell;
    vertical-align: middle;
}

.order-list-bottom .pro-list {
    position: relative;
    height: 110px;
    border-bottom: 1px dashed #e8e8e8;
}

.order-list-bottom .pro-list .pro-pic {
    display: inline-block;
    width: 78px;
    height: 78px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 5px;
    top: 15px;
}

.order-list-bottom .pro-list .pro-base {
    margin-left: 100px;
    margin-top: 18px;
    color: #666;
}

.order-list-bottom .pro-list .pro-base h3 {
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 250px;
    margin-top: 30px;
}

.order-list-bottom .pro-list .pro-base h3 a:link,
.order-list-bottom .pro-list .pro-base h3 a:visited {
    color: #666;
}

.order-list-bottom .pro-list .pro-base h3 a:hover,
.order-list-bottom .pro-list .pro-base h3 a:active {
    color: #b4a078;
}

.order-list-bottom .pro-list:last-child {
    border-bottom: 0;
}

.addr-title {
    padding: 8px 0;
    color: #666;
    font-size: 14px;
    background-color: #f8f8f8;
    border: 1px solid #ececec;
    border-bottom: 0;
    font-weight: 300;
}

.addr-list {
    color: #666;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px dashed #f1f1f1;
    padding: 20px 0;
    line-height: 22px;
    position: relative;
}

.addr-list:last-child {
    border-right: 1px solid #ececec;
}

.addr-list:hover {
    background-color: #f8f8f8;
}

.addr-list p,
.addr-title p {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    width: 14%;
}

.ap1 {
    width: 15% !important;
}

.ap2 {
    width: 40% !important;
}

.addr-list a {
    color: #72a6d5;
    font-size: 13px;
}

.addr-list a:last-child {
    margin-left: 10px;
}

.addr-spe {
    width: 40% !important;
}

.addr-col {
    margin-bottom: 50px;
}

.addr-tip {
    margin-bottom: 12px;
    color: #666;
}

.addr-tip a {
    float: right;
    color: #72a6d5;
}

/* 支付页 */
.cargo-info {
    margin-bottom: 30px;
}

.cargo-info .recipient,
.cargo-info .consignor {
    border: 1px solid #ddd;
    display: inline-block;
    width: 588px;
    height: 320px;
}

.cargo-info .recipient {
    float: left;
}

.cargo-info .consignor {
    float: right;
}

.cargo-info .recipient-main,
.cargo-info .consignor-main {
    padding: 20px 15px 5px 5px;
    position: relative;
}

.cargo-info .recipient-main label,
.cargo-info .consignor-main label {
    display: block;
    margin-bottom: 8px;
}

.cargo-info .recipient-main label span,
.cargo-info .consignor-main label span {
    display: inline-block;
    width: 85px;
    float: left;
    padding-top: 8px;
    text-align: right;
    padding-right: 10px;
}

.cargo-info .recipient-main label span b {
    font-weight: normal;
}

.cargo-info .recipient-main label input,
.cargo-info .consignor-main label input,
.cargo-info .address {
    border: 1px solid #ebebeb;
    height: 30px;
    line-height: 15px;
    padding: 7px;
    width: 200px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #999;
}

.cargo-info .recipient-main label .address,
.cargo-info .consignor-main label .address {
    height: 50px;
    width: 321px;
}

.cargo-info .recipient-main .show-recipient,
.cargo-info .consignor-main .show-recipient,
.cargo-info .recipient-main .show-consignor,
.cargo-info .consignor-main .show-consignor {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 65px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    border-left: 1px solid #ececec;
    padding: 25px 30px;
}

.cargo-info .recipient-main .show-recipient img,
.cargo-info .consignor-main .show-recipient img,
.cargo-info .recipient-main .show-consignor img,
.cargo-info .consignor-main .show-consignor img {
    width: 30px;
    display: block;
    margin-bottom: 10px;
    margin-left: 22px;
}

.cargo-info h3 {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    font-weight: 400;
    font-size: 13px;
}

.cargo-info h3 span {
    color: #999;
    font-weight: normal;
    font-size: 12px;
}

.pay-info {
    margin-bottom: 50px;
    border: 1px solid #d8d8d8;
    border-top: 0;
    padding: 30px;
    background: #f5f5f5;
}

.hd h4 {
    position: absolute;
    left: 0;
    height: 30px;
    bottom: 0;
    line-height: 30px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    color: #fff;
}

.hd .hd-tip {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
}

.hd .hd-tip span {
    display: inline-block;
    margin-right: 5px;
    background: #b4a078;
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
}

.content .item {
    height: 375px !important;
    margin-bottom: 30px !important;
}

.content .item .price i {
    display: block;
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.shopping-cart,
.personal-box {
    padding-bottom: 60px;
}

.delivery-s1 {
    border: 1px solid #ececec;
    padding: 15px;
}

.delivery-s1 .delivery-c1 {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
    width: 100%;
    position: relative;
}

.delivery-s1 .delivery-c1 p {
    display: inline-block;
}

.delivery-s1 .delivery-c1 p span {
    color: #999;
}

.delivery-s1 .delivery-c2 {
    position: relative;
}

.delivery-s1 .delivery-col {
    padding-top: 15px;
    display: inline-block;
    float: left;
}

.delivery-s1 .delivery-col div {
    display: inline-block;
    float: left;
}

.delivery-s1 .delivery-col p {
    padding-bottom: 5px;
    line-height: 20px;
}

.delivery-s1 .delivery-col p span {
    width: 75px;
    display: inline-block;
    text-align: right;
}

.delivery-s1 .delivery-w1 {
    width: 290px;
}

.delivery-s1 .delivery-w2 {
    width: 220px;
    margin: 0 40px 0 85px;
}

.delivery-s1 .delivery-col-spe {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.clear-float {
    zoom: 1;
}

.clear-float :after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

/* banner */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-btn {
    background-color: #b19e7a !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    background-size: 25% !important;
}

.swiper-button-prev {
    left: 100px !important;
}

.swiper-button-next {
    right: 100px !important;
}

.swiper-pagination-bullet-active {
    background: #ff0077 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 20px;
    border-radius: 0;
    height: 3px;
}

.swiper-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
}

/* top bar */
.site {
    height: 36px;
    background-color: #333;
}

.row {
    width: 1090px;
    margin-right: auto;
    margin-left: auto;
    height: 36px;
    line-height: 36px;
}

.site .right {
    text-align: right;
    position: relative;
}

.site .right a {
    display: inline-block;
    color: #ccc;
    font-size: 12px;
}

.switch-link {
    position: absolute;
    left: 0;
}

.switch-link img {
    display: inline-block;
    width: 16px;
    vertical-align: sub;
    margin-right: 5px;
}

.switch-link p {
    display: inline-block;
    color: #ccc;
}

.top-section {
    height: 204px;
    background-color: #fff;
}

.register {
    margin: 0 20px;
}

.split {
    height: 10px;
    width: 1px;
    background: #5c5c5c;
    display: inline-block;
    margin-right: 20px;
}

/* 品牌 */

.brand-section {
    padding-bottom: 40px;
    margin-right: 26px;
    background: #f2f2f2;
}

.brand-section .hd-title {
    border-left: 7px solid #95cd75;
}

.brand-main a {
    display: inline-block;
    float: left;
    width: 357px;
    height: 320px;
    margin-right: 9px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: All 0.4s ease-in;
    -webkit-transition: All 0.4s ease-in;
    -moz-transition: All 0.4s ease-in;
    -o-transition: All 0.4s ease-in;
}

.brand-main a:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
}

.brand-col {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    color: #666;
    border: 1px solid #f1f1f1;
}

.brand-mr0 {
    margin-right: 0 !important;
}

.brand-col h3 {
    font-size: 24px;
    margin: 48px 0 10px;
    text-align: center;
}

.brand-col h3 span {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px;
    display: inline-block;
}

.brand-col .brand-price {
    font-size: 14px;
    text-align: center;
}

.brand-spe {
    width: 357px;
    height: 320px;
    float: left;
}

.brand-spe a {
    height: 155px;
}

.brand-spe a:first-child {
    margin-bottom: 10px;
}

.product-info .pro-desc {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.product-info .pro-desc-spe {
    padding-top: 8px;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.product-col {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-bg {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #fff;
}

.product-bg .deliver-addr {
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-right: 10px;
    background: rgba(180, 160, 120, 0.04);
    color: #666;
    display: inline-block;
}

.product-col .mark span {
    background: #fff;
    padding: 0 3px;
    margin-right: 3px;
    display: inline-block;
    color: #ff743c;
    border: 1px solid #ff743c;
    line-height: 17px;
    height: 17px;
    float: left;
    margin-bottom: 2px;
}

.product-info {
    position: relative;
    background: #fff;
}

.product-info h4 {
    padding-bottom: 5px;
    line-height: 16px;
    color: #333;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 33px;
    font-size: 12px;
}

.product-price {
    height: 30px;
    position: relative;
}

.product-price-spe span {
    line-height: 30px;
}

.product-price span {
    padding-top: 5px;
    color: #f06;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    line-height: 20px;
    font-size: 14px;
}

.product-price i {
    color: #ccc;
    text-decoration: line-through;
    font-size: 12px;
    margin-bottom: -5px;
    display: block;
}

.product-list > div {
    display: inline-block;
    width: 225px;
    margin-right: 14px;
    margin-bottom: 14px;
    background: #fff;
}

.product-list > div:hover .product-price span,
.product-list > div:hover .product-info h4 {
    color: #f46;
}

.product-list h4 a {
    color: #737373;
}

.product-list div:nth-of-type(5n) {
    margin-right: 0 !important;
}

.sc-main .product-list div:nth-of-type(5n) {
    margin-right: 14px !important;
}

.product-price a {
    color: #d4282d;
    display: inline-block;
}

.product-more {
    margin-top: 88px;
}

.product-more img {
    display: block;
    vertical-align: bottom;
    width: 45px;
    margin: 0 auto 15px;
}

.product-more p {
    font-size: 20px;
    color: #999;
    text-align: center;
}

.brand-logo img {
    display: block;
    vertical-align: bottom;
    width: 200px;
    margin: 0 auto;
}

.brand-logo p {
    text-align: center;
    font-size: 22px;
    margin: 20px 0;
    color: #333;
}

.brand-intro {
    text-align: center;
    line-height: 25px;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.nav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 30;
    height: 60px;
}

.nav-fixed .menu-index {
    width: 80%;
}

.nav-fixed .menu-index > li {
    margin-left: 12px;
    margin-right: 12px;
}

.nav-fixed .cart-bar {
    right: 0;
    top: 0;
    cursor: pointer;
    position: inherit;
    float: right;
    margin-top: -24px;
}

.fixed-logo {
    width: 200px;
    float: left;
    display: none;
}

.fixed-logo img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.hide-sub-nav {
    display: none;
}

/* 品牌制造商 */
.brand-l-col1 .brand-title {
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #262022;
}

.brand-l-col1 .brand-title span {
    font-size: 14px;
    margin-left: 16px;
}

.brand-list-section {
    padding-bottom: 30px;
    background: #f5f5f5;
    overflow: hidden;
}

.brand {
    width: 386px;
    height: 150px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    background: #fff;
}

.brand:hover {
    border: 1px solid #f06;
}

.brand .brand-bg {
    width: 110px;
    height: 110px;
    background-color: #fff;
    padding-right: 20px;
    border-right: 1px solid #333;
}

.brand-bd {
    width: 234px;
    height: 110px;
    background-color: #fff;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
}

.brand-bg img {
    display: block;
    width: 100%;
}

.brand-bd,
.brand-bg {
    display: inline-block;
    float: left;
}

.brand-bd h3 {
    font-size: 16px;
    color: #333;
    display: inline-block;
}

.brand-bd .brand-desc {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.brand-bd .brand-guid {
    color: #d4282d;
    padding-top: 10px;
    text-align: right;
    font-size: 13px;
}

.brand-l-col2 {
    margin-top: 40px;
}

.brand-l-col2 a {
    display: inline-block;
    margin-right: 20px;
}

.brand-l-col2 a:nth-of-type(3n) {
    margin-right: 0 !important;
}

.category-filter-section {
    position: relative;
}

.brands-list-section {
    margin-top: 30px;
}

.product-list-section {
    background-color: #f5f5f5;
    padding-bottom: 30px;
}

.category-list-main {
    background-color: #fff;
}

.subProStyle,
.subProStyle .product-bg,
.subProStyle .product-col {
    width: 245px !important;
}

.sub-product-main {
    padding-left: 40px;
    padding-right: 40px;
}

.activity-title {
    float: left;
    font-size: 14px;
}

.activity-title span {
    font-size: 12px;
    color: #999;
    padding-left: 10px;
}

.activity-list-section {
    background-color: #f5f5f5;
    padding-bottom: 30px;
}

.activity-product {
    background-color: #fff;
    padding: 0 40px;
}

.rc-pagination {
    font-size: 12px;
    font-family: 'Arial';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rc-pagination-total-text {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.rc-pagination:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.rc-pagination-item {
    cursor: pointer;
    border-radius: 6px;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    list-style: none;
    float: left;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    margin-right: 8px;
}

.rc-pagination-item a {
    text-decoration: none;
    color: #666;
}

.rc-pagination-item:hover {
    border-color: #b4a078;
}

.rc-pagination-item:hover a {
    color: #b4a078;
}

.rc-pagination-item-active {
    background-color: #f46;
    border-color: #f46;
}

.rc-pagination-item-active a {
    color: #fff;
}

.rc-pagination-item-active:hover a {
    color: #fff;
}

.rc-pagination-jump-prev:after,
.rc-pagination-jump-next:after {
    content: "•••";
    display: block;
    letter-spacing: 2px;
    color: #ccc;
    font-size: 12px;
    margin-top: 1px;
    visibility: inherit;
}

.rc-pagination-jump-prev:hover:after,
.rc-pagination-jump-next:hover:after {
    color: #b4a078;
}

.rc-pagination-jump-prev:hover:after {
    content: "«";
}

.rc-pagination-jump-next:hover:after {
    content: "»";
}

.rc-pagination-prev,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
    margin-right: 8px;
}

.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
    cursor: pointer;
    color: #666;
    font-size: 10px;
    border-radius: 6px;
    list-style: none;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    float: left;
    text-align: center;
}

.rc-pagination-prev a:after {
    content: "‹";
    display: block;
    visibility: inherit;
    width: 100%;
    height: 100%;
}

.rc-pagination-next a:after {
    content: "›";
    display: block;
    visibility: inherit;
    width: 100%;
    height: 100%;
}

.rc-pagination-prev,
.rc-pagination-next {
    border: 1px solid #d9d9d9;
    font-size: 18px;
}

.rc-pagination-prev a,
.rc-pagination-next a {
    color: #666;
}

.rc-pagination-prev a:after,
.rc-pagination-next a:after {
    margin-top: -1px;
}

.rc-pagination-disabled {
    cursor: not-allowed;
}

.rc-pagination-disabled a {
    color: #ccc;
}

.rc-pagination-options {
    float: left;
    margin-left: 15px;
}

.rc-pagination-options-size-changer {
    float: left;
    width: 80px;
}

.rc-pagination-options-quick-jumper {
    float: left;
    margin-left: 16px;
    height: 28px;
    line-height: 28px;
}

.rc-pagination-options-quick-jumper input {
    margin: 0 8px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #d9d9d9;
    outline: none;
    padding: 3px 12px;
    width: 50px;
    height: 28px;
}

.rc-pagination-options-quick-jumper input:hover {
    border-color: #2db7f5;
}

.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
    border: none;
    height: 24px;
    line-height: 24px;
    margin: 0;
    font-size: 18px;
}

.rc-pagination-simple .rc-pagination-simple-pager {
    float: left;
    margin-right: 8px;
}

.rc-pagination-simple .rc-pagination-simple-pager .rc-pagination-slash {
    margin: 0 10px;
}

.rc-pagination-simple .rc-pagination-simple-pager input {
    margin: 0 8px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border: 1px solid #d9d9d9;
    outline: none;
    padding: 5px 8px;
    width: 30px;
    min-height: 20px;
}

.rc-pagination-simple .rc-pagination-simple-pager input:hover {
    border-color: #2db7f5;
}

.pagination-section {
    margin-top: 50px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    display: -o-box;
    display: -ms-box;
    display: box;
    margin-bottom: 30px;
}

.time-icon {
    width: 16px;
    display: inline-block;
    position: absolute;
    top: -1px;
}

.sub-product-title {
    margin-bottom: 30px;
}

.sub-product-title h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.sub-product-title h3 img {
    vertical-align: middle;
    width: 44px;
    display: inline-block;
    margin-right: 15px;
}

.user-info-section {
    padding-bottom: 30px;
}

.search-result-box {
    position: absolute;
    background: #fff;
    border: 1px solid #ff0077;
    border-top: 0;
    width: 382px;
    height: 300px;
    overflow-y: scroll;
    top: 34px;
    left: -1px;
    padding: 10px 0;
    line-height: 22px;
    z-index: 999;
}

.search-result-box a {
    display: block;
    width: 100%;
    padding: 3px 15px;
}

.search-result-box a:link,
.search-result-box a:visited {
    color: #333;
}

.search-result-box a:hover,
.search-result-box a:active {
    color: #333;
    background-color: rgba(180, 160, 120, 0.2);
}

.search-main {
    padding-top: 40px;
}

.not-find {
    background-color: #f5f5f5;
    padding: 50px 0;
    margin-bottom: 40px;
}

.not-find p {
    text-align: center;
    height: 200px;
    line-height: 200px;
    font-size: 15px;
    font-weight: 700
}

.search-box {
    background: #fff;
    color: #666;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
}

.search-b-col {
    position: relative;
}

.search-more {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cacaca;
    padding: 2px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: absolute;
    right: -20px;
    top: 0;
}

.search-b-c1 {
    width: 80px;
    color: #333;
    padding-left: 10px;
    font-weight: 500;
    background: #fafafa;
    border-bottom: 1px solid #fff;
    position: absolute;
    height: 100%;
    padding-top: 18px;
}

.search-b-c2 {
    float: left;
    width: 1085px;
    height: 46px;
    overflow: hidden;
    border-bottom: 1px dotted #f1f1f1;
    margin-left: 110px;
}

.search-b-c2-1 {
    position: absolute;
    right: 60px;
    cursor: pointer;
    top: 18px;
}

.search-b-c2-2 ul li {
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 20px;
}

.search-b-c2-2 ul {
    width: 93%;
    padding-top: 18px;
}

.search-show-more ul {
    max-height: 180px;
    overflow-y: scroll;
}

.search-b-c2-2 a:link,
.search-b-c2-2 a:visited {
    color: #666;
}

.search-b-c2-2 a:hover,
.search-b-c2-2 a:active {
    color: #b4a078;
}

.search-b-c2-spe a {
    width: auto;
}

.search-show-more {
    height: auto;
    width: 940px;
    margin-left: 110px;
    border-bottom: 1px dotted #d2d2d2;
}

.search-show-more ul {
    width: 90%;
}

.search-return {
    border: 1px solid #999;
    padding: 2px 0 1px 3px;
    color: #666 !important;
}

.search-return i {
    color: #333;
}

.search-return span {
    color: #999;
    display: inline-block;
    margin-left: 3px;
    padding: 2px 6px 1px 8px;
}

.search-return:hover span {
    color: #fff;
    background-color: #ddd;
}

.search-b-c2-1 span {
    display: inline-block;
    float: left;
}

.search-b-c2-1 span:first-child {
    margin-right: 5px;
}

.multiple-box {
    border-top: 1px dashed #ececec;
    padding-top: 10px;
}

.multiple-box a {
    border: 1px solid #DDD;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    width: 75px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.multiple-confirm {
    background-color: none !important;
    color: #ccc;
    margin-right: 10px !important;
    cursor: not-allowed;
}

.multiple-confirm:hover {
    color: #222 !important;
}

.multiple-cancel {
    background-color: #f7f7f7;
    color: #666;
}

.multiple-btn {
    width: 186px;
    margin: 10px auto 0;
}

.multiple-select span {
    display: inline-block;
    margin-right: 20px;
    color: #b4a078;
    cursor: pointer;
}

.multiple-select span:first-child {
    color: #333;
}

.multiple-confirm-pass {
    cursor: pointer;
    background-color: #b4a078;
    color: #fff !important;
    margin-right: 20px;
}

.multiple-confirm-pass:hover {
    color: #fff !important;
}

.multiple-select span img {
    width: 16px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 3px;
}

.multiple-select span:hover img {
    background-color: #ececec;
}

.user {
    background: url(../images/account-icon.png) no-repeat 5px center;
}

.password {
    background: url(../images/password-icon.png) no-repeat 5px center;
}

.error {
    color: #d4282d;
    border: 1px solid #ffd797;
    background: url(../images/error-icon.png) no-repeat 5px center;
    background-size: 16px;
    background-color: #feebe3;
    padding-left: 30px;
    position: absolute;
    top: 5px;
    width: 300px;;
}

.login-form,
.login-form label {
    position: relative;
}

.shipping-block {
    display: block !important;
    margin-top: 10px;
}

.shipping-box {
    border: 1px dashed #f1f1f1;
    position: relative;
    width: 522px;
    min-height: 57px;
    margin: 0 auto 20px;
}

.shipping-box p {
    text-align: center;
    padding: 15px 0;
}

.shipping-img {
    width: 100%;
    display: block;
}

.shipping-none {
    color: #b4a078;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    background: url(../images/close.png) no-repeat right center;
    background-size: 20px auto;
    padding-right: 15px;
}

.order-d-detail {
    margin-top: 15px;
    border: 1px solid #c9d8e6;
}

.order-d2 {
    width: 300px;
    text-align: center;
}

.order-d3 {
    width: 108px;
    text-align: center;
}

.order-list-top ul li {
    display: inline-block;
    float: left;
    text-align: center;
}

.order-list-top ul li:first-child {
    text-align: left;
}

.order-t1 {
    width: 450px;
}

.order-t2 {
    width: 295px;
}

.order-t3 {
    width: 113px;
}

.logistics-bottom {
    display: block;
    position: relative;
}

.logistics-bottom .shipping-pic {
    border: 1px solid #666;
    padding: 3px 6px;
    color: #666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    float: right;
    margin-left: 15px;
    margin-top: -4px;
    cursor: pointer;
}

.shipping-msg {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
}

.logistics-bottom a:hover {
    background-color: #b4a078;
    color: #fff;
}

.order-id {
    margin: 0 30px;
}

.order-list-bottom .order-item-col {
    border-bottom: 1px dashed #f1f1f1;
}

.order-list-bottom .order-item-col:last-child {
    border-bottom: 0 !important;
}

.order-d1 .pro-base h3 {
    width: 350px !important;
}

.logo-box {
    border-bottom: 3px solid #333;
}

.logo-box img {
    width: 280px;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    cursor: pointer;
}

.dialog-box {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.dialog-main {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px 43px 20px 43px;
    width: 500px;
    font-size: 13px;
}

.dialog-main2 {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    font-size: 13px;
}

.dialog-main2 .close {
    position: absolute;
    width: 23px;
    height: 24px;
    top: -12px;
    right: -12px;
    color: #ccc;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: #fff;
    line-height: 20px;
}

.dialog-main2 .brand_img {
    display: block;
    width: 100%;
    height: 100%;
}

.dialog-main h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.dialog-form {
    max-height: 300px;
    overflow-y: scroll;
}

.dialog-form span {
    display: inline-block;
    width: 90px;
    float: left;
    padding-top: 11px;
}

.dialog-form div {
    position: relative;
}

.dialog-form input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    font-size: 12px;
    margin-bottom: 28px;
    width: 424px;
    padding-left: 9px;
}

.dialog-form textarea {
    border: 1px solid #ddd;
    height: 60px;
    resize: none;
    width: 424px;
    padding-left: 9px;
}

.dialog-form input,
.dialog-form textarea,
.dialog-btn a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #999;
}

.dialog-btn {
    margin-top: 35px;
}

.dialog-btn a {
    width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    display: inline-block;
    background-color: red;
    text-align: center;
}

.dialog-btn a.confirm {
    background: #f46;
    color: #fff;
    margin-right: 105px;
    margin-left: 55px;
    border: 1px solid #f5f5f5;
}

.dialog-btn a.confirm:hover {
    background: #f55;
}

.dialog-btn a.cancel {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #333;
}

.dialog-btn a.cancel:hover {
    background-color: #fff;
}

.dialog-main .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.error2,
.error3 {
    border: 0;
    background-color: #fff;
    width: auto;
    top: 37px;
    left: 84px;
}

.error3 {
    top: 63px;
}

.pay-wx-section {
    background-color: #fff;
    padding-top: 20px;
}

.wx-top {
    position: relative;
    padding: 20px;
    margin-bottom: 53px;
    border-bottom: 1px solid #f5f5f5;
    line-height: 1;
}

.wx-p1 {
    font-size: 16px;
}

.wx-p2,
.wx-p3 {
    font-size: 14px;
    color: #666;
}

.wx-p3,
.wx-p4 {
    padding-bottom: 0 !important;
}

.wx-p4 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
}

.wx-bottom-main {
    width: 555px;
    height: 351px;
    margin: 0 auto 20px;
}

.wx-bottom-main div {
    display: inline-block;
    float: left;
}

.wx-pic {
    width: 158px;
    height: 158px;
    padding: 5px;
    border: 1px solid #f3f3f3;
    margin: 60px 117px 11px 0;
}

.wx-pic p {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
}

.wx-pic img {
    display: block;
    width: 100%;
}

.wx-bottom a {
    color: #69c;
    font-size: 14px;
}

.wx-bottom a:hover {
    color: #b4a078;
}

.dialog-form ul {
    border: 1px solid #f1f1f1;
}

.dialog-form ul li:first-child {
    background-color: #f1f1f1;
}

.dialog-form ul li {
    text-align: center;
    border-bottom: 1px dashed #f1f1f1;
    padding: 7px 0;
    line-height: 20px;
    color: #666;
}

.dialog-form ul li:hover,
.select-addr {
    background-color: #f1f1f1;
}

.dialog-form ul li:last-child {
    border: 0;
}

.dialog-form ul li span {
    padding: 0 !important;
}

.dialog-form ul li span:first-child {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.error4 {
    background-color: #fff;
    border: 0;
    top: -5px;
    margin-left: 20px;
}

.country {
    position: absolute;
    width: 100px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background-color: #fff !important;
    margin-left: 15px;
    color: #999;
    top: 0;
    left: -15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    z-index: 999;
}

.phone-col {
    margin-left: 110px !important;
}

.error5 {
    top: 28px;
    left: 95px;
    width: auto;
    border: 0;
    background-color: transparent;
}

.alert-section {
    padding: 35px;
    width: 350px;
    min-height: 90px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 13px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -45px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 20px;
    z-index: 99999
}

.cart-detail-group .pro-text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
}

.empty-cart {
    height: 320px;
    text-align: center;
    padding-top: 120px;
    margin-top: 30px;
    font: 700 16px/1 helvetica, tahoma, arial, sans-serif;
}

.empty-cart a {
    color: #69c;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.empty-cart a:hover {
    color: #b4a078;
}

.empty-cart p img {
    display: block;
    width: 45px;
    margin: 0 auto 20px;
}

.confirm-info {
    padding: 15px 30px;
    text-align: right;
    line-height: 28px;
    border: 1px solid #d8d8d8;
    margin-top: 30px;
}

.confirm-spe {
    border-top: 1px solid #dbd7d8;
    padding-top: 15px;
    padding-bottom: 10px !important;
}

.confirm-section {
    position: relative;
    color: #666;
    padding-bottom: 20px;
}

.comfirm-c1 {
    position: absolute;
}

.comfirm-c1 p {
    text-align: left;
}

.comfirm-c1 textarea {
    color: #999;
    padding: 5px 10px;
    line-height: 18px;
    width: 300px;
    height: 70px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
}

.confirm-c2 span {
    display: inline-block;
    width: 160px;
}

.confirm-c3 p {
    display: inline-block;
    padding-top: 29px;
    padding-right: 15px;
}

.confirm-c3 p span {
    font-size: 18px;
}

.confirm-c3 a {
    display: inline-block;
    margin-left: 20px;
}

.confirm-section .back {
    position: absolute;
    left: 0;
    bottom: 10px;
    text-decoration: underline;
    color: #666;
}

.confirm-section .back:hover {
    color: #b4a078;
}

.confirm-spe span {
    margin-left: 15px;
}

.pay-main {
    margin: 7px auto 20px;
    background: #fff;
}

.pay-main h3 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: right;
    padding-right: 20px;
}

.pay-main h3 span {
    float: right;
    font-size: 15px;
    color: #666;
    font-weight: normal;
}

.pay-main .pay-infor {
    font-size: 16px;
    color: #999;
}

.pay-main .pay-infor span {
    color: #333;
    float: right;
}

.pay-col {
    padding-bottom: 20px;
    position: relative;
}

.pay-col .pay-c1 {
    height: 42px;
    line-height: 42px;
    background: #f5f5f5;
    padding-left: 20px;
    color: #666;
    font-size: 14px;
}

.pay-col p {
    color: #666;
    font-size: 12px;
    line-height: 16px;
}

.pay-col .pay-c2,
.pay-col .pay-c3 {
    margin: 0 40px;
    padding-bottom: 30px;
    display: inline-block;
}

.pay-col img {
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.pay-col label {
    font-size: 13px;
    display: inline-block;
    padding: 7px 10px 7px 0;
    border: 1px solid #ececec;
    cursor: pointer;
    min-width: 195px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.pay-select {
    border: 1px solid #b4a078 !important;
    color: #b4a078;
}

.pay-c2 input[type="radio"] {
    visibility: hidden;
}

.pay-c3 input[type="radio"] {
    visibility: hidden;
}

.pay-bottom {
    position: relative;
}

.pay-bottom p {
    text-align: right;
    line-height: 40px;
    font-size: 14px
}

.pay-bottom p a {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
}

.detail-pay {
    position: absolute;
    right: 0;
    top: -10px;
}

.detail-pay .pay {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.order-bar {
    margin-bottom: 15px;
}

.order-bar input {
    margin-right: 7px;
}

.order-bar > a {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #b4a078;
    color: #b4a078;
    padding: 6px 10px;
    margin-left: 20px;
}

.order-bar > a:hover {
    background-color: #b4a078;
    color: #fff;
}

.green {
    color: green;
}

.disable-btn {
    background-color: #ccc;
    cursor: no-drop;
}

.wxpay-bar {
    width: 100%;
    height: 85px;
    padding-top: 18px;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid #f5f5f5;
}

.wxpay-bar p {
    padding: 30px 0;
    color: #d4282d;
}

.wxpay-bar a {
    display: inline-block;
    background: #f46;
    margin: 0 50px;
    padding: 10px 0;
    width: 150px;
    color: #fff;
}

.wxpay-bar a:first-child {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #333 !important;
}

.wxpay-bar a:first-child:hover {
    background-color: #fff;
}

.memo-col {
    border: 1px solid #e8e8e8;
    border-top: 0;
    line-height: 17px;
    color: #999;
    padding: 10px 20px;
}

.memo-col span {
    color: #666;
}

.giro-main {
    padding: 50px 0;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.giro-p1 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 400;
}

.giro-p2 {
    font-size: 15px;
    text-align: center;
    color: #999;
    margin-bottom: 50px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.back-section {
    position: fixed;
    bottom: 70px;
    right: 70px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 2px;
}

.back-section img {
    display: block;
    width: 100%;
}

.no-confirm {
    padding: 50px 0;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.pay-confirm {
    position: relative;
    background: #fff;
    height: 90px;
    padding: 15px;
}

.pay-confirm img {
    width: 60px;
    border: 1px solid #a2cf07;
    padding: 12px;
    position: absolute;
}

.pay-confirm-tip {
    margin-left: 75px;
    padding-top: 13px;
}

.pay-confirm-tip p:first-child {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.giro-btn-box {
    height: 40px;
    display: inline-block;
    background: #98add0;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.giro-btn-box a:nth-of-type(2) {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.giro-btn-box a:hover {
    color: #f1f1f1;
}

.giro-btn-box a {
    width: 110px;
    text-align: center;
    color: #fff;
    margin-left: 0 !important;
}

.checkbox-label {
    background: url(../images/no-select.png) no-repeat left center;
    background-size: contain;
}

.checkbox-label input[type="checkbox"],
.checkbox-select input[type="checkbox"],
.order-bar input[type="checkbox"] {
    visibility: hidden;
}

.checkbox-select {
    background: url(../images/select.png) no-repeat left center;
    background-size: contain;
}

.add-cart {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 7px;
    background: url(../images/addCart.png) no-repeat center;
    background-size: 20px;
}

.spinner {
    margin: 100px auto;
    width: 80px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.spinner > span {
    display: inline-block;
    background-color: #b4a078;
    height: 100%;
    width: 6px;
    margin-right: 5px !important;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.loading-section {
    display: none;
    background: rgba(0, 0, 0, 0.1);
    width: 100% !important;
    height: 100%;
}

.loading-main,
.loading-section {
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

.product-stock {
    padding-top: 5px;
    color: #b4a078;
}

.copyright {
    margin-top: 15px;
    color: #ccc;
}

.no-order img {
    width: 64px;
    margin: 150px auto 20px;
}

.no-order {
    border: 1px solid #ececec;
    text-align: center;
    font-size: 16px;
    color: #999;
    padding-bottom: 447px;
}

.month-bar {
    margin-bottom: 15px;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
}

.month-bar p {
    display: inline-block;
    margin-left: 15px;
    color: #666;
}

.month-bar p:first-child {
    border-right: 1px solid #dddddd;
    padding-right: 15px;
}

.month-bar span {
    color: #d4282d;
}

.status-line {
    display: inline-block;
    padding: 0 7px;
    color: #999;
}

.default-shipping-img {
    width: 370px;
    margin: 0 auto;
}

.send-tip {
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
    color: #666;
}

.line-c1,
.line-c2 {
    position: relative;
}

.line-c1 .pay-c4 {
    top: 40px;
}

.line-c2 {
    margin-top: 20px;
}

.line-c2 .pay-c4 {
    top: -20px;
}

.pay-col label i {
    color: #999;
    font-size: 13px;
}

.pay-select i {
    color: #b4a078 !important;
}

.pay-select-info p {
    color: #b4a078;
}

.warehouse-select {
    background: url(../images/mobile/filter-select.png) no-repeat right center;
    background-size: 10px;
}

.search-warehouse a {
    color: #222;
    margin-right: 20px;
}

.order-filter-bar {
    height: 35px;
    margin-bottom: 45px;
    position: relative;
}

.filter-col1 {
    display: inline-block;
}

.order-filter-bar .filter-col1 ul {
    padding: 12px 0;
}

.order-filter-bar .filter-col1 ul li {
    display: inline-block;
    border-right: 1px solid #e4eaee;
    padding: 0 15px;
    cursor: pointer;
}

.order-filter-bar .filter-col1 a:link,
.order-filter-bar .filter-col1 a:visited {
    color: #666;
}

.order-filter-bar .filter-col1 a:hover,
.order-filter-bar .filter-col1 a:active {
    color: #b4a078;
}

.order-filter-bar .filter-col1 ul li:last-child {
    border-right: 0;
}

.order-filter-bar .filter-col2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.order-filter-bar .filter-col2 input {
    width: 285px;
    font-size: 12px;
    padding: 7px 20px 7px 0;
    margin-top: 4px;
    color: #666;
    border-bottom: 1px solid #f5f5f5;
}

.order-filter-bar .filter-col2 span {
    display: inline-block;
    width: 18px;
    cursor: pointer;
    position: absolute;
    top: 10px;
}

.order-filter-bar .filter-col2 span img {
    display: block;
    width: 100%;
}

.order-filter-current,
.order-filter-bar .filter-col1 ul li:hover {
    color: #f36 !important;
}

.red-packet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://nzhg-10054974.cos.myqcloud.com/website/redPacketBg.jpg) no-repeat center;
    background-size: cover;
}

.none {
    display: none;
}

.red-packet-main {
    width: 600px;
    background: url(http://nzhg-10054974.cos.myqcloud.com/website/redpacket.png) no-repeat center;
    background-size: cover;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
}

.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    50% {
        opacity: .5;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.red-packet-col {
    position: relative;
    width: 100%;
    height: 100%;
}

.red-packet-text {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.red-packet-text .tip {
    font-size: 12px;
    color: #666;
    padding-top: 12px;
}

.red-packet-text span {
    font-size: 15px;
    display: block;
    margin-top: 3px;
    color: #d22b33;
    border-bottom: 1px dashed rgba(251, 218, 48, 0.2);
    padding-bottom: 5px;
}

.red-packet-text p {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.loading-box {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #f1f1f1;
    text-align: center;
    z-index: 999;
}

.loading-box img {
    width: 30px;
    height: 30px;
    margin: 15px auto 15px;
    display: block;
}

.pay-packet {
    font-size: 12px;
    color: #999;
}

.confirm-c3 a {
    background: #f46;
}

.free-icon {
    width: 35px;
}

.modifyPwd {
    color: #b4a078;
    margin-left: 20px;
}

.fail-tip {
    padding-top: 10px;
}

.logistics-detail ul li {
    line-height: 30px;
    border-left: 1px solid #ececec;
}

.logistics-detail ul li span {
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
}

.logistics-detail ul li span i {
    position: absolute;
    top: 0;
    left: -5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d8d8d8;
    border: 2px solid #f1f1f1;
    padding: 3px;
}

.logistics-detail ul li:first-child {
    color: #d22b33;
}

.logistics-detail ul li:first-child span i {
    background-color: #d22b33;
    border: 2px solid #feebe6;
}

.no-track {
    width: 100% !important;
}

.no-track {
    width: 40px !important;
    margin: 30px auto;
    display: block;
}

.track-link {
    border: 0 !important;
    color: #72a6d5 !important;
    text-decoration: underline;
}

.track-link:hover {
    background: none !important;
    color: #b4a078 !important;
}

.website-track {
    margin: 10px 0 20px;
    color: #666;
}

.website-track a {
    position: inherit !important;
    border: 0 !important;
    color: #0000ff !important;
    padding: 0 5px !important;
    text-decoration: underline;
}

.website-track a:hover {
    background: #fff !important;
    color: #b4a078 !important;
}

.website-track span {
    color: #b4a078;
    font-weight: 500;
    margin: 0 5px;
}

.addr-select {
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    font-size: 12px;
    margin-bottom: 15px;
    color: #999;
    padding-left: 7px;
    width: 133px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background-position: 115px center !important;
}

.no-addr {
    border: 1px solid #ececec;
    height: 700px;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.no-addr img {
    width: 80px;
    margin: 100px auto 20px;
    display: block;
}

.no-addr p {
    font-size: 14px;
    color: #69c;
    padding-top: 10px;
    cursor: pointer;
}

.area-select-col {
    display: inline-block;
    margin-right: 12px;
}

.area-select-col .error2,
.area-select-col .error3 {
    left: 0 !important;
}

.area-select-col:last-child {
    margin-right: 0;
}

.recipient-main .addr-select {
    border: 1px solid #ebebeb;
    height: 30px;
    line-height: 30px;
    width: 105px;
    background-position: 65px center !important;
}

.recipient-main .area-select-col {
    margin-right: 3px;
}

.confirm-area {
    height: 38px;
}

.confirm-area span {
    width: 85px;
    padding-right: 10px;
    text-align: right;
    display: inline-block;
}

.order-cancel-btn .confirm {
    margin-left: 40px !important;
}

.send-info-box ul li span {
    min-height: 20px;
}

.save-checkbox {
    width: auto !important;
    height: auto !important;
    margin-right: 5px;
}

.save-checkbox-p {
    text-align: left !important;
    padding-top: 14px !important;
    padding-bottom: 0 !important;
    height: 25px;
    margin-left: 85px;
    color: #999;
}

.certificate {
    margin-left: 20px;
}

.certificate-section {
    background: #f6f7f2;
    overflow: hidden;
}

.certificate-title {
    margin-top: 30px;
}

.certificate-title h2 {
    font-family: "Microsoft Yahei", "微软雅黑", verdana, serif;
    color: #333;
    font-size: 28px;
    letter-spacing: 3px;
    margin: 0 10px;
    display: inline-block;
}

.certificate-section2 {
    background: #f6f7f2;
    padding: 40px 0;
}

.certificate-section2 img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.certificate-section2 h3 {
    line-height: 32px;
    text-align: center;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    border-top: 1px solid #ececec;
}

.certificate-h {
    display: inline-block;
    float: left;
    width: 25%;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
}

.certificate-pic {
    width: 100%;
    height: 179px;
    overflow: hidden;
}

.certificate-animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.certificateZoomIn {
    -webkit-animation-name: certificateZoom;
    animation-name: certificateZoom;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 3px 1px #ececec;
    -moz-box-shadow: 0 0 3px 1px #ececec;
    -webkit-box-shadow: 0 0 3px 1px #ececec;
    position: relative;
}

@keyframes certificateZoom {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.certificate-close {
    position: absolute;
    right: 9px;
    top: 10px;
    z-index: 1;
    width: 15px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.certificate-close img {
    display: block;
}

.certificate-close:hover {
    background: #fff;
}

.certificate-section3 {
    background: #f7f8fd;
}

.certificate-section3 h3 {
    border-top: 1px solid #ececec;
}

.certificate-section3 .certificate-pic {
    height: 357px !important;
    overflow: hidden;
    background: #fff;
}

.ctip-box img {
    width: 10px;
    vertical-align: baseline;
    margin-right: 5px;
}

.ctip-box {
    color: #d22b33;
    margin-bottom: -30px;
    line-height: 18px;
    margin-top: 10px;
    background: #fff1f3;
    padding: 3px 10px;
}

.ctip-main {
    padding-left: 17px;
    margin-top: 7px;
}

.home-shop-section {
    padding: 10px 0;
    color: #666;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
}

.home-shop-col {
    border-right: 1px solid #ececec;
    padding-left: 6px;
    background: #fff;
    height: 110px !important;
    padding-top: 10px;
}

.home-shop-col h2 {
    font-size: 14px;
    margin-bottom: 12px;
    color: #333;
}

.home-shop-col p {
    font-size: 12px;
    margin-bottom: 5px;
}

.home-shop-col p:last-child {
    margin-bottom: 0;
}

.sname {
    background: url(../images/phone-icon.png) no-repeat center left;
}

.saddr {
    background: url(../images/addr-icon.png) no-repeat center left;
}

.stime {
    background: url(../images/time-icon.png) no-repeat center left;
}

.saddr,
.sname,
.stime {
    background-size: 12px;
    padding-left: 16px;
}

.not-join {
    color: #d4282d;
    display: inline-block;
    float: left;
    padding-right: 2px;
}

.small-cart-detail {
    width: 295px;
    height: 310px;
    background: #fff;
    position: absolute;
    top: 30px;
    right: -19px;
    z-index: 99;
    border: 1px solid #D8CEBC;
    line-height: 14px;
}

.small-cart-detail h3 {
    padding: 0 9px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-weight: bold;
}

.small-cart-detail h4 {
    padding: 9px;
    background: rgba(180, 160, 120, 0.03);
}

.small-cart-main {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 80px;
}

.small-cart-main dl {
    padding: 8px 11px;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
}

.small-cart-main dt {
    margin-right: 12px;
    float: left;
    width: 58px;
    height: 58px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.small-cart-main dt img {
    display: block;
    width: 100%;
}

.small-cart-main dd {
    overflow: hidden;
}

.small-cart-main dd .tit {
    margin: 2px 0;
    height: 36px;
    overflow: hidden;
}

.small-cart-main dd .small-num {
    float: right;
    height: 36px;
    margin-left: 40px;
    color: #666;
}

.small-cart-main dd .small-price {
    color: #d4282d;
}

.small-cart-main a:link,
.small-cart-main a:visited {
    color: #666;
}

.small-cart-main a:hover,
.small-cart-main a:active {
    color: #b4a078;
}

.small-btn {
    padding: 7px;
    text-align: right;
    background-color: #f5f5f5;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.small-btn a {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background-color: #b4a078;
    color: #fff;
}

.small-cart-box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #999;
    overflow: hidden;
}

.tit-detail {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #666;
    position: absolute;
    top: -6px;
    right: 23px;
    z-index: 9;
}

.fixed-cart-detail {
    right: -20px !important;
    top: 30px !important;
}

.add-cart-tip {
    background: #f1f1f1;
    text-align: center;
    color: #f06;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100px;
    padding: 5px 0;
    left: 50%;
    margin-left: -50px;
    border: 1px solid rgba(255, 0, 85, 0.23);
    display: none;
}

.add-cart-animated {
    display: block;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.add-cart-zoomIn {
    -webkit-animation-name: add-cart-zoomIn;
    animation-name: add-cart-zoomIn
}

@keyframes add-cart-zoomIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
}

.not-allow {
    background: #ccc !important;
}

.q-box {
    width: 15px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.q-box img {
    display: block;
    width: 100%;
}

.shipping-desc {
    background: #fff;
    position: absolute;
    min-width: 300px;
    right: 8px;
    top: 45px;
    line-height: 20px;
    border: 1px solid #b4a078;
    text-align: left;
    padding: 10px 15px;
    color: #666;
    z-index: 9;
}

.shipping-desc p span {
    padding-left: 15px;
}

.shipping-total-desc {
    top: 30px !important;
    right: -22px !important;
}

.shipping-company {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px;
    position: relative;
}

.shipping-num {
    background: #eff7ff;
    padding: 10px;
}

.shipping-detail ul {
    padding: 0 10px;
}

.shipping-no-result {
    color: #d4282d;
    margin: 20px 10px;
}

.recharge-price {
    float: right;
    padding-top: 12px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 6px;
}

.recharge-price span {
    font-weight: 500;
    color: #f36;
    margin-left: 5px;
    font-size: 16px;
}

.recharge-tip {
    padding-top: 23px;
    color: #999;
    text-align: right;
}

.recharge-col {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px dashed #ececec;
    color: #666;
}

.recharge-p1 {
    font-size: 14px;
}

.recharge-p2 {
    padding-top: 10px;
    color: #999;
}

.recharge-p3 {
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 14px;
}

.recharge-title {
    background: #f8f8f8;
    padding: 12px 10px;
    font-size: 14px;
}

.recharge-title span {
    float: right;
}

.pay-style-col {
    padding: 20px 0 0 15px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    margin-bottom: -1px;
}

.pay-style-col h4 {
    color: #666;
    margin-bottom: 15px;
}

.pay-style {
    display: inline-block;
    margin-right: 35px;
    max-width: 700px;
    float: left;
}

.pay-style input[type="radio"] {
    visibility: hidden;
}

.pay-style-col:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0;
}

.pay-style-main {
    margin: 8px 0 20px 0;
}

.no-recharge {
    margin: 80px 0 50px;
}

.no-recharge img {
    width: 40px;
    margin: 0 auto;
    display: block;
}

.no-recharge p {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.pay-Offline-btn a,
.part-cancel {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.pay-Offline-btn {
    float: right;
    font-size: 14px;
    margin-top: 20px;
}

.pay-code {
    position: relative;
}

.pay-code span {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

.pay-code input {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #eaeaea;
    color: #999;
    width: 100%;
}

.pay-code select {
    position: absolute;
    top: 6px;
    color: #666;
    border: 0;
    padding-right: 10px !important;
    background-position: right center !important;
    cursor: pointer;
}

.pay-code a {
    position: absolute;
    right: 0;
    top: 3px;
    color: #b4a078;
    background: rgb(244, 241, 235);
    padding: 5px 10px;
}

.pay-phone {
    padding-left: 110px !important;
}

.pay-code-box {
    position: absolute;
    right: -56px;
    top: -7px;
}

.pay-disable {
    cursor: not-allowed !important;
    color: #bfbfbf !important;
}

.pay-disable i {
    color: #bfbfbf !important;
}

.pay-code label {
    position: relative;
    height: 43px;
    display: block;
    width: 260px;
    margin: 20px auto 20px;
}

.paycode-p1 {
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 15px;
}

.paycode-p2 {
    color: #999;
    font-size: 12px;
    margin-top: 20px;
    border-top: 1px dashed #ececec;
    padding-top: 10px;
}

.pay-page .dialog-btn {
    margin-top: 18px;
}

.pay-page .dialog-btn a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
}

.detail-limit {
    background: #ef2f23;
    position: relative;
    top: -10px;
    left: -9px;
    width: 107%;
    padding-left: 10px;
}

.detail-limit p {
    color: #fff !important;
}

.detail-limit p span {
    font-size: 16px;
    margin-right: 10px;
}

.limit-p {
    background: #d44646;
    color: #fff;
    padding: 8px 6px;
    margin-top: -9px;
}

.limit-col {
    display: inline-block;
    position: relative;
    z-index: 9;
    overflow: hidden;
    width: 232px;
    height: 334px;
    margin: 0 10px 10px 0;
    border: 1 px solid #e5e5e5;
    float: left;
}

.limit-col:nth-of-type(5n) {
    margin-right: 0;
}

.limit-pic-box {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    margin: 0 auto 30px;
    transition: All 0.4s ease-in;
    -webkit-transition: All 0.4s ease-in;
    -moz-transition: All 0.4s ease-in;
    -o-transition: All 0.4s ease-in;
}

.limit-pic-box:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
}

.limit-pic {
    position: relative;
    height: 235px;
    background-color: #fff;
}

.limit-main {
    padding: 10px 10px 20px 10px;
    border-top: 1px solid #f7f7f7;
    background: #fff;
}

.limit-p1 {
    font-size: 13px;
    margin-bottom: 2px;
    height: 38px;
}

.limit-p1 a:link,
.limit-p1 a:visited {
    color: #666;
}

.limit-p2 {
    color: #666;
    margin-bottom: 6px;
}

.limit-p1,
.limit-p2 {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
}

.limit-p2 {
    -webkit-line-clamp: 1 !important;
}

.limit-p3 {
    color: #b4a078;
    position: absolute;
    top: 0;
    left: 0;
}

.limit-p3 span {
    background: #fff;
    padding: 0 2px;
    margin-right: 3px;
    display: inline-block;
    color: #ff743c;
    border: 1px solid #ff743c;
    line-height: 17px;
    height: 17px;
    float: left;
    margin-bottom: 2px;
}

.limit-p4 {
    color: #d4282d;
    font-size: 13px;
    line-height: 5px;
    margin: 6px 0;
    font-weight: 500;
}

.limit-p4 i {
    color: #999;
    font-size: 12px;
    margin-left: 6px;
    text-decoration: line-through;
}

.limit-p4 i,
.limit-p4 span {
    display: inline-block;
}

.limit-p4 a:link,
.limit-p4 a:visited {
    color: #d22b33;
}

.limit-p4 a:hover,
.limit-p4 a:active {
    color: #d4282d;
}

.limit-p5 {
    color: #b4a078;
    margin-bottom: 6px;
}

.limit-p6 {
    color: #666;
    position: relative;
}

.limit-p6 .add-cart {
    background: #ff4747;
    color: #fff;
    width: 60px;
    right: 0;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    bottom: 0;
    cursor: pointer;
}

.limit-p7 {
    height: 27px;
    line-height: 27px;
    position: absolute;
    width: 100%;
    text-align: center;
    background: rgba(255, 0, 0, 0.7);
    color: #fff;
    bottom: 25px;
}

.limit-p7-span {
    font-size: 14px;
    margin-right: 7px;
}

.limit-p7 span {
    display: inline-block;
    float: left;
}

.activity-limit-section {
    padding-bottom: 20px;
    background-color: #fafafa;
    margin-top: 50px;
}

.limit-p8 {
    background-color: #ccc;
    color: #fff !important;
}

.limit-p7 .limit-p8 {
    display: block;
    margin: -7px;
    padding: 7px;
}

.shipping-style {
    position: relative;
}

.shipping-style-title {
    position: absolute;
    left: 33%;
    top: 0;
}

.shipping-style label {
    display: block;
    cursor: pointer;
    position: relative;
    width: 60%;
    margin-left: 40%;
    height: 30px;
}

.shipping-style label input {
    vertical-align: inherit;
    margin-right: 6px;
}

.shipping-style p {
    display: inline-block;
    padding-left: 6px;
}

.shipping-style p span {
    display: inline-block;
    width: 245px;
    text-align: left;
}

.shipping-flag {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 100%;
}

.shipping-flag img {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}

.limit-col .shipping-flag {
    position: absolute;
    top: 4px;
    left: 240px;
}

.detail-shiping-flag {
    left: 385px;
    width: 30px;
    bottom: 10px;
}

.shipping-disabled {
    color: #abaaaa;
}

.not-tt-shop {
    position: relative;
}

.shipping-desc p {
    display: block !important;
}

.cart-detail .shipping-flag {
    bottom: 0;
    left: 58px;
}

.prime-sec1 {
    width: 100%;
    position: relative;
}

.prime-sec1 p {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    right: 25px;
}

.prime-sec1 img {
    display: block;
    width: 100%;
}

.prime-sec2 {
    margin-top: 40px;
}

.prime-sec2 table {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #666;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}

.prime-sec2 table th {
    background: #eccf4f;
    height: 36px;
    border: 1px solid #e0c04f;
}

.prime-sec2 table td {
    height: 36px;
    border: 1px solid #e0c04f;
}

.prime-c1 dl {
    margin-bottom: 25px;
}

.prime-c1 dt,
.prime-c1 dd {
    display: inline-block;
    float: left;
}

.prime-c1 img {
    width: 40px;
}

.prime-c1 dd {
    margin-left: 20px;
}

.prime-c1 dd h3 {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 4px;
    font-weight: 500;
}

.prime-c1 dd p {
    font-size: 12px;
    color: #666;
}

.prime-c1,
.prime-c2 {
    display: inline-block;
    float: left;
}

.prime-c2 {
    display: inline-block;
    float: left;
    width: 200px;
    margin-left: 117px;
}

.prime-c2 p {
    text-align: center;
    line-height: 14px;
    margin: 0 auto;
    color: #999;
}

.prime-btn {
    display: block;
    color: #fff;
    background: #f46;
    padding: 10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e0c04f
}

.prime-btn:hover {
    color: #e0c04f;
    background: #fff;
}

.prime-qrcode {
    width: 111px;
    display: block;
    margin: 15px auto 0;
}

.prime-sec3 {
    width: 610px;
    margin: 30px auto;
}

.prime-s3-p1 {
    font-size: 15px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.prime-s3-s1,
.prime-s3-s2 {
    color: #e0c04f;
    font-size: 18px;
}

.prime-s3-col {
    position: relative;
}

.prime-s3-i1 {
    width: 35px;
    position: absolute;
    left: -10px;
    top: 0;
}

.prime-s3-col {
    padding-left: 34px;
    font-size: 15px;
}

.prime-s3-col li {
    margin-bottom: 10px;
}

.prime-s3-i2 {
    width: 50px;
    vertical-align: middle;
}

.prime-back {
    display: inline-block;
    font-size: 14px;
    margin-left: 35px;
    color: #999;
    margin-top: 15px;
}

.prime-back:hover {
    color: #e0c04f;
}

.prime-logo {
    width: 40px !important;
    vertical-align: middle !important;
    margin-right: 5px;
}

.prime-shipping-price {
    color: #ccc;
    text-decoration: line-through;
    margin-right: 10px;
}

.talign-right {
    text-align: right !important;
    width: auto !important;
}

.cshipping-s1 {
    float: left;
}

/*海关快线使用说明*/
.tt-text h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.tt-text p {
    margin-bottom: 10px;
}

.tt-text ul li {
    line-height: 16px;
    padding-bottom: 4px;
    list-style: decimal inside
}

.tt-text table {
    width: 100%;
    text-align: center;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-top: 10px;
}

.tt-text table tr:first-child th {
    font-size: 14px;
    line-height: 30px;
}

.tt-text table td,
.tt-text table th {
    line-height: 25px;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    width: 33.3%;
}

.tt-text table tr:nth-child(2n-1) td {
    background-color: #fbfbfb;
}

.tt-confirm,
.tt-cancel {
    width: 200px !important;
}

.tt-confirm {
    margin-left: 138px !important;
}

/**
 * 顶部条
 */
.tbar-section {
    background-color: #f2f2f2;
    height: 31px;
    border-bottom: 1px solid #ddd;
}

.tbar-section a {
    color: #333;
}

.tbar-sec1 {
    display: inline-block;
    height: 31px;
    line-height: 31px;
}

.tbar-sec1 a {
    background-position: -4px -235px;
    padding-left: 19px;
    height: 31px;
    display: block;
    font-size: 12px;
}

.tbar-sec2 {
    float: right;
    display: inline-block;
}

.tbar-sec2 li {
    float: left;
    padding-left: 15px;
    position: relative;
    line-height: 32px;
}

.tbar-sec2 li a {
    padding-right: 15px;
    border-right: 1px solid #ddd;
}

.t-bar {
    position: absolute;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-top: 0;
    width: 100px;
    right: 0;
    top: 30px;
    text-align: center;
    z-index: 999;
    padding-top: 10px;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.t-bar li {
    float: none;
    border-right: 0 !important;
    color: #000;
    padding-left: 0;
}

.t-bar li a {
    border-right: 0 !important;
    padding-right: 0;
    display: block;
}

.t-bar a:link,
.t-bar a:visited {
}

.t-bar a:hover,
.t-bar a:active {
    background: #ececec;
}

.t-order {
    background-position: 16px -529px;
    padding-left: 38px !important;
}

.t-cart {
    background-position: 8px -420px;
    padding-left: 38px !important;
}

.t-server {
    background-position: 62px -213px;
    line-height: normal !important;
    padding-top: 6px !important;
    height: 30px;
}

.t-server:hover .t-server-bar {
    display: block;
}

.t-br {
    border-right: 1px solid #ddd;
}

.t-info {
    padding-right: 24px !important;
    padding-top: 0 !important;
    background-position: 110px -224px;
    width: 100%;
    display: inline-block;
    height: 12px;
    cursor: default;
}

.t-info-bar {
    display: none;
}

.t-info-li {
    width: 150px;
    text-align: right;
}

.t-info-li:hover .t-info-bar {
    display: block;
}

.t-server-bar {
    display: none;
}

.t-info-bar li:last-child a {
    border-top: 1px dashed #e2e2e2;
    color: #666;
}

/* 侧边栏 */
.rbar-section {
    width: 30px;
    background: #202020;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    height: 100%;
    color: #fff;
}

.rbar-section a:link,
.rbar-section a:visited {
    color: #fff;
}

.rbar-section a:hover,
.rbar-section a:active,
.rbar-section li:hover,
.rbar-top-box:hover {
    background-color: #ef2f23;
}

.rbar-section ul {
    margin-top: 100px;
}

.rbar-section ul li {
    text-align: center;
    line-height: 15px;
}

.rbar-num {
    display: block;
    width: 20px;
    height: 20px;
    background: red;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    margin: 5px auto 0;
}

.rbar-cart {
    background-position: -267px -129px;
}

.rbar-section li {
    position: relative;
}

.rbar-section li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 12px;
    padding-top: 4px;
    color: #fff;
}

.rbar-section li i {
    width: 100%;
    height: 25px;
    display: block;
}

.rbar-coupon {
    background-position: -267px -159px;
}

.rbar-line {
    height: 1px;
    background: rgba(221, 221, 221, .6);
    width: 20px;
    display: block;
    margin: 0 auto;
}

.rbar-top-box {
    position: fixed;
    bottom: 0;
    cursor: pointer;
    width: 30px;
    right: 0;
    z-index: 999;
}

.rbar-top {
    background-position: -267px -279px;
    display: block;
    height: 30px;
    margin: 8px 0 10px;
}

.rbar-server-box {
    width: 140px;
    position: absolute;
    z-index: 99;
    right: 80px;
    top: -20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #f2f2f2;
}

.rbar-server-box img {
    width: 100%;
    display: block;
}

.rbar-server-box p {
    color: #333;
}

.rbar-server {
    background: url(../images/kf.png) no-repeat center;
    background-size: 15px;
}

.add-qrcode-zoomIn {
    -webkit-animation-name: add-qrcode-zoomIn;
    animation-name: add-qrcode-zoomIn
}

@keyframes add-qrcode-zoomIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0);
    }
}

.triangle_border_right {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ddd;
    position: absolute;
    right: -9px;
    top: 70px;
}

.search-main {
    padding: 20px 0 10px;
    height: 90px;
    position: relative;
}

.search-section {
    border-bottom: 2px solid #ff167d;
}

.search-s1 {
    display: inline-block;
    height: 40px;
    position: absolute;
    left: 0;
    top: 26px;
}

.search-s1 img {
    display: block;
    height: 100%;
    width: auto;
}

.search-s3 {
    display: inline-block;
    width: 184px;
    padding: 5px;
    border: 2px solid #f2f2f2;
    position: absolute;
    right: 0;
    top: 8px;
    background: #f07;
    color: #fff;
    border-radius: 7px;
}

.search-s3 img {
    width: 67px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.search-s2 {
    width: 482px;
    margin: 0 auto;
    display: block;
}

.search-bar {
    border: 1px solid #f07;
    width: 482px;
    height: 35px;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    position: relative;
}

.search-tip {
    display: inline-block;
    width: 60px;
    position: absolute;
    left: 0;
    text-align: center;
    color: #f07;
    border-right: 1px solid #ffbad6;
    height: 12px;
    top: 50%;
    margin-top: -6px;
}

.search-bar input {
    display: block;
    overflow: hidden;
    width: 310px;
    border: none;
    color: #999;
    font-size: 12px;
    background-color: #fff;
    -webkit-appearance: none;
    line-height: 33px;
    height: 33px;
    padding-left: 15px;
}

.search-btn {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    width: 100px;
    background-color: #f07;
    background-image: linear-gradient(to right, #f25, #ff1581);
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.search-shop {
    height: 20px;
    overflow: hidden;
    margin-top: 5px
}

.search-shop li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 12px 0 0;
}

.search-shop li:nth-child(1) a,
.search-shop li:nth-child(2) a,
.search-shop li:nth-child(4) a,
.search-shop li:nth-child(8) a,
.search-shop li:last-child a {
    color: #ff4466 !important;
}

.search-shop li a:link,
.search-shop li a:visited {
    color: #666;
}

.search-shop li a:hover,
.search-shop li a:active {
    color: #f07;
    text-decoration: underline;
}

.theme-tit {
    height: 40px;
}

.theme-s1,
.theme-s2 {
    display: inline-block;
}

.theme-s1 {
    width: 270px;
    height: 40px;
    color: #fff;
    background: url(../images/menu.png) no-repeat left top;
    background-size: cover;
    padding-left: 47px;
    position: relative;
    float: left;
    cursor: pointer;
}

.theme-s1-tit {
    font-size: 18px;
    line-height: 40px;
}

.theme-s2 {
    font-size: 15px;
    line-height: 40px;
}

.theme-s2 li {
    display: inline-block;
    padding-left: 40px;
    float: left;
}

.theme-s3 li:first-child span,
.theme-s2 li:first-child span {
    color: #ddd;
    padding-left: 20px;
}

.theme-s3 li:nth-of-type(2),
.theme-s2 li:nth-of-type(2) {
    padding-left: 20px;
}

.theme-s2 a {
    width: 100%;
    display: block;
    text-align: center;
    color: #333;
}

.theme-s3 li {
    font-size: 15px;
    width: auto;
    height: 20px;
}

.theme-s3 li a:hover {
    color: #f06;
}

.theme-s3 a {
    color: #595656;
}

/* banner & menu */
.banner-menu-section {
    height: 440px;
    position: relative;
}

.banner-menu-section .inner {
    height: 440px;
}

.banner-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.banner-main {
    width: 100%;
    height: 100%;
}

.bm-s3-main {
    position: relative;
}

.menu-section {
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 40px;
    display: none;
    font-family: "PingFang SC", Georgia, "Times New Roman", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
}

.theme-s1:hover .menu-section {
    display: block;
}

.show {
    display: block;
}

.bm-s1 {
    width: 270px;
    height: 442px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    position: relative;
}

.bm-s1 li:hover .bm-pro-section {
    display: block;
}

.bm-s2 {
    width: 764px;
    height: 440px;
    background-size: cover;
    margin-left: 270px;
    background-repeat: no-repeat;
    background-position: center;
}

.bm-s3 {
    width: 166px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.bm-s1 dl {
    position: relative;
}

.bm-s1 ul {
    position: relative;
}

.bm-s1 li {
    padding: 13px 0 0 15px;
    min-height: 35px;
}

.bm-s1 li:hover {
    background-color: #fff;
    border-left: 3px solid #FF5588;
    padding: 13px 0 0 12px;
}

.bm-s1 li a {
    display: inline-block;
    float: left;
    line-height: 20px;
}

.bm-s1 dt {
    position: absolute;
}

.bm-s1 dt a {
    font-size: 14px;
    font-weight: bold;
}

.bm-s1 dt a:link,
.bm-s1 dt a:visited {
    color: #333;
}

.bm-s1 dd {
    margin-left: 68px;
}

.bm-s1 dd a {
    margin-right: 14px;
    font-size: 12px;
}

.bm-s1 dd a:link,
.bm-s1 dd a:visited {
    color: #666;
}

.bm-s1 dd a:hover,
.bm-s1 dd a:active,
.bm-s1 dt a:hover,
.bm-s1 dt a:active {
    text-decoration: underline;
}

.bm-col {
    background-color: rgba(255, 255, 255, 0.8);
    height: 205px;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.bm-c1 {
    padding-top: 10px;
}

.bm-c2 {
    text-align: center;
}

.bm-c2 h3 {
    padding-top: 20px;
    padding-bottom: 2px;
    font-size: 28px;
    color: #333;
}

.bm-c2 p {
    font-size: 14px;
    color: #666;
}

.bm-c2 img {
    width: 110px;
    display: block;
    margin: 5px auto;
}

.bm-avatar {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: pink;
}

.bm-c1 p {
    text-align: center;
    padding: 5px 0 7px 0;
}

.bm-btn {
    display: block;
    width: 72px;
    height: 24px;
    border: 1px solid #ff5777;
    font-size: 12px;
    color: #ff5777;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
}

.bm-c1 ul {
    width: 135px;
    margin: 7px auto 0;
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.bm-c1 ul li {
    float: left;
    display: inline-block;
    text-align: center;
    width: 33.3%;
}

.bm-c1 ul li a {
    color: #333;
}

.bm-c1 li span {
    display: block;
    font-size: 20px;
    color: #ff0077;
    font-weight: bold;
    line-height: 10px;
    padding-top: 10px;
}

.bm-pro-section {
    display: none;
    position: absolute;
    top: 0;
    left: 270px;
    background: #fff;
    width: 764px;
    height: 442px;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #e2e2e2;
    border-left: 0;
}

.bm-pro-main {
    margin-top: 10px;
}

.bm-pro-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.bm-pro-desc {
    text-align: center;
    padding-top: 5px;
    color: #999;
    font-weight: 500;
}

.bm-pro-col {
    width: 138px;
    height: 185px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, 宋体, 宋体, Tahoma, Arial, Helvetica, STHeiti
}

.bm-pro-col a {
    display: block;
    width: 100%;
    margin-bottom: 0 !important;
}

.bm-pro-col:nth-child(6n) {
    margin-right: 0;
}

.bm-pro-col img {
    display: block;
    width: 138px;
    height: 142px;
    border: 1px solid #f2f2f2;
}

.bm-pro-col h4 {
    margin-top: 5px;
    color: #666;
    overflow: hidden;
    height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}

.bm-pro-col p {
    color: #f46;
    font-weight: 500;
    text-align: center;
}

/* 活动 */
.main {
    overflow: hidden;
    font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, 宋体, 宋体, Tahoma, Arial, Helvetica, STHeiti;
}

.activity-section {
    overflow: hidden;
    padding-top: 10px;
}

.activity-section h3 {
    font-size: 18px;
    color: #333;
}

.activity-section p {
    color: #999;
    font-size: 14px;
    padding-top: 6px;;
}

.activity-section a {
    display: block;
    width: 100%;
    height: 100%;
}

.activity-section li {
    position: relative;
}

.activity-c1,
.activity-c2 {
    display: inline-block;
    float: left;
}

.activity-c1 li {
    display: inline-block;
    float: left;
    width: 235px;
    height: 184px;
    margin-right: -1px;
    padding: 20px 17px;
    background-color: #fff;
}

.activity-c1 li:first-child,
.activity-c1 li:nth-child(3) {
    border-right: 2px solid #ececec;
}

.activity-c1 li:nth-child(2) {
    margin-right: 10px;
}

.activity-c1 li:last-child {
    margin-right: 0;
}

.activity-c1 {
    width: 949px;
    margin-right: 10px;
}

.activity-c1 img {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 3px;
    margin-left: -50px;
}

.activity-section img {
    transition: All 0.4s ease-in;
    -webkit-transition: All 0.4s ease-in;
    -moz-transition: All 0.4s ease-in;
    -o-transition: All 0.4s ease-in;
}

.activity-section img:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
}

.activity-c2 {
    height: 184px;
    width: 240px;
}

.activity-c2 li {
    padding: 20px 17px;
    width: 100%;
    height: 92px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.activity-c2 li:last-child {
    border-bottom: 0;
}

.activity-c2 img {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -30px;
}

/* footer */
.footer {
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.footer-top {
    height: 142px;
    overflow: hidden;
    padding-top: 35px;
}

.footer-top img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 auto 10px;
}

.footer-top li {
    display: inline-block;
    width: 16.6%;
    float: left;
    text-align: center;
}

.footer-bottom {
    text-align: center;
    color: #f1f1f1;
    height: 40px;
    line-height: 40px;
    background-color: #333;
}

.footer-b1,
.footer-b2,
.footer-b3 {
    display: inline-block;
    float: left;
}

.footer-center {
    height: 172px;
    overflow: hidden;
    padding-top: 30px;
    border-top: 2px solid #fff;
}

.footer-b1 {
    width: 285px;
    padding-top: 10px;
}

.footer-b1 img {
    display: block;
    width: 215px;
    height: auto;
}

.footer-b2-col {
    width: 160px;
    display: inline-block;
    float: left;
}

.footer-b2-col h3 {
    font-size: 18px;
    padding-bottom: 15px;
}

.footer-b2-col li {
    padding-bottom: 12px;
}

.footer-b2-col a:link,
.footer-b2-col a:visited {
    color: #666;
}

.footer-b2-col a:hover,
.footer-b2-col a:active {
    text-decoration: underline;
}

.footer-b3 img {
    display: block;
    width: 100px;
    height: 100px;
}

.footer-b3 p {
    padding-top: 8px;
}

/*标题*/
.hd-title {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    margin: 40px 0 16px;
    border-left: 7px solid #e31418;
    padding-left: 8px;
}

.hd-title h3 {
    float: left;
    font-size: 20px;
    margin-right: 30px;
    line-height: 20px;
}

.hd-more {
    float: right;
    font-size: 14px;
    color: #666;
}

.hd-nav {
    display: inline-block;
}

.hd-nav ul li {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #666;
}

.hd-nav ul li a {
    font-size: 14px;
    color: #666;
    padding: 0 16px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    border-right: 1px solid #666;
    font-weight: 400;
    margin-top: 3px;
}

.hd-nav ul li:last-child a {
    border-right: 0;
}

.hd-nav ul li a:link,
.hd-nav ul li a:visited {
    color: #666;
}

.hd-nav ul li a:hover,
.hd-nav ul li a:active {
    text-decoration: underline;
}

/* 首页品牌列表 */
.hm-brand ul {
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.hm-brand li {
    display: inline-block;
    width: 10%;
    float: left;
    height: 80px;
    background-color: #fff;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.hm-brand li a {
    display: block;
    width: 100%;
    height: 100%;
}

.hm-brand li a span:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
}

.hm-brand li a span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    transition: All 0.4s ease-in;
    -webkit-transition: All 0.4s ease-in;
    -moz-transition: All 0.4s ease-in;
    -o-transition: All 0.4s ease-in;
    display: block;
    width: 100%;
    height: 100%;
}

/* 产品列表 - 普通类型*/
.normal-product-section .product-col-box {
    width: 228px;
    height: 300px;
    overflow: hidden;
}

.normal-product-section div:nth-child(2n+1) .hd-title {
    border-left: 7px solid #8ed8d0;
}

.normal-product-section div:nth-child(2n) .hd-title {
    border-left: 7px solid #ffe271;
}

.normal-product-section .product-bg {
    height: 220px;
}

.normal-product-section .product-info {
    height: 74px;
    padding: 10px;
    border-top: 1px solid #f9f9f9;
    text-align: left;
}

/* 分类 */
.category-main {
    height: 577px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.category-s1 {
    width: 240px;
    height: 100%;
    position: relative;
    float: left;
    background-color: #eddbf5;
}

.category-s1 h4 {
    font-size: 26px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 180px;
    width: 100%;
}

.category-s1 h4 span {
    font-size: 14px;
    color: #666;
    display: block;
}

.category-s1 ul {
    padding: 20px 0 0 18px;
}

.category-s1 ul li {
    display: inline-block;
    float: left;
    height: 27px;
    margin: 0 10px 10px 0;
    color: #fff;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.15);
    padding: 0 6px;
}

.category-s1 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.category-s1 ul li:hover {
    background-color: #8f8892;
    border: 1px solid #6e6672;
}

.category-pic {
    width: 200px;
    height: 200px;
    transition: All 0.4s ease-in;
    -webkit-transition: All 0.4s ease-in;
    -moz-transition: All 0.4s ease-in;
    -o-transition: All 0.4s ease-in;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -100px;
    background-repeat: no-repeat;
    background-image: url(../images/category.png);
}

.category-pic:hover {
    transform: translate(-5px, 0);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
}

.category-pic img {
    display: block;
    width: 100%;
}

.category-s2 {
    float: left;
    display: inline-block;
    width: 960px;
    height: 100%;
    background-color: #fff;
}

.category-s2 .product-list {
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.category-s2 .product-list > div {
    display: inline-block;
    width: 191px;
    height: 192px;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
    padding: 10px 10px 0 10px;
    border-right: 1px solid #f2f2f2;
    border-left: 0;
    border-bottom: 1px solid #f2f2f2;
}

.category-s2 .product-list > div .spe-price {
    position: absolute;
    top: -6px;
    left: 0;
    color: rgba(193, 193, 193, 0.5);
}

.category-s2 .product-list > div:nth-child(5n) {
    border-right: 0 !important;
}

.category-s2 .product-bg {
    height: 118px;
    margin-top: 10px;
    background-size: 55%;
    background-position: center top;
}

.category-s2 .warehouse-p {
    left: 0 !important;
    background: rgba(255, 116, 60, 0.035);
    color: rgba(158, 158, 158, 0.7);
}

.category-s2 .add-cart {
    background: url(../images/addCart.png) no-repeat center;
    background-size: 20px;
    color: #fff;
    font-size: 0;
    width: 22px;
    bottom: 7px;
    right: 0;
    display: none;
}

.category-s2 .product-col-box:hover .add-cart {
    display: block;
}

.category-s2 .product-col-box {
    position: relative;
}

.category-s2 .mark {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}

.category-s2 .product-info {
    padding-top: 7px;
}

.category-s2 .product-info h4 {
    height: 16px !important;
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.category-s2 .product-info h4 a {
    color: #737373;
}

.spe-mark {
    border: 1px solid #7aa6e4 !important;
    color: #7aa6e4 !important;
}

.category-s2 .product-price {
    padding-top: 5px;
}

.category-s2 .product-price span {
    font-size: 12px;
    padding-top: 1px;
}

.category-col {
    margin-bottom: 50px;
}

.limit-col .product-price {
    padding-top: 0;
}

.category-col:nth-child(2) .category-s1 {
    background: #ebc7e0;
}

.category-col:nth-child(3) .category-s1 {
    background: #fce6ee;
}

.category-col:nth-child(4) .category-s1 {
    background: #fce6de;
}

.category-col:nth-child(5) .category-s1 {
    background: #d8ebf6;
}

.category-col:nth-child(6) .category-s1 {
    background: #cee2fe;
}

.category-col:nth-child(7) .category-s1 {
    background: #f4eed6;
}

.category-col:nth-child(8) .category-s1 {
    background: #deeaff;
}

.category-col:nth-child(1) .hd-title {
    border-left: 7px solid #9f86cf;
}

.category-col:nth-child(2) .hd-title {
    border-left: 7px solid #ff7700;
}

.category-col:nth-child(3) .hd-title {
    border-left: 7px solid #ffa1b8;
}

.category-col:nth-child(4) .hd-title {
    border-left: 7px solid #ffc97a;
}

.category-col:nth-child(5) .hd-title {
    border-left: 7px solid #83c0e6;
}

.category-col:nth-child(6) .hd-title {
    border-left: 7px solid #7cacef;
}

.category-col:nth-child(7) .hd-title {
    border-left: 7px solid #fae7be;
}

.category-col:nth-child(8) .hd-title {
    border-left: 7px solid #6786bb;
}

.category-col:nth-child(1) .category-pic {
    background-position: -9px -246px;
}

.category-col:nth-child(2) .category-pic {
    background-position: -9px -895px;
}

.category-col:nth-child(3) .category-pic {
    background-position: -9px -17px;
}

.category-col:nth-child(4) .category-pic {
    background-position: -9px -678px;
}

.category-col:nth-child(5) .category-pic {
    background-position: -9px -1631px;
}

.category-col:nth-child(6) .category-pic {
    background-position: -9px -1127px;
}

.category-col:nth-child(7) .category-pic {
    background-position: -9px -456px;
}

.category-col:nth-child(8) .category-pic {
    background-position: -9px -1373px;
}

/* 二级页产品列表 */
.sub-product-section {
    margin-bottom: 50px;
}

.sub-product-section .product-col-box {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    font-family: arial, Hiragino Sans GB, Microsoft Yahei, 微软雅黑, 宋体, 宋体, Tahoma, Arial, Helvetica, STHeiti;
}

.sub-product-section .product-list > div:hover {
    border: 1px solid #f06;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.sub-product-section .product-list > div:hover .warehouse {
    display: block !important;
}

.sub-product-section .product-list > div .add-cart {
    display: none;
}

.sub-product-section .product-list > div:hover .add-cart {
    display: block;
}

.warehouse {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 0, 102, 0.19);
    color: #ff743c;
}

.sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: inline-block;
    float: left;
    padding-top: 5px;
}

.sub-title a {
    color: #333;
}

.sub-title a:hover {
    text-decoration: underline;
}

.sort {
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    padding: 7px 0;
    line-height: 24px;
    overflow: hidden;
    margin: 30px 0 20px 0;
}

.sort ul {
    display: inline-block;
    float: right;
}

.sort-bar li {
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 12px;
}

.sort-bar a {
    color: #333;
    display: block;
    line-height: 12px;
    border-right: 1px solid #e5e5e5;
    width: 100%;
    padding: 0 20px;
    margin-top: 6px;
    position: relative;
}

.sort-bar li:last-child a {
    border-right: 0;
}

/* 换购 */
.gift-box {
    position: relative;
    background: #fafafa;
}

.gift-box h3 {
    background: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-top: 1px solid #f1f1f1;
}

.gift-box h3 span {
    color: #999;
    font-size: 10px;
    padding-left: 8px;
}

.gift-box h3 img {
    width: 15px;
    vertical-align: middle;
    margin-right: 4px;
}

.gift-main {
    overflow: hidden;
    margin: 0 60px;
    padding: 20px 0;
}

.gift-next {
    right: 20px !important;
}

.gift-prev {
    left: 20px !important;
}

.gift-next,
.gift-prev {
    background: #ffc0cb;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-size: 35% !important;
    margin-top: 6px !important;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #b4a078 !important;
}

.gift-col {
    position: relative;
    text-align: center;
}

.gift-col dl {
    border: 1px solid #f1f1f1;
}

.gift-col dl h4 {
    height: 40px;
}

.gift-col dt {
    height: 160px;
    margin: 0 auto;
    background: no-repeat center 25px;
    background-size: 120px;
    position: relative;
}

.gift-col dt .gift-tags {
    position: absolute;
    left: 5px;
    top: 5px;
}

.gift-col dt .gift-tags span {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 5px 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: rgba(255, 116, 60, 0.7);
    background: rgba(255, 116, 60, 0.1);
}

.gift-col dd {
    line-height: 15px;
    text-align: left;
    padding: 10px 10px 5px 10px;
}

.gift-col dd h4 a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}

.gift-price {
    margin-top: 4px;
    color: #999;
    text-decoration: line-through;
}

.gift-desc {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    line-height: 18px;
    background: pink;
    color: #fff;
}

.gift-btn {
    width: 55px !important;
    text-align: center;
    height: 18px !important;
    line-height: 18px;
    position: absolute;
    right: 10px;
    bottom: 8px;
    border: 1px solid #ffc0cb;
    color: #ffc0cb;
}

.gift-disable-btn {
    color: #ccc;
    border: 1px solid #ccc;
    cursor: not-allowed;
}

.gift-disable {
    color: #ccc;
}

.gift-price-now {
    color: #d22b33;
}

.gift-disable h4 a,
.gift-disable .gift-price,
.gift-disable .gift-price-now {
    color: #ccc !important;
}

.gift-disable .gift-desc {
    border: 1px solid #ccc;
    cursor: default;
    color: #fff;
    background-color: #ccc !important;
}

.gift-num {
    padding-left: 60px;
}

/* 二级页菜单 */
.child-nav {
    margin-top: 30px;
    height: 80px;
    overflow: hidden;
    background: #fcf9f6;
}

.child-nav h3 {
    display: inline-block;
    float: left;
    line-height: 74px;
    width: 120px;
    text-align: center;
    background: #fcf9f6;
    margin: 2px;
}

.child-nav ul {
    margin-top: 15px;
    height: 55px;
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.child-nav li {
    display: inline-block;
    height: 27px;
    margin-right: 25px;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    padding: 0 18px;
    letter-spacing: 2px;
}

.child-nav li a {
    display: block;
    color: #666;
    width: 100%;
    height: 100%;
}

.child-nav img {
    display: block;
    width: 30px;
    margin: 0 auto;
}

.sub-current {
    color: #f06 !important;
}

.bc-f40 {
    border-bottom: 2px solid #f40;
}

.xxl-shipping-l1 {
    margin-right: 15px;
}

.xxl-shipping-l2 {
    margin-right: 25px;
    padding-right: 25px;
}

.xxl-shipping-l1 input,
.xxl-shipping-l2 input {
    margin-right: 5px;
}

.process-bar {
    background: #f2f2f2;
    height: 75px;
    padding-top: 3px;
    border-bottom: 1px solid #ddd;
}

.process-wrap {
    width: 494px;
    background: url(../images/process_sd.png) 0 18px repeat-x;
    position: relative;
    height: 23px;
    margin: 0 auto;
    padding: 18px 0 24px;
    float: right;
}

.process-sd {
    height: 23px;
    background: url(../images/process.png) 23px 0 repeat-x;
    position: absolute;
    top: 18px;
    left: 0;
}

.process-sd1 {
    width: 90px;
}

.process-sd2 {
    width: 247px;
}

.process-sd3 {
    width: 404px;
}

.process-sd4 {
    width: 494px;
}

.process-i1 {
    left: 0;
}

.process-i {
    position: absolute;
    top: 18px;
    width: 23px;
    height: 23px;
    font: 400 14px/23px helvetica, tahoma, arial, sans-serif;
    color: #fff;
    text-align: center;
}

.process-i2 {
    left: 157px;
}

.process-i3 {
    left: 314px;
}

.process-i4 {
    left: 471px;
}

.process-tip {
    position: absolute;
    top: 24px;
    width: 100px;
    height: 20px;
    left: 50%;
    margin-left: -50px;
    font: 400 12px/20px helvetica, tahoma, arial, sans-serif;
    color: #999;
}

.logo2 {
    float: left;
    padding-top: 10px;
}

.logo2 a {
    margin-top: 5px;
}

.cart-main {
    margin-top: 40px;
}

.activity-title-col img {
    display: block;
    width: 100%;
    height: 100%;
    position: initial;
}

/*首页产品*/
.home-product-section .product-col-box {
    display: inline-block;
    position: relative;
    z-index: 9;
    overflow: hidden;
    width: 232px;
    height: 315px;
    text-align: center;
    float: left;
    margin: 0 10px 10px 0;
}

.home-product-section .product-col-box:nth-of-type(5n) {
    margin-right: 0 !important;
}

.home-product-section .product-bg {
    height: 235px;
    transition: All 0.4s ease-in;
    -webkit-transition: All 0.4s ease-in;
    -moz-transition: All 0.4s ease-in;
    -o-transition: All 0.4s ease-in;
}

.home-product-section .product-bg:hover {
    transform: scale(.98);
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -o-transform: scale(.98);
    -ms-transform: scale(.98);
}

.home-product-section .product-col-box .add-cart,
.home-product-section .product-col-box .attr-btn {
    display: none;
}

.home-product-section .product-col-box:hover .add-cart,
.home-product-section .product-col-box:hover .attr-btn {
    display: block;
}

/*品类背景图*/
.sub-banner {
    width: 100%;
}

.sub-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.sub-banner-main {
    width: 100%;
    height: 50px;
    font-family: serif;
    overflow: hidden;
    background: rgba(254, 253, 202, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #333;
}

.sub-banner-main h3 {
    line-height: 50px;
}

.brand-banner {
    border: 5px solid rgba(255, 255, 255, 0.56);
    width: 450px;
    height: 140px;
    margin: 125px auto 0;
    text-align: center;
    font-family: serif;
    background: rgba(255, 255, 255, 0.21);
}

.brand-banner h3 {
    font-size: 30px;
    font-weight: 500;
    color: #666;
    padding: 35px 0 8px;
}

.brand-banner p {
    font-size: 15px;
}

.bgfff {
    background-color: #f9f9f9 !important;
}

.down-arrow {
    width: 19px;
    display: inline-block;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}

.down-arrow img {
    display: block;
    width: 100%;
}

/*固定导航*/
.fixed-section {
    position: fixed;
    top: -50px;
    z-index: 9999;
    background: #fff;
    left: 0;
    width: 100%;
    height: 50px;
    box-shadow: 0 1px 6px 0 #ccc;
    -moz-box-shadow: 0 1px 6px 0 #ccc;
    -webkit-box-shadow: 0 1px 6px 0 #ccc;
}

.add-fixed-zoomIn {
    -webkit-animation-name: add-fixed-zoomIn;
    animation-name: add-fixed-zoomIn
}

@keyframes add-fixed-zoomIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }
}

.fixed-section .theme-s1 {
    float: left;
    width: 200px;
    height: 50px;
    text-align: right;
    padding-right: 15px;
    background: none;
    padding-top: 7px;
    font-family: PingFangSC, serif;
    color: rgb(255, 0, 119);
}

.fixed-section .search-bar {
    float: right;
    margin-right: 340px;
    margin-top: 8px;
}

.fixed-section .theme-s1-tit i {
    position: absolute;
    right: -2px;
    top: 24px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #f07;
}

.fixed-section .theme-s1-tit {
    font-size: 14px;
}

.fixed-section .menu-section {
    top: 50px;
    font-family: 'PingFang SC', serif;
}

/*搜索排序*/
.sub-top .filter {
    text-align: right;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding-top: 13px;
}

.sub-top .filter a {
    padding: 0 12px;
    display: inline-block;
}

.sub-top .filter a:link,
.sub-top .filter a:visited {
    color: #333;
}

.sub-top .filter a:hover,
.sub-top .filter a:active {
    color: #f36;
}

.sub-top .filter i {
    display: inline-block;
    height: 5px;
    width: 10px;
}

.sub-top .filter .price-icon {
    position: relative;
}

.sub-top .filter .price-icon img {
    display: inline-block;
    width: 12px;
    margin-left: 3px;
}

.category-cur {
    color: #f36 !important;
    font-weight: bold;
}

/* 注册 */
.register-page label {
    display: block;
    position: relative;
}

.register-page .phone-col {
    width: 190px !important;
}

.register-page .error5 {
    top: 35px;
    left: 0;
    width: 100%;
    border: 0;
    background-color: transparent;
    text-align: left;
}

.register-page .login {
    margin-top: 0;
}

.register-page .pic-code img {
    width: 50px;
}

.to-login {
    text-align: right;
    display: block;
    text-decoration: underline;
    color: #333;
    padding-right: 37px;
    padding-bottom: 15px;
}

/*帮助中心*/
.help-hightlight {
    color: #d22b33 !important;
}

.help-underline {
    text-decoration: underline;
}

.help-sec {
    margin-bottom: 20px;
}

.help-sec h3 {
    font-size: 16px;
    padding-bottom: 5px;
}

.help-sec h4 {
    font-size: 15px;
    padding-bottom: 5px;
}

.help-main {
    margin-top: 30px;
    margin-bottom: 50px;
}

.help-s1 {
    padding: 20px;
    float: left;
    height: auto;
    overflow: hidden;
    width: 190px;
    border: 1px solid #f2f2f2;
}

.help-s1-col {
    margin-bottom: 10px;
}

.help-s1 h2 {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.help-s1 ul {
    margin-top: 6px;
    margin-bottom: 13px;
}

.help-s1 li {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.help-s1 a {
    display: block;
    color: #666;
}

.help-s2 {
    float: left;
    min-height: 708px;
    width: 1000px;
    padding: 20px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px;
}

.help-s2 img {
    border: 1px solid #ececec;
}

.help-s2-title {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.sort-price-icon {
    width: 13px;
    vertical-align: bottom;
    margin-left: 2px;
}

.help-btn {
    display: block;
    color: #f06;
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
}

.sort .sub-nav {
    float: left;
}

.sort .sub-nav a {
    color: #333;
    font-size: 13px;
    padding: 0 15px;
    border-right: 1px solid #ccc;
}

.sort .sub-nav a:first-child {
    padding-left: 5px;
}

.sort .sub-nav a:last-child {
    border-right: 0;
}

.warehouse-p {
    position: absolute;
    bottom: 0;
    color: #9E9E9E;
    text-align: center;
    background: rgba(255, 116, 60, 0.05);
    padding: 2px 0;
    left: 10px;
}

.banner-prev,
.banner-next {
    background-size: 12px !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.banner-prev {
    left: 10px !important;
}

.banner-next {
    right: 10px !important;
}

.banner-pagination {
    left: 60px !important;
    bottom: 0 !important;
}

.is-spe-price {
    width: 215px;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    display: block !important;
    height: 20px !important;
}

.dialog-form .pagination-section ul {
    border: 0;
}

.dialog-form .pagination-section {
    margin-top: 20px;
}

.dialog-form .pagination-section li:last-child {
    border: 1px solid #dbdbdb;
}

.dialog-form .pagination-section li {
    padding-top: 4px;
    border-bottom: 1px solid #dbdbdb;
}

.home-page-main {
    background-color: #f5f5f5;
    overflow: hidden;
}

.brand-info-col {
    height: 130px;
    overflow: hidden;
    background: #fcfcfc;
    padding: 15px;
    margin-bottom: -28px;
    border: 1px solid #ececec;
    border-top: 0;
}

.brand-info-col dl {
    position: relative;
}

.brand-info-col dt img {
    width: 100px;
    height: 100px;
}

.brand-info-col dt {
    float: left;
    display: inline-block;
    border-right: 1px solid #333;
    padding-right: 20px
}

.brand-info-col dd {
    position: absolute;
    left: 140px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.brand-info-col dd h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.brand-info-col dd p {
    color: #666;
}

.register-style input {
    padding-left: 10px !important;
}

.brand-list-section .sub-banner {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.s-pic-box {
    position: absolute;
    width: 100%;
    top: 38px;
    right: 0;
    padding: 20px 0;
    background: #fff;
    z-index: 9;
    border: 1px solid #666;
    text-align: center;
}

.s-pic-box img {
    display: block;
    width: 500px;
    margin: 0 auto;
}

.sp-triangle-up {
    right: 109px;
}

.od-sec {
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}

.od-col1 span {
    display: inline-block;
    margin-right: 30px;
}

.od-c1-status {
    float: right;
    margin-right: 0 !important;
}

.od-c1-status .pay {
    border: 1px solid #ff0077;
    color: #f07;
    padding: 0 20px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.od-tit {
    font: 700 14px/18px helvetica, tahoma, arial, sans-serif;
}

.od-c2-col {
    margin-top: 16px;
    padding-bottom: 10px;
}

.od-c2-col span {
    color: #666;
    width: 80px;
    display: inline-block;
}

.od-col2 {
    position: relative;
}

.od-c2-col2 {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 16px;
}

.od-c3-btn {
    float: right;
    display: inline-block;
}

.od-c3-btn a {
    display: inline-block;
    border: 1px solid #666;
    padding: 3px 10px;
    margin-left: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.od-c3-1-1 {
    display: inline-block;
    margin: 10px 0;
}

.od-c3-1 {
    margin-top: 5px;
    position: relative;
}

.s-pic-close {
    width: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #b4a078;
    cursor: pointer;
}

.s-pic-close img {
    display: block;
    width: 100%;
}

.od-sec:last-child {
    border-bottom: 0;
}

.sp-spe {
    right: 2.5rem;
}

/*代金券*/
.coupon-top {
    border-bottom: 1px solid #ececec;
}

.coupon-top h3 {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: rgba(233, 30, 99, 0.9);
    border-bottom: 1px solid rgba(233, 30, 99, 0.9);
}

.coupon-top a {
    display: inline-block;
    float: right;
    color: #2196F3;
}

.coupon-main {
    padding-top: 30px;
}

.coupon-section {
    width: 100%;
}

.coupon-col {
    display: inline-block;
    width: 280px;
    height: 190px;
    margin-right: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 12px;
}

.coupon-col:nth-child(3n) {
    margin-right: 0;
}

.coupon-default {
    background-image: url(../images/coupon-default.png);
}

.conpon-used {
    background-image: url(../images/coupon-used.png);
}

.conpon-over {
    background-image: url(../images/coupon-overdue.png);
}

.coupon-price {
    font-size: 40px;
    font-family: Arial, serif;
    height: 40px;
    line-height: 40px;
}

.coupon-limit {
    color: #fff;
    padding-top: 5px;
}

.coupon-limit i {
    color: #fae7d3;
    display: inline-flex;
}

.coupon-price i {
    font-size: 16px;
    display: inline-flex;
    vertical-align: inherit;
    font-weight: normal;
    padding-right: 2px;
}

.coupon-c2 {
    height: 106px;
    line-height: 22px;
    padding: 15px 12px 0;
    color: #999;
    position: relative;
    border: 1px solid #ddd;
    border-top: 0;
    margin-top: -4px;
}

.coupon-c2 p {
    position: relative;
    padding-left: 60px;
    line-height: 15px;
    margin-bottom: 5px;
}

.ellipsis {
    width: 256px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.coupon-c2 i {
    color: #666;
    display: inline-flex;
    position: absolute;
    left: 0;
}

.coupon-c1 {
    position: relative;
    width: 100%;
    height: 88px;
    padding: 15px 0 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #f9f9f9;
}

.coupon-top-icon {
    width: 42px;
    height: 15px;
    background-position: 0 63px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 0;
}

.coupon-line {
    height: 10px;
    background-size: 300px;
    position: absolute;
    bottom: -4px;
    width: 100%;
    left: 0;
}

.coupon-spe-bg {
    background: url(../images/coupon-spe-bg.png) no-repeat -1px top;
    background-size: 282px;
}

.coupon-default-bg {
    background: url(../images/coupon-bg.png) no-repeat left top;
    background-size: cover;
}

.coupon-type {
    width: 65px;
    height: 65px;
    position: absolute;
    right: 3px;
    top: 5px;
}

.coupon-used {
    background: url(../images/coupon-used.png) no-repeat center;
    background-size: contain;
}

.coupon-overtime {
    background: url(../images/coupon-over.png) no-repeat center;
    background-size: contain;
}

.cart-coupon {
    margin-left: 50px;
    font-weight: normal;
}

.cart-coupon-select {
    color: #f13e3a;
    font-weight: 500;
    display: inline-block;
}

.cart-coupon-select-btn {
    margin-left: 10px;
    border: 1px solid #f1f1f1;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #7cc0f8;
    color: #fff;
    cursor: pointer;
}

.cart-coupon-icon {
    width: 10px;
    margin-left: 5px;
}

.cart-coupon-box,
.cart-coupon-info {
    display: inline-block;
}

.cart-coupon-info {
    padding-left: 5px;
}

.cart-coupon-detail {
    max-height: 470px;
    overflow-y: scroll;
}

.no-coupon {
    font-size: 16px;
    text-align: center;
    color: #666;
}

.no-coupon-btn {
    margin-left: 50px;
    color: #2196F3;
    text-decoration: underline;
    cursor: pointer;
}

.coupon-select-icon {
    display: none;
    width: 13px;
    position: absolute;
    right: 12px;
    bottom: 7px;
}

.current-coupon .coupon-select-icon {
    display: block;
}

.current-coupon .coupon-c2 {
    background: rgba(180, 160, 120, 0.15)
}

.current-coupon1 .coupon-select-icon {
    display: block;
}

.current-coupon1 .coupon-c2 {
    background: rgba(180, 160, 120, 0.15)
}

.shipping-select {
    float: left;
}

.coupon-select-shop {
    color: #b4a078;
    text-align: right;
    padding-right: 18px;
    /* background: url(../images/select.png) no-repeat right center; */
    background-size: 13px;
    margin-top: -5px;
}

.coupon-select-img {
    display: block !important;
}

.register-coupon {
    padding: 0;
    width: 600px;
}

.register-coupon img {
    display: block;
    width: 100%;
}

/*搜索历史*/
.history-sec {
    border-bottom: 1px dashed #ececec;
    margin: 0 15px 6px;
}

.history-sec h3 {
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}

.history-col a {
    display: inline-block;
    width: initial;
    color: #333;
    padding: 0 15px 0 0;
}

.history-col a:hover {
    background: #fff;
}

.history-col a:nth-child(2),
.history-col a:nth-child(5),
.history-col a:nth-child(6),
.history-col a:nth-child(9) {
    color: #f05;
}

.clear-history-btn {
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.pay-type-icon {
    position: absolute;
    left: 0;
    top: -12px;
    width: 70px;
    height: 26px;
    padding: 3px 0 0 15px;
    background: #fff;
    font-weight: 500;
}

.pay-type-xs p {
    color: #fb6c6a;
}

.pay-type-xx p {
    color: #98add0;
}

.pay-type-page {
    background: #f5f5f5;
}

.pay-balance-box .dialog-main {
    width: 860px;
}

.pay-xx-title {
    display: inline-block;
    width: 65px;
    text-align: right;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.pay-c4 p {
    position: relative;
    padding-left: 68px;
}

.balance-price {
    position: absolute;
    right: 40px;
    top: 20px
}

.part-cancel {
    background: #ddd;
    color: #999;
    width: 140px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    letter-spacing: 5px;
    font-size: 16px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

.banner-control-box {
    position: absolute;
    left: 50%;
    width: 764px;
    height: 440px;
    margin-left: -330px;
    top: 0;
}

.banner-control-main {
    position: relative;
    height: 440px;
}

.u-block {
    display: block;
}

.pay-bottom-spe {
    padding-right: 20px;
}

.login-n-tit {
    margin: 0 5px;
    border-bottom: 1px solid #ccc;
}

.login-n-tit span {
    display: inline-block;
    width: 40%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #3c3c3c;
    padding-top: 5px;
    height: 54px;
    line-height: 54px;
    margin: 0 5%;
    cursor: pointer;
}

.login-n-current {
    color: #fe4161 !important;
    border-bottom: 2px solid #fe4161 !important;
}

.login-form {
    padding: 30px 40px 30px;
    overflow: hidden;
}

.login-n-r {
    margin-left: 105px !important;
    width: 195px !important;
}

.login-n-l {
    position: absolute;
    left: 0;
    background: #fe5570;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    border: 1px solid #ccc;
    z-index: 999;
}

.login-n-disable {
    background: #ddd !important;
    cursor: not-allowed !important;
}

.register > h2 {
    padding-top: 30px;
}

.register-btn {
    display: block;
    width: 300px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 auto 10px !important;
}

.register .login-form {
    padding: 30px 40px 10px;
}

.bind-top {
    text-align: center;
    font-size: 14px;
    color: #3c3c3c;
    padding: 30px 30px 10px;
}

.bind-top img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    vertical-align: middle;
    margin: 10px auto;
}

.bind-section {
    border-top: 2px solid #000;
}

.bind-bottom {
    padding-top: 35px;
    position: relative;
}

.u-input {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    color: #999;
}

.u-confirm,
.u-input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.u-confirm {
    background: #fe5570;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
}

.bind-confirm {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.bind-input {
    padding-left: 10px;
}

.confirm-tip {
    padding-top: 8px;
    color: #999;
}

.bind-error {
    width: 315px;
}

.find-tit,
.find-step-bar {
    width: 900px;
    margin: 0 auto;
}

.find-tit {
    text-align: left;
}

.find-step-bar {
    padding-top: 20px;
}

.find-step-bar li {
    display: inline-block;
    float: left;
    width: 50%;
    color: #999;
    border-bottom: 1px solid #e5e5e5;
}

.find-step-cur {
    color: #000 !important;
}

.find-step-cur span {
    border-bottom: 1px solid #999;
    padding-bottom: 3px;
}

.find-step {
    height: 200px;
    margin-top: 30px;
}

.find-input-box {
    position: relative;
}

.find-input {
    margin-left: 108px;
    padding-left: 15px;
    width: 205px;
}

.find-error {
    top: 35px;
    width: 312px;
}

.u-disable {
    cursor: not-allowed !important;
}

.find-code-tip {
    padding-bottom: 15px;
}

.sq-col {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    cursor: default;
    margin-top: -35px;
    margin-left: -35px;
    background: rgba(255, 255, 255, 0.7) url(../images/sq.png) no-repeat center;
    background-size: 70px;
}

.limit-p6 .sq-col {
    bottom: -8px;
    right: 1px;
}

.weight-p {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: rgba(158, 158, 158, 0.7);
}

.category-s2 .weight-p {
    right: 20px;
}

.wechat-login {
    color: #333;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    border-top: 1px solid #f1f1f1;
}

.wechat-login img {
    width: 17px;
    vertical-align: middle;
}

.bind-main {
    width: 315px;
    margin: 0 auto 20px;
}

.wechat-bind {
    position: absolute;
    width: 100%;
    background: #fff;
    height: 190px;
}

.c-tip {
    font-size: 12px;
    color: #999;
}

.b-p-error {
    top: 10px;
    width: 312px;
    z-index: 99;
    left: 50%;
    margin-left: -158px;
}

.uinfo-input {
    width: 240px;
    display: inline-block;
    padding-left: 10px;
}

.uinfo-confirm {
    display: block;
    width: 240px;
    margin-left: 110px;
    font-size: 14px;
}

.uinfo-main {
    position: relative;
}

.uinfo-error {
    width: 200px !important;
    text-align: left !important;
    height: 20px;
    line-height: 20px;
    top: 12px;
    margin-left: 20px;
    background-color: #fff;
    border: 0;
}

.xcoupon-box {
    width: 750px;
    margin: 0 auto 50px;
    /*background: url(../images/xcoupon-bg.jpg) no-repeat left top;*/
    background-size: 100% auto;
    border: 1px solid rgba(219, 99, 17, 0.36);
    border-top: 0;
    height: 1880px;
}

.xcn-s1 {
    padding-top: 555px;
    padding-left: 109px;
}

.xcn-s1-p1 {
    color: #fdeebc;
    font-size: 29px;
    line-height: 40px;
    font-weight: 500;
}

.xcn-s1-p2 {
    font-size: 16px;
    color: #fff;
    padding-left: 64px;
    padding-top: 12px
}

.xcn-text {
    width: 723px;
    margin: 0 auto;
    display: block;
}

.xcn-s3 {
    margin-left: 54px;
    margin-top: 13px;
}

.xcn-s3-c1 h3 {
    font-size: 30px;
    color: #f8e8b0;
    font-weight: 500;
    font-family: serif;
}

.xcn-s3-main {
    margin-top: 9px;
}

.xcn-s3-c1 dl {
    display: inline-block;
    float: left;
    height: 188px;
    border-right: 2px dashed rgba(230, 186, 136, 0.43);
}

.xcn-s3-c1 dl dt {
    font-size: 25px;
    color: #faf2b1;
}

.xcn-s3-c1 dl dd {
    color: #fff;
    font-size: 21px;
    margin-top: 18px;
}

.xcn-dl1 {
    width: 227px;
}

.xcn-dl2 {
    width: 327px;
    padding-left: 36px;
}

.xcn-dl3 {
    border-right: 0 !important;
    padding-left: 44px;
}

.xcn-s3-c2 {
    margin-top: 20px;
    font-size: 20px;
    color: #f1f1f1;
    padding-right: 17px;
}

.xcn-s3-c2 p:last-child {
    font-size: 12px;
    color: #e8c7c6;
    text-align: right;
    padding-bottom: 5px;
}

.xcn-section {
    background: #a30100;
    padding-bottom: 20px;
}

.attr-col {
    position: relative;
    padding: 0 10px;
}

.attr-col dt {
    position: absolute;
    color: #666;
}

.attr-col dd {
    padding-left: 65px;
    margin-bottom: 5px;
}

.attr-col dd li {
    display: inline-block;
    padding: 2px 7px;
    margin: 0 10px 10px 0;
    font-weight: 500;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.attr-default {
    color: #000;
    border: 1px solid #999;
    background: none;
}

.attr-select {
    border: 1px solid #f06;
    color: #f06;
    background: url(../images/pro-select.png) no-repeat right bottom;
    background-size: 10px;
}

.attr-disable {
    border: 1px solid #ddd;
    color: #999;
    background: none;
}

/*.attr-no-stock {*/
/*border: 1px dashed #ddd;*/
/*color: #d9d9d9;*/
/*background: url(../images/sq2.png) no-repeat right center;*/
/*background-size: 18px;*/
/*padding: 2px 23px 2px 7px !important;*/
/*}*/

.attr-btn {
    position: absolute;
    bottom: 5px;
    right: 6px;
    color: #333;
}

.mpp-stock {
    padding-left: 20px;
    line-height: 30px;
    color: #999;
}

.attr-props-main {
    border: 2px solid #ef2f23;
    margin-bottom: 10px;
}

.attr-props-tip {
    display: block;
    background-color: #fff8f7;
    border-bottom: 1px solid #f3e9e7;
    height: 26px;
    position: relative;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 8px;
}

.get-code-false {
    color: #ccc;
    cursor: not-allowed;
}

.no-alipay {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
}

.voucher-section {
    margin-bottom: 10px;
}

.voucher-main {
    background: #fff;
    height: 165px;
    border: 2px solid #fb6998;
}

.voucher-s1 {
    width: 195px;
    position: relative;
    float: left;
    background: rgb(250, 105, 153);
    color: #fff;
    line-height: 20px;
    height: 100%;
    padding: 30px 5px 5px;
}

.voucher-s2 {
    width: 1001px;
    float: left;
    height: 100%;
}

.voucher-s2 {
    padding: 0 10px;
}

.voucher-s2 ul {
    padding: 35px 0;
}

.voucher-s2 li {
    width: 180px;
    height: 90px;
    float: left;
    display: inline-block;
    margin: 0 8px;
    background: url(../images/voucher-bg.png) no-repeat left top;
    background-size: cover;
    color: #fff;
    padding-top: 20px;
    cursor: pointer;
    position: relative;
}

.voucher-s2 li p {
    width: 130px;
    text-align: center;
    line-height: 20px;
}

.voucher-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(219, 218, 197, 0.5);
}

.voucher-tip {
    padding-top: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.59)
}

.voucher-price {
    display: inline-flex;
    color: #fff200;
    font-weight: 500;
    font-size: 40px;
    margin-right: 3px;
    padding-left: 3px;
}

.v-success-top img {
    width: 20px;
    vertical-align: bottom;
    float: right;
    margin-top: 6px;
    cursor: pointer;
    margin-right: -5px;
}

.v-success-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    border-bottom: 1px dashed #ddd;
    line-height: 35px;
    padding: 0 15px;
    color: #999;
}

.v-success-box {
    width: 400px;
}

.v-success-tip {
    color: #333;
    text-align: center;
    font-size: 16px;
}

.v-success-tip img {
    width: 20px;
    vertical-align: sub;
    margin-right: 7px;
}

.v-success-main {
    margin-top: 40px;
}

.v-success-link {
    color: #03A9F4;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}

.v-success-btn {
    width: 90px;
    display: block;
    height: 28px;
    line-height: 28px;
    letter-spacing: inherit;
    margin: 30px auto 10px;
}

.voucher-disable {
    position: absolute;
    background: rgba(255, 255, 255, 0.64);
    top: 0;
    left: 0;
    color: #333;
    width: 100% !important;
    height: 90px;
    font-family: cursive;
    cursor: not-allowed;
}

.voucher-disable span {
    width: 100%;
    height: 20px;
    background: rgba(204, 204, 204, 0.71);
    display: block;
    margin-top: 70px;
    color: #333;
    line-height: 20px;
    font-size: 14px;
}

.r-voucher-bt img {
    width: 20px;
    vertical-align: sub;
    margin-right: 6px;
}

.r-voucher-bt p {
    text-align: center;
    margin-top: -10px;
}

.r-voucher-bt a {
    color: red;
    text-decoration: underline;
}

.r-voucher-list {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.r-voucher-list ul {
    text-align: center;
}

.r-voucher-list li {
    background: url(../images/voucher2.png) no-repeat left top;
    background-size: cover;
    width: 177px;
    display: inline-block;
    height: 70px;
    color: #fff;
    padding-top: 10px;
    margin: 0 15px 10px;
}

.r-voucher-list li span {
    font-size: 28px;
    color: #ffff01;
    margin-left: 3px;
}

.limit-sub {
    margin-bottom: 50px;
}

.limit-sub .limit-col {
    border: 1px solid #ddd;
}

.as-link {
    color: #333;
}

.help-p1 {
    font-size: 16px;
}

.pro-checkbox {
    position: absolute;
    left: 0;
    z-index: 9;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.ftd-pic {
    display: block;
    margin: 20px auto 40px;
    width: 530px;
}

.help-s2-title2 {
    color: #333;
    font-size: 23px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 5px;
}

.nt-page {
    position: absolute;
    width: 100%;
    background: #67ace4;
    height: 100%;
}

.nt-pic {
    display: block;
    margin: 80px auto 40px;
    width: 400px;
}

.nt-text {
    text-align: center;
    padding-top: 20px;
}

.nt-text strong {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

.nt-text strong * {
    float: left;
}

.nt-text span {
    width: 128px;
    height: 29px;
    background: url(../images/info.png) no-repeat;
}

.nt-text a {
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    padding: 6px 14px;
    margin: 1px 0 0 10px;
    border: 1px solid #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
}

.nt-text a:hover,
.nt-text a:active {
    background: #fff;
    color: #67ace4;
}

.below,
.above {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.below {
    height: 173px;
    background: url(../images/below.png) no-repeat;
}

.above {
    height: 149px;
    background: url(../images/above.png) no-repeat -60px 0;
}

/* 收藏 */
.sc-box {
    position: absolute;
    bottom: 3px;
    width: 15px;
    right: 8px;
    z-index: 999;
    cursor: pointer;
}

.sc-box img {
    display: block;
    width: 100%;
}

.category-s2 .sc-box {
    right: 0;
}

.detail-sc {
    display: inline-block;
    margin-left: 30px;
    float: left;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border: 1px solid #ddd;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    margin-top: 12px;
    cursor: pointer;
    color: #999;
}

.detail-sc:hover {
    border: 1px solid #ef2f23;
}

.join-cart-box {
    margin-top: 35px;
    color: #999;
}

.join-cart-box img {
    width: 15px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.sc-form {
    float: right;
}

.sc-form a {
    color: #fff;
}

.sc-search {
    width: 70px;
    height: 25px;
    line-height: 25px;
    float: right;
}

.sc-name {
    float: left;
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding-left: 8px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.sc-title {
    margin-top: 6px;
}

.sc-filter-l li:first-child {
    border-right: 1px solid #ddd;
    width: 70px;
    text-align: center;
}

.sc-filter-l li {
    display: inline-block;
    padding: 0 10px;
    margin-right: 14px;
    float: left;
    margin-top: 5px;
}

.sc-filter-l li a:hover,
.sc-filter-l li .sc-shop-select {
    color: #ff5670;
}

.sc-filter-l li a {
    color: #666;
}

.sc-filter-box {
    background: rgba(249, 249, 249, 0.57);
    border: 1px solid #f1f1f1;
    padding: 10px 0;
}

.sc-filter-l {
    display: inline-block;
    float: left;
}

.sc-filter-r {
    display: inline-block;
    float: right;
    margin-right: 12px;
    border: 1px solid #ddd;
    padding: 3px 10px;
    border-radius: 3px;
    background: #fff;
}

.sc-main {
    margin-top: 20px;
}

.sc-main .product-col-box {
    width: 212px;
}

.sc-main .product-list div:nth-of-type(4n) {
    margin-right: 0 !important;
}

.no-sc img {
    margin: 80px auto 15px;
    display: block;
}

.no-sc p {
    text-align: center;
    color: #999;
}

.xj-col {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.xj-col img {
    width: 80px;
    margin: 60px auto 0;
    display: block;
}

.sc-filter-r a {
    color: #666;
}

.bj-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
}

.bj-table thead {
    line-height: 35px;
}

.bj-table tr td {
    text-align: center;
    padding: 10px 15px;
    color: #666;
}

.bj-table tr:nth-child(2n-1) td,
.bj-table tr:hover {
    background: #fbfbfb;
}

.bg-w-10 {
    width: 10%;
}

.bg-w-20 {
    width: 20%;
}

.bg-w-15 {
    width: 15%;
}

.bj-select {
    width: 130px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 5px;
    margin-left: 5px;
    background-position: 113px center !important;
    color: #999;
}

.bj-search {
    margin-top: 40px;
    position: relative;
}

.bj-search label {
    margin-right: 25px;
    position: relative;
}

.bj-input {
    height: 30px;
    line-height: 30px;
    width: 130px;
    padding-left: 10px;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #ddd;
    color: #999;
}

.bj-input-brand {
    background: url(../images/arrow-down.png) 143px center / 10px no-repeat scroll transparent !important;
    width: 160px;
}

.bj-btn {
    height: 30px;
    display: inline-block;
    width: 80px;
    line-height: 30px;
    letter-spacing: normal;
    float: left;
    margin-left: 20px;
}

.bj-s-box {
    display: inline-block;
    position: absolute;
    right: 0;
}

.bj-pic {
    display: block;
    width: 50px;
    margin: 50px auto 10px;
}

.bj-no-p {
    margin-bottom: 50px;
}

.bj-brand-box {
    position: absolute;
    left: 32px;
    border: 1px solid #ddd;
    top: 19px;
    width: 130px;
    border-radius: 4px;
    z-index: 6;
    border-top: 1px solid #f1f1f1;
    background: #fff;
    height: 200px;
    color: #666;
    overflow-y: scroll;
}

.bj-brand-tip {
    text-align: center;
    color: #999;
}

.bj-brand-box li {
    border-bottom: 1px dashed #f1f1f1;
    padding: 5px 8px;
    cursor: pointer;
}

.bj-brand-box li:hover {
    background: #f1f1f1;
}

.bj-clear-brand {
    position: absolute;
    right: 17px;
    height: 15px;
    background: #fff;
    top: -1px;
    color: #999;
    width: 15px;
}

.bj-clear-brand img {
    display: block;
    width: 15px;
}

.bj-clear-brand:hover {
    background: rgba(255, 86, 112, 0.09)
}

.sc-product-section .sc-box {
    display: none;
}

.sc-product-section .product-bg {
    height: 196px;
}

.sc-btn {
    margin: 0 -10px;
    height: 30px;
    background: #f1f1f1;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sc-btn a {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    color: #666;
}

.sc-btn a:first-child {
    border-right: 1px solid #fff;
}

.db11-section {
    width: 100%;
    height: 839px;
    background-color: #63071a;
}

.db11-tit {
    background: #ba293a;
    height: 68px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
    font-size: 36px;
    margin-bottom: 15px;
}

.db11-top img {
    width: 1039px;
    margin: 55px auto 0;
    display: block;
}

.db11-center {
    margin-top: 10px;
}

.db11-center li {
    display: inline-block;
    float: left;
    width: 348px;
    height: 248px;
}

.db11-center ul {
    padding-left: 84px;
}

.db11-bottom {
    padding-left: 95px;
    font-size: 16px;
    color: rgba(232, 210, 124, 0.77);
}

.db11-bottom h3 {
    padding-top: 14px;
    font-size: 24px;
}

.db11-tip {
    text-align: right;
    font-size: 12px;
    padding-top: 11px;
}

.coupon-default-bg1 {
    background: url(../images/coupon-bg.png) no-repeat left top;
    background-size: cover;
}

.coupon-default-bg2 {
    background: url(../images/coupon-bg.png) no-repeat left top;
    background-size: cover;
}

.coupon-default-bg3 {
    background: url(../images/coupon-bg1.png) no-repeat left top;
    background-size: cover;
}

.activity-shop {
    display: inline-block;
    float: left;
    padding-top: 6px;
    margin-left: 15px;
}

.activity-shop a {
    display: inline-block;
    float: left;
    padding: 0 7px;
    margin: 0 5px;
    height: 21px;
    line-height: 21px;
}

.activity-shop a:hover,
.activity-shop-current,
.limit-activity-shop a:hover {
    color: #f06 !important;
}

.activity-no-result {
    padding: 50px 0;
}

.activity-no-result img {
    display: block;
    margin: 0 auto;
}

.activity-no-result p {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

.limit-activity-shop {
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
}

.limit-activity-shop a {
    display: inline-block;
    float: left;
    color: #666;
    margin-right: 20px;
}

.gift-level {
    background: #fafafa;
    border-bottom: 1px solid #ffbec9;
}

.gift-level ul {
    display: inline-block;
    float: right;
}

.gift-level li {
    display: inline-block;
    float: left;
    color: #666;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.gift-level span {
    padding: 0 15px;
    height: 12px;
    line-height: 12px;
    display: block;
    margin-top: 10px;
    border-right: 1px solid #ddd;
}

.gift-level li:last-child span {
    border-right: 0;
}

.gift-level-current {
    color: #f04 !important;
    font-weight: 500;
}

.gift-m-box {
    background-color: #fff;
}

.gift-tit {
    display: inline-block;
    float: left;
    margin-top: 7px;
    padding-left: 10px;
}

.gift-tit img {
    display: inline-block;
    width: 15px;
    vertical-align: sub;
    margin-right: 6px;
}

.addr-t {
    position: relative;
    margin-bottom: 15px;
}

.addr-t-search {
    position: absolute;
    right: 0;
    top: 0;
}

.addr-t-search input {
    width: 272px;
    border-bottom: 1px solid #f1f1f1;
    float: left;
    margin-right: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.addr-t-search span {
    width: 18px;
    display: inline-block;
    cursor: pointer;
}

.addr-t-search span img {
    display: block;
    width: 100%;
    float: right;
}

.addr-t-add {
    border: 1px solid #f1f1f1;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    -wekit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #666;
    letter-spacing: 1px;
}

.confirm-t-search input {
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.order-spic-box {
    height: 300px;
    overflow-y: scroll;
    line-height: 300px;
    text-align: center;
    font-size: 16px;
}

.order-spic-box img {
    display: block;
    width: 100%;
}

.search-box section:last-child .search-b-c2 {
    border-bottom: 0 !important;
}

.sc-product-section .product-info {
    height: 104px !important;
}

.sc-product-section .is-spe-price {
    width: auto !important;
}

.yh-box {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 40px;
    margin-top: -20px;
}

.by-mark {
    color: #6e6e6e !important;
    border: 1px solid #6e6e6e !important;
    padding: 1px 2px;
}

.server-box .server-pic {
    width: 165px;
    margin: 0 auto;
    display: block;
    border: 1px solid #ccc;
}

.server-box .tt-confirm {
    margin-left: 7px !important;
}

.server-box .dialog-main {
    width: 300px !important;
}

.server-link {
    color: #009fff;
    cursor: pointer;
}

.nzPost-box .cart-coupon-detail {
    min-height: 125px;
}

.disable-submit {
    background-color: #ccc !important;
    cursor: no-drop !important;
}

/*活动模板*/
.hd01-page .hd-section {
    background: #aa191a;
}

.hd01-page .hd-banner-inner {
    width: 1180px;
    margin: 0 auto;
}

.hd01-page .hd-inner {
    width: 1008px;
    margin: 0 auto;
}

.hd01-page .hd-section .hd-main {
    overflow: hidden;
}

.hd01-page .hd-section .hd-banner img {
    width: 100%;
    display: block;
    vertical-align: bottom;
}

.hd01-page .hd-section .hd-sec1 {
    background: #f9f7d9 url(../images/hd/bg3.png) no-repeat right 30px;
    background-size: 165px;
}

.hd01-page .hd-section .hd-tit {
    padding: 35px 0 57px;
    text-align: center;
    line-height: 73px;
    font-size: 32px;
    color: #ffd1b0;
}

.hd01-page .hd-product-type1 {
    width: 343px;
    margin-right: 100px;
}

.hd01-page .hd-product-type1 .hd-pic {
    width: 343px;
    height: 347px;
    background: #d12636;
    position: relative;
}

.hd01-page .hd-product-type1 .hd-pic a {
    display: block;
    width: 100%;
    height: 100%;
}

.hd01-page .hd-product-type1 .hd-pic a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -12px;
    left: 12px;
    box-shadow: 0 0 10px 0px #fdd0af;
    -webkit-box-shadow: 0 0 10px 0px #fdd0af;
    -moz-box-shadow: 0 0 10px 0px #fdd0af;
}

.hd01-page .hd-pro-base {
    padding: 23px 0 39px;
    position: relative;
}

.hd01-page .hd-pro-info h3 {
    font-size: 14px;
    color: #4d301b;
    margin-bottom: 10px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    height: 37px;
}

.hd01-page .hd-pro-info h3 a {
    color: #4d301b;
}

.hd01-page .hd-pro-info .hd-line {
    height: 2px;
    border-bottom: 1px dashed #b8ab9b;
    width: 182px;
    margin-bottom: 14px;
}

.hd01-page .hd-price-now {
    line-height: 1;
    color: #d12636;
    font-size: 16px;
}

.hd01-page .hd-price-now i {
    font-size: 13px;
    color: #4d301b;
    display: inline-flex;
}

.hd01-page .hd-cart {
    width: 47px;
    height: 47px;
    position: absolute;
    right: -12px;
    top: 46px;
    cursor: pointer;
}

.hd01-page .hd-cart img {
    display: block;
    width: 100%;
}

.hd01-page .hd-product-type2 {
    width: 331px;
}

.hd01-page .hd-product-type2 .hd-cart {
    top: -23px;
    right: 24px;
}

.hd01-page .hd-product-type2 .hd-pic {
    width: 100%;
    height: 298px;
    box-shadow: 0 0 8px 3px #feeede;
    -webkit-box-shadow: 0 0 8px 3px #feeede;
    -moz-box-shadow: 0 0 8px 3px #feeede;
    margin-top: 50px;
}

.hd01-page .hd-product-type2 .hd-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.hd01-page .hd-product-type1,
.hd01-page .hd-product-type2 {
    float: left;
    display: inline-block;
}

.hd01-page .hd-col1 {
    height: 466px;
    border-bottom: 1px dashed #b8ab9b;
    width: 784px;
    margin: 0 auto;
}

.hd01-page .hd-col2 {
    margin-top: 40px;
    background: url(../images/hd/hd-pro-bg.png) no-repeat center;
    background-size: 63%;
}

.hd01-page .hd-product-type3 .hd-pic {
    height: 340px;
    width: 340px;
    border-radius: 340px;
    -moz-border-radius: 340px;
    -webkit-border-radius: 340px;
    overflow: hidden;
    box-shadow: 0 0 7px 1px #f1d1ca;
    -webkit-box-shadow: 0 0 7px 1px #f1d1ca;
    -moz-box-shadow: 0 0 7px 1px #f1d1ca;
    background: #fff;
}

.hd01-page .hd-product-type3 .hd-pic img {
    display: block;
    width: 80%;
    margin: 34px auto 0;
}

.hd01-page .hd-product-type3 .hd-pro-info {
    width: 100%;
    text-align: center;
}

.hd01-page .hd-product-type3 .hd-pro-info .hd-line {
    margin: 0 auto 14px;
}

.hd01-page .hd-product-type3 {
    width: 340px;
    margin: 0 auto;
}

.hd01-page .hd-product-common {
    margin-right: 45px;
    width: 218px;
    display: inline-block;
    margin-top: 15px;
}

.hd01-page .hd-product-common .hd-pic {
    width: 100%;
    height: 218px;
    background: #fff;
    position: relative;
}

.hd01-page .hd-product-common .hd-line {
    width: 180px;
}

.hd01-page .hd-product-common .hd-cart {
    top: -24px;
    right: 0;
}

.hd01-page .hd-product-common:last-child {
    margin-right: 0;
}

.hd01-page .hd-product-common .hd-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.hd01-page .hd-sq {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.7);
    width: 100px !important;
    height: 100px !important;;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.hd01-page .hd-sec2 {
    background: #eb5453 url(../images/hd/hd-footer.png) no-repeat bottom left;
    background-size: 100%;
    padding-bottom: 220px;
    overflow: hidden;
}

.hd01-page .hd-sec2-main {
    background: #f9f8da;
    margin-top: 63px !important;
    overflow: hidden;
}

.hd01-page .hd-product-type4-box {
    margin: 25px 27px;
    border-bottom: 1px dashed #b8ab9b;
    background: url(../images/hd/bg2.png) no-repeat 570px 194px;
    background-size: 124px;
}

.hd01-page .hd-product-type4 {
    padding-bottom: 20px;
    display: inline-block;
    float: left;
}

.hd01-page .hd-product-type4:last-child {
    margin-right: 0;
}

.hd01-page .hd-product-type4 .hd-pro-base {
    width: 270px;
    padding-top: 0;
    margin-right: 50px;
}

.hd01-page .hd-product-type4 .hd-pic {
    width: 240px;
    height: 240px;
    border-radius: 240px;
    -webkit-border-radius: 240px;
    -moz-border-radius: 240px;
    overflow: hidden;
}

.hd01-page .hd-product-type4 .hd-pic a,
.hd01-page .hd-product-type4 .hd-pic img {
    display: block;
    width: 100%;
}

.hd01-page .hd-product-type4 .hd-pic,
.hd01-page .hd-product-type4 .hd-pro-base {
    display: inline-block;
    float: left;
}

.hd01-page .hd-product-type4 .hd-pro-base h2 {
    padding-top: 22px;
    color: #462d1b;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: initial;
}

.hd01-page .hd-product-type4 .hd-pro-base h3 {
    color: #d12636;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
}

.hd01-page .hd-product-type4 .hd-pro-base h3 a {
    color: #d12636;
}

.hd01-page .hd-product-type4 .hd-pro-base .hd-line {
    width: 100%;
}

.hd01-page .hd-product-type4 .hd-pro-base .hd-cart {
    top: 150px;
    right: 0;
}

.hd01-page .hd-product-type4 .hd-pro-base .hd-price-now {
    padding-top: 10px;
}

.hd01-page .hd-plr {
    padding: 0 20px;
}

.hd01-page .hd-plr .hd-product-common {
    width: 206px;
}

.hd01-page .hd-product-common:nth-of-type(4n) {
    margin-right: 0;
}

.hd01-page .hd-col4 {
    background: #ea5554;
    padding-top: 40px;
}

.hd01-page .hd-col4 .hd-pro-info h3 {
    color: #f1f1f1;
    margin-top: 5px;
    height: 37px;
}

.hd01-page .hd-col4 .hd-pro-info h3 a {
    color: #fff;
}

.hd01-page .hd-col4 .hd-pro-info .hd-price-now i {
    color: #f6c0bf;
}

.hd01-page .hd-col4 .hd-pro-info .hd-price-now {
    color: #ffd1b0;
}

.hd01-page .hd-no-price {
    cursor: pointer;
}

.charge-price {
    color: #999;
    font-size: 12px;
}

.index-tip {
    z-index: 999;
    position: fixed;
    top: 70px;
    right: 40px;
}

.index-tip {
    display: block;
    width: 120px;
    height: 120px;
}

.index-tip img {
    display: block;
    width: 100%;
}

.tip-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: 0;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.spe-sales {
    border: 1px solid #8ed8d1 !important;
    color: #8ed8d1 !important;
}

.checkbox-cart {
    background-size: 12px !important;
}

/*品牌买赠*/
.brand-section {
    width: 800px;
    height: 100%;
    margin: 0 auto;
}

.brand-section .brand-content {
}

.brand-section .brandintr {
    height: 420px;
    width: 100%;
    /*background-size: contain !important;*/
    background-repeat: no-repeat !important;
    background-position: center !important;
    overflow: hidden;
}

.brand-section .brandList {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 6px;
    justify-content: space-between;
    flex-direction: column;
}

.brand-section .brandList .aContent a:last-child {
    height: 370px;
}

.brand-section .brandList .hotCombine {
}

.brand-section .brandList .hotCombine .top_add {
    background: url(../images/brandActivity/brandWall/hotCombine.jpg) no-repeat center;
    height: 164px;
}

.brand-section .brandList .hotCombine .goodHealth {
    width: 50%;
    float: left;
}

.brand-section .brandList .hotCombine .goodHealth a {
    display: inline-block;
    width: 100%;
}

.brand-section .brandList a {
    display: inline-block;
    height: 290px;
    margin-top: 15px;
}

.brand-section .brandList .aContent .brand_content {
    width: 800px;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 96% !important;
}
.brand-section .brandList:first-child .aContent .brand_content {
    background: red;
}

.brand-section .brandList .brand_content img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.saleSection_inner {
    width: 900px;
    margin: 0 auto;
}

.saleSection {
    background: url(../images/saleRecord/saleRecord1.jpeg) no-repeat;
    background-size: 100%;
    height: 2538px;
}

.saleSection .saleRecord {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.saleSection .saleRecord .saleContent {
    width: 80%;
    position: absolute;
    top: 1070px;
    left: 50%;
    margin-left: -43%;
    height: 523px;
    padding: 40px 40px 0 40px;
}

.saleSection .saleRecord .saleContent .saleDetail {
    display: flex;
}

.saleSection .saleRecord .saleContent .saleDetail .saleImg {
    width: 241px;
    background: url(../images/saleRecord/list.png) no-repeat;
    height: 477px;
    background-size: 50%;
    background-position: 67px 33px;
}

.saleSection .saleRecord .saleContent .saleDetail .saleText {
    width: 800px;
    padding-left: 24px;
}

.saleSection .saleRecord .saleContent .saleDetail .saleText .saleTitle {
    display: flex;
    height: 82px;
    line-height: 3;
}

.saleSection .saleRecord .saleContent .saleDetail .saleText .saleTitle .x {
    width: 33.3%;
    text-align: center;
    font-size: 19px;
    color: #fff;
}

.saleSection .saleRecord .saleContent .saleDetail .saleText .saleTitle .icon_1 {
    width: 33.3%;
    background: url(../images/mobile/top1.png) no-repeat center;
    background-size: 38%;
}

.saleSection .saleRecord .saleContent .saleDetail .saleText .saleTitle .icon_2 {
    width: 33.3%;
    background: url(../images/mobile/top2.png) no-repeat center;
    background-size: 38%;
}

.saleSection .saleRecord .saleContent .saleDetail .saleText .saleTitle .icon_3 {
    width: 33.3%;
    background: url(../images/mobile/top3.png) no-repeat center;
    background-size: 38%;
}

.saleSection .saleRecord .saleContent .saleDetail .saleText .saleTitle .icon_4 {
    width: 33.3%;
    background: url(../images/mobile/top4.png) no-repeat center;
    background-size: 38%;
}

.saleSection .saleRecord .saleContent .saleDetail .saleText .saleTitle .icon_5 {
    width: 33.3%;
    background: url(../images/mobile/top5.png) no-repeat center;
    background-size: 38%;
}

.saleSection .saleRecord .saleContent .saleDetail .saleText .saleTitle .name {
    width: 33.3%;
    text-align: center;
    font-size: 19px;
    color: #fff;
    height: 100px;
    line-height: 100px;
}

.saleSection .saleRecord .saleContent .saleDetail .saleText .saleTitle .total {
    width: 33.3%;
    text-align: center;
    font-size: 19px;
    color: #fff;
    height: 100px;
    line-height: 100px;
}

.saleSection .saleRecord .saleContent .saleDetail_2 .saleTitle {
    display: flex;
    height: 40px;
    line-height: 3;
    color: #fff;

}

.saleSection .saleRecord .saleContent .saleDetail_2 .saleTitle .total,
.saleSection .saleRecord .saleContent .saleDetail_2 .saleTitle .rank,
.saleSection .saleRecord .saleContent .saleDetail_2 .saleTitle .name {
    width: 33.3%;
    text-align: center;
    font-size: 19px;
    color: #fff;
}

.saleSection .saleRecord .saleContent .saleDetail_2 .sale_1 {
    flex: 1;
}

.saleSection .saleRecord .saleContent .saleDetail_2 {
    display: flex;
    height: 720px;
    overflow-y: auto;
    overflow-x: hidden;
}

.coupon_num {
    position: absolute;
    top: 0;
    right: 5px;
    color: #E95770;
    font-size: 20px;
}

.mTips {
    position: fixed;
    padding: 8px 12px;
    color: #ececec;
    border-radius: 5px;
    font-family: 微软雅黑;
    z-index: 999;
    display: inline;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5);
}

.mTips p {
    padding: 0px
}

.LuckBg {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
}

.LucktipFlag {
    display: block;
    width: 40%;
    height: 15%;
    z-index: 999;
    position: fixed;
    top: 20%;
    right: 30%;
}

.LucktipFlag img {
    display: block;
    width: 100%;
}

.triangle-topright {
    width: 0;
    height: 0;
    border-top: 40px solid #FFC0CB;
    border-left: 55px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.triangle-topright1 {
    width: 0;
    height: 0;
    border-top: 40px solid #b5b5b5;
    border-left: 55px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.super {
    width: 0;
    height: 0;
    position: absolute;
    left: 10px;
    top: 10px;
    color: yellow;
    font-size: 20px;
    font-style: italic;
}

.super1 {
    width: 0;
    height: 0;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #b5b5b5;
    font-size: 20px;
    font-style: italic;
}

.coupon_num {
    position: absolute;
    top: 0;
    right: 5px;
    color: #E95770;
    font-size: 20px;
}

.coupon_num1 {
    position: absolute;
    top: 0;
    right: 5px;
    color: #999999;
    font-size: 20px;
}

/**/
#anniversary {
    background: #581CAE;
}

#anniversary .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #581CAE;
}

#anniversary  .anniversaryBg {
    width: 100%;
    height: 708px;
    background: url(../images/1111/activityTop_1.jpg) no-repeat;
    background-position: center center;
    /* background-size:100% 100%; */
    /* -moz-background-size:100% 100%; */
}
#anniversary .content .activity1 {
   text-align: center;
}
#anniversary .content .rank {
    width: 100%;
    height: 1100px;
    margin: 0 auto;
    border:  1px #fff solid;
    background-color: #8724ba;
    border-radius: 20px;
    box-shadow: 10px 10px 5px #000000;
    margin-top: -60px;
    text-align: center;
}
.rank ul{
    width: 100%;
    padding: 5px;
    margin-top: 50px;
    text-align: center;
}


.rank ul li{
    width: 290px;
    height: 300px;
    background: #fff;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    position: relative;
}
.rank ul li img{
    /* width: 100%; */
    height: 230px;
    cursor: pointer;
}
.productName{
    text-overflow: ellipsis;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    height: 30px;
}
.rank ul li button{
    background: #d4282d;
    color: #fff;
    height: 25px;
    margin-top: 5px;
    cursor: pointer;
}

.price{
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background: #d22b33;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 10px;
}
.price span{
    font-size: 25px;
    font-weight: bold;
}
.price1{
    color: #fff;
    text-decoration: line-through;
    font-size: 12px;
    margin-bottom: -5px;
    display: block;
}
.price2{
    font-size: 40px;
    font-weight: bold;
}
.backindex{
    margin-top: 20px;
    text-align: center;
}
.brand-list-section {
    padding: 0.2666666667rem;
}

.brand-list-section .brand-col-section {
    background: #fff;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
}

.brand-list-section .brand-title {
    height: 1.1333333333rem;
    line-height: 1.1333333333rem;
    font-size: 13px;
    padding-left: 0.2666666667rem;
}

[data-dpr="2"] .brand-list-section .brand-title {
    font-size: 26px !important;
}

[data-dpr="3"] .brand-list-section .brand-title {
    font-size: 39px !important;
}

.brand-list-section .brand-title a,
.brand-list-section .brand-title .pay-page .pay-col5 .flex-parent input[type="submit"],
.pay-page .pay-col5 .flex-parent .brand-list-section .brand-title input[type="submit"] {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
}

.brand-list-section .brand-col img {
    display: block;
    width: 100%;
    padding: .4rem;
    border-top: .03rem solid #f1f1f1;
}
#strategy{
    /* background: url(../images/1111/WechatIMG57.jpeg) no-repeat; */
    background-color: #8100ee;
    width: 100%;
    background-size: 100% 100%;
}
.strategy-img{
    width: 100%;
    max-width: 100%;
}
#strategy .contents {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /* background: #581CAE; */
}

#strategy  .anniversaryBg {
    width: 100%;
    height: 900px;
    background: url(https://oss.bestl2.com/nzh/double11/1_01.jpg) no-repeat;
    background-position: center center;
    background-size:80% 100%;
    -moz-background-size:100% 100%;
}
#strategy .contents .activity1 {
   text-align: center;
}
#strategy .contents .rank1 {
    width: 100%;
    height: 688px;
    margin: 0 auto;
    /* background-color: #8724ba; */
    border-radius: 20px;
    box-shadow: 10px 10px 5px #000000;
    text-align: center;
}
.dbb11-voucher{
    width: 100%;
    height: 200px;
}
.dbb11-voucher ul{
    width: 100%;
    padding-left: 150px;
}


.dbb11-voucher ul li{
    width: 290px;
    float: left;
    position: relative;
}
.dbb11-voucher ul li img{
    height: 150px;
    cursor: pointer;
}
.mobile-gl2{
    margin: 0 auto;
    width: 100%;
}
.gl1{
    margin: 0 auto;
    width: 80%;
    height: 330px;
    background: url(https://oss.bestl2.com/nzh/double11/1_02.jpg) no-repeat;
    background-size:100%;
}
.gl2{
    margin: 0 auto;
    width: 60%;
    /* height: 800px; */
    /* background: url(https://oss.bestl2.com/nzh/double11/1_03.jpg) no-repeat; */
    /* background-size:100%; */
}
.gl3{
    background: url(../images/1111/gl3.png) no-repeat;
    background-position: center center;
    background-size:100% 100%;
    padding-top: 600px;
    padding-right: 650px;
}
.gl4{
    background: url(../images/1111/gl4.png) no-repeat;
    background-position: center center;
    background-size:100% 100%;
    padding-left: 450px;
    padding-top: 600px;
}
.gl5{
    background: url(../images/1111/gl5.png) no-repeat;
    background-position: center center;
    background-size:100% 100%;
    padding-top: 600px;
    padding-right: 650px;
}
.gl6{
    background: url(../images/1111/gl6.png) no-repeat;
    background-position: center center;
    background-size:100% 100%;
    padding-left: 450px;
    padding-top: 600px;
}
#seckill {
    width: 100%;
    height: 100%;
}
#seckill  .anniversaryBg {
    width: 100%;
    height: 708px;
    background: url(../images/1111/WechatIMG779.jpeg) no-repeat;
    /* background-position: center center; */
    /* background-size:100% 100%; */
    /* -moz-background-size:100% 100%; */
}
#seckill .contents {
    width: 100%;
    height: 2200px;
    margin: 0 auto;
    position: relative;
    background: url(../images/1111/WechatIMG55.jpeg) no-repeat;
    display: inline-block;
    min-height: 1600px;
}
#seckill .contents ul{
    width: 1200px;
    margin: 0 auto;
}
#seckill .contents ul li{
    width: 290px;
    height: 350px;
    background: #fff;
    float: left;
    margin-left: 5px;
    margin-top: 25px;
    position: relative;
}
.limit-img{
    width: 100%;
    height: 230px;
    display: block;
    background-size:100% 100%;
}
.seckillPrice{
    width: 100%;
    background-color: #fc5827;
    height: 80px;
    padding-top: 20px;
}
.seckillPrice div{
    float: left;
}
.seckilname{
    color: #666;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    height: 40px;
}
.seckillPrice1{
    width: 50%;
    padding-left: 5px;
}
.seckillPrice1 p{
    line-height: 30px;
}
.sp1{
    font-size: 15px;
    color: #fff;
}
.sp2{
    font-size: 15px;
    color: #fff;
}
.sp3{
    font-size: 30px;
    color: #fff; 
    position: relative;
    left: 80px;
    bottom: 40px;
    font-weight: bold;
    width: 100px;
}
.sp4{
    font-size: 10px;
    color: #fff; 
    position: relative;
    left: 80px;
    bottom: 40px;
    width: 100px;
}
.addCart{
    width: 50%;
    padding: 15px;
}
.addCart button{
    background-color: #fefc42;
    width: 80%;
    height: 30px;
    cursor: pointer;
    float: right;
}
.sbottom{
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
}
.sq-11{
    width: 100px;
    height: 100px;
    top: 40%;
    left: 45%;
}
#sunscreen {
    background: #000036;
}

#sunscreen .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #000000;
}

#sunscreen  .sunscreenBg {
    /* width: 100%; */
    /* height: 708px; */
    /* background: url(https://nzh-hk.oss-cn-hongkong.aliyuncs.com/nzh/activity/%E4%BA%8C%E7%BA%A7%E9%A1%B5%E9%9D%A2_01.jpg) no-repeat; */
    background-position: center center;
    background-size:100% 100%;
    /* -moz-background-size:100% 100%; */
}
#sunscreen .content .activity1 {
   text-align: center;
}
#sunscreen .content img{
    width: 100%;
}
