header .searchBox {
	position: relative;
	width: calc(100% - 135px);
	border-radius: 6px
}

header .searchBox .xuanfu .search_b {
	width: 100%;
	height: 34px
}

header .searchBox .xuanfu .search_b input {
	border-radius: 16px;
	position: relative;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	color: #999;
	font-weight: bold;
	font-size: 14px;
	border: none;
	outline: none;
	text-indent: 1em
}

header .searchBox .xuanfu .search_b input::-webkit-input-placeholder {
	color: #999
}

header .searchBox .xuanfu .search_b>.iconfont {
	position: absolute;
	border: none;
	cursor: pointer;
	outline: none;
	background-color: transparent;
	right: 10px;
	top: 12px;
	color: #999;
	font-size: 25px
}

header .searchBox .a {
	display: flex;
	z-index: 999
}

.detail_2,
.playbox {
	overflow: hidden;
	position: relative;
	height: 250px;
	border-radius: 6px;
	padding-top: 0px;
	max-height: 400px;
}

.playbox {
	height: 100%;
	max-height: 100%;
	position: absolute;
	width: 100%;
}

.container {
	max-width: 767px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}

.detail_2>img,
.playbox>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(20px);
}

.play_bc {
	padding: 20px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.play_bc .bbc {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
}

.play_bc .bbc .play_img {
	width: 120px;
	height: 120px;
	border: 2px solid #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px
}

.play_bc .bbc .play_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.play_bc .bbc>a {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	width: 100px;
	height: 34px;
	background-color: #f94941;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 17px
}

.dtitle {
	text-align: center;
	margin-top: 16px;
}

.playimg {
	position: absolute;
	top: 33%;
	z-index: 2;
	width: 33%;
}

.bttomad {
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: 0;
}

.play_iframe {
	width: 100%;
	height: calc(100% - 0px);
	position: absolute;
	background: #202020;
}

.play_iframe>iframe {
	display: block;
	width: 100%;
	min-width: 100%;
	height: 1px;
	min-height: 100%;
	border: 0;
	overflow: hidden;
	z-index: 999
}

.reserve {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 5;
}

.reserve.res_active {
	display: flex
}

@media(orientation: landscape) {
	.reserve.res_active {
		display: none
	}
}

.reserve>img {
	width: 30%
}

.reserve>p {
	color: #fff;
	font-size: 1em;
	margin-top: 10px
}

.top_lea {
	display: none;
	width: 50px;
	height: 50px;
	background-color: #007eff;
	border-radius: 25px;
	position: fixed;
	align-items: center;
	justify-content: center;
	right: 15px;
	bottom: 162px;
	z-index: 9999
}

.top_lea .iconfont {
	color: #fff;
	font-size: 18px
}

.socialShare {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 1;
}

.socialShare .msb_main {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	text-indent: -9999px;
	border: 2px solid #FFF;
	box-shadow: 0 0 5px #DDD;
	border-radius: 36px;
}

.socialShare .msb_main:hover {
	box-shadow: 0 0 5px #BBB;
}

.socialShare .msb_main img {
	width: 46px;
	height: 46px;
	cursor: pointer;
	border-radius: 23px;
	border: none;
	float: left;
}

.socialShare .network_button {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 9px;
	left: 92px;
	z-index: 1;
	cursor: pointer;
	text-indent: -9999px;
	display: none;
	background: no-repeat;
	border: 2px solid #f5f5f5;
	border-radius: 50%;
}

#shareWrap {
	position: fixed;
	right: 15px;
	top: calc(30% + 60px);
	z-index: 10001;
}

.ad {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.ad>p {
	font-size: 12px;
	color: #ccc
}

.description {
	padding: 10px 16px;
	border-radius: 6px;
	margin: 10px auto;
	max-width: 1280px;
	background-color: #fff;
	max-width: 767px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}

.description h3 {
	/* color: #fff; */
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px
}

.description .module {
	width: 100%;
	min-height: 95px;
	border-radius: 2px
}

.description .module>h2 {
	color: #333;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold
}

.description .module .des {
	max-height: 80px;
	overflow: hidden;
	position: relative;
	line-height: 16px;
	color: #666;
	box-sizing: content-box;
	font-weight: 600;
	font-size: 14px;
	margin: 10px 0
}

.description .module .des>p {
	color: #666;
	font-size: 14px;
	margin: 0 !important;
	line-height: 16px;
	font-family: -apple-system, PingFangSC-Semibold, PingFang SC, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.description .module .SHOW {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px
}

.description .module .SHOW .moreShow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	border-radius: 6px;
	height: 30px;
	background-color: #f5f5f5;
	font-size: .8em;
	transition: all .3s;
	font-weight: 500;
	color: #f94941
}

.description .module .SHOW .moreShow::before {
	content: "SHOW MORE";
	font-weight: 600;
	margin-right: 5px
}

.description .module .SHOW .moreShow .iconfont {
	font-size: 14px
}

.description .module .SHOW .lessShow::before {
	content: "SHOW LESS";
	font-weight: 600;
	margin-right: 5px
}

.description .module .SHOW .showAll {
	max-height: 900px
}

.description .module .showAll {
	max-height: 900px
}

.description .categories>a {
	display: inline-block;
	height: 30px;
	background-color: #084CE8;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
	padding: 0px 10px
}

.aboutbox {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 25px;
	position: fixed;
	align-items: center;
	justify-content: center;
	right: 15px;
	top: 40%;
	z-index: 9999;
	text-align: center;
	line-height: 45px;
}

.aboutbox img {
	width: 70%;
	margin: 0 auto;
}

.about {
	min-height: calc(100% - 155px);
	display: flex;
	align-items: center;
	flex-direction: column
}

.about .about_img {
	display: flex;
	justify-content: center;
	max-width: 767px;
	width: 100%
}

.about .about_img>img {
	width: 100%;
	height: 100%;
	object-position: center
}

.about .about_list {
	margin-top: 10px
}

.about .about_list>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px;
	border-radius: 6px;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	margin-bottom: 10px;
	font-weight: 600
}

.about .about_list>a>.iconfont {
	color: #ccc;
	font-size: 14px
}

.copy {
	text-align: center;
	font-size: 12px;
	color: #aaa;
	line-height: 14px;
	margin-top: 10px;
	padding-bottom: 80px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.company {
	margin-top: 20px;
	min-height: calc(100% - 74px);
	margin-bottom: 30px;
	max-width: 767px;
	margin: 0 auto;
	width: calc(100% - 20px);
	padding-top: 20px;
}

.company h2 {
	display: flex;
	justify-content: center;
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
	font-weight: bold
}

.company .mainBox {
	background-color: #fff;
	padding: 16px;
	border-radius: 4px
}

.company .mainBox h3 {
	font-size: .9em;
	margin-bottom: 15px;
	color: #f94941
}

.company .mainBox p {
	font-size: .9em;
	margin-bottom: 15px;
	line-height: 1.6em;
	color: #516375
}

.company .mainBox form {
	padding: 20px 0
}

.company .mainBox form .formItem {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	position: relative
}

.company .mainBox form .formItem input {
	width: 370px;
	height: 34px;
	border-radius: 4px;
	text-indent: 1em;
	color: #f5f5f5;
	border: none;
	outline: none;
	background-color: #f8f8f8
}

.company .mainBox form .formItem .why {
	width: 100%
}

.company .mainBox form .formItem #comcom {
	width: 100%;
	resize: none;
	border: none;
	outline: none;
	border-radius: 10px;
	color: #516375;
	background-color: #f8f8f8;
	text-indent: 1em;
	padding-top: 15px
}

.company .mainBox form input[type=submit] {
	width: 90px;
	height: 34px;
	border: none;
	outline: none;
	border-radius: 4px;
	color: #fff;
	background-color: #f94941;
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
	font-size: .9em
}

.company .mainBox form input[type=submit]:hover {
	background-color: rgba(249, 73, 65, .8)
}

.bottominfo {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin-top: 20px
}

.bottominfo>.page-foot-copyright>a{
	color: #ffffff;
}

.bottominfo>.page-foot-copyright>a:hover{
	color: #ebdb81;
}