@charset "utf-8";
.shadow_box {
  background: #fff;
}
.btn_oprator {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 16px;
  border: 1px solid #369ff2;
  color: #369ff2;
  font-size: 14px;
  text-align: center;
  background: transparent;
  border-radius: 20px;
  margin-left: 20px;
  -webkit-box-shadow: 0 0 0 0.1px #369ff2, 0 0 0 0.1px #369ff2 inset;
  box-shadow: 0 0 0 0.1px #369ff2, 0 0 0 0.1px #369ff2 inset;
}
.btn_oprator:hover,
.btn_oprator.active {
  background: #369ff2;
  color: #ffffff;
}
.UC_header {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 22px;
  padding-left: 20px;
  color: #000;
}
.UC_header .rightButtons {
  float: right;
  padding: 14px 0;
}
.UC_header:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 23px;
  width: 4px;
  height: 12px;
  background: #369FF2;
}
.UC_box {
  border: 1px solid #e0e8ef;
  margin-bottom: 20px;
}
input[type=file].file {
  position: absolute;
  width: 104px;
  height: 30px;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 23px;
  top: 0;
}
.user_center_section {
  position: relative;
  margin-top: 20px;
}
.user_center_section:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.user_center_section:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  bottom: 0;
  background: #ffffff;
}
.public_nav_section {
  position: relative;
  width: 230px;
  padding-top: 16px;
  float: left;
  z-index: 99;
  background: #ffffff;
}
.public_nav_section ul li a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #444444;
}
.public_nav_section ul li.active a {
  background: #369ff2;
  color: #ffffff;
}
.public_content_section {
  margin-left: 240px;
}
.public_content_section .company_info_sec {
  padding: 0 24px 20px;
  margin-bottom: 10px;
}
.public_content_section .company_info_sec .head_sec {
  position: relative;
  height: 220px;
  padding-top: 22px;
  text-align: center;
}
.public_content_section .company_info_sec .head_sec .img_box {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 110px;
  height: 110px;
  border-radius: 110px;
  background: url(../img/circle_user_head.png) center center no-repeat;
  padding: 4px;
  overflow: hidden;
}
.public_content_section .company_info_sec .head_sec .img {
  display: table-cell;
  width: 102px;
  height: 102px;
  max-width: 102px;
  max-height: 102px;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
.public_content_section .company_info_sec .head_sec .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.public_content_section .company_info_sec .head_sec .name {
  font-size: 20px;
  color: #666666;
  line-height: 74px;
}
.public_content_section .company_info_sec .head_sec .btn_oprator {
  position: absolute;
  top: 18px;
  right: 20px;
}
.public_content_section .company_info_sec .info_line {
  line-height: 54px;
  font-size: 16px;
}
.public_content_section .company_info_sec .info_line .label {
  color: #999999;
  width: 146px;
  text-align: left;
  padding-left: 40px;
  display: inline-block;
}
.public_content_section .company_info_sec .info_line .value {
  color: #444444;
  margin-left: 146px;
  text-align: center;
  display: inline-block;
}
.public_content_section .company_info_sec_2 {
  padding: 20px 35px;
}
.public_content_section .company_info_sec_2 .info_line {
  line-height: 50px;
  font-size: 16px;
}
.public_content_section .company_info_sec_2 .info_line .label {
  display: inline-block;
  color: #999999;
  width: 146px;
  text-align: left;
  padding-left: 40px;
}
.public_content_section .company_info_sec_2 .info_line .value {
  color: #444444;
}
.UC_Tabs {
  display: table;
  min-width: 690px;
  max-width: 90%;
  height: 52px;
  margin: 0 auto 17px;
  table-layout: fixed;
}
.UC_Tabs li {
  display: table-cell;
  padding: 17px 0;
  border-bottom: 1px solid #e0e8ef;
}
.UC_Tabs li a {
  display: block;
  height: 16px;
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.UC_Tabs li.active {
  padding: 17px 0 16px;
  border-bottom: 2px solid #369ff2;
}
.UC_Tabs li.active a {
  color: #369ff2;
}
.UC_Tabs li:hover a {
  color: #369ff2;
}
.UC_Tabs li + li a {
  border-left: 1px solid #e0e8ef;
}
.employee_manage_sec {
  padding: 10px 24px 20px;
}
.employee_manage_sec .btns_line {
  height: 50px;
  line-height: 50px;
  background: #f5f7f8;
  padding: 0 38px;
}
.employee_manage_sec .btns_line + .btns_line {
  border-top: 1px solid #e0e8ef;
}
.employee_manage_sec .btns_line .btn_left {
  position: relative;
  display: inline-block;
}
.employee_manage_sec .btns_line .btn_left .upload_btn {
  background: #a8b4bf;
  color: #ffffff;
  border: 1px solid #a8b4bf;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 26px;
}
.employee_manage_sec .btns_line .fileName {
  font-size: 12px;
  color: #a8b4bf;
}
.employee_manage_sec .btns_line .btn_right {
  float: right;
  height: 50px;
}
.employee_manage_sec .btns_line .btn_right .btn_oprator:only-child {
  margin-top: 10px;
}
.employee_manage_sec .btns_line .red {
  color: red;
}
.employee_manage_sec .result_sec_box {
  margin: 28px;
}
.employee_manage_sec .result_sec_box p {
  font-size: 16px;
}
.employee_manage_sec .result_sec_box .result_sec {
  margin: 10px 0 32px;
  padding: 10px;
  line-height: 22px;
  min-height: 100px;
  max-height: 400px;
  overflow: auto;
}
.employee_manage_sec .oprator_line {
  padding: 10px 38px 10px 10px;
  overflow: hidden;
}
.employee_manage_sec .oprator_line .btn_oprator {
  margin-top: 3px;
}
.employee_manage_sec .oprator_line .UC_search_section {
  position: relative;
  width: 220px;
  height: 36px;
  float: right;
  border: 1px solid #369ff2;
}
.employee_manage_sec .oprator_line .UC_search_section input[type="text"] {
  height: 34px;
  line-height: 34px;
  width: 178px;
  padding: 0 10px;
  border: none;
}
.employee_manage_sec .oprator_line .UC_search_section .btn_search {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 34px;
  border: none;
  outline: none;
  background: url(../img/btn_search.png) center center no-repeat #369ff2;
}
.pub_additional_info {
  margin: 10px 0;
  padding: 0 28px;
}
.pub_additional_info p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}
.pub_additional_info p.title {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.table_section {
  position: relative;
  width: 100%;
  overflow-x: auto;
  line-height: 18px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.table_section.border td {
  border: 1px solid #e0e8ef;
}
.table_section table {
  border-collapse: collapse;
  min-width: 100%;
  width: auto;
}
.table_section table .icon_text {
  cursor: pointer;
}
.table_section table.table_degree tbody td:first-child {
  width: 200px;
  text-align: left;
  padding-left: 50px;
}
.table_section table tr.total td {
  background: #F5F5F5;
  text-align: left;
  padding-left: 17px;
}
.table_section table tr.total td input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.table_section table tr.total td .group_opt {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 40px;
}
.table_section table tr.total td .group_opt a {
  margin: 0 10px;
}
.table_section table tr.total td .group_opt a:hover {
  color: #369ff2;
}
.table_section table thead td {
  font-size: 14px;
  color: #000000;
  text-align: center;
  padding: 16px 6px;
  background: #f5f7f8;
  border-top: 1px solid #e0e8ef;
  border-bottom: 1px solid #e0e8ef;
}
.table_section table tbody td {
  font-size: 12px;
  color: #666666;
  text-align: center;
  padding: 12px 6px;
  border-bottom: 1px solid #e0e8ef;
  min-height: 30px;
  max-width: 150px;
}
.table_section table tbody td .twoLineMax {
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  cursor: pointer;
}
.table_section table tbody td .edit {
  color: #369ff2;
}
.table_section table tbody td .del {
  color: #ff4343;
}
.table_section table tbody td .long_text {
  max-width: 100%;
  width: 200px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
}
.table_section table tbody td .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_contact.png) center center no-repeat;
}
.table_section table tbody td .icon.icon_qq {
  background-position: 1px 2px;
}
.table_section table tbody td .icon.icon_weixin {
  background-position: -23px 2px;
}
.table_section table tbody td .link {
  padding: 0 6px;
}
.table_section table tbody td .link:hover {
  text-decoration: underline;
}
.table_section table tbody td .link.link_normal {
  color: #222222;
}
.table_section table tbody td .link.link_gray {
  color: #666666;
}
.table_section table tbody td .color_tips {
  color: #cc9900;
}
.table_section table tbody td .color_forbidden {
  color: #ee0000;
}
.table_section table tbody td .color_suc {
  color: #219D05;
}
.table_section table tbody td .color_disabled {
  color: #999999;
}
.table_section table tbody td .color_theme {
  color: #369ff2;
}
.table_section table tbody td .operate_btn {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  color: #444444;
  padding: 0 16px;
  border-radius: 4px;
}
.table_section table tbody td .operate_btn:hover {
  background: #eeeeee;
}
.table_section table tbody td .num {
  width: 64px;
  height: 24px;
  border: 1px solid #aaaaaa;
  background: #f3f3f3;
  color: #666666;
  text-align: center;
  border-radius: 2px;
}
.table_section table tbody td .split_line {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 12px;
  height: 1px;
  background: #bbb;
  margin-left: 4px;
  margin-right: 4px;
}
.table_section table tbody td a {
  color: #666666;
}
.table_section table tbody td a:hover {
  color: #444444;
}
.table_section tbody td .goods_info {
  padding: 18px 8px;
}
.table_section tbody td .goods_info + .goods_info {
  border-top: 1px solid #eeeeee;
}
.table_section tbody td .goods_info .img {
  border: 1px solid #eeeeee;
  display: table-cell;
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  text-align: center;
  vertical-align: middle;
}
.table_section tbody td .goods_info .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.table_section tbody td .goods_info .title {
  display: inline-block;
  vertical-align: middle;
  max-width: 194px;
}
.table_section tbody td .goods_info .title p {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #444;
  max-height: 40px;
  line-height: 20px;
}
.table_section tbody td .goods_info .title p:first-child {
  font-size: 14px;
  margin-bottom: 8px;
}
.table_section tbody td .goods_info .title .color_img {
  display: inline-block;
  width: auto;
  height: 18px;
  vertical-align: middle;
  margin-top: -2px;
}
.table_section table.care_table td {
  border: 1px solid #e0e8ef;
  font-size: 14px;
  color: #444;
}
.form_section.compact .items .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.form_section.compact .items .item .label {
  width: 150px;
  color: #666;
  margin-right: 8px;
}
.form_section.compact .items .item .inputs {
  color: #666;
  min-height: 27px;
  line-height: 27px;
}
.form_section.compact .items .item .inputs input[type="text"] {
  height: 27px;
  line-height: 24px;
  background-color: #fff;
  width: 350px;
}
.form_section.compact .items .item .inputs .line label {
  display: inline-block;
  width: 80px;
}
.form_section.compact .items .item .inputs .line input[type="text"] {
  height: 27px;
  line-height: 24px;
  background-color: #fff;
  width: 266px;
}
.form_section.compact .items .item .inputs .line + .line {
  margin-top: 10px;
}
.form_section.compact .items .item .inputs .btn_oprator {
  width: 48px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #369ff2;
  background: #61b9ff;
  color: #fff;
  font-size: 14px;
  padding: 0;
  border-radius: 14px;
  margin-left: 0;
}
.form_section.compact .items .item .inputs .btn_oprator:hover {
  background: #369FF2;
}
.form_section.compact .ec_btn.btn_middle {
  width: 88px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #369ff2;
  background: #61b9ff;
  color: #fff;
  font-size: 14px;
  padding: 0;
  border-radius: 18px;
}
.form_section.compact .ec_btn.btn_middle:hover {
  background: #369FF2;
}
.form_section .header {
  background: #f5f5f5;
  line-height: 50px;
  font-size: 16px;
  padding: 0 30px;
  margin-bottom: 30px;
}
.form_section .form_top_link {
  padding: 20px 0;
  text-align: right;
}
.form_section .items {
  padding: 20px 0;
}
.form_section .item {
  margin-bottom: 20px;
}
.form_section .item .label,
.form_section .item .inputs,
.form_section .item select,
.form_section .item input[type="text"],
.form_section .item textarea,
.form_section .item input[type="password"],
.form_section .item .tips_text,
.form_section .item .tips,
.form_section .item .checkbox,
.form_section .item .checkbox_section {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-size: 14px;
  color: #444444;
}
.form_section .item .label {
  margin-right: 18px;
  width: 184px;
  text-align: right;
}
.form_section .item .label span {
  color: #f9654c;
  margin-right: 4px;
}
.form_section .item .inputs {
  max-width: 70%;
  line-height: 34px;
}
.form_section .item .inputs.clear_func .input_clear {
  top: 6px;
}
.form_section .item .inputs.clear_func .input_clear.deduction_account_clear{
  right: 58px;
  cursor: pointer;
}
.form_section .item .inputs.bordered {
  border: 1px solid #dddddd;
  background: #f5f5f5;
  padding: 10px;
}
.form_section .item .inputs .companyShortName {
  display: inline-block;
  background: #efeff0;
  color: #999;
  text-align: center;
  height: 34px;
  width: 60px;
  font-size: 16px;
}
.form_section .item .inputs .add_inputs {
  margin: 0 6px;
}
.form_section .item .inputs select,
.form_section .item .inputs input[type="text"],
.form_section .item .inputs textarea,
.form_section .item .inputs input[type="password"] {
  background: transparent;
  border: 1px solid #e0e8ef;
  height: 34px;
  padding: 0 10px;
}
.form_section .item .inputs select {
  text-align: center;
  padding-right: 0;
}
.form_section .item .inputs input[type="text"],
.form_section .item .inputs input[type="password"] {
  width: 430px;
}
.form_section .item .inputs input.time {
  width: 200px;
  background: url(../img/icon_clock.png) 95% center no-repeat;
  background-size: 20px;
}
.form_section .item .inputs textarea {
  height: 100px;
  width: 430px;
  padding: 10px;
}
.form_section .item .inputs input.num {
  width: 40px;
  margin: 0 6px;
  text-align: center;
}
.form_section .item .inputs .radio_box {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 40px;
}
.form_section .item .inputs .radio_box img {
  display: inline-block;
  vertical-align: middle;
}
.form_section .item .inputs .radio_box input {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
.form_section .item .tips_text {
  color: #999999;
}
.form_section .item .tips_text span {
  color: red;
}
.form_section .item .tips {
  height: 32px;
  line-height: 32px;
  background: #78af87;
  border-radius: 4px;
  padding: 0 14px;
  color: #ffffff;
  margin-left: 20px;
}
@media (max-width: 1280px) {
  .form_section .item {
    margin-bottom: 10px;
  }
}
.organ_sec {
  padding: 0 24px 20px;
}
.organ_sec .zTree_section_before {
  position: relative;
}
.organ_sec .zTree_section_before:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  border-right: 1px solid #e0e8ef;
  background: #f5f7f8;
}
.organ_sec .zTree_section_before .zTree_section {
  position: relative;
  display: inline-block;
  width: 250px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  vertical-align: top;
}
.organ_sec .zTree_section_before .zTree_section .header {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e0e8ef;
  margin-bottom: 20px;
}
.organ_sec .zTree_section_before .organ_sec_content {
  display: inline-block;
  width: 660px;
  vertical-align: top;
}
.organ_sec .zTree_section_before .organ_sec_content .notice {
  margin-top: 20px;
  padding-left: 30px;
  color: #333;
  font-size: 16px;
}
.organ_sec .zTree_section_before .organ_sec_content .oprator_line {
  padding: 30px 20px;
  text-align: right;
}
.table_opt {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 24px;
  height: 24px;
  background: url(../img/icon_table_opr.png) center center no-repeat;
}
.table_opt.opt_edit {
  background-position: -2px 2px;
}
.table_opt.opt_del {
  background-position: -40px 2px;
}
.table_opt.opt_unlock {
  background-position: -82px 2px;
}
.table_opt.opt_locked {
  background-position: -120px 2px;
}
.table_opt.opt_recover {
  background-position: -158px 2px;
}
.table_opt.opt_reset {
  background-position: -2px -30px;
}
.table_opt.opt_rebate {
  background-position: -40px -31px;
}
.table_opt.opt_pingzhang {
  background-position: -83px -29px;
}
.table_opt.opt_pay {
  background-position: -120px -28px;
}
.table_opt.opt_concel {
  background-position: -157px -28px;
}
.table_opt.opt_beizhu {
  background-position: -2px -62px;
}
.table_opt.opt_wechat {
  background-position: -38px -62px;
}
.pub_search {
  padding-top: 14px;
  background: #f5f7f8;
}
.pub_search.simple {
  padding: 14px 14px 0 14px;
}
.pub_search * {
  display: inline-block;
}
.pub_search select option {
  display: block;
}
.pub_search .item {
  margin-right: 20px;
  margin-bottom: 14px;
}
.coin-conver-list-page .pub_search .item{
  margin-right: 8px;
}
.coin-conver-list-page .btn_oprator{
  margin-left: 0;
}
.coin-conver-list-page .pub_search.inline_search .opts{
  margin-left: 15px;
  margin-bottom: 14px;
}
.pub_search .item .inputs.search {
  position: relative;
}
.pub_search .item .inputs.search input[type="text"] {
  width: 240px;
}
.pub_search .item .inputs.search ul {
  display: none;
  position: absolute;
  left: 0;
  top: 33px;
  width: 240px;
  max-height: 240px;
  background-color: #fff;
  border: 1px solid #e0e8ef;
  z-index: 999;
  overflow: auto;
}
.pub_search .item .inputs.search ul li {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  padding: 0 12px;
  cursor: pointer;
}
.pub_search .item .inputs.search ul li.active {
  background-color: #edf2f6;
}
.pub_search .item .inputs.search ul li:hover {
  color: #369ff2;
}
.pub_search .item .inputs.search .btn_search {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 32px;
  border: none;
  outline: none;
  background: url(../img/btn_search.png) center center no-repeat #369ff2;
}
.addBookAgent .pub_search {
  border-bottom: 1px solid #e0e8ef;
}
.addBookAgent .open_window {
  height: 360px;
}
.addBookAgent .open_window .left {
  height: 360px;
}
.addBookAgent .open_window .left:before {
  top: 40px;
}
.addBookAgent .open_window .left .header {
  height: 40px;
  line-height: 40px;
}
.addBookAgent .open_window .left .content {
  height: 320px;
}
.addBookAgent .open_window .middle {
  position: relative;
  height: 308px;
  margin-top: 12px;
}
.addBookAgent .open_window .middle .pages {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.addBookAgent .open_window .middle .pages span {
  display: inline-block;
  margin: 0 10px;
}
.addBookAgent .open_window .middle .pages span:hover {
  color: #369ff2;
}
.addBookAgent .open_window .middle .pages span[disable=true] {
  color: #999;
  cursor: not-allowed;
}
.addBookAgent .open_window .right .top {
  padding-top: 12px;
}
.addBookAgent .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding: 10px 24px;
  background: #fff;
}
.pub_search .item .label {
  margin-left: 15px;
}
.clear_func {
  position: relative;
}
.deduction-item.clear_func .input_clear{
  right: 55px;
}
.clear_func .input_clear {
  display: none;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 18px;
  height: 18px;
  background: url(../img/icon_file_delete.png) center center no-repeat;
}
.clear_func input[type="text"] {
  padding-right: 30px !important;
}
.pub_search .item .inputs select,
.pub_search .item .inputs input[type="text"],
.pub_search .item .inputs input[type="password"] {
  background: #fff;
  border: 1px solid #e0e8ef;
  height: 32px;
  padding: 0 6px;
}
.pub_search .item .inputs input[type="text"],
.pub_search .item .inputs input[type="password"] {
  width: 120px;
}
.pub_search .item .inputs select {
  text-align: center;
  padding-right: 0;
}
.pub_search .item .inputs input.time {
  width: 106px;
  background: url(../img/icon_clock.png) 95% center no-repeat #ffffff;
  background-size: 16px;
  padding: 0 4px;
}
.pub_search .opts {
  position: relative;
  display: block;
  border-top: 1px solid #e0e8ef;
  padding: 8px;
  text-align: center;
}
.pub_search .opts .btn_groups {
  display: block;
  text-align: left;
  margin-right: 30%;
}
.pub_search.inline_search .opts {
  display: inline-block;
  border-top: none;
  padding: 0;
}
.pub_search.inline_search .opts.right {
  float: right;
  margin-right: 14px;
}
.pub_search .opts .btn_search_oprator {
  display: inline-block;
  height: 30px;
  width: 90px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  background: #a8b4bf;
  border-radius: 30px;
  border: none;
  text-align: center;
}
.pub_search .opts .btn_search_oprator:hover {
  background: #bdc9d4;
}
.pub_search .opts .oprator_line {
  position: absolute;
  right: -18px;
  top: -18px;
}
.pub_search + .table_section {
  margin-top: 0;
}
.pub_search + .table_section table thead td {
  background: #fff;
}
.pub_search .time_control {
  padding: 4px 6px;
  background: #f5f5f5;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background: linear-gradient(#ffffff, #f4f4f4);
  /* 标准的语法 */
  border: 1px solid #dddddd;
}
.pub_search .time_control.active {
  border: 1px solid #a6a6a6;
}
.examine_pop {
  padding-bottom: 20px;
}
.examine_pop .form_section .items {
  border: none;
  padding: 20px 0;
}
.examine_pop .form_section .items .item {
  margin-bottom: 10px;
}
.examine_pop .form_section .items .item .label {
  width: 100px;
}
.examine_pop .form_section .items .item textarea {
  display: block;
  width: 320px;
  height: 100px;
  padding: 6px;
  line-height: 26px;
}
.examine_pop .btns {
  margin-top: -18px;
}
.checkbox {
  position: relative;
  padding-right: 20px;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  margin-right: 6px;
}
.checkbox.all {
  display: block;
}
.checkbox_section {
  padding: 10px 10px 0 10px;
  border: 1px solid #dddddd;
}
.checkbox_section .line_1 {
  margin-bottom: 10px;
}
.checkbox_section .line_2 {
  overflow: hidden;
}
.checkbox_section .line_2 .checkbox {
  float: left;
  margin-bottom: 10px;
}
.public_action {
  padding: 40px 0;
}
.no_authority {
  height: 246px;
  background: url(../img/no_authority.png) center top no-repeat;
  padding-top: 174px;
}
.no_authority p {
  font-size: 22px;
  color: #999;
  text-align: center;
  margin-bottom: 22px;
}
.no_authority p.gray {
  font-size: 16px;
  color: #bbb;
}
.UC_box .no_authority {
  margin: 30px 0;
}
.question_area {
  background: #fff;
}
.question_area .question_sec {
  padding: 0 36px 20px;
}
.question_area .question_sec .header {
  height: 80px;
  line-height: 80px;
  font-size: 22px;
  letter-spacing: 2px;
  color: #282a3c;
  font-weight: 100;
  border-bottom: 1px solid #edeff3;
  margin-bottom: 0;
}
.question_area .question_sec .content .title {
  font-size: 18px;
  font-weight: 100;
  line-height: 40px;
  margin: 10px 0;
}
.question_area .question_sec .content p {
  line-height: 30px;
  font-size: 14px;
  color: #7b8185;
  margin-bottom: 0;
}
.question_area .question_sec .content p a.mail {
  color: #666;
  cursor: pointer;
}
.question_area .question_sec .content p a.mail:hover {
  color: #369ff2;
}
.question_area .question_sec .content .moblie_img {
  text-align: center;
}
.question_area .question_sec .content .moblie_img img {
  display: inline-block;
  width: 400px;
  height: auto;
  vertical-align: middle;
  margin: 10px;
}
.public_nav_section .left_header {
  height: 50px;
  line-height: 40px;
  padding-left: 22px;
  color: #369ff2;
  font-size: 22px;
}
.public_nav_section .left_header img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: auto;
  margin-top: -2px;
  margin-right: 4px;
}
/*左侧菜单样式 开始*/
ul.leftNav a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.leftNav > li > a {
  display: block;
  letter-spacing: 2px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  border-bottom: 1px solid #edeff3;
  border-top: 1px solid #edeff3;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  position: relative;
  margin-bottom: -1px;
  text-align: left;
}
ul.leftNav li a > span {
  float: right;
  margin-right: 30px;
}
ul.leftNav ul {
  display: none;
  background: #f5f5f5;
}
ul.leftNav ul > li > a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #444;
  text-align: left;
  padding-left: 50px;
}
.public_nav_section ul.leftNav li.active a {
  background: none;
  color: #444;
}
ul.leftNav ul > li.active a {
  color: #369ff2;
  border-left: 2px solid #369ff2;
  background: none;
}
ul.leftNav ul > li a:hover {
  color: #369ff2;
}
/*左侧菜单样式 结束*/
.coin_steps {
  padding: 40px 10px;
}
.coin_steps img {
  max-width: 100%;
  height: auto;
}
.coin_list {
  height: auto;
  overflow: hidden;
  margin-right: 10px;
}
.btn_more {
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #ddd;
  color: #444;
  padding: 3px 8px;
  margin-bottom: 4px;
}
.btn_more .icon_arrow {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/search.ele.png) center center no-repeat;
  background-position: 2px 6px;
}
.btn_more .icon_arrow.up {
  background-position: 2px -29px;
}
.btn_more:hover {
  border: 1px solid #369ff2;
  color: #369ff2;
}
.btn_more:hover .icon_arrow {
  background-position: 2px -11px;
}
.btn_more:hover .icon_arrow.up {
  background-position: 2px -46px;
}
.pub_search .dropdown {
  border: 1px solid #e0e8ef;
}
.pub_search .dropdown .selected,
.pub_search .dropdown li {
  padding: 9px 12px;
}
.wd_80 .dropdown {
  width: 80px;
}
.wd_133 .dropdown {
  width: 133px;
}
.wd_130 .dropdown {
  width: 130px;
}
.wd_160 .dropdown {
  width: 160px;
}
.wd_200 .dropdown {
  width: 200px;
}
.wd_190 .dropdown {
  width: 192px;
}
.coin_list_inner .tr {
  display: table-row;
  min-height: 34px;
}
.coin_list_inner .tr input[type="radio"] {
  margin-right: 6px;
  margin-top: 11px;
  display: inline-block;
  vertical-align: middle;
}
.coin_list_inner .tr span {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coin_list_inner .col_1 {
  width: 60px;
}
.coin_list_inner .col_2 {
  width: 250px;
  padding-right: 20px;
}
.menuContent ul.ztree {
  background: #fff;
}
.careRecordList {
  width: 930px;
  margin-left: -4px;
}
.careRecordList .items {
  border: 1px solid #e0e8ef;
  margin-bottom: 14px;
  overflow: auto;
}
.careRecordList .items .left_description {
  width: 768px;
  padding: 12px 16px 4px;
  float: left;
  border-right: 1px solid #e0e8ef;
}
.careRecordList .items .left_description .img {
  height: 70px;
  margin-bottom: 6px;
}
.careRecordList .items .left_description .img img {
  display: block;
  height: 70px;
  width: auto;
}
.careRecordList .items .left_description p {
  position: relative;
  font-size: 12px;
  font-family: "宋体";
  color: #999;
  line-height: 24px;
}
.careRecordList .items .left_description p .bold {
  color: #444;
}
.careRecordList .items .left_description p .name {
  padding: 0 6px;
}
.careRecordList .items .left_description p .more {
  position: absolute;
  right: 0;
  color: #999;
  cursor: pointer;
}
.careRecordList .items .left_description p .more:hover {
  color: #444;
}
.careRecordList .items .left_description p .icon_gift {
  display: inline-block;
  height: 32px;
  width: auto;
  padding: 0 6px;
  margin-top: -8px;
}
.careRecordList .items .left_description .member_list {
  display: inline-block;
  vertical-align: top;
  width: 540px;
  height: 24px;
  overflow: hidden;
}
.careRecordList .items .right_oprator {
  width: 160px;
  margin-left: 768px;
  font-size: 14px;
}
.careRecordList .items .right_oprator .table_cell {
  display: table-cell;
  width: 160px;
  height: 216px;
  text-align: center;
  vertical-align: middle;
}
.careRecordList .items .right_oprator h3 {
  font-size: 22px;
  color: #666;
}
.careRecordList .items .right_oprator .status {
  line-height: 34px;
  margin-bottom: 24px;
}
.careRecordList .items .right_oprator .btn_check,
.careRecordList .items .right_oprator .btn_close {
  display: block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  margin: 8px auto;
}
.careRecordList .items .right_oprator .btn_check:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.careRecordList .items .right_oprator .btn_close {
  border: 1px solid #e0e8ef;
  color: #999;
}
.careRecordList .items .right_oprator .btn_close:hover {
  color: #444;
}
.careRecordList .items .right_oprator.waiting .status {
  color: #ff8041;
}
.careRecordList .items .right_oprator.waiting .btn_check {
  border: 1px solid #ff8041;
  background: #ff8041;
}
.careRecordList .items .right_oprator.closed .status {
  color: #999999;
}
.careRecordList .items .right_oprator.closed .btn_check {
  border: 1px solid #999999;
  background: #999999;
}
.careRecordList .items .right_oprator.success .status {
  color: #0ace6d;
}
.careRecordList .items .right_oprator.success .btn_check {
  border: 1px solid #0ace6d;
  background: #0ace6d;
}
.employee_select_statistics {
  padding: 50px;
}
.employee_select_statistics .items {
  display: inline-block;
  vertical-align: middle;
  margin-right: 80px;
}
.employee_select_statistics .items .num {
  color: #369ff2;
}
.employee_select_statistics .items .ec_btn {
  font-size: 14px;
  line-height: 30px;
}
.plusEChartShowSection {
  padding: 8px 20px 32px;
}
.plusEChartShowSection .plusEChartHeader {
  line-height: 50px;
  padding-left: 18px;
  font-size: 16px;
}
.plusEChartShowSection .plusEChartShow {
  border: 1px solid #e0e8ef;
  min-height: 390px;
}
.plusEChartShowSection.halfPart .plusEChart {
  width: 49%;
  float: left;
}
.plusEChartShowSection.halfPart .plusEChart .plusEChartHeader {
  padding-left: 0;
  text-align: center;
}
.plusEChartShowSection.halfPart .plusEChart:first-child,
.plusEChartShowSection.halfPart .plusEChart:first-child + .plusEChart + .plusEChart,
.plusEChartShowSection.halfPart .plusEChart:first-child + .plusEChart + .plusEChart + .plusEChart + .plusEChart,
.plusEChartShowSection.halfPart .plusEChart:first-child + .plusEChart + .plusEChart + .plusEChart + .plusEChart + .plusEChart + .plusEChart,
.plusEChartShowSection.halfPart .plusEChart:first-child + .plusEChart + .plusEChart + .plusEChart + .plusEChart + .plusEChart + .plusEChart {
  margin-right: 2%;
}
.wechat_pay_window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.wechat_pay_window .close_layer {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 22px;
  height: 23px;
  background: url(../img/icon_close.png) 0 0 no-repeat;
  cursor: pointer;
}
.wechat_pay_window .wechat_pay_detail {
  position: relative;
  width: 900px;
  height: 470px;
  margin: 5% auto;
  background: #ffffff;
}
.wechat_pay_window .wechat_pay_detail .title {
  float: left;
  width: 160px;
  font-size: 18px;
  padding: 12px 0 0 30px;
}
.wechat_pay_window .wechat_pay_detail .content {
  margin-left: 160px;
}
.wechat_pay_window .wechat_pay_detail .content .left {
  float: left;
  width: 347px;
}
.wechat_pay_window .wechat_pay_detail .content .left .top {
  padding-top: 17px;
}
.wechat_pay_window .wechat_pay_detail .content .left .top p {
  font-size: 12px;
}
.wechat_pay_window .wechat_pay_detail .content .left .middle {
  margin-top: 20px;
}
.wechat_pay_window .wechat_pay_detail .content .left .middle .qr_code {
  border: 1px solid #dddddd;
}
.wechat_pay_window .wechat_pay_detail .content .left .bottom {
  margin-top: 20px;
}
.wechat_pay_window .wechat_pay_detail .content .left .bottom p {
  width: 300px;
  height: 60px;
  line-height: 22px;
  color: #ffffff;
  background: url(../img/icon_scan.png) 50px center no-repeat;
  background-color: #ff7674;
  padding-left: 125px;
  padding-top: 8px;
}
.wechat_pay_window .wechat_pay_detail .content .right {
  margin-left: 347px;
  padding-top: 30px;
}
.red {
  color: #f00;
}
.layer_remark {
  background: #4f587e;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
}
.info_table {
  width: 591px;
  border-collapse: collapse;
  margin-left: 105px;
}
.info_table td {
  border: 1px solid #e0e8ef;
  padding: 5px;
  line-height: 26px;
}
.info_table td:first-child {
  text-align: center;
}
.info_table td:first-child + td {
  padding-left: 12px;
}
.btn_theme_19 {
  display: inline-block;
  width: 133px;
  height: 35px;
  border: 1px solid #369ff2;
  background: #61b9ff;
  border-radius: 18px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.btn_theme_19 span {
  position: relative;
  font-size: 16px;
  display: inline-block;
  top: 1px;
  margin-right: 1px;
}
.btn_theme_19:hover {
  background-color: #369ff2;
}
.btn_theme_19.sm {
  width: 80px;
  height: 24px;
  line-height: 22px;
  font-size: 14px;
}
.btn_theme_19.btn_right {
  width: 144px;
  font-size: 14px;
  float: right;
  margin-top: 14px;
}
.add_search_section {
  overflow: hidden;
  padding: 10px 28px;
}
.add_search_section .btn_oprator {
  margin-top: 4px;
}
.add_search_section .right_search_section {
  float: right;
  padding: 6px;
}
.add_search_section .right_search_section .item {
  display: inline-block;
  margin-right: 18px;
}
.add_search_section .right_search_section .item label {
  font-size: 14px;
  color: #444;
  margin-right: 6px;
}
.add_search_section .right_search_section .item .input {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e0e8ef;
  width: 154px;
  padding: 0 6px;
}
.add_search_section .right_search_section .item .input.time {
  background: url(../img/icon_calender.png) 94% 46% no-repeat;
}
.add_search_section .right_search_section .item select {
  height: 25px;
  line-height: 22px;
  border: 1px solid #e0e8ef;
}
.add_search_section .right_search_section .item.clear_func .input_clear {
  top: 4px;
}
.add_search_section .right_search_section input[type="submit"] {
  width: 66px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #369ff2;
  border: none;
  text-align: center;
  border-radius: 4px;
}
.add_search_section .right_search_section input[type="submit"]:hover {
  background-color: #248cdd;
}
.simple_table_section {
  margin: 12px;
  border: 1px solid #e0e8ef;
}
.simple_table_section table {
  width: 896px;
  margin: -1px;
  border-collapse: collapse;
}
.simple_table_section table caption {
  text-align: left;
  padding: 16px 12px;
}
.simple_table_section table caption .table_header span {
  color: #369ff2;
}
.simple_table_section table caption .table_header a {
  float: right;
  color: #369ff2;
}
.simple_table_section table td {
  line-height: 28px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border: 1px solid #e0e8ef;
  cursor: pointer;
}
.simple_table_section table thead td {
  font-weight: bolder;
  line-height: 40px;
  background-color: #f7f7f7;
}
.simple_table_section table tbody td {
  background-color: #fff;
  word-wrap: break-word;
  word-break: break-all;
}
.simple_table_section table tbody td a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.simple_table_section table tbody td .edit {
  color: #369ff2;
}
.simple_table_section table tbody td .del {
  color: #ff4343;
}
.simple_table_section table tbody tr:nth-child(2n) td {
  background: #f7f7f7;
}
.layer_form_section {
  padding-top: 20px;
}
.layer_form_section .item {
  padding: 6px 20px;
}
.layer_form_section .item label {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-right: 6px;
  text-align: right;
  width: 90px;
}
.layer_form_section .item label span {
  color: #ff0056;
}
.layer_form_section .item .input {
  display: inline-block;
  height: 26px;
  line-height: 24px;
  border: 1px solid #eaeaea;
  width: 60%;
  padding: 0 6px;
}
.layer_form_section .item.clear_func .input_clear {
  right: 116px;
  top: 10px;
}
.zjLeft {
  position: absolute;
  top: 12px;
  left: -1px;
  bottom: -1px;
  width: 158px;
  border: 1px solid #e0e8ef;
}
.zjLeft .top {
  height: 51px;
  background: #daedff;
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #e0e8ef;
}
.zjLeft .top a {
  display: inline-block;
  width: 62px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #39a1f2;
  background: #fff;
  font-size: 14px;
  color: #369ff2;
  text-align: center;
  border-radius: 32px;
}
.zjLeft .top a:hover {
  color: #fff;
  background: #61b9ff;
}
.zjLeft .top a:first-child {
  color: #fff;
  background: #61b9ff;
}
.zjLeft .top a:first-child:hover {
  background: #39a1f2;
}
.zjLeft .top a span {
  margin-right: 4px;
}
.zjLeft ul {
  margin-top: 6px;
  height: 336px;
}
.zjLeft ul li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zjLeft ul li.active {
  background: #369ff2;
  color: #fff;
}
.zjLeft ul li.active a {
  color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.zjRight {
  margin: 12px 12px 12px 170px;
  border: 1px solid #e0e8ef;
  padding: 12px;
}
.zjRight.emptyPage {
  text-align: center;
  background: #f6fafe;
  padding-bottom: 50px;
}
.zjRight.emptyPage .text {
  padding: 50px;
}
.zjRight.emptyPage .text p {
  color: #999;
  line-height: 40px;
}
.zjRight.emptyPage .icon_tips {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icon_tips.png) center center no-repeat;
  margin: 0 auto;
}
.zjRight.textPage .item > label {
  width: 120px;
}
.zjRight.textPage .item .inputs {
  width: 530px;
}
.zjRight.textPage .item > label,
.zjRight.textPage .item .inputs {
  vertical-align: top;
}
.zjRight.textPage .btn_theme_19 {
  display: block;
  width: 90px;
  margin: 40px auto;
}
.zjRight .item {
  position: relative;
  font-size: 14px;
  color: #999;
}
.zjRight .item > label {
  position: relative;
  width: 150px;
  padding-left: 48px;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
}
.zjRight .item > label .icon_zj {
  position: absolute;
  left: 20px;
  top: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/icon_trip.png) center center no-repeat;
}
.zjRight .item > label .icon_zj.icon_fly {
  background-position: -3px 3px;
}
.zjRight .item > label .icon_zj.icon_train {
  background-position: -2px -32px;
}
.zjRight .item > label .icon_zj.icon_hotel {
  background-position: -1px -68px;
}
.zjRight .item > label .icon_zj.icon_didi {
  background-position: 0px -104px;
}
.zjRight .item > label .icon_zj.icon_overtime {
  background-position: 1px -177px;
}
.zjRight .item .inputs {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 34px;
}
.zjRight .item .inputs.limitWidth {
  max-width: 500px;
}
.zjRight .item .inputs .el-checkbox,
.zjRight .item .inputs .el-radio {
  display: inline-block;
  margin-right: 10px;
  margin-left: -17px;
}
.zjRight .item .inputs .el-checkbox label,
.zjRight .item .inputs .el-radio label {
  font-size: 12px;
}
.zjRight .item .inputs .el-checkbox span,
.zjRight .item .inputs .el-radio span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.zjRight .item .inputs input.text {
  width: 128px;
  height: 22px;
  border: 1px solid #e0e8ef;
  margin: 6px 6px 6px 0;
  padding: 0 6px;
  border-radius: 4px;
}
.zjRight .item .inputs input.text.time {
  background: url(../img/icon_calender.png) 94% 46% no-repeat;
}
.zjRight .item .inputs .text_tips {
  color: #369FF2;
}
.zjRight .item .inputs span.text {
  margin-right: 6px;
}
.zjRight .item .inputs .btn_sm {
  display: inline-block;
  background: #369ff2;
  border: none;
  color: #fff;
  font-size: 12px;
  height: 22px;
  padding: 0 10px;
  border-radius: 11px;
}
.zjRight .item .inputs .city {
  display: inline-block;
  vertical-align: middle;
  max-width: 410px;
  line-height: 20px;
  max-height: 100px;
  margin-right: 6px;
  overflow: hidden;
}
.zjRight .item .inputs .el-radio > input[type="radio"] + .el-radio-style:after {
  top: 6px;
  left: 6px;
}
.zjRight .item .inputs .arrow {
  position: absolute;
  right: 6px;
  top: 8px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/arrow_close.png) center center no-repeat;
  float: right;
}
.zjRight .item .inputs .arrow.open {
  background-image: url(../img/arrow_show.png);
}
.zjRight .item .children {
  display: none;
  background: #f7fbff;
  border: 1px solid #e0e8ef;
  padding: 10px 0;
  margin: 10px 0;
}
.zjRight .item .children .item label {
  vertical-align: top;
  color: #369ff2;
  font-weight: bold;
}
.zjRight .item .children .item .el-radio-style,
.zjRight .item .children .item .el-checkbox-style {
  vertical-align: middle;
}
.zjRight .item .children .item .inputs {
  vertical-align: top;
}
.zjRight .item .children .item .item label {
  color: #333;
  font-weight: normal;
}
.zjRight .item .children .item .item .item label {
  color: #999;
}
.simpleTable {
  max-height: 200px;
  overflow: hidden;
}
.simpleTable table {
  border-collapse: collapse;
}
.simpleTable table tr td {
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 18px;
  padding: 4px;
}
.simpleTable table tr td:first-child {
  width: 380px;
}
.simpleTable table tr td .icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.simpleTable table tr td .icon.icon_edit {
  background-image: url(../img/opt_edit.png);
  background-size: 24px auto;
}
.simpleTable table tr td .icon.icon_del {
  background-image: url(../img/icon_delete.png);
  background-size: 16px auto;
}
.simpleTable table tr td .icon:hover {
  opacity: 0.8;
}
.header-title-main {
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
}
.header-title-number {
  color: #fb7b24;
}
.listsbox {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 6px;
}
.community_box {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.community_box .dropdown {
  height: 32px !important;
  line-height: 32px !important;
  padding-top: 4px;
  margin-left: 20px;
}
.community_box .dropdown .selected {
  padding: 5px 12px !important;
}
.community_box .community_dropdown_input {
  display: flex;
}
.community_box .community_dropdown_input .dropdown {
  width: 100px !important;
}
.community_box .community_dropdown_input .community_input {
  height: 32px;
  border: 1px solid #e0e8ef;
  width: 180px;
  padding-left: 10px;
}
.community_box .time_box {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
.community_box .time_box .time {
  height: 32px;
  border: 1px solid #e0e8ef;
  width: 106px;
  background: url(../img/icon_clock.png) 95% center no-repeat #ffffff;
  background-size: 16px;
  padding: 0 4px;
  margin-left: 6px;
}
.form_section .item .inputs .member {
  padding: 4px 8px;
  border: 1px solid #369ff2;
  color: #369ff2;
  cursor: pointer;
}
.form_section .item .inputs .member.active {
  background: #369ff2;
  color: #ffffff;
}
.form_section .item .inputs > .member:nth-child(2) {
  margin-left: -4px;
}
.anonymous_comments {
  margin-left: 20px;
}
.community_module_btns {
  text-align: left !important;
  margin-left: 120px !important;
}
.community_module_btns2 {
  text-align: left !important;
  margin-left: 150px !important;
}
.community_table_icon {
  width: 32px;
  height: 32px;
  margin: 10px 0;
}
.switchLittle {
  width: 28px !important;
  height: 18px !important;
}
.community_box_list a,
.community_box_list a:link,
.community_box_list a:visited,
.community_box_list a:hover,
.community_box_list a:active {
  text-decoration: none;
  color: inherit;
}
.community_box_list .community_box_item {
  padding: 40px 20px;
  border-bottom: 1px solid #e0e8ef;
  cursor: pointer;
  position: relative;
}
.community_box_list .community_box_item .community_box_title {
  color: #333;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  left: 106px;
  top: 42px;
}
.community_box_list .community_box_item .community_list_section {
  display: flex;
  justify-content: space-between;
}
.community_box_list .community_box_item .community_list_section .community_list_left {
  display: flex;
  font-size: 14px;
  color: #333333;
}
.community_box_list .community_box_item .community_list_section .community_list_left img {
  width: 68px;
  height: 68px;
  margin-right: 20px;
}
.community_box_list .community_box_item .community_list_section .community_list_left span {
  padding-top: 42px;
  margin-right: 20px;
  color: #999;
}
.community_box_list .community_box_item .community_list_section .community_list_right {
  display: flex;
  height: 24px;
}
.community_box_list .community_box_item .community_list_section .community_list_right > a:nth-child(1) {
  color: #369ff2;
  margin-left: 30px;
}
.community_box_list .community_box_item .community_list_section .community_list_right a {
  padding: 4px 0;
}
.community_box_list .community_box_item .community_list_section .community_list_right .cancle_cream {
  margin-left: 30px;
  padding: 4px 0;
  display: none;
  color: #369ff2;
  text-align: center;
}
.community_box_list .community_box_item .community_list_section .community_list_right .item_placed_top {
  position: relative;
  display: inline-block;
}
.community_box_list .community_box_item .community_list_section .community_list_right .item_placed_top .selected {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #369ff2;
  margin-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
  padding: 4px 0;
  position: relative;
}
.community_box_list .community_box_item .community_list_section .community_list_right .item_placed_top .selected::after {
  content: "";
  position: absolute;
  border: solid #369ff2;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  right: -14px;
  bottom: 9.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.community_box_list .community_box_item .community_list_section .community_list_right .item_placed_top .options {
  width: 80px;
  text-align: center;
  border: 1px solid #e0e8ef;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
  padding: 10px 0;
  position: absolute;
  display: none;
}
.community_box_list .community_box_item .community_list_section .community_list_right .item_placed_top .options a {
  height: 30px;
  line-height: 30px;
  width: 80px;
  display: block;
  text-align: center;
  padding: 0;
}
.community_box_list .community_box_item .community_list_section .community_list_right .dropdown {
  width: 100px !important;
}
.community_box_list .community_box_item .community_list_section .community_list_right .dropdown .selected {
  text-align: center;
}
.community_box_list .community_box_item .community_list_section .community_list_right .dropdown .selected::after {
  display: none;
}
.community_box_list .community_box_item .community_list_section .community_list_right .dropdown .carat {
  display: none;
}
.community_box_list .community_box_item .community_list_text {
  font-size: 14px;
  color: #333;
  padding: 0px 0px 0px 88px;
  line-height: 24px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 120px;
}
.community_box_list .community_box_item .community_list_picture {
  display: flex;
  flex-wrap: wrap;
  margin-left: 88px;
}
.community_box_list .community_box_item .community_list_picture img {
  width: 100px;
  height: 200px;
  margin: 20px 40px 20px 0;
  object-fit: cover;
}
.community_box_list .community_box_item .community_list_info {
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-left: 88px;
  justify-content: flex-end;
}
.community_box_list .community_box_item .community_list_info .item {
  border-right: 1px solid #ccc;
}
.community_box_list .community_box_item .community_list_info .item img {
  width: 14px;
  height: 12px;
  padding: 0 8px;
}
.community_box_list .community_box_item .community_list_info .item span {
  padding-right: 14px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding: 100px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
.modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  object-fit: scale-down;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.modal .close:hover,
.modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.add_module {
  position: absolute;
  top: 12px;
  right: 20px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 16px;
  border: 1px solid #369ff2;
  color: #369ff2;
  font-size: 14px;
  text-align: center;
  background: transparent;
  border-radius: 20px;
  margin-left: 20px;
  -webkit-box-shadow: 0 0 0 0.1px #369ff2, 0 0 0 0.1px #369ff2 inset;
  box-shadow: 0 0 0 0.1px #369ff2, 0 0 0 0.1px #369ff2 inset;
}
.add_module:hover {
  background: #369ff2;
  color: #ffffff;
}
.module_admin {
  position: absolute;
  top: 12px;
  right: 20px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 16px;
  border: 1px solid #369ff2;
  color: #369ff2;
  font-size: 14px;
  text-align: center;
  background: transparent;
  border-radius: 20px;
  margin-left: 20px;
  -webkit-box-shadow: 0 0 0 0.1px #369ff2, 0 0 0 0.1px #369ff2 inset;
  box-shadow: 0 0 0 0.1px #369ff2, 0 0 0 0.1px #369ff2 inset;
}
.module_admin:hover {
  background: #369ff2;
  color: #ffffff;
}
.time.time-date{
  width: 120px;
  background: url(../img/icon_clock.png) 95% center no-repeat #ffffff;
  background-size: 16px;
  padding: 0 4px;
  border: 1px solid #e0e8ef;
  height: 32px;
}
.company-order-list-page .UC_box{
  border: none;
}
.company-order-list-page #listForm .pub_search{
  margin-bottom: 24px;
}
.company-order-list-page .table_section{
  border: 1px solid #e0e8ef;
}
.company-order-list-page .table_section table thead td{
  background: #f5f7f8;
}
.company-order-list-page .opt{
  padding-left: 20px;
}
.company-order-list-page .opt .btn.btn1{
  margin-right: 12px;
}
.company-order-list-page .opt .btn{
  width: 66px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: #369ff2;
  border: none;
  text-align: center;
  border-radius: 4px;
}
.company-order-list-page .opt .btn.text_btn {
  background: #ffffff;
  color: #369ff2;
  border: 1px solid #369ff2;
  box-sizing: border-box;
}
.company-order-list-page #noData{
  text-align: center;
  padding: 12px 0;
}
.invoice-list-page .text-btn-l,
.invoice-list-page .text-btn-l{
  border: none;
  background: transparent;
  color: rgb(102,102,102);
}
.invoice-list-page .text-btn-l:hover,
.invoice-list-page .text-btn-l:hover{
  font-weight: bold;
}
.invoice-list-page .text-btn-l.down,
.invoice-list-page .text-btn-l.down{
  color: rgb(53,169,255);
  margin-left: 6px;
}
.editPage .zjRight .item .inputs input.text{
  width: 98px;
}
.offline_payment_config_page .table_section{

}
.offline_payment_config_page .table_section .header_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  margin: 10px 0 6px;
  border-bottom: 1px solid  #e0e8ef;
}
.offline_payment_config_page .table_section .header_top .personsele span{
  color: #61b9ff;
}
.offline_payment_config_page .table_section .header_top .eliminate{
  color: #999999;
  cursor: pointer;
}
.offline_payment_config_page .organ_sec_content .form_section.compact .items .item .label{
  width: initial;
}
.offline_payment_config_page .organ_sec_content{
  padding: 0 40px;
}
.offline_payment_config_page .btn_edit:hover{
  background: rgba(54, 159, 242, 0.8);
}
.offline_payment_config_page .setup_people_sec > .title{
  margin-top: 12px;
}
.offline_payment_config_page .setup_people_sec{
  margin: 0;
}
.offline_payment_config_page  .ztree_section_before .organ_sec_content{
  margin: 0;
  padding: 0 0 42px 0;
}
.offline_payment_config_page .btn_edit{
  display: inline-block;
  height: 30px;
  width: 80px;
  line-height: 28px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-right: 38px;
  background: #369ff2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.offline_payment_config_page .organ_sec_content table{
  font-size: 12px;
  width: 580px;
}
.offline_payment_config_page .organ_sec_content .pagination{
  right: 77px;
}
.offline_payment_config_page .organ_sec_content table tr th{
  white-space: nowrap;
}
.offline_payment_config_page .form_section.compact .items .item .inputs{
  max-width: 80%;
}
.clearBtnPerson{
  color: #999999;
  font-size: 14px;
}
.tripLevelEditPage .table-header .field{
  background: #ccc;
}
.tripLevelEditPage .table-header .field,
.tripLevelEditPage .table-content-item .field{
  float: left;
  width: 80px;
  text-align: center;
}
.tripLevelEditPage .table-content-item .field{
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tripLevelEditPage .table-header .field2,
.tripLevelEditPage .table-content-item .field2{
width: 230px;
}
.tripLevelEditPage .table-content-item .field.field3 input{
  width: 82%;
}
.tripLevelEditPage .table-content-item .field input{
  width: 90%;
}
.tripLevelEditPage .table-content-item .option span{
  cursor: pointer;
  color: #369ff2;
}
.tripLevelEditPage.editPage .zjRight .item .inputs input.midInput{
  width: 112px;
}
.clearfix::after{
  content:'';
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.trip-audit-view  .midInput{
  width: 131px!important;
}
.coin-audited-list-page .pub_search .item{
  margin-right: 0;
}
.trip-level-list-page .inpt-option{
  display: inline-block;
  width: 72px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 32px;
  border: 1px solid #369ff2;
  background: #61b9ff;
}

.tripLevelEditPage .uc_header_nav,
.trip-level-list-page .uc_header_nav {
  margin-left: 20px;
}
.tripLevelEditPage .uc_header_nav .nav_item,
.trip-level-list-page .uc_header_nav .nav_item{
  border-radius: 24px;
  border: 1px solid #39a1f2;
  padding: 4px 10px;
  font-size: 16px;
  text-align: center;
  color: #39a1f2;
  margin-left: 8px;
}
 .UC_box_UC_Tabs{
  border: 1px solid #369ff2;
  width: 260px;
  margin-bottom: 10px;
  line-height: 35px;
  height: 35px;
}
 .UC_box_UC_Tabs li{
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  height: 33px;
}
 .UC_box_UC_Tabs li.active{
  background: #369ff2;
}
 .UC_box_UC_Tabs li.active a{
  color: #ffffff;
}
 .UC_box_UC_Tabs li a{
  color: #369ff2;
  font-size: 16px;
}
.trip-level-list-page  .zjRight.textPage .btn_theme_19.init_btn {
  position: absolute;
  right: 32px;
  top: -15px;
  width: 156px;
 }