body {
    font-family: 苹方, 微软雅黑;
    width: 100%;
    height: 100%;
    margin: 0 auto !important;
    cursor: default !important;
    max-width: 720px;
}

/*防止IOS click事件无效*/

* {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select,
button {
    font-family: inherit;
    margin: 0;
    border-radius: 0;
}

#search-txt::-webkit-search-cancel-button {
    background-color: #aaa;
    width: 20px;
}

body::-webkit-scrollbar {
    display: none;
}

html {
    width: 100%;
    height: 100%;
    font-size: 24px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

select,
input {
    -webkit-appearance: none;
}

input,
button {
    outline: none;
}

[v-cloak] {
    display: none !important;
}

#container {
    animation: fadein .3s;
    -webkit-animation: fadein .3s;
    -o-animation: fadein .3s;
}

#container::-webkit-scrollbar {
    display: none;
}

.html-block img {
    max-width: 100%;
    overflow: hidden;
}

.sweet-alert {
    background-color: #fff;
    font-family: 'Microsoft Yahei';
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000;
}

.sweet-alert .info {
    height: 60px;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #999;
}

.sweet-alert .info span {
    font-size: 12px;
    color: #999;
}

.sweet-alert .sub {
    height: 40px;
    width: 100%;
}

.sweet-alert .sub .red {
    height: 40px;
    width: 40%;
    background: #dd6b55;
    margin: auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.sweet-alert .sub .green {
    height: 40px;
    width: 40%;
    background: #33731cd0;
    background: #31cd00;
    margin: auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.sweet-alert .sub .grey {
    height: 40px;
    width: 40%;
    background: #999;
    margin: auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert .icon.error {
    border-color: #F27474;
}

.sweet-alert .icon.error .x-mark {
    position: relative;
    display: block;
}

.sweet-alert .icon.error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.sweet-alert .icon.error .line.left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}

.sweet-alert .icon.error .line.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}

.sweet-alert .icon.warning {
    border-color: #F8BB86;
}

.sweet-alert .icon.warning .body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86;
}

.sweet-alert .icon.warning .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86;
}

.sweet-alert .icon.success {
    border-color: #A5DC86;
}

.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    transform: rotate(45deg);
}

.sweet-alert .icon.success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sweet-alert .icon.success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sweet-alert .icon.success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .icon.success .fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .icon.success .line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .icon.success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .icon.success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-moz-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

.showSweetAlert {
    -webkit-animation: showSweetAlert 0.3s;
    -moz-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.hideSweetAlert {
    -webkit-animation: hideSweetAlert 0.2s;
    -moz-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-moz-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-moz-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@-moz-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    -moz-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    -moz-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -moz-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    -moz-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@-moz-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    -moz-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

@-moz-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    -moz-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

@-moz-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    -moz-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

div#footer-edit-1 {
    background-color: #fff;
    padding: 16px 0 58px 0;
    text-align: center;
}

div#footer-edit-1 a {
    text-decoration: none
}

div#footer-edit-1 p {
    margin-bottom: 10px;
    font-size: 14px;
}

div#footer-edit-1 p.deep-gray {
    color: #666;
}

div#footer-edit-1 p.gray {
    color: #999;
}

footer#footer-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px !important;
    /*	box-shadow: 0 -1px 1px #f7f7f7;*/
    z-index: 999;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType='0');
    box-sizing: border-box;
    max-width: 720px;
    margin: auto;
}

footer#footer-nav:before {
    background-color: #d5d5d5;
}

#footer-nav .menu-list {
    display: flex;
}

.search1 {
    height: 100%;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 999;
}

.search1 .topbar1 {
    height: 50px;
    width: 100%;
    background: #f6f6f6;
}

.search1 .topbar1 .left_wrap {
    height: 34px;
    width: 100%;
    float: left;
    margin-left: 10px;
}

.search1 .topbar1 .left {
    margin-right: 70px;
    margin-top: 7px;
}

.search1 .topbar1 .left input {
    width: 100%;
    height: 32px;
    line-height: 30px;
    border: none;
    padding: 0 0 0 10px;
    background: transparent;
    background: #e3e3e5;
    border-radius: 8px 0px 0px 8px;
}

.search1 .topbar1 .right {
    position: relative;
    float: right;
    width: 70px;
    margin-left: -70px;
}

.search1 .topbar1 .right .sub1 {
    height: 32px;
    width: 30px;
    float: left;
    background: #e3e3e5;
    border-radius: 0px 8px 8px 0px;
    border: 0px;
    padding: 0px;
    margin-top: 7px;
    font-size: 16px;
    color: #6f737c;
}

.search1 .topbar1 .right .home1 {
    height: 50px;
    width: 30px;
    margin-left: 5px;
    float: left;
    text-align: right;
    line-height: 50px;
    color: #6f737c;
    font-size: 14px;
}

.search1 .result1 {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
}

.search1 .result1 ul {
    margin: 0;
    padding: 0;
}

.search1 .result1 ul li {
    width: 94%;
    border-bottom: 1px solid #dedede;
    padding: 0 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search1 .result1 ul li a {
    color: #999;
    text-decoration: none;
}

.good_choose_layer {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    display: none
}

.good_choose {
    height: auto;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    display: none
}

.good_choose .info {
    padding: 0 10px;
    position: relative;
    height: 90px;
    top: -15px;
}

.good_choose .info .left {
    float: left;
    width: 86px;
    height: 86px;
    background: #fff;
    border-radius: 2px;
}

.good_choose .info .left img {
    width: 80px;
    height: 80px;
    padding: 3px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.good_choose .info .right {
    float: left;
    width: 100%;
    margin-left: -86px;
    padding-left: 96px;
    padding-top: 20px;
    box-sizing: border-box;
}

.good_choose .info .right .price {
    color: #f15353;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    padding-top: 8px;
}

.good_choose .info .right .stock {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    ;
    height: 20px;
}

.good_choose .info .right .option {
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.good_choose .other {
    position: relative;
    height: auto;
    margin-bottom: 50px;
    padding-left: 10px;
    width: 99%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: -15px;
    font-size: 14px;
    color: #4C4C4C;
}

.good_choose .other .spec {
    width: 100%;
    padding: 10px 0 5px 0;
    float: left
}

.good_choose .other .spec_items {
    width: 100%;
    padding: 5px 0 5px 0;
    height: auto;
    border-bottom: 1px solid #e4e4e4;
    float: left
}

.good_choose .other .option {
    float: left;
    padding: 4px 8px;
    background: #F1F1F1;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #4C4C4C;
}

.good_choose .other .on {
    background: #f15353;
    color: #fff
}

.good_choose .other .number {
    float: left;
    width: 100%;
    padding-top: 10px;
    height: 36px
}

.good_choose .other .number .label {
    float: left;
    width: 100px;
    padding-top: 5px;
}

.good_choose .other .number .num {
    border: 1px solid #dedede;
    height: 34px;
    float: right;
    margin-right: 10px;
}

.good_choose .other .number .num button {
    width: 35px;
    height: 34px;
    border: none;
    color: #333;
    float: left;
    background: #eee;
    -webkit-appearance: none;
}

/*.good_choose .other .number .num button#btn_plus { float:right;}*/

.good_choose .other .number .num input {
    width: 50px;
    border: none;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    text-align: center;
    height: 34px;
    padding: 0;
    float: left;
    -webkit-appearance: none;
    outline: none;
}

.good_choose .sub {
    position: fixed;
    bottom: 0px;
    height: 44px;
    width: 100%;
    background: #f15353;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.good_choose .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    color: #666;
    font-weight: normal;
}

.good_choose .disabled {
    background: #ccc;
    color: #fff
}

.follow_topbar {
    height: 44px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    max-width: 720px;
    z-index: 999;
}

.follow_topbar .headimg {
    height: 32px;
    width: 32px;
    padding: 6px;
    float: left;
}

.follow_topbar .headimg img {
    height: 32px;
    width: 32px;
}

.follow_topbar .info {
    height: 28px;
    padding: 8px 0px;
}

.follow_topbar .info .i {
    height: 14px;
    line-height: 14px;
    color: #ccc;
    font-size: 12px;
}

.follow_topbar .info {
    height: 40px;
    float: left;
}

.follow_topbar span {
    color: #ff6600
}

.follow_topbar .sub {
    height: 24px;
    width: auto;
    background: #32cd32;
    padding: 0px 10px;
    margin: 10px 8px 10px 0px;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    border-radius: 3px;
}

footer#footer-nav .menu-list li {
    flex: 1;
    text-align: center;
}

footer#footer-nav .menu-list li a {
    color: #848484;
    padding: 0;
    text-decoration: none;
    display: block;
    padding-top: 33px;
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 22px;
    position: relative;
}

footer#footer-nav .menu-list li a>i {
    display: block;
    font-size: 20px;
    line-height: 28px;
}

footer#footer-nav .menu-list li a>span {
    display: block;
    font-size: 12px;
    line-height: 22px;
}

footer#footer-nav .menu-list li.active a>span {
    color: #E41533;
}

footer#footer-nav .menu-list li.active a>i {
    color: #E41533;
}

.footer-count {
    position: absolute;
    padding: 0 5px;
    height: 14px;
    line-height: 14px;
    border-radius: 7px;
    font-size: 11px;
    color: white;
    right: calc(50% - 25px);
    top: 2px;
    background-color: #FF2424;
}

.footer-count:empty {
    display: none;
}

.footer-count.bump {
    animation: bump_heavy .2s;
    -webkit-animation: bump_heavy .2s;
    -o-animation: bump_heavy .2s;
}

#footer-home a {
    background-image: url(../images/footer/home.png);
}

#footer-list a {
    background-image: url(../images/footer/list.png)
}

#footer-regimen {
    position: relative;
    z-index: 100;
}

#footer-regimen a {
    position: relative;
}

#footer-regimen a:after {
    content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 22px);
    top: -14px;
    background-image: url(../images/footer/regimen_camel_dark.png);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    background-size: 66%;
    background-repeat: no-repeat;
    background-position: center;
}

#footer-regimen.active a:before {
    content: "";
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #E41533;
    opacity: 0.3;
    left: calc(50% - 27px);
    top: calc(50% - 47px);
    animation: zoom .3s;
}
@keyframes zoom {
    from {
        transform: scale(.8);
    }
}
#footer-regimen a:after {}

#footer-cart a {
    background-image: url(../images/footer/cart.png)
}
#footer-about_us a{
    background-image: url(../images/footer/about_us.png)
}

#footer-member a {
    background-image: url(../images/footer/member.png)
}

#footer-home.active a {
    background-image: url(../images/footer/home_active.png);
}

#footer-list.active a {
    background-image: url(../images/footer/list_active.png)
}

#footer-regimen.active a:after {
    background-color: #E41533;
    background-image: url(../images/footer/regimen_camel.png);
    box-shadow: none;
}

#footer-cart.active a {
    background-image: url(../images/footer/cart_active.png)
}

#footer-member.active a {
    background-image: url(../images/footer/member_active.png)
}

#footer-about_us.active a{
    background-image: url(../images/footer/green_about_us.png)
}

footer#footer-nav .menu-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#core_alert .layer {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
}

#core_alert .tips {
    height: 120px;
    width: 250px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    margin: -100px -146px;
    display: none;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 20px 20px 10px 20px;
}

#core_alert .tips .title {
    height: 90px;
    width: 250px;
    font-size: 16px;
    color: #676767;
}

#core_alert .tips .sub {
    height: 30px;
    width: 250px;
}

#core_alert .tips .sub nav {
    height: 30px;
    width: auto;
    padding: 0px 10px;
    margin: 0px 2px;
    font-size: 16px;
    line-height: 30px;
    float: right;
    color: #5e7199;
}

#core_alert .tips .sub nav:hover {
    background: #eee;
    border-radius: 3px;
}

#cover {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99999999
}

;
#cover img {
    width: 100%;
}

.page_topbar {
    position: relative;
    height: 45px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}

.page_topbar .title {
    height: 45px;
    ;
    line-height: 45px;
    color: #666;
    text-align: center;
}

.page_topbar a.back {
    text-decoration: none;
    position: absolute;
    left: 15px;
    height: 45px;
    line-height: 45px;
    display: block;
    color: #999;
    font-size: 24px;
}

.page_topbar a.btn {
    position: absolute;
    right: 10px;
    height: 45px;
    line-height: 45px;
    display: block;
    color: #999;
    font-size: 24px;
}

.topbar {
    max-width: 720px;
}

.main .page {
    position: relative;
}

.report {
    padding: 10px;
}

.report-img {
    padding: 0 100px 0 10px;
    background: #eb5f5f;
    min-height: 90px;
    position: relative
}

.report-img p {
    font-size: 14px;
    color: #fff;
    padding: 16px 0 0;
}

.report-img h1 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
}

.report-photo {
    width: 160px;
    position: absolute;
    right: 0;
    top: -20px
}

.report-photo img {
    position: absolute;
    right: 10px;
    top: 0;
    min-width: 70px;
    border-radius: 50px;
    margin: 0 auto;
    max-width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 6px #eb5f5f solid
}

.report-photo h2 {
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    margin-top: 80px;
    font-weight: normal;
}

.new-list {
    background: #fff;
}

.new-list ul {
    padding: 0 6px;
}

.new-list ul li {
    background: #fff;
    border-bottom: 1px #e8e8e8 solid;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    padding: 0 100px 0 40px;
    position: relative;
    overflow: hidden;
}

.new-list ul li p {
    line-height: 50px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.new-list ul li span {
    line-height: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 40px;
}

.new-list ul li span img {
    max-width: 24px;
    height: auto;
    margin: 13px 8px
}

.new-list ul li p i {
    font-size: 16px;
    font-weight: bold;
    padding: 0 4px 0 0;
    font-style: normal;
    font-weight: normal;
}

.new-list ul li:last-child {
    border-bottom: 0
}

.new-list h1 {
    line-height: 30px;
    background: #E1E1E1;
    color: #333;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
    font-weight: normal;
}

.red {
    color: #eb5f5f;
}

.new-list ul li div {
    height: 50px
}

.new-list ul li div img {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    display: inline-block;
    margin: 8px 5px 0 0;
    float: left;
}

.new-list ul li div em {
    float: left;
    line-height: 50px;
    font-style: normal;
    font-size: 14px;
}

.down-list {
    margin: 10px;
    background: #eb5f5f;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    display: block;
    text-decoration: none;
    border-radius: 2px
}

/*手机模版底部导航home-f60.png*/

.home-img {
    background-image: url('../images/home-f60.png');
}

.order_1 .fa {
    background-image: url('../images/11.png');
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin: 0;
}

.order_2 .fa {
    background-image: url('../images/22.png');
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin: 0;
}

.order_3 .fa {
    background-image: url('../images/33.png');
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin: 0;
}

.order_4 .fa {
    background-image: url('../images/44.png');
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin: 0;
}

.good_bottom .add,
.good_info1 .info1 .sub1 {
    background: #FFAC2E !important;
    font-size: 14px;
}

.good_bottom .buy {
    background: #f15353 !important;
}

/*内嵌样式强调修改*/

.order_main .sub2,
.order_main .sub1 {
    border-radius: 2px !important;
}

.topbar .user_face img {
    border-radius: 50%
}

.gold_sub {
    font-size: 16px !important
}

.addorder_user .info .ico2 {
    width: 20px !important;
    text-align: center !important;
}

.cart_pay {
    background: #f5f5f5 !important
}

.cart_pay .paysub {
    border-radius: 2px !important
}

.addorder_good .fa {
    font-size: 18px !important;
    padding-top: 10px;
}

.addorder_good .ico {
    width: 6% !important
}

.addorder_good .shop {
    width: 94% !important;
    padding-left: 6% !important;
    line-height: 37px !important
}

.addorder_user .info .ico {
    font-size: 20px !important;
    line-height: 54px !important;
    height: 54px !important
}

.addorder_topbar {
    padding: 15px 10px !important;
}

.good_shop .shop2 .sub2,
.good_shop .shop2 .sub1 {
    font-size: 14px !important;
}

.order_main .sub1 {
    border: 1px solid #f15353 !important;
    background: #f15353 !important;
}

.addorder_topbar .tips {
    margin-left: 36px !important
}

.addorder_pay span {
    font-size: 14px !important
}

.addorder_good {
    padding: 0 10px !important
}

.header .user .set {
    top: 8px !important;
    font-size: 18px !important;
    right: 14px !important
}

.fa-star,
.info_price .num,
.ctitle span,
.ccontent span {
    color: #f15353 !important
}

.address_main .address_sub2 {
    font-size: 16px !important;
}

#left_container .on {
    border-left: 2px #f15353 solid;
    color: #f15353 !important;
}

.menu .nav .con span,
.order_list .right span {
    color: #f15353 !important;
}

.myshop_main .line1 .info .inner .preview1 {
    width: 100% !important;
}

.log_list .right span {
    color: #f15353 !important;
}

.log_menu .navon,
.myshop_menu .navon,
.order_menu .navon,
.tab .navon {
    color: #f15353 !important;
    border-bottom: 2px solid #f15353 !important;
}

.top .nav {
    padding: 0px 0px 5px 88px !important;
}

.bottom {
    height: 32px !important;
}

.jiathis_style_32x32 .jiathis_txt {
    font-size: 16px !important;
}

.top .nav .sub {
    box-sizing: border-box;
}

.sort_listnew {
    height: 44px;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
}

.sort_listnew .nav {
    text-align: center;
    float: left;
}

.sort_listnew .navon {
    color: #f15353;
}

.top .nav .sub span {
    color: #999 !important
}

.title {
    background: none !important
}

.red-top {
    background: #f15353 !important
}

.goods {
    height: auto;
    min-height: 100px;
    overflow: hidden;
    float: left;
    padding-bottom: 40px;
    padding: 0 4px 40px;
    box-sizing: border-box;
    width: 100%;
}

.goods .good {
    width: 48% !important;
    margin: 0 1% 8px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px #eee solid;
    padding: 4px !important;
}

.address_list .ico {
    line-height: 50px
}

.address_list,
.address_addnav {
    margin-top: 10px !important
}

.address_list .ico i {
    margin-left: 4px !important
}

.address_list .btn .edit {
    margin-right: 8px !important
}

.address_list .btn .edit,
.address_list .btn .remove {
    margin-top: 0 !important;
    line-height: 50px
}

.favorite_good .ico i,
.history_good .ico i {
    font-size: 24px !important
}

.favorite_good .ico .icon-circle-o,
.history_good .ico .icon-circle-o {
    color: #999
}

.favorite_top {
    padding: 0px 2% !important
}

.favorite_good .ico .icon-circle-o,
.history_good .ico .icon-circle-o {
    color: #999
}

.index_sub a i {
    border: none !important;
    color: #999 !important;
    font-size: 14px !important;
}

.list .good .info .price i,
.list .good .info .price,
.top .right .good .info .price,
.top .right .good .info .price i,
.top .left .info .price i,
.top .left .info .price,
.index_sub a d {
    font-size: 14px !important;
    color: #f15353 !important
}

.top .right .good .info .span1 {
    background: #F15353 !important;
    padding: 2px 6px !important;
    margin: 2px 0 0 !important;
    border-radius: 4px !important;
    font-size: 12px !important;
}

.list .good {
    height: 222px !important;
}

.list .good .info {
    height: 202px !important;
}

.list .good .info .img {
    height: 152px !important;
    margin-bottom: 4px
}

.list .good .info .img img {
    max-height: 152px !important;
}

.index_title {
    height: 40px !important;
    font-size: 14px !important;
    line-height: 40px !important;
}

.list .good .info .classs,
.top .right .good .info .classs,
.top .left .info .classs {
    font-size: 14px !important;
}

.class1,
.order_main {
    margin-top: 10px !important;
}

.credit_list {
    width: 96% !important;
    padding: 10px 2% !important;
}

.order_main {
    width: 96% !important;
    padding: 0 2% !important;
}

/*.credit_list .info{width: 80% !important}*/

.credit_list .num {
    text-align: center !important;
    box-sizing: border-box;
    padding-left: 2% !important;
}

.top .topbar .menu .nav {
    padding: 6px 0 0 !important
}

.top .topbar .menu .nav i {
    height: auto !important;
    line-height: normal !important
}

.top .topbar .menu .navon {
    border-bottom: 2px solid #f15353 !important;
}

.card-price,
.main .page .goods .good .price {
    color: #f15353 !important;
}

#left_container {
    overflow-x: hidden !important;
}

.order_all {
    height: auto !important
}

.balance_sub4,
.balance_sub1,
.label-free {
    background: #f15353 !important
}

.header .user .user-info .user-other {
    height: 20px !important;
    font-size: 14px !important
}

.topbar {
    text-align: center;
    height: auto !important;
    overflow: hidden;
    color: #fff
}

.header .user {
    height: auto !important;
    overflow: hidden;
}

.header .user .user-info {
    height: auto !important;
    overflow: hidden;
}

/**/

.cart_good {
    background: #fff
}

.operation-bg {
    background: #fff;
    height: 50px;
    border-top: 1px solid #E4E4E4;
    position: fixed;
    left: 0;
    bottom: 55px;
    width: 100%
}

.operation-bg .nav {
    height: 30px;
    width: auto;
    background: #fff;
    padding: 0px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    float: right;
    line-height: 30px;
    margin: 10px 6px 0 0;
    color: #666;
    font-size: 14px;
}

.icon-close {
    font-size: 20px
}

.cart_good .iconfont {
    font-size: 24px
}

.new-ullist {
    border-top: 1px solid #e3e3e3;
    overflow: hidden;
    padding: 14px 0;
}

.new-ullist ul li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

.new-ullist ul li a {
    color: #8c8c8c;
}

.new-ullist ul li i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: #fff;
    line-height: 36px;
    font-size: 20px;
    margin-bottom: 4px
}

.bg-padding {
    padding: 2%;
    width: 96%
}

.container-ffbg {
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.container-tit {
    line-height: 40px;
    color: #393939;
    text-align: center;
    font-size: 16px
}

.container-list {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
}

.container-list ul li {
    width: 25%;
    float: left;
}

.container-list ul li a {
    display: block;
    color: #393939;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.money-center {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 10px;
    overflow: hidden;
}

.money-center ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.money-center ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.comm-center {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin: 10px 0;
    overflow: hidden;
}

.detail_pay .paysub {
    background: #f15353 !important;
    border-radius: 2px !important
}

.detail_pay .paysub1 {
    border-radius: 2px !important;
    height: 36px !important
}

.detail_pay span {
    width: 66px !important;
    line-height: 56px !important;
    font-size: 14px !important;
    text-align: center;
}

.money-center ul li {
    margin: 10px 0;
    border-right: 1px solid #e3e3e3;
    box-sizing: border-box;
}

.money-center ul li:last-child {
    border: 0
}

.money-center ul li a {
    color: #8c8c8c;
    text-align: center;
    display: block;
}

.money-center ul li a span {
    color: #222;
    font-size: 16px
}

.comm-center ul li {
    float: left;
    width: 33.3333%;
    margin: 10px 0;
    border-right: 1px solid #e3e3e3;
    box-sizing: border-box;
}

.comm-center ul li:last-child {
    border: 0
}

.comm-center ul li a {
    color: #8c8c8c;
    text-align: center;
    display: block;
}

.comm-center ul li a span {
    color: #222;
    font-size: 16px
}

.recharge {
    width: 40%;
    background: #f15353;
    border-radius: 2px;
    color: #fff !important;
    font-size: 14px;
    padding: 4px 8px;
    margin: 6px 24%
}

.recharge-ybut {
    background: #f15353;
    border-radius: 2px;
    color: #FFFFFF !important;
    font-size: 14px;
    padding: 0 10px;
    margin: 9px 0 0 10px;
    float: right;
    height: 26px;
    line-height: 26px;
}

#page_allMenu section article dl dt h3 {
    height: 16px;
    overflow: hidden;
}

#page_allMenu section article dl dd span,
.content b {
    left: -71px !important;
    top: -25px !important;
}

.menu .nav i {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    line-height: 30px;
    font-size: 28px;
    margin-bottom: 4px;
}

.cart_pay,
.operation-bg {
    z-index: 9
}

.cart_main {
    padding-bottom: 106px;
}

/*新模版手机提现页面*/

.cash-box {
    width: 96%;
    margin: 2%;
    background: #fff;
    overflow: hidden;
}

.balance_price {
    height: 20px;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    margin: 16px 10px 0;
    border-bottom: 1px #eee solid;
    padding: 0 4px 16px;
}

.balance_price span {
    color: #f15353;
    font-weight: bold;
}

.cash-num {
    padding: 10px 0 10px 10px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.cash-num-pb {
    padding-bottom: 0
}

.cash-num-pt {
    padding-top: 0
}

.cash-num span {
    color: #000;
    font-size: 16px;
    padding-left: 6px;
}

.cash-input {
    width: 90%;
    border: 0;
    line-height: 30px;
    font-size: 24px;
    color: #333;
    box-sizing: border-box;
    padding-left: 10px
}

.cash-input-z {
    width: 70%;
    border: 0;
    line-height: 30px;
    font-size: 24px;
    color: #333;
    box-sizing: border-box;
    padding-left: 10px
}

.balance_sub1,
.balance_sub3,
.balance_sub10,
.balance_sub2,
.balance_sub4 {
    margin: 10px 2% 0 !important
}

/*收货地址页面*/

.address_addnav {
    padding: 0 3% 0 6% !important;
    position: fixed;
    bottom: 54px;
    left: 0;
    background: #f15353 !important;
    color: #fff !important;
    text-align: center;
    height: 44px !important;
    line-height: 44px !important;
}

.address_addnav i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 18px;
    line-height: 18px;
    margin-left: -74px;
    margin-top: -9px;
}

/*.address_sub1,.address_sub2,.info_sub,.refund_sub1,.register{margin: 10px 2% 0 !important;width: 96% !important}*/

/*.order_main .sub1,.order_main .sub2{margin: 10px 0 10px 5px !important;}*/

.return_navon {
    border-bottom: 2px #f15353 solid;
    color: #f15353 !important;
    background: none !important
}

.new-returnnav {
    height: 44px !important;
    margin: 0 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    background: #fff !important;
    padding-right: -2px !important;
    margin-bottom: 5px !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.mark-good {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
}

.good-tcbox {
    border-radius: 6px;
    width: 84%;
    margin: 8%;
    min-height: 400px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.tctop-img {
    width: 100%;
    height: auto;
    position: relative;
}

.tctop-img img {
    max-width: 100%;
    min-width: 100%
}

.tc-titbg {
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.tc-titbg h1 {
    overflow: hidden;
    height: 30px;
    float: left;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    width: 74%;
    font-weight: normal;
}

.tc-titbg p {
    border-radius: 6px 6px 0 0;
    float: right;
    color: #fdc02e;
    width: 26%;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold
}

.easylist-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}

.tcguige {
    border-radius: 0 0 6px 6px;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: #f5f5f5
}

.tcguige ul {
    overflow: hidden;
    padding: 0 10px;
}

.tcguige ul li {
    width: 50%;
    float: left;
    line-height: 28px;
    font-size: 14px;
}

.last-tcprice {
    line-height: 28px;
    background: #f5f5f5;
    font-size: 14px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.last-tcprice i {
    font-style: normal;
    color: #ff0000
}

/*虚拟云币*/

.yunb-list {
    height: auto;
    width: 100%;
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 0 5px;
    box-sizing: border-box;
}

.yunb-list ul li {
    float: left;
    width: 32.333%;
    box-sizing: border-box;
    margin: 0 0.5%;
    text-align: center;
    padding: 3px 0;
    font-size: 14px;
}

.yunb-nav {
    background: #ECECEC !important;
}

.yunb-list ul li a {
    color: #333;
    display: block;
    text-align: left;
    line-height: 14px;
    padding: 5px 0;
    border-radius: 4px;
    background: #f6f6f6
}

.yunb-list ul li i {
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    height: 28px;
    line-height: 30px;
    margin-bottom: 4px;
    width: 28px;
    float: left;
    margin: 0px 6px 0 8px;
    text-align: center;
    border-radius: 4px;
}

.list1 {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e3e3e3;
    color: #242424;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin-top: 10px;
    padding: 0 0 0 3%;
    width: 97%;
}

.a-center {
    height: 46px;
    background: #fff;
    display: block;
}

.a-center:link {
    background: #fff
}

.tab-nav {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff
}

.tab-nav ul li {
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    margin: 10px 0;
    border-right: 1px #e5e5e5 solid
}

.tab-nav ul li a {
    display: block;
    width: 100%;
    text-align: center
}

.tab-nav ul li a img {
    max-width: 30%;
    border-radius: 50px;
    margin: 0 auto
}

.tab-nav ul li a span {
    font-weight: bold;
    width: 100%;
    color: #f23587
}

.tab-nav ul li a em {
    width: 100%;
    color: #cccccc
}

.tixian-bg {
    background: #f15353;
    width: 100%;
    min-height: 100px;
    overflow: hidden;
}

.tixian-bg img {
    display: block;
    max-width: 80px;
    margin: 20px auto 10px;
    border-radius: 50px;
    border: 4px #fff solid
}

.tixian-bg p {
    line-height: 22px;
    color: #fff;
    font-size: 16px;
    text-align: center
}

.mo-list {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
}

.mo-list li {
    box-sizing: border-box;
    text-align: center;
    height: 50px;
    color: #fff;
    float: left;
    width: 25%;
}

.mo-list li span {
    font-size: 14px;
    padding: 6px 0 0;
}

.jf-list {
    background: #fff;
    overflow: hidden;
    padding: 0 10px;
    margin: 10px 0;
}

.jf-list h1 {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    border-bottom: 1px #E4E4E4 solid
}

.jf-list h1 span {
    float: right;
    font-size: 12px;
    font-weight: normal
}

.dh-s {
    line-height: 40px;
    font-size: 14px;
    color: #333;
}

.dh-s input {
    line-height: 40px;
    border: 0;
    font-size: 14px;
    color: #333;
    width: 60%
}

.tx-inp {
    overflow: hidden;
    margin-top: 10px;
}

.tx-inp a {
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    width: 100%;
    color: #666;
}

.num-inp {
    border: 1px #D2D2D2 solid;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    height: 38px;
    width: 94%;
    margin: 0 3% 10px;
    font-size: 14px;
}

.but-tx {
    border-radius: 4px;
    background: #f15353;
    text-align: center;
    height: 38px;
    width: 96%;
    margin: 0 2%;
    font-size: 14px;
    color: #fff;
    border: 0
}

/* 鼠标指针移动到链接上 */

.a-center:active {
    background: #fff
}

/* 正在被点击的链接 */

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes contentin {
    from {
        color: transparent;
    }
    to {
        color: inherit;
    }
}

@-moz-keyframes contentin {
    from {
        color: transparent;
    }
    to {
        color: inherit;
    }
}

@-o-keyframes contentin {
    from {
        color: transparent;
    }
    to {
        color: inherit;
    }
}

@-webkit-keyframes contentin {
    from {
        color: transparent;
    }
    to {
        color: inherit;
    }
}

.fadein {
    animation: fadein .2s;
    -webkit-animation: fadein .2s;
    -o-animation: fadein .2s;
    -moz-animation: fadein .2s;
}

#xconfirm {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    animation: fadein .2s;
    z-index: 20000;
}

#xconfirm .body {
    background-color: white;
    width: 280px;
    max-width: 90%;
    border-radius: 10px;
    overflow: hidden;
}

#xconfirm .title {
    padding: 20px;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

#xconfirm .title:after {
    background-color: #b3b3b3;
}

#xconfirm .bts {
    display: flex;
}

#xconfirm button {
    flex: 1;
    background-color: transparent;
    border: none;
    color: #08f;
    padding: 13px 0;
    font-size: 18px;
    outline: none;
}

#xconfirm #xcok {
    color: white;
    background-color:#E41533;
}

#xconfirm #xcok:after {
    background-color: #b3b3b3;
}

#xconfirm.style .body .bts {
    display: block;
}

#xconfirm.style .body {
    border-radius: 5px;
}

#xconfirm.style .body button {
    display: block;
    width: 100%;
    font-size: 16px;
}

#xconfirm.style .body #xcok {
    color: white;
    background-color: #ff8b38;
}

#xconfirm.style .body #xccancel {
    color: #666;
}

.toast {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 5px;
    color: white;
    animation: toast 0.5s;
    z-index: 9999999;
    font-size: 15px;
    text-align: center;
    max-width: 50%;
}

@keyframes toast {
    0% {
        bottom: 0px;
        opacity: 0;
    }
    60% {
        bottom: 90px;
        opacity: 0.6;
    }
    100% {
        bottom: 80px;
        opacity: 1;
    }
}

@-webkit-keyframes toast {
    0% {
        bottom: 0px;
        opacity: 0;
    }
    60% {
        bottom: 90px;
        opacity: 0.6;
    }
    100% {
        bottom: 80px;
        opacity: 1;
    }
}

#shotcut-nav {
    position: fixed;
    right: 0;
    bottom: 120px;
    z-index: 150;
}

#shotcut-nav #footer-nav {
    display: none;
    position: static;
}

#shotcut-nav footer#footer-nav {
    height: 55px !important;
}

#shotcut-nav:not(.reverse) #footer-nav {
    animation: shotcutnav .3s;
    -webkit-animation: shotcutnav .3s;
}

#shotcut-nav.reverse #footer-nav {
    animation: shotcutnavreverse .3s forwards;
    -webkit-animation: shotcutnavreverse .3s forwards;
}

@keyframes shotcutnav {
    from {
        transform: translateX(100%);
        background-color: rgba(0, 0, 0, .6);
    }
    to {
        transform: translateX(0);
        background-color: white;
    }
}

@keyframes shotcutnavreverse {
    from {
        transform: translateX(0);
        background-color: white;
    }
    to {
        transform: translateX(100%);
        background-color: rgba(0, 0, 0, .6);
    }
}

#shotcut-nav.show {
    width: 100%;
}

#shotcut-nav.show .folded {
    display: none;
}

#shotcut-nav.show #footer-nav {
    display: block;
    border-top: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

#shotcut-nav .folded {
    background-color: rgba(0, 0, 0, .6);
    color: white;
    padding-left: 20px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-image: url(../images/goods/detail/arrow_fade.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 60px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
}

@keyframes fromright {
    from {
        transform: translateX(100%)
    }
    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes fromright {
    from {
        transform: translateX(100%)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes toright {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(100%)
    }
}

@-webkit-keyframes toright {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(100%)
    }
}

#totop {
    width: 60px;
    height: 55px;
    background-image: url(../images/goods/detail/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 23px;
    position: fixed;
    right: 0;
    bottom: 60px;
    display: none;
    z-index: 150;
}

#totop.show {
    display: block;
}

.sticky {
    background-color: rgba(0, 0, 0, .6);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    animation: fromright .2s;
    -webkit-animation: fromright .2s;
}

.sticky:not(.reverse) {
    animation: fromright .2s;
    -webkit-animation: fromright .2s;
}

.sticky.reverse {
    animation: toright .2s;
    -wbkit-animation: toright .2s;
}

.block {
    background-color: white;
    margin-bottom: 10px;
}

.block .line:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.popup-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #333;
    z-index: 200;
}

.popup-cover>.body {
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-clip: content-box;
}

.popup-cover>.body:not(.reverse) {
    /*
    animation: frombottom .3s;
    -webkit-animation: frombottom .3s;
    -moz-animation: frombottom .3s;
    -o-animation: frombottom .3s;
*/
}

.popup-cover>.body>.main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.popup-cover>.body>.main>.head {
    flex-shrink: 0;
}

.popup-cover>.body>.main>.body {
    overflow-y: auto;
    flex-grow: 1;
}

.popup-cover>.body>.main>.body::-webkit-scrollbar {
    display: none;
}

.popup-cover>.body.reverse {
    animation: tobottom .3s forwards;
    -webkit-animation: tobottom .3s forwards;
    -moz-animation: tobottom .3s forwards;
    -o-animation: tobottom .3s forwards;
}

.order-string .check {
    display: flex;
    flex: 1;
    align-items: center;
}

.order-string .check input {
    display: none;
}

.order-string .check i {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #8f8f8f;
    margin: 0 10px;
    box-sizing: border-box;
}

.order-string .check input:checked+i {
    background-image: url(../images/goods/detail/greenCheck.png);
    background-size: 100% 100%;
    border: none;
}

.order-string .check input:checked~.address-info {
    font-weight: bold;
}

.trigger {
    padding-right: 20px;
    background-image: url(../images/goods/detail/arrow_right.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 9px;
}

.num-change {
    display: inline-flex;
    height: 35px;
    vertical-align: top;
}

.num-change button {
    border: 1px solid #b3b3b3;
    background-color: white;
    width: 35px;
    background-position: center center;
    background-repeat: no-repeat;
}

.num-input {
    width: 45px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-right: none;
    border-left: none;
    text-align: center;
}

.num-decrease {
    background-image: url(../images/goods/detail/decrease_enabled.png);
    background-size: 12px 2px;
}

.num-decrease:disabled {
    background-image: url(../images/goods/detail/decrease_disabled.png);
    background-size: 12px 2px;
}

.num-increase {
    background-image: url(../images/goods/detail/increase_enabled.png);
    background-size: 12px auto;
}

.num-increase:disabled {
    background-image: url(../images/goods/detail/increase_disabled.png);
    background-size: 12px auto;
}

.user-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    object-fit: cover;
}

.comment-item>.neck {
    display: flex;
    justify-content: space-between;
    color: #808080;
    margin-bottom: 5px;
}

.comment-item>.neck .left {
    flex: auto;
}

.comment-item>.neck .right {
    flex: auto;
    text-align: right;
}

.comment-text {
    line-height: 1.5em;
    color: #555;
    word-break: break-word;
}

.comment-text:not(:last-child) {
    margin-bottom: 5px;
}

.comment-images {
    white-space: nowrap;
    overflow-y: auto;
    font-size: 0;
    display: inline-block;
    max-width: 100%;
}

.fullscreen {
    position: fixed;
    z-index: 3000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    background-color: black;
    top: 0;
    left: 0;
}

.comment-images.fullscreen {
    background-color: transparent;
}

.fullscreen>* {
    width: 100%;
    max-height: 100%;
}

.fullscreen .comment-image {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
}

.comment-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    vertical-align: middle;
}

.comment-image:not(:last-of-type) {
    margin-right: 10px;
}

.comment-item {
    padding: 10px;
}

.comment-item>.head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.comment-item>.head .left {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.comment-item>.head .left strong {
    font-size: 16px;
    margin-right: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.comment-item>.head .left span {
    font-size: 13px;
    color: #b2b2b2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.star {
    width: 16px;
    height: 16px;
    background-image: url(../images/goods/detail/star.png);
    background-size: 100% 100%;
    margin: 0 3px;
    position: relative;
}

.rate {
    display: flex;
    align-items: center;
}

.star-front {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/goods/detail/star_active.png);
    background-size: auto 100%;
}

.star-none {
    width: 0;
}

.star-half {
    width: 50%;
}

@keyframes frombottom {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes tobottom {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}

#share-guide {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    color: white;
    z-index: 5000;
    font-size: 14px;
    animation: fadein .3s;
    -webkit-animation: fadein .3s;
    -o-animation: fadein .3s;
    display: none;
}

#share-arrow {
    text-align: right;
    padding: 10px 0 30px;
}

#share-arrow img {
    width: 130px;
    transform-origin: bottom left;
    position: relative;
    right: -15px;
}

#share-arrow:nth-of-type(1) img {
    animation: bump .2s;
}

.share-icons:nth-of-type(1) img {
    animation: bump .5s;
}

.share-icons:nth-of-type(2) img {
    animation: bump .7s;
}

#share-guide #icons-wrap {
    display: flex;
    justify-content: center;
}

#share-guide h3 {
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 400;
}

#share-guide .share-icons img {
    width: 70px;
    margin-bottom: 10px;
}

#share-guide .share-icons:not(:last-of-type) {
    margin-right: 40px;
}

@keyframes bump {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    60% {
        transform: scaleY(1.2) scaleX(1.2);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes bump_heavy {
    0% {
        opacity: 1;
        transform: scaleY(1) scaleX(1);
    }
    60% {
        opacity: .3;
        transform: scaleY(1.5) scaleX(1.5);
    }
    100% {
        opacity: 1;
        transform: scaleY(1) scaleX(1);
    }
}

#sugg {
    font-size: 15px;
    padding: 12px;
}

#sugg-head {
    position: relative;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}

#sugg-head .txt {
    display: inline-block;
    position: relative;
    z-index: 0;
    color: #333;
    font-size: 16px;
}

#sugg-head .bg-line {
    width: calc(100% - 80px);
    height: 1px;
    background-color: #eee;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
}

.sugg-item {
    width: calc(50% - 6px);
    margin-bottom: 12px;
    background-color: white;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0,0,0,.1);
}
.sugg-item:nth-child(odd) {
    margin-right: 12px;
}
.sugg-item h3 {
    margin: 7px 7px 5px 7px;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sugg-bot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 7px 5px 7px;
}

#sugg-head #refresh {
    height: 100%;
    background-image: url(../images/refresh_light.png);
    background-size: 15px;
    background-position: right center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    padding-right: 20px;
    color: #888;
}

#sugg-body {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
}

.sugg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

#sugg-body .img-wrap {
    position: relative;
    padding-top: 100%;
}

.sugg-bot .strong {
    color: #007d40;
    font-size: 17px;
    font-weight: 500;
    margin-right: 7px;
}

.sugg-bot span {
    color: gray;
    font-size: 12px;
}

.fade-enter-active,
.fade-leave-active {
    transition: all .3s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.fade-enter-active>.body,
.fade-leave-active>.body {
    transition: all .3s;
}

.fade-enter>.body,
.fade-leave-to>.body {
    transform: translateY(100%);
}

.slide-enter-active,
.slide-leave-active {
    transition: all .3s;
    max-height: 500px;
}

.slide-enter,
.slide-leave-to {
    max-height: 0;
    overflow-y: hidden;
}

.vertical-enter-acive,
.vertical-leave-active {
    transition: all .3s;
}

.vertical-enter,
.vertical-leave-to {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.dia .main>.head {
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
}

.order-string .popup-cover .confirm {
    background-color: #ff8518;
    color: white;
    height: 50px;
    border: none;
    width: 100%;
    font-size: 17px;
    flex-shrink: 0;
}

.order-string .popup-cover .confirm:disabled {
    background-color: #bbb;
}

.hide-cover {
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url(../images/goods/detail/hide.png);
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background-color: transparent;
}

@keyframes rotate {
    from {
        transform-style: preserve-3d;
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }
    to {
        transform-style: preserve-3d;
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        transform-style: preserve-3d;
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }
    to {
        transform-style: preserve-3d;
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
    }
}

@keyframes loading {
    from {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
    }
}

@-webkit-keyframes loading {
    from {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
    }
}

.touch-effect {
    position: relative;
    overflow: hidden;
}

.touch-effect:active:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2) !important;
    z-index: 1000;
    animation: fadein .1s;
    -webkit-animation: fadein .1s;
    transform: none !important;
}

@keyframes shake {
    0% {
        right: 0;
    }
    16.666% {
        right: -10px
    }
    50% {
        right: 10px
    }
    83.333% {
        right: -10px
    }
    100% {
        right: 0
    }
}

.pixeltop {
    position: relative;
}

.pixeltop:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
    transform-origin: top center;
    background-color: #e6e6e6;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    z-index: 1;
}

.pixelbottom {
    position: relative;
}

.pixelbottom:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #e6e6e6;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    z-index: 1;
}

.pixelleft {
    position: relative;
}

.pixelleft:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    position: absolute;
    transform-origin: left center;
    background-color: #e6e6e6;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    z-index: 1;
}

.pixelright {
    position: relative;
}

.pixelright:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    position: absolute;
    background-color: #e6e6e6;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    z-index: 1;
}

@media (-webkit-min-device-pixel-ratio:1.5) {
    .pixeltop:before,
    .pixelbottom:after {
        transform: scaleY(0.6666);
        -webkit-transform: scaleY(0.6666);
    }
    .pixelleft:before,
    .pixelright:after {
        transform: scaleX(0.6666);
        -webkit-transform: scaleX(0.6666);
    }
}

@media (-webkit-min-device-pixel-ratio:2) {
    .pixeltop:before,
    .pixelbottom:after {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    .pixelleft:before,
    .pixelright:after {
        transform: scaleX(0.5);
        -webkit-transform: scaleX(0.5);
    }
}

@media (-webkit-min-device-pixel-ratio:2.75) {
    .pixeltop:before,
    .pixelbottom:after {
        transform: scaleY(0.3636);
        -webkit-transform: scaleY(0.3636);
    }
    .pixelleft:before,
    .pixelright:after {
        transform: scaleX(0.3636);
        -webkit-transform: scaleX(0.3636);
    }
}

@media (-webkit-min-device-pixel-ratio:3) {
    .pixeltop:before,
    .pixelbottom:after {
        transform: scaleY(0.3333);
        -webkit-transform: scaleY(0.3333);
    }
    .pixelleft:before,
    .pixelright:after {
        transform: scaleX(0.3333);
        -webkit-transform: scaleX(0.3333);
    }
}

#loadingani {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: fadein 0.3s;
    -o-animation: fadein 0.3s;
    animation: fadein 0.3s;
    font-size: 14px;
}

#loadingwrap {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
    border-radius: 10px;
    color: white;
}

#loadingimg {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 4px solid transparent;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    border-left: 4px solid white;
    margin: 0 auto 10px;
    -webkit-animation: loading 0.5s infinite linear;
    -o-animation: loading 0.5s infinite linear;
    animation: loading 0.5s infinite linear;
    box-sizing: border-box;
}

.commission-rule {
    color: #b2b2b2;
    font-size: 13px;
    text-align: center;
    padding: 15px 10px;
}

#bottom-qr {
    position: relative;
}

#qr-bg {
    width: 100%;
    vertical-align: top;
}

#qr-code {
    position: absolute;
    width: 26%;
    height: 62%;
    top: 6%;
    right: 2.5%;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
}