@charset "utf-8";

 
/* 数据移动操作组合 */
.select-group {
	overflow: hidden;
}
.select-group .select-box {
	float: left;
}
.select-group .btn-group {
	float:left;
	margin:0 20px;
	margin-top:48px;
}
.select-group .btn-group [type="button"] {
	display:block;
	padding-left:0;
	padding-right:0;
	width:90px;
	margin-bottom:8px;
}
.select-group .select-box .box-search {
	position: relative;
	width: 258px;
	border-radius: 2px 2px 0 0;
	background-color: #fff;
	overflow: hidden;
}
.select-group .select-box .box-search .box-input {
	margin-right: 64px;
	border-radius: 0 0 0 2px;
	border-right: 0;
}
.select-group .select-box .box-search .box-btn {
	float: right;
	border-radius: 0 2px 0 0;
	line-height: 36px\0;
}
.select-group .select-box .box-list {
	width: 256px;
	height: 208px;
	border-radius: 0 0 2px 2px;
	border: 1px solid #ecf1f3;
	border-top: none;
	background-color:#fff;
	overflow: hidden;
}
.select-group .select-box .box-list select {
	display: block;
	width: 256px;
	height: 208px;
	border:none;
    overflow-y:auto;
    padding:6px 9px\0;
}
.select-group .select-box .box-list select option {
	padding:5px 9px; 
}
.select-group .select-box .box-load {
	padding-top:35%;
	text-align: center;
}


/* 格子列表） */
.grid {
	padding:8px 20px;
	text-align:left;
	border:1px solid #ecf1f3;
	overflow: hidden;
}
.grid .box-item {
	float:left;

	font-size:13px;
	line-height: 20px;
	word-break: break-all;
}
.grid .box-item span {
	display: block;
	margin-right:60px;
	padding-top:7px;
	padding-bottom:7px;
}
.grid-20 .box-item {
	
}


/* 表单结构 */
.form-group {
	font-size:14px;
	text-align: left;
}
.form-group .box-row {
	padding-top:6px;
	padding-bottom:6px;
	line-height:37px;
}
.form-group .box-row:after {
	display: block;
    content: "";
    clear: both;
}
.form-group .box-row span {
	height: 37px\0;
	line-height: 43px\0;
}
.form-group .box-label,
.form-group .box-row .box-label {
	float:left;
	height:37px\0;
	line-height: 43px\0;
}
.form-group.box-control .box-input,
.form-group .box-row .box-control .box-input {
	float:left;
}
.form-group .box-control .box-input input,
.form-group .box-row .box-control .box-input input {
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 14px;
}
.form-group .box-control .box-textarea textarea {
	font-size: 14px;
}
.form-group .box-control .box-btn {
	line-height: 35px;
}


/* 上传图片 */
.uploadPic:after {
	display: block;
    content: "";
    clear: both;
}
.uploadPic .box-picList {
	float: left;
}
.uploadPic .box-picList li {
	position:relative;
	float: left;
	margin-right: 7px;
}
.uploadPic .box-picList li img {
	display:block;
	width: 60px;
	height: 60px;
	border-radius: 2px;
}
.uploadPic .box-picList li span {
	display:block;
	margin-top:7px;
	width:100%;
	font-size:12px; 
    height:12px;
	line-height:12px;
	text-align:center;
	color: #58c9b9;
	transform-origin-x: 0;
    transform: scale(0.90);
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
    cursor:pointer;
	line-height:18px\0;
}
.uploadPic .box-picList li .loading {
	position:absolute;
	top:0;
	left:0;
	display: none;
	padding-top:20px;
	width:60px;
	height: 40px;
	font-size:12px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.uploadPic .box-addBtn {
	float:left;
	margin-left: 2px;
    font-size: 13px;
	width:58px;
	height: 58px;
	line-height:normal;
	text-align:center;
	color: #c6cace;
	border-radius: 2px;
    border-width: 1px;
    border-style: dashed;
    cursor: pointer;
}
.uploadPic .box-addBtn i {
	display: block;
	margin-top: 12px;
}
.uploadPic .box-addBtn em {
	font-size:12px; 
}
.uploadPic .box-tips {
	line-height:16px;
	font-size:12px;
	font-weight:200;
	transform-origin-x: 0;
    transform: scale(0.90);
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
    color: #c6cace;
}
@-moz-document url-prefix(){
.uploadPic .box-tips {
	font-size:10px;
	transform: inherit;
}
}


/* 图片展示 */
.photosView {
	
}
.photosView ul {
	overflow: hidden;
}
.photosView ul li {
	float: left;
	margin-left: 10px;
}
.photosView ul li img {
	max-width: 150px;
	max-height: 150px;
}


/* 模糊搜索选择框 */
.fuzzySearch-wrap {
	position: relative;
}
.fuzzySearch {
	position: absolute;
	left: -1px;
	top: 28px;
	z-index: 9;
	display: none;
	width:100%;
	max-height: 160px;
	background-color: #fff;
	border:1px solid #ebf0f2;
	border-radius: 0 0 2px 2px;
    box-shadow: 0 4px 10px rgba(124,135,144,0.1);
	overflow-y: auto;
}
.fuzzySearch li {
	padding: 6px 12px 6px 22px;
	font-size: 13px;
    line-height: 18px;
    text-align: left;
    cursor: pointer;
}
.fuzzySearch li i {
	float: left;
	margin-top:7px;
	margin-right:5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c6cace;
}
.fuzzySearch li:hover {
	background-color: #e8f4f4;
}
.fuzzySearch .sub-title {
	padding: 6px 12px;
	color: #657076;
	cursor: default;
}
.fuzzySearch .sub-title:hover {
	background-color: transparent;
}


/* 生成二维码（弹窗） */
.dialog-createQRcode {
	padding:28px 40px 37px 40px;
	overflow: hidden;
}
.dialog-createQRcode .panel-code {
	float: left;
	padding-right:45px;
	border-right: 1px solid #ecf1f3;
	height: 222px;
}
.dialog-createQRcode .box-logo {
	margin-bottom: 10px;
	height: 25px;
	text-align: center;
}
.dialog-createQRcode .box-logo img {
	height: 25px;
}
.dialog-createQRcode .box-code {
	display:inline-block;
	width:137px;
	height:137px;
	background-color: #ebf0f2;
}
.dialog-createQRcode .box-code form {
	display: block;
	overflow: hidden;
}
.dialog-createQRcode .box-code img {
	display: block;
	width: 137px;
	height: 137px;
}
.dialog-createQRcode .box-code .box-btn {
	display: block;
	margin-left:0;
	margin-right:0;
	padding:0;
	width:135px;
	height: 36px;
	line-height: 36px;
	line-height: 42px\0;
}
.dialog-createQRcode .panel-codeBig {
	height: 276px;
}
.dialog-createQRcode .panel-codeBig .box-code {
	width:170px;
	height:170px;
}
.dialog-createQRcode .panel-codeBig .box-code img {
	width: 170px;
	height: 170px;
}
.dialog-createQRcode .panel-codeBig .box-code .box-btn {
	width:168px;
}
.dialog-createQRcode .panel-download {
	float: left;
	padding-left: 45px;
}
.dialog-createQRcode .box-price {
	margin-bottom:17px;
	font-size: 16px;
	font-weight: 400;
	height: 24px\0;
	line-height: 32px\0;
}
.dialog-createQRcode .box-price span {
	font-weight: 300;
}
.dialog-createQRcode .box-price span em {
	font-weight: 400;
}
.dialog-createQRcode .panel-download label {
	display: block;
	font-size: 14px;
	height: 21px\0;
	line-height: 27px\0;
}
.dialog-createQRcode .box-url {
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}
.dialog-createQRcode .box-url .box-input {
	margin-bottom:14px;
	padding-top:7px;
	padding-bottom:7px;
	width:298px;
	text-indent:9px;
}
.dialog-createQRcode .box-url .box-btn {
	display: block;
	margin:0;
	padding:0;
	width:135px;
	height:36px;
	line-height:36px;
	line-height:42px\0;
	border:none;
}
.dialog-createQRcode .box-url .box-input-wrap {
	overflow: hidden;
}
.dialog-createQRcode .box-url .box-input-wrap .box-input {
	margin-right: 70px;
}
.dialog-createQRcode .box-url .box-input-wrap .box-btn {
	float: right;
	width:auto;
	line-height: 36px;
	color:#ff584b;
	height: 42px\0;
	line-height: 42px\0;
}
.dialog-createQRcode .box-download .box-item {
    padding: 14px 16px 14px 14px;
    border-radius: 2px;
    border: 1px solid #ecf1f3;
    overflow: hidden;
}
.dialog-createQRcode .box-download .box-code {
	float: left;
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: #ebf0f2;
}
.dialog-createQRcode .box-download .box-code img {
	display:inline-block;
	margin-top: 11px;
    width: 25px;
    height: 25px;
}
.dialog-createQRcode .box-download .box-btn {
	float: right;
    margin-top: 8px;
    margin-right:0;
    width: 32px;
    line-height: 28px;
    height: 28px\0;
    line-height: 34px\0;

}
.dialog-createQRcode .box-download p {
	margin: 0 74px 0 63px;
    line-height: 46px;
    color: #000;
}

/* 项目搜索【弹窗】 */
.dialog-search .panel-search {
	margin-bottom: 20px;
}
.dialog-search .panel-search .box-input input {
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 14px;
}
.dialog-search .panel-search .box-btn {
	min-width: 80px;
	font-size: 14px;
	line-height: 35px;
	text-align:center;
	border-radius: 0 2px 2px 0;
	line-height: 43px\0;
}
.dialog-search .panel-search .select2-selection--single {
	height: 37px;
}
.dialog-search .panel-search .select2-selection__rendered {
	line-height: 35px;
}
.dialog-search .panel-search .select2-selection__arrow {
	height: 35px;
	line-height: 35px;
}
.dialog-search .panel-search .select2-selection__arrow i {
	height: 35px;
	line-height: 35px;
}
.dialog-search .panel-table .table {
	height: auto;
	border: 1px solid #ecf1f3;
}
.dialog-search .panel-table .table thead tr th {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: 300;
	border:none;
	border-bottom: 1px solid #ecf1f3;
	padding-top: 6px\0;
	padding-bottom: 0\0;
}
.dialog-search .panel-table .table tbody tr td {
    padding-top: 12px;
	padding-bottom: 12px;
    font-size: 12px;
    line-height: 12px;
    border:none;
    border-bottom: 1px solid #ecf1f3;
}
.dialog-search .panel-table .table tbody {
	display: block;
	overflow-y: auto;
}
.dialog-search .panel-table .table thead,
.dialog-search .panel-table .table tbody tr {
   width: 100%;
   display: table;
   table-layout: fixed;
}
.dialog-search .panel-table .table thead {
   width: calc(100%);
}
.dialog-search .panel-table .box-more {
	display:block;
	margin-top:10px;
	margin-bottom:8px;
	font-size: 12px;
	text-align:center;
	color: #657076;
	cursor: pointer;
}

/* 导出收据 */
.dialog-print {
	padding-top:40px;
	padding-bottom:12px;
	overflow: hidden;
}
.dialog-print .box-item {
	float:left;
	width:50%;
}
.dialog-print .box-item span {
	float: left;	
}
.dialog-print .box-item .box-radio-item {
	float: left;
}


/* 悬浮经停提示框 */
.poptip {
	position: absolute;
	z-index: 1;
	display: none;
	margin-left: 7px;
	padding: 10px 15px;
	min-width: 160px;
	line-height: 22px;
	text-align: left;
	border: 1px solid #dcdcdc;
	box-shadow: 0 0 5px #f2f2f2;
	background-repeat: no-repeat;
	background-color: #fff;
}
.poptip p {
	margin: 0;
	font-size: 13px;
}
.poptip .arrow-left {
	position: absolute;
	top:12px;
	left:0;
}
.poptip .arrow-left .arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-right: 8px solid #dcdcdc;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.poptip .arrow-left .arrow-1 {
	left: -9px;
	border-right-color: #dcdcdc;
	box-shadow: 0 0 5px #f2f2f2;
}
.poptip .arrow-left .arrow-2 {
	left: -7px;
	z-index: 1;
	border-right-color: #fff;
}
.poptip .arrow-right {
	position: absolute;
	top:12px;
	right:0;
}
.poptip .arrow-right .arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid #dcdcdc;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.poptip .arrow-right .arrow-1 {
	right: -9px;
	border-left-color: #dcdcdc;
	box-shadow: 0 0 5px #f2f2f2;
}
.poptip .arrow-right .arrow-2 {
	right: -7px;
	z-index: 1;
	border-left-color: #fff;
}


/* loading */
.sk-circle-box {
	position:fixed;
	top:40%;
	left:0;
	z-index:2000;
	width:100%;
	text-align:center;
}
.sk-circle-wrap {
	position:relative;
	left:90px;
	margin:0 auto;
	width:120px;
	height:120px;
	font-size:14px;
	text-align:center;
	color:#fff;
	border-radius:4px;
	background-color: rgba(0,0,0,0.5);
}
.sk-circle {
	display:inline-block;
	margin-top:30px;
	margin-bottom:8px;
	width:40px;
	height:40px;
	position:relative;
}
.sk-circle .sk-child {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.sk-circle .sk-child:before {
	content:'';
	display:block;
	margin:0 auto;
	width:15%;
	height:15%;
	background-color:#fff;
	border-radius:100%;
	-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;
			animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	-webkit-transform:rotate(30deg);
		-ms-transform:rotate(30deg);
			transform:rotate(30deg);
}
.sk-circle .sk-circle3 {
	-webkit-transform:rotate(60deg);
		-ms-transform:rotate(60deg);
			transform:rotate(60deg);
}
.sk-circle .sk-circle4 {
	-webkit-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
			transform:rotate(90deg);
}
.sk-circle .sk-circle5 {
	-webkit-transform:rotate(120deg);
		-ms-transform:rotate(120deg);
			transform:rotate(120deg);
}
.sk-circle .sk-circle6 {
	-webkit-transform:rotate(150deg);
		-ms-transform:rotate(150deg);
			transform:rotate(150deg);
}
.sk-circle .sk-circle7 {
	-webkit-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
			transform:rotate(180deg);
}
.sk-circle .sk-circle8 {
	-webkit-transform:rotate(210deg);
		-ms-transform:rotate(210deg);
			transform:rotate(210deg);
}
.sk-circle .sk-circle9 {
	-webkit-transform:rotate(240deg);
		-ms-transform:rotate(240deg);
			transform:rotate(240deg);
}
.sk-circle .sk-circle10 {
	-webkit-transform:rotate(270deg);
		-ms-transform:rotate(270deg);
			transform:rotate(270deg);
}
.sk-circle .sk-circle11 {
	-webkit-transform:rotate(300deg);
		-ms-transform:rotate(300deg);
			transform:rotate(300deg);
}
.sk-circle .sk-circle12 {
	-webkit-transform:rotate(330deg);
		-ms-transform:rotate(330deg);
			transform:rotate(330deg);
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay:-1.1s;
			animation-delay:-1.1s;
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay:-1s;
			animation-delay:-1s;
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay:-0.9s;
			animation-delay:-0.9s;
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay:-0.8s;
			animation-delay:-0.8s;
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay:-0.7s;
			animation-delay:-0.7s;
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay:-0.6s;
			animation-delay:-0.6s;
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay:-0.5s;
			animation-delay:-0.5s;
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay:-0.4s;
			animation-delay:-0.4s;
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay:-0.3s;
			animation-delay:-0.3s;
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay:-0.2s;
			animation-delay:-0.2s;
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay:-0.1s;
			animation-delay:-0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
	0%,80%,100% {
		-webkit-transform:scale(0);
				transform:scale(0);
		}
	40% {
		-webkit-transform:scale(1);
				transform:scale(1);
		}
}
@keyframes sk-circleBounceDelay {
	0%,80%,100% {
		-webkit-transform:scale(0);
				transform:scale(0);
		}
	40% {
		-webkit-transform:scale(1);
				transform:scale(1);
		}
}
