body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	background: #fff;
}

div,
input {
	box-sizing: border-box;
	font-family: "微软雅黑";
}

.wrap {
	width: 100%;
	height: auto;
	background-image: url(../img/bg.png);
	position: relative;
	background-repeat: no-repeat;
}

.wrap:after {
	display: block;
	content: '';
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	z-index: -1;
	background: #d2dbff;
}

.content {
	width: 1190px;
	min-width: 1190px;
	margin: 0 auto;
}

.header>div,
.content,
.footer>div {
	width: 1190px;
	min-width: 1190px;
	margin: 0 auto;
}

.header {
	height: 120px;
	background: #425dae;
}

.logo {
	height: 70px;
	margin-right: 25px;
}

.light {
	height: 46px;
}

.info-head {
	height: 60px;
}

.info-head img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.header img {
	height: 100%;
}

.title {
	color: #ede10a;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 555px;
}

.name {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.content {
	padding-top: 45px;
}

.matter-item {
	font-size: 18px;
	line-height: 18px;
	width: 260px;
	height: 174px;
	padding: 0 6px;
	text-align: center;
	margin-right: 36px;
	margin-bottom: 30px;
	float: left;
}

.content>div:nth-child(4n) {
	margin-right: 0;
}

.matter-img {
	height: 50px;
	margin-bottom: 5px;
}

.matter-img img {
	height: 50px;
}

.matter-item .matter-btn {
	display: none;
}

.matter-btn {
	margin: 0 auto;
	width: 105px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.matter-item:hover .matter-btn {
	display: block;
}

.matter-item .matter-btn:hover {
	background: #fff;
	color: #425dae;
}

.matter-name {
	/*line-height: 25px;*/
}

.footer {
	font-size: 16px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	background: #425dae;
	text-align: center;
	margin-top: 60px;
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	width: 100%;
}

/*.matter-item:hover{
	background-image:url(../img/matter-item.png);
    background-size: 104% 104%;
    background-repeat: no-repeat;
}*/
@keyframes myShow {
	0% {
		background-position: 0 174px;
	}

	100% {
		background-position: 0 0;
	}
}

@-webkit-keyframes myShow {
	0% {
		background-position: 0 174px;
	}

	100% {
		background-position: 0 0;
	}
}

@keyframes myShowOut {

	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0px 174px;
	}
}

@-webkit-keyframes myShowOut {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0px 174px;
	}
}

/*选择情形*/
.content-title {
	color: #425dae;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	margin-bottom: 35px;
}

.content-title img {
	margin-right: 10px;
}

.content-nav {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.content-nav>div {
	background-size: 100% 100%;
	line-height: 60px;
	box-sizing: border-box;
}

.nav-left {
	width: 260px;
	height: 60px;
	padding-left: 75px;
	background-image: url(../img/top.png);
}

.nav-middle {
	width: 270px;
	height: 60px;
	padding-left: 95px;
	margin-left: -38px;
	background-image: url(../img/middle.png);
}

.nav-middle.light {
	background-image: url(../img/middle_light.png);
}

.nav-right {
	width: 270px;
	height: 60px;
	padding-left: 120px;
	margin-left: -37px;
	background-image: url(../img/bottom.png);
}

.nav-right.light {
	background-image: url(../img/bottom_light.png);
}

/*导航栏四列*/
.content-nav.content-nav-four>div {
	width: 340px;
}

.content-nav.content-nav-four .nav-middle {
	margin-left: -40px;
}

.content-nav.content-nav-four .nav-right {
	margin-left: -40px;
}

.content-remark {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
}

.content-wrap {
	background: #fff;
}

.situa-wrap {
	padding-left: 30px;
	padding-right: 30px;
}

.situa-wrap {
	width: 100%;
}

.situa-item {
	padding: 15px 35px;
	box-sizing: border-box;
	width: 100%;
	background: #f6f5f7;
	border: 1px dashed #cccccc;
	margin-bottom: 10px;
}

.situe-title {
	font-size: 16px;
	color: #010101;
	line-height: 25px;
	margin-bottom: 25px;
}

.situe-title input {
	height: 25px;
	line-height: 25px;
	width: 300px;
	background: #fff;
	border: none;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
}

.situa-back,
.situa-next {
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
}

.situa-back {
	border: 1px solid #425dae;
	color: #425dae;
	margin-right: 20px;
}

.situa-next {
	background: #425dae;
	color: #fff;
}

.situa-btn {
	margin-top: 55px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

/*.content-wrap{
	padding-bottom: 100px;
}*/
.situe-sure,
.situe-no {
	font-size: 16px;
	line-height: 28px;
	height: 28px;
	cursor: pointer;
	margin-right: 45px;
}

.situe-sure img,
.situe-no img {
	margin-right: 10px;
	margin-top: -4px;
}

.single-wrap:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.single-wrap .situe-sure {
	margin-right: 45px;
	float: left;
}

.situa-stage {
	padding-top: 15px;
	padding-bottom: 15px;
}

.situe-follow {
	padding-left: 45px;
	border-top: 1px dashed #cccccc;
	margin-top: 20px;
}

.situe-follow>div:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.situa-remark {
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	color: #666;
}

.situa-more {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
}

.situa-more .situa-more-remark {
	text-decoration: underline;
	cursor: pointer;
}

.situa-more .situe-sure {
	margin-left: 20px;
}

.situa-more .situe-sure img {
	margin-right: 0;
}

.coupon-read {
	display: none;
}

.read-content {
	width: 750px;
	height: 70%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	margin: 0 auto;
	margin-top: 5%;
	border-radius: 4px;
	position: relative;
}

.read-close {
	position: absolute;
	top: -12px;
	right: -12px;
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}

.read-wrap {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

/*一单告知*/
.inform {
	padding-left: 75px;
	padding-right: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.inform_content {
	line-height: 25px;
	font-size: 16px;
	color: #333333;
	padding-right: 50px;
	width: 100%;
	box-sizing: border-box;
	height: 920px;
	overflow-y: auto;
}

.inform_content table {
	width: 90% !important;
	margin: 0 auto;
}

.inform_title {
	font-weight: bold;
}

.inform_detail {
	margin-bottom: 20px;
}

.inform_more {
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
}

.inform_btn {
	width: 170px;
	height: 30px;
	color: #fff;
	background: #f7c948;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
}

.inform_line {
	width: 100%;
	height: 2px;
	background: #f7c948;
	margin-top: -14px;
}

.inform_read {
	height: 28px;
	line-height: 28px;
	color: #000000;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
}

.inform_read img {
	margin-right: 10px;
	margin-top: -4px;
}

.apply {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	max-height: 920px;
	overflow-y: auto;
	box-sizing: border-box;
	margin-top: 40px;
}

/*材料清单*/
.material {
	width: 100%;
	padding: 40px 30px 40px 50px;
	box-sizing: border-box;
}

.material table {
	width: 100%;
	/*margin-bottom: 170px;*/
}

.material table tr,
.get_way table tr {
	line-height: 30px;
	font-size: 16px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.material table td,
.get_way table tr {
	border: 1px solid #dcdcdc;
}

.material table tbody>tr:nth-child(1),
.get_way table tbody>tr:nth-child(1),
.material_title,
.material_remark .title {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	margin-left: 0;
}

.material_title {
	margin-top: 30px;
	margin-bottom: 15px;
}

.material_remark .title {
	margin-bottom: 10px;
	line-height: 16px;
}

.material table tr>td:nth-child(1),
.get_way table tr>td:nth-child(1) {
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.material table tr .done {
	color: #cccccc;
}

.material table tr .toDo {
	color: #ff0000;
}

.material_remark {
	background: #f1f1f1;
	border: 1px dashed #dcdcdc;
	padding: 20px 25px;
	line-height: 30px;
}

.material table tbody>tr:nth-child(1) {
	background: #f1f1f1;
}

.material table tbody img {
	margin-top: -3px;
}

/*领取方式*/
.get {
	margin-top: 40px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.get_way .situe-title {
	margin-bottom: 10px;
	color: #333333;
	line-height: 16px;
}

.get_way .situe-sure {
	color: #000000;
}

.get_way .situe-no {
	color: #000000;
}

.address {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #cccccc;
}

.get_way textarea {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 16px;
	color: #333333;
	padding: 10px;
	font-family: '微软雅黑';
}

.get_way table {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	margin-bottom: 70px;
}

.get_way table tr>td:nth-child(2) {
	text-align: left;
}

.get_way table tr img {
	margin-right: 5px;
	margin-top: -3px;
}

/*完成*/
.material_remark.centerY span {
	font-size: 24px;
	color: #425dae;
	font-weight: bold;
}

.code {
	text-align: center;
	margin-right: 80px;
	margin-left: 100px;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	margin-top: 10px;
}

/*材料清单*/
.coupon {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.coupon-content {
	width: 1000px;
	min-width: 1000px;
	background: #fff;
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 100px;
	height: 600px;
}

.coupon-header {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background: #546cb6;
	box-sizing: border-box;
	color: #fff;
}

.coupon-close {
	float: right;
	width: 30px;
	padding-top: 10px;
	cursor: pointer;
}

.coupon-wrap {
	height: 550px;
	width: 100%;
}

.uplaod_wrap {
	padding: 20px;
	height: 475px;
	box-sizing: border-box;
	overflow-y: auto;
}

.uplaod_wrap1 {
	height: 100%;
}

.upload-item {
	float: left;
	width: 120px;
	text-align: center;
	position: relative;
	margin-right: 15px;
}

.upload-title {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}

.upload-cancel {
	position: absolute;
	top: -10px;
	left: 15px;
	cursor: pointer;
}

.uplaod_wrap>div:nth-child(7n) {
	margin-right: 0;
}

.upload-close {
	margin-top: 20px;
}

.material-look {
	color: #425dae;
	cursor: pointer;
}

.inquiry>span {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: 30px;
	cursor: pointer;
	overflow: hidden;
}

.inquiry-select {
	position: relative;
	border: 1px solid #d51917 !important;
}

.inquiry-select:before {
	content: '';
	display: block;
	width: 3px;
	height: 8px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	transform: rotate(35deg);
	position: absolute;
	bottom: 2px;
	right: 4px;
	z-index: 2;
}

.inquiry-select:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #d51917;
	transform: skewY(-45deg);
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 1;
}

.inquiry-text {
	color: #d51917;
}

/*选择情形*/
.check-wrap {
	margin-left: 45px;
}

.check-item {
	margin-bottom: 25px;
}

.check-wrap>div:last-child {
	margin-bottom: 0;
}

.check-wrap>div:last-child .situe-sure {
	/*margin-bottom:0;*/
}

.check-nav {
	margin-left: 20px;
	display: none;
	padding-left: 25px;
	/*border-left:2px solid #425dae;*/
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}

.check-wrap .situe-sure {
	margin-bottom: 10px;
	margin-top: 10px;
}

.check-nav>div:last-child {
	margin-bottom: 0;
}

.tips_wrap {
	position: relative;
}

.tips_content {
	position: absolute;
	top: -3px;
	right: -315px;
	background: #ddd;
	border-radius: 4px;
	font-size: 14px;
	line-height: 18px;
	display: none;
}

.tips_content:after {
	content: '';
	width: 0;
	height: 0;
	border-right: 5px solid #ddd;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 10px;
	left: -5px;
}

.tips_wrap img {
	margin-bottom: -4px;
	position: relative;
	z-index: 2;
}

.tips_wrap img:hover+span {}

.tips_wrap:hover span {
	display: inline-flex;
	width: 300px;
	padding: 10px;
	z-index: 3;
}

.check-nav .tips_content {
	border: 1px solid #ddd;
}

.check-nav .tips_content:after {
	content: '';
	width: 0;
	height: 0;
	border-right: 5px solid #ddd;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 10px;
	left: -5px;
}

.prompt-wrap {
	width: 400px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -200px;
}

.prompt-content {
	height: 250px;
	width: 100%;
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 20px;
}

.prompt-warm {
	color: #d51917
}

.prompt-friendly {
	color: #35a35c;
}

.coupon-btn {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
}

.coupon-btn>div:hover {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.coupon-btn .form-prev {
	border: 1px solid #ddd;
	color: #9c9696;
	cursor: pointer;
}

.coupon-confirm .prompt-content {
	padding-bottom: 55px;
	font-size: 16px;
	color: #000;
}

.coupon-warm .prompt-content {
	padding-bottom: 55px;
	font-size: 16px;
}

.print-list {
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
}

.print-list table {
	width: 100%;
	font-size: 14px;
}

.print-list table .subTitle {
	font-weight: bold;
}

.print-list table tr>td:nth-child(1) {
	padding-left: 20px;
	text-align: left;
}

.print-list table tr>td:nth-child(2) {
	padding-top: 0;
	padding-bottom: 0;
}

.print-list table td {
	border: 1px solid #ddd;
	line-height: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.print-btn {
	width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	background: #5cb85c;
	cursor: pointer;
}

.print-btn:hover {
	background: #546cb6;
}

/*折叠*/
.fold {
	font-family: "仿宋";
	font-size: 19px;
}

.fold div {
	font-family: "仿宋";
}

.fold_item {
	width: 100%;
	margin-bottom: 10px;
}

.fold_title {
	text-indent: 37px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	background: #f5f5f5;
	padding-right: 20px;
	border-radius: 4px;
	cursor: pointer;
}

.fold_title img {
	margin-top: 6px;
}

.fole_detail {
	text-indent: 28px;
	display: none;
}

.fold_title {
	width: 100%;
}

.fold_title:after {
	display: block;
	opacity: 0;
	clear: both;
	content: '';
}

.fold_title span {
	float: left;
}

.fold_title img {
	float: right;
}

.fold_title .fold-right {
	display: block;
}

.fold_title .fold-bottom {
	display: none;
}

.fold-open .fold-right {
	display: none;
}

.fold-open .fold-bottom {
	display: block;
}

.fold-open .fole_detail {
	display: block;
}

.fold-mainTitle {
	font-size: 27px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-family: "仿宋";
}

.fole_detail img {
	width: 100%;
}

/*回到顶部*/
.top-feed {
	position: fixed;
	left: 50%;
	bottom: 80px;
	width: 40px;
	height: 40px;
	border: 1px solid #e3e3e3;
	background-color: #fafafa;
	margin-left: 605px;
	cursor: pointer;
	box-sizing: border-box;
	display: none;
}

.top-icon {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	padding-right: 1px;
	padding-top: 5px;
}

.top-feed .top-icon img {
	width: 25px;
}

.icon-mask {
	display: none;
	width: 40px;
	height: 40px;
	background: #e3e3e3;
	font-size: 13px;
	color: #999;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.top-feed-text {
	width: 30px;
	margin: 3px auto;
}

.top-feed:hover .top-icon {
	display: none;
}

.top-feed:hover .icon-mask {
	display: block;
}


/*提示框*/
.coupon-remark {
	background: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.remark-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -17px;
	width: 350px;
	height: 35px;
	line-height: 35px;
	background: #f2ad1e;
	box-shadow: 2px 4px 5px 0px rgba(8, 1, 3, 0.35);
	border-radius: 4px;
}

.remark-content img {
	margin-right: 10px;
	margin-bottom: -2px;
}

/* addcss */
.matter-item .matterBtnBox {
	display: none;
	box-sizing: border-box;
	padding: 0 6px;
	/* justify-content: space-between; */
}

.matterBtnBox {
	margin-top: 20px;
	font-size: 16px;
	width: 100%;
}

.matterBtnBox .btn {
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	height: 36px;
	line-height: 34px;
	padding: 0 20px;
}

.matterBtnBox .btnChange {
	/* margin: 0 15px; */
}

.matter-item .marquee {
	color: #fff;
	visibility: hidden;
	font-size: 16px;
}

.matter-item:hover .matterBtnBox {
	display: flex;
	justify-content: space-between;
}

.matter-item .matterBtnBox .btn:hover {
	background: #fff;
	border-color: #fff;
	color: #2868b1;
}