/*  reset  */
body, div, p, ul, li, table, tbody, tr, td, textarea, form, input, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, iframe, header, nav, section, article, footer, figure, figcaption, menu, iframe {
	margin:0;
	padding:0;
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
	display: block;
}
em, i, s, b, th {
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
}
ol, ul {
	list-style:none;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
*, *:before, *:after {
	word-break: break-all;
	outline: none;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input {
	user-select: auto;
	-ms-user-select: auto;
	-moz-user-select: auto;
	-webkit-user-select: auto;
}
a {
	text-decoration: none;
	tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
a, li, ul, div, [onclick] {
	-webkit-tap-highlight-color:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
body {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
}
/* 调用专属属性，让调用标签偏移出来 */
.translateXY100 {
	position: absolute;
	left: 100px;
	top: 100px;
	min-width: 300px;
	transform: translate(100px, 100px);
	z-index: 2;
}
.translateXY50 {
	position: absolute;
	left: 50px;
	top: 50px;
	min-width: 300px;
	transform: translate(50px, 50px);
	z-index: 2;
}
.translateY_10 {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 300px;
	top: -10px;
	transform: translate(0, -10px);
	z-index: 2;
}
.translateX200 {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 300px;
	transform: translate(200px, 0);
	z-index: 2;
}
.translateXY10 {
	position: absolute;
	left: 10px;
	top: 10px;
	min-width: 300px;
	transform: translate(10px, 10px);
	z-index: 2;
}

.tY100 { position: absolute;min-width: 300px;transform: translateY(100px); }
.tX100 { position: absolute;min-width: 300px;transform: translateX(100px); }
.tX200 { position: absolute;min-width: 300px;transform: translateX(200px); }
.__data__ {
	pointer-events: all;
}
/* comm */
html, body {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	background: #fff;
	font-size: 0.14rem;
	line-height: 1;
	overflow: hidden;
}
.web {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page {
	background: no-repeat center/cover;
	display: flex;
	overflow: hidden;
}
.inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 7.5rem;
	height: 100%;
	background: no-repeat center/cover;
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container, .swiper-wrapper {
	z-index: auto !important;
}
.swiper-notification {
	display: none !important;
}
.swiper-slide {
	overflow: hidden;
	height: 100% !important;
}
.hide {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	font-size: 0;
}
/* section1 */
.section1 {
	background: url(/images/yqcr_m/bg1.png?v=0316) no-repeat center/cover ;
}
.section1 .btn1 {
	position: absolute;
	left: 0.56rem;
	bottom: 0.65rem;
	background: url(/images/yqcr_m/pay_center.png) no-repeat;
	background-size: 100% 100%;
	width: 2.95rem;
	height: 0.79rem;
}
.section1 .btn2 {
	position: absolute;
	right: 0.67rem;
	bottom: 0.65rem;
	width: 2.95rem;
	height: 0.79rem;
	background: url(/images/yqcr_m/home_download_btn.png) no-repeat;
	background-size: 100% 100%;
}
.section1 .btn3 {
	position: absolute;
	left: 0.56rem;
	bottom: 1.5rem;
	background: url(/images/yqcr_m/pay_center.png) no-repeat;
	background-size: 100% 100%;
	width: 2.95rem;
	height: 0.79rem;
}
.section1 .btn4 {
	position: absolute;
	right: 0.67rem;
	bottom: 1.5rem;
	width: 2.95rem;
	height: 0.79rem;
	background: url(/images/yqcr_m/home_download_btn.png) no-repeat;
	background-size: 100% 100%;
}
/* section2 */
.section2 {
	background: url(/images/yqcr_m/bg2.png) no-repeat 100% 0;
	background-size: cover;
}
.section2 .page_title {
	width: 100%;
	height: 1.2rem;
	background: url(/images/yqcr_m/page2_title.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 1.33rem;
	text-indent: -999em;
}
/* 新闻列表 */
.section2 .news_box_slide {
	width: 7.38rem;
	height: 9.12rem;
	background: url(/images/yqcr_m/news_bg.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0.16rem;
	margin-left: 0.06rem;
	padding: 0.08rem 0.32rem;
	z-index: 1;
}

.section2 .news_box {
	width: 100%;
	height: 4.72rem;
	padding: 0 0.12rem;
	overflow: hidden; 
	position: relative;
}

.section2 .news_box .nav_box {
	 padding: 0 0.2rem;
	 height: 1rem;
	 border-bottom: 0.01rem solid #000;
	 overflow: hidden;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}

.section2 .news_box .nav_box .nav_item {
	float: left;
	width: 1.31rem;
	text-align: center;
	font-size: 0.3rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #303030;
	margin-right: 0.24rem;
	cursor: pointer;
	font-family: AlibabaPuHuiTi_2_65_Medium;
}
.section2 .news_box .nav_box .nav_item.active {
	color: #fff;
	font-weight: bold;
	background: url(/images/yqcr_m/news_nav_option_active.png) no-repeat;
	background-size: 100% 100%;
}
.section2 .news_more {
	position: absolute;
	right: 0.2rem;
	top: 0.36rem;
	width: 0.42rem;
	height: 0.42rem;
	background: url(/images/yqcr_m/more_icon.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.news_list {
	width: 100%;
}
.news_list li {
	padding: 0.22rem 0.1rem 0.22rem 0.58rem;
	font-size: 0.17rem;
	border-bottom: 1px solid #303030;
	display: flex;
	color: #303030;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.news_list li .news_item_type {
	width: 0.5rem;
	height: 0.22rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_list li .news_item_text {
	float: left;
	color: #303030;
}
/* 新闻轮播 */
.section2 .news_slide {
 width: 6.82rem;
 height: 3.78rem;
 position: relative;
}
.news_slide_swiper {
	width: 6.82rem;
	height: 3.78rem;
	position: relative;
}
.news_slide_swiper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.news_slide_swiper .swiper-slide a div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news_slide_swiper .swiper-slide img {
	display: block;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}
.news_slide .btn_news_prev {
	display: block;
	width: 0.26rem;
	height: 0.38rem;
	background: url(/images/yqcr_m/left_arrow.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.news_slide .btn_news_next {
	display: block;
	width: 0.26rem;
	height: 0.38rem;
	background: url(/images/yqcr_m/right_arrow.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.news_slide .swiper-pagination {
	bottom: 0.08rem;
	z-index: 1;
}
.news_slide .swiper-pagination-bullet {
	width: 0.14rem;
	height: 0.14rem;
	background: #fff;
	opacity: 1;
	margin: 0 0.16rem !important;
}
.news_slide .swiper-pagination-bullet-active {
	width: 0.29rem;
	background: #a93317;
	border-radius: 0.06rem;
}
/* section3 */
.character_role, .character_roleSwiper {
	width: 100%;
	height: 100%;
	position: relative;
}
.character_roleSwiper, .character_roleSwiper .swiper-slide, .swiper-wrapper {
	overflow: visible;
}
.character_roleSwiper .swiper-slide {
	opacity: 0 !important;
}
.character_roleSwiper .swiper-slide-active {
	opacity: 1 !important;
}
.character_info {
	width: 100%;
	height: 100%;
	position: relative;
}
.role_info {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
}
.role_info img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.role_h5 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute; 
	left: 0;
	top: 0;
	z-index: 1;
	transform: translateX(3rem);
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 0;
	pointer-events: none;
}
.role_h5 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section3 .swiper-slide-active .role_h5{
	opacity: 1 !important;
	transform: translateX(0) !important;
}
.character_nav {
	width: 100%;
	height: 0.94rem;
	position: absolute;
	left: 0;
	bottom: 1.33rem;
	box-sizing: border-box;
	padding: 0;
}
.character_nav .swiper-container {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	pointer-events: all;
}
.character_nav .swiper-wrapper {
	transition: transform 0.3s !important;
	-webkit-transition: transform 0.3s !important;
	transition-duration: 0.3s !important;
	-webkit-transition-duration: 0.3s !important;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	pointer-events: all;
	opacity: 1;
}
.character_nav .swiper-button-prev {
	display: block;
	width: 0.57rem;
	height: 0.37rem;
	background: url(/images/yqcr_m/role_left_arrow.png) no-repeat 50% 0/100% 100%;
	position: relative;
	margin-right: 0.36rem;
	top: 0;
	opacity: 1;
	margin-top: 0;
}
.character_nav .swiper-button-next {
	display: block;
	width: 0.57rem;
	height: 0.37rem;
	background: url(/images/yqcr_m/role_right_arrow.png) no-repeat 50% 0/100% 100%;
	margin-left: 0.2rem;
	opacity: 1;
	position: relative;
	top: 0;
	margin-top: 0;
}
.character_nav .swiper-button-prev:after, .character_nav .swiper-button-next:after {
	display: none;
}
.character_nav_box {
	display: flex;
	align-items: center;
}
.character_navSwiper {
	max-width: 5.62rem;
	height: 0.94rem;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
.character_nav .swiper-slide {
	display: block;
	width: 1.01rem;
	overflow: visible;
	height: 1.01rem;
	margin-right: 0.16rem;
	padding: rem;
	position: relative;
	
}
.role_avatar {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	margin: 0.07rem;
	box-sizing: border-box;
	background: #171825;
}
.role_avatar:after {
	display: block;
	content:"";
	width: 0.94rem;
	height: 0.94rem;
	background: url(/images/yqcr_m/role_avatar_br.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.role_avatar img {
	display: block;
	width: 100%;
	opacity: 0.5;
}
.character_nav .swiper-slide-active .role_avatar:after {
	width: 0.94rem;
	height: 0.94rem;
	background: url(/images/yqcr_m/role_avatar_br_on.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}
.character_nav .swiper-slide-active .role_avatar img {
	opacity: 1;
}
.section4 {
	background: url(/images/yqcr_m/bg4.png) no-repeat;
	background-size: cover;
	position: relative;
}
.section4 .page_title {
	width: 100%;
	height: 1.2rem;
	background: url(/images/yqcr_m/page4_title.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 1.33rem;
	text-indent: -999em;
}
.section4 .feature_slide_box {
	width: 6.61rem;
	height: 9.67rem;
	margin: 0.1rem auto 0;
	position: relative;
	padding: 0.21rem  0.47rem 0.22rem;
	background: url(/images/yqcr_m/feature_slide_bg.png) no-repeat;
	background-size: 100% 100%;
}
.section4 .feature_slide_swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.section4 .feature_slide_swiper .swiper-slide {
	width: 5.19rem;
	height: 9.24rem;
}
.section4 .swiper-slide a, .section4 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.section4 .feature_slide_box .btn_feature_prev {
	display: block;
	width: 0.65rem;
	height: 0.51rem;
	background: url(/images/yqcr_m/role_left_arrow2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -0.17rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.section4 .feature_slide_box .btn_feature_next {
	display: block;
	width: 0.65rem;
	height: 0.51rem;
	background: url(/images/yqcr_m/role_right_arrow2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -0.17rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.section5 {
	height: auto !important;
}
.footer {
	width: 100%;
	height: 4.6rem;
	font-size: 0.14rem;
	color: #c2c3c4;
	background-color: #0b1113;
	line-height: 0.3rem;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding-top: 0.2rem;
}
.footer div {
	padding: 0.3rem 0;
}
.footer div .cmge_logo {
	display: block;
	width: 1.47rem;
	height: 0.72rem;
	margin: 0 auto;
}
.footer p {
	width: 7.1rem;
	margin: 0 auto;
	text-align: center;
}
.footer p a {
	color:#c2c3c4;
}
.footer p:nth-of-type(4) a {
	margin: 0 0.04rem;
}
.footer p:nth-of-type(4) a:nth-of-type(1) {
	margin-left: 0;
}
.footer p:last-child img {
	margin-right: 0.05rem;
	height: 0.25rem;
}
/* 头部样式 */
.cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
	overflow: hidden;
}
.btn_agetag {
	display: block;
	width: 0.52rem;
	height: 0.68rem;
	background: url(/images/yqcr_m/agetag.png) no-repeat 50% 0/100% 100%;
	position: absolute;
	left: 0.24rem;
	top: 1.18rem;
	pointer-events: all;
	text-indent: -999em;
}
.head_nav {
	width: 100%;
	height: 1rem;
	background: url(/images/yqcr_m/nav_bg.png) no-repeat;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	box-sizing: border-box;
	pointer-events: all;
}
.head_nav .download_btn {
		background: url(/images/yqcr_m/top_download_btn.png) no-repeat;
		background-size: 100% 100%;
		width: 2.06rem;
		height: 0.58rem;
		position: absolute;
		left: 4.2rem;
		top: 0.2rem;
		cursor: pointer;
		pointer-events: all;
}
.icon_list {
	display: flex;
	justify-content: center;
}
.icon_list li {
	width: 0.63rem;
	height: 0.63rem;
	margin-right: 0.2rem;
	position: relative;
}
.icon_list li:last-child {
	margin-right: 0;
}
.icon_list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.icon_list li i {
	display: block;
}
.icon_list li i img {
	display: block;
	width: 100%;
}
.icon_list li .share_choose {
	display: none;
}
.nav_show {
	display: block;
	width: 0.55rem;
	height: 0.55rem;
	background: url(/images/yqcr_m/btn_menu.png) no-repeat;
	background-size: 100% 100%;
	text-indent: -999em;
	position: absolute;
	right: 0.28rem;
	top: 0.22rem;
}
.nav_hide {
	display: none;
	width: 0.55rem;
	height: 0.55rem;
	background: url(/images/yqcr_m/btn_menuclose.png) no-repeat;
	background-size: 100% 100%;
	text-indent: -999em;
	position: absolute;
	right: 0.28rem;
	top: 0.22rem;
}
.nav_icon {
	display: none;
}
.nav_main {
	position: fixed;
	right: -100vw;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: rgba(0, 0, 0, 0.9);
}
.nav_main .nav {
	margin-top: 2.4rem;
	padding: 0 0.4rem;
}
.nav a {
	display: block;
	width: 100%;
	height: 0.8rem;
	margin: 1rem auto;
	position: relative;
	text-indent: -999em;
	pointer-events: all;
}
.nav a em, 
.nav a.on span {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}
.nav a span,
.nav a.on em {
	display: none ;
}
.nav a:nth-of-type(1) em {
	background: url(/images/yqcr_m/nav_1.png) no-repeat 50% 0/100% 100%;
}
.nav a:nth-of-type(2) em {
	background: url(/images/yqcr_m/nav_2.png) no-repeat 50% 0/100% 100%;
}
.nav a:nth-of-type(3) em {
	background: url(/images/yqcr_m/nav_3.png) no-repeat 50% 0/100% 100%;
}
.nav a:nth-of-type(4) em {
	background: url(/images/yqcr_m/nav_4.png) no-repeat 50% 0/100% 100%;
}
.nav a:nth-of-type(1) span {
	background: url(/images/yqcr_m/nav_1h.png) no-repeat 50% 0/100% 100%;
}
.nav a:nth-of-type(2) span {
	background: url(/images/yqcr_m/nav_2h.png) no-repeat 50% 0/100% 100%;
}
.nav a:nth-of-type(3) span {
	background: url(/images/yqcr_m/nav_3h.png) no-repeat 50% 0/100% 100%;
}
.nav a:nth-of-type(4) span {
	background: url(/images/yqcr_m/nav_4h.png) no-repeat 50% 0/100% 100%;
}
.nav_btn_down {
	display: block;
	width: 4rem;
	height: 1rem;
	background: url(/images/yqcr_m/download_btn.png) no-repeat 50% 0/100% 100%;
	margin: 0.6rem auto 0;
	text-indent: -999em;
	pointer-events: all;
}
.nav_main .shareicon_list2 {
	height: 0.63rem;
	position: relative;
	pointer-events: all;
	margin: 0.7rem auto 0;
}
.nav_main .icon_list {
	width: 100%;
}
.nav_main .icon_list li {
	width: 0.63rem;
	height: 0.63rem;
	position: relative;
}
.nav_main .icon_list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.nav_main .icon_list li i {
	display: block;
}
.nav_main .icon_list li i img {
	display: block;
	width: 100%;
}
.nav_main .icon_list li .share_choose {
	display: none;
}
.nav_main .icon_list li div {
	display: none;
}

/* 文章容器 */
.article_page {
  width: 100%;
  overflow-y: auto;
}

.article_page .aticle_container {
  margin:0 0.25rem 0.5rem;
  font-size: 0.2rem;
  background-color: #fff;
  border-radius: 0.24rem;
  padding-bottom:0.46rem;
  margin-top: 0.38rem;
}
/* 头部 */
.article_page .aticle_header {
    width: 100%;
    position: relative;
}
.article_page .aticle_header::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #fff;
	clip-path: polygon(0% 0%, 100% 100%,0 100%);
  }
  .article_page .aticle_header::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #fff;
	clip-path: polygon(0 100%, 100% 0%, 100% 100%);
  }
.article_page .aticle_header img {
  width: 100%;
  height: auto;
}

.article_page  .aticle_header  .back_btn{
  position: absolute;
  left: 0;
  top: 0.2rem;
  background: url('/images/yqcr_m/back_icon.png') 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  width: 0.77rem;
  height: 0.41rem;
}
/* 标题 */
.aticle_container .row {
  /* margin: 0 0.21rem; */
  position: relative;
  text-align: center;
  font-size: 0.38rem;
  font-weight: bold;
  /* height: 0.64rem; */
  line-height: 0.64rem;
}
.aticle_container .info_row {
  margin-top: 0.40rem;
  color: #fff;
  height: 0.63rem;
  line-height: 0.63rem;
  padding: 0 0.24rem;
  position: relative;
  font-size: 0.22rem;
  font-weight: bold;
  background: url(/images/yqcr_m/a_info_row.png) no-repeat;
  background-size: 100% 100%;
}
.aticle_container .info_row a {
  display: inline-block;
  color: #fff;
}

.aticle_container .info_row .tab_name {
  float: left;
}
.aticle_container .info_row .time {
  float: right;
}
.article_page .aticle_container .content {
  margin: 0.55rem 0 0;
}