a {
	text-decoration: none;
}


/*****保单管理 start*****/

.content-tiltle {
	height: 42px;
	border-bottom: 1px solid #ecf0f5;
	font-size: 24px;
}

.table-list {
	padding: 30px 30px 0 30px;
	color: #666;
}

.table-title {
	font-size: 20px;
}

.table-title-input {
	width: 180px;
	height: 30px;
	padding: 0 10px;
	margin: 0 10px;
	color: #666;
	font-size: 14px;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
}

.table-list table {
	width: 100%;
	margin-top: 20px;
}

.table-list table td {
	padding: 0 8px;
	text-align: center;
	border: 1px solid #eee;
}

.table-list table thead td {
	height: 68px;
	font-size: 16px;
	background-color: #fafafb;
}

.table-list table tbody td {
	height: 54px;
	font-size: 14px;
}

.table-td-btn {
	margin: 0 8px;
	padding: 4px;
	color: #5b8cff;
}

.pay-wrap {
	width: 720px;
	margin: 0 auto;
	padding-left: 40px;
}

.pay {
	text-align: left;
}

.pay .pay-btn-group {
	margin-top: 50px;
}

.statistics-btn-group {
	margin-bottom: 30px;
}

.pay .pay-btn-group .pay-btn,
.data-statistics-btn {
	display: inline-block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-right: 10px;
	color: #3c8dbc;
	border: 1px solid #3c8dbc;
	border-radius: 4px;
	cursor: pointer;
}

.pay .pay-btn-group .pay-btn.on,
.data-statistics-btn.on {
	background-color: #3c8dbc;
	color: #fff;
}

.online-pay-cont,
.offlin-pay-cont {
	margin-top: 44px;
	text-align: left;
}

.explain-black {
	font-size: 24px;
	color: #222d32;
}

.explain-black-16 {
	font-size: 16px;
	color: #222d32;
}

.explain-red {
	color: #e0212f;
}

.pay-item {
	margin-top: 40px;
	font-size: 16px
}

.pay-item .pay-item-input {
	width: 250px;
	height: 30px;
	padding: 5px 10px;
	border: 1px solid #cbcbcb;
	border-radius: 4px;
}

.pay-item .pay-item-btn {
	width: 140px;
	height: 36px;
	color: #fff;
	background-color: #3c8dbc;
	border: none;
	border-radius: 4px;
}

.tips-red {
	font-size: 20px;
	color: #e0212f;
}

.tips-red-16 {
	font-size: 16px;
	color: #e0212f;
}

.tips-red-title {
	margin-bottom: 34px;
}

.tips-red-main {
	margin-bottom: 16px;
}

.select-transfer-type {
	margin-top: 30px;
}

.transfer-type-item {
	margin-right: 50px;
}

.transfer-type-input {
	display: none;
}

.transfer-type-name {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 2px;
	border: 1px solid #3c8dbc;
	border-radius: 50%;
	vertical-align: text-top;
	cursor: pointer;
}

.transfer-type-input:checked+.transfer-type-name {
	background: #3c8dbc;
	background-clip: content-box;
}

.public-transfer,
.other-transfer {
	margin-top: 22px;
}

.public-transfer .explain-black-20 {
	margin-top: 34px;
	font-size: 20px;
	color: #222d32;
}

.bank-card {
	width: 430px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.download-link-name {
	display: inline-block;
	vertical-align: top;
}

.download-link-main {
	display: inline-block;
	vertical-align: top;
}

.download-link {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.other-transfer-personal {
	margin-top: 50px;
}

.other-transfer-title,
.other-transfer-tetle {
	margin: 20px 0;
}

.mask {
	display: none;
	z-index: 1;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
}

.pay-popup {
	display: none;
}

.pay-code-cont {
	z-index: 2;
	width: 430px;
	height: 520px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -260px;
	text-align: center;
}

.code-tips {
	margin-top: 56px;
	font-size: 16px;
	color: #fff;
}


/*****保单管理 end*****/


/*****开票上传 start*****/

.table-search {
	text-align: right;
}

.search-sure-btn {
	width: 104px;
	height: 36px;
	margin-left: 20px;
	color: #fff;
	background-color: #3c8dbc;
	border: none;
	border-radius: 4px;
}

.type-font-green {
	color: #44bf2c;
}

.type-font-red {
	color: #de5d58;
}

.file-btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: -7px;
}

.file-btn input {
	position: absolute;
	font-size: 16px;
	right: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.is-agre-select {
	margin-top: 50px;
}

.is-agree {
	display: none;
}

.is-agree-label {
	display: inline-block;
	width: 18px;
	height: 17px;
	background: url(../../assets/img/no-agree-icon.png);
	vertical-align: text-top;
}

.is-agree[type=checkbox]:checked+.is-agree-label {
	background: url(../../assets/img/agree-icon.png);
}

.agree-next-btn {
	width: 220px;
	height: 44px;
	margin-top: 26px;
	color: #fff;
	background-color: #3c8dbc;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.dis-agree-next-btn {
	background-color: #eee;
}

.invoice-img {
	width: 349px;
	height: 218px;
	border: 1px solid #3c8dbc;
}

.invoice-img-list,
.pdf-file-list {
	margin-top: 16px;
}

.invoice-img-item {
	position: relative;
	display: inline-block;
	margin-right: 26px;
	margin-bottom: 10px;
}

.pdf-file-item {
	margin-bottom: 10px;
}

.delete-img-btn {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 24px;
	height: 25px;
	background: url(../../assets/img/delete-img-btn.png)no-repeat;
	cursor: pointer;
}

.delete-file-btn {
	display: inline-block;
	margin: 0 10px;
	padding: 5px;
	color: #e0212f;
	cursor: pointer;
}

.invoice-popup-img {
	display: none;
	width: 860px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}


/*****开票上传 end*****/


/*****开票详情 start*****/

.invoice-detail {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.invoice-detail-item {
	margin: 20px 0;
}

.invoice-upload-input {
	display: none;
}

.invoice-upload-label {
	display: inline-block;
	width: 140px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin: 0 16px;
	color: #fff;
	background-color: #3c8dbc;
	border-radius: 4px;
}


/*****开票详情 end*****/

.data-list-table {
	margin-top: 26px;
	border: 1px solid #cbcbcb;
}

.data-list-td {
	position: relative;
	padding: 30px 50px;
	border-bottom: 1px solid #cbcbcb;
}

.data-list-td:last-child {
	border-bottom: none;
}

.data-list-td-item {
	margin-bottom: 20px;
}

.data-list-td-item:last-child {
	margin-bottom: 0;
}

.data-item-btn {
	position: absolute;
	top: 20px;
	right: 50px;
}

.file-pack-btn {
	width: 220px;
	height: 44px;
	color: #fff;
	background-color: #3c8dbc;
	border: none;
	border-radius: 4px;
}

.user-set-list {
	display: inline-block;
	margin-right: 66px;
	font-size: 20px;
	text-align: center;
}

.user-set-right-list {
	display: inline-block;
	font-size: 20px;
}

.user-head-img {
	width: 108px;
	height: 150px;
	margin: 20px 0;
}

.replace-user-img-btn {
	width: 104px;
	height: 36px;
	margin-left: 20px;
	color: #fff;
	background-color: #3c8dbc;
	border: none;
	border-radius: 4px;
	margin: 0 auto;
}

.user-set-item {
	margin-top: 10px;
}

.user-set-item-icon {
	display: inline-block;
	width: 20px;
	height: 19px;
	padding: 5px;
	margin: 0 18px;
	background-image: url(../../assets/img/user-set-icon.png);
	background-size: 20px 19px;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	cursor: pointer;
}