@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea {
    font: 12px/150% microsoft yahei;
    color: #666666;
    background: #fff;
    margin: 0;
    padding: 0;
}

input:focus, textarea:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    padding: 0px;
    margin: 0px;
}

.blank {
    height: 10px;
    line-height: 10px;
    clear: both;
    visibility: hidden;
}

.blank5 {
    height: 5px;
    line-height: 5px; /* _margin:-3px 0;*/
    clear: both;
    visibility: hidden;
}

.blank10 {
    height: 10px;
    line-height: 10px;
    clear: both;
    visibility: hidden;
}

.blank15 {
    height: 15px;
    line-height: 15px;
    clear: both;
    visibility: hidden;
}

.blank20 {
    height: 20px;
    line-height: 20px;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.left-con {
    width: 210px;
    float: left;
    overflow: hidden;
}

.right-con {
    width: 985px;
    float: right;
    overflow: hidden;
}

.right-inner {
    border: 1px solid #eee;
}

.position-static {
    position: static !important;
    margin: 50px auto 0 !important;
}

.position-relative {
    position: relative !important;
}

ul, ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%
}

a {
    text-decoration: none;
    color: #666666;
    outline: medium none;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    color: #E31939;
    text-decoration: none;
}

.main-color {
    color: #E31939;
}

.main-bg-color {
    background-color: #E31939;
}

.main-btn {
    line-height: 12px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #E31939;
    overflow: visible;
    border: 0 none;
    outline: 0;
    padding: 7px;
    cursor: pointer
}

.main-btn-large {
    padding: 8px 15px;
}

.main-btn:hover {
    color: #fff;
}

.inputBg {
    border: 1px solid #ddd;
    height: 30px;
    width: 200px;
    line-height: 30px;
    padding: 0px 5px;
    margin-right: 5px
}

.inputSmall {
    width: 120px;
}

.inputLarge {
    width: 500px;
}

.inputMiddle {
    width: 300px !important;
}

select {
    border: 1px solid #ddd;
    height: 30px;
    width: auto;
    line-height: 30px;
    padding: 0px 5px;
    margin-right: 5px;
}

label {
    cursor: pointer;
}

label input[type="radio"] {
    vertical-align: middle;
}

textarea {
    border: 1px solid #ddd;
}

i, cite, em, strong, th {
    font-style: normal;
    font-weight: normal;
}

.block {
    display: block;
}

.none {
    display: none !important;
}

.price {
    font-weight: bold;
    color: #E31939;
}

.mt10 {
    margin-top: 10px;
}

/*按钮*/
.btn2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ff4a00;
    color: #ff4a00;
    padding: 0;
    width: 148px
}

.btn2:hover, .btn2:focus {
    color: #fff;
    outline: 0;
    text-decoration: none;
    background-color: #ff4a00
}

.btn2.active, .btn2:active {
    outline: 0;
    background-color: #ff4a00;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15)
}

.btn2.disabled, .btn2[disabled] {
    cursor: default;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #e5e9ec;
    background: #ccd0d9
}

.btn-small {
    height: 28px;
    line-height: 28px;
    width: 118px;
    font-size: 12px
}

.btn-primary {
    background-color: #ff4a00;
    border-color: #ff4a00;
    color: #fff
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
    color: #fff;
    border-color: #ee330a;
    background-color: #ee330a
}

.btn-yellow {
    background-color: #ffdb3d;
    border-color: #ffdb3d;
    color: #333
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow.active, .btn-yellow:active {
    color: #333;
    border-color: #ffc700;
    background-color: #ffc700
}

.w1210 {
    width: 1210px !important;
    margin: 0 auto;
}

.w990 {
    width: 990px !important;
    margin: 0 auto;
}

/*头部*/

.header {
    height: 80px;
    padding-top: 20px;
    background: #fff;
    position: relative;
    z-index: 1000
}

/******头部搜索右侧图标*******/
.header .header-right {
    float: right;
    height: 80px;
    width: 180px;
}

.header .header-right li {
    width: 60px;
    height: 80px;
    float: left;
    display: inline-block;
    position: relative;
}

.header .header-right li a {
    position: absolute;
}

.header .header-right li img {
    position: absolute;
    width: 60px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

@-webkit-keyframes toolbar-scaleIn {
    from {
        opacity: .7;
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        transform: translateX(270px)
    }
    to {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-ms-keyframes toolbar-scaleIn {
    from {
        opacity: .7;
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        transform: translateX(270px)
    }
    to {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-moz-keyframes toolbar-scaleIn {
    from {
        opacity: .7;
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        transform: translateX(270px)
    }
    to {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes toolbar-scaleIn {
    from {
        opacity: .7;
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        transform: translateX(270px)
    }
    to {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes toolbar-scaleOut {
    to {
        opacity: .5;
        -webkit-transform: scale(0.7) translateX(270px);
        -moz-transform: scale(0.7) translateX(270px);
        transform: scale(0.7) translateX(270px)
    }
}

@-ms-keyframes toolbar-scaleOut {
    to {
        opacity: .5;
        -webkit-transform: scale(0.7) translateX(270px);
        -moz-transform: scale(0.7) translateX(270px);
        transform: scale(0.7) translateX(270px)
    }
}

@-moz-keyframes toolbar-scaleOut {
    to {
        opacity: .5;
        -webkit-transform: scale(0.7) translateX(270px);
        -moz-transform: scale(0.7) translateX(270px);
        transform: scale(0.7) translateX(270px)
    }
}

@keyframes toolbar-scaleOut {
    to {
        opacity: .5;
        -webkit-transform: scale(0.7) translateX(270px);
        -moz-transform: scale(0.7) translateX(270px);
        transform: scale(0.7) translateX(270px)
    }
}

.animate-in {
    -webkit-animation: toolbar-scaleIn .35s ease-in-out;
    -moz-animation: toolbar-scaleIn .35s ease-in-out;
    animation: toolbar-scaleIn .35s ease-in-out
}

.animate-out {
    -webkit-animation: toolbar-scaleOut .35s ease-in;
    -moz-animation: toolbar-scaleOut .35s ease-in;
    animation: toolbar-scaleOut .35s ease-in
}

/*侧边栏历史记录*/
.sidebar-panel-header {
    position: relative;
    width: 270px;
    height: 40px;
    line-height: 40px;
    background: #eceaea
}

.sidebar-panel-header i {
    background: url(../images/common/common-icon.png) no-repeat;
    margin-right: 4px;
    margin-left: 10px;
    vertical-align: top;
    width: 20px;
    height: 17px;
    margin-top: 11px;
    background-position: -365px -64px;
    display: inline-block;
}

.sidebar-panel-header i.cart-icon {
    background-position: -365px -94px;
}

.sidebar-panel-header i.bonus-icon {
    background-position: -366px -153px;
}

.sidebar-panel-header .title {
    display: inline-block;
    height: 40px;
    color: #5e5050;
    font: 16px/40px "Microsoft YaHei";
}

.sidebar-panel-header .title em {
    display: inline-block;
    vertical-align: top
}

.sidebar-panel-header .close-panel {
    width: 12px;
    height: 12px;
    background: url(../images/common/common-icon.png) no-repeat;
    background-position: -429px -40px;
    position: absolute;
    right: 8px;
    top: 16px;
    cursor: pointer;
    -webkit-transition: transform .2s ease-out 0s;
    -moz-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s
}

.sidebar-panel-header .close-panel:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebar-panel-main {
    position: relative
}

.sidebar-panel-content {
    width: 270px;
    height: 590px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative
}

.sidebar-panel-content::-webkit-scrollbar {
    width: 5px
}

.sidebar-panel-content::-webkit-scrollbar-track {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: transparent
}

.sidebar-panel-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #7b6f6f
}

.sidebar-panel-content .history-panel {
    width: 235px;
    margin: 0 auto;
}

.sidebar-panel-content ul {
    overflow: hidden;
    margin-right: -15px;
}

.sidebar-panel-content ul li {
    float: left;
    position: relative;
    text-align: center;
    width: 100px;
    height: 120px;
    margin-right: 15px;
    background: #fff;
    margin-bottom: 15px;
    padding: 5px;
}

.sidebar-panel-content ul li .p-img {
    width: 100px;
    height: 100px;
    margin-bottom: 3px;
}

.sidebar-panel-content ul li .p-img a {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    margin-bottom: 5px;
}

.sidebar-panel-content ul li .p-img a img {
    width: 100px;
    height: 100px;
}

.sidebar-panel-content ul li .p-name {
    display: none;
}

.sidebar-panel-content ul li .p-comm {
    width: 100px;
}

.sidebar-panel-content ul li.price {
    color: #c81623;
}

/*侧边栏购物,红包内容*/
.cart-panel-main, .bonus-panel-main {
    position: relative;
}

.cart-panel-content, .bonus-panel-content {
    width: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.tip-box {
    position: absolute;
    top: 50%;
    width: 270px;
    margin-top: -100px;
    text-align: center;
}

.category-wrap .tip-box {
    position: static;
    margin: 50px auto 0;
}

.tip-box .tip-icon {
    display: block;
    width: 156px;
    height: 85px;
    margin: 0 auto;
    background: url(../images/noresult.png) no-repeat 0 0;
}

.tip-box .tip-text {
    line-height: 20px;
    padding: 10px;
}

/*页面当前位置*/
.breadcrumb i, .breadcrumb .index, .crumbs-nav, .crumbs-arrow, .breadcrumb .last {
    float: left;
    line-height: 24px;
}

/********弹框提示信息********/
.pop-header .pop-close, .pop-con .pop-icon {
    background: url(../images/common/common-icon.png) no-repeat;
}

.pop-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.15;
    filter: alpha(opacity=15);
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
}

.pop-main {
    border: 4px solid rgba(0, 0, 0, .1);
    border: 4px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 410px;
    position: fixed;
    z-index: 1000001;
    display: none;
    overflow: hidden;
    left: 50%;
    margin-left: -209px;
}

.pop-header {
    position: relative;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    background: #f7f7f7;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
}

.pop-header .pop-close, .pop-header .tell-me-close {
    display: block;
    width: 13px;
    height: 13px;
    background-position: -41px -44px;
    position: absolute;
    right: 13px;
    top: 13px;
}

.pop-con {
    padding: 10px 10px 20px;
    background: #fff;
    position: relative;
    min-height: 80px;
    text-align: center;
}

.pop-con .pop-icon {
    display: block;
    width: 39px;
    height: 39px;
    background-position: -118px -43px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.pop-con .pop-text {
    padding: 10px 20px 15px 60px;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
}

/*.pop-con .pop-sure{
	display: block;
	width:100px;
    height: 30px;
	line-height:30px;
    font-size: 14px;
	text-align:center;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin:10px auto;
	border:0;
	cursor:pointer;
}*/

/*翻页*/
.page {
    padding: 20px 0;
}

.page-num .num {
    position: relative;
    float: left;
    margin-left: -1px;
    width: 35px;
    border: solid 1px #eee;
    height: 35px;
    color: #666;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    font-size: 14px;
}

.page-num .prev, .page-num .next {
    width: 70px;
    font-size: 12px;
}

.page-num .prev i, .page-num .next i {
    display: inline-block;
}

.page-num .prev .icon, .page-num .next .icon {
    background: url(../images/common/common-icon.png) no-repeat;
    display: inline-block;
    width: 6px;
    height: 9px;
}

.page-num .prev .icon {
    background-position: -26px 0;
}

.page-num .next .icon {
    background-position: -74px 0;
}

.page-num a:hover {
    z-index: 1;
    color: #E31939;
    border: 1px solid #E31939;
}

.page-num .curr {
    z-index: 1;
    color: #fff;
    border: 1px solid #E31939;
    background: #E31939;
    cursor: default;
}

.page-num .prev {
    margin-right: 6px;
    margin-left: 0;
}

.page-num .next {
    margin-left: 6px;
}

.page-num .disabled {
    color: #ccc;
}

.page-num a.prev:hover .icon {
    background-position: -42px 0;
}

.page-num a.next:hover .icon {
    background-position: -90px 0;
}

.page-num .prev.disabled .icon {
    background-position: -58px 0;
}

.page-num .next.disabled .icon {
    background-position: -106px 0;
}

.page-wrap .total {
    float: left;
    line-height: 37px;
    margin-left: 10px;
    color: #999;
}

.page-wrap .form .text {
    float: left;
    line-height: 37px;
    margin-left: 5px;
    color: #999;
}

.page-wrap .form .input {
    width: 35px;
    border: solid 1px #ededed;
    height: 21px;
    text-align: center;
    margin: 7px 0 0 5px;
}

/*列表为空提示信息*/
.notice-noresult {
    width: 420px;
    margin: 0 auto;
    padding: 40px 0 80px;
}

.noresult-con {
    padding-left: 70px;
    position: relative;
}

.noresult-con .noresult-icon {
    display: block;
    width: 48px;
    height: 42px;
    background-position: -165px -40px;
    position: absolute;
    left: 0;
    top: 11px;
}

.noresult-con .noresult-text {
    line-height: 32px;
    font-size: 14px;
}

/*****登陆弹框*****/
.pop-login .msg-wrap .msg-icon, .pop-login .item .icon, .pop-login .item-coagent a i {
    background: url(../images/user-icon.png) no-repeat;
}

.pop-login {
    display: none;
    width: 410px !important;
}

.pop-login .form {
    width: 306px;
    margin: 0 auto;
    padding: 15px 0;
}

.pop-login .form .mt {
    display: block;
    overflow: hidden;
    height: 27px;
}

.pop-login .form .mt h2 {
    height: 27px;
    line-height: 27px;
    float: left;
    color: #666;
    font-size: 20px;
}

.pop-login .form .mt .right_register {
    float: right;
    line-height: 27px;
}

.pop-login .form .mt .right_register .text {
    float: left;
}

.pop-login .form .mt .right_register .icon {
    float: left;
    width: 6px;
    height: 9px;
    background: url(../images/common/common-icon.png) no-repeat;
    background-position: -90px 0;
    margin: 9px 0 0 4px;
}

.pop-login .form .mc {
    overflow: hidden;
    text-align: left;
}

.pop-login .msg-wrap {
    min-height: 31px;
    height: auto;
    margin: 5px 0;
    visibility: hidden;
}

.pop-login .msg-wrap .msg-error {
    position: relative;
    background: #fff6f7;
    color: #E31939;
    border: 1px solid #ff6d82;
    padding: 3px 10px 3px 40px;
    line-height: 18px;
    min-height: 18px;
}

.pop-login .msg-wrap .msg-icon {
    position: absolute;
    left: 13px;
    top: 5px;
    display: block;
    width: 14px;
    height: 14px;
    background-position: 0 0;
}

.pop-login .item {
    overflow: hidden;
    height: 38px;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.pop-login .item-error, .pop-login .item-authcode .item-error {
    border: 1px solid #E31939 !important;
}

.pop-login .item-focus, .pop-login .item-authcode .item-focus {

}

.pop-login .item .icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 9px;
}

.pop-login .item .text {
    line-height: 18px;
    height: 18px;
    border: 0;
    padding: 10px 0 10px 40px;
    width: 264px;
    float: none;
    overflow: hidden;
    font-size: 14px;
}

.pop-login .item-name .icon {
    background-position: 0 -15px;
}

.pop-login .item-password .icon {
    background-position: 0 -36px;
}

.pop-login .item-authcode {
    border: 0;
    height: 40px;
}

.pop-login .item-authcode .item-detail {
    border: 1px solid #ddd;
    width: 100px;
}

.login-wrap .login-form .item-authcode .item-error {
    border-color: #E31939;
}

.pop-login .item-authcode .icon {
    background-position: 0 -57px;
}

.pop-login .item-authcode .text {
    width: 60px;
    float: left;
}

.pop-login .item-authcode .img {
    margin-top: 3px;
}

.pop-login .safety {
    margin-bottom: 15px;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
}

.pop-login .safety .checkbox {
    vertical-align: middle;
}

.pop-login .login-btn {
    margin-bottom: 20px;
}

.pop-login .login-btn .btn-img {
    width: 300px;
    height: 35px;
    font-size: 14px;
    color: #FFF;
    background: #E31939;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 2px;
    border: none;
}

.pop-login .item-coagent {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.pop-login .item-coagent a {
    float: left;
    height: 24px;
    padding-left: 26px;
    position: relative;
    margin-right: 25px;
}

.pop-login .item-coagent a i {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.pop-login .item-coagent a i.weixin {
    background-position: -24px 0;
}

.pop-login .item-coagent a i.qq {
    background-position: -24px -25px;
}

.pop-login .item-coagent a i.sina {
    background-position: -24px -50px;
}

.pop-login .item-coagent a i.alipay {
    background-position: -24px -76px;
}

.pop-login .item-coagent a.last {
    margin: 0;
}

/*系统信息提示*/
.message {
    background: #FAFAFA;
    padding: 20px 0px 20px;
    clear: both
}

.message .message-all {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    padding: 15px 30px;
    background: #ffffff;
}

.message .message-all .message-tit {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px #eaeaea solid
}

.message .message-all .message-con {
    min-height: 80px;
    height: auto;
    width: 1150px;
    padding: 60px 0px;
    text-align: center;
}

.message .message-all .message-con p {
    height: 30px;
    line-height: 30px;
    font-family: microsoft yahei
}

.message .message-all .message-con p.msg-con {
    color: #E31939;
    font-size: 14px;
}

/*到货通知*/
.tell-me-form {
    display: none;
    position: fixed;
    z-index: 9999999;
    font-size: 12px;
    width: 600px;
    height: auto;
    border: 4px solid rgba(0, 0, 0, .1);
    border: 4px solid #ccc \9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tell-me-form .tell-me-content {
    background: #fff;
}

.tell-me-form .tell-me-content td {
    padding: 10px 0;
}

.tell-me-form .notice-note {
    background: #FFFDEE;
    padding: 10px 10px;
    border: 1px dotted #ff3300;
    height: 60px;
    line-height: 150%;
    font-weight: normal;
    width: 90%;
    margin: 0 auto;
}

.tell-me-form .tell-me-notice, .required-notice {
    display: inline-block;
    position: absolute;
    color: #E31939;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    visibility: hidden;
    padding-left: 5px;
}

.tell-me-form .tell-me-notice .notice-icon, .required-notice .notice-icon {
    float: left;
    width: 14px;
    height: 14px;
    background: url(../images/user-icon.png) no-repeat 0 0;
    margin-top: 8px;
}

.tell-me-form .tell-me-notice .notice-text, .required-notice .notice-text {
    float: left;
    color: #E31939;
    padding-left: 5px;
}

.tell-me-form .tell-me-result {
    display: none;
    width: 200px;
    padding: 30px 0;
    overflow: hidden;
    margin: 0 auto;
}

.tell-me-form .tell-me-result .result-icon {
    width: 33px;
    height: 33px;
    float: left;
    background: url(../images/user-center.png) no-repeat -175px -150px;
}

.tell-me-form .tell-me-result .result-text {
    position: relative;
    margin-left: 50px;
    min-height: 100px;
}

.tell-me-form .tell-me-result .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #4ABD54;
}

.tell-me-form .tell-me-result .bottom {
    padding: 20px 0;
}

.cancel-btn {
    display: inline-block;
    background: #f5f5f5;
    height: 28px;
    line-height: 28px;
    padding: 0 25px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
}

.cancel-btn:hover {
    color: #666;
}

.sure-btn, .pop-sure {
    display: inline-block;
    width: auto;
    padding: 0 25px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #E31939;
    background: #E31939;
    cursor: pointer;
    margin-right: 20px;
}

.sure-btn:hover, .pop-sure:hover {
    color: #fff;
}

.spe-btn .sure-btn {
    margin-right: 20px;
}

.pop-btn {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0 15px;
}

.tell-me-form .tell-me-result.failed .result-icon {
    background-position: -100px -150px;
}

.tell-me-form .tell-me-result.failed .title {
    color: #E31939;
}

#tell-me-result, .pop-compare-small {
    width: 400px;
}

.pop-compare-small .pop-con {
    padding: 30px 90px 30px 110px;
}

.pop-compare-small .pop-con .pop-icon {
    left: 115px;
    top: 42px;
}

.pop-compare-small .pop-con .pop-text {
    font-size: 18px;
    font-weight: bold;
    color: #FF9149;
}

/*商品加入购物车选择属性*/
#speDiv {
    background: rgba(0, 0, 0, .1);
    background: #ccc \9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 500px;
    padding: 4px;
    height: auto;
    position: fixed;
    z-index: 10000;
    left: 50%;
    margin-left: -245px;
}

#speDiv .spe-close {
    width: 13px;
    height: 13px;
    background: url(../images/common/common-icon.png) no-repeat;
    background-position: -41px -44px;
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
}

#speDiv .attr-list, #speDiv .spe-btn {
    background: #fff;
    overflow: hidden;
}

#speDiv .attr-list {
    padding: 20px 20px 0 20px;
}

#speDiv .attr-list .dt, #speDiv .attr-list .dd {
    float: left;
}

#speDiv .attr-list .dt {
    float: left;
    width: auto;
    heihgt: 28px;
    line-height: 28px;
    min-width: 60px;
    text-align: right;
    margin-right: 10px;
}

#speDiv .attr-list .dd {
    width: 360px;
    float: left;
}

#speDiv .attr-list .attr-radio {
    float: left;
    margin: 0px 10px 10px 0;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ddd;
    cursor: pointer;
}

#speDiv .attr-list .attr-radio.curr {
    background: url(../images/bg_attr_sel_zyh.png) no-repeat bottom right;
    border: 1px solid #E31939;
}

#speDiv .attr-list .attr-radio label {
    display: block;
    padding: 0 7px;
    height: 26px;
    line-height: 26px;
}

#speDiv .attr-list .attr-radio input {
    display: none;
}

#speDiv .spe-btn {
    text-align: center;
    padding-bottom: 20px;
}

/*文字必填提示*/
.price-text-notice {
    color: #FA4862;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    display: none;
}

.price-text-notice .notice-icon {
    float: left;
    width: 14px;
    height: 14px;
    background: url(../images/user-icon.png) no-repeat 0 0;
    margin-top: 8px;
}

.price-text-notice .notice-text {
    float: left;
    color: #FA4862;
    padding-left: 5px;
}

.red-star {
    color: red;
    padding-right: 5px;
}





