
body,
ul,
li,
* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background: #FFF;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
}

.largeBox {
  width: 390px;
  margin: 0 auto;
}
.topGraph img {
  width: 100%;
}
.frontPage {
  width: 100%;
}

.frontPage {
  display: flex;
  height: 40px;
  align-items: center;
  /*! justify-content: center; */
  width: 90%;
  margin: 0 auto;
}
.left-handAnnouncementChart {
  display: flex;
  width: 100px;
}
.announcementContentOnTheRight {
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.left-handAnnouncementChart img {
  width: 100px;
  margin-right: 5px;
}
.frontPage img {
  width: 100px;
}

.topOfFunction {
  text-align: center;
  margin-top: 20px;
}
.topSubtitle img {
  width: 40%;
}
.parameterList ul {
  display: flex;
  flex-wrap: wrap;
  /*! justify-content: center; */
}
.parameterList ul li {
  width: calc(50% - 32px);
  margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.parametronDiagram img {
  width: 100%;
}
.bottomHeading {
  /*! width: 137px; */
  /*! height: 21px; */
  font-size: 12px;
  font-family: FZY4JW;
  font-weight: normal;
  color: #000000;
  /*! line-height: 12px; */
}
.priceShopping {
  display: flex;
}
.price {
  flex: 1;
  font-size: 14px;
  font-family: FZY4JW;
  font-weight: normal;
  color: #9D2526;
  /*! line-height: 12px; */
  margin-top: 5px;
}
.parameterList {
  margin-top: 25px;
}

.followThePublicAccount {
  display: flex;
  width: 347px;
  height: 97px;
  background: #F8F8F4;
  box-shadow: 0px 8px 9px 0px rgba(0,0,0,0.16);
  margin: 0 auto;
  align-items: center;
}

.leftSidePropaganda img {
  width: 54px;
  height: 54px;
}
.leftSidePropaganda {
  display: flex;
  flex: 1;
  align-items: center;
  margin-left: 20px;
}
.followButton {
  /*! width: 37px; */
  /*! height: 12px; */
  font-size: 13px;
  font-family: FZY4JW;
  font-weight: normal;
  color: #000000;
  line-height: 25px;
  text-align: center;
  margin: 0auto;
}
.rightFocus {
  width: 56px;
  height: 25px;
  border: 1px solid #000000;
  opacity: 0.4;
  text-align: center;
  line-height: 25px;
  margin-right: 30px;
}
.tailPicture img {
  width: 100%;
}
.tailPicture {
  margin-top: 30px;
}
.shoppingIcon img {
	width: 22px;
}
.parametoBase {
	box-shadow: 0px 4px 5px 0px rgba(194, 194, 194, 0.75);
	-webkit-box-shadow: 0px 4px 5px 0px rgba(194, 194, 194, 0.75);
	-moz-box-shadow:0px 4px 5px 0px rgba(194, 194, 194, 0.75);
  padding: 3px 10px 3px 10px;
	height: 76px;
}
.concernProblem {
	/* width: 69px; */
	/* height: 37px; */
	font-size: 11px;
	font-family: FZY4JW;
	font-weight: normal;
	color: #561D1A;
	line-height: 14px;
	margin-left: 11px;
}
.bottomHeading {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
}

.shoppingIcon {
  position: relative;
  top: 4px;
}
/*页尾*/

.foots {
  width: 100%;
  height: 63px;

}

.footlis {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFF;
  border-top: 1px solid #eee;
}
.footlis ul {
  display: flex;
}

.footlis ul li {
  flex: 1;
  text-align: center;
}

.black {
  color: #000;
  font-size: 14px;
}

.black.active {
  color: #ea5514;
}

.footlis ul li img {
  width: 35px;
  margin-top: 11px;
}
.theSelecteds{
  display: none;
}
.actives .theSelecteds{
  display: inline-block;
}
.actives .theDefaults{
  display: none;
}
/*页尾*/

.foot {
  width: 100%;
  height: 63px;

}

.footli {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFF;
  border-top: 1px solid #eee;
}
.footli ul {
  display: flex;
}

.footli ul li {
  flex: 1;
  text-align: center;
}

.black {
  color: #000;
  font-size: 14px;
}

.black.active {
  color: #ea5514;
}

.footli ul li img {
  width: 35px;
  margin-top: 11px;
}
.theSelected{
  display: none;
}
.active .theSelected{
  display: inline-block;
}
.active .theDefault{
  display: none;
}