@CHARSET "UTF-8";
html,body {
	background-color: #efeff4;
	font-family: "雅黑","宋体",arial,verdana,sans-serif;
	font-size:14px;
}
.mui-bar .mui-pull-left .mui-icon {
	padding-right: 5px;
	font-size: 28px;
}
.mui-bar .mui-btn {
	font-weight: normal;
	font-size: 17px;
}
.mui-bar .mui-btn-link {
	top: 1px;
}
#header{
	background-color:#3692f7;position: unset;-webkit-box-shadow: none;
}
#header h1,#header a{
	color:#fff;
}
#footer {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
    background-color: #eee;
    margin-top: 15px;
}
.fl{ float: left;}
img{display:block}
.mui-input-row label{padding-right: 0;font-size: 15px;}
.mui-input-row select{height:38px;font-size: 15px;}
.mui-input-row input{font-size: 15px;}
.mui-input-group .mui-input-row:after {right: 15px;}
.clear{clear: both;}
.pt{display: block; line-height:45px;font-weight: 600; text-align: center; font-size: 16px; color:#3692f7;}
.table{display:none;}
.show_up{float:left;max-height:36px;margin-top: 2px;}
.peio{display:none}
.pt2{display: block;line-height: 50px; height: 50px; font-weight: 600; text-align:center; font-size: 16px;color: #0f8dea; background: #efeff4;}
.pt3{display: block;  text-align: center;line-height: 38px; color: #ff00e9;}
.pt2 button{ margin-left: 50%;}
.re_msg{font-size: 16px; margin: 60px; line-height: 2;}
::-webkit-input-placeholder{color:#ccc;}
.mui-button-row{ margin: 10px 0;}

.mui-input-group{ margin-top: 0; background: #efeff4 !important;}
.eps-container-right{display:none !important}
.eps-container-outer{overflow: unset;}
.mui-input-group .mui-input-row{ height: 50px !important;}
.mui-input-row label{ padding: 18px 0 18px 15px !important;}
.mui-input-row input{ height: 50px !important;}
.mui-input-row select{ height: 50px !important;}


.mui-card{margin-top: -20px !important;}
.top{ background: url(top.png) no-repeat; width: 100%; height:140px;background-size: 100% 120%;}
.top h3{ color: #fff; text-align: center; margin: auto 0; padding-top: 50px;}
.top h4{text-align: center;font-size: 12px;color: red;}
.top a{ color: #fff; padding:15px 10px;position: fixed;}
.butt_pre{ width: 35%; float: left; margin-left: 13%; padding: 10px 0; margin-bottom: 50px; margin-top: 20px; color: #f76e00; border-radius:10px; background: none; border: #f76e00 solid 1px;}
.butt_next{ width: 35%; float: right; margin-right:13%; padding: 10px 0; margin-bottom: 50px; margin-top: 20px; border-radius:10px; background: #f76e00; border: #f76e00 solid 1px;}
.butt{width: 35%; float: right; margin-right:13%; padding: 10px 0; margin-bottom: 50px; margin-top: 20px; border-radius:10px; background: #f76e00; border: #f76e00 solid 1px; }
#step_1 .butt_next{margin-right: 32.5%;}

/* 上传图片 */
/*上传图片插件的样式*/
.img-box{
	margin-top:-30px;
	padding: 0 15px;
}
.img-box .up-p{
	margin-bottom: 10px;
	font-size: 15px;
	color: #000;
}
.img-box .up-p span{
	color: red;
}
.z_photo{
	padding: 13px;
	border:2px dashed #E7E6E6;
	/*padding: 18px;*/
}
.z_photo .z_file{
	position: relative;
}
.z_file  .file{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.z_photo .up-section{
	position: relative;
	margin-right: 1%;
	margin-bottom: 20px;
}
.up-section .close-upimg{
	position: absolute;
	top: -5px;
	right: -5px;
	display: none;
	z-index: 10;
}
.up-section .up-span{
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: rgba(0,0,0,.5);
}
.up-section:hover{
	border: 2px solid #f15134;
}
.up-section:hover .close-upimg{
	display: block;
}
.up-section:hover .up-span{
	visibility: visible;
}
.z_photo .up-img{
	display: block;
	width: 100%;
	height: 100%;
}
.loading{
    border: 1px solid #D1D1D1;
	background:url(../images/loading.gif) no-repeat center;
}
.up-opcity{
	opacity: 0;
}
.img-name-p{
	display: none;
}
.upimg-div .up-section {
	width: 32%;
    height: 104px;
    display: inline-block;
}
.img-box .upimg-div .z_file {
	width: 32%;
    height: 104px;
    display: inline-block;
    margin-bottom: 20px;
}
.z_file .add-img {
    display: block;
    width: 100%;
    height: 104px;
}
/*遮罩层样式*/
.mask{
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.mask .mask-content{
	 width: 90%;
	 position: absolute;
	 top: 35%;
	 left: 5%;
	border-radius:10px;
	 background: white;
	 height: 160px;
	 text-align: center;
}
.mask .mask-content .del-p{
	color: #555;
	height: 94px;
	line-height: 94px;
	font-size: 18px;
	border-bottom: 1px solid #D1D1D1;
}
.mask-content .check-p{
	height: 66px;
	line-height: 66px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	top:94px;
	width: 100%;
}
.mask-content .check-p span{
	width: 49%;
	display:inline-block;
	text-align: center;
	color:#d4361d ;
	font-size: 18px;
}
.check-p .del-com{
	border-right: 1px solid #D1D1D1;
}
/*上传部分css*/
.img-section{margin-top:10px;margin-bottom: 10px;}
.step{display: none;}
#step_1{display: block;}
#yzm, #sjyzm{width: 30%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px !important;
    height: 40px !important;
	margin-top: 5px;
}
#yzm_img{
	float: left;
	height: 40px;
    margin-left: 10px;
	max-width: 30%;
    margin-top: 5px;
    max-width: 25%;
}
#send_sjyzm{
	float: none;
    width: auto;
    padding: 8px;
    margin: 9px 0 0 10px;
}
.eps-container-right {
	display: none !important
}

.eps-container-outer {
	overflow: unset;
}
.mui-input-group:after{
background: none !important; 
}
.wj_tips{color:#000;font-size:15px;}
#topPopover {
	position: fixed;
	top: 16px;
	right: 6px;
}
#topPopover .mui-popover-arrow {
	left: auto;
	right: 6px;
}
.mui-popover {
	height: 100px;
}
.mui-table-view-cell:after {
    right: 15px;
}