body {
	font-size: 12px;
	font-family: "Microsoft yahei", "Arial", "Hiragino Sans GB",
		"冬青黑体简体中文 w3", "Microsoft Yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3",
		STXihei, "华文细黑", "微软雅黑", SimSun, "宋体", Heiti, "黑体", "sans-serif";
	height: 100%;
	min-width: 1200px;
	color: rgb(51, 51, 51);
}

body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,input,form,textarea,a,img,table.td
	{
	padding: 0;
	margin: 0;
}

ol,ul,li {
	list-style: none;
}

a {
	color: rgb(51, 51, 51);
	text-decoration: none;
	transition: all .15s ease-out;
}

img {
	border: none;
}

input {
	background-color: #fff;
	outline: none;
}
/*清浮动*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

textarea {
	resize: none;
}

select,textarea,button {
	outline: none;
	border: none;
	background: none;
}
/*input{background-color: #fff;outline: none;border:none;}*/
li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.left0 {
	margin-left: 0 !important;
}

#left0 {
	margin-left: 0;
}

.comWidth {
	margin: 0 auto;
	width: 1200px;
}

.ml-12 {
	margin-left: 12px;
}

.ml-21 {
	margin-left: 21px !important;
}

/*header内容*/
body {
	background-color: #f6f6f6;
}

.main {
	position: relative;
	/*margin-top: 50px;*/
	min-height: 700px;
	background: #f6f6f6;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.header {
	height: 125px;
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
}

.header-top {
	width: 100%;
	height: 33px;
	background: #f6f6f6;
	border-bottom: 1px solid #dddddd;
}

.header-top-main {
	width: 1200px;
	height: 33px;
	margin: 0 auto;
}

.header-wel {
	float: left;
	font-size: 12px;
	color: #333333;
	line-height: 33px;
	margin-left: 10px;
}

.header-loginBox {
	float: left;
	margin-left: 15px;
}

.header-loginBox a {
	float: left;
	padding: 0 12px;
	font-size: 12px;
	color: #333333;
	line-height: 33px;
}

.header-loginBox span {
	float: left;
	color: #333333;
	line-height: 32px;
}

.header-user {
	float: left;
	margin-left: 15px;
	position: relative;
}

.header-user a {
	
}

.header-user img {
	float: left;
	width: 18px;
	height: 18px;
	margin: 8px 7px 0 0;
}

.header-user p {
	float: left;
	font-size: 12px;
	color: #333333;
	line-height: 33px;
}

.header-user i {
	float: left;
	width: 12px;
	height: 6px;
	background: url(/resources/front/scm/common/header_ico1.png) no-repeat 0 0;
	margin: 13px 0 0 7px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header-user:hover i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header-user:hover .header-user-drop {
	display: block;
}

.header-user-drop {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 100%;
	line-height: 33px;
	text-align: center;
	border: 1px solid rgb(234, 234, 234);
	display: none;
	background-color: #fff;
	z-index: 9999;
}

.header-drop-box {
	width: 100%;
	height: 33px;
}

.header-drop-box a {
	font-size: 12px;
	color: #333333;
}

.header-right-nav {
	float: right;
}

.header-right-nav a {
	font-size: 12px;
	color: #333333;
	line-height: 33px;
	float: left;
	padding: 0 9px 0 24px;
}

#myuser {
	background: url(/resources/front/scm/common/header_ico3.png) no-repeat 0 9px;
}

#myhelp {
	background: url(/resources/front/scm/common/header_ico2.png) no-repeat 0 9px;
}

#myNew {
	background: url(/resources/front/scm/common/header_ico5.png) no-repeat 0 9px;
}

#myMsg {
	background: url(/resources/front/scm/common/header_ico_msg.png) no-repeat 0 9px;
}

.msg-dot {
	position: relative;
	display: inline-block;
}

.msg-dot::before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #DE333A;
}

.header-right-nav span {
	float: left;
	margin: 0 22px 0 10px;
	line-height: 32px;
	color: #cccccc;
}

.header-cart {
	float: right;
	width: 90px;
	height: 90px;
	background: url(/resources/front/scm/common/header_ico4.png) no-repeat 31px 45px;
	position: relative;
}

.header-cart a {
	display: block;
	width: 90px;
	height: 70px;
	line-height: 90px;
}

.header-cart-num {
	position: absolute;
	left: 41px;
	top: 28px;
	display: inline-block;
	padding: 0 6px 0 7px;
	line-height: 16px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: #de333a;
}

.header-cart-num-ico {
	position: absolute;
	left: 25%;
	bottom: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid #de333a;
	border-right: 5px solid transparent;
}

.fixtop {
	width: 100%;
	height: 0px;
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid #e4e4e4;
	z-index: 9999;
	background: #ffffff;
	transition: height 0.5s;
	-moz-transition: height 0.5s; /* Firefox 4 */
	-webkit-transition: height 0.5s; /* Safari 和 Chrome */
	-o-transition: height 0.5s; /* Opera */
	overflow: hidden;
}

.fixactive {
	height: 70px;
	line-height: 70px;
}

.fixtop-main {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	background: #ffffff;
}

.fixtop-logo {
	float: left;
	margin-top: 9px;
	margin-left: 10px;
}

.tusoubtn {
	float: left;
	border-top: 2px solid #de333a;
	border-bottom: 2px solid #de333a;
	width: 40px;
	height: 36px;
	background: url('/resources/front/scm/common/tusou_ico2.png') no-repeat center;
	cursor: pointer;
}

.tusoubtn a {
	display: block;
	height: 36px;
}

.tusoubtn:hover {
	background: url('/resources/front/scm/common/tusou_ico3.png') no-repeat center;
}

.h_logo {
	padding-top: 20px;
	padding-left: 10px;
}

.search_box {
	padding-top: 26px;
	margin-left: 239px;
}

.search_text {
	width: 450px;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	border: 2px solid #de333a;
	border-right: none;
}

.search_btn {
	width: 50px;
	height: 40px;
	line-height: 50px;
	background-color: #de333a;
	cursor: pointer;
}

.search_text1 {
	width: 450px;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	border: 2px solid #de333a;
	border-right: none;
}

.search_btn1 {
	width: 50px;
	height: 40px;
	line-height: 50px;
	background-color: #de333a;
	cursor: pointer;
}

.content {
	padding-top: 32px;
	overflow: hidden;
}

.pro_nav {
	height: 38px;
	border-bottom: 2px solid #de333a;
}

.pro_nav a {
	width: 120px;
	height: 38px;
	display: inline-block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	margin-right: 5px;
}

.active_bg {
	background-color: #de333a;
	color: #fff !important;
}
/*.active_color{color: #de333a;}*/
.pro_num {
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.pro_num .totle {
	color: rgb(153, 153, 153);
}

.g-group-cont {
	position: relative;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	background: #ffffff;
	margin-bottom: 15px;
}

.g-middle { /* margin: 0 100px 0 120px;  */
	overflow: hidden;
	/* background-color: #fff; */
	/* margin-top: 15px;  */
	/* margin-bottom: 25px; */
	float: left;
	width: 1012px;
	padding-bottom: 10px;
}

.g-left {
	float: left;
	width: 78px;
	overflow: hidden;
	min-height: 40px;
}

.g-middle li {
	display: inline;
	float: left;
	width: 90px;
	height: 30px;
	/* padding-top: 10px;  */
	text-align: left;
	/*margin: 10px 15px 15px 15px;*/
	margin-left: 8px;
}

.g-middle li a {
	width: 90px;
	height: 30px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.g-middle li .active {
	color: #de333a;
}

.check {
	margin-right: 8px;
	vertical-align: -2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	cursor: pointer;
	border-radius: 2px;
}

.g-right {
	float: right;
	display: inline;
	height: 30px;
	width: 100px;
	padding: 9px 0;
	text-align: right;
	padding-right: 10px;
}

.g-title {
	line-height: 40px;
	text-align: center;
	color: rgb(153, 153, 153);
}

.g-more {
	z-index: 5;
}

.g-more span {
	position: relative;
	padding: 3px 20px 3px 10px;
	line-height: 22px;
}

.g-up {
	display: inline-block;
	width: 55px;
	height: 22px;
	background: url(/resources/front/scm/common/under1.png) 60px 2px no-repeat;
}

.g-down {
	display: inline-block;
	width: 55px;
	height: 22px;
	background: url(/resources/front/scm/common/top.png) 60px 2px no-repeat;
}

.g-right-more {
	width: 50%;
	padding: 3px;
}

.g-right-more span {
	margin-right: 18px;
	font-size: 10px;
}

.g-right-more-down {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 35px 0px;
}

.more-down {
	background-image: url(/resources/front/scm/common/under1.png);
}

.more-up {
	background-image: url(/resources/front/scm/common/top.png);
}

.g-right a:hover {
	color: #dd465e;
}

.g-middle1 {
	margin: 0 100px 0 120px;
	overflow: hidden;
}

.g-middle1 li {
	display: inline;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: left;
	overflow: hidden;
	margin-right: 30px;
}

.g-middle1 li a {
	vertical-align: middle;
	cursor: pointer;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	position: relative;
}

.duigou {
	width: 14px;
	height: 14px;
	background: url(/resources/front/scm/common/duigou.png) no-repeat;
	position: absolute;
	top: 12px;
	left: 0px;
	display: none;
}

.g-group-cont2 {
	position: relative;
	overflow: hidden;
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
	background-color: rgb(250, 250, 250);;
	margin-top: 15px;
	margin-bottom: 15px;
}

.mr-25 li {
	margin-right: 25px !important;
}

li.active_color a {
	color: #de333a;
}

.arrow-l {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	background: url(/resources/front/scm/common/left1.png) 5px 2px no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.arrow-l2 {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	background: url(/resources/front/scm/common/left2.png) 5px 2px no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.arrow-r {
	width: 20px;
	height: 20px;
	background: url(/resources/front/scm/common/right2.png) 5px 2px no-repeat;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.arrow-r1 {
	width: 20px;
	height: 20px;
	background: url(/resources/front/scm/common/right1.png) 5px 2px no-repeat;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.g-right1 {
	overflow: hidden;
	float: right;
	display: inline;
	height: 40px;
	width: 140px;
	line-height: 40px;
	text-align: right;
	padding-right: 10px;
}

.g-middle1 input[type=text] {
	width: 60px;
	height: 24px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	margin: 0 5px;
}

#range {
	height: 40px;
	width: 300px;
	position: relative;
	display: inline-block;
	margin-left: 25px;
}

#range input {
	width: 60px;
	height: 24px;
	display: inline-block;
	text-align: center;
	position: absolute;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}

#range .input1 {
	top: 8px;
	left: 35px;
}

#range .span1 {
	position: absolute;
	top: 1px;
	left: 102px;
}

#range .span2 {
	position: absolute;
	top: 1px;
	left: 182px;
}

#range .input2 {
	top: 8px;
	left: 111px;
}

#range .input3 {
	top: 8px;
	left: 215px;
	display: inline-block;
	background-color: #de333a;
	color: #fff;
	line-height: 23px;
	cursor: pointer;
}

.con_items {
	padding-bottom: 50px;
	margin-top: 30px;
}

.con_items .items {
	overflow: hidden;
}

.con_items .items .item {
	width: 228px;
	padding-bottom: 15px;
	background-color: #fff;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px 1px #ecebec;
}

.con_items .items .item:nth-child(5n+1) {
	margin-left: 0;
}

.con_items .pic {
	width: 216px;
	height: 216px;
	padding: 6px;
	position: relative;
}

.con_items .pic img {
	width: 216px;
	height: 216px;
}

.con_items .pic:hover .imgbtn {
	display: block;
}

.imgbtn {
	display: none;
	position: absolute;
	left: 6px;
	bottom: 6px;
	width: 216px;
	height: 26px;
}

.imgbtn-mask {
	width: 216px;
	height: 26px;
	background: #d04d55;
	opacity: 0.9;
}

.imgbtn-con {
	position: absolute;
	left: 0;
	top: 0;
	width: 216px;
	height: 26px;
	z-index: 9999;
}

.imgbtn-con-box {
	float: left;
	width: 107px;
	height: 26px;
	border-right: 1px solid #f18389;
	font-size: 12px;
	color: #ffffff;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

.row_1 a {
	color: #333333;
	height: 40px;
	display: inline-block;
	line-height: 20px;
	width: 200px;
	margin-left: 12px;
	margin-top: 5px;
	overflow: hidden;
	letter-spacing: 1.2px;
}
/*.row_1 a:hover{color: red;}*/
.row_1 a i {
	padding: 0 3px;
	height: 16px;
	background: #de333a;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	border-radius: 2px;
}

.row_2 {
	margin-left: 10px;
	margin-top: 10px;
}

.row_2 .price1 {
	font-size: 16px;
	color: #cf2a32;
	font-weight: bold;
}

.row_2 #rmb {
	font-size: 12px;
}

.row_2 .flag {
	float: right;
	display: block;
	color: rgb(153, 153, 153);
	margin-right: 5px;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	text-align: right;
	background: url(/resources/front/scm/common/address.png) 5px 6px no-repeat;
	width: 50px;
	height: 20px;
}

.row_3 {
	margin-left: 12px;
	margin-top: 7px;
}

.row_3 span {
	color: rgb(153, 153, 153);
}

.row_3 i {
	font-style: normal;
	color: #de333a;
}

.row_4 {
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	border-top: 1px solid #e6e6e6;
	margin-top: 10px;
	text-align: center;
	position: relative;
}

.duigou1 {
	width: 14px;
	height: 14px;
	background: url(/resources/front/scm/common/duigou.png) no-repeat;
	position: absolute;
	top: 12px;
	left: 68px;
	display: none;
}

.curr .duigou1 {
	display: block;
}

.fixed {
	height: 60px;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.fixed div {
	float: left;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-left: 300px;
	font-size: 16px;
	cursor: pointer;
}

.fixed_3 {
	background-color: rgb(222, 51, 58);
	color: #fff;
	overflow: hidden;
}

.fixed_3 img {
	margin-right: 18px;
	vertical-align: middle;
}

.fixed_1 {
	background: url(/resources/front/scm/common/all.png) 12px 22px no-repeat;
}

.fixed_1:hover,.fixed_2:hover {
	background-color: #ccc;
}

.fixed_2 .f_num {
	color: #de333a;
}

.product_list_pager {
	margin: 0 auto 130px;
	clear: both;
	text-align: center;
	display: block
}

/*.product_list_pager a {*/
/*padding: 8px 0;*/
/*margin: auto 3px;*/
/*border: 1px solid #e3e8e8;*/
/*color: #AE1023*/
/*}*/

/*.product_list_pager a:hover {*/
/*border: 1px solid #AE1023;*/
/*padding: 8px 0*/
/*}*/

/*.product_list_pager .page_current {*/
/*padding: 8px 12px;*/
/*margin-left: 3px;*/
/*margin-right: 0;*/
/*color: #fff;*/
/*background: #AE1023;*/
/*border: 1px solid #AE1023*/
/*}*/

/*.product_list_pager .page_first,.product_list_pager .page_last,.product_list_pager .page_number {*/
/*padding: 8px 12px;*/
/*margin: 0;*/
/*border: none*/
/*}*/

/*.product_list_pager .page_down,.product_list_pager .page_up {*/
/*padding: 8px 12px;*/
/*margin: 0;*/
/*border: none;*/
/*font-weight: 400*/
/*}*/

/*.pagem .page_count {*/
/*display: block;*/
/*margin-top: 10px*/
/*}*/

/*ul.paginator {*/
/*text-align: right;*/
/*white-space: nowrap;*/
/*padding: 10px 0 0;*/
/*margin: 20px 10px*/
/*}*/

/*ul.paginator li.current {*/
/*font-weight: 700;*/
/*margin: 0 6px*/
/*}*/

/*ul.paginator li {*/
/*display: inline;*/
/*height: 22px;*/
/*line-height: 22px;*/
/*margin: 0 1px;*/
/*padding: 1px*/
/*}*/

/*ul.paginator li a {*/
/*border: 1px solid #BBB;*/
/*margin: 2px 0;*/
/*padding: 3px 6px*/
/*}*/

/*ul.paginator li a:hover {*/
/*border: none;*/
/*background: #369;*/
/*color: #fff;*/
/*padding: 4px 7px 5px*/
/*}*/

/* 翻页样式 */
.pagination {
	text-align: center;
	display: block;
	padding: 15px 0;
	margin: 0 !important;
}

.pagination ul {
	font-size: 0;
	*word-spacing: -1px /*IE6、7*/;
	display: inline-block;
	*display: inline /*IE6,7*/;
	margin: 0 auto !important;
	padding: 0;
	zoom: 1;
}

.pagination ul li {
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.pagination ul li {
	*display: inline /*IE6,7*/;
	*float: left;
	zoom: 1;
}

.pagination li span {
	font-size: 14px;
	line-height: 28px;
	list-style-type: none;
	background-color: #fff;
	display: block;
	height: 28px;
	padding: 0px 8px;
	margin: 2px;
	border: 1px solid;
	border-color: #DCDCDC #DCDCDC #B8B8B8 #DCDCDC;
}

.pagination li:first-child span {
	border-radius: 4px 0 0 4px;
}

.pagination li:last-child span {
	border-radius: 0 4px 4px 0;
}

.pagination li a span,.pagination li a:visited span {
	color: #AE1023;
	text-decoration: none;
	cursor: pointer;
}

.pagination li a:hover {
	text-decoration: none;
}

.pagination li a:hover span {
	border: 1px solid #AE1023;
}

.pagination li a:active span {
	color: #333;
	background-color: #fff;
	border-color: #D0D0D0 #D0D0D0 #AEAEAE #D0D0D0;
	cursor: pointer;
}

.pagination li span.currentpage {
	color: #FFF;
	font-weight: bold;
	background-color: #AE1023;
	border: 1px solid #AE1023;
}

/*包裹样式*/
.data_com {
	width: 980px;
	margin: 0 auto;
}

.datapackage {
	padding: 14px;
	background-color: #fff;
	box-shadow: 1px 1px 3px 1px #e6e6e6;
}

.data_title {
	background-color: #e6e6e6;
	margin-top: 20px;
	height: 40px;
}

.data_title li {
	float: left;
	width: 230px;
	height: 40px;
	margin-left: 145px;
	text-align: center;
	line-height: 40px;
}

.list_con {
	background-color: #fff;
	overflow: hidden;
	box-shadow: 1px 1px 3px 1px #e6e6e6;
}

.list_con ul li {
	margin: 10px 0;
	height: 40px;
}

.list_con ul li div {
	float: left;
	width: 230px;
	height: 40px;
	margin-left: 145px;
	text-align: center;
	line-height: 40px;
}

.list_con ul li div:nth-child(1) {
	margin-left: 0;
}

.list_con ul li div:nth-child(3) {
	color: #159fee;
	cursor: pointer;
}
/*弹框*/
.dialog_cover {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.dialog {
	width: 450px;
	height: 132px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 3px 1px #e6e6e6;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -90px;
}

.d_up {
	padding-left: 30px;
	height: 82px;
	border-bottom: 2px solid #e6e6e6;
	text-align: left;
	line-height: 82px;
	font-size: 18px;
}

.d_down a {
	font-size: 18px;
	color: #de333a;
	line-height: 50px;
	margin-left: 200px;
}

.d_down .d_close {
	display: inline-block;
	font-size: 18px;
	color: blue;
	line-height: 50px;
	margin-left: 50px;
	cursor: pointer;
}

.nav_right {
	position: fixed;
	width: 4px;
	height: 100%;
	background: #45484b;
	top: 0;
	right: 0;
	z-index: 500;
	min-height: 400px;
}

.nav_right_bot {
	width: 32px;
	height: 34px;
	background: #45484b url(/resources/front/scm/common/nav_right_ico5.png)
		no-repeat right;
	position: absolute;
	right: 0;
	bottom: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	cursor: pointer;
}

.nav_right_bot:hover {
	background-color: #de333a;
}

.nav_right_center {
	width: auto;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -70px;
}

.nav_right_center div {
	width: 32px;
	height: 34px;
	transition: width 0.5s;
	-moz-transition: width 0.5s; /* Firefox 4 */
	-webkit-transition: width 0.5s; /* Safari 和 Chrome */
	-o-transition: width 0.5s; /* Opera */
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	cursor: pointer;
	z-index: 9999;
}

.nav_right_user {
	background: #45484b url(/resources/front/scm/common/nav_right_ico1.png)
		no-repeat right;
	position: absolute;
	right: 0;
	top: 0;
}

.nav_right_cart {
	background: #45484b url(/resources/front/scm/common/nav_right_ico2.png)
		no-repeat right;
	position: absolute;
	right: 0;
	top: 35px;
}

.nav_right_coll {
	background: #45484b url(/resources/front/scm/common/nav_right_ico6.png)
		no-repeat right;
	position: absolute;
	right: 0;
	top: 70px;
}

.nav_right_tel {
	background: #45484b url(/resources/front/scm/common/nav_right_ico3.png)
		no-repeat right;
	position: absolute;
	right: 0;
	top: 105px;
}

.nav_right_qq {
	background: #45484b url(/resources/front/scm/common/nav_right_ico4.png)
		no-repeat right;
	position: absolute;
	right: 0;
	top: 140px;
}

.nav_right_center div p {
	float: left;
	width: 100%;
	height: 34px;
	overflow: hidden;
	font-size: 12px;
	color: #ffffff;
	line-height: 34px;
	text-indent: 12px;
	opacity: 0;
	transition: opacity 1s;
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari 和 Chrome */
	-o-transition: opacity 1s; /* Opera */
}

.nav_right_center div:hover {
	width: 100px;
	background-color: #de333a;
}

.nav_right_center .nav_right_tel:hover {
	width: 150px;
	background-color: #de333a;
}

.nav_right_center div:hover p {
	opacity: 1;
}