body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*遮罩*/
.marsk {
	position: fixed;
	background-color: rgba(0, 20, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.aleartBox {
	text-align: center;
	height: 200px;
	background-color: #fff;
	width: 300px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.aleartBox>h1 {
	line-height: 80px;
	font-size: 28px;
}

.ButtonClick {
	margin-top: 40px;
	text-align: center;
}

.ButtonClick>button {
	width: 1rem;
	height: 0.3rem;
	background: #d0312e;
	border-radius: 0.04rem;
	border: 0;
	font-size: 0.16rem;
	font-family: PingFangSC-Medium;
	color: rgba(255, 255, 255, 1);
	line-height: 0.22rem;
	text-align: center;
}

/* 样式代码 */

.header {
	width: 100%;
	background: linear-gradient(110deg, #d0312e, rgb(167, 81, 53));
	background-color: #d0312e;
	height: 200px;
	padding: 20px 0px;
}

.header>.headerMain {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	height: 160px;
	padding: 20px;
}

.header>.headerMain>.ImgBox {
	display: inline-block;
	width: 30%;
}

.header>.headerMain>.ImgBox>img {
	height: 100%;
}

.header>.headerMain>.headerText {
	width: 69%;
	float: right;
}

.productBtnAble {
	display: block;
	width: 1rem;
	height: 0.3rem;
	background: #d0312e;
	border-radius: 0.04rem;
	border: 0;
	font-size: 0.16rem;
	font-family: PingFangSC-Medium;
	color: rgba(255, 255, 255, 1);
	line-height: 0.22rem;
	text-align: center;
	float: right;
}

.main>.content {
	width: 900px;
	margin: 0 auto;
	margin-top: .2rem;
	padding: 0px 20px;
	min-height: 6rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0rem 0.04rem 0.2rem -0.12rem rgba(239, 242, 247, 1);
	border-radius: 0.02rem;
	border: 0.01rem solid rgba(243, 243, 243, 1);
}

.main>.content>.tarBar {
	width: 100%;
	height: 0.5rem;
	border-bottom: 0.02rem solid #E6E6E6;
	margin-bottom: 10px;
}

.main>.content>.tarBar>li {
	float: left;
	height: 0.5rem;
	margin-right: 0.5rem;
	font-size: 0.15rem;
	line-height: 0.5rem;
	cursor: pointer;
	position: relative;
}

.main>.content>.tarBar>.tarBarItemActive {
	border-bottom: 2px solid red;
}

.main>.content>.productDetailStep>p {
	margin: 0 0 10px
}

footer {
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 100%;
	background-color: #000000;
	color: #fff;
}

#tarBar {
	background-color: #fff;
	height: 60px;
	line-height: 60px;
}

.barBox {
	width: 940px;
	margin: 0 auto;
}

.Baritem {
	display: inline-flex;
	width: 50%;
	height: 60px;
	align-items: center;
}

.Barleft {
	justify-content: flex-start
	float: left;
}

.Barright {
	justify-content: flex-end;
	float: right;
}
