.service_info_container{
	border: 1px solid rgb(221, 221, 221);
	min-height: 0px;
}
.service_repair_container{
    height: 100%;
    width: 100%;
    margin-bottom: 22px;
}


@media(min-width: 768px){
	.btn_group>span{
	    display: inline;
	    font-size: 18px;
	    line-height: 64px;
	    color: #333;
	}
	.btn_group #type{
		position: relative;
		display: inline-block;
		margin-left: 29px;
		padding-left: 16px;
		padding-right: 32px;
		vertical-align: top;
	    width: 425px;
	    height: 62px;
    	line-height: 62px;
	    font-size: 18px;
        color: #999;
        text-align: left;
        background: #fff;
	    border: 1px solid #cdcdcd;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    cursor: pointer;
	}
	.btn_group #type img{
		display: block;
		margin: auto;
		position: absolute;
		right: 16px;
		top: 0px;
		bottom: 0px;
		width: 20px;
		height: 20px;
		transition: all .5s;
		-webkit-transition: all .5s;
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		transform-origin: center center;
		-webkit-transform-origin: center center;
	}
	.btn_group #type .type_wrap{
		display: none;
		position: absolute;
		left: 0px;
		top: 63px;
		width: 100%;
		font-size: 0px;
		border-left: 1px solid #cdcdcd;
		border-right: 1px solid #cdcdcd;
		border-bottom: 1px solid #cdcdcd;
		background-color:white;
	}
	.type_wrap .type_wrap_left{
		display: inline-block;
		width: 124px;
		background-color: #f2f2f2;
		vertical-align: top;
	}
	.type_wrap .type_wrap_left .type_wrap_left_item{
		margin-bottom: 2px;
		width: 124px;
    	height: 44px;
    	text-align: center;
    	line-height: 44px;
    	font-size: 14px;
    	color: black;
    	cursor: pointer;
	}
	.type_wrap .type_wrap_left .type_wrap_left_item:hover,.type_wrap_left .active{
		color: white !important;
		background-color: #e60012;
	}
	.type_wrap .type_wrap_right{
		float: right;
		display: inline-block;
		width: 292px;
		font-size: 0px;
	}
	.type_wrap .type_wrap_right span{
		display:inline-block;
		margin-bottom: 2px;
		float: left;
		width: 49%;
		height: 44px;
		line-height: 44px;
		text-align: center;
    	font-size: 14px;
    	color: #999;
    	cursor: pointer;
	}
	.type_wrap .type_wrap_right span:hover,.type_wrap_right span.active{
		color: white !important;
		background-color: #e60012;
	}
	.service_repair_container{
		padding-top: 76px;
	    padding-bottom: 95px;
	    padding-left: 36px;
	    padding-right: 36px;
	}
	.repair_detail_title{
	    display: none;
	    vertical-align: top;
	    font-size: 24px;
	    color: #333;
	    line-height: 25px;
	    margin: 34px 0 34px 0px;
	}
	.repair_none{
		width: 100%;
	}
	.repair_none img{
		display: block;
		margin: 0 auto;
		margin-top: 86px;
		margin-bottom: 42px;
		width: 139px;
	    height: 129px;
	}
	.repair_none p{
		margin-bottom: 86px;
		text-align: center;
	    font-size: 18px;
	    line-height: 18px;
	    color: #999;
	    display: block;
	}



	.repair_tab table{
		margin: 0 auto;
		margin-top: 34px;
		margin-bottom: 86px;
		width: 700px;
	    height: 78px;
	    line-height: 78px;
	    border: 1px solid #ccc;
	    border-spacing: 0;
	    border-collapse:collapse;
	}
	.repair_tab table td{
		border: 1px solid #ccc;
		text-align: center;
	}
	.bottom_title{
		height: 50px;
	    font-size: 23px;
	    line-height: 23px;
	}
	.bottom_title_item{
		word-wrap: break-word;
	    font-size: 18px;
	    line-height: 30px;
	    color: #666;
	}
}
@media(max-width: 767px){
	.btn_group>span{
	    display: inline;
	    font-size: 18px;
	    line-height: 64px;
	    color: #333;
	}
	.btn_group #type{
		display: block;
		position: relative;
		padding-left: 16px;
		padding-right: 32px;
		vertical-align: top;
	    width: 100%;
	    height: 50px;
    	line-height: 50px;
	    font-size: 18px;
        color: #999;
        text-align: left;
        background: #fff;
	    border: 1px solid #cdcdcd;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	}
	.btn_group #type img{
		display: block;
		margin: auto;
		position: absolute;
		right: 16px;
		top: 0px;
		bottom: 0px;
		width: 20px;
		height: 20px;
		transition: all .5s;
		-webkit-transition: all .5s;
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		transform-origin: center center;
		-webkit-transform-origin: center center;
	}
	.btn_group #type .type_wrap{
		display: none;
		position: absolute;
		left: 0px;
		top: 51px;
		width: 100%;
		font-size: 0px;
		border-left: 1px solid #cdcdcd;
		border-right: 1px solid #cdcdcd;
		border-bottom: 1px solid #cdcdcd;
		background-color:white;
	}
	.type_wrap .type_wrap_left{
		display: inline-block;
		width: 40%;
		background-color: #f2f2f2;
		vertical-align: top;
	}
	.type_wrap .type_wrap_left .type_wrap_left_item{
		margin-bottom: 2px;
		width: 100%;
    	height: 44px;
    	text-align: center;
    	line-height: 44px;
    	font-size: 14px;
    	color: black;
    	cursor: pointer;
	}
	.type_wrap .type_wrap_left .type_wrap_left_item:hover,.type_wrap_left .active{
		color: white !important;
		background-color: #e60012;
	}
	.type_wrap .type_wrap_right{
		float: right;
		display: inline-block;
		width: 58%;
	    max-height: 320px;
	    overflow-y: auto;
		font-size: 0px;
	}
	.type_wrap .type_wrap_right span{
		display:inline-block;
		margin-bottom: 2px;
		float: left;
		width: 100%;
		height: 44px;
		line-height: 44px;
		text-align: center;
    	font-size: 14px;
    	color: #999;
    	cursor: pointer;
	}
	.type_wrap .type_wrap_right span:hover,.type_wrap_right span.active{
		color: white !important;
		background-color: #e60012;
	}
	.service_repair_container{
		padding-top: .76rem;
	    padding-bottom: .95rem;
	    padding-left: .36rem;
	    padding-right: .36rem;
	}
	.repair_detail_title{
	    display: none;
	    vertical-align: top;
	    font-size: 20px;
	    color: #333;
	    line-height: 25px;
	    margin: .17rem 0 .17rem 0px;
	}
	.repair_none{
		width: 100%;
	}
	.repair_none img{
		display: block;
		margin: 0 auto;
		margin-top: .86rem;
		margin-bottom: .21rem;
		width: 1.39rem;
	    height: 1.29rem;
	}
	.repair_none p{
		margin-bottom: .68rem;
		text-align: center;
	    font-size: 16px;
	    line-height: 16px;
	    color: #999;
	    display: block;
	}



	.repair_tab table{
		margin: 0 auto;
		margin-top: .68rem;
		margin-bottom: .68rem;
		width: 100%;
	    height: .78rem;
	    line-height: .78rem;
	    border: 1px solid #ccc;
	    border-spacing: 0;
	    border-collapse:collapse;
	}
	.repair_tab table td{
		border: 1px solid #ccc;
		text-align: center;
	}
	.bottom_title{
		height: 30px;
	    font-size: 20px;
	    line-height: 20px;
	}
	.bottom_title_item{
		word-wrap: break-word;
	    font-size: 16px;
	    line-height: 25px;
	    color: #666;
	}
}