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-deposit .hd {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.wrap-shop-deposit .hd .nav-tabs {
  border-bottom: 0;
}
.wrap-shop-deposit .hd .nav-tabs li {
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.wrap-shop-deposit .hd .nav-tabs li a {
  border-radius: 0;
  margin-right: 0;
  color: #2b2b2b;
  padding: 10px 20px;
}
.wrap-shop-deposit .hd .nav-tabs li a:hover {
  background: #fbf6ed;
}
.wrap-shop-deposit .hd .nav-tabs .active > a {
  border: 0;
  background: #fbf6ed;
  color: #deb880;
}
.wrap-shop-deposit .tab-cn {
  padding-top: 20px;
}
.wrap-shop-deposit .tab-cn .tips {
  height: 138px;
  background: #f9efe4;
  padding: 53px 66px 0 28px;
}
.wrap-shop-deposit .tab-cn .tips span {
  display: inline-block;
  font-size: 16px;
}
.wrap-shop-deposit .tab-cn .tips span strong {
  font-size: 20px;
  color: #ec6941;
  font-weight: normal;
}
.wrap-shop-deposit .tab-cn .tips .left {
  width: 70%;
}
.wrap-shop-deposit .tab-cn .tips .right {
  width: 30%;
  text-align: right;
}
.wrap-shop-deposit .tab-cn .tips .right .a {
  display: inline-block;
  width: 105px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #d1ad78;
  background: #deb880;
  text-align: center;
  line-height: 30px;
}
.wrap-shop-deposit .tab-cn .tips .right .a:hover {
  background: #d1ad78;
}
.wrap-shop-deposit .tab-cn .t-tips {
  padding-left: 25px;
  padding-bottom: 11px;
  background: #f8f8f8;
  padding-top: 24px;
}
.wrap-shop-deposit .tab-cn .t-tips .form-group {
  display: block;
  margin-bottom: 15px;
}
.wrap-shop-deposit .tab-cn .t-tips .form-group input {
  width: 179px;
}
.wrap-shop-deposit .tab-cn .t-tips .form-group 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-deposit .tab-cn .t-tips .form-group2 input {
  width: 377px;
}
.wrap-shop-deposit .tab-cn .t-tips .form-group2 a {
  display: inline-block;
  width: 82px;
  height: 32px;
  background: #deb880;
  border: 1px solid #cfa972;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 10px;
}
.wrap-shop-deposit .tab-cn .t-tips .form-group2 a:hover {
  background: #cfa972;
}
.wrap-shop-deposit .tab-cn .t-tips label {
  font-weight: normal;
}
.wrap-shop-deposit .tab-cn .t-tips input {
  margin-bottom: 0;
}
.wrap-shop-deposit .tab-cn .t-tips .date-quick-pick {
  display: inline-block;
  color: #deb880;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  padding: 2px 4px;
  border: 1px solid transparent;
  margin-left: 8px;
  border-radius: 4px;
}
.wrap-shop-deposit .table-warp {
  margin-top: 20px;
}
.wrap-shop-deposit .table-warp table {
  border: 1px solid #eee;
  border-bottom: 0;
}
.wrap-shop-deposit .table-warp th {
  font-size: 16px;
  height: 50px;
  background: #f8f8f8;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
.wrap-shop-deposit .table-warp th span {
  margin-left: 12px;
  padding-left: 10px;
  border-left: 3px solid #ec6941;
}
.wrap-shop-deposit .table-warp .left {
  text-align: left;
}
.wrap-shop-deposit .table-warp .gray {
  color: #adacac;
}
.wrap-shop-deposit .table-warp .org {
  color: #ec6941;
  font-size: 18px;
}
.wrap-shop-deposit .table-warp .green {
  color: #8fc31f;
  font-size: 18px;
}
.wrap-shop-deposit .table-warp td {
  height: 50px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.wrap-shop-deposit .table-warp td .number {
  padding-left: 15px;
}

.form-group {
  font-size: 16px;
  color:#2b2b2b;
}
.form-horizontal {
  margin: 0 auto;
  width: 822px;
}
.form-group input {
  height: 38px;
}
.form-horizontal {
  margin-top: 140px;
}
.forget_word {
  float: right;
  padding-right: 285px;
  display: block;
  font-size: 14px;
  color: #9f9f9f;
  text-decoration: underline;
}
.form-group button {
  height: 40px;
  font-size: 16px;
}
.select_yiguan {
  border: 0;
  color: #fff;
  font-size: 16px;
}
.dropdown-toggle {
  border: 0;
  font-size: 16px;
}
.dropdown-toggle:hover {
  background: none;
}
.time_sec {
  background: #8fc31f;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.get_code {
  height: 32px;
  width: 100px;
  font-size: 14px;
  color: #fff;
  border: none;
  line-height:32px;
  position: absolute;
  right: 20px;
  top: 3px;
}
.show_group {
  z-index: 999;
}
.dropdown-menu {
  border: 1px solid #000;
  background: #deb880;
}
.dropdown-menu li a {
  font-size: 16px;
  color: #ccc;
}
