﻿@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
input,
button,
div {
  /*清除点击阴影*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.mt140 {
  margin-top: -1.4rem;
}
body,
button,
input,
select,
textarea {
  outline: none;
}
img {
  border: 0px;
  max-width: 100%;
}
.clear {
  clear: both;
}
body {
  font-family: 'PingFangSC-Light', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.32rem;
  background: #ffffff;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* ============================================================
   flex：定义布局为盒模型
   flex-v：盒模型垂直布局
   flex-1：子元素占据剩余的空间
   flex-align-center：子元素垂直居中
   flex-pack-center：子元素水平居中
   flex-pack-justify：子元素两端对齐
   兼容性：ios 4+、android 2.3+、winphone8+
   ============================================================ */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/**
 * border1px手机端解决方法    
 */
.wrapper {
  width: 7.5rem;
  min-width: 3.2rem;
  margin: 0 auto;
  position: relative;
}
.bgsize {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.tabbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  height: 0.98rem;
}
.content {
  padding: 0 0.2rem 0.98rem;
  overflow-x: hidden;
}
.page-no-scroll {
  overflow: hidden;
}
.header {
  height: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.header .logo {
  width: 2rem; 
  height: 0.53rem;
 
}
.header .navbar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0.6rem;
}
.header .navbar-icon img {
  width: 0.36rem;
  height: 0.29rem;
}
.search-box {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.5rem;
  margin-left: 0.6rem;
}
.search-box .search-icon {
  position: absolute;
  background-image: url(../img/search-icon.png);
  width: 0.26rem;
  height: 0.22rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0.15rem;
}
.search-box input {
  width: 2.4rem;
  border: 1px solid #e5e5e5;
  border-right: none;
  line-height: 0.5rem;
  padding: 0;
  padding-left: 0.48rem;
  border-radius: 0.1rem 0 0 0.1rem;
  font-size: 0.18rem;
  color: #b3b2b2;
}
.search-box .search-btn {
  width: 0.83rem;
  flex: 0 0 0.83rem;
  height: 0.54rem;
  border: none;
  background-color: #51b8e1;
  color: #ffffff;
  font-size: 0.22rem;
  border-radius: 0 0.1rem 0.1rem 0;
}
.navbar-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.98rem;
  width: 100%;
  position: relative;
  background-color: #51b8e1;
  margin-bottom: 0.23rem;
}
.navbar-box .navbar {
  flex: 1;
  display: flex;
}
.navbar-box .navbar .swiper-wrapper {
  overflow: hidden;
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar-box .navbar .swiper-wrapper .swiper-slide {
  padding: 0 0.2rem;
  width: auto;
  font-size: 0.3rem;
  color: #ffffff;
}
.navbar-box .navbar .swiper-wrapper .swiper-slide a {
  color: #ffffff;
}
.navbar-box .navbar .swiper-wrapper .swiper-slide.cur {
  font-weight: bold;
}
.navbar-mask {
  position: fixed;
  height: calc(100vh - (1.12rem + 0.98rem));
  background-color: #f8f8f8;
  width: 100vw;
  padding: 0.2rem;
  top: 1.12rem;
  left: 0;
  z-index: 666;
  overflow-y: auto;
}
.navbar-mask dl {
  color: #38393a;
}
.navbar-mask dl dt {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.3rem;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0.1rem;
}
.navbar-mask dl dt::after {
  content: '';
  display: block;
  background-image: url(../img/expand-icon.png);
  width: 0.32rem;
  height: 0.2rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  transition: all 0.3s ease;
}
.navbar-mask dl dt.navbar-cur::after {
  transform: rotate(180deg);
}
.navbar-mask dl dd a {
  padding: 0.15rem 0.4rem;
  display: block;
  color: #38393a;
  font-size: 0.28rem;
}
.navbar-mask dl dd a:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.swiper-box .swiper-slide {
  border-radius: 0.1rem;
  overflow: hidden;
}
    .swiper-box .swiper-slide .swiper-title {
        font-size: 0.3rem;
        color: #38393a;
        margin: 0.2rem 0 0.3rem;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.swiper-box.swiper-has-title .swiper-pagination {
  bottom: 60px;
}
.swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #206bfa;
}
.title {
  font-size: 0.32rem;
  color: #38393a;
  line-height: 0.75rem;
  margin: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-width: 1px;
}
.title .title-tabs .title-tab {
  margin-right: 0.3rem;
  color: #51b8e1;
  display: flex;
  align-items: center;
}
.title .title-tabs .title-tab::before {
  width: 0.08rem;
  height: 0.3rem;
  background-color: #51b8e1;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.12rem;
}
.title .title-items {
  display: flex;
  align-items: center;
}
.title .title-items .title-item {
  margin-right: 0.3rem;
  font-size: 0.32rem;
  color: #38393a;
}
.title .title-items .title-item.cur {
  font-weight: bold;
  color: #51b8e1;
}
.title .more {
  color: #38393a;
  font-size: 0.24rem;
}
.shadow {
  box-shadow: 0 0 15px 2px #e9e9e9;
  padding: 0.2rem;
}
.media-box {
  padding-bottom: 0.2rem;
  border-bottom: 0.02rem solid #ededed;
}
.media-box .media-body .media-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.media-box .media-body .media-img {
  width: 2.45rem;
  height: 1.74rem;
}
.media-box .media-body .media-bd {
  margin-right: 0.2rem;
}
.media-box .media-body .media-bd .media-title {
  color: #38393a;
  font-size: 0.3rem;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-box .media-body .media-bd .media-dec {
  color: #6d6f75;
  font-size: 0.28rem;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-box .media-other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7c7f86;
  font-size: 0.26rem;
  padding-right: 0.1rem;
  margin-top: 0.22rem;
}
.media-box .media-other .view-num {
  display: flex;
  align-items: center;
}
.media-box .media-other .view-num .view-icon {
  background-image: url(../img/icon-eye.png);
  width: 0.4rem;
  height: 0.3rem;
  margin-right: 0.15rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.media-box.media-list-box {
  box-shadow: 0 0 15px 2px #e9e9e9;
  padding: 0.2rem;
  margin-bottom: 0.28rem;
}
.news-list {
  color: #38393a;
  font-size: 0.3rem;
  margin-top: 0.2rem;
}
.news-list li {
  line-height: 0.75rem;
  display: flex;
  align-items: center;
}
.news-list li a {
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li::before {
  content: '';
  display: inline-block;
  flex: 0 0 0.08rem;
  height: 0.08rem;
  background-color: #8fb4ef;
  margin-right: 0.2rem;
}
.news-list li a {
  color: #38393a;
}
.banner-box {
  overflow: hidden;
  margin: 0.3rem 0;
}
.banner-box .banner {
  margin-bottom: 0.28rem;
}
.banner-box .banner:last-child {
  margin-bottom: 0;
}
.banner {
  height: 1.08rem;
}
.tags-box {
  margin: 0.2rem 0;
}
.tags-box .tags-a {
  padding: 0.1rem 0.28rem;
  font-size: 0.28rem;
  color: #38393a;
  display: inline-block;
  width: auto !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.tags-box .tags-a a {
  color: #38393a;
}
.tags-box .tags-a.cur {
  color: #51b8e1;
}
.tags-box .tags-a.cur a {
  color: #51b8e1;
}
.tags-box .tags-list {
  overflow: hidden;
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
  align-items: center;
  height: 100%;
}
.to-top {
  display: none;
  background-image: url(../img/top.png);
  width: 0.95rem;
  height: 0.95rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.news-content {
  background-color: #ffffff;
  position: relative;
}
.news-content h1 {
  font-size: 0.4rem;
  color: #38393a;
  margin: 0.4rem 0;
  font-weight: bold;
}
.news-content .des {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  background-color: #f7f8fa;
  font-size: 0.2rem;
  color: #7c7f86;
  height: 0.5rem;
}
.news-content .des span {
  margin: 0 0.1rem;
}
.context {
  padding: 0.5rem 0;
  font-size: 0.3rem;
  color: #38393a;
  line-height: 0.5rem;
}
.context img {
  margin: 0.4rem 0;
  width: 100%;
}
.bor-line {
  height: 0.2rem;
  background-color: #f5f5f5;
  width: 120%;
  margin-left: -10%;
}
.form {
  padding: 0.5rem 0;
  color: #38393a;
}
.form .title {
  margin-top: 0;
}
.form .shadow {
  padding: 0.3rem 0.3rem 0.4rem;
}
.form .form-title {
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.form .form-title::before {
  content: '';
  width: 0.07rem;
  height: 0.3rem;
  background-color: #387ceb;
  margin-right: 0.25rem;
}
.form .form-item {
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
}
.form .form-item label {
  font-size: #38393a;
  margin-right: 0.15rem;
  flex: 0 0 1.4rem;
}
.form .form-item .form-input {
  width: 5.25rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.1rem;
  border: 1px solid #dcdde0;
  font-size: 0.24rem;
  color: #38393a;
}
.form .form-item .form-textarea {
  width: 100%;
  border: 1px solid #dcdde0;
  font-size: 0.24rem;
  color: #38393a;
  padding: 0.1rem;
  resize: none;
  min-height: 1.4rem;
}
.form .form-btn {
  width: 2.1rem;
  height: 0.66rem;
  background-color: #51b8e1;
  color: #ffffff;
  font-size: 0.36rem;
  outline: none;
  border: none;
}
.mb100 {
  margin-bottom: 1rem;
}
input,
textarea {
  -webkit-appearance: none;
}
.blank {
  height: 0.31rem;
  background-color: #f5f5f5;
}
