/*
透明度
*/
/*
计算宽度
*/
/*
计算高度
*/
/*
圆角弧度
*/
/*
导航栏按钮图标图片
*/
/*
首页图片
*/
/*
列表头图片
*/
.loadListHeaderImg {
  background-image: url("../img/listInfo.png");
}
.loadCheckboxImg {
  background: #ffffff url("../img/checkbox.png");
  -webkit-background-size: 170px 55px;
  background-size: 170px 55px;
}
* {
  margin: 0;
  padding: 0;
}
.textCenter {
  text-align: center;
}
/* line 9, ../../../themes/scss/include/_base.scss */
body {
  min-width: 300px;
  background-image: url("../img/background.png");
}
body #jqt {
  font-family: "黑体", "Avenir Next", Avenir;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}
body #jqt > .current {
  z-index: 10;
}
body #jqt > :not(.current):not(.in):not(.out) {
  display: none;
}
body #jqt .autoscroll:not(.animating3d) > *,
body #jqt .touchscroll:not(.animating3d) > * {
  height: 100%;
}
body #jqt .supports3d > * {
  -webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
}
body #jqt .touchscroll:not(.animating3d) .scroll {
  overflow-y: scroll;
}
body #jqt .autoscroll:not(.animating3d) .scroll,
body #jqt .touchscroll:not(.animating3d) .scroll {
  position: relative;
  -webkit-box-flex: 1;
  box-flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body #jqt .scroll {
  -webkit-margin-collapse: separate;
}
body #jqt > * {
  left: 0;
  top: 0;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-flex: 1;
  box-flex: 1;
}
body #jqt a {
  text-decoration: none;
  color: #ffffff;
}
body #jqt a.yellowColor {
  color: #fefd50;
}
body #jqt a.blueButton {
  background-color: #586ef6;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  text-align: center;
}
body #jqt a.redButton {
  background-color: #ff7374;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  text-align: center;
}
body #jqt a.greenButton {
  background-color: #5eba7f;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  text-align: center;
}
body #jqt a,
body #jqt input,
body #jqt button {
  outline: none;
}
body #jqt ::-moz-focus-inner {
  border: 0px;
}
body #jqt .button {
  position: absolute;
  overflow: hidden;
  width: auto;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  margin: 0;
  padding: 0 10px;
  color: #e2e3e3;
  text-shadow: #000000 0 -1px 0;
}
body #jqt .current {
  background-image: url("../img/background.png");
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 100%;
}
body #jqt .current .toolbar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
  padding: 10px;
  height: 44px;
  margin-bottom: 20px;
}
body #jqt .current .toolbar > h1 {
  position: absolute;
  overflow: hidden;
  left: 50%;
  bottom: 9px;
  margin: 1px 0 0 -75px;
  width: 150px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fefd50;
}
body #jqt .current .toolbar a.button {
  right: 10px;
  font-size: 15px;
  color: #00eaff;
}
body #jqt .current .toolbar a.button.loginOut,
body #jqt .current .toolbar a.button.back,
body #jqt .current .toolbar a.button.cancel {
  right: auto;
}
body #jqt .current .toolbar a.button.img {
  width: 40px;
  height: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
body #jqt .current .toolbar a.button.loginOut {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../img/toolbar_btn.png");
  -webkit-background-size: 300px 60px;
  background-size: 400px 60px;
  background-position: 0px;
}
body #jqt .current .toolbar a.button.key {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../img/toolbar_btn.png");
  -webkit-background-size: 300px 60px;
  background-size: 400px 60px;
  background-position: -95px;
}
body #jqt .current .toolbar a.button.back,
body #jqt .current .toolbar a.button.cancel {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../img/toolbar_btn.png");
  -webkit-background-size: 300px 60px;
  background-size: 400px 60px;
  background-position: -190px;
}
body #jqt .current .toolbar a.button.people {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../img/toolbar_btn.png");
  -webkit-background-size: 300px 60px;
  background-size: 400px 60px;
  background-position: -285px;
}
body #jqt .current .scrollDiv {
  position: relative;
  height: 60%;
  /*写给不支持calc()的浏览器*/
  height: -moz-calc(100% - 108px);
  height: -webkit-calc(100% - 108px);
  height: calc(100% - 108px);
}
body #jqt .current .contentDiv {
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
body #jqt .current .scroll.home {
  text-align: center;
  height: 100%;
}
body #jqt .current .scroll h1,
body #jqt .current .scroll h2 {
  font: bold 18px "Avenir Next", "Avenir";
  margin: 10px 20px 6px;
  color: #ffffff;
  text-shadow: #3c3d3e 0 -1px 0;
}
body #jqt .current .scroll div.individual {
  clear: both;
  overflow: hidden;
}
body #jqt .current .scroll div.individual a {
  width: 38%;
  /*写给不支持calc()的浏览器*/
  width: -moz-calc(50% - 40px);
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  display: block;
}
body #jqt .current .scroll div.individual a:nth-child(odd) {
  float: left;
}
body #jqt .current .scroll div.individual a:nth-child(even) {
  float: right;
}
body #jqt .current .scroll ul {
  margin: 5px 10px 10px;
  white-space: nowrap;
}
body #jqt .current .scroll ul.individual {
  clear: both;
  overflow: hidden;
}
body #jqt .current .scroll ul.individual li {
  text-align: center;
  box-sizing: border-box;
  width: 48%;
}
body #jqt .current .scroll ul.individual li:nth-child(odd) {
  margin: 0px;
  float: left;
}
body #jqt .current .scroll ul.individual li:nth-child(even) {
  margin: 0px;
  float: right;
}
body #jqt .current .scroll ul.individual.threeLiLine li {
  width: 33.3%;
  float: left;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  padding-bottom: 9px;
}
body #jqt .current .scroll ul.individual.threeLiLine li a:active {
  color: #fefd50;
}
body #jqt .current .scroll ul.individual.threeLiLine li a:hover {
  color: #fefd50;
}
body #jqt .current .scroll ul.individual.threeLiLine li:active,
body #jqt .current .scroll ul.individual.threeLiLine li:hover {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #fefd50;
  padding-bottom: 6px;
}
body #jqt .current .scroll ul.meuns {
  width: 100%;
  height: 23%;
  height: calc((100% - 144px)/4);
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 1%;
  padding-top: 1%;
}
body #jqt .current .scroll ul.meuns li {
  display: inline-block;
  list-style-type: none;
  background: none;
  height: 100%;
  width: 30%;
}
body #jqt .current .scroll ul.meuns li:nth-child(odd) {
  margin-right: 2%;
}
body #jqt .current .scroll ul.meuns li:nth-child(even) {
  margin-left: 2%;
}
body #jqt .current .scroll ul.meuns li .menu {
  height: 100%;
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 0;
  position: relative;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -o-border-radius: 55px;
  border-radius: 55px;
}
body #jqt .current .scroll ul.meuns li .menu.peopleInfo {
  background-color: #586ef6;
  background-image: url("../img/peopleInfo.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
body #jqt .current .scroll ul.meuns li .menu.doorInfo {
  background-color: #5eba7f;
  background-image: url("../img/doorInfo.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
body #jqt .current .scroll ul.meuns li .menu.peopleRec {
  background-color: #ff7374;
  background-image: url("../img/peopleRec.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
body #jqt .current .scroll ul.meuns li .menu.doorRec {
  background-color: #b366f2;
  background-image: url("../img/doorRec.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
body #jqt .current .scroll ul.meuns li .menu.applyAuth {
  background-color: #31abd8;
  background-image: url("../img/applyAuth.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
body #jqt .current .scroll ul.meuns li .menu.managePeople {
  background-color: #e5b26a;
  background-image: url("../img/managePeople.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
body #jqt .current .scroll ul.meuns li .menu.addClaim {
  background-color: #4fc255;
  background-image: url("../img/addClaim.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
body #jqt .current .scroll ul.meuns li .menu.canOpenDoor {
  background-color: #6379ff;
  background-image: url("../img/canOpenDoor.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
body #jqt .current .scroll ul.meuns li .menu span {
  display: block;
  font-size: 2vmax;
  width: 100%;
  height: 30px;
  bottom: 0px;
  padding: 0px;
  margin: 0px;
  position: absolute;
}
body #jqt .current .scroll ul li {
  list-style: none;
  display: list-item;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 5px;
  position: relative;
}
body #jqt .current .scroll ul li:first-child {
  margin-top: 20px;
}
body #jqt .current .scroll ul li small {
  color: #ffffff;
  font: 16px "Avenir Next", Avenir;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 23%;
  position: relative;
  z-index: 20;
  float: right;
  line-height: 16px;
  padding: 2px 8px 4px;
}
body #jqt .current .scroll ul li.listBtn:hover {
  background-color: #ff0000;
}
body #jqt .current .scroll ul li.listBtn span {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
}
body #jqt .current .scroll ul li.listBtn span a .people,
body #jqt .current .scroll ul li.listBtn span a .adminName {
  margin-top: -10px;
}
body #jqt .current .scroll ul li.listBtn span a.del {
  margin-top: -15px;
  padding-bottom: 9px;
}
body #jqt .current .scroll ul li.listBtn span a.yellowColor {
  color: #fefd50;
}
body #jqt .current .scroll ul li.listBtn span a.font {
  padding-top: 7px;
}
body #jqt .current .scroll ul li.listBtn span a.item2Btn {
  margin-top: -60px;
  padding-top: 10px;
}
body #jqt .current .scroll ul li.listBtn span a.item2Btn.del_box {
  top: 18px;
}
body #jqt .current .scroll ul li.listBtn span a:hover {
  background-color: #df4141;
  color: #FFFFFF;
}
body #jqt .current .scroll ul li.listBtn span a.agree_box {
  float: right;
  margin-top: -30px;
  color: #00eaff;
}
body #jqt .current .scroll ul li.listBtn span div.item {
  margin-left: 20px;
  margin-bottom: 5px;
}
body #jqt .current .scroll ul li.listBtn span div.item span.bgImg {
  margin-left: -20px;
  margin-top: -1px;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  position: absolute;
}
body #jqt .current .scroll ul li.listBtn span div.item span.bgImg.header {
  background-image: url("../img/listInfo.png");
  -webkit-background-size: 700px 70px;
  background-size: 700px 70px;
  background-position: -637px -24px;
}
body #jqt .current .scroll ul li.listBtn span div.item span.bgImg.tel {
  background-image: url("../img/listInfo.png");
  -webkit-background-size: 700px 70px;
  background-size: 700px 70px;
  background-position: -569px -24px;
}
body #jqt .current .scroll ul li.listBtn span div.item a.inner {
  padding: 0;
  padding-left: 10px;
}
body #jqt .current .scroll ul li.listBtn span div.item:hover {
  background-color: #df4141;
  width: 150px;
  display: block;
  z-index: 9999;
}
body #jqt .current .scroll ul li.listBtn span label div {
  margin-left: 30px;
}
body #jqt .current .scroll ul li.listBtn span label div:first-child {
  color: #fefd50;
}
body #jqt .current .scroll ul li.listBtn span label input {
  width: auto;
  float: left;
}
body #jqt .current .scroll ul li.listBtn span label input[type="checkbox"] {
  margin-top: -5px;
  -webkit-appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff url("../img/checkbox.png");
  -webkit-background-size: 170px 55px;
  background-size: 170px 55px;
  background-position: -127px -18px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
body #jqt .current .scroll ul li.listBtn span label input[type="checkbox"]:checked {
  background: #ffffff url("../img/checkbox.png");
  -webkit-background-size: 170px 55px;
  background-size: 170px 55px;
  background-position: -31px -18px;
}
body #jqt .current .scroll ul li.listBtn span label input[type="checkbox"]:focus,
body #jqt .current .scroll ul li.listBtn span label input[type="checkbox"]:hover {
  outline: none;
}
body #jqt .current .scroll ul li.listBtn a.font {
  width: auto;
  color: #00eaff;
  border-bottom-width: 2px;
  padding-bottom: 15px;
  margin-right: 10px;
  padding-top: 5px;
  font-size: 15px;
  position: relative;
  float: right;
}
body #jqt .current .scroll ul li a {
  display: block;
  padding: 10px;
}
body #jqt .current .scroll ul li a span {
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin-top: -10px;
  margin-right: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
body #jqt .current .scroll ul li a span.people {
  background-image: url("../img/listInfo.png");
  background-color: #ff7374;
  -webkit-background-size: 700px 70px;
  background-size: 700px 60px;
  background-position: -17px -10px;
}
body #jqt .current .scroll ul li a span.lock {
  background-image: url("../img/listInfo.png");
  background-color: #ff7374;
  -webkit-background-size: 700px 70px;
  background-size: 700px 60px;
  background-position: -84.5px -10px;
}
body #jqt .current .scroll ul li a span.clock {
  background-image: url("../img/listInfo.png");
  background-color: #ff8a43;
  -webkit-background-size: 700px 70px;
  background-size: 700px 60px;
  background-position: -219.5px -10px;
}
body #jqt .current .scroll ul li a span.phone {
  background-image: url("../img/listInfo.png");
  background-color: #ff6fce;
  -webkit-background-size: 700px 70px;
  background-size: 700px 60px;
  background-position: -354.5px -10px;
}
body #jqt .current .scroll ul li a span.name {
  background-image: url("../img/listInfo.png");
  background-color: #5265e0;
  -webkit-background-size: 700px 70px;
  background-size: 700px 60px;
  background-position: -422px -10px;
}
body #jqt .current .scroll ul li a span.allot {
  background-image: url("../img/listInfo.png");
  background-color: #1aba54;
  -webkit-background-size: 700px 70px;
  background-size: 700px 60px;
  background-position: -287px -10px;
}
body #jqt .current .scroll ul li a span.adminName {
  background-image: url("../img/listInfo.png");
  background-color: #1aba54;
  -webkit-background-size: 700px 70px;
  background-size: 700px 60px;
  background-position: -489.5px -10px;
  background-color: transparent;
}
body #jqt .current .scroll ul li a.find {
  height: 10px;
  width: 10px;
  background-image: url("../img/btn_find.png");
  background-size: 30px 30px;
  position: absolute;
  right: 0;
  top: 5px;
  margin-right: 10px;
}
body #jqt .current .scroll ul li a.edit {
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 3px;
  color: #8297d7;
  margin-right: 20px;
}
body #jqt .current .scroll ul li input {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  font-size: 17px;
  width: 100%;
  color: #ffffff;
}
body #jqt .current .scroll ul li input.right {
  width: auto;
}
body #jqt .current .scroll ul li input.input {
  width: 90%;
  /*写给不支持calc()的浏览器*/
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
body #jqt .current .scroll ul li input.find,
body #jqt .current .scroll ul li input.edit {
  width: 90%;
  /*写给不支持calc()的浏览器*/
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
body #jqt .current .scroll ul li input.bgEdit {
  background-size: 20px;
  background-image: url("../img/bgImgEdit.png");
  background-attachment: scroll;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
body #jqt .current .scroll ul li input.whitePlaceholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  text-align: left;
  color: #ffffff;
}
body #jqt .current .scroll ul li input.whitePlaceholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-align: left;
  color: #ffffff;
  opacity: 1;
}
body #jqt .current .scroll ul li input.whitePlaceholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-align: left;
  color: #ffffff;
  opacity: 1;
}
body #jqt .current .scroll ul li input.whitePlaceholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: left;
  color: #ffffff;
}
body #jqt .current .scroll ul li input.whitePlaceholder:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  text-align: left;
  color: #8297d7;
}
body #jqt .current .scroll ul li input.bluePlaceholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  text-align: left;
  color: #8297d7;
}
body #jqt .current .scroll ul li input.bluePlaceholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-align: left;
  color: #8297d7;
  opacity: 1;
}
body #jqt .current .scroll ul li input.bluePlaceholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-align: left;
  color: #8297d7;
  opacity: 1;
}
body #jqt .current .scroll ul li input.bluePlaceholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: left;
  color: #8297d7;
}
body #jqt .current .scroll ul li input.bluePlaceholder:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  text-align: left;
  color: #8297d7;
}
body #jqt .current .scroll ul li.arrow:after,
body #jqt .current .scroll ul li.forward:after,
body #jqt .current .scroll ul li .base-chevron {
  content: '›';
  width: 22px;
  height: 100%;
  vertical-align: middle;
  font-size: 30px;
  color: #ffffff;
  line-height: 53px;
  font-weight: 700;
  filter: alpha(opacity=40);
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 13px;
  pointer-events: none;
  z-index: 10;
}
body #jqt .current .scroll .mapDiv {
  width: 100%;
  height: 100%;
  position: absolute;
}
#jqt > *:not(.current):not(.in):not(.out) {
  display: none;
}
#jqt.touchscroll:not(.animating3d) > *,
#jqt.autoscroll:not(.animating3d) > * {
  height: 100%;
}
#jqt.supports3d > * {
  -webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
}
