﻿@charset "utf-8";
*{font-size:12px;margin:0;padding:0;border:0;}
body{font-family:'微软雅黑';  margin:0px 0px 0px 0px;min-width:940px; padding: 0px;
    line-height: 35px;}

table{border-collapse:collapse;border-spacing: 0;}


ul{
	    list-style-type: none;
}
.tablelist{border:solid 1px #cbcbcb; width:100%; clear:both;}
.tablelist th{background-color: rgba(234, 239, 245, 0.81); height:34px; line-height:34px; border-bottom:solid 1px #b6cad2; text-indent:11px; text-align:left;}
.tablelist td{line-height:35px; text-indent:11px; border-right: dotted 1px #c7c7c7;}
.tablelist tbody td a{padding: 5px 5px 5px 5px;
    background: #8E8E8E;
    color: #FEFEFE;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;}
.tablelink{color:#056dae;}
.tablelist tbody tr.odd{background:#f5f8fa;}
.tablelist tbody tr:hover{background:#e5ebee;}
.sort{padding-left:3px;}
.searchview{
	padding-left: 43px;
    padding-top: 10px;
    font-family: 微软雅黑;	
}
.searchselect,.searchinput{    border: 1px solid #BABABA;
    width: 140px;
    height: 28px !important;}
.searchtext{    padding-left: 10px;font-weight: bold;padding-right: 5px;}
.seachbt,.seachbt1{ width:60px; background: #8F8F8F;border-radius: 4px;color: #FEFEFE;height: 25px;margin-bottom: 10px;margin-left: 10px;  }
.seachbt1{width: 100px;}
.inputview,.inputview1{ padding:20px 20px 10px 20px;}
.inputview1{padding-top: 10px;}
.inputtext,.inputtextarea{   font-weight: bold;display: inline-block;    width: 80px;    padding-left: 10px;}
.inputtextarea{    position: absolute;}
.inputarea,.inputarea1{
	 width: 385px; height: 68px ;  border: 1px solid #BABABA;    margin-left: 95px;margin-top: -28px;
}
.inputarea1{margin-left: 0;margin-top: 0;}
.inputselect,.inputinput,.inputonly,.inputdate{     border: 1px solid #BABABA;
    width: 140px;
    height: 28px !important;
    display: inline-block;
    vertical-align: middle;}
    .inputselect_long{
     width: 180px;
    }
 .inputdate{ width: 120px !important;
 }
  .inputonly{
    text-align: center;
    height: 23px !important;
            padding-bottom: 5px;background-color: #f7f1f1;}
 .inputspan,.inputspan1{height: 40px;
    display: inherit}
  .inputspans{height: 30px;
    display: inherit}
 .inputspan1{  height: 90px;}
 .inputspan2{  height: 90px;    position: relative;
    top: -15px;}
 .inputspan3{  height: 90px;    position: relative;
    top: -30px;}
 .inputbtpanel{width: 100%;padding: 20px;text-align: center;    padding: 0 0 0 0;
 				}
 .laydate-icon{width: 130px;}
 
 .printtitle{
 display:none !important;}
 
 
 
 .tran3 {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tran5 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	background: url(../img/main.png) no-repeat center;
	background-size: cover;
}

.bg::before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	/*background: url(../img/loginbg3.png) no-repeat center;*/
	background-size: cover;
}

.bg:after {
	display: inline-block;
	width: 0px;
	height: 100%;
	content: "";
	vertical-align: middle
}

.logo {
	width: 300px;
	text-align: center;
}

.logo img {
	position: relative;
}

.bg .logo p {
	position: relative;
	top: 0px;
	left: 0;
	margin: 0;
	color: #fff;
	font-size: 30px;
	padding: 10px 0 35px 0;
}

.login_box {
	position: relative;
	top: -30px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-family: "寰蒋闆呴粦";
	z-index: 10;
}



.tab-title,
.tab-content {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tab-title {
	text-align: center;
	margin-bottom: 16px;
}

.tab-title li {
	color: #ccc;
	display: inline-block;
	padding: 6px 10px;
	margin: 0 12px;
	font-size: 18px;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}

.tab-title li:hover,
.tab-title li.active {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

.tab-content li {
	width: 300px;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	/*padding: 20px;*/
	/*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);*/
	/*border-radius: 4px;*/
	display: none;
}

.tab-content li:first-child {
	display: block;
}



.form-group {
	margin-bottom: 16px;
}

.form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 24px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-sizing: border-box;
}

.code-input {
	width: 100%;
	position: absolute;
}

.code-img {
	position: relative;
	top: 2px;
	right: 10px;
	/*width: 30%;
	text-align: right;*/
}

.code-img img {
	/*border: 1px solid #ced4da;*/
}

.login-btn {
	color: #FFFFFF;
	background-color: #3E97C9;
	outline: 0;
	border: 1px solid #078cd6;
}

.login-btn:hover {
	background-color: #078cd6;
}

.disbt{
	color: #ddd;background-color: #555;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.logo p {
		display: none;
	}
	.logo img{
		padding-bottom: 40px;
		padding-top: 120px;
	}
}