html,
body {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}

.wrap {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	color: #333333;
}

.header {
	height: 1.06rem;
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	background-color: #9a3334;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

img{
 width:100%;
 height: auto;
}

p{
 font-size: 0.26rem;
}
span{
 font-size: 0.24rem;
}





.header .headerLeft {
	padding-left: 0.38rem;
		width: 0.45rem;
}

.header .headerLeft img {
	display: block;
	width: 0.45rem;
	height: 0.29rem;
}

.header .headerCenter {

}

.header .headerRight {
	width: 0.45rem;
	padding-right: 0.38rem;
}

.headerLine {
	height: 1.06rem;
	width: 100%;
}

.footer {
	height: 5.2rem;
	width: 100%;
	background-color: #242b3e;
	padding-top: 0.3rem;
}
.button a{
	justify-content: center;
	-webkit-justify-content: center;
}
.button a .bLine{
	padding: 0 0.1rem;
}
.button a p{
	
}
.footer{
	margin-top: 0.3rem;
}

.footer .fCode{
	justify-content: center;
	-webkit-justify-content: center;
}
.footer .fCode img{
	display: block;
	width: 1.1rem;
	height: 1.22rem;
	padding: 0.2rem 0.2rem 0;
	
}

.footer p{
	text-align: center;
	margin-top: 0.06rem;
}


.masking {
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
}

.mt06 {
	margin-top: 0.06rem;
}

.mt10 {
	margin-top: 0.1rem;
}

.mt16 {
	margin-top: 0.16rem;
}

.mt20 {
	margin-top: 0.2rem;
}

.mt30 {
	margin-top: 0.3rem;
}

.mt40 {
	margin-top: 0.4rem;
}

.mt50 {
	margin-top: 0.5rem;
}

.mt80 {
	margin-top: 0.8rem;
}

.fr {
	color: #f63353;
}

.fw {
	color: #FFFFFF;
}

.fb {
	color: #433d3d;
}
.fr{
	color: #c70404;
}
.fg {
	color: #575757;
}

.fg2 {
	color: #999999;
}

.fg3 {
	color: #918b8b;
}

.f20 {
	font-size: 0.2rem;
}

.f22 {
	font-size: 0.22rem;
}

.f24 {
	font-size: 0.24rem;
}

.f26 {
	font-size: 0.26rem;
}

.f28 {
	font-size: 0.28rem;
}

.f30 {
	font-size: 0.3rem;
}

.f32 {
	font-size: 0.32rem;
}

.f34 {
	font-size: 0.34rem;
}

.f36 {
	font-size: 0.36rem;
}

.f38 {
	font-size: 0.38rem;
}

.f40 {
	font-size: 0.4rem;
}

.f50 {
	font-size: 0.5rem;
}

.bcw {
	background-color: #FFFFFF;
}

.fthick {
	font-weight: 800;
}

textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #cacaca;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cacaca;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cacaca;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #cacaca;
}

.danhang {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.duohang {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.box {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: flex;
	display: -webkit-flex;
}

.bbottom {
	border-bottom: 1px solid #ebebeb;
}
.btop {
	border-top: 1px solid #ebebeb;
}
.mb06 {
	margin-bottom: 0.06rem;
}
.mb30 {
	margin-bottom: 0.30rem;
}
.mb60 {
	margin-bottom: 0.60rem;
}
.mb100 {
	margin-bottom: 1rem;
}
.talign{
	text-align: center;
}

/*中划线*/

.zhx {
	text-decoration: line-through;
}
a{
	display: block;
}
img{
	height: auto;
}
