* {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

html {
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*height: 100%;*/
  position: relative;
}

li {
  list-style: none;
}

.body-container {
  margin: 20px;
}

.btn-group {
  margin-bottom: 20px;
}

.f-l {
  display: block;
  float: left;
  margin-right: 5px;
}

.f-r {
  float: right;
}

.clear {
  clear: both;
}


/*子菜单间隔*/

.sidebar-menu .treeview-menu>li>a {
  padding: 8px 5px 5px 15px;
}

#myTab li div {
  position: absolute;
  top: -5px;
  right: -4px;
  z-index: 999;
}

#myTab li div img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}


/*列表样式*/

.freeze-part::after {
  content: '';
  clear: both;
  display: block;
}

.move-part {
  overflow-x: auto;
}

.table-title-item {
  float: left;
  border-top: 0;
  position: relative;
  border-left-width: 0;
  border-bottom-width: 2px;
  border: 1px solid #ddd;
  vertical-align: bottom;
  box-sizing: border-box;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #ddd;
  border-left: none;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.table-title>.table-title-item:first-child {
  border-left: 1px solid #ddd;
}


/*.clearfix::before {
    content: '';
    clear: both;
    display: block;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
}*/

.table-body .table-row:nth-child(2n+1) .table-td {
  background-color: #f9f9f9;
}

.table-body .table-row:nth-child(2n+2) {}

.table-body .table-row .table-td {
  min-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  border-left-width: 0;
  border-bottom-width: 0;
  border: 1px solid #ddd;
  padding: 8px 0px;
  line-height: 1.42857143;
  vertical-align: top;
  box-sizing: border-box;
  border-top: none;
  border-left: none;
  text-align: center;
}

.table-row>.table-td:first-child {
  border-left: 1px solid #ddd;
}

.table-td a {
  cursor: pointer;
  text-decoration: none;
}

.table-td .btn-xs {
  line-height: 1.2em;
}

.fr {
  float: right;
}

.page-vevide {
  float: left;
  width: 50%;
}

#example1_info {
  margin-top: 20px;
  height: 34px;
  line-height: 34px;
}


/*表单样式*/

.form-item {
  margin-bottom: 15px;
  clear: both;
}

.form-label {
  float: left;
  display: block;
  padding: 9px 10px;
  width: 80px;
  font-weight: 400;
  text-align: right;
}

.form-content {
  margin-left: 80px;
}

.allline-input {
  min-height: 36px;
  position: relative;
}

.halfline-input {
  float: left;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.search-input {
  float: left;
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.form-textarea {
  min-height: 100px;
  height: auto;
  padding: 6px 10px;
  resize: vertical;
  display: block;
  width: 100%;
  line-height: 20px;
  position: relative;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
}

.form-control li {
  list-style: none;
  float: left;
  padding: 0 10px;
  border: 1px solid #808080;
  margin-right: 10px;
  border-radius: 4px;
  position: relative;
}

.form-control li .close-btn {
  position: absolute;
  right: -8px;
  top: -10px;
}

.form-control li .close-btn img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.file-content {
  position: relative;
  margin-right: 80px;
}

.file-content .file-input {
  width: 100%;
  float: left;
}

.file-btn {
  cursor: pointer;
  margin-left: 10px;
  float: left;
  width: 70px;
  height: 34px;
  line-height: 34px;
  box-sizing: content-box;
  text-align: center;
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.progress {
  display: none;
  margin-top: 5px;
  height: 5px;
}


/*zTree*/

.ztree li span {
  font-size: 14px;
  line-height: 21px;
  margin-right: 2px;
}


/*ComWin*/

.search-div {
  margin-right: 10px;
  width: 260px;
  display: inline-block;
}

.search-btn {
  padding: 5px 12px;
}

.content-div {
  height: 350px;
  overflow-y: auto;
  border: 1px solid #e8e8e8;
  padding: 20px;
  border-radius: 3px;
}

.content-sdiv {
  height: 320px;
  /*overflow-y: auto;*/
  overflow-y: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}

.content-list {
  padding: 0 10px;
}

.content-item {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #808080;
  white-space: nowrap;
  overflow: hidden;
}

.content-item .check-input {
  position: relative;
  top: 2px;
}

body {
  background-color: #FFF;
  height: 100%;
  margin: 0;
}

.customer {
  position: relative;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border-bottom: 1px solid #F4F4F4;
  overflow: hidden;
}

.customer-info {
  float: left;
}

.customer-basic {
  float: right;
}

.customer-basic img {
  width: 10px;
  height: 15px;
  position: relative;
  top: 4px;
}

.customer-content {
  margin-right: 10px;
  color: #B1B1B1;
}

.service-inside {
  width: 94%;
  display: flex;
  /* margin: 0 auto; */
}

.reserve {
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 20px;
}

.reserve-inside {
  width: 92%;
  margin: 0 auto;
  background-color: #43A0FF;
  text-align: center;
  border-radius: 5px;
}

.reserve-title {
  color: #fff;
}

.askdate {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #F3F3F3;
}

.ask-inside {
  width: 92%;
  display: flex;
  /* margin: 0 auto; */
}

.ask-title {
  color: #ABABAB;
}

.askcontent {
  background-color: #fff;
  height: 145px;
  border-bottom: 8px solid #F3F3F3;
}

.askcontent-inside {
  width: 92%;
  margin: 0 auto;
  padding-top: 20px;
}

.ask-person {
  line-height: 20px;
}

.booking {
  height: 50px;
  background-color: #43A0FF;
}

.booking-search img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}

.booking-search {
  border-radius: 5px;
  height: 30px;
  background-color: #fff;
  float: left;
  width: 80%;
  margin: 10px 15px;
  text-align: center;
}

.add-person img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.search-content {
  border: none;
  outline: none;
  width: 10%;
}

.customer-inside {
  width: 96%;
  margin: 0 auto;
}

.customer-name {
  float: left;
  width: 19%;
  text-align: center;
}

.customer-sex {
  float: left;
  width: 10%;
  text-align: center;
}

.customer-phone {
  float: left;
  width: 23%;
  text-align: center;
}

.customer-time {
  float: left;
  width: 23%;
  text-align: center;
}

.name-true {
  color: #43A0FF;
}

.hengline {
  float: left;
  width: 1px;
  height: 30px;
  background-color: #F0F0F0;
  margin-top: 10px;
}

.customer-appoint {
  float: right;
  width: 22%;
  text-align: center;
}

.appoint-name {
  width: 80%;
  margin: 0 auto;
  height: 25px;
  border: 1px solid #43A0FF;
  line-height: 25px;
  margin-top: 12px;
  border-radius: 4px;
}

.booking-name {
  color: #43A0FF;
}

.surplus {
  /*height: 100px;*/
}

.mycustomer-content {
  height: 180px;
  background-color: #fff;
}

.mycustomer-inside {
  padding-top: 5px;
  width: 92%;
  margin: 0 auto;
}

.point {
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin-top: 6px;
}

.login-cust {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.mycustomer-login {
  padding-left: 15px;
}

.all-info {
  padding-top: 10px;
}

.ask-shu {
  width: 70%;
  border: none;
  outline: none;
  text-align: right;
}

.orderfoot {
  height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.orderfoot-left {
  width: 70%;
  float: left;
  line-height: 50px;
  background-color: #fff;
}

.orderfoot-right {
  width: 30%;
  float: right;
  line-height: 50px;
  background-color: #43A0FF;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.left-total {
  margin-left: 15px;
}

.mycustomer {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #F3F3F3;
}

.mycustomer-small {
  width: 3px;
  height: 16px;
  background-color: #4C9BEE;
  float: left;
  margin-top: 12px;
}

.commodity-inside {
  width: 92%;
  margin: 0 auto;
}

.baby-theme {
  height: 86px;
  background-color: #fff;
}

.baby-info::after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

.baby-inside {
  width: 92%;
  margin: 0 auto;
  padding-top: 15px;
}

.outpatient-detail {
  height: 40px;
  line-height: 40px;
}

.outpatient-inside {
  width: 92%;
  margin: 0 auto;
}

.outpatient-name {
  color: #9A9A9A;
  position: relative;
  top: 6px;
}

.foot {
  height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #EDE7E0;
}

.foot-model {
  text-align: center;
  width: 25%;
  float: left;
}

.model-picture {
  padding-top: 7px;
}

.model-picture img {
  width: 20px;
  height: 20px;
}

.foot-model.on {
  color: #CC9040;
}

.detail-character {
  position: relative;
  top: -2px;
}

.detail-character.on {
  color: #43A0FF;
}

.add-address {
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #43A0FF;
}

.customer-info img {
  width: 25px;
  height: 25px;
  position: relative;
  top: 8px;
}

.customer-title {
  margin-left: 10px;
}

.customer-back {
  float: right;
}

.customer-back img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}

.send {
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding-top: 20px;
}

.send-inside {
  width: 92%;
  margin: 0 auto;
  background-color: #43A0FF;
  border-radius: 5px;
  color: #fff;
}

.messagehead {
  height: 49px;
  line-height: 50px;
  border-bottom: 1px solid #E9E9E9;
}

.message-us {
  float: left;
  width: 25%;
  text-align: center;
}

.message-inside {
  width: 80%;
  margin: 0 auto;
}

.message-inside.on {
  color: #43A0FF;
  height: 49px;
  border-bottom: 1px solid #43A0FF;
}

.customer-name {
  width: 17%;
  max-width: 17%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-sex {
  width: 25%;
}

.customer-phone {
  /* width: 22%; */
  width: 25%;
}

.customer-time {
  width: 16%;
}

.customer-state {
  float: left;
  width: 24%;
  text-align: center;
}

.customer-frequency {
  float: left;
  width: 10%;
  text-align: center;
}

select {
  border: none !important;
  background-color: #fff !important;
  outline: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  /* width: 80%; */
  /* text-align: right; */
}

.center {
  margin: auto;
  padding: 15px;
  text-align: center;
}

.review-title {
  display: block;
  float: left;
  width: 25%;
}

.sex-true {
  float: left;
  width: 80%;
  height: 45px;
  line-height: 45px;
}

.selectdiv {
  width: 100%;
}

.sanjiaoxing {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid #8e8e8e;
  border-left: 8px solid transparent;
  transform: rotate(-90deg);
}
.input{
  text-align: right;
  width: 70%;
}
.myselect option{
  /* color:transparent ; */
}

/*图片上传样式*/
.common-camera {
  width: 100px;
  height: 150px;
  border: 1px solid #D9D9D9;
}

/* 多数据分页 */
.select-morePaging {
  position: relative;
}
/* .select-morePaging input {
  pointer-events: none;
} */
.select-morePaging_content {
  position: absolute;
  top: 30px;
  max-height: 300px;
  /* min-width: 100px; */
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(198,198,198,0.5);
  border: 1px solid #D6E6FF;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  border-radius: 4px;
  padding-bottom: 7px;
  /* padding: 7px 6px 0 3px; */
}
.select-morePaging .jiao {
  position:absolute;
  width: 10px;
  height: 10px;
  left: 9px;
  top: 31px;
  border-top: 1px solid #d6e6ff;
  border-left: 1px solid #d6e6ff;
  z-index: 9999;
  transform: rotate(45deg);
  color: #333 !important;
}
/* .select-morePaging_content::before {
  border-bottom: 7px solid rgba(0,0,0,.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 9px;
  top: -6px;
} */
.select-morePaging_item {
  width: 170px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 7px 3px 0 3px;
  text-align: center;

}
.select-morePaging_item:hover {
  padding: 3px 7px;
  /* 3875d7 */
  background-color:#1890ff !important;
  color: #fff !important;
  border-radius: 6px !important;
}
.select-morePaging_active {
  padding: 3px 7px;
  /* 3875d7 */
  background-color:#1890ff !important;
  color: #fff !important;
  border-radius: 6px !important;
}