* {
  font-family: "微软雅黑", "Microsoft Yahei", "arial";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "微软雅黑", "Microsoft Yahei", "arial";
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@keyframes borderglisten {
  0% {
    border-color: #2B2B30;
  }
  50% {
    border-color: red;
  }
  100% {
    border-color: #2B2B30;
  }
}
@keyframes borderglisten_dropmenu {
  0% {
    border-color: #fff;
  }
  50% {
    border-color: red;
  }
  100% {
    border-color: #fff;
  }
}
#fakeloader > div > div {
  background-color: #3c8dbc;
}
#citylistctrl {
  z-index: 9999 !important;
  top: 38px !important;
}
#citylistctrl .ui_city_change_inner {
  display: none;
}
#citylistctrl .citylist_popup_main {
  border: none;
  background-color: #fff;
}
#citylistctrl .citylist_popup_main .city_content_top {
  height: auto !important;
  padding-bottom: 10px !important;
  border-color: #ddd;
}
#citylistctrl .citylist_popup_main .city_content_top #selCityWd {
  height: 22px;
  line-height: 22px;
  border-color: #ddd;
}
#citylistctrl .citylist_popup_main .city_content_top #selCitySubmit {
  height: 22px;
  line-height: 22px;
  background: none;
  cursor: pointer;
}
#citylistctrl .citylist_popup_main .city_content_top > .cur_city_info {
  display: inline-block;
}
#citylistctrl .citylist_popup_main .city_content_top > div[search] {
  display: inline-block !important;
  margin-left: 30px;
  position: relative;
}
#citylistctrl .citylist_popup_main .city_content_top > div[search] > input {
  line-height: 30px;
  height: 30px;
  width: 200px;
}
#citylistctrl .citylist_popup_main .city_content_top > div[search] > ul {
  position: absolute;
  display: none;
  top: 30px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
}
#citylistctrl .citylist_popup_main .city_content_top > div[search] > ul > li {
  padding: 0 12px;
  line-height: 28px;
}
#citylistctrl .citylist_popup_main .city_content_top > div[search] > ul > li:hover {
  background-color: #1aa6f7;
  color: #fff;
  cursor: pointer;
}
#citylistctrl .citylist_popup_main .city_content_top > div[search] > ul.active {
  display: block;
}
#citylistctrl .citylist_popup_main .city_content_medium {
  border-color: #ddd;
}
#citylistctrl .citylist_popup_main #city_detail_table {
  position: relative;
  top: 0;
}
.ztree-box {
  position: relative;
  height: 30px;
  width: 150px;
}
.ztree-box > input {
  border: 1px solid #d2d6de;
  height: 30px;
  line-height: 31px;
  background: none !important;
}
.ztree-box > .ztree {
  position: absolute;
  width: auto;
  top: 29px;
  left: 0;
  background: #fff;
  min-width: 100%;
  z-index: 100;
  display: none;
  border: 1px solid #d2d6de;
  max-height: 300px;
  overflow-y: auto;
}
.ztree-box[withsearch] > input {
  background: url(/common/img/search.png) 98% center no-repeat !important;
}
.ztree-box[withsearch] > input:focus {
  border-color: #d2d6de;
}
.ztree-box:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ztree-box:hover > .ztree {
  display: block;
}
.ztree * {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
}
.ztree {
  margin: 0;
  padding: 5px;
  color: #333;
}
.ztree li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 14px;
  text-align: left;
  white-space: nowrap;
  outline: 0;
}
.ztree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ztree li ul.line {
  background: url(/common/img/line_conn.gif) 0 0 repeat-y;
}
.ztree li a {
  padding: 1px 3px 0 0;
  margin: 0;
  cursor: pointer;
  height: 17px;
  color: #333;
  background-color: transparent;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}
.ztree li a:hover {
  text-decoration: underline;
}
.ztree li a.curSelectedNode {
  padding-top: 0px;
  background-color: #FFE6B0;
  color: black;
  height: 16px;
  border: 1px #FFB951 solid;
  opacity: 0.8;
}
.ztree li a.curSelectedNode_Edit {
  padding-top: 0px;
  background-color: #FFE6B0;
  color: black;
  height: 16px;
  border: 1px #FFB951 solid;
  opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
  padding-top: 0px;
  background-color: #316AC5;
  color: white;
  height: 16px;
  border: 1px #316AC5 solid;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ztree li a input.rename {
  height: 14px;
  width: 80px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 1px #7EC4CC solid;
  *border: 0px;
}
.ztree li span {
  line-height: 16px;
  margin-right: 2px;
}
.ztree li span.button {
  line-height: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("/common/img/zTreeStandard.png");
  *background-image: url("/common/img/zTreeStandard.gif");
}
.ztree li span.button.chk {
  width: 14px;
  height: 14px;
  margin: 0 3px 0 0;
  cursor: auto;
}
.ztree li span.button.chk.checkbox_false_full {
  background-position: 0 0;
}
.ztree li span.button.chk.checkbox_false_full_focus {
  background-position: 0 -14px;
}
.ztree li span.button.chk.checkbox_false_part {
  background-position: 0 -28px;
}
.ztree li span.button.chk.checkbox_false_part_focus {
  background-position: 0 -42px;
}
.ztree li span.button.chk.checkbox_false_disable {
  background-position: 0 -56px;
}
.ztree li span.button.chk.checkbox_true_full {
  background-position: -14px 0;
}
.ztree li span.button.chk.checkbox_true_full_focus {
  background-position: -14px -14px;
}
.ztree li span.button.chk.checkbox_true_part {
  background-position: -14px -28px;
}
.ztree li span.button.chk.checkbox_true_part_focus {
  background-position: -14px -42px;
}
.ztree li span.button.chk.checkbox_true_disable {
  background-position: -14px -56px;
}
.ztree li span.button.chk.radio_false_full {
  background-position: -28px 0;
}
.ztree li span.button.chk.radio_false_full_focus {
  background-position: -28px -14px;
}
.ztree li span.button.chk.radio_false_part {
  background-position: -28px -28px;
}
.ztree li span.button.chk.radio_false_part_focus {
  background-position: -28px -42px;
}
.ztree li span.button.chk.radio_false_disable {
  background-position: -28px -56px;
}
.ztree li span.button.chk.radio_true_full {
  background-position: -42px 0;
}
.ztree li span.button.chk.radio_true_full_focus {
  background-position: -42px -14px;
}
.ztree li span.button.chk.radio_true_part {
  background-position: -42px -28px;
}
.ztree li span.button.chk.radio_true_part_focus {
  background-position: -42px -42px;
}
.ztree li span.button.chk.radio_true_disable {
  background-position: -42px -56px;
}
.ztree li span.button.switch {
  width: 18px;
  height: 18px;
}
.ztree li span.button.root_open {
  background-position: -92px -54px;
}
.ztree li span.button.root_close {
  background-position: -74px -54px;
}
.ztree li span.button.roots_open {
  background-position: -92px 0;
}
.ztree li span.button.roots_close {
  background-position: -74px 0;
}
.ztree li span.button.center_open {
  background-position: -92px -18px;
}
.ztree li span.button.center_close {
  background-position: -74px -18px;
}
.ztree li span.button.bottom_open {
  background-position: -92px -36px;
}
.ztree li span.button.bottom_close {
  background-position: -74px -36px;
}
.ztree li span.button.noline_open {
  background-position: -92px -72px;
}
.ztree li span.button.noline_close {
  background-position: -74px -72px;
}
.ztree li span.button.root_docu {
  background: none;
}
.ztree li span.button.roots_docu {
  background-position: -56px 0;
}
.ztree li span.button.center_docu {
  background-position: -56px -18px;
}
.ztree li span.button.bottom_docu {
  background-position: -56px -36px;
}
.ztree li span.button.noline_docu {
  background: none;
}
.ztree li span.button.level0.noline_docu {
  background: none;
  float: right;
}
.ztree li span.button.ico_open {
  margin-right: 2px;
  background-position: -110px -16px;
  vertical-align: top;
  *vertical-align: middle;
}
.ztree li span.button.ico_close {
  margin-right: 2px;
  background-position: -110px 0;
  vertical-align: top;
  *vertical-align: middle;
}
.ztree li span.button.ico_docu {
  margin-right: 2px;
  background-position: -110px -32px;
  vertical-align: top;
  *vertical-align: middle;
}
.ztree li span.button.edit {
  margin-right: 2px;
  background-position: -110px -48px;
  vertical-align: top;
  *vertical-align: middle;
}
.ztree li span.button.remove {
  margin-right: 2px;
  background-position: -110px -64px;
  vertical-align: top;
  *vertical-align: middle;
}
.ztree li span.button.ico_loading {
  margin-right: 2px;
  background: url(/common/img/loading.gif) no-repeat scroll 0 0 transparent;
  vertical-align: top;
  *vertical-align: middle;
}
ul.tmpTargetzTree {
  background-color: #FFE6B0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 0;
  margin: 2px 0 0 1px;
  border: 0 none;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -110px -80px;
  background-image: url("/common/img/zTreeStandard.png");
  *background-image: url("/common/img/zTreeStandard.gif");
}
ul.ztree.zTreeDragUL {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #cfcfcf;
  border: 1px #00B83F dotted;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.zTreeMask {
  z-index: 10000;
  background-color: #cfcfcf;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
select,
.form-control,
.input-group-addon {
  font-size: 12px;
}
select,
select.form-control {
  padding: 0;
}
select,
select.form-control,
.input-group-addon {
  height: 25px;
}
select {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
div.checkbox {
  margin-top: 5px;
  margin-bottom: 0;
}
div.checkbox > label {
  margin-right: 10px;
}
div.checkbox > label > input {
  margin-left: -15px;
}
.btn-default {
  background-color: #fff;
}
.tooltip-inner {
  max-width: 300px;
  white-space: nowrap;
}
.datetimepicker {
  border-radius: 0 !important;
  padding: 4px;
  margin-top: 0 !important;
}
.pagination {
  font-size: 12px;
  text-align: center;
}
.pagination > span {
  display: inline-block;
  float: left;
  padding: 0 2px;
  text-align: center;
}
.pagination > span[p] {
  cursor: pointer;
  color: #1aa6f7;
}
.pagination > span[p]:hover {
  text-decoration: underline;
}
.skin-blue .main-header .logo,
.skin-blue .main-header .navbar {
  background-color: #2B2B30;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover,
.skin-blue .main-header .logo:hover {
  background-color: #3c8dbc;
}
.skin-blue .sidebar-menu > li.active > a {
  background-color: #343743;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side,
.skin-blue .sidebar-menu > li > .treeview-menu {
  background-color: #3B414E;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
  margin-top: 5px;
}
.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #1aa6f7;
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a {
  color: #1aa6f7;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #fff;
  font-size: 12px;
  padding-left: 32px;
  cursor: pointer;
}
.skin-blue .sidebar-menu .treeview-menu > li > a:hover,
.skin-blue .sidebar-menu .treeview-menu > li > a.active {
  color: #1aa6f7;
}
.sidebar-collapse .sidebar-menu > li > .treeview-menu {
  margin-top: 0;
}
.sidebar-collapse .sidebar-menu > li > .treeview-menu > li > a {
  padding-left: 15px;
}
#alter-success,
#alter-error {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
}
#alter-success > div,
#alter-error > div {
  margin: 0 auto;
  margin-top: 100px;
  display: inline-block;
  min-width: 500px;
}
#alter-success > div > p,
#alter-error > div > p {
  margin: 10px 0;
}
#alter-success > div > p > i,
#alter-error > div > p > i {
  vertical-align: top;
  position: relative;
  top: 5px;
}
#alter-success > div > p > span,
#alter-error > div > p > span {
  text-align: left;
  display: inline-block;
  line-height: 22px;
}
.datetimepicker.dropdown-menu {
  border: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.datetimepicker.dropdown-menu span.active.month,
.datetimepicker.dropdown-menu span.active.month:hover,
.datetimepicker.dropdown-menu td.active.day,
.datetimepicker.dropdown-menu td.active.day:hover,
.datetimepicker.dropdown-menu span.active.hour,
.datetimepicker.dropdown-menu span.active.hour:hover,
.datetimepicker.dropdown-menu span.active.minute,
.datetimepicker.dropdown-menu span.active.minute:hover {
  background: #1aa6f7;
}
.datetimepicker.dropdown-menu .table-condensed th,
.datetimepicker.dropdown-menu .table-condensed td {
  padding: 3px 5px;
}
.datetimepicker.dropdown-menu .table-condensed td.old,
.datetimepicker.dropdown-menu .table-condensed td.new {
  color: #ccc;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
[bank] {
  display: inline-block;
  width: 140px;
  height: 35px;
  background-image: url(/common/img/bank.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
[bank=alipay] {
  background-image: url(/common/img/alipay.jpg);
  background-size: 100px 35px;
}
[bank=wxpay] {
  background-image: url(/common/img/weixinpay.png);
  background-size: 100px 27px;
  background-position: left center;
}
[bank=spdb] {
  background-image: url(/common/img/spdb.jpeg);
  background-size: 100px 60px;
  background-position: 0 -15px;
}
[bank=bocb2c] {
  background-position: 0 -175px;
}
[bank=icbcb2c] {
  background-position: 0 -571px;
}
[bank=cmb] {
  background-position: 0 -354px;
}
[bank=ccb] {
  background-position: 0 -210px;
}
[bank=abc] {
  background-position: 0 -66px;
}
[bank=comm] {
  background-position: 0 -427px;
}
[bank=cib] {
  background-position: 0 -284px;
}
[bank=cmbc] {
  background-position: 0 -319px;
}
[bank=postgc] {
  background-position: 0 -642px;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_tools .BMapLib_sendToPhone {
  display: none;
}
.select2-container {
  text-align: left;
}
.select2-dropdown {
  border-color: #ddd;
  border-radius: 0;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px;
  height: 34px;
}
[kefu] {
  position: fixed;
  width: 115px;
  right: 20px;
  top: 30%;
  z-index: 100;
}
[kefu] img {
  width: 100%;
}
[kefu] p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  top: 150px;
  left: 0;
}
[kefu] > span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
[kefu] > a {
  display: block;
  width: 100px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 10px;
}
[module="login"],
[module="apply"],
[module="buy"] {
  background: #222733;
  text-align: center;
  color: #788288;
  font-size: 12px;
}
[module="login"] > div.cbox > div,
[module="apply"] > div.cbox > div,
[module="buy"] > div.cbox > div {
  padding: 0 15px;
  margin-top: 5%;
}
[module="login"] > div.cbox > div > h1,
[module="apply"] > div.cbox > div > h1,
[module="buy"] > div.cbox > div > h1 {
  color: #fff;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
}
[module="login"] > div.cbox > div > h1 a,
[module="apply"] > div.cbox > div > h1 a,
[module="buy"] > div.cbox > div > h1 a {
  color: #fff;
}
[module="login"] > div.cbox > div > h1 img,
[module="apply"] > div.cbox > div > h1 img,
[module="buy"] > div.cbox > div > h1 img {
  width: 50px;
  height: 50px;
  vertical-align: top;
  margin-right: 10px;
}
[module="login"] > div.cbox > div > form,
[module="apply"] > div.cbox > div > form,
[module="buy"] > div.cbox > div > form {
  background: #fff;
  text-align: left;
  padding: 20px;
  margin-top: 30px;
}
[module="login"] > div.cbox > div > form > .group,
[module="apply"] > div.cbox > div > form > .group,
[module="buy"] > div.cbox > div > form > .group {
  margin-bottom: 15px;
}
[module="login"] > div.cbox > div > form > .group > label,
[module="apply"] > div.cbox > div > form > .group > label,
[module="buy"] > div.cbox > div > form > .group > label {
  display: block;
  margin-bottom: 10px;
}
[module="login"] > div.cbox > div > form > .group > input[type="text"],
[module="apply"] > div.cbox > div > form > .group > input[type="text"],
[module="buy"] > div.cbox > div > form > .group > input[type="text"],
[module="login"] > div.cbox > div > form > .group > input[type="password"],
[module="apply"] > div.cbox > div > form > .group > input[type="password"],
[module="buy"] > div.cbox > div > form > .group > input[type="password"] {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  outline: none;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-color: #cbd5dd;
  border-radius: 2px;
  box-sizing: border-box;
}
[module="login"] > div.cbox > div > form > .group [type="submit"],
[module="apply"] > div.cbox > div > form > .group [type="submit"],
[module="buy"] > div.cbox > div > form > .group [type="submit"] {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px;
  width: 100%;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}
[module="login"] > div.cbox > div > form > .group [type="submit"]:hover,
[module="apply"] > div.cbox > div > form > .group [type="submit"]:hover,
[module="buy"] > div.cbox > div > form > .group [type="submit"]:hover {
  background: #54b5cf;
  border-color: #54b5cf;
}
[module="login"] > div.cbox > div > form > p,
[module="apply"] > div.cbox > div > form > p,
[module="buy"] > div.cbox > div > form > p {
  text-align: center;
  color: #a1a8ac;
  margin-top: 20px;
}
[module="login"] > div.cbox > div > form > a,
[module="apply"] > div.cbox > div > form > a,
[module="buy"] > div.cbox > div > form > a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px;
  display: block;
  width: 100%;
  font-weight: 400;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #d2dae1;
  color: #788288;
  margin-top: 10px;
}
[module="login"] > div.cbox > div > form > a:hover,
[module="apply"] > div.cbox > div > form > a:hover,
[module="buy"] > div.cbox > div > form > a:hover {
  background-color: #eee;
  text-decoration: none;
}
[module="login"] > div.cbox > div > p,
[module="apply"] > div.cbox > div > p,
[module="buy"] > div.cbox > div > p {
  margin-top: 50px;
}
[module="apply"] > div.cbox,
[module="buy"] > div.cbox {
  width: auto;
}
[module="apply"] > div.cbox > div,
[module="buy"] > div.cbox > div {
  margin-top: 50px;
}
[module="apply"] > div.cbox > div > form,
[module="buy"] > div.cbox > div > form {
  background: #fff;
  text-align: left;
  padding: 20px;
  margin: 40px 0 0 0;
}
[module="apply"] > div.cbox > div > form .form-group,
[module="buy"] > div.cbox > div > form .form-group {
  line-height: 34px;
  font-size: 14px;
}
[module="apply"] > div.cbox > div > form .form-group > .col-lg-2,
[module="buy"] > div.cbox > div > form .form-group > .col-lg-2 {
  text-align: left;
  color: #333;
}
[module="apply"] > div.cbox > div > form .form-group .input-group-addon,
[module="buy"] > div.cbox > div > form .form-group .input-group-addon {
  color: #999;
}
[module="apply"] > div.cbox > div > form .form-group .input-group-addon > .fa,
[module="buy"] > div.cbox > div > form .form-group .input-group-addon > .fa {
  width: 14px;
}
[module="apply"] > div.cbox > div > form p > span,
[module="buy"] > div.cbox > div > form p > span,
[module="apply"] > div.cbox > div > form .form-group > .col-lg-2 > span,
[module="buy"] > div.cbox > div > form .form-group > .col-lg-2 > span {
  color: #e82f2f;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 5px;
}
[module="buy"] .fa {
  width: 14px;
}
[module="buy"] .fa-location-arrow {
  cursor: pointer;
}
[module="buy"] span[city] {
  display: inline-block;
  padding: 2px 10px;
  background-color: #1aa6f7;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
}
[module="buy"] span[city],
[module="buy"] span[changecity] {
  float: left;
  position: relative;
  top: 6px;
}
[module="buy"] select[multiple] {
  min-height: 100px;
  max-height: 200px;
}
[module="buy"] select[multiple] > option {
  padding: 5px;
}
[module="buy"] .option {
  width: 100px;
  font-size: 12px;
  line-height: 22px;
  padding: 10px;
  height: 180px;
  border: 1px solid #eee;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
[module="buy"] .option h5 {
  color: #555;
  font-size: 12px;
  margin-top: 2px;
}
[module="buy"] .option ul li {
  color: #999;
}
[module="buy"] .option > span,
[module="buy"] .option > .fa {
  display: none;
}
[module="buy"] .option:hover {
  border-color: #1aa6f7;
  cursor: pointer;
}
[module="buy"] .option.select {
  border-color: #1aa6f7;
  position: relative;
}
[module="buy"] .option.select > span {
  width: 0;
  height: 0;
  border-top: 25px solid #00A2FF;
  border-left: 25px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
[module="buy"] .option.select > .fa {
  color: #fff;
  display: block;
  width: 15px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 2px;
}
[module="buy"] .price {
  color: #3c8dbc;
}
[module="buy"] .btn {
  font-size: 12px;
}
[module="buy"] .btn.select {
  background-color: #1aa6f7;
  color: #fff;
}
[module="buy"] .fa-minus,
[module="buy"] .fa-plus {
  color: #999;
}
[module="buy"] input.btn:focus,
[module="buy"] input.btn:hover {
  background-color: #fff;
  border-color: #ddd;
  outline: none;
  box-shadow: none;
}
[module="buy"] ul[paymethod] {
  margin-bottom: 20px;
}
[module="buy"] ul[paymethod] li {
  display: inline-block;
}
[module="buy"] ul[paymethod] li span[bank] {
  cursor: pointer;
}
[module="buy"] #modal-buy-confirm .row {
  line-height: 30px;
}
[module="buy"] #modal-buy-confirm .row > .col-lg-3 {
  text-align: right;
}
[module="buy"] #citylistctrl {
  position: static !important;
  top: 0 !important;
  text-align: left;
}
[module="buy"] #citylistctrl .citylist_popup_main {
  line-height: 22px;
  display: block !important;
}
[module="buy"] #citylistctrl .citylist_popup_main a {
  color: #3d6dcc;
}
[module="buy"] #citylistctrl .citylist_popup_main td {
  vertical-align: top;
}
[module="buy"] #citylistctrl .citylist_popup_main #sel_city_letter_list > a {
  margin-right: 20px;
}
[module="buy"] #citylistctrl .citylist_popup_main .city_names_wrap > a {
  margin-right: 10px;
}
[module="buy"] #citylistctrl .citylist_popup_main .sel_city_letter > div {
  margin-right: 10px;
}
[module="buy"] #citylistctrl .citylist_popup_main [filter="cityHotIds"][name="全国"],
[module="buy"] #citylistctrl .citylist_popup_main .sel_city_sf > a[filter="cityName"],
[module="buy"] #citylistctrl .citylist_popup_main .sel_city_sf > a.sel_city_name {
  color: #888;
  font-weight: bold;
}
[module="buy"] #citylistctrl .citylist_popup_main .sel_city_sf {
  min-width: 50px;
}
[module="buy"] #citylistctrl .citylist_popup_main .city_content_top {
  padding-bottom: 0 !important;
}
[module="buy"] #citylistctrl .citylist_popup_main .city_content_top [search] {
  display: inline-block;
}
[module="buy"] #citylistctrl .citylist_popup_main .city_content_medium {
  border: 1px solid #ddd;
  border-right: none;
  border-left: none;
  padding: 5px 0;
  margin-bottom: 10px;
}
[module="buy"] #citylistctrl .citylist_popup_main .city_content_bottom {
  overflow-y: auto;
  max-height: 400px;
}
[module="buy"] #citylistctrl .citylist_popup_main #popup_close {
  display: none;
}
[module="buy"] > div.cbox > div > form .option {
  margin-bottom: 10px;
}
[module="buy"] #modal-buy-confirm .row > div {
  display: inline-block;
}
[module="buy"] #modal-buy-confirm .row > .col-lg-3 {
  width: 150px;
}
[module="buy"] #modal-citylist .modal-dialog {
  width: 70%;
  max-height: 90%;
}
[module="index"] #top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 10;
}
[module="index"] #top > div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}
[module="index"] #top > div #logo {
  position: relative;
  top: 10px;
  height: 50px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}
[module="index"] #top > div #logo > img {
  height: 100%;
  margin-right: 10px;
}
[module="index"] #top > div > ul {
  display: inline-block;
  float: right;
}
[module="index"] #top > div > ul > li {
  display: inline-block;
}
[module="index"] #top > div > ul > li > a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  float: right;
  color: #fff;
  margin-right: 20px;
  line-height: 30px;
  position: relative;
  top: 15px;
}
[module="index"] #top > div > ul > li > a[login] {
  border: 1px solid #fff;
  border-radius: 3px;
  top: 14px;
  padding: 0 10px;
}
[module="index"] #banner {
  width: 100%;
  height: 100%;
  background: url(../img/index/bg8.jpg) center center no-repeat;
  background-size: cover;
}
[module="index"] #banner > div:nth-of-type(1) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}
[module="index"] #banner > div:nth-of-type(1) > h1 {
  position: relative;
  top: 28%;
  font-size: 46px;
  font-weight: normal;
}
[module="index"] #banner > div:nth-of-type(1) > p {
  font-size: 18px;
  position: relative;
  top: 31%;
}
[module="index"] #banner > div:nth-of-type(1) > div {
  position: relative;
  top: 38%;
}
[module="index"] #banner > div:nth-of-type(1) > div > a {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 20px;
}
[module="index"] #banner > div:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  height: 170px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 10;
}
[module="index"] #banner > div:nth-of-type(2) > ul {
  width: 1200px;
  margin: 0 auto;
}
[module="index"] #banner > div:nth-of-type(2) > ul li {
  display: inline-block;
  width: 33%;
  height: 70px;
  padding: 10px 0;
}
[module="index"] #banner > div:nth-of-type(2) > ul li > .fa {
  display: inline-block;
  float: left;
  width: 40px;
  height: 100%;
  position: relative;
  top: 10px;
  font-size: 26px;
}
[module="index"] #banner > div:nth-of-type(2) > ul li > h5 {
  font-size: 26px;
  font-weight: normal;
}
[module="dashboard"] [type="checkbox"] {
  /*
        vertical-align: middle;
        position: relative;
        top: -1px;
        */
}
[module="dashboard"] .calendarbox {
  position: relative;
}
[module="dashboard"] .calendarbox > i.fa {
  position: absolute;
  right: 8px;
  top: 5px;
  color: #bbb;
}
[module="dashboard"] .select {
  font-size: 12px;
  position: relative;
  display: inline-block;
}
[module="dashboard"] .select > span {
  border: 1px solid #d2d6de;
  padding: 0px 6px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  background-color: #fff;
  cursor: pointer;
}
[module="dashboard"] .select > span > b {
  font-weight: normal;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50px;
  height: 25px;
}
[module="dashboard"] .select > span > i {
  position: absolute;
  right: 5px;
  top: 7px;
  color: #666;
  transform: scaleX(0.6);
}
[module="dashboard"] .select > ul {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1;
  min-width: 100px;
  border: 1px solid #d2d6de;
  box-shadow: 1px 1px 3px rgba(221, 221, 221, 0.5);
  top: 24px;
  max-height: 500px;
  overflow-y: auto;
}
[module="dashboard"] .select > ul > li {
  padding: 0px 10px;
  line-height: 24px;
}
[module="dashboard"] .select > ul > li:hover {
  background-color: #ddd;
  cursor: pointer;
}
[module="dashboard"] .select > ul > li.selected {
  background-color: #1aa6f7;
  color: #fff;
}
[module="dashboard"] .select:hover > ul {
  display: block;
}
[module="dashboard"] .select.xs > span > b {
  width: 50px;
}
[module="dashboard"] .select.s > span > b {
  width: 80px;
}
[module="dashboard"] .select.m > span > b {
  width: 100px;
}
[module="dashboard"] .select.m > ul {
  min-width: 114px;
}
[module="dashboard"] .select.l > span > b {
  width: 150px;
}
[module="dashboard"] .select.l > ul {
  min-width: 164px;
}
[module="dashboard"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc !important;
  border-color: #367fa9 !important;
  padding: 1px 10px !important;
  color: #fff !important;
}
[module="dashboard"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
[module="dashboard"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1aa6f7 !important;
}
[module="dashboard"] #map .BMap_cpyCtrl,
[module="dashboard"] .map .BMap_cpyCtrl {
  display: none !important;
}
[module="dashboard"] #map .anchorBL,
[module="dashboard"] .map .anchorBL {
  opacity: 0.1;
  bottom: 0 !important;
}
[module="dashboard"] #map .BMap_stdMpCtrl,
[module="dashboard"] .map .BMap_stdMpCtrl {
  opacity: 1;
  bottom: 10px !important;
  z-index: 99 !important;
}
[module="dashboard"] .main-header .logo {
  width: 160px;
}
[module="dashboard"] .main-sidebar {
  width: 160px;
}
[module="dashboard"] .content-wrapper,
[module="dashboard"] .main-footer,
[module="dashboard"] .main-header .navbar {
  margin-left: 160px;
}
[module="dashboard"] .logo i.icon {
  margin-right: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(/building/img/logo.png) 0 0 no-repeat;
  background-size: 30px;
  position: relative;
  top: 8px;
}
[module="dashboard"] .logo .logo-lg {
  font-size: 18px;
  text-align: left;
  margin-left: -12px;
}
[module="dashboard"] .logo .logo-mini i.icon {
  margin-right: 0;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) {
  margin-top: 13px;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) input.form-control {
  height: 25px;
  border: none;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [datetime] > div > div:nth-child(1) > span {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  line-height: 25px;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [datetime] > div > div:nth-child(1) > span.active {
  color: #1aa6f7;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [datetime] .calendarbox {
  padding: 0;
  padding-right: 5px;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [datetime] div[datetype] {
  display: none;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [datetime] div[datetype].active {
  display: block;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [datetime] .select > span > b {
  text-align: center;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [datetime] select {
  border: none;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div > span[move],
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div span[draw] {
  width: 28px;
  display: inline-block;
  vertical-align: top;
  height: 25px;
  text-align: center;
  line-height: 26px;
  float: left;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div > span[box] {
  display: inline-block;
  border: 1px solid #2B2B30;
  position: relative;
  top: -1px;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div > span[box].active {
  animation: borderglisten 1s linear infinite;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div span.on {
  color: #1aa6f7;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div span[draw="circle"] {
  background-image: url(/hui/img/draw.circle.white.png);
  background-size: 18px 18px;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div span[draw="rect"] {
  background-image: url(/hui/img/draw.rect.white.png);
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div span[draw="polygon"] {
  background-image: url(/hui/img/draw.polygon.white.png);
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div span[draw="grid"] {
  background-image: url(/hui/img/draw.grid.white.png);
  background-size: 18px 18px;
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div span[draw="circle"].on {
  background-image: url(/hui/img/draw.circle.blue.png);
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div span[draw="rect"].on {
  background-image: url(/hui/img/draw.rect.blue.png);
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div span[draw="polygon"].on {
  background-image: url(/hui/img/draw.polygon.blue.png);
}
[module="dashboard"] nav.navbar > div:nth-of-type(2) [drawing] > div span[draw="grid"].on {
  background-image: url(/hui/img/draw.grid.blue.png);
}
[module="dashboard"] nav.navbar .input-group .input-group-addon {
  border: none;
  border-right: 1px solid #ddd;
  padding-top: 7px;
  min-width: 61px;
  cursor: pointer;
}
[module="dashboard"] nav.navbar .input-group > i {
  position: absolute;
  right: 0;
  color: #999;
  width: 20px;
  height: 26px;
  z-index: 3;
  padding-top: 5px;
  cursor: pointer;
}
[module="dashboard"] nav.navbar .input-group ul#searchresult {
  display: none;
  position: absolute;
  background: #fff;
  list-style: none;
  top: 25px;
  font-size: 12px;
  padding: 0;
  line-height: 24px;
}
[module="dashboard"] nav.navbar .input-group ul#searchresult > li {
  padding: 0 10px;
  cursor: pointer;
  color: #aaa;
}
[module="dashboard"] nav.navbar .input-group ul#searchresult > li > strong {
  margin-right: 5px;
  color: #666;
}
[module="dashboard"] nav.navbar .input-group ul#searchresult > li:hover {
  background-color: #eee;
}
[module="dashboard"] nav.navbar .input-group ul#searchresult.show {
  display: block;
}
[module="dashboard"] nav.navbar li[openvip] {
  height: 50px;
  line-height: 50px;
  color: #fff;
}
[module="dashboard"] nav.navbar li[openvip] > a {
  color: #eee;
  margin-right: 10px;
  font-size: 12px;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 5px;
  position: relative;
  top: -1px;
}
[module="dashboard"] nav.navbar li.dropdown {
  height: 50px;
  line-height: 50px;
  color: #fff;
}
[module="dashboard"] nav.navbar li.dropdown > a {
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  position: relative;
  top: 10px;
  width: 30px;
  text-align: center;
}
[module="dashboard"] nav.navbar li.dropdown > a.active {
  border: 1px solid #2b2b30;
  animation: borderglisten 1s linear infinite;
}
[module="dashboard"] nav.navbar li.dropdown .dropdown-menu {
  line-height: 30px;
  right: 0;
  left: auto;
  list-style: none;
}
[module="dashboard"] nav.navbar li.dropdown .dropdown-menu li {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
[module="dashboard"] nav.navbar li.dropdown .dropdown-menu li > a {
  line-height: 30px;
  padding: 0;
  color: #444;
}
[module="dashboard"] nav.navbar li.dropdown .dropdown-menu li > a:hover {
  background: none;
}
[module="dashboard"] nav.navbar li.dropdown .dropdown-menu li:hover {
  background: #eee;
  cursor: pointer;
}
[module="dashboard"] nav.navbar li.dropdown .dropdown-menu li.active {
  border: 1px solid #fff;
  animation: borderglisten_dropmenu 1s linear infinite;
}
[module="dashboard"] .content-wrapper {
  position: relative;
}
[module="dashboard"] #map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
[module="dashboard"] #map .BMapLabel {
  max-width: none;
  border: none !important;
}
[module="dashboard"] #tpl,
[module="dashboard"] #tpl2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #ecf0f5;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 300px;
}
[module="dashboard"] #tpl > iframe,
[module="dashboard"] #tpl2 > iframe {
  width: 100%;
  height: 100%;
  border: none;
}
[module="dashboard"] #tpl .box > [id^=chart],
[module="dashboard"] #tpl2 .box > [id^=chart] {
  padding-top: 10px;
}
[module="dashboard"] #tpl > .map,
[module="dashboard"] #tpl2 > .map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
[module="dashboard"] .box-footer {
  text-align: center;
}
[module="dashboard"] .box-footer .pagination {
  margin: 10px auto;
}
[module="dashboard"] .box-footer .pagination > span {
  padding: 0 5px;
}
[_id="office-search"] > div:nth-of-type(1),
[_id="office-search-house"] > div:nth-of-type(1) {
  margin-top: 15px;
  font-size: 12px;
}
[_id="office-search"] > div:nth-of-type(1) #filter,
[_id="office-search-house"] > div:nth-of-type(1) #filter {
  margin-bottom: 30px;
}
[_id="office-search"] > div:nth-of-type(1) .box-header,
[_id="office-search-house"] > div:nth-of-type(1) .box-header {
  padding: 5px 10px;
}
[_id="office-search"] > div:nth-of-type(1) .box-body,
[_id="office-search-house"] > div:nth-of-type(1) .box-body {
  padding: 5px 10px;
}
[_id="office-search"] > div:nth-of-type(1) div[filter],
[_id="office-search-house"] > div:nth-of-type(1) div[filter] {
  margin-bottom: 12px;
  line-height: 20px;
}
[_id="office-search"] > div:nth-of-type(1) div[filter] > span,
[_id="office-search-house"] > div:nth-of-type(1) div[filter] > span {
  display: inline-block;
  min-width: 55px;
  text-align: right;
  margin-right: 20px;
  font-weight: bold;
  vertical-align: top;
}
[_id="office-search"] > div:nth-of-type(1) div[filter] > ul,
[_id="office-search-house"] > div:nth-of-type(1) div[filter] > ul {
  display: inline-block;
  width: 90%;
}
[_id="office-search"] > div:nth-of-type(1) div[filter] > ul > li,
[_id="office-search-house"] > div:nth-of-type(1) div[filter] > ul > li {
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
  cursor: pointer;
}
[_id="office-search"] > div:nth-of-type(1) div[filter] > ul > li input[type="checkbox"],
[_id="office-search-house"] > div:nth-of-type(1) div[filter] > ul > li input[type="checkbox"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
[_id="office-search"] > div:nth-of-type(1) div[filter] > ul > li:hover,
[_id="office-search-house"] > div:nth-of-type(1) div[filter] > ul > li:hover,
[_id="office-search"] > div:nth-of-type(1) div[filter] > ul > li.on,
[_id="office-search-house"] > div:nth-of-type(1) div[filter] > ul > li.on {
  background-color: #1aa6f7;
  color: #fff;
}
[_id="office-search"] > div:nth-of-type(1) div[filter]:nth-of-type(1),
[_id="office-search-house"] > div:nth-of-type(1) div[filter]:nth-of-type(1) {
  margin-top: 10px;
}
[_id="office-search"] > div:nth-of-type(1) div[filter="special"] > ul > li:hover,
[_id="office-search-house"] > div:nth-of-type(1) div[filter="special"] > ul > li:hover {
  background-color: #fff;
  color: #333;
}
[_id="office-search"] > div:nth-of-type(1) div[filter="choosed"] > ul > li,
[_id="office-search-house"] > div:nth-of-type(1) div[filter="choosed"] > ul > li {
  background-color: #1aa6f7;
  color: #fff;
}
[_id="office-search"] > div:nth-of-type(1) .box-body[close] div[filter],
[_id="office-search-house"] > div:nth-of-type(1) .box-body[close] div[filter] {
  display: none;
}
[_id="office-search"] > div:nth-of-type(1) .box-body[close] div[filter="choosed"],
[_id="office-search-house"] > div:nth-of-type(1) .box-body[close] div[filter="choosed"] {
  display: block;
}
[_id="office-search"] #list [list],
[_id="office-search-house"] #list [list] {
  margin-bottom: 15px;
}
[_id="office-search"] #list [list] img,
[_id="office-search-house"] #list [list] img {
  width: 200px;
  height: 150px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
[_id="office-search"] #list [list] > div,
[_id="office-search-house"] #list [list] > div {
  display: inline-block;
  margin-left: 20px;
}
[_id="office-search"] #list [list] > div > h5,
[_id="office-search-house"] #list [list] > div > h5 {
  margin: 10px 0 15px;
  cursor: pointer;
  font-weight: bolder;
}
[_id="office-search"] #list [list] > div > h5:hover,
[_id="office-search-house"] #list [list] > div > h5:hover {
  color: #1aa6f7;
}
[_id="office-search"] #list [list]:last-of-type,
[_id="office-search-house"] #list [list]:last-of-type {
  margin-bottom: 0;
}
[_id="office-search"] .collese,
[_id="office-search-house"] .collese {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  text-align: center;
  width: 100%;
}
[_id="office-search"] .collese > div,
[_id="office-search-house"] .collese > div {
  width: 100px;
  background-color: #fff;
  margin: 0 auto;
  height: 20px;
  box-shadow: 0 1px 1px #ccc;
  cursor: pointer;
  line-height: 20px;
}
[_id="office-map"] .pointlabel,
[_id="office-map-house"] .pointlabel {
  background-color: rgba(250, 147, 126, 0.5);
  padding: 2px;
  font-size: 'small';
}
[_id="office-map"] > div:nth-of-type(1),
[_id="office-map-house"] > div:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  line-height: 25px;
  height: 45px;
  background: #ffffff;
  padding: 10px;
  font-size: 12px;
}
[_id="office-map"] > div:nth-of-type(1) select,
[_id="office-map-house"] > div:nth-of-type(1) select {
  outline: none;
  margin-right: 5px;
}
[_id="office-map"] > div:nth-of-type(1) input[type="checkbox"],
[_id="office-map-house"] > div:nth-of-type(1) input[type="checkbox"] {
  margin: 0 5px 0 10px;
  vertical-align: middle;
}
[_id="office-map"] > div:nth-of-type(1) .icon-off,
[_id="office-map-house"] > div:nth-of-type(1) .icon-off {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 20px;
  background: url(/hui/img/off.darkgray.png) center center no-repeat;
  background-size: 30px 30px;
  position: relative;
  top: 1px;
  right: 3px;
  cursor: pointer;
}
[_id="office-map"] > div:nth-of-type(1) .icon-on,
[_id="office-map-house"] > div:nth-of-type(1) .icon-on {
  background-image: url(/hui/img/on.png);
  background-position: 0 -4px;
  background-size: 30px 31px;
}
[_id="office-map"] #sidebar,
[_id="office-map-house"] #sidebar {
  width: 245px;
  height: 100%;
  position: absolute;
  right: -245px;
  padding: 0 0 5px 5px;
  top: 0;
  z-index: 10;
  background: #fff;
  font-size: 12px;
}
[_id="office-map"] #sidebar > ul,
[_id="office-map-house"] #sidebar > ul {
  margin-top: 45px;
  overflow-y: auto;
}
[_id="office-map"] #sidebar > ul > li,
[_id="office-map-house"] #sidebar > ul > li {
  width: 105px;
  height: 110px;
  overflow: hidden;
  margin-right: 5px;
  display: inline-block;
  float: left;
  margin-top: 5px;
  filter: alpha(opacity=80);
  opacity: 0.9;
  transition: all 0.1s;
}
[_id="office-map"] #sidebar > ul > li > span,
[_id="office-map-house"] #sidebar > ul > li > span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
[_id="office-map"] #sidebar > ul > li > img,
[_id="office-map-house"] #sidebar > ul > li > img {
  width: 100%;
  margin: 0 auto;
}
[_id="office-map"] #sidebar > ul > li > img[w],
[_id="office-map-house"] #sidebar > ul > li > img[w] {
  height: 100%;
}
[_id="office-map"] #sidebar > ul > li:hover,
[_id="office-map-house"] #sidebar > ul > li:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
[_id="office-map"] #sidebar #page,
[_id="office-map-house"] #sidebar #page {
  clear: both;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
[_id="office-map"] #sidebar #page > .pagination,
[_id="office-map-house"] #sidebar #page > .pagination {
  margin: 10px 0;
}
[_id="office-map"] #sidebar > div:nth-of-type(2),
[_id="office-map-house"] #sidebar > div:nth-of-type(2) {
  width: 20px;
  height: 100px;
  position: absolute;
  left: -20px;
  top: 45%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
[_id="office-map"] #sidebar > div:nth-of-type(2) > span,
[_id="office-map-house"] #sidebar > div:nth-of-type(2) > span {
  display: inline-block;
  line-height: 100px;
  font-size: 20px;
}
[_id="office-map"] #sidebar.open,
[_id="office-map-house"] #sidebar.open {
  right: 0;
}
[_id="office-media"],
[_id="office-media-house"] {
  font-size: 12px;
}
[_id="office-media"] > div:nth-of-type(1),
[_id="office-media-house"] > div:nth-of-type(1) {
  margin-top: 15px;
}
[_id="office-media"] .box-body,
[_id="office-media-house"] .box-body {
  padding: 10px 20px;
}
[_id="office-media"] table,
[_id="office-media-house"] table {
  border: 1px solid #bbb !important;
  border-right: none;
  border-bottom: none;
}
[_id="office-media"] table th,
[_id="office-media-house"] table th {
  background-color: #ccc;
}
[_id="office-media"] table th,
[_id="office-media-house"] table th,
[_id="office-media"] table td,
[_id="office-media-house"] table td {
  text-align: center;
  border: 1px solid #bbb !important;
  border-top: none;
  border-left: none;
}
[_id="office-overview"],
[_id="office-overview-house"] {
  font-size: 12px;
}
[_id="office-overview"] > div:nth-of-type(1),
[_id="office-overview-house"] > div:nth-of-type(1) {
  margin-top: 15px;
}
[_id="office-overview"] .chart,
[_id="office-overview-house"] .chart {
  height: 300px;
}
#tpl2 .content-header {
  margin-bottom: 10px;
}
#tpl2 #office-detail {
  font-size: 12px;
}
#tpl2 #office-detail .box-header {
  padding: 0;
}
#tpl2 #office-detail .box-body {
  min-height: 530px;
}
#tpl2 #office-detail .nav .tabs > li {
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  cursor: pointer;
  font-size: 14px;
}
#tpl2 #office-detail .nav .tabs > li > span {
  margin-right: 5px;
}
#tpl2 #office-detail .nav .tabs > li.active {
  border-bottom: 2px solid #1aa6f7;
  color: #1aa6f7;
  box-shadow: 0 0 10px #ddd;
}
#tpl2 #office-detail div[type] {
  display: none;
}
#tpl2 #office-detail div[type].active {
  display: block;
}
#tpl2 #office-detail div[type="1"] > ul {
  margin: 10px 0;
}
#tpl2 #office-detail div[type="1"] > ul > li {
  line-height: 30px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#tpl2 #office-detail div[type="1"] > ul > li > span {
  width: 80px;
  font-weight: bold;
  display: inline-block;
}
#tpl2 #office-detail div[type="1"] > ul > li.p {
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
}
#tpl2 #office-detail div[type="1"] [info] {
  margin-top: 20px;
}
#tpl2 #office-detail div[type="1"] [info] h5 {
  font-size: 14px;
}
#tpl2 #office-detail div[type="1"] [info] > p {
  text-indent: 2em;
  line-height: 22px;
}
#tpl2 #office-detail div[type="1"] [imagelist] > div:nth-of-type(1) {
  max-height: 600px;
  overflow: hidden;
}
#tpl2 #office-detail div[type="1"] [imagelist] > div > img {
  width: 100%;
}
#tpl2 #office-detail div[type="1"] [imagelist] ul#gallery {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
#tpl2 #office-detail div[type="1"] [imagelist] ul#gallery li {
  width: 150px;
  max-height: 150px;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 10px;
}
#tpl2 #office-detail div[type="1"] [imagelist] ul#gallery li img {
  width: 100%;
}
#tpl2 #office-detail div[type="2"] .map,
#tpl2 #office-detail div[type="3"] .map {
  height: 530px;
}
#tpl2 #office-detail div[type="2"] .sidebox,
#tpl2 #office-detail div[type="3"] .sidebox {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 300px;
  background: #fff;
  z-index: 111;
  height: 500px;
}
#tpl2 #office-detail div[type="2"] .sidebox .nav-tabs-custom,
#tpl2 #office-detail div[type="3"] .sidebox .nav-tabs-custom {
  box-shadow: none;
}
#tpl2 #office-detail div[type="2"] .sidebox .nav-tabs-custom .nav > li > a,
#tpl2 #office-detail div[type="3"] .sidebox .nav-tabs-custom .nav > li > a {
  padding: 5px 8px;
}
#tpl2 #office-detail div[type="2"] .sidebox .nav-tabs-custom .tab-content,
#tpl2 #office-detail div[type="3"] .sidebox .nav-tabs-custom .tab-content {
  height: 460px;
  overflow-y: auto;
}
#tpl2 #office-detail div[type="2"] .sidebox .nav-tabs-custom .tab-content > div > div,
#tpl2 #office-detail div[type="3"] .sidebox .nav-tabs-custom .tab-content > div > div {
  cursor: pointer;
}
#tpl2 #office-detail div[type="2"] .sidebox .nav-tabs-custom .tab-content > div > div > span,
#tpl2 #office-detail div[type="3"] .sidebox .nav-tabs-custom .tab-content > div > div > span {
  display: inline-block;
  float: right;
  color: #888;
}
#tpl2 #office-detail div[type="2"] .sidebox .nav-tabs-custom .tab-content > div > div > span > span,
#tpl2 #office-detail div[type="3"] .sidebox .nav-tabs-custom .tab-content > div > div > span > span {
  margin-right: 5px;
}
#tpl2 #office-detail div[type="2"] .sidebox .nav-tabs-custom .tab-content > div > div > p,
#tpl2 #office-detail div[type="3"] .sidebox .nav-tabs-custom .tab-content > div > div > p {
  color: #999;
}
#tpl2 #office-detail div[type="4"]#office-detail-buildlist table td {
  text-align: center;
}
#tpl2 #office-detail table th {
  text-align: center;
}
#tpl2 #office-detail table td {
  text-align: left;
}
#tpl2 [id^="chart-"] {
  width: 100%;
  height: 300px;
}
#tpl2 [id^="chart-"] .tab-content {
  padding: 0;
  height: 266px;
}
#tpl2 [id^="chart-"] .tab-content > .tab-pane {
  display: block !important;
  background: #fff !important;
  position: absolute !important;
  z-index: 1;
}
#tpl2 [id^="chart-"] .tab-content > .active {
  z-index: 10;
}
#tpl2 [id^="chart-"] .nav-tabs-custom li.header {
  font-size: 14px;
  padding-left: 5px;
  line-height: 20px;
}
#tpl2 [id^="chart-"] .nav > li > a {
  padding: 5px 15px;
}
