.main-wrapper {
	/*background: url(assets/img/newMain/bgBlack.png) #000000 no-repeat top center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;*/

	width: 100%;
	/*height: 100%;*/
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

.dot-bg {
	width: 100%;
	height: auto;
	/*overflow-y: auto;
	overflow-x: hidden;*/
}

.main-top {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	background: #015536; /* Old browsers */
	border-bottom: 1px solid #7dc131;
}

.main-top .top_table {
	width: 1366px;
	margin: auto;
}

.main-top .top_table .top_lang {
	float: left;
	position: relative;
}

.main-top .top_table .top_user {
	float: left;
	padding: 5px 10px;
}

.main-top .top_table .top_money {
	float: right;
	padding: 10px;
}

.main-top .top_table .top_notice {
	float: left;
	padding: 5px 10px;
}

.main-top .top_table .top_btn {
	float: right;
	width: 210px;
}

.main-top .top_table .top_btn .join {
	float: right;
	width: 80px;
	height: 40px;
	line-height: 38px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #9acb37;
	border: 1px solid #7dc131;
	font-size: 14px;
	font-weight: bold;
}

.main-top .top_table .top_btn .join:hover {
	background: #7dc131;
	border: 1px solid #7dc131;
}

.main-top .top_table .top_btn .login {
	float: right;
	width: 80px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #cc001b;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

.main-top .top_table .top_btn .login:hover {
	background: #7dc131;
	border: 1px solid #7dc131;
}

.main-menu {
	width: 100%;
	display: flex;
	align-items: center;
	height: 80px;
	background: #11030dcc; /* Old browsers */
}

.main-menu .menu_table {
	width: 1366px;
	height: 80px;
	margin: auto;
}

.main-menu .menu_table .logo {
	float: left;
	/*width: 213px;
	height: 52px;*/
	padding: 6px 0 0 0;
}

.main-menu .menu_table .menu {
	float: right;
	height: 80px;
}
.main-menu .menu_table .menu li {
	float: left;
}
.main-menu .menu_table .menu li a {
	float: left;
	height: 80px;
	text-align: center;
	padding: 20px 40px;
	color: #fff;
}
.main-menu .menu_table .menu li a:hover {
	background: #11030dcc;
}
.main-menu .menu_table .menu li a p {
	margin-bottom: 0;
}
.main-menu .menu_table .menu li a .classA {
	color: #fff;
	font-weight: 800;
	font-size: 14px;
}
.main-menu .menu_table .menu li a .classB {
	color: #a2a5aa;
    font-weight: 400;
	font-size: 12px;
}


.main-flash {
	width: 100%;
	height: 454px;
	text-align: center;
	padding-top: 174px;
	;
}

.casino-card-show {
	display: block;
}

.casino-card-mobile {
	display: none;
}

@media (max-width: 1023px) {
	.casino-card-mobile {
		display: block !important;
	}
	.casino-card-show {
		display: none !important;
	}
	.pc_banner {
		height: auto !important;
	}
	.mobile_banner {
		height: 150px !important;
	}
	.contents_h {
		height: auto !important;
	}
	.main-menu .menu_table .logo {
		float: left;
		/*width: 213px;
		height: 52px;*/
		padding: 8px 0 0 10px;
	}
	.main-top .top_table .top_btn {
	    float: none;
	}
	.main-top .top_table .top_btn .join {
		height: 37px;
		line-height: 37px;
		font-size: 16px;
	}
	.main-top .top_table .top_btn .login {
		height: 37px;
		line-height: 37px;
		font-size: 16px;
	}
	.main-top {
		height: 58px;
	}
	/*.main-top {
		height: 70px;
	}
	.main-menu {
		height: 60px;
	}*/
	.main-menu .menu_table {
		background: #015536;
	}
	/*.main-top .top_table .top_money {
		float: none;
	}*/
}


.sidebarContainer {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 70%;
	height: 100%;
	background: #05372c;
	z-index: 9999;
}

.games-mobile-menu {
	padding: 10px 30px;
	/* text-align: left; */
	font-size: 18px;
	color: #d5c289;
	background-color: #272727;
	/*border-bottom: 0.25px solid #403e38;*/
	justify-content: space-between;
}

.games-mobile-account {
	background: none;
	color: #d89e00;
	padding: 12px;
	font-size: 20px;
	border-bottom: 0.25px solid #403e38;
}

.games-mobile-menu:hover,
.games-mobile-menu:active {
	background-color: #735c0c;
}

.games-mobile-account .login {
	background-image: linear-gradient(45deg, #fff, #f3d6b0);
	border: 1px solid #fff;
	padding: 5px 90px;
}

.games-mobile-account .login:active {
	padding: 5px 87px;
	border: 2px solid #7dc131;
	background: none;
}

.games-mobile-account .signup {
	padding: 5px 80px;
	border: 2px solid #7dc131;
}

.games-mobile-account .signup:active {
	background-image: linear-gradient(45deg, #fff, #f3d6b0);
	border: 2px solid #fff;
	padding: 5px 80px;
}

.qmenu {
	position: fixed;
	width: 71px;
	height: 505px;
	right: 20px;
	top: 180px;
	background-image: url(../images/index/top_bg.png);
	border: 1px solid #c2914d;
	border-radius: 3px;
	z-index: 9999;
}

.qmenu li {
	float: left;
	width: 100%;
	font-size: 13px;
}

.qmenu li a.qmn1 {
	float: left;
	text-align: center;
	padding-top: 65px;
	color: #fff;
	font-weight: none;
	width: 100%;
	height: 80px;
	background: url(../images/index/qmenu1.png) center no-repeat;
}

.qmenu li a.qmn2 {
	float: left;
	text-align: center;
	padding-top: 65px;
	color: #fff;
	font-weight: none;
	width: 100%;
	height: 80px;
	background: url(../images/index/qmenu2.png) center no-repeat;
}

.qmenu li a.qmn3 {
	float: left;
	text-align: center;
	padding-top: 65px;
	color: #fff;
	font-weight: none;
	width: 100%;
	height: 80px;
	background: url(../images/index/qmenu3.png) center no-repeat;
}

.qmenu li a.qmn4 {
	float: left;
	text-align: center;
	padding-top: 65px;
	color: #fff;
	font-weight: none;
	width: 100%;
	height: 80px;
	background: url(../images/index/qmenu4.png) center no-repeat;
}

.qmenu li a.qmn5 {
	float: left;
	text-align: center;
	padding-top: 65px;
	color: #fff;
	font-weight: none;
	width: 100%;
	height: 80px;
	background: url(../images/index/qmenu5.png) center no-repeat;
}

.qmenu li a.qmn6 {
	float: left;
	text-align: center;
	padding-top: 65px;
	color: #fff;
	font-weight: none;
	width: 100%;
	height: 80px;
	background: url(../images/index/qmenu6.png) center no-repeat;
}

.qmenu li a.qmn1:hover {
	background: url(../images/index/qmenu1_.png) center no-repeat;
}

.qmenu li a.qmn2:hover {
	background: url(../images/index/qmenu2_.png) center no-repeat;
}

.qmenu li a.qmn3:hover {
	background: url(../images/index/qmenu3_.png) center no-repeat;
}

.qmenu li a.qmn4:hover {
	background: url(../images/index/qmenu4_.png) center no-repeat;
}

.qmenu li a.qmn5:hover {
	background: url(../images/index/qmenu5_.png) center no-repeat;
}

.qmenu li a.qmn6:hover {
	background: url(../images/index/qmenu6_.png) center no-repeat;
}


.pc_banner {
	height: 480px;
}
.mobile_banner {
	height: auto;
}
.contents_h {
}

.front,
.items,
.item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 480px;
	overflow: hidden;
	z-index: 0;
}

.back {
	width: 100%;
	overflow: hidden;
}

.items {
	overflow: visible;
}

.item {
	display: none;
	text-shadow: 4px 4px 6px rgba(0,0,0,1.0);
}

.item .title {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}

.item .con {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}

.item1 {
	line-height: 180%;
	position: relative;
}

.item2 {
	background: url(../images/index/bgBlack2.png) #000000 no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 350px 0px;
	line-height: 70px;
}

.item3 {
	background: url(../images/index/bgBlack3.png) #000000 no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 350px 0px;
	line-height: 70px;
}

.itemtext {
	position: absolute;
	top: 200px;
	left: 50%;
	text-align: left;
	margin-left: -683px;
}

@media (max-width: 1023px) {
	.front,
	.items,
	.item {
		height: 2800px;
	}
	.item .title {
		font-size: 25px;
		color: #fff;
		font-weight: bold;
	}
	.item .con {
		font-size: 15px;
		color: #fff;
		font-weight: bold;
	}
	.item1 {
		padding-top: 210px;
		line-height: 30px;
	}
	.item2 {
		padding-top: 210px;
		line-height: 30px;
	}
	.item3 {
		padding-top: 210px;
		line-height: 30px;
	}
}

.commu {
	margin: 30px 0px 30px;
	background: #000;
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right bottom, #9acb37 , #7dc131 );
    border-image-slice: 1;
}
.commu_title {
	color: #9acb37;
	position: relative;
	z-index: 999;
	font-size:24px;
	font-weight:bold;
}

@media (max-width: 1023px) {
	.commu {
		margin: 30px 0px 30px;
	}
}

.dl-menuwrapper button {
    background: #9acb37;
    border: none;
    width: 43px;
    height: 39px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}
.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 4px;
    background: #fff;
    top: 8px;
    left: 17%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}
.mobile-menu {
    text-align: left;
    padding: 10px 10px !important;
    background: #015536;
    border-bottom: 1px solid #7dc131;
    color: #fff;
}

.nicoloCard .title-container {
    position: absolute;
    bottom: 42px;
	left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 50px;
    text-align: center;
	z-index: 10;
	font-size: 11px;
	opacity: 0.8;
}
.nicoloCard span {
	font-size: 36px;
    color: #fff;
	font-family: 'Anton', sans-serif;
    display: block;
	background: -webkit-linear-gradient(#fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nicoloCard button {
    font-size: 14px;
    width: 140px;
    height: 40px;
    border-radius: 0;
    font-weight: 600;
}
.btn-violet {
    font-weight: 700;
    color: #fff;
}


@media (max-width: 1023px) {
	.nicoloCard .title-container {
		bottom: 16px;
	}
	.nicoloCard span {
		font-size: 24px;
	}
}

.table_color {
	background-color: #000;
	margin-top: 0px;
	border: 1px solid #231f14;
}
.table_color tbody tr td {
	border: 1px solid #231f14;
	border-top: 1px solid #231f14;
}
.text_left {
	text-align: left;
	padding-left: 10px;
	position: relative;
	z-index: 9999999;
}
.text_ellipsis {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cursor_pointer {
	cursor: pointer;
}
.color_01 {color: #9acb37;}
.color_02 {}


.customer-content {
    display: flex;
    align-items: center;
    align-content: center;
    border: 1px solid #202020;
    height: 99px;
    background: #111;
}
.customer-buttons {
  float: left;
  width: calc(100% / 4);
  position: relative;
  text-align: center;
  white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .customer-buttons {
    padding: 18px;
  }
}

.customer-buttons:nth-child(1):hover,
.customer-buttons:nth-child(2):hover {
  opacity: 0.7;
  cursor: pointer;
}

.customer-buttons img {
  vertical-align: baseline;
  /*margin: 0 20px;*/
}

 .customer-buttons:nth-of-type(-n+3)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 60px;
  right: 0;
  top: 50%;
  background: #2d2d2d;
  transform: translateY(-50%);
}

.text-con {
  display: inline-block;
  margin-left: 20px;
  color: #a4a4a4;
}

.text-con p {
  margin: 0;
  text-align: left;
}

.goldTxt {
    letter-spacing: -1.44px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.customer-buttons:nth-of-type(n + 3) {
  /*padding: 20px 0;*/
}

.nicoloCard-container {
	position: relative;
	float: left;
	padding: 4px !important;
	width: calc(100% / 5);
}

.nicoloCard-container .nicoloCard {
	width: 100%;
	height: 300px;
	cursor: pointer;
}

.nicoloCard-container:nth-child(1) .nicoloCard {
	background: url(/assets/images/game/img-list2-bg1.png) no-repeat;
	background-size: cover;
}
.nicoloCard-container:nth-child(2) .nicoloCard {
	background: url(/assets/images/game/img-list2-bg2.png) no-repeat;
	background-size: cover;
}
.nicoloCard-container:nth-child(3) .nicoloCard {
	background: url(/assets/images/game/img-list2-bg3.png) no-repeat;
	background-size: cover;
}
.nicoloCard-container:nth-child(4) .nicoloCard {
	background: url(/assets/images/game/img-list2-bg4.png) no-repeat;
	background-size: cover;
}
.nicoloCard-container:nth-child(5) .nicoloCard {
	background: url(/assets/images/game/img-list2-bg5.png) no-repeat;
	background-size: cover;
}
.nicoloCard-container:nth-child(6) .nicoloCard {
	background: url(/assets/images/game/img-list2-bg6.png) no-repeat;
	background-size: cover;
}
.nicoloCard-container:nth-child(7) .nicoloCard {
	background: url(/assets/images/game/img-list2-bg7.png) no-repeat;
	background-size: cover;
}
.nicoloCard-container:nth-child(8) .nicoloCard {
	background: url(/assets/images/game/img-list2-bg8.png) no-repeat;
	background-size: cover;
}
.nicoloCard-container:nth-child(9) .nicoloCard {
	background: url(/assets/images/game/img-list2-bg9.png) no-repeat;
	background-size: cover;
}
.nicoloCard-container:nth-child(10) .nicoloCard {
	background: url(/assets/images/game/img-list2-bg10.png) no-repeat;
	background-size: cover;
}

@media (max-width: 1023px) {
	.nicoloCard-container {
		width: calc(100% / 4);
	}
}

@media (max-width: 991px) {
	.nicoloCard-container {
		width: calc(100% / 3);
	}
}

@media (max-width: 640px) {
	.nicoloCard-container {
		width: calc(100% / 2);
	}
}

.casino-card-show {
	display: block;
}

.casino-card-mobile {
	display: none;
}

.nicoloDesc {
	position: absolute;
	top: 17px;
	left: 50%;
	width: 300px;
	transform: translateX(-50%);
	opacity: 60%;
	z-index: 15;
}

.nicoloGirl {
	position: absolute;
	left: 50%;
	top: 24px;
	transform: translateX(-50%);
	width: 62%;
	z-index: 1;
	-webkit-filter: drop-shadow(5px 5px 10px #000);
	transition: all 0.5s;
}

/*.nicoloGirl:hover {
	width: 68%;
}*/


@media (max-width: 1023px) {
	.casino-card-mobile {
		display: block !important;
	}
	.casino-card-show {
		display: none !important;
	}
	.nicoloDesc {
		width: 100%;
	}
	.nicoloCard-container .nicoloCard {
		height: 220px;
	}
}

.main-help {
	width: 100%;
	height: 99px;
}

.main-help .help_table {
	width: 1366px;
	margin: auto;
	background: #000;
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right bottom, #9acb37 , #7dc131 );
    border-image-slice: 1;
}

.main-help .help_table .help_left {
	float: left;
	width: 415px;
	height: 159px;
	line-height: 159px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: url(../images/index/help1.png) 0px 58px no-repeat;
	padding-left: 64px;
}

.main-help .help_table .help_customer {
	float: left;
	width: 555px;
	height: 159px;
}

.main-help .help_table .help_customer .customer_title {
	padding-top: 38px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.main-help .help_table .help_customer .customer_con {
	padding-top: 15px;
}

.main-help .help_table .help_customer .customer_con .customer_tell {
	float: left;
	width: 240px;
	height: 42px;
	line-height: 42px;
	background: url(../images/index/help2.png) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 64px;
}

.main-help .help_table .help_customer .customer_con .customer_telegram {
	float: left;
	width: 240px;
	height: 42px;
	line-height: 42px;
	background: url(../images/index/help3.png) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 64px;
}

.main-help .help_table .help_times {
	float: left;
	height: 159px;
}

.main-help .help_table .help_times .times_title {
	padding-top: 38px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.main-help .help_table .help_times .times_con {
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #aeaeae;
}

.main-help .help_table .help_btn {
	float: right;
	width: 360px;
	height: 159px;
	padding: 25px 0px;
}

.main-help .help_table .help_btn .btn_won {
	float: left;
	width: 115px;
	height: 105px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #aeaeae;
	text-align: center;
	padding-top: 70px;
	margin-left: 5px;
	background: url(../images/index/help4.png) no-repeat;
}

.main-help .help_table .help_btn .btn_patner {
	float: left;
	width: 115px;
	height: 105px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #aeaeae;
	text-align: center;
	padding-top: 70px;
	margin-left: 5px;
	background: url(../images/index/help5.png) no-repeat;
}

.main-help .help_table .help_btn .btn_mun {
	float: left;
	width: 115px;
	height: 105px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #aeaeae;
	text-align: center;
	padding-top: 70px;
	margin-left: 5px;
	background: url(../images/index/help6.png) no-repeat;
}

.main-bot {
	width: 100%;
	background: #000;
	padding: 28px 0px;
}

.main-bot .bot_table {
	width: 1688px;
	margin: auto;
}

.main-bot .bot_table .bot_sitemap {
	float: left;
	width: 655px;
	height: 149px;
	background: #141414;
	border: 1px solid #444444;
	border-radius: 3px;
	padding: 15px 0px;
}

.main-bot .bot_table .bot_sitemap .sitemap_casino {
	float: left;
	width: 161px;
	border-right: 1px solid #444444;
	padding-left: 20px;
}

.main-bot .bot_table .bot_sitemap .sitemap_casino .title {
	font-size: 16px;
	color: #fff;
}

.main-bot .bot_table .bot_sitemap .sitemap_casino .con {
	width: 100%;
	padding-top: 5px;
}

.main-bot .bot_table .bot_sitemap .sitemap_casino .con li {
	float: left;
	font-size: 11px;
	color: #8a8a8a;
	padding-right: 10px;
}

.main-bot .bot_table .bot_sitemap .sitemap_game {
	float: left;
	width: 148px;
	border-right: 1px solid #444444;
	padding-left: 20px;
}

.main-bot .bot_table .bot_sitemap .sitemap_game .title {
	font-size: 16px;
	color: #fff;
}

.main-bot .bot_table .bot_sitemap .sitemap_game .con {
	width: 100%;
	padding-top: 5px;
}

.main-bot .bot_table .bot_sitemap .sitemap_game .con li {
	float: left;
	font-size: 11px;
	color: #8a8a8a;
	padding-right: 10px;
}

.main-bot .bot_table .bot_sitemap .sitemap_site {
	float: left;
	width: 256px;
	padding-left: 20px;
}

.main-bot .bot_table .bot_sitemap .sitemap_site .title {
	font-size: 16px;
	color: #fff;
}

.main-bot .bot_table .bot_sitemap .sitemap_site .con {
	width: 100%;
	padding-top: 5px;
}

.main-bot .bot_table .bot_sitemap .sitemap_site .con li {
	float: left;
	font-size: 11px;
	color: #8a8a8a;
	padding-right: 10px;
}

.main-bot .bot_table .bot_logo {
	text-align: center;
	margin: 0 auto;
}

.main-bot .bot_table .bot_bank {
	float: right;
	width: 645px;
	height: 149px;
	background: url(../images/index/bot_bank.png) no-repeat;
}

.main-link {
	width: 100%;
	background: #000;
}

.main-link .link_table {
	margin: auto;
	text-align: center;
}

.casino-card-show {
	display: block;
}

.casino-card-mobile {
	display: none;
}

@media (max-width: 1023px) {
	.casino-card-mobile {
		display: block !important;
	}
	.casino-card-show {
		display: none !important;
	}
	.main-help {
		background: #141414;
		width: 100%;
		height: 120px;
	}
	.main-help .help_table {
		width: 100%;
		height: 120px;
		padding: 0px 10px;
	}
	.main-help .help_table .help_customer {
		width: 100%;
		height: 120px;
		padding: 15px 0px;
	}
	.main-help .help_table .help_customer .customer_title {
		padding-top: 0px;
	}
	.main-help .help_table .help_customer .customer_con .customer_tell {
		float: left;
		width: 50%;
		height: 42px;
		line-height: 42px;
		background: url(../images/index/help2.png) no-repeat;
		font-size: 16px;
		font-weight: bold;
		color: #ff7800;
		padding-left: 64px;
	}
	.main-help .help_table .help_customer .customer_con .customer_telegram {
		float: left;
		width: 50%;
		height: 42px;
		line-height: 42px;
		background: url(../images/index/help3.png) no-repeat;
		font-size: 16px;
		font-weight: bold;
		color: #017dc8;
		padding-left: 64px;
	}
	.main-bot {
		width: 100%;
		background: #000;
		padding: 10px 0px;
	}
	.main-bot .bot_table {
		width: 100%;
		margin: auto;
	}
	.main-bot .bot_table .bot_logo {
		width: 100%;
		text-align: left;
		padding: 10px 10px;
	}
}

@media (max-width: 1023px) {
	.casino-card-mobile {
		display: block !important;
	}
	.casino-card-show {
		display: none !important;
	}
	.main-help {
		background: #141414;
		width: 100%;
		height: 120px;
	}
	.main-help .help_table {
		width: 100%;
		height: 120px;
		padding: 0px 10px;
	}
	.main-help .help_table .help_customer {
		width: 100%;
		height: 120px;
		padding: 15px 0px;
	}
	.main-help .help_table .help_customer .customer_title {
		padding-top: 0px;
	}
	.main-help .help_table .help_customer .customer_con .customer_tell {
		float: left;
		width: 50%;
		height: 42px;
		line-height: 42px;
		background: url(../images/index/help2.png) no-repeat;
		font-size: 16px;
		font-weight: bold;
		color: #ff7800;
		padding-left: 64px;
	}
	.main-help .help_table .help_customer .customer_con .customer_telegram {
		float: left;
		width: 50%;
		height: 42px;
		line-height: 42px;
		background: url(../images/index/help3.png) no-repeat;
		font-size: 16px;
		font-weight: bold;
		color: #017dc8;
		padding-left: 64px;
	}
	.main-bot {
		width: 100%;
		background: #000;
		padding: 10px 0px;
	}
	.main-bot .bot_table {
		width: 100%;
		margin: auto;
	}
	.main-bot .bot_table .bot_logo {
		width: 100%;
		text-align: center;
		padding: 10px 10px;
	}
}


.popup-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 200000000;
    top: 0;
    left: 0;
    display: none;
}
.popup-bg .popup-box {
    width: 360px;
    padding: 50px;
    margin: 135px auto;
    background: #111;
    position: relative;
	border: 2px solid #e0c764;
}
@media screen and (max-width: 767px) {
    .popup-bg .popup-box {
        margin: 10px auto !important;
    }
}
.popup-bg .popup-box > .box {
    position: relative;
    z-index: 2;
}
.popup-bg .popup-box > .box > .pop-logo {
    text-align: center;
    margin-bottom: 25px;
}
.popup-bg .popup-box > .box > a.popup-close {
    position: absolute;
    top: -50px;
    right: -50px;
    background: #181a27;
    text-align: center;
    width: 48px;
    height: 48px;
    padding: 15.5px 0;
}
.popup-bg .popup-box > .box > h4.tit {
    margin: 20px 0 10px 10px;
    font-size: 13px;
    font-family: "ns";
    font-size: 13px;
    color: #d2d2d2;
}
.popup-bg .popup-box > .box input {
    width: 100%;
    border: 1px solid #404447;
    border-radius: 10px;
    background: #1e1f21;
    padding: 10px 20px;
    line-height: 25px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    font-family: "ns";
    box-shadow: 0px 3px 5px #000 inset;
}
.popup-bg .popup-box > .box > .pop-btn {
    margin-top: 20px;
    text-align: center;
}
.popup-bg .popup-box > .box > .pop-btn > a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
}
.popup-bg .popup-box > .box > .pop-btn > a span {
    font-weight: 700;
    font-size: 16px;
}
.btn.sh span {
    overflow: hidden;
    display: block;
}
.btn.sh span:before {
    content: "";
    position: absolute;
    min-width: 70px;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff0), color-stop(50%, #ffffff80), color-stop(100%, #fff0));
    background: -webkit-linear-gradient(left, #fff00, #ffffff8050%, #fff0100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
}
.btn.orange {
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 114px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #100f14 !important;
    background: linear-gradient(to right, #b98808, #debf2b,#e2ca66,#c09628);
    border-radius: 40px;
    overflow: hidden;
    vertical-align: middle;
}
.popup-bg .popup-box > .box > p.txt {
    margin-top: 20px;
    text-align: center;
    color: #a5a5a5;
    font-size: 13px;
}
.popup-bg .popup-box > .box > p.txt > a {
    color: #e0c764;
    text-decoration: underline;
    font-weight: 700;
}

.memo {
    font-size: 12px;
    color: #bdbdbd;
	width: 50px;
}
.memo > a {
    position: relative;
    display: inline-block;
}
.memo > a > span {
    position: absolute;
    background: #b20818;
    width: 20px;
    height: 20px;
    display: block;
    top: 50%;
    right: -8px;
    margin-top: -15px;
    border-radius: 15px;
	color: #fff;
	text-align: center;
	line-height: 22px;
}
.memo > a > span > b {
    line-height: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    display: block;
    text-align: center;
    height: 15px;
}

#header {
    background: #100f14;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    border-bottom: 1px solid #343434;
}
.header-bt {
    position: relative;
    background: #101010;
	width: 100%;
    height: 42px;
    text-align: center;
}
.header-bt > ul > * {
    display: inline-block;
    line-height: 42px;
    margin: 0 10px;
    color: #bdbdbd;
    font-size: 12px;
    font-weight: 700;
}
header span.iconfont {
    background: linear-gradient(to right,#b98808,#e2ca66,#c09628);
    -webkit-background-clip: text;
    color: #0000;
    vertical-align: middle;
    font-size: 20px;
}
.red {
    color: #f51414 !important;
}
header span.iconfont.pink {
    color: #e00060;
    vertical-align: middle;
    font-size: 20px;
    background: none;
}
header span.iconfont.grey {
    color: #77787b !important;
    vertical-align: middle;
    font-size: 18px;
    background: none;
    font-weight: normal;
}
.login-btn {
    text-align: right;
    width: 50px;
}
.login-btn > a {
    display: inline-block;
    width: 41px;
    height: 41px;
    background: linear-gradient(to right, #c09628, #e2ca65, #b1840a);
    border-radius: 41px;
    line-height: 42px;
    text-align: center;
    color: #100f14;
    font-weight: 700;
    font-size: 11px;
}

.notice {
    margin: 10px 0;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.notice .tit {
    width: 80px;
    text-align: left;
}
.notice > * {
    display: table-cell;
    vertical-align: middle;
    height: 28px;
}
.notice .tit span {
    display: inline-block;
    height: 28px;
    padding: 2px;
    background: linear-gradient(to right, #c09628 , #d0ac17 , #f9f7e0 , #e6cf6b , #be900c);
    width: 63px;
    border-radius: 28px;
	margin-left: 8px;
}
.notice .tit span > b {
    font-size: 12px;
    color: #f9f7e2;
    background: #252429;
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-align: center;
    border-radius: 24px;
}
.notice .bx-viewport {
    height: 28px !important;
}
.main-visual li {
    height: 28px;
    line-height: 28px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    text-align: left;
}
.main-visual .bxslider li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #fff;
}

.menu-box {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #100f14;
    z-index: 100;
}
.menu-box:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 71px;
    height: 100%;
    background: #2f2f38;
    z-index: -1;
    border-right: 1px solid #44444c;
}
.menu-box > .nenu-tp > * {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    font-size: 12px;
    color: #bdbdbd;
    line-height: 60px;
}
.menu-box > .nenu-tp {
    display: table;
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #0000;
    background: #100f14;
    border-image: linear-gradient(to right, #c09628, #e2ca66 , #bb8b0a) 1 10;
}
.menu-box > .nenu-tp > .name {
    width: 70px;
}
.menu-box > .nenu-tp > .name, .menu-box > .nenu-tp > .memo, .menu-box > .nenu-tp > .logout {
    display: table-cell;
}
.menu-box > .nenu-tp > .name > .box {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    width: 168px;
    line-height: 40px;
    border-radius: 40px;
    background: #1e1f21;
    padding-right: 10px;
    font-size: 13px;
    color: #bdbdbd;
}
.menu-box > .nenu-tp > .name > .box > .iconfont:first-child {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: linear-gradient(to right, #c09628, #e2ca66 , #bb8b0a);
    color: #100f14;
    font-size: 20px;
    margin-right: 10px;
}
.menu-box > .nenu-tp > .name > .box > b {
    font-size: 16px;
    font-weight: 700;
}
.menu-box > .nenu-tp > .logout > a {
    width: 72px;
    height: 29px;
    line-height: 29px;
}
.btn.orange-line {
    overflow: hidden;
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 97px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #100f14 !important;
    border: 2px solid #725a09;
    vertical-align: middle;
    border-radius: 40px;
}
.menu-box > .nenu-tp > .logout {
    text-align: right;
}
.menu-box > .nenu-tp > .logout > a > span {
    font-size: 14px;
    color: #a6a6a6;
    height: 29px;
}
.btn.sh span {
    overflow: hidden;
    display: block;
}
.orange {
    color: #e9b637 !important;
}
.menu-box > .nenu-tp > .close {
    width: 60px;
    text-align: right;
}
.menu-box > .nenu-tp > .close > a {
    background: linear-gradient(to right, #c09628, #e2ca66 , #bb8b0a);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
}

.menu-deaph1 {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    height: calc(100vh - 62px);
}
.menu-deaph1 > li {
    float: none;
    padding: 0;
    display: block;
    border-left: none;
    text-align: left;
}
.menu-deaph1 > li > a {
    position: relative;
    color: #948d79;
    width: 72px;
    height: 71px;
    text-align: center;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #464238;
}
.menu-deaph1 > li > a.m-on {
    background-color: #100f14;
    color: #fcd47a;
    text-decoration: underline;
}
.menu-deaph1 > li > a > span.iconfont {
    color: #d1ac16;
    vertical-align: middle;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.menu-deaph1 > li > a.m-on > span {
    background: linear-gradient(to right,#b98808,#e2ca66,#c09628);
    -webkit-background-clip: text;
    color: #0000;
}
.menu-deaph2 {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 75px);
    height: 100%;
    padding: 15px;
    margin-top: 0;
    overflow-y: auto;
}
.menu-deaph2 > li {
    width: calc(50% - 5px);
    float: left;
    margin-bottom: 10px;
}
.menu-deaph2 > li:nth-child(even) {
    float: right;
}
.menu-deaph2 > li > a {
    position: relative;
    display: block;
    text-align: center;
    background: #1e1f21;
    border: 1px solid #3c3c3d;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 13px;
    line-height: 38px;
    color: #d2cdbd;
}

#footer-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #100f14;
    z-index: 6;
    border-top: 1px solid #c39a2d;
    box-shadow: -2px -2px 15px #000;
    text-align: center;
    display: table;
}
#footer-btn > a {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    position: relative;
}
#footer-btn > a > span.iconfont {
    background: linear-gradient(to right,#b98808,#c09628,#c09628);
    -webkit-background-clip: text;
    color: #0000;
    font-size: 20px;
}
#footer-btn > a > p {
    color: #a3a3a3;
    font-size: 11px;
}
#footer-btn > a + a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 34px;
    margin-top: -17px;
    width: 1px;
    background: #332a19;
}

.sub-container {
    min-height: 600px;
    margin-top: 15px;
}
h3.sub-title {
    margin-bottom: 20px;
    background: url(/assets/images/sub-title.gif) no-repeat right bottom #100f14;
    border-radius: 15px;
    height: 95px;
    box-shadow: 0px 4px 2px #efc43d, 0px 2px 1px #fff, 0px 1px 1px #efc43d;
    border: 2px solid #715a0a;
    color: #fff;
    font-size: 34px;
    padding: 30px;
    line-height: 35px;
    position: relative;
}
h3.sub-title:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 34px;
    background: url(/assets/images/sub-title2.png) no-repeat left top;
    z-index: 0;
}
h3.sub-title > span {
    display: inline-block;
    color: #909090;
    margin-left: 10px;
    font-size: 14px;
}
.notandum-box {
    background: url(/assets/images/notandum-box-bg1.jpg) no-repeat;
    background-size: cover;
    padding: 30px 40px;
    border-radius: 8px;
    border: 1px solid #404042;
    position: relative;
    min-height: 255px;
}
.notandum-box > h3.tit {
    font-size: 26px;
    color: #e00060;
    margin-bottom: 25px;
}
.notandum-box > h3.tit > span {
    display: inline-block;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to right, #bd1b8b, #d51b5c);
    border-radius: 8px;
}
.notandum-box > .txt {
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}
.application-style {
    background: #100f14;
    border-radius: 8px;
    position: relative;
    padding: 0 40px;
    margin-top: 20px;
    margin-bottom: 31px;
    box-shadow: 0px 4px 2px #efc43d, 0px 2px 1px #fff, 0px 1px 1px #efc43d;
    border: 2px solid #715a0a;
}
.application-style > dl {
    display: table;
    width: 100%;
}
.application-style > dl > * {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding: 10px 0;
}
.application-style > dl > dt {
    width: 145px;
    font-size: 14px;
    color: #fff;
}
.application-style > dl > dd {
    font-size: 13px;
    color: #6d6d6d;
}
.application-style > dl > dd > .btn.pink {
    border-radius: 8px;
    border: 1px solid #8a0941;
    border-top: 0;
    border-bottom: 2px solid #8a0941;
    margin-right: 10px;
    height: 45px;
}
.btn.w143 {
    width: 143px !important;
}
.btn.pink {
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 73px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    background: #de0160;
    /* box-shadow: 0px 0px 17px rgb(238 48 61 / 81%); */
    border-radius: 20px;
    overflow: hidden;
    vertical-align: middle;
}
.application-style > dl + dl {
    border-top: 1px solid #2d2f30;
}
.application-style > dl > dd > .btn.pink > span {
    font-size: 16px;
    font-weight: 700;
    line-height: 43px;
}
.application-style > dl > dd > span {
    font-size: 13px;
}
.application-style > dl > dd > input, .application-style > dl > dd > textarea, .application-style > dl > dd > select {
    width: 190px;
    margin-right: 5px;
}
.application-style > dl > dd .btn-all > a {
    background: linear-gradient(to bottom, #6a1303, #6a1303);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 83px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #a4230c;
    border-top: 0;
    border-bottom: 2px solid #a4230c;
    margin-right: 2px;
    border-radius: 8px;
}
.application-style > dl > dd .btn-all > a.first {
    background: linear-gradient(to bottom, #c22433, #9b095a);
    color: #fff;
    border: 0;
    line-height: 45px;
}
.center-btn {
    text-align: center;
	padding-bottom: 40px;
}
.center-btn > a {
    width: 159px !important;
    height: 60px !important;
    line-height: 62px !important;
    margin: 0 3px;
    font-size: 24px !important;
    font-weight: 700 !important;
    vertical-align: top;
}
.btn.w240 {
    width: 240px !important;
}
.btn.sh span {
    overflow: hidden;
    display: block;
}
.center-btn > a > span {
    font-weight: 700 !important;
    font-size: 24px !important;
}
h3.sub-title2 {
    margin-top: 35px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    padding-left: 10px;
    line-height: 35px;
    position: relative;
}
h3.sub-title2 > span {
    color: #767676;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}
.table-thead {
    background: linear-gradient(to bottom, #641607, #641607);
    border-radius: 8px;
    position: relative;
    border: 1px solid #871e09;
    border-top: 0;
    border-bottom: 2px solid #871e09;
}
.table-thead th {
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.table-tbody table {
    table-layout: fixed;
}
.table-tbody th {
    text-align: center;
    color: #adadad;
    font-size: 14px;
    height: 50px;
    border-bottom: 1px solid #404447;
    background: #1e1f21;
    font-weight: 700;
}
.sub-paging {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 90px;
}
.sub-paging a {
    display: inline-block;
    margin: 1px;
    color: #d0d0d0;
    vertical-align: top;
    border-radius: 3px;
    font-family: "ns";
    width: 41px;
    height: 41px;
    line-height: 37px;
    font-size: 14px;
    background: #343638;
    border: 2px solid #343638;
}
.sub-paging a.on, .sub-paging a:hover, .sub-paging a:active, .sub-paging a:focus {
    color: #e2ca63;
    background: #1e1f21;
    border: 2px solid #d1ac16;
}
.table-tbody2 table {
    table-layout: fixed;
}
.table-tbody2 td {
    text-align: center;
    color: #adadad;
    font-size: 14px;
    height: 50px;
    border-bottom: 1px solid #404447;
    background: #1e1f21;
}
.notice-tit {
    display: inline-block;
    height: 33px;
    border-radius: 50px;
    background: linear-gradient(to right, #c19725, #f9f7e0,#c19513);
    padding: 2px;
    text-align: center;
}
.notice-tit > span {
    display: block;
    color: #252429;
    font-size: 13px;
    color: #f9f7e2;
    background: #252429;
    width: 70px;
    line-height: 29px;
    border-radius: 29px;
}
.table-tbody2 td a.tit {
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fefefe;
    font-size: 14px;
}
.table-view {
    background: #100f14;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 4px 2px #efc43d, 0px 2px 1px #fff, 0px 1px 1px #efc43d;
    border: 2px solid #715a0a;
    margin-bottom: 25px;
}
.table-view .box {
    position: relative;
    z-index: 2;
    padding: 20px 30px;
}
.table-view .box * {
    color: #fefefe;
}
.table-view .box > dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #404447;
}
.table-view .box > dl > * {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}
.table-view .box > dl > dt > p.tit {
	font-size: 22px;
	display: inline-block;
}
.table-view .box > dl > dt > .notice-tit {
    margin-right: 20px;
}
.table-view .box span {
    font-size: 14px;
    font-weight: 400;
}
.table-view .box > dl > dd {
    color: #adadad;
    font-size: 14px;
    text-align: right;
    width: 100px;
}
.table-view .txt-box {
    line-height: 1.5;
    min-height: 450px;
    font-size: 14px;
    color: #fefefe;
    padding: 30px 0;
}
.mt22 {
    margin-top: 22px !important;
}
.text-right {
    text-align: right !important;
}
.btn.w159 {
    width: 159px !important;
}
.btn.h50 {
    height: 50px !important;
}
.btn.h50 > span {
    height: 50px !important;
    line-height: 50px !important;
}
.btn.orange-line2 {
    overflow: hidden;
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 97px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #100f14 !important;
    background: linear-gradient(135deg,#c09628,#f9f7e0,#bf910e);
    border-radius: 80px;
    padding: 2px;
}
.btn.orange-line2 > span {
    font-weight: 700;
    font-size: 14px;
    color: #e5e3d0;
    position: relative;
    background: #100f14;
    border-radius: 80px;
    height: 100%;
}
.font-18p > .btn > span {
    font-size: 18px !important;
}
.btn.orange-line2.h50 > span {
    height: 46px !important;
    line-height: 46px !important;
}
.white {
	color: #fff !important;
}

@media (max-width:1023px) {
	h3.sub-title {
    margin-bottom: 10px;
    background: url(/assets/images/sub-title.gif) no-repeat right bottom #100f14;
    background-size: cover;
    border-radius: 10px;
    min-height: 68px;
    box-shadow: 0px 4px 2px #efc43d, 0px 2px 1px #fff, 0px 1px 1px #efc43d;
    border: 2px solid #715a0a;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 10px;
	line-height: unset;
    position: relative;
	height: auto;
	}
	h3.sub-title:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 34px;
    background: none;
    z-index: 0;
	}
	h3.sub-title > span {
    font-size: 12px;
    color: #909090;
    line-height: 15px;
	margin-top: 5px;
	margin-left: 0;
	display: block;
	}
	.notandum-box {
    background: url(/assets/images/notandum-box-bg1.jpg) no-repeat;
    background-size: cover;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #404042;
    position: relative;
	}
	.notandum-box > h3.tit {
    font-size: 18px;
    color: #e00060;
    margin-bottom: 15px;
	}
	.notandum-box > h3.tit > span {
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to right, #bd1b8b, #d51b5c);
    border-radius: 8px;
    margin-right: 8px;
	}
	.notandum-box > .txt {
    font-size: 12px;
    color: #fff;
    line-height: 23px;
	}

	.application-style {
    background: #100f14;
    border-radius: 8px;
    position: relative;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 2px #efc43d, 0px 2px 1px #fff, 0px 1px 1px #efc43d;
    border: 2px solid #715a0a;
	}
	.application-style > dl {
    display: table;
    width: 100%;
    padding: 10px 0;
	}
	.application-style > dl > * {
    display: block;
    vertical-align: middle;
    height: auto;
    padding: 0;
	}
	.application-style > dl > dt {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
	width: auto;
	}
	.application-style > dl > dd {
    font-size: 13px;
    color: #6d6d6d;
	}
	.application-style > dl > dd > .btn.pink {
    border-radius: 8px;
    border: 1px solid #8a0941;
    border-top: 0;
    border-bottom: 2px solid #8a0941;
    margin-right: 10px;
    height: 40px;
	}
	.application-style > dl > dd > .btn.pink > span {
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
	}
	.application-style > dl > dd > p {
    font-size: 12px;
    margin-top: 5px;
    color: #6d6d6d;
    line-height: 15px;
	}
	.application-style > dl > dd > span {
    font-size: 12px;
    margin-top: 5px;
    color: #6d6d6d;
    line-height: 15px;
	display: block;
	}
	.application-style > dl > dd > input {
    width: 75%;
    margin: 0;
	}
	.application-style > dl > dd a.first {
    background: linear-gradient(to bottom, #c22433, #9b095a);
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    width: calc(25% - 5px);
    line-height: 45px;
    float: right;
    border-radius: 8px;
	}
	.application-style > dl > dd .btn-all {
    margin-top: 5px;
    margin-left: -5px;
	}
	.application-style > dl > dd .btn-all > a {
    background: linear-gradient(to bottom, #6a1303, #6a1303);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #a4230c;
    border-top: 0;
    border-bottom: 2px solid #a4230c;
    margin-left: 5px;
	margin-right: 0;
    border-radius: 8px;
    width: calc(25% - 5px);
    float: left;
	}
	.center-btn {
    text-align: center !important;
    margin-bottom: 35px;
	}
	.center-btn > a {
    width: 120px !important;
    height: 46px !important;
    line-height: 48px !important;
    margin: 0 3px;
    font-size: 18px !important;
    font-weight: 700 !important;
    vertical-align: top;
	}
	.center-btn > a > span {
    font-weight: 700 !important;
    font-size: 18px !important;
	}
	.btn.w240 {
    width: 150px !important;
	}
	h3.sub-title2 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    line-height: 20px;
    position: relative;
	}
	h3.sub-title2 > span {
    color: #767676;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
	}
	.table-dl {
    margin-bottom: 20px;
	}
	.table-dl > ul > li {
    background: #100f14;
    border-radius: 8px;
    position: relative;
    border-bottom: 2px solid #641607;
	}
	.table-dl > ul > li > .box {
    padding: 10px 20px;
    display: block;
	}
	.table-dl > ul > li > .box dt {
    display: table;
    width: 100%;
    border-bottom: 1px solid #403f43;
    margin-bottom: 10px;
    table-layout: fixed;
	}
	.table-dl > ul > li > .box dt > * {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
	}
	.table-dl > ul > li > .box dt > .notice-style {
    width: 70px;
	}
	.table-dl > ul > li > .box dt .notice-tit {
    width: 60px;
    border-radius: 5px;
    height: 23px;
    padding: 2px;
	}
	.table-dl > ul > li > .box dt .notice-tit > span {
    display: block;
    width: 56px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 19px;
    height: 19px;
	}
	.table-dl > ul > li > .box dt > p.title > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #fff;
	}
	.table-dl > ul > li > .box dd > * {
    float: left;
	}
	.table-dl > ul > li > .box dd > .day-box {
    color: #9d9b93;
    font-size: 12px;
	}
	.table-dl > ul > li + li {
    margin-top: 8px;
	}
	.table-view .box {
    position: relative;
    z-index: 2;
    padding: 20px;
	}
	.table-view .box > dl {
	padding-bottom: 10px;
    display: block;
	}
	.table-view .box > dl > * {
    display: block;
    vertical-align: middle;
    height: auto;
	}
	.table-view .box > dl > dt > .notice-tit {
    width: 60px;
    border-radius: 5px;
    height: 23px;
    padding: 2px;
	}
	.table-view .box > dl > dt > .notice-tit > span {
    display: block;
    width: 56px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 19px;
    height: 19px;
	}
	.table-view .box > dl > dt > p.tit {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
	display: block;
	}
	.table-view .box > dl > dd {
    color: #adadad;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
	display: block;
	text-align: left;
    width: auto;
	}
	.btn.w159 {
    width: 120px !important; */
	}
}