﻿@font-face {
    font-family: 'regular';
    src: url('./Alibaba-PuHuiTi-Regular.ttf');
}
@font-face {
    font-family: 'medium';
    src: url('./Alibaba-PuHuiTi-Medium.ttf');
}
@font-face {
    font-family: 'bold';
    src: url('./Alibaba-PuHuiTi-Bold.ttf');
}

.c-f-ALI-light {
    font-family: light
}

.c-f-ALI-medium {
    font-family: medium
}

.c-f-ALI-bold {
    font-family: bold
}
.c-f-ALI-bold {
    font-family: bold
}

.c-f-ALI-regular {
    font-family: regular;
}
.c-f-ALI-medium {
    font-family: medium;
}

html,
body {
    width: 100%;
    background: #F0F3F5;
    -webkit-text-size-adjust: none;
}

[v-cloak] {
    display: none;
}

* {
    padding: 0;
    margin: 0;
    font-family: regular;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
    border: none;
}

div,
li,
p,
a,
code,
span,
input,
label,
button,
textarea {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875rem;
    color: #FFFFFF;
    resize: none;
}

div::-webkit-input-placeholder,
li::-webkit-input-placeholder,
p::-webkit-input-placeholder,
a::-webkit-input-placeholder,
span::-webkit-input-placeholder,
input::-webkit-input-placeholder,
label::-webkit-input-placeholder,
button::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: .5;
    color: #999999;
    font-size: 0.875rem;
}

div::-moz-placeholder,
li::-moz-placeholder,
p::-moz-placeholder,
a::-moz-placeholder,
span::-moz-placeholder,
input::-moz-placeholder,
label::-moz-placeholder,
button::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: .5;
    color: #999999;
    font-size: 0.875rem;
}

div::-ms-input-placeholder,
li::-ms-input-placeholder,
p::-ms-input-placeholder,
a::-ms-input-placeholder,
span::-ms-input-placeholder,
input::-ms-input-placeholder,
label::-ms-input-placeholder,
button::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: .5;
    color: #999999;
    font-size: 0.875rem;
}

div::placeholder,
li::placeholder,
p::placeholder,
a::placeholder,
span::placeholder,
input::placeholder,
label::placeholder,
button::placeholder,
textarea::placeholder {
    opacity: .5;
    color: #999999;
    font-size: 0.875rem;
}

div::-webkit-search-decoration,
div::-webkit-search-cancel-button,
li::-webkit-search-decoration,
li::-webkit-search-cancel-button,
p::-webkit-search-decoration,
p::-webkit-search-cancel-button,
a::-webkit-search-decoration,
a::-webkit-search-cancel-button,
span::-webkit-search-decoration,
span::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
label::-webkit-search-decoration,
label::-webkit-search-cancel-button,
button::-webkit-search-decoration,
button::-webkit-search-cancel-button,
textarea::-webkit-search-decoration,
textarea::-webkit-search-cancel-button {
    display: none;
}

span,
label {
    color: #666666;
}

small {
    font-size: 0.75rem;
}

div,
li,
p {
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666666;
    font-weight: normal;
}

h1 {
    font-size: 1.25rem;
}

h2 {
    font-size: 1.125rem;
}

h3 {
    font-size: 1rem;
}

h4 {
    font-size: 0.875rem;
}

h5 {
    font-size: 0.75rem;
}

h6 {
    font-size: 0.625rem;
}

input[type=search],
input[type=text],
input[type=number],
input[type=checkbox],
input[type=tel],
input[type=password],
input[type=date],
input[type=time],
input[type=month],
button,
label,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

button:disabled {
    opacity: .5;
}

/*Clear fix*/
.n-clear {
    zoom: 1;
}

.n-clear:after {
    display: block;
    content: 'clear';
    clear: both;
    line-height: 0;
    visibility: hidden;
}

.n-frame {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.n-frame iframe {
    min-height: 100%;
}

/*Common header*/
.n-headers .n-header {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.n-headers .n-header.n-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.n-headers .n-header .n-header-icon,
.n-headers .n-header .n-header-txt {
    line-height: 2.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 1.5rem;
    height: 2.75rem;
    width: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.n-headers .n-header .n-header-txt {
    width: auto;
    margin: 0 0.625rem;
}

.n-headers .n-header .n-header-title img {
    height: 2.1875rem;
}

.n-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
}

.n-absolute-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*Footer*/
.n-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 3.4375rem;
}

.n-footer .n-footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.n-footer .n-footer-item span {
    text-align: center;
    display: block;
}

.n-footer .n-footer-item .n-footer-icon-negative,
.n-footer .n-footer-item .n-footer-text-negative {
    display: block;
}

.n-footer .n-footer-item .n-footer-icon-active,
.n-footer .n-footer-item .n-footer-text-active {
    display: none;
}

.n-footer .n-footer-item.n-active .n-footer-icon-negative,
.n-footer .n-footer-item.n-active .n-footer-text-negative {
    display: none;
}

.n-footer .n-footer-item.n-active .n-footer-icon-active,
.n-footer .n-footer-item.n-active .n-footer-text-active {
    display: block;
}

/*List*/
.n-list {
    width: 100%;
}

.n-list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.4375rem;
}

.n-list-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0.875rem;
    color: #666666;
}

.n-list-text {
    display: inline-block;
    min-width: 1px;
    word-break: break-all;
    word-wrap: break-word;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0.875rem;
    color: #999999;
}

.n-list-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
}

.n-list-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.75rem;
    height: 1rem;
}

.n-tab-bar {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.n-tab-bar::-webkit-scrollbar {
    display: none;
}

.n-tab-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.n-tab-bar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem;
}

.n-tab-bar-item.n-active {
    position: relative;
    color: #256acf;
}

.n-tab-bar-item.n-active:after {
    position: absolute;
    content: '';
    height: 0.125rem;
    bottom: 0;
    left: 0.3125rem;
    right: 0.3125rem;
    background: #256acf;
}

/*Radio Checkbox*/
.n-radio-checkbox {
    height: 1rem;
    width: 1rem;
    position: relative;
    display: inline-block;
    border: 1px #333333 solid;
    background: #F0F3F5;
}

.n-radio-checkbox .n-radio-checkbox-button {
    content: '';
    top: -0.3125rem;
    left: -0.3125rem;
    width: 1.625rem;
    height: 1.625rem;
    position: absolute;
    opacity: 0;
    z-index: 15;
}

.n-radio-checkbox.n-radio {
    border-radius: 50%;
}

.n-radio-checkbox.n-radio i {
    border-radius: 50%;
}

.n-radio-checkbox.n-radio i:after {
    border-radius: 50%;
}

.n-radio-checkbox input {
    display: none;
}

.n-radio-checkbox input:checked~i {
    opacity: 1;
}

.n-radio-checkbox i {
    position: absolute;
    left: -1px;
    top: -1px;
    -webkit-transition: all .1s;
    transition: all .1s;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    z-index: 10;
    opacity: 0;
    border: 1px #256acf solid;
}

.n-radio-checkbox i:after {
    content: '';
    background: #256acf;
    height: 0.625rem;
    width: 0.625rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.n-keyboard {
    position: fixed;
    left: 0;
    bottom: 0;
}

.n-keyboard .n-keyboard-point {
    max-width: 18.75rem;
}

.n-keyboard .n-keyboard-point li {
    width: 16.667%;
    padding-bottom: 16.667%;
    position: relative;
}

.n-keyboard .n-keyboard-point li.n-keyboard-fill:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #2a2e43;
    border-radius: 50%;
}

.n-keyboard .n-keyboard-point li:first-child:before {
    display: none;
}

.n-keyboard .n-keyboard-point li:before {
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    content: '';
    background-color: #BFBCBB;
}

.n-keyboard .n-keyboard-button li {
    height: 3.125rem;
    line-height: 3.125rem;
}

.n-keyboard .n-keyboard-button li:not(.n-c-4) {
    font-size: 1.125rem;
    font-weight: bold;
}

.n-keyboard .n-keyboard-button li:after {
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    content: '';
    background-color: #BFBCBB;
}

.n-global-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12000;
    height: 100%;
    width: 100%;
}

.n-global-mask.n-global-mask-black-4 {
    background: rgba(0, 0, 0, 0.4);
}

.n-global-mask.n-global-mask-black-6 {
    background: rgba(0, 0, 0, 0.6);
}

.n-global-mask.n-fade-mask {
    -webkit-animation: maskFade .5s forwards;
    animation: maskFade .5s forwards;
}

@-webkit-keyframes maskFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes maskFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.n-select .n-select-input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.25rem;
}

.n-select .n-select-input input {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: none;
}

.n-select .n-select-input input::-webkit-input-placeholder {
    color: #999999 !important;
    -webkit-text-fill-color: #999999 !important;
}

.n-select .n-select-input input::-moz-placeholder {
    color: #999999 !important;
    -webkit-text-fill-color: #999999 !important;
}

.n-select .n-select-input input::-ms-input-placeholder {
    color: #999999 !important;
    -webkit-text-fill-color: #999999 !important;
}

.n-select .n-select-input input::placeholder {
    color: #999999 !important;
    -webkit-text-fill-color: #999999 !important;
}

.n-select-options {
    background: #FFFFFF;
    border-radius: 0.25rem;
    display: none;
    padding: 0.9375rem;
    position: fixed;
    background: #F0F3F5;
    z-index: 15000;
}

.n-select-options.drop-down {
    -webkit-box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
}

.n-select-options.drop-up {
    -webkit-box-shadow: 0 -0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
}

.n-select-options .n-select-options-content {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}

.n-UI-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.n-UI-loading img {
    width: 100%;
}

.n-lazy-loading {
    position: relative;
    background-image: url("../../image/n_lazy_loading.gif");
    background-size: 1.875rem;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding-bottom: 100%;
}

.n-lazy-loading.n-lazy-loaded {
    background-image: none;
}

.n-lazy-loading.n-col-2 {
    padding-bottom: 50%;
}

.n-lazy-loading img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Input*/
.n-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.n-input.n-active input {
    padding-right: 1.5625rem;
}

.n-input.n-active input[type=date] {
    padding-right: 0;
}

.n-input.n-active i {
    visibility: visible;
}

.n-input input {
    background: transparent;
    line-height: 1.25rem;
    height: 1.25rem;
    display: block;
    border: transparent;
    -webkit-transition: all .1s;
    transition: all .1s;
    padding-right: 0;
}

.n-input input::-webkit-input-placeholder {
    line-height: 1.25rem;
}

.n-input input::-moz-placeholder {
    line-height: 1.25rem;
}

.n-input input::-ms-input-placeholder {
    line-height: 1.25rem;
}

.n-input input::placeholder {
    line-height: 1.25rem;
}

.n-input input:disabled {
    background: #F0F3F5;
    color: #999999;
}

.n-input i {
    position: absolute;
    right: 0.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
}

.n-input.disabled-input-hack input:disabled,
.n-input.disabled-input-hack input:-moz-read-only {
    background-color: transparent !important;
    opacity: 1 !important;
    color: #FFFFFF;
}

.n-input.disabled-input-hack input:disabled,
.n-input.disabled-input-hack input:read-only {
    background-color: transparent !important;
    opacity: 1 !important;
    color: #FFFFFF;
}

.n-input.disabled-input-hack input:disabled::-webkit-input-placeholder,
.n-input.disabled-input-hack input:read-only::-webkit-input-placeholder {
    opacity: 1 !important;
}

.n-input.disabled-input-hack input:disabled::-moz-placeholder,
.n-input.disabled-input-hack input:read-only::-moz-placeholder {
    opacity: 1 !important;
}

.n-input.disabled-input-hack input:disabled::-ms-input-placeholder,
.n-input.disabled-input-hack input:read-only::-ms-input-placeholder {
    opacity: 1 !important;
}

.n-input.disabled-input-hack input:disabled::placeholder,
.n-input.disabled-input-hack input:read-only::placeholder {
    opacity: 1 !important;
}

.n-text-area {
    position: relative;
}

.n-text-area .n-text-area-count {
    position: absolute;
    right: 0.625rem;
    bottom: 0.625rem;
}

/*Count box*/
.n-count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.n-count-box-reduce,
.n-count-box-add,
.n-count-box-text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.n-count-box-reduce.n-negative,
.n-count-box-add.n-negative,
.n-count-box-text.n-negative {
    opacity: .2;
}

.n-count-box-text {
    color: #999999;
    padding: 0 0.625rem;
}

/*Switch*/
.n-switch {
    height: 1.5625rem;
    position: relative;
}

.n-switch:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: 100;
}

.n-switch-outer {
    position: relative;
    height: 1.5625rem;
    width: 2.6875rem;
    border: #333333 1px solid;
    border-radius: 0.78125rem;
}

.n-switch input[type=checkbox] {
    z-index: 50;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.n-switch-outer .n-switch-button {
    width: 1.5625rem;
    height: 1.5625rem;
    position: absolute;
    left: -1px;
    top: -1px;
    border: #333333 1px solid;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

input[type=checkbox]:checked~.n-switch-outer {
    -webkit-transition: all .3s;
    border: #256acf 1px solid;
    background: #256acf;
}

input[type=checkbox]:checked~.n-switch-outer .n-switch-button {
    border: #333333 1px solid;
    left: 1.125rem;
}

.n-action-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-animation: actionSheet .2s forwards;
    animation: actionSheet .2s forwards;
}

.n-action-sheet .n-action-sheet-item {
    color: #0a87FD;
}

@-webkit-keyframes actionSheet {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes actionSheet {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.n-confirm {
    width: 80%;
    max-width: 25rem;
    margin: 0 auto;
    position: relative;
}

.n-confirm .n-confirm-buttons button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    background: #333333;
}

.n-lazy {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.n-lazy.n-active {
    opacity: 1;
}

.n-toast {
    line-height: 1.0625rem;
    position: fixed;
    z-index: 15000;
    left: 50%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
}

.n-toast.n-active {
    opacity: .9;
}

.n-toast .n-toast-message {
    font-size: 0.875rem;
    padding: 0.625rem 1.5625rem;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0.375rem;
    background-color: #2a2e43;
}

.n-holder {
    left: 0;
    position: relative;
    width: 100%;
}

.n-holder .n-holder-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.n-holder .n-holder-inner .n-holder-icon {
    display: block;
}

.n-holder .n-holder-inner .n-holder-text {
    width: 100%;
    text-align: center;
    display: block;
    color: #FFFFFF;
    margin-top: 0.9375rem;
    font-size: 1rem;
}

.n-radius-3 {
    border-radius: 0.1875rem;
}

.n-radius-6 {
    border-radius: 0.375rem;
}

.n-radius-10 {
    border-radius: 0.625rem;
}

.n-radius-circle {
    border-radius: 50%;
}

.n-border-4 {
    border: 1px #999999 solid;
}

.n-border-3 {
    border: 1px #333333 solid;
}

.n-border-2 {
    border: 1px #D4D6D6 solid;
}

.n-border-1 {
    border: 1px #ffffff solid;
}

.n-border-base {
    border: 1px #256acf solid;
}

.n-col-1 {
    width: 100%;
}

.n-h-1 {
    height: 100%;
}

.n-col-2 {
    width: 50%;
}

.n-col-3 {
    width: 33.333%;
}

.n-col-4 {
    width: 25%;
}

.n-col-5 {
    width: 20%;
}

.n-h-1 {
    height: 100%;
}

.n-bg-base {
    background-color: #256acf;
}

.n-bg-1 {
    background-color: #FFFFFF;
}

.n-bg-2 {
    background-color: #F0F3F5;
}

.n-bg-3 {
    background-color: #BFBCBB;
}

.n-bg-4 {
    background-color: #2a2e43;
}

.n-bg-green {
    background-color: #1ACC83;
}

.n-c-1 {
    color: #FFFFFF;
}

.n-c-1::-webkit-input-placeholder {
    color: #FFFFFF;
}

.n-c-1::-moz-placeholder {
    color: #FFFFFF;
}

.n-c-1::-ms-input-placeholder {
    color: #FFFFFF;
}

.n-c-1::placeholder {
    color: #FFFFFF;
}

.n-c-2 {
    color: #999999;
}

.n-c-2::-webkit-input-placeholder {
    color: #999999;
}

.n-c-2::-moz-placeholder {
    color: #999999;
}

.n-c-2::-ms-input-placeholder {
    color: #999999;
}

.n-c-2::placeholder {
    color: #999999;
}

.n-c-3 {
    color: #666666;
}

.n-c-3::-webkit-input-placeholder {
    color: #666666;
}

.n-c-3::-moz-placeholder {
    color: #666666;
}

.n-c-3::-ms-input-placeholder {
    color: #666666;
}

.n-c-3::placeholder {
    color: #666666;
}

.n-c-4 {
    color: #000000;
}

.n-c-4::-webkit-input-placeholder {
    color: #333333;
}

.n-c-4::-moz-placeholder {
    color: #333333;
}

.n-c-4::-ms-input-placeholder {
    color: #333333;
}
.n-c-5,
.n-c-4::placeholder {
    color: #333333;
}

.n-c-base {
    color: #688D5D;
}

.n-c-red {
    color: #FF3E38;
}

.n-c-yellow {
    color: #ff8c05;
}

.n-c-green {
    color: #1ACC83;
}

.n-c-UI-blue {
    color: #0a87FD;
}

.n-pl-1,
.n-plr-1,
.n-p-1 {
    padding-left: 0.3125rem;
}

.n-pl-2,
.n-plr-2,
.n-p-2 {
    padding-left: 0.625rem;
}

.n-pl-3,
.n-plr-3,
.n-p-3 {
    padding-left: 0.9375rem;
}

.n-pl-4,
.n-plr-4,
.n-p-4 {
    padding-left: 1.25rem;
}

.n-pl-5,
.n-plr-5,
.n-p-5 {
    padding-left: 1.5625rem;
}

.n-pl-6,
.n-plr-6,
.n-p-6 {
    padding-left: 1.875rem;
}

.n-pr-1,
.n-plr-1,
.n-p-1 {
    padding-right: 0.3125rem;
}

.n-pr-2,
.n-plr-2,
.n-p-2 {
    padding-right: 0.625rem;
}

.n-pr-3,
.n-plr-3,
.n-p-3 {
    padding-right: 0.9375rem;
}

.n-pr-4,
.n-plr-4,
.n-p-4 {
    padding-right: 1.25rem;
}

.n-pr-5,
.n-plr-5,
.n-p-5 {
    padding-right: 1.5625rem;
}

.n-pr-6,
.n-plr-6,
.n-p-6 {
    padding-right: 1.875rem;
}

.n-pt-1,
.n-ptb-1,
.n-p-1 {
    padding-top: 0.3125rem;
}

.n-pt-2,
.n-ptb-2,
.n-p-2 {
    padding-top: 0.625rem;
}

.n-pt-3,
.n-ptb-3,
.n-p-3 {
    padding-top: 0.9375rem;
}

.n-pt-4,
.n-ptb-4,
.n-p-4 {
    padding-top: 1.25rem;
}

.n-pt-5,
.n-ptb-5,
.n-p-5 {
    padding-top: 1.5625rem;
}

.n-pt-6,
.n-ptb-6,
.n-p-6 {
    padding-top: 1.875rem;
}

.n-pb-1,
.n-ptb-1,
.n-p-1 {
    padding-bottom: 0.3125rem;
}

.n-pb-2,
.n-ptb-2,
.n-p-2 {
    padding-bottom: 0.625rem;
}

.n-pb-3,
.n-ptb-3,
.n-p-3 {
    padding-bottom: 0.9375rem;
}

.n-pb-4,
.n-ptb-4,
.n-p-4 {
    padding-bottom: 1.25rem;
}

.n-pb-5,
.n-ptb-5,
.n-p-5 {
    padding-bottom: 1.5625rem;
}

.n-pb-6,
.n-ptb-6,
.n-p-6 {
    padding-bottom: 1.875rem;
}

.n-ml-1,
.n-mlr-1,
.n-m-1 {
    margin-left: 0.3125rem;
}

.n-ml-2,
.n-mlr-2,
.n-m-2 {
    margin-left: 0.625rem;
}

.n-ml-3,
.n-mlr-3,
.n-m-3 {
    margin-left: 0.9375rem;
}

.n-ml-4,
.n-mlr-4,
.n-m-4 {
    margin-left: 1.25rem;
}

.n-ml-5,
.n-mlr-5,
.n-m-5 {
    margin-left: 1.5625rem;
}

.n-ml-6,
.n-mlr-6,
.n-m-5 {
    margin-left: 1.875rem;
}

.n-mr-1,
.n-mlr-1,
.n-m-1 {
    margin-right: 0.3125rem;
}

.n-mr-2,
.n-mlr-2,
.n-m-2 {
    margin-right: 0.625rem;
}

.n-mr-3,
.n-mlr-3,
.n-m-3 {
    margin-right: 0.9375rem;
}

.n-mr-4,
.n-mlr-4,
.n-m-4 {
    margin-right: 1.25rem;
}

.n-mr-5,
.n-mlr-5,
.n-m-5 {
    margin-right: 1.5625rem;
}

.n-mr-6,
.n-mlr-6,
.n-m-6 {
    margin-right: 1.875rem;
}

.n-mt-1,
.n-mtb-1,
.n-m-1 {
    margin-top: 0.3125rem;
}

.n-mt-2,
.n-mtb-2,
.n-m-2 {
    margin-top: 0.625rem;
}

.n-mt-3,
.n-mtb-3,
.n-m-3 {
    margin-top: 0.9375rem;
}

.n-mt-4,
.n-mtb-4,
.n-m-4 {
    margin-top: 1.25rem;
}

.n-mt-5,
.n-mtb-5,
.n-m-5 {
    margin-top: 1.5625rem;
}

.n-mt-6,
.n-mtb-6,
.n-m-6 {
    margin-top: 1.875rem;
}

.n-mb-1,
.n-mtb-1,
.n-m-1 {
    margin-bottom: 0.3125rem;
}

.n-mb-2,
.n-mtb-2,
.n-m-2 {
    margin-bottom: 0.625rem;
}

.n-mb-3,
.n-mtb-3,
.n-m-3 {
    margin-bottom: 0.9375rem;
}

.n-mb-4,
.n-mtb-4,
.n-m-4 {
    margin-bottom: 1.25rem;
}

.n-mb-5,
.n-mtb-5,
.n-m-5 {
    margin-bottom: 1.5625rem;
}

.n-mb-6,
.n-mtb-6,
.n-m-6 {
    margin-bottom: 1.875rem;
}

.n-m-auto {
    margin-left: auto;
    margin-right: auto;
}

.n-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.n-flex-dr-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.n-flex-w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.n-flex-j-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.n-flex-j-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.n-flex-j-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.n-flex-j-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.n-flex-a-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.n-flex-a-t {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.n-flex-a-s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.n-flex-a-e {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.n-flex-s {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.n-flex-g {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.n-flex-g-w-1-hack {
    min-width: 0;
}

.n-block {
    display: block;
}

.n-inline-block {
    display: inline-block;
}

.n-hide-none {
    display: none;
}

.n-hide-opacity {
    opacity: 0;
}

.n-hide-opacity.n-active {
    opacity: 1;
}

.n-overflow-hidden {
    overflow: hidden;
}

.n-break-word {
    word-break: break-all;
}

.n-wrap-line {
    width: 100%;
}

.n-f-0 {
    font-size: 0.625rem;
}

.n-f-0::-webkit-input-placeholder {
    font-size: 0.625rem;
}

.n-f-0::-moz-placeholder {
    font-size: 0.625rem;
}

.n-f-0::-ms-input-placeholder {
    font-size: 0.625rem;
}

.n-f-0::placeholder {
    font-size: 0.625rem;
}

.n-f-1 {
    font-size: 0.6875rem;
}

.n-f-1::-webkit-input-placeholder {
    font-size: 0.6875rem;
}

.n-f-1::-moz-placeholder {
    font-size: 0.6875rem;
}

.n-f-1::-ms-input-placeholder {
    font-size: 0.6875rem;
}

.n-f-1::placeholder {
    font-size: 0.6875rem;
}

.n-f-2 {
    font-size: 0.75rem;
}

.n-f-2::-webkit-input-placeholder {
    font-size: 0.75rem;
}

.n-f-2::-moz-placeholder {
    font-size: 0.75rem;
}

.n-f-2::-ms-input-placeholder {
    font-size: 0.75rem;
}

.n-f-2::placeholder {
    font-size: 0.75rem;
}

.n-f-3 {
    font-size: 0.8125rem;
}

.n-f-3::-webkit-input-placeholder {
    font-size: 0.8125rem;
}

.n-f-3::-moz-placeholder {
    font-size: 0.8125rem;
}

.n-f-3::-ms-input-placeholder {
    font-size: 0.8125rem;
}

.n-f-3::placeholder {
    font-size: 0.8125rem;
}

.n-f-4 {
    font-size: 0.875rem;
}

.n-f-4::-webkit-input-placeholder {
    font-size: 0.875rem;
}

.n-f-4::-moz-placeholder {
    font-size: 0.875rem;
}

.n-f-4::-ms-input-placeholder {
    font-size: 0.875rem;
}

.n-f-4::placeholder {
    font-size: 0.875rem;
}

.n-f-5 {
    font-size: 0.9375rem;
}

.n-f-5::-webkit-input-placeholder {
    font-size: 0.9375rem;
}

.n-f-5::-moz-placeholder {
    font-size: 0.9375rem;
}

.n-f-5::-ms-input-placeholder {
    font-size: 0.9375rem;
}

.n-f-5::placeholder {
    font-size: 0.9375rem;
}

.n-f-6 {
    font-size: 1rem;
}

.n-f-6::-webkit-input-placeholder {
    font-size: 1rem;
}

.n-f-6::-moz-placeholder {
    font-size: 1rem;
}

.n-f-6::-ms-input-placeholder {
    font-size: 1rem;
}

.n-f-6::placeholder {
    font-size: 1rem;
}

.n-f-7 {
    font-size: 1.0625rem;
}

.n-f-7::-webkit-input-placeholder {
    font-size: 1.0625rem;
}

.n-f-7::-moz-placeholder {
    font-size: 1.0625rem;
}

.n-f-7::-ms-input-placeholder {
    font-size: 1.0625rem;
}

.n-f-7::placeholder {
    font-size: 1.0625rem;
}

.n-f-8 {
    font-size: 1.125rem;
}

.n-f-8::-webkit-input-placeholder {
    font-size: 1.125rem;
}

.n-f-8::-moz-placeholder {
    font-size: 1.125rem;
}

.n-f-8::-ms-input-placeholder {
    font-size: 1.125rem;
}

.n-f-8::placeholder {
    font-size: 1.125rem;
}

.n-f-9 {
    font-size: 1.1875rem;
}

.n-f-9::-webkit-input-placeholder {
    font-size: 1.1875rem;
}

.n-f-9::-moz-placeholder {
    font-size: 1.1875rem;
}

.n-f-9::-ms-input-placeholder {
    font-size: 1.1875rem;
}

.n-f-9::placeholder {
    font-size: 1.1875rem;
}

.n-f-10 {
    font-size: 1.25rem;
}

.n-f-10::-webkit-input-placeholder {
    font-size: 1.25rem;
}

.n-f-10::-moz-placeholder {
    font-size: 1.25rem;
}

.n-f-10::-ms-input-placeholder {
    font-size: 1.25rem;
}

.n-f-10::placeholder {
    font-size: 1.25rem;
}

.n-f-bold {
    font-weight: bold;
}

.n-line-height-1 {
    line-height: 1;
}

.n-line-height-1-5 {
    line-height: 1.5;
}

.n-text-center {
    text-align: center;
}

.n-text-right {
    text-align: right;
}

.n-text-left {
    text-align: left;
}

.n-b-line {
    position: relative;
}

.n-b-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D4D6D6;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.n-t-line {
    position: relative;
}

.n-t-line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #D4D6D6;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    top: 0;
}

.n-e-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-e-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    display: box;
    box-orient: vertical;
}

.n-transparent-body {
    background-color: transparent;
}

.fix-table {
    table-layout: fixed;
}

.n-pull-up-append {
    position: relative;
}

.n-pull-up-append .n-pull-up-append-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.8125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.n-pull-up-append .n-pull-up-append-footer:after {
    color: #999999;
    content: '数据加载中';
}

.fixed-menu {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.fixed-menu li {
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    margin-bottom: 5px;
    width: 80px;
    height: 85px;
    background: #B8AB88;
}

.fixed-menu li:hover {
    transform: scale(1.05);
}

.fixed-menu li i {
    height: 30px;
    width: 30px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fixed-menu li .message {
    background-image: url("../image/icon_consult.png");
}

.fixed-menu li .call {
    background-image: url("../image/icon_phone2.png");
}

.fixed-menu li .top {
    background-image: url("../image/icon_top.png");
}

.fixed-menu li:hover .call-info {
    display: flex;
    display: -webkit-flex;
}

video {
    outline: none;
}