body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
select,
section {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
}
a,
img {
  border: 0;
  vertical-align: top;
  text-decoration: none;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
body {
  font: 12px/1.5 'Microsoft YaHei', Arial, Helvetica;
}
.tn-c {
  text-align: center !important;
}
.tn-l {
  text-align: left !important;
}
.tn-r {
  text-align: right !important;
}
.color-red {
  color: #e60012;
}
.color-green {
  color: #22ac38;
}
.ft-bd {
  font-weight: bold;
}
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */

}
.fn-left {
  float: left;
}
.fn-right {
  float: right;
}
.fn-hide {
  display: none;
}
.prl-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}
.ml-40 {
  margin-left: 40px;
}
.mr-15 {
  margin-right: 15px;
}
table th {
  line-height: 24px;
  background: #f8f8f8;
}
table.tab-bd {
  border: 1px solid #eee;
}
table.tab-bd td {
  border: 1px solid #eee;
}
table.tab-fixed {
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
}
input {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 5px;
  outline: none;
  padding: 0 15px;
  margin-bottom: 20px;
}
input:focus {
  border-color: #deb880;
}
.wth-main {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.wrap-header .header-logo {
  height: 100%;
}
.wrap-header .header-logo .wth-main {
  margin: 30px auto;
}
.wrap-header .header-nav {
  height: 50px;
  background: #deb880;
}

.wrap-header .header-nav .nav-list {
  height: 50px;
  line-height: 50px;
  padding-left: 200px;
  background: url(../images/icon-logo2.png) no-repeat left center;
  position: relative;
}
.wrap-header .header-nav .nav-list li .hospitalname{
  position: absolute;
  font: 16px/50px 'Microsoft YaHei';
  font-weight: bold;
  right: 70px;
  top: 0px;
  width: 200px;
  color: #fff;
}

.wrap-header .header-nav .nav-list li {
  float: left;
  margin-right: 55px;
}
.wrap-header .header-nav .nav-list li a {
  display: block;
  padding: 0 20px;
  font: 16px/50px 'Microsoft YaHei';
  color: #fff;
}
.wrap-header .header-nav .nav-list li a:hover {
  text-decoration: none;
}
.wrap-header .header-nav .nav-list li:hover,
.wrap-header .header-nav .nav-list li.active {
  background: #eec88f;
}
.wrap-container {
  padding: 40px 0 100px;
}
.wrap-container .wrap-left {
  width: 140px;
  float: left;
}
.wrap-container .wrap-left .btn.btn-lg {
  min-width: 105px;
  margin-bottom: 45px;
}
.wrap-container .wrap-left .nav-side li.current a,
.wrap-container .wrap-left .nav-side li:hover a {
  color: #deb880;
}
.wrap-container .wrap-left .nav-side li.current a:after,
.wrap-container .wrap-left .nav-side li:hover a:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8px;
  height: 8px;
  margin-left: 7px;
  background: url(../images/icon-arrow.png) no-repeat center top;
}
.wrap-container .wrap-left .nav-side li a {
  display: block;
  margin-bottom: 24px;
  font: 16px/2 'MicroSoft YaHei';
  color: #2b2b2b;
}
.wrap-container .wrap-right {
  width: 960px;
  float: right;
}
.btn {
  min-width: 85px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  background: #deb880;
  color: #fff;
  border: 1px solid #cfa972;
}
.btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  color: #fff;
}
.btn:focus {
  color: #fff;
}
.btn.btn-white {
  border-color: #c9c9c9;
  background: #fff;
  color: #2b2b2b;
}
.btn.btn-white:hover {
  background: #f6f6f6;
}
.btn.btn-lg {
  min-width: 150px;
  height: 45px;
  line-height: 45px;
}
a.btn-link {
  font-size: 14px;
  color: #deb880;
  text-decoration: underline;
}
a.btn-link:hover {
  color: #deb880;
  opacity: .8;
  filter: alpha(opacity=80);
}
.page-list {
  padding-top: 30px;
}
.page-list .btn {
  width: 150px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  background: #f5f5f5;
  color: #2b2b2b;
  border: 1px solid #c9c9c9;
}
.page-list .btn:hover {
  color: #2b2b2b;
}
.page-list a {
  color: #2b2b2b;
}
.page-list a:hover,
.page-list a.current {
  color: #eb6100;
}
.page-list li {
  float: left;
  padding-left: 10px;
  line-height: 45px;
}
.ui-radio {
  position: relative;
  margin: 0 80px 0 0;
  cursor: pointer;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
}
.ui-radio input {
  display: none;
}
.ui-radio i {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 4px 0 0 0;
}
.ui-radio input + i {
  background: url(../images/icon-form.png) no-repeat 0 -50px;
}
.ui-radio input:checked + i {
  background: url(../images/icon-form.png) no-repeat 0 0;
}
.ui-checkbox {
  position: relative;
  margin: 0 80px 0 0;
  cursor: pointer;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
}
.ui-checkbox input {
  display: none;
}
.ui-checkbox i {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 6px 0 0 0;
}
.ui-checkbox input + i {
  background: url(../images/icon-form.png) no-repeat 0 -150px;
}
.ui-checkbox input:checked + i {
  background: url(../images/icon-form.png) no-repeat 0 -100px;
}
/* date-timepicker */
.ui-datepicker .ui-timepicker-div dl dt {
  color: #999;
  font-weight: normal;
}
.ui-datepicker .ui_tpicker_time_input {
  height: 18px;
  line-height: 18px;
  margin-bottom: 0 !important;
  border: 0 !important;
}
.ui-datepicker .ui-timepicker-div dl dd {
  margin: 0 10px 10px 50px;
}
.ui-datepicker .ui-timepicker-div dl dd.ui_tpicker_hour,
.ui-datepicker .ui-timepicker-div dl dd.ui_tpicker_minute,
.ui-datepicker .ui-timepicker-div dl dd.ui_tpicker_second {
  padding-top: 4px;
}
/* modal */
.modal .modal-title {
  text-align: center;
}
.modal .modal-body p.modal-text {
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
}
.modal .modal-footer {
  text-align: center;
}
.modal.modal-shelves-edit select {
  height: 32px;
  line-height: 32px;
  margin: 25px 0 0 43px;
  min-width: 180px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
.modal.modal-shelves-edit select:focus {
  border-color: #deb880;
}
.wrap-shop-nav .nav-box {
  border: 1px solid #eee;
  width: 427px;
  padding: 15px;
  float: left;
  margin: 10px;
}
.wrap-shop-nav .nav-box h5 {
  position: relative;
  padding-bottom: 5px;
  font-size: 18px;
  color: #ec6941;
  padding-top: 10px;
}
.wrap-shop-nav .nav-box h5 span {
  height: 36px;
  width: 36px;
  color: #fff;
  background: #dbdbdb;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 20px;
}
.wrap-shop-nav .nav-box .shopnav-item-title {
  float: left;
  width: 60%;
  font-size: 14px;
}
.wrap-shop-nav .nav-box .shopnav-item-link {
  float: right;
  width: 40%;
  text-align: right;
  font-size: 12px;
}
.wrap-shop-nav .nav-box .shopnav-item-link a {
  color: #b9b9b9;
}
.wrap-shop-nav .nav-box .shopnav-item-link a.a2 {
  margin-left: 56px;
}
.wrap-shop-nav .nav-box .shopnav-item {
  position: relative;
  height: 45px;
  line-height: 25px;
  background-color: #F8F8F8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 13px;
  margin: 10px 0;
  zoom: 1;
}
.wrap-shop-nav .nav-box .add-shopnav {
  height: 45px;
  line-height: 45px;
  padding: 0 13px;
  margin: 10px 0 0 0;
  border: 1px dashed #ccc;
  background: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 12px;
}
.wrap-shop-nav .nav-box .add-shopnav .fl {
  float: left;
}
.wrap-shop-nav .nav-box .add-shopnav .fr {
  float: right;
  color: #b9b9b9;
}
.wrap-shop-nav .modal-body {
  padding-top: 30px;
}
.wrap-shop-nav .modal-body input:focus {
  border-color: #deb880;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(222, 184, 128, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(222, 184, 128, 0.6);
}
.wrap-shop-nav .modal-body .text-center {
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
}
.wrap-shop-nav .modal-footer .btn:hover {
  background: #deb880;
  border: 1px solid #cfa972;
}
