@charset "utf-8";
.service_form_div {
	width: 97%;
	margin: auto;
	padding: 23px 0;
	padding-bottom: 0;
}

.service_form_div_cont {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	padding: 18px 15px;
	padding-top: 0;
	display: flex;
	justify-content: start;
	margin-bottom: 20px;
	position: relative;
	flex-wrap: wrap;
}

.service_form_div_group {
	width: 33.3%;
	display: flex;
	flex-direction: column;
}

.service_form_item {
	display: flex;
	align-items: baseline;
	margin-top: 19px;
	width: 100%;
}

.service_form_item_title {
	width: 108px;
	max-width: 146px;
}

.service_form_item_cont {
	flex: 0 1 95%;
	padding-right: 5%;
}

.service_form_item_cont input {
	width: 90%;
}

.service_form_item_cont textarea {
	display: block;
	height: 50px;
}

.service_form_item_cont select {
	width: 90%;
}

.service_long_form_group {
	width: 100%;
	flex-direction: row;
}

.service_long_form_group .service_form_item_cont {
	width: 121%
}

.service_form_div_cont::before {
	content: "";
	position: absolute;
	top: -10px;
	background-color: white;
	padding: 0 10px;
	color: black;
	font-weight: bold;
}

.service_form_div_cont:nth-child(1)::before {
	content: "采购信息";
}

.service_form_div_cont:nth-child(2)::before {
	content: "申请信息";
}

.service_form_div_cont:nth-child(3)::before {
	content: "付款信息";
}

#service_pay_dialog .service_form_div_cont:nth-child(1)::before {
	content: "采购信息";
}

#service_pay_dialog .service_form_div_cont:nth-child(2)::before {
	content: "付款信息";
}

#service_pay_dialog .service_form_div_cont:nth-child(3)::before {
	content: "审批证明";
}

.service_img_list {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	margin-top: 19px;
}

.service_img_list>img {
	max-width: 100px;
	max-height: 100px;
	margin-right: 10px;
	display: inline-block;
}

.service_form_cont_table {
	width: 98%;
	margin: auto;
	margin-top: 20px;
}


/*
 采购发票详情
 * */

.bill_form_div {
	width: 95%;
	margin: auto;
	padding: 30px 0;
}

.bill_form_div_cont {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	padding: 20px;
	padding-top: 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
	position: relative;
}

.bill_form_div_group {
	width: 44%;
	display: flex;
	flex-direction: column;
}

.bill_form_item {
	display: inline-flex;
	align-items: baseline;
	margin-top: 20px;
	width: 100%;
}

.bill_form_item_title {
	width: 140px;
	max-width: 116px;
}

.bill_form_item_cont {
	width: 100%;
}

.bill_form_item_cont input {}

.bill_form_item_cont input[disabled] {
	background-color: rgb(235, 235, 228)!important;
}

.bill_form_item_cont textarea {
	display: block;
}

.bill_form_item_cont select {}

.bill_long_form_group {
	width: 100%;
	flex-direction: row;
}

.bill_long_form_group .bill_form_item_cont {
	width: 121%
}

.bill_form_div_cont::before {
	content: "";
	position: absolute;
	top: -10px;
	background-color: white;
	padding: 0 10px;
	color: black;
	font-weight: bold;
}

.bill_form_div_cont:nth-child(1)::before {
	content: "开票单位";
}

.bill_form_div_cont:nth-child(2)::before {
	content: "发票信息";
}


/*
 轮播图
 * */

.service_swiper {
	width: 75vh;
	height: 75vh;
}

.service_swiper .swiper-wrapper {}

.service_swiper .swiper-wrapper .swiper-slide {}

.service_swiper .swiper-wrapper .swiper-slide img {}

.service_img_photos {
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.service_img_photo_view {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	width: 100%;
}

.service_img_photo_btn {
	font-size: 30px;
	cursor: pointer;
}

.service_img_photo_btn>i {}

.service_prev_photo_btn {}

.service_img_photo_list {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.service_img_photo_list>img {
	max-width: 100%;
	max-height: 98%;
}

.service_rotate_photo_div {
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 2;
	bottom: 7vh;
	background-color: rgba(232, 232, 232, 0.6);
	padding: 5px;
	border-radius: 5px;
	align-items: center;
}

.service_rotate_photo_btn {
	font-size: 30px;
	margin: auto 10px;
	cursor: pointer;
	color: black;
}

.service_img_photo_num {
	font-weight: bolder;
	font-size: 26px;
	color: black;
}

.service_rotate_photo_btn>i {}

.service_rotate_photo_left {}

.service_rotate_photo_right {}

.service_rotate_photo_disabled {
	color: #d9d9d9;
	pointer-events: none;
	cursor: not-allowed;
}

.service_groupSettle_table {
	width: 96%;
	margin: auto;
	margin-top: 15px;
}