/*flex函数*/
.space-between {
  justify-content: space-between;
}
.space-between {
  justify-content: space-between;
}
/*重置样式表*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
html,
body {
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  /*谷歌浏览器字体最小字体12px*/
  /*100%/none 关闭字体大小自动调整功能*/
  /*a标签及拥有 :active伪类的元素有默认的高亮框*/
  -webkit-tap-hightlight-color: transparent;
  /*禁止文本被选中*/
  -webkit-user-select: none;
  height: 100%;
  letter-spacing: 1px;
  -webkit-text-size-adjust: none;
}
html {
  visibility: hidden;
}
a {
  color: inherit;
}
a:active,
a:visited,
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 0;
}
dl,
ol,
ul {
  margin-bottom: 0;
}
header .banner img {
  max-width: 100%;
}
.swiper-pagination-bullet-active {
  background: #ff0188;
}
.flex {
  display: -webkit-box !important;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box !important;
  /* Firefox 17- */
  display: -webkit-flex !important;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -ms-flexbox !important;
  /* IE 10 */
  display: flex!important;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center!important;
}
.header-nav {
  padding: .1rem  .2rem;
  position: relative;
}
.header-nav .submenu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background: #f8f8f8;
  width: 50%;
  display: none;
}
.header-nav .submenu a {
  display: block;
  line-height: 1.24rem;
  padding-left: .65rem;
  width: 100%;
  box-sizing: border-box;
  border-bottom: .01rem solid #e4e4e4;
  font-size: .2rem;
}
.header-nav .submenu img {
  width: .4rem;
  height: auto;
  vertical-align: middle;
  margin-right: .2rem;
}
.header-nav a img {
  height: .7rem;
}
.header-nav .menu img {
  width: .5rem;
}
.section .section-title {
  text-align: center;
  font-size: .32rem;
  position: relative;
  padding: .9rem 0;
}
.section .section-title p.line {
  position: absolute;
  width: 90%;
  height: 1px;
  background: #999;
  top: 50%;
  left: 50%;
  margin-left: -45%;
  margin-top: -0.5px;
  padding-top: 0;
}
.section .section-title span {
  background: #fff;
  padding: 0 .1rem;
  position: relative;
  z-index: 1;
}
.shop-sale h1 {
  font-size: .3rem;
  font-weight: bolder;
  padding-top: .45rem;
  padding-bottom: .25rem;
  width: 100%;
  overflow: hidden;
  height: .6rem;
  line-height: .35rem;
}
.shop-sale p {
  font-size: .2rem;
  color: #adadad;
  line-height: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}
.shop-sale.shop-p p {
  height: .9rem;
}
.shop-sale ul {
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  /* Firefox 17- */
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  /* IE 10 */
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: -webkit-box !important;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box !important;
  /* Firefox 17- */
  display: -webkit-flex !important;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -ms-flexbox !important;
  /* IE 10 */
  display: flex!important;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center!important;
  flex-wrap: wrap;
}
.shop-sale ul li {
  width: 50%;
  text-align: center;
  padding: 0 .2rem;
  padding-bottom: .4rem;
  box-sizing: border-box;
}
.shop-sale ul li img {
  width: 2.17rem;
}
.shop-sale .little-project-f {
  text-align: center;
}
.shop-sale .little-project-f p {
  text-align: center;
  padding: 0 .2rem;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: .5rem;
}
.shop-sale .little-project-f img {
  width: 40%;
}
.section .section-title h1 {
  font-size: .28rem;
}
.section-sec-com {
  padding: .45rem .5rem;
}
.section-sec-com .section-title {
  padding: 0;
}
.section-sec-com .section-title h1 {
  font-size: .32rem;
  font-weight: bolder;
  color: #333333;
}
.section-sec-com .section-title p {
  font-size: .2rem;
  padding-top: .45rem;
  font-weight: normal;
  line-height: .3rem;
  color: #999;
}
.section-sec-com .section-content ul {
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  /* Firefox 17- */
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  /* IE 10 */
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: -webkit-box !important;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box !important;
  /* Firefox 17- */
  display: -webkit-flex !important;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -ms-flexbox !important;
  /* IE 10 */
  display: flex!important;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center!important;
  flex-wrap: wrap;
}
.section-sec-com .section-content ul:after {
  content: '';
  display: table;
  clear: both;
}
.section-sec-com .section-content li {
  text-align: center;
  background: #fff;
  border-radius: .1rem;
  width: 46%;
  margin-right: .4rem;
  margin-top: .94rem;
}
.section-sec-com .section-content li a {
  display: block;
  height: 100%;
  position: relative;
}
.section-sec-com .section-content li:nth-child(2n) {
  margin-right: 0;
}
.section-sec-com .section-content li .img {
  padding: .3rem 0;
}
.section-sec-com .section-content li .img img {
  width: 1.42rem;
}
.section-sec-com .section-content li p {
  font-size: .2rem;
  background: #f2f2f2;
  color: #999999;
  padding: .2rem .1rem;
  box-sizing: border-box;
  line-height: .3rem;
}
footer {
  background: #373d44;
  color: #fff;
  padding: 0 .2rem;
}
footer dt {
  font-size: .2rem;
  font-weight: normal;
  padding: .4rem 0;
  text-align: center;
  line-height: .4rem;
}
/*占位标签*/
.placeholder {
  width: 100%;
  height: 1.02rem;
}
