/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    background-color: #f6f6f6;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    display: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    width: 100%;
    font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
    color: #404245;
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    word-wrap: break-word;
    word-break: break-all;
}

/*********** Global ***********/

/*.is-weixin .hide-weixin {
  display: none !important;
}*/

/*********** Butter ***********/

.butterbar {
    position: relative;
    height: 3px;
    margin-bottom: -3px;
}

.butterbar .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-indent: -9999px;
    background-color: #2c3e50;
    box-shadow: 0 0 10px #2c3e50, 0 0 5px #2c3e50;
}

.butterbar .bar:before {
    position: absolute;
    right: 50%;
    left: 50%;
    height: 3px;
    background-color: inherit;
    content: "";
}

.butterbar.active {
    -webkit-animation: changebar 2.25s infinite 0.75s;
    -moz-animation: changebar 2.25s infinite 0.75s;
    animation: changebar 2.25s infinite 0.75s;
}

.butterbar.active .bar {
    -webkit-animation: changebar 2.25s infinite;
    -moz-animation: changebar 2.25s infinite;
    animation: changebar 2.25s infinite;
}

.butterbar.active .bar:before {
    -webkit-animation: movingbar 0.75s infinite;
    -moz-animation: movingbar 0.75s infinite;
    animation: movingbar 0.75s infinite;
}

/* Moving bar */

@-webkit-keyframes movingbar {
    0% {
        right: 50%;
        left: 50%;
    }
    99.9% {
        right: 0;
        left: 0;
    }
    100% {
        right: 50%;
        left: 50%;
    }
}

@-moz-keyframes movingbar {
    0% {
        right: 50%;
        left: 50%;
    }
    99.9% {
        right: 0;
        left: 0;
    }
    100% {
        right: 50%;
        left: 50%;
    }
}

@keyframes movingbar {
    0% {
        right: 50%;
        left: 50%;
    }
    99.9% {
        right: 0;
        left: 0;
    }
    100% {
        right: 50%;
        left: 50%;
    }
}

/* change bar */

@-webkit-keyframes changebar {
    0% {
        background-color: #2c3e50;
    }
    33.3% {
        background-color: #2c3e50;
    }
    33.33% {
        background-color: #2c3e50;
    }
    66.6% {
        background-color: #2c3e50;
    }
    66.66% {
        background-color: #2c3e50;
    }
    99.9% {
        background-color: #2c3e50;
    }
}

@-moz-keyframes changebar {
    0% {
        background-color: #2c3e50;
    }
    33.3% {
        background-color: #2c3e50;
    }
    33.33% {
        background-color: #2c3e50;
    }
    66.6% {
        background-color: #2c3e50;
    }
    66.66% {
        background-color: #2c3e50;
    }
    99.9% {
        background-color: #2c3e50;
    }
}

@keyframes changebar {
    0% {
        background-color: #2c3e50;
    }
    33.3% {
        background-color: #2c3e50;
    }
    33.33% {
        background-color: #2c3e50;
    }
    66.6% {
        background-color: #2c3e50;
    }
    66.66% {
        background-color: #2c3e50;
    }
    99.9% {
        background-color: #2c3e50;
    }
}

/*********** Swiper ***********/

.swiper-container {
    position: relative;
}

.swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet-active {
    background: #404245 !important;
}

/*********** Loading more ***********/

.loading-more {
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

/*********** Splash ***********/

.splash {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20000;
    box-sizing: border-box;
    background-color: #ffffff;
}

.splash .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.splash .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;

    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);

    animation: cssload-spin 1.3s infinite linear;
    -o-animation: cssload-spin 1.3s infinite linear;
    -ms-animation: cssload-spin 1.3s infinite linear;
    -webkit-animation: cssload-spin 1.3s infinite linear;
    -moz-animation: cssload-spin 1.3s infinite linear;
}

@keyframes cssload-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

/*********** App container ***********/

.app {
    width: 100%;
    margin: 0 auto;
}

.app-container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.app-container.with-navbar {
    padding-top: 44px;
}

.app-container.with-tabbar {
    padding-bottom: 64px;
}

.app-container.with-loader {
    padding-bottom: 24px;
}

.with-navbar .navbar {
    display: block;
}

.with-navbar .tabbar {
    display: block;
}

.app-content {
    overflow: hidden;
}

/*********** Anim ***********/

.mask-anim-enter, .mask-anim-leave {
    transition: 500ms ease-in all;
}

.mask-anim-enter.mask-anim-enter-active, .mask-anim-leave {
    opacity: 1.0;
}

.mask-anim-leave.mask-anim-leave-active, .mask-anim-enter {
    opacity: 0.0;
}

.picker-anim-enter, .picker-anim-leave {
    transition: 500ms ease-in all;
}

.picker-anim-enter.picker-anim-enter-active, .picker-anim-leave {
    opacity: 1.0;
    bottom: 0;
}

.picker-anim-leave.picker-anim-leave-active, .picker-anim-enter {
    opacity: 0.0;
    bottom: -380px;
}

/*********** Positioning ***********/

.fixed-top {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
}

.fixed-bottom {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
}

.fixed-left {
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
}

.fixed-right {
    position: fixed !important;
    left: auto !important;
    right: 0 !important;
}

.abs-top {
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
}

.abs-bottom {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
}

.abs-left {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
}

.abs-right {
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
}

/*********** Dialog ***********/

.mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.dialog {
    z-index: 5000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 300px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.dialog .dialog-title {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #404245;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    line-height: 24px;
}

.dialog.danger .dialog-title {
    color: #f42b37;
}

.dialog .dialog-content {
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    line-height: 14px;
}

.dialog .dialog-content:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
}

.dialog .dialog-button {
    position: relative;
    width: 100%;
    height: 44px;
    overflow: hidden;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dialog .dialog-button .button {
    float: left;
    position: relative;
    display: block;
    width: 50%;
    height: 44px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
}

.dialog .dialog-button .button.left {
    font-weight: normal;
}

.dialog .dialog-button .button.right {
    font-weight: bold;
}

.dialog .dialog-button .button.right:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid #D5D5D6;
    color: #D5D5D6;
}

/*********** Toast ***********/

.error-toast {
    display: block;
    z-index: 5000;
    padding: 14px 24px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: rgba(64, 66, 69, 0.95);
    border-radius: 4px;
}

/*********** Tab bar ***********/

.tabbar {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.tabbar .tab {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    border: none;
}

.tabbar .tab .tab-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 10px auto;
    box-sizing: border-box;
    overflow: hidden;
}

.tabbar .tab .tab-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 16px;
    height: 16px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -16px;
    margin-left: 8px;
    padding: 0 2px;
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #f3424c;
}

/*********** Navigation bar ***********/

.navbar {
    z-index: 100;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, .05) 0 1px 3px;
}

.navbar .navbar-left {
    z-index: 50;
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    min-width: 44px;
    height: 44px;
    box-sizing: border-box;
}

.navbar .navbar-left .button-icon {
    position: absolute;
    left: 8px;
    top: 15px;
    display: block;
    width: 8px;
    height: 15px;
    line-height: 22px;
    box-sizing: border-box;
}

.navbar .navbar-left .button-text {
    margin-left: 24px;
    height: 44px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

.navbar .navbar-title {
    z-index: 25;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.navbar .navbar-right {
    z-index: 50;
    position: absolute;
    top: 0;
    right: 4px;
    display: block;
    min-width: 44px;
    height: 44px;
    box-sizing: border-box;
}

.navbar .navbar-right .button-icon {
    position: absolute;
    right: 8px;
    top: 15px;
    display: block;
    width: 8px;
    height: 15px;
    line-height: 22px;
    box-sizing: border-box;
}

.navbar .navbar-right .button-text {
    margin-right: 24px;
    height: 44px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

/*********** Search ***********/

.search {
    position: relative;
    height: 34px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 17px;
}

.search .search-icon {
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.search .search-text {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    padding-left: 38px;
    box-sizing: border-box;
    overflow: hidden;
    color: #a2a6ad;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

.search-inline {
    position: relative;
    height: 34px;
    margin-left: 8px;
    margin-right: 54px;
    margin-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 17px;
}

.search-inline .search-icon {
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.search-inline .search-text {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    padding-left: 38px;
    box-sizing: border-box;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    background-color: transparent;
    border: none;
    border-radius: 17px;
}

.search-cancel {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

/*********** Signin form ***********/

.signin-form {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 24px;
}

.signin-form .signin-field {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    padding-top: 6px;
}

.signin-form .signin-field .field-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.signin-form .signin-field .field-input {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    padding-left: 44px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #a2a6ad;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

.signin-form .signin-hline {
    position: relative;
    display: block;
    height: 0px;
    border-bottom: #e2e2e2 1px solid;
    margin-left: 44px;
}

.signin-submit {
    display: block;
    height: 44px;
    margin: 0 8px;
    margin-top: 24px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #404245;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.signin-submit:hover {
    background-color: #616161;
}

.signin-other {
    position: relative;
    display: block;
    height: 34px;
    margin: 0 10px;
    margin-top: 4px;
    line-height: 34px;
}

.signin-other .other-item {
    color: #404245;
    font-size: 14px;
    font-weight: normal;
}

.signin-other .other-item:hover {
    color: #616161;
}

.signin-social {
    display: block;
    margin: 0 8px;
    margin-top: 88px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    text-align: center;
}

.signin-social .social-header {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 34px;
}

.signin-social .social-header .header-line {
    position: absolute;
    left: 5%;
    top: 16px;
    width: 90%;
    height: 1px;
    border-bottom: #dedede 1px solid;
}

.signin-social .social-header .header-label {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    height: 34px;
    line-height: 34px;
    margin-left: -50px;
    background-color: #f6f6f6;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.signin-social .social-itemset {
    margin-top: 44px;
    display: block;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    text-align: center;
}

.signin-social .social-itemset .itemset-item {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    width: 64px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
}

.signin-social .social-itemset .itemset-item .item-icon {
    display: block;
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
}

.signin-social .social-itemset .itemset-item .item-text {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

/*********** Signup form ***********/

.signup-filter {
    width: 100%;
    height: 44px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
}

.signup-filter .signup-item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
}

.signup-filter .signup-item .text {
    display: block;
    width: 90%;
    height: 100%;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    margin: 0 auto;
}

.signup-filter .signup-item.active .text {
	width: 50%;
    border-bottom: #404245 2px solid;
}

.signup-form {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 24px;
}

.signup-form .signup-field {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 6px;
}

.signup-form .signup-field-code {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    white-space: nowrap
}

.signup-form .signup-field-code .field-input {
    display: inline-block;
    width: 78%;
    height: 40px;
    padding-left: 18px;
    padding-right: 14px;
    box-sizing: border-box;
    border: none;
    color: #a2a6ad;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
}

.signup-form .signup-field-code .mobile-code {
	display: inline-block;
    width: 21%;
    height: 34px;
    border-radius: 12px;
    background-color: #404245;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
}

.signup-form .signup-field-code .not-mobile-code {
	display: inline-block;
    width: 21%;
    height: 34px;
    border-radius: 12px;
    background-color: #E2E2E2;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
}

.signup-form .signup-field .field-input {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 14px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #a2a6ad;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

.signup-form .signup-hline {
    position: relative;
    display: block;
    height: 0px;
    border-bottom: #e2e2e2 1px solid;
    margin-left: 18px;
}

.signup-tips {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 14px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #a2a6ad;
    font-size: 13px;
    font-weight: normal;
    line-height: 34px;
}

.signup-submit {
    display: block;
    height: 44px;
    margin: 0 8px;
    margin-top: 24px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #404245;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.signup-submit:hover {
    background-color: #616161;
}

.signup-license {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.signup-license .license {
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    text-decoration: underline;
}

/*********** Forget form ***********/

.forget-form {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 24px;
}

.forget-form .forget-field {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    padding-top: 6px;
}

.forget-form .forget-field .field-input {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 14px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #a2a6ad;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

.forget-tips {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    margin-top: 8px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
}

.forget-email {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
}

.forget-submit {
    display: block;
    height: 44px;
    margin: 0 10px;
    margin-top: 14px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #404245;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.forget-submit:hover {
    background-color: #616161;
}

/*********** Changepass form ***********/

.changepass-form {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 24px;
}

.changepass-form .changepass-field {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    padding-top: 6px;
}

.changepass-form .changepass-field .field-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.changepass-form .changepass-field .field-input {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    padding-left: 44px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #a2a6ad;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

.changepass-form .changepass-hline {
    position: relative;
    display: block;
    height: 0px;
    border-bottom: #e2e2e2 1px solid;
    margin-left: 44px;
}

.changepass-submit {
    display: block;
    height: 44px;
    margin: 0 8px;
    margin-top: 24px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #404245;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.changepass-submit:hover {
    background-color: #616161;
}

/*********** Home ***********/

.home-banner {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    text-align: center;
    color: #404245;
    background-color: #f6f6f6;
    border-bottom: #e2e2e2 1px solid;
}

.home-banner .banner-slide {
    display: block;
    background-color: #ffffff;
}

.home-banner .banner-slide .slide-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.home-menu {
    position: relative;
    display: block;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: #e2e2e2 1px solid;
}

.home-menu .menu-item {
    position: relative;
    float: left;
    display: block;
    width: 25%;
    border: none;
    box-sizing: border-box;
    padding: 12px 0;
}

.home-menu .menu-item .item-icon {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    overflow: hidden;
}

.home-menu .menu-item .item-text {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-top: 4px;
}

.home-notice {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    margin-top: 15px;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
}

.home-notice .notice-icon {
    position: absolute;
    top: 13px;
    left: 8px;
    display: block;
    width: 18px;
    height: 18px;
}

.home-notice .notice-vline {
    position: absolute;
    top: 13px;
    left: 34px;
    display: block;
    width: 0px;
    height: 18px;
    border-left: #e2e2e2 1px solid;
}

.home-notice .notice-slide {
    display: block;
    height: 100%;
    margin-left: 44px;
    text-align: left;
    color: #404245;
    font-size: 14px;
    line-height: 44px;
}

.home-category {
    position: relative;
    display: block;
    /*width: 100%;*/
    max-width: 100%;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    padding: 2px 0;
    margin: 0 2px;
    margin-top: 15px;
}

.home-category .category-item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    max-width: 50%;
    height: 0;
    padding-bottom: 25%;
    overflow: hidden;
    background-color: #f6f6f6;
    box-sizing: border-box;
    border: #ffffff 2px solid;
}

.home-category .category-item .item-photo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.home-category .category-item .item-mask {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.home-category .category-item .item-text {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 34px;
    margin-top: -17px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}

.home-product {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    border-top: #e2e2e2 1px solid;
    /*border-bottom: #e2e2e2 1px solid;*/
}

.home-product .product-header {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
    border: none;
    border-bottom: #e2e2e2 1px solid;
}

.home-product .product-header .header-arrow {
    position: absolute;
    right: 8px;
    top: 15px;
    display: block;
    width: 8px;
    height: 15px;
    line-height: 22px;
    box-sizing: border-box;
}

.home-product .product-header .header-title {
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.home-product .product-item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    max-width: 50%;
    padding: 4px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
}

.home-product .product-item:after {
    content: " ";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: #e2e2e2 1px solid;
    z-index: 50;
}

.home-product .product-item .item-photo {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 100%;
    /*background-color: #f6f6f6;*/
    overflow: hidden;
}

.home-product .product-item .item-photo img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.home-product .product-item .item-name {
    display: block;
    width: 100%;
    height: 24px;
    text-align: center;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
    overflow: hidden;
}

.home-product .product-item .item-price {
    display: block;
    width: 100%;
    height: 18px;
    text-align: center;
    line-height: 24px;
    color: #404245;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 8px;
}

/*********** Category ***********/

.category-side {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 35%;
    height: 100%;
    box-sizing: border-box;
    border-right: #e2e2e2 1px solid;
    overflow-x: hidden;
    overflow-y: scroll;
}

.category-side .side-item {
    display: block;
    width: 100%;
    height: 60px;
    color: #404245;
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
}

.category-side .side-item.active {
    border-left: #55595f 4px solid;
    background-color: #ffffff;
}

.category-main {
    position: fixed;
    top: 0;
    left: 35%;
    width: 65%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.category-main .main-item {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
}

.app-container.with-navbar .category-side {
    padding-top: 44px;
}

.app-container.with-tabbar .category-side {
    padding-bottom: 44px;
}

.app-container.with-navbar .category-main {
    padding-top: 44px;
}

.app-container.with-tabbar .category-main {
    padding-bottom: 44px;
}

/*********** Search ***********/

.search-header {
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    color: #404245;
    font-size: 15px;
    font-weight: normal;
    line-height: 44px;
    text-align: left;
    box-sizing: border-box;
    border: none;
    margin-top: 10px;
}

.search-header .header-icon {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 13px 13px;
}

.search-keywords {
    display: block;
    overflow: hidden;
    padding: 0 4px;
}

.search-keywords .keyword {
    display: block;
    float: left;
    min-width: 40px;
    max-width: 90%;
    height: 28px;
    padding: 4px 8px;
    margin: 8px;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    border: #666666 1px solid;
    border-radius: 2px;
    background-color: #ffffff;
}

.search-filter {
    width: 100%;
    height: 44px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: #e2e2e2 1px solid;
}

.search-filter .filter-item {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
}

.search-filter .filter-item .text {
    display: block;
    width: 90%;
    height: 100%;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    margin: 0 auto;
}

.search-filter .filter-item.active .text {
    border-bottom: #404245 2px solid;
}

.search-filter .filter-item .arrow {
    position: absolute;
    top: 17px;
    right: 0;
    width: 12px;
    height: 100%;
}

.search-filter .filter-item .arrow .ind {
    position: relative;
    display: block;
    width: 8px;
    height: 4px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 2px;
    opacity: 0.6;
}

.search-filter .filter-item .arrow .ind.active {
    opacity: 1.0;
}

.search-product {
    /*padding: 4px;*/
    overflow: hidden;
}

.search-product .product-item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 4px;
    padding-bottom: 0;
    background-color: #ffffff;
    border-bottom: #e2e2e2 1px solid;
}

.search-product .product-item:after {
    content: " ";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: #e2e2e2 1px solid;
    z-index: 50;
}

.search-product .product-item .item-photo {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.search-product .product-item .item-photo img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.search-product .product-item .item-name {
    display: block;
    width: 100%;
    height: 28px;
    padding: 0 2px;
    text-align: left;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    overflow: hidden;
}

.search-product .product-item .item-footer {
    display: block;
    width: 100%;
    height: 24px;
}

.search-product .product-item .item-footer .footer-price {
    display: block;
    height: 16px;
    line-height: 16px;
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
}

.search-product .product-item .item-footer .footer-sales {
    display: block;
    height: 16px;
    line-height: 16px;
    color: #888888;
    font-size: 10px;
    font-weight: normal;
    overflow: hidden;
    float: right;
}

.empty {
    position: relative;
    display: block;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.empty .empty-item {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 144px;
    margin-top: -96px;
}

.empty .empty-item .item-logo {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.empty .empty-item .item-text {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.empty .empty-item .item-button {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #404245;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

/*********** Product ***********/

.product-flash {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    text-align: center;
    color: #404245;
    background-color: #f6f6f6;
}

.product-flash .flash-slide {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.product-flash .flash-slide .slide-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    padding: 14px;
}

.product-info .info-name {
    width: 90%;
    margin-right: 54px;
    line-height: 18px;
    color: #404245;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
}

.product-info .info-price {
    margin-top: 10px;
    width: 100%;
}

.product-info .info-price .price-shop {
    line-height: 17px;
    color: #404245;
    font-size: 17px;
    font-weight: normal;
    overflow: hidden;
}

.product-info .info-price .price-shop.danger {
    color: #e60012;
}

.product-info .info-price .price-market {
    margin-left: 4px;
    line-height: 16px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-decoration: line-through;
}

.product-info .info-detail {
    width: 100%;
}

.product-info .info-detail .detail-stock {
    line-height: 16px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}

.product-info .info-detail .detail-sales {
    margin-left: 4px;
    line-height: 16px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}

.product-info .info-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 34px;
    height: 34px;
}

.product-info .info-favorite img {
    width: 100%;
    height: 100%;
}

.product-attr {
    margin-top: 15px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    padding: 8px 0;
}

.product-attr .attr-group {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.product-attr .attr-group .group-name {
    position: absolute;
    top: 0;
    left: 14px;
    width: 80px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
}

.product-attr .attr-group .group-items {
    margin-left: 80px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 44px;
}

.product-attr .attr-group .group-items .group-item {
    display: block;
    float: left;
    max-width: 90%;
    padding: 4px 12px;
    margin: 8px 6px;
    overflow: hidden;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    border: #404245 1px solid;
    background-color: #ffffff;
}

.product-attr .attr-group .group-items .group-item.active {
    color: #ffffff;
    background-color: #404245;
}

.product-attr .attr-group .group-items .group-item span {
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
}

.product-attr .attr-group .group-items .group-item.active span {
    color: #ffffff;
    background-color: #404245;
}

.product-attr .attr-line {
    margin: 4px 0;
    display: block;
    width: 100%;
    margin-left: 80px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
}

.product-amount {
    margin-top: 15px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    padding: 8px 0;
}

.product-amount .amount-name {
    position: absolute;
    top: 4px;
    left: 14px;
    width: 80px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
}

.product-amount .amount-input {
    margin-left: 84px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0.25;
}

.product-amount .amount-input.active {
    opacity: 1.0;
}

.product-amount .amount-input .input-button {
    display: block;
    float: left;
    padding: 6px 6px;
    margin: 4px 0;
    overflow: hidden;
    box-sizing: border-box;
    border: none;
    opacity: 0.25;
}

.product-amount .amount-input .input-button.active {
    opacity: 1.0;
}

.product-amount .amount-input .input-button img {
    display: block;
    width: 16px;
    height: 16px;
}

.product-amount .amount-input .input-count {
    display: block;
    float: left;
    width: 50px;
    height: 30px;
    padding: 4px 12px;
    margin: 4px 0;
    overflow: hidden;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    border: none;
    background-color: #ffffff;
    opacity: 0.25;
}

.product-amount .amount-input .input-count.active {
    opacity: 1.0;
}

.product-comment {
    margin-top: 15px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.product-comment .comment-header {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
}

.product-comment .comment-header .header-arrow {
    position: absolute;
    right: 8px;
    top: 15px;
    display: block;
    width: 8px;
    height: 15px;
    line-height: 22px;
    box-sizing: border-box;
}

.product-comment .comment-header .header-title {
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: left;
    padding-left: 12px;
}

.product-comment .comment-line {
    margin: 8px 0;
    display: block;
    width: 100%;
    margin-left: 12px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
}

.product-comment .comment-item {
    position: relative;
    display: block;
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;
}

.product-comment .comment-item .item-info {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 8px;
}

.product-comment .comment-item .item-info .user {
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.product-comment .comment-item .item-info .rate {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    padding: 2px 3px;
    background-color: #404245;
    border-radius: 3px;
    margin-left: 4px;
}

.product-comment .comment-item .item-info .time {
    float: right;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 3px;
}

.product-comment .comment-item .item-body {
    display: block;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 6px;
    padding: 0 12px;
}

.product-submit {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.product-submit .submit-cart {
    float: left;
    position: relative;
    display: block;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
}

.product-submit .submit-cart .cart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    margin-top: -16px;
    margin-left: -16px;
}

.product-submit .submit-cart .cart-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 16px;
    height: 16px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -16px;
    margin-left: 8px;
    padding: 0 2px;
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #f3424c;
}

.product-submit .submit-button {
    float: left;
    position: relative;
    display: block;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    color: #404245;
    background-color: #f7f7f7;
    line-height: 44px;
    text-align: center;
    opacity: 0.25;
    border-left: #e2e2e2 solid 1px;
}

.product-submit .submit-button.active {
    opacity: 1.0;
}

.product-submit .submit-button.dark {
    color: #ffffff;
    background-color: #404245;
    opacity: 0.25;
}

.product-submit .submit-button.dark.active {
    color: #ffffff;
    background-color: #404245;
    opacity: 1.0;
}

.product-intro {
    margin-top: 15px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.product-intro .intro-header {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    text-align: center;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

.product-intro .intro-content {
    position: relative;
    display: block;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    overflow: hidden;
    padding: 14px;
    text-align: left;
}

.product-intro .intro-content img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.product-tips {
    position: fixed;
    left: 0px;
    bottom: 44px;
    width: 100%;
    height: 28px;
    display: block;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

/*********** Comment ***********/

.comment-header {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: #e2e2e2 1px solid;
}

.comment-header .header-item {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.comment-header .header-item span {
    display: block;
    width: 90%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
}

.comment-header .header-item.active span {
    border-bottom: #404245 2px solid;
}

.comment-list {
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.comment-list .comment-line {
    margin: 8px 0;
    display: block;
    width: 100%;
    margin-left: 12px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
}

.comment-list .comment-item {
    position: relative;
    display: block;
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;
}

.comment-list .comment-item .item-info {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 8px;
}

.comment-list .comment-item .item-info .user {
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.comment-list .comment-item .item-info .rate {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    padding: 2px 3px;
    background-color: #404245;
    border-radius: 3px;
    margin-left: 4px;
}

.comment-list .comment-item .item-info .time {
    float: right;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 3px;
}

.comment-list .comment-item .item-body {
    display: block;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 6px;
    padding: 0 12px;
}

/*********** Cart ***********/

.cart-list {
    margin-top: 15px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    padding-bottom: 64px;
}

.cart-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    padding: 10px 0;
}

.cart-list .list-item .item-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../image/check-off.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.cart-list .list-item.active .item-checkbox {
    background-image: url("../image/check-on-multi.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.cart-list .list-item .item-content {
    position: relative;
    padding-left: 44px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.cart-list .list-item .item-photo {
    position: absolute;
    top: 10px;
    left: 44px;
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    border: #e2e2e2 1px solid;
    overflow: hidden;
}

.cart-list .list-item .item-photo img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.cart-list .list-item .item-info {
    position: relative;
    display: block;
    height: 100%;
    margin-left: 144px;
}

.cart-list .list-item .item-info .info-delete {
    position: absolute;
    padding: 10px;
    top: 0px;
    right: 0px;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    z-index: 100;
}

.cart-list .list-item .item-info .info-delete img {
    margin-top: 15px;
    margin-left: 15px;
    width: 14px;
    height: 14px;
}

.cart-list .list-item .item-info .info-name {
    display: block;
    position: relative;
    margin-top: 4px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    box-sizing: border-box;
    padding-right: 54px;
    max-height: 32px;
    overflow: hidden;

}

.cart-list .list-item .item-info .info-attr {
    margin-top: 8px;
    position: relative;
    display: block;
    box-sizing: border-box;
    color: #999999;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 15px;
    padding-right: 44px;
}

.cart-list .list-item .item-info .info-price {
    position: absolute;
    left: 0;
    bottom: 2px;
    display: block;
    height: 24px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.cart-list .list-item .item-info .info-amount {
    position: absolute;
    right: 4px;
    bottom: 0;
    display: block;
    height: 24px;
    overflow: hidden;
}

.cart-list .list-item .item-info .info-amount .amount-button {
    float: left;
    display: block;
    width: 34px;
    height: 24px;
    overflow: hidden;
    box-sizing: border-box;
    opacity: 0.25;
}

.cart-list .list-item .item-info .info-amount .amount-button.active {
    opacity: 1.0;
}

.cart-list .list-item .item-info .info-amount .amount-button img {
    display: block;
    margin-top: 7px;
    margin-left: 12px;
    width: 12px;
    height: 12px;
    opacity: 0.75;
}

.cart-list .list-item .item-info .info-amount .amount-count {
    float: left;
    display: block;
    min-width: 20px;
    height: 24px;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    line-height: 24px;
    opacity: 0.25;
}

.cart-list .list-item .item-info .info-amount .amount-count.active {
    opacity: 1.0;
}

.cart-submit {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    background-color: #f7f7f7;
}

.cart-submit .submit-select {
    float: left;
    position: relative;
    display: block;
    width: 30%;
    height: 100%;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 44px;
    padding-left: 44px;
    background-color: #f7f7f7;
}

.cart-submit .submit-select .select-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../image/check-off.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.cart-submit .submit-select.active .select-checkbox {
    background-image: url("../image/check-on-multi.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.cart-submit .submit-total {
    float: left;
    position: relative;
    display: block;
    width: 30%;
    height: 100%;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    padding-right: 14px;
    line-height: 44px;
    background-color: #f7f7f7;
    /*border-left: #e2e2e2 1px solid;*/
    opacity: 0.25;
}

.cart-submit .submit-total.active {
    opacity: 1.0;
}

.cart-submit .submit-total .total-checkbox {
    color: #404245;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

.cart-submit .submit-total .total-price {
    color: #404245;
    font-size: 16px;
    font-weight: normal;
    line-height: 44px;
}

.cart-submit .submit-button {
    float: left;
    position: relative;
    display: block;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    color: #404245;
    font-size: 15px;
    font-weight: normal;
    background-color: #f7f7f7;
    line-height: 44px;
    text-align: center;
    opacity: 0.25;
}

.cart-submit .submit-button.active {
    opacity: 1.0;
}

.cart-submit .submit-button.dark {
    color: #ffffff;
    background-color: #404245;
}

.app-container.with-tabbar .cart-list {
    padding-bottom: 44px;
}

.app-container.with-tabbar .cart-submit {
    bottom: 44px;
}

/*********** Order confirm ***********/

.confirm-address {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    margin-top: 10px;
}

.confirm-address .address-contact {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 34px 10px 15px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
}

.confirm-address .address-detail {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 34px 15px 15px;
    box-sizing: border-box;
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
}

.confirm-address .address-detail span {
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
}

.confirm-address .address-create {
    position: relative;
    display: block;
    height: 64px;
    box-sizing: border-box;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    line-height: 64px;
}

.confirm-address .address-arrow {
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 7px;
    height: 14px;
    line-height: 22px;
    box-sizing: border-box;
}

.confirm-goods {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: #e2e2e2 1px solid;
    margin-top: 15px;
}

.confirm-goods .goods-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.confirm-goods .goods-item .item-photo {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: #e2e2e2 1px solid;
}

.confirm-goods .goods-item .item-photo img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.confirm-goods .goods-item .item-info {
    position: relative;
    display: block;
    height: 100%;
    box-sizing: border-box;
    margin-left: 100px;
    margin-right: 5px;
    overflow: hidden;
}

.confirm-goods .goods-item .item-info .info-name {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
}

.confirm-goods .goods-item .item-info .info-attr {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
}

.confirm-goods .goods-item .item-info .info-price {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 50%;
    display: block;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
}

.confirm-goods .goods-item .item-info .info-amount {
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 50%;
    display: block;
    box-sizing: border-box;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    line-height: 16px;
}

.confirm-form {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    background-color: #ffffff;
    margin-top: 10px;
}

.confirm-form .form-item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 44px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
}

.confirm-form .form-item .item-title {
    float: left;
    display: block;
    width: 25%;
    height: 44px;
    box-sizing: border-box;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 44px;
    padding-left: 10px;
}

.confirm-form .form-item .item-value {
    float: left;
    display: block;
    width: 75%;
    height: 44px;
    box-sizing: border-box;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    line-height: 44px;
    padding-right: 24px;
}

.confirm-form .form-item .item-arrow {
    position: absolute;
    right: 12px;
    top: 15px;
    display: block;
    width: 6px;
    height: 12px;
    line-height: 22px;
    box-sizing: border-box;
}

.confirm-form .form-item .item-input {
    float: left;
    display: block;
    width: 75%;
    box-sizing: border-box;
    padding-right: 8px;
}

.confirm-form .form-item .item-input input {
    display: block;
    width: 100%;
    height: 34px;
    margin: 8px 0;
    padding-right: 8px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;
    text-align: right;
    overflow: hidden;
    color: #cccccc;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

.confirm-form .form-item .item-input input.active {
    color: #404245;
}

.confirm-form .form-item .item-input .input-tips {
    display: block;
    width: 100%;
    text-align: right;
    overflow: hidden;
    color: #404245;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 8px;
}

.confirm-form .form-item .item-textarea {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.confirm-form .form-item .item-textarea textarea {
    display: block;
    width: 100%;
    min-height: 90px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;
    text-align: left;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.confirm-summury {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    margin-top: 10px;
    padding-bottom: 4px;
}

.confirm-summury .summury-total {
    display: block;
    height: 34px;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    padding-left: 8px;
}

.confirm-summury .summury-total .total-price {
    float: right;
    display: block;
    height: 34px;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    padding-right: 8px;
}

.confirm-summury .summury-detail {
    display: block;
    height: 20px;
    overflow: hidden;
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding-left: 8px;
}

.confirm-summury .summury-detail .total-price {
    float: right;
    display: block;
    height: 20px;
    overflow: hidden;
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding-right: 8px;
}

.confirm-submit {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.confirm-submit .submit-total {
    float: left;
    position: relative;
    display: block;
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    line-height: 44px;
    background-color: #f7f7f7;
    padding-right: 8px;
}

.confirm-submit .submit-total .total-price {
    width: 100%;
    height: 24px;
    color: #404245;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    line-height: 24px;
}

.confirm-submit .submit-total .total-discount {
    width: 100%;
    height: 20px;
    color: #64686d;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    line-height: 20px;
}

.confirm-submit .submit-button {
    float: left;
    position: relative;
    display: block;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    color: #404245;
    background-color: #f7f7f7;
    line-height: 44px;
    text-align: center;
    opacity: 0.25;
}

.confirm-submit .submit-button.active {
    opacity: 1.0;
}

.confirm-submit .submit-button.dark {
    color: #ffffff;
    background-color: #555555;
}

.confirm-submit .submit-button.dark.active {
    color: #ffffff;
    background-color: #1bb922;
}

/*********** Invoice ***********/

.invoice-type {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    margin-top: 15px;
    padding-bottom: 10px;
    clear: both;
    opacity: 0.25;
}

.invoice-type.active {
    opacity: 1.0;
}

.invoice-type .type-title {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    box-sizing: border-box;
    border: none;
    text-align: left;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
}

.invoice-type .type-button {
    display: block;
    position: relative;
    margin-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.invoice-type .type-button .button {
    float: left;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    padding: 8px 10px;
    display: block;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    background-color: #ffffff;
    border: #888888 solid 1px;
    text-align: center;
}

.invoice-type .type-button .button.active {
    color: #ffffff;
    background-color: #404245;
    border: #404245 solid 1px;
}

.invoice-type .type-tips {
    clear: both;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    box-sizing: border-box;
    border: none;
    text-align: left;
    overflow: hidden;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
}

.invoice-head {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    margin-top: 15px;
    clear: both;
    opacity: 0.25;
}

.invoice-head.active {
    opacity: 1.0;
}

.invoice-head .head-title {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    box-sizing: border-box;
    border: none;
    text-align: left;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
}

.invoice-head .head-input {
    display: block;
    box-sizing: border-box;
    margin: 10px 10px;
}

.invoice-head .head-input input {
    display: block;
    width: 100%;
    height: 34px;
    margin: 8px 0;
    padding-left: 8px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;
    text-align: left;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

.invoice-detail {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    margin-top: 15px;
    /*padding-bottom: 10px;*/
    clear: both;
    opacity: 0.25;
}

.invoice-detail.active {
    opacity: 1.0;
}

.invoice-detail .detail-title {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    box-sizing: border-box;
    border: none;
    text-align: left;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 6px;
}

.invoice-detail .detail-item {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
}

.invoice-detail .detail-item .item-radio {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../image/check-off.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.invoice-detail .detail-item.active .item-radio {
    background-image: url("../image/check-on-single.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.invoice-detail .detail-item .item-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../image/check-off.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.invoice-detail .detail-item.active .item-checkbox {
    background-image: url("../image/check-on-multi.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.invoice-detail .detail-item .item-name {
    position: relative;
    padding-left: 44px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

.invoice-bar {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 64px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-top: #e2e2e2 1px solid;
}

.invoice-bar .bar-confirm {
    position: relative;
    margin: 10px 10px 10px 10px;
    height: 44px;
    box-sizing: border-box;
    background-color: #404245;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

/*********** Express ***********/

.express-list {
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
}

.express-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    clear: both;
}

.express-list .list-item .item-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
}

.express-list .list-item .item-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../image/check-off.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.express-list .list-item.active .item-checkbox {
    background-image: url("../image/check-on-single.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.express-list .list-item .item-name {
    position: relative;
    padding-left: 44px;
    padding-right: 110px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 64px;
}

.express-list .list-item .item-price {
    position: absolute;
    top: 0;
    right: 10px;
    max-width: 120px;
    display: block;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    line-height: 64px;
}

.express-bar {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 64px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-top: #e2e2e2 1px solid;
}

.express-bar .bar-confirm {
    position: relative;
    margin: 10px 10px 10px 10px;
    height: 44px;
    box-sizing: border-box;
    background-color: #404245;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

/*********** Address ***********/

.address-list {
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
}

.address-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.address-list .list-item .item-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
}

.address-list .list-item .item-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../image/check-off.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.address-list .list-item.active .item-checkbox {
    background-image: url("../image/check-on-single.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.address-list .list-item .item-info {
    position: relative;
    display: block;
    padding-left: 44px;
    padding-right: 44px;
    box-sizing: border-box;
}

.address-list .list-item.readonly .item-info {
    position: relative;
    display: block;
    padding-left: 14px;
    padding-right: 44px;
    box-sizing: border-box;
}

.address-list .list-item .item-info .info-contact {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0 10px 0;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
}

.address-list .list-item .item-info .info-contact .contact-default {
    color: #e80714;
    border-radius: 10px;
    border: #e80714 solid 1px;
    box-sizing: border-box;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    margin-left: 4px;
}

.address-list .list-item .item-info .info-detail {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    box-sizing: border-box;
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
}

.address-list .list-item .item-info .info-detail span {
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
}

.address-list .list-item .item-delete {
    margin-top: -22px;
    position: absolute;
    right: 54px;
    top: 50%;
    display: block;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
}

.address-list .list-item .item-delete img {
    margin-top: 11px;
    margin-left: 11px;
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.address-list .list-item .item-edit {
    margin-top: -22px;
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
}

.address-list .list-item .item-edit img {
    margin-top: 11px;
    margin-left: 11px;
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.address-bar {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 64px;
    box-sizing: border-box;
}

.address-bar .bar-create {
    position: relative;
    margin: 10px 10px 10px 10px;
    height: 44px;
    box-sizing: border-box;
    background-color: #404245;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

.address-action {
    position: relative;
    z-index: 100;
    margin-top: 20px;
    width: 100%;
    height: 64px;
    box-sizing: border-box;
}

.address-action .bar-cancel {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 42%;
    height: 44px;
    box-sizing: border-box;
    background-color: #A2A6AD;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

.address-action .bar-save {
    position: absolute;
    display: inline-block;
    right: 20px;
    width: 42%;
    height: 44px;
    box-sizing: border-box;
    background-color: #404245;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

.address-bar .bar-delete {
    position: relative;
    margin: 10px 10px 10px 10px;
    height: 44px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    text-align: center;
    color: #f34953;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DBDBDB;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

.address-form {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    background-color: #ffffff;
    margin-top: 10px;
}

.address-form .form-item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 44px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
}

.address-form .form-item .item-title {
    float: left;
    display: block;
    width: 25%;
    height: 44px;
    box-sizing: border-box;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 44px;
    padding-left: 10px;
}

.address-form .form-item .item-value {
    float: left;
    display: block;
    width: 75%;
    height: 44px;
    box-sizing: border-box;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    line-height: 44px;
    padding-right: 24px;
    overflow: hidden;
}

.address-form .form-item .item-select {
    float: left;
    display: block;
    width: 75%;
    height: 44px;
    box-sizing: border-box;
    color: #888888;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    line-height: 44px;
    padding-right: 24px;
    overflow: hidden;
}

.address-form .form-item .item-arrow {
    position: absolute;
    right: 12px;
    top: 15px;
    display: block;
    width: 6px;
    height: 12px;
    line-height: 22px;
    box-sizing: border-box;
}

.address-form .form-item .item-input {
    float: left;
    display: block;
    width: 75%;
    box-sizing: border-box;
    padding-right: 8px;
}

.address-form .form-item .item-input input {
    display: block;
    width: 100%;
    height: 34px;
    margin: 8px 0;
    padding-right: 8px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;
    text-align: right;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

.address-form .form-item .item-textarea {
    float: left;
    display: block;
    width: 75%;
    box-sizing: border-box;
    padding-right: 8px;
}

.address-form .form-item .item-textarea textarea {
    display: block;
    width: 100%;
    height: 34px;
    margin: 8px 0;
    min-height: 90px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;
    text-align: right;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.address-form .form-item .item-checkbox {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../image/check-off.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.address-form .form-item.active .item-checkbox {
    background-image: url("../image/check-on-single.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.address-mask {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 2500;
}

.address-picker {
    position: fixed;
    top: auto;
    bottom: 0;

    display: block;
    width: 100%;
    height: 308px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    overflow: hidden;
    z-index: 3000;

    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

.address-picker .picker-header {
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border: none;
    border-bottom: #e2e2e2 1px solid;
    text-align: center;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

.address-picker .picker-list {
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    overflow-x: hidden;
    overflow-y: scroll;
}

.address-picker .picker-list .list-loading {
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border-bottom: #e2d2e2 1px solid;
    border: none;
    text-align: center;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 212px;
}

.address-picker .picker-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: #f8f8f8 1px solid;
    text-align: center;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: bold;
    line-height: 44px;
    padding-right: 24px;
}

.address-picker .picker-list .list-item .item-arrow {
    position: absolute;
    right: 12px;
    top: 15px;
    display: block;
    width: 6px;
    height: 12px;
    line-height: 22px;
    box-sizing: border-box;
}

.address-picker .picker-cancel {
    position: relative;
    margin: 10px 10px 10px 10px;
    height: 44px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    text-align: center;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

/*********** Success ***********/

.success-info {
    margin-top: 80px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.success-info .info-icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: 10px auto;
}

.success-info .info-text {
    display: block;
    width: 100%;
    height: 16px;
    margin: 10px 0;
    box-sizing: border-box;
    text-align: center;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.success-info .info-button {
	display:inline-block;
    position: relative;
    margin-top: 40px;
    margin-right: 10px;
    width: 40%;
    height: 44px;
    box-sizing: border-box;
    background-color: #404245;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

/*********** Profile ***********/

.profile-head {
    display: block;
    width: 100%;
    height: 110px;
    margin: 0;
    background-color: #757a80;
    border-bottom: #e2e2e2 1px solid;
    overflow: hidden;
}

.profile-head .head-avatar {
    float: left;
    display: block;
    margin-top: 24px;
    margin-left: 24px;
    width: 62px;
    height: 62px;
    box-sizing: border-box;
    border-radius: 50%;
}

.profile-head .head-info {
    float: left;
    display: block;
    margin-top: 34px;
    margin-left: 12px;
    box-sizing: border-box;
}

.profile-head .head-info .info-name {
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}

.profile-head .head-info .info-grade {
    margin-top: 6px;
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
}

.profile-menu {
    position: relative;
    display: block;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: #e2e2e2 1px solid;
}

.profile-menu .menu-item {
    position: relative;
    float: left;
    display: block;
    width: 25%;
    border: none;
    box-sizing: border-box;
    padding: 20px 0;
}

.profile-menu .menu-item .item-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    overflow: hidden;
}

.profile-menu .menu-item .item-text {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    color: #404245;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.profile-menu .menu-item .item-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 20px;
    padding: 0 3px;
    height: 16px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -30px;
    margin-left: 4px;
    color: #f3424c;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    border: 1px #f3424c solid;
    background-color: #ffffff;
}

.profile-item {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: #e2e2e2 1px solid;
    overflow: hidden;
}

.profile-item .item-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
}

.profile-item .item-name {
    margin-left: 54px;
    display: block;
    height: 54px;
    box-sizing: border-box;
    line-height: 54px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.profile-item .item-desc {
    position: absolute;
    top: 0;
    right: 32px;
    display: block;
    box-sizing: border-box;
    line-height: 54px;
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

.profile-item .item-arrow {
    position: absolute;
    right: 14px;
    top: 21px;
    display: block;
    width: 6px;
    height: 12px;
    line-height: 54px;
    box-sizing: border-box;
}

.profile-submit {
    display: block;
    height: 44px;
    margin: 0 8px;
    margin-top: 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #404245;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.profile-submit:hover {
    background-color: #616161;
}

/*********** Favorite ***********/

.favorite-list {
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
}

.favorite-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    padding: 10px 0;
}

.favorite-list .list-item .item-content {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.favorite-list .list-item .item-photo {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    border: #e2e2e2 1px solid;
    overflow: hidden;
}

.favorite-list .list-item .item-photo img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.favorite-list .list-item .item-info {
    position: relative;
    display: block;
    height: 100%;
    margin-left: 110px;
}

.favorite-list .list-item .item-info .info-delete {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    z-index: 100;
}

.favorite-list .list-item .item-info .info-delete img {
    margin-top: 10px;
    margin-left: 10px;
    width: 14px;
    height: 14px;
}

.favorite-list .list-item .item-info .info-name {
    display: block;
    position: relative;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    box-sizing: border-box;
    padding-right: 34px;
}

.favorite-list .list-item .item-info .info-attr {
    margin-top: 8px;
    position: relative;
    display: block;
    color: #999999;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
    box-sizing: border-box;
    padding-right: 44px;
}

.favorite-list .list-item .item-info .info-attr .info-text {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

.favorite-list .list-item .item-info .info-price {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.favorite-list .list-item .item-info .info-price .price-shop {
    line-height: 17px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}

.favorite-list .list-item .item-info .info-price .price-market {
    margin-left: 4px;
    line-height: 16px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-decoration: line-through;
}

/*********** Cashgift ***********/

.cashgift-filter {
    width: 100%;
    height: 44px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: #e2e2e2 1px solid;
}

.cashgift-filter .filter-item {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
}

.cashgift-filter .filter-item .text {
    display: block;
    width: 90%;
    height: 100%;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    margin: 0 auto;
}

.cashgift-filter .filter-item.active .text {
    border-bottom: #404245 2px solid;
}

.cashgift-list {
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
}

.cashgift-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    overflow: hidden;
}

.cashgift-list .list-item .item-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
}

.cashgift-list .list-item .item-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../image/check-off.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.cashgift-list .list-item.active .item-checkbox {
    background-image: url("../image/check-on-single.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.cashgift-list .list-item .item-tips {
    position: relative;
    display: block;
    height: 44px;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 54px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 44px;
}

.cashgift-list .list-item .item-info {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 54px;
}

.cashgift-list .list-item.readonly .item-info {
    padding-left: 14px;
}

.cashgift-list .list-item .item-info .info-name {
    display: block;
    position: relative;
    margin-top: 4px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
    box-sizing: border-box;
    padding-right: 44px;
}

.cashgift-list .list-item .item-info .info-condition {
    display: block;
    position: relative;
    margin-top: 8px;
    color: #ff5252;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    box-sizing: border-box;
    padding-right: 44px;
}

.cashgift-list .list-item .item-info .info-expires {
    display: block;
    position: relative;
    margin-top: 8px;
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    box-sizing: border-box;
    padding-right: 44px;
}

.cashgift-list .list-item .item-value {
    position: absolute;
    top: 8px;
    right: 14px;
    height: 18px;
    display: block;
    color: #ff5252;
    font-size: 18px;
    font-weight: normal;
    text-align: right;
    line-height: 14px;
    box-sizing: border-box;
}

.cashgift-list .list-item .item-value em {
    color: #ff5252;
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    font-style: normal;
}

.cashgift-bar {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 64px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-top: #e2e2e2 1px solid;
}

.cashgift-bar .bar-confirm {
    position: relative;
    margin: 10px 10px 10px 10px;
    height: 44px;
    box-sizing: border-box;
    background-color: #404245;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}

/*********** Score history ***********/

.score-filter {
    width: 100%;
    height: 44px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
}

.score-filter .filter-item {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
}

.score-filter .filter-item .text {
    display: block;
    width: 90%;
    height: 100%;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    margin: 0 auto;
}

.score-filter .filter-item.active .text {
    border-bottom: #404245 2px solid;
}

.score-header {
    display: block;
    box-sizing: border-box;
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 20px;
}

.score-header .header-title {
    display: block;
    width: 100%;
    height: 24px;
    margin-top: 40px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    box-sizing: border-box;
}

.score-header .header-title img {
    width: 24px;
    height: 24px;
}

.score-header .header-point {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 10px;
    box-sizing: border-box;
    color: #F3424C;
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    line-height: 48px;
    text-align: center;
}

.score-list {
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
}

.score-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: #e2e2e2 1px solid;
    overflow: hidden;
    padding-bottom: 14px;
}

.score-list .list-item .item-info {
    position: relative;
    display: block;
    height: 100%;
    padding-left: 14px;
    padding-right: 40px;
}

.score-list .list-item .item-info .info-name {
    display: block;
    position: relative;
    height: 22px;
    margin-top: 14px;
    color: #404245;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.score-list .list-item .item-info .info-expires {
    display: block;
    position: relative;
    height: 14px;
    margin-top: 7px;
    box-sizing: border-box;
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.score-list .list-item .item-info .info-value {
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -16px;
    height: 32px;
    box-sizing: border-box;
    color: #F3424C;
    font-size: 22px;
    font-weight: normal;
    text-align: right;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*********** Order ***********/

.order-filter {
    width: 100%;
    height: 44px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: #e2e2e2 1px solid;
}

.order-filter .filter-item {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
}

.order-filter .filter-item .text {
    display: block;
    width: 90%;
    height: 100%;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    margin: 0 auto;
}

.order-filter .filter-item.active .text {
    border-bottom: #404245 2px solid;
}

.order-list {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.order-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    margin-top: 15px;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
}

.order-list .list-item .item-header {
    position: relative;
    display: block;
    /*width: 100%;*/
    height: 34px;
    padding: 0 14px;
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: #e2e2e2 1px solid;
}

.order-list .list-item .item-header .header-sn {
    float: left;
    position: relative;
    width: 50%;
    display: block;
    color: #aaaaaa;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 34px;
}

.order-list .list-item .item-header .header-status {
    float: left;
    position: relative;
    width: 50%;
    display: block;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    line-height: 34px;
}

.order-list .list-item .item-footer {
    position: relative;
    display: block;
    padding-right: 6px;
    background-color: #ffffff;
    overflow: hidden;
}

.order-list .list-item .item-footer .footer-sum {
    position: relative;
    display: block;
    height: 38px;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    line-height: 38px;
    clear: both;
}

.order-list .list-item .item-footer .footer-sum .sum {
    color: #404245;
    font-size: 13px;
    font-weight: normal;
}

.order-list .list-item .item-footer .footer-button {
    position: relative;
    display: block;
    float: right;
    min-width: 76px;
    height: 28px;
    margin-left: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #eeeeee;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
}

.order-list .list-item .item-footer .footer-button.dark {
    background-color: #404245;
    color: #ffffff;
}

.order-goods {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}

.order-goods .goods-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.order-goods .goods-item .item-photo {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: #e2e2e2 1px solid;
}

.order-goods .goods-item .item-photo img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.order-goods .goods-item .item-info {
    position: relative;
    display: block;
    height: 100%;
    box-sizing: border-box;
    margin-left: 104px;
    margin-right: 5px;
    overflow: hidden;
}

.order-goods .goods-item .item-info .info-name {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
}

.order-goods .goods-item .item-info .info-attr {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
}

.order-goods .goods-item .item-info .info-price {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 50%;
    display: block;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
}

.order-goods .goods-item .item-info .info-amount {
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 50%;
    display: block;
    box-sizing: border-box;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    line-height: 16px;
}

.order-status {
    margin-top: 15px;
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    background-color: #8d8e90;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    line-height: 34px;
    overflow: hidden;
    text-align: left;
}

.order-status img {
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    display: block;
    width: 16px;
    height: 16px;
}

.order-address {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.order-address .address-contact {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 34px 10px 15px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
}

.order-address .address-detail {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 34px 15px 15px;
    box-sizing: border-box;
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
}

.order-address .address-detail span {
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
}

.order-summury {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    overflow: hidden;
}

.order-summury .summury-total {
    display: block;
    height: 34px;
    overflow: hidden;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    line-height: 34px;
    padding-left: 10px;
}

.order-summury .summury-total .total-price {
    float: right;
    display: block;
    height: 34px;
    overflow: hidden;
    color: #404245;
    font-size: 13px;
    font-weight: normal;
    line-height: 34px;
    padding-right: 10px;
}

.order-summury .summury-detail {
    margin-top: 8px;
    display: block;
    height: 20px;
    overflow: hidden;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding-left: 10px;
}

.order-summury .summury-detail .total-price {
    float: right;
    display: block;
    height: 20px;
    overflow: hidden;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding-right: 10px;
}

.order-info {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    overflow: hidden;
}

.order-info .info-text {
    margin: 8px 0;
    display: block;
    height: 20px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding-left: 10px;
}

.order-submit {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
    background-color: #ffffff;
}

.order-submit .submit-button {
    float: right;
    position: relative;
    display: block;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    color: #404245;
    background-color: #f7f7f7;
    line-height: 44px;
    text-align: center;
    border-left: #e5e5e5 solid 1px;
}

.order-submit .submit-button.dark {
    color: #ffffff;
    background-color: #404245;
    border-left: none;
}

/*********** Review ***********/

.review-goods {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}

.review-goods .goods-item {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    overflow: hidden;
}

.review-goods .goods-item .item-photo {
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: #e2e2e2 1px solid;
}

.review-goods .goods-item .item-photo img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.review-goods .goods-item .item-info {
    position: relative;
    display: block;
    min-height: 80px;
    padding: 14px 0;
    margin-left: 108px;
}

.review-goods .goods-item .item-info .info-name {
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    overflow: hidden;
}

.review-goods .goods-item .item-info .info-attr {
    margin-top: 4px;
    position: relative;
    display: block;
    box-sizing: border-box;
    color: #999999;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 15px;
    margin-bottom: 10px;
}

.review-goods .goods-item .item-info .info-grade {
    float: left;
    display: block;
    width: 33.33%;
    height: 28px;
    color: #404245;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    line-height: 30px;
}

.review-goods .goods-item .item-info .info-grade .grade-icon {
    float: left;
    margin-top: 6px;
    display: block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    overflow: hidden;
}

.review-goods .goods-item .item-info .info-grade .grade-name {
    margin-left: 4px;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    overflow: hidden;
}

.review-goods .goods-item .item-textarea {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.review-goods .goods-item .item-textarea textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: 0;
    text-align: left;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.review-anon {
    background-color: #F7F7F7;
    position: relative;
    display: block;
    width: 100%;
    min-height: 44px;
    overflow: hidden;
    box-sizing: border-box;
}

.review-anon .item-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../image/check-off.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.review-anon.active .item-checkbox {
    background-image: url("../image/check-on-multi.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.review-anon .item-title {
    position: absolute;
    left: 40px;
    width: 25%;
    height: 44px;
    box-sizing: border-box;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 44px;
}

.review-submit {
    display: block;
    height: 44px;
    margin: 0 8px;
    margin-top: 24px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #404245;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.review-submit:hover {
    background-color: #616161;
}

/*********** Payment ***********/

.payment-header {
    margin-top: 15px;
    display: block;
    padding: 0 14px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    overflow: hidden;
}

.payment-header .header-title {
    display: block;
    margin-top: 8px;
    height: 24px;
    overflow: hidden;
    box-sizing: border-box;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.payment-header .header-total {
    display: block;
    height: 34px;
    overflow: hidden;
    box-sizing: border-box;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    line-height: 34px;
}

.payment-header .header-total em {
    color: #e60012;
    font-size: 16px;
    font-weight: normal;
    line-height: 34px;
}

.payment-list {
    margin-top: 15px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: #e2e2e2 1px solid;
    overflow: hidden;
}

.payment-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
}

.payment-list .list-item .item-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../image/check-off.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.payment-list .list-item.active .item-checkbox {
    background-image: url("../image/check-on-single.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.payment-list .list-item .item-content {
    position: relative;
    padding-left: 44px;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

.payment-list .list-item .item-content .content-title {
    display: block;
    position: relative;
    height: 100%;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 44px;
    box-sizing: border-box;
}

.payment-list .list-item .item-content .content-desc {
    float: right;
    margin-right: 14px;
    display: block;
    height: 100%;
    position: relative;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    line-height: 44px;
    box-sizing: border-box;
}

.payment-submit {
    display: block;
    height: 44px;
    margin: 0 8px;
    margin-top: 25px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #404245;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.payment-submit:hover {
    background-color: #616161;
}

.payment-cancel {
    display: block;
    height: 44px;
    margin: 0 8px;
    margin-top: 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #999999;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.payment-cancel:hover {
    background-color: #888888;
}

/*********** Express ***********/

.order-express {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.order-express .express-header {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ffffff;
    overflow: hidden;
}

.order-express .express-header .header-item {
    position: relative;
    display: block;
    margin-top: 2px;
    padding-left: 14px;
}

.order-express .express-header .header-item .item-title {
    position: relative;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
}

.order-express .express-header .header-item .item-content {
    position: relative;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    margin-left: 6px;
}

.order-express .express-status {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #e2e2e2 1px solid;
    background-color: #ffffff;
    overflow: hidden;
}

.order-express .express-status .status-item {
    position: relative;
    display: block;
    padding: 14px 14px 14px 44px;
    overflow: hidden;
}

.order-express .express-status .status-item .item-title {
    position: relative;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
}

.order-express .express-status .status-item .item-content {
    position: relative;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
}

.order-express .express-status .status-item .item-vline {
    position: absolute;
    top: 0;
    left: 23px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #888888;
}

.order-express .express-status .status-item .item-dot {
    position: absolute;
    top: 17px;
    left: 17px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #888888;
    border-radius: 50%;
}

.order-express .express-status .status-item .item-dot {
    position: absolute;
    top: 17px;
    left: 17px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #888888;
    border-radius: 50%;
}

/*********** Bonus ***********/

.bonus_header {
    display: block;
    width: 100%;
    height: 140px;
    background-color: #404245;
    box-sizing: border-box;
}

.bonus_header .money_header {
    position: relative;
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 97px;
    padding-top: 23px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.bonus_header .money_header .recommend {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
}

.bonus_header .recommend .bonus_recommend_title {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #9FA0A2;
    box-sizing: border-box;
}

.bonus_header .recommend .bonus_amount {
    position: relative;
    display: block;
    height: 48px;
    font-size: 34px;
    margin-left: 14px;
    text-align: left;
    font-weight: normal;
    color: #FFFFFF;
}

.money_header .line{
    width: 1px;
    height: 60px;
    display: inline-block;
    background-color: #9FA0A2;
    vertical-align: middle;
    font-size: 0;
}

.bonus_bottom .line {
    width: 1px;
    height: 40px;
    display: inline-block;
    background-color: #9FA0A2;
    vertical-align: middle;
    font-size: 0;
}

.bonus_header .horizontal-line {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #9FA0A2;
    vertical-align: middle;
    font-size: 0;
}

.bonus_bottom .bonus_action_header {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
}

.bonus_bottom .bonus_action_header .money {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 16px;
}

.bonus_action_header .item-arrow {
    position: relative;
    width: 6px;
    height: 11px;
    line-height: 44px;
    margin-right: 12px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.bonus_action_header .line {
    display: inline-block;
    background-color: #9FA0A2;
    vertical-align: middle;
    height: 44px;
}

.bonus_header .bonus_bottom {
    display: block;
    vertical-align: middle;
    height: 44px;
}

.bonus_header .bonus_rules {
    display: inline-block;
    float: right;
    margin-right: -10px;
    vertical-align: middle;
    text-align: center;
    width: 88px;
    height: 26px;
    border-radius: 8px;
    background-color: #66676A;
}

.bonus_rules .name {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 26px;
}

.bonus_rules .item-arrow {
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-right: 7px;
    margin-left: 5px;
    vertical-align: middle;
    box-sizing: border-box;
}

.bonus_status_header {
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #a2a6ad;
    font-size: 16px;
    line-height: 35px;
}

.bonus_status_header .bonus_status {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    text-align: left;
    margin-left: 12px;
    color: #a2a6ad;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
}

.bonus_status_header .bonus_status_success {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    text-align: left;
    margin-left: 12px;
    color: #42B62F;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
}

.bonus_status_header .bonus_sn {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    color: #404245;
    font-size: 16px;
    line-height: 48px;
}

.bonus-list .horizontal-line {
    width: 100%;
    height: 1px;
    display: block;
    margin-left: 12px;
    background-color: #CACBCD;
    vertical-align: middle;
    font-size: 0;
}

.list-item .bonus {
    margin-top: 10px;
    border-top: #CACBCD 1px solid;
    border-bottom: #CACBCD 1px solid;
}

.bonus_cash {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
}

.bonus_cash .bonus_title {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #9FA0A2;
    box-sizing: border-box;
}

.bonus_cash .bonus_detail {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #404245;
}

.bonus_right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 50%;
    box-sizing: border-box;
}

.bonus_right .bonus_type {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #9FA0A2;
    box-sizing: border-box;
}

.bonus_right .bonus_time {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #404245;
}

.bonus .line {
    width: 1px;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #EAEAEA;
    vertical-align: middle;
    font-size: 0;
}

.bonus-list {
    background-color: #F6F6F6;
}

.list-item {
    background-color: #FFFFFF;
}

.withdraw {
    display: block;
    height: 44px;
    margin: 0 8px;
    margin-top: 24px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #404245;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.withdraw-history {
    display: block;
    height: 44px;
    margin: 0 8px;
    margin-top: 24px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #FFFFFF;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.withdraw-header {
    margin-top: 117px;
    vertical-align: middle;
    text-align: center;
}

.withdraw-header .balance-icon {
    width: 110px;
    height: 110px;
}

.balance-title {
    font-size: 16px;
    color: #A2A6AD;
    text-align: center;
    vertical-align: middle;
    margin-top: 17px;
}

.app-content .balance-amount {
    font-size: 50px;
    color: #404245;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    margin-top: 17px;

}

.balance-amount .balance-yuan {
    text-align: right;
    vertical-align: top;
    font-size: 24px;
    color: #404245;
    line-height: 50px;
}

.balance-content {
    overflow: hidden;
    background-color: #F6F6F6;
}

.balance-detail {
    color: #404245;
    font-size: 14px;
    text-align: center;
    vertical-align: bottom;
    margin-top: 100px;
}

.balance-list {
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #e2e2e2 1px solid;
}

.balance-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: #e2e2e2 1px solid;
    overflow: hidden;
}

.balance-list .list-item .item-info {
    position: relative;
    display: block;
    height: 90px;
}

.balance-list .list-item .item-info .info-name {
    display: inline-block;
    position: relative;
    width: 40%;
    height: 22px;
    left: 14px;
    color: #404245;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    line-height: 22px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.balance-list .list-item .item-info .info-value-income {
    display: inline-block;
    width: 40%;
    height: 22px;
    box-sizing: border-box;
    color: #42B62F;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
}

.balance-list .list-item .item-info .info-value-out {
    display: inline-block;
    width: 40%;
    height: 22px;
    box-sizing: border-box;
    color: #a2a6ad;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;

}

.balance-list .list-item .item-info .info-expires {
    display: block;
    height: 22px;
    padding-left: 14px;
    box-sizing: border-box;
    vertical-align: middle;
    color: #a2a6ad;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 22px;

}

.balance-list .list-item .item-info .info-memo {
    display: block;
    height: 22px;
    padding-left: 14px;
    margin-top: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    color: #A2A6Ad;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.balance-list .list-item .item-info .info_header {
    display: block;
    height: 22px;
    margin-top: 16px;
}

/*********** WithDraw History ***********/

.withdraw-history-list {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.withdraw-history-list .list-item {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    margin-top: 15px;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
}

.withdraw-history-list .list-item .item-header {
    position: relative;
    display: block;
    /*width: 100%;*/
    height: 34px;
    padding: 0 14px;
    background-color: #ffffff;
    overflow: hidden;
}

.withdraw-history-list .list-item .item-header .header-sn {
    float: left;
    position: relative;
    width: 50%;
    display: block;
    color: #aaaaaa;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 34px;
}

.withdraw-history-list .list-item .item-header .header-status {
    float: left;
    position: relative;
    width: 50%;
    display: block;
    color: #404245;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 34px;
}

.withdraw-history-list .list-item .horizontal-line {
    width: 100%;
    height: 0.5px;
    display: block;
    background-color: #e2e2e2;
    margin-left: 16px;
    vertical-align: middle;
}

.withdraw-history-list .list-item .item-header .header-money {
    float: right;
    position: relative;
    width: 50%;
    display: block;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    line-height: 34px;
}


.withdraw-history-list .list-item .item-header .admin-memo {
    float: left;
    position: relative;
    width: 50%;
    display: block;
    color: #55595F;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 34px;
}

.withdraw-history-list .list-item .item-header .withdraw-title {
    float: left;
    position: relative;
    width: 50%;
    display: block;
    color: #A2A6AD;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    line-height: 34px;
}

.withdraw-history-list .list-item .item-header .blue {
    color: #5296DB;
}

.withdraw-history-list .list-item .item-header .green {
    color: #42B62F;
}

.withdraw-history-list .list-item .item-header .red {
    color: #CD3B3B;
}

.withdraw-history-list .list-item .item-header .gray {
    color: #A2A6AD;
}




.withdraw-history-list .list-item .item-footer {
    position: relative;
    display: block;
    background-color: #ffffff;
    overflow: hidden;
}

.withdraw-history-list .list-item .item-footer .footer-time {
    position: relative;
    display: block;
    height: 24px;
    overflow: hidden;
    color: #A2A6AD;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin-left: 16px;
    line-height: 24px;
    clear: both;
}

.withdraw-history-list .list-item .item-footer .member-memo {
    position: relative;
    display: block;
    height: 24px;
    overflow: hidden;
    color: #A2A6AD;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin-left: 16px;
    line-height: 24px;
    clear: both;
}


.withdraw-history-list .list-item .item-footer .footer-sum .sum {
    color: #404245;
    font-size: 13px;
    font-weight: normal;
}

.withdraw-history-list .list-item .item-footer .footer {
    border-top: #e2e2e2 1px solid;
}

.withdraw-history-list .list-item .item-footer .footer-button {
    position: relative;
    display: block;
    float: right;
    min-width: 76px;
    height: 28px;
    margin-left: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 6px;
    overflow: hidden;
    background-color: #eeeeee;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
}

.withdraw-history-list .list-item .item-footer .footer-button.dark {
    background-color: #404245;
    color: #ffffff;
}


/*********** WithDraw Dialog ***********/

.withdraw-dialog {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 300px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.withdraw-dialog .dialog-title {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #404245;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    line-height: 24px;
}


.withdraw-dialog  .dialog-content {
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    line-height: 14px;
    background-color: #FFFFFF;
}
.withdraw-dialog .dialog-content .item-input .withdraw-money-header{
    position: relative;
    display: block;
}

.withdraw-dialog .dialog-content .item-input .withdraw-money-header .input-tips {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #A2A6Ad;
    font-size: 12px;
    font-weight: normal;
}

.withdraw-dialog .dialog-content .item-input .withdraw-money-header .withdraw-all {
    position: relative;
    display: inline-block;
    text-align: right;
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5099D2;
    font-size: 12px;
    font-weight: normal;
}

.withdraw-dialog .dialog-content .item-input .withdraw-title {
    position: relative;
    text-align: left;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #A2A6Ad;
    font-size: 14px;
    font-weight: normal;
}

.withdraw-dialog .dialog-content .item-input .withdraw-group {
    display: block;
    height: 46px;
    margin-left: 16px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: none;
    text-align: left;
    color: #404245;
    font-size: 36px;
    font-weight: normal;
    line-height: 46px;
}


.withdraw-dialog .dialog-content .item-input .withdraw-group .control-label {
    display: inline-block;
    height: 46px;
    width: 10%;
    margin-left: 16px;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    text-align: right;
    color: #404245;
    font-size: 36px;
    font-weight: normal;
    line-height: 46px;
}

.withdraw-dialog .dialog-content .item-input .withdraw-group .input_money {
    display: inline-block;
    height: 46px;
    width: 60%;
    margin-right: 16px;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    text-align: left;
    color: #404245;
    font-size: 36px;
    font-weight: normal;
    line-height: 46px;
}



.withdraw-dialog .dialog-content .item-input .horizontal-line {
    height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    background-color: #9FA0A2;
    vertical-align: middle;
    font-size: 0;
}

.withdraw-dialog .dialog-content .item-input .input_memo {
    display: block;
    width: 90%;
    height: 64px;
    margin-left: 16px;
    margin-right: 16px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    background: #FBFBFB;
    border: 1px solid #E8EAED;
}

.withdraw-dialog .dialog-button {
    position: relative;
    width: 100%;
    height: 44px;
    overflow: hidden;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.withdraw-dialog .dialog-button .button {
    float: left;
    position: relative;
    display: block;
    width: 50%;
    height: 44px;
    box-sizing: border-box;

    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
}



.withdraw-dialog .dialog-button .button.left {
    font-weight: normal;
    color: #404245;
}

.withdraw-dialog .dialog-button .button.right {
    font-weight: bold;
    background-color: #404245;
    color: #FFFFFF;
}

/*********** My-Recommend ***********/

.table-responsive {
    min-height: .01%;
    width: 100%;
    overflow-x: auto;
}

.table-responsive table{
    width: 100%;
}

.table-responsive table thead{
    width: 100%;
    font-size: 12px;
    color: #A2A6AD;
    background-color: #F1F1F1;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.table-responsive table thead tr th{
    width: 25%;
    text-align: center;
}

.table-responsive table tbody tr{
    text-align: center;
}

.table-responsive > table > tbody > tr > td{
    width: 25%;
    text-align: center;
    border: 1px solid #E8EAED;
    line-height: 40px;
}


.table-responsive > table > tbody tr > td,
.table-responsive > table > tbody tr > th{
    background: #F1FAFF;
}


.table-responsive > table > tbody tr:nth-child(odd) > td,
.table-responsive > table > tbody tr:nth-child(odd) > th{
    background: #FFFFFF;
}


/*********** WithDraw Success ***********/

.withdraw-success {
    margin-top: 80px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.withdraw-success .info-icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: 10px auto;
}

.withdraw-success .info-text {
    display: block;
    width: 100%;
    height: 16px;
    margin-top: 23px;
    box-sizing: border-box;
    text-align: center;
    color: #404245;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

.withdraw-success .info-tips {
    display: block;
    width: 100%;
    height: 16px;
    box-sizing: border-box;
    text-align: center;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
}

.withdraw-success .info-tips {
    display: block;
    width: 100%;
    height: 16px;
    box-sizing: border-box;
    text-align: center;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
}

.withdraw-success .withdraw-info {
    display: block;
    width: 100%;
    height: 103px;
    padding: 10px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.withdraw-success .withdraw-amount {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left: 14px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    background-color: #FFFFFF;
    border-top:1px solid #CACBCD;
    border-bottom: 1px solid #CACBCD;
    border-left: 1px solid #CACBCD;
    border-right: 1px solid #CACBCD;
    vertical-align: middle;
}

.withdraw-success .withdraw-memo {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left: 14px;
    box-sizing: border-box;
    color: #404245;
    font-size: 14px;
    font-weight: normal;
    text-align: left;

    border-bottom: 1px solid #CACBCD;
    border-left: 1px solid #CACBCD;
    border-right: 1px solid #CACBCD;

    background-color: #FFFFFF;
    vertical-align: middle;
}


.withdraw-success .info-button {
    position: relative;
    margin: 40px auto;
    width: 196px;
    height: 44px;
    box-sizing: border-box;
    background-color: #404245;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
}


















