@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0
}
:root {
	--theme-color: #e4111e;
	--primary-color: #333;
	--secondary-color: #999;
	--bg-color: #f0f0f0;
	--hover-color: #e30412;
}
fieldset, img {
  border: 0
}
:focus {
  outline: 0
}
address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
abbr, acronym {
  border: 0;
  font-variant: normal
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit
}
code, kbd, samp, tt {
  font-size: 100%
}
input, button, textarea, select {
  *font-size: 100%
}
body {
  line-height: 1.5
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th {
  text-align: left
}
sup, sub {
  font-size: 100%;
  vertical-align: baseline
}
:link, :visited, ins {
  text-decoration: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
.clearfix {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0
}
.clearfix:after {
  clear: both
}
b, em, i {
  font-style: normal;
}
html, body {
  width: 100%;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  color: #333;
  background: #fff;
  height: 100%;
  min-height: 100vh;
}
button, input, select, textarea, th {
  background: #fff;
  font-size: 12px;
  line-height: 1;
  font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun";
}
input[type="submit"], input[type="reset"], input[type="password"], input[type="button"], input[type="text"], button {
  -webkit-appearance: none;
}
/*取消苹果渲染*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html {
  font-size: 100px;
}
body {
  font-size: .24rem;
}
.page {
  margin-top: .2rem;
  padding: .2rem;
  display: flex;
  position: relative;
}
.page > a {
  flex: 1;
  margin: .16rem;
  display: inline-block;
  line-height: .7rem;
  border-radius: .1rem;
  background: #ddd;
  text-align: center;
  color: #333;
  font-size: .28rem;
}
.page > a:active, .page span .cbtn a:active {
  background: #ddd;
}
.page > span {
  flex: 1;
  margin: .16rem;
  display: inline-block;
  line-height: .7rem;
  border-radius: .1rem;
  text-align: center;
  background: #ff6860;
  color: #fff;
  font-size: .28rem;
  position: relative;
}
.h10 {
  width: 100%;
  height: .1rem;
  background-color: #f6f7f9
}
.bg {
  background: #fff;
}
.flex_grow {
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.wrap {
  width: 100%;
  max-width: 7.5rem;
  min-width: 3.2rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 3.1rem 0;
}
.hide {
  display: none;
}
.hidden {
  display: none !important;
}
.auto {
  height: auto !important;
}
.hidden {
  max-height: 12rem;
  overflow: hidden;
}
.icon {
  background-image: url("../images/icon.png");
  background-size: 8rem 8rem;
}
ul::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  -webkit-appearance: none;
  border-radius: 0
}
/* header */
header {
  height: 0.9rem;
  width: 100%;
  background: #ffffff;
  position: relative;
}
header .bg {
  width: 1.29rem;
  height: 0.71rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 -1.77rem;
}
header .logo {
  width: 1.94rem;
  height: 0.7rem;
  float: left;
  background-position: 0 0rem;
  margin: 0.1rem 0.5rem 0 0.3rem;
  position: relative;
  z-index: 1;
}
header .logo img {
  width: 2rem;
}
header .search {
  float: left;
  width: 3.9rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #f2f2f2;
  border-radius: 0.3rem;
  margin-top: 0.24rem;
}
header .search .fdj {
  width: 0.35rem;
  height: 0.35rem;
  float: left;
  background-position: -2.364rem -0.06rem;
  margin: 0.13rem 0.13rem 0 0.2rem;
}
header .menu {
  width: 0.33rem;
  height: 0.29rem;
  float: right;
  background-position: -2.91rem -0.08rem;
  margin: 0.39rem 0.31rem 0 0;
}
/* nav */
nav {
  position: relative;
  background: #fff;
}
nav ul {
  display: flex;
  overflow-x: auto;
  width: 95%;
  margin-left: 0.35rem;
}
nav ul li {
  flex: 1;
  flex-grow: 2;
}
nav ul li:first-child {
  flex-grow: 1;
}
nav ul li a {
  display: block;
  position: relative;
  height: 0.85rem;
  line-height: 0.85rem;
  font-size: 0.35rem;
  color: #666666;
  text-align: center;
  margin: 0 0.05rem;
}
nav ul li:first-child a {
  margin: 0;
}
nav ul li a.current {
  color: #e30412;
  font-weight: bold;
  font-size: 0.35rem;
}
nav ul li a i {
  display: none;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background-position: -3.41rem -0.09rem;
  left: 0;
  bottom: 0.2rem;
  z-index: -1;
}
nav ul li a.current i {
  display: block;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.text-overflow2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text-overflow3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.text-overflow4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.navShadow {
  z-index: 1;
}
/*板块标题*/
.tlt_common {
	height: 0.4rem;
	line-height: 0.4rem;
	color: #272727;
	font-size: 0.38rem;
	font-weight: bold;
	margin-left: 0.3rem;
	position: relative;
}

.tlt_common p i {
	display: inline-block;
	width: 0.32rem;
	height: 0.34rem;
	background-position: -5.98rem -1.58rem;
	vertical-align: top;
	margin: 0.04rem 0.1rem 0 0;
}

.tlt_common p em {
	font-weight: bold;
	color: #e30412;
}

.tlt_common a.more {
	position: absolute;
	right: 0.44rem;
	top: 0;
	height: 0.36rem;
	line-height: 0.36rem;
	color: #999999;
	font-size: 0.24rem;
	font-weight: normal;
}

.tlt_common a.more i {
	display: inline-block;
	width: 0.16rem;
	height: 0.2rem;
	background-position: -6.47rem -1.67rem;
	vertical-align: top;
	margin: 0.12rem 0 0 0.08rem;
}
/* location */
/*
.location {
  height: 0.72rem;
  background-color: #f6f7fa;
  border-bottom: 1px solid #dfe2e6;
  border-top: 1px solid #dfe2e6;
  border-bottom: 1px solid #dfe2e6;
}
.location > span {
  display: block;
  float: left;
  min-width: 0.84rem;
  line-height: 0.72rem;
  height: 0.72rem;
  text-align: center;
  font-size: 0.24rem;
  color: #666666;
  position: relative;
}
.location > span:nth-child(1) {
  background-color: #ffffff;
  width: 1.2rem;
}
.location > span:nth-child(1) a {
  display: block;
  color: #666666;
}
.location > span:nth-child(1) .home {
  position: relative;
  width: 0.24rem;
  height: 0.24rem;
  background-position: -5.25rem -1.06rem;
  top: 0.04rem;
  display: inline-block;
  margin-right: 0.1rem;
}
.location > span:nth-child(1) i {
  height: 0.74rem;
  width: 0.29rem;
  position: absolute;
  top: 0;
  right: -0.29rem;
  z-index: 1;
  background-position: -4.16rem -0.56rem;
}
.location > span:nth-child(2) {
  background-color: #fbfbfb;
  margin-right: 0.53rem;
  min-width: 1.12rem;
  text-indent: 0.28rem;
}
.location > span:nth-child(2) a {
  display: block;
  color: #666666;
  padding: 0 0.14rem 0 0.24rem;
}
.location > span:nth-child(2) i {
  height: 0.74rem;
  width: 0.3rem;
  position: absolute;
  top: 0;
  right: -0.3rem;
  background-position: -4.66rem -0.56rem;
}
.location > span:nth-child(3) {
  max-width: 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
*/
/* page */
.pagecode {
  justify-content: space-between;
  padding: .38rem .3rem .44rem .3rem;
  border-bottom: 0.1rem solid #f6f7fa;
  text-align: center;
}
.pagecode li {
  list-style: none;
  display: inline-block;
  margin: 0 3px 0 0;
}
.pagecode li a {
  padding: 0.1rem 0.2rem;
  color: #94979b;
  font-size: .26rem;
  line-height: .58rem;
  text-align: center;
  border-radius: .06rem;
  background: #f6f7fa;
}
.pagecode .current {
  background: #ff6860;
  color: #fff;
  display: block;
  padding: 0.1rem 0.2rem;
  border-radius: 5px;
  line-height: 0.38rem;
}
.pagecode .left {
  width: .14rem;
  height: .24rem;
  background-position: -5.69rem -0.08rem;
  display: inline-block;
  position: relative;
  top: .02rem;
}
.pagecode .right {
  width: .14rem;
  height: .24rem;
  background-position: -5.69rem -0.08rem;
  display: inline-block;
  position: relative;
  top: .02rem;
  transform: rotate(180deg);
}
.pagecode span {
  padding: 0.1rem 0.2rem;
  color: #94979b;
  font-size: .26rem;
  line-height: .58rem;
  text-align: center;
  border-radius: .06rem;
  background: #f6f7fa;
}
/* footer */
footer {
  padding: 0.4rem .2rem 0.34rem .2rem;
  background: #1d1d1d;
  width: 100%;
  height: 3.1rem;
  margin: 0 auto;
  float: left;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
footer a.logofot {
  display: block;
  width: 2rem;
  background: #fff;
  margin: 0.1rem auto;
  padding: 0.1rem;
}
footer a.logofot img {
  width: 2rem;
}
footer p {
  text-align: center;
  line-height: 0.48rem;
  color: #666666;
  font-size: 0.27rem;
  margin: auto;
}
footer p a {
  color: #666666;
}
/* 资讯列表 */
/* 专题合辑详情 */
.line {
  width: 100%;
  float: left;
  height: 8px;
  background: #e9e7e7;
}
.rmyx {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.horizontal {
  width: 100%;
  float: left;
  border-bottom: 1px #ccc solid;
  line-height: 40px;
}
.horizontal li {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
  font-size: 0.3rem;
}
.selectActive {
  border-bottom: 0px #8cbbff solid;
}
.selectActive i {
  width: 50px;
  height: 4px;
  display: block;
  position: absolute;
  background: #10b3ff;
  border-radius: 3px;
  bottom: -4px;
  left: 44%;
  margin-left: -12px;
}
.rmyxlst {}
.rmyxlst li {
  list-style: none;
}
.rmyxlst li a {
  display: block;
  overflow: hidden;
  padding: 0.26rem 0 0.17rem 0.29rem;
  border-bottom: 1px solid #e7e7e7;
}
.rmyxlst li a img {
  float: left;
  width: 2.17rem;
  height: 1.44rem;
  border-radius: 0.08rem;
  margin-right: 0.38rem;
}
.rmyxlst li a:last-child {
  border-bottom: none;
}
.rmyxlst li p:nth-child(1) {
  font-size: 0.3rem;
}
.rmyxlst li p:nth-child(2) {
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #999;
}
.rmyxlst li em {
  padding-left: 0.2rem;
}
#popupsBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #00000050;
  z-index: 99;
}
.imgshow {
  display: none;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2019521;
}
.swiperbox {
  height: 100vh;
  z-index: 3;
  background: rgba(0, 0, 0, .6);
}
.swiperbox img {
  width: initial;
  position: relative;
  z-index: 2;
}
.swiper-zoom-container:before {
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  cursor: pointer;
}
.closebtn {
  position: absolute;
  z-index: 22;
  width: 60px;
  height: 60px;
  bottom: 0;
  left: 10px;
  background-size: 40px
}
.imgshow .swiper-slide {
  background: 0 0
}
.btnBox .az {
  float: left;
  background: linear-gradient(90deg, #35dda8, #41ea79);
  width: 3.3rem;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  border-radius: 24px;
  color: #fff;
  display: block;
  cursor: pointer;
}
.btnBox .az a {
  font-size: 0.28rem;
  color: #fff;
}
.btnBox .ios {
  float: left;
  background: linear-gradient(90deg, #dd3535, #ff8100);
  width: 3.3rem;
  height: 0.9rem;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
  color: #fff;
  display: block;
  cursor: pointer;
  margin-left: 10px;
}
.btnBox .ios a {
  font-size: 0.28rem;
  color: #fff;
}
.icons {
  background: url(../images/icon-bobile.png) no-repeat;
}
.icon-android {
  background-position: -347px -114px;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: sub;
}
.icon-ios {
  background-position: -317px -117px;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: sub;
}
/* 截图 */
/*
.addBtn {
  text-align: center;
  background: #e30412;
  color: #fff !important;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  margin: 20px 0;
  border-radius: 10px;
  text-shadow: 1px 1px 1px #e30412;
  display: block;
  font-weight: bold;
}
*/
.viewMore {
  text-align: center;
  display: block;
  width: 6.86rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border: 1px dashed #ffd1d4;
  border-radius: 0.34rem;
  margin: 0.12rem auto 0.42rem;
  font-size: 0.26rem;
  color: #ff6860;
}
.popupsIcon {
  background-image: url(../img/popups.png);
  background-size: 6.7rem 9.5rem;
  display: inline-block;
}
.jubao {
  display: block;
  width: 0.48rem;
  line-height: 0.26rem;
  padding: 0.2rem 0;
  position: fixed;
  right: 0;
  font-size: 0.26rem;
  text-align: center;
  top: 36%;
  color: #888;
  border: 1px solid #888;
  z-index: 999999;
  background: #fff;
  border-radius: 3px;
}
.art .time .jubao {
  padding-left: 0.1rem
}
#popupsBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #00000050;
  z-index: 99;
}
#popupsBox .orderBox {
  width: 6.5rem;
  margin: 3rem auto 0;
  border-radius: 0.2rem;
  background: linear-gradient(to right bottom, #ff785a, #ff4751);
  position: relative;
}
.popupsClose {
  position: absolute;
  bottom: -0.98rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.54rem;
  height: 0.54rem;
  background-position: -5.1rem -1rem;
  cursor: pointer;
}
#popupsBox .orderBg {
  width: 4.4rem;
  height: 2.3rem;
  background-position: -0.06rem -0.1rem;
  position: absolute;
  top: -1.3rem;
  left: 0.6rem;
}
#popupsBox .orderBg p {
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  margin: 1.64rem 0 0 2.2rem;
}
#popupsBox .orderContent {
  height: 2.52rem;
  width: 5.76rem;
  background: #fff;
  margin: 0 auto;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
#popupsBox .orderBg .orderContent > p {
  margin-top: 1.52rem;
  line-height: 1.24rem;
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
  color: #404040;
}
#popupsBox .orderBox .order {
  position: relative;
  width: 100%;
  padding: 1rem 0 0.38rem;
  border-radius: 0.2rem;
}
#popupsBox .orderBox .order input[type=text] {
  width: 4.33rem;
  height: 0.74rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.1rem;
  background: #ffffff;
  padding-left: 0.86rem;
  font-size: 0.2rem;
  color: #cccccc;
  margin: 0.45rem 0 0 0.36rem;
}
#popupsBox .orderBox .order .phone {
  position: absolute;
  width: 0.26rem;
  height: 0.4rem;
  top: 0.63rem;
  left: 0.58rem;
  background-position: -5.26rem -0.28rem;
}
#popupsBox .orderBox .order .phone::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.5rem;
  background: #e3e3e3;
  top: -0.06rem;
  right: -0.22rem;
}
#popupsBox .orderBox .order .errTips {
  height: 0.3rem;
  line-height: 0.3rem;
  color: #fa5e4f;
  font-size: 0.2rem;
  margin-left: 0.38rem;
}
#popupsBox .orderBox .order .msg {
  height: 0.36rem;
  line-height: 0.36rem;
  color: #404040;
  font-size: 0.22rem;
  text-align: center;
}
#popupsBox .orderBox .order .msg em {
  color: #cc0000;
}
#popupsBox .orderBox .order .tip {
  height: 0.34rem;
  line-height: 0.34rem;
  color: #cccccc;
  font-size: 0.2rem;
  text-align: center;
}
#popupsBox .orderBox .order .nextBtn, #popupsBox .orderBox .orderWin .knowBtn, #popupsBox .orderBox .hasOrder .knowBtn {
  width: 2.68rem;
  height: 0.62rem;
  line-height: 0.62rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  background: #ffc700;
  border-radius: 0.32rem;
  margin: 0.28rem auto 0;
  cursor: pointer;
}
#popupsBox .orderBox .orderWin .knowBtn, #popupsBox .orderBox .hasOrder .knowBtn {
  margin-top: 0.28rem;
}
#popupsBox .orderBox .orderWin, #popupsBox .orderBox .hasOrder {
  padding: 1rem 0 0.48rem;
  border-radius: 0.2rem;
}
#popupsBox .orderBox .orderWin i, #popupsBox .orderBox .hasOrder i {
  display: block;
  width: 2.14rem;
  height: 1.26rem;
  background-position: -0.12rem -2.88rem;
  margin: 0.28rem auto 0;
}
#popupsBox .orderBox .hasOrder i {
  width: 2.06rem;
  height: 1.32rem;
  margin-top: 0.24rem;
  background-position: -2.92rem -2.8rem;
}
#popupsBox .orderBox .orderWin p, #popupsBox .orderBox .hasOrder p {
  height: 0.82rem;
  line-height: 0.82rem;
  font-size: 0.3rem;
  color: #14cab4;
  text-align: center;
  font-weight: bold;
}
#popupsBox .orderBox .hasOrder p {
  color: #ffb800;
}
#popupsBox .feedback, #popupsBox .permissionStatement {
  width: 6.5rem;
  height: 10.14rem;
  margin: 1.4rem auto 0;
  background: #ffffff;
  border-radius: 0.1rem;
  position: relative;
}
#popupsBox .permissionStatement .topBg {
  width: 6.5rem;
  height: 1.45rem;
  border-radius: 0.1rem 0.1rem 0 0;
  background-position: -0.05rem -7.72rem;
}
#popupsBox .feedback .topBg {
  width: 6.5rem;
  height: 2.6rem;
  background-position: -0.1rem -4.68rem;
  border-radius: 0.1rem 0.1rem 0 0;
  position: relative;
  top: -0.22rem;
}
#popupsBox .permissionStatement {
  height: 9rem;
}
#popupsBox .permissionStatement .topBg p {
  height: 1.36rem;
  line-height: 1.36rem;
  color: #6c2e00;
  font-size: 0.42rem;
  font-weight: bold;
  text-align: center;
}
#popupsBox .permissionStatement .state {
  height: 5.66rem;
  overflow: auto;
  margin: 0.24rem 0.36rem;
  position: relative;
}
#popupsBox .permissionStatement .linear {
  content: "";
  position: absolute;
  bottom: 1.58rem;
  left: 0.32rem;
  width: 5.6rem;
  height: 0.41rem;
  background: linear-gradient(to top, #fff, #fff0);
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
#popupsBox .privacyStatement .know, #popupsBox .permissionStatement .know {
  width: 3.48rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  background: #f4696a;
  border-radius: 0.4rem;
  margin: 0.28rem auto 0;
  cursor: pointer;
}
#popupsBox .permissionStatement .state::-webkit-scrollbar {
  width: 0.08rem;
  background: transparent;
}
#popupsBox .permissionStatement .state::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 0.08rem;
}
#popupsBox .permissionStatement .state p {
  line-height: 0.44rem;
  font-size: 0.24rem;
  color: #333333;
  margin-right: 0.2rem;
}
#popupsBox .permissionStatement .state .h3 {
  line-height: 0.54rem;
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  margin-right: 0.2rem;
}
#popupsBox .feBack {
  height: 5.82rem;
  overflow: auto;
  margin: 0 0.3rem 0;
}
#popupsBox .feBack::-webkit-scrollbar {
  width: 0.08rem;
  background: transparent;
}
#popupsBox .feBack::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 0.08rem;
}
#popupsBox .feBack > p {
  height: 0.47rem;
  line-height: 0.47rem;
  font-size: 0.28rem;
  color: #000000;
}
#popupsBox .feBack > p:nth-child(3), #popupsBox .feBack > p:nth-child(5) {
  height: 0.66rem;
  line-height: 0.66rem;
}
#popupsBox .feBack .checkbox {
  position: relative;
  height: 0.63rem;
  line-height: 0.63rem;
  width: 5.2rem;
}
#popupsBox .feBack .checkbox input[type='checkbox'] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.2rem;
  height: 0.2rem;
  opacity: 0;
}
#popupsBox .feBack .checkbox label {
  position: absolute;
  left: 0px;
  top: 0;
  height: 0.63rem;
  line-height: 0.63rem;
  font-size: 0.24rem;
  color: #666666;
  text-align: left;
  padding-left: 0.48rem;
}
#popupsBox .feBack .checkbox label::before {
  content: '';
  position: absolute;
  left: 0.02rem;
  top: 0.16rem;
  width: 0.3rem;
  height: 0.3rem;
  border: 0.01rem solid #d0d0d0;
  border-radius: 50%;
  box-sizing: border-box;
}
#popupsBox .feBack .checkbox input[type='checkbox']:checked + label::before {
  background: url(../img/popups.png);
  background-size: 6.7rem 9.5rem;
  background-position: -5.21rem -1.85rem;
  border: none;
}
#popupsBox .feBack textarea {
  width: 4.86rem;
  height: 0.96rem;
  border: none;
  border-radius: 0.1rem;
  resize: none;
  background: #f0f0f0;
  padding: 0.14rem;
  font-size: 0.2rem;
  color: #999999;
  margin-bottom: 0.06rem;
}
#popupsBox input[type=tel] {
  border: none;
  height: 0.6rem;
  width: 5.1rem;
  font-size: 14px;
  padding-left: 0.06rem;
  border-radius: 0.1rem;
  color: #999999;
  background: #f0f0f0;
  margin-bottom: 0.2rem;
  padding-left: 0.2rem;
}
#popupsBox input[type=tel]::-webkit-input-placeholder {
  color: #888;
}
#popupsBox input[type=tel]:-moz-placeholder {
  color: #888;
}
#popupsBox input[type=tel]::-moz-placeholder {
  color: #888;
}
#popupsBox input[type=tel]:-ms-input-placeholder {
  color: #888;
}
#popupsBox .feedback input[type=button] {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 3.5rem;
  background: #5978f5;
  border-radius: 0.4rem;
  font-size: 0.3rem;
  color: #fff;
  border: none;
  margin: 0.24rem auto 0;
  box-shadow: 0 0.05rem 0.08rem 0 rgba(0, 42, 255, .3);
}
#popupsBox .feedback .linear {
  content: "";
  position: absolute;
  bottom: 1.6rem;
  left: 0.3rem;
  width: 5.6rem;
  height: 0.3rem;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.mky_news_top_adv {
  position: relative;
}
.mky_news_top_adv > a {
  display: block;
}
.mky_news_top_adv > a > img {
  width: 100%;
  height: auto;
  max-width: 7.5rem;
  display: block;
}
.mky_news_top_adv > i {
  width: 16px;
  height: 16px;
  position: absolute;
  background: url("../img/close1.png") no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
}
.mky_news_top_adv > div {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.36rem;
  height: .4167rem;
  line-height: .4167rem;
  text-align: center;
  background-color: rgba(0, 0, 0, .4);
  border-top-left-radius: .25rem;
}
.mky_news_middle_adv_box {
  padding: 0 .3rem .25rem;
}
.mky_news_middle_adv {
  border: .01rem solid #e6e6e6;
}
.mky_news_middle_adv > p:nth-child(1) {
  padding: .25rem;
  font-size: .3rem;
  line-height: .32rem;
}
.mky_news_middle_adv > p:nth-child(1) > span {
  display: inline-block;
  border: .01rem solid #f4f4f4;
  background-color: #f4f4f4;
  padding: .05rem;
  border-radius: .1rem;
  font-size: .24rem;
  color: #999;
}
.mky_news_middle_adv > p:nth-child(1) > a {
  float: right;
  font-size: .24rem;
}
.mky_news_middle_adv > div:nth-child(2) video {
  width: 100%;
  height: auto;
}
.mky_news_middle_adv > div:nth-child(2) a {
  display: block;
}
.mky_news_middle_adv > div:nth-child(2) img {
  width: 100%;
  height: auto;
}
.mky_news_middle_adv > div:nth-child(3) {
  padding: .15rem;
}
.mky_news_middle_adv > div:nth-child(3) > img {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: .15rem;
  float: left;
}
.mky_news_middle_adv > div:nth-child(3) > div {
  float: left;
  margin-left: .2rem;
}
.mky_news_middle_adv > div:nth-child(3) > div > p:nth-child(1) {
  line-height: 0.45rem;
  height: 0.45rem;
  font-size: 0.35rem;
  font-weight: bold;
  margin-top: .15rem;
  margin-bottom: .15rem;
}
.mky_news_middle_adv > div:nth-child(3) > div > p:nth-child(2) {
  font-size: .24rem;
}
.mky_news_middle_adv > div:nth-child(3) > a {
  display: block;
  background: #ff6860;
  width: 1.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.24rem;
  margin: 0 auto;
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  float: right;
  margin-top: .25rem;
}
.mky_news_middle_adv > p:nth-child(4) {
  padding: 0 .15rem;
  font-size: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: .15rem;
}
.mky_news_middle_adv > p:nth-child(3) {
  padding: .15rem .25rem;
  font-size: .24rem;
  color: #999;
  overflow: hidden;
}
.mky_news_middle_adv > p:nth-child(3) > i, .mky_news_middle_adv > p:nth-child(3) > span {
  position: relative;
  top: 6px;
}
.mky_news_middle_adv > p:nth-child(3) > i {
  margin-right: 2.5px;
  border: 0.5px solid #666;
  border-radius: 50%;
  width: 13px;
  text-align: center;
  font-size: 7px;
  padding: 2px;
}
.mky_news_middle_adv > p:nth-child(3) > span:nth-child(2) {
  margin-right: .2rem;
}
.mky_news_middle_adv > p:nth-child(3) > a:nth-child(4) {
  border: 0.5px solid #1c7ff9;
  padding: 0 12.5px;
  height: 27px;
  border-radius: 2.5px;
  color: #1c7ff9;
  line-height: 27px;
  font-size: 13px;
  float: right
}
/**************************/
#addzhushou {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  font-size: 15px;
}
.add360zs {
  display: flex;
  z-index: 9999;
  position: relative;
  justify-content: center;
  top: 10px;
}
.add360zs a {
  width: 60%;
  height: 40px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(90deg, #35dda8, #41ea79);
  border-radius: 30px;
  color: #fff;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 18px;
}
#addclick {
  position: relative
}
#addclick span {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0
}
.hotcont {
  width: 100%;
  float: left;
}
.hotcont ul {
  margin: 3%;
}
.hotcont li {
  width: 48%;
  float: left;
  margin: 0 4% 4% 0;
  background: #efefef;
  border-radius: 8px;
}
.hotcont li:nth-child(2n) {
  margin-right: 0;
}
.hotcont li img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 120px;
}
.hotcont li p {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 10px 8px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.pagination li {
  margin: 0 3px 8px;
}
.pagination li a {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 2px;
}
.pagination li.active a, .pagination a:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.pagination li.disabled a {
  color: #999;
  cursor: default;
}
@media (min-width: 768px) {
  .pagination {
    flex-wrap: nowrap;
  }
  .pagination li a {
    padding: 7px 10px;
    border-radius: 5px;
  }
}
.readqx_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  display: none;
  overflow-y: hidden;
}
.readqx_tanchuan {
  width: 80%;
  display: none;
  height: auto;
  background: #fff;
  border-radius: 10px;
  color: #666;
  text-align: center;
  position: fixed;
  top: 15%;
  left: 10%;
  box-sizing: border-box;
  padding: 12px 12px;
  z-index: 100;
}
.readqx_tanchuan .readqx_tit {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.readqx_tanchuan .readqx_tit .readqx_close {
  width: 30px;
  height: 30px;
  color: #666;
  font-size: 18px;
  transform: scale(1.5, 1);
  display: block;
  position: absolute;
  right: 8px;
  top: 10px;
  font-weight: normal;
}
.readqx-form {
  max-height: 360px;
  overflow: auto;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
}
.readqx_tanchuan pre {
  font-size: 15px;
  line-height: 24px;
}
pre {
  margin: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.readqx-form pre {
  overflow: auto;
  font-size: 15px;
  margin: 0;
  text-align: left;
  line-height: 0.54rem;
  font-family: "Microsoft YaHei";
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* From Uiverse.io by boryanakrasteva */
.input-search {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.input-search-input {
  box-sizing: border-box;
  border-style: none;
  height: 40px;
  width: 40px;
  padding-left: 10px;
  outline: none;
  border-radius: 50%;
  transition: .5s ease-in-out;
  background-color: #e4111e;
  box-shadow: 0px 0px 3px #f3f3f3;
  padding-right: 30px;
  color: #000;
}
.input-search-input::placeholder, .input-search-input {
  font-size: 15px;
}
.input-search-input::placeholder {
  color: #8f8f8f;
}
.input-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  right: 8px;
  outline: none;
  border-style: none;
  border-radius: 50%;
  pointer-events: painted;
  background-color: transparent;
  transition: .2s linear;
}
.input-search-icon2 {
  display: none;
}
.input-search-icon:focus ~ .input-search-input, .input-search-input:focus {
  box-shadow: none;
  width: 200px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 3px solid #e4111e9f;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search-icon:focus .input-search-icon1, .input-search-input:focus ~ .input-search-icon .input-search-icon1 {
  display: none;
}
.input-search-icon:focus .input-search-icon2, .input-search-input:focus ~ .input-search-icon .input-search-icon2 {
  display: block;
}
.search_list li em {
  color: red;
}
/*搜索按钮*/
.searchBox{
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.searchInput {
  box-sizing: border-box;
  border-style: none;
  height: 0.8rem;
  width:  0.8rem;
  padding-left: 0.2rem;
  outline: none;
  border-radius: 50%;
  transition: .5s ease-in-out;
  background-color: #e4111e;
  box-shadow: 0px 0px 3px #f3f3f3;
  padding-right: 0.6rem;
  color: #000;
}
.searchInput::placeholder, .searchInput {
  font-size: 0.3rem;
}
.searchInput::placeholder {
  color: #8f8f8f;
}
.searchIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  width: 0.48rem;
  height: 0.48rem;
  right: 0.16rem;
  outline: none;
  border-style: none;
  border-radius: 50%;
  pointer-events: painted;
  background-color: transparent;
  transition: .2s linear;
}
.searchIcon1{
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/searchIcon.png") no-repeat;
  background-size: 100%;
  font-weight: bold;
  float: left;
  color: #ec3539;
}
.searchIcon2 {
  display: none;
}
.searchIcon:focus ~ .searchInput, .searchInput:focus {
  box-shadow: none;
  width: 3.8rem;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 2px solid #e4111e9f;
}
.searchIcon:focus .searchIcon2, .searchInput:focus ~ .searchIcon .searchIcon2 {
  display: block;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/searchIcon.png") no-repeat;
  background-size: 100%;
  font-weight: bold;
  float: left;
  color: #ec3539;
}
.searchIcon:focus .searchIcon1, .searchInput:focus ~ .searchIcon .searchIcon1 {
  display: none;
}
.search_list li em {
  color: red;
}
/* 骨架屏样式 */
.skeleton {
  background-color: #f0f0f0;
  animation: loading 1.5s infinite ease-in-out;
}
@keyframes loading {
  0% {
    background-color: #f0f0f0;
  }
  50% {
    background-color: #e0e0e0;
  }
  100% {
    background-color: #f0f0f0;
  }
}
.skeleton_img {
  float: left;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 0.28rem;
  margin-right: 0.32rem;
}
.skeleton_p {
  width: 100%;
  height: 0.4rem;
  margin-bottom: 0.1rem;
}
/* 未找到提示样式 */
.no-results {
  text-align: center;
  padding: 40px;
  margin-top: 30px;
  border-radius: 8px;
}
.no-results h2 {
  font-size: 24px;
  color: #e4111e;
  margin-bottom: 20px;
}
.no-results p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.no-results .btn-search-again {
  padding: 10px 20px;
  background-color: #e4111e;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.no-results .btn-search-again:hover {
  background-color: #c51c1e;
}
.search_list_title {
  padding: 0.32rem;
  font-size: 0.27rem;
  border-bottom: 1px solid #ececec;
}
.wx_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.preview-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
}
.preview-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  z-index: 10000;
}
.preview-counter {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}
.swiper-index {
  font-size: 22px;
  font-weight: 500;
}
.preview-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 40px;
  color: #fff;
}
.preview-swiper {
  width: 100%;
  height: 100%;
}
.preview-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.swiper-zoom-container2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-zoom-container2 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.appListContent_4 .tabBar {
	height: 1.02rem;
	line-height: 1.02rem;
	background: #f6f7fa;
	border-top: 1px solid #dcd9d5;
	border-bottom: 1px solid #dcd9d5;
	font-size: 0.3rem;
	color: #242424;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin-bottom: 0.1rem;
}

.appListContent_4 .tabBar div {
	width: 1.86rem;
	text-align: center;
}

.appListContent_4 .tabBar div i {
	display: inline-block;
	width: 0.32rem;
	height: 0.32rem;
	vertical-align: top;
	margin: 0.36rem 0.1rem 0 0;
	background-position: -3.18rem -5.05rem;
}

.appListContent_4 .tabBar div:nth-child(2) i {
	background-position: -4.71rem -0.08rem;
}

.appListContent_4 .tabBar div.current {
	color: #e4111e;
}

.appListContent_4 .tabBar div.current i {
	background-position: -3.88rem -0.06rem;
}

.appListContent_4 .tabBar div:nth-child(2).current i {
	background-position: -4.6rem -5.02rem;
}

.appListContent_4 ul li a {
	display: block;
	height: 1.56rem;
	border-bottom: 1px solid #ececec;
	padding: 0.32rem 0.32rem 0;
}

.appListContent_4 ul li a img {
	float: left;
	width: 1.28rem;
	height: 1.28rem;
	border-radius: 0.28rem;
	margin-right: 0.32rem;
}

.appListContent_4 ul li a div:nth-child(2) {
	float: left;
	width: 3.7rem;
	white-space: nowrap;
	overflow: hidden;
}

.appListContent_4 ul li a div:nth-child(2) p:nth-child(1) {
	line-height: 0.55rem;
	color: #333333;
	font-size: 0.31rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.appListContent_4 ul li a div:nth-child(2) p:nth-child(2) {
	line-height: 0.4rem;
	color: #b1b1b1;
	font-size: 0.25rem;
}

.appListContent_4 ul li a div:nth-child(2) p:nth-child(2) em {
	color: #ff6860;
}

.appListContent_4 ul li a div:nth-child(2) p:nth-child(3) {
	line-height: 0.32rem;
	color: #666666;
	font-size: 0.24rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.appListContent_4 ul li a span:nth-child(3) {
	float: right;
	width: 1.3rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.24rem;
	background: #ff6860;
	text-align: center;
	font-size: 0.25rem;
	color: #fff;
	margin-top: 0.36rem;
}

.appListContent_4 ul li.look a span:nth-child(3) {
	background: #fe9f41;
}

.ztContent_1,
.zxContent_1 {
	background: url(../images/ztbg1.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 1.87rem;
	text-align: center;
	overflow: hidden;
}

.ztContent_1 p:nth-child(1),
.zxContent_1 p:nth-child(1) {
	margin-top: 0.48rem;
	height: 0.53rem;
	line-height: 0.53rem;
	font-size: 0.5rem;
	color: #fff;
	font-weight: bold;
}

.ztContent_1 p:nth-child(2),
.zxContent_1 p:nth-child(2) {
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.22rem;
	color: #fff;
}

.moreApp {
  width: 100%;
  height: 33px;
  font-size: 0.28rem;
  color: #aaa;
  text-align: center;
  background: #fff;
  padding: 0 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  margin-top: 0.2rem;;
}

.column {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0.19rem 0 0 0;
}
.column li {
  border-radius: 0.16rem;
  text-align: center;
  border: 0.015rem solid var(--theme-color);
  margin: 0 0 0 0.29rem;
}
.column li a {
  display: block;
  padding: 0.126rem 0.4rem;
  color: var(--theme-color);
  font-size: 0.27rem;
}
.column .active {
  background: var(--theme-color);
}
.column .active a {
  color: white;
}