/* ====================
     公共样式
==================== */
body {
	background-color:#e3e3e3;
}
.hide {
	display:none;
}
.link{
	color: #000;
}
 .main_color, .category_list:hover, .category_list-active, .login_menu_a:hover, .hover:hover, .link:hover {
	color: #b94047;
}
.btn-danger{
	color: #dd514c;
	background-color: #FFF;
	border-top-color: #dd514c;
	border-right-color: #dd514c;
	border-bottom-color: #dd514c;
	border-left-color: #dd514c;
}
.btn-danger:focus , .btn-danger:hover{
	background-color: #F6F6F6;
	color: #F00;
}
.color_red {color:#F00}
.padding-5 {padding:5px !important;}
.padding-10 {padding:10px !important;}
.padding-15 {padding:15px !important;}
.line-height-3{ line-height:3rem;}
/* ====================
     head部分
==================== */
  /*顶部管理型导航*/
#head {
	height: 45px;
}
.head_list_icon {
	line-height: 44px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.head_title {
	padding-top:6px;
	font-size: 2.0rem;
}
.head_search {
	padding-top:6px;
}
.head_search_btn {
	padding: 12px;
	background-color: transparent !important;
}
/* ====================
     main部部分
==================== */

#main, #foot, #head, .main_bottom_box {
	min-width:350px;
}
#main {
	background-color:#FFF;
}
.main_with_bottom {
	margin-bottom:52px;
}
.main_bottom_box {
	width:100%;
	max-width:1000px;
	position: fixed;
	bottom: 52px;
	height: 40px;
	background-color: #f3f3f3;
	z-index: 99;
}
/*首页幻灯片显示*/
.main_banner {
	max-height:300px;
	overflow: hidden;
	text-align: center;
	vertical-align: bottom;
}
.banner-slides {
    height:300px;
    width:100%;
    text-align:center;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    z-index:5;
    background:#F8F8F8;
}
.banner-slides .swiper-wrapper {
    position: relative;
    z-index:10;
}
.banner-slides .swiper-slide {
    position:relative;
    text-align:center;
    float:left;
}
.banner-slides .swiper-slide a{
    position:relative;
    width:100%;
    height:300px;
    display:block;
    overflow:hidden;
}
.banner-slides .swiper-slide img{
		left:50%;
		margin-left: -100%;
    vertical-align:middle;
    position:relative;
}
.banner-slides .pagination{
    position:absolute;
    height:1.2em;
    width:100%;
    bottom:0.4em;
    z-index:100;
}
.banner-slides .pagination .swiper-pagination-switch{
    display:inline-block;
    height:0.6em;
    width:0.6em;
    background:#FFF;
    border-radius:50%;
    margin-right:1em;
}
.banner-slides .pagination .swiper-active-switch{
    background:#fe5e52;
}

.main_row_box {
	background-color: #FFF;
	padding: 10px;
}
.main_row_title {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #b94047;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom:10px;
}
.main_goods_img {
	height:140px;
	overflow: hidden;
	text-align: center;
}
.main_goods_name {
	max-height:50px;
	overflow: hidden;
	color: #000;
}
.main_goods_name a {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.4;
	padding-top:5px;
}
.main_hot_goods_box {
	height:225px !important;
	border: 1px solid #cccccc;
	margin: 0px 0px -1px -1px;
}
.category_box {
	background-color: #f5f5f5;
	overflow: auto;
	/*height:100%;*/
}
.category_list {
	padding: 10px;
	height: 60px;
	text-align: center;
	line-height: 1.2;
	display:block;
	color: #000;
}
.category_list-active {
	background-color: #FFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #b94047;
}
.category_pro_list {
	background-color: #FFF;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left: 10px;
	/*height: 150px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.category_pro_list_img {
	height: 120px;
	/*background-color: #f7f7f7;*/
	text-align: center;
	overflow: hidden;
}
.category_pro_list_info {
	padding-left:10px !important;
}
.category_pro_list_text {
	height: 80px;
	overflow: hidden;
	display: block;
}
.category_pro_list_price{
	height: 30px;
	color: #b94047;
	padding-right: 20px;
}
.category_pro_list_price a {
	color:#cc2f38;
	transition: all .2s ease;
}
.category_pro_list_price a:hover {
	transform: rotate(360deg);
}
.goods_info_img_bg {
	background-color:#CCC;
}
.goods_info_img_box{
	max-width:450px;
	margin-right: auto;
	margin-left: auto;
}
.goods_info_img_box .am-viewport{
	height: 300px;
}
.goods_info_title{
	font-size: 1.8rem;
	font-weight: bold;
}
.goods_info_num_box{
	width:90px;
	float: left;
	padding-top: 5px;
}
.goods_info_money_box{
	min-width:80px;
	text-align: right;
	overflow: hidden;
	color: #F00;
}
.goods_info-nav {
	top: 45px !important;
	background: #FFF;
	/*z-index: 100;*/
}
.cart_box_clear {
	text-align: center;
	padding-bottom:20px;
}
.cart_box_clear_img {
	padding-top: 50px;
	padding-bottom:30px;
}
.cart_pro_list {
	background-color: #FFF;
	/*padding-left: 10px;*/
	padding-bottom:10px;
	margin-bottom:10px;
	/*height: 150px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.cart_pro_list_chk_box {
	height:120px;
	text-align: center;
}
.cart_pro_list_info {
	padding-left:10px !important;
	padding-right:10px !important;
}
.cart_pro_list_price {
	height: 30px;
	color: #b94047;
}
.cart_bottom_box {
	padding-left:3%;
}
.cart_chk_L{
	width: 70px;
	float: left;
}
.cart_chk_R{
	float: left;
}
.cart_money_box {
	line-height:2.4;
	padding-right:10px !important;
	text-align:right;
	color: #b94047;
	font-size: 1.5rem;
}
.cart_step2_input{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.4rem;
	line-height: 1.8;
}
.cart_step3_msg{
	background-color: #b94c51;
	color: #FFF;
	text-align: center;
	line-height: 2;
}
.login_menu{
	padding-top: 10px;
	text-align: center;
	background-color: #999999;
}
.login_menu_a{
	display: block;
	color: #FFF;
	height: 40px;
	line-height: 40px;
}
.login_menu_a-active {
	color: #000;
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #b94047;
}
.login_box{
	padding-top: 10px;
	padding-bottom: 10px;
}
.login_input{
	padding-bottom: 10px;
}
.user_login_box{
	height: 130px;
	background-image: url(../images/bg_my_profile_login.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.user_icon {
	padding-top: 20px;
	padding-left: 8%;
	float: left;
	padding-right: 15px;
}
.user_name {
	padding-top: 20px;
	float: left;
	font-size: 1.8rem;
	line-height: 80px;
	width: 170px;
}
.user_setting {
	padding-top: 40px;
}
.user_order_title{
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	font-weight: bold;
}
.user_order_title a{
	float: right;
	color: #999999;
	font-weight: normal;
	font-size: 1.4rem;
}
.user_order_menu {
	padding-top: 10px;
	padding-bottom:7px;
}
.user_order_menu_a {
	background-image: url(../images/bg_order_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 33px;
	width: 100%;
	display: block;
	line-height: 1.8;
	font-size: 1.4rem;
	color: #333333;
}
.user_order_menu_a-active , .user_order_menu_a:hover {
	/*background-image: url(../images/bg_order_menu_act.png);*/
	color: #b94047;
}

.user_order_menu_a-2 {
	background-position: center -60px;
}
.user_order_menu_a-3 {
	background-position: center -120px;
}
.user_order_menu_a-4 {
	background-position: center -180px;
}
.user_column_box {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.user_column_box:first-of-type {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #eeeeee;
}
.user_column_menu, .row_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding: 10px;
}
.user_column_menu:last-child, .row_box:last-child {
	border-bottom-style: none;
}
.user_column_menu span {
	float: right;
	color: #cccccc;
}
.user_column_menu a{
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}
.user_column_btn{
	padding-top: 10px;
	padding-bottom: 20px;
}
.user_info_input{
	width: 95% !important;
	font-size: 1.4rem !important;
	line-height: 1.8 !important;
	border: none !important;
	display:inline !important;
	padding:0px !important;
}
.order_list_box{
	background-color: #FFF;
}
.order_list_menu_a, .goods_info_menu_a {
	display: block;
	color: #000;
	text-align: center;
	line-height: 2;
}
.order_list_menu_a-active, .goods_info-nav a.am-active{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b94047;	
}
.order_list_title {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}
.order_list_goods {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}
.order_list_goods_img {
	height:100px;
	max-width:120px;
	overflow: hidden;
}
.order_list_goods_name {
	height:100px;
	overflow: hidden;
}
.order_list_total {
	padding-top: 5px;
	padding-right: 10px;
}
.order_list_btn {
	padding: 10px;
}
.order_info_status {
	padding: 15px;
}
.order_info_row_box {
	background-color: #FFF;
	padding: 15px;
}
.order_comment_goods_img {
	height:120px;
	max-width:200px;
	overflow: hidden;
}
.order_comment_goods_name {
	height:55px;
	max-width:200px;
	overflow: hidden;
}
.order_comment_lv {
	padding-bottom:5px;
	line-height:2.4;
}
.order_comment_lv i{
	cursor: pointer;
	font-size: 2.4rem;
}
.address_set_def {
	padding-top: 1px;
	margin-top: 2px;
	margin-bottom: 0px;
}
.address_edit_btn {
	padding-right: 10px;
	line-height: 1.6;
}
/* ====================
     foot部分
==================== */

#foot {
	height: 55px;
}
.foot_menu {
	padding-top: 7px;
}
.foot_menu_a {
	background-image: url(../images/foot_menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 24px;
	width: 100%;
	display: block;
	line-height: 20px;
	font-size: 1.4rem;
}
.foot_menu_a-active , .foot_menu_a:hover {
	background-image: url(../images/foot_menu_bg_act.png);
	color: #b94047 !important;
}

.foot_menu_a-2 {
	background-position: center -50px;
}
.foot_menu_a-3 {
	background-position: center -100px;
}
.foot_menu_a-4 {
	background-position: center -150px;
}
.amz-go-top {
	width:55px;
	height: 55px;
}
.amz-toolbar {
    bottom: 100px;
    position: fixed;
    right: 10px;
    z-index: 999;
		display:none;
}
.amz-toolbar a {
    display: none;
    opacity: 0.7;
}
.amz-toolbar a:hover {
    opacity: 1;
}
.amz-toolbar a.am-active {
    display: block;
}
