body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
    margin:0;
    padding:0
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
}
ol,ul{
    list-style:none;
}
address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:normal;
}
fieldset,img{
    border:none;
}
input,textarea,button,select{
    outline: none;
    font:14px/1.7em 'Microsoft JhengHei','微软雅黑',tahoma,sans-serif;

}
/*img{vertical-align:top;}*/
input,button{
    vertical-align:middle;
}
caption,th{
    text-align:left;
}
a{
    text-decoration:none;
    color:#666;
}
input::-webkit-input-placeholder{
    color: #a1a1a1;
}
input:-moz-placeholder {
    color: #a1a1a1; 
}
input::-moz-placeholder {
    color: #a1a1a1;
}
input::-ms-input-placeholder,
input::-o-input-placeholder{ 
    color:#a1a1a1; 
}

html{
    text-align:center;
}
body{
    font:14px/1.7em "Microsoft JhengHei",'微软雅黑',tahoma,'黑体',sans-serif;
    color:#50555f;
    margin:0 auto; 
    text-align:left; 
    background: #fff; 
}




/*Common Style*/
.hidden{
    display:none;
}
.clear:after{
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both; 
    visibility:hidden;
}
.clear{
    *zoom:1;
}


/*版心*/
.w{ 
    width: 1170px;
    margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.btn{
	border: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
body{
	background: url(../images/login-bg.jpg) center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/*登陆界面*/
.login-bg{
    width: 100%;
    min-height: 90%;
    overflow: hidden;
    position: relative;
}
.login-box{
	width: 610px;
	margin: 0 auto;
	margin-top: 8%;
}
.login-logo{
	text-align: center;
	margin-bottom: 10%;
}
/* 登陆的表单 */
.login-row{
	width: 100%;
	background: rgba(255,255,255,0.15);
	border-radius: 50px;
	height: 52px;
	margin-bottom: 20px;
	box-sizing: boxder-box;
	border: 1px solid rgba(255,255,255,0);
	overflow: hidden;
}
.login-inputleft{
	font-size: 16px;
	color: #d8d8d8;
	line-height: 50px;
	margin: 0 25px;
}
.login-row:hover{
	border: 1px solid #fff;
}
.login-row:hover .login-inputleft{
	color: #fff;
}
.login-row input{
	background: none;
	border: 0;
	height: 52px;
	width: 500px;
	color: #fff;
	font-size: 16px;
}
.login-row .captcha-input{
	width: 375px;
}
.captcha-img{
	width: 135px;
	background: #fff;
}
.captcha-img img{
	display: block;
	max-width: 100%;
}
.login-btn-box{
	margin-top: 50px;
	margin-bottom: 25px;
}
.login-btn{
	width: 100%;
	height: 52px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background: #1d7ef3;
	border-radius: 52px;
}
.login-btn:hover{
	background: #1c78e7;
	color: #fff;
}
.forgetPassword{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.forgetPassword a{
	text-decoration: underline;
	cursor: pointer;
	color: #fff;
}

/* 尾部 */
footer{
	height: 10%;
}
.login-copyright{
	line-height: 72px;
	width: 100%;
	text-align: center;
	color: #b5b5b5;
	font-size: 14px;
	font-weight: bold;
}

/* 找回密码 */
.findPassword-box{
	width: 600px;
	height: 360px;
	background: url(../images/findPassword.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 30px;
}

.findPassword-title{
	font-size: 22px;
	color: #ef0041;
	margin: 40px 0;
	text-align: center;
}
.findPassword-txt{
	margin: 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.findPassword-txt a{
	color: #fff;
	text-decoration: underline;
}
.return-loing{
	display: block;
	margin: 40px auto;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	background: #ef0041;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.return-loing:hover{
	color: #fff;
	text-decoration: none;
	background: #e2023f;
}

/* 侧边栏 */
aside{
	width: 270px;
	float: left;
	position: absolute;
	height: 100%;
	overflow: hidden;
}
aside:after{
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	height: 100%;
	width: 1px;
	box-shadow: 0 0 8px rgba(0,0,0,1);
}
.logo{
	text-align: center;
	height: 72px;
	line-height: 72px;
	background: #3b4658;
}
.logo a{
	line-height: 0;
}
.logo img{
	width: 210px;
}

nav{
	margin-left: 60px;
	margin-top: 30px;
}
.nav-ul{
	margin-top: 30px;
}
.nav-top{
	font-size: 16px;
	color: #9bacbb;
	font-weight: bold;
	min-height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #dee2e7;
	padding-bottom: 10px;
}
.nav{
	margin: 20px 0;
}
.nav a{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #242e3c;
	font-size: 16px;
	font-weight: bold;
	border-left: 2px solid rgba(0,0,0,0)
}
.nav-ico{
	width: 22px;
	height: 22px;
	float: left;
	margin: 4px 20px;
	background-image: url(../images/nav-ico.png);
	background-repeat: no-repeat;
	-webkit-filter: grayscale(60%);
	-moz-filter: grayscale(60%);
	-ms-filter: grayscale(60%);
	-o-filter: grayscale(60%);
	filter: grayscale(60%);
	filter: gray;
	opacity: 0.5;
}
.nav a:hover,.nav.cur a{
	color: #1d7ef3;
	text-decoration: none;
	border-left: 2px solid #1d7ef3;
}
.nav a:hover .nav-ico,.nav.cur a .nav-ico{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
	opacity: 1;
}
.nav-informations{
	background-position: -22px top;
}
.nav-data{
	background-position: left top;
}
.nav-search{
	background-position: -66px top;
}
.nav-password{
	background-position: -44px top;
}

.contact-row{
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #dee2e7;
	text-align: center;
	padding: 30px 0;
}
.contact{
	color: #3b4658;
	font-size: 14px;
	margin: 4px 0;
}
.contact span{
	color: #686e77;
}
.contact a{
	text-decoration: underline;
	color: #3b4658;
}
.contact a:hover{
	text-decoration: none;
}

/* 内容的公共部分 */
.top{
	height: 4%;
}
.wrapper{
	border-radius: 10px;
	overflow: hidden;
	background: #eef3f6;
	margin: 0 auto;
	min-height: 86%;
	position: relative;
}
.wrapper-r{
	margin-left: 270px;
}
.content{
	padding: 30px;
}
.title{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #3b4658;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e7;
	min-height: 24px;
	margin-right: -30px;
	margin-left: 0;
}
.content-row{
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	margin-top: 30px;
}

/* 头部 */
header{
	height: 72px;
	background: #1d7ef3;
}
.exit-btn{
	width: 105px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 30px;
	float: right;
	background: #fff;
	font-size: 14px;
	color: #3b4658;
	margin-top: 18px;
	margin-right: 30px;
}
.exit-ico{
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/exit-ico.png) center center no-repeat;
	margin-bottom: -4px;
	margin-right: 5px;
}
.exit-btn:hover{
	text-decoration: none;
	background: #eef3f6;
}
.welcome{
	padding-top: 18px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
}

/* 基本信息 */

.form-row{
	display: table;
	margin-bottom: 20px;
}
.form-name{
	width: 145px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #3b4658;
}
.red-txt{
	color: #ef0041;
}
.form-r{
	display: table;
	vertical-align: middle;
	padding-left: 30px;
	width: 630px;
}
/*.form-r-ML{
	width:570px;
	}*/
.form-r-ML{
	width:750px;
	}
.form-input{
	width: 400px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #dee2e7;
	border-radius: 3px;
	font-size: 14px;
	color: #3b4658;
	font-weight: bold;
	padding: 0 10px;
}
.form-msg{
	width: 180px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 14px;
}
.correct-msg{
	background: url(../images/correct-msg.png) left center no-repeat;
}
.error-msg{
	background: url(../images/error-msg.png) left center no-repeat;
	color: #ef0041;
}
.btn-box{
	text-align: center;
	border-top: 1px solid #dee2e7;
	padding: 30px;
	margin-top: 50px;
}
.base-btn{
	width: 137px;
	height: 50px;
	font-weight: bold;
	font-size: 16px;
	margin: 0 10px;
}
.submit-btn{
	background: #ef0041;
	color: #fff;
}
.submit-btn:hover{
	background: #e2013e;
	color: #fff;
}


/*箱计划数*/
.plan_box{
	border-bottom:1px solid #dee2e7;
	padding-bottom:22px;
	}
.head_top dt{ 
          float:left;
		  font-size:14px;
		  font-weight:bolder;
		  margin-right:6px;
		  margin-bottom:13px;
		  }
.head_one,
.head_three{
     width:180px;
	}
.head_two{
	width:95px;
	}

.body_bottom dd{
	float:left;
	margin-right:6px;
	 margin-bottom:6px;
	border-radius:3px;
	}
.body_bottom dd input,
.body_bottom dd select{
	width:100%;
	border:none;
	background-color:#eef3f6;
	border-radius:3px;
	height:40px; 
	line-height:40px;
	text-indent:10px; 
	}
.head_four .delete-row{
	display:block;
	width:23px;
	height:23px;
	background: url(../images/del.jpg) center center no-repeat;
	margin-top:8px;
	cursor:pointer;
	}
.btn_xinzeng{
	display:inline-block;
	width:78px;
	height:40px;
	line-height:40px;
	margin-top:13px;
	font-size:14px;
	color:#FFF;
	background-color:#23b64c;
	text-align:center;
	border-radius:3px;
	cursor:pointer;
	}
.hide{
	display:none;
	}
/* 修改密码 */
.form-hint{
	font-size: 14px;
	color: #686e77;
}
.cancel-btn{
	background: #dfe7f0;
	color: #3b4658;
}
.cancel-btn:hover{
	background: #e2ecf8;
	color: #3b4658;
}
.form-select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background: url(../images/select-ico.png) right center no-repeat;
}
.genre-row{
	position: relative;
	/*width: 666px;*/
	border: 1px solid #dee2e7;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 20px;
}
.genre-img{
	width: 93px;
	height: 75px;
	box-sizing: border-box;
	border: 1px solid #dee2e7;
	text-align: center;
	padding: 12px;
	border-radius: 3px;
}
.form-radio-row{
	line-height: 38px;
}
.genre-row-r{
	margin-left: 115px;
}
.form-genre-name{
	font-size: 14px;
	color: #a3a4a6;
}
.form-radio input[type="radio"]{
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 2px;
}
.form-radio{
	color: #3b4658;
}
.form-radio label{
	margin-bottom: 0;
}
.genre-input-row{
	margin-top: 10px;
}
.genre-input{
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #dee2e7;
	border-radius: 3px;
	font-size: 14px;
	color: #3b4658;
	font-weight: bold;
	padding: 0 10px;
}
.number-input-row{
	position: relative;
	width: 93px;
}
.number-input{
	width: 70px;
	text-align: center;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
}

input[type='number'] {
    -moz-appearance:textfield;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-textfield-decoration-container{
    -webkit-appearance: none;
}
.number-btn{
	position: absolute;
	right: 0;
	width: 20px;
	height: 18px;
	border-radius: 3px;
	border: 1px solid #dee2e7;
	cursor: pointer;
	background: url(../images/select-ico.png) -5px center no-repeat;
}
.add-number{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 0;
}
.subtract-number{
	bottom: 0;
}
.cargo-name{
	width: 195px;
	margin-left: 15px;
}
.pickOn{
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 21px;
	height: 21px;
	background: url(../images/pickOn.png) center center no-repeat;
	display: none;
}
.genre-row:hover,
.genre-row.pickOn-row{
	border-color: #ef0041;
}
.genre-row:hover .pickOn,
.genre-row.pickOn-row .pickOn{
	display: block;
}
.price-txt{
	font-size: 14px;
	color: #ef0041;
	padding-bottom: 30px;
}
/* 支付 */
.payment-txt{
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	color: #3b4658;
	font-weight: bold;
	margin: 20px 0;
}
.payment-txt .red-txt{
	margin: 0 8px;
	font-family: 'Microsoft JhengHei';
}
.payment-row{
	padding: 50px 0;
	text-align: center;
	border-top: 1px solid #dee2e7;
	margin: 50px 0;
}
.payment-code{
	margin: 20px;
	padding: 10px;
	width: 173px;
	border: 1px solid #dee2e7;
	border-radius: 3px;
}

/* 支付成功 */
.success-top{
	font-size: 22px;
	font-weight: bold;
	color: #ef0041;
	text-align: center;
	margin-top: 10px;
}
.success-ico{
	line-height: 0;
	margin: 0 20px;
}
.success-ico img{
	margin-top: -6px;
}
.receipt-row{
	width: 375px;
	margin: 30px auto;
	
}
.receipt-top{
	margin-left: -10px;
	margin-right: -10px;
	height: 17px;
	border-radius: 17px;
	background: url(../images/receipt-top.png) center center no-repeat;
	background-size: 100% 100%;
}
.receipt{
	margin-top: -8px;
	border: 1px solid #eff2f4;
	background: #f9fcff;
	padding-bottom: 8px;
	position: relative;
	z-index: 1;
}
/* .receipt:after{
	content:"";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	box-shadow: 0 4px 14px rgba(0,0,0,0.8);
	z-index: 0;
	left: 0;
} */
.receipt-title{
	background: #fff;
	font-size: 18px;
	color: #69707f;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	border-bottom: 1px solid #eff2f4;
	padding-top: 8px;
	position: relative;
}
.receipt-title:before {
    content:"";
    position: absolute;
    display: block;
    height: 1px;
    width: 375px;
    top: -1px;
    left: -1px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    background: #697080;
}
.receipt-tab th,
.receipt-tab td{
	border-bottom: 1px solid #eff2f4;
	padding: 5px 0;
}
.receipt-tab th{
	width: 125px;
	text-align: right;
	font-size: 14px;
	color: #686e77;
}
.receipt-tab td{
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #3b4658;
	font-family: 'Microsoft JhengHei';
}

/* 我的订单 */
.indent-form{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.indent-form:nth-of-type(2n){
	padding-left: 12px;
}
.indent-form .form-name{
	width: 70px;
	text-align: left;
}
.indent-form .form-r{
	width: 305px;
	padding-left: 5px;
}
.indent-form .form-input{
	width: 300px;
}
.time-input{
	background: url(../images/time-input.png) center center no-repeat;
	background-position: 260px center;
}
.datepicker{
	width: 300px;
}
.datepicker table{
	width: 100%;
}
.search-form{
	width: 100%;
}
.search-form .form-input{
	width: 400px;
}
.search-form .form-r{
	width: 710px;
}
.indent-btn{
	width: 105px;
	height: 50px;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.search-btn{
	background: #1d7ef3;
}
.search-btn:hover{
	background: #1c79e8;
	color: #fff;
}
.educe-btn{
	background: #3b4658;
}
.educe-btn:hover{
	background: #343e4e;
	color: #fff;
}
.indent-tab-row{
	margin: 20px 0;
}
.indent-tab th input[type="checkbox"]{
	margin-top: 0px;
}
.indent-tab td input[type="checkbox"]{
	margin-top: -3px;
}
.indent-tab th{
	background: #f9fcff;
	height: 50px;
	padding: 0 10px;
	border-top: 1px solid #cfdce9;
	border-bottom: 1px solid #dee2e7;
	font-size: 14px;
	color: #757982;
}

.indent-tab td{
	padding: 15px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px solid #dee2e7;
	max-width: 130px;
}
.blue-txt{
	color: #1d7ef3;
}
.indent-tab td.time-td{
	font-weight: normal;
}
.operation-tab{
	width: 130px;
}
.indent-tab-btn{
	width: 34px;
	height: 24px;
	float: left;
	background-image: url(../images/tab-btn.png);
	margin-left: 3px;
}
.print-loading{
    	background: url(../images/loading2.gif) no-repeat; 

}
.print-tab-btn{
	background-position: left top;
	margin-left: 0;
}

.alter-tab-btn{
	background-position: -34px top;
}
.delete-tab-btn{
	background-position: right top;
}
.no-print-tab-btn{
	-webkit-filter: grayscale(60%);
	-moz-filter: grayscale(60%);
	-ms-filter: grayscale(60%);
	-o-filter: grayscale(60%);
	filter: grayscale(60%);
	filter: gray;
	opacity: 0.4;
	cursor: not-allowed; 
}


/* 月统计 */
.statistics-row{
	border-top: 2px solid #cfdce9;
	background: #f9fcff;
	border-bottom: 1px solid #dee2e7;
	padding: 20px 0;
	margin: 30px 0;
}
.statistics-name{
	width: 235px;
	text-align: right;
	font-size: 14px;
}
.statistics-name-txt{
	font-weight: bold;
	color: #3b4658;
}
.statistics-unit{
	color: #757982;
	padding-right: 10px;
}
.statistics-r{
	margin-left: 260px;
}
.statistics-txt{
	font-weight: bold;
	color: #3b4658;
	min-width: 140px;
	line-height: 24px;
	margin-bottom: 10px;
}


/* 分页 */
.paging {
    margin-top: 30px;
}
.paging >a,
.paging >span{
    border: 1px solid #d6d6d6;
    padding: 1px 5px;
    display: inline-block;
    min-width: 28px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.paging >a:hover,
.paging >span:hover{
	color: #f2003c;
	text-decoration: none;
}
.paging .curr{
	color: #f2003c;
	border: 0;
}
.paging .paging-more{
	color: #f2003c;
	border: 0;
}
.paging-hint{
	display: inline-block;
	padding-left: 15px;
	color: #a3a4a6;
}
.paging-num{
	margin: 0 5px;
	width: 37px;
	height: 24px;
	border: 1px solid #d6d6d6;
	text-align: center;
}
.paging-btn{
	padding: 0 8px;
	margin: 0 5px;
	height: 24px;
	border-radius: 3px;
	border: 1px solid #1d7ef3;
	color: #1d7ef3;
	background: #fff;
}
.paging-btn:hover{
	background: #1d7ef3;
	color: #fff;
}

/* 打印 */
.print-top{
	margin-bottom: 30px;
}
.print-attention{
	color: #ef0041;
	font-size: 16px;
	line-height: 26px;
	width: 86px;
	text-align: right;
}
.print-attention-txt{
	color: #ef0041;
	font-size: 16px;
	line-height: 26px;
	padding-left: 90px;
}
.print-attention-txt .time-txt{
	font-weight: bold;
	margin: 0 3px;
}
.receipt-top{
	background-color: #8f949e;
}
.print-box{
	background: #fff;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #697080;
	text-align: center;
}
.print-box:before{
	top: -1px;
	left: -1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    background: #697080;

}
.print-img{
	max-width: 100%;
	margin: 0 auto;
}
.projection{
	height: 20px;
	background: url(../images/projection.png) center -1px no-repeat;
	background-size: 100% 100%;
}




/* 分页 */
.paging {
    margin-top: 30px;
}
.paging .pager >a,
.paging .pager >span{
    border: 1px solid #d6d6d6;
    padding: 1px 5px;
    display: inline-block;
    min-width: 28px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin: 0 2px;
}
.paging .pager >a:hover,
.paging .pager >span:hover{
	color: #f2003c;
	text-decoration: none;
}
.paging .pager .curr{
	color: #f2003c;
	border: 0;
}

.direct{
	font-family: '宋体';
	margin-top: 2px !important;
}


/* 首页 */

.nav-home{
	background-position: right top;
}
.home-content-row{
	background: none;
	padding: 0;
}
.home-half-row{
	border-spacing: 20px 0;
	margin-right: -20px;
	margin-left: -20px;
}
.half-row{
	display: table-cell;
	width: 410px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
}
.title2{
	font-size: 18px;
	font-weight: bold;
	color: #1d7ef3;
	margin-bottom: 20px;
}
.home-tab-row{
	padding: 30px;
	background-color: #fff;
	margin-top: 20px;
}
.annunciate-txt{
	color: #ef0041;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
}
.annunciate-time{
	text-align: right;
	color: #686e77;
	margin-top: 20px;
}
.annunciate-txt i{
	font-weight: bold;
}
.annunciate-txt:before{
	content: "";
	display: block;
	float: left;
	margin-left: -15px;
	margin-top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 5px;
	background-color: #ef0041;
}
.bill-row{
	border-radius: 5px;
	padding: 20px;
	background-color: #f8fbfc;
	border: 1px dashed #cbcdcf;
	text-align: center;
}
.bill-txt{
	font-size: 14px;
	font-weight: bold;
	color: #3b4658;
}
.bill-money{
	font-size: 24px;
	color: #ef0848;
	margin: 10px 0;
}
.bill-a{
	color: #686e77;
	text-decoration: underline;
}
.title2-more{
	color: #f25473;
	font-size: 14px;
	font-weight: normal;
}
.title2-more:hover{
	color: #fe0045;
}
.view-btn{
	color: #f25473;
	font-size: 14px;
	padding: 2px 8px;
	border-radius: 5px;
	border: 1px solid #f25473;
}
.view-btn:hover{
	color: #fff;
	background-color: #f25473;
	text-decoration: none;
}


/* 申请删除弹窗 */
.parclose{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.delete-popup-row{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -120px;
	width: 500px;
	height: 240px;
}
.popup-row{
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.popup-top{
	height: 50px;
	background: #eceff4;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.close{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	line-height: 50px;
	font-family: '宋体';
	font-weight: bold;
	color: #000;
}
.delete-popup-txt{
	margin: 45px 0;
	text-align: center;
	font-size: 20px;
}
.delete-popup-btn-box{
	text-align: center;
}
.delete-popup-btn-box .btn{
	padding: 5px 30px;
	margin: 0 10px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.delete-popup-btn{
	background: #f3033d;
}
.abolish-popup-btn{
	background: #dee7ee;
	color: #434d5f !important;
}


/* 入场单表单 */
.print-head {
	padding: 20px 0;
}
.print-head-l{
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
.print-name,
.print-nameType{
	font-size: 18px;
	color: #8c919c;
	font-weight: bold;
}
.barCode{
	max-width: 100%;
	max-height: 44px;
}
.print-tab td{
	border-top: 1px solid #eff2f4;
	padding: 10px;
	border-right: 1px solid #eff2f4;
	font-weight: bold;
	color: #3b4658;
	min-width: 50px;
}

.print-tab td.print-tab-name{
	width: 110px;
	font-weight: normal;
	color: #686e77;
	text-align: center;
}
.print-tab2 th{
	background: #f9fcff;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #eff2f4;
	border-right: 1px solid #eff2f4;
	min-width: 60px;
	line-height: 20px;
}
.print-tab2 td{
	border-top: 1px solid #eff2f4;
	border-right: 1px solid #eff2f4;
	padding: 10px;
	font-weight: bold;
	color: #3b4658;
	line-height: 20px;
}
.print-tab2 th.print-tab-name{
	width: 110px;
	font-weight: normal;
	color: #686e77;
	text-align: center;
}


.r-noborder{
	border-right: 0 !important;
}
.text-align-l{
	text-align: left;
}


/* 等待获取海关作业编号 */
.loading-txt{
	margin: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #ef0041;
	text-align: center;
}

.loading-row {
  width: 50px;
  height: 80px;
  margin:0 auto;
}

.loading-row span {
  display: inline-block;
  width: 4px;
  height: 50px;
  border-radius: 4px;
  margin: 0 2px;
  animation-name: scale;
  -webkit-animation-name: scale;
  -moz-animation-name: scale;
  -ms-animation-name: scale;
  -o-animation-name: scale;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
}
.loading-row span.item-1 {
  background: #319ade;
}
.loading-row span.item-2 {
  background: #c6382a;
}
.loading-row span.item-3 {
  background: #f9d246;
}
.loading-row span.item-4 {
  background: #21ae62;
}
.item-1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s;
}

.item-2 {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
}

.item-3 {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -ms-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
}

.item-4 {
  animation-delay: -0.7s;
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -ms-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
}


@-webkit-keyframes scale {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.2);
    -ms-transform: scaleY(0.2);
    -o-transform: scaleY(0.2);
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }

  20%, 60% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes scale {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.2);
    -ms-transform: scaleY(0.2);
    -o-transform: scaleY(0.2);
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }

  20%, 60% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-ms-keyframes scale {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.2);
    -ms-transform: scaleY(0.2);
    -o-transform: scaleY(0.2);
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }

  20%, 60% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scale {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.2);
    -ms-transform: scaleY(0.2);
    -o-transform: scaleY(0.2);
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }

  20%, 60% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* 申请删除弹窗的成功,失败 */
.defeated-popup-row,.succeed-popup-row{
	display: none;
}
.popup-row{
	height: 240px;
    left: 50%;
    margin-left: -250px;
    margin-top: -120px;
    position: absolute;
    top: 50%;
    width: 500px;
}
.delete-popup-ico{
	text-align: center;
	line-height: 0;
	margin: 25px 0;
}
.popup-txt{
	font-size: 16px;
	color: #686e77;
	text-align: center;
}
.popup-relation{
	color: #1d7ef3;
	font-size: 16px;
	text-align: center;
}


/* 16.11.1 */
.genre-input-row{
	padding-left: 115px;
	margin-top: 0;
}
.number-input-row{
	width: auto;
}
.genre-row-r{
	margin: 0;
}
.number-input{
	width: 170px;
	margin-left: 15px;
}
.genre-row-r{
	margin-top: 5px;
}
.form-r label{
	width: 80px;
}
.form-r label input{
	margin-top: -4px !important;
	margin-right: 5px !important;
}
.form-row .chosen-container-single .chosen-single{height:31px; line-height:31px;}