@charset "utf-8";
img {
  max-width: 100%;
}
body {
  background-color: white;
}
html,
body {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
  font-size: 0.16rem;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
.transition {
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
header {
  z-index: 1111;
}
header .rightBtn .icon {
  font-family: initial;
  width: 0.4rem;
  height: 0.3rem;
  background: url('../images/icon/screen-icon.png') no-repeat center;
  background-size: 100% 100%;
  margin-top: 0.16rem;
}
.am-modal-topPrompt .am-modal-dialog {
  position: absolute;
  top: 0.88rem;
  width: 7.5rem !important;
  margin-left: -3.75rem;
  border-radius: 0 0 0.2rem 0.2rem;
}
.am-modal-topPrompt .am-modal-hd {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 0.5rem;
  color: #333333;
  text-align: left;
  padding: 0.2rem 0.3rem 0;
}
.screenBox {
  padding: 0 0.1rem;
}
.screenBox p {
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.34rem;
  color: #8599B1;
  padding: 0;
  margin-bottom: 0.24rem;
  text-align: left;
}
.screenBox ul {
  padding: 0 ;
  overflow: hidden;
}
.screenBox ul li {
  float: left;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  color: #666666;
  padding: 0 0.32rem;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
  background: #F0F0F0;
}
.screenBox ul li.active {
  background: #256DD9;
  color: #FFFFFF;
}
.main-topic {
  width: 7.5rem;
  margin: 0 auto;
  padding-bottom: 0.88rem;
}
.main-topic .seperate {
  width: 100%;
  height: 0.2rem;
  background-color: #F4F8FB;
}
.main-topic .classify-bottom {
  padding: 0.3rem 0.3rem 0 0.28rem;
}
.main-topic .tag .tag-advertise {
  height: 2.5rem;
  overflow: hidden;
}
.main-topic .tag .tag-advertise img {
  height: 100%;
  width: 100%;
}
.main-topic .tag .abstr {
  margin: 0 0.3rem 0.2rem 0.3rem;
}
.main-topic .tag .abstr h2 {
  font-size: 0.4rem;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 0.56rem;
  color: #333333;
  margin: 0.22rem 0 0.14rem;
  overflow: hidden;
}
.main-topic .tag .abstr h2 span {
  float: right;
  display: inline-block;
  padding: 0 0.44rem;
  line-height: 0.56rem;
  background: #256DD9;
  border-radius: 0.56rem;
  font-size: 0.22rem;
  font-family: PingFang SC;
  color: #FFFFFF;
}
.main-topic .tag .abstr h2 .subscrbe_1 {
  color: #FFFFFF;
}
.main-topic .tag .abstr h2 .subscrbe_0 {
  color: white;
  background: -webkit-linear-gradient(-25deg, #0171e0, #1783ef);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(-25deg, #0171e0, #1783ef);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(-25deg, #0171e0, #1783ef);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(-25deg, #0171e0, #1783ef);
  /* 标准的语法（必须放在最后）*/
}
.main-topic .tag .abstr h2 .subscrbe_0 i {
  color: #FFFFFF;
  margin-right: 0.1rem;
  font-size: 0.22rem;
}
.main-topic .tag .abstr p {
  color: #666666;
  line-height: 0.35rem;
  font-size: 0.24rem;
}
.main-topic .common_list_information .aside {
  margin-right: 0;
  float: right;
}
