@charset "UTF-8";
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: normal;
}

.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;
}

.o-hidden {
  overflow: hidden;
}

.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;
}

img {
  border: 0;
}

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

html {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, 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;
}

.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 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.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 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.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 {
  border: 1px solid #59d2f9;
  background: #59d2f9;
  color: #fff;
}
.btn.btn-default:hover {
  background: #3dc6f2;
  color: #fff;
}
.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: "";
  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: "";
}

.radio-pretty span {
  font-weight: normal;
}
.radio-pretty span:before {
  content: "";
  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: "";
}

.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%;
}

.modal .modal-confirm-all {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 0;
}
.modal .modal-confirm-all .confirm-describe {
  padding: 0 40px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.modal .modal-confirm-all .close {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  width: 48px;
  text-align: center;
  color: #666;
  font-size: 20px;
}
.modal .modal-confirm-all .close:hover {
  color: #3dc6f2;
}
.modal .modal-confirm-all .btn {
  width: 120px;
}
.modal .modal-confirm-all .btn:first-child {
  margin-right: 20px;
}

.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: 0.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("../../../Qiye/asset/fonts/icon-ng.eot");
  /* IE9*/
  src: url("../../../Qiye/asset/fonts/icon-ng.eot?#iefix") format("embedded-opentype"), url("../../../Qiye/asset/fonts/icon-ng.woff") format("woff"), url("../../../Qiye/asset/fonts/icon-ng.ttf") format("truetype"), url("../../../Qiye/asset/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: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#ng-laypage_main .laypage_main {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 66px;
}
#ng-laypage_main .laypage_main a {
  background-color: transparent !important;
  border: 0 !important;
  font-size: 16px !important;
  cursor: default;
}
#ng-laypage_main .laypage_main a:hover {
  color: #59d2f9;
}
#ng-laypage_main .laypage_main a[style^=color] {
  color: #59d2f9 !important;
  font-size: 20px !important;
}
#ng-laypage_main .laypage_main .laypage_next, #ng-laypage_main .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;
}
#ng-laypage_main .laypage_main .laypage_next:hover, #ng-laypage_main .laypage_main .laypage_prev:hover {
  color: #59d2f9;
  border-color: #59d2f9 !important;
}
#ng-laypage_main .laypage_main .laypage_next:after {
  font-family: "icon-ng" !important;
  content: "";
}
#ng-laypage_main .laypage_main .laypage_prev:after {
  font-family: "icon-ng" !important;
  content: "";
}

.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 .phone {
  display: flex;
  align-items: center;
  float: right;
  height: 64px;
  font-size: 14px;
  color: #44BBFF;
  font-weight: 600;
}
#club-header .club-header-main .phone img {
  height: 24px;
  margin-right: 10px;
}
#club-header .club-header-main h1.logo {
  float: left;
  padding-top: 10px;
}
#club-header .club-header-main h1.logo img {
  height: 42px;
  border-style: none;
  border: 0;
  border: none;
}
#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;
  border: 1px solid #dcdcdc;
  color: #666;
  font-size: 14px;
  transition: background-color ease 0.3s;
}
#club-header .club-header-main .club-header-btn a:hover {
  background: #3dc6f2;
  border: 1px solid #3dc6f2;
  color: #fff;
}
#club-header .club-header-main .club-header-btn a#kefu i {
  margin-right: 5px;
}
#club-header .club-header-main .club-header-btn .new-default {
  border: 0 !important;
  color: #3dc6f2;
}
#club-header .club-header-main .club-header-btn .new-default:hover {
  background: #fff !important;
  border: 0 !important !important;
  color: #3dc6f2 !important;
}

.header-logout {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  height: 62px;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: relative;
  z-index: 1;
}
.header-logout .header-logout-main {
  height: 62px;
  width: 1200px;
  margin: 0 auto;
}
.header-logout .header-logout-main .logo {
  float: left;
  padding-top: 10px;
}
.header-logout .header-logout-main .logo img {
  height: 42px;
  border-style: none;
  border: 0;
  border: none;
}
.header-logout .header-logout-main .header-r-link {
  float: right;
  line-height: 62px;
}
.header-logout .header-logout-main .header-r-link a {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  line-height: 14px;
  font-size: 14px;
  color: #bebebe;
  padding: 0 10px;
  border-right: 1px solid #bebebe;
  text-align: center;
}
.header-logout .header-logout-main .header-r-link a:last-child {
  border: none;
}

#club-main {
  overflow: hidden;
  width: 1184px;
  margin: 0 auto;
}
#club-main .club-leftbar {
  width: 224px;
  background: #2f80ed url("../../../Qiye/asset/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: 15px;
}
#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 a.nav_contacts {
  margin: 0px auto;
  display: block;
  width: 104px;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  padding: 0;
  margin-top: 3px;
  background: none;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#club-main .club-leftbar a.nav_contacts:hover {
  line-height: 36px;
  background: rgba(0, 84, 137, 0.2);
  border: none;
}
#club-main .club-leftbar .nav li.line {
  width: 185px;
  height: 1px;
  background: #fff;
  opacity: 0.15;
  filter: alpha(opacity=15);
  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;
  border-style: none;
  border: 0;
  border: none;
}
#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 0.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-leftbar #left-tel {
  margin-top: 11px;
}
#club-main .club-leftbar #left-tel i.line {
  display: block;
  width: 185px;
  height: 1px;
  background: #5aadf0;
  margin: 0px auto;
  height: 1px;
}
#club-main .club-leftbar #left-tel p, #club-main .club-leftbar #left-tel span {
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
#club-main .club-leftbar #left-tel p {
  margin-top: 35px;
  color: #c8deff;
}
#club-main .club-leftbar #left-tel span {
  font-size: 12px;
  color: #80b3ff;
}
#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;
  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);
  /* &.nav_count_2{
       li{
           width: 50%;
       }
   }
   &.nav_count_3{
       li{
           width: 33.3%;
       }
   }
   &.nav_count_4{
       li{
           width: 25%;
       }
   }
   &.nav_count_5{
       li{
           width: 20%;
        }
   }
   &.nav_count_6{
       li{
           width: 16.6%;
       }
   }
   &.nav_count_7{
       li{
           width: 14.28%;
       }
   }
   &.nav_count_8{
       li{
           width: 12.5%;
       }
   }*/
}
#club-main .club-content .content_nav li {
  width: 20%;
  position: relative;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  display: inline-block;
}
#club-main .club-content .content_nav.nav_count_6 li {
  width: 16.5%;
}
#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 0.3s;
}
#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("../../../Home/images/gradepoint/null_people.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("../../../normal/site/images/401-bg.png") no-repeat center 20px #fff;
  padding-top: 180px;
  padding-bottom: 30px;
  -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 p {
  padding-top: 15px;
  float: left;
  line-height: 26px;
  color: #fff;
  padding-left: 70px;
  font-size: 16px;
}

.module-data-loading .loading-content {
  height: 100px;
  width: 300px;
  margin: 0px auto;
  position: relative;
  padding-top: 20px;
}
.module-data-loading .loading-content p {
  padding-top: 15px;
  float: left;
  line-height: 26px;
  color: #666;
  padding-left: 70px;
  font-size: 16px;
}

.module-data-error .error-content {
  height: 100px;
  width: 300px;
  margin: 0px auto;
  position: relative;
  padding-top: 20px;
}
.module-data-error .error-content p {
  padding-top: 30px;
  float: left;
  line-height: 26px;
  color: #666;
  padding-left: 70px;
  font-size: 16px;
}

@-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;
}

.new_header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 1000000;
  box-shadow: 0px 0px 6px #eee;
}
.new_header .container {
  width: 1184px;
  height: 70px;
  margin: 0 auto;
}
.new_header .logo {
  margin: 15px 0;
  float: left;
  width: 154px;
  height: 41px;
}
.new_header .logo img {
  width: 100%;
  height: 100%;
}
.new_header nav.p_l {
  position: relative;
  float: left;
  margin-left: 73px;
  height: 70px;
  line-height: 70px;
}
.new_header nav.p_l a:hover {
  color: #6B5AF0;
}
.new_header nav.p_l .first_a {
  float: left;
  line-height: 70px;
  height: 70px;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
}
.new_header nav.p_l .first_a:hover {
  color: #6B5AF0;
}
.new_header nav.p_l .nav_introduce {
  position: relative;
  text-align: left;
}
.new_header nav.p_l .nav_introduce:hover {
  color: #6B5AF0;
  font-weight: bold;
}
.new_header nav.p_l .nav_introduce i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0px;
  height: 0px;
  margin-top: -3.5px;
  border: 3.5px solid #fff;
  border-top-color: #333;
}
.new_header nav.p_l .about_us {
  margin-left: 55px;
}
.new_header nav.p_l .help_center {
  margin-left: 85px;
}
.new_header nav.p_l .nav_list {
  display: none;
  position: absolute;
  top: 70px;
  left: 25px;
  width: 180px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0px 3px 2px #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 2px 4px 0px rgba(166, 166, 166, 0.5);
  border-radius: 0px 0px 8px 8px;
}
.new_header nav.p_l .nav_list i {
  position: absolute;
  top: -14px;
  left: 83px;
  display: block;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border-width: 7px;
  border-color: transparent transparent blue transparent;
  border-style: dashed dashed solid dashed;
}
.new_header nav.p_l .nav_list:hover {
  display: block;
}
.new_header nav.p_l .nav_list .nav_li_1 {
  background: #fff;
  color: #333;
  font-size: 14px;
  display: block;
  text-align: center;
  height: 67px;
  line-height: 67px;
  letter-spacing: 1px;
  text-indent: -1px;
}
.new_header nav.p_l .nav_list .nav_li {
  background: #fff;
  color: #000002;
  font-size: 16px;
  display: block;
  text-align: center;
  height: 62px;
  line-height: 62px;
  letter-spacing: 1px;
}
.new_header nav.p_l .nav_list .nav_li:hover {
  background: #F7F9FC;
  font-weight: bold;
  color: #6B5AF0;
}
.new_header nav.p_l .nav_list .border-top {
  border-top: 1px solid #6B5AF0;
}
.new_header nav.p_r {
  float: right;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #666;
}
.new_header nav.p_r .nav_introduce {
  display: inline-block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  color: #6B5AF0;
  background: #ffffff;
  border: 1px solid #6B5AF0;
  margin-right: 20px;
  font-weight: bold;
}
.new_header nav.p_r .nav_introduce:hover {
  color: #4D39E9;
  border: 1px solid #4D39E9;
}
.new_header nav.p_r .nav_introduce_active {
  display: inline-block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  color: #ffffff;
  background: #6B5AF0;
  border: 1px solid #6B5AF0;
  font-weight: bold;
}
.new_header nav.p_r .nav_introduce_active:hover {
  color: #ffffff;
  border: 1px solid #4D39E9;
  background: #4D39E9;
}
.new_header nav.zl_p_r {
  float: right;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #666;
}
.new_header nav.zl_p_r .nav_introduce {
  display: inline-block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
  margin-right: 20px;
}
.new_header nav.zl_p_r .nav_introduce:hover {
  color: #59d2f9;
  border: 1px solid #59d2f9;
}
.new_header nav.zl_p_r .nav_introduce_active {
  display: inline-block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}
.new_header nav.zl_p_r .nav_introduce_active:hover {
  color: #59d2f9;
  border: 1px solid #59d2f9;
}

.company_select {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  outline: 0;
  overflow-y: auto;
}
.company_select .modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1050;
}
.company_select .new_modal_select_company {
  text-align: inherit !important;
}
.company_select .com-msg .new-search {
  margin-left: 112px !important;
  margin-top: 30px;
}
.company_select .com-msg .new-search select {
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #dcdcdc;
}
.company_select .com-msg .new-search input {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding-left: 20px;
  border-radius: 2px;
  vertical-align: middle;
}
.company_select .com-msg .new-search button {
  margin-left: 10px;
  height: 35px;
  line-height: 35px;
  padding: 0px !important;
}
.company_select .com-msg .new-search .w-100 {
  width: 100px;
}
.company_select .com-msg .new-box {
  text-align: center;
  margin: 20px auto 0;
  height: 200px;
  overflow-y: auto;
  width: 600px !important;
}
.company_select .com-msg .new-box .error_select {
  padding-top: 75px;
  font-size: 16px;
}
.company_select .com-msg .new-box table {
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}
.company_select .com-msg .new-box table td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  height: 44px;
}
.company_select .com-msg .new-box table td .select_radio {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  margin-top: 7px;
}
.company_select .com-msg .new-box table td .company_se_selected {
  background: #44bbff;
}
.company_select .select_list .w-120 {
  width: 120px;
}
.company_select .select_list .w-120 input {
  width: 0px !important;
}
.company_select .select_list .w-150 {
  width: 150px;
}
.company_select .select_list .w-60 {
  width: 60px;
}
.company_select .select_list .w-200 {
  width: 200px;
}
.company_select .new_modal_select_company {
  z-index: 1051;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -207px;
  width: 800px;
}

.hide {
  display: none;
}

.new_alertTips {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -112px;
  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);
}
.new_alertTips p {
  padding: 0 60px;
  margin: 0 !important;
}

.wenhao_hover {
  position: absolute;
  right: 10px;
  bottom: 12px;
}
.wenhao_hover img {
  cursor: pointer;
}
.wenhao_hover .show_code {
  display: none;
  position: absolute;
  left: 30px;
  top: 5px;
}

.wenhao_hover:hover .show_code {
  display: block;
}

.test123 {
  font-size: 12px;
}