<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #666;
}

body {
	background-color: #F5F5F5;
}

ul,
ol {
	list-style: none;
}

input,
textarea,
select {
	outline: none;
}

a {
	text-decoration: none;
	color: #FFF;
}

.main-nav a {
	text-decoration: underline;
	color: blue;
	margin-right: 10px;
}

.hidden {
	display: none;
}


/*顶部菜单*/

.main-box {
	width: 100%;
	min-width: 1190px;
	height: auto;
	margin: 0 auto;
}

.content-2 {
	width: 100%;
	min-width: 1190px;
	margin: 0 auto;
}

.index-head {
	width: 1190px;
	height: 68px;
	margin: 0 auto;
}

.index-logo {
	width: 20%;
	height: 100%;
	float: left;
}

.index-logo img {
	/*margin-left: 76px;*/
}

.index-menu-bar {
	width: 80%;
	height: 100%;
	text-align: right;
	line-height: 30px;
	overflow: hidden;
}

.index-menus {
	list-style-type: none;
}

.index-main-bar .index-menus {
	width: 1190px;
	margin: 0 auto;
	list-style-type: none;
}

.index-menu {
	float: right;
	margin-left: 50px;
}

.index-menu-select {
	border: 0px;
}

.index-main-bar {
	/*overflow: auto;*/
	min-width: 1190px;
	height: 40px;
	background-color: #DA4141;
}

.index-main-bar .index-menus {
	margin-top: 10px;
}

.menus-left .index-menu {
	margin-top: 10px;
	height: 30px;
	float: left;
}

.index-menu a:hover {
	color: red;
}

.index_search_content {
	margin-top: 33px;
	height: 35px;
	vertical-align: middle;
	font-size: 16px;
}

.index-search-input {
	background-color: #FFFFFF;
	border: 1px solid #F0301B;
	border-radius: 4px 0px 0px 4px;
	height: 33px;
	width: 300px;
	padding-left: 10px;
	font-size: 14px;
	vertical-align: middle;
}

.index-search-btn {
	margin-left: -5px;
	border: 1px solid red;
	border-left: 0px hidden;
	padding: 0 15px;
	height: 35px;
	/*width: 40px;*/
	font-size: 14px;
	color: #FFF;
	background-color: #F0301B;
	border-radius: 0px 4px 4px 0px;
	vertical-align: middle;
}

.index-search-nbtn {
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	height: 35px;
	/*line-height: 35px;*/
	font-size: 14px;
	padding: 0px 10px;
	vertical-align: middle;
}

.car_num {
	color: red;
	font-weight: bold;
}


/*顶部菜单*/


/*主菜单*/

.index-shops {
	float: left;
	background-color: #e84c3d;
}

.index-shops select {
	margin: 5px;
	border: 0px;
	color: #FFFFFF;
	background-color: #e84c3d;
}

.index-menu a {
	text-decoration: none;
}

.index-menu a:visited {
	color: #000000;
}

.index-menu a:link {
	color: #FFF;
	font-weight: bold;
}

.index-menu a:visited {
	color: #FFF;
}

.index-menu a:hover {
	color: #5D5D5D;
}

.index-menu.top {
	margin-left: 20px;
}

.index-menu.top a:link {
	color: black;
	font-weight: initial;
}

.index-menu.top a:visited {
	color: black;
	font-weight: initial;
}

.index-menu.top a:hover {
	color: red;
}


/*主菜单*/


/*首用户登录操作*/

.index-userinfo {
	position: absolute;
	right: 30px;
	top: 60px;
	width: 180px;
	height: 240px;
	background-color: #FFFFFF;
	border-radius: 0px;
	z-index: 1;
}

.index-userinfo li {
	list-style: none;
}

.user_head {
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #FFf;
	border-radius: 30px;
	background-color: #FFF;
	top: -30px;
	left: 60px;
}

.userinfo_content {
	color: #999999;
	padding-top: 30px;
}

.userinfo_opt {
	width: 100%;
	border-bottom: 1px solid #eee;
	height: 80px;
	text-align: center;
}

.userinfo_opt a:first-child {
	margin-right: 10px;
}

.userinfo_opt a:link {
	color: #666666;
	text-decoration: none;
}

.userinfo_opt a:visited {
	color: #666666;
}

.userinfo_opt a:hover {
	color: red;
}

.userinfo_item {
	width: 89px;
	height: 80px;
	float: left;
	text-align: center;
	color: #666;
}

.index-userinfo li:nth-child(2n) {
	border-right: 1px solid #eee;
}

.index-userinfo li:nth-child(2),
.index-userinfo li:nth-child(3) {
	border-bottom: 1px solid #eee;
}

.userinfo_item_icon {
	color: red;
	font-weight: bold;
	margin-top: 10px;
	height: 30px;
}


/*首用户登录操作*/


/*商城首页主内容*/


/*特价商品*/

.shop_special_offer {
	width: 1190px;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
}

.offer_title {
	width: 100%;
	background-color: #Fff;
	height: 50px;
	line-height: 50px;
}

.offer_title_left {
	width: 210px;
	font-size: 16px;
	margin-left: 15px;
	float: left;
}

.offer_title_right {
	float: left;
	width: 960px;
	font-size: 16px;
	text-align: center;
}

.offer_title_space {
	color: red;
	padding: 0px 15px;
}

.offer_left {
	width: 210px;
	min-height: 604px;
	background-color: #FFF;
	padding: 0px 10px;
	float: left;
}

.offer_left .title {
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: red;
}

.offer_left_goods {
	list-style: none;
	min-height: 120px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 25px;
}

.offer_left_goods:last-child {
	border-bottom: 0px solid #EEEEEE;
}

.offer_left_goods img {
	width: 70px;
	height: 70px;
	float: left;
}

.offer_left_goods .content {
	margin-left: 10px;
	width: 130px;
	float: left;
}

.offer_left_goods .content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.price {
	color: red;
	font-size: 16px;
	/*font-family: "arial";*/
	font-weight: bold;
}

.old_price {
	color: #666;
	font-size: 12px;
	text-decoration: line-through;
}

.offer_righ {
	height: 604px;
	width: 950px;
	background-color: #FFF;
	float: left;
	border-left: 10px solid #F7F7F5;
}

.shop_special_offer .offer_righ ul {
	overflow: hidden;
	/*height: 520px*/
}

.offer_right_goods {
	list-style: none;
	width: 228px;
	height: 250px;
	float: left;
	background-color: #F7F7F5;
	padding: 0px 10px 10px 0px;
}

.offer_right_goods .boxshow {
	width: 211px;
	height: 230px;
	padding: 10px;
	background-color: #FFF;
	border: 2px solid #EEEEEE;
}

.offer_right_goods .boxshow:hover {
	overflow: hidden;
	border: 2px solid seagreen;
	/*box-shadow: 0px 0px 0px #aaa;*/
}

.offer_right_goods:nth-child(4),
.offer_right_goods:nth-child(8) {
	padding: 0px 0px 10px 0px;
}

.img_content {
	/*background-color: #F7F7F5;*/
	text-align: center;
	height: 140px;
}

.img_content img {
	padding: 5px;
	height: 130px;
	width: auto;
	border-radius: 8px;
	width: 130px;
}

.offer_right_goods .content {
	padding: 0px 5px;
}

.goods_name {
	font-size: 13px;
	color: #333333;
	min-height: 37px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.content_attr_left {
	float: left;
}

.content_attr_left p:first-child {
	font-size: 12px;
	color: #999;
	margin: 2px 0px;
}

.content_attr_right {
	float: right;
}

.content_attr_right img {
	margin-top: 20px;
	width: 20px;
	height: 20px;
}

.Recommend_barnd {
	overflow: hidden;
	background-color: #FFF;
}

.Recommend_barnd li {
	list-style: none;
	/*height: 110px;*/
	line-height: 10px;
	padding: 17px 5px;
	width: 125px;
	float: left;
	border-right: 0px solid #ccc;
}

.Recommend_barnd li:first-child {
	padding-left: 10px;
}

.Recommend_barnd li:last-child {
	border-right: 0px solid #ccc;
}

.Recommend_barnd li img {
	width: 120px;
}


/*特价商品*/

.block_content {
	width: 1190px;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
	/*background-color: #FFF;*/
}


/*热门品牌*/

.hot_brands_title {
	height: 50px;
	line-height: 50px;
	background-color: #FFF;
	border-bottom: 2px solid #ccc;
}

.hot_brands_title .title {
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.hot_brands_title .load_more {
	float: right;
	margin-right: 15px;
	cursor: pointer;
}

.hot_brands_content {
	margin-top: 10px;
}

.hot_brands_content ul {
	overflow: hidden;
}

.hot_brands_content li {
	list-style: none;
	/*background-color: #FFF;*/
}

.brands_top_item {
	float: left;
	width: 230px;
	height: 300px;
	border-right: 10px solid #F7F7F5;
}

.brands_top_item:last-child {
	border-right: 0px solid #F7F7F5;
}

.brands_top_item img {
	width: 230px;
	height: 300px;
}

.brand_list {
	margin-top: 10px;
}

.brands_bottom_item {
	width: 119px;
	float: left;
}

.brands_bottom_item img {
	width: 119px;
}


/*热门品牌*/


/*猜你喜欢*/

.guess_youlike_content {
	width: 1190px;
	overflow: hidden;
	background-color: #FFF;
}

.guess_youlike_cc {
	width: 1090px;
	margin-top: 10px;
	overflow: hidden;
	margin: 0 auto;
	height: 280px;
	float: left;
}

.guess_youlike_content ul {
	position: relative;
	overflow: hidden;
	width: 10090px;
	height: 280px;
	left: 0px;
}

.guess_youlike_content li {
	cursor: pointer;
	background-color: #FFF;
	list-style: none;
	width: 152px;
	float: left;
	padding: 10px;
	margin: 10px 10px 0px 0px;
}

.guess_youlike_content li:last-child {
	border-right: 0px solid #ccc;
	margin-right: 0px;
}

.guess_youlike_content li:hover {
	/*border: 1px solid #999;*/
	background-color: #FFF4E8;
	box-shadow: 0px 2px 2px #999999;
}

.guess_youlike_item,
.guess_youlike_item .content_attr_left p {
	width: 142px;
	/*text-align: center;*/
}

.guess_youlike_item .content {
	margin-top: 10px;
}

.guess_youlike_item .img_content {
	/*height: 157px;*/
	background-color: #FFF;
	height: auto;
	width: 142px;
	height: 142px;
}

.guess_youlike_item img {
	width: 140px;
	height: 140px;
}

.pull_left {
	width: 50px;
	height: 280px;
	line-height: 280px;
	text-align: center;
	z-index: 10;
	float: left;
}

.pull_right {
	width: 50px;
	height: 280px;
	line-height: 280px;
	text-align: center;
	z-index: 10;
	float: left;
}

.pull_right img,
.pull_left img {
	vertical-align: middle;
	cursor: pointer;
}


/*猜你喜欢*/


/*为你推荐*/

.Recommend_foryou_content {
	margin-top: 10px;
}

.recommend_left {
	height: 541px;
	width: 210px;
	background-color: #FFF;
	float: left;
	overflow: hidden;
	position: relative;
}

.recommend_left li {
	float: left;
}

.recommend_left ul {
	list-style: none;
	position: absolute;
}

.bannerNumber {
	top: 500px;
	left: 70px;
}

.bannerNumber li {
	display: block;
	height: 20px;
	width: 20px;
	margin-left: 7px;
	background: #FFF;
	float: left;
	color: red;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}

.bannerNumber li.hover {
	background: red;
	color: #FFF;
}

.recommend_right {
	border-left: 10px solid #F7F7F5;
	width: 970px;
	height: 541px;
	float: left;
}

.recommend_top_brand {
	height: 40px;
	line-height: 40px;
	background-color: #FFF;
	border-bottom: 1px solid #eee;
	color: #666;
}

.recommend_top_brand a {
	padding: 0px 15px;
	text-decoration: none;
	color: #666;
}

.recommend_top_brand a:link,
.recommend_top_brand a:visited {
	color: #666;
}

.recommend_main {}

.recommend_main_right {
	background-color: #FFF;
	width: 770px;
	height: 500px;
	float: left;
}

.recommend_main_left {
	width: 198px;
	height: 500px;
	background-color: #FFF;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	float: left;
}

.recommend_main_right ul {
	background-color: #FFF;
	width: 100%;
	height: 100%;
}

.recommend_main_right li {
	overflow: hidden;
	list-style: none;
	width: 213px;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	float: left;
	padding: 13px 21px;
}

.recommend_main_right li:nth-child(3),
.recommend_main_right li:nth-child(6) {
	border-right: 0px solid #EEE;
}

.recommend_main_right li:nth-child(1n+4) {
	border-bottom: 0px solid #EEE;
}

.recommend_main_right li p {
	width: 213px;
	/*text-align: center;*/
}

.recommend_main_right .item .img_content {
	background-color: #FFF;
	height: inherit;
}

.recommend_main_right .item .img_content img {
	padding: 0px;
	height: 150px;
	width: 150px;
}

.main_left_item {
	list-style: none;
	background-color: #FFF;
	width: 98px;
	height: 70px;
	line-height: 79px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.main_left_item img {
	max-width: 98px;
	max-height: 67px;
}

.main_left_item:nth-child(even) {
	border-left: 1px solid #eee;
}

.main_left_item:nth-child(n+13) {
	border-bottom: 0px solid #eee;
}


/*为你推荐*/


/*类别商品*/

.brand_goods {
	width: 590px;
	height: 400px;
	background-color: #FFF;
	float: left;
}

.brand_goods.left {
	border-right: 5px solid #F7F7F5;
}

.brand_goods.right {
	border-left: 5px solid #F7F7F5;
}

.brand_goods_title {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #EEE;
	padding-left: 15px;
}

.brand_goods_title .title {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.brand_goods_title .load_more {
	float: right;
	padding-right: 15px;
}

.brand_goods_title .load_more a {
	padding: 0px 5px;
}

.bgcolor_orange {
	background-color: #F1841D;
}

.bgcolor_pink {
	background-color: #C8176F;
}

.space_line {
	display: inline-block;
	width: 2px;
	height: 10px;
	background-color: #EEE;
}

.brand_goods_content {
	width: 590px;
	height: 360px;
}

.brand_goods_content li {
	list-style: none;
}

.first_content {
	width: 220px;
	height: 360px;
	border-right: 1px solid #EEEEEE;
	float: left;
}

.first_content .content {
	padding: 15px;
}

.first_content img {
	padding: 10px 0px 0px 11px;
	width: 200px;
	height: 200px;
}

.content_item {
	float: right;
	width: 369px;
	height: 120px;
	border-bottom: 1px solid #eee;
}

.content_item img {
	padding: 10px 0px 0px 5px;
	width: 100px;
	height: 100px;
	float: left;
}

.content_item .content {
	width: 240px;
	padding: 10px 0px 0px 10px;
	float: left;
}


/*类别商品*/


/*see*/

.see_content {
	overflow: hidden;
	width: 1190px;
	background-color: #FFF;
}

.see_content .offer_right_goods {
	list-style: none;
	width: 290px;
	height: 320px;
	float: left;
	background-color: #F7F7F5;
	padding: 0px 10px 10px 0px;
}

.see_content .offer_right_goods .boxshow {
	width: 266px;
	height: 300px;
	padding: 10px;
	background-color: #FFF;
}

.see_content .offer_right_goods .boxshow:hover {
	overflow: hidden;
	/*box-shadow: 2px 2px 1px #aaa;*/
}

.see_content .offer_right_goods:nth-child(4n+4) {
	padding: 0px 0px 10px 0px;
}

.see_content .img_content {
	height: 210px;
}

.see_content .img_content img {
	width: 200px;
	height: 200px;
	/*max-width: 257px;
	max-height: 140px;*/
}


/*see*/


/*footer*/

.footer_box {
	width: 100%;
	height: 350px;
	background-color: #EAEAEA;
	min-width: 1190px;
}

.advantage_item {
	margin: 10px 0px;
	list-style: none;
	width: 25%;
	text-align: center;
	float: left;
	line-height: 60px;
}

.advantage_item span {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	float: left;
}

.advantage_item img {
	margin-left: 50px;
	width: 60px;
	float: left;
}

.footer_advantage {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.footer_links {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.links_item {
	margin: 20px 0px;
	list-style: none;
	width: 198px;
	float: left;
	text-align: left;
	margin-left: 40px;
}

.links_item li {
	list-style: none;
	line-height: 25px;
}

.links_item li a {
	color: #888;
}

.links_item a:hover {
	color: #FF0000;
}

.links_item li a:visited {
	color: #888;
}

.links_item li a:link {
	color: #888;
}

.links_title {
	color: #666;
	font-weight: bold;
	font-size: 15px;
}

.footer_copyright {
	margin-top: 15px;
	text-align: center;
}

.footer_copyright {
	text-align: center;
}

.footer_copyright a {
	padding: 0px 15px;
}

.footer_copyright p {
	margin-top: 10px;
}

.footer_copyright a:hover {
	color: #FF0000;
}

.footer_copyright a:visited {
	color: #888;
}

.footer_copyright a:link {
	color: #888;
}


/*footer*/


/*类别列表页*/

.classify_title {
	width: 1188px;
	line-height: 40px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #FFF;
	overflow: hidden;
}

.classify_title a:link,
.classify_title a:visited,
.classify_title a {
	color: #666;
	font-weight: bold;
}

.title_content {
	margin-left: 15px;
}

.search_bar {
	width: 1190px;
	margin: 0 auto;
	background-color: #FFF;
}

.search_bar li {
	list-style: none;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-left: 15px;
}

.search_bar a:link,
.search_bar a:visited,
.search_bar a {
	color: #666;
	padding: 0px 10px;
}

.search_bar a.selected {
	color: red;
}

.classify_goods {
	width: 1190px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

.shop_pages {
	width: 1190px;
	/*height: 50px;*/
	/*line-height: 50px;*/
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFF;
	text-align: center;
}

.shop_pages .pagination {
	float: right;
}


/*类别列表页*/


/*购物车页*/

.car_content {
	width: 1190px;
	margin: 0px auto;
	overflow: hidden;
	margin-top: 10px;
	/*background-color: #FFF;*/
}

.car_title {
	width: 1188px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #FFF;
}

.car_title a:link,
.car_title a:visited,
.car_title a {
	padding: 10px;
	color: red;
	font-weight: bold;
	border-bottom: 2px solid red;
}

.car_goodstable_header {
	height: 40px;
	line-height: 40px;
	background-color: #F7F7F5;
	margin-top: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.car_goodstable_header li {
	list-style: none;
	float: left;
}

.car_header_checkAll {
	width: 100px;
	margin-left: 10px;
}

.car_header_goods {
	width: 550px;
}

.car_header_price,
.car_header_amont {
	width: 120px;
	text-align: right;
}

.car_header_count {
	width: 140px;
	text-align: right;
}

.car_header_opt {
	width: 140px;
	text-align: center;
}

.car_shopper {
	height: 35px;
	line-height: 35px;
	padding: 0px 10px;
	border-bottom: 2px solid #ccc;
	background-color: #FFF;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.car_shopper span {
	/*display: inline-block;*/
	margin-left: 10px;
	padding: 2px 10px;
	background-color: #F5832C;
	color: #FFF;
	/*border: 1px solid red;*/
	font-weight: bold;
	border-radius: 2px;
}

.car_goodstable_body li {
	list-style: none;
	float: left;
}

.car_goodstable_body a:link,
.car_goodstable_body a:visited,
.car_goodstable_body a {
	color: #666;
}

.car_body_content {
	overflow: hidden;
	padding: 10px 0px;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.car_body_content.selected {
	background-color: #FFF4E8;
}

.car_body_checkAll {
	width: 25px;
	margin-left: 10px;
}

.car_body_goods {
	width: 625px;
}

.car_body_price,
.car_body_amont {
	width: 120px;
	text-align: right;
}

.car_body_count {
	width: 140px;
	text-align: right;
}

.car_body_opt {
	width: 140px;
	text-align: left;
}

.car_body_opt p {
	margin-left: 25px;
}

.car_body_img {
	width: 60px;
	float: left;
}

.car_body_gname {
	float: left;
	margin-left: 10px;
	width: 260px;
}

.car_body_gattr {
	float: left;
	margin-left: 10px;
}

.amont_opt {
	overflow: hidden;
}

.amont_strock {
	text-align: right;
	padding-right: 30px;
	color: #999;
	font-size: 12px;
}

.amont_reduce {
	float: right;
	width: 20px;
	height: 25px;
	border: 1px solid #ddd;
}

.amont_input {
	float: right;
	width: 50px;
	height: 23px;
	border: 1px solid #ddd;
	border-right: 0px;
	border-left: 0px;
	text-align: center;
}

.amont_plus {
	float: right;
	width: 20px;
	height: 25px;
	border: 1px solid #ddd;
}

.car_bottom {
	height: 60px;
	line-height: 60px;
	margin-top: 10px;
	background-color: #FFF;
	border: 1px solid #ddd;
}

.car_bottom_left {
	float: left;
	margin-left: 10px;
	overflow: hidden;
}

.car_bottom_left span {
	padding: 0px 10px;
	cursor: pointer;
}

.car_bottom_left span:hover {
	color: red;
}

.car_bottom_right {
	float: right;
}

.car_bottom_center {
	float: left;
	color: red;
	/*text-align: right;*/
	/*width: 650px;*/
}

.price_content {
	text-align: right;
	margin-right: 22px;
	float: left;
}

.settlement_btn {
	float: left;
	width: 125px;
	height: 62px;
	text-align: center;
	background-color: red;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border: 0px;
	margin-top: -1px;
}

.settlement_btn:disabled {
	background-color: #999;
	color: #FFF;
}

.price_dec {
	font-size: 12px;
	color: #777;
}

.price_content {
	line-height: 25px;
}

.car_content .hot_brands_title {
	height: 35px;
	line-height: 35px;
	background-color: #EAEAEA;
	border-bottom: 1px;
}

.car_content .guess_youlike_cc {
	width: 1088px;
	/*left: 35px;*/
	overflow: hidden;
	border: 1px solid #eee;
}

.car_content .guess_youlike_content ul {
	position: relative;
	float: left;
	overflow: hidden;
	height: 280px;
	margin-top: 0px;
}

.car_content .guess_youlike_content li {
	/*margin-right: 1px;*/
	border-right: 0px;
}

.car_content .content_attr {
	overflow: hidden;
}

.car_content .guess_youlike_content {
	margin-top: 0px;
	height: 300px;
}

.join_car_btn {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 2px;
	text-align: center;
	/*width: 100px;*/
	/*margin: 10px 0px 0px 29px;*/
	cursor: pointer;
}

.join_car_btn:hover {
	color: red;
	border: 1px solid red;
}

.car_content .pull_left {
	/*margin-top: 95px*/
}

.car_content .pull_right {
	/*margin-left: 45px;*/
	/*margin-top: -140px*/
}

.car_unlogin_message {
	height: 45px;
	line-height: 45px;
	padding: 0px 10px;
	border: 1px solid #EDD28B;
	background-color: #FFFDEE;
}

.car_unlogin_message a {
	margin-left: 5px;
	background-color: #FF0000;
	padding: 1px 8px;
	border-radius: 2px;
}


/*购物车页*/


/*订单确认页*/

.order_title {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
}

.order_content {
	border: 1px solid #ccc;
	padding: 10px 15px;
	border-bottom: 0px;
}

.order_content.last {
	border-bottom: 1px solid #ccc;
}

.order_block_title {
	font-weight: bold;
}

.order_block_title .load_more {
	float: right;
	margin-right: 15px;
}

.order_block_title .load_more a:link,
.order_block_title .load_more a:visited,
.order_block_title .load_more a {
	color: #007BC4;
	font-size: 12px;
	font-weight: 100;
}

.order_block_content,
.order_block_content ul {
	margin-top: 5px;
	overflow: hidden;
}

.order_block_content li {
	list-style: none;
	float: left;
	padding: 0 5px;
}

.order_block_content li:first-child {
	border: 1px solid #bbb;
	padding: 0 15px;
}

.order_block_content li:first-child.active {
	color: red;
	border: 1px solid red;
	padding: 0 15px;
}

.order_address_isDefault {
	background-color: #AAAAAA;
	color: #FFF;
}

.order_pay {
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin-right: 15px;
	cursor: pointer;
}

.order_pay_content {
	margin-top: 10px;
	overflow: hidden;
}

.order_pay_content li {
	list-style: none;
	float: left;
}

.order_pay.active {
	color: red;
	border: 1px solid red;
}

.order_goods_content {
	margin-top: 10px;
	border: 1px solid #eee;
}

.order_address_name {
	cursor: pointer;
}

.order_goods_content .car_shopper {
	background-color: inherit;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #eee;
}

.order_goods_content .car_shopper span {
	margin: 0px;
}

.order_goods_content .car_body_content {
	border-left: 0px;
	border-right: 0px;
	background-color: #F7F7F7;
}

.order_count_content {
	overflow: hidden;
}

.order_count_content table {
	float: right;
	text-align: right;
	height: 160px;
}

.place_order_btn {
	float: right;
	margin-right: 15px;
	height: 35px;
	line-height: 35px;
	background-color: #E23539;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	padding: 0px 20px;
	border-radius: 3px;
	cursor: pointer;
}

.order_address_edit {
	color: #007BC4;
}

.order_input_text {
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #aaa;
	border-radius: 3px;
	width: 350px;
	margin-left: 5px
}


/*订单确认页*/


/*支付页面*/

.pay_content {
	min-height: 300px;
	background-color: #fff;
	margin: 0px auto 0px auto;
}

.payment_orderinfo {
	padding: 10px 0px 10px 10px;
	overflow: hidden;
}

.payment_orderinfo h1 {
	font-size: 16px;
	color: #888;
}

.payment_title {
	margin-left: 5px;
	height: 25px;
	margin-top: 10px;
}

.payment_item {
	margin-top: 10px;
	margin-left: 0px;
}

.payment_item li {
	width: auto;
	float: left;
	margin-right: 10px;
	list-style: none;
}

.payment_item li img {
	border-radius: 2px;
	border: 1px solid #EEEEEE;
	cursor: pointer;
}

.payment_item li.active img {
	border: 1px solid #F0301B;
}

.bgcolor_eee {
	background-color: #eee;
}

.paypage_notice {
	color: #888;
	font-size: 12px;
}

.paypage_content {
	margin-left: 20px;
	float: left;
}

.paypage_content p:first-child {
	font-weight: bold;
	color: #888;
}

.paypage_content p {
	line-height: 25px;
}

.paypage_right {
	margin-right: 20px;
	float: right;
}

.paypage_right p:first-child {
	font-weight: bold;
	color: #888;
}

.paypage_right p .price {
	font-size: 20px;
}

.payment_btn button {
	float: right;
	margin-right: 20px;
	width: 120px;
	height: 40px;
	color: #fff;
	border: 1px solid #F0301B;
	background-color: #F0301B;
	border-radius: 2px;
	margin-bottom: 10px;
}

.payment_produnt {
	/*background-color: #EEEEEE;*/
	overflow: hidden;
	width: 100%;
}

.payment_produnt_item {
	list-style: none;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
	padding: 5px 0px;
	padding-left: 10px;
}

.payment_produnt_item img {
	float: left;
	margin-right: 15px;
}

.payment_produnt_item div {
	float: left;
}

.pitem_product {
	width: 720px;
}

.pitem_price {
	width: 120px;
}

.pitem_amount {
	width: 120px;
}

.pitem_money {
	width: 120px;
}

.payment_produnt_item.title {
	height: 25px;
	line-height: 25px;
}


/*支付页面*/


/*============================================================================================== 
用户中心
============================================================================================== */


/*用户首页*/

.ucenter_left {
	float: left;
	width: 158px;
	min-height: 550px;
	/*background: #FFF;*/
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}

.ucenter_uinfo {
	height: 100px;
	border-bottom: 1px solid #DDDDDD;
}

.ucenter_left_menu {
	margin-top: 15px;
}

.ucenter_left_menu li {
	text-align: left;
	list-style: none;
	padding: 6px 30px;
	cursor: pointer;
}

.ucenter_left_menu li.active {
	border-left: 1px solid #C9242B;
	background-color: #F7F7F5;
}

.ucenter_left_menu li.active a {
	color: #C9242B;
}

.menu_title {
	font-weight: bold;
}

.ucenter_left_menu a {
	font-size: 13px;
	color: #777;
}

.ucenter_left_menu a:hover {
	text-decoration: underline;
	color: #CD292B;
}

.ucenter_right {
	margin-left: 10px;
	float: left;
	width: 1020px;
}

.ucenter_right_uinfo {
	width: 100%;
	height: 140px;
	/*background-color: #fff;*/
}

.right_uinfos {
	background-color: #FFF;
	overflow: hidden;
	width: 270px;
	border-right: 1px dashed #ddd;
	border-radius: 2px 10px 10px 0px / 2px 10px 10px 2px;
	float: left;
}

.ucenter_right_uinfo img {
	margin: 15px 5px;
	padding: 5px 5px;
	height: 100px;
	width: 100px;
	border-radius: 55px;
	border: 1px solid #EEEEEE;
	float: left;
}

.right_uinfo {
	width: 145px;
	height: 140px;
	/*background-color: #CCCCCC;*/
	float: left;
}

.right_uinfo p {
	margin-left: 10px;
	line-height: 25px;
}

.right_uinfo p:first-child {
	margin-top: 30px;
}

.right_quick_menu {
	width: 748px;
	height: 140px;
	float: left;
	border-left: 1px dashed #ddd;
	border-radius: 10px 2px 2px 10px / 10px 2px 2px 10px;
	background-color: #FFFFFF;
}

.ucenter_right_mb {
	width: 149px;
	margin-left: 10px;
	padding-top: 8px;
	float: left;
}

.ucenter_right_mb li {
	list-style: none;
	float: left;
	text-align: center;
	padding: 5px 15px;
	cursor: pointer;
}

.ucenter_right_mb li img {
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 0px 8px;
	border: 0px;
	border-radius: 0px;
}

.ucenter_right_mbs {
	float: right;
	width: 500px;
	height: 120px;
	background-color: #F7F7F5;
	margin: 10px 15px;
	border-radius: 10px;
}

.ucenter_right_mbs ul {
	margin: 10px 0px 10px 20px;
	width: 140px;
	height: 85%;
	border-right: 1px solid #DCDCDC;
	list-style: none;
}

.ucenter_right_mbs li {
	line-height: 25px;
}

.ucenter_right_order {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}

.right_order {
	float: left;
	width: 750px;
}

.right_native {
	float: left;
	margin-left: 20px;
	width: 250px;
	overflow: hidden;
}

.ucenter_title {
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #EEEEEE;
	background-color: #FFF;
}

.ucenter_title_right {
	float: right;
	margin-right: 10px;
}

.ucenter_title_right a,
.ucenter_order_content a {
	color: #666;
	font-weight: 100;
	font-size: 14px;
}

.ucenter_title_right a:hover,
.ucenter_order_content a:hover {
	text-decoration: underline;
	color: #C9242B;
}

.ucenter_order_content {
	width: 100%;
	min-height: 195px;
	/*border-top:1px solid #EEEEEE ;*/
}

.ucenter_order_content dl {
	overflow: hidden;
	width: 90%;
	border-bottom: 1px solid #eee;
	margin: 0 auto;
}

.ucenter_order_content dd {
	float: left;
	padding: 5px;
	height: 64px;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
}

.right_native .offer_left {
	min-height: auto;
	height: 330px;
	width: 100%;
}

.right_native .offer_left_goods {
	min-height: 90px;
}

.right_native_block {
	margin-top: 15px;
	overflow: hidden;
}

.right_native_block:first-child {
	margin-top: 0px;
}

.left_goods_content {
	margin-top: 15px;
}

.right_order_block {
	margin-top: 15px;
	background-color: #FFF;
	overflow: hidden;
}

.right_order_block:first-child {
	margin-top: 0px;
}

.right_order_block .img_content {
	height: 120px;
}

.right_order_block .img_content img {
	padding: 5px;
	height: 100px;
	width: auto;
	border-radius: 8px;
	width: 100px;
}

.right_order_block .offer_right_goods .content {
	width: 150px;
	margin: 0 auto;
}

.right_order_block .offer_right_goods {
	list-style: none;
	width: 180px;
	height: 240px;
	float: left;
	background-color: #F7F7F5;
	padding: 0px 5px 5px 0px;
}

.right_order_block .offer_right_goods .boxshow {
	width: 178px;
	height: 230px;
	padding: 2px;
	background-color: #FFF;
}

.right_order_block .offer_right_goods .boxshow:hover {
	overflow: hidden;
	/*box-shadow: 0px 1px 1px #aaa;*/
}

.right_order_block .offer_right_goods:first-child {
	margin-left: 9px;
}

.right_order_block .offer_right_goods:nth-child(4),
.right_order_block .offer_right_goods:nth-child(8) {
	padding: 0px 0px 5px 0px;
}


/*用户首页*/


/*订单列表页*/

.ucenter_order_produnt {
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
}

.ucenter_produnt_item {
	margin: 0 auto;
	list-style: none;
	width: 1000px;
	overflow: hidden;
	border: 1px solid #EEEEEE;
	border-top: 0px;
}

.ucenter_produnt_item div {
	height: 70px;
	border-right: 1px solid #EEEEEE;
}

.ucenter_produnt_item div {
	float: left;
	padding: 10px 0px;
}

.ucenter_produnt_item img {
	float: left;
}

.ucenter_produnt_item.title div {
	float: left;
	background-color: #eee;
	padding: 8px 0px;
	text-align: center;
	height: 20px;
}

.ucenter_produnt_item.title .pitem_product {
	width: 468px;
	padding-left: 10px
}

.ucenter_produnt_item .pitem_product {
	width: 468px;
	padding-left: 10px;
}

.ucenter_produnt_item .pitem_product p {
	margin-left: 70px;
}

.ucenter_produnt_item.title .pitem_product p {
	margin-left: 0px;
}

.ucenter_produnt_item.title .pitem_option {
	width: 87px;
	border-right: 0px;
}

.query_p {
	float: left;
	margin-left: 10px;
}

.order_select {
	background-color: inherit;
	border: 0px;
	padding: 0px 5px;
}

.order_select option {
	font-size: 12px;
}

.ucenter_produnt_item .pitem_amount {
	width: 80px;
	text-align: center;
}

.ucenter_produnt_item .pitem_money {
	width: 140px;
	text-align: center;
}

.ucenter_produnt_item .pitem_status {
	width: 90px;
	text-align: center;
}

.ucenter_produnt_item .pitem_option {
	width: 80px;
	text-align: center;
	border-right: 0px;
}

.pitem_option a {
	color: #666;
}

.pitem_option a:hover {
	text-decoration: underline;
}

.ucenter_produnt_item .pitem_price {
	text-align: center;
}

.ucenter_order_shopper {
	/*padding: 5px 0px 5px 0px ;*/
	line-height: 30px;
	background-color: #F5F5F5;
	width: 1003px;
	margin: 0 auto;
	margin-top: 10px;
}

.ucenter_order_shopper span {
	margin-left: 10px;
	font-size: 12px;
	color: #333;
}

.ucenter_right .shop_pages {
	width: 1020px;
}

.ucenter_right .pagination {
	margin: 8px 5px 0px 0px;
}

.ucenter_order_menu {
	margin-left: 10px;
	padding: 13px 0px;
}

.ucenter_order_menu span {
	margin-right: 20px;
	cursor: pointer;
}

.ucenter_order_menu span.active {
	padding-bottom: 3px;
	border-bottom: 2px solid #C9242B;
}


/*订单列表页*/


/*订单评价*/

.price_b {
	font-weight: bold;
}

.evaluate_order {
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-bottom: 15px;
}

.eval_title {
	font-size: 18px;
	font-weight: bold;
}

.eval_cay {
	color: #999;
}

.evalute_list {
	background-color: #FFF;
}

.evalute_list li {
	list-style: none;
	overflow: hidden;
	padding: 10px 15px;
}

.evalute_product {
	width: 300px;
	float: left;
	text-align: center;
}

.evalute_product p {
	line-height: 25px;
}

.evalute_content {
	float: left;
	width: 827px;
	border-left: 1px solid #EEEEEE;
}

.evalute_content_item {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
	line-height: initial;
	vertical-align: top;
	padding-left: 30px;
}

.evalute_content_item:first-child {
	margin-top: 0px;
}

.evalute_content_title {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 30px;
	font-weight: bold;
	font-size: 15px;
}

.evalute_content_item label {
	min-width: 120px;
	float: left;
}

.textarea_content {
	border: 1px solid #EEEEEE;
	float: left;
	width: 620px;
	overflow: hidden;
}

.evalute_content_item textarea {
	width: 600px;
	height: 80px;
	padding: 10px;
	border: 0px;
	resize: none;
}

.evalute_content_item .textarea_dsc {
	width: auto;
	float: right;
	color: #AAAAAA;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.evalute_content_item .textarea_dsc span {
	color: #AAAAAA;
	font-size: 12px;
}

.eval_msg {
	display: inline-block;
	margin-top: 20px;
	margin-left: 10px;
	color: #aaa;
}

.eval_msg span {
	color: red;
	margin: 0px 5px;
}

.evalute_rate img {
	width: 20px;
	cursor: pointer;
}

.eval_btn_bar {
	margin-top: 10px;
	width: 100%;
	background-color: #FFF;
	padding: 20px 0px;
	text-align: center;
}

.eval_submit {
	border: 1px solid #D81E06;
	width: 160px;
	padding: 12px;
	font-size: 16px;
	background-color: #D81E06;
	color: #FFF;
	font-weight: bold;
}

.eval_success {
	text-align: center;
}


/*订单评价*/


/*订单详情*/

.odetail_status {
	border-radius: 2px;
	background-color: #FFF;
	min-height: 200px;
	padding: 20px;
	overflow: hidden;
}

.odetail_status_left {
	width: 300px;
	min-height: 200px;
	border-right: 1px dashed #bbb;
	float: left;
	text-align: center;
}

.odetail_status_right {
	width: 840px;
	min-height: 200px;
	float: left;
	/*background-color: #eee;*/
}

.odetail_status_list {
	list-style: none;
	width: 800px;
	overflow: hidden;
	margin: 30px auto;
	/*height: 84px;*/
}

.odetail_status_list li {
	float: left;
}

.odetail_status_list .status img {
	width: 40px;
}

.odetail_status_list .status p {
	font-weight: bold;
	color: #777;
}

.odetail_status_list .status p.desc {
	font-weight: normal;
	color: #888;
	width: 80px;
}

.odetail_status_list .status {
	text-align: center;
	max-width: 100px;
	padding: 20px 10px;
}

.odetail_status_list .space_line {
	width: 70px;
	height: 3px;
	margin-top: 73px;
	background-color: #44ACE2;
}

.odetail_status_list .space_line.dis {
	background-color: #8A8A8A;
}

.odetail_goods {
	border-radius: 2px;
	background-color: #FFF;
	min-height: 200px;
	padding: 20px;
	margin-top: 15px;
	overflow: hidden;
}

.odetail_goods_left {
	width: 300px;
	min-height: 200px;
	border-right: 1px dashed #bbb;
	float: left;
}

.odetail_goods_left p {
	line-height: 30px;
	color: #777;
}

.odetail_goods_right {
	width: 840px;
	min-height: 200px;
	float: left;
	/*background-color: #eee;*/
	overflow: auto;
}

.odetail_goods .ucenter_produnt_item {
	margin: 0 auto;
	list-style: none;
	width: 1140px;
	overflow: hidden;
	/*border: 1px solid #EEEEEE;*/
}

.odetail_goods .ucenter_produnt_item div {
	height: 70px;
	border-right: 1px solid #EEEEEE;
}

.odetail_goods .ucenter_produnt_item div {
	float: left;
	padding: 10px 0px;
}

.odetail_goods .ucenter_produnt_item img {
	float: left;
}

.odetail_goods .ucenter_produnt_item.title div {
	float: left;
	background-color: #eee;
	padding: 8px 0px;
	text-align: center;
	height: 20px;
}

.odetail_goods .ucenter_produnt_item.title .pitem_product {
	width: 520px;
	padding-left: 10px
}

.odetail_goods .ucenter_produnt_item .pitem_product {
	width: 520px;
	padding-left: 10px;
}

.odetail_goods .ucenter_produnt_item .pitem_product p {
	margin-left: 70px;
}

.odetail_goods .ucenter_produnt_item.title .pitem_product p {
	margin-left: 0px;
}

.odetail_goods .ucenter_produnt_item.title .pitem_option {
	width: 125px;
}

.odetail_goods .ucenter_produnt_item .pitem_amount {
	width: 100px;
	text-align: center;
}

.odetail_goods .ucenter_produnt_item .pitem_money {
	width: 140px;
	text-align: center;
}

.odetail_goods .ucenter_produnt_item .pitem_status {
	width: 120px;
	text-align: center;
}

.odetail_goods .ucenter_produnt_item .pitem_option {
	width: 120px;
	text-align: center;
	border-right: 0px;
}

.odetails_total_count {
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	text-align: right;
}

.odetails_total_count span {
	margin-right: 20px;
}

.big_font_blue {
	font-size: 20px;
	color: #44ACE2;
	line-height: 40px;
}

.samll_font_cay {
	font-size: 13px;
	color: #888;
}

.eval_show_btn {
	display: inline-block;
	width: auto;
	font-size: 12px;
	line-height: 30px;
	border-radius: 2px;
	border: 1px solid #F4290E;
	background-color: #FFF;
	color: #F4290E;
	font-weight: bold;
	min-width: 60px;
	padding: 0px 10px;
	cursor: pointer;
}

.eval_show_btn:hover {
	background-color: #F4290E;
	color: #FFF;
}


/*订单详情*/


/*申请售后*/

.serverApply_title {
	line-height: 30px;
	margin-bottom: 10px;
}

.serverApply_item {
	background-color: #FFF;
	padding: 20px;
	/*border-top:1px solid #EEEEEE ;*/
	overflow: hidden;
}

.serverApply_item_title {
	float: left;
	font-weight: bold;
	width: 80px;
}

.serverApply_item_content {
	float: left;
}

.serverApply_item_content textarea {
	width: 600px;
	height: 80px;
	padding: 10px;
	border: 0px;
	resize: none;
}

.serverApply_item_content .textarea_dsc {
	width: auto;
	float: right;
	color: #AAAAAA;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.serverApply_item_content .textarea_dsc span {
	color: #AAAAAA;
	font-size: 12px;
}


/*申请售后*/


/*售后详情*/

.ucenter_content {
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
}

.serverApplyD_top {
	padding: 10px 20px;
	overflow: hidden;
}

.serverApplyD_top .title {
	font-weight: bold;
	margin-bottom: 10px;
}

.serverApplyD_top_content {
	padding: 5px;
	overflow: hidden;
	border: 1px solid #F5832C;
	/*background-color: #FFFDEE;*/
}

.serverApplyD_top_content ul {
	padding-left: 10px;
	float: left;
	border-left: 1px solid #F5832C;
	overflow: hidden;
}

.serverApplyD_top_content li {
	list-style: none;
	float: left;
	padding: 0px 10px;
}

.content_left {
	float: left;
	padding-right: 5px;
	height: 100%;
	color: #666666;
	line-height: 25px;
}

.serverApply_body {
	margin-top: 10px;
	background-color: #FFF;
	overflow: hidden;
	/*width: 100%;*/
	padding: 10px 20px;
}

.serverApply_body .title {
	font-weight: bold;
}

.status_content {
	margin: 10px 30px;
}

.status_content .space_line {
	margin-top: 19px;
}

.status_content .odetail_status_list {
	margin: 0px;
}

.status_content .odetail_status_list img {
	width: 30px;
}

.status_content .odetail_status_list .status {
	padding: 5px;
}

.status_time_line {
	padding: 10px 10px;
	border: 1px solid #ddd;
}

.serverApply_bottom .title {
	font-weight: bold;
}

.serverApply_bottom {
	margin-top: 10px;
	background-color: #FFF;
	overflow: hidden;
	padding: 10px 20px;
}

.serverApply_bottom_content {
	margin-top: 10px;
	border: 1px solid #ddd;
	border-top: 0px;
	width: 100%;
}

.serverApply_bottom_content tr {
	min-height: 60px;
}

.serverApply_bottom_content td {
	border-top: 1px solid #ddd;
	padding: 10px 10px;
	vertical-align: middle;
}

.serverApply_bottom_content td.td_label {
	padding: 10px 20px;
	border-right: 1px solid #ddd;
	width: 60px;
}

.span_a {
	float: right;
	/*margin-right: 10px;*/
	text-decoration: underline;
	font-weight: normal;
	color: #0B4DA2;
	cursor: pointer;
}

.bg_div {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20;
	top: 0;
	left: 0;
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.popcontent_div {
	height: 400px;
	width: 450px;
	background-color: #FFF;
	opacity: 1;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -225px;
	z-index: 21;
	position: fixed;
}
.popcontent_div ul{
	overflow: hidden;
	width: 100%;
}
.popcontent_div li{
	padding: 5px 20px;
}
.popcontent_div li span.label-title{
  display: inline-block;
  width: 80px;
  text-align: right;
}
.popcontent_div input{
	margin-left: 3px;
	width: 160px;
	height: 25px;
	padding: 0px 5px;
}
.popcontent_div button{
	margin-left: 3px;
	width: 173px;
	height: 30px;
	padding: 0px 5px;
}

.poptitle_div{
	line-height: 45px;
	background-color: #EEEEEE;
	padding: 0px 10px 0px 20px ;
	font-weight: bold;
}
.popbuttom_div{
	text-align: center;
	width: 420px;
	line-height: 40px;
	background-color: #EEEEEE;
	padding: 0px 10px 0px 20px ;
	font-weight: bold;
	top: 50%;
	margin-top: 160px;
	position: fixed;
}
.popclose_span{
	float: right;
	width: 20px;
	height: 40px;
	cursor: pointer;
	color: red;
}

/*售后详情*/


/*============================================================================================== 
用户中心
============================================================================================== */</pre></body></html>