/*pc样式表*/
.logo01{
	right: 10%;
	position: relative;
	float: right;
	line-height: 4;
}
.pc-mui-content{
	width: 100%;
	height: auto;
	z-index: 1;
	position: absolute;
	top: 45px;
	bottom: 0;
	overflow: auto;
	background: #ffffff;
}
.tittle{
	display: inline-block;
	font-weight: bold;
}

.yellowLine{
	width:100%;
	height:7px;
	background:linear-gradient(180deg, rgba(244, 157, 0, 1) 0%, rgba(244, 157, 0, 1) 10%, rgba(248, 177, 0, 1) 34%, rgba(252, 198, 0, 1) 62%);
}
/*左边样式*/
.card-title-pc{
	margin-left: 15%;
	margin-top: 20px;
	height: 280px;
}
.card-name-pc {
	font-weight: 700;
	font-size: 20px;
	color: rgba(244, 157, 0, 1);
	text-align: center;
	position: relative;
}
.card-pc{
	width: 60%;
	float: right;
}
.abstract2{
	font-weight: 400;
	font-size: 18px;
	color: rgb(102, 102, 102);
	text-align: center;
	line-height: 28px;
}
.show-card-pc{
	width: 60%;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
	border-right: 5px solid rgba(244, 157, 0, 1);
}
.card-title-pc img{
	width: 40%;
	justify-content: center;
	align-content: center;
}
/*右边样式*/
.show-card-right-pc{
	width: 40%;
	float: left;
}
.card-title-right-pc{
	margin-left: 15%;
	margin-top: 20px;
}
.card-title-right-pc img{
	width: 40%;
	margin: 0 20%;
}
.active-pc{
	width: 90%;
	margin-top: 40px;
	font-weight: 400;
	font-size: 16px;
	color: rgb(102, 102, 102);
	text-align: left;
	line-height: 28px;
}

.jq-home-btn-pc{
	background-color: rgba(235, 15, 33, 1);
	color: #ffffff;
	font-weight: bold;
	 font-size: 18px;
	justify-content: center;
	width: 100px;
	display: flex;
	margin: 20px auto;
}
.footer-pc{
	width: 100%;
	height: 80px;
	text-align: center;
	background: #ffffff;
	font-family: Arial;
	font-weight: bold;
	clear: both;
}
/*导航*/
.bar-01-pc {
	width: 20%;
	margin: 10px 10px;
	/* border-radius: 24px; */
}
.bar-01-pc img{
	width: 100%;
}
.bar-01-pc span{
	justify-content: center;
	align-items: center;
	display: flex;
	margin-top: -14%;
	height:6%;
	color: #ffffff;
}

.pro-row-table-pc {
	display: table;
	position: relative;
	width: 100%;
	height: 80px;
	padding: 0 5%
}

.pro-row-table-cell-pc {
	display: table-cell;
	position: relative
}
.newbox1-pc {
	width: 25%
}

.newbox2-pc{
	width: 25%
}

.newbox3-pc {
	width: 25%
}

.newbox4-pc {
	width: 30%
}

.nowprocess-pc {
	width: 100%;
	display: flex;
	align-content: flex-start;
}

/*form表单输入框*/
.mui-input-row-pc {
	/* overflow: hidden; */
	clear: left;
	margin-top: 5px;
	 position: relative;
}

.mui-input-row-pc select {
	font-size: 16px;
	/* 	font-weight: bold;
        height: 40px;
        line-height: 40px;
        border-radius: 1px;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.2); */
	-webkit-appearance: none
}

.mui-input-row-pc label+input,.mui-input-row:last-child {
	background-image: none
}

.mui-input-row-pc label {
	float: left;
	width: 20%;
	padding: 11px 11px;
}
/* pc端div下属的input,label,select,textarea */
.mui-input-row-pc label ~ input,.mui-input-row-pc label ~ select,.mui-input-row-pc label ~ textarea {
	/* float: right; */
	/*width: 65%;*/
	width: 30%;
	padding-left: 0;
	margin-bottom: 0;
	/*height: 38px;*/
	line-height: 21px;
	-webkit-user-select: auto!important;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 3px;
	outline: 0;
}
/* 加办卡住宅地址详细地址样式 */
.pcCityDetailIsoil input {
	width: 80%;
	padding: 5px;
}
.mui-input-row-pc>.datepicker {
	width: 30%;
}
/* 上面样式的补充，时间控件在div ->div ->input */
.datepicker>input[type=text] {
	margin-bottom: 0;
	width: 100%;
}
.mui-input-row-pc label ~ textarea {
	width: 100%;
	height: auto;
	resize: none
}

.mui-input-row.mui-input-range {
	padding-right: 20px;
	overflow: visible
}

.mui-input-row-pc .mui-input-clear~.icon-guanbi,.mui-input-row-pc .mui-input-password~.mui-icon-eye,.mui-input-row-pc .mui-input-speech~.mui-icon-speech {
	font-size: 20px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 0;
	width: 38px;
	height: 38px;
	text-align: center;
	color: #999
}

.mui-input-range input[type=range] {
	position: relative;
	width: 100%;
	height: 2px;
	margin: 17px 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	border-radius: 3px;
	outline: 0;
	background-color: #999;
	-webkit-appearance: none!important
}

.mui-input-range input[type=range]::-webkit-slider-thumb {
	width: 28px;
	height: 28px;
	-webkit-appearance: none!important;
	background-color: #007aff;
	background-clip: padding-box;
	border-color: #0062cc;
	border-radius: 50%
}

.mui-input-range input[type=range]::-moz-range-thumb {
	width: 28px;
	height: 28px;
	-webkit-appearance: none!important;
	background-color: #007aff;
	background-clip: padding-box;
	border-color: #0062cc;
	border-radius: 50%
}

.mui-input-range input[type=range]::-ms-thumb {
	width: 28px;
	height: 28px;
	-webkit-appearance: none!important;
	background-color: #007aff;
	border-color: #0062cc;
	border-radius: 50%
}

.mui-input-range label ~ input[type=range] {
	width: 65%
}

.mui-input-range .mui-tooltip {
	position: absolute;
	top: -70px;
	z-index: 1;
	width: 64px;
	height: 64px;
	font-size: 36px;
	line-height: 64px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 0 #f3f3f3;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	opacity: .8
}
/*图片上传*/
.IDAuth-image-item-pc.wxx-ID4Edit_6 {
	top: 10px;
	left: 3%;
	width: 45.58%;
	background-image: url(../images/ID-card_1.png);
	background-size: 100% 100%
}

.IDAuth-image-item-pc.space {
	border: 0
}

.IDAuth-image-item-pc.wxx-ID4Edit_4-pc {
	width: 30%;
	background-image: url(../images/camera.png);
	background-position: center;
	background-repeat: no-repeat;
}

.IDAuth-image-item-pc.space {
	border: 0
}

.IDAuth-image-item-pc {
	width: 46.65%;
	height: 100px;
	background-color: #c3c3c3;
	background-size: 175px 100px;
	border-radius: 4px;
	display: inline-block;
	position: relative
}
.IDAuth-image-item-pc input[type='file'] {
	width: 100%;
	height: 100% !important;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	line-height: inherit !important
}
.add-card {
	background: #c3c3c3;
	border-radius: 4px
}

.zj-form-comp-pc {
	list-style: none;
	font-size: 18px;
	line-height: 44px;
	overflow: hidden;
	background: #fff;
}

.mui-select-pc {
	position: relative
}

.mui-select-pc:before {
	position: absolute;
	margin-left: 27%;
	height: 38px;
	line-height: 38px;
	font-family: iconfont, Helvetica, Arial, Verdana, Tahoma, sans-serif;
	content: '\e641';
	text-align: left;
	padding-right: 12px;
}

.mui-checkbox-pc,.mui-radio {
	position: relative
}

.mui-checkbox-pc label,.mui-radio label {
	/* display: inline-block; */
	/* float: none!important; */
	/* width: 100%!important; */
	/*padding-right: 10px!important*/
	width: 90%;
	font-size:12px;
}

.mui-checkbox-pc.mui-left-pc input[type=checkbox],.mui-radio.mui-left-pc input[type=radio] {
	left: 50px
}

.mui-checkbox-pc input[type=checkbox],.mui-radio input[type=radio] {
	/*position: relative;*/
	/* top: 4px; */
	float: left;
	/* right: 20px; */
	/* display: inline-block; */
	width: 28px;
	/* height: 26px; */
	-webkit-appearance: none;
	/* background-color: transparent; */
	border: 0;
	outline: 0!important;
	/* display: inline-block; */
}

.mui-checkbox-pc input[type=checkbox]:before,.mui-radio input[type=radio]:before {
	font-family: iconfont, Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	color: rgba(170,170,170,.6);
	text-decoration: none;
	background: 0;
	border-radius: 0
}

.mui-checkbox-pc.mui-checked input[type=checkbox]:before,.mui-radio.mui-checked input[type=radio]:before {
	color: #495dbb
}
.mui-checkbox-pc input[type=checkbox]:before {
	content: "\e616"
}

.mui-checkbox-pc.mui-checked input[type=checkbox]:before {
	content: "\e611"
}
.blue{
	color: blue;
}
.card-select{
	/* height: 120px; */
	/* width: 25%; */
	float: left;
	background-color: #fff;
	/* border: 1px solid rgba(0,0,0,.2); */
	border-radius: 3px;
}

.id-card-tap {
	font-size: 10px;
	color: #919191;
	/* float: left; */
	text-align: center;
	line-height: 20px;
	/* position: fixed; */
}
.form-comp-common-right-pc {
    float: left;
    width: 30%;
    position: relative;
    font-size: 16px;
}
.form-comp-common-right-multi-pc {
	float: left;
	width: 20%;
	position: relative;
	font-size: 16px;
	margin-right: 2%;
}
.form-comp-common-right-2 {
    float: left;
    width: 50%;
    position: relative;
    font-size: 16px;
}
.form-comp-common-right-pc select {
    /*padding: 0 !important;*/
    /*padding-left: 0px !important;*/
    /*margin: 0 !important;*/
    background: none !important
}


.form-comp-common-left-pc {
	float: left;
	width: 20%;
	padding: 11px 11px;


}

.form-comp-common-right-pc>.zj-select {
    background: transparent;
    overflow: hidden;
    border: 0 solid #dedede;
    height: 40px !important;
    /*padding-right: 22px;*/
    width: 100%;
    max-width: 100%
}

.form-comp-common-right-pc>.zj-select {
    background: #fff
}

.form-comp-common-right-multi-pc>.zj-select:after,.form-comp-common-right-pc>.zj-select:after {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 15%;
    height: 38px;
    line-height: 38px;
    font-family: iconfont, Helvetica, Arial, Verdana, Tahoma, sans-serif;
    content: '\e641';
    text-align: right;
    padding-right: 5%;
    background: #fff
}

.form-comp-common-right-pc>.zj-select>select {
    color: gray;
    width: 100%;
    /*padding-right: 2% !important;*/
    position: relative;
    z-index: 2
}
.row3{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	height: 56px;
}
/**/
.form-comp-common-right-2 select {
    padding: 0 !important;
    padding-left: 0px !important;
    margin: 0 !important;
    background: none !important
}

.form-comp-common-right-2>.zj-select {
    background: transparent;
    overflow: hidden;
    border: 0 solid #dedede;
    height: 43px !important;
    padding-right: 22px;
    width: 100%;
    max-width: 100%
}

.form-comp-common-right-2>.zj-select {
    background: #fff
}

.form-comp-common-right-2>.zj-select:after {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-family: iconfont, Helvetica, Arial, Verdana, Tahoma, sans-serif;
    content: '\e641';
    text-align: right;
    padding-right: 12px;
    background: #fff
}

.form-comp-common-right-2>.zj-select>select {
    color: gray;
    width: 110%;
    padding-right: 11% !important;
    position: relative;
    z-index: 2
}
.form-comp-common-pc {
    width: 50%;
    list-style: none;
    font-size: 18px;
    line-height: 44px;
    overflow: hidden;
    background: #fff;
    float: left;
}
.mui-input-row-pc-1 label {
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    line-height: 1.1;
    float: left;
    /* margin-left: 80px; */
    padding: 11px 6px;
}
/*收费表宽度为100%*/
.xieyi table {
	width: 100%;
	margin: auto;
}
