/*黑色背景*/
html {
	height: 100%;
}

body {
	height: 100%;
	font-size:14px;
/*	font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
	-webkit-font-smoothing: antialiased;*/
}

.background {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
}

.popup1 {
	width: 380px;
	height: 310px;
	position: absolute;
	background-color: #FFFFFF;
}

.popup1_top {
	background-color: #444755;
	width: 100%;
	height: 36px;
	overflow: hidden;
	margin-bottom: 5px;
}

.popup1_title {
	line-height: 36px;
	margin-left: 18px;
	color: #FFFFFF;
	float: left;
}

.popup1_close {
	display: block;
	height: 15px;
	width: 15px;
	margin-top: 10px;
	margin-right: 18px;
	float: right;
	background-image: url(../../images/1_02.png);
	cursor: pointer;
}

.popup1_table {
	width: 90%;
	margin-top: 0px;
	height: 20px;
	border-spacing: 0px 10px;
}

.popup1_row {
	
}

.popup1_text1 {
	line-height: 20px;
	width: 30%;
	text-align: right;
	font-size: 12px;
	padding-right: 5px;
	color: #969696
}

.popup1_text1 span {
	color: #ff1000;
}

.popup1_input{
    width: 70%;
    margin-top: 2px;
    margin-right: 6px;
    background: #fbfbfb;
    height: 28px;
    line-height: 15px;
    outline: 0;
}

/* .popup1_input2 {
	    width: 80%;
    padding: 3px 0px 3px 5px;
    margin-top: 2px;
    margin-right: 6px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    height: 20px;
    line-height: 15px;
    outline: 0;
} */

.popup1_input input {
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	background-color: #fbfbfb;
	font-size: 14px;
	outline: 0;
	padding-left: 6px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.popup1_input textarea {
    width: 100%;
    resize:none;
	height: 100px;
	max-height: 100px;
    border: 1px solid #e5e5e5;
    background-color: #fbfbfb;
    font-size: 14px;
    outline: 0;
    /* background: #fbfbfb; */
    padding-left: 6px;
	font-family: sans-serif;
    /* font-family: 'helvetica neue', 'hiragino sans gb', 'arial', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif'; */
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.popup1_input input:FOCUS,.popup1_input textarea:FOCUS {
	border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#tableForm .popup1_input2 input {
	width: 100%;
	height: 20px;
	/* border: none; */
	font-size: 14px;
	outline: none;
	margin-left: 4px;
	border: solid 1px #c6c6c6;
	float: left;
}
.popup1_input2 input {
	width: 100%;
	height: 20px;
	/* border: none; */
	font-size: 14px;
	outline: none;
	margin-left: 4px;
	border: solid 1px #c6c6c6;
	float: left;
}

.popup1_input2 select {
	width: 100%;
    height: 28px;
    font-size: 14px;
    outline: none;
    background: #fbfbfb;
    border: solid 1px #e5e5e5;
    padding: 3px 0px 3px 5px;
}

.popup1_btn1 {
	display: block;
	width: 50px;
	border-radius: 0px;
	background-color: #00c1de;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: center;
	margin-left: 20px;
}

.popup1_input3 {
	width: 14px;
	height: 14px;
	margin-top: 3px;
	float: left;
}

.popup1_box2{ 
	width:340px; 
	margin:0 auto; 
	margin-right:20px; 
	margin-top:0px; 
	height:20px;
}

.popup1_btn2 {
	display: none;
	width: 64px;
	border-radius: 0px;
	background-color: #ffffff;
	height: 24px;
	line-height: 24px;
	float: right;
	text-align: center;
	margin-left: 10px;
	border: solid 1px #dbdbdb;
}

.popup1_btn2:hover{
	border: solid 1px #00c1de;
	color:#00c1de;
}

.popup1_btn3 {
	display: none;
	width: 64px;
	border-radius: 0px;
	background-color: #00c1de;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	float: right;
	text-align: center;
	margin-left: 20px;
	border: solid 1px #00c1de;
}

.popup1_btn3:hover{
	border: solid 1px #35e6ff;
	background-color: #35e6ff;
}

/*提示*/
.popup2 {
	z-index: 999999;
	width: 380px;
	height: 170px;
	padding-bottom: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
}

.popup2 .content {
	margin-left: 11px;
}

.popup2_top {
	background-color: #00c1de;
	width: 100%;
	height: 36px;
	overflow: hidden;
	margin-bottom: 5px;
}

.popup2_title {
	line-height: 36px;
	margin-left: 18px;
	color: #FFFFFF;
	float: left;
}

.popup2_close {
	display: block;
	height: 15px;
	width: 15px;
	margin-top: 10px;
	margin-right: 18px;
	float: right;
	background-image: url(../../images/1_02.png);
	cursor: pointer;
}

.popup2_box1 {
	width: 340px;
	margin-left: 20px;
	margin-top: 10px;
	overflow: hidden;
	word-break: break-all;
	line-height: 1.5;
}

.popup2_box2 {
	width: 340px;
	margin-left: 20px;
	margin-top: 10px;
	height: 20px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.popup2_btn2 {
	display: block;
	width: 56px;
	border-radius: 0px;
	background-color: #ffffff;
	height: 20px;
	line-height: 20px;
	float: right;
	text-align: center;
	margin-left: 10px;
	border: solid 1px #dbdbdb;
	cursor: pointer;
}

.popup2_btn3 {
	display: block;
	width: 56px;
	border-radius: 0px;
	background-color: #00c1de;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	float: right;
	text-align: center;
	margin-left: 20px;
	border: solid 1px #00c1de;
	cursor: pointer;
}
.popup2_btncancel{
	display: block;
	width: 56px;
	border-radius: 0px;
	background-color:#FFFFFF ;
	color: #00c1de;
	height: 20px;
	line-height: 20px;
	float: right;
	text-align: center;
	margin-left: 20px;
	border: solid 1px #00c1de;
	cursor: pointer;
}

/*cover*/
.cover {
	z-index: 999998;
	position: absolute;
	filter: Alpha(Opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	left: 0;
	top: 0;
	background: #CCCCCC;
}

/*close button*/
.close {
	width: 12px;
	height: 12px;
	cursor: pointer;
	font-size: 1px;
	position: relative;
	right: -1px;
	top: 2px;
}

.popup3 {
	width: 116px;
	height: 64px;
	background-color: #ffffff;
	border: solid 1px #abb1c2;
	position: absolute;
	top: 50px;
	right: 20px;
	overflow: hidden;
	z-index: 2;
	transition: .1s all;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25), inset 0 -1px 0 rgba(0,0,0,0.25)
}

.popup3_btn {
	width: 100%;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #636363;
	display: block;
	overflow: hidden;
}

.popup3_btn:hover {
	background-color: #00c1de;
    color: #fff;
}

.popup3_btn img {
	margin: 7px 10px;
	float: left;
}

.popup3_btn div {
	float: left;
}

.popup-loading{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	margin: 0;
	border-radius: 0;
	background: rgba(0,0,0,0.1);
	transition: all 0.3s;
	z-index: 10000;
}
.loading-content{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* background-color: #fff; */
	width: 50px;
	height: 50px;
	border: 5px solid #00c1de;
	border-left-color: #fff;
	border-radius: 50%;
	animation: loading-animate 1s linear infinite;
}
    @keyframes loading-animate {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
.loadingHide{
	display: none !important;
}
/*步骤*/
.flow_steps{height:24px;overflow:hidden;/* margin-top:5px */}
.flow_steps div{float:left;height:24px; width: 25%; line-height:24px;text-align:center;background:url(../../images/4_04.png)no-repeat 100% 0 #ededed;font-weight:bold;}
.flow_steps div.former{background:url(../../images/4_05.png)no-repeat 100% 0 #ededed;}
.flow_steps div.current{color:#fff;background-color:#00c1de; }
.flow_steps div.last{background-image:none;}