@charset "utf-8";
/* CSS Document */
#body{
	background:url(../images/body-bg.jpg);
	margin-top: 26px;
	overflow:hidden;
}
.banner{
	height:350px;
	overflow:hidden;
}
.banner #banner img{
	/* height:250px; */
	width: 1200px;
}
#body .navigator{
	margin:20px 0px;
	height:40px;
	line-height:40px;
	font-size:12px;
	color:#333;
	text-indent:2em;
	background:#fff;
}
#body .navigator a:hover{
	color:#999;
	text-decoration:underline;
}

.sort-box{
	margin:20px 0;
	background:#fff;
	padding:40px;
	
	-webkit-box-shadow: #ccc 0px 0px 7px;
	-moz-box-shadow: #ccc 0px 0px 7px;
	box-shadow: #ccc 0px 0px 7px;
	behavior: url(PIE.htc);
}
.sort-box .sub{
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #dedede;
}
.sort-box .sub .t{
	padding:0 10px;
	font-size:14px;
	color:#999;
}
.sort-box .sub .t.cur{
	background:#33554b;
	padding:3px 12px;
	border-radius:3px;
}
.sort-box .sub .t.cur a{
	color:#fff;
}
.sort-box .sub .t a{
	color:#333;
}
.sort-box .sub .t a:hover{
	color:green;
}

#body .products{
	width:1200px;
	margin:45px auto;
}
#body .products .title{
	
	height:30px;
	line-height:30px;
}
#body .products .title h1{
	font-size:24px;
	color:#111;
	float:left;
}
#body .products .title .line{
	width:2px;
	height:24px;
	background:#333333;
	float:left;
	margin-left:12px;
	margin-right:22px;
	margin-top:2px;
}
#body .products .title h2{
	font-size:14px;
	color:#333;
	margin-right:15px;
	float:left;
	line-height:34px;
	cursor:pointer;
}
#body .products .title h2.cur{
	font-weight:bold;
}
#body .products .title .more{
	font-size:12px;
	color:#444;
	float:right;
	line-height:45px;
}
#body .products .title .more a{
	color:#d7000f;
}
#body .products .title .more a:hover{
	color:#444;
}

#body .products .product{
	margin-top:20px;
	
}
#body .products .product ul {
	
}
#body .products .product ul li{
	width:215px;
	height:397px;
	background: #fff;
	border-radius:5px;
	-webkit-box-shadow: #ccc 0px 0px 7px;
	-moz-box-shadow: #ccc 0px 0px 7px;
	box-shadow: #ccc 0px 0px 7px;
	margin-bottom:31px;
	margin-right:31px;
	float:left;
}
#body .products .product ul li:hover{
	cursor:pointer;
	background:#efefef;
}
#body .products .product ul li .pic{
	height:282px;
	background:#fff;
	border-radius: 20px;
}

#body .products .product ul li .name{
	font-size:14px;
	line-height:26px;
	margin-top:5px;
	padding:5px;
	text-align:center;
	color:#333;
	height:52px;
}
#body .products .product ul li .price{
	margin:5px;
	font-size:16px;
	line-height:30px;
}
#body .products .product ul li .price .o{
	width:102px;
	float:left;
	color:#222;
	text-decoration:line-through;
	text-align:center;
	background:#eff3f6;
}
#body .products .product ul li .price .c{
	width:102px;
	float:left;
	color:#fff;
	text-align:center;
	background:#d7000f;
}


/*produc_show*/

#body .show_box{
	margin:10px 0px;
	padding: 20px;
    background-color: #fff;
}
#body .show_box .imgs{
	width:580px;
	margin-right:10px;
	float:left;
}
#body .show_box .imgs .m{
	width:430px;
	height:430px;
	background:#fff;
	float:left;
	position:relative;
	border:1px solid #efefef;
	overflow:hidden;
	border-radius: 20px;
}
#body .show_box .imgs .o{
	float:left;
	width:120px;
	margin-left:20px;
	
}

#body .show_box .imgs .o ul li{
	width:98px;
	height:98px;
	background:#fff;
	margin-bottom:10px;
	position:relative;
	border:1px solid #efefef;
	border-radius: 10px;
	overflow: hidden;
}
#body .show_box .imgs .o ul li:hover{
	border:1px solid #ccc;
	cursor:pointer;
}

#body .show_box .txts{
	float:left;
	width:565px;
	
}
#body .show_box .txts .pro_name{
	margin:10px 0;
	line-height:35px;
}
#body .show_box .txts .pro_name h1{
	font-size:23px;
	color:#111;
	font-weight:bold;
}
#body .show_box .txts .pro_name h2{
	font-size:15px;
	color:#999;
	
}
#body .show_box .txts .price_box{
	background-color: #eff3f6;
    border-top: 1px dotted #dedede;
    border-bottom: 1px dotted #dedede;
    padding: 23px 10px;
    line-height: 24px;
    font-size: 13px;
    position: relative;
}
#body .show_box .txts .price_box .p{
	color:#222;
}
#body .show_box .txts .price_box .t{
	width:55px;
	margin-right:20px;
}
#body .show_box .txts .price_box .p{
	line-height:35px;
}
#body .show_box .txts .price_box .p .rmb{
	font-size:18px;
	color: #d7000f;
}
#body .show_box .txts .price_box .p .num{
	font-size: 28px;
    line-height: 30px;
    margin-left: 2px;
    color: #d7000f;
}
#body .show_box .txts .price_box .p .o{
	font-size:20px;
	text-decoration:line-through;
	color:#666;
	font-weight:normal;
	margin-left:20px;
}
#body .show_box .txts .price_box .p .info{
	color:#666;
	font-size:14px;
}
#body .show_box .txts .price_box .p .but{
	padding:5px 10px;
	margin-right:5px;
	background-color:#efefef;
	border:1px solid #ccc;
	border-radius:3px;
}
#body .show_box .txts .price_box .p .but.selected{
	background-color:#d7000f;
	border:1px solid #fff;
	color:#fff;
}
#body .show_box .txts .price_box .p .but:hover{
	background-color:#ccc;
	cursor:pointer;
}
#body .show_box .txts .price_box .qrcode{
	position:absolute;
	top:10px;
	right:10px;
}
#body .show_box .txts .buy_box{
	padding: 23px 10px;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#body .show_box .txts .buy_box .p{
	color:#333;
}
#body .show_box .txts .buy_box .t{
	width:55px;
	margin-right:20px;
}
#body .show_box .txts .buy_box .but{
	font-size:17px;
	color:#999;
	background:#fff;
	border:1px solid #ccc;
	padding:6px 8px;
}
#body .show_box .txts .buy_box .but:hover{
	background:#efefef;
	cursor:pointer;
}
#body .show_box .txts .buy_box .inp{
	border:1px solid #ccc;
	padding:8px 21px;
	background:#fff;
}
#body .show_box .txts .buy_box .inp input{
	width:20px;
	border:0;
	text-align:center;
	background:none;
}
#body .show_box .txts .buy_box .inventory{
	padding-left:10px;
	color:#d7000f;
}
#body .show_box .txts .buy_box .settlement{
	padding:8px 20px;
	border:1px solid #d7000f;
	font-size:18px;
	color:#d7000f;
	border-radius:3px;
	background:#fff;
	margin-right:10px;
}
#body .show_box .txts .buy_box .settlement:hover{
	background:#efefef;
	cursor:pointer;
}
#body .show_box .txts .buy_box .add_cart{
	padding:8px 0px;
	font-size:18px;
	color:#fff;
	border-radius:3px;
	padding-left:40px;
	padding-right:20px;
	margin-right:10px;
	background:url(../images/cart_icon.png) 10px center no-repeat #d7000f;
}
#body .show_box .txts .buy_box .add_cart:hover{
	background-color:#ff040c;
	cursor:pointer;
}
#body .show_box .txts .buy_box .add_fav{
	padding:11px 6px;
	border-radius:3px;
	font-size:12px;
	color:#b39f7a;
	border:1px solid #b39f7a;
}
#body .show_box .txts .buy_box .add_fav:hover{
	background:#b39f7a;
	border:0;
	cursor:pointer;
	color:#fff;
}
#body .show_box .txts .buy_box .add_fav.cur{
	background:#b39f7a;
	border:0;
	cursor:pointer;
	color:#fff;
}
#body .infos_box{
	margin:12px 0px;
}
#body .infos_box .infos{
	width:850px;
	float:left;
}
#body .infos_box .infos .i_nav{
	height:43px;
	line-height:43px;
	background-color: #fff;
    border: 1px solid #e8e8e8;
}
#body .infos_box .infos .i_nav ul li{
	width:125px;
	height:43px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#666;
	border-right:1px solid #e8e8e8;
	background-color:#eff3f6;
}
#body .infos_box .infos .i_nav ul li:hover{
	cursor:pointer;
	background-color:#fff;
}
#body .infos_box .infos .i_nav ul li.cur{
	width:125px;
	height:42px;
	background-color:#fff;
	border-top:2px solid #d7000f;
	color: #222;
}
#body .infos_box .infos .i_con{
	padding:20px;
	width:808px;
	background-color: #fff;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	color:#333;
	line-height:30px;
	font-size:14px;
	overflow:hidden;
}
#body .infos_box .infos .i_con .result{
	padding:20px;
}
#body .infos_box .infos .i_con .result h1{
	font-size:14px;
	color:#333;
	
}
#body .infos_box .infos .i_con .result .r_num{
	margin-top:10px;
}
#body .infos_box .infos .i_con .result .r_num ul li{
	height:30px;
	line-height:30px;
	border-radius:30px;
	background-color:#b4a078;
	float:left;
	padding:0px 20px;
	margin-right:20px;
	color:#fff;
}
#body .infos_box .infos .i_con .result .r_num .but:hover{
	cursor:pointer;
	background-color:#c5b086;
}
#body .infos_box .infos .i_con .appraise_box{
	margin:20px 0px;
}
#body .infos_box .infos .i_con .appraise_box .a_tit{
	  border-top: 1px dashed #dedede;
	  border-bottom: 1px solid #eaeaea;
	  height:56px;
	  line-height:56px;
}
#body .infos_box .infos .i_con .appraise_box .a_tit ul li{
	float:left;
	padding:0px 20px;
	font-size:14px;
	color:#333;
}
#body .infos_box .infos .i_con .appraise_box .a_tit ul li:hover{
	
	font-weight:bolder;
	cursor:pointer;
}
#body .infos_box .infos .i_con .appraise_box .a_tit ul li.cur{
	font-weight:bolder;
	cursor:pointer;
	color:red;
}
#body .infos_box .infos .i_con .appraise_box .a_tit ul li.t{
	font-weight:bold;
	color:#b4a078;
}
#body .infos_box .infos .i_con .appraise_box .a_mess{
	padding:20px;
	border-bottom: 2px solid #dedede;
}
#body .infos_box .infos .i_con .appraise_box .a_mess .dotted{
	border-bottom: 1px dotted #dedede;
	background:none;
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_user {
	float:left;
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_user .avatar{
	width:50px;
	height:50px;
	border-radius:50px;
	
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_user .avatar img{
	width:50px;
	height:50px;
	border-radius:50px;
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_user  .name{
	width:50px;
	height:30px;
	line-height:20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}



#body .infos_box .infos .i_con .appraise_box .a_mess .a_info{
	float:left;
	line-height:25px;
	margin-left:30px;
	width:680px;
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_info .spec{
	font-size:12px;
	color:#ccc;
}

#body .infos_box .infos .i_con .appraise_box .a_mess .a_admin {
	float:right;
	margin:20px 0px;
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_admin .avatar{
	width:50px;
	height:50px;
	border-radius:50px;
	
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_admin .avatar img{
	width:50px;
	height:50px;
	border-radius:50px;
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_admin  .name{
	width:50px;
	word-wrap: break-word;
	height:30px;
	line-height:20px;
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_admin_info{
	float:right;
	line-height:25px;
	margin-right:30px;
	width:680px;
	
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_admin_info .time{
	text-align:right;
	color:#26a286;
}
#body .infos_box .infos .i_con .appraise_box .a_mess .a_admin_info .content{
	font-size:14px;
	color:#c00;
}



#body .infos_box .hot_box{
	width:320px;
	border:1px solid #e8e8e8;
	float:right;
	background-color: #fff;
}
#body .infos_box .hot_box .title{
	height:43px;
	line-height:43px;
	background-color:#eff3f6;
	border-bottom:1px solid #e8e8e8;
	text-align:center;
}
#body .infos_box .hot_box .title h1{
	font-size:17px;
	color:#111;
}
#body .infos_box .hot_box .h_pro{
	padding:20px;
}
#body .infos_box .hot_box .h_pro ul li{
	padding:10px;
	border-bottom:1px solid #e8e8e8;
}
#body .infos_box .hot_box .h_pro ul li .img{
	width:280px;
	height:201px;
}
#body .infos_box .hot_box .h_pro ul li h1{
	font-size:14px;
	text-align:center;
	margin:12px 0px;
}
#body .infos_box .hot_box .h_pro ul li h1 a{
	color: #111111;
}
#body .infos_box .hot_box .h_pro ul li h2{
	font-size:13px;
	height:40px;
	text-align:center;
	color:#d7000f;
}

#body .news{
	margin-bottom:20px;
}
#body .news ul li{
	width:378px;
	height:300px;
	border:1px solid #e8e8e8;
	float:left;
	margin-right:20px;
	margin-top:20px;
	background-color:#fff;
}
#body .news ul li .title{
	height:40px;
	line-height:45px;
	background-color:#f7f7f7;
	text-align:center;
	border-bottom:1px solid #e8e8e8;
}
#body .news ul li .title h1{
	color:#333;
	font-size:17px;
}
#body .news ul li .list{
	padding:20px;
}
#body .news ul li .list span{
	height:30px;
	line-height:30px;
	display:block;
}
#body .news ul li .list span a{
	color:#33554b;
	margin-right:10px;
}
#body .news ul li .list span a:hover{
	color:#4e8071;
}
#body .news ul li .list span i{
	color:#ccc;
}
#body .news ul li .more{
	padding-right:20px;
	text-align:right;
	font-size:12px;
}
#body .n_nav{
	width:180px;
	margin-bottom:10px;
	border: 1px solid #e8e8e8;
}
#body .n_nav .t{
	background-color: #f5f5f5;
	height: 43px;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
	color: #b4a078;
}
#body .n_nav .l ul li{
	height: 43px;
	line-height: 43px;
	text-align:center;
	border-top: 1px solid #e8e8e8;
	color:#666;
	background-color:#fff;
}
#body .n_nav .l ul li.cur{
	font-weight:bold;
}
#body .n_nav .l ul li a{
	color:#666;
	display:block;
	width:178px;
	height:43px;
}
#body .n_nav .l ul li a:hover{
	background-color:#f5f5f5;
}
#body .n_main{
	width: 916px;
    margin-left: 20px;
    overflow: hidden;
	border: 1px solid #e8e8e8;
    padding: 25px 40px;
	margin-bottom:20px;
	background-color:#fff;
}
#body .n_main .t{
	font-size: 18px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 25px;
	color:#333;
	font-weight:bold;
}
#body .n_main .l ul li{
	margin:20px 0px;
	list-style-type:circle;
	border-bottom:1px dashed #e8e8e8;
	padding:5px 0px;
}
#body .n_main .c{
	padding:10px 0px;
}
#body .n_main .c .info{
	text-align:center;
	font-size:12px;
	color:#ccc;
}
#body .n_main .c .d{
	padding:20px 0px;
	line-height:30px;
	font-size:14px;
	color:#333;
}
#body .n_main .l ul li .n_t{
	
}
#body .n_main .l ul li .n_t .n1{
	margin-right:20px;
}
#body .n_main .l ul li .n_t .n2{
	color:#ccc;
	margin-right:20px;
}
#body .n_main .l ul li .n_t .n3{
	color:#33554b;
}
#body .n_main .l ul li .n_d{
	padding:5px 0px;
	color:#ccc;
}



/*article_share*/
.box .share_box{
	font-family:"microsoft yahei";
	height:50px;
}
.box .share_box span{
	margin:5px;
}
.box .share_box .recommand{
	width:22px;
	height:20px;
	background:url(../images/share_icon.gif) no-repeat;
	float:left;
	cursor:pointer;
}

.box .share_box .recommand_1{
	width:22px;
	height:20px;
	background:url(../images/share_icon.gif) -44px 0px no-repeat;
	float:left;
	cursor:pointer;
}
.box  .share_box .recommand:hover{
	background:url(../images/share_icon.gif) -22px 0px no-repeat;
}

.box  .share_box .re_num{
	float:left;
	padding:3px;
	font-size:12px;
	color:#999;
}
.box  .share_box .fav{
	width:22px;
	height:20px;
	background:url(../images/share_icon.gif) 0px -20px no-repeat;
	float:left;
	cursor:pointer;
}
.box  .share_box .fav_1{
	width:22px;
	height:20px;
	background:url(../images/share_icon.gif) -44px -20px no-repeat;
	float:left;
	cursor:pointer;
}
.box  .share_box .fav:hover{
	background:url(../images/share_icon.gif) -22px -20px no-repeat;
}
.box  .share_box .twitter{
	width:112px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#d44137;
	background:url(../images/share_button.gif) no-repeat;
	float:left;
	cursor:pointer;
	font-size:14px;
}
.box  .share_box .twitter:hover{
	background:url(../images/share_button.gif) -112px 0px no-repeat;
	color:#fff;
}
.box  .share_box .weixin{
	width:112px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#38ad5a;
	background:url(../images/share_button.gif) 0px -32px no-repeat;
	float:left;
	cursor:pointer;
	font-size:14px;
}
.box  .share_box .weixin:hover{
	background:url(../images/share_button.gif) -112px -32px no-repeat;
	color:#fff;
}
.box  .share_box .qq{
	width:112px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#39b2e2;
	background:url(../images/share_button.gif) 0px -64px no-repeat;
	float:left;
	cursor:pointer;
	font-size:14px;
}
.box  .share_box .qq:hover{
	background:url(../images/share_button.gif) -112px -64px no-repeat;
	color:#fff;
}
.uname_box{
	position:relative;
}
.user_private_list{
	width:60px;
	text-align:center;
	position:absolute;
	left:0;
	top:15px;
	background:#fff;
	border:1px solid #ccc;
	z-index:100;
	display:none;
}
.user_private_list a{
	width:60px;
	height:24px;
	line-height:24px;
	display:block;
	color:#F60;
	cursor:pointer;
}
.user_private_list a:hover{
	background:#ffa200;
	color:#fff;
}
.timeago{
	color:green;
}


/*comments*/
.box  .comments{
	font-family:"microsoft yahei";
}
.box  .comments .lists{
	border-top:1px dotted #ccc;
	padding:10px;
}
.box  .comments .lists .photo{
	width:50px;
	height:50px;
	float:left;
	margin-top:5px;
	border:1px solid #ccc;
}
.box  .comments .lists .photo img{
	width:50px;
	height:50px;
}
.box  .comments .lists .info{
	float:left;
	width:830px;
	margin-left:10px;
	font-size:12px;
}

/*comment_icon*/
.box  .comments .lists .info .icon{
	height:40px;
}
.box  .comments .lists .info .top{
	width:16px;
	height:14px;
	background:url(../images/comment_icon.gif) 0px 0px no-repeat;
	cursor:pointer;
	float:left;
}
.box  .comments .lists .info .top_1{
	width:16px;
	height:14px;
	background:url(../images/comment_icon.gif) -32px 0px no-repeat;
	cursor:pointer;
	float:left;
}

.box  .comments .lists .info .top:hover{
	background:url(../images/comment_icon.gif) -16px 0px no-repeat;
}
.box  .comments .lists .info .top_t{
	float:left;
	margin-left:5px;
	font-size:12px;
	color:#999;
}
.box  .comments .lists .info .reply{
	width:16px;
	height:14px;
	margin-left:20px;
	background:url(../images/comment_icon.gif) 0px -14px no-repeat;
	cursor:pointer;
	float:left;
}
.box  .comments .lists .info .reply:hover{
	background:url(../images/comment_icon.gif) -16px -14px no-repeat;
}
.box  .comments .lists .info .reply_t{
	float:left;
	margin-left:5px;
	font-size:12px;
	color:#999;
}

.box  .comments .lists .info .floor{
	float:left;
	margin-left:15px;
	font-size:12px;
	color:#999;
}


.box  .comments .lists .info .uname{
	font-size:12px;
	height:30px;
	cursor:pointer;
}
.box  .comments .lists .info .uname>a{
	color:#0077d9;
	text-decoration:none;
}
.box  .comments .lists .info .uname>a:hover{
	text-decoration:underline;
}

.box  .comments .submit{
	margin:10px 0px;
	border-top:1px dotted #ccc;
}
.box  .comments .submit .title{
	height:50px;
	line-height:50px;
	font-size:15px;
}
.box  .comments .submit .comment_box{
	
}
.box  .comments .submit .comment_box textarea{
	padding:5px;
	width:906px;
	height:105px;
	border:1px solid #ccc;
	border-radius:5px;
}
.box  .comments .submit .comment_button{
	text-align:right;
	margin-top:10px;
}
.box  .comments .submit .comment_button input{
	border:0;
	width:108px;
	height:31px;
	color:#fff;
	font-family:"microsoft yahei";
	background:url(../images/comment_button.gif) no-repeat;
}

.box  .comments .submit .comment_button input:hover{
	color:#ccc;
	cursor:pointer;
}

.cart_box .header{
	margin-bottom: 10px;
    padding: 12px 0;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.cart_box .header ul{
	margin-left:80px;
}
.cart_box .header ul li{
	float:left;
	font-size:14px;
	color:#666;
}
.cart_box .content{
	background-color:#fffbf0;
    position: relative;
	border: 1px solid #ddd;
    margin-bottom: 20px;
}
.cart_box .content ul{
	padding:20px 10px;
	border-bottom:1px dashed #ccc;
}
.cart_box .content ul.abate{
	background:url(../images/abate.png) left top no-repeat #fcfcfc;
    -webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
	_filter:none; 
	
}
.cart_box .content ul li{
	float:left;
}
.cart_box .content ul li .txt{
	font-size:14px;
	color:#666;
	padding-top:20px;
}
.cart_box .content ul li .pimg{
	width:78px;
	height:78px;
	background-color: #f4f4f4;
	margin-left:10px;
}
.cart_box .content ul li .sel_amount{
	margin-top:20px;
}
.cart_box .content ul li .setinc,.setdec{
	width:30px;
	height:30px;
	font-size: 17px;
    color: #999;
    background: #fff;
    border: 1px solid #ccc;
    text-align:center;
	line-height:30px;
	float:left;
	-webkit-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
   user-select:none;
}

.cart_box .content ul li .setinc_abate,.setdec_abate{
	width:30px;
	height:30px;
	font-size: 17px;
    color: #999;
    background: #fff;
    border: 1px solid #ccc;
    text-align:center;
	line-height:30px;
	float:left;
	cursor:not-allowed;
}
.cart_box .content ul li .setinc:hover{
	cursor:pointer;
	background-color:#efefef;
}
.cart_box .content ul li .setdec:hover{
	cursor:pointer;
	background-color:#efefef;
}
.cart_box .content ul li .amount{
	width:60px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float:left;
	background-color:#fff;
}
.cart_box .content ul li .amount input{
	width:60px;
	border:0;
	height:30px;
	line-height:30px;
	background:none;
	text-align:center;
}
.cart_box .cart_total{
	height:70px;
	font-size: 14px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
	margin-bottom:20px;
}
.cart_box .cart_total .t{
	line-height:70px;
	font-size:14px;
	color:#333;
	float:left;
	margin-left:30px;
}
.cart_box .cart_total .t a{
	color:#33554b;
}
.cart_box .cart_total .t a:hover{
	color:#76ad9d;
}
.cart_box .cart_total .t .result_money{
	font-size: 22px;
    line-height: 30px;
	font-weight: 700;
    color: #BE4141;
	margin-left:20px;
}
.cart_box .cart_total .total_box{
	float:left;
	margin-top:15px;
	margin-left:400px;
	font-size:14px;
	color:#999;
	text-align:right;
	border-right:1px solid #ccc;
	padding-right:30px;
}
.cart_box .cart_total .disabled{
	float:right;
	height:70px;
	width:150px;
	background-color:#ccc;
	text-align:center;
	line-height:72px;
	font-size:20px;
	color:#333;
	cursor:not-allowed;
	display:none;
}
.cart_box .cart_total .place_an_order{
	float:right;
	height:70px;
	width:150px;
	background-color:#BE4141;
	text-align:center;
	line-height:72px;
	font-size:20px;
	color:#fff;
}
.cart_box .cart_total .place_an_order:hover{
	background-color:#ef6060;
	cursor:pointer;
}

.cart_box_empty{
	height:496px;
	border: 1px solid #ddd;
	background-color:#fff;
	margin-bottom:20px;
	padding-top:200px;
}
.cart_box .checkbox{
	background-position: 0 -56px;
    height: 18px;
    width: 18px;
	background-color:#fff;
	border:1px solid #ccc;
}
.address_box{
	margin-bottom:10px;
}
.address_box .header{
    padding: 12px 20px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
	height:17px;
	color:#999;
	font-size:14px;
}
.address_box .content{
	border:1px solid #ddd;
	border-top:none;
	background-color:#fff;
	padding:30px;
}
.address_box .content .addr{
	width:900px;
	float:left;
}
.address_box .content .addr .def{
	background:url(../images/def_icon.png) left center no-repeat;
	width:90px;
	height:32px;
	line-height:32px;
	text-align:right;
	float:left;
	margin-right:15px;
}
.address_box .content .addr .mod{
	width:58px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-size:14px;
	border:1px solid #b4a078;
	background-color:#f5f3ef;
	color:#b4a078;
	border-radius:2px;
	float:left;
}
.address_box .content .addr .mod:hover{
	cursor:pointer;
	border:1px solid #b4a078;
	background-color:#b4a078;
	color:#fff;
	
}
.address_box .content .addr .list{
	margin-top:10px;
}
.address_box .content .addr .list ul li{
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#999;
}
.address_box .content .oper{
	width:236px;
	border-left:1px solid #ccc;
	float:left;
	height:70px;
	margin-top:30px;
}
.address_box .content .oper .switch{
	width:200px;
	height:30px;
	font-size:12px;
	text-align:center;
	color:#6699cc;
}

.address_box .content .oper .switch:hover{
	
	color:#3f6e9c;
	cursor:pointer;
}
.address_box .content .oper .new{
	width:94px;
	height:26px;
	line-height:26px;
	font-size:12px;
	text-align:center;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:3px;
	margin-left:53px;
}
.address_box .content .oper .new:hover{
	background-color:#e7e7e7;
	cursor:pointer;
}
.product_box{
	
}

.product_box .header{
	height:17px;
    padding: 12px 0;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.product_box .header ul{
	margin-left:60px;
}
.product_box .header ul li{
	float:left;
	font-size:14px;
	color:#666;
}
.product_box .content{
	border:1px solid #ddd;
	border-top:none;
	background-color:#fff;
	padding:30px;
}

.product_box .content ul{
	margin-left:30px;
	padding:10px 0px;
	height:80px;
	border-bottom: 1px dashed #ccc;
}
.product_box .content ul li{
	float:left;
}

.product_box .content ul li{
	float:left;
	height:70px;
	line-height:70px;
}
.product_box .content ul li .txt{
	font-size:14px;
	color:#666;
	padding-top:20px;
	line-height:0px;
}
.product_box .content ul li .pimg{
	width:78px;
	height:78px;
	background-color: #f4f4f4;
	margin-right:10px;
	
}
.product_box .content ul li .pinf p{
	line-height:40px;
}

.result_box{
	padding:20px;
	background-color: #f5f5f5;
	margin-bottom:20px;
	border: 1px solid #ddd;
	border-top:none;
}
.result_box ul li{
	padding:10px;
}
.result_box ul  .sn{
	color:red;
	border-bottom:1px solid #ccc;
}
.result_box ul li p{
	height:40px;
	line-height:40px;
	text-align:right;
	border-bottom:1px dotted #ccc;
}
.result_box ul li p i{
	font-size:20px;
	font-weight:bolder;
	color:red;
	font-style:normal
}
.result_box ul li .pay{
	width:168px;
	height:49px;
	border-radius:3px;
	background-color:#33554b;
	border:0;
	font-size:18px;
	color:#fff;
	line-height:49px;
	
}

.payPanel {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    line-height: 1;
}
.payPanel p{
	height:30px;
}
.payPanel .title {
    font-size: 16px;
    font-weight: 700;
}
.payPanel .yxTradeNo {
    font-size: 14px;
    color: #666;
}
.payPanel .tips {
    font-size: 14px;
    color: #333;
}
.payPanel .actualPrice{
	text-align:right;
	font-size: 18px;
    font-weight: 700;
}
.payPanel .actualPrice .f-txt-red{
	color:red;
}
.paying_box{
	padding:20px;
	background-color:#fff;
	margin-bottom: 20px;
}
.paying_box .mid_box{
	width:530px;
	margin:40px auto;
}
.paying_box .code{
	width:185px;
	height:185px;
	padding:10px;
	border:1px solid #ccc;
	float:left;
	margin-right:40px;
}
.paying_box .code img{
	width:185px;
	height:185px;
	float:left;
}

.paying_box .phone{
	width:280px;
	height:351px;
	background:url(../images/weixin_pay_icon.png) no-repeat;
	float:left;
}
.cancel_box{
	padding:20px;
	background-color:#fff;
	margin-bottom: 20px;
}
.cancel_box .icon{
	width:300px;
	height:300px;
	background:url(../images/clock_icon.jpg) no-repeat;
	margin:30px auto;
}
.cancel_box .right_icon{
	width:254px;
	height:254px;
	background:url(../images/right_pay.jpg) no-repeat;
	margin:30px auto;
}
.cancel_box .tips{
	height:40px;
	line-height:40px;
	font-size:16px;
	font-weight:bolder;
	text-align:center;
}
.cancel_box .back{
	width:80px;
	height:30px;
	padding:10px 15px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	background-color:#33554b;
	margin:30px auto;
	text-align:center;
	border-radius:3px;
}
.cancel_box .back:hover{
	cursor:pointer;
	background-color:#538a7a;
}

.agreement-box{
	background-color:#fff;
	margin-bottom:20px;
}
.agreement-box .tit {
	
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e6e6e6;
}
.agreement-box .tit ul{
	margin-left:80px;
}
.agreement-box .tit ul li{
	height:50px;
	font-size:16px;
	color:#b4b4b4;
	margin-right:300px;
	list-style-type:circle;
	list-style-position:inside;
}
.agreement-box .tit ul li.cur{
	color:#f87500;
	border-bottom:2px solid #f87500;
}
.agreement-box table tr td{
	padding:10px;
}
.agreement-box .con{
	padding:20px;
	line-height:30px;
	color:#979797;
	font-size:14px;
}
.agreement-box .con .button{
	width:128px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:#f87500;
	margin:0 auto;
	border-radius:5px;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
}
.agreement-box .con .button:hover{
	cursor:pointer;
	background:#e16a00;
}
.agreement-box .con .input_box{
	width:300px;
	height:35px;
	line-height:35px;
	color:#666;
	font-size:14px;
	padding:0px 10px;
	font-family:"microsoft yahei";
	border:1px solid #ccc;
}
.agreement-box .con .sub_button{
	width:128px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:#f87500;
	margin:0 auto;
	border-radius:5px;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
	border:none;
	font-family:"microsoft yahei";
	outline:none;
}
.agreement-box .con .sub_button:hover{
	cursor:pointer;
	background:#e16a00;
}
.agreement-box .con .success{
	width:530px;
	height:50px;
	line-height:50px;
	padding-left:60px;
	font-size:25px;
	margin:20px auto;
	background:url(/Users/yangzhanbiao/Downloads/indexpage/public/static/index/green/images/tick.png) no-repeat;
}
.agreement-box .con .alert{
	width:480px;
	height:50px;
	line-height:50px;
	padding-left:60px;
	font-size:25px;
	margin:20px auto;
	background:url(/Users/yangzhanbiao/Downloads/indexpage/public/static/index/green/images/alert.png) no-repeat;
}
.agreement-box .con .code{
	margin-left:10px;
	margin-top:1px;
	float:left;
	border:1px solid #ccc;
}
.agreement-box .con .reg-box{
	width:500px;
	margin:0 auto;
	
}
.agreement-box .con .reg-box ul li{
	height:60px;
	line-height:60px;
}
.agreement-box .con .reg-box ul li input{
	margin-top:10px;
}
.agreement-box .con .reg-box ul li span{
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
}


.page{
	
	font-size:14px;
	color:#363b3d;
	padding:10px;
}
.page .pagination{
	float:left;
}
.page ul li{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	border:1px solid #efefef;
	margin-left:2px;
	background:#fff;
	border-radius:3px;
} 
.page ul li a{
	display:block;
	width:30px;
	height:30px;
	color:#333;
}
.page ul li:hover{
	background:#dedede;
	color:#333;
	cursor:pointer;
}
.page ul li a:hover{
	
	color:#333;
}
.page ul li.disabled{
	
}
.page ul li.active{
	background:#464b54;
	color:#fff;
}
.img{
	height:0px;
}
.load_icon{
	position:absolute;
	top: 50%;
    left: 50%;
}
.loading{
	width:62px;
	height:62px;
    margin-top: -31px;
    margin-left: -31px;
}
.loading_s{
	width:30px;
	height:30px;
    margin-top: -15px;
    margin-left: -15px;
}