* {
    margin: 0;
    padding: 0;
    outline: 0
}
::selection {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}
::-moz-selection {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}
:-moz-placeholder {
    color: #ccc;
    font-style: italic
}
::-moz-placeholder {
    color: #ccc;
    font-style: italic
}
::-webkit-input-placeholder {
    color: #ccc;
    font-style: italic
}
:-ms-input-placeholder {
    color: #ccc;
    font-style: italic
}
html {
    color: #555;
    font-size: 14px;
    font-family:"Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px
}
html, body {
    width: 100%;
    height: 100%
}
html body .hide {
    display: none
}
input, textarea {
    font-family:"Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti
}
a, a:visited {
    color: #000;
    text-decoration: underline
}
a:hover {
    text-decoration: none
}
.wrap {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 800px
}
.container {
    display: block;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px
}
.center {
    height: 100%;
    width: 100%;
    border: 0;
    text-align: center
}
.center tr, .center td {
    border: 0
}
.mask {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1000
}
.dialog {
    display: block;
    position: relative;
    margin: 50px auto 0;
    background: #fff;
    color: #555;
    min-height: 300px
}
.dialog-special {
    margin-top: 90px
}
.dialog-image {
    display: block;
    position: relative;
    margin: 0 auto -80px;
    top: -50px;
    width: 80px;
    height: 80px;
    border: #fff 3px solid;
    border-radius: 100%
}
.dialog-content {
    padding: 10px
}
.dialog-content .product-share {
    display: block;
    position: relative;
    margin: 0 0 0 auto;
    width: 100px;
    padding-right: 35px;
    line-height: 22px;
    color: #ccc;
    text-align: right;
    cursor: pointer;
}
.dialog-content .product-share .product-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/gif;base64,R0lGODlhFgAWAIABAMzMzP///yH5BAEAAAEALAAAAAAWABYAAAJDhI8RyM3qnpoGgkkPtnyndYFdBZJmeFoklnqa27HRO9fovOX6zvO1SrMBT6vM0JEj4kRM5aflfMlisGpRFhndfs1bAQA7")
}
.dialog .empty {
    font-size: 22px;
    margin-top: 100px
}
.dialog .loading {
    font-size: 20px;
    margin-top: 100px
}
.dialog .error {
    font-size: 20px;
    margin-top: 100px
}
.more {
    display: block;
    margin: 10px 0;
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
    color: #999;
    border: #999 1px dotted;
    border-radius: 5px;
    cursor: pointer
}
.more:hover {
    color: #555;
    border-color: #555
}
.top {
    display: none;
    position: fixed;
    padding: 10px;
    padding-left: 20px;
    left: -10px;
    bottom: 100px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
    font-size: 12px;
    border-radius: 0 5px 5px 0;
    z-index: 1;
    cursor: pointer
}
.top:hover {
    text-decoration: underline
}
.top-show {
    display: block
}
.line {
    display: block;
    margin: 5px;
    line-height: 150%
}
.text-tip {
    display: block;
    padding: 5px;
    font-size: 12px;
    color: #999
}
.text-info {
    color: #3498db
}
.text-err {
    color: #e74c3c
}
.text-ok {
    color: #2ecc71
}
.empty {
    display: block;
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    color: #ccc
}
.loading {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #777
}
.error {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #e74c3c
}
.more {
    display: block;
    margin: 10px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    color: #999;
    border: #999 1px dashed;
    cursor: pointer
}
.more:hover {
    color: #333;
    border-color: #333
}
.title {
    display: block;
    padding: 5px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333
}
.hidden {
    display: none
}
.input, .textarea {
    display: block;
    margin: 5px;
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 3px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.05)
}
.input div {
    display: block;
    margin: 0 7px
}
.input input {
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #333;
    border: 0;
    background: 0
}
.textarea div {
    display: block;
    margin: 7px
}
.textarea textarea {
    width: 100%;
    height: 160px;
    font-size: 14px;
    color: #333;
    border: 0;
    background: 0;
    resize: none;
    word-break: break-all;
}
.input-disabled, .textarea-disabled {
    background-color: #f7f7f7
}
.button {
    display: inline-block;
    margin: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border: 0;
    border-bottom: #2980b9 2px solid;
    background: #3498db;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.15) 0 1px;
    -webkit-appearance: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none
}
.button:hover {
    border-color: #3498db;
    background: #3498db
}
.button:active, .button-on {
    border-color: #2980b9;
    background: #2980b9
}
.button-red {
    border-color: #c0392b;
    background: #e74c3c
}
.button-red:hover {
    border-color: #e74c3c;
    background: #e74c3c
}
.button-red:active {
    border-color: #c0392b;
    background: #c0392b
}
.button-green {
    border-color: #27ae60;
    background: #2ecc71
}
.button-green:hover {
    border-color: #2ecc71;
    background: #2ecc71
}
.button-green:active {
    border-color: #27ae60;
    background: #27ae60
}
.button-orange {
    border-color: #d35400;
    background: #e67e22
}
.button-orange:hover {
    border-color: #e67e22;
    background: #e67e22
}
.button-orange:active {
    border-color: #d35400;
    background: #d35400
}
.button-purple {
    border-color: #8e44ad;
    background: #9b59b6
}
.button-purple:hover {
    border-color: #9b59b6;
    background: #9b59b6
}
.button-purple:active {
    border-color: #8e44ad;
    background: #8e44ad
}
.button-yellow {
    border-color: #f39c12;
    background: #f1c40f
}
.button-yellow:hover {
    border-color: #f1c40f;
    background: #f1c40f
}
.button-yellow:active {
    border-color: #f39c12;
    background: #f39c12
}
.button-cyan {
    border-color: #16a085;
    background: #1abc9c
}
.button-cyan:hover {
    border-color: #1abc9c;
    background: #1abc9c
}
.button-cyan:active {
    border-color: #16a085;
    background: #16a085
}
.button-dark {
    border-color: #2c3e50;
    background: #34495e
}
.button-dark:hover {
    border-color: #34495e;
    background: #34495e
}
.button-dark:active {
    border-color: #2c3e50;
    background: #2c3e50
}
.button[disabled], .button[disabled]:hover, .button[disabled]:active {
    background-color: #eee;
    border-color: #aaa;
    color: #999;
    cursor: default;
    box-shadow: none;
    text-shadow: none
}
.button-full {
    display: block;
    width: 100%;
    margin: 10px 0
}
.button-left {
    float: left
}
.button-right {
    float: right
}
.button-large {
    width: 200px
}
.button-small {
    padding: 3px 5px;
    font-size: 12px;
    margin-right: 5px
}
.block-tip {
    display: block;
    margin: 10px 5px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15) 0 1px 1px
}
.block-tip {
    border: rgba(25, 28, 28, 0.5) 1px solid;
    background-color: rgba(149, 165, 166, 0.5);
    color: rgba(25, 28, 28, 0.7);
    text-shadow: rgba(255, 255, 255, 0.15) 0 1px
}
.block-tip-ok {
    border: rgba(8, 35, 19, 0.5) 1px solid;
    background-color: rgba(46, 204, 113, 0.5);
    color: rgba(8, 35, 19, 0.7)
}
.block-tip-err {
    border: rgba(38, 11, 9, 0.5) 1px solid;
    background-color: rgba(231, 76, 60, 0.5);
    color: rgba(38, 11, 9, 0.7)
}
.block-tip-info {
    border: rgba(8, 25, 37, 0.5) 1px solid;
    background-color: rgba(52, 152, 219, 0.5);
    color: rgba(8, 25, 37, 0.7)
}
@media screen and (min-width:640px) {
    .wrap {
        padding: 20px
    }
    .container {
        border-radius: 5px
    }
    .top {
        font-size: 14px
    }
    .dialog {
        margin-top: 80px;
        max-width: 600px;
        border-radius: 20px
    }
    .dialog-special {
        margin-top: 120px
    }
    .dialog-image {
        top: -60px;
        width: 100px;
        height: 100px;
        margin-bottom: -100px
    }
    .title {
        padding: 10px 0 5px
    }
    .input input {
        height: 36px;
        font-size: 16px
    }
    .textarea textarea {
        height: 240px;
        font-size: 16px
    }
    .button {
        font-size: 14px
    }
}
@media screen and (min-width:960px) {
    .dialog {
        margin-top: 110px
    }
    .dialog-special {
        margin-top: 150px
    }
    .dialog-image {
        top: -70px;
        width: 120px;
        height: 120px;
        margin-bottom: -120px
    }
}
body .product-copy, body .good-item-product, body .good-special-event, body .search, body .filter-option-selected, body .category-img, body .product-buy, body .product-copy, body .lives-new-info {
    background: -webkit-linear-gradient(135deg, #ff971b, #ff5000);
    background: -o-linear-gradient(135deg, #ff971b, #ff5000);
    background: linear-gradient(135deg, #ff971b, #ff5000)
}
.theme-pink .product-copy, .theme-pink .good-item-product, .theme-pink .good-special-event, .theme-pink .search, .theme-pink .filter-option-selected, .theme-pink .category-img, .theme-pink .product-buy, .theme-pink .product-copy, .theme-pink .lives-new-info {
    background: -webkit-linear-gradient(42deg, #ff9f5a, #fe4262 50%, #ff5473);
    background: -o-linear-gradient(42deg, #ff9f5a, #fe4262 50%, #ff5473);
    background: linear-gradient(48deg, #ff9f5a, #fe4262 50%, #ff5473)
}
.theme-red .product-copy, .theme-red .good-item-product, .theme-red .good-special-event, .theme-red .search, .theme-red .filter-option-selected, .theme-red .category-img, .theme-red .product-buy, .theme-red .product-copy, .theme-red .lives-new-info {
    background: -webkit-linear-gradient(45deg, #d22626, #e74b4b);
    background: -o-linear-gradient(45deg, #d22626, #e74b4b);
    background: linear-gradient(45deg, #d22626, #e74b4b)
}
.theme-green .product-copy, .theme-green .good-item-product, .theme-green .good-special-event, .theme-green .search, .theme-green .filter-option-selected, .theme-green .category-img, .theme-green .product-buy, .theme-green .product-copy, .theme-green .lives-new-info {
    background: -webkit-linear-gradient(45deg, #53b34e, #84b34e);
    background: -o-linear-gradient(45deg, #53b34e, #84b34e);
    background: linear-gradient(45deg, #53b34e, #84b34e)
}
.theme-blue .product-copy, .theme-blue .good-item-product, .theme-blue .good-special-event, .theme-blue .search, .theme-blue .filter-option-selected, .theme-blue .category-img, .theme-blue .product-buy, .theme-blue .product-copy, .theme-blue .lives-new-info {
    background: -webkit-linear-gradient(45deg, #6b8fff, #6bcaff);
    background: -o-linear-gradient(45deg, #6b8fff, #6bcaff);
    background: linear-gradient(45deg, #6b8fff, #6bcaff)
}
.theme-purple .product-copy, .theme-purple .good-item-product, .theme-purple .good-special-event, .theme-purple .search, .theme-purple .filter-option-selected, .theme-purple .category-img, .theme-purple .product-buy, .theme-purple .product-copy, .theme-purple .lives-new-info {
    background: -webkit-linear-gradient(45deg, #7743f0, #d443f0);
    background: -o-linear-gradient(45deg, #7743f0, #d443f0);
    background: linear-gradient(45deg, #7743f0, #d443f0)
}
.theme-black .product-copy, .theme-black .good-item-product, .theme-black .good-special-event, .theme-black .search, .theme-black .filter-option-selected, .theme-black .category-img, .theme-black .product-buy, .theme-black .product-copy, .theme-black .lives-new-info {
    background: -webkit-linear-gradient(45deg, #333, #777);
    background: -o-linear-gradient(45deg, #333, #777);
    background: linear-gradient(45deg, #333, #777)
}
.auto {
    text-align: center
}
.auto-title {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: bold
}
.auto-form {
    display: block;
    margin: 0 auto;
    padding: 20px;
    max-width: 260px
}
.auto-form input {
    text-align: center
}
.auto-line {
    display: block;
    margin: 15px 5px;
    color: #aaa;
    font-size: 14px;
    line-height: 150%
}
.auto-line b {
    color: #333;
    font-size: 18px
}
.auto-line i {
    color: #1abc9c;
    font-style: normal
}
.auto-line code {
    color: #3498db;
    font-size: 16px
}
.auto-calc {
    position: relative;
    padding-left: 45px;
    text-align: left;
    line-height: 40px
}
.auto-cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border: #fff 2px solid;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px
}
.auto-cover:hover {
    top: -40px;
    width: 114px;
    height: 114px;
    border-width: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
    z-index: 999
}
.auto-qrcode {
    display: block;
    margin: 15px auto;
    max-width: 80%;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px
}
.auto-history {
    display: block;
    margin: 5px;
    padding: 5px;
    font-size: 12px;
    text-align: left;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    cursor: pointer
}
.auto-history:hover {
    background: rgba(0, 0, 0, 0.05)
}
.auto-history-info {
    margin: 3px;
    font-size: 14px
}
.auto-history-code {
    color: #777;
    margin-right: 5px
}
.auto-history-name {
    color: #333;
    font-weight: bold
}
.auto-history-time {
    margin: 3px;
    color: #aaa
}
.token {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 640px
}
.token-inner {
    display: block;
    padding: 20px
}
.token-image {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.token-title {
    display: block;
    margin: 10px 0 10px;
    font-size: 16px;
    color: #333;
    line-height: 120%
}
.token-tip {
    display: block;
    margin: 10px 0;
    padding: 5px 0;
    font-size: 18px;
    color: #fb806b;
    line-height: 150%;
    background: -webkit-linear-gradient(to right, #fff, #ffece9, #fff);
    background: -o-linear-gradient(to right, #fff, #ffece9, #fff);
    background: linear-gradient(to right, #fff, #ffece9, #fff)
}
.token-detail {
    display: block;
    margin: 20px 0;
    /* background: #fb806b; */
    /* box-shadow: #ffece9 4px 4px 0, #ffece9 -4px -4px 0 */
}
.token-text {
    display: block;
    padding: 5px 0;
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: #333;
    border: 4px solid #ffece9;
    resize: none;
    box-sizing: border-box;
    background: url('../img/tk-bg.png') center center no-repeat;
    background-size: contain;
}
.token-action {
    display: block;
    margin: 20px 0;
}
.token-action-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: -20px;
}
.token-action-2 .token-action-wrap {
    width: 50%
}
.token-action-3 .token-action-wrap {
    width: 33.33%
}
.token-action-inner {
    margin-top: 20px;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    background: #999;
    text-shadow: none;
    cursor: pointer
}
.token-action-copy {
    background: #ec6047
}
.token-action-link {
    background: #66c7ac
}
.token-action-more {
    background: #f90
}
.card {
    display: block;
    margin: 0 auto;
    text-align: center
}
.card-inner {
    display: block;
    padding: 20px
}
.card-image {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.card-detail {
    display: block;
    margin: 20px 0;
    background: #fb806b;
    box-shadow: #ffece9 4px 4px 0, #ffece9 -4px -4px 0
}
.card-text {
    display: block;
    padding: 5px 0;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: 0;
    border: 0;
    resize: none
}
.card-action {
    margin: 5px;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    background: #ec6047;
    border-radius: 5px;
    text-shadow: none;
    cursor: pointer
}
.search {
    display: block;
    position: relative;
    margin-top: -20px;
    background: #ff5000;
    padding: 5px 125px 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    overflow: hidden
}
.search-inner {
    display: block;
    height: 36px
}
.search-input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px
}
.search-input::selection {
    color: #fff;
    background: rgba(255, 255, 255, 0.3)
}
.search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    text-shadow: none
}
.search-button {
    display: block;
    position: absolute;
    width: 50px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    right: 0;
    top: 0;
    background: transparent;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.15) 0 1px 1px;
    cursor: pointer
}
.search-button:hover {
    background: rgba(255, 255, 255, 0.3)
}
.search-submit {
    right: 50px
}
.search-filter {
    right: 0
}
.product-token {
    display: block;
    margin: 50px 0 5px;
    border: 0;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    background: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    resize: none
}
.product-copy {
    display: block;
    margin: 5px auto;
    padding: 10px 0;
    color: #fff;
    background: #ff5000;
    font-size: 16px;
    font-weight: bold;
    width: 120px;
    text-align: center;
    text-shadow: none;
    border-radius: 10px;
    cursor: pointer
}
.product-tip {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 200%
}
.filter {
    display: none;
    padding: 5px;
    text-align: right
}
.filter-show {
    display: block
}
.filter-option {
    display: inline-block;
    vertical-align: top;
    margin: 1px 3px;
    padding: 2px 5px;
    font-size: 12px;
    color: #aaa;
    border: #aaa 1px dashed;
    border-radius: 5px;
    cursor: pointer
}
.filter-option-selected {
    color: #fff;
    background: #ff971b;
    border: transparent 1px solid;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px
}
.banner {
    display: block;
    position: relative;
    overflow: hidden
}
.banner-link {
    display: block
}
.banner-holder {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.banner-move {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 5px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
    z-index: 1;
    cursor: pointer
}
.banner-move-left {
    left: 0;
    border-radius: 0 10px 10px 0
}
.banner-move-right {
    right: 0;
    border-radius: 10px 0 0 10px
}
.categorys {
    display: block
}
.category {
    display: inline-block;
    width: 20%;
    cursor: pointer
}
.category-active .category-text {
    color: #555;
    font-weight: bold
}
.category-img {
    display: block;
    position: relative;
    margin: 15px auto 5px;
    background: #ff5000;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden
}
.category-icon {
    display: block;
    position: absolute;
    width: 250px !important;
    height: 100px !important;
    max-width: none !important;
    max-height: none !important
}
.category-icon-0 {
    left: -5px;
    top: -5px
}
.category-icon-1 {
    left: -55px;
    top: -5px
}
.category-icon-2 {
    left: -105px;
    top: -5px
}
.category-icon-3 {
    left: -155px;
    top: -5px
}
.category-icon-4 {
    left: -205px;
    top: -5px
}
.category-icon-5 {
    left: -5px;
    top: -55px
}
.category-icon-6 {
    left: -55px;
    top: -55px
}
.category-icon-7 {
    left: -105px;
    top: -55px
}
.category-icon-8 {
    left: -155px;
    top: -55px
}
.category-icon-9 {
    left: -205px;
    top: -55px
}
.category-text {
    display: block;
    margin: 5px auto;
    font-size: 10px;
    color: #999;
    text-align: center
}
.product {
    display: inline-block;
    vertical-align: top;
    width: 50%
}
.product .product-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #999;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    text-shadow: none
}
.product-inner, .product-inner:visited {
    display: block;
    margin: 5px;
    padding: 0 0 5px;
    position: relative;
    color: #555;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    text-decoration: none;
    cursor: pointer
}
.product-inner:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
    top: -1px
}
.product-inner:hover .product-name {
    color: #333
}
.product-image {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.product-name {
    display: block;
    margin: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    line-height: 150%;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-info {
    display: block;
    margin: 5px;
    padding: 5px;
    border-top: #eee 1px dotted
}
.product-price {
    font-size: 16px;
    color: #de4444
}
.product-price span {
    font-size: 24px;
    font-family: georgia, sans-serif
}
.product-old {
    float: right;
    padding: 5px 0 0;
    font-size: 14px;
    color: #999;
    text-decoration: line-through
}
.product-old span {
    font-family: georgia, sans-serif
}
.product-shop {
    color: #999
}
.product-shop .product-icon {
    background: #ff4300
}
.product-shop-1 .product-icon {
    background: #c70000
}
.product-coupon b {
    margin: 0 5px;
    color: #de4444
}
.product-coupon i {
    color: #ccc
}
.product-coupon .product-icon {
    background: #c0b433
}
.product-coupon-few .product-icon {
    background: #e979ea
}
.product-coupon-none .product-icon {
    background: #777
}
.product-line {
    display: block;
    position: relative;
    margin: 5px 5px 5px 10px;
    padding-left: 25px;
    font-size: 12px;
    line-height: 20px
}
.product-details {
    display: block;
    margin: 0 -10px;
    max-height: 360px;
    overflow: auto
}
.product-detail {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.product-buy {
    display: block;
    margin: 5px auto;
    padding: 10px 0;
    color: #fff;
    background: #ff5000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    border-radius: 10px;
    cursor: pointer
}
.good {
    display: inline-block;
    vertical-align: top;
    width: 100%
}
.good-inner {
    display: block;
    position: relative;
    margin: 5px -10px 30px;
    color: #777;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
    cursor: pointer
}
.good-image {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.good-title {
    display: block;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #555
}
.good-description {
    display: block;
    padding: 0 5px 5px;
    font-size: 12px;
    color: #999
}
.good-html {
    display: block;
    margin: 0 auto;
    max-width: 640px;
    text-shadow: none
}
.good-html img {
    max-width: 100%
}
.good-item {
    display: block;
    position: relative;
    margin: 10px auto;
    max-width: 240px;
    min-height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: transparent 1px dashed;
    border-radius: 10px
}
.good-item-product {
    padding-left: 60px;
    color: #fff;
    background: #ff5000;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    overflow: hidden;
    cursor: pointer
}
.good-item-product:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 5px;
    top: -1px
}
.good-item-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #ccc no-repeat;
    background-size: cover
}
.good-item-loading {
    color: #555;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px
}
.good-item-missing {
    color: #aaa;
    border-color: #aaa;
    text-decoration: line-through
}
.good-special {
    display: block;
    position: relative;
    margin: 10px auto;
    max-width: 240px;
    min-height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: transparent 1px dashed;
    border-radius: 10px
}
.good-special-event {
    color: #fff;
    background: #ff5000;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    overflow: hidden;
    cursor: pointer
}
.good-special-event:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 5px;
    top: -1px
}
.lives {
    display: block;
    margin: 0 auto;
    max-width: 600px
}
.lives-new {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}
.lives-new-info {
    display: block;
    margin: 5px auto;
    padding: 10px 0;
    text-align: center;
    width: 240px;
    color: #fff;
    background: #ff5000;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
    cursor: pointer
}
.live {
    display: block;
    position: relative;
    padding: 5px 5px 10px 60px;
    min-height: 60px
}
.live-avatar {
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 50px;
    height: 50px;
    border: #fff 2px solid;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px
}
.live-nickname {
    display: block;
    padding: 0 5px 5px;
    font-size: 12px;
    color: #999
}
.live-image {
    display: block;
    margin: 5px;
    max-width: 90%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    cursor: pointer
}
.live-text {
    display: block;
    margin: 5px;
    padding: 10px;
    font-size: 12px;
    color: #555;
    line-height: 180%;
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 5px;
    word-break: break-all;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    cursor: pointer
}
.btn-image {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
}
.my-tips {
    font-size: 12px;
    margin-top: -30px;
    z-index: 999;
    position: relative;
}
.bottom-banner {
    position: fixed;
    background-color: #e1e1e1;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    text-decoration: none;
}
.app-name {
    color: #fff;
    font-size: 16px;
    background-color: #ff5311;
    padding: 6px;
    border-radius: 4px;
    float: left;
    margin: 4px 0 0 20px;
}
.code {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
.product-qrcode {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    border-radius: 10px;
    margin-top: 20px;
}
/* 鎴戝姞鐨勬牱寮弒tart */
.out-screen {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.loading-icon {
    display: block;
    margin: 100px auto;
}
.hide-layer {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.share-tips {
    margin: 0 auto;
    max-width: 80%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
#share-pic {
    position: absolute;
    top: -9999px;
    left: -9999px;
    background-color: #fff;
}
/* 鎴戝姞鐨勬牱寮廵nd */
@media screen and (min-width:640px) {
    .auto-title {
        font-size: 20px
    }
    .auto-form {
        max-width: 320px
    }
    .auto-line {
        margin: 20px 5px;
        font-size: 16px
    }
    .auto-line b {
        font-size: 20px
    }
    .auto-line code {
        font-size: 18px
    }
    .auto-qrcode {
        margin: 20px auto
    }
    .search {
        padding-right: 165px;
        border-radius: 0 0 10px 10px
    }
    .search-button {
        width: 70px
    }
    .search-submit {
        right: 70px
    }
    .filter-option {
        margin: 2px 5px;
        padding: 5px 10px
    }
    .banner {
        margin: 5px auto;
        border-radius: 20px
    }
    .product {
        width: 33.33%
    }
    .good {
        width: 50%
    }
    .good-inner {
        margin: 5px 5px 30px
    }
}
@media screen and (min-width:960px) {
    .auto-title {
        font-size: 22px
    }
    .category {
        width: 10%
    }
}
@media screen and (min-width:1280px) {
    .auto-title {
        font-size: 24px
    }
}