

.grzxbj .selfinfo .lfnav .ddzx.ddst{
	position: relative;
}
.grzxbj .selfinfo .lfnav .ddzx.ddst::before{
	position: absolute;	
	right:130px;
	bottom:55px;
	left:0;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
								
}

.ddzx a{
	font-size:17px; 
	color:#777; 
	
}
.grzxbj .selfinfo .rtcont{
	width:938px;
	height:auto;

}

.grzxbj .selfinfo .rtcont .grzlbt,.grzlbtxi {
	width: 938px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: rgb(117, 117, 117);
	position: relative;
	font-weight: 900;

}
.grzxbj .selfinfo .rtcont .grzlbt::after{
	position: absolute;	
	right:76px;
	bottom:0;
	left:0;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
								
}
.mainRight{
	box-sizing: border-box;
	padding: 0 36px;
}
.mainRight li{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.textCont {
	width:100%;
	line-height: 40px;
	font-size: 15px;
	color: #555555;	
	margin:12px 0 17px 0;

}


.grzxbj .selfinfo .rtcont .subgrzl {
	height: 45px;
	line-height: 45px;
	width: 900px;
	background: rgb(253, 253, 253);
	border: 1px solid #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.grzxbj .selfinfo .rtcont .subgrzl span:nth-of-type(1) {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: rgb(117, 117, 117);
	width: 70px;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
}

.grzxbj .selfinfo .rtcont .subgrzl span:nth-of-type(2) {
	display: inline-block;
	font-size: 15px;
	color: rgb(117, 117, 117);
	width: 480px;
	height: 45px;
	line-height: 45px;
	padding-left: 120px;
}

.grzxbj .selfinfo .rtcont .subgrzl span:nth-of-type(3) {
	display: inline-block;
	font-size: 15px;
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: right;
}

.grzxbj .selfinfo .rtcont .subgrzl span a {
	color: teal;
}

.grzxbj .selfinfo .rtcont .subgrzl span a:hover {
	color: #ff6700;
}


/*订单中心*/

.grzxbj .selfinfo .rtcont .ddxq {
	width: 938px;
	height: 120px;
	line-height: 120px;
	font-size: 17px;
	color: rgb(117, 117, 117);
	border-bottom: 1px solid #ccc;
	padding-left: 40px;
}

.grzxbj .selfinfo .rtcont .ddxq .ddspt {
	width: 80px;
	height: 80px;
	margin: 19px 25px 0 0;
	border: 1px solid #aaa;
}

.grzxbj .selfinfo .rtcont .ddxq .ztxx ul li {
	display: inline-block;
	width: 130px;
	height: 60px;
	line-height: 60px;
	float: left;
	border-left: 1px solid #aaa;
	margin-top: 30px;
	text-align: center;
}

.grzxbj .selfinfo .rtcont .ddxq .ztxx ul li a {
	color: rgb(117, 117, 117);
}

.grzxbj .selfinfo .rtcont .ddxq .ztxx ul li a:hover {
	color: #ff6700;
}
.navlist{
	width:100%;
	display:flex;
	box-sizing: border-box;
	padding:0  40px;
	position: relative;
}
.navlist::after{
	position: absolute;	
	right:0;
	bottom:-10px;
	left:40px;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
								
}
.navlist.grz::after{
	position: absolute;	
	right:0;
	bottom:-10px;
	left:40px;
	height: 0!important;
	content: '';
	background-color: #c8c7cc;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
								
}
.navlist.grz:nth-of-type(5){
	float:right;
}
.listINput{
	position:absolute;
	right:30px;
}
.listINput input{
	height:28px;
	outline:none;
	padding:0 10px;
}
.submit {
	background:#ccc;
}
.navlist li a{
	padding:40px 16px ;
	font-size: 16px ;
	color:#222;	
	text-decoration:none;

}
.navlist li:nth-of-type(1) a{
	padding-left:0;
}
.navlist .item_list.active a{
	color:#d82b2d;
}

.myTabContent{
	width:100%;
	box-sizing: border-box;
	padding:12px 36px;

}
.content{
	font-size: 18px ;
	color:#222;
	text-align: center;
	display: none;
}
.tab-pane.content.in.active{
	display: block;
}
.serviceLis{
	width:100%;
	height:auto;
	border:1px solid #c3edc3;
	background: #f6fbe3;
	margin-bottom:10px;
}
.servicetop{
	width:100%;
	border-bottom:1px solid #c3edc3;
	padding-left: 20px;
}
.servicetop h2{
	font-size:20px;
	color:#5bde89;
	font-weight: 900;
}
.servicetop h2 span{
	font-size:16px;
	color:#5bde89;
}
.servicebottom{
	width:100%;
	background:#fff;
	display: flex;
	box-sizing: border-box;
	padding:28px  22px 10px;
}
.servicebottom img{
	height:66px;
	padding-left:18px;
}
.xinghao {
	font-size:12px;
	color:#999999;
	flex:1;
	padding-left:50px;
}
.servicebottom .xiang{
	width:118px;
	height:36px;
	border: 1px solid #ddd;
	display: block;
	color:#999;
	text-align: center;
	line-height: 36px;
}

.table{
	width:100%;
	height:auto;
	margin-top: 37px;
	/*border:1px solid #ddd;*/
}
.table thead{
	width:100%;	
}
.table thead th{	
	text-align: center;
	background: #eeeeee;
	line-height: 55px;
	vertical-align: middle !important;
}
.table tbody{
	width:100%;	
}
.table tbody th{	
	text-align: center;
	background: #eeeeee;	
	vertical-align: middle !important;
}
.table tbody td{	
	text-align: center;
	line-height: 40px!important;
	text-align: center;
	vertical-align: middle !important;

}
.table tbody .tableTxt{	
	width:285px;
	padding-top:23px!important;
	padding-bottom:23px!important
}
.table tbody .tableTxt a{	
	display: block;
	color: #d82b2d;
}
.btmTxt{
	width:100%;
	padding-top:20px;
	line-height:30px;
	padding-bottom: 33px;
}
.Tabcontent{
	width:100%;
}
.tabMain{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;	
}
.tabMain li{
	width:33%;
	height:448px;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 36px;
}

.tabMain li img{
	width:167px;
	height:213px;
	margin-left:49px;
}
.tabMain li h2{
	font-size: 16px;
	color: #222222;	
}
.tabMain li div{
	width:160px;
	height:37px;
	background: #d82b2d;
	color:#fff;
	margin-left:50px;
	visibility: hidden;
}
.tabMain li:hover .shopDetail{
	visibility: visible;
}

.tabNavCon{
	width:100%;
	height:100px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.tabNavLis{
	width:280px;
	height:30px;
	display: flex;
}
.tabNavLis li{
	flex:1;
}
.listing {
	width:60px;
	height:30px;
	color:#333;
	text-align: center;
	line-height:30px;
}
.listing.active {
	width:60px;
	height:30px;
	background: #a0a0a0;
	text-align: center;	
	line-height:30px;
	color:#fff;
}
.listing.active a:hover{	
	text-decoration: none;
}
.tab-pane.tabMain.active{
	display: block;
}
.tab-pane.tabMain{
	display: none;
}
.shenqing{
	width:100%;
	margin-top:88px;
	display: flex;
	justify-content: space-between;

}
.fastShenqing{
	width:500px;
	display: flex;
	justify-content: center;
	flex-direction:column;
	line-height: 40px;
	text-align: center;
}
.fastShenqing .fastImg{
	width:100%;
	display: flex;
	justify-content: center;
}
.fastShenqing img{
	width:64px ;
	height:50px;
}
.fastShenqing h2{
	font-size: 20px;
	color:#222;
}
.fastShenqing p{
	font-size: 14px;
	color:#999;
	margin:0;
}
.fastShenqing .anniu {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top:10px;
}
.fastShenqing  .anniu a{
	display: block;
	width:140px;
	height:40px;
	border:1px solid #3fe4a0;
	text-align: center;
	line-height: 40px;
	color:#3fe4a0;
	font-size:14px;
	margin-bottom: 70px;
}
.fastShenqing  .anniu a:hover{
	text-decoration: none;
}
.peisongCom{
	width:100%;
	box-sizing: border-box;
	padding:0 40px;
	margin-top: 65px;
}
.company{
	width:100%;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.company li{
	width:30%;	
	margin-bottom: 20px;
}
.company li:nth-of-type(2){
	margin:0 5%			
}
.company li:nth-of-type(5){
	margin:0 5%			
}
.companyImg{
	width:100%;
	height:197px;
	display: flex;
	justify-content: center;	
	
	border: 1px solid  #ddd;
}
.companyImg img{
	width:186px;	
	height:82px;
	padding-top:45px;	
}
.company li a{
	line-height: 42px;
	font-size:14px;
	color:#818181;
	
}
.company li a:hover{
	color:red
}
.mineDing{
	width:100%;	
	display: none;
}
.tab-pane.mineDing.active{
	display: block;
}
.mineDing li{
	width:100%;
	border: 1px solid #ddd;
	margin-bottom:30px;
}
.Mydingdan{
	width:100%;
	box-sizing: border-box;
	padding:0 24px;	
	border-bottom:1px solid #ddd;
}
.Mydingdan h2{
	font-size:20px;
	color:#d82b2d;
	text-align:left;
}
.Mydingdan p{
	font-size:14px;
	color:#555; 
	line-height: 30px;
	display: flex;
	justify-content: space-between;
}
.Mydingdan p b{
	font-size:24px;
	color:#555; 
	
}
.mineDings{
	width: 100%;
}
.Mydetail{
	width:100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding:0 24px ;
}
.Myleft{
	width:150px;	
}

.Myleft li{
	width:100%;	
	display: flex;
	justify-content: space-between;
	border: none;
	margin:30px 0;
}
.Myleft li img{
	width:51px;
	height:61px;
}
 .textConten p{
	font-size:14px;
	color:#222;
	margin:0
}
 .textConten p b{	
	color:#d82b2d;	
}
.Myright{
	width:163px;
}
.Myright .zhi01{
	width:100%;
	height:48px;
	background: #d82b2d;
	line-height:48px;
	text-align: center;
	margin-top:28px;
	color:#fff;
	font-size:14px ;
}
.Myright .zhi02{
	width:100%;
	height:48px;	
	line-height:48px;
	margin-top:28px;
	text-align: center;
	border: 1px solid #ddd;
	font-size:14px;
}
.singleTop{
	width:100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 26px;
	margin-top:30px;		
	position: relative;
}
.singleTop::after{
	position: absolute;	
	right:26px;
	bottom:0;
	left:26px;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}
.singLeft{
	width:303px;
	display: flex;
	justify-content: space-between;
}
.singLeft img{	
	width:174px;
	height:174px;
}
.singleTxt{
	padding-top:30px;
}

.singleTxt h3{
	font-size:24px;
	color:#333;
}
.singleTxt p:nth-of-type(1){
	font-size:16px;
	color:#999;
}
.singleTxt p:nth-of-type(2){
	font-size:14px;
	color:#999;
}
.singRight{
	padding:40px 148px 0 0 ;
	font-size:14px;
	color:#999;
}
.singleBtm{
	width:100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	flex-wrap: wrap;
	padding: 0 26px;
	margin-top:70px;		
}
.singleBtm li{
	width:416px;
	height:110px;
	display: flex;	
	margin-bottom:78px;
}
.singleBtm li img{
	width:107px;
	height:107px;
}
.singleBtmRgt {
	height:110px;
	padding-top:25px;
	margin-left:20px;
}
.singleBtmRgt a{
	color:#999;
}
.singleBtmRgt a:hover{	
	color:red;
}