/**** for user-address-add ****/
form.el-form{
    width: 460px;
}
.demo-ruleForm {
    width: 360px!important;
}
.el-form-item {
    margin-bottom: 22px;
}
.el-form-item::after, .el-form-item::before {
    display: table;
    content: "";
}
.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}
.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

.el-form-item__content::after, .el-form-item__content::before {
    display: table;
    content: "";
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-form-item input {
    cursor: pointer;
    font-family: inherit;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 35px;
    line-height: 35px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}

.el-form-item textarea {
    font-family: inherit;
}

/****** For user-address-info *******/
.el-card {
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    transition: .3s;
}
.el-card.is-always-shadow{
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.box-card{
    width: 480px;
}
.el-card__header {
    padding: 18px 20px;
    border-bottom: 1px solid #ebeef5;
    box-sizing: border-box;
}
.el-card__body {
    padding: 20px;
}
.el-card__body .item {
    margin-bottom: 18px;
}
.el-card__body .text {
    font-size: 14px;
}

/****通用按钮***/
/**button 按钮**/
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dcdfe6;
    border-top-color: rgb(220, 223, 230);
    border-right-color: rgb(220, 223, 230);
    border-bottom-color: rgb(220, 223, 230);
    border-left-color: rgb(220, 223, 230);
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    margin-left: 0px;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.el-button span{
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    color: #606266;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.el-button--danger{
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c;
}

.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

.el-button--success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a;

}

.el-button--warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c;
}

.el-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399;

}

.el-button--text {
    border-color: transparent;
    color: #409eff;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

button.el-button{
    margin-left: 10px;
}

.el-button span{
    color: #fff;
}

.el-button--text span{
    color: #409eff;
}

/** For loading php page**/

.loading-modal{
    position: absolute;
    z-index: 2000;
    /*background-color: hsla(0, 0%, 26%, 0.9);*/
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
#load {
    position:absolute;
    width:600px;
    height:36px;
    left:50%;
    top:40%;
    margin-left:-300px;
    overflow:visible;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
}

#load div {
    position:absolute;
    width:20px;
    height:36px;
    opacity:0;
    font-family:Helvetica, Arial, sans-serif;
    animation:move 2s linear infinite;
    -o-animation:move 2s linear infinite;
    -moz-animation:move 2s linear infinite;
    -webkit-animation:move 2s linear infinite;
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    color:#35C4F0;
}

#load div:nth-child(2) {
    animation-delay:0.2s;
    -o-animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
}
#load div:nth-child(3) {
    animation-delay:0.4s;
    -o-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
}
#load div:nth-child(4) {
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
}
#load div:nth-child(5) {
    animation-delay:0.8s;
    -o-animation-delay:0.8s;
    -moz-animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
}
#load div:nth-child(6) {
    animation-delay:1s;
    -o-animation-delay:1s;
    -moz-animation-delay:1s;
    -webkit-animation-delay:1s;
}
#load div:nth-child(7) {
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}

@keyframes move {
    0% {
        left:0;
        opacity:0;
    }
    35% {
        left: 41%;
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%;
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%;
        -moz-transform:rotate(-180deg);
        -webkit-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-moz-keyframes move {
    0% {
        left:0;
        opacity:0;
    }
    35% {
        left:41%;
        -moz-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%;
        -moz-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%;
        -moz-transform:rotate(-180deg);
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-webkit-keyframes move {
    0% {
        left:0;
        opacity:0;
    }
    35% {
        left:41%;
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%;
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%;
        -webkit-transform:rotate(-180deg);
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-o-keyframes move {
    0% {
        left:0;
        opacity:0;
    }
    35% {
        left:41%;
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%;
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%;
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg);
        opacity:0;
    }
}

/**For main content in center**/
.el-container{
    margin-top: 90px;
}

/** For input css */
.el-input input{
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.el-textarea textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}



.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    padding-right: 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.el-input--suffix .el-input__inner {
    padding-right: 30px;
}

/***For Alert message tips **/
.el-alert {
    width: 100%;
    padding: 8px 16px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: opacity .2s;
}


.el-alert--success.is-light {
    background-color: #f0f9eb;
    color: #67c23a;
}

.el-alert--info.is-light {
    background-color: #f4f4f5;
    color: #909399;
}

.el-alert--warning.is-light {
    background-color: #fdf6ec;
    color: #e6a23c;
}

.el-alert--error.is-light {

    background-color: #fef0f0;
    color: #f56c6c;

}

.el-icon-success::before {
    content: "\e79c";
}

.el-icon-info::before {
    content: "\e7a1";
}

.el-icon-warning::before {
    content: "\e7a3";
}

.el-icon-error::before {

    content: "\e79d";

}

[class*=" el-icon-"], [class^="el-icon-"] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-alert__icon {
    font-size: 16px;
    width: 16px;
}

.el-alert__content {
    display: table-cell;
    padding: 0 8px;
}

.el-alert__title {
    font-size: 13px;
    line-height: 18px;
}

.el-alert__closebtn {
    font-size: 12px;
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

.el-alert.is-light .el-alert__closebtn {
    color: #c0c4cc;
}

.el-icon-close::before {
    content: "\e6db";
}

/** For Step **/
.el-steps {
    display: flex;
}

.el-steps--horizontal {
    white-space: nowrap;
}

.el-step {
    position: relative;
    flex-shrink: 1;
}

.el-step.is-horizontal {
    display: inline-block;
}


.el-step__head {
    position: relative;
    width: 100%;
}

.el-step__head.is-process {
    color: #303133;
    border-color: #303133;
}


.el-step__line {
    position: absolute;
    border-color: inherit;
    background-color: #c0c4cc;
}

.el-step.is-horizontal .el-step__line {
    height: 2px;
    top: 11px;
    left: 0;
    right: 0;
}

.el-step__line-inner {
    display: block;
    border: 1px solid;
    border-top-color: currentcolor;
    border-top-width: 1px;
    border-right-color: currentcolor;
    border-right-width: 1px;
    border-bottom-color: currentcolor;
    border-bottom-width: 1px;
    border-left-color: currentcolor;
    border-left-width: 1px;
    border-color: inherit;
    transition: .15s ease-out;
    transition-delay: 0s;
    box-sizing: border-box;
    width: 0;
    height: 0;
}

.el-step__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
    transition: .15s ease-out;
}


.el-step__icon.is-text {
    border-radius: 50%;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: inherit;
}

[class*=" el-icon-"], [class^="el-icon-"] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-step__icon-inner {
    display: inline-block;
    user-select: none;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

.el-step__main {
    white-space: normal;
    text-align: left;
}

.el-step__title {
    font-size: 16px;
    line-height: 38px;
}

.el-step__title.is-process {
    font-weight: 700;
    color: #303133;
}

.el-step__description {
    padding-right: 10%;
    margin-top: -5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.el-step__description.is-process {
    color: #303133;
}

.el-step__head {
    position: relative;
    width: 100%;
}

.el-step__head.is-wait {
    color: #c0c4cc;
    border-color: #c0c4cc;
}


.el-step__title.is-wait {
    color: #c0c4cc;
}

.el-step__description.is-wait {
    color: #c0c4cc;
}

.el-step:last-of-type.is-flex {
    flex-basis: auto !important;
    flex-shrink: 0;
    flex-grow: 0;
}

.el-step:last-of-type .el-step__line {
    display: none;
}

.el-step__head.is-success {
    color: #67c23a;
    border-color: #67c23a;
}

.el-step__icon-inner.is-status {
    transform: translateY(1px);
}

.el-icon-check::before {
    content: "\e6da";
}

.el-step__title.is-success {
    color: #67c23a;
}

.el-step__description.is-success {
    color: #67c23a;
}


/*** For mod price ***/

.more2 .mod_price {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    color: #e1251b;
}

.more2_info_price_plus .mod_price {
    float: left;
    width: 90px;
    text-align: left;
}

.more2 em, i {
    font-style: normal;
}


.mod_price i {
    /*margin-right: 3px;*/
    font-family: arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.more2 .mod_price i {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    font-family: MicrosoftYahei-regular,Arial,Helvetica,sans-serif;
}

.more2_info_price_txt {
    /*font-size: 20px;*/
    /*font-weight: 700;*/
    /*font-family: arial,sans-serif;*/
}



/** 成交笔数 **/
.view_noCom{
    float: right;
    text-align: right;
}

.productAttrs, .productIcons, .productPrice, .productShop, .productStatus, .productTitle {
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
    font-size: 13px;

}

.productStatus {
    position: relative;
    height: 18px;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    color: #999;
    margin:0!important;
}

.productStatus span {
    float: left;
    display: inline-block;
    width: 39%;
    padding: 4px 1px;
    margin-right: 6px;
    line-height: 12px;
    text-align: left;
    white-space: nowrap;
}

.view_noCom .productStatus span {
    width: 75%;
}


.productStatus a, .productStatus em {
    margin-top: -8px;
    font-family: arial;
    font-size: 13px;
    font-weight: 700;
}

.productStatus em {
    color: #b57c5b;
}

.item-title a{
    font-size: 14px !important;
    line-height: 14px !important;
}

/** 自定义悬浮栏 **/
.item-custom-slant{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    min-height: 40px;
    padding: 0 15px;
}

.item-custom-slant .item-custom-price{
 margin-top: 15px;
}

/**详情价格渲染 */
.summary-price-wrap{
    background-image: url(data:image/png;base64,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);
}

.summary-price-wrap{
    background-color: #e9e9e9;
    background-repeat: no-repeat;
    backgroung-position: left 0;
    position: relative;
    left: 0;
    z-index: 10;
    font: 12px/1.5 "Microsoft Yahei",tahoma,arial;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 20px;
    height: 40px;
}

dl.tm-price-panel{
    margin: 0;
    padding: 0;
}

.tm-price-panel {
    position: static;
    color: #333;
    padding-left: 0;
}

.summary-price-wrap .tm-price-panel.tm-price-cur {
    line-height: 30px;
}

.tm-price-panel  dt.tb-metatit {
    color: #999;
    font-size: 12px;
    text-align: left;
    float: left;
    width: 55px;
    margin: 0 0 0 8px;
    padding: 0;
}

.summary-price-wrap  .tm-fcs-panel dl dd {
    color: #333;
    margin-left: 70px;
    font-family: Arial;
    position: relative;
}

.summary-price-wrap .tm-price-panel em{
    font-style: normal;
    font-family: Arial;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.summary-price-wrap .tm-price-panel.tm-price-cur .tm-yen {
    color: #FF0036;
    font-size: 18px;
}

.summary-price-wrap .tm-price-panel span{
    font-family: Arial;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.summary-price-wrap .tm-price-panel.tm-price-cur .tm-price {
    color: #FF0036;
    font-size: 24px;
    font-weight: bolder;
}

.tm-price-panel .staticPromoTip {
    line-height: 16px;
    color: #FF0036;
}

.tb-meta{
    margin: 5px 20px 5px 0;
}

.tm-delivery-panel {
    color: #333;
    position: relative;
}

.tb-meta dl {
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.tm-delivery-panel .tb-metatit {
    line-height: 36px;
    padding: 0;
}

.tb-meta dl .tb-metatit {
    color: #999;
    font-size: 12px;
    text-align: left;
    float: left;
    width: 50px;
    margin: 0 10px;
}

.tb-meta dl dd {
    margin-left: 70px;
    padding: 0;
}

.tm-delivery-panel .tb-postAge {
    line-height: 18px;
    padding: 9px 0;
}

.tb-postAge span{
    color: #333;
    margin-right: -12px;
    padding-right: 12px;
    cursor: pointer;
    background: 0 0;
    border: none;
    position: relative;
    z-index: 2;
}

.tb-key {
    margin: 0 20px 24px 10px;
}

.tb-skin {
    padding: 10px 0;
}

.tb-sku {
    padding: 5px 0 12px;
    position: relative;
}

.tb-amount{
    margin: 0;
    padding: 0;
}

.tb-key .tb-metatit {
    color: #838383;
}

.tb-amount .tb-metatit {
    margin-top: 6px;
}

.tb-metatit {
    text-align: left;
    float: left;
    width: 55px;
}

.tb-amount dd {
    height: 44px;
    line-height: 44px;
    color: #878787;
}
:focus {
    outline: 0;
}


.tb-ex-select .tb-text {
    font-size: 12px;
    margin: 0;
    height: 26px;
    border: 1px solid #a7a6ac;
    width: 36px;
    background-position: -406px -41px;
    color: #666;
}

.tb-ex-select{
    width: 63px;
    height: 44px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    margin-right: 10px;
    float: left;
}

.tb-amount-widget .mui-amount-input {
    display: block;
    width: 43px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 1px;
    left: 0;
    border: none;
    border: 0;
    text-align: center;
}



.tb-text {
    padding: 3px 2px 0 3px;
    line-height: 26px;
}


.tb-amount-widget .mui-amount-decrease, .tb-amount-widget .mui-amount-increase {
    display: block;
    width: 20px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background: #f1f1f1;
    color: #666;
    position: absolute;
    right: -1px;
    border: 1px solid #ccc;
}

.tb-amount-widget .mui-amount-increase {
    top: -1px;
}

.tb-amount-widget .mui-amount-decrease {
    bottom: -1px;
}

.tb-amount-widget a.disabled {
    color: #ccc;
    cursor: not-allowed;
}
/**For add product to cart with message tips **/
.product_overlay {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.product_overlay h2 {
    color: rgba(43, 45, 66, 0.7);
    font-size: 1.2em;
    margin: 1em 0;
}

/**For add item to cart success **/
.success-cont {
    display: inline-block;
    display: block;
    font-family: "Microsoft YaHei";
    overflow: hidden;
}

.success-lcol {
    float: left;
    margin: 0;
    padding: 0;
}

.success-top {
    position: relative;
    padding-left: 35px;
    margin: 20px 0;
}

.success-top .succ-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url(../images/addtocart-icons.png) 0 0 no-repeat;
}


.success-top .error-icon{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url(../images/addtocart-icons.png) 0 0 no-repeat;
}

.success-top .error-icon {
    background-position:-35px 0
}

.ftx-01,
.ftx01 {
    color:#E2231A
}

.ftx-02, .ftx02 {
    color: #71b247;
}

.ftx-03,
.ftx03,
.gray,
.grey {
    color:#aaa
}
.ftx-04,
.ftx04 {
    color:#ff6c00
}
.ftx-05,
.ftx05 {
    color:#005ea7
}
.ftx-06,
.ftx06 {
    color:#666
}

.success-top h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.p-img {
    float: left;
    width: 60px;
    margin-right: 10px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.p-info {
    float: left;
    width: 520px;
    margin: 0;
}

.p-name {
    width: 100%;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.p-extra {
    display: inline-block;
    display: block;
    color: #aaa;
}

.p-extra .txt {
    float: left;
    max-width: 135px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    _display: inline;
}

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

.success-btns {
    float: right;
    *width: 338px;
    font-size: 0;
    overflow: hidden;
}

.success-ad {
    float: right;
    height: 70px;
    width: 106px;
    margin: 10px 0;
}

.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/***For Form textarea **/
.el-form-item {
    margin-bottom: 22px;
}

.el-form-item::after, .el-form-item::before {
    display: table;
    content: "";
}

.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.el-form-item__content::after, .el-form-item__content::before {
    display: table;
    content: "";
}
.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}

/**前台table 补充css*/
.order-custom-table th{
    text-align: center !important;
}
.order-custom-table td{
    text-align: center !important;
}

.order-btn-box span.active{
    color: #409eff !important;
}

/**分页组件**/
.typecho-list-operate {
    margin: 1em 0;
}

.typecho-list-operate  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.typecho-pager {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    zoom: 1;
}

.typecho-pager li {
    display: inline-block;
    margin: 0 3px;
    height: 28px;
    line-height: 28px;
}

.typecho-pager a {
    display: block;
    padding: 0 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #467B96;
    background: transparent;
}

.typecho-pager li.current a {
    background: #E9E9E6;
    color: #444;
}

.typecho-pager  a.current {
    background: #E9E9E6;
    color: #444;
}



/***单独的价格起步***/
.p-extra  em{
    font-style: normal;
    font-family: Arial;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    color: #FF0036;
    font-size: 12px;
}

.p-extra .tm-price {
    color: #FF0036;
    font-size: 14px;
    font-weight: bolder;
}

/*** 表 **/
table.order-custom-table th {
    background: #eee;
    border-top: 1px solid #F0F0EC !important;
    border-bottom: none !important;
    border-left: none;
    border-right: none;
}

table.order-custom-table td {
    line-height: 2em;
    border-top: 1px solid #F0F0EC !important;
    border-bottom: none !important;
    border-left: none;
    border-right: none;
}

/** 弹出框 */
.msgbox-content{
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    transition: opacity .3s ease;
}

/** mobile list **/
.ivu-list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ivu-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    margin: 0;
}
.ivu-list-item {
    border-bottom: 1px solid #e8eaec;
}

.ivu-list-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.ivu-list-item-meta-avatar{
    margin: 0;
    padding: 0;
}
.ivu-list-item-meta-avatar {
    margin-right: 16px;
}

.ivu-list-item-meta-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 0;
    padding: 0;
}
.ivu-list-item-meta-title {
    font-weight: 500;
    margin-bottom: 4px;
    color: #515a6e;
    font-size: 14px;
    line-height: 22px;
}
.ivu-list-item-meta-description {
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.ivu-list-item-action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 48px;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.ivu-list-item-action > li {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    padding-left: 8px;
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
.ivu-article li:not([class^="ivu-"]) {
    margin-bottom: 5px;
    font-size: 14px;
}
.ivu-list-item-action > li:first-child {
    padding-left: 0;
}

.ivu-article li > a {
    color: #2d8cf0;
    background: 0 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease;
}

.ivu-list-item-action > li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #e8eaec;
}

/**table 移动兼容*/
table.order-custom-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #fff;
}

.order-custom-table > thead > tr, .order-custom-table > tbody > tr, .order-custom-table > tfoot > tr {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart-total-right{
    float: right;
}

@media screen and (max-width: 768px) {
    .table-responsive-vertical > .table {
        margin-bottom: 0;
        background-color: transparent;
    }
    .table-responsive-vertical > .table > thead, .table-responsive-vertical > .table > tfoot {
        display: none;
    }

    .table-responsive-vertical > .table > tbody {
        display: block;
    }

    .table-responsive-vertical > .table > tbody > tr {
        display: block;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        margin-bottom: 1.6rem;
    }

    .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
        border: none;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    }

    .table-responsive-vertical > .table > tbody > tr > td {
        background-color: #fff;
        display: block;
        vertical-align: middle;
        text-align: right !important;
    }
    .table-responsive-vertical > .table > tbody > tr > td[data-title]::before {
        content: attr(data-title);
        float: left;
        font-size: inherit;
        font-weight: 400;
        color: #757575;
    }
    .order-btn-bar{
        height: 195px;
    }
    .order-btn-box span{
        display: block !important;
    }

    .order-data-area{
        top: 195px !important;
    }

    .table-responsive-vertical-list table{
        margin-bottom: 0;
        background-color: transparent;
    }

    .table-responsive-vertical-list > .table > thead, .table-responsive-vertical-list > .table > tfoot {
        display: none;
    }

    .table-responsive-vertical-list > .table > tbody > tr > td:last-child{
        display: none;
    }
    .table-responsive-vertical-list > .table > colgroup > col:last-child{
        display: none;
    }
    .product-image > img{
        width: 64px;
        height: 64px;
    }
    .product .product-image{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 100px;
    }
    .cart-td-show{
        display: table-cell !important;
    }
    .cart-td-hide{
        display: none !important;
    }
    .user-address-div-ios{
        width: 100% !important;
    }
    .user-address-div-ios button{
        margin-top: 8px !important;
        width: 100%;
        margin: 8px 0;
    }
    .box-card{
        width: 100% !important;
    }
    .el-button-ld{
        width: 100%;
        margin: 8px 0;
    }

    .el-container{
        margin-top: 15px;
    }
    .order-detail-container-ios{
        width: 100% !important;
    }
    .success-count{
        margin-top: 70px;
    }
}
.navbar-mobile-menu ul li a {
    font-size: 12px !important;
}