@charset "UTF-8";
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    -webkit-appearance: none;
}

input, button, select, textarea {
    font-family: "PingFangSC-Regular", "Source Han Sans CN", "STHeitiSC-Light", "Helvetica-Light", "黑体", arial, sans-serif, "Droid Sans Fallback";
}

html, body, .pane, .bg-weakest {
    font-family: "PingFangSC-Regular", "Source Han Sans CN", "STHeitiSC-Light", "Helvetica-Light", "黑体", arial, sans-serif, "Droid Sans Fallback";
    font-size: 14px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "PingFangSC-Regular", "Source Han Sans CN", "STHeitiSC-Light", "Helvetica-Light", "黑体", arial, sans-serif, "Droid Sans Fallback";
}

a {
    color: #3e3e3e;
}

.horizontal-line {
    height: 1px;
    width: 100%;
    background: #d9d9d9;
    overflow: hidden;
}

.vertical-line {
    height: 100%;
    width: 1px;
    background: #d9d9d9;
    overflow: hidden;
}

.border {
    border: 1px solid #d9d9d9 !important;
}

.border-top {
    border-top: 1px solid #d9d9d9 !important;
}

.border-bottom {
    border-bottom: 1px solid #d9d9d9 !important;
}

.border-left-right {
    border-left: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
}

.border-top-bottom {
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.position-r {
    position: relative;
}

.position-a {
    position: absolute;
}

.white-space-normal {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.text-align-c {
    text-align: center;
}

.text-align-l {
    text-align: left;
}

.text-align-r {
    text-align: right;
}

.font-bold {
    font-weight: bold;
}

.border-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.border-none {
    border: none !important;
}

.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-left-right-none {
    border-left: none !important;
    border-right: none !important;
}

.border-top-bottom-none {
    border-top: none !important;
    border-bottom: none !important;
}

.margin-0 {
    margin: 0 !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-7 {
    margin: 7px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-top-bottom-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.margin-top-bottom-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-top-bottom-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-top-bottom-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.margin-top-bottom-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-left-right-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.margin-left-right-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-left-right-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-left-right-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.margin-left-right-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-8 {
    padding: 8px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-top-bottom-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-top-bottom-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-top-bottom-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-top-bottom-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-top-bottom-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-left-right-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-left-right-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-left-right-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-left-right-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.font-size-6 {
    font-size: 6px;
}

.font-size-7 {
    font-size: 7px;
}

.font-size-8 {
    font-size: 8px;
}

.font-size-9 {
    font-size: 9px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px !important;
}

.color-black-3 {
    color: #3e3e3e;
}

.color-black-6 {
    color: #666666;
}

.color-black-9 {
    color: #999999;
}

.color-black-31 {
    color: #313131;
}

.color-black-9a {
    color: #9a9a9a;
}

.color-red {
    color: #ea5703;
}

.color-red-2 {
    color: #FF3030;
}

.color-red-3 {
    color: #ea5703;
}

.color-red-f06 {
    color: #ff0006;
}

.color-white {
    color: #ffffff;
}

.color-green {
    color: #27a669;
}

.color-gray-ef {
    color: #f5f5f5;
}

.color-gray-d9 {
    color: #d9d9d9;
}

.bg-black-3 {
    background: #3e3e3e;
}

.bg-black-6 {
    background: #666666;
}

.bg-black-9 {
    background: #999999;
}

.bg-red {
    background: #ea5703;
}

.bg-white {
    background: #ffffff;
}

.bg-green {
    background: #27a669;
}

.bg-gray-ef {
    background: #f5f5f5;
}

.bg-gray-d9 {
    background: #d9d9d9;
}

.button.activated {
    background-color: #bc2f33;
}

.backdrop.active {
    opacity: 0.3;
    filter: alpha(opacity=10);
}

.popup-container .popup {
    background-color: white;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5x;
    border-radius: 5px;
}

.popup-head {
    display: none;
}

.popup-body {
    padding: 15px 10px 10px;
    font-size: 14px;
    color: #3e3e3e;
    text-align: center;
}

.popup-body span.tel {
    color: #fff !important;
}

.popup-buttons {
    padding: 0;
    min-height: 35px;
    border-top: 1px solid #dddddd;
}

.popup-buttons .button {
    height: 35px;
    min-height: 30px;
    margin-right: 0;
    font-size: 14px;
    background: white;
    color: #ea5703;
    border: none;
}

.popup-buttons .button.button-light {
    color: #999999;
}

.button.button-default {
    border-right: #d9d9d9 solid 1px;
}

.button.button-default.active, .button.button-default.activated {
    border-color: #ea5703;
    background-color: #ea5703;
    color: white;
}

.button.button-positive.active, .button.button-positive.activated {
    border-color: #ea5703;
    background-color: #ea5703;
    color: white;
}

.popup-container.popup-alert .popup-body {
    text-align: center;
}

.popup-container.popup-alert .popup-buttons {
    padding: 10px 28% 15px;
}

@media screen and (max-width: 350px) {
    html {
        font-size: 14px;
    }
}

.font-big-lighter {
    font-size: 18px !important;
    color: #999999 !important;
}

.font-big-assertive {
    font-size: 18px !important;
    color: #ea5703 !important;
}

.font-second-dark {
    font-size: 15px !important;
    color: 15px !important;
}

.font-second-assertive {
    font-size: 15px !important;
    color: #ea5703 !important;
}

.font-second-light {
    font-size: 14px !important;
    color: #666666 !important;
}

.font-general-dark {
    font-size: 14px !important;
    color: #3e3e3e !important;
}

.font-general-sub {
    font-size: 14px !important;
    color: #999999 !important;
}

.font-general-assertive {
    font-size: 14px !important;
    color: #ea5703 !important;
}

.font-sub-light {
    font-size: 12px !important;
    color: #666666 !important;
}

.font-sub-lighter {
    font-size: 12px !important;
    color: #999999 !important;
}

.font-small-dark {
    font-size: 12px !important;
    color: #3e3e3e !important;
}

.font-small-assertive {
    font-size: 12px !important;
    color: #ea5703 !important;
}

.bar-header .button .back-text {
    display: none;
}

.tabs-hide .tabs {
    display: none;
}

.tabs-hide .has-tabs {
    bottom: 0;
}

.tabs-show .tabs {
    display: flex;
}

.tabs-show .has-tabs {
    bottom: 44px;
}

.slide-box-pager .slider-pager {
    text-align: right;
    padding-right: 10px;
}

.slide-box-pager .slider-pager .slider-pager-page {
    color: #ea5703;
}

.slide-box-pager1 .slider-pager {
    text-align: right;
    padding-right: 10px;
}

.slide-box-pager1 .slider-pager .slider-pager-page {
    color: #ea5703;
}

.assertive, a.assertive {
    color: #ea5703;
}

.button.button-assertive {
    background: #ea5703;
    color: #fff;
}

.general-sub, a.general-sub {
    color: #999999;
}

.button.button-submit {
    border: none;
    border-radius: 0;
}

.item-checkbox {
    padding-left: 43px;
    padding-top: 12px;
}

.checkbox input, .checkbox-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.checkbox input:checked::before, .checkbox input:checked + .checkbox-icon::before {
    background: #ea5703;
    border: none;
}

.checkbox input::after, .checkbox-icon::after {
    width: 11px;
    top: 27%;
}

.assertive-border {
    border-color: #ea5703;
}

.input-error {
    color: red !important;
}

.input-error::-webkit-input-placeholder {
    color: red !important;
}

.width-full {
    width: 100%;
}

.app-icon {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
}

.app-icon-medium {
    width: 22px;
    height: 22px;
}

.price-assertive {
    font-size: 14px;
    color: #ea5703;
    font-weight: bold;
}

.price-general {
    font-size: 12px;
    color: #ea5703;
}

.price-weak {
    font-size: 12px;
    color: #3e3e3e;
}

.price-del {
    font-size: 12px;
    color: #999999;
}

body {
    color: #3e3e3e;
}

.-title {
    border-color: #d9d9d9 !important;
    background: #27a669 !important;
}

.-title .title {
    font-size: 18px !important;
    color: white !important;
}

.common-title .title-back-button {
    border: none;
    background: url(../img/icon-back-white.png) no-repeat !important;
    background-size: 10px !important;
    background-position: center !important;
    width: 40px;
}

.black-title {
    border-bottom: 1px solid !important;
    border-color: #1e1e1e !important;
    background: #2e2e2e !important;
}

.black-title .title {
    font-size: 18px !important;
    color: white !important;
}

.black-title .title-back-button {
    background: url(../img/icon-back-white.png) no-repeat !important;
    background-size: 10px !important;
    background-position: center !important;
    width: 40px;
}

.black-title .title-right-button {
    width: 40px;
    color: white;
    font-size: 14px !important;
}

.loading-container .loading {
    padding: 10px;
}

.loading-container .loading .icon {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 3px;
}

.footer-btn-bar {
    height: 30px;
    width: 100%;
    margin-top: 8px;
    text-align: center;
}

.footer-btn-bar .button {
    width: 25%;
}

.tab-item.tab-title {
    position: relative;
}

.tabs .tab-title em.tab-badge {
    right: -webkit-calc(50% - 23px);
    right: calc(50% - 23px);
    padding: 0px 2px;
    min-width: 18px;
    height: 14px;
    line-height: 15px;
    font-size: 0.6rem;
    background: #ff0000;
    color: #fff;
    font-weight: normal;
}

.scroll-refresher .ionic-refresher-content .text-pulling, .scroll-refresher .ionic-refresher-content .text-refreshing {
    font-size: 12px;
    color: #999999;
}

.spinner-ios {
    stroke: #999999;
}

ion-infinite-scroll .icon {
    display: block;
    width: 6rem;
    height: 23px;
    color: #999999;
    font-size: 11px;
    position: relative;
}

ion-infinite-scroll .icon.icon-svg-loading:before {
    content: '加载中...';
    padding-left: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    z-index: 99;
    background-size: 24px 23px;
}

.spinner-android {
    stroke: #999999 !important;
    padding-left: 10px;
}

.spinner {
    background-size: 24px 23px;
    height: 23px;
    width: 24px;
    stroke: transparent;
}

.spinner svg {
    width: 20px;
    height: 20px;
    opacity: 0;
}

.network_error {
    padding-top: 223px;
    background-size: 145px 110px;
}

.progress-bar {
    z-index: 99;
    position: absolute;
    margin-top: 44px;
    width: 100%;
    text-align: center;
}

.progress-bar img {
    width: 100px;
}

.all-full {
    width: 100%;
    height: 100%;
}

.index-md {
    overflow: hidden;
    background: #fff;
    clear: both;
}

.bar-header {
    background: white !important;
    color: #000;
}

.bar .button.button-clear {
    color: #ea5703;
    padding-right: 15px;
}

.tabs-top.tabs-striped .tab-item.tab-item-active, .tabs-top.tabs-striped .tab-item.active, .tabs-top.tabs-striped .tab-item.activated {
    border-width: 0px 0px 1px 0px !important;
}

.indent-tabs .tabs a.tab-item span {
    color: #313131;
}

.tab-item {
    opacity: 1 !important;
}

.indent-tabs .tabs a.tab-item-active span {
    color: #ea5703;
}

.indent-tabs .tabs a.tab-item-active {
    border-color: #ea5703;
    background: url("../img/sanjiao.png") no-repeat center bottom;
    background-size: 8px 5px;
}

.indent-tabs .tabs a.activated {
    border-color: #ea5703;
    background: url("../img/sanjiao.png") no-repeat center bottom;
    background-size: 8px 5px;
}

.col-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.col-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

#maker-home-footer > div {
    background: #313131;
}

.home_tabs .tab-item, .home_tabs .tab-item.tab-item-active {
    border: none;
    margin: 0;
    padding: 0;
    border: none !important;
}

.home_tabs .tab-item.activated {
    color: #ea5703 !important;
}

.home_tabs .tab-item.tab-item-active span {
    color: #ea5703;
}

.home_tabs .tab-item {
    background-color: #313131;
    color: #ffffff;
}

.home_tabs .tab-item i {
    height: 28px;
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home_tabs .tab-item .footer_home_off {
    background-image: url(../img/tab-index-off.png);
}

.home_tabs .tab-item .footer_home_on {
    background-image: url(../img/tab-index-on.png);
}

.home_tabs .tab-item .footer_product_off {
    background-image: url(../img/tab-product-off.png);
}

.home_tabs .tab-item .footer_product_on {
    background-image: url(../img/tab-product-on.png);
}

.home_tabs .tab-item .footer_msg_off {
    background-image: url(../img/tab-msg-off.png);
}

.home_tabs .tab-item .footer_msg_on {
    background-image: url(../img/tab-msg-on.png);
}

.home_tabs .tab-item .footer_cart_off {
    background-image: url(../img/tab-car-off.png);
}

.home_tabs .tab-item .footer_cart_on {
    background-image: url(../img/tab-car-on.png);
}

.home_tabs .tab-item .footer_mine_off {
    background-image: url(../img/tab-mine-off.png);
}

.home_tabs .tab-item .footer_mine_on {
    background-image: url(../img/tab-mine-on.png);
}

color-red {
    color: #ee3f44;
}

color-blue {
    color: #24b0fd;
}

.height-all {
    height: 100%;
}

.height-94p {
    height: 94px !important;
}

.width-10 {
    width: 10% !important;
}

.width-15 {
    width: 15% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-100 {
    width: 100%;
}

.width-80p {
    width: 80px !important;
}

.height-80p {
    height: 80px !important;
}

.col-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

.col-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 27%;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}

.col-78 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 78%;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
}

.bar .title {
    font-size: 20px;
    font-weight: normal;
    text-align: center !important;
}

.header-phone {
    width: 50%;
    margin-top: 7px;
}

.bar.bar-stable {
    background: #f0efec;
}

.bar.bar-stable .title {
    color: #ffffff;
    -webkit-transform: translate3d(0px, 0px, 0px);
    font-size: 18px;
    line-height: 44px;
}

.bar-stable .button.button-clear {
    color: #ffffff;
}

.indent-content {
    background: #f0efec;
}

.indent-content-item-bg {
    background: #f0efec;
    border-bottom: 0;
    padding: 0px;
    border: 0px;
}

.indent-col {
    padding: 5px 5px 5px 0;
}

.indent-content-item-left {
    text-align: left;
}

.indent-content-item-header-font {
    padding: 2px 5px 4px 0px;
    color: #313131;
    font-size: 11px;
}

.intent-content-item-right {
    text-align: right;
}

.index-content-item-header-txtcolor {
    color: #ff0006;
    padding-right: 0px;
    font-size: 15px;
    padding-top: 2px;
}

.indent-content-content-item {
    border-bottom-color: #ccc;
    border-top-color: #ccc;
    background-color: #ffffff;
    color: #313131;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    padding: 0px 16px;
    margin-top: 10px;
}

.indent-content-item-content-row {
    margin-top: 2px;
    padding-left: 0px;
    margin-bottom: 2px;
}

.indent-content-item-header {
    padding: 5px 0px 0px 0px;
}

.indent-content-item-content {
    padding: 0px;
    margin-bottom: 0px;
}

.indent-content-item-content-title {
    color: #313131;
    padding-top: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.indent-content-item-content-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9a9a9a;
    font-weight: normal;
    font-style: 13px;
}

.indent-content-item-footer-txt {
    line-height: 40px;
}

.indent-content-item-footer {
    padding: 12px 3% 15px 0px;
    padding-bottom: 20px;
}

.indent-content-item-footer-2 {
    padding: 2px 3% 6px 0px;
    border-top: 1px solid #ccc;
}

.indent-content-item-foot-txt {
    padding-top: 6px;
}

.indent-line {
    border-top: 1px solid #ddd;
}

.position-a-r {
    right: 0px;
}

.position-a-close {
    right: 0px;
    top: 12px;
}

.position-a-apl {
    right: 0px;
    top: 2px;
}

.indent-button-height {
    height: 60px;
}

.btn-right-top {
    right: 0px;
    top: 10px;
}

.col-padding-right {
    padding-right: 0px;
}

.position-a-look {
    top: 10px;
    right: 200px;
}

.position-a-prolong {
    top: 10px;
    right: 100px;
}

.indent-content-item-btn {
    width: 90px;
    height: 34px;
    border: 0px solid #ea5703;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ea5703;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
}

.indent-content-item-btn-un {
    background: #f5f5f5;
    border-radius: 5px;
    color: #9a9a9a;
    border: 0px solid #f7f7f7;
    width: 90px;
    height: 34px;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}

.indent-detail {
    background: #ffffff;
}

.padding-left-right-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.indent-detail-item-info {
    border-bottom: 1px solid #ccc;
}

.indent-detail-contact-btn-bg {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: 15px 16%;
}

.indent-content-item-btn-detail {
    width: 90px;
    height: 34px;
    border: 1px solid #ea5703;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ea5703;
    color: #ffffff;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}

.indent-detail-list-forwarding {
    clear: both;
    border-bottom: 1px solid #ccc;
}

.indent-detail-list-forwarding-btn {
    width: 60px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    background: #ea5703;
    border-radius: 5px;
    height: 28px;
    border: 0;
    color: #ffffff;
    letter-spacing: 2px;
}

.btn-a-right {
    right: 0px;
    top: 0px;
}

.makershop-select-forwart {
    top: initial;
    bottom: 0;
    min-height: 20px;
    color: #313131;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fcfcfc, #f1f1f1);
    background-image: -moz-linear-gradient(#fcfcfc, #f1f1f1);
    background-image: -ms-linear-gradient(#fcfcfc, #f1f1f1);
    background-image: -o-linear-gradient(#fcfcfc, #f1f1f1);
    background-image: linear-gradient(#fcfcfc, #f1f1f1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #3e3e3e;
    opacity: 0.6;
}

.indent-detail-model-header {
    height: 34px;
    border-bottom: 1px solid #ccc;
}

.indent-detail-model-header-padding-left-right {
    background: #ffffff;
    color: #313131;
    font-size: 16px;
    line-height: 44px;
    width: 80px;
    height: 40px;
    text-align: center;
    top: 10px;
    left: 38%;
    letter-spacing: 2px;
}

.indent-detail-temp-model-footer {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    color: white;
    background-color: #ea5703;
    letter-spacing: 4px;
}

.indent-detail-model-footer {
    height: 40px;
    padding: 0px;
}

.indent-detail-model-footer {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    color: white;
    background-color: #ea5703;
    font-size: 16px;
}

.indent-detail-temp-position {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.intent-images-size {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
}

.indent-detail-temp-width {
    width: 78px;
    height: 78px;
}

.tabs-striped .tabs {
    border-bottom: 1px solid #ccc;
}

.collection-bg {
    background: #ffffff;
}

.maker-item {
    border: 0px;
    padding: 0px 16px 2px 16px;
}

.maker-collection-list-row {
    padding: 0px;
    margin-top: 5px;
}

.maker-collection-list-img-col {
    width: 76px;
    height: 76px;
    border: 1px solid #ddd;
}

.maker-collection-list-row.row {
    padding-top: 0;
    color: #313131;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.maker-collection-list-line {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.col-20.col {
    padding-top: 0;
}

.maker-collection-list-col.col {
    padding-top: 0;
}

.maker-collection-list-txt-row.row {
    margin-top: 5px;
    color: #9a9a9a;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 !important;
}

.maker-collection-list-button-red {
    width: 90px;
    height: 34px;
    border: 1px solid #ea5703;
    margin-top: 54px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ea5703;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

.maker-collection-list-button-col.col-15 {
    overflow: hidden;
}

.maker-collection-list-text-div {
    color: #ff0006;
}

.positive-abs {
    bottom: 6px;
    left: 0px;
}

.positive-abu {
    bottom: 30px;
    right: 0px;
}

.positive-abuGoods {
    bottom: 7px;
    right: 0px;
}

.maker-collection-margin-top {
    margin-top: 5px;
}

.collent-aozhe-has-more {
    text-align: center;
    color: #999999;
    width: 100%;
    clear: both;
}

.collent-aozhe-has-more.pos {
    position: fixed;
    bottom: 20px;
}

.logistics-bg {
    background: #ffffff;
}

.logistics-item {
    border-bottom: 0px;
}

.logistics-item-row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    padding: 5px;
}

.indentLogistics-photo {
    width: 76px;
    height: 76px;
    border: 1px solid #ccc;
}

.logistics-line {
    float: right;
}

.logistics-row-padding-top {
    padding-top: 0px;
    padding-bottom: 0px;
}

.logistics-content-txt {
    font-size: small;
    line-height: 24px;
}

.logistics-col-line {
    border-bottom: 1px solid #ccc;
}

.col-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.commodity-detail-button {
    width: 80%;
    height: 30px;
    padding-left: 0;
    margin-left: 10%;
    padding-right: 0;
    text-align: center;
    border: solid 1px silver !important;
    color: white !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.commodity-detail-small-button {
    width: 40%;
    height: 30px;
    padding-left: 0;
    margin-left: 6%;
    padding-right: 0;
    text-align: center;
    border: solid 0px silver !important;
    color: black !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.commodity-detail-seckill {
    padding: 3px;
}

.commodity-detail-seckill .time {
    color: #ea5703;
}

.commodity-detail-store {
    padding: 3px;
}

.commodity-detail-norms {
    padding: 3px;
}

.commodity-detail-address {
    padding: 3px;
}

.commodity-detail-toDetail {
    padding: 3px;
}

.commodity-detail-comment {
    border: solid 1px silver;
    padding: 0;
}

.commodity-detail-comment-content {
    resize: none;
    width: 100%;
    background-color: white !important;
}

.commodity-detail-comment-item {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.makerShop-slide-menu {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
}

.makerShop-slide-dark {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #222;
    opacity: 0;
    z-index: -1;
}

.makerShop-slide-dark.makerShop-slide-menu {
    opacity: 0.4;
    z-index: 12;
}

.makerShop-current-slide {
    position: fixed;
    left: 30%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transform: translate3d(120%, 0px, 0px);
    -webkit-transform: translate3d(120%, 0, 0);
}

.makerShop-current-slide.makerShop-current-select-slide {
    left: 0;
}

.makerShop-current-slide.makerShop-slide-menu {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
}

.makerShop-next-slide {
    position: fixed;
    left: 30%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transform: translate3d(120%, 0px, 0px);
    -webkit-transform: translate3d(120%, 0, 0);
    left: 0;
}

.makerShop-next-slide.makerShop-current-select-slide {
    left: 0;
}

.makerShop-next-slide.makerShop-slide-menu {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
}

.commodity-detail-address-select {
    height: 100% !important;
}

.commodity-detail-address-list {
    margin-top: 3rem;
}

.commodity-detail-img {
    width: 100%;
}

.commodity-slide-box {
    width: 100%;
}

.cdfg-detail-info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.cdfg-detail-info .col {
    padding: 1rem 3.8% 0.85rem;
    border-right: 1px solid #ddd;
}

.cdfg-detail-info .col p {
    height: 2.5rem;
    line-height: 20px;
    overflow: hidden;
    font-size: 0.8125rem;
}

.cdfg-detail-info .price-market {
    font-size: 1.125rem;
    color: #cf000e;
}

.cdfg-detail-info .price-del {
    padding-left: 2rem;
}

.cdfg-detail-info .cdfg-collect {
    text-align: center;
    color: #666;
    position: relative;
}

.cdfg-detail-info .cdfg-collect span {
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
}

.makershop-detail-number {
    background: white;
    margin-top: 6px;
}

.makershop-select-modal {
    top: initial;
    bottom: 0;
    min-height: 80%;
    height: 80%;
    background: #fff;
    color: #333;
    border-top: 1px solid #e5e5e5;
}

.makershop-select-modal .modal {
    background: none;
}

.resend-input-modal {
    top: initial;
    bottom: 0;
    min-height: 98px;
    height: 98px;
    background: #fff;
    color: #333;
    border-top: 1px solid #e5e5e5;
}

.resend-input-modal .modal {
    background: none;
}

.makershop-select-modal1 {
    top: initial;
    bottom: 0;
    min-height: 60%;
    height: 60%;
    background: #fff;
    color: #333;
    border-top: 1px solid #e5e5e5;
}

.makershop-select-modal1 .modal {
    background: none;
}

.makershop-model-goods-img {
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
}

.makershop-model-color-img {
    width: 34px;
    height: 34px;
}

.makershop-model-color-laber {
    border: solid 1px silver !important;
    width: 34px;
    height: 34px;
    text-align: center;
}

.makershop-model-number-img {
    padding-left: 0px;
    padding-right: 0px;
    border: solid 1px silver !important;
    width: 33px;
    height: 33px;
    float: left;
}

.makershop-detail-number-img-img {
    width: 14px;
    height: 14px;
    margin-left: 9px;
    margin-top: 9px;
}

.makershop-model-number-input {
    border-bottom: solid 1px silver !important;
    border-top: solid 1px silver !important;
    border-left: solid 0px;
    border-right: solid 0px;
    width: 45px;
    height: 33px !important;
    line-height: 20px !important;
    text-align: center;
    font-size: 18px !important;
    padding: 5px !important;
    float: left;
}

.makershop-modal-icon {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 99;
    width: 40px;
    color: #ccc;
    background-size: 1rem 1rem;
}

.makershop-modal-icon-img {
    width: 24px;
}

.makerShop-tabs-tab {
    text-align: center;
}

.makerShop-tabs-tab-off {
    border-bottom: #A8C29F solid 1px;
}

.maker-detail-button-cart {
    background: #FE9402;
    width: 30%;
    height: 30px;
    line-height: 30px;
    padding-left: 0;
    margin-left: 0%;
    padding-right: 0;
    text-align: center;
    color: white !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 5px;
    margin-right: 20px !important;
}

.maker-detail-button-buy {
    background: #ea5703;
    width: 30%;
    height: 30px;
    line-height: 30px;
    padding-left: 0;
    margin-left: 0%;
    padding-right: 0;
    text-align: center;
    color: white !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 5px;
}

.maker-detail-button-down {
    background: #9a9a9a;
    width: 30%;
    height: 30px;
    line-height: 30px;
    padding-left: 0;
    margin-left: 0%;
    padding-right: 0;
    text-align: center;
    color: white !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 5px;
}

.maker-detail-button-cart-down {
    background: #9a9a9a;
    width: 30%;
    height: 30px;
    line-height: 30px;
    padding-left: 0;
    margin-left: 0%;
    padding-right: 0;
    text-align: center;
    color: white !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 5px;
    margin-right: 20px !important;
}

.maker-detail-foot-img {
    width: 45px;
    height: 40px;
    margin-right: 10px;
    margin-top: 7px;
}

.makershop-detail-footer {
    height: 49px;
    background-color: #333333;
    border-top: solid 1px #dddddd;
}

.maker-detail-goods-name {
    font-size: 16px;
    padding: 8px;
    margin-left: 7px;
    color: #333333;
}

.commodity-detail-price {
    padding: 0;
    color: #666666;
}

.commodity-detail-price div {
    padding-top: 0 !important;
}

.commodity-detail-price .curr_price {
    color: #f00;
    font-size: 16px;
}

.commodity-detail-price .orgn_price {
    text-decoration: line-through;
    color: #000000;
    font-size: 12px;
}

.commodity-detail-number {
    padding: 0;
    color: #666666;
}

.commodity-detail-number div {
    padding-top: 0 !important;
}

.commodity-detail-number span {
    font-size: 12px;
}

.detail-item-arrow {
    height: 15px;
    width: 9px;
    margin: auto;
}

.maker-detail-vertical {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-right: 1px solid #D9D9D9;
}

.maker-detail-goods-title {
    padding-left: 5px;
}

.makershop-evaluate-user-img {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.makershop-evaluate-user-name {
    width: 30%;
    height: 50px;
    line-height: 50px;
    color: #313131;
}

.makershop-evaluate-user-data {
    float: right;
    height: 50px;
    line-height: 50px;
    color: #9a9a9a;
}

.makershop-details-describe-color {
    color: #9a9a9a !important;
}

.makershop-evaluate-top-div {
    width: 100%;
    padding: 2px;
}

.makershop-evaluate-div {
    margin-left: 40px;
    width: 88%;
    padding: 2px;
}

.makershop-evaluate-div img {
    width: 18%;
    margin-right: 3px;
    border: 1px solid #ddd;
}

.makershop-evaluate {
    margin: 8px;
}

.makershop-detail-norms input[type="radio"]:checked + label {
    background-color: #ea5703;
    color: white;
    border: solid 1px #ea5703;
}

.makershop-detail-norms-first {
    margin-top: 10px;
}

.makershop-detail-norms-second-div {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.makershop-detail-norms-second-input {
    display: none;
}

.makershop-detail-norms-second-label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #999999;
    display: block;
    padding: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.makershop-detail-norms-second-label-disabled {
    color: #999999;
}

.makershop-detail-model-number-describe {
    height: 30px;
    line-height: 30px;
    float: left;
}

.makershop-detail-model-number-buttons-div {
    float: right;
}

.makershop-detail-model-number-div {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}

.makershop-detail-model-footer {
    height: 49px;
    padding: 0px;
}

.makershop-detail-model-footer {
    width: 100%;
    text-align: center;
    line-height: 49px;
    color: white;
    background-color: #ea5703;
    font-size: 18px;
}

.makershop-detail-model-salescount {
    padding: 0px;
}

.makershop-detail-model-salesmoney {
    color: #ff0000;
    font-size: 20px;
    padding-top: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.makershop-detail-model-imgdiv {
    height: 100px;
    line-height: 100px;
}

.makershop-detail-badge {
    color: white;
    z-index: 10;
    position: absolute;
    background-color: red;
    width: 25px;
    height: 16px;
    top: 10px;
    left: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    line-height: 16px;
}

.makershop-detail-collection-img {
    margin: auto;
    width: 31px;
    height: 27px;
}

.makershop-detail-collection-foots-img-no {
    background: url("../img/foot_collect_no.png");
    background-size: 100% 100%;
}

.makershop-detail-collection-img-no {
    background: url("../img/collect_no.png");
    background-size: 100% 100%;
}

.makershop-detail-collection-img-off {
    background: url("../img/collect_off.png");
    background-size: 100% 100%;
}

.makershop-detail-contact-img-no {
    margin: auto;
    width: 30px;
    height: 27px;
    background: url("../img/contact_no.png");
    background-size: 100% 100%;
}

.makershop-detail-collection-div-img {
    text-align: center;
}

.makershop-detail-collection-number {
    text-align: center;
    font-size: 12px;
    color: #333333;
}

.makershop-detail-shop-img {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    float: left;
    margin-top: 20px;
    margin-right: 3px;
}

.makershop-detail-shop-div {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.makershop-detail-shop-div-left {
    float: left;
}

.makershop-detail-shop-div-right {
    float: right;
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
}

.makershop-detail-model-div {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    margin-top: -15px;
    width: 100px;
    margin-left: -50px;
    background: black;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    -webkit-animation-name: fadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-direction: alternate;
}

.makershop-popmassage-div {
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
}

.detail-intro-item-img {
    width: 100%;
    height: 200px;
}

.makershop-detail-evaluate-div {
    width: 88%;
    padding: 2px;
}

.detail-intro-detailList {
    background-color: rgba(216, 93, 96, 0.09);
    padding: 2% 5% 2% 5%;
}

.detail-intro-detailList-name {
    text-align: right;
    padding-right: 5%;
    padding-left: 5%;
    width: 40%;
    float: left;
}

.detail-intro-detailList-value {
    width: 55%;
    float: left;
}

.detail-intro-border {
    border-top: 1px solid #efeeee;
}

.maker-store-img {
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 60px;
    left: 20px;
    z-index: 10;
}

.maker-store-div {
    background-color: #ffffff;
}

.maker-store-lottery {
    position: absolute;
    right: 9px;
    top: 20px;
}

.maker-store-lottery1 {
    position: absolute;
    right: 21px;
    top: 65px;
}

.maker-store-photo-div {
    height: 101px;
    width: 100%;
    overflow: auto;
}

.maker-slide-photo-div {
    width: 95%;
    height: 95%;
    margin: 8px auto;
    background-color: #ffffff;
}

.slide-box-image {
    padding: 0;
}

.maker-slide-div {
    margin-top: 5px;
    background-color: white;
    overflow: hidden;
}

.maker-store-photo-img {
    position: absolute;
    width: 100%;
    height: 105px;
    z-index: 0;
}

.maker-store-photo-shade {
    position: absolute;
    background: black;
    width: 100%;
    height: 105px;
    opacity: 0.4;
    z-index: 0;
}

.maker-store-info-div {
    margin-top: 18px;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.maker-store-info-div .text {
    color: #313131;
    font-size: 14px;
}

.maker-store-info {
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #DBDBDB;
}

.maker-store-info-list {
    width: 25px;
    height: 25px;
    margin-top: 7px;
    margin-left: 9px;
}

.maker-store-fill-div {
    width: 100%;
    height: 20px;
    background-color: white;
}

.maker-store-photo-name {
    float: left;
    font-size: 17px;
    margin-top: 80px;
    margin-left: 90px;
    color: #ffffff;
    z-index: 11;
    position: relative;
}

.maker-store-level-img {
    width: 30px;
    height: 36px;
    position: absolute;
    top: 78px;
    right: 10px;
    z-index: 10;
}

.maker-store-lottery {
    margin-left: 30px;
    width: 72px;
    line-height: 26px;
    background: #CD5C5C;
    border: solid 1px #CD5C5C;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
}

.maker-store-lottery1 {
    margin-left: 30px;
    width: 40px;
    line-height: 26px;
    color: #ffffff;
    margin-top: 15px;
}

.maker-store-photo-collect {
    margin-top: 115px;
    margin-left: 60px;
    width: 72px;
    height: 27px;
    background: #27a669;
    border: solid 1px #27a669;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.maker-line-level {
    height: 1px;
    width: 100%;
    background: #d9d9d9;
    overflow: hidden;
}

.store-home-sort-title {
    font-size: 14px;
    color: #555;
    height: 36px;
    line-height: 45px;
    padding: 0 10px;
    overflow: hidden;
}

.commodity-list-div {
    padding: 0px;
}

.commodity-module-div {
    background: #ffffff;
}

.commodity-list {
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #d9d9d9;
}

.commodity-list-scellil {
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: solid 1px #d9d9d9;
}

.commodity-list-padding {
    padding: 3px;
    overflow: hidden;
}

.commodity-list-item {
    width: 47%;
    border: solid 1px #d9d9d9 !important;
    margin-top: 3px;
    margin-bottom: 3px;
}

.commodity-list em {
    display: block;
    font-size: 7px;
    width: 100%;
    font-weight: normal;
    line-height: 20px;
}

.commodity-item-img {
    width: 99px;
    height: 125px;
    padding-top: 5px;
    margin: 0 auto;
}

.commodity-item-info {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.commodity-item-name {
    color: #333333;
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.item-row-info {
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.commodity-list .img-high {
    width: 140px;
    height: 200px;
    position: static;
    vertical-align: top;
    background: #fff;
    background-size: 90px 90px;
}

.commodity-list .img-short {
    width: 82px;
    height: 104px;
}

.commodity-item-info .curr-price {
    color: #ff0006;
    font-size: 16px;
    text-align: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.commodity-item-info .orgn-price {
    text-decoration: line-through;
    color: #909090;
    font-size: 10px;
    text-align: right;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.commodity-item-info .store {
    font-size: 10px;
    padding: 0;
    text-align: left;
    color: #909090;
}

.commodity-item-info .sale {
    font-size: 10px;
    padding: 0;
    text-align: right;
    color: #909090;
}

.commodity-list-info {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 9;
    width: 70px;
    height: 50px;
}

.commodity-detail-promise {
    width: 100%;
    padding: 1px;
}

.commodity-detail-promise span {
    line-height: 15px;
    text-align: center;
    margin-left: 2px;
}

.commodity-item {
    margin-top: 6px;
    background-color: #ffffff;
}

.commodity-recomm-div {
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2px;
    margin-bottom: 2px;
}

.commodity-model {
    overflow: hidden;
}

.commodity-model-title {
    width: 100%;
    height: 35px;
    float: left;
    background: #ffffff;
    border-top: solid 1px #e1e1e1 !important;
    border-bottom: solid 1px #e1e1e1 !important;
    font-size: 14px;
}

.commodity-model-title span {
    color: #333333;
    font-size: 15px;
    float: left;
    margin-left: 10px;
    line-height: 35px;
    text-align: center;
}

.commodity-item .goods {
    float: left;
    border-right: solid 1px #d9d9d9;
    width: 25%;
}

.commodity-item .goods img {
    padding-top: 4px;
    width: 65px;
    height: 65px;
}

.commodity-item .goods .price {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 15px;
    color: #ff0006;
    line-height: 20px;
}

.commodity-item .goods .name {
    text-align: left;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    display: block;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
}

.commodity-store-info {
    float: left;
    width: 100%;
    padding: 12px;
    background: #ffffff;
    overflow: hidden;
}

.commodity-store-info span {
    color: #313131;
    font-size: 12px;
}

.maker-store-footer {
    height: 45px;
    background-color: #f5f5f5;
    padding: 0;
}

.maker-store-button {
    width: 25%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-top: solid 1px #DBDBDB !important;
    border-right: solid 1px #DBDBDB !important;
}

.seckill-title {
    width: 100%;
    margin-top: 5px;
}

.seckill-title span {
    margin-left: 10px;
    color: #222222;
    font-size: 15px;
}

.seckill-title-underline {
    width: 100%;
    height: 3px;
    border-left: 80px solid #D85D60;
    background: #9e9e9e;
}

.seckill-header {
    border-top: 1px solid #ffffff;
    background-color: white;
    overflow: hidden;
}

.seckill-header-scroll {
    width: 100%;
    overflow: visible;
}

.seckill-header-tabs {
    width: auto;
}

.seckill-header-count {
    margin-bottom: 1px;
    height: 2rem;
    line-height: 1rem;
    width: 100%;
    padding-top: 44px;
}

.seckill-list-content {
    background-color: #ffffff;
    top: 145px;
    border-top: 1px solid #ccc;
}

.seckill-header-tabs li.tab-item-active {
    background-color: #27a669;
    color: white;
}

.seckill-header-tabs li a {
    color: white;
}

.seckill-header-tabs li.tab-item-active a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1000;
    border-top: 8px solid #27a669;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
    color: white;
}

.seckill-header-item {
    float: left;
    line-height: 30px;
    font-size: 0.8125rem;
    padding-left: 17px;
    padding-right: 17px;
    text-align: center;
    background-color: #2f2f2f;
    border-top: 1px solid #ccc;
    border-right: 1px solid #000000;
}

.seckill-item-active {
    background-color: #ea5703;
    padding-left: 17px;
    padding-right: 17px;
    text-align: center;
    font-size: 0.8125rem;
}

.seckill-header-item .time {
    font-size: 17px;
    color: #ffffff;
}

.seckill-header-item .state {
    font-size: 12px;
    color: #ffffff;
}

.seckill-cont {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
    background-color: #ffffff;
}

.seckill-cont .seckill-text {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    color: #2f2f2f;
    font-size: 13px;
    line-height: 22px;
}

.seckill-cont .seckill-timer {
    float: right;
    margin-right: 8px;
    font-size: 13px;
    color: #686868;
    right: 0;
    bottom: 0;
    width: 50%;
    text-align: center;
}

.seckill-timer .seckill-time {
    background: #ea5703;
    font-size: 12px;
    padding: 2px;
    width: 22px;
    height: 22px;
    color: white;
    line-height: 22px;
}

.seckill-timer .time-text {
    color: #2f2f2f;
    font-size: 13px;
    line-height: 22px;
}

.buy-button {
    background: #CD5C5C;
    width: 90%;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    border: solid 1px #D85D60 !important;
    color: #ffffff !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 1px;
}

.commodity-category-header {
    border-bottom: 1px solid #ddd !important;
}

.commodity-category-header .item-input-wrapper input {
    line-height: 22px;
}

.commodity-bkg-white-important {
    background-color: #ffffff;
}

.commodity-header-marging-left-wrapper {
    margin-left: 10px;
}

.commodity-category-search {
    width: 14px;
    height: 15px;
}

.commodity-search-input-height {
    height: 22px !important;
    color: #3e3e3e;
}

.commodity-category-row {
    height: 100%;
    padding: 15px 10px;
}

.commodity-category-left-col {
    padding: 1px 0;
    border-top-left-radius: 10px;
    background-color: #f6f7f8;
}

.commodity-category-li {
    color: #3e3e3e;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    background-color: #f6f7f8;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    padding-top: 22px;
}

.commodity-category-li.activated {
    background-color: white !important;
}

.list li.commodity-category-activated-li {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    padding-top: 22px;
}

.list li.commodity-category-activated-li .commodity-category-activated-li-span {
    background-color: #ea5703;
}

.commodity-category-right-col {
    padding-top: 0px;
    border-top-right-radius: 10px;
    padding-right: 0;
}

.commodity-category-st-div .list {
    margin-top: 1px;
}

.commodity-category-second-level-title {
    border: 0 none;
    border-bottom: 1px solid #ddd;
    margin-top: 2px;
    font-size: 0.6875rem;
    padding: 10px 16px;
}

.commodity-category-img {
    width: 100%;
    margin-top: 10px;
}

.commodity-category-title-span {
    position: relative;
    left: -10px;
    color: #3e3e3e;
    font-size: 1.125rem;
}

.commodity-right-item {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    color: black;
    width: 95%;
    margin-left: 1%;
    padding: 20px 20px 10px 5px;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.category-goods {
    width: 33%;
    padding: 5px;
    float: left;
}

.category-goods .category-goods-img img {
    width: 100%;
}

.category-goods .category-goods-name {
    font-size: 12px;
    text-align: center;
    height: 32px;
    line-height: 16px;
    color: #686868;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    word-break: break-word;
    box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
}

.goods-list-item {
    width: 100%;
    background: #f5f3f4;
}

.goods-list-item-name {
    font-size: 1rem;
    color: #333333;
    margin: 0 5px 5px 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 40px;
    -webkit-box-orient: vertical;
}

.goods-list-item-div {
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 5px 0 0 5px;
    background-color: #ffffff;
    width: 48%;
}

.goods-list-item-img-i {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    background: #fff no-repeat center center;
}

.goods-list-item-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.goods-list-item-info {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.goods-tab-underline {
    margin-top: -6px;
    padding-top: 0px;
    height: 3px;
}

.goods-list-item-price {
    margin-left: 5px;
    overflow: hidden;
}

.goods-list-item-curr-price {
    color: #ea5703;
    font-size: 1rem;
    font-weight: 500;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-align: left;
    margin: 10px 0 20px 0;
    text-overflow: ellipsis;
}

.goods-list-item-orgn-price {
    text-decoration: line-through;
    color: #909090;
    font-size: 10px;
    float: right;
    width: 50%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.goods-list-content {
    background-color: #f3f5f5;
    bottom: 50px;
    border-bottom: 1px solid #e9eaeb;
    background: linear-gradient(#101225, #f3f5f5 6%);
    top: 137px;
}

.goods-list-order {
    margin-bottom: 1px;
    height: 2rem;
    /*line-height: 1rem;*/
    width: 100%;
    margin-top: -1px;
    padding-top: 0;
}

.goods-list-order .item {
    background-color: #101225;
    border: 0px;
    margin: 0px;
    padding: 0.5rem 0.8rem;
}

.goods-list-order span {
    padding: 0 12px;
    font-weight: 500;
    color: #ffffff;
    font-size: 1rem;
}

.goods-list-order span .tris {
    display: inline-block;
    width: 0.4rem;
    height: 0.45rem;
    position: relative;
}

.goods-list-order span .tris::before {
    content: "";
    position: absolute;
    bottom: 0.365rem;
    border: 4px solid transparent;
    border-bottom-color: #bdbdbd;
}

.goods-list-order span .tris::after {
    position: absolute;
    content: "";
    top: 0.225rem;
    border: 4px solid transparent;
    border-top-color: #bdbdbd;
}

.goods-list-order .clicked span {
    color: #ea5703;
}

.goods-list-order .icon-button {
    font-size: 1.125rem;
    vertical-align: sub;
}

.goods-list-order .item-col {
    float: left;
}

.transition-all {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.x-c-money {
    color: red;
}

.x-c-money::before {
    content: "¥";
    color: red;
}

.footprint-item {
    border-width: 0px;
    height: 60px;
    padding: 0px;
    margin: 0px;
}

.footprint-item .col {
    padding: 0px;
    height: 60px;
}

.footprint-r {
    position: relative;
}

.footprint-r-img {
    width: 70px;
    height: 40px;
    vertical-align: middle;
    position: absolute;
}

.footprint-left {
    background-image: url(../img/footprint_left.png);
}

.footprint-line {
    width: 40px;
}

.footprint-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 2px;
    background: #d7e4ed;
    z-index: -1;
}

.footprint-line img {
    margin-left: 9px;
    margin-top: 70%;
}

.refund-item {
    padding: 0px;
    margin: 0px;
}

.refund-upload-img {
    margin-left: 4px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.refund-upload-img img {
    width: 40px;
    height: 40px;
}

.xLoading::after {
    content: url("https://jhlife.founderyt.com/img/icon-loading01.gif");
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.home-header {
    border-bottom: solid 1px #ddd !important;
}

.home-header .item-input-wrapper input {
    line-height: 22px;
}

.home-bkg-white-important {
    background-color: #ffffff;
}

.home-header-marging-left-wrapper {
    margin-left: 5px;
}

.home-search {
    width: 14px;
}

.home-header-logo {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 0px;
}

.home-header-category {
    width: 21px;
    height: 27px;
    margin-top: 8px;
    margin-right: 15%;
}

.home-header-right-img {
    float: right;
}

.home-bkg-white-important {
    background-color: #ffffff;
}

.home-search-input-height {
    height: 22px !important;
    color: #3e3e3e;
    font-size: 12px !important;
    margin-top: 3px;
}

.home-slide-box {
    width: 100% !important;
}

.home-slide-box-image {
    width: 100% !important;
}

.home-special {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    padding: 3px;
}

.home-special-item {
    width: 100%;
    background-color: #f7f7f7;
}

.home-single-item-div {
    float: left;
    text-align: center;
    width: 100%;
}

.home-special-item-name {
    font-size: 18px;
    color: #ff6634;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.home-special-goods-name {
    font-size: 13px;
    color: #313131;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.home-special-goods-img {
    float: left;
    width: 40%;
    height: 76px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 2%;
}

.home-special-goods-info {
    float: left;
    font-size: 11px;
    padding: 0px;
    overflow: hidden;
}

.home-special-currency-icon {
    height: 20px;
    width: 20px;
    margin-left: 2%;
}

.home-special-price {
    float: right;
    margin-top: 5px;
}

.home-special-price img {
    text-align: right;
}

.home-special-price span {
    text-align: right;
    color: #ff6634;
    margin-left: 1px;
    font-size: 14px;
}

.home-special-info {
    height: 90px;
    width: 100%;
}

.home-special-buy {
    width: 60px;
    float: left;
}

.home-special-buy img {
    width: 60px;
    height: 23px;
    margin-top: 18px;
    text-align: right;
    margin-left: 5px;
}

.home-model-header-div {
    background: #ffffff;
}

.home-model-middle-div {
    margin-top: 7px;
    background: #ffffff;
}

.home-model-div {
    padding: 0px;
}

.home-model-brand-scroll {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5px;
    margin-bottom: 2px;
}

.home-model-brand-scroll img {
    width: 76px;
    height: 76px;
    border: 1px solid gainsboro;
    margin-right: 2px;
}

.home-model-title {
    width: 100%;
    height: 37px;
    background: #ffffff;
    border-top: solid 1px #d9d9d9 !important;
    border-bottom: solid 1px #d9d9d9 !important;
    font-size: 14px;
}

.home-model-item-arrow {
    height: 100%;
    margin: auto;
    padding: 9px;
}

.home-model-item-arrow img {
    width: 9px;
    height: 15px;
}

.home-model-title span {
    color: #cf000e;
    font-size: 15px;
    float: left;
    margin-left: 10px;
    line-height: 35px;
    text-align: center;
}

.home-model-vertical-line {
    float: left;
    height: 100%;
    width: 3px;
    background: #ea5703;
    overflow: hidden;
}

.home-model-item {
    height: 171px;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.home-model-item-tong {
    width: 100%;
    padding: 0;
    overflow: auto;
}

.item-vertical-line {
    height: 172px;
    width: 1px;
    margin-top: -1px;
    position: absolute;
    background: #d9d9d9;
    overflow: hidden;
}

.item-horizontal-line {
    height: 1px;
    width: 150px;
    margin: 0 auto;
    background: #d9d9d9;
    overflow: hidden;
}

.home-model-item-name {
    color: #333333;
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.home-model-item-div {
    float: left;
    text-align: center;
    height: 100%;
    width: 50%;
}

.item-gray-bg {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 48%;
    height: 95%;
    background: #f7f7f7;
}

.item-div {
    float: left;
    text-align: center;
    height: 100%;
    width: 48%;
}

.home-model-item-img {
    width: 100px;
    height: 100px;
    margin-top: 5px;
}

.home-model-item-info {
    padding-left: 10px;
    padding-right: 10px;
    height: 31px;
    width: 100%;
}

.home-model-item-price {
    margin-top: 15px;
    height: 30px;
}

.home-model-item-curr-price {
    color: #fc0000;
    font-size: 16px;
    float: left;
    width: 50%;
}

.home-model-item-orgn-price {
    text-decoration: line-through;
    color: #909090;
    font-size: 10px;
    float: right;
    width: 50%;
}

.home-seckill-timer {
    float: left;
    height: 100%;
    padding: 6px;
}

.home-seckill-timer .seckill-time {
    background: #ea5703;
    font-size: 12px;
    width: 22px;
    height: 22px;
    color: white;
    line-height: 22px;
}

.home-seckill-timer .time-text {
    font-size: 12px;
    line-height: 22px;
    height: 22px;
}

.tabs_home .tab-item {
    color: white;
    opacity: 1;
    background-color: #000000;
}

.tabs_home .tab-item-active {
    color: #ea5703;
    opacity: 1;
}

.maker-home-img-logo {
    width: 25%;
    height: 100%;
    float: left;
}

.maker-home-div {
    width: 50%;
    height: 100%;
    float: left;
}

.maker-home-div-lobel-img {
    margin: 7px 0 0 5px !important;
}

.maker-home-serach-button {
    width: 100%;
    float: left;
    height: 34px;
    margin-top: 5px;
}

.maker-home-img-category {
    float: right;
    margin: 8px 5px 0 0;
}

.maker-home-message-badge-position {
    position: absolute;
    top: 1px;
    left: 51%;
}

.channel-rec-goods {
    padding: 10px;
    background: white;
}

.home-tong-div {
    width: 50%;
    height: 171px;
    float: left;
    overflow: auto;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.home-tong-img {
    width: 100%;
    height: 100px;
    float: left;
    text-align: center;
    margin-top: 5px;
}

.home-img-w-h {
    width: 100px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    max-width: 100px;
    min-width: 100px;
}

.home-tong-gools-name {
    width: 90%;
    height: 30px;
    float: left;
    line-height: 30px;
    margin-left: 5%;
}

.tong-div-price {
    width: 100%;
    height: 25px;
    float: left;
    line-height: 25px;
}

.tong-div-price-red {
    width: 50%;
    float: left;
    color: #ff0006;
    font-size: 16px;
    text-align: center;
}

.tong-div-price-black {
    width: 50%;
    float: left;
    color: #909090;
    font-size: 10px;
    text-decoration: line-through;
    text-align: center;
}

.tong-div-line {
    width: 90%;
    margin-left: 5%;
    float: left;
    border-bottom: 0px solid #ccc;
}

.home-slide.showPager .slider-pager {
    display: block;
}

.home-slide .slider-pager {
    display: none;
    text-align: center;
    padding-right: 10px;
}

.home-slide .slider-pager .slider-pager-page {
    color: #ea5703;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #646464;
    margin: 0 4px;
    border: 0.17px solid #ffffff;
    opacity: 0.7;
}

.home-slide .slider-pager .slider-pager-page.active {
    background: #e5e5e5;
    border: 0.17px solid #8c8c8c;
    opacity: 0.7;
}

.home-slide .slider-pager .slider-pager-page i {
    display: none;
}

.home-cat-copy {
    margin-top: 0;
}

.home-cat {
    overflow-y: hidden;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    background-color: white;
    height: 76.39px;
}

.home-cat .home-cat-item {
    display: inline-table;
    vertical-align: top;
    width: 20%;
    float: none;
    margin-top: 13.39px;
}

.home-cat .home-cat-item img {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}

.home-cat .home-cat-item span {
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #3e3e3e;
    line-height: 30px;
    display: block;
    text-align: center;
}

.home-activity {
    clear: both;
    width: 100%;
}

.home-seckill {
    clear: both;
    width: 100%;
}

.home-seckill img {
    width: 100%;
}

.home-activity img {
    width: 100%;
}

.home-activity-title {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.home-seckill-title {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.home-activity-title img {
    width: 30%;
}

.home-two-row-title {
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    height: 32px;
    line-height: 16px;
    color: #686868;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    word-break: break-all;
    box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
}

.msg-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 999;
    overflow-y: hidden;
}

.msg-loading .loading {
    position: absolute;
    width: 57px;
    height: 57px;
    left: 50%;
    margin-left: -28px;
    top: 50%;
    margin-top: -28px;
    border-radius: 2px;
    overflow: hidden;
    opacity: 0;
}

.msg-loading .loading img {
    width: 100%;
    height: 100%;
}

.shop-check {
    float: left;
    margin: auto 0;
    padding: 0px;
}

.shopCart-check {
    top: 50%;
    left: 0px;
}

.shop-check-all {
    float: left;
}

.goods-check {
    margin-top: 25px !important;
}

.check-box {
    min-width: 25px;
    width: 25px;
    height: 25px;
    min-height: 25px;
}

.is-checked {
    background: url("../img/radioBtnTrue.png") center no-repeat;
    background-size: 100% 100%;
}

.un-checked {
    background: url("../img/radioBtnFalse.png") center no-repeat;
    background-size: 100% 100%;
}

.cart-item {
    margin: auto 0;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.cart-item-img {
    width: 90px;
    height: 90px;
    margin: auto 0;
    float: left;
    border: 1px solid #D9D9D9;
}

.cart-item-text-div {
    float: left;
    width: 100%;
}

.cart-item-text-title {
    padding-top: 5px;
    margin-left: 0px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.footer-shopCart {
    height: 50px;
    bottom: 47px !important;
    padding: 0px;
}

.shop-cart-choose {
    padding-left: 0px;
    padding-right: 0px;
}

.cart-item-text-add-minus {
    border: 1px solid #d9d9d9;
    width: 33px;
    height: 33px;
    margin: auto 0;
    padding: 5px;
}

.shop-cart-add-img {
    margin-left: 0px;
}

.cart-item-text-count {
    padding-right: 8px;
    padding-left: 8px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    height: 25px;
    line-height: 25px;
}

.margin-bottom-119 {
    padding-bottom: 53px;
}

.cart-item-img-delete {
    float: right;
    margin-top: 70px;
}

.shopCart-count {
    margin-left: 1px;
    float: left;
    overflow: auto;
    width: 80%;
}

.shopCart-check-div {
    width: 10%;
}

.cart-margin-auto-0 {
    margin: auto 0;
}

.shop_cart_left {
    left: 10px;
    top: 5px;
}

.shopCart-check-all-div {
    width: 60px;
}

.cart-list {
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.cart-margin-left-25 {
    margin-left: 25px;
}

.cart-item-text-all-price {
    color: #ee3f44;
}

.cart-item-text-price {
    color: #ee3f44;
    padding-left: 0px;
}

.cart-item-text-price1 {
    color: #9a9a9a;
    padding-left: 0px;
    font-size: 12px;
}

.font-line-thr {
    text-decoration: line-through;
}

.cart-btn-continue {
    width: 100px;
    height: 25px;
    line-height: 25px !important;
    border: 0px solid #ea5703;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ea5703;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    min-height: 25px !important;
    margin: 0 auto;
}

.cart-btn-text-color {
    color: #ffffff;
    font-size: 12px;
}

.cart-btn-settlement {
    width: 70px;
    height: 35px;
    line-height: 25px !important;
    border: 0px solid #fe9603;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fe9603;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    min-height: 25px !important;
    margin: 0 auto;
}

.cart-bottom-div {
    clear: both;
    position: absolute;
    bottom: 47px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: #ffffff;
}

.cart-botton-toggleCheck {
    top: 8px;
}

.cart-list-botton-toggleCheck {
    top: 40%;
    left: 0px;
}

.cart-model-number-img {
    padding-left: 0px;
    padding-right: 0px;
    border: solid 1px silver !important;
    width: 25px;
    height: 25px;
    float: left;
}

.cart-detail-model-number-buttons-div {
    float: right;
}

.cart-detail-number-img-img {
    width: 14px;
    height: 14px;
    margin-top: 5px;
}

.cart-model-number-input {
    border-bottom: solid 1px silver !important;
    border-top: solid 1px silver !important;
    border-left: solid 0px;
    border-right: solid 0px;
    width: 25px;
    height: 25px !important;
    line-height: 15px !important;
    text-align: center;
    font-size: 15px !important;
    float: left;
}

.cart-margin-left-50 {
    left: 50px;
    top: 13px;
}

.shopCart-picture {
    width: 30%;
}

.shopCart-text-item {
    margin-left: 5%;
    width: 50%;
}

.footer-text {
    padding: 5px;
    height: 45px;
}

.shopCart-text {
    margin-top: 8px;
    margin-left: 28px;
}

.commodityList-order-col {
    text-align: center;
}

.commodityList-order {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.commodityList-order span .tris {
    display: inline-block;
    width: 0.4rem;
    height: 0.45rem;
    position: relative;
}

.commodityList-order span .tris::before {
    content: "";
    position: absolute;
    bottom: 0.365rem;
    border: 4px solid transparent;
    border-bottom-color: #bdbdbd;
}

.commodityList-order span .tris::after {
    position: absolute;
    content: "";
    top: 0.225rem;
    border: 4px solid transparent;
    border-top-color: #bdbdbd;
}

.commodityList-order span.clicked {
    color: #ea5703;
    padding-bottom: 5px;
    border-bottom: 2px solid #ea5703;
}

.commodityList-order span.clicked .tris::before {
    position: absolute;
    bottom: 0.365rem;
    border: 4px solid transparent;
    border-bottom-color: #bdbdbd;
}

.commodityList-order span.clicked .tris.asc::before {
    position: absolute;
    bottom: 0.365rem;
    border: 4px solid transparent;
    border-bottom-color: black;
}

.commodityList-order span.clicked .tris::after {
    position: absolute;
    top: 0.225rem;
    border: 4px solid transparent;
    border-top-color: #bdbdbd;
}

.commodityList-order span.clicked .tris.desc::after {
    position: absolute;
    top: 0.225rem;
    border: 4px solid transparent;
    border-top-color: black;
}

.channel-slide-box {
    width: 100%;
}

.channel-slide-box-img {
    height: 100%;
    width: 100%;
}

.channel-hot {
    width: 35px;
    height: 45px;
}

.channel-img-goods {
    width: 80px;
    height: 80px;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-top: 8px;
}

.channel-text-div {
    float: left;
}

.channel-text-titel-unHot {
    width: 100%;
    min-width: 170px;
}

.channel-hot-title {
    color: #313131;
    font-size: 14px;
    height: 32px;
    background-color: #f5f5f5;
    border-top: solid 1px #d9d9d9 !important;
    border-bottom: solid 1px #d9d9d9 !important;
}

.channel-btn-immediately-unhot {
    float: left;
    background: #D85D60;
    margin: auto;
    margin-left: 27%;
}

.channel-text-small {
    float: left;
    font-size: xx-small;
    margin-top: 0px;
}

.channel-text-small-count {
    float: left;
    font-size: xx-small;
    margin-left: 3px;
}

.channel-btn-immediately {
    background: #ea5703;
    margin: auto;
    width: 70px;
    text-align: center;
    border: solid 1px #ea5703 !important;
    color: #ffffff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.channel-btn-immediately .enable {
    background: #ccc;
    margin: auto;
    width: 70px;
    text-align: center;
    border: solid 1px #ea5703 !important;
    color: #ffffff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.channel-text-color-red {
    color: #ff0000;
}

.channel-text-titel {
    width: 100%;
}

.mine-user {
    margin: auto 0;
    padding-bottom: 20px;
    padding-top: 20px;
    background: url("../img/bg-mine.jpg") no-repeat;
}

.col-65 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.mine-page-second-img {
    padding: 5px;
    width: 100%;
    height: 50px;
    margin: 0;
    background-position: center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

.mine-icon-appraise-img {
    background-image: url("../img/icon_appraise.png");
    background-size: auto 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.mine-icon-goods-receipt-img {
    background-image: url("../img/icon_goods_receipt.png");
    background-size: auto 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.mine-icon-shipments-img {
    background-image: url("../img/icon_shipments.png");
    background-size: auto 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.mine-icon-pay {
    background-image: url("../img/icon_pay.png");
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.mine-icon-all {
    background-image: url("../img/icon_all.png");
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.mine-page-second-level {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 10px;
    padding: 2%;
}

.mine-user-img {
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: 12px;
}

.mine-user-img2 {
    min-width: 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-top: 12px;
}

.mine-user-unlogin {
    margin: auto 0;
    padding-bottom: 20px;
    padding-top: 20px;
    background: url("../img/bg-mine.jpg") no-repeat;
}

.mine-user-name {
    margin: auto 0;
    padding: 5px;
}

.mine-badge {
    margin-right: 11px;
    margin-top: -2px;
    color: white;
    z-index: 10;
    font-size: 12px;
    float: right;
    background-color: #ee3f44;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}

.mine-editor {
    margin: auto 0;
}

.mine-editor-btn {
    background: #D85D60;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    position: absolute;
    top: 30px;
    right: 10px;
}

.mine-state {
    background: #ffffff;
    margin-bottom: 5px;
}

.mine-state-div {
    float: left;
    padding: 10px;
    margin: 0 auto;
    border-style: solid;
}

.margin-left-5- {
    margin-left: 5%;
}

.mine-state-text-style {
    text-decoration: none;
    color: #414141;
}

.mine-state-order-badge {
    width: 18px;
    height: 18px;
    color: white;
    background: url("../img/bg-tab.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.mine-state-img {
    height: 30px;
    width: 30px;
}

.mine-list-img {
    height: 18px;
    vertical-align: middle;
}

.mine-user-name-text {
    float: left;
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
}

.mine-user-update {
    width: 55px;
    height: 27px;
    border-radius: 3px;
    border: 0;
    background-color: #d85d60;
    margin-top: 15px;
    padding: 0 !important;
}

.mine-user-name-size {
    float: left;
    color: #ffffff;
    font-size: 14px;
}

.mine-user-log {
    color: #ffffff;
    font-size: 14px;
}

.mine-item {
    background-color: #ffffff;
    color: #313131;
    position: relative;
    z-index: 2;
    margin: -1px;
    font-size: 16px;
}

.mine-list-text {
    margin-left: 15px;
    vertical-align: middle;
}

.mine-list-text-color {
    color: #313131;
    font-size: 12px;
}

.mine-list-text-img {
    color: #DBDBDB;
    font-size: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
}

.mine-exit-div {
}

.mine-exit-btn {
    float: left;
    width: 84%;
    height: 40px;
    margin: 5% 0 0 8%;
    background-color: #ea5703;
    border: 0;
    min-height: 20px;
    border-radius: 3px;
    font-size: 17px;
    height: 40px;
    color: white;
}

.confirm-order-item {
    margin: auto 0;
    background: #ffffff;
}

.confirm-order-img {
    width: 80px;
    height: 80px;
    margin: auto 0;
    float: left;
}

.confirm-order-text-div {
    margin-left: 5%;
    float: left;
}

.confirm-order-text-title {
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.confirm-order-text-price {
    color: red;
    margin-bottom: 1px;
    float: left;
    margin-left: 10px;
}

.confirm-order-text-integral {
    color: #ee3f44;
    font-size: 12px;
}

.confirm-order-text-select-div {
    margin-bottom: 5px;
    margin-top: 5px;
    background: #ffffff;
}

.confirm-order-text-select {
    width: 100%;
    padding-left: 20px;
    border: 1px solid #d9d9d9;
    height: 34px;
    border-radius: 4px;
    color: #9a9a9a;
    direction: inherit;
}

.confirm-order-select {
    border: 1px solid #d9d9d9;
    height: 34px;
    border-radius: 4px;
    color: #9a9a9a;
    direction: inherit;
}

.confirm-order-btn-use {
    float: right;
    background: #D85D60;
    padding-left: 10%;
    padding-right: 10%;
    margin: auto 0;
    border: 0px;
}

.confirm-order-btn {
    color: #ffffff;
    font-size: 12px;
}

.confirm-order-btn-submit {
    float: right;
    background: #D85D60;
    padding-left: 10%;
    padding-right: 10%;
    margin: auto 0;
    border: 0px;
}

.background-white {
    background: #ffffff;
}

.channel-text-title-left {
    text-align: left !important;
}

.bottom-line {
    border-bottom: 1px solid #ddd;
}

.top-line {
    border-top: 1px solid #ddd;
}

.right-line {
    border-right: 1px solid #ddd;
    width: 100%;
    float: left;
    text-align: center;
}

.maker-store-img1 {
    background-color: white;
    border: solid 3px rgba(179, 179, 179, 0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}

.mine-full {
    width: 100%;
    height: 100px;
}

.mine-user-picture {
    height: 100px;
    text-align: center;
}

.mine-user-login-div {
    width: 50%;
    height: 100px;
    float: left;
}

.mine-user-login-name-div {
    width: 100%;
    height: 50px;
    position: relative;
}

.mine-user-login-spa {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: white;
}

.mine-number-login-spa {
    position: absolute;
    top: 5px;
    left: 10px;
    color: white;
}

.mine-user-login-phone-number-div {
    width: 100%;
    height: 50px;
    position: relative;
}

.mine-user-login-phone-number-spa {
    position: absolute;
    top: 5px;
    left: 10px;
    color: white;
}

.mine-user-login-button-div {
    width: 25%;
    height: 100px;
    float: left;
    position: relative;
}

.mine-user-unlogin-img-div {
    width: 100%;
    height: 70px;
    float: left;
    text-align: center;
}

.mine-user-unlogin-tologin {
    width: 100%;
    height: 30px;
    float: left;
    text-align: center;
    color: white;
}

.mine-ionic-all-div {
    width: 100%;
    height: 90px;
    padding: 0 20px;
    background-color: #e2eaff;
    border-bottom: 1px solid #ddd;
}

.mine-ionic-all-div-click {
    width: 25%;
    height: 70px;
    float: left;
}

.mine-ionic-all-div-lab {
    width: 100%;
    height: 45px;
    text-align: center;
}

.mine-ionic-all-text-div {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.mine-list-background-div {
    width: 100%;
    float: left;
    margin-top: 7px;
    border-top: 1px solid #ddd;
    background-color: white;
}

.mine-list-item-click-div {
    width: 100%;
    float: left;
    height: 55px;
    border-bottom: 1px solid #dddddd;
}

.mine-list-item-img-div {
    width: 15%;
    float: left;
    height: 55px;
    border: 0;
}

.mine-list-item-text-div {
    width: 70%;
    float: left;
    height: 55px;
    border: 0;
}

.mine-list-item-text {
    height: 26px;
    line-height: 26px;
    line-height: 55px;
}

.mine-list-item-right-div {
    width: 15%;
    float: left;
    height: 55px;
    border: 0;
}

.mine-list-item-right {
    line-height: 55px;
    margin-left: 45%;
}

.maker-shopCart-picture-div {
    color: #f00;
    font-size: 18px;
    margin-top: 35%;
}

.maker-r-b-jieshuan {
    right: 17%;
    bottom: 4px;
}

.position-a-r-t-del {
    right: 5%;
    top: 12px;
    width: 31px;
    height: 30px;
}

.margin-left-7 {
    margin-left: 7px;
}

.maker-message-badge-postion-a-t-l-messageCount {
    position: absolute;
    top: 1px;
    left: 51%;
}

.ding-width-25b {
    width: 25%;
}

.ding-img-border {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.mine-list-title {
    background-color: #ea5703;
    display: table;
    border-radius: 5px;
    margin-left: 40%;
    margin-top: 17px;
}

.mine-list-title-div {
    width: 11%;
}

.refund-item-row-sum-text {
    font-size: 14px;
    line-height: 36px;
    color: #313131;
}

.refund-manager-item-title {
    font-size: 16px;
    color: #313131;
    line-height: 30px;
}

.refund-manager-item-height {
    height: 46px;
}

.refund-manager-item-height-2 {
    height: 40px;
}

.refund-manager-item-select select {
    border: 1px solid #d9d9d9;
    height: 34px;
    border-radius: 4px;
    width: 90% !important;
    max-width: none;
    color: #9a9a9a;
    direction: inherit;
}

.refund-manager-item-input input[type="number"] {
    margin-left: 18px;
    width: 60px;
    float: left;
    color: red;
    text-align: center;
    border: 1px solid #d9d9d9;
    height: 28px;
    margin-top: 2px;
    vertical-align: middle;
    line-height: 24px;
}

.refund-manager-textarea {
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 70px;
    box-shadow: inset 0 2px 2px #d9d9d9;
    border-radius: 4px;
    line-height: 24px;
    color: #9a9a9a;
    resize: none;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 6px;
}

.refund-manager-item-uploadimg {
    height: 70px;
    line-height: 40px;
}

.refund-manager-line {
    border-bottom: 1px solid #d9d9d9;
}

.col-45 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.col-55 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.padding-left-8 {
    padding-left: 8px;
}

article, section, time, aside {
    display: block;
}

.point-time {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 3px;
    left: 5%;
    margin-left: -7px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.point-time1 {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 5px;
    left: 5%;
    margin-left: -7px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.point-time2 {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 10px;
    left: 5%;
    margin-left: -4px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.point-time-one {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 17px;
    left: 6%;
    margin-left: -4px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #d9d9d9;
}

.text-red {
    color: #f6393f;
}

.text-blue {
    color: #1c87bf;
}

.text-green {
    color: #95c91e;
}

.text-yellow {
    color: #ffb902;
}

.text-purple {
    color: #d32d93;
}

.point-red {
    background-color: #D85D60;
}

.point-blue {
    background-color: #1c87bf;
}

.point-green {
    background-color: #95c91e;
}

.point-yellow {
    background-color: #ffb902;
}

.point-purple {
    background-color: #d32d93;
}

.point-white {
    background-color: white;
}

.content {
    width: 100%;
    margin: 12px auto;
}

.content article {
    position: relative;
}

.content article > h3 {
    width: 15%;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 1.4em;
    color: #1d1d1d;
    padding: 10px 0 20px;
}

.content article section {
    padding: 0 0 40px;
    position: relative;
}

.content article section:before {
    content: "";
    width: 1px;
    top: 17px;
    bottom: -17px;
    left: 6%;
    background: #ea5703;
    position: absolute;
}

.content article section:last-child:before {
    display: none;
}

.content article section time {
    width: 15%;
    display: block;
    position: absolute;
}

.content article section time > span {
    display: block;
    text-align: right;
}

.content article section aside {
    margin-left: 12%;
}

.refund-line-level-div {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-bottom: 15px;
}

.thing-padding {
    padding-top: 3px;
    padding-left: 8px;
    padding-bottom: 5px;
}

.refund-row-goods-txt {
    line-height: 24px;
}

.list-item-refund-detail {
    padding-top: 5px;
}

.refund-content-item-btn-detail {
    width: 110px;
    height: 34px;
    border: 1px solid #ea5703;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ea5703;
    color: #ffffff;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}

.refund-detail-contact-btn-bg {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: 15px 7%;
    height: 64px;
}

.refundList-right-top {
    top: 4px;
    right: 0px;
}

.a-top-5-right-0 {
    top: 5px;
    right: 0px;
}

.intentEvaluation-bg {
    background: #fff;
}

.intentEvaluation-row {
    pading: 20px;
    border-bottom: 1px solid #ddd;
}

.commodity-photo-eva {
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
}

.indent-evaluation-textarea {
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 44px;
    box-shadow: inset 0 2px 2px #d9d9d9;
    border-radius: 4px;
    line-height: 36px;
    padding-left: 8px;
    font-size: 12px;
    color: #9a9a9a;
    resize: none;
}

.submit-btn {
    width: 90px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    background: #ea5703;
    border-radius: 5px;
    line-height: 30px;
    border: 0;
    color: #ffffff;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rating-light {
    text-align: center;
    float: left;
    width: 30px;
    height: 30px;
    background: url(../img/img_41.png) no-repeat;
    background-size: 80%;
}

.rating-fade {
    text-align: center;
    float: left;
    width: 30px;
    height: 30px;
    background: url(../img/img_40.png) no-repeat;
    background-size: 80%;
}

.submit-refund-center {
    clear: both;
    padding: 0px 33%;
}

.exchange-goods-item-row-img {
    width: 80px;
    height: 80px;
    border: 1px solid #d9d9d9;
}

.exchange-goods-textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 140px;
    box-shadow: inset 0 2px 2px #d9d9d9;
    border-radius: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #9a9a9a;
    resize: none;
    text-align: left;
    padding-left: 6px;
    text-align: left;
}

.exchange-goods-select {
    margin-left: 7px;
    color: #9a9a9a;
    height: 34px;
    width: 99%;
    border-radius: 4px;
    border-color: #ccc;
    margin-top: -5px;
}

.exchange-good-input {
    margin-top: -5px;
    margin-left: 7px;
    width: 99% !important;
    float: left;
    color: #9a9a9a;
    text-align: left;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    padding-left: 10px;
}

.login_div_bg_white {
    width: 100%;
    height: 103px;
    background-color: #ffffff;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.reg-div-bg-white {
    width: 100%;
    height: 102px;
    background-color: #ffffff;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.reg-div-bg-white {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.update-div-bg-white {
    width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.login_div_username {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.login_lable_username {
    float: left;
    font-size: 17px;
    margin-left: 5%;
    line-height: 50px;
}

.login_input_com {
    float: left;
    font-size: 15px;
    margin: 10px 0px 0px 5%;
    width: 60%;
}

.register_lable_username {
    float: left;
    font-size: 17px;
    margin-left: 5%;
    line-height: 50px;
}

.address_lable_username {
    float: left;
    font-size: 17px;
    margin-left: 5%;
    line-height: 50px;
}

.login_input_username1 {
    float: left;
    font-size: 18px;
    margin: 14px 0 0 5%;
    width: 60%;
}

.login_line_username {
    width: 90%;
    margin-left: 5%;
    border-bottom: 1px solid #ccc;
}

.address_line_username {
    width: 90%;
    margin-left: 5%;
    border-bottom: 1px solid #ccc;
}

.address_line_username_all {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.login_button_username {
    float: left;
    width: 84%;
    height: 40px;
    margin: 5% 0 0 8%;
    background-color: #ea5703;
    border: 0;
    border-radius: 3px;
    font-size: 17px;
    color: white;
}

.address_button_username {
    float: left;
    width: 84%;
    height: 40px;
    margin: 20% 0 0 8%;
    background-color: #ea5703;
    border: 0;
    border-radius: 3px;
    font-size: 20px;
    color: white;
}

.login_div_last {
    width: 80%;
    margin-left: 10%;
    margin-top: 15px;
    font-size: 16px;
    height: 20px;
    float: left;
}

.login_div_float_left {
    float: left;
    font-size: 13px;
}

.login_div_float_right {
    float: right;
    font-size: 13px;
}

.register_valicode_button {
    background-color: #ea5703;
    padding: 0 !important;
    border: 0;
    border-radius: 5px;
    font-size: 12px;
    width: 25%;
    float: right;
    height: 25px;
    margin-right: 5%;
    margin-top: 15px;
    color: #ffffff;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.mine-user-head-bg {
    width: 100%;
    background: url("../img/bg-mine.jpg") no-repeat;
    background-size: cover;
}

.personal_input_div {
    width: 100%;
    line-height: 50px;
}

.personal_div_head {
    width: 100%;
    height: 205px;
    border-bottom: 1px solid #ccc;
    background-color: #ffffff;
}

.personal_div_black_solid {
    width: 100%;
    height: 10px;
    background-color: #f0efec;
}

.personal_headUrl_img_div {
    width: 100%;
    border-top: 1px solid #ccc;
}

.personal_span_text_head {
    float: left;
    margin-left: 5%;
    line-height: 90px;
    font-size: 17px;
}

.personal_img_css {
    float: right;
    margin-right: 5%;
    margin-top: 15px;
}

.personal_div_line {
    width: 90%;
    border-bottom: 1px solid #ccc;
    margin-left: 5%;
    float: left;
}

.personal_label_css {
    float: left;
    margin-left: 5%;
    line-height: 50px;
    font-size: 17px;
}

.personal_div_line2 {
    width: 90%;
    border-bottom: 1px solid #ccc;
    margin-left: 5%;
    float: left;
}

.personal_div_heh {
    float: left;
    margin-left: 5%;
    line-height: 50px;
    font-size: 17px;
}

.personal_button_css {
    float: left;
    width: 84%;
    height: 40px;
    margin: 50% 0 0 8%;
    background-color: #ea5703;
    border: 0;
    border-radius: 3px;
    font-size: 17px;
    color: white;
}

.personal_input_com {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 5px;
    width: 67%;
}

.personal_passowrd_com {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 22px;
    width: 60%;
}

.personal_div_kongbai {
    width: 100%;
    height: 153px;
    background-color: white;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.login-css-center {
    width: 100%;
    text-align: center;
}

.login_log_img {
    width: 40%;
    height: 50px;
    text-align: center;
    background-color: #f0efec;
    margin-top: 20px;
}

.login_input_css {
    border: 1px solid #ccc;
    margin-left: 10%;
    margin-top: 50px;
    width: 80%;
}

.person-input {
    width: 72%;
    color: #9a9a9a !important;
    margin: 10px 0 0 6px;
    float: left;
    font-size: 16px;
    width: 200px;
    border: 2px;
    background-color: #ffffff !important;
}

.myScore_bg_color_widte {
    background-color: #ffffff;
}

.myScore_div_bottom {
    height: 40px;
    border-bottom: solid 1px #ccc;
}

.my_div_hei_40 {
    width: 100%;
    height: 40px;
}

.myScore_span_lef {
    margin: 10px 0 0 25px;
    float: left;
    font-size: 16px;
    width: 60%;
}

.myScore_font-22 {
    margin-left: 5px;
    color: #ff0006;
    font-size: 22px;
    width: 100%;
}

.myScore_span_mar_rt {
    float: right;
    color: #9a9a9a;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 12px;
}

.myScore_bbchw {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #f0efec;
    height: 10px;
    width: 100%;
}

.myScore_font_22_left_28 {
    font-size: 18px;
    margin-left: 28px;
}

.myScore_div_body {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    width: 90%;
    margin-left: 5%;
}

.myScore_div_wite_90 {
    height: 70px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    width: 90%;
    margin-left: 5%;
}

.myScore_div_css {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 10px;
}

.myScore_div_redFont {
    color: #ff0006;
    float: right;
    font-size: 22px;
    margin-top: 3%;
    margin-right: 5%;
}

.myScore_div_redFont::before {
    content: '+';
}

.myScore_div_redFont1 {
    color: #00be1a;
    float: right;
    font-size: 22px;
    margin-top: 3%;
    margin-right: 5%;
}

.myScore_div_redFont1::before {
    content: '-';
}

.myScore_div_H15 {
    height: 15px;
}

.myScore_div_fuzhu {
    margin-left: 10px;
    font-size: 16px;
    margin-top: 10px;
    color: #9a9a9a;
}

.gift_line_css {
    height: 10px;
}

.gift_select {
    width: 40%;
    height: 30px;
    border: 1px solid #ccc;
    color: #9a9a9a;
    background-color: #ffffff;
}

.gift_massage_list_item {
    padding: 5px 0 3px 5px;
}

.gift_massage_list_item .item-complex, .gift_massage_list_item .item-content, .gift_massage_list_item .item-radio, .gift_massage_list_item .item-content {
    padding: 5px 10px 5px 10px;
}

.mineCenterRight {
    font-size: 20px !important;
    color: #DBDBDB;
    right: 5% !important;
}

.mineCenterRight .item-icon-left .icon, .mineCenterRight .item-icon-right .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 32px;
}

.myScore_font_color {
    color: #ff0006;
}

.address_select {
    border: 0;
    -webkit-appearance: none;
    float: left;
    font-size: 16px;
    margin: 14px 0 0px 1px;
    width: 60%;
    color: #9a9a9a;
    background-color: #ffffff;
}

.maker-my-address-span {
    background: #ea5703;
    border-radius: 3px;
    color: #ffffff;
}

.myGift-image {
    top: 0;
}

.my-footprint-section {
    padding: 0 !important;
}

.my-footprint-head {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.my-footprint-head2 {
    width: 95%;
    float: left;
    margin-left: 3%;
    padding: 0;
}

.my-footprint-div {
    font-size: 16px;
    margin: 5px 0 0 3%;
}

.my-footprint-button {
    float: right;
    background-color: #ea5703;
    border-radius: 3px;
    border: 0;
    color: #ffffff;
    height: 24px;
    width: 40%;
    text-align: center;
    line-height: 20px;
}

.my-footprint-head-div {
    margin: 0px auto !important;
}

.my-footprint-head-div .content {
    width: 100%;
    margin: 0px auto;
}

.my-footprint-div-big1 {
    width: 85%;
    height: 120px;
    margin-left: 13%;
    text-align: left;
    border-top: 1px solid #ccc;
    padding: 6px 0 0 0;
}

.my-footprint-div-big2 {
    width: 86%;
    height: 100px;
    margin-left: 7%;
    text-align: left;
    border-top: 0;
    padding: 6px 0 0 0;
    border-bottom: 1px solid #eee;
}

.my-footprint-div-one {
    width: 27%;
    height: 80px;
    float: left;
}

.my-footprint-div-sec {
    width: 100%;
    height: 40px;
    text-align: center;
}

.my-footprint-div-th {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #9a9a9a;
}

.my-footprint-time {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 13px;
    color: #9a9a9a;
}

.my-footprint-url {
    width: 23%;
    height: 80px;
    float: left;
    text-align: center;
}

.my-footprint-font {
    font-size: 12px;
    color: #9a9a9a;
}

.my-footprint-span {
    color: #ea5703;
    font-size: 15px;
    font-weight: 600;
}

.home-tab-index-off {
    background-image: url("../img/tab-index-off.png");
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home-tab-index-on {
    background-image: url("../img/tab-index-on.png");
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home-tab-product-on {
    background-image: url("../img/tab-product-on.png");
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home-tab-product-off {
    background-image: url("../img/tab-product-off.png");
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home-tab-msg-on {
    background-image: url("../img/tab-msg-on.png");
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home-tab-msg-off {
    background-image: url("../img/tab-msg-off.png");
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home-tab-car-on {
    background-image: url("../img/tab-car-on.png");
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home-tab-car-off {
    background-image: url("../img/tab-car-off.png");
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home-tab-mine-on {
    background-image: url("../img/tab-mine-on.png");
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home-tab-mine-off {
    background-image: url("../img/tab-mine-off.png");
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.my-foot-list {
    margin-bottom: 0px !important;
}

.my-foot-list .list {
    position: relative;
    padding-left: 0;
    margin-bottom: 0px;
}

.my-foot-list-p {
    width: 100%;
    height: 70px;
}

.my-foot-p-n {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px;
    height: 40px;
}

.my-foot-list-div {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.my-foot-list-foo {
    color: #9a9a9a;
    font-size: 12px;
    padding-left: 10px;
}

.mine-item-line {
    margin: 0px !important;
}

.mine-item-line .mine-item {
    background-color: #ffffff;
    color: #313131;
    position: relative;
    margin: 0px;
    font-size: 16px;
}

.mine-item-line-border {
    float: left;
    height: 1px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px solid #ccc;
}

.my-message-p {
    width: 105%;
}

.my-message-p-mar {
    margin-top: 5px;
}

.couponListImgButton {
    border: 0;
    background: #ccc;
    border-radius: 3px;
    color: #313131;
}

.couponListImgButton1 {
    border: 0;
    background-color: #D85D60;
    border-radius: 3px;
    color: white;
}

.coupList-button-null {
    background-color: white;
    border: 0;
    float: right;
    margin-top: 20px;
}

.my_foot_mar_3 {
    margin-left: 3%;
}

.home_tabs .tab-item, .home_tabs .tab-item.tab-item-active {
    border: none;
    margin: 0;
    border: none !important;
}

.home_tabs .tab-item.activated {
    color: #ea5703 !important;
}

.home_tabs .tab-item.tab-item-active span {
    color: #ea5703;
}

.home_tabs .tab-item {
    background-color: #333333;
    color: white;
}

.home_tabs .tab-item i {
    height: 28px;
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.home_tabs .tab-item .footer_home_off {
    background-image: url(../img/tab-index-off.png);
}

.home_tabs .tab-item .footer_home_on {
    background-image: url(../img/tab-index-on.png);
}

.home_tabs .tab-item .footer_product_off {
    background-image: url(../img/tab-product-off.png);
}

.home_tabs .tab-item .footer_product_on {
    background-image: url(../img/tab-product-on.png);
}

.home_tabs .tab-item .footer_msg_off {
    background-image: url(../img/tab-msg-off.png);
}

.home_tabs .tab-item .footer_msg_on {
    background-image: url(../img/tab-msg-on.png);
}

.home_tabs .tab-item .footer_cart_off {
    background-image: url(../img/tab-car-off.png);
}

.home_tabs .tab-item .footer_cart_on {
    background-image: url(../img/tab-car-on.png);
}

.home_tabs .tab-item .footer_mine_off {
    background-image: url(../img/tab-mine-off.png);
}

.home_tabs .tab-item .footer_mine_on {
    background-image: url(../img/tab-mine-on.png);
}

.couponList-button-css {
    float: right;
    width: 55px;
    height: 30px;
    margin-right: 10px;
    margin-top: 20px;
    text-align: center;
    padding: 0 !important;
}

.couponList-div-main {
    margin-top: 20px;
}

.gift_div_left_5px {
    margin-left: 5px;
}

.gift_div_list {
    padding: 5px 0 5px 0;
    margin: 0 5px 20px 5px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gift_top_25 {
    margin-top: 25px;
    width: 35%;
}

.gift_money_color {
    font-size: 18px;
    color: #ff0006;
    margin-left: 10px;
}

.gift_font_size_40 {
    font-size: 40px;
    color: #ff0006;
}

.gift_font_size_price {
    font-size: 30px;
    color: #ff0006;
}

.gift_div_boy_left {
    font-size: 15px;
    float: right;
    margin-right: 10px;
}

.gift_div_boy_left-coup {
    font-size: 15px;
    width: 50%;
}

.gift_div_boy_left1 {
    font-size: 15px;
    float: left;
    margin-right: 10px;
}

.gift_fuzhu_font {
    margin-left: 20px;
    font-size: 14px;
    color: #9a9a9a;
}

.gift_condition_font {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #9a9a9a;
}

.gift_span_css {
    border-bottom: 3px dotted #ccc;
    height: 30px;
}

.gift_top5 {
    margin-top: 5px;
}

.gift_font_12px {
    margin: 5px 0 5px 10px;
    font-size: 12px;
}

.gift_div_time {
    float: right;
    margin-right: 10px;
    color: #ff0006;
    font-size: 12px;
}

.gift_right_div {
    margin-right: 10px;
    font-size: 12px;
}

.message_zhuti_div {
    width: 100%;
    height: 60px;
    padding: 2% 0 2% 0;
}

.message_div_left {
    float: left;
    width: 20%;
    text-align: center;
}

.message_img_css {
    margin-top: -3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.message_div_3div {
    float: left;
    width: 70%;
    margin-left: 3%;
}

.message_content-div {
    float: left;
    width: 75%;
    margin-left: 3%;
    margin-top: -3px;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}

.address_list_onclick_div {
    -webkit-box-flex: 0;
    flex: 0 0 76%;
    max-width: 76%;
}

.address_button_div {
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
}

.address_in_list {
    border-bottom: 1px solid #ccc;
}

.address_div_mar {
    margin: 8% 3% 0 3%;
}

.address_span_fuzhu {
    margin-top: 5px;
    color: #9a9a9a;
}

.address_bottom_div {
    float: right;
    border-left: 1px solid #ccc;
}

.address_div_top10 {
    left: 32%;
    top: 10%;
}

.address_div_bottom10 {
    left: 32%;
    bottom: 10%;
}

.address-manager-div-con {
    width: 74%;
    float: left;
}

.address-manager-div-list {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.address-manager-div-name {
    width: 30%;
    float: left;
    font-size: 15px;
    margin-left: 3%;
}

.address-manager-div-ph {
    width: 60%;
    float: left;
    font-size: 15px;
    margin-left: 3%;
}

.address-manager-div-moren {
    float: left;
    width: 95%;
    margin-bottom: 10px;
    margin-left: 3%;
    margin-top: 10px;
    color: #9a9a9a;
}

.address-manager-div-col {
    width: 15%;
    float: left;
    border-left: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.address-manager-div-pading {
    padding: 0 0 0 34% !important;
}

.address-manager-div-pading2 {
    padding: 100% 0 0 34% !important;
}

.guaguaGbImg {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/guagua-beijing.jpg);
}

.guaguaGbImgNone {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/guagua-beijing-none.png);
}

.wrap {
    background: url(../img/guagua-kapian.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.wrap-none {
    background: url(../img/guagua-beijing-none.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.scratch-div-background {
    width: 100%;
    height: 100%;
    text-align: center;
}

.myScore_wrap-divP {
    position: relative;
    top: 42%;
    left: 24%;
    width: 53%;
    height: 100px;
    text-align: center;
}

.scratch-span-css {
    color: #ff0006;
    font-size: 13px;
    position: absolute;
    top: 57%;
    left: 17%;
}

.scratch-cavac-css {
    position: absolute;
    top: 42%;
    left: 24%;
}

.scratch-cavac-div-tuceng {
    width: 100%;
    height: 50px;
    margin-top: 100%;
    text-align: center;
}

.scratch-button {
    width: 35%;
    float: left;
    margin-left: 10%;
    height: 40px;
    border: 0;
    border-radius: 3px;
    background-color: #ffff00;
    color: #e85512;
    font-weight: bolder;
    font-size: 17px;
}

.scratch-button-ref {
    width: 35%;
    float: left;
    margin-left: 10%;
    height: 40px;
    border: 0;
    border-radius: 3px;
    background-color: #ffff00;
    color: #e85512;
    font-weight: bolder;
    font-size: 17px;
}

.sendAddress-color-false {
    width: 100%;
    height: 40px;
    float: left;
    font-size: 16px;
    line-height: 40px;
}

.sendAddress-color-true {
    width: 100%;
    height: 40px;
    float: left;
    font-size: 16px;
    line-height: 40px;
    background-color: #d9d9d9;
    color: #ea5703;
}

.province-Flag {
    width: 50%;
    height: 45px;
    float: left;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
    border-bottom: 3px solid #ea5703;
}

.city-Flag {
    width: 50%;
    height: 45px;
    float: left;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
}

.hiddenDiv {
    display: none;
}

.showDiv {
    display: inherit;
}

.send-address-div {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.send-address-list {
    width: 100%;
    height: 40px;
}

.send-address-first {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search-button-css {
    font-size: 12px;
    border: 0;
    background-color: #ea5703;
    color: white;
    margin-top: 3px;
}

.message-badge {
    margin-right: 5px;
    color: white;
    z-index: 10;
    font-size: 10px;
    float: right;
    background-color: #ee3f44;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
}

.commodityInput-none {
    display: none !important;
}

.commodityInput-block {
    display: block !important;
}

.category_lable {
    margin-left: 5px;
}

.category_button_marginTop {
    margin-top: 3px;
}

.category_height {
    height: calc(100vh - 122px);
}

.category_pos {
    position: absolute;
    top: 1px;
    left: 51%;
}

.commodity_top_css {
    background-color: #d35b61 !important;
    padding: 0px !important;
}

.commodity_input {
    margin-right: 20px !important;
    margin-top: 5px !important;
    border-radius: 7px !important;
    width: 100% !important;
    height: 30px !important;
    margin-left: 20px !important;
}

.detail_back_white {
    background: #ffffff !important;
}

.detail_red_color {
    color: #ea5703;
}

.detail_img_white {
    width: 80% !important;
}

.detail_font_12 {
    font-size: 12px;
}

.detail_width {
    width: 70%;
}

.commodity_width_100 {
    height: 100%;
}

.detailIntro_w100_l0 {
    width: 100%;
    margin-left: 0px;
}

.detailIntro_input {
    border: 1px solid #ccc;
    width: 80%;
    height: 30px;
    border-radius: 5px;
    float: left;
}

.detailModelNumber_closed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.goodsList-margin-left-3 {
    margin-top: 3px;
}

.gooodsList-more {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    float: left !important;
    height: 30px !important;
    width: 70% !important;
}

.add-margin-top-70px {
    margin-top: 70px;
}

.add-margin-top-30per {
    margin-top: 30%;
}

.message-badge-p-a-t-r {
    position: absolute;
    top: 1px;
    left: 51%;
}

.commodityInput-style {
    border: 1px solid #ccc;
    width: 80%;
    height: 30px;
    border-radius: 5px;
    float: left;
}

.maker-message-badge-position {
    position: absolute;
    top: 1px;
    left: 51%;
}

.cateGory-p {
    position: absolute;
    top: 1px;
    left: 51%;
}

.commodity-m20-widt100 {
    margin-top: 20px;
    float: left;
    width: 100px;
}

.commodity_border {
    border: 1px solid gainsboro;
    width: 100px;
}

.addaddress-css {
    color: #9a9a9a !important;
    float: left !important;
    font-size: 16px !important;
    margin: 8px 0 0 4px !important;
    width: 67% !important;
}

.addaddress-css1 {
    color: #9a9a9a;
    float: left;
    font-size: 16px;
    margin: 8px 0 0 4px;
    width: 60%;
}

.addmanage-div-width {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.addmanage-width-10 {
    width: 10%;
}

.address-manager-l-10 {
    left: 10px;
    margin: 75% 0 0 10px;
}

.address-manager-height {
    width: 100%;
    height: 30px;
}

.ding-line-height-50 {
    line-height: 50px;
}

.help-center-list {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 1px;
    border: 0;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-size: 14px;
    overflow: inherit !important;
}

.help-center-list.activated {
    border-color: #ccc !important;
    background-color: #fff !important;
}

.login-input-username {
    float: left !important;
    font-size: 15px !important;
    margin: 10px 0 0 5px !important;
    width: 60% !important;
}

.mine-div-bianji {
    position: absolute;
    top: 35px;
    right: 10px;
    border-radius: 5px;
    height: 25px;
}

.mine-list-margin {
    margin: 17px 0 0 39% !important;
}

.maker-register-lable-username-input {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 5px;
    width: 60%;
}

.maker-register-validateCode-input {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 5px;
    width: 40%;
}

.maker-register-img-onclick {
    float: left;
    margin-left: 22%;
}

.maker-register-div-agree {
    float: left;
    margin-left: 2%;
}

.shop_div_content {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 45%;
    float: left;
    margin-top: 5px;
    margin-left: 2%;
    color: #ff0006;
}

.shop_div_price {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 53%;
    float: right;
    margin-top: 5px;
    font-size: 10px;
    color: #9a9a9a;
    text-decoration: line-through;
}

.shop_div_kucun {
    width: 53%;
    float: left;
    margin-top: 5px;
    margin-left: 2%;
    margin-bottom: 10px;
    font-size: 10px;
    color: #9a9a9a;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.shop_div_kucun_ceil {
    width: 45%;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 10px;
    color: #9a9a9a;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.shop_div_name {
    width: 98%;
    float: left;
    margin-top: 5px;
    margin-left: 2%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ding-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ding-home-ellipsis {
    display: block !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.shop_div_img {
    width: 100px;
    float: left;
    height: 100px;
    margin-left: 15%;
    margin-top: 5px;
}

.shop_div_all {
    width: 50%;
    float: left;
    background-color: #ffffff;
}

.shop_div_all .inner-div {
    margin: 5px;
    padding: 5px;
    border: 1px solid;
    border-color: #ccc;
    float: left;
}

.recommend-scroll {
    width: 100%;
    height: 190px;
}

.shop_rec_goods {
    width: 130px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    border-right: 1px solid;
    border-color: #ccc;
}

.shop_rec_goods img {
    width: 100px;
    float: left;
    height: 100px;
    margin-left: 15px;
    margin-top: 5px;
}

.margin-left-ding-2 {
    margin-left: 2%;
}

.ding_over_flow {
    overflow: auto;
}

.progress-bar {
    z-index: 99999;
    position: absolute;
    margin-top: 44px;
    width: 100%;
    max-width: 640px;
    text-align: center;
}

.progress-bar img {
    width: 15%;
    opacity: 0.45;
}

.seckill-time-line-down {
    width: 90px;
    border-right: 1px solid #000000;
    color: white;
    height: 50px;
    text-align: center;
    float: left;
    padding: 5px;
    background-color: #3e3e3e;
}

.seckill-time-line-on {
    width: 90px;
    border-right: 1px solid #ea5703;
    color: white;
    height: 50px;
    text-align: center;
    float: left;
    padding: 5px;
    background-color: #ea5703;
}

.home_search_div {
    width: 60%;
    height: 100%;
    float: left;
}

.home_search_div1 {
    width: 40%;
    height: 100%;
    float: left;
}

.ding-over-flow {
    overflow: auto !important;
}

.ding-margin-l-2 {
    margin-left: 2%;
}

.color-orag {
    color: #ff6634;
}

.register_agreement {
    padding: 10px;
}

.register_agreement .agree_btn {
    width: 84%;
    height: 40px;
    margin: 5% 0 0 8%;
    background-color: #ea5703;
    border: 0;
    border-radius: 3px;
    font-size: 17px;
    color: white;
}

.ding-shop-car {
    background-color: #cccccc;
    border-radius: 3px;
    font-size: 10px;
}

.ding-height-100p {
    height: 100px;
}

.ding-height-60p {
    height: 60px;
}

.ding-height-37p {
    height: 37px;
}

.ding-height-25p {
    height: 25px !important;
}

.ding-line-height-60p {
    line-height: 60px;
}

.ding-line-height-50p {
    line-height: 37px;
}

.ding-line-height-70p {
    line-height: 70px;
}

.ding-xuxian-css {
    border-bottom: 3px dotted #cccccc;
}

.ding-blue-undline {
    color: blue !important;
    text-decoration: underline !important;
}

.ding-home-div-title {
    width: 80%;
    line-height: 35px;
    color: #cf000e;
}

.ding-X-line {
    text-decoration: line-through !important;
}

.seckill-content-margin {
    overflow: auto;
    margin-top: 60px;
}

.seckill-content-margin-none {
    overflow: auto;
}

.evaluation-tarb-button-off {
    background-color: white;
    color: #313131;
    font-size: 10px;
    padding: 3px;
    margin: 2px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    float: left;
}

.evaluation-tarb-button-off1 {
    background-color: white;
    color: #313131;
    font-size: 10px;
    padding: 3px;
    margin: 2px;
    border-radius: 3px;
    float: left;
}

.evaluation-tarb-button-on {
    background-color: #D85D60;
    color: white;
    font-size: 10px;
    padding: 3px;
    margin: 2px;
    border-radius: 3px;
    border: 1px solid #D85D60;
    float: left;
}

.shopCart-div-css {
    height: 100px;
    float: left;
    padding-left: 10px;
    line-height: 80px;
}

.shopcart-div-height-80p {
    height: 80px;
}

.messageContainer {
    white-space: normal;
    word-wrap: normal;
    font-size: xx-small;
}

.messageContainer a {
    text-decoration: none;
    pointer-events: none;
}

.messageRedSpot::before {
    content: '●';
    color: #d85d60;
}

.messageTypeChosen {
    text-decoration: overline;
    color: #d85d60;
}

.brandSummary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: xx-small;
}

.myScore_div_container {
    width: 33%;
    float: left;
    text-align: center;
    line-height: 30px;
    height: 100%;
}

.newHomeTab .tab-nav {
    top: 44px !important;
    height: 100px !important;
    line-height: 40px !important;
    min-width: 200% !important;
}

.newHomeTab .has-tabs-top {
    top: 84px !important;
}

.homeSectionLine {
    height: 1px;
    background-color: grey;
    width: 40%;
    float: left;
    margin-top: 10px;
}

.order-list-icon-right {
    top: 45% !important;
}

.conllection-box {
    padding: 10px 10px 60px 10px;
    display: table;
}

.conllection-item {
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    background-color: white;
    padding: 10px;
}

.conllection-item-title {
    font-size: 12px;
    text-align: left;
    height: 38px;
    line-height: 16px;
    color: #686868;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    word-break: break-word;
    box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
}

.conllection-item-price {
    font-size: 14px;
    color: #ea5703;
    font-weight: 600;
}

.cancel-controller {
    height: 100%;
    background-color: #ea5703;
    text-align: center;
    line-height: 40px;
    font-weight: bolder;
    color: white;
    box-shadow: 0 0 2px 0 black;
}

.conllection-box .item-checkbox .checkbox {
    right: unset;
    left: -5px;
}

.conllection-item .checkbox-icon {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
    font-size: 17px;
    line-height: 35px;
    color: #ea5703;
}

.conllection-item .checkbox-icon:before {
    content: "\e92d";
    -webkit-tap-highlight-color: transparent;
    border: none;
    background-color: transparent;
}

.conllection-item .checkbox-icon:after {
    content: "";
    -webkit-tap-highlight-color: transparent;
}

.conllection-item .checkbox input:checked::before, .conllection-item .checkbox input:checked + .checkbox-icon::before {
    background: none;
    border: none;
    content: "\e91e";
    -webkit-tap-highlight-color: transparent;
    border: none;
    background-color: transparent;
}

.conllection-item .checkbox input:checked::after, .conllection-item .checkbox input:checked + .checkbox-icon::after {
    content: "";
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: none;
}

.myFootHeader {
    border-bottom: 1px solid #ddd;
}

.confirm-order-row-bg {
    background: #ffffff;
}

.confirm-order-row-bg-gray {
    background: #f7f7f7;
}

.item-border {
    border: 0px solid #f7f7f7;
}

.confirm-order-row-title {
    font-size: 16px;
    color: #313131;
    vertical-align: middle;
    line-height: 36px;
}

.border-top-line {
    border-top: 1px solid #ccc;
}

.confirm-order-row-address-txt {
    font-size: 14px;
    color: #313131;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 15px;
    padding-top: 5px;
}

.confirm-order-row-txt {
    font-size: 14px;
    color: #313131;
    vertical-align: middle;
    line-height: 36px;
    padding-left: 40px;
    padding-top: 5px;
}

.confirm-order-detail-title {
    font-size: 16px;
    color: #313131;
    vertical-align: middle;
    line-height: 32px;
}

.confirm-order-row-form-txt {
    font-size: 14px;
    color: #d9d9d9;
    vertical-align: middle;
    line-height: 36px;
    padding-left: 36px;
}

.confirm-order-row-form-input input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 4px;
    color: #9a9a9a;
    font-size: 14px;
    height: 32px;
    width: 95%;
}

.confirm-order-row-form-textarea {
    border: 1px solid #d9d9d9;
    width: 94%;
    height: 70px;
    border-radius: 4px;
    line-height: 24px;
    color: #9a9a9a;
    resize: none;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 6px;
    margin-left: 5px;
    box-shadow: inset 0 2px 2px #d9d9d9;
}

.confirm-order-row-you-form-select {
    width: 100%;
    -webkit-appearance: none;
}

.confirm-order-coupons {
    color: #999999;
    font-size: 14px;
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.confirm-order-select-invoice {
    height: 32px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

.confirm-order-row-pay-txt {
    font-size: 14px;
    color: #313131;
    vertical-align: middle;
}

.a-pay-right-top {
    right: 6px;
    top: 0px;
}

.button-points-submit {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border: 0px solid #ea5703;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ea5703;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
}

.a-points-submit-right-top {
    right: 16px;
    top: 4px;
}

.button-pay-submit {
    width: 86px;
    height: 30px;
    line-height: 30px;
    border: 0px solid #ea5703;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ea5703;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    margin-right: 1%;
}

.a-pay-submit-right-top {
    right: 0px;
    bottom: 0px;
}

.confirm-order-hidden {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.maker-confirm-order-coupons-iput {
    padding-left: 10px;
    height: 40px;
    width: 100% !important;
}

.payOk {
    background: #ffffff;
    height: 100%;
    width: 100%;
}

.payOk-img-item {
    width: 100%;
    height: 120px;
}

.payOk-img {
    width: 48px;
    height: 48px;
}

.a-pay-ok {
    top: 28px;
    left: 43%;
}

.a-pay-ok-mm {
    left: 40%;
    bottom: -28px;
    background: #ffffff;
    height: 40px;
    width: 67px;
}

.payOk-img-mm {
    margin-left: 16px;
    width: 30px;
    text-align: center;
}

.payOK-btn-bg {
    clear: both;
    padding: 2px 15%;
}

.payOK-btn {
    width: 94px;
    height: 34px;
    border: 1px solid #ea5703;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ea5703;
    color: #ffffff;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}

.iphone-safa-area {
    padding-bottom: constant(safe-area-inset-bottom) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
}

.htwins-tabs {
    width: 100%;
    height: auto !important;
    background: white;
}

.htwins-tabs .htwins-tabs-div {
    width: 25%;
    float: left;
    text-align: center;
}

.htwins-tabs .htwins-tabs-div .htwins-tabs-div-img {
    width: 100%;
    height: 20px;
    margin-top: 5px;
}

.htwins-tabs .htwins-tabs-div .htwins-tabs-div-img img {
    width: 20px;
    height: 20px;
}

.htwins-tabs .htwins-tabs-div span {
    width: 100%;
    font-size: 11px;
}

.htwins-head div {
    -webkit-transform: none !important;
}

.maker-my-img {
    width: 64px;
}

.maker-my-button {
    height: 20px;
    color: gray;
    font-size: 10px;
    float: right;
    width: 60px;
    background-color: white;
}

.maker-my-button-order {
    width: 25%;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: x-small;
    background-color: white;
}

.maker-my-button-order-last {
    width: 25%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: x-small;
    background-color: white;
}

.maker-my-button-order-badge {
    color: #ef473a;
    padding-left: 10px;
}

.maker-my-list.list {
    border: 1px solid #cccccc;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 15px;
    margin-right: 15px;
}

.maker-my-item.item {
    border-right-style: none;
    border-left-style: none;
}

.maker-my-item-first.item {
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
}

.maker-my-item-last.item {
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.maker-collection-list-img {
    padding-top: 10px;
    width: 64px;
}

.maker-collection-list-txt.row {
    margin-top: 10px;
    color: gray;
    font-size: small;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.maker-collection-list-button {
    width: 85px;
    height: 30px;
    border: 1px solid #ddd;
    background-color: white;
    margin-top: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.maker-collection-list-text {
    color: red;
}

.maker-collection-list-button-advertorial {
    margin-top: 10px;
    width: 100%;
    font-size: small;
}

.maker-collection-list-button-col.col-15 {
    overflow: hidden;
}

.maker-collection-list-col.col {
    padding-top: 0;
}

.maker-message-ion.icon.ion-android-close {
    float: right;
    background: none;
    border: none;
}

.maker-message-button {
    margin-top: 25%;
}

.maker-message-test {
    color: blue;
}

.commodity-photo {
    width: 64px;
}

.topic-img {
    width: 40px;
    height: 40px;
}

.maker-shoppingcart-img {
    width: 70px;
    height: 70px;
}

.maker-address-input {
    border-bottom: #666 1px solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

.maker-address-submit {
    width: 80%;
    height: 40px;
    margin-left: 10%;
    margin-top: 20px;
    background-color: #27a669 !important;
    color: white !important;
}

.maker-indent-confirm-img {
    width: 60px;
    height: 60px;
}

.maker-use-lucky-money {
    border: 1px solid gray;
}

.maker-avatar-img {
    width: 80px;
    height: 80px;
}

.maker-personal-information-submit {
    margin-left: 70px;
    width: 100px;
    height: 40px;
}

.maker-shoppingcart-bottombtn {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background: lightgray;
}

.maker-shoppingcart-item {
    padding: 0px;
}

.maker-amount-control {
    width: 70px;
    padding: 0px;
    border: solid 1px;
}

.maker-quantity {
    text-align: center;
}

.maker-details {
    margin-left: 20px;
}

.maker-usebtn {
    float: right;
    height: 30px;
}

.maker-edit-address {
    margin-bottom: 15px;
}

.maker-delete-address {
    margin-top: 15px;
}

.maker-personal-content {
    margin: 40px;
}

#maker-personal-name {
    border: solid;
    border-width: 1px;
    border-color: #69717d;
}

#maker-personal-phonenum {
    border: solid;
    border-width: 1px;
    border-color: #69717d;
}

#original-password {
    border: solid;
    border-width: 1px;
    border-color: #69717d;
    margin: 2px;
}

#new-password {
    border: solid;
    border-width: 1px;
    border-color: #69717d;
    margin: 2px;
}

#confirm-password {
    border: solid;
    border-width: 1px;
    border-color: #69717d;
    margin-top: 2px;
}

.maker-modal {
    width: 100%;
    top: 20%;
    bottom: 0;
    min-height: 0;
    height: 60%;
    background: #fff;
    color: #333;
}

.modal-backdrop.active {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.centre {
    margin: 0 auto;
}

.user-info {
    height: 120px;
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: white;
    font-size: 14px;
}

.user-info .user-img {
    height: 90px;
}

.user-info .user-name {
    margin-top: 20px;
}

.user-info-right-icon {
    position: absolute;
    right: 10px;
    top: 40px;
}

.green-bg {
    background: #27a669;
}

.my-title {
    opacity: 0.85;
}

.my-order-state .order-state-item {
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 20%;
    min-width: 20%;
}

.my-order-state .order-state-item img {
    width: 30px;
}

.my-order-state .order-state-item div {
    margin-top: -4px;
}

.my-center-item {
    padding-left: 10px;
    padding-right: 10px;
}

.my-center-item .single-item {
    height: 50px;
    font-size: 14px;
}

.my-center-item .single-item span {
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.my-center-item .single-item .icon-left {
    width: 30px;
    float: left;
    margin-top: 10px;
}

.makershop-my-address-itemdiv {
    padding: 10px;
    background-color: white;
}

.makershop-my-address-itemdiv-name {
    width: 50%;
    float: left;
    font-size: 16px;
    margin-left: 2%;
    color: #313131;
}

.makershop-my-address-itemdiv-name1 {
    width: 50%;
    float: left;
    font-size: 16px;
    margin-top: 10px;
}

.makershop-my-address-item-is-checked {
    background: url("../img/icon-check-red.png") center no-repeat;
    background-size: 100% 100%;
}

.makershop-my-address-item-is-checked1 {
    background: url("../img/icon-check-red.png") center no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}

.makershop-my-address-item-is-checked2 {
    background: url("../img/icon-check-red.png") center no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
}

.makershop-my-address-item-un-checked {
    background: url("../img/icon-check-off.png") center no-repeat;
    background-size: 100% 100%;
}

.makershop-my-address-item-un-checked1 {
    background: url("../img/icon-check-off.png") center no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}

.makershop-my-address-item-un-checked2 {
    background: url("../img/icon-check-off.png") center no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
}

.makershop-my-address-item-checked {
    margin-right: 10px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    float: left;
}

.makershop-my-address-item-checked-detail {
    margin-left: 33px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    float: left;
}

.makershop-my-address-item-managediv {
    height: 40px;
    padding: 10px;
}

.makershop-my-address-item-checkeddiv {
    height: 40px;
    line-height: 40px;
}

.makershop-my-address-item-editordiv {
    float: right;
    margin-right: 20px;
}

.makershop-my-address-item-deletediv {
    float: right;
}

.makershop-my-address-item-img-editor {
    width: 14px;
    height: 14px;
    background: url("../img/address-update.png") center no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-left: 13px;
}

.makershop-my-address-item-img-delete {
    width: 14px;
    height: 14px;
    background: url("../img/address-delete.png") center no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
}

.makershop-my-address-item-checkeddiv-div {
    float: left;
}

.makershop-my-address-item-checkeddiv-div1 {
    margin: 70% 0 0 30%;
}

.makershop-my-address-item-text {
}

.makershop-my-address-item-address-p {
    font-size: 14px;
}

.makershop-my-add-address-item-div {
    margin-top: 10px;
    height: 40px;
    background-color: white;
    line-height: 40px;
}

.makershop-my-add-address-item-span {
    padding-left: 20px;
    float: left;
    width: 30%;
}

.makershop-my-add-address-item-input {
    width: 70%;
    float: left;
    height: 40px !important;
}

.makershio-userinfo-list-div {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.makershio-userinfo-list-div .makershop-userinfo-item-phone {
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.makershio-userinfo-list-div .makershop-userinfo-item-phone span {
    height: 60px;
    line-height: 60px;
}

.makershio-userinfo-list-div .makershop-userinfo-item-phone i {
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    float: right;
}

.makershio-userinfo-list-div .makershop-userinfo-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.makershio-userinfo-list-div .makershop-userinfo-item .makershop-userinfo-item-content {
    float: right;
    margin-right: 10px;
}

.makershio-userinfo-list-div .makershop-userinfo-item img {
    width: 11px;
    float: right;
}

.makershop-userinfo-button-div {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.makershop-userinfo-button-div button {
    width: 90%;
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.maker-update-user-username-input {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 39px;
    width: 60%;
}

.maker-update-user-validateCode-input {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 23px;
    width: 35%;
}

.maker-update-user-password {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 23px;
    width: 60%;
}

.maker-user-new-password {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 5px;
    width: 60%;
}

.maker-register-user-password {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 38px;
    width: 60%;
}

.maker-register-user-new-password {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 5px;
    width: 60%;
}

.maker-mine-number-p-l {
    position: relative;
    left: 0px;
}

.maker-mine-editor-btn-div {
    position: absolute;
    top: 35px;
    right: 10px;
    border-radius: 5px;
    height: 25px;
}

.maker-mine-unlogin-div {
    width: 100%;
    height: 100px;
}

.maker-mine-unlogin-div-user-yhm {
    width: 100%;
    height: 70px;
    float: left;
    text-align: center;
}

.maker-mine-list-img-margin {
    margin: 17px 0 0 39%;
}

.maker-mine-message-badge {
    position: absolute;
    top: 1px;
    left: 51%;
}

.maker-mine-shopCar-badge {
    position: absolute;
    top: 1px;
    left: 72%;
}

.maker-login-input-user-username {
    float: left;
    font-size: 15px;
    margin: 10px 0 0 5px;
    width: 60%;
}

.maker-home-label-margin {
    margin: 7px 0 0 5px;
}

.register_valicode_un_button {
    background-color: #ccc;
    padding: 0 !important;
    border: 0;
    border-radius: 5px;
    font-size: 12px;
    width: 25%;
    float: right;
    height: 25px;
    margin-right: 5%;
    margin-top: 15px;
    color: #ffffff;
}

.home-list {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.home-text {
    background: #ffffff;
    border-top: 11.81px solid #e5e5e5;
    border-bottom: 4.86px solid #e5e5e5;
    width: 100%;
    height: 58.34px;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    color: #000;
}

.home-text b {
    font-size: 15.28px;
}

.home-text-right {
    position: absolute;
    height: 11px;
    width: 11px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border: 1px solid #bbb;
    border-left: none !important;
    border-bottom: none !important;
    right: 0;
    top: 50%;
    right: 23px;
    margin-top: -6px;
}

.home-list-img {
    width: 100%;
    height: 42.2%;
}

.home-list-item img {
    width: 100%;
    height: 167.33%;
}

.header-card {
    box-shadow: none;
    height: 62px;
    background-color: #101225;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 29.14px;
    margin-bottom: 31.25px;
}

.header-card div {
    margin: 0px;
    border-radius: 0px;
    background: #101225;
}

.header-card-item {
    background-color: rgba(0, 0, 0, 1);
}

.header-card .img {
    border-radius: 6px;
}

.header-card-item p {
    font-size: 8px;
    color: #fff;
}

.header-card-item .interest {
    float: right;
    bottom: 35px;
    border-radius: 25px;
    display: none;
    height: 23.26px;
    width: 57.64px;
    background: #ea5703;
}

.header-card-item .interested {
    background-color: rgba(0, 0, 0, 1);
    color: #f5f5f5;
    float: right;
    bottom: 35px;
    border-radius: 25px;
    display: none;
    height: 23.26px;
    width: 57.64px;
}

.suspension-shop-cart {
    position: sticky;
    width: 40px;
    height: 40px;
    margin-bottom: -450px;
    top: 450px;
    left: 87.5%;
    top: 53%;
    background-color: white;
    border-radius: 20px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 11px;
    border: 1px solid lightgray;
}

.suspension-shop-cart .cartnum {
    display: none;
    position: absolute;
    display: block;
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #ea5703;
    border-radius: 50%;
    right: 0%;
    top: -4px;
    border: 1px solid #ea5703;
}

.suspension-shop-cart .position-r {
    width: 24px;
    height: 24px;
}

.tabs-top {
    background-color: rgba(0, 0, 0, 1);
    color: white;
}

.home-list-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
}

.home-list-item-grid-left {
    width: 50%;
    height: 83.66%;
    float: left;
    background: white;
    border-top: 4.86px solid #e5e5e5;
    border-right: 2.43px solid #e5e5e5;
    position: relative;
}

.home-list-item-grid-right {
    width: 50%;
    height: 83.66%;
    float: left;
    background: white;
    border-top: 4.86px solid #e5e5e5;
    border-left: 2.43px solid #e5e5e5;
    position: relative;
}

.home-list-item-grid img {
    height: 298.26px;
}

.home-list-item-grid p {
    position: absolute;
    left: 5px;
    top: 0;
    width: 30px;
    color: coral;
    font-size: 80%;
}

.home-list-item-div {
    text-align: center;
    margin-top: -16%;
    position: absolute;
    width: 100%;
}

.home-list-item-span {
    padding-bottom: 4%;
    position: absolute;
    color: #ea5703;
    font-size: 14px;
    font-weight: 600;
}

.home-list-item-double-goods {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.home-list-item-single-goods {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.home-list-check-more {
    display: block;
    line-height: 0px;
    margin-top: -76.39px;
    padding-top: 76.39px;
}

.home-middle {
    background-color: white;
}


.home-middle .single-picture {
    width: 94.8%;
    height: 16.7%;
    margin-top: 4px;
    margin-left: 2.6%;
    margin-right: 2.6%;
}

.home-middle .double-picture {
    width: 49.2%;
	height: 16.7%;
}

.single-and-double-picture {
    width: 94.8%;
    height: 16.7%;
    margin-left: 2.6%;
    margin-right: 2.6%;
}

.home-text h6 {
    display: none;
}

.m-gotop-wrap {
    display: none;
    position: fixed;
    z-index: 50;
    right: 10px;
    bottom: 60px;
    cursor: pointer;
}

.m-gotop-wrap .ic-gotop img {
    width: 28px;
    height: 28px;
}

.home-tab {
    border: 0px;
    height: 3rem;
    margin-top: -1px;
}

.home-tab .item {
    background-color: #101225;
    padding: 1rem 0.8rem;
}

#common-header div {
    margin: 0;
}

.price_fh {
    color: #ea5703;
    font-size: 8px;
    display: inline-block;
}

#customer-service-box {
    position: absolute;
    top: 75%;
    right: -22px;
    z-index: 1000;
}

.seckill {
    display: none;
}

.seckill-tab {
    display: none;
}
