﻿@charset "utf-8";
/* CSS Document */
body{background-color:#FFF;}
.content{
	width:100%;
	height:auto;
}

.sale{
	width:100%;
	height: auto;
	border-bottom: 0.5rem solid #d9d9da;
}
.sale .img{
	width:96%;
	height:100%;
	margin: 0 auto;
	padding: 0.4rem 0;
	box-sizing:border-box;
}
.img img{width:100%; height: auto;}
body{
	background-color: #FFFFFF;
	}

.sale .liji{
	/* height: auto; */ 
	/* line-height: 2rem; */
	/* color:#af251a; */
	/* z-index:2; */
	/* min-width:320px; */ 
	/* width:100%; */
	margin-bottom: 0.8rem;
	/* position: absolute; */
	border: 0px;
}
	.liji .liji-l {
  width: 63%;
  height: 100%;
  float: left;
  font-size: 0.88rem;
  position: relative;
  overflow: hidden;
}
.liji{
    width:100%;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    text-indent:0.5rem;
}
.liji-r{
    width:34%;
    float: left;
	text-align:right;
	margin-right:0.5rem;
    height: 2.6rem;
}
.liji span{ 
	color: #050505;
	font-size: 1.2rem;
	margin-left:0.3rem;
}
.btn{
	color:#fff;
    background: #af251a;
    border-radius: 0.3em;
	font-size:1.1rem;
	font-family:"微软雅黑";
	padding:0.5rem 1.2rem;

}

.btn_can {
    color: #fff;
    background: #908B8B;
    border-radius: 0.3em;
    font-size: 1.1rem;
    font-family: "微软雅黑";
    padding: 0.5rem 1.2rem;
}
.liji #btn{
	color:#fff;
    background: #af251a;
    border-radius: 0.3em;
	font-size:1.1rem;
	font-family:"微软雅黑";
	padding:0.5rem 1.2rem;
}