﻿@charset "utf-8";
/* 产品分类 */
.list_index{
    background-color: #f6f9fa;
}

.catSearchBox{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.catSearch{
    width: 100%;
    position: relative;
    z-index: 1;
}
.catSearch .searchText{
    width: 100%;
    height: 35px;
    padding: 0px 10px 0px 45px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.catSearch .btnSearch{
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 0px;
    background: url("../images/cat_icon_search.png") no-repeat center;
    background-size: 20px auto;
}

.categoryMain{
    width: 100%;
    height: calc(100% - 155px);
    display: -webkit-box;
    display: -moz-box;
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 105px;
}
.categoryMain .catNav{
    width: 90px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: white;
}
.categoryMain .catNav ul li{
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px;
    text-align: center;
}
.categoryMain .catNav ul li.cur{
    color: #863131;
    font-weight: bold;
    background: #f6f9fa url("../images/cat_line.png") no-repeat left center;
    background-size: auto 60%;
}
.categoryMain .catCon{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 10px;
    overflow: hidden;
    margin-right: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.categoryMain .catCon .cat{
    width: 100%;

    box-sizing: border-box;
    overflow: hidden;
}
.categoryMain .catCon .cat dl{
    margin-bottom: 10px;
    padding: 7px;
    background-color: white;
    border-radius: 5px;
}
.categoryMain .catCon dl dt{
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: bold;
    color: #863131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.categoryMain .catCon dl dt:after{
    content: '';
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 8px;
    height: 8px;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.categoryMain .catCon dl dd{
    overflow: hidden;
}
.categoryMain .catCon dl dd a{
    display: block;
    width: 50%;
    padding: 0px 1%;
    float: left;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777777;
    box-sizing: border-box;
    border-left: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    margin-left: -1px;
    margin-top: -1px;
    font-size: 0.8em;
    text-align: center;
}

/* 产品列表 */
.productListPage{
    padding-top: 91px;
    background-color: #f6f9fa;
}
.screenBox{
    width: 100%;
    padding:10px 0;
    background-color: white;
    position: fixed;
    z-index: 995;
    left: 0;
    top: 40px;
    border-top: solid 1px #f6f9fa;
    box-sizing:border-box;
}
.screenBox ul{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}
.screenBox ul li{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85em;
    color: #666666;
    text-align: center;
}
.screenBox ul li.ascHover,.screenBox ul li.descHover{
    color: #863131;
    font-weight: bold;
}
.screenBox ul li:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    vertical-align: 1px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #B2B2B2;
}
.screenBox ul li.ascHover:after{
    border-top: 6px solid #863131;
    -webkit-transform: rotate(180deg);
}
.screenBox ul li.descHover:after{
    border-top-color: #863131;
}
.screenBox ul li.default{
    color: #863131;
    font-weight: bold;
    background: url("../images/icon_sort_line.png") no-repeat center bottom;
    background-size: 30px auto;
}
.screenBox ul li.default:after{
    border: 0px;
}
.screenBox ul li.filter_attr{
    background: url("../images/filter_line1.jpg") no-repeat left center;
    background-size: auto 16px;
}
.screenBox ul li.filter_attr:after{
    width: 11px;
    height: 11px;
    border: 0px;
    vertical-align: -2px;
    background: url("../images/icon_screen.png") no-repeat center;
    background-size: 11px auto;
}


.productList{
    padding: 0px 10px;
}
.productList .item{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10px;
}
.productList .item .top{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}
.productList .item .top h5{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productList .item .top .collect{
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url("../images/icon_collect.png") no-repeat center;
    background-size: 18px auto;
}
.productList .item .top .collect.collected{
    background: url("../images/icon_collected.png") no-repeat center;
    background-size: 18px auto;
}
.productList .item .info{
    margin-top: 5px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    font-size: 0.8em;
}
.productList .item .info .productInfo{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    max-width: 60%;
    margin-right: 2%;
}
.productList .item .info .productInfo dl{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}
.productList .item .info .productInfo dl dt{
    width: 50px;
    height: 50px;
    border: solid 1px #eceaeb;
}
.productList .item .info .productInfo dl dt img{
    width: 50px;
    height: 50px;
}
.productList .item .info .productInfo dl dd{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 7px;
}
.productList .item .info .productInfo dl dd p{
    color: #555555;
    height: 15px;
    line-height: 15px;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productList .item .info .productInfo dl dd p.pdf_file{
    margin-top: 5px;
    padding-left: 18px;
    background: url(../images/list_icon_15.png) no-repeat left center;
    background-size: 12px auto;
}
.productList .item .info .productInfo dl dd p.pdf_file a{
    color: #863131;
}
.productList .item .info .productInfo dl dd p font{
    color: #888888;
}
.productList .item .info .right{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    max-width: 38%;
    text-align: right;
}
.productList .item .info .right ul li{
    color: #555555;
    height: 15px;
    line-height: 15px;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productList .item .info .right ul li span{
    color: #888888;
}
.productList .item .bot{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}
.productList .item .priceLadderBox{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-right: 15px;
    margin-top: 25px;
    font-size: 0.85em;
}
.productList .item .priceLadder{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}
.productList .item .priceLadder .txt{
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #888888;
}
.productList .item .priceLadder .ladder{
    height: 32px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    position: relative;
}

.productList .item .priceLadder .ladder .ladder_pos{
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    height: 30px;
    overflow: hidden;
    border-top: 1px #C3C3C3 dashed;
    border-bottom: 1px #C3C3C3 dashed;
    background-color: #fff;
}
.productList .item .priceLadder .ladder.autoHeight .ladder_pos{
    left: -1px;
    height: auto;
    border: 1px #C3C3C3 dashed;
    margin-bottom: 61px;
}


.productList .item .priceLadder .ladder dl{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    padding-right: 12px;
}
.productList .item .priceLadder .ladder dl:first-child{
    /*padding-right: 7px;*/
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.productList .item .priceLadder .ladder dl:first-child:after{
    content: '';
    position: absolute;
    top: 12px;
    right: 2px;
    display: block;
    width: 4px;
    height: 4px;
    border-color: #b9b9b9;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.productList .item .priceLadder .ladder.autoHeight dl:first-child:after{
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}
.productList .item .priceLadder .ladder dl dt{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    max-width: 45px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productList .item .priceLadder .ladder dl dd{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    color: #863131;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productList .item .bot .right{
    width: 105px;
}
.productList .item .bot .right dl{
    text-align: center;
    font-size: 0.8em;
}
.productList .item .bot .right dl dt{
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #863131;
}
.productList .item .bot .right dl dd{
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
}
.productList .item .bot .right .addToCart{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    border-radius: 20px;
    margin-top: 5px;
    background: linear-gradient(90.00deg, rgba(215,12,25,1.00) 0%,rgba(215,12,25,1.00) 0%,rgba(215,12,25,0.73) 99.237%);
}
.productList .item .bot .right .inquiry{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    border-radius: 20px;
    margin-top: 5px;
    box-shadow: 0px 0px 5px rgba(255, 168, 0, .5);
    background: -webkit-linear-gradient(left, #ffa800, #ffbe00);
    background: -moz-linear-gradient(left, #ffa800, #ffbe00);
    background: -o-linear-gradient(left, #ffa800, #ffbe00);
    background: -ms-linear-gradient(left, #ffa800, #ffbe00);
}

.productList .item .cartPopup{
    display: none;
}
.cartPopup_content{}
.cartPopup_content .cartPopup_header{
    padding:10px 15px;
}
.cartPopup_content .cartPopup_header .cartPopup_title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cartPopup_content .cartPopup_header .cartPopup_title .product_name{
    font-weight: 700;
    color: #333;
}
.cartPopup_content .cartPopup_header .cartPopup_title .close_btn{
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/icon_del3.png") no-repeat center center;
    background-size: 15px 15px;
}

.cartPopup_content .cartPopup_header .cartPopup_list{
    margin-top: 10px;
}
.cartPopup_content .cartPopup_header .cartPopup_list p{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cartPopup_content .cartPopup_header .cartPopup_list p span{}
.cartPopup_content .cartPopup_header .cartPopup_list p span.title{
    color: #999;
}

.cartPopup_content .cartPopup_header .cartPopup_price{
    margin-top: 15px;
}
.cartPopup_content .cartPopup_header .cartPopup_price p{
    color: #333;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}
.cartPopup_content .cartPopup_header .cartPopup_price dl{
    /*border-bottom: 1px dashed #e7e7e7;*/
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
    display:-webkit-box;
}
.cartPopup_content .cartPopup_header .cartPopup_price dl dt{
    width: 80px;
    text-align: right;
    height: 20px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cartPopup_content .cartPopup_header .cartPopup_price dl dd{
    -webkit-box-flex:1;
    height: 20px;
    color: #863131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cartPopup_content .cartPopup_header .cartPopup_buy_num{
    margin-top: 15px;
}
.cartPopup_content .cartPopup_header .cartPopup_buy_num p{
    color: #333;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.cartPopup_content .cartPopup_header .cartPopup_buy_num dl{
    overflow: hidden;
    line-height: 32px;
    margin-top: 10px;
}
.cartPopup_content .cartPopup_header .cartPopup_buy_num dl dt{
    float: left;
}
.cartPopup_content .cartPopup_header .cartPopup_buy_num dl dd{
    width: 124px;
    height: 32px;
    /*background: #f6f6f6;*/
    float: left;
}
.cartPopup_content .cartPopup_header .cartPopup_buy_num dl dd .button{
    height: 30px;
    width: 30px;
    background: #fff;
    font-size: 18px;
    border: 1px solid #e2e2e2;
    float: left;
    cursor: pointer;
}
.cartPopup_content .cartPopup_header .cartPopup_buy_num dl dd .buy_num{
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: transparent;
    float: left;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.cartPopup_content .cartPopup_foot{
    display: flex;
}
.cartPopup_content .cartPopup_foot p{
    display: block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
    color: #333;
}
.cartPopup_content .cartPopup_foot p i{}
.cartPopup_content .cartPopup_foot .COR_AMOUNT{
    display: inline-block;
    color: #863131;
    font-size: 16px;
}
.cartPopup_content .cartPopup_foot .join{
    display: block;
    background: #863131;
    color: #fff;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

/*.list_classify {
	width: 100%;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
}
.list_classify ul.filter_list {
	display: -webkit-box;
}
.list_classify ul.filter_list li {
	width: 22%;
	margin: 0 1% 0 2%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	display: block;
	-webkit-box-flex:1;
	-moz-box-flex:1;
}
.list_classify ul.filter_list li a {
	color: #555;
	display: inline-block;
	display:-webkit-box;
	display:-moz-box;
	overflow: hidden;
}
.list_classify ul.filter_list li a p{
	height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	max-width: 80%;
}
.list_classify ul.filter_list li.on a {
	color: #863131;
}
.list_classify ul.filter_list li em {
	display: block;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	height: 40px;
	background: url(../images/icon_48.png) no-repeat left center;
	background-size: 8px auto;
	margin-left: 5px;
}
.list_classify ul.filter_list li.on em {
	background: url(../images/icon_63.png) no-repeat left center;
	background-size: 8px auto;
}
.list_classify ul.filter_list li span {
	width: 20px;
	height: 40px;
	display: block;
	margin-right: 3px;
}
.list_classify ul.filter_list li span.list_picture {
	background: url(../images/icon_49.png) no-repeat center;
	background-size: 100% auto;
}
.list_classify ul.filter_list li.on span.list_picture {
	background: url(../images/icon_61.png) no-repeat center;
	background-size: 100% auto;
}
.list_classify ul.filter_list li span.list_filter {
	background: url(../images/icon_50.png) no-repeat center;
	background-size: 100% auto;
}
.list_classify ul.filter_list li.on span.list_filter {
	background: url(../images/icon_62.png) no-repeat center;
	background-size: 100% auto;
}

!*  大图  *!
.picture_goods {
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #e7e7e7;
}
.picture_goods dl {
	width: 100%;
	padding: 8px 2%;
	box-sizing: border-box;
	display: -webkit-box;
	border-top: solid 1px #e7e7e7;
}
.picture_goods dl dt {
	width: 46%;
	padding: 0 10px;
	box-sizing: border-box;
}
.picture_goods dl dt img {
	width: 100%;
}
.picture_goods dl dd {
	line-height: 18px;
	color: #333333;
	-webkit-box-flex: 1;
}
.picture_goods dl dd span {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.picture_goods dl dd span em {
	font-size: 12px;
	padding: 0 3px;
	background: #863131;
	border-radius: 3px;
	color: #fff;
	margin-right: 2px;
}
.picture_goods dl dd font {
	height: 30px;
	line-height: 30px;
	display: block;
}
.picture_goods dl dd font strong {
	float: left;
	color: #863131;
	font-weight: normal;
}
.picture_goods dl dd font i {
	width: 30px;
	height: 30px;
	float: right;
	background: url(../images/icon_13.png) no-repeat center;
	background-size: auto 20px;
}
.picture_goods dl dd p {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.picture_goods dl dd b {
	padding: 5px 0;
	font-weight: normal;
	display: block;
}

.default_sort {
	width: 100%;
	position: absolute;
	left: 0;
	top:40px;
	overflow: hidden;
	z-index: 2;
	background: #ffffff;
	border-bottom:1px solid #000;
}
.default_sort ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top: solid 1px #e7e7e7;
}
.default_sort ul li a {
	color: #555;
	font-size: 16px;
}
.default_sort ul li.on {
	background: #863131;
	border-top: solid 1px #863131;
}
.default_sort ul li.on a {
	color: #fff;
}

.groom_goods {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-bottom: solid 1px #e7e7e7;
}
.groom_goods dl {
	width: 50%;
	padding: 5px 0;
	float: left;
	box-sizing: border-box;
	border-top: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
}
.groom_goods dl:nth-child(even) {
	border-right: none;
}
.groom_goods dl dt {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.groom_goods dl dt img {
	width: 100%;
	height: 100%;
	position: absolute;
}
.groom_goods dl dd {
	width: 95%;
	margin: 0 auto;
	line-height: 18px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.groom_goods dl dd span {
	width: 100%;
	height: 36px;
	display: block;
	overflow: hidden;
}
.groom_goods dl dd span em {
	font-size: 12px;
	padding: 0 3px;
	background: #863131;
	border-radius: 3px;
	margin-right: 2px;
	color: #fff;
}
.groom_goods dl dd font {
	height: 30px;
	line-height: 30px;
	display: block;
}
.groom_goods dl dd font strong {
	float: left;
	color: #863131;
	font-weight: normal;
}
.groom_goods dl dd font i {
	width: 30px;
	height: 30px;
	float: right;
	background: url(../images/icon_13.png) no-repeat center;
	background-size: auto 20px;
}
.groom_goods dl dd font i.remove{
	background: url(../images/icon_remove.png) no-repeat center;
	background-size: auto 20px;
}*/

.list_screen {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display:-webkit-box;
	display:-moz-box;
}
.screen_left {
	width: 15%;
	height: 100%;
	overflow: hidden;
}
.screen_right {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	height: 100%;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
	z-index: 1001;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
}
.screen_top{
	-webkit-box-flex:1;
	-moz-box-flex:1;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
.screen_content {
	width: 100%;
	background: #fff;
}
.screen_content dl {
	border-bottom: solid 1px #e5e5e5;
}
.screen_content dl dt {
	width: 95%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	display: -webkit-box;
}
.screen_content dl dt span {
    height: 40px;
	color: #333;
	-webkit-box-flex: 1;
	display: block;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.screen_content dl dt font {
	display: block;
	padding-right: 10px;
	font-size: 12px;
	color: #b6b6b6;
	background: url(../images/icon_64.png) no-repeat center right;
	background-size: 8px auto;
}
.screen_content dl dd {
	width: 85%;
	margin: 0 auto;
	padding-bottom: 5px;
	display: none;
}
.screen_content dl.on dd {
	display: block;
}
.screen_content dl dd a {
	height: 25px;
	line-height: 25px;
	display: block;
	color: #777;
}
.screen_content dl dd a.on {
	color: #863131;
}
.screen_content dl:last-child {
	border-bottom: none;
}
.screen_price {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: -webkit-box;
	padding: 10px 0;
}
.screen_price span {
	color: #333;
	padding: 0 10px;
	display: block;
}
.screen_price div {
	-webkit-box-flex: 1;
}
.screen_text {
	width: 40%;
	height: 30px;
	display: inline-block;
	padding: 0 10px;
	border: solid 1px #cfcfcf;
	box-sizing: border-box;
}
.screen_price form em {
	display: inline-block;
	color: #333;
	padding: 0 5px;
}
.screen_bottom {
	height: 50px;
	width: 100%;
	overflow: hidden;
}
.screen_bottom a {
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	font-size: 16px;
    border-top: 1px solid #863131;
}
.screen_bottom a.screen_reset {
	width: 52%;
	color: #666;
}
.screen_bottom a.screen_confirm {
	width: 48%;
	color: #fff;
	background: #863131;
}
/* 产品列表结束 */