@charset "utf-8";
body {
	 font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,Arial, PingFang SC-Light, Microsoft YaHei;
	margin: 0px;
	-webkit-text-size-adjust: none;
	position: relative;
	color: #393939;
	padding: 80px 0 0 0;
	margin: auto;
	max-width: 1920px;
}
::selection{background: #50177d; color: white; /* Safari */} ::-moz-selection{background: #50177d; color: white;  /* Firefox */ } * {margin:0px; padding:0px;}
@media screen and (max-width:768px) {
body { padding:80px 0 0 0; }
}
input,button,a,textarea {
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
}
input, button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
img{
	max-width:100%;
	height: auto;
	border:0px;
}
li {
	list-style-type: none;
}
table {
	border-collapse:collapse;
}

a:link,a:visited {
	color: #d7d7d7;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
	text-decoration: none;
}
a:hover {
	color:#d7d7d7;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
	text-decoration: none;
}
a {
	outline:0;
}
h3 br {
	display:none;
}
@media screen and (max-width:768px) {
h3 br {
	display:block;
}
}
.clearFix {
	clear:both;
	width:100%;
	display:block;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
}
.clear {
	clear:both;
}
.block {
	display:block;
}
header {	
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;	
	z-index: 999;
	background-color:#ecc97c;
}
header .header {
	margin:auto;
	height:80px;
	position:relative;
	margin:auto;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
header .header h1 {
	height:42px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-21px;
}
@media screen and (max-width:1500px) {
header .header h1 {
	left:5%;
}
}
header .header h1 img {
	display:block;
	height:100%;
}
.mBody header .header {
	height:80px;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
@media screen and (max-width:768px) {

}
.navmb {
	display:none;
}
nav {
	display:inline-block;
	float:right;
}
nav a {
	float: left;
	height: 80px;
	line-height: 80px;
	display: block;
	padding: 0 12px;
	font-size: 16px;
	color: #393939;
	position: relative;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
	overflow:hidden;
}
nav a:link,nav a:visited {
	color:#421815;
}
nav a:before {
	content:"";
	width:86%;
	height:6px;
	position:absolute;
	display:block;
	background-color:#421815;
	left:7%;
	bottom:-6px;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
nav a:hover,nav a.current {	
	color:#421815;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
nav a:hover:before,nav a.current:before  {
	bottom:0;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
	opacity:1;
}
.closeNav {
	display:none;	
    cursor: pointer;
	position:absolute;
	right:5%;
	top:50%;
	margin-top:-16px;
	z-index:9999;
}
.line1, .line2, .line3 {
	width: 27px;
	height: 2px;
	background-color: #393939;
	margin: 6px 0;
	transition: 0.4s;
}
header.sed .line1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px) ;
    transform: rotate(-45deg) translate(-5px, 6px) ;
}

header.sed .line2 {opacity: 0;}
header.sed .line3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px) ;
    transform: rotate(45deg) translate(-5px, -6px) ;
}
@media screen and (max-width:1200px) {
.closeNav {
	display:block;
}
nav {
	display:none;
	position:fixed;
	top:80px;
	left:0px;
	width:100%;
	text-align:center;
	margin:0px;
}
.mBody nav {
	top:80px;
}
nav a {
	width:100%;
	float:none;
	background-color:rgba(0,0,0,0.8);
	border-top:solid 1px #393939;
	padding:0px;
	margin:0;
}
nav a:link,nav a:visited {
	color:#fff;
}
nav a {
	width:100%;
	display:block;
	height:calc(10vh - 1px);
	line-height:calc(10vh - 1px);
	font-size:3vh;
}
nav a:before {
	display:none;
}
nav a:hover,nav a.current {
	background-image: linear-gradient(#421815, #421815);
	color:#fff;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
.mBody nav li a {
	height:calc(17.8vh - 1px);
	line-height:calc(17.8vh - 1px);
}
}
@media screen and (max-width:768px) {
nav {
	top:80px;
}
.mBody nav {
	top:80px;
}
}
.iBanner {
	max-width:1920px;
	margin:0 auto 50px auto;
	position:relative;
}
.iBanner img.i1 {
	display:block;
	width:100%;
	position:relative;
}
.iBanner a {
	position: absolute;
	bottom: 40px;
	border-radius: 48px;
	left: 0px;
	width:280px;
	display:block;
	overflow:hidden;
	left:calc((100% - 1400px) / 2);
	bottom:50px;
}
@media screen and (max-width:1500px) {
.iBanner a {
	left:5%;
}
}
@media screen and (max-width:768px) {
.iBanner a {
	bottom:20px;
}
}
.iBanner a img {
	display:block;
}
.iBar_01 {
	max-width:830px;
	padding-right:570px;
	margin:auto;
	position:relative;
	padding-bottom:55px;
}
@media screen and (max-width:1500px) {
.iBar_01 {
	margin-left:5%;
	margin-right:5%;
}
}
@media screen and (max-width:768px) {
.iBar_01 {
	padding-right:0px;
}
}
.iBar_01 .i1 {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
}
@media screen and (max-width:768px) {
.iBar_01 .i1 {
	position:relative;
	left:auto;
	top:auto;
}
}
.iBar_01 h2 {
	font-size:30px;
	font-weight:normal;
	padding:40px 0 20px 0;
}
.iBar_01 .zw {
	padding-bottom:20px;
	font-size: 18px;
	line-height:24px;
}
.iBar_02 {
	background-color:#f5f5f5;
	padding-bottom:60px;
	margin-bottom:60px;
}
.iBar_02 h2 {
	font-weight:normal;
	margin:auto;
	padding:60px 0 30px 0;
	font-size: 30px;
}
.iBar_02 ul {
	margin:auto;
}
@media screen and (max-width:1500px) {
.iBar_02 h2 {
	margin-left:5%;
	margin-right:5%;
}
.iBar_02 ul {
	margin-left:5%;
	margin-right:5%;
}
}
.iBar_02 ul li {
	width:31.4%;
	background-color:#fff;
	margin-right:2.9%;
	float:left;
	padding:40px 0 40px 0;
	background-color:#ffffff;
	position:relative;
}
@media screen and (max-width:768px) {
.iBar_02 ul li {
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
}
.iBar_02 ul li:last-child {
	margin-bottom:0px;
}
}
.iBar_02 ul li:after {
	content:"";
	position:absolute;
	width:34px;
	height:23px;
	background-image:url(../img/Png53cb04daa7af0023d46d0139d6d2fc45d5e11e4f2c16bead3b2dcaeeadce7965.png);
	right:30px;
	top:30px;
	display:block;
}
.iBar_02 ul li:last-child {
	margin-right:0;
}
.iBar_02 ul li i {
	width:60px;
	height:60px;
	border-radius:50%;
	margin-left:40px;
	margin-bottom:15px;
	display:block;
}
.iBar_02 ul li i img {
	display:block;
}
.iBar_02 ul li h3 {
	font-size:30px;
	padding:0 40px;
	margin-bottom:15px;
	font-weight:normal;
}
.iBar_02 ul li .zw {
	font-size:18px;
	line-height:24px;
	padding:0 40px;
}
.iBar_03 {
	margin:0 auto 60px auto;
	background-image:url(../img/f885c4fb8b934cfcb65e85ae38007be7_mergeImage.png);
	background-repeat:no-repeat;
	background-size:cover;
	height:auto;
	overflow:hidden;
}
.iBar_03 .zw {
	font-size:18px;
	line-height:24px;
	color: rgba(255, 222, 150, 1);
	max-width:680px;
	padding:85px 80px;
	float: right;
}
.mainBanner {
	height:240px;
	line-height:240px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
	text-align:center;
	margin-bottom:60px;
}
.mainBanner h2 {
  background-image: linear-gradient(
    180deg,
    rgba(236, 201, 124, 1) 0,
    rgba(195, 136, 73, 1) 100%
  );
  overflow-wrap: break-word;
  color: rgba(57, 57, 57, 1);
  font-size: 80px;
  font-family: DINAlternate-Bold;
  text-align: right;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align:center;
  font-weight:normal;
}
@media screen and (max-width:768px) {
.mainBanner h2 {
  font-size: 40px;
}
}
.aboutUsBanner {
	background-image:url(../img/3d35fff811a0410eaf12f1d4fcca95a3_mergeImage.png);
}
.about_01 {
	padding-right:740px;
	position:relative;
	max-width:660px;
	margin:auto;
	padding-bottom:60px;
}
.about_01 .i1 {
	position:absolute;
	top:0px;
	right:0px;
}
@media screen and (max-width:1500px) {
.about_01 {
	margin:0 5%;
}
}
@media screen and (max-width:1024px) {
.about_01 {
	padding-right:0px;
}
.about_01 .i1 {
	position:relative;
	top:auto;
	right:auto;
	padding-top:40px;
}
}
.about_01 h3 {
	font-size:48px;
	font-weight:normal;
	margin-bottom:15px;
}
.about_01 .zw {
	font-size: 24px;
	line-height: 32px;
}
.about_01 .zw strong {
	font-weight:normal;
	width:430px;
	padding-left:10px;
	display:block;
	background-color:#ededed;
	border:solid 1px #e0e0e0;
	margin-bottom:20px;
	line-height:40px;
	height:40px;
	vertical-align:middle;
}

.contactUsBanner {
	background-image:url(../img/Png658ccf5b481e948e3e41e12b144128d596ef29ef32f87faa47024cbda6cc608f.png);
}
.contactUS_01 {
	padding-right:670px;
	position:relative;
	max-width:730px;
	margin:auto;
	padding-bottom:60px;
}
.contactUS_01 .i1 {
	position:absolute;
	top:0px;
	right:0px;
}
@media screen and (max-width:1500px) {
.contactUS_01 {
	margin:0 5%;
}
}
@media screen and (max-width:1024px) {
.contactUS_01 {
	padding-right:0px;
}
.contactUS_01 .i1 {
	position:relative;
	top:auto;
	right:auto;
}
}
.contactUS_01 h3 {
	font-size:48px;
	font-weight:normal;
	margin-bottom:15px;
}
.contactUS_01 .zw {
	font-size: 16px;
	line-height: 24px;
}
.contactUS_01 .zw strong {
	font-weight:normal;
	max-width:280px;
	padding-left:10px;
	display:block;
	background-color:#ededed;
	border:solid 1px #e0e0e0;
	margin-bottom:20px;
	line-height:40px;
	height:40px;
	vertical-align:middle;
}
.contactUS_02 {
	position:relative;
	background-color:#942422;
	color: rgba(255, 222, 150, 1);
	margin:0 auto 60px auto;
}
.contactUS_02 .m1 {
	padding:50px 300px 40px 60px;	
}
.contactUS_02 .m1 h3 {
	font-size:32px;
	margin-bottom:15px;
	font-weight:normal;
}
.contactUS_02 .m1 .zw {
	font-size:16px;
}
.contactUS_02 .i1 {
	position:absolute;
	right:15px;
	bottom:0px;
}

.rummyIntroductionBanner {
	background-image:url(../img/Pnga49844ad1b577d180e4cb25c9a2ea9eda5f8644768553e208c017331eb2456ac.png);
}
.g2 > li:nth-child(1) {
	width:48%;
	float:left;
}
.g2 > li:nth-child(2) {
	width:42.8%;
	float:right;
	position:relative;
}
.g2 li h3,.style_03 h3 {
	font-size: 32px;
	line-height: 45px;
	font-weight:normal;
	margin-bottom:15px;
}
.g2 li .zw,.style_03 .zw,.style_04 .zw {
	font-size:16px;
	line-height:24px;	
}
.style_01 {
	margin:0 auto 60px auto;
}
@media screen and (max-width:1024px) {
.style_01 .g2 > li:nth-child(1) {
	width:100%;
	float:none;
	margin-bottom:20px;
}
.style_01 .g2 > li:nth-child(2) {
	width:100%;
	float:none;
}
}
.style_02 {
	margin:0 auto 60px auto;
	background-color:#f5f5f5;
	padding:50px 0 40px 0;
}
.style_02 .g2 > li:nth-child(1) {
	padding-left:4%;
	width:45%;
	position:relative;
}
.style_02 .g2 > li:nth-child(2) {
	width:37%;
	padding-right:4%;
}
@media screen and (max-width:768px) {
.style_02 .g2 > li:nth-child(1) {
	width:auto;
	padding-right:60px;
	padding-left:60px;
	float:none;
	margin-bottom:20px;
}
.style_02 .g2 > li:nth-child(2) {
	width:auto;
	padding-right:60px;
	padding-left:60px;
	float:none;
}
}
.style_03 {
	padding:50px 0;
	margin:0 auto 60px auto;
	background-color:#f5f5f5;
}
.style_03 h3,.style_03 .zw {
	padding-left:60px;
	padding-right:60px;
}
.style_01_2 .g2 > li:nth-child(1) {
	float:right;
}
.style_01_2 .g2 > li:nth-child(2) {
	float:left;
}
.rum1 {
	margin-bottom:20px;
}
.style_02 li:nth-child(2) .marB-30 {
	position:absolute;
	left:0px;
	bottom:-40px;
}
.style_02 li:nth-child(1) .marB-30 {
	position:absolute;
	left:60px;
	bottom:-40px;
}
@media screen and (max-width:768px) {
.style_02 li:nth-child(2) .marB-30 {
	position:relative;
	left:auto;
	bottom:auto;
	padding-top:20px;
}
.style_02 li:nth-child(1) .marB-30 {
	position:relative;
	left:auto;
	bottom:auto;
	padding-top:20px;
}
}
.style_04 {
	margin:0 auto 60px auto;
}
.style_05 {
	margin:0 auto 60px auto;
	background-image:url(../img/lieBg.png);
	background-repeat:repeat-y;
	background-size:100% auto;
}
.style_05 ul.zw {
	padding:60px 60px;
}
.style_05 ul.zw li {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 120px;
	-webkit-column-gap:120px;
	column-gap: 120px;
	font-size:12px;
	line-height:20px;
}
@media screen and (max-width:768px) {
.style_05 {
	background-image:none;
	background-color:#fcf3dd;
}	
.style_05 ul.zw li {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-gap:0px;
	column-gap: 0px;
}
}
.case {
	padding-top:20px;
}
.case h4 {
	width: 150px;
	height: 40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	color:#fff;	
	background-color:#6b0c06;
	margin-bottom:25px;
	font-weight:normal;
	border-radius:20px;
}
.case div {
	font-size:24px;
	line-height:35px;
}
.case div img {
	vertical-align:middle;
	display:inline-block;
}
.privacyPolicyBanner {
	background-image:url(../img/Png51c89956dc82253a70338145e2c6879c07bcb28943934b00f3115039c2984225.png);
}
.termsOfServiceBanner {
	background-image:url(../img/Png1611a5ef88fac5fbb3c5fa66dee83c897618cb675ebb89c1e3ee16d5dc1aa7d9.png);
}
.gamesCanclellationBanner {
	background-image:url(../img/Png7e2a8f6d0c984d5121781412e7156cc0b9ff07f4a5aee2f9df8b04d49733c775.png);
}
.gamesCanclellationLast {
	background-image:url(../img/e20f0bd898c641c1b638c1d0dfd95b35_mergeImage.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:auto 100%;
}
.gamesCanclellationLast .zw {
	line-height:24px;
	max-width:840px;
}
footer {
	background-color:#421815;
	padding:30px 0 20px 0;
}
.footer {
	margin:auto;
	color:#fff;
}
.footer .f1 {
	width:48%;
	float:left;
}
.footer .f1 .zw {
	font-size:16px;
	line-height:19px;
	padding-top:10px;
	padding-right:20px;
}
.footer .f2 {
	width:23.5%;
	padding-right:1.5%;
	float:left;
}
.footer .f2 h3 {
	font-weight:normal;
	font-size:16px;
	margin-bottom:8px;
}
.footer .f2 div img {
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.footer .f3 {
	width:27%;
	float:left;
}
.footer .f3 a {
	font-size:16px;
	display:inline-block;
	margin-right:30px;
	margin-bottom:10px;
}
@media screen and (max-width:768px) {
.footer .f1 {
	width:100%;
	float:none;
	clear:both;
	margin-bottom:20px;
}
.footer .f2 {
	width:100%;
	padding-right:0%;
	float:none;
	clear:both;
}
.footer .f3 {
	width:100%;
	float:none;
	clear:both;
}
}
.sm {
	padding:20px 5% 10px 5%;
	text-align:center;
	color: rgba(207, 179, 178, 1);
	font-size: 16px;
	line-height: 19px;
	background-color:#330e0c;
}
.max1400 {
	max-width:1400px;
}
@media screen and (max-width:1500px) {
.max1400 {
	max-width:1500px;
	margin-left:5%;
	margin-right:5%;
}
}