@charset "utf-8";
/*公共基本样式 start*/
html {
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

body {
	font-family: "MICROSOFT YAHEI",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	background-color: #fff;
	zoom: 1;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: none;
}

html, body, article, aside, audio, canvas, caption, details, div, p, figure, footer, header, hgroup, iframe, img, mark, menu, nav, object, section, span, summary, table, tbody, td, tfoot, thead, tr, video, dl, dt, dd, ul, li, ol, form, label, input, img, h1, h2, h3, h4, h5, h6, blockquote, pre, button, fieldset,legend, textarea, th, hr, figcaption, time, main, a, code, cite, var, strong, center, em, del {
    margin: 0;
    padding: 0;
    border: 0;
	outline: none;
}

ul, li, ol{
	list-style: none;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details,  summary, time, mark, audio, video, main{
    display: block;
} 

address, caption, cite, dfn, em, th, var, i, em {
    font-style: normal;
}

a, a:hover, a:visited {
    text-decoration: none;
}

a {
    color: #333;
	background: 0 0;
	cursor: pointer;
}

img,span{
	vertical-align: middle;
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}

input, select, textarea {
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    font-size: 17px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

input {
    line-height: normal;
}

button {
    overflow: visible;
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

img {
	display: block;
	width: 100%;
}
/*公共基本样式 end*/


.container {
	width: 100%;
}

.banner-top {
	width: 100%;
}

.guildhall-container {
	width: 100%;
	background: url(../images/fupin2.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding-bottom: 10px;
}

.recommend-container {
	width: 80%;
	margin: 0 auto;
	overflow: hidden !important;
	padding-bottom: 25px;
}

.recommend-wrapper {
	width: 100%;
}

.recommend-container .swiper-slideVideo {
	width: 100%;
	position: relative;
}

.recommend-container .poster-bg {
	width: 6rem;
	height: 3.38rem;
	position: relative;
}

.recommend-container .poster-bg img {
	display: block;
	width: 100%;
	height: 100%;
}

.recommend-container .poster-bg .play-icon {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/player-btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	pointer-events: none;
	
}

.recommend-container .slideVideo {
    width: 6rem;
    height: 3.38rem;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}

.recommend-container .swiper-pagination {
    width: 48px;
    bottom: 0;
    left: 50%;
    right: unset;
	margin-left: -24px;
    background-color: rgba(1,1,1,0.3);
    border-radius: 10px;
    color: #fff;
}

/* tab选项卡 start */
.tab-container {
	width: 100%;
	margin-top: 10px;
}

.tab-list {
	width: 96%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.tab-list .tabItem {
	display: inline-block;
	width: 30%;
	margin: 0 2%;
	text-align: center;
}

.tab-list .tabItem a {
	display: inline-block;
	padding: 9% 3% 3% 3%;
	color: #f7f1e9;
	font-size: 16px;
	font-weight: bold;
}

.active {
	border-bottom: 2px solid #e0b360;
}

.active a {
	color: #e0b360 !important;
}

/* tab选项 */
.tab-select-list {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
}

.tab-select-item {
	width: 100%;
	min-height: 60vh;
	text-align: center;
}

.tab-select-item a {
	display: inline-block;
	width: 29%;
	margin: 0 1.5%;
	margin-top: 2%;
	text-align: center;
	position: relative;
}

.tab-select-item a .video-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/player-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: absolute;
	right: 2%;
	bottom: 5%;
	z-index: 1;
}


/* 返回 */
.return-btn-wrapper {
	width: 40px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 0 15px 15px 0;
	background: rgba(1, 1, 1, 0.4);
	position: fixed;
	left: 0;
	top: 10px;
	z-index: 20;
}

.return-btn-wrapper a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}



/* 


.video-list-wrapper {
	width: 100vw;
	height: 100vh;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

.video-list {
	width: 100%;
	height: 100%;
	position: relative;
}

.video-list .video-item {
    width: 7.5rem;
    height: 4.22rem;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.11rem;
	z-index: 1;
	display: none;
} */