body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,
pre,form,fieldset,legend,input,button,textarea{
	padding: 0;
	margin: 0;
	letter-spacing: 0.04em;
}
.dhn_fl{
	float: left;
}
.dhn_fr{
	float: right;
}
html,body{
	min-height: 100%;
	height:100%;
}
.bw8_worker_content_iphone{
	padding-bottom: 2rem;
	min-height: 100%;
	position: relative;

}
.pc_form{
	padding-top: 0px !important;
}
.bw8_worker_content_header{

    margin: 0 auto;
    /* margin-bottom: 0.15rem; */

    box-sizing: border-box;

    /* margin-top: 0.35rem; */

    border-bottom: 1px solid #ececec;

    width: 100%;
}
.worker_return_title>p{
	font-size: 0.4rem;
	font-weight: 400;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
textarea{
	padding-left: 0.2rem !important;
}
.bw8_worker_content_title{
	/* margin-bottom: 0.32rem; */
	overflow: hidden;
	padding:0 0.3rem;
}
.worker_return{
	width: 0.23rem;
	height: 0.39rem;
	background: url(/images/historyTicketList/worker_return_icon.png?v=adbf28fd) no-repeat;
	background-size: 100% 100%;
}
.worker_return_title{
	font-size: 0.3rem;
    /* height: 0.3rem; */
    color: #fff;
    font-family: "microsoft yahei";
    /* width: calc(100% - 0.23rem); */
    /* text-align: center; */
    text-align: left;
    color: #666666;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    box-sizing: border-box;

	line-height: 1;

}
.bw8_header_font_title_content{
	font-size: 0.32rem;
	line-height: 0.45rem;
	padding: 0 0.2rem;
	color: #fff;
	overflow: hidden;
	font-family: "microsoft yahei";
	/* margin-bottom: 0.3rem; */

}
.bw8_header_font_title_small_content{
	/* padding: 0 0.2rem; */
	overflow: hidden;
	color: #828282;
	font-size: 0.3rem;
	line-height: 0.4rem;
	word-break: break-word;
	font-family: "microsoft yahei";
	/* margin-top: 0.2rem; */
}
.worker_form_line_content{
	box-sizing: border-box;
	padding:0.02rem 0.3rem;
	overflow: hidden;
}
.worker_form_title span{
	color: #ff3b30;
}
.worker_form_title{
	font-size: 0.3rem;
	color: #666666;
	/* line-height: 0.8rem; */
	/*height: 0.8rem;*/
	box-sizing: border-box;
	/*padding-left: 0.1rem;*/
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
}
.worker_form_input_content{
	/*height: 0.96rem;*/
	width: 100%;
	margin-bottom: 0.15rem;
}
.worker_form_input_content::after,
.worker_form_input_content::before {
	content: ".";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.worker_form_title label{
	margin-right: 5px;
	font-weight: 400;
	overflow: hidden;

	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: .15rem;
	padding-top: 0.08rem;
}
.worker_form_input_checbox input+label{
	padding-top: 0 !important;
}
.worker_form_input_content input{
  /* padding: 5px; */
  height: 0.82rem;
  width: 100%;
  border: 1px solid #dcdee2;
  border-radius: 0.1rem;
  float: left;
  outline: none;
  /*line-height: 0.94rem;*/
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  font-size: 0.3rem;
	color: #333;
  box-sizing: border-box;
  box-shadow: none;
 /* -webkit-appearance: none;*/
}
.worker_form_input_content select{
	 padding:5px 20px 5px 5px;
	 height: 0.82rem;
	 width: 100%;
	 border: 1px solid #d4dbe3;
	 border-radius: 0.1rem;
	 float: left;
	 outline: none;
	color: #333;
	/*line-height: 0.94rem;*/
	padding-left: 0.2rem;
	 font-size: 0.3rem;
	 box-sizing: border-box;
	 box-shadow: none;
	 -webkit-appearance: none;
 }
.worker_form_input_content select{
	background-size: 20px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(/images/historyTicketList/sel_right_bottom.png?v=a15c1f9a) no-repeat center right;
	color: #333;
	background-size: 20px;
	border-color: #dbe1e8 !important;

}
.worker_form_input_content textarea{
	padding: 0.1rem;
	box-sizing: border-box;
	font-size: 0.3rem;
	line-height: 0.35rem;
	height: 1.7rem;
	width: 100%;
	border: 1px solid #dbe1e8;
	border-radius: 0.1rem;
	float: left;
	outline: none;
	color: #333;
	resize: none;
	display: block;
	/* margin-bottom: 0.2rem; */
	-webkit-appearance: none;
	padding: 5px;
}

.worker_form_input_content .phone_code_input{
	float: left;
	width: 50%;
}
.worker_form_input_content .phone_code_button{
	float: left;
	width: 40%;
	height: 0.94rem;
	color: #fff;
	margin-left: 10%;
	border: none;
	background: #4794f2;
	border-radius: 4px;
	line-height: 0.94rem;
	text-align: center;
}
.worker_form_input_content .phone_code_button.disable{
	background-color: #bbb;
}

input::-webkit-input-placeholder{
	color: #dddddd;
}
input:-moz-placeholder{
	color: #dddddd;
}
textarea::-webkit-input-placeholder {
	color: #404040;
}
textarea:-moz-placeholder {
	color: #404040;
}
.worker_form_input_checbox input[type="checkbox"] + label::before {
	content: "\a0";
	display: inline-block;
	vertical-align: .2em;
	width: 0.29rem;
	height: 0.3rem;
	background:url(/images/historyTicketList/checkbox_no.png?v=a3d485b2) no-repeat;
	background-size:100%;
	text-indent: 0.15em;
	line-height: 0.65;
	margin-right: 0.1rem;
}
.worker_form_input_checbox input[type="checkbox"]:checked + label::before {
	background:url(/images/historyTicketList/checkbox_y.png?v=adf58393) no-repeat;
	background-size:100% ;
}
.worker_form_input_checbox input{
	position: absolute;
	clip: rect(0, 0, 0, 0);
}



.worker_form_input_checbox input[type="radio"] + label::before {
	content: "\a0"; /*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	width: 0.29rem;
	height: 0.3rem;
	background: url(/images/historyTicketList/radio_nor.png?v=a59020f1) no-repeat;
	background-size:100%;
	margin-right: 0.1rem;
}
.worker_form_input_checbox input[type="radio"]:checked + label::before {
	background:url(/images/historyTicketList/radio_hover.png?v=a8a833d5) no-repeat;
	background-clip: content-box;
	background-size:100% ;

}

.worker_form_input_checbox input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.stat_icon_ul{
	float: left;
	height: 0.8rem;
	padding-left: 0.1rem;
}
.stat_icon_ul li{
	float: left;
	list-style: none;
	margin-right: 0.2rem;
}
.stat_icon_p{
	height: 0.36rem;
	width: 0.36rem;
	background:url(/images/historyTicketList/start_nor_icon.png?v=acb90f94) no-repeat;
	background-size: 100% 100%;
}
.worker_form_input_content_table table{
	font-size: 0.24rem;
	width: 100%;
	margin-bottom: 0.2rem;
}
.worker_form_input_content_table .table>tbody>tr>th{
	border-top: 0.01rem solid #d3d3d3;
}
.table>tbody>tr>td,.table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border-bottom: 0.01rem solid #d3d3d3;
	/*border-top: 0.01rem solid #d3d3d3;*/
	border-left: 0;
	border-right: 0;
	text-align: center;
	padding: 0.08rem;
	color: #bbbbbb;
}
.table>tbody>tr:nth-of-type(odd) {
	background: #f2f2f2;
}
.input_file2{
	color: #333333;
	display: inline-block;
	height: 0.44rem;
}
.file_font2{
	background: url(/images/releasePageTicketAssetTable/add-show2.svg?v=a7ae8654) no-repeat;
	margin-right: 0.2rem;
	background-size: 100%;
	display: block;
	width: 0.3rem;
	height: 0.3rem;
}
.file_font3{
	background: url(/images/releasePageTicketAssetTable/add-show2.svg?v=a7ae8654) no-repeat;
	margin-right: 0.2rem;
	background-size: 100%;
}
.input_file{
	color: #333333;
	display: block;
	height: 0.82rem;
	border: 1px dashed #dbe1e8;
	border-radius: 0.1rem;
	width: 4.4rem;
	font-size: 0.24rem;
	text-decoration: none;
	position: relative;
	/* padding:0 0.2rem; */
	/* margin: 0 0.1rem; */
}
.file_font{
	display: inline-block;
	text-align: center;
	width: 100%;
	line-height: 0.8rem;
	color: #b4b7bb;
}
.file_input{
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	outline: none;
}
.submit_btn input{
	color: #fff;
	text-align: center;
	font-size: 0.28rem;
	width: 100%;
	line-height: 0.96rem;
	height: 0.96rem;
	background: #4794f2;
	border: 1px solid #4794F2;
	border-radius: 0.1rem;
	outline: none;
	letter-spacing: 0.2rem;
}
.worker_history_footer{
	height: 0.4rem;
	width: 2.2rem;
	background: url(/images/historyTicketList/worder_body_bkg.png?v=afd7376f) no-repeat;
	background-size: 100% 100%;
	margin: auto;
	position: absolute;
	bottom:0.5rem;
	left: 50%;
	margin-left: -1.1rem;
}
input.disabled{
	background: rgb(235, 235, 228);
	opacity: 1;
}
.multi_select_whatever select{
	width: 100% !important;
	height: 0.96rem !important;
	max-width: 100%;
	margin-bottom: 0.2rem;
	padding-right: 0.7rem;
}
.worker_return_title  p{
	/* margin-bottom: 0.2rem; */
	/* overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; */
color: #333;
}
#submit_btn{
	font-size: 0.34rem;
}
.multi_select_whatever{
	padding-top: 0px !important;
}
.form-control[disabled], .form-control[readonly]{
	background: #ededed !important;
}
.worker_form_input_iphone .form-control[readonly]{
	background: #fff !important;
}
.worker_form_input_checbox{
	margin-bottom: 0 !important;

}
.uploadfile>div{
margin-top: 0.15rem;
}
.uploadfile>div b{
	position: absolute;
    top: 0px;
	left:0px !important;
	right: 0 !important;
    color: #b1cbea;
    font-size: 0.24rem;
    text-align: right !important;
}
.uploadfile>div b a{
	display: inline-block;
	padding-left: 0.1rem;
}
.uploadfile>div b a img{
	width: 0.24rem !important;
	height: 0.28rem !important;
	vertical-align: bottom !important;
}

.img_view_ul {
    float: left;
	width: 100%;
	overflow: hidden;
}

.img_view_li {
    float: left;
	width: 1.358rem;
    height: 1.358rem;
    /* width: calc((100% - 70px) / 6); */
    box-sizing: border-box;
    margin-right: 0.26rem;
    /* width: calc((100% - 70px) / 6); */
    box-sizing: border-box;
	margin-right:0.26rem;
	padding-top: 0.15rem;
	box-sizing: content-box;
	margin-bottom: 0.2rem;
}

/* .img_view_li:nth-child(6n) {
    margin-right: 0;
} */

.img_view_in {
    box-sizing: border-box;
    border: 1px solid #eff0f1;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    padding: 1px;
    position: relative;
}

.img_view_del {
    position: absolute;
	top: -0.07rem;
    right: -0.13rem;

    background: url(/images/historyTicketList/imgdelete.png?v=acc39ca2) no-repeat;;
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
}

.img_view_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 删除图片弹框 */
.bw8_worker_content_iphon{
	position: relative;
}
.deleteimg{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background:rgba(0, 0, 0, 0.5) ;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	display: none;
	z-index: 10;
}
.deleteimg>.deleteimg-div{
	 width: 5.848rem;
	 height: 3.139rem;
	background: #fff;
	border: 1px solid rgba(168, 168, 168, 1);
	border-radius: 0.13rem;
	text-align: center;
	margin: 0 auto;
	margin-top: 5.83rem;
}
.deleteimg .prompt{
	margin-top: 0.56rem;
margin-bottom: 0.43rem;
font-size: 0.39rem;
line-height: 1;
color: #333;
}
.deleteimg .deleteTitle{
	font-size: 0.26rem;
	line-height: 1;
	margin-bottom: 0.54rem;

}
.deleteimg  .operation{
	border-top: 1px solid #d6d6d6;
	display: flex;
	flex-direction: row;


}
.deleteimg  .operation button{
	width: 50%;
	text-align: center;
	color: #7d7d7d;
	font-size: 0.26rem;
	outline: none;
    background: none;
	border: none;
	line-height: 0.82rem;
}
.deleteimg .operation .determine{
color: #3c9efa;
}
.deleteimg .operation .deletecancel{
	border-right: 1px solid rgb(214, 214, 214);
	}
	.process{
		position: fixed;
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		z-index: 2;
		background: rgba(0, 0, 0, 0.5);
		display: none;
	}
	.process>div{
		width: 6.22rem;
		height: 4.22rem;
		background: #fff;
		border: 1px solid rgba(168, 168, 168, 1);
		border-radius: 0.18rem;
		margin-left: 0.64rem;
		margin-top: 4.36rem;
		text-align: center;
	}
	.successimg,.successtitle{
		display: none;
	}
	.process img{
		width: 1.5rem;
		height: 1.5rem;
		margin-top: 0.86rem;
		margin-bottom: 0.51rem;

	}
.processtitle{
	font-size: 0.36rem;
	color: #666;
}
.process .spec{
	color:#4794f2;
}
.magnify-button-fullscreen{
	display: none !important;
}
.magnify-button-download{
	display: none !important;
}
.set_small_icon{
	width: 16px;
	height: 14px;
	background: url('/images/historyTicketPC/paperclip_1.svg?v=a69ea143') no-repeat center;
	background-size: cover;
	vertical-align: sub;
	margin-top:2px;
}
.set_small_title{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #b1cbea;
	font-size: 13px;
	margin-left: 10px;
	max-width: 10em;
}