/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 13px/1.5 "微软雅黑", arial, verdana, sans-serif;
  color: #333;
}
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q:before,
q:after {
  content: "";
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}
legend {
  color: #000;
}
small {
  font-size: 12px;
}
hr {
  border: none;
  height: 1px;
}
a {
  text-decoration: none;
}
a:linked {
  text-decoration: none;
}
.border-r {
  border-right: 1px solid #ddd;
}
.cle:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.p30 {
  padding: 30px;
}
.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}
.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.blr {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
body {
  overflow: hidden;
  width: 100%;
  ##height: 1080px;
  min-width: 900px;
  background: #f8f8f8;
  padding: 50px 0px 30px 220px;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}
.login-wrap {
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) 100% 100% no-repeat;
}
.top {
  width: 100%;
  height: 540px;
  position: relative;
}
.top img {
  width: 360px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
}
.land {
  width: 670px;
  height: 260px;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  margin: 0 auto;
  border-radius: 20px;
}
.username,
.password {
  width: 600px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 20px;
}
.icon-add {
  display: inline-block;
  width: 190px;
  height: 50px;
  padding-left: 125px;
  vertical-align: middle;
}
.icon-add:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}
input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  ##text-align: center;
  font-size: 1.4em;
  border-style: none;
  color: #6a6f77;
  -web-kit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  padding: 0 5px;
  text-decoration: none;
}
input[type="text"]:focus {
  border: 1px solid #ddd;
}
input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-style: none;
  font-size: 1.4em;
  color: #6a6f77;
  -web-kit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  padding: 0 5px;
  text-decoration: none;
}
input[type="password"]:focus {
  border: 1px solid #ddd;
}
.login,
.register {
  width: 250px;
  background: rgba(0, 0, 0, 0.3);
  height: 50px;
  float: left;
  border-radius: 20px;
  text-align: center;
  line-height: 50px;
}
.login a,
.register a {
  display: block;
  color: #fff;
  border-radius: 20px;
}
.register {
  float: right;
}
.modal-header {
  height: 50px;
  background: #01a9e8;
  color: #fff;
}
input.login-item {
  width: 145px;
  height: 25px;
  border: 1px solid #bbb;
  font-size: 14px;
  vertical-align: middle;
}
@media (min-width:1500px) {
	input.login-item {
	  width: 165px;
	  height: 25px;
	  border: 1px solid #bbb;
	  font-size: 14px;
	  vertical-align: middle;
	}
}
input.list-select-width {
  padding-right: 30px;
}
select {
  width: 145px;
  height: 25px;
  border: 1px solid #bbb;
  font-size: 14px;
  vertical-align: middle;
}
@media (min-width:1500px) {
	select {
	  width: 165px;
	  height: 25px;
	  border: 1px solid #bbb;
	  font-size: 14px;
	  vertical-align: middle;
	}
}
.error {
  color: red;
}
#header {
  width: 100%;
  height: 88px;
  background: #01a9e8;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
}
.logo {
  width: 220px;
  height: 100px;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.logo em {
  float: left;
  display: inline-block;
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin-right: 10px;
}
.logo em img {
  width: 100%;
}
.logo span {
  font-size: 24px;
  color: #fff;
}
#triangle-up {
  width: 0;
  height: 0;
  border-left: 110px solid transparent;
  border-right: 110px solid transparent;
  border-top: 30px solid #01a9e8;
  position: relative;
  z-index: 4;
  left: -220px;
  top: 38px;
}
#login-user {
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 14px;
  width: 360px;
  text-align: center;
}
#login-user a {
  max-width: 180px;
  overflow: hidden;
  height: 32px;
  color: #fff;
  padding: 0 16px;
  display: inline-block;
}
#login-user .login-name img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
}
#login-user img {
  margin-right: 10px;
}
#login-user i {
  float: left;
  height: 20px;
  border-left: 1px #fff solid;
  margin: 4px 0 0 -16px;
}
#main-navs {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: #143141;
  z-index: 2;
}
#main-navs > a {
  display: block;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #fff;
}
#main-navs > a:first-child {
  margin-top: 120px;
}
#main-navs span {
  display: block;
  border-bottom: 1px #324b48 solid;
  width: 220px;
  text-align: center;
  position: relative;
}
#main-navs i {
  float: right;
  margin: 24px 5px 0 0;
  width: 26px;
  height: 26px;
  background: url(../images/down.png) no-repeat;
}
#main-navs .i-up {
  background: url(../images/up.png) no-repeat;
}
/*#main-navs .i-down{
	background: url(../images/down.png) no-repeat;
}*/
.main-nav-item a {
  display: block;
  width: 220px;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-bottom: 1px #324b48 solid;
  background: #2e4f60;
}
.main-nav-item a.current {
  background: url(../images/current.png) no-repeat;
  position: relative;
  z-index: 4;
}
#main-wrap {
  border: 20px #f0f0f0 solid;
  height: 900px;
  position: relative;
  z-index: 5;
}
.row-cl {
  padding: 20px 10px 0 10px;
  margin-right: 10px;
}
.row-cl2 {
  padding: 20px 0px 0 0px;
}
input.month-item {
  width: 105px;
  height: 25px;
  border: 1px solid #bbb;
  font-size: 14px;
}
.add {
  margin-bottom: 10px;
  width: 130px;
  height: 30px;
  border: 1px solid #01a9e8;
  text-align: center;
  padding-right: 10px;
}
.add span:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
}
.add span:nth-child(1) {
  display: inline-block;
  height: 30px;
  margin: 0 5px;
}
.add i {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.button_ {
  display: inline-block;
  width: 60px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  vertical-align: middle;
}
.button_ a {
  display: block;
  color: #fff;
}
.find {
  background: #01a9e8;
}
.export {
  background: #00ac6d;
}
.inport {
  background: #c48f01;
}
.delete {
  background: #ff4445;
}
.doc {
  margin-right: 20px;
  color: #01a9e8;
  word-break: break-all;
}
table {
  text-align: center;
}
table th {
  background: #e8e8e8;
  text-align: center;
  height: 40px;
}
table td {
  height: 40px;
}
.row-cl1 {
  padding: 20px 0;
  margin: 0 10px;
  border-bottom: 1px solid #bbb;
}
#main-navs i {
  float: right;
  margin: 24px 5px 0 0;
  width: 26px;
  height: 26px;
  background: url(../images/down.png) no-repeat;
}
#main-navs .i-up {
  background: url(../images/up.png) no-repeat;
}
.contact i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/down1.png) no-repeat center center;
  margin-right: 10px;
}
.contact em {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/delete.png) no-repeat center center;
  margin-left: 10px;
}
.contact .i-up {
  background: url(../images/up1.png) no-repeat;
}
.contacts {
  margin: 0 0 10px 0;
}
@media (max-width: 2000px) {
  .modal-lg {
    width: 1200px;
  }
}
@media (max-width: 1366px) {
  .modal-lg {
    width: 1000px;
  }
  .modal-body {
    height: 500px;
    overflow: auto;
  }
}
.year td {
  width: 20%;
}
.month td {
  width: 16.6%;
}
.pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.pagination .now-page {
  width: 45px;
  height: 20px;
  border: 1px solid #bbb;
  font-size: 14px;
  text-align:center;
  padding:0;
}
.pagination .controls {
  position: relative;
  left: 20px;
}
.pagination .controls a {
  color: #666;
}
.pagination .disabled {
  color: #e5e5e5;
}
.pagination li {
  float: left;
  margin-left: 10px;
  height: 26px;
}
.pagination .numbers {
  width: 26px;
  height: 23px;
  text-align: center;
}
.pagination .active {
  border: 1px solid #b8dff6;
}
.retail-item a {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ddd;
  color: #a9a9a9;
  font-weight: 600;
}
a.retail-active {
  color: #01a9e8;
}
input.textarea-item {
  height: 75px;
}
._border {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  position: relative;
}
._position {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 40px;
  background: #f8f8f8;
  text-align: center;
  line-height: 40px;
  top: -40px;
  font-size: 14px;
}
._position2 {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  top: -40px;
  font-size: 14px;
}
.right-add {
  position: relative; 
  right: 5px;
}
.footer-wrap {
  width: 100%;
}
.modal-footer {
  text-align: center;
}
.cancel {
  margin-right: 30px;
  background-color: #eee;
}
.submit {
  background: #01a9e8;
}


.text-label-space{
	padding-right: 10px;
}
	
	
/* 开发人员写的样式暂时统一放这里，避免跟设计人员写的样式冲突 */
.layui-layer-title {
	height: 50px;
    line-height: 50px;
    background-color:#01a9e8;
    color: #fff;
}
.layui-layer-btn{
	text-align:center;
}
.layui-layer-btn .layui-layer-btn0{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid gray;
    padding:4px;
    vertical-align: middle;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid gray;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

label.error {
	padding-bottom: 0;
	background-position:0 3px;
}
label {
	margin-bottom: 0;
}
.red-text{
	vertical-align: middle;
	padding-left:2px;
	color:red;
}
	
