@charset "UTF-8";
/* 顶部信息模块 */
.guider-search{
	position: relative;
	height: 3rem;
}
.guider-search::before {
    content: '\f002';
    font-family: "FontAwesome";
    position: absolute;
    left: 0.8rem;
    top: .3rem;
    color: #ddd;
    font-size: 16px;
}
.guider-search input{
	height: 100%;
	border: solid 1px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	width: 28.6rem;
	color: #000000;
	border-right: 0;
	padding-left: 3.2rem;
}

.guider-search button{
	position: absolute;
	top: 0;
	right: 0;
	width: 6.4rem;
	height: 3rem;
	border: 0;
	background-color: #2290ff;
	color: #ffffff;
	border-radius: 0 4px 4px 0;
}
.guide-content{
	position: relative;
	margin-top: 4rem;
	margin-bottom: 10rem;
}
.guide-content p {
    margin: 1rem 0;
	font-size: 1.8rem;
}
.guide-tit{
	margin-bottom: 3rem;
}
.guide-tit h1{
	height: 50px;
	display: inline-block;
	width: 100%;
}
.need-show.show{
	height: auto;
}
td.need-show.show{
	width: 100% !important;
}
.display-none{
	display: none;
}
.toggle-detail{
	margin-left: 1rem;
	display: inline-block;
	padding: 0 1.5rem;
	margin-top: .5rem;
	border-radius: .2rem;
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #4293f4;
	background-color: #f1f2f3;
}
.toggle-detail:focus{
    color: #4293f4;
    background-color: #f1f2f3;
}
.toggle-detail:hover{
    color: #fff;
    background-color: #4293f4;
}

/* 工具栏 */
.guide-toolbox{
	margin-bottom:3rem;
}
.guide-toolbox a.tool-active{
	color: #fff;
	    background-color: #4293f4;
}
.guide-toolbox a{
	    margin-right: 2rem;
	padding: 0 2.5rem;
	    font-size: 1.6rem;
	    font-weight: 700;
	    line-height: 4.8rem;
	    min-width: 15rem;
	    text-align: center;
	    display: inline-block;
	    background-color: transparent;
	    text-decoration: none;
	    border: none;
		color: #4293f4;
		background-color: #ebf4fb;
}
.box-title {
    padding: 1.5rem 0;
	font-weight: 700;
    border-bottom: 4px solid #000000;
}
.table th.title {
    background-color: #f2f2f2;
	font-weight: normal;
	min-width: 100px;
}
.table td{
    background-color: #fdfefe;
    width:30%;
}
.table td.single-td{
	width:80%;
}
.table td.sm-td{
	width: auto;
}
.table a{
	font-weight: 700;
	    color: #4293f4;
}
.table-part-toggle{
	width: 100%;
	display: block;
	background-color: #f1f2f3;
	text-align: center;
	font-size: 1.4rem;
	line-height: 4rem;
	color: #4293f4;
	font-weight: 700;
	height: 4rem;
	margin-top: 1rem;
}
.table-part-toggle:focus{
	color: #4293f4;
}
.guide-content-part {
    margin-bottom: 6.4rem;
    position: relative;
}
body {
    position: relative;
}
.content {
    position: relative;
}
.nav-box {
    position: absolute;
    right: 100%;
	padding-right: 0;
    top: 0;
    margin-right: 3rem;
    min-width: 13rem;
    border-right: 1px solid #e2e2e2;
}
.nav-box.affix {
    position: fixed;
    top: 6rem;
    left: auto;
    right: 50%;
    margin-right: 61.5rem;
}
.nav-box ul li {
    padding: .5rem 0;
    text-align: right;
}

.nav-box ul li a {
    padding: 0 2rem;
    color: #666666;
}

.nav-box ul li.active a {
    position: relative;
    color: #2290ff;
}

.nav-box ul li a:hover {
    color: #2290ff;
}

.nav-box ul li.active a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: .4rem;
    background-color: #2290ff;
}
/* 办理流程 */
.guide-content-part>.nav {
    border-bottom: 4px solid #000000;
}
.guide-content-part>.nav>li.active {
    border-bottom: 8px solid #2290ff;
}
.guide-content-part>.nav>li {
    font-weight: bold;
    margin-bottom: -.4rem;
    margin-right: 3rem;
}
.guide-content-part>.nav>li a:hover {
	background: none;
	color: #3784c2;
}
.guide-content-part>.nav>li a {
	color: #000000;
}
.guide-content-part>.nav>li.active a {
    background: none;
    color: #000000;
}
.guide-content-part .tab-content{
	padding-top:2.4rem;
}
.guide-content-part .tab-pane .btn{
	margin-bottom: 3rem;
}
.guide-content-part .matters-process-title {
    font-size: 1.6rem;
    color: #0d1c28;
    opacity: .4;
    margin-bottom: 1.7rem;
}
.guide-content-part .matters-process-item {
    padding-left: 5.1rem;
    padding-bottom: 4rem;
    position: relative;
}
.guide-content-part .matters-process-item::before {
    content: '';
    left: 1.4rem;
    top: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    background-color: #dfe1e2;
}
.guide-content-part .matters-process-item:last-child::before{
	width: 0;
}
.guide-content-part .matters-process-item-order {
    width: 2.8rem;
    height: 2.8rem;
    background-color: #4293f4;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.guide-content-part .matters-process-item-header {
    *zoom: 1;
    margin-bottom: 1.2rem;
}
.guide-content-part .matters-process-item-header:after,.guide-content-part .matters-process-item-header:before {
    display: table;
    content: "";
}
.guide-content-part .matters-process-item-header>p {
    float: left;
    font-size: 1.8rem;
    color: #0d1c28;
    line-height: 2.8rem;
    margin: 0;
}
.guide-content-part .matters-process-item-header>ul {
    float: right;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: rgba(9,41,77,.4);
}
.guide-content-part .matters-process-item-header>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3.2rem;
}
.guide-content-part .matters-process-item-header:after {
    clear: both;
}
.guide-content-part .matters-process-item-text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #0d1c28;
    margin-bottom: 1.6rem;
}
.guide-content-part .matters-process-item-tips {
    background-color: #f1f2f3;
    padding: 1.6rem;
    color: rgba(0,0,0,.6);
	font-size: 1.6rem;
    text-align: justify;
    line-height: 2.4rem;
}
guide-content-part::after{
	clear: both;
}
.guide-content-part h3.margin-tp-30{
	font-weight: 700;
	font-size: 2.2rem;
}
/* 咨询监督 */
.guide-content-part .inquire-list>li .inquire-title {
    float: left;
    width: 11rem;
}
.guide-content-part .inquire-list>li:after,.guide-content-part .inquire-list>li:before {
    display: table;
    content: "";
}
/* 右侧内容 */
@media screen and (min-width: 1023px){
	.matter-right{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
                padding-right: 0;
	}
}

.sticky-element{
	position: sticky;
	top: 1rem;
}
/* 好差评 */
.matters-aside.satisfaction {
    padding: 0;
    padding-top: 1.2rem;
}
.matters-aside {
    padding: 3rem;
    border: 1px solid #dfe1e2;
    margin-bottom: 2.4rem;
}
.matters-aside-box-hd {
    margin-bottom: 1rem;
}
.matters-aside.satisfaction .matters-aside-box-title {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}
.matters-aside-box-title {
    font-size: 1.6rem;
    font-weight: 700;
}
.matters-aside-box-bd {
    font-size: 1.4rem;
    color: #45484b;
}
.matters-comment-rate:first-child {
    margin-top: 0rem;
}
.matters-comment-rate {
    *zoom: 1;
    margin-top: .88rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}
.matters-comment-rate .desc {
    font-size: 1.8rem;
    color: #727475;
    width:10.4em;
    margin-right: 1.2rem;
}
.rate-picker {
    display: inline-block;
    position: relative;
}
.rate-picker-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.rate-picker-wrapper>li {
    display: inline-block;
    position: relative;
    top: -1px;
}
.rate-picker-wrapper>li .fa {
    color: #4293f4;
}
.rate-picker .fa {
    font-size: 1.8rem;
}
.rate-picker-front {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
}
.matters-comment-rate .score {
    font-size: 1.4rem;
    color: #0d1c28;
    font-weight: 600;
}
.matters-comment-line {
    position: relative;
    margin-top: 2.4rem;
}
.matters-comment-guide {
    *zoom: 1;
    padding-top: 1.7rem;
    padding-bottom: 3.4rem;
    text-align: center;
}
.matters-comment-line::after {
    content: '';
    position: absolute;
    left: 1.6rem;
    right: 1.6rem;
    height: 0;
    border-top: 1px dashed #dfe1e2;
}
.matters-comment-guide>a {
    width: 50%;
    float: left;
    position: relative;
    vertical-align: middle;
    line-height: 2.6rem;
    color: #3d4953;
}
.matters-aside-box-bd a {
    font-weight: 700;
}
a{
	color: #4293f4;
}
.matters-comment-guide>a:nth-last-child(1)::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    background-color: #dfe1e2;
}
/* 服务承诺 */
.matters-aside-box {
    border-bottom: 1px dashed #dfe1e2;
    padding: 1.5rem 0;
}
.matters-aside-box:first-child {
    padding-top: 0;
}
.btn {
    padding: 0 2.5rem;
    color: #4293f4;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 4.8rem;
    min-width: 15rem;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    text-decoration: none;
    border: none;
}
.btn.btn-primary {
    color: #fff;
    background-color: #4293f4;
}
.btn.btn-default {
    color: #4293f4;
    background-color: #ebf4fb;
}
.btn.btn-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .3;
}
.matters-aside-box:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.matters-aside-promise li {
    width: 1%;
    text-align: left;
    display: table-cell;
}
.matters-aside-promise-value {
    display: block;
    color: #0d1c28;
    font-size: 1.8rem;
    font-weight: 700;
}
.matters-aside-promise-title {
    display: block;
    font-size: 1.6rem;
    color: #727475;
}
.matters-aside-faq>li {
    margin-bottom: .5rem;
    height: 20px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download-link .i {
    margin-right: .9rem;
    font-weight: 400;
}
.matters-comment-guide>a>i {
    margin-right: 1rem;
    color: #4293f4;
}
.matters-aside.download-aside .tooltips-wrapper {
    position: absolute;
    width: 18.4rem;
    height: 17.4rem;
    background-color: #fff;
    text-align: center;
    padding-top: 2.9rem;
    box-shadow: 0 2px 22px 0 rgba(9,41,77,.15);
    top: -20rem;
    left: 0;
    display: none;
    z-index: 1;
}
.matters-aside.download-aside .tooltips-wrapper>img {
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
    vertical-align: middle;
}
.matters-aside.download-aside .download-link>div>a:nth-child(2):hover .tooltips-wrapper {
    display: block;
}
.matters-aside.download-aside .tooltips-wrapper::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: .8rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    bottom: -1.4rem;
    left: 1.8rem;
}
/* 办事指南评议 */
.rate-picker.toggle li {
    cursor: pointer;
}
.rate-picker.large .fa {
    font-size: 4.8rem;
}
#show_comment_window .check-list, #show_comment_window .check-list {
    margin-top: 24px;
}
.check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#show_comment_window .check-list li, #show_comment_window .check-list li {
    min-width: 22rem;
}
.check-list>li {
    display: inline-block;
    margin-right: 1.6rem;
    margin-bottom: 1.6rem;
    padding: 1.4rem 1.5rem 1.2rem;
    background-color: #f1f2f3;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #0d1c28;
    min-width: 23rem;
    border: .1rem solid #f1f2f3;
    cursor: pointer;
}
.check-list>li.checked {
    color: #4293f4;
    border-color: #4293f4;
    position: relative;
}
.check-list>li.checked::after {
    content: "√";
    position: absolute;
    right: -1px;
    bottom: 0;
    padding: 20px 0 0 20px;
    line-height: 1;
    background: linear-gradient(-45deg,#4293f4 40%,transparent 0);
    color: #fff;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.check-list>li.disabled {
    border-color: #c5c8ca;
    color: #727475;
    cursor: unset;
}
.check-list>li.disabled::after {
    background: linear-gradient(-45deg,#c5c8ca 40%,transparent 0);
}
.gd-form-error {
    margin: 1rem 0;
    font-size: 1.4rem;
    color: #c10b1e;
}
.gd-textarea-wrapper {
    position: relative;
}
#show_comment_window textarea, #show_comment_window textarea {
    margin-top: 3.8rem;
}
.gd-textarea-wrapper .gd-textarea {
    padding-bottom: 2rem;
    overflow: hidden;
}
.gd-textarea {
    border: 1px solid #bbb;
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    line-height: 1.6;
    display: block;
    width: 100%;
    outline: 0;
    min-height: 12rem;
    resize: vertical;
}
.gd-textarea-count {
    position: absolute;
    right: 2rem;
    bottom: .5rem;
    text-align: right;
    color: #727475;
    font-size: 1.4rem;
}
.gd-textarea-count span {
    color: #45484b;
}
#show_comment_window .tips{
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000;
    margin-top: 3.8rem;
}
#confirm_date{
	text-align: center;
}
#confirm_date .fa{
	font-size: 3.6rem;
}
#confirm_date .btn{
	min-width: 80px;
}
.tooltip{
	font-size: 1.4rem;
}
tr.hide-mes.showing{
	display: table-row;
}
.hide-mes{
	display: none;
}
tr.hide-mes.showing{
	display: table-row;
}
div.hide-mes.showing{
	display: inherit;
}

/* 常见问题页面css start */
.matters-faq-title {
    font-size: 4rem;
    line-height: 1;
    margin: 3rem 0;
}
.matters-faq-list {
    margin: 0 0 4rem;
}
.matters-faq {
    font-size: 1.8rem;
}
.matters-faq-item {
    padding: 4rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.matters-faq-question {
    max-width: 80rem;
    color: #0d1c28;
    font-weight: 700;
    margin-bottom: 2rem;
}
.matters-faq-answer {
    max-width: 80rem;
    color: #777;
}
.matters-faq-item:last-child {
    border-bottom: none;
}
@media screen and (max-width:767px){
	.sticky-element{
		position: inherit !important;
	}
	#aside-apply{
		display: none !important;
	}
	.guide-content-part>.nav>li a {
	    padding: 10px 0;
	}
	.guide-toolbox a {
	    min-width: 8rem;
	    padding: 0 .5rem;
	    line-height: 4.1rem;
	}
	.nav-box{
		display: none !important;
	}
	.table {
		margin-top: 0;
	}
	.table-responsive{
		margin-top: 20px;
		border-top: 0;
	}
}