/*redefine css*/

















/*main*/

#front-service {
	display:block;
}

#after-service {
	display: none;
}

.customer-service-container {
	width:700px;
	float:left;
}

.customer-service-navigation {
	height:60px;
	line-height: 60px;
	width:100%;
	border-bottom:1px solid #ccc;
}

.nav-focus {
	color:#f33;
	border-bottom:2px solid #f99;

}

.customer-service-navigation div {
	width:150px;
	text-align: center;
	float:left;
	font-size:20px;
	cursor: pointer;
}

.pre-sale-nav {
	
}

.customer-service-content {
	width:660px;
	padding:20px;
}

.service-container {
	width:90%;
	margin-bottom:20px;
}


.service-title {
	width:100%;
	height:30px;
	line-height: 30px;
	color:#33f;
	background:#eee;
	text-indent: 2em;
	box-sizing:border-box;
	border-left:2px solid #33f;
	position: relative;
}

.service-title:before {
	content:'①';
}

.service-title:after {
	content:'∨';
	position: absolute;
	right:20px;
	color:#33f;
}

.service-content {
	width:100%;
	height:100px;
	margin-top:5px;
	border:1px solid #eee;
	box-sizing:border-box;
	text-indent: 2em;
	padding:3px;
	line-height:20px;
}

.service-content-blur {
	display: none;
}

.online-service-container {
	width:220px;
	float: left;
	padding-bottom:30px;
	min-height:400px;
	background:rgb(253,253,253);
}

.online-service-title {
	width:180px;
	padding:10px 20px;
	height:40px;
	font-size:20px;
	line-height: 40px;
	text-align: center;
	border-bottom:1px solid #ccc;
}

.online-service-content {
	padding-top:20px;
}

.online-service-content ul {
	width:100%;
}

.online-service-content ul li {
	width:100%;
	height:30px;
	line-height: 30px;
	text-align: center;
	cursor:pointer;
	color:#33f;
}

.online-service-content ul li a{
	color:#33f;
}

.online-service-content ul li a:hover {
	color:#234388;
}



/**/

.after-service-container {
	padding:20px;
}

.order-after-service {
	width:310px;
	height:300px;
	float:left;
	border:1px solid #ccc;
	margin-right:10px;
	margin-bottom: 10px;
}

.order-title {
	width:100%;
	height:40px;
	line-height: 40px;
	padding-left:5px;
	padding-right:5px;
	box-sizing:border-box;
	border-bottom: 1px solid #eee;
	background:#fcfcfc;
}

.order-id-container {
	float:left;
}

.store-name-id {
	float:right;
}

.order-content {

}

.order-item-pic {
	float:left;
	width:180px;
	height:180px;
	margin:5px;
	box-shadow: 0 0 3px rgba(50,50,50,0.3);
}



.order-detail-container {
	width:110px;
	height:180px;
	float:left;
	margin-top:5px;
	margin-left:2px;
}


.order-detail {
	width:100%;
	height:150px;
	box-sizing: border-box;
	padding:5px;
	box-shadow: 0 0 2px rgba(50,50,50,0.3);
}

.order-amount {
	margin-top:5px;
	box-sizing: border-box;
	height:25px;
	line-height: 25px;
	text-align: center;
	box-shadow: 0 0 2px rgba(50,50,50,0.3);
}

.unit-price, .total-price {
	width:50%;
	height:35px;
	line-height: 35px;
	text-align: center;
	float:left;
	/*border-top:1px solid #eee;*/
	box-sizing: border-box;
}

.unit-price {
	/*border-right:1px solid #eee;*/
}

.order-operate-container {
	width:100%;
	height:35px;
	line-height: 35px;
	text-align: center;
	/*border-top:1px solid #ccc;*/
}

.order-operate-btn {
	width:100%;
	margin:0 auto;
	height:35px;
	line-height: 32px;
	border-top:1px solid #ccc;
	box-sizing: border-box;
	background:#eee;
	font-family:"微软雅黑";
	cursor:pointer;
}

.order-operate-btn:hover {
	color:#f11;
}




















