html{
	height: 100%;
	-webkit-overflow-scrolling: touch;
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
body{
	margin: 0 auto;
	background:#f1f1f1;
	height: 100%;
	color:#fff;
	max-width:768px;
	font-family:microsoft yahei;
}

/* index */
.main{
	height: 100%;	
}
.top_pic{
	width: 100%;
    background: #31c2f7;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}
.top_pic p{
	margin: 0 0 0.6rem 0;
	font-size: 1.5rem;
	line-height: 2.2rem;

}
.top_pic span{
	font-size:1.3rem;
	line-height:2rem;
	padding: 0 2rem;
	display:inline-block;
}
.top_pic img{ 
	width: 100%;
}
.bto{
	position:absolute;
    top: 5.2rem;
	width:100%;
	height:40px;
	border-radius:50%;
	background:#31c2f7;
	z-index:-1;
    max-width: 768px;
}
.main_div{
	margin:6%;
}
.main_select{
	color:#54adf1;
}
.result-inner{
	background:#fff;
	border:1px solid #dedede;
	position:relative;
	margin-bottom:1.3rem;
}
.border-line{
	position:absolute;
	top:-1px;
	bottom:-1px;
	left:0;
	width:0.5rem;
	border-bottom-left-radius:1px;
	border-top-left-radius:1px;
}
.resu-r p{
	color:#575757;
	font-size:1.2rem;
	margin:0;
	line-height:1.8rem;
}
.resu-r span{
	color: #707070;
	font-size:1.2rem;
	line-height:1.8rem;
}
.resu-r a{
	font-size:1.2rem;
	text-decoration:none;
	display:block;
	line-height:1.8rem;
	color:#31c2f7;
}
.resu-r a em{
	font-size:1rem;
	font-style:normal;
	color:#31c2f7;
}
.result-bottom{
	font-size:0;
	background:#e5f8ff;
	position:relative;
}
.result-bottom:after{
	content: "";
	display:block;
	width:1px;
	position:absolute;
	left: 0;
	right: 0;
	top: 0.2rem;
	bottom: 0.2rem;
	background:#c9c9c9;
	margin:auto;

}
.result-bottom span{
	color:#707070;
	width:50%;
	display:inline-block;
	font-size:1.2rem;
	text-align:center;
	line-height:2.4rem;
}
.resu-l{
	float: left;
    margin-left:1.5rem;
}
.resu-r{
	margin-left:7rem;
}
/* 环形 */
.ico {
    display: table-cell;
    vertical-align: middle;
    color: #535353;

}
.ico .bg {
    
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}
.ico .bg .l_bg {
    clip: rect(0 2rem 4rem 0);
}
.ico .bg div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
}
.ico .bg .l_bg .l {
    clip: rect(0 2rem 4rem 0);
    background: #e5e5e5;
}
.ico .bg div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
}
.ico .bg .r_bg {
    clip: rect(0 4rem 4rem 2rem);
}
.ico .bg div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
}
.ico .bg .r {
    clip: rect(0 4rem 4rem 2rem);
    background: #e5e5e5;
}
.ico .bg div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
}
.ico .bg div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
}
.ico .bg .point {
    height: 4rem;
    line-height: 4rem;
    color:#575757;
    text-align:center;
}
.ico .bg .zhezhao {
    width: 76%;
    height: 76%;
    left: 12%;
    top: 12%;
    background: #fff;
}

/* 环形 */
.result-top{
	overflow:hidden;
	position:relative;
	padding:1.2rem 0;
}
.cgcts_pic{
	width:100%;
}
.s-check {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    background: #31c2f7;
    line-height: 28px;
    padding: 0 0.6rem;
    text-decoration: none;
}
.input_div input{
	width: 94%;
    height:28px;
    background-color: transparent;
    border: none;
	color: #333;
    vertical-align: bottom;
    outline: none;
    padding-left: 10px;
    font-size: 15px;
    box-sizing: border-box;
	line-height: 28px;
}
.select_div{
    border: #bfbfbf solid 1px;
    margin-bottom: 5%;
    width: 100%;
    border-radius: 3px;
    position: relative;
}
.select_div select{
	width: 94%;
    height: 28px;
    background-color: transparent;
    border: none;
	color: #333;
    vertical-align: bottom;
    outline: none;
    padding-left: 10px;
    font-size: 15px;
    line-height:28px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.check{
	background: #31c2f7;
    width: 100%;
    border-radius: 5px;
    height:2.8rem;
	outline:none;
    border: none;
    color: #fff;
    margin: 0 auto 9%;
    display: block;
    font-size: 1.4rem;
}
.tab-tem {
    width: 100%;
    border-radius: 5px;
    margin: 0 auto 9%;
    display: block;
    font-size: 0;
}
.tab-tem a {
    font-size: 1.4rem;
    height: 2.6rem;
    color: #575757;
    line-height: 2.6rem;
    text-decoration: none;
    width: 50%;
    display: inline-block;
    text-align: center;
}

.tab-tem a:first-child {
    border-left: 1px solid #31c2f7;
    border-top: 1px solid #31c2f7;
    border-bottom: 1px solid #31c2f7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.tab-tem a:last-child {
    border-right: 1px solid #31c2f7;
    border-top: 1px solid #31c2f7;
    border-bottom: 1px solid #31c2f7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.input_r {
    position: relative;
}
.input_r input{
	width:84%;
}
.input_div{
    border: #bfbfbf solid 1px;
    margin-bottom: 5%;
    width: 100%;
    border-radius: 3px;
    background: #fff;
}

.query_pic{
	display:block;
	margin:20% auto 5%;
	width:42%;
}
.none_record {
    color: #8f8f8f;
    text-align: center;
    font-size: 1.2rem;
}
.query_inner{
	position:relative;
	width:100%;
	background:#fff;
	color:#707070;
	border-radius: 5px;
	padding: 0.1rem 1rem;
    box-sizing: border-box;
	margin-bottom: 2rem;
}
.query_deco{
	position: absolute;
    width: 4%;
    right: 7%;
    top: -3px;
    z-index:10;
}
.record_title{
	border-bottom:1px solid #31c2f7;
	color:#31c2f7;
	font-size: 1.6rem;
	padding: 0 0 4% 4%;;
}
.class_book{
    width: 7%;
    vertical-align: middle;
	padding: 0 2%;
}
.class_inner{
	margin: 9% 6%;
    font-size: 1.3rem;
    line-height: 1rem;
}
@media screen and (min-width:768px){
	.bto {
		top: 5.9rem;
	}
	.select_div{
		background-size: 4%; 
	}
}

/*hh*/
.artice{
	width:100%;
	background:#31c2f7;
	padding:1rem  3rem;
	box-sizing:border-box;
	color:#fff;
	font-size:1.3rem;
	line-height:2rem;
	min-height:6rem;
}
.time{
	padding:1rem 1rem 1rem 3rem;	
}
.time p{
	padding-left:1rem;
	position:relative;
	line-height:2rem;
	font-size:1.3rem;
}
.time i{
	color:#707070;
	font-style:normal;
	margin-right:.6rem;
}
.spe{
	color:#575757;
}
.time_bg{
	display:inline-block;
	width:1.6rem;
	height:1.6rem;
	position:absolute;
	left:-1.5rem;
	top:.3rem;
}
.warn{
	position: absolute;
    top: 6rem;
    left: 0;
    bottom: 0;
    right: 0;
}
.box{
    width: 80%;
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.warn img{
	display:block;
	width:24%;
	float:left;
}
.warn p{
	font-size:1.3rem;
	float: left;
    margin-top: 14%;
    margin-left: 10px;
    color:#8f8f8f;
}
.query_bg{
	position:absolute;
	left:0;
	right:-2px;
	top:0;
	bottom:-2px;
}
ul li{
	list-style:none;
}
.art{
	width:100%;
	box-sizing:border-box;
	padding:0 1rem;
}
.art p{
    padding: .6rem 1.9rem;
    position: relative;
    font-size: 1.3rem;
    margin: 0;
    color: #31c2f7;
    box-sizing: border-box;
    line-height: 2rem;
}
.art p:before{
	content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height:1px;	
    background-color:#31c2f7;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.art .clarom{
	position: absolute;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    left: 0;
    top: .8rem;
    background-size: contain;
}
.art .addre{
    position: absolute;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    right: .2rem;
    top: .8rem;
}
.more{
    padding: 0rem;
    margin: .6rem;
}
.more li{
	padding:0.6rem .6rem .6rem 1.4rem;
	position:relative;
	word-break:break-all;
	font-size:1.3rem;
	color:#717171;
	line-height: 1.8rem;
}
.more li:before{
	content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height:1px;	
    background-color:#ccc;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.more li span{
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	left:0;
	top:.9rem;
	border-radius:50%;
}
.more li:nth-of-type(3n+1) span{
	background:#ffcd3a;
}
.more li:nth-of-type(3n+2) span{
	background:#54adf1;
}
.more li:nth-of-type(3n) span{
	background:#8fc31f;
}
.more li:nth-last-of-type(1):before{
	height:0;
}

/*state*/
i{
	font-style:normal;
}
.main_div1 {
    margin: 9% 6%;
}
img {
/*     display: block; */
    max-width: 100%;
}
.book_bg{
	margin:-1px -1rem;
    height:2rem;
    position:relative;
    z-index:2;
}
.state{
	position: absolute;
    display: inline-block;
    width: 2.2rem;
    padding-left: .2rem;
    padding-top: 1.6rem;
    box-sizing: border-box;
    height: 6.6rem;
    top: -1px;
    color: #fff;
    font-size: 1.4rem;
    left: 5px;
    word-break: break-all;
    vertical-align: middle;
    text-align: center;
    line-height:1.8rem;
}
.bor_bottom{
	position:relative;
}
.bor_bottom:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;	
    background-color:#84c9e2;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.book{
	margin:.6rem 1rem 0 2.6rem;
	font-size:1.3rem;
	color:#84c9e2;
	text-align:center;
	line-height:2rem;
}
.book span{
	position:absolute;
	bottom:0;
	left:0;
	display:inline-block;
	width:1.6rem;
	height:2rem;
}
.book_exp{
	margin:0 1rem 0 2rem;
}
.book_exp p{
	padding-left:1rem;
	box-sizing: border-box;
	font-size:1.3rem;
}
.book_exp p>span{
    width: 25%;
    text-align: right;
    margin-right: 8%;
    color: #757575;
    display: inline-block;
    vertical-align: top;
}
.book_exp p>i{
	display: inline-block;
    width: 67%;
    text-align: left;
    color:#858585;
}
.day{
	margin-right:12px;
}
/* notice */
.notice-head{
	background:#fff;
	padding:1rem;
	border-bottom:1px solid #eae9e9;
	font-size:0;
}
.notice-head a{
	display:inline-block;
	width:50%;
	color:#575757;
	font-size:1.4rem;
	text-decoration:none;
	text-align:center;
	padding:0.7rem 0;
	position:relative;
}
.notice-head a:first-child{
	border-left:1px solid #31c2f7;
	border-top:1px solid #31c2f7;
	border-bottom:1px solid #31c2f7;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}
.notice-head a:last-child{
	border-right:1px solid #31c2f7;
	border-top:1px solid #31c2f7;
	border-bottom:1px solid #31c2f7;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.notice-head a.active{
	background:#31c2f7;
	color:#fff;
}
.notice-head a i{
	position:absolute;
	z-index:5;
	color:#fff;
	background:#ffcd3a;
	width:1.5rem;
	height:1.5rem;
	line-height:1.5rem;
	font-size:1.2rem;
	border-radius:50%;
	font-style:normal;
	top:0.4rem;
}
.notice-content{
	margin-bottom:1rem;
	overflow:hidden;
}
.notice-mess{
	margin-top:0.8rem;
	border-bottom:1px solid #eae9e9;
	border-top:1px solid #eae9e9;
	background:#fff;
	overflow:hidden;
}
.notice-mess h5{
	color:#31c2f7;
	font-size:1.4rem;
	font-weight:normal;
	margin:1.3rem 1rem;
	border-left:4px solid #31c2f7;
	padding:0.2rem 0 0.2rem 0.8rem;
}
.notice-mess h5 a{
	float:right;
	font-size:1.3rem;
	color:#828282;
	text-decoration:none;
}
.notice-mess ul{
	list-style:none;
	padding: 0;
	margin: 0;
}
.notice-mess ul li{
	border-top:1px solid #eae9e9;
	padding:0;
	position:relative;
}
.notice-mess ul li .tit{
	color:#7f7f7f;
	font-size:1.3rem;
	line-height:1.5rem;
	margin: 0;
	padding:1rem 5rem 1rem 1.9rem;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;

}
.notice-mess ul .onwait .tit{
	color:#575757;
	background:#e6f8fe;
}
.notice-mess ul li i.i-shw{
	position:absolute;
	width:1.5rem;
	height:2rem;
	display:block;
	right:1rem;
	top:0.75rem;
}
.notice-mess ul li.rota1 i.i-shw{
	-webkit-animation-name:flash1;
    -webkit-animation-duration:.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name:flash1;
    -moz-animation-duration:.5s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name:flash1;
    -o-animation-duration:.5s;
    -o-animation-fill-mode: forwards;
    -ms-animation-name:flash1;
    -ms-animation-duration:.5s;
    -ms-animation-fill-mode: forwards;
    animation-name:flash1;
    animation-duration:.5s;
    animation-fill-mode: forwards;
}
@-webkit-keyframes flash1 {
    0%{
    	transform:rotate(0deg);
    	-webkit-transform:rotate(0deg);
    }    
    100% {
    	transform:rotate(-180deg);
    	-webkit-transform:rotate(-180deg);
    }
}
@keyframes flash1 {
    0%{
    	transform:rotate(0deg);
    	-webkit-transform:rotate(0deg);
    }    
    100% {
    	transform:rotate(-180deg);
    	-webkit-transform:rotate(-180deg);
    }
}
.notice-mess ul li.rota2 i.i-shw{
	-webkit-animation-name:flash2;
    -webkit-animation-duration:.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name:flash2;
    -moz-animation-duration:.5s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name:flash2;
    -o-animation-duration:.5s;
    -o-animation-fill-mode: forwards;
    -ms-animation-name:flash2;
    -ms-animation-duration:.5s;
    -ms-animation-fill-mode: forwards;
    animation-name:flash2;
    animation-duration:.5s;
    animation-fill-mode: forwards;
}
@-webkit-keyframes flash2 {
    0%{
    	transform:rotate(-180deg);
    	-webkit-transform:rotate(-180deg);

    }    
    100% {
    	transform:rotate(0deg);
    	-webkit-transform:rotate(0deg);
    }
}

@keyframes flash2 {
    0%{
    	transform:rotate(-180deg);
    	-webkit-transform:rotate(-180deg);

    }    
    100% {
    	transform:rotate(0deg);
    	-webkit-transform:rotate(0deg);
    }
}
.notice-mess ul li i.i-bul{
	position:absolute;
	width:0.7rem;
	height:2rem;
	display:block;
	right:3.2rem;
	top:0.75rem;
}
.notice-show{
	background:#f6f6f6;
	overflow:hidden
}
.downsize{
	color:#8f8f8f;
}
.showiner{
	background:#fff;
	margin:1rem 1.5rem;
	position:relative;
	overflow:hidden;
}
.showiner .organ{
	color:#707070;
	font-size:1.3rem;
	margin:1.5rem 1.8rem 0.5rem;
	text-align:left;
	padding-right:6rem;
}
a.onactive {
    background: #31c2f7;
    color: #fff;
}
.bor{
	position:absolute;
}
.b-t{
	left: 0;
	right: 0;
	top: 0;
	height:0.3rem;
}
.b-b{
	left: 0;
	right: 0;
	bottom: 0;
	height:0.3rem;
}
.b-l{
	top: 0;
	bottom: 0;
	left: 0;
	width:0.3rem;
}
.b-r{
	top: 0;
	bottom: 0;
	right: 0;
	width:0.3rem;
}
.showiner .hz{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#7b7b7b;
	text-decoration:none;
	right:1.8rem;
	top:1.4rem;
	overflow:hidden;
	display:block;
	position:absolute;
}
.showiner .hz i{
	width:1.2rem;
	height:1.5rem;
	display:inline-block;
	vertical-align:middle;
	margin-top:-2px;
	margin-right:0.3rem;
}
.notice-time{
	font-size:1.2rem;
	line-height:2rem;
	color:#858585;
	border-bottom:1px solid #ececec;
	padding:0.3rem 0.8rem;
	margin:0.6rem 1rem;
}
.notice-news{
	color:#575757;
	font-size:1.2rem;
	margin: 0.8rem 1rem 1rem;
	padding:0.3rem 0.8rem;
	line-height:2rem;
	background:#eaf9fe;
}
.notice-down{
	margin: 0.6rem 1rem 1rem;
	font-size:1.1rem;
	line-height:2rem;
	color:#828282;
	padding:0.3rem 3rem 0.3rem 0.8rem;
	position:relative;
}
.notice-down i{
	width: 0.7rem;
    height: 2rem;
    display:inline-block;
    vertical-align:middle;
    margin-top:-3px;
    margin-right:0.4rem;
}
.notice-down .downs{
	position:absolute;
	width:1.8rem;
	height:1.8rem;
	display:block;
	right:0.8rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

/*WageInquiry */
.head_div{
	background:#31c2f7;
	padding:2%;
}
.head_div img{
	width:13%;
	border-radius:50%;
	border:3px solid #fff;
	vertical-align:middle;
}
.head_div span{
	vertical-align:middle;
	color:#fff;
	margin-right:1rem;
	font-size: 0.9rem;
}
.select_div{
	width:100%;
	
}
.yselect_div select{
	width:100%;
	outline:none;
	border:none;
	padding:0.6rem;
	font-size: 1rem;
	border-bottom: 1px solid #f0f0f0;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.gray_border{
	height:1.6rem;
	width:100%;
	background:#f9f9f9;
}
.notice_bar{
	background:#fff;
	font-size: 0.7rem;
	position:relative;
}
.swiper-container {
    width: 100%;
    background:#fff;
}
.swiper-wrapper{
    height:auto;
}
.swiper-2 .swiper-slide {
	line-height:1.5rem;
	background:#f0f0f0;
    text-align: center;
    font-size: 1rem;
    color:#656565;
    font-weight:bold;
    height: 4.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.active{
    color:#31c2f7!important;
    border-top:2px solid #30c3f7;
	background:#fff!important;
}
.pic-box{
    width:8rem;
    height:6rem;
    overflow:hidden;
    float:left;
}
.pic-box img{
    width:100%;
    display:block;
}
.center_div{
    padding-left:9rem;
}
.nav-box{
    font-size:0;
}
.swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #898989;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #898989;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination{
    bottom:35px;
}
.main_center {
	box-sizing: border-box;
	color:#969696;
	width:100%;
	background:#fff;
	position:relative;
	margin-bottom: 0.6rem;
    padding:0.8rem;
    overflow:hidden;
    border-bottom:1px solid #dedede;
}
.main_center .main_title{
	color:#575757;
	margin: 0.3rem 0;
}
.main_center .wage_box{
	margin: 1.6rem 0;
}
.main_center .total_wage{
	color:5a5a5a;
}
.main_center .wage_numble{
	float:right;
}

/*flow query*/
.flow_head_div{
    background: #ade7fb;
    padding: 2% 3%;
}
.flow_head_div img {
    width: 2.5rem;
    border-radius: 50%;
	vertical-align:middle;
}
.flow_head_div span {
	color: #fff;
    margin: 0.2rem 0rem 0.2rem 1rem;
    font-size: 1.1rem;
}
.flow_query{
	margin:0;
}
.flow_query span{
	margin-left:0.7rem;
	vertical-align: middle;
	font-size:1.1rem;
	color: #575757;
}
.flow_tab{
	background:#ffcd3a;
	width:96%;
	padding: 0.4rem;
    height: 2rem;
	margin: 1rem auto;
	color:#fff;
	position: relative;
}
.flow_tab a{
	width: 49%;
	height: 2rem;
	line-height:2rem;
    padding: 0.2rem;
    text-align: center;
    display: inline-block;
    font-size: 1.1rem;
    box-sizing: border-box;
}
.tri_l i{
	border: solid transparent;
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    border-width: 0.5rem;
    border-bottom-color: #fff;
    top: 1.9rem;
    left: 23%;
}
.tri_r i{
	border: solid transparent;
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    border-width: 0.5rem;
    border-bottom-color: #fff;
    top: 1.9rem;
    left: 72%;
	display:none;
}
.border_l{
	border-left:1px solid #fff;
}
.flow_detail_box{
	color:#646464;
	margin:0.5rem 0;
	padding:1%;
	overflow: auto;
}
.flow_detail {
    border: 1px solid #cbcbcb;
    width: 48%;
    margin: 1%;
    background: #fff;
    float: left;
    border-radius: 6px;
    padding: 3%;
    box-sizing: border-box;
}
.flow_detail i{
	float:left;
	display:inline-block;
	height: 3rem;
    width: 3rem;
	border-radius:50%;
}
.flow_detail p {
    margin: 0.3rem 0rem 0.3rem 4rem;
	line-height: 1rem;
}
.flow_number{
	font-size: 1.2rem;
}
@media screen and (min-width:768px){
	.tri_l i {
		left: 24%;
	}
	.tri_r i {
		left: 73%;
	}
}
/*repair*/
.repair_pic{
	width:100%;
}
.repair_pic img{
	display:block;
}
.repair_tab{
    box-sizing: border-box;
    width: 100%;
    padding: 2rem 2rem 0rem 2rem;
    background: #fff;
    color: #575757;
    font-size: 1.6rem;
}
.repair_tab ul {
    width: 99%;
    margin: 0 auto;
    padding: 1rem 0 0 0;
    overflow: auto;
}
.repair_tab li{
	position: relative;
    margin: 0 2%;
    float: left;
    width: 29%;
    height: 3rem;
    text-align: center;
}
.repair_tab li i {
    position: absolute;
    top: -20%;
    right: 0;
    display: block;
    line-height: 19px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    font-size: 13px;
    background: #31c2f7;
    color: #fff;
}
@media screen and (min-width:768px){
	.repair_tab li i {
	    top: -16%;
		right: 13%;
		line-height: 30px;
		width: 30px;
		height: 29px;
		font-size: 20px;
	}
}
.repair_tab .show{
	border-bottom:3px solid #31c2f7;
}
.repair_detail{
    position: relative;
    width: 96%;
    background: #fff;
    color: #707070;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 2rem 2%;
    border: 1px solid #c9c9c9;
	font-size: 1.3rem;
}
.re_detail_head{
    border-bottom: 1px solid #31c2f7;
    color: #31c2f7;
    font-size: 1.6rem;
    padding:4%;
	background:#f4fcff;
	border-radius: 5px 5px 0px 0px;
}
.repair_paper{
    width: 6%;
    vertical-align: middle;
    padding: 0 2%;
}
.Repair_w{
	font-size: 1.4rem;
	padding-left:0.8rem;
}
.re_inner_div{
	padding: 3% 3% 6% 3%;
    overflow: auto;
}
.re_inner_top{
	border-bottom:1px solid #c9c9c9;
	padding: 0.7rem 0.3rem;
}
.re_inner_top span{
	padding-right: 2rem;
}
.re_inner span{
	display: inline-block;
    width: 51%;
    box-sizing: border-box;
    padding: 0.3rem;
	vertical-align: top;
	line-height:2rem;
}
.short_span{
	width:47%!important;
}
.re_inner{
	padding-top:0.5rem;
}
.re_inner p{
    box-sizing: border-box;
    padding: 0.8rem 0.3rem 0;
	margin:0;
	word-wrap: break-word;
    word-break: break-all;
    line-height:2rem;
}
.re_inner_pic{
	margin: 1.5rem 0;
    overflow: auto;
}
.re_inner_pic img {
    width: 28%;
    float: left;
    padding: 0 3% 3% 0;
    border-radius: 3px;
}

.re_confirm {
    float: right;
    background: #31c2f7;
    color: #fff;
    padding: 0.6rem 2rem;
    border-radius: 4px;
    margin-right: 1rem;
}
.repair_select {
    margin: 0 2%;
    padding-top: 7%;
}
.re_select_div {
    border: #bfbfbf solid 1px;
    margin-right: 1rem;
    width: 36%;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.re_select_div select {
    width: 94%;
    height: 2.5rem;
    background-color: transparent;
    border: none;
    color: #a4a4a4;
    margin-left: 4px;
    outline: none;
    padding-left: 10px;
    font-size: 1.1rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.repair_search {
    display: inline-block;
    vertical-align: middle;
    color: #31c2f7;
    border: 1px solid #31c2f7;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    width: 15%;
    height: 2.5rem;
    line-height: 2.5rem;
}
.re_inner_button {
    width: 80%;
    margin: 5% auto;
}
.re_inner_button span{
	vertical-align:middle;
	font-size: 1.2rem;
	margin-left: 2%;
}
.re_button_time {
    display: inline-block;
    width: 65%;
    box-sizing: border-box;
    vertical-align: middle;
}
.re_inner_button input {
    padding: 0;
    width: 32%;
    height: 2.5rem;
    outline: none;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    vertical-align: middle;
    color: #707070;
    box-sizing: border-box;
}
.re_button_time{
    display: inline-block;
    width: 65%;
    box-sizing: border-box;
	vertical-align:middle;
}
.re_complete {
    float: right;
    background: #31c2f7;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 2rem;
    border-radius: 4px;
    font-size: 1.2rem;
}
.re_inner_div {
    padding: 3% 3% 6% 3%;
    overflow: auto;
}
.re_inner_history {
    border-bottom: 1px solid #c9c9c9;
    padding: 1rem 0.3rem;
}
.re_inner_history span {
    padding-right: 2rem;
}
.history_paper {
    color: #31c2f7;
}
.border_none {
    border: none;
}




/*hh weixiu*/
.wx_prosess{
	color:#868686;
	font-size:1.4rem;
	padding:0 2rem 1rem;
}
.bor_left{
	position:relative;
}
.bor_left:after{
	content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;	
    background-color:#ccc;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.5,0.99);
    -ms-transform: scale(0.5,0.99);
    transform: scale(0.5,0.99);
}
.pro_form{
    margin-left:1rem;
}
.pro_model{
   	padding:0 2rem;
   	color:#a4a4a4;
   	margin-bottom:3rem;
}
.pro_model p{
    margin:0;
    font-size:1.3rem;
}
.pro_model .pro_txt{
   margin-bottom: .6rem;
   position:relative;
}
.pro_day{
	margin-right:1.6rem;
}
.cir_outer{
	position:absolute;
	display:block;
	width:18px;
	height:18px;
	box-sizing:border-box;
	border-radius:50%;
	left:-2rem;
	top:0px;
	bottom:0;
	margin:auto;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background:#f6f6f6;
	z-index:10;
}
.cir_inner{
	display:block;
	background:#dcdcdc;
	width:14px;
	height:14px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	border-radius:50%;
}
.pro_active{
	color:#31c2f7;
}	
.pro_active .cir_outer{
	border:1px solid #31c2f7;
}
.pro_active .cir_inner{
	background: #31c2f7;
	width:12px;
	height:12px;
}
.pro_model:nth-last-of-type(1){
	position:relative;
}
.pro_model:nth-last-of-type(1)>p{
	padding-bottom:0px;
}
.pro_model:nth-last-of-type(1) div{
	position:absolute;
	top:1.9rem;
}
.pro_table{
	padding:.4rem 0;
}
.pro_table p{
	position:relative;
	width:100%;
	box-sizing:border-box;
	font-size:16px;
	padding:3% 12%;
	margin:0;
}
.pro_table p i{
	position:absolute;
	width:140px;
	height:15px;
	top:0;
	bottom:0;
	left:10rem;
	margin:auto;
}
.pro_table p span{
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:10px;
}

/*bx*/
.bx_tab li{
	width: 21%!important;
}

.yellow .bg{
	background:#ffcd3a;
}
.yellow .border-line{
	background:#ffcd3a;
}

.red .bg{
	background: #ef737a;
}
.red .border-line{
	background: #ef737a;
}

.green .bg{
	background: #4ed7c6;
}
.green .border-line{
	background: #4ed7c6;
}

.blue .bg{
	background: #67acf0;
}
.blue .border-line{
	background: #67acf0;
}

.orange .bg{
	background: #c0dd57;
}
.orange .border-line{
	background: #c0dd57;
}

.grades-point .resu-r{
	margin-left: 1.5rem;
}
.grades-point .grades-poi{
	color: #000;
}
.grades-point .border-line {
	background: #3fd79e;
}
.ranking span{
	display: inline-block;
	width: 50%;
}