:root {
    --highlighted: #1890ff;
}

* {
    -webkit-tap-highlight-color: transparent;
}

a {
    cursor: pointer;
}


.wdk-nine-row {
    display: flex;
    padding: 0 10px;
}

.wdk-nine-image {
    padding: 10px 0;
    position: relative;
}

.umc-tnv-text {

    position: absolute;
    left: 50%;
    transform:translateX(-50%)

}

.wdk-nine-row+.wdk-nine-row {
    margin-top: 5px;
}

.wdk-nine-row a+a {
    margin-left: 5px;
}

.wdk-nine-row a {
    border: 1px solid #ccc;
    flex: 1;
    display: block;
    position: relative;
    background-size: cover;
    max-width: 200px;
    max-height: 200px;
}

div[ui].wdk-dialog>.header h1 img {
    height: 60%;
    vertical-align: middle;
    padding: 0 0.3em;
    border-radius: 100%;
}

.weui_mask~.weui_actionsheet_toggle~.weui_mask {
    z-index: 2;
    background: rgba(0, 0, 0, .2);
}

.weui_actionsheet {
    z-index: 3;
    animation: top .3s infinite ease;
    animation-iteration-count: 1;
}

.weui_actionsheet_title {
    text-align: center;
    padding: 8px 0;
    color: #999;
    font-size: 80%;
}

.wdk-nine-image a img {
    width: 100%;
}

a.wdk-nine-empty {
    border: none;
}

.wdk-items,
.wdk-items-image {
    position: relative
}

.wdk-nine-click:after,
.wdk-nine-click:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #d9d9d9;
}

.wdk-nine-click:before {
    width: 2px;
    height: 39.5px;
}

.wdk-nine-click::after {
    width: 39.5px;
    height: 2px;
}

.wdk-items-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0
}

.wdk-items-image img {
    width: 100%;
    max-width: 25vw
}

.wdk-ui-image {
    max-width: 98%;
    margin: auto;
    display: block;
    min-height: 250px;
}

.wdk-items-title {
    color: green;
    display: inline-block;
    font-size: 20px;
    padding-left: .5em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.wdk-items-desc {
    padding-left: .5em;
    color: #999
}

.wdk-items li {
    position: relative
}

.wdk-items li:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    border-left: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5)
}

.wdk-icon img {
    width: 2pc;
    height: 2pc;
    border-radius: 50px
}

.wdk-icon {
    padding-top: .5em;
    /* display: flex; */
    width: 100%;
    position: relative;
}

.wdk-option .weui_cell_ft {
    font-family: wdk;
}

.wdk-cms-look-button .weui_btn.weui_btn_mini {
    font-size: 12px;
    transform: scale(0.9);
}

.wdk-icon ul {
    display: flex;
    width: 100%;
}

.wdk-icon li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.wdk-icon li[data-badge]::before {
    content: attr(data-badge);
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    background-color: #F44336;
    border-radius: 6px;
    padding: 0 2px;
    transform: scale(0.9);
}

.wdk-icon-desc {
    display: block;
    font-size: 9pt;
    line-height: 1.8em;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    margin-bottom: 5px;
}

.wdk-section-header+.weui_cells {
    margin-top: 0
}

.wdk-product {
    position: relative;
    overflow: hidden
}

.wdk-product li {
    float: left;
    display: block;
    position: relative;
    width: 50%;
    text-align: -webkit-center;
    font-family: Arial
}

.wdk-product li>div {
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    margin: .5em
}

.wdk-product-buy {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    height: 50px;
    width: 4pc;
    background-color: transparent;
    border-style: none;
    text-decoration: none;
    padding: 0;
    z-index: 1
}

.wdk-product-price {
    color: #c00;
    float: left;
    padding-left: 5px;
    font-size: 15px;
    line-height: 25px
}

.wdk-product-img {
    position: relative;
    display: block;
    background-image: url(http://image.365lu.cn/UserResources/Image/error-150.png)
}

.wdk-product-img,
.wdk-product-img a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.wdk-product-img a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.wdk-product-name {
    font-size: 13px;
    text-align: left;
    line-height: 1.2em;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wdk-product-buy strong {
    font-weight: 700;
    height: 20px;
    font-size: 20px;
    float: right;
    line-height: 20px;
    cursor: pointer;
    margin: 25px .4em 0 0;
    color: #c00
}

.wdk-product:after {
    left: 0;
    top: 0
}

.wdk-product li:after,
.wdk-product:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    border-left: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.wdk-product li:after {
    right: 0;
    bottom: 0
}

.wdk-title-more p {
    color: #ff7012;
    text-align: center
}

.weui_cells_access .wdk-title-more .weui_cell_ft:after {
    display: none
}

.wdk-click-desc:empty {
    content: '\6B63\5728\8BF7\6C42...'
}

.wdk-sku-text:empty {
    content: '\8BF7\9009\62E9\89C4\683C'
}

.wdk-sku-qty::before {
    content: '\6570\91CF:'
}

.wdk-cms-image {
    text-align: center
}

.wdk-cms-image img {
    max-width: 100%
}

.wdk-slider img {
    width: 100%;
    margin-top: -45%
}

.wdk-pro-name {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    background-color: #fff;
    padding: 8px
}

.weui_cells>div.wdk-buy:before {
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #da3652;
    content: "";
    font-size: 0;
    display: block;
    height: 1px;
    top: 0px;
    left: 0px;
}

.wdk-buy {
    position: relative;
    padding: 8px;
    background: #fff;
    overflow: hidden
}

.wdk-buy,
.weui_cells>div.wdk-buy:after {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}

.weui_cells>div.wdk-buy:after {
    font-size: 9pt;
    line-height: 1.2em;
    content: attr(data-tag);
    position: absolute;
    background-color: #da3652;
    color: #fff;
    text-align: center;
    width: 75pt;
    transform: rotate(315deg);
    right: auto;
    left: -30px;
    top: 10px
}

.wdk-buy-comment {
    position: absolute;
    right: 0;
    top: 1.2em;
    width: 30%;
    max-width: 75pt;
    text-align: center;
    color: #999;
    line-height: 2em
}

/* .wdk-buy-comment div {
    color: #ef4f4f
} */

.wdk-buy-comment:before {
    z-index: 1;
    position: absolute;
    height: 100%;
    background-color: #ddd;
    content: "";
    font-size: 0;
    display: block;
    width: 1px
}

.wdk-uisheet {
    background-color: #eee;
    display: flex;
    line-height: 40px;
    position: relative
}

.wdk-uisheet-item {
    flex: 1;
    text-align: center;
    font-size: 9pt;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden
}

.wdk-sku {
    position: fixed;
    height: 70vh;
    width: 100%;
    z-index: 101;
    display: flex;
    flex-direction: column;
    bottom: 0px;
    transform: translateY(100%);
    transition: transform .5s
}

.wdk-sku.show {
    transform: translateY(0%);
}

.wdk-sku-image {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 75pt;
    width: 75pt;
    background-size: 100%
}

.wdk-sku-header,
.wdk-sku-image {
    background-color: #fff;
    border: 1px solid #ddd
}

.wdk-sku-header {
    height: 5pc;
    padding-left: 130px;
    padding-top: 20px;
    margin-top: 40px
}

.wdk-sku-price {
    color: #ef4f4f;
    font-size: 18px
}

.wdk-sku-text {
    color: #999
}

.wdk-sku-add,
.wdk-sku-reduce {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-clip: padding-box;
    border: 1px solid #ccc;
    background: #eee;
    font-weight: 700;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    padding: 0;
    overflow: hidden;
    line-height: 28px;
    text-align: center
}

.wdk-sku-qty {
    margin-bottom: 50px
}

.wdk-sku-qty input {
    font-size: 14px;
    -webkit-appearance: none;
    height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #666;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    outline: 0;
    ime-mode: disabled;
    width: 68px;
}

.wdk-sku-content {
    padding-left: 1em;
    padding-top: .5em;
    flex: 1;
    overflow: auto;
    background-color: #fff
}

.wdk-sku-footer {
    position: absolute;
    bottom: 0;
    height: 44px;
    display: flex;
    width: 100%
}

.wdk-sku-footer a {
    flex: 1;
    border-radius: 0;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 2.33333333;
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.wdk-sku-footer:before {
    border-top: 1px solid #ef4f4f;
    content: ' ';
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1
}

.wdk-desc {
    position: relative;
}

.wdk-sku-order::before {
    content: "\7ACB\5373\8D2D\4E70"
}

.wdk-sku-buy::before {
    content: "\52A0\5165\8D2D\7269\8F66"
}

.wdk-sku-footer a:nth-child(1) {
    color: #ef4f4f;
    background-color: #fff
}

.wdk-sku-group {
    padding: .5em 0
}

.wdk-sku-group a.selected {
    border-color: #ef4f4f;
    color: #ef4f4f;
}

.wdk-sku-group a {
    cursor: pointer;
    font-size: 14px;
    -webkit-appearance: none;
    height: 28px;
    margin: 0;
    padding: 0 .5em;
    text-align: center;
    color: #666;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 60px;
    display: inline-block;
    margin-right: 1em;
    line-height: 28px;
    cursor: pointer;
}

.wdk-sku+.wdk-sku-mask {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.wdk-sku.show+.wdk-sku-mask {
    display: block;
    z-index: 100;
}

.wdk-tab-bar {
    display: flex;
    left: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 80%;
    max-width: 15pc;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.wdk-tab-item {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 15px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.wdk-tab-bar:before {
    position: absolute;
    content: " ";
    box-shadow: 0 1px 2px #999;
    height: 2px;
    background-color: #1a1a1a;
    flex: 1;
    bottom: 0;
    width: 100%;
    transition: transform .3s ease
}

div[wdk-tab="2"]:before {
    width: 50%
}

div[wdk-tab="3"]:before {
    width: 33.3%
}

div[wdk-tab="4"]:before {
    width: 25%
}

div[wdk-tab-select="1"]:before {
    transform: translate(100%, 0%)
}

div[wdk-tab-select="2"]:before {
    transform: translate(200%, 0%)
}

div[wdk-tab-select="3"]:before {
    transform: translate(300%, 0%)
}

div[ui]>.wdk-header {
    position: fixed;
    width: 100%;
    box-shadow: 0 0 1px #999
}

.wdk-footer {
    line-height: 42px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 42px;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transform: translateY(44px);
    transition: transform .3s ease;
    display: flex;
    z-index: 1;
    display: none
}

.ui .wdk-footer {
    display: flex
}

.wdk-footer:before {
    border-top: 1px solid #ef4f4f;
    content: ' ';
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1
}

.wdk-footer .icon-cart {
    font-size: 20px;
    vertical-align: middle
}

.wdk-cart-quantity {
    position: absolute;
    top: -4px;
    display: none;
    border-radius: 9pt;
    right: 2px;
    min-width: 14px;
    text-align: center;
    color: #fff;
    font-size: 9pt;
    line-height: 9pt;
    padding: 4px;
    background-color: red;
    z-index: 10;
    background-color: rgba(255, 0, 0, .7)
}

.wdk-cart {
    position: relative;
    display: block;
    width: 50px;
    color: #666;
    text-align: center
}

.wdk-cart-empty {
    margin-top: 75pt
}

.wdk-footer-icon i {
    font-family: wdk;
    font-size: 20px;
    line-height: 1em;
    top: .4em;
    left: 0
}

.wdk-footer-icon em,
.wdk-footer-icon i {
    width: 100%;
    text-align: center;
    position: absolute;
    font-style: normal
}

.wdk-footer-icon em {
    top: 50%;
    display: block;
    font-size: 10px;
    line-height: 2;
    transform: scale(0.7);
}

.wdk-footer-icon {
    color: #666;
    width: 42px
}

.wdk-footer-button,
.wdk-footer-icon {
    display: block;
    position: relative;
    text-align: center
}

.wdk-footer-button {
    flex: 1;
    box-sizing: border-box;
    font-size: 1pc;
    text-decoration: none;
    color: #ef4f4f;
    background-color: #fff
}

.wdk-cart+.wdk-footer-button:before,
.wdk-cart+.wdk-footer-text:before,
.wdk-footer-icon+.wdk-footer-button:before,
.wdk-footer-icon+.wdk-footer-text:before {
    border-left: 1px solid #999;
    content: ' ';
    height: 100%;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    z-index: 2
}

.wdk-footer-button:active {
    color: rgba(239, 78, 78, .5)
}

.wdk-footer-button.bgcolor {
    color: #fff
}

.wdk-footer-button.bgcolor:active {
    color: hsla(0, 0%, 100%, .5)
}

.wdk-footer-text {
    position: relative;
    text-align: center;
    flex: 1
}

.wdk-footer.fixed,
.wdk-footer.show {
    transform: translateY(0)
}

.wdk-header+section {
    padding-top: 44px;
    padding-bottom: 42px
}

.wdk-pro-add:before,
.wdk-pro-reduce:before {
    font-family: wdk;
    content: '\f056';
    color: #999;
    font-size: 20px
}

.wdk-pro-add:before {
    content: '\f055';
    color: #08c
}

.wdk-pro-quantity {
    width: 4em;
    display: inline-block;
    text-align: center;
    font-style: normal
}

.weui_media_box {
    transition: transform .3s ease
}

.weui_media_box.swipeleft {
    transform: translateX(-5rem)
}

.wdk-row-del,
.wdk-pro-remove {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 5rem;
    line-height: 100%;
    background-color: #da3652;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 13px;
}

.wdk-pro-remove:before {
    content: '\5220\9664'
}

.wdk-order-quantity {
    width: 2rem
}

.wdk-order-address {
    white-space: nowrap
}

.wdk-cms-info .button {
    border-radius: 20px;
    padding: .4em 1em;
    color: #fff;
    background-color: #e67979
}

.wdk-cms-comment-praise {
    float: right;
    width: 40px
}

.wdk-cms-comment-praise:before {
    content: '\F087';
    font-family: wdk;
    padding: 0 .5em
}

.wdk-cms-reply h1 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b
}

.wdk-cms-comment {
    display: flex;
    align-items: normal;
    padding: 5px 0
}

.wdk-cms-comment-info {
    flex: 1
}

.wdk-cms-comment-icon {
    width: 90px;
    position: relative
}

.wdk-cms-comment-reply {
    margin: 0.5em 0px;
    border: 1px solid #ddd;
    padding: .5em;
    background-color: #ddd8
}

.wdk-cms-comment-reply .wdk-cms-comment-desc+.wdk-cms-comment-desc {
    border-top: 1px solid #ddd
}

.wdk-cms-comment-name em {
    font-style: normal;
    color: #2af
}

.wdk-cms-comment-icon:before {
    content: '\E906';
    font-family: wdk;
    color: #333;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    position: absolute;
    line-height: 45px;
    top: 0;
    left: 20px;
    font-size: 35px;
    width: 45px;
    height: 45px
}

.wdk-cms-comment-info small {
    color: #999
}

.wdk-cms-comment-content,
.wdk-cms-comment-desc {
    color: #666
}

.wdk-cms-comment-icon a {
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    left: 25px;
    border-radius: 35px;
    top: 5px;
    background-size: 100%
}

.wdk-cms-comment-info ul {
    list-style: none
}

.wdk-cms-comment-images dt {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ddd
}

.wdk-cms-comment-images dt+dt {
    margin-left: 10px
}

.wdk-cms-comment-images img {
    max-width: 100%;
    max-height: 100%;
}

.wdk-cms-comment-images dt {
    float: left;
}

.wdk-cms-comment-images {
    overflow: hidden;
}

.weui_cell .wdk-image-text-desc {
    flex: 1
}

.wdk-cms-look-button a {
    border-radius: 20px;
}

.wdk-cms-look-button .weui_media_desc {
    flex: 1
}

.wdk-ui-score {
    position: relative;
    max-width: 200px
}

.wdk-ui-score input {
    position: absolute;
    left: -9999em
}

.wdk-ui-score label {
    position: absolute;
    width: 20%;
    text-align: center
}

.wdk-ui-score:before {
    content: '1';
    color: #fff;
    opacity: 0
}

.wdk-ui-score label:nth-child(2) {
    left: 80%
}

.wdk-ui-score label:nth-child(4) {
    left: 60%
}

.wdk-ui-score label:nth-child(6) {
    left: 40%
}

.wdk-ui-score label:nth-child(8) {
    left: 20%
}

.wdk-ui-score label:nth-child(10) {
    left: 0
}

.wdk-ui-score label:before {
    content: '\F005  ';
    font-family: wdk;
    color: #ddd
}

.wdk-ui-score input:checked~label:before {
    color: #fdbc10
}

.wdk-image-text-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wdk-image-text-desc-media img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.wdk-image-text-desc-media {
    margin-right: .8em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.wdk-image-text-desc-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.wdk-image-text-desc-title {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 2em
}

.wdk-image-text-desc-desc,
.wdk-image-text-desc-title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: clip
}

.wdk-image-text-desc-desc {
    width: auto;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all
}

.wdk-cms-three-image {
    overflow: hidden;
    display: flex
}

.wdk-cms-three-image div {
    flex: 4
}

.wdk-cms-three-image div img {
    width: 100%
}

.wdk-cms-three-image div:nth-child(2) {
    flex: 5;
    text-align: center
}

.wdk-cms-three-image div:nth-child(2) img {
    width: 80%
}

.wdk-cms-max-bottom,
.wdk-cms-one-bottom,
.wdk-cms-three-bottom {
    display: flex;
    line-height: 24px;
    color: #999;
    font-size: 9pt
}

.wdk-cms-max-desc,
.wdk-cms-one-desc {
    display: none;
    color: #8c8c8c;
    max-height: 63px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    font-size: 10pt
}


.wdk-cms-one-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.wdk-cms-max-left,
.wdk-cms-one-left,
.wdk-cms-three-left {
    /* font-size: 9pt !important; */
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
}

.wdk-cms-max-right span,
.wdk-cms-one-right span,
.wdk-cms-three-right span {
    padding-left: 20px
}

.wdk-cms-max,
.wdk-cms-one,
.wdk-cms-three {
    /* border-bottom: 1px solid #ededed; */
    padding-top: 9pt;
    position: relative;
    display: block
}

.wdk-cms-one {
    display: flex
}

.wdk-cms-one-image {
    flex: 4
}

.wdk-cms-one-area {
    flex: 9;
    position: relative
}

.wdk-cms-max-title,
.wdk-cms-one-title,
.wdk-cms-three-title {
    font-family: Microsoft YaHei;
    font-size: 18px;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: .4em 0;
    color: #1a1a1a
}

.wdk-cms-max-title,
.wdk-cms-one-title {
    padding: 0
}

.wdk-cms-title {
    font: 36px Microsoft YaHei;
    color: #222;
    padding: .5em 0
}

.wdk-cms-info {
    display: flex
}

.wdk-cms-text {
    padding: 0.5em 0;
}

.wdk-cms-text>pre {
    white-space: pre;
    padding: .8em;
    overflow: auto;
    border-radius: 3px;
    display: block;
    background: #f5f5f5;
    color: #333;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    text-align: left;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.4;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-size: 80%;
}

.wdk-cms-text>blockquote {
    white-space: pre-line;
    background-color: #f0f0f0;
    font-size: inherit;
    padding: 0.4em 0.8em;
    color: #5c5c5c;
    border-left: 4px solid #d6d6d6;
    line-height: 2em;
}

.wdk-cms-text>blockquote p,
.wdk-cms-text>pre p {
    padding: 0px;
}

.wdk-cms-text>pre+pre {
    margin-top: -1.6em;
}

.wdk-cms-text>blockquote+blockquote {
    margin-top: -0.8em;
}


/* .wdk-cms-grid::before {
    display: none;
} */

.wdk-cms-grid table {
    margin: 10px 0 15px 0;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
}

.wdk-cms-attention.weui_media_box.weui_media_appmsg .weui_media_hd {
    width: 40px;
    height: 40px;
    line-height: normal;
}

.wdk-cms-attention.weui_media_box.weui_media_appmsg .weui_media_hd img {
    border-radius: 50%;
}

.wdk-cms-grid table td {
    border: 1px solid #d6d6d6;
    color: #000;
    padding: 6px 13px;
    min-width: 50px;
}

.wdk-cms-grid table td:empty::before {
    content: '　';
}

.wdk-cms-grid table tr:first-child td {
    font-weight: bold;
    text-align: center;
}

.wdk-cms-info .icon i {
    width: 60px;
    border-radius: 20pc;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    font-style: normal;
    background-size: 100% 100%;
    background-color: #d9d9d9;
    text-align: center
}

.wdk-cms-info .category {
    padding-left: 10px;
    line-height: 30px;
    color: #999;
    flex: 1
}

.wdk-cms-info .botton {
    border-radius: 20px;
    padding: .4em 1em;
    color: #fff;
    background-color: #e67979
}

.wdk-cms-max,
.wdk-cms-one,
.wdk-cms-three {
    margin: 0 .5em
}

.wdk-cms-max img,
.wdk-cms-one img {
    width: 100%
}

.wdk-cms-one .wdk-cms-one-area {
    margin-left: .5em
}

.wdk-icon span[data-icon] {
    display: block;
}

.wdk-icon span[data-icon]::before {
    display: block !important;
    content: attr(data-icon);
    font-family: wdk;
    font-size: 24px
}

.wdk-cms-grid,
.wdk-cms-info,
.wdk-cms-text,
.wdk-cms-title {
    margin: 0 10px;
}

.wdk-cms-reply h1 {
    padding-left: .5em
}


.wdk-items-image a {
    background-size: 100% 100%
}

.wdk-items ul {
    list-style: none
}

.wdk-cms-image img,
.wdk-items-image img {
    vertical-align: middle
}

.wdk-items-desc {
    margin-top: -6px
}

div[wdk-swipe] {
    transition: transform .3s ease;
}

div[wdk-swipe=left] {
    transform: translateX(-5rem);
    overflow: visible;
}

.wdk-cms-title {
    font-size: 28px
}


.wdk-cms-info {
    display: none
}

.wdk-sku {
    left: 0
}

.wdk_cell_value {
    position: relative;
    color: #888;
    font-size: 14px;
}

.wdk_cell_value a[click-data]:hover {
    color: #0570d2;
}

.wdk_cell_value a.wdk_cell_icon {
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #d9d9d9;
    z-index: 3;
}

.wdk_cell_value a.wdk_cell_icon {
    color: #888
}

.wdk_cell_icon:before {
    content: attr(data-icon);
    font-family: wdk;
    padding: 0 .5em;
    display: inline-block;
}

.weui_cells .wdk_cell_icon:before {
    width: 1em;
}

.wdk_cell_value .wdk_cell_icon:before {
    line-height: 44px;
    padding: 0 1em;
}

.wdk-cart-empty {
    text-align: center;
    color: #586c94
}

.wdk-cart-empty:before {
    content: '\f291';
    font-family: wdk;
    color: #e5e5e5;
    font-size: 72px;
    display: block
}

.wdk-image-pro {
    display: flex;
    position: relative;
    padding: .5em;
    overflow: hidden;
}

a.wdk-image-pro:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.wdk-image-pro-area {
    flex: 1;
    display: flex;
    flex-direction: column
}

.wdk-image-pro-title {
    flex: 2;
    line-height: 25px;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #1a1a1a
}

.wdk-image-pro-bottom {
    flex: 1;
    display: flex;
    color: #999
}

.wdk-image-pro-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    flex: 4;
    font-size: 90%
}

.wdk-image-pro-image {
    width: 70px;
    height: 70px;
    margin-right: 5px;
    position: relative;
}

.wdk-image-pro-image::before {
    content: "\f03e";
    font-size: 30px;
    font-family: wdk;
    position: absolute;
    color: rgb(144, 147, 153);
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wdk-cms-text+.wdk-button.weui_cell:before {
    display: none;
}

.wdk-button a {
    display: inline-block;
    font-size: 14px;
    padding: .4em 1em;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    text-align: center;
}

.wdk-button a+a {
    margin-left: .5em
}

.wdk-button.weui_cell_ft:after {
    display: none
}

.wdk-images a {
    width: 5pc;
    height: 5pc
}

.wdk-images a+a {
    margin-left: 5px
}

.wdk-images a img {
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    width: 5pc;
    height: 5pc
}

.wdk-images .weui_cell_bd {
    overflow: auto;
    white-space: nowrap
}

.wdk-itdb-desc {
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999
}

.wdk-cms-max-image {
    position: relative;
    overflow: hidden
}

.wdk-cms-max-image img {
    width: 100%;
    margin-bottom: -43%;
    vertical-align: middle
}

.wdk-cms-max-image em,
.wdk-cms-one-image em,
.wdk-cms-three-image em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%
}

.wdk-itdb .wdk-cms-max-image {
    margin: 0 -.5em
}

.wdk-cms-max.wdk-itdb {
    margin: 0
}

.wdk-cms-max-left {
    color: #999
}

.wdk-itdb .wdk-cms-max-bottom,
.wdk-itdb .wdk-cms-max-title {
    margin: 0 .5em
}

.wdk-itdb-desc,
.wdk-itdb-bottom {
    margin-bottom: .5em;
}

.wdk-itdb .wdk-cms-max-title {
    padding: 0;
    padding-top: .2em;
    font-size: 15px
}

.wdk-cms-max.wdk-itdb {
    padding: 0
}

.wdk-itdb img {
    width: 100%;
    vertical-align: middle
}

.wdk-cms-one-image,
.wdk-cms-three-image div {
    position: relative
}

.wdk-cms-one-image img,
.wdk-cms-three-image img {
    width: 100%;
    vertical-align: middle;
    margin-bottom: -30%
}

.wdk-cms-three-image div:nth-child(2) em {
    left: 10%;
    width: 80%
}

.wdk-cms-one {
    padding-top: 8px;
    padding-bottom: 8px
}

.wdk-cms-one-bottom {
    line-height: 25px
}

.wdk-dialog {
    display: flex;
    flex-direction: column;
    background: #f0f2f5;
}


/* .wdk-section-header {
    box-shadow: 1px 1px 1px #999;
} */

.wdk-cms-max-title,
.wdk-cms-one-title,
.wdk-cms-three-title {
    font-size: 16px;
}

.wdk-cms-max,
.wdk-cms-three {
    padding-top: 0px;
    color: #1a1a1a;
}

.wdk-image-pro-desc {
    line-height: 1.6em;
}

form.wdk-search {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

form.wdk-search::before {
    content: '';
    position: absolute;
    width: 98%;
    height: 78%;
    border: 1px solid #bfbfbf;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
}

form.wdk-search::after {
    content: '\Ea0e';
    position: absolute;
    line-height: 45px;
    font-family: wdk;
    font-style: normal;
    font-weight: 400;
    color: #999;
    left: 12px;
    font-size: 18px;
}

form.wdk-search input {
    position: relative;
    background-color: transparent;
    z-index: 1;
    border-width: 0 0 0 0;
    height: 44px;
    outline: none;
    border-radius: 4px;
    text-indent: 40px;
    width: 100%;
    font-size: 14px;
    -webkit-appearance: none;
}

.wdk-search-history h1,
.wdk-search-hot h1 {
    color: #808080;
    font-size: 12px;
}

.wdk-search-history,
.wdk-search-hot {
    padding: 1em;
    color: #808080;
    overflow: hidden;
}

.wdk-search-history span,
.wdk-search-hot span {
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 0.6em 1em;
    background-color: #F5F5F5;
    margin-right: 1em;
    margin-top: 0.5em;
    float: left;
}

.wdk-image-text-desc-desc,
.wdk-image-pro-price,
.wdk-image-pro-desc {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.wdk-product-img img {
    vertical-align: middle;
}

.wdk-product-name {
    padding-top: 0.5em;
    height: 2.4em;
}

.wdk-product-price {
    padding-left: 0px;
}

.wdk-product li>div,
.wdk-product-img,
.wdk-product-img a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.wdk-cms-max-right {
    font-size: 12px;
}

.weui_tabbar_icon+.weui_tabbar_label {
    margin-top: 0px;
}

.weui_tabbar_icon+.weui_tabbar_label {
    margin-top: 0px;
}

.weui_tabbar_item {
    padding: 3px 0 0;
}

.wdk-itdb-items {
    width: 100%;
    margin: 0px;
    position: relative;
    white-space: nowrap;
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
}

.wdk-itdb-items .wdk-itdb-item {
    width: 50%;
    padding: 2px 0 5px 0;
    float: none;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}

.wdk-itdb-item>div {
    padding: 0 5px;
}

div.wdk-itdb-items[max='3'] .wdk-itdb-item {
    width: 33.3%;
}

.wdk-itdb-item .wdk-cms-max-image {
    padding: 0px;
    margin: 5px;
}

.wdk-itdb-items .wdk-cms-max-image img {
    margin: 0;
}

.wdk-itdb-title {
    padding-top: 10px;
    font-size: 15px;
    color: #333;
}

.wdk-itdb-item .wdk-itdb-desc,
.wdk-itdb-item .wdk-itdb-title,
.wdk-itdb-item .wdk-itdb-bottom {
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    vertical-align: middle;
    height: 1.5em;
    line-height: 1.5em;
}

.wdk-itdb-item .wdk-itdb-title {
    line-height: 16px;
    font-size: 12px;
}

.wdk-itdb-bottom {
    display: flex;
    line-height: 24px;
    color: #999;
    font-size: 12px;
}

a.wdk-cms-image {
    display: block;
}

a.wdk-cms-image img {
    text-align: center;
    box-shadow: 0 0px 4px rgb(0 21 41 / 40%);
}

a.wdk-cms-image img[original-src] {
    cursor: zoom-in;
}

.wdk-cms-text {
    line-height: 2;
    color: #333;
    font-size: 16px;
}

.wdk-cms-text a {
    color: #337ab7;
}

.wdk-cms-text a:hover {
    text-decoration: underline;
}

.wdk-icon [data-icon]::before {
    content: attr(data-icon);
    font-family: wdk;
    font-size: 24px;
}

.wdk-image-pro img {
    width: 60px;
    height: 60px;
    margin: 5px auto;
    display: block;
    position: relative;
}

.wdk-cms-comment-name em {
    font-style: normal;
    color: #666;
    font-size: 13px;
}

.wdk-cms-comment-icon:before {
    left: 10px;
}

.wdk-cms-comment-icon a {
    left: 15px;
}

.wdk-cms-comment-icon {
    width: 60px;
}


/* .wdk-cms-comment-button {
    line-height: 2em;
} */

.wdk-cms-comment-button a {
    width: 5em;
    display: inline-block;
}

.wdk-cms-comment-content,
.wdk-cms-comment-desc {
    padding: 0.5em 0;
    font-size: 14px;
}

.wdk-cms-comment-name {
    font-size: 12px;
}

.wdk-cms-comment-header .wdk-cms-comment-name {
    line-height: 36px;
}

.wdk-cms-comment-header {
    position: relative;
}

.wdk-cms-comment-icons .wdk-cms-comment-button,
.wdk-cms-comment-header .wdk-cms-comment-button {
    position: absolute;
    right: 0;
    line-height: 36px;
    top: 0px;
}

.wdk-cms-comment-reply-more {
    font-size: 13px;
    color: #337ab7;

}

.wdk-cms-comment-header .wdk-cms-comment-desc {
    margin-top: -18px;
    font-size: 12px;
}

.wdk-cms-comment-bottom {
    display: flex;
}

.wdk-cms-comment-icons dt {
    float: left;
    margin-right: 5px;
}

.wdk-cms-comment-icons {
    position: relative;
    line-height: 30px;
}

.wdk-cms-comment-icons .wdk-cms-comment-button {

    line-height: 30px;
}

.wdk-cms-comment-icon-more {
    font-size: 12px;
}

.wdk-cms-comment-icons dt img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.wdk-cms-comment-time {
    flex: 1;
    line-height: 25px;
    font-size: 12px;
}

.wdk-cms-comment-desc:empty {
    display: none;
}

.wdk-cms-max-title,
.wdk-cms-one-title,
.wdk-cms-three-title {
    font-size: 16px;
}

.wdk-cms-max,
.wdk-cms-three {
    padding-top: 0px;
    color: #1a1a1a;
    position: relative;
    overflow: hidden;
}

.wdk-cms-max {
    padding: 0.4em 0;
}

.wdk-image-pro-desc {
    line-height: 1.6em;
}

.wdk_cell_verify {
    width: 70px;
    display: block;
    height: 42px;
    font-size: 13px;
    margin: -10px -15px;
    line-height: 44px;
    background-color: #f5f5f5;
    text-align: center;
    color: #333;
}

.wdk_cell_verify::before {
    content: '\53D1\9001'
}

.wdk_cell_verify.wdk_verify_send {
    color: #999;
}

.wdk_cell_verify.wdk_verify_send::after {
    content: attr(data-time)
}

.wdk-top-icon {
    position: fixed;
    right: 10px;
    bottom: 80px;
    width: 30px;
    height: 30px;
    background-color: rgba(204, 204, 204, 0.8);
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    display: none;
    z-index: 1;
    cursor: pointer;
}

.wdk-top .wdk-top-icon {
    display: block;
}

.wdk-top-icon::before {
    content: '\f062';
    font-family: wdk;
    font-size: 16px;
    color: #333;
}

.wdk-top>section {
    transition: transform .7s ease;
}

.weui_cells_title {
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 0px;
}

.wdk-tabs-fixed {
    position: relative;
    background-color: #fff;
}

.wdk-tabs-fixed .weui_navbar {
    position: relative;
    background-color: transparent;
}

.wdk-tabs-fixed .weui_navbar .weui_navbar_item {
    font-size: 13px;
}

.weui_cell_bd.weui_cell_primary {
    min-width: 5em;
}

.discount li:after {
    position: absolute;
    content: ' ';
    left: -2px;
    width: 6px;
    height: 88px;
    background: radial-gradient(#fff 0, #fff 5px, rgba(0, 0, 0, 0) 5px);
    background-size: 15px 15px;
    background-position: 3px 3px;
    background-position-x: 9px;
    background-position-y: 3px
}

.discount li {
    margin: 10px
}

.discount li .name {
    font-size: 14px
}

.discount .item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 92px;
    position: relative;
    overflow: hidden
}

.discount .coupon-0,
.portrait.Header.coupon-0 {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe314e), to(#fe6263));
    background: -moz-linear-gradient(to bottom, #fe314e, #fe6263)
}

.discount .coupon-4,
.portrait.Header.coupon-4 {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe324e), to(#fe6264));
    background: -moz-linear-gradient(to bottom, #fe324e, #fe6264)
}

.discount .coupon-2,
.portrait.Header.coupon-3 {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#18d07b), to(#1ed782));
    background: -moz-linear-gradient(to bottom, #18d07b, #1ed782)
}

.discount .coupon-3,
.portrait.Header.coupon-3 {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0570d2), to(#2693e8));
    background: -moz-linear-gradient(to bottom, #0570d2, #2693e8)
}

.discount .coupon-1,
.portrait.Header.coupon-1 {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fc6c25), to(#f88b3b));
    background: -moz-linear-gradient(to bottom, #fc6c25, #f88b3b)
}

.discount .item .left {
    float: left;
    width: 70%;
    height: 92px;
    color: #fff;
    position: relative;
}

.discount .item .left::after {
    content: ' ';
    position: absolute;
    right: -3px;
    top: 0px;
    width: 10px;
    height: 100%;
    background: radial-gradient(#fff 0, #fff 5px, rgba(0, 0, 0, 0) 5px);
    background-size: 15px 15px;
    background-position-y: 3px;
}

.discount .inner {
    padding: 10px
}

.portrait.Header .value {
    font-size: 26px;
    text-align: center
}

.portrait.Header .value span {
    font-size: 18px;
    vertical-align: baseline
}

.portrait.Header .value i {
    font-size: 40px;
    word-break: break-word
}

.discount .time {
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
    font-size: 12px
}

.discount li .value i {
    font-size: 30px;
    line-height: 30px
}

.discount .item .right {
    float: right;
    width: 30%;
    height: 92px;
    color: #666;
    line-height: 1.5;
    font-size: 12px;
    text-align: center
}

.discount .item .right .inner {
    padding: 6px 10px
}

.discount .item .right .inner:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    margin-left: .3em
}

.portrait.Header,
.profile {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    min-height: 180px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe314e), to(#fe6263));
    background: -moz-linear-gradient(to bottom, #fe314e, #fe6263);
    color: #fff;
    overflow: hidden
}

.portrait.Header .value img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 1em auto 0.5em auto;
    display: block;
}

.profile {
    min-height: 100px
}

.profile .figure .head {
    border-radius: 50%;
    float: left;
    border: 3px solid #fff;
    box-shadow: 1px 1px 2px #330511;
    background: #fff;
    font-size: 0;
    width: 50px;
    height: 50px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    background-size: 100%
}

.profile .figure {
    position: absolute;
    top: 50%;
    left: 1em;
    width: 60%;
    margin-top: -34px
}

.profile .account {
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    color: #fab534;
    text-align: center
}

.profile .account:after {
    font-size: 12px;
    line-height: 1.5;
    content: attr(data-tag);
    position: absolute;
    background-color: #1890ff;
    color: #fff;
    text-align: center;
    width: 75pt;
    transform: rotate(45deg);
    right: -30px;
    top: 10px
}

.profile .account em {
    position: absolute;
    top: 1.8em;
    left: 1em;
    font-size: 12px;
    line-height: 1em
}

.profile .account span {
    font-size: 160%;
    line-height: 100px
}

.profile .figure .name {
    height: 56px;
    line-height: 28px;
    margin-left: 56px;
    display: block;
    max-width: 150px
}

.portrait.Header .desc {
    word-break: break-all;
    text-align: center
}

.portrait.Header .name {
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px
}

.portrait.Header .time {
    text-align: center;
    padding: 0em 1em 0.6em 1em;
    line-height: 1.5;
    font-size: 12px;
    color: #ccc;
}

.portrait.Header:after,
.profile:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 14px;
    background: radial-gradient(#fff 0, #fff 5px, rgba(0, 0, 0, 0) 5px);
    background-size: 15px 15px;
    background-position: 9px 2px;
}

.portrait.Header .value span {
    font-size: 30px;
    padding: 0 .5em
}

.discount li .desc {
    font-size: 12px
}

.discount li .title {
    padding: 10px 0 0 20px
}

.portrait.Header .icon {
    background-color: #fff;
    position: relative;
    border-radius: 3px;
    float: left;
    border: 3px solid #fff;
    box-shadow: 1px 1px 2px #330511;
    background: #fff;
    font-size: 0;
    width: 50px;
    height: 50px;
    background-size: 100%;
    vertical-align: top
}

.wdk-gird-empty,
.LoadMore.empty {
    margin: 10% 0;
    text-align: center;
    display: block;
    color: #999;
    font-size: 90%;
    width: 100%;
}

.weui_cell .weui_cell_hd img {
    width: 20px;
    margin-right: 5px;
    display: block;
}

.weui_cell_primary {
    min-width: 4em;
}

div[click-data] {
    cursor: pointer;
}

.wdk-paging {
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.5px solid #e5e5e5;
    display: block;
}

.wdk-paging::before {
    content: '\52A0\8F7D\66F4\591A'
}

.wdk-tabs-fixed .weui_navbar_item:after {
    display: none;
}

a.weui_cell[href]:after,
.weui_cell[click-data]:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    position: relative;
    top: -2px;
    top: -1px;
    margin-left: .3em;
}

a.wdk-title-more:after {
    display: none !important;
}

.wdk-cart-badge {
    position: relative;
}

.wdk-cart-badge[data-badge]::before {
    content: attr(data-badge);
    position: absolute;
    top: -4px;
    display: block;
    border-radius: 9pt;
    left: 60%;
    min-width: 14px;
    text-align: center;
    color: #fff;
    font-size: 8pt;
    line-height: 9pt;
    padding: 4px;
    z-index: 10;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 0, 0, .7);
}

.wdk-load-more.empty {
    padding-top: 5em;
    color: #586c94;
    text-align: center;
    height: auto;
    box-shadow: 0 0 0;
    text-align: center;
    display: block;
}

.wdk-load-more.empty::before {
    color: #e5e5e5;
    font-family: wdk;
    content: '\f016';
    font-size: 72px;
    line-height: 100px;
    display: block;
}

.wdk-load-more.empty:empty::after {
    content: '\6CA1\6709\6570\636E'
}

.ui .weui_tab .wdk-footer {
    position: absolute;
    display: none;
}

.ui .weui_tab .wdk-footer.show {
    display: flex;
}

.wdk-uisku p {
    font-size: 14px;
    color: #888;
}

.wdk-order-address .weui_cell_ft {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0.5em;
}

.wdk-button .weui_cell_ft a {
    font-size: 12px;
}

div[ui]>.header {
    top: 0px;
    left: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
}

.header .back:before {
    background-color: rgba(31, 22, 22, 0.1);
}

.wdk-items-desc {
    margin-top: -6px;
}

.weui_btn {
    border-radius: 2px;
}

section .weui_cells>div.wdk-buy:before {
    visibility: visible;
}


.wdk-cms-title {
    font-size: 20px;
}

.wdk-cms-info {
    display: none;
}

.wdk-sku {
    left: 0px;
}

.wdk_cell_value a.wdk_cell_icon {
    color: #888;
}

.wdk_cell_value a.wdk_cell_icon::after {
    content: ' ';
    width: 1em;
    display: inline-block;
}

.wdk_cell_value .wdk_cell_icon::before {
    line-height: 44px;
    padding: 0 1em;
    z-index: 4;
    border-left: 1px solid #d9d9d9;
    /* background-color: #fff; */
    position: absolute;
    top: 0;
}

.wdk-cart-empty {
    text-align: center;
    font-size: 12px;
    color: #999;
}

.wdk-cart-empty::before {
    content: '\f291';
    font-family: wdk;
    color: #e5e5e5;
    font-size: 72px;
    display: block;
}

.wdk-sku-group a {
    margin-top: 0.5em;
}

.wdk-product-img {
    background-image: none;
}

.wdk-sku-group a.disable {
    font-style: italic;
    color: #999;
    border-style: dashed;
}

.wdk-cms-three:before,
.wdk-cms-one:before,
.wdk-cms-max:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 1;
}

.wdk-itdb .wdk-cms-max-title {
    padding-top: 10px;
}

.wdk-sku-text {
    font-size: 12px;
}

.wdk-itdb {
    padding-bottom: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.weui_tab_bd .wdk-section-header+.weui_cells {
    margin-top: 15px;
}

.weui_tab .wdk-cart {
    display: none;
}

.weui_panel_access .empty::after {
    display: none;
}

.wdk-cms-reply h1 {
    padding-left: 0.5em;
}

.wdk-cms-comment-info .umc-subject-comment,
.wdk-cms-comment-reply {
    margin-right: 0.5em;
}

.wdk-tab-item {
    color: #1a1a1a;
}


.wdk-dialog form>.weui_cells:first-child {
    margin-top: 10px;
}

div[ui]>.header,
div[ui].wdk-dialog>.header {
    box-shadow: 0 0 1px #999;
}

.wdk-title-more p {
    color: #1a1a1a;
}


/* .wdk-section-header {
    box-shadow: 1px 1px 1px #999;
} */

.weui_navbar+.wdk_tab_bd {
    padding-top: 50px;
    padding-bottom: 0;
}

.weui_media_box .weui_media_desc {
    /* color: #1a1a1a; */
    line-height: 1.6em;
}

.weui_btn {
    font-size: 16px;
}

.wdk-product-price {
    font-weight: 400;
}

.wdk-buy-price {
    white-space: nowrap;
    overflow: hidden;
}

.weui_media_box .price {
    line-height: 2em;
}

.wdk-sku-footer a.weui_btn {
    line-height: 44px;
}

.wdk-image-pro .addr {
    color: #999;
    font-size: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.weui_tabbar_icon+.weui_tabbar_label {
    margin-top: 0px;
}

.weui_tabbar_icon+.weui_tabbar_label {
    margin-top: 0px;
}

.weui_tabbar_item {
    padding: 3px 0 0;
}

.wdk-loading:before {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border: 0 solid green;
    border-radius: 50%;
    line-height: 60px;
    font-size: 45px;
    content: "\f110";
    font-family: wdk;
    text-align: center;
    animation: circle 1s infinite linear;
}

.wdk-cms-reply-input {
    position: relative;
    padding: 10px;
    background-color: #fff;
}

form.wdk-cms-reply textarea {
    height: 88px;
    width: 100%;
    border: 0px solid #dcdcdc;
    resize: none;
    outline: 0;
    font-size: 14px;
    color: #999;
    display: block;
}

.wdk-cms-reply-submit:before,
.wdk-cms-reply-input::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.wdk-cms-reply-submit {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
    background: #f7f7f7;
}

.wdk-cell-tag {

    position: absolute;
    text-align: center;
    width: 100px;
    transform: rotate(35deg) scale(0.8);
    background-color: #1890ff;
    padding: 0 10px;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    right: -30px;
    top: 4px;
    font-size: 12px;
}

.weui_tab_bd {
    padding-bottom: 46px;
}

.weui_tabbar_item {
    transform: scale(0.9);
}

.weui_tab_bd .wdk-image-pro-title span {
    display: block;
    line-height: 1.3;
}

.weui_cells_title {
    margin-top: 2px;
    font-size: 13px;
    margin-bottom: 2px;
}


/* .wdk-cms-text::before,
.wdk-itdb-items::before,
.wdk-product::before {
    display: none;
} */


/* .wdk-itdb-items+.wdk-itdb-items::before,
.wdk-product+.wdk-product::before {
    display: block;
} */

section .weui_cells:first-of-type {
    margin-top: 0px;
}

.weui_cells+.weui_cells {
    margin-top: 10px;
}

.icon-cart {
    width: 60px;
}

.wdk-cart-quantity {
    transform: scale(0.8);
}

div[ui]>.header {
    left: 0px;
}

div[ui].ui:nth-last-of-type(1) {
    right: 0;
}

div[ui].ui:only-of-type {
    right: 0;
}

.weui_cells>div:not(.weui_cell):before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.wdk-sku-footer,
.wdk-buy-price,
.wdk-footer-button {
    font-weight: 100;
}

.weui_cell.wdk-cms-comment:active {
    -webkit-tap-highlight-color: transparent;
}

div[ui=Map].ui {
    display: flex !important;
}

.weui_mask {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.weui_actionsheet~.weui_mask {
    background: rgba(0, 0, 0, 0);
}

.wdk-dialog.right~.weui_mask {
    background: rgba(0, 0, 0, 0);
}

.wdk-dialog~.weui_mask,
.weui_actionsheet.weui_actionsheet_toggle~.weui_mask {
    animation: in .4s infinite ease;
    animation-iteration-count: 1;
    background: rgba(0, 0, 0, 0);
}

.wdk-cms-attention .weui_media_hd::before {
    position: absolute;
    content: attr(data-icon);
    font-family: wdk;
    font-size: 26px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wdk-cms-attention .weui_media_hd {
    position: relative;
}

.wdk-cms-attention.weui_media_box {
    padding: 10px;
}

.wdk-cms-attention.weui_media_box .weui_media_title {
    font-size: 14px;
}

.wdk-cms-attention.weui_media_box .weui_media_desc {
    -webkit-line-clamp: 1;
}

.wdk-footer.fixed+div {
    min-height: 42px;
}

.wdk-title-banner {
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 5px;
    height: 34px;
    line-height: 34px;
    bottom: 0;
    left: 15px;
    right: 15px;
    overflow: hidden;
    margin: 0;
    text-align: center;
    font-size: 1.05rem;
    color: #1a1a1a;
    background-color: #dadadd;
    border-radius: 10px;
}

.wdk-title-banner.menu3 {
    left: 55px;
    right: 55px;
}

.wdk-title-banner.menu1 {
    left: 55px;
}

.wdk-title-banner.menu2 {
    right: 55px;
}

.wdk-title-banner a {
    display: block;
    text-align: left;
    font-size: 14px;
}

.wdk-title-banner::before {
    font-family: wdk;
    font-size: 16px;
    content: attr(data-icon);
    float: left;
    margin: 0 5px;
}

.umc-textitems a {
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 0.6em 1em;
    background-color: #F5F5F5;
    margin-right: 1em;
    margin-top: 0.5em;
    float: left;
}

.umc-textitems {
    padding: 0.5em;
    color: #808080;
    overflow: hidden;
}

.umc-textitems span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0.5em;
}

.umc-not-separatorline>div::before {
    display: none;
}

.umc-cell-not-separatorline::before {
    display: none;
}

.umc-cell-separatorline::before {
    display: block;
}

.umc-bottom-separatorline+div::before {
    display: block;
}

.umc-qrcode-image {
    margin: 10px;
}

.umc-qrcode-image img {

    margin: auto;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 260px;
}

div[ui]>.header.umc-float {
    position: fixed;
}

@media only screen and (min-width: 500px) {
    div[wdk-swipe=off]:hover {
        transition: transform .3s ease 1s;
        transform: translateX(-5rem);
        overflow: visible;
    }
}

@keyframes circle {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes left {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes top {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0%);
    }
}

@keyframes in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}