@charset "UTF-8";
/*
*网站全局/CSS重置表
*http://www.lvyou114.com     2014-1-14
*小菜
*/
/* 清除内外边距 */
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;
}

* {
  font-family: PingFangSC;
  box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

/*设置默认字体*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

small {
  font-size: .24rem /* 12/50 */;
}

/*重置列表元素*/
ul,
ol {
  list-style: none;
}

/*重置文本格式元素*/
a,
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  outline: none;
  -moz-outline: none;
}

a {
  color: #666;
  outline: none;
  -moz-outline: none;
}

a:hover {
  color: #339ac0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/*重置表单元素*/
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

/*重置表格元素*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

.none {
  display: none !important;
}

/* flex */
.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between;
}

.nowrap {
  white-space: nowrap;
}

.flex-fill {
  flex: 1;
}

.spacer {
  display: block;
  flex: 1;
}

/* 定位 */
.posRela {
  position: relative;
}

.posAbs {
  position: absolute;
}

.posAbsFull {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.posSticky {
  position: sticky;
}

.borderBox {
  box-sizing: border-box;
}

/* 颜色 */
.white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.container {
  width: 24rem /* 1200/50 */;
  margin: 0 auto;
}

.fill-height {
  height: 100%;
}

.fill-width {
  width: 100%;
}

body {
  font-size: .32rem /* 16/50 */;
}
body::-webkit-scrollbar {
  width: 0 !important;
  line-height: 0;
  height: 0;
}

header {
  background: url(../img/topBG.jpg) no-repeat;
  background-size: 100% auto;
  position: relative;
}
header .navDrop {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: .28rem /* 14/50 */;
  color: #666;
  background: #f5f5f5;
}
header .navDrop .header {
  background: #db3865 !important;
}
header .navDrop li {
  height: .9rem /* 45/50 */;
  line-height: .9rem /* 45/50 */;
  margin: 0 .4rem /* 20/50 */;
  border-bottom: .02rem /* 1/50 */ solid #ccc;
}
header .header {
  padding: .3rem /* 15/50 */;
  color: #fff;
  font-weight: 500;
}
header .header .left img {
  width: 2.52rem /* 126/50 */;
  height: .6rem /* 30/50 */;
  margin-bottom: .04rem /* 2/50 */;
}
header .header .left span {
  font-size: .24rem /* 12/50 */;
  font-stretch: normal;
  letter-spacing: .02rem /* 1/50 */;
  color: #ffffff;
}
header .header .right img {
  width: .5rem /* 25/50 */;
  height: .3rem /* 15/50 */;
  margin-bottom: .1rem /* 5/50 */;
}
header .header .right span {
  font-size: .28rem /* 14/50 */;
}
header .header .closeNav img {
  width: .4rem /* 20/50 */;
  height: .4rem /* 20/50 */;
}
header .topBanner {
  display: block;
  width: 7.1rem /* 355/50 */;
  margin: 0 auto;
}
header .topBanner img {
  width: 100%;
}
header .groups {
  align-content: stretch;
  padding: .04rem /* 2/50 */ 0 .1rem /* 5/50 */;
}
header .groups > a {
  width: calc(100% / 4);
  padding: .2rem /* 10/50 */ 0;
}
header .groups > a img {
  width: .7rem /* 35/50 */;
  height: .7rem /* 35/50 */;
  margin-bottom: .16rem /* 8/50 */;
}
header .groups > a span {
  font-size: .28rem /* 14/50 */;
  font-weight: normal;
  font-stretch: normal;
  line-height: .3rem /* 15/50 */;
  letter-spacing: 0rem /* 0/50 */;
  color: #31363c;
}

/* 首页 */
.swiper-container {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
.swiper-slide img{
  max-width: 100%;
}
.swiper-container .swiperPage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: .6rem /* 30/50 */;
}
.swiper-container .swiperPage .dot {
  display: inline-block;
  width: .24rem /* 12/50 */;
  vertical-align: middle;
  height: .24rem /* 12/50 */;
  border-radius: .2rem /* 10/50 */;
  background: rgba(231, 231, 231, 0.7);
}
.swiper-container .swiperPage .dot + .dot {
  margin-left: .4rem /* 20/50 */;
}
.swiper-container .swiperPage .dot_active {
  background: rgba(217, 93, 134, 0.7);
}

.index {
  background: #fff;
  margin-bottom: 1.66rem /* 83/50 */;
  overflow-x: hidden;
}
.index .greyMargin {
  height: .2rem /* 10/50 */;
  width: 100%;
  background: #f5f5f5;
}
.index .title {
  color: #333;
  font-size: .22rem /* 11/50 */;
  line-height: .88rem /* 44/50 */;
}
.index .title h2 {
  font-size: .3rem /* 15/50 */;
}
.index .activities {
  padding: .1rem /* 5/50 */ .3rem /* 15/50 */;
  background: #fff;
}
.index .activities .activity {
  width: calc((100% - .2rem /* 10/50 */) / 2);
  line-height: 0;
}
.index .activities .activity > img {
  max-width: 100%;
}
.index .activities .activity p {
  background: rgba(0, 0, 0, 0.18);
  line-height: .44rem /* 22/50 */;
  font-size: .24rem /* 12/50 */;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.index .activities .activity + .activity {
  margin-left: .2rem /* 10/50 */;
}
.index .activities .list {
  line-height: .64rem /* 32/50 */;
  color: #666;
  font-size: .24rem /* 12/50 */;
}
.index .activities .list li + li {
  border-top: .02rem /* 1/50 */ solid #e6e6e6;
}
.index .activities .list a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .tabsBlock {
  background: #fff;
  padding: 0 .2rem /* 10/50 */;
}
.index .tabsBlock .tabs {
  overflow: hidden;
}
.index .tabsBlock .tabs .activedTab {
  font-size: .3rem /* 15/50 */;
  color: #333;
}
.index .tabsBlock .tabs .activedTab a {
  color: #333;
  font-weight: 500;
}
.index .tabsBlock .tabs ul {
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.index .tabsBlock .tabs ul::-webkit-scrollbar {
  width: 0 !important;
  line-height: 0;
  height: 0;
}
.index .tabsBlock .tabs ul li {
  font-size: .28rem /* 14/50 */;
  white-space: nowrap;
  color: #999;
  line-height: .9rem /* 45/50 */;
  display: flex;
  flex: 1;
}
.index .tabsBlock .tabs ul li a {
  margin: auto;
}
.index .tabsBlock .tabContent .unit, .index .tabsBlock .tabContent0 .unit {
  padding-bottom: .2rem /* 10/50 */;
  border-bottom: .02rem /* 1/50 */ solid #e6e6e6;
}
.index .tabsBlock .tabContent .unit + .unit, .index .tabsBlock .tabContent0 .unit + .unit {
  padding-top: .2rem /* 10/50 */;
}
.index .tabsBlock .tabContent .unit img, .index .tabsBlock .tabContent0 .unit img {
  width: 2.3rem /* 115/50 */;
  height: 2.1rem /* 105/50 */;
  margin-right: .16rem /* 8/50 */;
}
.index .tabsBlock .tabContent .unit h2, .index .tabsBlock .tabContent0 .unit h2 {
  font-size: .28rem /* 14/50 */;
  font-weight: 500;
  font-stretch: normal;
  line-height: .28rem /* 14/50 */;
  letter-spacing: 0rem /* 0/50 */;
  color: #333333;
  margin-bottom: .16rem /* 8/50 */;
}
.index .tabsBlock .tabContent .unit .desc, .index .tabsBlock .tabContent0 .unit .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: .26rem /* 13/50 */;
  font-weight: normal;
  font-stretch: normal;
  line-height: .4rem /* 20/50 */;
  letter-spacing: 0rem /* 0/50 */;
  color: #666666;
}
.index .tabsBlock .news .unit {
  padding-bottom: .2rem /* 10/50 */;
}
.index .tabsBlock .news .unit + .unit {
  padding-top: .2rem /* 10/50 */;
  border-top: .02rem /* 1/50 */ solid #e6e6e6;
}
.index .tabsBlock .news .unit h3 {
  font-size: .28rem /* 14/50 */;
  font-weight: 500;
  font-stretch: normal;
  line-height: .4rem /* 20/50 */;
  letter-spacing: .02rem /* 1/50 */;
  color: #333333;
  margin-bottom: .1rem /* 5/50 */;
}
.index .tabsBlock .news .unit .date {
  font-size: .22rem /* 11/50 */;
  font-weight: normal;
  font-stretch: normal;
  line-height: .22rem /* 11/50 */;
  letter-spacing: 0rem /* 0/50 */;
  color: #999999;
}
.index .tabsBlock .news .unit img {
  width: 2.3rem /* 115/50 */;
  height: 1.48rem /* 74/50 */;
  margin-left: .32rem /* 16/50 */;
}

.aboveBottomNav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1rem /* 50/50 */;
  line-height: 0;
}
.aboveBottomNav img {
  width: 50vw;
}

/* 底部导航栏 */
.bottomNav {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  bottom: 0;
  height: 1rem /* 50/50 */;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bottomNav li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% / 4);
  font-size: .24rem /* 12/50 */;
  height: 100%;
  line-height: .24rem /* 12/50 */;
  padding-bottom: .16rem /* 8/50 */;
}
.bottomNav li img {
  max-height: .32rem /* 16/50 */;
  max-width: .4rem /* 20/50 */;
  margin-bottom: .12rem /* 6/50 */;
  line-height: 0;
}
.bottomNav .active {
  color: #c84666;
}

/* 面包屑 */
.breadcrumbs {
  margin: .3rem /* 15/50 */ .2rem /* 10/50 */ .1rem /* 5/50 */;
  font-size: .2rem /* 10/50 */;
  line-height: .2rem /* 10/50 */;
  color: #666;
}
.breadcrumbs a {
  color: #666;
}
.breadcrumbs span {
  color: #999;
}

/* 活动列表 */
.activityList {
  padding: 0 .2rem /* 10/50 */;
}
.activityList .unit img {
  width: 2.3rem /* 115/50 */;
  height: 1.48rem /* 74/50 */;
  margin-right: .3rem /* 15/50 */;
}
.activityList .unit div {
  padding: .35rem /* 17.5/50 */ 0;
}
.activityList .unit div h2 {
  font-size: .3rem /* 15/50 */;
  font-weight: 500;
  font-stretch: normal;
  line-height: .4rem /* 20/50 */;
  letter-spacing: .02rem /* 1/50 */;
  color: #333333;
  margin-bottom: .1rem /* 5/50 */;
}
.activityList .unit div .desc {
  font-size: .26rem /* 13/50 */;
  font-weight: normal;
  font-stretch: normal;
  line-height: .36rem /* 18/50 */;
  letter-spacing: 0rem /* 0/50 */;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.activityList .unit + .unit div {
  border-top: .02rem /* 1/50 */ solid #e6e6e6;
}
.activityList .pageBar {
  padding-top: .1rem /* 5/50 */;
  padding-bottom: .4rem /* 20/50 */;
  display: flex;
  justify-content: center;
}

/* 活动详情 */
.titleWithClose {
  height: .88rem /* 44/50 */;
  padding-left: .2rem /* 10/50 */;
  box-shadow: 0rem /* 0/50 */ 0rem /* 0/50 */ .06rem /* 3/50 */ 0rem /* 0/50 */ rgba(0, 0, 0, 0.1);
}
.titleWithClose img {
  width: .3rem /* 15/50 */;
  height: .3rem /* 15/50 */;
  margin-right: .2rem /* 10/50 */;
}
.titleWithClose span {
  font-size: .28rem /* 14/50 */;
  width: 4.82rem /* 241/50 */;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fullTitle {
  margin: .2rem /* 10/50 */;
}
.fullTitle h1 {
  font-size: .32rem /* 16/50 */;
  font-weight: normal;
  font-stretch: normal;
  line-height: .9rem /* 45/50 */;
  letter-spacing: .02rem /* 1/50 */;
  color: #333333;
}
.fullTitle .tag {
  display: inline-block;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: .3rem /* 15/50 */;
  font-size: .2rem /* 10/50 */;
  color: #999;
  padding: .12rem /* 6/50 */;
  transform: scale(0.83);
}

.firstBanner {
  width: 6.9rem /* 345/50 */;
  margin: .48rem /* 24/50 */ .2rem /* 10/50 */;
  border-radius: .1rem /* 5/50 */;
}

.articleContent {
  padding: .2rem /* 10/50 */;
  font-size: .28rem /* 14/50 */;
  font-weight: normal;
  font-stretch: normal;
  line-height: .48rem /* 24/50 */;
  letter-spacing: 0rem /* 0/50 */;
  color: #666666;
}
.articleContent p {
  text-indent: 2em;
  font-size: .28rem /* 14/50 */;
}
.articleContent img {
  max-width: 100%;
}

.sublingsNews {
  margin: .5rem /* 25/50 */ .2rem /* 10/50 */;
}

.another {
  width: calc((100% - .32rem /* 16/50 */)/2);
  font-size: .26rem /* 13/50 */;
}
.another span {
  font-weight: 600;
  margin-right: .12rem /* 6/50 */;
  white-space: nowrap;
}
.another + .another {
  margin-left: .32rem /* 16/50 */;
}

.recommend {
  margin: 0 .2rem /* 10/50 */ .34rem /* 17/50 */;
}
.recommend .theTitle {
  font-size: .3rem /* 15/50 */;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.28rem /* 64/50 */;
  letter-spacing: 0rem /* 0/50 */;
  color: #333333;
}
.recommend .recList li {
  width: calc((100% - .88rem /* 44/50 */)/2);
  margin-bottom: .26rem /* 13/50 */;
  font-size: .26rem /* 13/50 */;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aboveBottom a {
  display: inline-block;
  width: 50%;
}
.aboveBottom a img {
  max-width: 100%;
}

.detailsPage {
  margin-bottom: 1rem /* 50/50 */;
}

.simpleBottom {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem /* 50/50 */;
  padding: 0 .56rem /* 28/50 */;
}
.simpleBottom img {
  max-width: .48rem /* 24/50 */;
  max-height: .48rem /* 24/50 */;
}