




.index {
	display: flex;
	margin: 0 auto;
	width: 100%;
	/* max-width: 640px; */
	max-width: 7.5rem;
	margin-top: 1rem;
	margin-top: 56px;
	height: calc(100% - 56px);
}

.index-box {
	 width: 100%;
	background: url(../img/phone/index_bg.jpg) center repeat-y;
	background-size: 100% auto; 
}




.index-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	font-size: 22px;
	font-weight: bold;
	color: #947e4c;
	background: url(../img/phone/title.png) top center no-repeat;
	background-size: auto 100%;
}

.news {
	padding-bottom: 5%;
}

.news-banner {
	margin-bottom: 6%;
}

.news-banner .swiper-slide {
	border-radius: 5px;
	overflow: hidden;
}

.news-menu {
	font-size: 0;
	margin-bottom: 3%;
	border-bottom: 1px solid #c1bfc2;
}

.news-menu span {
	position: relative;
	display: inline-block;
	/* width: 70px; */
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	color: #312f30;
}

.news-menu span.on {
	color: #b19a57;
	font-weight: bold;
}

.news-menu span.on::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 70px;

	height: 20px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
	background: url(../img/phone/news_bg.jpg) center no-repeat;
	background-size: 100% auto;
}

.news-menu a {
	display: inline-block;
	float: right;
	font-size: 12px;
	line-height: 1.6;
	padding: 0 6px;
	margin-top: 2px;
	color: #bdad8b;
	border: 1px solid #b9b8b3;
	border-radius: 7px;
}

.news-list ul {
	display: none;
}

.news-list ul li {
	padding: 4.5% 0;
	font-size: 14px;
	border-bottom: 1px dashed #aaa8ab;
}

.news-list ul li span.news-tag {
	border: 1px solid #98814d;
	color: #98814d;
	padding: .03rem .06rem;
	margin-right: 10px;
}

.news-list ul li span.news-tag[type1]{
color: #aa6240;
border-color: #aa6240;
}
.news-list ul li span.news-tag[type2]{
color: #a28c6f;
border-color: #a28c6f;
}
.news-list ul li span.news-tag[type3]{
color: #60845b;
border-color: #60845b;
}
.news-list ul li span.news-tag[type4]{
color: #5c7c8d;
border-color: #5c7c8d;
}
.news-list[type1] ul li span.news-tag{
color: #aa6240;
border-color: #aa6240;
}
.news-list[type2] ul li span.news-tag{
color: #a28c6f;
border-color: #a28c6f;
}
.news-list[type3] ul li span.news-tag{
color: #60845b;
border-color: #60845b;
}
.news-list[type4] ul li span.news-tag{
color: #5c7c8d;
border-color: #5c7c8d;
}
.news-list ul li[b] span.news-tag{
	color: #ffc73e;
	border-color: #ffc73e;
	font-weight: 700;
}
.news-list ul li[b] span.news-title{
	font-weight: 700;
}

.news-list ul li span.news-title {
	line-height: 1;
	color: #312f30;
	/*display: inline-block;*/
	width: calc(100% - 130px);
	font-size: .25rem;
}

.news-list ul li font {
	float: right;
	color: #969497;
	font-size: .25rem;
}

.news-list ul.on {
	display: block;
}

@media screen and (max-width:360px) {
	.news-menu span {
		width: 60px;
		font-size: 13px;
	}

	.news-menu span.on::after {
		width: 60px;
		height: 20px;
		bottom: -13px;
		background: url(../img/phone/news_bg.jpg) center no-repeat;
		background-size: 100% auto;
	}

	.news-menu a {
		padding: 0 6px;
	}
}




.news-pagination,
.world-pagination {
	text-align: center;
}


.audio-visual {
	padding-bottom: 8%;
}

.role {
	margin-bottom: 5%;
}

.role-container-top {
    position: relative;
}
.role-container-top video,.role-container-top .role-swiper-video{
	position: absolute;left: 0;top: 0;width: 100%;object-fit: contain;
}

.role-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 4%;
}

.role-left {
	width: 42%;
}

.role-name {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #b5b3b6;
}

.role-name img {
	width: 22px;
	margin-right: 6px;
}

.role-name span {
	font-size: 24px;
	line-height: 1.8;
	font-weight: bold;
	color: #8c7237;
}

.role-skill {
	display: flex;
	justify-content: space-between;
	padding-top: 5%;
}

.role-skill img {
	width: 30%;
}

.role-right {
	position: relative;
	width: 50%;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	
	align-items: stretch;
}
.role-right img{
	width: 100%;
	/* height: 105px; */
	background: #000;
	object-fit: cover;
	border-radius: 10px;
}

/* .role-right video {
	width: 100%;
	vertical-align: bottom;
} */

/* .role-right div.abs-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #eee;
} */

.role-right i {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -20px 0 0 -20px;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/phone/video_icon.png) no-repeat;
	background-size: 100% auto;
}

.role-list-box {
	position: relative;
	padding: 3% 12%;
}

.role-tx {
	width: 65px;
	height: 73px;
	padding: 8px 4px;
	background: url(../img/phone/role_01_a.png) center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.swiper-slide-thumb-active .role-tx {
	background: url(../img/phone/role_01_b.png) center no-repeat;
	background-size: cover;
}

.role-prev {
	position: absolute;
	width: 18px;
	height: 18px;
	left: 16px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/phone/role_left_02.png) center no-repeat;
	background-size: auto 100%;
}

.role-next {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 16px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/phone/role_right_02.png) center no-repeat;
	background-size: auto 100%;
}

.role-prev.swiper-button-disabled {
	background: url(../img/phone/role_left_01.png) center no-repeat;
	background-size: auto 100%;
}

.role-next.swiper-button-disabled {
	background: url(../img/phone/role_right_01.png) center no-repeat;
	background-size: auto 100%;
}

.role-info-box,
.video-info-box,
.wallpaper-info-box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.role-info-box.on,
.video-info-box.on,
.wallpaper-info-box.on {
	opacity: 1;
	visibility: visible;
}

.role-info,
.video-info,
.wallpaper-info {
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	margin: 0 auto;
	z-index: 100;
	width: 90%;
}

.role-info-box.on .role-info,
.video-info-box.on .video-info,
.wallpaper-info-box.on .wallpaper-info {
	top: 18%;
}

.role-info-top {
	width: 100%;
	padding-bottom: 8%;
	background: url(../img/phone/role_zj_top.png) center bottom no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.role-info-top div{
	position: absolute;
	font-weight: 700;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: #d5a43b;
}

.role-info-bottom,
.video-info-bottom,
.wallpaper-info-bottom {
	width: 100%;
	padding-bottom: 5%;
	background: url(../img/phone/role_zj_bottom.png) center top no-repeat;
	background-size: 100% 100%;
}

.role-info-bg,
.video-info-bg,
.wallpaper-info-bg {
	width: 100%;
	padding: 4%;
	max-height: 50vh;
	background: url(../img/phone/role_zj_bg.png) center repeat-y;
	background-size: 99.9% auto;
	overflow-y: auto;
}

.role-info-bg p {
	font-size: 12px;
	line-height: 2;
	color: #d1cdc4;
	text-indent: 2ch;
	margin: 4px 0;
}

.role-info-close,
.role-video-close,
.video-info-close,
.wallpaper-info-close {
	width: 30px;
	height: 30px;
	background: url(../img/phone/close_02.png) center no-repeat;
	background-size: cover;
	margin: 8% auto 0;
}

.video-info-bg video {
	width: 100%;
}

.wallpaper-info-bg img {
	width: 100%;
}

.wallpaper-font {
	float: right;
	border: 1px solid #e0ac56;
	font-size: 12px;
	padding: 6px 9px 6px 12px;
	border-radius: 6px;
	line-height: 1;
	color: #e0ac56;
	margin-top: 12px;
}

.wallpaper-font img {
	width: 7px;
	vertical-align: middle;
	margin-left: 4px;
}

@media screen and (max-width:360px) {
	.role-name img {
		width: 18px;
		margin-right: 4px;
	}

	.role-name span {
		font-size: 22px;
	}

	.role-tx {
		width: 55px;
		height: 63px;
		padding: 7px 3px;
	}
}



.audio_title {
	margin-bottom: 3%;
	padding-top: 6px;
	height: 36px;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	color: #96804e;
	background: url(../img/phone/audio_visual_title_bg.jpg) center no-repeat;
	background-size: auto 100%;
}


.video,
.wallpaper {
	padding: 3% 7%;
	margin-bottom: 3%;
}

.video .swiper-slide,
.wallpaper .swiper-slide {
	transform: scale(0.92, 0.92);
}

.video .swiper-slide.swiper-slide-active,
.wallpaper .swiper-slide.swiper-slide-active {
	transform: scale(1, 1);
}

.audio_top {
	padding-top: 3%;
	background: url(../img/phone/audio_top.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

.audio_bg {
	padding: 0.5% 4%;
	background: url(../img/phone/audio_bg.jpg) center repeat-y;
	background-size: 100% auto;
}

.audio_bottom {
	padding-top: 3%;
	background: url(../img/phone/audio_bottom.jpg) center top no-repeat;
	background-size: 100% auto;
}






.news-box {
	padding-top: 5%;
}

.news-info {
	padding: 0 8%;
	color: #6c6a6b;
	line-height: 2;
	margin-bottom: 2%;
}

.news-info a {
	color: #4d451e;
}

.news-info a.grey {
	color: #6c6a6b;
}

.news-inlist,
.news-details {
	padding: 6%;
	border-radius: 20px 20px 0 0;
	border-top: 1px solid #e7e5e8;
	background-color: #fff;
}

.news-inmenu,
.video-inmenu {
	display: flex;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 3%;
}

.news-inmenu span,
.video-inmenu a {
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 15px;
	line-height: 2.5;
	font-weight: bold;
	cursor: pointer;
}

.news-inmenu span.on,
.video-inmenu a.on {
	color: #b19a57;
}

.news-inmenu span.on::after,
.video-inmenu a.on::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: -14px;
	background: url(../img/phone/news_menu_bg.jpg) center no-repeat;
	background-size: 100% auto;
}

.news-page {
	padding-top: 4%;
	display: flex;
	justify-content: space-between;
}

.news-page span {
	display: inline-block;
	padding: 8px 12px;
	color: #fff;
	background-color: #ccc;
	border-radius: 5px;
}

.news-page a {
	display: inline-block;
	padding: 8px 12px;
	color: #fff;
	background-color: #ccc;
	border-radius: 5px;
}

.news-page a:active {
	background-color: #c2ad82;
}

.news-package {
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
	border-bottom: 1px dashed #bdbdbd;
	margin-bottom: 4%;
}

.news-package h3 {
	font-size: 16px;
	line-height: 1.5;
	color: #323232;
}

.news-package p {
	font-size: 12px;
	line-height: 2;
	color: #787878;
}

.news-content {
	font-size: 12px;
	line-height: 1.7;
}

.video-list {
	padding-top: 4%;
}

.video-list ul {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-list ul li {
	/* float: left; */
	width: 3.2rem;
	/* margin-right: .17rem; */
	margin-bottom: .17rem;
}

.video-list ul li:nth-child(2n) {
	margin-right: 0;
}

.video-list ul li h4 {
	font-weight: normal;
	line-height: 2;
	font-size: 12px;
	padding: 0 10px;
	border-left: 3px solid #b2a267;
}

.video-img {
	width: 3.2rem;
	position: relative;
}
.video-img img{
	width: 100%;
	position: relative;
}
.video-img i {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/phone/video_icon.png) no-repeat;
	background-size: cover;
}

.video-info-up,
.wallpaper-info-up {
	width: 100%;
	padding-bottom: 5%;
	background: url(../img/phone/role_zj_up.png) center bottom no-repeat;
	background-size: 100% auto;
}

.copy-box {
	padding: 6% 4%;
	font-size: 12px;
	line-height: 2;
	text-align: center;
	background: #1c2534;
	color: #fff;
}

.copy-logo {
	display: block;
	width: 25%;
	margin: 0 auto 5%;
}

.copy-01 img {
	width: 20px;
}

.news-menu span.font-color {
	color: #d59811;
}

.news-menu a img {
	width: 6px;
	vertical-align: middle;
	margin-left: 5px;
}


/* 展开状态（4:3 大屏） */
@media (min-aspect-ratio: 4/3.5) and (max-aspect-ratio: 4/3) {
			.banner .banner-logo {
				width: 2rem;
				margin-bottom: 3%;
			}
			.banner-content {
				top: .7rem;
			}
			.banner .banner-logo-text {
				width: 2rem;
			}
			.banner-video img {
				width: .9rem;
			}
			.banner-bom {
				bottom: -.5rem;
				transition: all 0.3s ease;
			}
			.banner-download {
				width: 2rem;
				padding: .13rem 0;
			}
			.banner-download img{
				width: .15rem;
			}
			.banner-download span{
				font-size: .15rem;
			}
			.banner-font a {
				font-size: .16rem;
			}
			.header-nav-logo {
				margin: .2rem 0 0  !important;
			}
			.header-nav-list .nav-li a {
				font-size: .16rem !important;
			}
			.banner {
				height: 100vh !important;
			}
			.news-list ul li span.news-tag {
				padding: .03rem .2rem !important;
				font-size: .15rem;
			}
			.news-list ul li span.news-title {
				font-size: .18rem !important;
			}
			.news-list ul li font {
				font-size: .15rem !important;
			}
			.news-list ul li span.news-title {
				width: calc(100% - 145px);
			}
			.role-video-close{
				position: absolute;
				top: 0;
				right: 0;
				margin: 0;
			}
			.wallpaper-info-close{
				position: absolute;
				top: 0;
				right: 0;
				margin: 0;
			}
	}