<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.floatAdvertisement1 img{
  box-shadow: 0px 0px 0px 1px #ccc;
}
.wxsjguanggao .newAdvertisement{
  z-index: 1;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 36px;
  height: 20px;
  background-color: rgba(102, 96, 94,.4);
  padding: 0 5px;
  color: #fff;
  line-height: 20px;
}
.xzqk{
  width: 120px;
  display: block;
  margin: auto;
  text-align: center;
  background: rgb(79, 99, 195);
  color: #fff;
  border-radius: 5px;
}
.column {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.y-stretch {
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.y-start {
  -moz-box-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.y-end {
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.y-center {
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-baseline {
  -moz-box-align: baseline;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.x-start {
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.x-end {
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.x-center {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.x-between {
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.x-space {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.ny-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.ny-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.ny-center {
  -webkit-align-content: center;
  align-content: center;
}
.ny-stretch {
  -webkit-align-content: stretch;
  align-content: stretch;
}
.ny-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.ny-around {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.box-sizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ellipsis {
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsiss {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsisss {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsissss {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#app {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
.nav {

  height: 0.8rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
/*  background-color: #fb4817;*/
}
.nav .topNav {
  width: 6.9rem;
  height: 100%;
  overflow: hidden;
  font: 16px/32px hiragino sans gb, microsoft yahei, simsun;
}
.nav .topNav .swiper-slide {
  padding: 0 0.18rem;
  letter-spacing: 2px;
  width: auto;
  text-align: center;
}

.nav .swiper-slide:first-child {
  padding-left: 0;
}
.nav .topNav .swiper-slide a {
  font-size: 0.34rem;
/*  color: #c2daf8;*/
  color: #fff;
  display: block;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 0.04rem;
  line-height: 0.6rem;
  height: 0.65rem;
}
.nav .topNav .active a {
  color: #fff;
  border-bottom: 0.044rem solid #fff;
  line-height: 0.6rem;
  height: 0.65rem;
}
.nav .topNav .active .dian{
  width: 3px;
  height: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
}
.nav .quanbu {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 0.8rem;
  height: 100%;
}
.nav .quanbu a {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.nav .quanbu img {
  width: 0.4rem;
  height: auto;
}
.btn {
  background: #0405c8;
  height: 0.8rem;
  width: 6rem;
  line-height: 0.8rem;
  font-size: 0.34rem;
  border-radius: 0.6rem;
}
.spicial {
  position: static;
}
.fixed {
  background:#0405c8;
  position: relative;
  /*z-index: 99999999999999999999999;*/
  z-index: 9;
}

.fixed h3 {
  padding: 0.3rem;
  padding-bottom: 0;
}
.loginOut{
  text-align: center;
  position: absolute;
  width: 1.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  right: 0rem !important;
  font-size: 0.28rem;
  top: 0;
  color: rgba(0,0,0,0);

}
.fixed .loginOut {
  text-align: center;
  position: absolute;
  width: 1.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  right: 0rem;
  font-size: 0.28rem;
  top: 0;
  background: #0405c8;
  color: #fff;
}
.fixed .nav {
  padding: 0 0.3rem;
}
.scroll_container {
  overflow: hidden;
  height: 87%;
  background: #fff;
}
.scroll_container .swiper-slide:first-child {
  padding-left: 0rem;
}
.scroll_content {
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  -webkit-overflow-scrolling: touch!important;
}
.scroll_content .scroll_content_content {
  padding: 0 0.3rem;
}
.scroll_content .scroll_content_content .news .item1 {
  border-bottom: 1px solid #F0F3F5;
  padding: 0.3rem 0;
}
.scroll_content .scroll_content_content .news .item1 a {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.scroll_content .scroll_content_content .news .item1 img {
  width: 2.28rem;
  height: 1.5rem;
  margin-right: 0.3rem;
  border-radius: 7px;
  border: 1px solid #bbb9b9;
}
.scroll_content .scroll_content_content .news .item1 ul {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.scroll_content .scroll_content_content .news .item1 ul .des {
  font-size: 0.32rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scroll_content .scroll_content_content .news .item1 ul .time {
  font-size: 0.28rem;
  color: #ccc;
  text-align: right;
  line-height: 0.25rem;
}
.scroll_content .scroll_content_content .picture {
  overflow: hidden;
}
.scroll_content .scroll_content_content .picture .item2 {
  width: 3.3rem;
  padding: 0.3rem 0;
  padding-bottom: 0;
  float: left;
  margin-right: 0.3rem;
  position: relative;
}
.scroll_content .scroll_content_content .picture .item2 img {
  width: 3.2rem;
  height: 2.17rem;
  margin-bottom: 0.25rem;
  border: 1px solid #ccc;
}
.scroll_content .scroll_content_content .picture .item2 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.32rem;
  color: #333;
  line-height: normal;
  text-align: center;
}
.scroll_content .scroll_content_content .picture .item2:nth-child(2n) {
  margin-right: 0rem;
}
.scroll_content .scroll_content_content .picture .item2 span {
  display: block;
  position: absolute;
  top: 1.9rem;
  right: 0.1rem;
  padding: 0.1rem 0.15rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.2rem;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.scroll_content .scroll_content_content .hotword {
  padding-top: 0.3rem;
  overflow: hidden;
}
.scroll_content .scroll_content_content .hotword .item3 {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1.57rem;
  height: 0.75rem;
  border-radius: 0.34rem;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
  border: 1px solid #333;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  background: #fff;
  text-align: center;
}
.scroll_content .scroll_content_content .hotword .item3:nth-child(4n) {
  margin-right: 0;
}
.scroll_content .scroll_content_content .hotword .item3 a {
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #333;
}
.scroll_content .scroll_content_content .qikan_tupian {
  overflow: hidden;
}
.scroll_content .scroll_content_content .qikan_tupian .item4 {
  width: 3.3rem;
  margin-right: 0.3rem;
  float: left;
  padding-top: 0.3rem;
}
.scroll_content .scroll_content_content .qikan_tupian .item4 a {
  display: block;
  position: relative;
}
.scroll_content .scroll_content_content .qikan_tupian .item4 img {
  width: 3.3rem;
  height: 2.14rem;
}
.scroll_content .scroll_content_content .qikan_tupian .item4 p {
  margin-top: 0.25rem;
  color: #333;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scroll_content .scroll_content_content .qikan_tupian .item4:nth-child(2n) {
  margin-right: 0rem;
}
.scroll_content .scroll_content_content .qikan_tupian .item4 span {
  display: block;
  position: absolute;
  top: 1.6rem;
  right: 0.1rem;
  padding: 0.1rem 0.15rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.2rem;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.gotop {
  position: absolute;
  width: 1rem;
  height: 1rem;
  bottom: 2.8rem !important;
  right: 0.3rem;
  z-index: 9999999999999 !important;
  display: none;
  text-align: right;

/*  position: absolute;
  bottom: 173px !important;
  right: 2px;
  z-index: 9999999999999;
  display: none;
  text-align: right;
  width: 40px !important;
  height: 40px !important;
  background-color: #666 !important;
  border-åŠ&nbsp;è½½åœ†åœˆ: 0 !important;*/
}
#gotop{
  /*bottom: 132px !important;*/
  bottom: 3.5rem !important;
  background: rgb(4, 5, 200);
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
}
html #hm_t_undefined .hm-t-feedback-trigger{
  bottom: 50px !important;
}
html #hm_t_undefined .hm-t-unfold-map-card{
  bottom: 91px !important;
}
.gotop img {
/*  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.2rem;*/
  width: 70% !important;
  height: 70% !important;
  display: block !important;
  margin: 6px auto 0 !important;
}
.tishi {
  font-size: 0.28rem;
  text-align: center;
  margin: 0.3rem 0;
}
.noborder {
  border-bottom: none!important;
}
[v-cloak] {
  display: none;
}
header {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 0.92rem;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(1, 104, 183, 0.05);
  z-index: 9999;
}
header h1 {
  color: #0405c8;
  font-size: 0.34rem;
  text-align: center;
  line-height: 0.92rem;
  font-weight: normal;
}
header .houtui {
  position: absolute;
  width: 0.16rem;
  height: 0.33rem;
  left: 0.3rem;
  top: 0.31rem;
}
.header {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 0.8rem;
  position: relative;
  background: #0405c8;
}
.header .touxiang {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.header .logo {
  width: 1.2rem;
  height: 0.78rem;
  margin: 0 0.3rem;
}
.header a {
  margin: 0 0.3rem;
  font-size: 0.28rem;
  color: #fff;
  display: block;
}
.header .center {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 0.6rem;
  background: #fff;
  color: #ccc;
  font-size: 0.30rem;
  border-radius: 0.3rem;
  width: 4.9rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .center ul {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0.3rem;
  margin-right: 0.2rem;
}
.header .center ul li {
  float: left;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .center ul li img {
  width: 0.16rem;
  height: 0.08rem;
}
.header .center ol {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-right: 0.4rem;
}
.header .center ol li {
  float: left;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .center ol li .sousuo {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.06rem;
}
.header .center ol li form {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .center ol li form input {
  width: 100%;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  font-size: 0.28rem;
  height: 0.28rem;
  padding: 5px 0;
}
.header .center ol li form input::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 0.28rem;
}
.header .center select {
  -webkit-appearance: none;
  /* google */
  -moz-appearance: none;
  /* firefox */
  appearance: none;
  /* IE */
  background: #fff;
  margin-right: 0.1rem;
  color: #ccc;
}
.header .login {
  width: 1.2rem;
  text-align: center;
}
#index #app {
  background: #fff;
  overflow: hidden;
}
#index #app .indexContainer {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 1.72rem;
  position: relative;
}
#index a {
  display: block;
}
#index .adv {
  width: 100%;
}
#index .adv img {
  width: 100%;
}
#index .hotNew {
  padding: 0 0.3rem;
  height: 0.9rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #f0f3f5;
}
#index .hotNew .title {
  font-size: 0.30rem;
  width: 1rem;
  color: #999;
}
#index .hotNew .scroll {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  overflow: hidden;
  height: 100%;
}
#index .hotNew .scroll ul {
  height: 100%;
}
#index .hotNew .scroll ul li {
  float: left;
}
#index .hotNew .scroll ul li a {
  font-size: 0.28rem;
  color: #999999;
  line-height: 0.9rem;
  padding: 0 0.15rem;
}
#index .swiper1 {
  padding: 0.3rem;
  height: 2rem;
  position: relative;
  border-bottom: 0.3rem solid #f0f3f5;
  padding-bottom: 0.5rem;
}
#index .swiper1 .swiper-container-horizontal &gt; .swiper-pagination-bullets,
#index .swiper1 .swiper-pagination-custom,
#index .swiper1 .swiper-pagination-fraction {
  bottom: 5px;
}
#index .swiper1 .swiper-container {
  position: static;
}
#index .swiper1 .swiper-slide {
  overflow: hidden;
  position: static;
}
#index .swiper1 .swiper-slide a {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
#index .swiper1 .swiper-slide a img {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.3rem;
  border-radius: 50%;
}
#index .swiper1 .swiper-slide a ul {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#index .swiper1 .swiper-slide a ul li {
  width: 4.48rem;
}
#index .swiper1 .swiper-slide a ul h1 {
  color: #333;
  font-size: 0.32rem;
  line-height: 0.35rem;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
#index .swiper1 .swiper-slide a ul p {
  color: #999999;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index .djdzk {
  padding: 0.3rem;
  padding-bottom: 0;
  border-bottom: 0.3rem solid #f0f3f5;
}
#index .djdzk h2 {
  font-size: 0.34rem;
}
#index .djdzk .item {
  padding-top: 0.25rem;
  border-bottom: 1px solid #F0F3F5;
}
#index .djdzk .item ul li {
  margin-bottom: 0.25rem;
}
#index .djdzk .item ul li h4 {
  font-weight: normal;
  color: #333;
  font-size: 0.34rem;
  line-height: 0.34rem;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
 /* white-space: nowrap;*/
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
/*é¦–é¡µä¿®æ”¹æ·»åŠ&nbsp;æ&nbsp;·å¼ */
.list-wrap{
  overflow: hidden;
  position: relative;
}
.list-wrap-one{
  width:4.3rem;
  float:left;
  /*height: 0.8rem;*/
  overflow: hidden;
}
.list-wrap-one-h4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.5rem !important;
  font-weight: 500;
  color: #000;
}
.list-wrap-one{
  float: left;
}
.list-wrap-tow-img{
  width: 2.28rem;
  height: 1.5rem;
  margin-left: 0.2rem;
  border: 1px solid #bbb9b9;
  border-radius: 7px;
}
.list-wrap-three{
  position: absolute;
  bottom: 0;
}
#index .djdzk .item ul li p {
  color: #ccc;
  font-size: 0.26rem;
  line-height: 0.26rem;
}
#index .djdzk .item:last-child {
  border-bottom: none;
}
#index .toppic {
  font-size: 0.32rem;
  color: #333;
  padding: 0.3rem;
  border-bottom: 0.3rem solid #f0f3f5;
}
#index .toppic .item {
  padding-top: 0.25rem;
  border-bottom: 1px solid #F0F3F5;
}
#index .toppic .item p {
  color: #333;
  font-size: 0.32rem;
}
#index .toppic .item ul {
  margin: 0.3rem 0;
  overflow: hidden;
}
#index .toppic .item ul li {
  float: left;
  margin-right: 0.25rem;
  color: #333;
}
#index .toppic .item ul li img {
  width: 2.13rem;
  height: 1.37rem;
  border-radius: 7px;
  border: 1px solid #ccc;
}
#index .toppic .item ul li:nth-child(3n) {
  margin-right: 0;
}
#index .toppic .item:last-child {
  border-bottom: none;
}
#index .wlyw {
  border-bottom: 0.3rem solid #f0f3f5;
}
#index .wlyw h2 {
  font-size: 0.34rem;
  color: #333;
  padding: 0.3rem;
}
#index .wlyw .item {
  padding: 0 0.3rem;
}
#index .wlyw .item ul {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
}
#index .wlyw .item ul .name {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
#index .wlyw .item ul .name a {
  color: #0405c8;
  /*margin-right: 0.3rem;*/
  font-size: 0.32rem;
}
#index .wlyw .item ul .name a:last-child {
  color: #333;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
  margin-right: 0;
  width: 200px;
  display: block;
}
#index .wlyw .item ul .des a {
  display: block;
  color: #333;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
  width: 5.4rem;
}
#index .tswl {
  border-bottom: 0.3rem solid #f0f3f5;
  padding: 0.3rem;
}
#index .tswl h2 {
  font-size: 0.34rem;
  color: #333;
  padding: 0.3rem 0;
}
#index .tswl p {
  font-size: 0.32rem;
  color: #333;
}
#index .tswl .titile {
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
#index .tswl .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index .tswl img {
  margin: 0.3rem 0;
  width: 100%;
  height: 4.54rem;
}
#index .tswl .swiper-container {
  width: 6.9rem;
  margin: 0 auto;
  padding-bottom: 0.8rem;
}
#index .zzjx {
  border-bottom: 0.3rem solid #f0f3f5;
  padding: 0.3rem;
  padding-bottom: 0;
}
#index .zzjx .swiper-slide:first-child {
  padding-left: 0;
}
#index .zzjx h2 {
  font-size: 0.34rem;
  color: #333;
  padding-bottom: 0.2rem;
}
#index .zzjx .swiper-slide a {
  font-size: 0.32rem;
  line-height: 0.5rem;
}
#index .zzjx .showcontent .item {
  padding: 0.3rem 0;
  border-bottom: 1px solid #F0F3F5;
}
#index .zzjx .showcontent .item a {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
#index .zzjx .showcontent .item img {
  width: 2.16rem;
  height: 1.42rem;
  margin-right: 0.3rem;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  border-radius: 7px;
  border: 1px solid #bbb9b9;
}
#index .zzjx .showcontent .item ul {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 4.2rem;
}
#index .zzjx .showcontent .item ul .title {
  color: #333;
  font-size: 0.32rem;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
#index .zzjx .showcontent .item ul .des {
  color: #999999;
  font-size: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index .zzjx .showcontent .item:last-child {
  border-bottom: none;
}
#index .bjtj {
  padding: 0.3rem;
  padding-bottom: 0;
  border-bottom: 0.3rem solid #f0f3f5;
}
#index .bjtj h2 {
  margin-bottom: 0.3rem;
  font-size: 0.34rem;
}
#index .bjtj img {
  width: 6.9rem;
  height: 5rem;
}
#index .bjtj .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.32rem;
  margin: 0.3rem 0;
}
#index .bjtj .swiper-container-horizontal &gt; .swiper-pagination-bullets,
#index .bjtj .swiper-pagination-custom,
#index .bjtj .swiper-pagination-fraction {
  bottom: -6px;
}
#index .more .item {
  border-bottom: 0.3rem solid #f0f3f5;
  padding: 0 0.3rem;
}
#index .more .item h2 {
  margin-top: 0.3rem;
  font-size: 0.34rem;
  color: #333;
}
#index .more .item a {
  color: #333;
  border-bottom: 1px solid #F0F3F5;
  padding: 0.3rem 0;
}
#index .more .item a .title {
  font-size: 0.32rem;
  line-height: 0.34rem;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
 /* white-space: nowrap;*/
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
  margin-bottom: 0.25rem;
}
#index .more .item a .time {
  font-size: 0.28rem;
  line-height: 0.26rem;
  color: #CCCCCC;
}
#index .more .item a:last-child {
  border-bottom: none;
}
#index .more .item a:nth-child(6) {
  border-bottom: none;
}
#index .footer ul li:nth-of-type(odd){
  border-right: 1px solid;
}
#index .footer {
  padding-top: 0.3rem;
  color: #333;
  position: absolute;
}
#index .footer ul li {
  margin-bottom: 0.3rem;
  width: 48%;
  text-align: center;
}
#index .footer ul li a {
  color: #333;
  padding: 0 0.3rem;
  font-size: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index .footer p {
  text-align: center;
  margin-bottom: 0.3rem;
}
#index .footer .company {
  font-size: 0.24rem;
  background: rgba(13, 14, 245, 0.74);
  color: #e6e1e1;
  padding-top: 0.3rem;
}
#index .footer .bz {
  font-size: 0.2rem;
 /* width: 6rem;*/
  padding: 0 0.6rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
  color: #000;
  height: 2.5rem;

}
.footer-xieban{
  padding:0.1rem  0.3rem 0.3rem 0.3rem;
  overflow: hidden;
  background: rgba(13, 14, 245, 0.74);
  color: #e6e1e1;
}
.footer-xieban-one{
  width: 49%;
  float: left;
  text-align: right;
  font-size: 0.24rem;
  margin-top: 8px
}
.footer-xieban-two{
  width: 49%;
  float:right;
  margin-left: 0.1rem
}
.footer-xieban-two p{
  font-size: 0.24rem !important;
  text-align: left !important;
  margin-bottom:0 !important;
}
#index .intozt {
  text-align: center;
  margin: 0.25rem 0;
}
#index .intozt a {
  font-size: 0.26rem;
  color: #0405c8 !important;
  text-decoration: underline;
}
#index .showPic ul {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#index .showPic ul li img {
  width: 3.42rem;
  height: auto;
  margin: 0;
}
#register {
  width: 100%;
  height: 100%;
  padding-bottom: 0.3rem;
  overflow-y: scroll;
  background: #fff;
}
#register .logo {
  margin-top: 1.44rem;
  width: 100%;
  height: auto;
  text-align: center;
}
#register .logo img {
  width: 2.58rem;
  height: 1.54rem;
}
#register ul {
  width: 6rem;
  margin: 0 auto;
  margin-top: 0.82rem;
}
#register ul li {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #333333;
  color: #333;
  width: 100%;
  height: 0.6rem;
  margin-top: 0.38rem;
}
#register ul li label {
  width: 1.40rem;
  font-size: 0.3rem;
}
#register ul li input {
  font-size: 0.3rem;
}
#register ul li .input {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#register ul li .count {
  width: 1.7rem;
  height: 0.48rem;
  background: #0405c8;
  color: #fff;
  font-size: 0.3rem;
  border-radius: 0.1rem;
}
#register .xieyi {
  width: 6rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.26rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#register .xieyi img {
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
#register .xieyi a {
  color: #0405c8;
}
#register .save {
  margin-top: 0.94rem;
}
#register .save a {
  font-size: 0.34rem;
}
#register .login {
  margin-top: 0.6rem;
}
#register .select {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 6rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
#register .select a {
  font-size: 0.3rem;
}
#register .select a:nth-child(1) {
  color: #0405c8;
}
#register .select a:nth-child(2) {
  color: #999999;
}
#allKinds {
  height: 100%;
}
#allKinds .container {
  padding: 0.3rem;
  overflow-y: scroll;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#allKinds .container .newsClass .title {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
#allKinds .container .newsClass h2 {
  color: #333;
  font-size: 0.34rem;
}
#allKinds .container .newsClass span a {
  color: #999999;
  font-size: 0.26rem;
}
#allKinds .container .newsClass ul {
  overflow: hidden;
}
#allKinds .container .newsClass ul li {
  width: 1rem;
  float: left;
  margin-right: 0.4rem;
  margin-bottom: 0.3rem;
}
#allKinds .container .newsClass ul li:nth-child(5n) {
  margin-right: 0;
}
#allKinds .container .newsClass ul li a {
  display: block;
  width: 100%;
  line-height: 0.28rem;
  padding: 0.1rem 0;
  border-radius: 0.14rem;
  text-align: center;
  color: #333;
  font-size: 0.28rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #f7f7f7;
}
#allKinds .container .hangye {
  color: #333;
  font-size: 0.34rem;
}
#allKinds .container .hangye .marginRight {
  margin-right: 0.35rem;
}
#allKinds .container .hangye .marginBottom {
  margin-bottom: 0.30rem;
}
#allKinds .container .hangye .item {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
#allKinds .container .hangye .item h2 {
  width: 1.5rem;
  color: #333;
}
#allKinds .container .hangye .item h2 a {
  color: #333;
}
#allKinds .container .hangye .item h3 {
  margin-bottom: 0.3rem;
  color: #333;
}
#allKinds .container .hangye .item .seleced {
  color: #0405c8;
}
#allKinds .container .hangye .item ul {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  overflow: hidden;
}
#allKinds .container .hangye .item ul li {
  float: left;
  margin-right: 0.35rem;
  margin-bottom: 0.3rem;
}
#allKinds .container .hangye .item ul li:nth-child(4) {
  margin-right: 0;
}
#allKinds .container .hangye .item ul li a {
  border-radius: 0.14rem;
  padding: 0.04rem 0.16rem;
  text-align: center;
  display: block;
  color: #333;
  font-size: 0.3rem;
  background: #f7f7f7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#allKinds .container .hangye .item:last-child h3 {
  margin-bottom: 0;
}
.wlfenlei {
  height: 100%;
}
.wlfenlei .wlfenlei_con {
  height: 100%;
  overflow-y: scroll;
  padding-top: 0.92rem;
  padding: 0.3rem 0.25rem;
  padding-top: 1.22rem;
  background: #fff;
}
.wlfenlei .wlfenlei_con ul {
  overflow: hidden;
}
.wlfenlei .wlfenlei_con ul li {
  float: left;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
}
.wlfenlei .wlfenlei_con ul li a {
  width: 1.6rem;
  padding: 0.15rem 0;
  line-height: 0.28rem;
  text-align: center;
  display: block;
  font-size: 0.28rem;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  border-radius: 0.34rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wlfenlei .wlfenlei_con ul li:nth-child(4n) {
  margin-right: 0;
}
.special {
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.special h2 {
  text-align: center;
  color: #333;
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
.special .toppic {
  width: 100%;
}
.special .two .swiper-container {
  background: #ededed;
}
.special .two .swiper-container .swiper-slide .item {
  overflow: hidden;
  padding: 0.3rem;
  padding-bottom: 0.6rem;
}
.special .two .swiper-container .swiper-slide .item img {
  width: 2.44rem;
  height: auto;
  margin-right: 0.3rem;
  float: left;
}
.special .two .swiper-container .swiper-slide .item ul {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.special .two .swiper-container .swiper-slide .item ul li {
  color: #333;
}
.special .two .swiper-container .swiper-slide .item ul li h1 {
  font-size: 0.30rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.4rem;
  color: #333;
}
.special .two .swiper-container .swiper-slide .item ul li p {
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.special .two .swiper-container-horizontal &gt; .swiper-pagination-bullets,
.special .two .swiper-pagination-custom,
.special .two .swiper-pagination-fraction {
  bottom: 5px!important;
}
.special .three {
  padding-top: 0.3rem;
}
.special .three .item {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.3rem;
  padding-top: 0;
}
.special .three .item a {
  width: calc(100% - 3.1rem);
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.special .three .item ul {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.special .three .item ul a {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.special .three .item ul li h1 {
  font-size: 0.30rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.4rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.special .three .item ul li p {
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.special .three .item img {
  width: 2.8rem;
  height: 2rem;
  margin-left: 0.3rem;
}

.special .fourth {
  padding: 0.3rem;
  padding-bottom: 0.15rem;
  background: #ededed;
}
.special .fourth .item {
  float: left;
  width: 3.3rem;
  margin-right: 0.29rem;
  padding-bottom: 0.4rem;
}
.special .fourth .item img {
  width: 3.3rem;
  height: 1.8rem;
  margin-bottom: 0.3rem;
}
.special .fourth .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 0.3rem;
  color: #333;
}
.special .fourth .item:nth-child(2n) {
  margin-right: 0;
}
.special .fourth .swiper-container-horizontal &gt; .swiper-pagination-bullets,
.special .fourth .swiper-pagination-custom,
.special .fourth .swiper-pagination-fraction {
  bottom: 0;
}
/* ä¿®æ”¹ä¼ä¸šåœ¨è¡ŒåŠ¨ä¸ºè½®æ’­*/


.special .fifth {
  padding-top: 0.3rem;
  width: 100%;
}
.special .fifth ul {
  padding: 0 0.3rem;
}
.special .fifth ul li {
  margin-bottom: 0.3rem;
}
.special .fifth ul li a {
  color: #333;
  font-size: 0.30rem;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
  text-decoration: underline;
  display: block;
}

.special .fifth1 {
  padding-top: 0.0rem;
  width: 100%;
}
.special .fifth1 ul {
  padding: 0 0.3rem;
}
.special .fifth1 ul li {
  margin-bottom: 0.3rem;
}
.special .fifth1 ul li a {
  color: #333;
  font-size: 0.30rem;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
  text-decoration: underline;
  display: block;
}


.special .sixth {
  padding-top: 0.3rem;
}
.special .sixth img {
  width: 100%;
  height: auto;
}
.special .sixth .swiper-pagination-bullet {
  width: 0.32rem;
  height: 2px;
  border-radius: 0;
  background: #fff!important;
}
.special .sixth .swiper-pagination-bullet-active {
  background: #999;
}
.special .blank {
  background: #F0F3F5;
  height: 0.3rem;
}
.special .swiper-pagination-bullet {
  width: 0.32rem;
  height: 2px;
  border-radius: 0;
  background: #aaa;
  border: none;
}
.special .swiper-pagination-bullet-active {
  background: #0405c8;
}
.pictureDetails {
  height: 100%;
  color: #fff;
  position: relative;
}
.pictureDetails .swiper-container {
  height: 100%;
  overflow-y: scroll;
}
.pictureDetails .swiper-container .swiper-wrapper {
  height: 100%;
}
.pictureDetails .swiper-container .swiper-wrapper .swiper-slide {
  overflow-y: scroll;
  height: 100%;
}
.pictureDetails .swiper-container .swiper-wrapper .swiper-slide .item {
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.pictureDetails .swiper-container .swiper-wrapper .swiper-slide .item img {
  margin-top: 1.2rem;
  width: 100%;
  margin-bottom: 0.6rem;
}
.pictureDetails .swiper-container .swiper-wrapper .swiper-slide .item ul {
  padding: 0.3rem;
}
.pictureDetails .swiper-container .swiper-wrapper .swiper-slide .item ul h1 {
  font-size: 0.34rem;
  margin-bottom: 0.3rem;
}
.pictureDetails .swiper-container .swiper-wrapper .swiper-slide .item ul p {
  font-size: 0.30rem;
  padding-bottom: 2rem;
  text-align: justify;
}
.pictureDetails .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #333;
}
.pictureDetails .discuss {
  position: fixed;
  bottom: 0rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 6.9rem;
  padding: 0.15rem 0.3rem;
  z-index: 99999;
  background: #333;
}
.pictureDetails .discuss form {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  width: 100%;
  height: 100%;
}
.pictureDetails .discuss .input {
  width: 5.4rem;
  background: #5c5c5c;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pictureDetails .discuss .input textarea {
  width: 100%;
  line-height: 30px;
  font-size: 0.3rem;
  min-height: 30px;
  height: 30px;
  background: #5c5c5c;
  overflow: hidden;
  color: #fff;
}
.pictureDetails .discuss .input textarea::-webkit-input-placeholder {
  color: #fff;
}
.pictureDetails .discuss a {
  background: transparent;
  text-align: center;
  display: block;
  color: #fff;
  width: 1.4rem;
  font-size: 0.3rem;
  height: 30px;
  line-height: 30px;
  margin: 0 0.3rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.pictureDetails .discuss .lookup {
  position: relative;
  margin-right: 0.2rem;
}
.pictureDetails .discuss .lookup img {
  width: 0.5rem;
  height: 0.5rem;
}
.pictureDetails .discuss .lookup p {
  position: absolute;
  right: -0.3rem;
  top: -0.1rem;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #B11919;
  font-size: 0.24rem;
}
.magazine {
  height: 87%;
  overflow: hidden;
  background: #fff;
}
.magazine .content {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.magazine .content .keyword {
  margin: 0.1rem 0;
}
.magazine .content .keyword ul {
  font-size: 0.30rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.magazine .content .keyword ul li {
  margin-right: 0.3rem;
}
.magazine .content .keyword ul li:first-child {
  font-size: 0.30rem;
  margin-right: 0.4rem;
  text-decoration: none;
}
.magazine .content .keyword ul li a {
  color: #0405c8;
  font-size: 0.30rem;
  display: block;
 /* text-decoration: underline;*/
}
.magazine .content h1 {
  margin-bottom: 0.2rem;
  font-size: 0.5rem;
  color: #333;
  padding: 0 0.3rem;
}
.magazine .content ol {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  color: #999;
  font-size: 0.30rem;
  padding: 0 0.3rem;
}
.magazine .content .orig {
  color: #0405c8;
  font-size: 0.30rem;
  margin-bottom: 0.3rem;
  padding: 0 0.3rem;
}
.magazine .content .orig a {
  color: #0405c8;
}
.magazine .content .details {
  overflow: hidden;
  padding: 0 0.3rem;
  position: relative;
}
.magazine .content .details p {
  font-size: 0.34rem!important;
  line-height: 25px;
  color: #333;
  letter-spacing: 2px;
  text-align: justify;
}
.magazine .content .details p img {
  width: 100%!important;
  height: auto!important;
}
.magazine .content .details p .zgerwema {
  width: 50%!important;
  height: auto!important;
}
.fileType{
  width: auto !important;
}
.magazine .content .details .jianbian {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.magazine .content .intozt {
  text-align: center;
  margin:0;
  position: relative;
  top:-50px;
  overflow: hidden;
}
.magazine .content .intozt a {
  display: block;
  /*font-size: 0.26rem;*/
  font-size: 15px;
  color: #0405c8 !important;
  text-decoration: underline;
}
.magazine .content .end {
  margin-bottom: 0.3rem;
}
.magazine .content .end ul {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.3rem;
}
.magazine .content .end ul .line {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 1px;
  background: #F0F3F5;
}
.magazine .content .end ul .wenzi {
  text-align: center;
  padding: 0 0.3rem;
  font-size: 0.30rem;
  color: #F0F3F5;
}
.magazine .content .adv {
  padding: 0 0.3rem;
  display: none !important;
}
.AdvertisementNotes{
  display: none !important;
}
.magazine .content .adv img {
  width: 100%;
  border: 1px solid #ccc;
}
.magazine .content .xgxw {
  padding: 0 0.3rem;
}
.magazine .content .xgxw h2 {
  margin: 0.3rem 0;
  font-size: 0.34rem;
  color: #333;
}
.magazine .content .xgxw ul {
  border-bottom: 1px solid #F0F3F5;
}
.magazine .content .xgxw ul li {
  margin-bottom: 0.3rem;
}
.magazine .content .xgxw ul li a {
  color: #333;
  font-size: 0.32rem;
  /*text-decoration: underline;*/
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  /*white-space: nowrap;*/
  /*ä¸æ¢è¡Œ*/
/*  text-overflow: ellipsis;*/
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
  display: block;
}

.magazine .content .discuss {
  padding: 0 0.3rem;
}
.magazine .content .discuss h2 {
  margin: 0.3rem 0;
  font-size: 0.34rem;
  color: #333;
  margin-bottom: 0;
}
.magazine .content .discuss .item {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #F0F3F5;
  padding-top: 0.3rem;
}
.magazine .content .discuss .item img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  margin-right: 0.3rem;
}
.magazine .content .discuss .item ul {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.magazine .content .discuss .item ul li {
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.magazine .content .discuss .item ul li .name {
  width: 2.5rem;
  color: #0405c8;
  font-size: 0.34rem;
  line-height: 0.36rem;
  float: left;
  overflow: hidden;
  /*è¶…å‡ºéƒ¨åˆ†éšè—*/
  white-space: nowrap;
  /*ä¸æ¢è¡Œ*/
  text-overflow: ellipsis;
  /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
  margin-top: 0.13rem;
}
.RelevantNews-list{
  overflow: hidden;
  border-bottom: 1px solid #eee;
  height: 82px
}
.RelevantNews-list_one{
  width: 4.4rem;
  float: left;
  height: 100%;
  position: relative
}
.RelevantNews-list_two_img{
  width: 2.28rem;
  height: 1.5rem;
  margin-left: 0.1rem;
  border-radius: 7px;
  border: 1px solid #bbb9b9 ;
}
.RelevantNews-list_one_title{
  /* ä¸¤è¡Œæ˜¾ç¤ºçœç•¥å· */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.RelevantNews-list_one_time{
  position: absolute;
  bottom: 0.1rem;
  font-size: 0.3rem;
  color: #848181;
}
.magazine .content .discuss .item ul li .time {
  float: right;
  color: #999999;
  font-size: 0.28rem;
  line-height: 0.28rem;
  margin-top: 0.16rem;
}
.magazine .content .discuss .item ul li p {
  color: #333;
  font-size: 0.32rem;
}
/* è¯„é€‰æ´»åŠ¨*/
.add_btn div{
  width: 100%;
  position: relative;
  display: none;
}
.add_btn div:first-child{
  width: 100%;
  position: relative;
  display: block !important;
}
.add_btn div a{
  color: red;
  margin-left: 27px;
}
.add_btn div a:hover{
  border-bottom: 1px solid;
}
.add_btn_img{
  width: 20px !important;
  vertical-align: middle;
  position: absolute;
}
.add_btn{
  overflow: hidden;
  margin-bottom: 0.2rem;
  padding: 0 0.3rem;
  display: block;
}
/* è¯„é€‰æ´»åŠ¨end */
.magazine .bottom {
  display: flex !important;
  position: fixed;
  bottom: 0;
  padding: 0 0.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  background: #eee;
  width: 6.9rem;
  z-index: 99999999999999;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.magazine .bottom form {
  width: 100%;
  height: 100%;
}
.magazine .bottom .input {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.3rem;
  width: 65%;
  background: #fff;
  padding: 0 0.4rem;
}
.magazine .bottom .input textarea {
  width: 100%;
  line-height: 30px;
  font-size: 0.28rem;
  min-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #333;
}
.magazine .bottom .input textarea::-webkit-input-placeholder {
  color: #ccc;
}
.magazine .bottom a {
  background: #0405c8;
  text-align: center;
  display: block;
  color: #fff;
  width: 1.4rem;
  font-size: 0.3rem;
  margin-left: 0.3rem;
  border-radius: 0.5rem;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
.layui-m-layercont {
  height: 100%;
}
.popup {
  height: 100%;
  overflow: hidden;
}
.popup .top {
  color: #0405c8;
  font-size: 0.8rem;
  line-height: 0.92rem;
  height: 0.92rem;
  border-bottom: 1px solid #F0F3F5;
}
.popup .top span {
  margin-left: 0.3rem;
}
.popup .centerContent {
  height: 100%;
  box-sizing: border-box;
  padding: 0.3rem;
  padding-top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
}
.popup .centerContent .item {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  border-bottom: 1px solid #F0F3F5;
  padding-top: 0.3rem;
}
.popup .centerContent .item img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.3rem;
  border-radius: 0.1rem;
}
.popup .centerContent .item ul {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.popup .centerContent .item ul li {
  margin-bottom: 0.25rem;
}
.popup .centerContent .item ul li h2 {
  font-size: 0.34rem;
  line-height: 0.36rem;
  color: #0405c8;
  margin-top: 0.13rem;
}
.popup .centerContent .item ul li p {
  font-size: 0.32rem;
  color: #333;
  margin-top: 0.16rem;
}
.popup .centerContent .item ul li time {
  font-size: 0.28rem;
  color: #999999;
}
.popup .bottom {
  position: absolute;
  bottom: 0;
  width: 6.9rem;
  padding: 0 0.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  background: #eee;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popup .bottom .input {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.3rem;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  background: #fff;
  padding: 0 0.4rem;
}
.popup .bottom .input textarea {
  width: 100%;
  line-height: 30px;
  font-size: 0.3rem;
  min-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #333;
}
.popup .bottom .input textarea::-webkit-input-placeholder {
  color: #ccc;
}
.popup .bottom a {
  background: #0405c8;
  text-align: center;
  display: block;
  color: #fff;
  width: 1.4rem;
  font-size: 0.3rem;
  margin-left: 0.3rem;
  border-radius: 0.5rem;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
.weui-popup__container {
  height: 100%;
  z-index: 999999999;
}
.weui-popup__container .weui-popup__modal {
  background: #fff;
  height: 80%;
}
.layui-m-layer {
  z-index: 99999999999!important;
}
.primary {
  color: #0405c8 !important;
}
.weui-mask {
  z-index: 99999999998!important;
}
.weui-dialog {
  z-index: 99999999999!important;
}
#select {
  width: 1.2rem;
  color: #CCCCCC;
  text-align: center;
  font-size: 0.28rem;
}
.new_huoke{
  position: relative;
  width: 96%;
  margin: auto;
}
.item_shouz{
  position: absolute;
  right: 32px;
  bottom: 39px;
}
.item_shouz img{
  width: 30px;
  height: 30px;
}
.myitem,.myitem::before,.myitem::after{position: absolute;width: 12px; height: 12px; border-radius: 50%;content: ''; }
.myitem::before{animation: scale 2s infinite; }
.myitem::after{animation: scale2 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(3); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(2);opacity:0;}}
.myitem,.myitem::before,.myitem::after{ background-color: rgba(25, 118, 211, .9);}
.myitem{
  position: absolute;
  right: 45px;
  bottom: 65px;
}



.tip {
  position: absolute;
  top: 0.7rem;
  width: 2rem;
  left: 1.5rem;
  height: 4rem;
  display: none;
  background: url(../wximages/lianhe4@2x.png) no-repeat center;
  background-size: 100% 110%;
  z-index: 111;
}
.tip ul {
  height: 100%;
  padding: 0 0.24rem;
  padding-top: 0.25rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.tip ul .seleced span {
  color: #0405c8;
}
.tip ul .seleced p {
  color: #0405c8;
}
.tip ul li {
  position: relative;
  font-size: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
}
.tip ul li p {
  color: #333;
  font-size: 0.28rem;
}
.tip ul li:last-child {
  border-bottom: none;
}
.allKindsColor{
  color: #0405c8 !important;
}
#search{
  background: #fff !important;
}
.characterAll{
  background-size: 100%;
  vertical-align: middle;
  background-repeat: no-repeat;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  float: right;
  margin-top: 0.1rem;
}
.character1{
  background-image: url(https://jsjscmbase.oss-cn-beijing.aliyuncs.com/img/character1.png);
}
.character2{
  background-image: url(https://jsjscmbase.oss-cn-beijing.aliyuncs.com/img/character2.png);
}
.character3{
  background-image: url(https://jsjscmbase.oss-cn-beijing.aliyuncs.com/img/yigang.png);
}
/* ä½œè€…ä¸“æ&nbsp;*/
.myPeople{
  width: 31%;
  margin: 1.1%;
  float: left;
}
.myPeople img{
  width: 100%;
}
.myPeople p{
  text-align: center;
}
/* ä½œè€…ä¸“æ&nbsp; end*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .dakasuiji img {
    height: 306px !important;
  }
}
@media only screen and (min-device-width: 766px) and (max-device-width: 1024px) {
  .magazine .content .details p{
    line-height: 50px;
  }
  .RelevantNews-list{
    height: 168px;
  }
  .magazine .content{
    padding-bottom:100px ;
  }
  .magazine .bottom{
    width: 92%;
    height: 60px;
  }
  .magazine .bottom .input{
    height: 50px;
  }
  .magazine .bottom a{
    height: 50px;
    line-height: 50px;
  }
  .RelevantNews-list_one{
    width: 65%;
  }
  .details_div img{
    width: 168px !important;
  }
  .personInfo_span{
    font-size: 0.34rem !important;
  }
  .personInfo_center{
    font-size: 0.34rem;
  }
  .companysnames{
    font-size: 0.34rem !important;
  }
  .dakasuiji img{
    height: 238px !important;
  }
  .dakatitle{
    height: 38px !important;
    line-height: 38px !important;
    font-size: 0.3rem;
  }
  .adv_guanggao{
    width: 60px !important;
    height: 34px !important;
    line-height: 34px !important;

  }
  .tab_menu li{
    height: 50px !important;
    line-height: 50px !important;
    font-size: 0.3rem;
  }
  .akatitle{
    height: 50px !important;
    line-height: 50px !important;
    font-size: 0.3rem;
  }
  .icon-img{
    width: 119px !important;
    height: 119px !important;
  }
}
/*
Â&nbsp;*Â&nbsp; iphoneX pulicÂ&nbsp; css
Â&nbsp;*Â&nbsp; 2018-01-01
Â&nbsp;*/
@media only screen and (max-width: 736px){
  .magazine .content .details p{
    /*text-indent: 0em !important;*/
  }
  .edui-upload-video{
    width: 100% !important;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .edui-upload-video{
    width: 100% !important;
  }
    body {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
   .iphonex-pt {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
   .iphonex-pb {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
   .iphonex-mt {
    margin-top: constant(safe-area-inset-top);
    margin-top: env(safe-area-inset-top);
  }
   .iphonex-mb {
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
  }
   .iphonex-pl {
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
  }
   .iphonex-pr {
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
  }
   .iphonex-ml {
    margin-left: constant(safe-area-inset-left);
    margin-left: env(safe-area-inset-left);
  }
   .iphonex-mr {
    margin-right: constant(safe-area-inset-right);
    margin-right: env(safe-area-inset-right);
  }
   .iphonex-bd-top-bg {
    border-top: 88px solid transparent;
  }
   .iphonex-bd-top {
    border-top: 44px solid transparent;
  }
   .iphonex-bd-bottom {
    border-bottom: 34px solid transparent;
  }

}
</pre></body></html>