@charset "utf-8";
/* reset */
body,
dl,
dd,
ul,
p,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
form,
figure,
div,
menu {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
ul,
input,
textarea,
button,
select,
menu {
  padding: 0;
}
table {
  border-collapse: collapse;
}
td {
  padding: 0;
}
ul {
  list-style: none;
}
img {
  border: none;
}
ul,
li,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
em,
i {
  font-style: normal;
}
input {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
a::-moz-selection {
  background: none;
}
a::selection {
  background: none;
}
/*clear*/
.clear {
  clear: both;
}
.clear:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
}
/*common*/
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.none {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.center {
  margin: 0 auto;
}
.max {
  max-width: 10rem;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.oh {
  overflow: hidden;
}
.oa {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.vm {
  vertical-align: middle;
}
.vh {
  visibility: hidden;
}
.appearance {
  -webkit-appearance: none;
}
.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*屏幕以750px为基准，转换为rem*/
[v-cloak] {
  display: none;
}
html,
body {
  background: #f4f4f4;
  width: 100%;
}
#App {
  width: 100%;
}
.container {
  width: 100%;
}
.top {
  width: 100%;
  height: 1.49333333rem;
  overflow: hidden;
  position: relative;
}
.top .topImg {
  width: 100%;
  height: auto;
  display: block;
}
.newsMain {
  padding-top: 0.50666667rem;
  padding-left: 0.33333333rem;
  padding-right: 0.33333333rem;
}
.newsMain .newsTitle {
  font-size: 0.56rem;
  color: #333;
  font-weight: bold;
}
.newsMain .newsTime {
  font-size: 0.42666667rem;
  color: #999;
  margin-top: 0.32rem;
}
.newsMain .newsContent {
  margin-top: 0.6rem;
  position: relative;
}
.newsMain .newsContent p {
  line-height: 0.66666667rem;
  font-size: 0.42666667rem;
  color: #333;
}
.newsMain .newsContent video {
  width: 100%!important;
  height: auto!important;
}
.newsMain .newsContent .video-play {
  width: 1.06666667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsMain .newsContent img {
  width: 100%!important;
  height: auto!important;
}
.searchCont {
  height: 0.93333333rem;
  width: 6.34666667rem;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  background: #ffffff;
  position: absolute;
  top: 0.28rem;
  right: 0.34666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchCont .search {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0.34666667rem;
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  padding-left: 0.22666667rem;
}
.searchBtn {
  display: block;
  position: absolute;
  top: 0.18666667rem;
  right: 0.26666667rem;
  width: 0.54666667rem;
  height: 0.54666667rem;
}
.historyCon {
  width: 6.34666667rem;
  overflow: hidden;
  position: absolute;
  top: 1.26666667rem;
  right: 0.34666667rem;
  border-left: 0.01333333rem solid #8a8a8a;
  border-right: 0.01333333rem solid #8a8a8a;
  background: #fff;
  z-index: 12;
}
.historyCon .historyNum {
  width: 100%;
  height: 0.93333333rem;
  border-bottom: 0.01333333rem solid #dedede;
  line-height: 0.93333333rem;
  font-size: 0.34666667rem;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.22666667rem;
}
.historyCon .historyNum:active {
  background: #F4F4F4;
}
.footer {
  margin-top: 1rem;
  width: 100%;
  background: #262930;
  padding: 0.42666667rem 0.37333333rem 0.53333333rem 0.37333333rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footerTop {
  border-bottom: 0.01333333rem solid #32363f;
  text-align: center;
}
.footer .footerTop .barCode {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 0 auto;
}
.footer .footerTop p {
  font-size: 0.38666667rem;
  color: #f7f7f7;
  text-align: center;
  line-height: 1.09333333rem;
  height: 1.09333333rem;
}
.footer .footerbot {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.02666667rem solid #cccccc;
  width: 6.48rem;
  margin: 0.50666667rem auto 0.8rem auto;
  height: 1.2rem;
  font-size: 0.36rem;
  line-height: 1.2rem;
  color: #cccccc;
  text-align: center;
}
.footer .footerbot a {
  color: #cccccc;
}
.footer .expressLink {
  margin: 0rem 0rem 0rem 1.44rem;
  color: #cccccc;
  font-size: 0.30666667rem;
  line-height: 0.30666667rem;
  overflow: hidden;
}
.footer .expressLink .link {
  float: left;
}
.footer .expressLink .link:active {
  color: orange;
}
.footer .systemLink {
  color: #cccccc;
  font-size: 0.30666667rem;
  line-height: 0.30666667rem;
  overflow: hidden;
  margin: 0.32rem 0rem 0.86666667rem 2.53333333rem;
}
.footer .systemLink .link {
  float: left;
}
.footer .systemLink .link:active {
  color: orange;
}
.footer .bot {
  color: #cccccc;
  font-size: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
}
