body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.modal {
	width: 100%;
}

.yycgmodal-mask {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	background-color: rgba(10, 9, 9, 0.4);
}

.yycgmodal-from {
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 750px;
	background-color: #fff;
	padding-bottom: 100px;
}

.yycgmodal-from-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	height: 60px;
	background-color: #f8f9fb;
}

.yycgmodal-from-top .yycgmodal-from-title {
	font-size: 16px;
	font-weight: 600;
}

.yycgmodal-from-top .cancel {
	background: url('../../../img/formModal/cancel.png') no-repeat center center;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.yycgmodal-from-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*overflow-x: auto;*/
	margin-top: 20px;
	padding: 10px 0;
}

.yycgmodal-from-item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	padding: 0px 10px 10px;
	width: calc(90% - 30px);
}
/* 退税申请页面调整后新增加内边距修改 */
.modalFromItemNewChange {
	padding: 0px 10px 0 !important;
}

.yycgmodal-from-item input,
.yycgmodal-from-item select {
	width: calc(100% - 50px);
	line-height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #dedede;
	padding: 0px 15px 0px 10px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.yycgmodal-from-item input:focus {
	color: #3462fd;
	border: 1px solid #3462fd;
}
.yycgmodal-from-item input:hover {
	color: #3462fd;
	border: 1px solid #3462fd;
}
.yycgmodal-from-item input::placeholder {
	color: #cbcbcb;
	font-size: 14px;
}
.yycgmodal-from-item input::-moz-placeholder {
	color: #cbcbcb;
	font-size: 14px;
}
.yycgmodal-from-item input::-ms-placeholder {
	color: #cbcbcb;
	font-size: 14px;
}
.yycgmodal-from-item input::-webkit-placeholder {
	color: #cbcbcb;
	font-size: 14px;
}
.yycgmodal-from-item select {
	width: 100%;
}

.yycgmodal-from-item .item {
	width: 22%;
	display: flex;
	justify-content: end;
}

.yycgmodal-from-item .required::before {
	content: '*';
	color: red;
}

.yycgmodal-from-item .type-check {
	display: flex;
	margin-right: 5px;
	width: calc(100% - -50px);
}

.yycgmodal-from-item .type-check .checkout {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.yycgmodal-from-item .type-check .checkout input {
	width: calc(100% - -12px);
	margin-right: 5px;
}

.yycgmodal-from-item .type-check .checkout span {
	line-height: 5px;
}

.yycgmodal-from-btn {
	position: fixed;
	left: 0;
	bottom: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	cursor: pointer;
}

.yycgmodal-from-btn div {
	margin-right: 10px;
	width: 56px;
	height: 32px;
	border-radius: 4px;
	text-align: center;
	background-color: #3462fd;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}
.yycgmodal-from-btn button {
	margin-right: 10px;
	width: 56px;
	height: 32px;
	border-radius: 4px;
	text-align: center;
	background-color: #3462fd;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}

.yycgmodal-from-btn .cancel-btn {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
}

.checkbox {
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
}

.checkbox input {
	width: 15px !important;
}

.select-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
	width: calc(100% - -35px);
}

.select-list .select {
	width: 50%;
	height: 40px;
	border: 1px solid #dcdfe6;
	padding: 0 10px;
	margin-top: -3px;
	border-radius: 4px;
	background: #fff;
	color: #666;
	font-size: 14px;
}

.sel {
	width: calc(100% - -25px);
	height: 40px;
	border: 1px solid #dcdfe6;
	padding: 0 10px;
	margin-top: -3px;
	border-radius: 4px;
	background: #fff;
	color: #666;
	font-size: 14px;
}
.yycgmodal-from-wrap {
	width: 960px;
	height: 635px;
	border-radius: 10px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal_title {
	height: 60px;
	border-radius: 10px 10px 0px 0px;
	background: #f8f9fb;
	overflow: hidden;
}
.modal_title span {
	display: block;
}
.modal_title span:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	float: left;
	line-height: 60px;
	color: #333333;
	margin-left: 20px;
}
.modal_title span:nth-child(2) {
	background: url('../../../img/close.svg') no-repeat left center;
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 25px;
	margin-right: 24px;
	cursor: pointer;
}
.table_wrap {
	padding: 23px 23px;
}
.table_wrap input::placeholder {
	color: #999999;
}
.table_wrap /* 修改自动填充时的背景颜色 */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	-webkit-text-fill-color: #333 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
.table_wrap tr {
	height: 50px;
}
.table_wrap table td {
	padding-left: 10px;
}
.table_wrap table,
th,
td {
	border: 1px solid #ccc;
	border-collapse: collapse; /* 移除单元格之间的间隔 */
}
.table_wrap td input {
	height: 30px;
	line-height: 30px;
	width: 99%;
}
.table_wrap .table_title {
	background: #eff5fd;
	width: 100px;
	padding-left: 12px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	color: #6d81b8;
}
.pos_dzyj_tr {
	position: relative;
}
.pos_dzyj_td {
	position: absolute;
	left: 506px;
	height: 51px;
	padding-top: 4px;
	border-left: 1px solid #ccc;
	top: 283px;
}
.pos_dzyj_input {
	position: relative;
}
.table_wrap .pos_dzyj_input div {
	background: #fff;
	position: absolute;
	left: -26px;
	top: 0px;
	width: 108%;
	height: 49px;
}
.table_wrap .pos_dzyj_input input {
	margin-left: 10px;
	margin-top: 10px;
	width: 96%;
}
.pos_sqzw_tr {
	position: relative;
}
.pos_sqzw_tr .pos_sqzw_td {
	position: absolute;
	left: 506px;
	height: 103px;
	border-left: 1px solid #ccc;
	padding-top: 26px;
	top: 333px;
}
.pos_sqzw_tr .pos_sqzw_input {
	position: relative;
}
.pos_sqzw_tr .pos_sqzw_input input {
	width: 20%;
	margin-top: -4px;
	margin-right: 10px;
}
.pos_sqzw_tr .pos_sqzw_input .number_people {
	height: 99px;
	width: 330px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding-left: 10px;
	padding-top: 33px;
	box-sizing: border-box;
}
.bt_wrap {
	position: relative;
	border-right: none;
}
.gd_wrap {
	position: relative;
}
.bt_wrap > .bt_con {
	height: 50px;
	line-height: 49px;
}
.bt_wrap > .bt_con div {
	float: left;
}
.bt_wrap > .bt_con div:nth-child(1) {
}
.bt_wrap > .bt_con div:nth-child(1) input {
	width: 12px;
	height: 12px;
}
.bt_wrap > .bt_con div:nth-child(2) {
}
.bt_wrap > .bt_con div:nth-child(2) input {
	width: 100px;
}
.bt_wrap > .bt_con div:nth-child(3) {
}
.btn_wrap {
	text-align: right;
	margin-top: 39px;
}
.btn_wrap button {
	width: 56px;
	line-height: 32px;
	text-align: center;
	height: 32px;
	border-radius: 4px;
	cursor: pointer;
}
.btn_wrap button:nth-child(1) {
	background: #fff;
	color: #999999;
	border: 1px solid #cccccc;
	margin-right: 8px;
}
.btn_wrap button:nth-child(2) {
	background: #3a69f9;
	color: #fff;
}

/* 申请报名-附件上传 */
#SqbmApplymodal .table_con .bor_l_no {
	width: 100%;
	border-left: none !important;
}
#SqbmApplymodal .table_con .file_input {
	width: 102px;
	height: 30px;
}
#SqbmApplymodal .table_con .djsc {
	width: 104px;
	height: 32px;
	border-radius: 4px;
	opacity: 1;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	z-index: 8;
	background: url(../../../img/formModal/uploading.png) no-repeat 16px center;
	padding-left: 22px;
	cursor: pointer;
}
#SqbmApplymodal .table_con .jzc {
	font-size: 14px;
	color: #9e9e9e;
}
#SqbmApplymodal .table_con .fileLi{
	width: 100%;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	background: #F4F7FE;
	margin-bottom: 5px;
}
#SqbmApplymodal .table_con .text {
	position: relative;
	color: #3A69F9;
	display: flex;
	justify-content: space-between;
}
#SqbmApplymodal .table_con .text::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  top: 50%;
  transform: translate(0,-50%);
  background: url(../../../img/formModal/fileIcon.png) no-repeat;
}
