html,
body {
	-webkit-print-color-adjust: exact;
}

/*fix 碧筵綰 */
@font-face {
	font-family: '新微軟正黑體';
	unicode-range: U+7db0, U+78A7, U+7B75;
	src: local(微軟正黑體), local(Microsoft JhengHei), local(Open Sans);
}

body {
	font-family: "新微軟正黑體",'Microsoft JhengHei',"微軟正黑體", sans-serif !important;
}

body .topmenu .desktop .menuItemTag.live,
body .topmenu .mobile .mobileMenuItemTag.live {
	display:none;
}
						 
body.isLive .topmenu .desktop .menuItemTag.live,
body.isLive .topmenu .mobile .mobileMenuItemTag.live {
	display:inline-block;
}

/**********special section***********/

.main .topmenu .right .pageList .pageTab.on img.specialIcon,
.main .topmenu .right .pageList .pageTab img.specialIcon {
	background: none !important;
	height: 20px;
	margin-top: -20px;
}

.main .topmenu .right .pageList .pageTab img.eplfasttrack_btn {
	height: 22px;
	background: #2a2c32;
}

.index_special_title {
	height: 28px;
	background: #2a2c32 !important;
	transform: translate(12px, 5px);
	-webkit-transform: translate(12px, 5px);
}

@media (max-width: 1230px) and (min-width: 1000px) {
	.topmenu .right .pageList .pageTab {
		padding: 5px 6px !important;
	}
	.topmenu .right {
		width: 48% !important;
		/* width: 62% !important; */
	}
}

@media (max-width: 1000px) {
	.index_special_title {
		height: 19px;
		transform: translate(5px, 1px) scale(1.1);
		-webkit-transform: translate(5px, 1px) scale(1.1);
	}
	.main .topmenu .right .pageList .pageTab img.eplfasttrack_btn {
		margin-top: -3px;
	}
}

/**************************/

body > header a,
body > header a:link,
body > header a:focus,
body > header a:hover,
body > header a:visited {
	color: #424452 ;
	text-decoration: none !important;
}

body > header {
	background: #434553 !important;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 10px;
	width: 100%;
	z-index: 4;
	height: 80px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-size: 20px;
	transition: height 0.3s;
	display:block;
}

body > footer {
	
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 10px;
	width: 100%;
	z-index: 4;
	height: 70px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-size: 18px;
	transition: bottom 0.3s;
	display:none;
}

 
#bottomBanner{
	background-size:cover;
	bottom:0px;
	z-index: 100;
	position: relative;
} 


body.haveSecondMenu  #bottomBanner,
body.tempSecondMenu  #bottomBanner
{
	bottom:50px;
}
#bottomBanner 	> div {
		position:absolute;
		bottom:0;
		width: 100%;
	}
.slick-dots{
display:none;
}
#bottomBanner 	> div  a{ 
	width: 100%;
        height: 25.2777777778vw;
        background-size: 100%;
}

#bottomBanner 	> div  a img {
	width:100%;	
}
 
body.haveSecondMenu.siteScrollDown footer,
body.tempSecondMenu.siteScrollDown footer {
	bottom:-110px;
}

body.siteScrollDown footer {
	bottom:-60px;
}

body > footer .bg , body > footer .topmenu .left , body > footer .secondMenu {
	display:none;
}
 
 .bg {
	position: absolute;
    height: 80px;
	width: 100%;
	overflow:hidden;
	top:0px;
	z-index:10;
	box-shadow: 0 0 10px #666;
 }
.bgleft, .bgright {
    background: #434553;
    position: relative;
    height: 100px;
    width: 50%;
	float: left;
	
}

.main.racing .bgleft{
	width: 45%;
}
.main.racing .bgright{
	width: 55%;
}

.bgleft{
    z-index:1;
}
.parent{
    overflow:hidden;
}

.football .bgright {
	background: rgb(68,90,208);
	background: linear-gradient(0deg, rgba(68,90,208) 0%, rgba(41,126,210) 100%);
}
.racing .bgright {
	background: rgb(66,209,56);
	background: linear-gradient(0deg,#1e9c84 0%, #28b197 100%);
}

.marksix .bgright {
	background: #ffa501, 1;
	background: linear-gradient(0deg,#ffa501 50%, #fe9a00 100%);
}

.bgleft:after{
	/*content: '';
    position: absolute;
    border-right: 200px solid #434553;
    top: -13vw;
    bottom: 0vw;
    left: 0;
    right: -3.4vw;
    -moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);*/
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	right: -68px;
	bottom: 0;
	z-index: -1;
	transform: skewX(-40deg);
	transform-origin: top left;
	background: #FFF;
}


  
/* header a,
header a:hover,
header a:focus {
    text-decoration: none !important;
    color: #fff !important;
} */

 

.topmenu {
	display: flex;
	height: 100%;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.topmenu .mobile {
	display: none;
}
.topmenu .mobile > div{
height: 70px;
}
.topmenu .mobile .color_print_logo{
  margin-top: 7px;
}
.topmenu .mobile .mobileMenuItemTag.live {
	display:none;
	margin-left: 2px;
}
.topmenu .mobile .mobileMenuItemTag img{
 
}
.topmenu .mobile .mobileMenuItemTag.on img {
	height:60px;
	margin: 0vw;
}

.topmenu .left {
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 100;
	padding-top: 10px;

	 
}

.topmenu .left .desktop {
	margin-top: -22px;
	pointer-events: none;
}

.topmenu .left .desktop > *{
	pointer-events: all;
}

.topmenu .left img {
	height: 50px;
 
	vertical-align: middle;
}
.topmenu .left .menuItemTag.live {
	display:none;
}
.topmenu .left .menuItemTag img {
	height: 40px;
  
}

body.football .topmenu .left .menuItemTag img {
  margin:20px 40px 20px 0px;
}
body.football .topmenu .left .menuItemTag img[src="/img/menu/menu_football_on.png"] {
  margin:40px 0px 20px 0px;
}

body.racing .topmenu .left .menuItemTag img[src="/img/menu/menu_football_off.png"] {
  margin:20px 0px 20px 40px;
}

body.marksix .topmenu .left .menuItemTag img[src="/img/menu/menu_football_off.png"] {
  margin:20px 40px 20px 40px;
}
body.marksix .topmenu .left .menuItemTag img[src="/img/menu/menu_horse_off.png"] {
  margin:20px 0px 20px 0px;
}

.topmenu .left .menuItemTag.on img {
	height : 102px ;
	margin : 0px;
	margin-top: 21px;

}
.topmenu .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	z-index: 100;
}

.topmenu .right .flex {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: -10px;
}

.topmenu .right .desktop.flex {
	justify-content: flex-end;
}

.topmenu .right .wrapper {
	margin-bottom: 10px;
	font-weight: bold;
}

.topmenu .right .wrapper .flex{
	align-items: flex-end;
}

.topmenu .right .flex .wrapper::-webkit-scrollbar {
	/* height:0; */
	display: none;
}
/* 
.topmenu .right .flex .wrapper::-webkit-scrollbar-thumb {
    background-color: #000000;
	border: 2px solid #555555;
} */
.topmenu .right .desktop .headerContactPopup {
	cursor: pointer;
}
.topmenu .right .desktop a:nth-child(2) {
 
}
.topmenu .right .desktop a:nth-child(3) {
	 
}

.topmenu .right > div:nth-child(1) a {
	display: flex;
	align-items: center;
	color: #fff !important;
	font-size: 12px;
	padding: 0 5px 0 8px;
}

.topmenu .right > div:nth-child(1) a img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.topmenu .right > div:nth-child(1) a .epaper_img{
	width: auto;
	height: auto;
}

.topmenu .right > div:nth-child(1) a .headerNotice {
	width: auto;
	height: 24px;
}

 
.main .topmenu .right .pageList .pageTab img {
	background: #fff;
}

.main.football .topmenu .right .headerRightLogo {
	background: #2681d2;
}

.main.racing .topmenu .right .headerRightLogo {
	background: #2bb039;
}

.main.marksix .topmenu .right .headerRightLogo {
	background: #f89424;
}

 
.main .topmenu .right .currentDatetime {
	color: #fff !important;
	font-size: 12px;
	padding: 2px 4px;
	border-radius: 5px;
	margin-right: 5px;
}

.main.football .topmenu .right .pageList .pageTab.on,
.main.football .topmenu .right .pageList .pageTab:hover {
	color: #0099cc;
}
.main.racing .topmenu .right .pageList .pageTab.on,
.main.racing .topmenu .right .pageList .pageTab:hover { 
	color: #0db697;
}

.main.marksix .topmenu .right .pageList .pageTab.on,
.main.marksix .topmenu .right .pageList .pageTab:hover { 
	color: #ffa841; 
	/* width: fit-content;
    margin: 0 auto;
    padding: 5px 10px; */
}

.main.football .topmenu .right .pageList .pageTab.on img {
	background: #0099cc;
}
.main.racing .topmenu .right .pageList .pageTab.on img {
	background: #2790a5;
}
.main.marksix .topmenu .right .pageList .pageTab.on img {
	background: #ffab18;
}

.main .topmenu .right .pageList .pageTab.on,
.main .topmenu .right .pageList .pageTab:hover {
 
	background-color: #fff;
    border-radius: 14px;
   
}
 

 
.topmenu .right .pageList .pageTab {
	padding: 4px 10px;
	margin: 0px 10px;
	cursor: pointer;
	text-wrap: nowrap;
}

.main.football .right .pageList .pageTab {
	color: #74bbfb;
}

.main.marksix .right .pageList .pageTab {
	color: #ffee91;
}

.main.marksix .right .pageList .pageTab[rel="other"] {
	display:none;
}

.main.racing .right .pageList .pageTab {
	color: #FFF;
}
 
.topmenu .right .pageList .pageTab .indexBtn {
	display: none;
	height: 19px;
}

.main.football .megaCTN {
	 
}

.megaCTN {
	width: 100%;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all 0.3s ease 0.15s;
	-webkit-transition: all 0.3s ease 0.15s;
	z-index:2;
}

.currentMegaCTN {
	width: 100%;
	padding: 0px;
	color: #f0eff5;
	font-weight: bold;
	 
	position: absolute;
	z-index:1;
}

 
 

.megaCTN .inline , .currentMegaCTN .inline {
	display: inline-block;
	padding: 14px 15px;
	
}

.megaCTN .wrapper[menu="league"] .inline , .currentMegaCTN .wrapper[menu="league"] .inline ,
.megaCTN .wrapper[menu="team"] .inline , .currentMegaCTN .wrapper[menu="team"] .inline {
	padding: 15px 8px;
}

.megaCTN .inline.contactus  , .currentMegaCTN .inline.contactus ,
.megaCTN .inline.epaper  , .currentMegaCTN .inline.epaper {
	display:none;
	
}

.megaCTN .inline img.talk, .currentMegaCTN .inline img.talk {
	margin-top: -8px;
}

.main.football .currentMegaCTN .inline:hover a {
	color: #2681d2;
 
}
.main.racing .currentMegaCTN .inline:hover a {
	color: #2790a5;
 
}
.main.marksix .currentMegaCTN .inline:hover a {
	color: #f89424; 
}

.main .currentMegaCTN .inline.on {
	 
	padding: 14px 15px;
	transform: skewX(-40deg);
	background: #fff;
}

.main.racing .topmenu .oversea_focus  {
	height: 40px;
    width: 130px;
	position: relative;
}
.main.racing .topmenu .oversea_focus .pageTab {
	background-image: url(/img/racing/m_oversea_btn_off.png);
 
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
	width: 100%;
    height: 40px;
}
.main.racing .topmenu .oversea_focus .pageTab:hover , .main.racing .topmenu .oversea_focus .pageTab.on{
	background-image: url(/img/racing/m_oversea_btn_on.png);
	background-color: transparent;
}


.main.racing .topmenu .oversea_focus .pageTab  span{
	display:none;
}

.main.racing .secondMenu .currentMegaCTN .wrapper[menu="news"] .inline[name]:not([name='本地']):not([name='海外']) a{
	color:#9f9832;
	position:relative;
	padding : 0px 15px;
}
.main.racing .secondMenu .currentMegaCTN .wrapper[menu="news"] .inline[name]:not([name='本地']):not([name='海外']) a:before{
    content: '';
    background-image: url(/img/racing/m_news_special_l.png);
    width: 24px;
    height: 24px;
    position: absolute;
    left: -7px;
 
    background-size: contain;
    top: 2px;
	background-repeat: no-repeat;
}
.main.racing .secondMenu .currentMegaCTN .wrapper[menu="news"] .inline[name]:not([name='本地']):not([name='海外']) a:after{
    content: '';
    background-image: url(/img/racing/m_news_special_r.png);
    width: 24px;
    height: 24px;
    position: absolute;
    right: -13px;
    background-size: contain;
    top: 2px;
    background-repeat: no-repeat;
}


.main .currentMegaCTN .inline.on a {
	transform: skewX( 40deg);
	display: block;
}
.main.football  .megaCTN .wrapper[menu="league"] .inline.on ,.main.football .currentMegaCTN .wrapper[menu="league"] .inline.on,
.main.football  .megaCTN .wrapper[menu="team"] .inline.on ,.main.football .currentMegaCTN .wrapper[menu="team"] .inline.on {
	padding: 15px 8px;
}

 

.main.football > header .currentMegaCTN .inline.on a{
	color : #2681d2;
}
.main.racing > header .currentMegaCTN .inline.on a{
	color :  #108db4;
}
.main.marksix > header .currentMegaCTN .inline.on a{
	color : #f89424;
}


 
.secondMenu .inline a:hover,
.secondMenu .wrapper .www .cell a:hover {
 
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.secondMenu .headerWhiteLineCTN:not(:last-child) {
	display: inline-block;
	width: 5px;
	height: 20px;
}

.secondMenu .headerWhiteLineCTN:not(:last-child) .line {
	width: 1px;
	height: 23px;
	margin-top: 3px;
	background: #fff;
	opacity: 0.3;
	transform: rotate(20deg);
}

.secondMenu .wrapper  {
	max-width: 100%;
	text-align:center;
	margin: 0 auto;
	 
	overflow: hidden; 
	 
	background-color:#f0eff5;
	box-shadow: 0 0 10px #333;
}

@media (min-width: 1000px) {





	.secondMenu .wrapper {
		transition: padding 0.5s;
		-webkit-transition: padding 0.5s;
	}

	.secondMenu .wrapper .www  {
		text-align: left;
	}

	.secondMenu.league .wrapper {
		text-align: right;
		padding-right: 50px;
	}

	.secondMenu .megaCTN.tv .wrapper {
		text-align: right;
		padding-right: 220px;
	}

	.secondMenu .megaCTN.special .wrapper {
		text-align: left;
		padding-right: 0;
	}
}

.secondMenu .wrapper .www {
	margin-bottom: 5px;
}

.secondMenu .wrapper .www .cell  {
	padding: 5px 25px;
	display: inline-block;
}

.secondMenu .wrapper .www[rel="national"] .cell {
	min-width: 135px;
}

.secondMenu .wrapper .www .tableRow {
	margin-left: 320px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.365);
	max-width: 900px;
}

.secondMenu .wrapper .www .sectionTitle {
	background: #466584;
	width: 300px;
	text-align: center;
	border-radius: 5px;
	float: left;
}

.secondMenu .megaCTN.show {
	opacity: 1;
	overflow: visible;
	visibility: visible;
}
/* 
.megaCTN {
    opacity: 1;
    overflow: visible;
    visibility: visible;
} */

@media (max-width: 500px) {

	.main .topmenu .right .pageList .pageTab {
        padding: 2px 2px;
		margin:0px 2px;
	}

	.main .topmenu {
		font-size:4vw;
	}

}
@media (max-width: 1000px) {

	.main.racing .topmenu .oversea_focus  {
		 
		width: 92px; 
	}

	.main.racing .topmenu .oversea_focus .pageTab {
		background-position: center;
		background-image: url(/img/racing/m_oversea_btn2_off.png);
		margin: 0px;
	 
	}
	.main.racing .topmenu .oversea_focus .pageTab:hover , .main.racing .topmenu .oversea_focus .pageTab.on{
		background-image: url(/img/racing/m_oversea_btn2_on.png);
 
	}


	.main.racing .topmenu .oversea_focus .pageTab {
		top: 0px;
	}

	.megaCTN .inline.contactus  , .currentMegaCTN .inline.contactus  ,
	.megaCTN .inline.epaper  , .currentMegaCTN .inline.epaper  {
		display:inline-block;
		
	}

	body > footer .secondMenu {
		display:block;
	}


	.currentMegaCTN {
	bottom: 60px;
	display: block;
	
	}


	 
	body > header {
		padding-top: 0px;
		height:70px;
	}

	body > header .topmenu .right {
		display:none;
	}

	body > footer {
		display:block;
	}

	body > header .rightArrow,
	body > header .leftArrow {
		width: 40px;
		height: 36px;
		cursor: pointer;
		position: absolute;
		top: 0;
		bottom: 5%;
		margin: auto;
	}

	body > header .rightArrow {
		background-image: linear-gradient(
			to right,
			rgba(0, 0, 0, 0),
			rgba(10, 10, 10)
		);
	}

	body > header .leftArrow {
		background-image: linear-gradient(
			to right,
			rgba(10, 10, 10),
			rgba(0, 0, 0, 0)
		);
		left: 0;
		display: none;
	}

	/* .topmenu .pageList.flex  {
        background-color: #fff !important;
    } */

	.topmenu .right .flex {
		margin-right: 0;
		align-items: flex-end;
	}

	.topmenu .right .flex.toLeft .wrapper:after {
		/* background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(42,44,50, 0.9) 130%); */
		 
		left: 0;
	}

	.topmenu .right .flex.toRight .wrapper:before {
		/* background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(42,44,50, 0.9) 130%); */
		 
		right: 0;
	}

	.topmenu .right .flex.toLeft .wrapper:after,
	.topmenu .right .flex.toRight .wrapper:before {
		z-index: 5;
		content: "";
		/* border: 3px solid #fff; */
		position: absolute;
		width: 80px;
		height: 39px;
		top: -7px;
	}

	.topmenu {
		max-width: 1020px;
		margin: 0;
		flex-direction: column;
		padding: 0 !important;
		height: auto;
	}

	.topmenu .mobile {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
    justify-content: left;
	}


	.topmenu .mobile {

		
	}
	
	.topmenu .menuItemTag,
	.topmenu .desktop {
		display: none !important;
	}


	.secondMenu .wrapper  {
		
		 
		background-color:#f0eff5; 
		
		 overflow: auto;
	
	 
	}

	.secondMenu .wrapper .flex {
		margin: 0 auto;
	}
	.secondMenu .megaCTN , .secondMenu .currentMegaCTN {
		background-color: #434553;
 
	}

	/*
	.secondMenu .currentMegaCTN .wrapper {
		display:none;
 
	}
	.secondMenu .currentMegaCTN .wrapper.on {
		display:block;
	 
	}*/
	.secondMenu .currentMegaCTN .inline {
		color: #434553;
	}
 
	.football.main .secondMenu .currentMegaCTN .inline.on  {
		color: #0099cc;
	}

	.racing.main .secondMenu .currentMegaCTN .inline.on  {
		color: #2790a5;
	}

	.marksix.main .secondMenu .currentMegaCTN .inline.on  {
		color: #fd8f21;
	}

	.menuBtn {
		min-width: 50px;
		width: 50px;
		height: 50px;
		/* background-image: url(../img/menu.png); */
		/* background-image: url('/img/menu/M_icon_menu.png'); */
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: 50%;
	}

	.menuBtn img {
		height: 25px !important;
		cursor: pointer;
		width: 65%;
		background: #fff;
		margin-left: 15px;
		margin-top: 10px;
	}

	.football.main .menuBtn img {
		background: #0099cc;
	}

	.racing.main .menuBtn img {
		background: #40bb2b;
	}

	.marksix.main .menuBtn img {
		background: #fd8f21;
	}

	.menuBtn .menuClose {
		display: none;
	}

	.topmenu .right {
		width: 100%;
		z-index: 1;
	}

	.topmenu .right .wrapper {
		margin-bottom: 0;
		-ms-overflow-style: none;
	}

	.topmenu .right .pageList .pageTab {
		padding: 2px 6px;
		float: left;
		display: inline-block;
		text-wrap: pretty;
	}

	.main .topmenu .right .pageList .pageTab.on:after {
		margin-bottom:0px;
		padding-top: 0px;
	}

	/* .main.marksix .topmenu .right .pageList .pageTab {
        padding: 15px 15px;
    } */

	.main .topmenu .right .pageList .pageTab.on:after {
		padding-top: 0px;
		
	}

	.topmenu .pageList {
		position: relative;
		background-color: #2a2c32 !important;
		height: 32px;
	}

	.topmenu .pageList .wrapper {
		display: block !important;
		overflow: auto;
		scrollbar-width: none;
		width: 100%;
		
	}

	.topmenu .pageList .wrapper .flex {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.topmenu .pageList a {
		float: left;
		display: grid;
		flex: auto;
	}

	body.marksix .topmenu .pageList a {
		flex: 1;
	}
	body.marksix .topmenu .pageList .wrapper .flex {
		height: 100%;
		align-items: center;
	}

	.main.marksix .topmenu .right .pageList .pageTab { 
		width: fit-content;
		margin: 0 auto;
		padding: 5px 15px !important;
	}

	.topmenu .pageList .wrapper .flex > div  {
		float: left;
		display: grid;
		flex: auto;
	}
	.topmenu .pageList .pageTab[rel="other"] {
		    display: grid;
    flex: auto;
	}

	.megaCTN {
		padding: 0;
	}

	.megaCTN .wrapper {
		text-align: left;
	}

	.megaCTN .inline {
		padding: 10px 10px;
 
		text-align: center;
	}

	.megaCTN .headerWhiteLineCTN {
		display: none !important;
	}

	.megaCTN .wrapper .www .sectionTitle {
		width: 100%;
		border-radius: 0;
		padding: 6px;
	}

	.megaCTN .wrapper .www .tableRow {
		margin-left: 0;
		border: none;
		padding: 0px 40px;
		padding-top: 38px;
		max-width: none;
	}

	.megaCTN .wrapper .www .tableRow .cell {
		display: inline-block;
		text-align: center;
		width: 50%;
	}

	.megaCTN .wrapper .www:first-child .tableRow .cell {
		width: calc((100% / 3) - 0.1px);
	}
}

@media (min-width: 999px) {
	.topmenu .left img.main_mobile_logo {
		display:none;
	}
}

@media (max-width: 1000px) {


	
	body > header {
		border-top: none !important;
		 
	}

	.bg {
		height: 70px;
		box-shadow: none;
	}
	
	.topmenu .left {
		padding-top: 0px;
	}
 

	.topmenu .left img.main_logo {
		display:none;
	}

  .topmenu .left .menubtn .hamburger {
    width: 35px;
        height: 35px;
    position: relative;
    margin: 17px 6px ;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .topmenu .left .menubtn  .hamburger span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #777;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }


  /* Icon 4 */

  .topmenu .left .menubtn  .hamburger {
}

.topmenu .left .menubtn  .hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.topmenu .left .menubtn  .hamburger span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.topmenu .left .menubtn  .hamburger span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.topmenu .left .menubtn  .hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 6px;
}

.topmenu .left .menubtn  .hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.topmenu .left .menubtn  .hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 6px;
}

.topmenu .left   .menuLogo {
  position: absolute;
  justify-content: center;
  margin: 0px calc(100% / 2 - 180px / 2);
  display : flex;
  top:0px;
}

.topmenu .left   .menuLogo img {
  height:70px;
}
	.topmenu .right .pageList .pageTab .indexBtn {
		display: none;
	}

  body.football .topmenu .left   .menuLogo a.football{ order : 2; }  
  body.football .topmenu .left   .menuLogo a.racing{ order : 1; }  
  body.football .topmenu .left   .menuLogo a.marksix{ order : 3; }  
 
  body.racing .topmenu .left   .menuLogo a.football{ order : 1; }  
  body.racing .topmenu .left   .menuLogo a.racing{ order : 2; }  
  body.racing .topmenu .left   .menuLogo a.marksix{ order : 3; }  
 
  body.marksix .topmenu .left   .menuLogo a.football{ order : 1; }  
  body.marksix .topmenu .left   .menuLogo a.racing{ order : 3; }  
  body.marksix .topmenu .left   .menuLogo a.marksix{ order : 2; }  
 

	.topmenu .right .pageList .pageTab[rel="index"] span {
		 
	}

	.megaCTN .wrapper .www .cell {
		padding: 5px;
	}

	.main .topmenu .right .pageList .pageTab.on:after {
		border : 0px !important;
		
	}

	.topmenu .pageList  {
		position:fixed;
	 
		width:100%;
		height:60px;
	}

	.topmenu .pageList  .wrapper{
		text-align: center;
		text-align: -webkit-center;
		height:60px;
		align-content: center;
		
	}

 

	body.football .topmenu .pageList  .wrapper {
		background: linear-gradient(0deg, rgba(68,90,208) 0%, rgba(41,126,210) 100%);
	}
	body.racing .topmenu .pageList  .wrapper {
		background: linear-gradient(0deg, #1e9c84 0%, #28b197 100%);
	}
	body.marksix .topmenu .pageList  .wrapper {
		background: rgb(255,159, 0);
		background: linear-gradient(0deg, rgb(255,159, 0) 0%, rgba(255,159,26) 100%);
	}
  
	
	.secondMenu .megaCTN {
		position: fixed;
		bottom: 60px;
		/*padding: 0px 20px;*/
		background: #fff;
	}


	.secondMenu .megaCTN .wrapper{
		box-shadow: none;
		border : 0px;
		border-radius: 0px;
		display:flex;
		justify-content: center;
	}

	.secondMenu .megaCTN  .wrapper .inline {
	 
		padding : 14px 15px;
		display: inline-flex;
		/* flex-direction: row; */
		justify-content: center;
		color:#434553;
	}

	.secondMenu .megaCTN  .wrapper .inline.on {
		padding: 14px 15px;
		transform: skewX(-40deg);
		background: #fff;
	}

	.secondMenu .megaCTN  .wrapper .inline.on a {
		transform: skewX(40deg);
		display: block;
	}

	body.football .secondMenu .megaCTN  .wrapper .inline:hover a,
	body.football .secondMenu .megaCTN  .wrapper .inline.on a {
		color:#2681D2;
	}
	body.racing .secondMenu .megaCTN  .wrapper .inline:hover a,
	body.racing .secondMenu .megaCTN  .wrapper .inline.on a {
		color:#2790a5;
	}
	body.marksix .secondMenu .megaCTN  .wrapper .inline:hover a,
	body.marksix .secondMenu .megaCTN  .wrapper .inline.on a {
		color:#FF601C;
	}


	.main.marksix .right .pageList .pageTab[rel="other"] {
		display:block;
	}

	}

	.secondMenu .megaCTN  .wrapper .inline .box{
		display:flex;
	    width: 60%;
	align-items: center;
	position: relative;
	}
 
	.secondMenu .megaCTN  .wrapper .inline  .icon{

	width: 35px;
    height: 35px;
    background-size: contain;
	position: absolute;
	left : -15px;
	}
	.secondMenu .megaCTN  .wrapper .inline  .text {
		font-size: 24px;
	 
		padding: 12px 0px; 
	
		flex: auto;
		margin-left:20px;
	}
 
	
	.secondMenu .megaCTN  .wrapper .inline[name="聯絡我們"]  .icon{ background-image: url(/img/tools/icon_tel.png);	}
	.secondMenu .megaCTN  .wrapper .inline[name="聯絡我們"]  .text a{	color:#3074d1; }

	.secondMenu .megaCTN  .wrapper .inline[name="名家"]  .icon{ background-image: url(/img/tools/icon_master.png);	}
	.secondMenu .megaCTN  .wrapper .inline[name="名家"]  .text a{	color:#41bb2c; }

	.secondMenu .megaCTN  .wrapper .inline[name="組合獨贏"]  .icon{ background-image: url(/img/tools/icon_compositewin.png);	}
	.secondMenu .megaCTN  .wrapper .inline[name="組合獨贏"]  .text a{	color:#ac49b3; }

	.secondMenu .megaCTN  .wrapper .inline[name="派彩"]  .icon{ background-image: url(/img/tools/icon_dividend.png);	}
	.secondMenu .megaCTN  .wrapper .inline[name="派彩"]  .text a{	color:#f49000; }

	.secondMenu .megaCTN  .wrapper .inline[name="大賽提示"]  .icon{ background-image: url(/img/tools/icon_notice.png);	}
	.secondMenu .megaCTN  .wrapper .inline[name="大賽提示"]  .text a{	color:#fa2f85; }

	.secondMenu .megaCTN  .wrapper .inline[name="德國聯賽直播"]  .icon{ background-image: url(/img/tools/icon_german.png);	}
	.secondMenu .megaCTN  .wrapper .inline[name="德國聯賽直播"]  .text a{	color:#cc0001; }

	.secondMenu .megaCTN  .wrapper .inline[name="即時戰報"]  .icon{ background-image: url(/img/tools/icon_result.png);	}
	.secondMenu .megaCTN  .wrapper .inline[name="即時戰報"]  .text a{	color:#44ac61; }
	
	.secondMenu .megaCTN  .wrapper .inline[name="彩報印刷版"]  .icon{ background-image: url(/img/tools/icon_print.png);	}
	.secondMenu .megaCTN  .wrapper .inline[name="彩報印刷版"]  .text a span.left {	color:#ed8220; }
	.secondMenu .megaCTN  .wrapper .inline[name="彩報印刷版"]  .text a span.right {	color:#00aaca; }

	 

	.secondMenu .megaCTN  .wrapper .inline:first-child {
		border-top:0px;
	}
	.secondMenu .megaCTN  .wrapper .inline:last-child {
		border-bottom:0px;
	}

	.secondMenu .currentMegaCTN.toLeft .wrapper .flex::before {
		pointer-events: none;
		position: absolute;
		display: block;
		content: '';
		top: 0;
		left: 0px;
		bottom: 0;
		z-index: 1;
		width: 80px;
		height: 46px;
		background: rgb(239, 242, 245);
		background: linear-gradient(90deg, rgba(239, 242, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
 
	}

.secondMenu .currentMegaCTN.toRight .wrapper  .flex::after {
						pointer-events: none;
            position: absolute;
            display: block;
            content: '';
            top: 0;

            right: 0;
            bottom: 0;
            z-index: 1;

            /*background: rgb(97,20,173);
            background: linear-gradient(90deg, rgba(97,20,173,1) 0%, rgba(255,255,255,0) 100%);*/
            width: 80px;
            height: 46px;
            background: rgb(239, 242, 245);
            background: linear-gradient(270deg, rgba(239, 242, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
 

    }

 
	.liveBtn {
		display: none;
		position: absolute;
		z-index: 999;
		top: 50%;
		transform: translateY(-50%);
		left: 47%;
		width: 52px;
		height: 40px;
		cursor: pointer;
	}

	.main.racing .liveBtn {
		left: 42%;
	}

	.liveBtn.active {
		display: block;
	}

	.liveBtn img {
		width: 100%;
	}

	@media(max-width: 1000px) {
		.liveBtn {
			left: unset;
			right: 18vw;
			top: 45%;
		}
		.main.racing .liveBtn {
			left: unset;
		}
	}

	@media(max-width: 500px) {
		.topmenu .mobile {
			height:70px;
			position: relative;
		}
		.topmenu .mobile > div{
			zoom:0.9;
		}

		.liveBtn {
			top: 46%;
			zoom:0.9;
		}
		.topmenu .mobile .color_print_logo {
			margin-top: 12px;
		}
		.topmenu .left img {
			height: 42px;
			vertical-align: middle;
		}
	}


	@media(max-width: 374px) {

		.mobileMenuItemTag.off {
			display:none;
		}
		.topmenu .left .menuLogo {
		 
			left: calc(100% / 2 - 100px / 2);
			margin:0px;
		}
	}
 