ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	;
}ul.float::after {
	clear: both;
}a {
	text-decoration: none;
}a:hover {
	text-decoration: none;
}p {
	margin: 0;
}#app {
	min-width: 1200px;
}#app .newindexcontainer {
	margin: auto;
	padding-left: 0;
	padding-right: 0;
	min-width: 1200px;
	max-width: 1200px;
	;
}#app .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}#app .flex.ac {
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	;
}#app .flex.jc {
	justify-content: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	;
}#app .flex.jsb {
	justify-content: space-between;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	;
}#app .flex.jsa {
	justify-content: space-around;

	-ms-flex-pack: distribute;
	;
}#app .header {
	position: relative;
	height: 100px;
	;
}#app .header .logo {
	margin-left: 10px;
	height: 72px;
	;
}#app .header .userbox {
	position: absolute;
	right: 0;
	top: 8px;
	font-weight: 400;
	font-size: 12px;
	color: #728298;
	;
}#app .header .userbox .username {
	color: #0092da;
}#app .header .userbox a {
	text-decoration: underline;
	color: #728298;
	;
}#app .header .search {
	padding-left: 10px;
	border: 1px solid #dfdfdf;
	border-radius: 20px;
	width: 211px;
	height: 33px;
	;
}#app .header .search > .icon {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	;
}#app .header .search > input {
	border: none;
	width: 165px;
	font-size: 12px;
}#app .header .language {
	margin-left: 40px;
	height: 33px;
	;
}#app .header .language .item {
	float: left;
	margin-top: 10px;
	padding: 0 17px;
	border-right: 1px solid #dcdcdc;
	height: 12px;
	cursor: pointer;
	line-height: 12px;
	text-align: center;
	font-size: 12px;
	color: #999;
	;
}#app .header .language .item.active {
	color: #666;
}#app .header .language .item:last-child {
	padding-right: 0;
	border-right: none;
	;
}#app .nav-bar {
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 53px;
	background-color: #f6f6f6;
	background-image: url(./assets/header-bg.png);
	background-size: cover;
}#app .nav-bar .newindexcontainer {
	height: 53px;
}#app .nav-bar .newindexcontainer > .newnavbody {
	/* position: relative; */
}
#app .nav-bar .newindexcontainer .navs > li {
	position: relative;
	z-index: 999;
	padding-top: 8px;
	border: none;
	height: 53px;
	text-align: center;
	font-size: 19px;
	;
}#app .nav-bar .newindexcontainer > .newnavbody > .navs > li.active::before,
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li:hover::before {
	display: block;
	position: absolute;
	left: 6px;
	bottom: 0;
	width: 80%;
	height: 4px;
	background: rgba(168, 70, 159, .98);
	content: "";
	;
}#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > a {
	display: block;
	margin: 0 30px;
	border-radius: 17px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #999;
}#app .nav-bar .newindexcontainer > .newnavbody > .navs > li.active > a,
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li:hover > a {
	color: #333;
}#app .nav-bar .newindexcontainer > .newnavbody > .navs > li.active > a::before,
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li:hover > a::before {
	display: block;
	position: absolute;
	left: 7px;
	top: 15px;
	width: 20px;
	height: 19px;
	background-image: url(./assets/qright.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	left: 6px;
	top: 53px;
	flex-direction: row;
	width: 380px;
	max-height: 400px;
	background-image: url(./assets/menusbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent > .menus {
	flex: 1;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent > .menus > .line {
	padding-left: 25px;
	width: 100%;
	text-align: left;
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent > .menus > .line > li {
	position: relative;
	cursor: pointer;
	line-height: 44px;
	font-size: 14px;
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent > .menus > .line > li:last-child {
	margin-bottom: 10px;
	border: 0;
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent > .menus > .line > li:last-child::after {
	border-bottom: 0 solid #fff;
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent > .menus > .line > li::after {
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #fff;
	width: 138px;
	height: 1px;
	opacity: .5;
	content: "";
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent > .menus > .line > li > a {
	color: #fff;
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent > .menus > .line > li:hover > a {
	color: #ffaf00;
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent > .menus > .line > .title {
	position: relative;
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent > .menus > .line > .title::before {
	position: absolute;
	left: -10px;
	top: 13px;
	width: 4px;
	height: 15px;
	background: #fff;
	content: "";
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li > .menuscontent_narrow {
	width: 194px;
	max-height: 400px;
}
#app .nav-bar .newindexcontainer > .newnavbody > .navs > li:hover > .menuscontent {
	visibility: visible;
}


#app .nav-bar .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: DINPro;
	font-weight: 500;
	font-size: 20px;
	color: #333;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}#app .nav-bar .contact .tel {
	margin-right: 15px;
	width: 27px;
	height: 22px;
	;
}#app .nav-bar .contact > .tel_num {
	display: inline-block;
	font-family: DINCond-Medium;
	font-size: 24px;
}#app .nav-bar .contact .wechat {
	display: inline-block;
	position: relative;
	top: -4px;
	margin-left: 20px;
	margin-right: 20px;
	width: 27px;
	height: 27px;
	cursor: pointer;
	;
}
#app .nav-bar .contact .wechat::before {
	display: none;
	position: absolute;
	left: -18px;
	top: 52px;
	z-index: 2002;
	width: 85px;
	height: 85px;
	background-image: url(../css/images/qrcode.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}
#app .nav-bar .contact .wechat:after {
	display: none;
	position: absolute;
	left: -30px;
	top: 42px;
	z-index: 2001;
	padding-top: 100px;
	border-radius: 8px;
	width: 110px;
	height: 130px;
	background-color: #fff;
	box-shadow: 0 0 8px 0 #86868638;
	text-align: center;
	font-size: 11px;
	color: #999;
	content: "Official account";
}
#app .nav-bar .ch .wechat:after {
	content: "官方微信";
}
#app .nav-bar .contact .wechat:hover::before {
	display: block;
}
#app .nav-bar .contact .wechat:hover:after {
	display: block;
}#app .nav-bar .contact .tiktok {
	display: inline-block;
	position: relative;
	top: -4px;
	width: 27px;
	height: 27px;
	cursor: pointer;
}
#app .nav-bar .contact .tiktok::before {
	display: none;
	position: absolute;
	left: -18px;
	top: 52px;
	z-index: 2002;
	width: 85px;
	height: 85px;
	background-image: url(./assets/dycode.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}
#app .nav-bar .contact .tiktok:after {
	display: none;
	position: absolute;
	left: -30px;
	top: 42px;
	z-index: 2001;
	padding-top: 100px;
	border-radius: 8px;
	width: 110px;
	height: 130px;
	background-color: #fff;
	box-shadow: 0 0 8px 0 #86868638;
	text-align: center;
	font-size: 11px;
	color: #999;
	content: "InvestHainan";
}
#app .nav-bar .ch .tiktok:after {
	content: "官方抖音";
}
#app .nav-bar .contact .tiktok:hover::before {
	display: block;
}
#app .nav-bar .contact .tiktok:hover:after {
	display: block;
}
#app .banners .time-box {
	position: absolute;
	z-index: 998;
	width: 100%;
	height: 437px;
	;
}#app .banners .time-box .newindexcontainer {
	position: relative;
	height: 437px;
	;
}#app .banners .time-box .time {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 57px 0 0 19px;
	width: 247px;
	height: 234px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(4,25,40,.6)), color-stop(99%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom, rgba(4,25,40,.6) 0%, rgba(0,0,0,0) 99%);
	background: -o-linear-gradient(bottom, rgba(4,25,40,.6) 0%, rgba(0,0,0,0) 99%);
	background: linear-gradient(0deg, rgba(4,25,40,.6) 0%, rgba(0,0,0,0) 99%);
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	;
}#app .banners .time-box .time .title {
	margin-bottom: 19px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	;
}#app .banners .time-box .time .start-time {
	margin-bottom: 40px;
	height: 20px;
	line-height: 20px;
}#app .banners .time-box .time .nearby {
	font-size: 12px;
}#app .banners .time-box .time .nearby span {
	margin: 0 7px;
	font-size: 20px;
	;
}#app .banners .time-box .time .nearby span:first-child {
	margin-left: 0;
}#app .banners .carousel-item .banner {
	width: 100%;
	height: 437px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	;
}#app .enter-box {
	margin-top: 68px;
}#app .enter-box .enters {
	flex-wrap: wrap;
	flex-grow: 1;

	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-ms-flex-wrap: wrap;
	;
}#app .enter-box .enters a {
	font-weight: bold;
	font-size: 15px;
	color: #666;
}#app .enter-box .enters .enter-item {
	position: relative;
	margin-right: 16px;
	margin-bottom: 16px;
	;
}#app .enter-box .enters .enter-item .grgzgp {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	border-radius: 10px;
	width: 211px;
	height: 144px;
	background: #f7fafc;
	background-image: url(./assets/icon_7_bg.png);
	background-size: cover;
	opacity: 0;
	cursor: pointer;
	text-align: center;
	transform: rotateY(180deg);
	transition: all 200ms;

	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	-webkit-transform: rotateY(180deg);
	;
}#app .enter-box .enters .enter-item .grgzgp .qrcode {
	width: 93px;
	height: 93px;
}#app .enter-box .enters .enter-item .grgzgp > div {
	margin-top: 3px;
	font-weight: bold;
	font-size: 15px;
	color: #666;
}#app .enter-box .enters .enter-item:hover .grgzgp {
	opacity: 1;
	transform: rotateY(0deg);

	-webkit-transform: rotateY(0deg);
	;
}#app .enter-box .enters .enter-item .box {
	padding-top: 38px;
	border-radius: 10px;
	width: 211px;
	height: 144px;
	background: #f7fafc;
	text-align: center;
	;
}#app .enter-box .enters .enter-item .box .icon {
	margin-bottom: 16px;
	height: 46px;
	;
}#app .enter-box .enters .enter-item .box .icon .icon_0 {
	width: 55px;
	height: 46px;
}#app .enter-box .enters .enter-item .box .icon .icon_1 {
	width: 46px;
	height: 46px;
}#app .enter-box .enters .enter-item .box .icon .icon_2 {
	width: 53px;
	height: 40px;
}#app .enter-box .enters .enter-item .box .icon .icon_4 {
	width: 46px;
	height: 43px;
}#app .enter-box .enters .enter-item .box .icon .icon_5 {
	width: 53px;
	height: 39px;
}#app .enter-box .enters .enter-item .box .icon .icon_6 {
	width: 36px;
	height: 41px;
}#app .enter-box .enters .enter-item .box .icon .icon_7 {
	width: 46px;
	height: 43px;
}#app .enter-box .enters .enter-item .box .icon .icon_8 {
	width: 42px;
	height: 44px;
}#app .enter-box .enters .enter-item .box .icon img {
	height: 100%;
}#app .enter-box .organizer {
	flex-shrink: 0;
	padding-top: 31px;
	width: 287px;
	height: 304px;
	background-image: url(./assets/side_bg.png);
	background-size: contain;

	-ms-flex-negative: 0;
	;
}#app .enter-box .organizer .title {
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #1461a6;
}#app .enter-box .organizer .organize {
	margin: 30px auto 25px auto;
	width: 217px;
	height: 70px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #221815;
}
#app .enter-box .organizer .organize > a {
	position: relative;
	font-weight: bold;
	font-size: 25px;
	color: #221815;
}#app .enter-box .organizer .stitle {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #221815;
}#app .enter-box .organizer .sorgnaize {
	margin-top: 4px;
	text-align: center;
	font-weight: 300;
}#app .enter-box .organizer .sorgnaize a {
	position: relative;
	height: 33px;
	font-size: 20px;
	color: #221815;
}#app .enter-box .organizer .sorgnaize a:hover,
#app .enter-box .organizer .organize > a:hover {
	text-decoration: underline;
	color: #1461a6;
	;
}#app .enter-box .organizer .sorgnaize a:hover::before,
#app .enter-box .organizer .sorgnaize a:hover::after,
#app .enter-box .organizer .organize > a:hover::before,
#app .enter-box .organizer .organize > a:hover:after {
	display: block;
	position: absolute;
	top: 0;
	width: 17px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	;
}#app .enter-box .organizer .sorgnaize a:hover::before,
#app .enter-box .organizer .organize > a:hover::before {
	left: -30px;
	background-image: url(./assets/qleft.png);
	;
}#app .enter-box .organizer .sorgnaize a:hover::after,
#app .enter-box .organizer .organize > a:hover::after {
	right: -30px;
	background-image: url(./assets/qright.png);
	;
}#app .ptitle {
	margin-top: 54px;
	margin-bottom: 32px;
	height: 30px;
	line-height: 30px;
	font-weight: 400;
	font-size: 20px;
	color: #333;
}#app .ptitle .icon {
	margin-right: 14px;
	width: 38px;
	;
}#app .ptitle .more {
	float: right;
	font-weight: 400;
	font-size: 16px;
	;
}#app .ptitle .more a {
	color: #999;
}#app .video-bar .video-item {
	position: relative;
	margin-right: 16px;
	width: 363px;
	height: 205px;
	;
}#app .video-bar .video-item img {
	width: 363px;
	height: 205px;
}#app .video-bar .video-item::after {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 64px;
	height: 64px;
	background-image: url(./assets/play.png);
	background-repeat: no-repeat;
	background-size: 64px 64px;
	cursor: pointer;
	content: "";
	;
}#app .video-bar .more {
	border-radius: 10px;
	width: 59px;
	height: 205px;
	background: #fafafa;
	line-height: 205px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	;
}#app .video-bar .more a {
	color: #999;
}#app .xzgg > div {
	flex-grow: 1;

	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	;
}#app .xzgg > div:first-child {
	margin-right: 30px;
}#app .xzgg > div:last-child {
	margin-left: 30px;
}#app .xzgg .content {
	font-weight: 400;
	font-size: 14px;
	;
}#app .xzgg .content a {
	color: #666;
}#app .xzgg .content .line {
	margin-bottom: 18px;
	height: 14px;
	line-height: 14px;
	;
}#app .gzdt .item {
	width: 287px;
}#app .gzdt .item > img {
	width: 287px;
	height: 216px;
	object-fit: cover;
}#app .gzdt .item .date {
	padding-left: 18px;
	padding-top: 17px;
	font-weight: 400;
	font-size: 20px;
	color: #333;
	;
}#app .gzdt .item .title {
	padding-top: 25px;
	line-height: 22px;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	;
}#app .lthy {
	margin-top: 70px;
	height: 406px;
	background-image: url(./assets/lthy_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	;
}#app .lthy .title {
	padding-top: 64px;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #333;
	;
}#app .lthy .buttons {
	margin-top: 67px;
}#app .lthy .buttons .button {
	margin: 0 55px;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #333;
}#app .lthy .buttons .button > img {
	width: 135px;
	height: 135px;
}#app .lthy .buttons .button .title {
	padding-top: 20px;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	;
}#app .zqfbt {
	margin-bottom: 76px;
}#app .zqfbt .areas {
	padding-left: 33px;
	height: 54px;
	background: #fafafa;
	;
}#app .zqfbt .areas .item {
	margin-right: 27px;
	border-bottom: 2px solid transparent;
	height: 54px;
	cursor: pointer;
	line-height: 54px;
	;
}#app .zqfbt .areas .item.hover {
	border-bottom: 2px solid #008ed8;
	font-weight: bold;
	font-size: 16px;
	color: #008ed8;
}#app .zqfbt .maps {
	position: relative;
	flex-shrink: 0;
	margin-top: 19px;
	width: 913px;
	height: 582px;

	-ms-flex-negative: 0;
	;
}#app .zqfbt .maps > img {
	width: 879px;
	height: 561px;
}#app .zqfbt .maps .area {
	position: absolute;
	cursor: pointer;
}#app .zqfbt .maps .area:hover .detail-box {
	visibility: visible;
}#app .zqfbt .maps .detail-box {
	visibility: hidden;
	position: absolute;
	left: 17%;
	bottom: 92%;
	;
}#app .zqfbt .maps .detail-box .bg-shadow {
	display: block;
	position: absolute;
	bottom: -71px;
	z-index: 0;
	width: 637px;
	height: 268px;
	background-image: url(./assets/shadow.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	;
}#app .zqfbt .maps .detail-box .detail {
	position: relative;
	z-index: 9;
	flex-direction: column;
	border: 4px solid #f0797d;
	border-radius: 4px 4px 4px 4px;
	width: 398px;
	height: 366px;
	background: #fff;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	;
}#app .zqfbt .maps .detail-box .detail::before {
	display: block;
	position: absolute;
	left: 48px;
	bottom: -29px;
	z-index: 10;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 30px solid #fff;
	border-bottom: 0 solid transparent;
	width: 0;
	height: 0;
	content: "";
	;
}#app .zqfbt .maps .detail-box .detail::after {
	display: block;
	position: absolute;
	left: 44px;
	bottom: -34px;
	z-index: 9;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 34px solid #f0797d;
	border-bottom: 0 solid transparent;
	width: 0;
	height: 0;
	content: "";
	;
}#app .zqfbt .maps .detail-box .detail .title-bar {
	flex-shrink: 0;
	width: 100%;
	height: 81px;
	background: #f0797d;

	-ms-flex-negative: 0;
	;
}#app .zqfbt .maps .detail-box .detail .title-bar .title {
	flex-shrink: 0;
	margin-top: 13px;
	padding-left: 17px;
	border-right: 1px solid rgba(255,255,255,.5);
	width: 130px;
	height: 53px;
	line-height: 30px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;

	-ms-flex-negative: 0;
	;
}#app .zqfbt .maps .detail-box .detail .title-bar .stitle {
	margin-top: 13px;
	padding-left: 16px;
	height: 53px;
	opacity: .5;
	line-height: 94px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	;
}#app .zqfbt .maps .detail-box .detail .content {
	overflow-y: auto;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
	flex-grow: 1;
	padding: 18px;
	background-color: #fff;

	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-ms-flex-wrap: wrap;
	;
}#app .zqfbt .maps .detail-box .detail .content img {
	margin: 4px;
	width: 110px;
	;
}#app .zqfbt .maps .detail-box .detail .content img:last-child {
	margin-right: auto;
}#app .zqfbt .maps .detail-box .detail.c-green {
	border-color: #4cb982;
}#app .zqfbt .maps .detail-box .detail.c-green::after {
	border-top-color: #4cb982;
}#app .zqfbt .maps .detail-box .detail.c-green .title-bar {
	background: #4cb982;
}#app .zqfbt .maps .detail-box .detail.c-lgreen {
	border-color: #a6cf4b;
}#app .zqfbt .maps .detail-box .detail.c-lgreen::after {
	border-top-color: #a6cf4b;
}#app .zqfbt .maps .detail-box .detail.c-lgreen .title-bar {
	background: #a6cf4b;
}#app .zqfbt .maps .detail-box .detail.c-purple {
	border-color: #ba72b1;
}#app .zqfbt .maps .detail-box .detail.c-purple::after {
	border-top-color: #ba72b1;
}#app .zqfbt .maps .detail-box .detail.c-purple .title-bar {
	background: #ba72b1;
}#app .zqfbt .maps .detail-box .detail.c-blue {
	border-color: #4abeef;
}#app .zqfbt .maps .detail-box .detail.c-blue::after {
	border-top-color: #4abeef;
}#app .zqfbt .maps .detail-box .detail.c-blue .title-bar {
	background: #4abeef;
}#app .zqfbt .maps .detail-box .detail.c-orange {
	border-color: #f5a95d;
}#app .zqfbt .maps .detail-box .detail.c-orange::after {
	border-top-color: #f5a95d;
}#app .zqfbt .maps .detail-box .detail.c-orange .title-bar {
	background: #f5a95d;
}#app .zqfbt .display {
	margin-left: 30px;
	width: 250px;
}#app .zqfbt .display .title {
	margin-top: 68px;
	margin-bottom: 5px;
	border-bottom: 2px solid #008ed8;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 24px;
	color: #333;
}#app .zqfbt .display .item {
	line-height: 32px;
	font-weight: 400;
	font-size: 16px;
	color: #666;
	;
}#app .hzhb {
	padding-top: 31px;
	width: 100%;
	height: 237px;
	background: #fafafa;
	;
}#app .hzhb .banks img {
	margin: 0 35px;
}#app .hzhb .title {
	margin-bottom: 44px;
	text-align: center;
}#app .hzhb .title > img {
	
	height: 45px;
}#app .footer {
	position: relative;
	width: 100%;
	height: 304px;
	background-color: #333;
	background-image: url(./assets/footer-bg.png);
	background-size: contain;
	font-weight: 400;
	font-size: 12px;
	color: #999;
}#app .footer .address-bar {
	height: 27px;
	background: #262626;
	line-height: 27px;
	;
}#app .footer .content {
	height: 277px;
}#app .footer .content .logo {
	margin-top: 81px;
}#app .footer .content .logo img {
	width: 276px;
	height: 41px;
}#app .footer .content .actions {
	flex-wrap: wrap;
	flex-grow: 1;
	margin-left: 213px;
	margin-top: 93px;

	-ms-flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	;
}#app .footer .content .actions li {
	margin-bottom: 70px;
	width: 33%;
	height: 15px;
	line-height: 15px;
	;
}#app .footer .content .actions li:nth-child(3n) {
	text-align: right;
}#app .footer .content .actions li a {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}#app .footer .content .qrcode {
	margin-left: 155px;
	margin-top: 72px;
	;
}#app .footer .content .qrcode img {
	width: 93px;
	height: 93px;
}#app .footer .content .contacts {
	margin-left: 17px;
	margin-top: 72px;
}#app .footer .content .contacts .contact {
	margin-bottom: 16px;
	height: 12px;
	line-height: 12px;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
	;
}#app .footer .content .contacts .contact a {
	color: #fff;
}
#app .card-apply-footer {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	margin: 0 8px;
	width: 320px;
}
#app .card-apply-footer button {
	margin-right: 8px;
	width: 140px;
	color: #fff;
}

#app .zhanhuidongtai {
	flex-wrap: wrap;

	-ms-flex-wrap: wrap;
}
#app .zhanhuidongtai .zhdt_content {
	padding: 20px 10px;
	width: 400px;
	height: 120px;
	background-color: #fff;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
#app .zhanhuidongtai .zhdt_content:hover {
	background-color: #f5f5f5;
}
#app .zhanhuidongtai .zhdt_content > div:first-child {
	display: -webkit-box;
	overflow: hidden;
	height: 50px;
	text-overflow: ellipsis;

	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#app .zhanhuidongtai .zhdt_content > div:first-child > span:nth-child(1) {
	color: #f00;
}
#app .zhanhuidongtai .zhdt_content > div:first-child > span:nth-child(2) {
	margin: 0 5px;
}
#app .zhanhuidongtai .zhdt_content > div:last-child {
	overflow: hidden;
	margin-top: 10px;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
}

.fuwu_qrcode {
	position: fixed;
	right: 15px;
	bottom: 100px;
	cursor: pointer;
}
.fuwu_qrcode > img {
	width: 100%;
	height: 100%;
}
.fuwu_qrcode::before {
	display: none;
	position: absolute;
	left: -190px;
	top: -40px;
	z-index: 2;
	width: 198px;
	height: 238px;
	background-image: url(./assets/fuwu_qrcode.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
}
.fuwu_qrcode:hover::before {
	display: block;
}


.app_qrcode {
	position: fixed;
	right: 15px;
	bottom: 230px;
	cursor: pointer;
}
.app_qrcode > img {
	width: 100%;
	height: 100%;
}
.app_qrcode::before {
	display: none;
	position: absolute;
	left: -190px;
	top: -30px;
	z-index: 2;
	width: 198px;
	height: 238px;
	background-image: url(./assets/app_qrcode.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
}
.app_qrcode:hover::before {
	display: block;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 40px;
	height: 70px;
	background-color: rgba(0, 0, 0, .3);
	background-position-x: center;
	background-position-y: center;
	background-size: 14px 24px;
}
.carousel-control-next,
.carousel-control-prev {
	top: 50%;
	width: 80px;
	height: 20px;
}

#app .lightspot {
	margin-top: 70px;
	height: 479px;
	background-image: url(./assets/lthy_bg1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#app .lightspot .title {
	padding-top: 64px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #333;
}
#app .lightspot .cicles {
	margin: auto;
	margin-top: 51px;
	max-width: 1200px;
}
#app .lightspot .cicles .owl-controls {
	margin-top: 51px;
}
#app .lightspot .cicles .cicle {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #333;
}
#app .lightspot .cicles .cicle .content {
	margin: 20px auto;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}
#app .lightspot .cicles .cicle .content > div:nth-child(1) {
	padding-top: 30px;
	height: 96px;
	text-align: center;
	font-family: DINCond-Medium;
	font-weight: 400;
	font-size: 60px;
	color: #f00;
}
#app .lightspot .cicles .cicle .content > div:nth-child(1) > span {
	font-family: DINCond-Medium;
	font-weight: 400;
	font-size: 60px;
	color: #f00;
}
#app .lightspot .cicles .cicle .content > div:nth-child(2) {
	margin-top: 24px;
	height: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #f00;
}
#app .lightspot .cicles .cicle .title {
	padding-top: 20px;
	font-weight: 400;
	font-size: 15px;
	color: #333;
}
.el-dialog__header {
	position: relative;
}
.el-dialog__header::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-image: url(/themes/hnExpo/public/assets/2022/img/tip-line.png);
	background-repeat: repeat-x;
	content: "";
}
.el-dialog__headerbtn > i {
	display: none;
}
.el-dialog__headerbtn {
	width: 20px;
	height: 20px;
	background-image: url(/themes/hnExpo/public/assets/2022/img/close-button.png) !important;
}