article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

.color-default {
    color: #59d2f9;
}

.color-default.color-hover:hover {
    color: #3dc6f2;
}

.color-success {
    color: #00d07a;
}

.color-success.color-hover:hover {
    color: #00b168;
}

.color-warning {
    color: #fbd238;
}

.color-warning.color-hover:hover {
    color: #fac603;
}

.color-error {
    color: #ff0000;
}

.color-error.color-hover:hover {
    color: #ea0000;
}

.txt-style-b,
.txt-style-d,
.txt-style-s,
.txt-style-s {
    display: block;
    box-sizing: none;
}

.txt-style-b {
    line-height: 30px;
    font-size: 22px;
}

.txt-style-d {
    line-height: 28px;
    font-size: 15px;
}

.txt-style-s {
    line-height: 26px;
    font-size: 14px;
}

.txt-style-ss {
    line-height: 24px;
    font-size: 13px;
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.dis,
.hidden {
    display: none;
}

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

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

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

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

select {
    background: #fff;
    border-radius: 0;
    padding-left: 12px;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #333;
}

a:active,
a:hover {
    outline: 0;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: "liga", "kern";
}

body {
    background-color: #f5f7f8;
}

.dl_ju_be {
    display: flex;
    justify-content: space-between;
}
.po_fixed {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    margin: 0 auto;
    width: 1184px;
}

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

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

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

.btn {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 16px;
    height: 40px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    transition: background-color .3s, color .3s, border-color .3s;
    -o-transition: background-color .3s, color .3s, border-color .3s;
    -moz-transition: background-color .3s, color .3s, border-color .3s;
    -webkit-transition: background-color .3s, color .3s, border-color .3s;
    background: none;
    color: #666;
    vertical-align: middle;
    border: none;
    border: 0;
}

.btn.block {
    display: block;
    width: 100%;
}

.btn i {
    font-size: 20px;
    vertical-align: middle;
}

.btn:hover {
    transition: background-color .3s, color .3s, border-color .3s;
    -o-transition: background-color .3s, color .3s, border-color .3s;
    -moz-transition: background-color .3s, color .3s, border-color .3s;
    -webkit-transition: background-color .3s, color .3s, border-color .3s;
    color: #3dc6f2;
}

.btn.btn-disabled {
    background: none;
    border: 1px solid #ebebed;
    color: #ababab;
}

.btn.btn-disabled:hover {
    border: 1px solid #ebebed;
    color: #ababab;
}

.btn.btn-disabled:active {
    box-shadow: none;
}

.btn.btn-disabled-default {
    background: #7f7f7f;
    color: #fff;
}

.btn.btn-disabled-default:hover {
    background: #7f7f7f;
    color: #fff;
}

.btn.btn-disabled-default:active {
    box-shadow: none;
}

.btn.btn-s {
    padding: 5px 16px;
    height: 36px;
    line-height: 24px;
}

.btn.btn-default {
    background: #59d2f9;
    color: #fff;
}

.btn.btn-default:hover {
    background: #3dc6f2;
}

.btn.btn-line {
    border: 1px solid #dcdcdc;
}

.btn.btn-line:hover {
    border: 1px solid #3dc6f2;
}

.btn.btn-line-default {
    border: 1px solid #59d2f9;
    color: #59d2f9;
}

.btn.btn-line-default:hover {
    color: #fff;
    border: 1px solid #3dc6f2;
    background: #3dc6f2;
}

.btn.btn-success {
    color: #fff;
    background-color: #00d07a;
}

.btn.btn-success:hover {
    background-color: #00b168;
}

.btn.btn-warning {
    color: #fff;
    background-color: #fbd238;
}

.btn.btn-warning:hover {
    background-color: #fac603;
}

.btn.btn-error {
    color: #fff;
    background-color: #ff0000;
}

.btn.btn-error:hover {
    background-color: #ea0000;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after {
    clear: both;
}

input[type="text"],
input[type="password"] {
    padding: 11px 12px;
    line-height: 16px;
    font-size: 14px;
    height: 40px;
    color: #333;
    border: 1px solid #dcdcdc;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border: 1px solid #59d2f9;
    box-shadow: 0px 0px 3px #59d2f9;
}

input[type="text"].error,
input[type="password"].error {
    border: 1px solid #ff0201;
}

input[type="text"].error:focus,
input[type="password"].error:focus {
    box-shadow: 0px 0px 3px #ff0201;
}

input[type="text"].warning,
input[type="password"].warning {
    border: 1px solid #fbd238;
}

input[type="text"].warning:focus,
input[type="password"].warning:focus {
    box-shadow: 0px 0px 3px #fbd238;
}

input[type="text"].input-s,
input[type="password"].input-s {
    height: 36px;
    padding: 10px 12px;
}

input[type="text"].input-b,
input[type="password"].input-b {
    height: 50px;
    padding: 16px 12px;
}

input[type="text"].block,
input[type="password"].block {
    display: block;
    width: 100%;
}

.input-icon-box {
    position: relative;
}

.input-icon-box.icon-left input {
    padding-left: 45px;
}

.input-icon-box.icon-left i {
    left: 13px;
}

.input-icon-box.icon-right input {
    padding-right: 45px;
}

.input-icon-box.icon-right i {
    right: 13px;
}

.input-icon-box input[type="text"],
.input-icon-box input[type="password"] {
    display: block;
    width: 100%;
}

.input-icon-box i {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 24px;
}

::-webkit-input-placeholder {
    color: #9d9d9d;
}

label {
    cursor: pointer;
}

.checkbox-pretty,
.radio-pretty {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.checkbox-pretty input,
.radio-pretty input {
    opacity: 0;
    position: absolute;
    z-index: -99999;
    left: -9999px;
    top: 0;
}

.checkbox-pretty span,
.radio-pretty span {
    font-weight: normal;
}

.checkbox-pretty span:before,
.radio-pretty span:before {
    content: "\e6d5";
    margin-right: 2px;
    vertical-align: -2px;
    font-size: 140%;
    font-size: 120% \9;
    vertical-align: -1px \9;
    color: #cfd1d8;
    font-family: "icon-ng";
}

.checkbox-pretty.checked span:before,
.radio-pretty.checked span:before {
    color: #12d23f;
    content: "\e6d4";
}

.radio-pretty span {
    font-weight: normal;
}

.radio-pretty span:before {
    content: "\e71f";
    margin-right: 2px;
    vertical-align: -2px;
    font-size: 140%;
    font-size: 120% \9;
    vertical-align: -1px \9;
    color: #cfd1d8;
    font-family: "icon-ng";
}

.radio-pretty.checked span:before {
    color: #12d23f;
    content: "\e71e";
}

.ng-select-box {
    position: relative;
}

.ng-select-box i.icon-ng-select_icon {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -6px;
    font-size: 14px;
}

.ng-select-box select.ng-select {
    display: block;
    width: 100%;
    background: transparent;
}

select.ng-select {
    padding: 9px 12px;
    height: 40px;
    line-height: 22px;
    color: #333;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
}

select.ng-select option {
    line-height: 40px;
}

select.ng-select.block {
    display: block;
    width: 100%;
}

.ng-popwindow,
.modal {
    position: fixed;
    z-index: 1049;
    display: none;
}

.ng-popwindow.ng-popwindow-block,
.modal.ng-popwindow-block {
    display: block !important;
}

.ng-popwindow .layer-shade,
.ng-popwindow .modal-backdrop,
.modal .layer-shade,
.modal .modal-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1050;
}

.ng-popwindow .layer-dialog,
.ng-popwindow .modal-dialog,
.modal .layer-dialog,
.modal .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -365px;
    width: 730px;
    border-radius: 5px;
    background: #fff;
    z-index: 1051;
}

.ng-popwindow .layer-dialog .layer-title,
.ng-popwindow .modal-dialog .layer-title,
.modal .layer-dialog .layer-title,
.modal .modal-dialog .layer-title {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333;
    padding: 0px 22px;
    position: relative;
}

.ng-popwindow .layer-dialog .layer-title.has_b_line,
.ng-popwindow .modal-dialog .layer-title.has_b_line,
.modal .layer-dialog .layer-title.has_b_line,
.modal .modal-dialog .layer-title.has_b_line {
    border-bottom: 1px solid #f0f2f5;
}

.ng-popwindow .layer-dialog .layer-title a.close-layer,
.ng-popwindow .modal-dialog .layer-title a.close-layer,
.modal .layer-dialog .layer-title a.close-layer,
.modal .modal-dialog .layer-title a.close-layer {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    color: #666;
    font-size: 20px;
}

.ng-popwindow .layer-dialog .layer-title a.close-layer:hover,
.ng-popwindow .modal-dialog .layer-title a.close-layer:hover,
.modal .layer-dialog .layer-title a.close-layer:hover,
.modal .modal-dialog .layer-title a.close-layer:hover {
    color: #3dc6f2;
}

.ng-popwindow .layer-dialog .layer-main,
.ng-popwindow .modal-dialog .layer-main,
.modal .layer-dialog .layer-main,
.modal .modal-dialog .layer-main {
    padding: 30px;
}

.ng-popwindow .layer-dialog .layer-btn-box,
.ng-popwindow .layer-dialog .confirm-btn,
.ng-popwindow .modal-dialog .layer-btn-box,
.ng-popwindow .modal-dialog .confirm-btn,
.modal .layer-dialog .layer-btn-box,
.modal .layer-dialog .confirm-btn,
.modal .modal-dialog .layer-btn-box,
.modal .modal-dialog .confirm-btn {
    margin: 0px 20px;
    overflow: hidden;
    padding: 20px 0px;
}

.ng-popwindow .layer-dialog .layer-btn-box.has_t_line,
.ng-popwindow .layer-dialog .confirm-btn.has_t_line,
.ng-popwindow .modal-dialog .layer-btn-box.has_t_line,
.ng-popwindow .modal-dialog .confirm-btn.has_t_line,
.modal .layer-dialog .layer-btn-box.has_t_line,
.modal .layer-dialog .confirm-btn.has_t_line,
.modal .modal-dialog .layer-btn-box.has_t_line,
.modal .modal-dialog .confirm-btn.has_t_line {
    border-top: 1px solid #f0f2f5;
}

.ng-popwindow .layer-dialog .layer-btn-box .btn,
.ng-popwindow .layer-dialog .confirm-btn .btn,
.ng-popwindow .modal-dialog .layer-btn-box .btn,
.ng-popwindow .modal-dialog .confirm-btn .btn,
.modal .layer-dialog .layer-btn-box .btn,
.modal .layer-dialog .confirm-btn .btn,
.modal .modal-dialog .layer-btn-box .btn,
.modal .modal-dialog .confirm-btn .btn {
    width: 160px;
}

.ng-popwindow .layer-dialog .layer-btn-box.btn-center,
.ng-popwindow .layer-dialog .confirm-btn.btn-center,
.ng-popwindow .modal-dialog .layer-btn-box.btn-center,
.ng-popwindow .modal-dialog .confirm-btn.btn-center,
.modal .layer-dialog .layer-btn-box.btn-center,
.modal .layer-dialog .confirm-btn.btn-center,
.modal .modal-dialog .layer-btn-box.btn-center,
.modal .modal-dialog .confirm-btn.btn-center {
    text-align: center;
}

.ng-popwindow .layer-dialog .layer-btn-box.btn-center .btn,
.ng-popwindow .layer-dialog .confirm-btn.btn-center .btn,
.ng-popwindow .modal-dialog .layer-btn-box.btn-center .btn,
.ng-popwindow .modal-dialog .confirm-btn.btn-center .btn,
.modal .layer-dialog .layer-btn-box.btn-center .btn,
.modal .layer-dialog .confirm-btn.btn-center .btn,
.modal .modal-dialog .layer-btn-box.btn-center .btn,
.modal .modal-dialog .confirm-btn.btn-center .btn {
    margin: 0px 5px;
}

.ng-popwindow .layer-dialog .layer-btn-box.btn-left,
.ng-popwindow .layer-dialog .confirm-btn.btn-left,
.ng-popwindow .modal-dialog .layer-btn-box.btn-left,
.ng-popwindow .modal-dialog .confirm-btn.btn-left,
.modal .layer-dialog .layer-btn-box.btn-left,
.modal .layer-dialog .confirm-btn.btn-left,
.modal .modal-dialog .layer-btn-box.btn-left,
.modal .modal-dialog .confirm-btn.btn-left {
    text-align: left;
}

.ng-popwindow .layer-dialog .layer-btn-box.btn-left .btn,
.ng-popwindow .layer-dialog .confirm-btn.btn-left .btn,
.ng-popwindow .modal-dialog .layer-btn-box.btn-left .btn,
.ng-popwindow .modal-dialog .confirm-btn.btn-left .btn,
.modal .layer-dialog .layer-btn-box.btn-left .btn,
.modal .layer-dialog .confirm-btn.btn-left .btn,
.modal .modal-dialog .layer-btn-box.btn-left .btn,
.modal .modal-dialog .confirm-btn.btn-left .btn {
    margin-right: 10px;
}

.ng-popwindow .layer-dialog .layer-btn-box.btn-right,
.ng-popwindow .layer-dialog .confirm-btn.btn-right,
.ng-popwindow .modal-dialog .layer-btn-box.btn-right,
.ng-popwindow .modal-dialog .confirm-btn.btn-right,
.modal .layer-dialog .layer-btn-box.btn-right,
.modal .layer-dialog .confirm-btn.btn-right,
.modal .modal-dialog .layer-btn-box.btn-right,
.modal .modal-dialog .confirm-btn.btn-right {
    text-align: right;
}

.ng-popwindow .layer-dialog .layer-btn-box.btn-right .btn,
.ng-popwindow .layer-dialog .confirm-btn.btn-right .btn,
.ng-popwindow .modal-dialog .layer-btn-box.btn-right .btn,
.ng-popwindow .modal-dialog .confirm-btn.btn-right .btn,
.modal .layer-dialog .layer-btn-box.btn-right .btn,
.modal .layer-dialog .confirm-btn.btn-right .btn,
.modal .modal-dialog .layer-btn-box.btn-right .btn,
.modal .modal-dialog .confirm-btn.btn-right .btn {
    margin-left: 10px;
}

.alert-tips {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -21px;
    display: table;
    z-index: 11111111;
    padding: 20px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.7);
    background: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.alert-tips p {
    padding: 0 60px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.setup_box_img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999999;
}

.setup_box_img.hide {
    display: none;
}

.setup_box_img .setup_point_img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -69px;
}

.setup_box_img .set_point_img {
    padding-top: 40px;
    text-align: center;
    width: 180px;
    border-radius: 10px;
    height: 180px;
    background: #f7f5ff;
}

@font-face {
    font-family: "icon-ng";
    src: url("../fonts/icon-ng.eot");
    /* IE9*/
    src: url("../fonts/icon-ng.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-ng.woff") format("woff"), url("../fonts/icon-ng.ttf") format("truetype"), url("../fonts/icon-ng.svg#icon-ng") format("svg");
    /* iOS 4.1- */
}

.icon-ng[class^="icon-ng-"],
.icon-ng[class*=" icon-ng-"] {
    font-family: "icon-ng" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ng-username:before {
    content: "\e63c";
}

.icon-ng-password:before {
    content: "\e687";
}

.icon-ng-add_c:before {
    content: "\e727";
}

.icon-ng-reduction_c:before {
    content: "\e729";
}

.icon-ng-loding:before {
    content: "\e64f";
}

.icon-ng-correct_fill:before {
    content: "\e656";
}

.icon-ng-correct:before {
    content: "\e657";
}

.icon-ng-error_file:before {
    content: "\e658";
}

.icon-ng-error:before {
    content: "\e659";
}

.icon-ng-like_fill:before {
    content: "\e668";
}

.icon-ng-like:before {
    content: "\e669";
}

.icon-ng-like_c_fill:before {
    content: "\e871";
}

.icon-ng-like_c:before {
    content: "\e872";
}

.icon-ng-delete_fill:before {
    content: "\e6a6";
}

.icon-ng-delete:before {
    content: "\e6b4";
}

.icon-ng-radio:before {
    content: "\e72f";
}

.icon-ng-radio_check:before {
    content: "\e71f";
}

.icon-ng-radio_fill:before {
    content: "\e71e";
}

.icon-ng-square:before {
    content: "\e6d5";
}

.icon-ng-square_c:before {
    content: "\e6d6";
}

.icon-ng-square_c_fill:before {
    content: "\e6d4";
}

.icon-ng-download:before {
    content: "\e66a";
}

.icon-ng-upload:before {
    content: "\e667";
}

.icon-ng-refresh:before {
    content: "\e7df";
}

.icon-ng-refresh_fill:before {
    content: "\e624";
}

.icon-ng-question:before {
    content: "\e633";
}

.icon-ng-question_fill:before {
    content: "\e600";
}

.icon-ng-prompt:before {
    content: "\e72b";
}

.icon-ng-prompt_fill:before {
    content: "\e72a";
}

.icon-ng-go_up:before {
    content: "\e65d";
}

.icon-ng-go_down:before {
    content: "\e65e";
}

.icon-ng-go_left:before {
    content: "\e660";
}

.icon-ng-go_right:before {
    content: "\e65f";
}

.icon-ng-success:before {
    content: "\e664";
}

.icon-ng-close:before {
    content: "\e641";
}

.icon-ng-select_icon:before {
    content: "\e65c";
}

.icon-ng-open_icon:before {
    content: "\e640";
}

.icon-ng-close_icon:before {
    content: "\e605";
}

.icon-ng-bigger:before {
    content: "\e878";
}

.icon-ng-smaller:before {
    content: "\e87b";
}

.icon-ng-calendar:before {
    content: "\e6b2";
}

.icon-ng-calendar_line:before {
    content: "\e74a";
}

.icon-ng-cart:before {
    content: "\e63f";
}

.icon-ng-addcart:before {
    content: "\e643";
}

.icon-ng-Qr_code:before {
    content: "\e642";
}

.icon-ng-scan:before {
    content: "\e649";
}

.icon-ng-scan_line:before {
    content: "\e7db";
}

.icon-ng-trash_barrels:before {
    content: "\e645";
}

.icon-ng-positioning:before {
    content: "\e64e";
}

.icon-ng-home:before {
    content: "\e650";
}

.icon-ng-search:before {
    content: "\e652";
}

.icon-ng-search_line:before {
    content: "\e86f";
}

.icon-ng-order:before {
    content: "\e655";
}

.icon-ng-msg:before {
    content: "\e65a";
}

.icon-ng-msg_round:before {
    content: "\e665";
}

.icon-ng-feedback:before {
    content: "\e662";
}

.icon-ng-camera:before {
    content: "\e663";
}

.icon-ng-save:before {
    content: "\e666";
}

.icon-ng-gift:before {
    content: "\e685";
}

.icon-ng-gift_line:before {
    content: "\e66b";
}

.icon-ng-openeyes:before {
    content: "\e733";
}

.icon-ng-closeeyes:before {
    content: "\e62e";
}

.icon-ng-c_service:before {
    content: "\e61d";
}

.icon-ng-images:before {
    content: "\e627";
}

.icon-ng-add:before {
    content: "\e62d";
}

.icon-ng-add_line:before {
    content: "\e889";
}

.icon-ng-table:before {
    content: "\e64d";
}

.icon-ng-share:before {
    content: "\e7e0";
}

.icon-ng-news_fill:before {
    content: "\e7e6";
}

.icon-ng-news:before {
    content: "\e7e7";
}

.icon-ng-down_light:before {
    content: "\e7ed";
}

.icon-ng-gotop:before {
    content: "\e88d";
}

.icon-ng-filter:before {
    content: "\e873";
}

.icon-ng-volume:before {
    content: "\e87a";
}

.icon-ng-play:before {
    content: "\e87c";
}

.icon-ng-label:before {
    content: "\e881";
}

.icon-ng-vouchers:before {
    content: "\e884";
}

.icon-ng-screening:before {
    content: "\e888";
}

.icon-ng-navigation:before {
    content: "\e88a";
}

.icon-ng-attachment:before {
    content: "\e88b";
}

.icon-ng-more:before {
    content: "\e88c";
}

.icon-ng-list:before {
    content: "\e88f";
}

.icon-ng-directory:before {
    content: "\e890";
}

.icon-ng-setting:before {
    content: "\e892";
}

.icon-ng-mall:before {
    content: "\e895";
}

.icon-ng-buy:before {
    content: "\e899";
}

.icon-ng-edit:before {
    content: "\e8cf";
}

.laypage_main {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 66px;
}

.laypage_main a {
    background-color: transparent !important;
    border: 0 !important;
    font-size: 16px !important;
    cursor: default;
}

.laypage_main a:hover {
    color: #59d2f9;
}

.laypage_main a[style^="color"] {
    color: #59d2f9 !important;
    font-size: 20px !important;
}

.laypage_main .laypage_next,
.laypage_main .laypage_prev {
    font-family: "icon-ng" !important;
    position: relative;
    top: -10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #dcdcdc !important;
    outline: none !important;
    text-align: center;
    line-height: 48px;
    font-size: 20px !important;
    background-color: #fff !important;
}

.laypage_main .laypage_next:hover,
.laypage_main .laypage_prev:hover {
    color: #59d2f9;
    border-color: #59d2f9 !important;
}

.laypage_main .laypage_next:after {
    font-family: "icon-ng" !important;
    content: '\e65f';
}

.laypage_main .laypage_prev:after {
    font-family: "icon-ng" !important;
    content: '\e660';
}

.page-out {
    text-align: center;
    padding-top: 20px;
}

.page-out span.prev,
.page-out span.next {
    display: inline-block;
    cursor: default;
    padding: 0 10px;
    font-family: "Arial";
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #282a3c;
}

.page-out span.prev span.chevron,
.page-out span.next span.chevron {
    background: #f5f5f5;
}

.page-out span.prev span.chevron i,
.page-out span.next span.chevron i {
    color: #dfdfdf;
}

.page-out a.prev,
.page-out a.next {
    display: inline-block;
}

.page-out a.prev:hover span.chevron,
.page-out a.next:hover span.chevron {
    border: 1px solid #3dc6f2;
}

.page-out a.prev:hover span.chevron i,
.page-out a.next:hover span.chevron i {
    color: #3dc6f2;
}

.page-out a {
    padding: 0 10px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #282a3c;
}

.page-out a:hover {
    color: #3dc6f2;
}

.page-out span.chevron {
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
}

.page-out span.chevron i {
    position: relative;
    top: 2px;
    font-size: 24px;
    color: #868686;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.page-out span.chevron i.icon-back {
    right: 1px;
}

.page-out span.chevron i.icon-more {
    left: 1px;
}

.page-out .current {
    color: #3dc6f2;
    font-size: 20px;
    padding: 0 10px;
    font-weight: bold;
}

body {
    background: #f5f7f8;
    min-width: 1184px;
}

#club-header {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 64px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

#club-header .club-header-main {
    height: 64px;
    width: 1184px;
    margin: 0 auto;
}

#club-header .club-header-main h1.logo {
    float: left;
    padding-top: 10px;
}

#club-header .club-header-main h1.logo img {
    height: 42px;
}

#club-header .club-header-main .club-header-btn {
    float: right;
    padding-top: 12px;
}

#club-header .club-header-main .club-header-btn a {
    margin-left: 10px;
}

#club-header .club-header-main .club-header-btn a:hover {
    background: #3dc6f2;
    border: 1px solid #3dc6f2;
    color: #fff;
}

#club-main {
    overflow: hidden;
    width: 1184px;
    margin: 0 auto;
}

#club-main .club-leftbar {
    width: 224px;
    background: #2f80ed url("../images/leftbar-bg.png") repeat-x;
    float: left;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    border-radius: 5px;
}

#club-main .club-leftbar .user-info {
    padding-bottom: 20px;
}

#club-main .club-leftbar .company-logo {
    height: 98px;
    width: 98px;
    margin: 20px auto 3px;
}

#club-main .club-leftbar .company-logo img {
    width: 98px;
    height: 98px;
    border: 4px solid #7cdbff;
    border-radius: 49px;
}

#club-main .club-leftbar .username,
#club-main .club-leftbar .permissions {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

#club-main .club-leftbar .permissions {
    color: #dff2ff;
}

#club-main .club-leftbar .nav li.line {
    width: 185px;
    height: 1px;
    background: #5aadf0;
    margin: 11px auto;
}

#club-main .club-leftbar .nav li a {
    display: block;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    padding-left: 57px;
    position: relative;
    color: #dff2ff;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

#club-main .club-leftbar .nav li a i.icon {
    z-index: 4;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 17px;
    top: 7px;
    overflow: hidden;
}

#club-main .club-leftbar .nav li a i.icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 40px;
}

#club-main .club-leftbar .nav li a.active i.icon img {
    position: absolute;
    left: -40px;
}

#club-main .club-leftbar .nav li a i.bg {
    background: #005489;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all ease .3s;
    display: block;
}

#club-main .club-leftbar .nav li a:hover i.bg,
#club-main .club-leftbar .nav li a.active i.bg {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#club-main .club-leftbar .nav li a p {
    z-index: 4;
    position: absolute;
    height: 54px;
    line-height: 54px;
    left: 57px;
    top: 0;
}

#club-main .club-leftbar .nav li a span {
    background: #fff;
    padding: 0px 10px;
    border-radius: 8px;
    height: 16px;
    line-height: 16px;
    color: #39a4ed;
    right: 62px;
    top: 50%;
    margin-top: -8px;
    position: absolute;
}

#club-main .club-content {
    width: 944px;
    float: right;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

#club-main .club-content .content_nav {
    height: 50px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

#club-main .club-content .content_nav li {
    position: relative;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    display: inline-block;
}

#club-main .club-content .content_nav a {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    color: #333;
    text-align: center;
    transition: all ease .3s;
}

#club-main .club-content .content_nav.nav_count_2 li {
    width: 50%;
}

#club-main .club-content .content_nav.nav_count_3 li {
    width: 33.3%;
}

#club-main .club-content .content_nav.nav_count_4 li {
    width: 25%;
}

#club-main .club-content .content_nav.nav_count_5 li {
    width: 20%;
}

#club-main .club-content .content_nav.nav_count_6 li {
    width: 16.6%;
}

#club-main .club-content .content_nav.nav_count_7 li {
    width: 14.28%;
}

#club-main .club-content .content_nav.nav_count_8 li {
    width: 12.5%;
}

#club-main .club-content .content_nav a:hover,
#club-main .club-content .content_nav a.active {
    border-bottom: 2px solid #59d2f9;
    color: #59d2f9;
}

#club-main .club-content .content_nav a:hover {
    border: none;
}

#club-main .club-content .content_nav a.active:hover {
    border-bottom: 2px solid #59d2f9;
    color: #59d2f9;
}

#club-main .club-content .o-content {
    background: #fff;
    border-radius: 5px;
}

.list_null {
    background: #fff url("../images/logo_icon.png") no-repeat center 20px;
    margin: 20px auto;
    padding: 20px 0px;
    text-align: center;
    padding-top: 155px;
}

.list_null.hasborder {
    border: 1px solid #eee;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.list_null p {
    text-align: center;
    font-size: 15px !important;
    color: #666;
}

.list_null p i {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 3px;
    text-align: left;
}

.no-permission {
    background: url("../images/401-bg.png") no-repeat center 80px #fff;
    padding-top: 240px;
    padding-bottom: 100px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.no-permission .no-permission-main {
    text-align: center;
    font-size: 14px;
}

.page-data-loading {
    position: fixed;
    z-index: 99995;
}

.page-data-loading .page-loading-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 99996;
}

.page-data-loading .loading-content {
    position: fixed;
    z-index: 99997;
    height: 100px;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-top: -50px;
    margin-left: -150px;
}

.page-data-loading .loading-content .loading-img {
    float: left;
    background: url("../images/logo_i.png") no-repeat center center;
    width: 54px;
    height: 56px;
    margin-left: 45px;
    margin-top: 10px;
    -webkit-animation: gogogo 1s infinite linear;
}

.page-data-loading .loading-content p {
    padding-top: 15px;
    float: left;
    line-height: 26px;
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
}

.page-data-loading .loading-content span {
    position: absolute;
    left: 55px;
    top: 70px;
    height: 4px;
    width: 40px;
    background: url("../images/logo_b.png") no-repeat center center;
    -webkit-animation: scalebg 1s infinite linear;
    -moz-animation: scalebg 1s infinite linear;
    animation: scalebg 1s infinite linear;
}

.module-data-loading .loading-content {
    height: 100px;
    width: 300px;
    margin: 0px auto;
    position: relative;
    padding-top: 20px;
}

.module-data-loading .loading-content .loading-img {
    float: left;
    background: url("../images/logo_i.png") no-repeat center center;
    width: 54px;
    height: 56px;
    margin-left: 45px;
    margin-top: 10px;
    -webkit-animation: gogogo 1s infinite linear;
    -moz-animation: gogogo 1s infinite linear;
    animation: gogogo 1s infinite linear;
}

.module-data-loading .loading-content p {
    padding-top: 15px;
    float: left;
    line-height: 26px;
    color: #666;
    padding-left: 20px;
    font-size: 16px;
}

.module-data-loading .loading-content span {
    position: absolute;
    left: 55px;
    top: 90px;
    height: 4px;
    width: 40px;
    background: url("../images/logo_b.png") no-repeat center center;
    -webkit-animation: scalebg 1s infinite linear;
    -moz-animation: scalebg 1s infinite linear;
    animation: scalebg 1s infinite linear;
}

@-webkit-keyframes gogogo {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    75% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes scalebg {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.vdp-datepicker__calendar span.cell.selected {
    background: #59d2f9;
    color: #fff;
}

/*# sourceMappingURL=base.css.map */