/*  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;
}

/* 调用专属属性，让调用标签偏移出来 */
.translateXY100 {
	position: absolute;
	left: 100px;
	top: 100px;
	min-width: 300px;
	transform: translate(100px, 100px);
	z-index: 1;
}
.translateXY200 {
	position: absolute;
	left: 200px;
	top: 200px;
	min-width: 300px;
	transform: translate(100px, 100px);
	z-index: 1;
}
.translateXY10 {
	position: absolute;
	left: 10px;
	top: 10px;
	min-width: 300px;
	transform: translate(10px, 10px);
	z-index: 1;
}
.translateXY50 {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 300px;
	transform: translate(50px, 50px);
	z-index: 1;
}
/* 增大调用的显示 */
.__data__ {
	zoom: 1.3;
}

/* comm */
html,
body {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
}

body {
	position: relative;
	background: #e8eae6;
	font-size: 12px;
	line-height: 1;
}

.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;
	bottom: 0;
	margin: auto;
	width: 1920px;
	height: 960px;
}

.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container,
.swiper-wrapper,
.swiper-pagination {
	z-index: auto !important;
}

.swiper-notification {
	display: none !important;
}

.swiper-slide {
	overflow: hidden;
	height: 100%;
}

.hide {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

@font-face {
	font-family: "9377numbers";
	src: url(/style/yqcr/numbers.ttf);
}

/* section1 */
.section1 {
	background: url(/images/yqcr/bg1.png) no-repeat center center;
	background-size: cover;
}

.home_vedio {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

.section1 .btn1 {
	position: absolute;
	left: 20%;
	bottom: 65px;
	background: url(/images/yqcr/pay_center.png) no-repeat;
	width: 414px;
	height: 114px;
}

.section1 .qrcode {
	position: absolute;
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
	background: url(/images/yqcr/qrcode_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 197px;
	height: 237px;
}

.section1 .qrcode_img {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 177px;
	font-size: 0;
	height: 180px;
}

.section1 .btn2 {
	position: absolute;
	left: 58%;
	bottom: 65px;
	background: url(/images/yqcr/download_btn.png) no-repeat;
	width: 414px;
	height: 114px;
}
.section1 .btn3 {
	position: absolute;
	left: 20%;
	bottom: 190px;
	background: url(/images/yqcr/pay_center.png) no-repeat;
	width: 414px;
	height: 114px;
}
.section1 .btn4 {
	position: absolute;
	left: 58%;
	bottom: 190px;
	background: url(/images/yqcr/download_btn.png) no-repeat;
	width: 414px;
	height: 114px;
}
/* section2 */
.section2 {
	background: url(/images/yqcr/bg2.png) no-repeat center center;
	background-size: cover;
}

.section2 .page_title {
	width: 253px;
	height: 174px;
	background: url(/images/yqcr/page2_title.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 15px;
	bottom: 60px;
	z-index: 1;
}

/* 新闻列表 */
.section2 .news_box_slide {
	width: 1482px;
	height: 631px;
	background: url(/images/yqcr/news_bg.png) no-repeat;
	position: relative;
	margin: 168px 0 0 140px;
	;
	z-index: 1;
}

.section2 .news_box {
	width: 670px;
	height: 480px;
	position: absolute;
	left: 50px;
	top: 60px;
	padding: 10px 12px;
	overflow: hidden;
	z-index: 1;
}

.section2 .news_box .nav_box {
	padding: 0 20px;
	height: 102px;
	border-bottom: 1px solid #000;
}

.section2 .news_box .nav_box .nav_item {
	float: left;
	width: 88px;
	text-align: center;
	font-size: 23px;
	height: 102px;
	padding: 38px 0;
	color: #303030;
	margin-right: 24px;
	cursor: pointer;
}

.section2 .news_box .nav_box .nav_item.active {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 6px solid #a93317;
}

.section2 .news_more {
	position: absolute;
	right: 20px;
	top: 36px;
	width: 42px;
	height: 42px;
	background: url(/images/yqcr/more_icon.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.news_list {
	width: 100%;
}

.news_list li {
	padding: 32px 0;
	font-size: 22px;
	border-bottom: 1px solid #303030;
	color: #303030;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-left: 78px;
}

.news_list li .news_item_type {
	width: 71px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.news_list li .news_item_text {
	float: left;
	color: #303030;
}

/* 新闻轮播 */
.section2 .news_slide {
	width: 893px;
	height: 513px;
	position: absolute;
	top: -37px;
	right: -128px;
	background: url(/images/yqcr/news_slider_bg.png) no-repeat;
	z-index: 2;
}

.news_slide_swiper {
	width: 827px;
	height: 478px;
	position: relative;
	overflow: hidden;
	margin-left: 0;
	left: 36px;
	top: 12px;
}

.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: 30px;
	height: 44px;
	background: url(/images/yqcr/left_arrow.png) no-repeat;
	position: absolute;
	left: 30%;
	bottom: -46px;
}

.news_slide .btn_news_next {
	display: block;
	width: 30px;
	height: 44px;
	background: url(/images/yqcr/right_arrow.png) no-repeat;
	position: absolute;
	right: 30%;
	bottom: -46px;
}

.news_slide .swiper-pagination {
	bottom: -40px;
}

.news_slide .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: #000;
	margin: 0 12px !important;
}

.news_slide .swiper-pagination-bullet-active {
	width: 46px;
	background: #a93317;
	border-radius: 10px;
}

/* section3 */
.section3 {
	background: url(/images/yqcr/bg3.png) no-repeat center center;
	background-size: cover;
}

.section3 .page_title {
	width: 253px;
	height: 174px;
	background: url(/images/yqcr/page3_title.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 15px;
	bottom: 60px;
	z-index: 1;
}

.character_role,
.character_roleSwiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.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: 1920px;
	height: 1080px;
	position: absolute;
	left: 0;
	top: 0;
}

.role_pc {
	position: absolute;
	transform: translateX(300px);
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 0;
	pointer-events: none;
}

.role_info img,
.role_pc img {
	width: auto;
	height: 960px;
	pointer-events: none;
}

.section3 .swiper-slide-active .role_pc {
	opacity: 1 !important;
	transform: translateX(0) !important;
}

.role_h5 {
	display: none;
}

.info_txt {
	width: 535px;
	position: absolute;
	left: 130px;
	top: 360px;
	font-size: 18px;
	color: #171825;
	line-height: 26px;
	text-align: left;
	text-shadow: 0 0 10px #FFFFFF;
}

.info_txt span {
	font-weight: bold;
	color: #000000;
}

.character_nav {
	width: 135px;
	height: 475px;
	position: absolute;
	left: 1458px;
	top: 218px;
	box-sizing: border-box;
}

.role_button_row {
	position: absolute;
	left: 180px;
	top: 84px;
	width: 53px;
	height: 244px;
	background: url(/images/yqcr/role_button_row_bg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 10;
}

.role_button_row a {
	width: 100%;
	height: 50%;
	display: block;
	cursor: pointer;
}

.character_nav .swiper-wrapper {
	flex-direction: column;
	transition: transform 0.3s !important;
	-webkit-transition: transform 0.3s !important;
	transition-duration: 0.3s !important;
	-webkit-transition-duration: 0.3s !important;
}

.character_nav .swiper-wrapper {
	flex-direction: column;
}

.character_navSwiper {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}

.character_nav .swiper-slide {
	display: block;
	width: 100%;
	overflow: visible;
	height: 135px;
	margin-bottom: 30px;
}

.role_avatar {
	display: block;
	width: 117px;
	height: 117px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #171825;
	margin: 9px;
}

.role_avatar:after {
	display: block;
	content: "";
	width: 135px;
	height: 135px;
	background: url(/images/yqcr/role_avatar_br.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.role_avatar img {
	display: block;
	width: 100%;
	border-radius: 3px;
	opacity: 0.5;
}

.character_nav .swiper-slide-active .role_avatar:after {
	width: 135px;
	height: 135px;
	background: url(/images/yqcr/role_avatar_br_on.png) no-repeat;
	position: absolute;
	left: 0%;
	top: 0%;
}

.character_nav .swiper-slide-active .role_avatar img {
	opacity: 1;
}

.character_rolenum {
	position: absolute;
	left: 1616px;
	top: 640px;
	text-align: right;
	font-size: 20px;
	color: #000;
	line-height: 20px;
	z-index: 2;
	font-family: "9377numbers";
}

.character_rolenum span {
	font-size: 40px;
	line-height: 40px;
}

/* section4 */

.section4 {
	background: url(/images/yqcr/bg4.png) no-repeat center center;
	background-size: cover;
}

.section4 .page_title {
	width: 253px;
	height: 174px;
	background: url(/images/yqcr/page4_title.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 15px;
	bottom: 60px;
	z-index: 1;
}

.section4 .carousel-container {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 1170px;
	overflow: hidden;
	height: 760px;
	margin: 132px auto 0;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	overflow: visible;
}

.section4 .carousel-track {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.section4 .carousel_btn_col {
	position: absolute;
	right: -100px;
	top: 220px;
	width: 53px;
	height: 244px;
	z-index: 2;
	background: url(/images/yqcr/v_arrow_btn.png) no-repeat;
	background-size: 100% 100%;
}

.section4 .carousel_item_num {
	position: absolute;
	right: -172px;
	top: 40px;
	z-index: 2;
	font-size: 34px;
	font-family: '9377numbers';
	font-weight: bold;
}
.section4 .carousel_item_num .big{
	font-size: 63px;
}


.section4 .carousel-item {
	position: absolute;
	width: 395px;
	height: 700px;
	left: 50%;
	top: 20px;
	margin-left: -200px;
	-webkit-transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	-moz-transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.section4 .card-placeholder {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.section4 .card-placeholder img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section4 .card-placeholder.card-active {
	position: relative;
}

.section4 .card-active::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -14px;
	left: -33px;
	width: 464px;
	height: 733px;
	background: url('/images/yqcr/f_slide_bg.png') no-repeat;
	background-size: 100% 100%;
}

.section4 .carousel-btn {
	width: 100%;
	height: 50%;
	cursor: pointer;
}

.section5 {
	height: auto !important;
}

/* 页脚 */
.footer {
	width: 100%;
	height: 250px;
	font-size: 14px;
	background-color: #0b1113;
	color: #ccc;
	line-height: 22px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding: 40px 0;
}

.footer .logo_9377 {
	position: absolute;
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	/* left: 360px; */
	top: 75px;
}

.footer .logo_9377 img {
	width: 211px;
	height: 103px;
}

.footer p {
	width: 1200px;
	margin: 8px auto;
	font-size: 16px;
	;
	padding-left: 310px;
}

.footer p a {
	color: #ccc;
}

.footer p a:hover {
	color: #aeafb1;
}

.footer p img {
	display: inline-block;
	vertical-align: middle;
}

.footer p:nth-of-type(4) a {
	margin: 0 8px;
}

.footer p:nth-of-type(4) a:nth-of-type(1) {
	margin-left: 0;
}

.unline {
	text-decoration: underline;
}

/**/
.cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
	overflow: hidden;
}

.btn_agetag {
	display: block;
	width: 76px;
	height: 98px;
	background: url(/images/yqcr/agetag.png) no-repeat;
	position: absolute;
	right: 42px;
	bottom: 52px;
	pointer-events: all;
	text-indent: -999em;
}

.btn_agetag:hover {
	filter: brightness(1.05);
}

.nav_main {
	width: 134px;
	height: 982px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/images/yqcr/nav_bg.png) no-repeat;
}

.nav_main .nav {
	width: 134px;
	position: absolute;
	pointer-events: all;
	left: 0;
	top: 105px;
	background-color: transparent;
	box-sizing: border-box;
}

.nav_main .nav a {
	display: block;
	width: 135px;
	height: 140px;
	position: relative;
	margin: 0 auto 32px;
	text-indent: -999em;
}

.nav_main .nav a em {
	display: block;
	width: 70px;
	height: 78px;
	top: 24px;
	left: 20px;
	position: relative;
}

.nav_main .nav a:hover span,
.nav_main .nav a.on span {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
}
.nav_main .nav a.on em,
.nav_main .nav a:hover em,
.nav_main .nav a span {
	display: none;
}


.nav a:nth-of-type(1) em {
	background: url(/images/yqcr/nav_1.png) no-repeat;
}

.nav a:nth-of-type(2) em {
	background: url(/images/yqcr/nav_2.png) no-repeat;
}

.nav a:nth-of-type(3) em {
	background: url(/images/yqcr/nav_3.png) no-repeat;
}

.nav a:nth-of-type(4) em {
	background: url(/images/yqcr/nav_4.png) no-repeat;
}

.nav a:nth-of-type(1) span {
	background: url(/images/yqcr/nav_1h.png) no-repeat;
}

.nav a:nth-of-type(2) span {
	background: url(/images/yqcr/nav_2h.png) no-repeat;
}

.nav a:nth-of-type(3) span {
	background: url(/images/yqcr/nav_3h.png) no-repeat;
}

.nav a:nth-of-type(4) span {
	background: url(/images/yqcr/nav_4h.png) no-repeat;
}
.head_nav_list {
	height: 63px;
	position: absolute;
	right: 25px;
	top: 34px;
	pointer-events: all;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.icon_list {
	/* width: 320px; */
}

.icon_list li {
	width: 53px;
	height: 53px;
	position: relative;
	float: left;
	margin-right: 10px;
}

.icon_list li:last-child {
	margin-right: 0;
}

.icon_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.icon_list li i {
	display: block;
	width: 100%;
	height: 100%;
}

.icon_list li i img {
	display: block;
	width: 100%;
	height: 100%;
}

.icon_list li .share_choose {
	display: none;
}

.icon_list li a:hover i img {
	display: none;
}

.icon_list li a:hover i .share_choose {
	display: block;
}

/* 文章容器 */
.article_page {
	width: 100%;
	min-width: 1355px;
	background-color: #fff;
	overflow: auto;
}

.article_page .aticle_container {
	width: 1355px;
	margin: 0 auto;
	font-size: 20px;
}

/* 头部 */
.article_page .aticle_header {
	width: 100%;
	position: relative;
}

.article_page .aticle_header::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 20px;
	height: 20px;
	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: 20px;
	height: 20px;
	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;
	top: 40px;
	left: 0;
	background: url('/images/yqcr/back_icon.png') 0 0 no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	width: 196px;
	width: 10.2vw;
	min-width: 136px;
	height: 106px;
	height: 5.52vw;
	min-height: 74px;
}

/* 标题 */
.aticle_container .row {
	width: 1055px;
	position: relative;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
	margin: 60px auto 0;
}

.aticle_container .info_row {
	margin: 0 auto;
	width: 1055px;
	height: 48px;
	line-height: 48px;
	padding: 0 24px;
	border: 24px;
	margin-top: 30px;
	position: relative;
	padding-bottom: 12px;
	font-weight: bold;
	border-bottom: 2px solid #ababab;
}

.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 {
	width: 1055px;
	margin: 55px auto;
}