@charset "UTF-8";

html {overflow-x:hidden;overflow-y:scroll;}
/* a {blr:expression(this.onFocus=this.blur()); outline:none;} */
img {border:0px;}

body, td, p {font-family:"Rajdhani", "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", Arial, Helvetica, sans-serif; font-size:1rem; color:#fff; line-height:160%;}
select,textarea,input {font-family:"Rajdhani", "微軟正黑體", "Microsoft JhengHei", "微软雅黑体", "Microsoft YaHei", Arial, Helvetica, sans-serif; font-size:1rem; color:#fff; line-height:160%;}
a {color:#ffee00; text-decoration:none;}
a:hover,a:active {color:#ffff00; text-decoration:none;}
ul,li {margin: 0;padding: 0;list-style: none;}

body {
	background-color: #fff;
}

#bg_mask_black {
	position:absolute;bottom:0;
	width:100%;
	background-color:#000000;
}

/*head*/
#head_list {
	position:fixed;
	margin:0 auto;
	width:100%;
	z-index:3;
	
	background: -moz-linear-gradient(top,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#head_list .head {
	position:relative;
	margin:0 auto;
	width:100%;max-width:960px;
}
#head_list .logo {
	padding:1.4% 10px;
	width:43%;
	cursor: pointer;
}
#head_list .logo img {
	max-width:100%;
}
#lang_list{
	position:absolute; top:25%; left:44%;
	width:56%;
	text-align: right;
}
#float_menu .mobile{
	display: none;
}
#lang_list img {
	width:45%;
	display: inline-block;
	cursor: pointer;
}
#float_menu .text img {
	width:35%;
	display: inline-block;
	cursor: pointer;
}
#head_margin {
	position:relative;
}
/*float_menu*/
#float_top {
	position:fixed;bottom: 1vw; right: 1vw;
	text-align:center;color:#fff;
	cursor:pointer;
	z-index:99999;
	background-color:#ff0054;
	border:1px solid #fff;

	filter:alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;
	display: none;
}
#float_top img {
	display:block;
}
#float_switch {
	position:fixed;
	top:clamp(0.75rem, 4vw, 2rem);
	right:clamp(0.75rem, 4vw, 2rem);
	text-align:center;color:#fff;
	cursor:pointer;
	z-index:99999;
	background-color:#000c38;
	border:1px solid #fff;
	font-size: clamp(0.938rem, 5vw, 2.5rem); line-height:160%;
	font-weight: bolder;
	padding: 0rem clamp(0.0628rem, 3vw, 1.5rem);

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#float_switch img {
	width: clamp(1.1256rem, 6vw, 3rem); vertical-align: -16%;
}
#float_menu {
	position:fixed;
	left: clamp(0.75rem, 4vw, 2rem);
	top: calc(clamp(2.25rem, 12vw, 6rem) + 3px);
	width: calc(100% - clamp(1.5rem, 8vw, 4rem));
	font-size: clamp(0.75rem, 4vw, 2rem); color:#000; text-align:center; line-height:200%;
	z-index:99998;
	display:none;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#float_menu .fmenu{
	margin-bottom:1px;
	border:1px solid #fff;
	background-color:#fff;
	cursor:pointer;
}
#float_menu .fmenu.cur{
	color:#fff;
	background-color:#ff0054;
}
#float_menu .fmenu:hover{
	color:#fff;
	background-color:#ff0054;
}
#float_menu .fmenu.lang{
	color:#fff;
	background-color:#000;
	border: 0px;
}
#float_bg {
	position:fixed;
	width:100%;height:100%;
	background-color:rgba(0,0,0,.75);
	z-index:99997;
	filter:alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;
	display:none;
}
/*main*/
#main_list {
	max-width: 100%;
	padding-bottom:100px;
}
#main_list .main_side {
	position: absolute;
	background-color: #fff;
}
/*index-news*/
#news_list {
	margin:0 auto;
	padding-top: clamp(4.5rem, 24vw, 12rem);
	width:940px;max-width:calc(100% - 20px);
	margin-bottom:4%;
	overflow:hidden;
}
#news_topics {
	-webkit-overflow-scrolling:touch; overflow-x: auto;overflow-y:hidden;
}
#news_topics_box {
	display: inline-flex;
}
#news_topic {
	margin-right:2px;
	padding:0 18px;
	font-size:1.125rem;color:#000;font-weight:bold;line-height:200%;
	background-color:#fff;
	display:inline-block;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#news_topic.back {
	padding:0 16px;
	font-size:1rem;color:#fff;font-weight:normal;line-height:200%;vertical-align:-0.09rem;
	background-color:#004ea5;
	
	cursor:pointer;
	align-self: flex-end;
}
.news_topic {
	margin-right:0.5%;
	border-top: 5px solid #000;
	padding:0 3%;
	color:#fff; font-weight: bold;
	background-color:#FF0054;
	display:inline-block;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

	transform: skewX(-25deg);
}
.news_topic .text {
	transform: skewX(25deg);
}
.news_topic.back {
	color:#fff;font-weight:normal;
	background-color:#000;
	
	cursor:pointer;
}
#news_rows {
	border:1px solid #fff;
	padding:5px;
	background-color:rgba(0,0,0,.5);
}
#news_rows .rows {
	margin: 1%;
	color: #fff;
	/* background-color: #4c4c4c; */
}
#news_rows .rows .date .date_bg {
	position: absolute; top:0; left:-0.5rem;
	padding: 0 0.5rem;
	width:7rem; height:100%;
	background-color:#818181;
	transform: skewX(-25deg);
}
#news_rows .rows .date .date_bg .text{
	transform: skewX(25deg);
}
#news_rows .rows .date{
	position: relative;
}
#news_list .news {
	position: relative;
	font-size: 1.2rem; color:#fff;line-height:200%;
	background-color:rgba(255,255,255,.30);
	overflow:hidden;
	cursor:pointer;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#news_list .news:hover {
	background-color:rgba(255,255,255,.50);
}
#news_list .news.null {
	cursor:default;
}
#news_list .news.null:hover {
	background-color:rgba(255,255,255,.30);
}
#news_list .news.inner {
	height:2rem;
	font-size:1rem;color:#fff;line-height:200%;
	background-color:#ff0054;
	cursor:default;
}
#news_list .news.inner:hover {
	background-color:#ff0054;
}
#news_list .news .date {
	width: 8rem;
	text-align:center;
	float:left;
}
#news_list .news .title {
	width: calc(100% - 8.3125rem);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

	float:left;
}
#news_list .news_body {
	padding:10px;
	width: calc(100% - 20px);
	color:#fff;
	background-color:rgba(0,0,0,.50);
	float: left;
}
#news_list .news_body.location {
	border:1px solid #004ea5;
	padding:10px;
	color:#fff;
	background-color:rgba(0,0,0,.6667);
}
#news_list .news_body img {
	max-width:100%;
}
#news_pages {
	padding-top:5px;
	text-align:center;
}
#news_pages img {
	display:block;
}
#news_pages .pgup {
	background-color:rgba(255,255,255,.30);
	display:inline-block;
	cursor:pointer;
	vertical-align:-50%;
	
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	border-radius:			3px;
}
#news_pages .pgup:hover {
	background-color:rgba(255,255,255,1);
}
#news_pages .pgup img {
	width:2.25rem;
}
#news_pages .page {
	padding:0 0.5rem;
	font-size:1.125rem;font-weight:900;line-height:150%;
	display:inline-block;
	color: #fff;
}
#news_pages .pgdn {
	background-color:rgba(255,255,255,.5);
	display:inline-block;
	cursor:pointer;
	vertical-align:-50%;
	
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	border-radius:			3px;
}
#news_pages .pgdn:hover {
	background-color:rgba(255,255,255,1);
}
#news_pages .pgdn img {
	width:2.25rem;
}
.sel_btn {
	margin: 0% 1%;
	width: 2rem; height: 2rem;
	background-color: #000;
	display: inline-block;
	vertical-align: -0.7rem;
	cursor: pointer;
}
#news_list .news_body .body {
	margin-top:20px;
}

#news_list .news_body .body .f {
	border-left:5px solid #FF0054;
	padding:0 0 0 1%;
	font-size:1.125rem; line-height: 200%;
}
#news_list .news_body .body .q {
	padding:5px 0 10px calc(1% + 5px);
	font-size:1rem; line-height: 160%;
}
#news_list .news_body.location select {
	border:1px solid #fff;
	padding:0 5px;
	color:#fff;
	background-color:#000;
	height:2rem;
}

#news_rows {
	position:relative;
	overflow: hidden;
}
#news_rows img.gotorank {
	cursor: pointer;
	max-width: 100%;
}
#news_list select {
    border: 1px solid #fff;
    color: #fff;
    background-color: #000;
}
#news_list .track_rank {
	position:absolute;right:1.7%;bottom:3%;
	padding:0 3%;
	font-size: clamp(0.75rem, 4vw, 1.7rem); line-height:160%;
	background-color:#ff0054;
	font-weight: 700;
	border-radius: clamp(0px, 0.5vw, 10px);
	cursor: pointer;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
/*index-hunt*/
#hunt_list {
	margin:50px auto 0;
	text-align:right;
	width:940px;max-width:calc(100% - 20px);
	margin-bottom:4%;
}
#hunt_left {
	padding:0 0.5rem;
	font-size:1.125rem;color:#fff;line-height:200%;
	background-color:#ff0054;
	display:inline-block;
}
#hunt_left img {
	height:1.375rem;
	vertical-align:-12%;
}
#hunt_banner {
	position:relative;
	border:1px solid #fff;
}
#hunt_list .event.b1 {
	position:absolute;top:0;left:0;
	width:100%;
	filter:alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;
	display:none;
}
#hunt_banner .h_title {
	position:absolute;top:10%;left:5.9%;
	font-family:"Rajdhani";font-weight:500;
	pointer-events: none;
	font-size: 2.1105rem; line-height: 100%;
}
#hunt_banner .h_title1 {
	position:absolute;top:18%;left:5.9%;
	font-family:"Rajdhani";font-weight:500;
	pointer-events: none;
	font-size: 2.333275rem; line-height: 100%;
}
#hunt_banner .h_title2 {
	position:absolute;top:24.2%;left:5.9%;
	font-family:"Rajdhani";font-weight:900;
	pointer-events: none;
	font-size: 3.11885rem; line-height: 100%;
}
#hunt_banner .h_line {
	position:absolute;top:34%;left:5.9%;
	width:7.5%;height:1.2%;
	pointer-events: none;
}
#hunt_banner .h_info1 {
	position:absolute;top:39%;left:5.9%;
	padding:0 0.5%;
	font-family:"Rajdhani";color:#000;font-weight:500;
	background-color:#c3fb12;
	pointer-events: none;
	font-size: 1.52425rem; line-height: 100%;
}
#hunt_banner .h_info2 {
	position:absolute;top:46.5%;left:5.9%;
	font-family:"Rajdhani";font-weight:500;
	pointer-events: none;
	font-size: 1.52425rem; line-height: 100%;
	
	-moz-text-shadow:   0px 0px 1px #000,0px 0px 1px #000,0px 0px 3px #000,0px 0px 3px #000;
	-webkit-text-shadow:0px 0px 1px #000,0px 0px 1px #000,0px 0px 3px #000,0px 0px 3px #000;
	text-shadow:        0px 0px 1px #000,0px 0px 1px #000,0px 0px 3px #000,0px 0px 3px #000;
}
#hunt_banner .h_award {
	position:absolute;top:52.5%;left:5.9%;
	padding:0 0.5%;
	font-family:"Rajdhani";font-weight:500;
	background-color:#ff0054;
	pointer-events: none;
	font-size: 1.28975rem; line-height: 100%;
}
#hunt_banner .h_maps {
	position:absolute;top:58.5%;left:5.9%;
	width:11%;
	pointer-events: none;
}
#hunt_banner .h_map {
	position:absolute;top:58.5%;left:5.9%;
	width:11%;
	pointer-events: none;
}
#hunt_banner .h_titleR {
	position:absolute;top:10%;right:3.7%;
	font-family:"Rajdhani";font-weight:500;
	pointer-events: none;
	font-size: 2.1105rem; line-height: 100%;
}
#hunt_banner .h_title1R {
	position:absolute;top:18%;right:5.0%;
	font-family:"Rajdhani";font-weight:500;
	pointer-events: none;
	font-size: 2.333275rem; line-height: 100%;
}
#hunt_banner .h_title2R {
	position:absolute;top:24.2%;right:5.0%;
	font-family:"Rajdhani";font-weight:900;
	pointer-events: none;
	font-size: 3.11885rem; line-height: 100%;
}
#hunt_banner .h_lineR {
	position:absolute;top:34%;right:5.0%;
	width:7.5%;height:1.2%;
	pointer-events: none;
}
#hunt_banner .h_info1R {
	position:absolute;top:39%;right:5.0%;
	padding:0 0.5%;
	font-family:"Rajdhani";color:#000;font-weight:500;
	background-color:#c3fb12;
	pointer-events: none;
	font-size: 1.52425rem; line-height: 100%;
}
#hunt_banner .h_info2R {
	position:absolute;top:46.5%;right:5.0%;
	font-family:"Rajdhani";font-weight:500;
	pointer-events: none;
	font-size: 1.52425rem; line-height: 100%;
	
	-moz-text-shadow:   0px 0px 1px #000,0px 0px 1px #000,0px 0px 3px #000,0px 0px 3px #000;
	-webkit-text-shadow:0px 0px 1px #000,0px 0px 1px #000,0px 0px 3px #000,0px 0px 3px #000;
	text-shadow:        0px 0px 1px #000,0px 0px 1px #000,0px 0px 3px #000,0px 0px 3px #000;
}
#hunt_banner .h_awardR {
	position:absolute;top:52.5%;right:5.0%;
	padding:0 0.5%;
	font-family:"Rajdhani";font-weight:500;
	background-color:#ff0054;
	pointer-events: none;
	font-size: 1.28975rem; line-height: 100%;
}
#hunt_banner .h_mapsR {
	position:absolute;top:58.5%;right:5.0%;
	width:11%;
	pointer-events: none;
}
#hunt_banner .h_mapR {
	position:absolute;top:58.5%;right:5.0%;
	width:11%;
	pointer-events: none;
}
@media screen and (max-width: 1422px) {
	#lang_list{
		display: none;
	}
	#float_menu .mobile{
		display: block;
	}
}
@media screen and (max-width: 939px) {
	#hunt_banner .h_title {
		position:absolute;top:5%;left:5.9%;
		font-size: 5vw; line-height: 100%;
	}
	#hunt_banner .h_title1 {
		position:absolute;top:15.5%;left:5.9%;
		font-size: 5.52822vw; line-height: 100%;
	}
	#hunt_banner .h_title2 {
		position:absolute;top:24.8%;left:5.9%;
		font-size: 7.38948vw; line-height: 100%;
	}
	#hunt_banner .h_line {
		position:absolute;top:38.5%;left:5.9%;
	}
	#hunt_banner .h_info1 {
		position:absolute;top:44.5%;left:5.9%;
		font-size: 3.6114vw; line-height: 100%;
	}
	#hunt_banner .h_info2 {
		position:absolute;top:55.75%;left:5.9%;
		font-size: 3.6114vw; line-height: 100%;
	}
	#hunt_banner .h_award {
		position:absolute;top:64.75%;left:5.9%;
		font-size: 3.0558vw; line-height: 100%;
	}
	#hunt_banner .h_maps {
		position:absolute;top:73.75%;left:5.9%;
	}
	#hunt_banner .h_map {
		position:absolute;top:73.75%;left:5.9%;
	}
	#hunt_banner .h_titleR {
		position:absolute;top:5%;right:5.9%;
		font-size: 5vw; line-height: 100%;
	}
	#hunt_banner .h_title1R {
		position:absolute;top:15.5%;right:5.9%;
		font-size: 5.52822vw; line-height: 100%;
	}
	#hunt_banner .h_title2R {
		position:absolute;top:24.8%;right:5.9%;
		font-size: 7.38948vw; line-height: 100%;
	}
	#hunt_banner .h_lineR {
		position:absolute;top:38.5%;right:5.9%;
	}
	#hunt_banner .h_info1R {
		position:absolute;top:44.5%;right:5.9%;
		font-size: 3.6114vw; line-height: 100%;
	}
	#hunt_banner .h_info2R {
		position:absolute;top:55.75%;right:5.9%;
		font-size: 3.6114vw; line-height: 100%;
	}
	#hunt_banner .h_awardR {
		position:absolute;top:64.75%;right:5.9%;
		font-size: 3.0558vw; line-height: 100%;
	}
	#hunt_banner .h_mapsR {
		position:absolute;top:73.75%;right:5.9%;
	}
	#hunt_banner .h_mapR {
		position:absolute;top:73.75%;right:5.9%;
	}
}
#hunt_banner img {
	width:100%;
	display:block;
}
.btn {
	border:0px;
	padding:0 1.125rem;
	font-size:1.125rem;color:#000;font-weight:bold;line-height:200%;
	background-color:#fff;
	display:inline-block;
	cursor:pointer;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.btn:hover {
	background-color:#d3ff12;
	
	-moz-box-shadow:   inset 0px 0px 3px #000,inset 0px 0px 3px #000,0px 0px 3px #000,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 10px #fff;
	-webkit-box-shadow:inset 0px 0px 3px #000,inset 0px 0px 3px #000,0px 0px 3px #000,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 10px #fff;
	box-shadow:        inset 0px 0px 3px #000,inset 0px 0px 3px #000,0px 0px 3px #000,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 10px #fff;
}
/*cabinet*/
#news_rows .cab {
	position: relative;
	background-color:rgba(255,255,255,.3);
}
#news_rows .cab .img {
	position:relative;
}
#news_rows .cab .img .pc {
	display:none;
}
#news_rows .cab .img .mobile {
	display:none;
}
#news_rows .cab img {
	margin: 0 auto;
	max-width:100%;
	display:block;
}
#news_rows .cab .dim {
	position:relative;
	width:75%;min-width:300px;max-width:100%;
	margin:0 auto;
	
	-moz-box-shadow:   2px 3px 10px #000;
	-webkit-box-shadow:2px 3px 10px #000;
	box-shadow:        2px 3px 10px #000;
}
#news_rows .cab .dim .dim_topic {
    position: relative;
    background-color: #ff0054;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    line-height: 200%;
    z-index: 1;
}
#news_rows .cab .dim .dim_intro {
	padding:2%;
	background-color:#fff;
	font-size:1rem;color:#000;line-height:160%;
}
#news_rows .cab .dot {
	border:4px solid #33eff9;
	position:absolute;top:0;left:0;
	width:5vw;
	aspect-ratio: 1 / 1;
	background-color:#fff;
	cursor:pointer;
	
	-moz-border-radius:			500px;
	-webkit-border-radius:		500px;
	border-radius:				500px;
	
	-moz-box-shadow:   2px 3px 10px #000;
	-webkit-box-shadow:2px 3px 10px #000;
	box-shadow:        2px 3px 10px #000;
}
#news_rows .cab .dot.d1 {
    top: 38vw;
    left: 54vw;
}
#news_rows .cab .dot.d2 {
    top: 103vw;
    left: 19vw;
}
#news_rows .cab .dot.d3 {
    top: 135vw;
    left: 17vw;
}
#news_rows .cab .dot.d4 {
    top: 52vw;
    left: 70vw;
}
#news_rows .cab .dot.d5 {
    top: 85vw;
    left: 39vw;
}
#news_rows .cab .dot.d6 {
    top: 95vw;
    left: 41vw;
}
#news_rows .cab .dot.d7 {
    top: 112vw;
    left: 44vw;
}
#news_rows .cab .line {
	position:absolute;top:0;left:0;
	background-color:#00fffc;
	width:2px;height:50%;
	
	-moz-box-shadow:   2px 3px 10px #000;
	-webkit-box-shadow:2px 3px 10px #000;
	box-shadow:        2px 3px 10px #000;
	
	filter:alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;
}
#news_rows .cab .spec {
	position:absolute;bottom:2.3129%;right:3%;
	padding:1% 3% 2% 3%;
	background-color:rgba(0,0,0,.5);
	color: #fff;
}
#news_rows .cab .spec .spec_title {
	margin-bottom:5%;
	border-bottom:1px solid #fff;
	text-align:center;
}
/*option*/
#news_rows .option {
	background-color:rgba(255,255,255,.3);
	padding:1%;
}
#news_rows .cab .option {
	background-color:rgba(255,255,255,0);
	padding:1%;
}
#news_rows .option .title {
	position:relative;
	padding:0 0.25rem 0 0.75rem;
	font-size:1.25rem;color:#fff;line-height:160%;
	background-color:#ff0054;
	display:inline-block;
	z-index:2;
}
#news_rows .option .triangle {
	position:absolute;top:0;right:-2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2rem 2rem 0 0;
	border-color: #ff0054 transparent transparent transparent;
	line-height: 0px;
	_border-color: #ff0054 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

	z-index:2;
}
#news_rows .option .body {
	position:relative;top:-0.5rem;left:3.6%;
	margin-bottom:3%;
	width:96.4%;
	background:url('../images/bg_video.png') repeat center center;
	background-size:1.5%;
}
.youkuplayer {
	position:relative;top:clamp(-1rem, -2vw, 0rem); left:calc(-1.8% - 1px);
	width:calc(100% - 2px);
	border:1px solid #fff;
	background-color:#000;
	aspect-ratio: 16 / 9;
	z-index: 1;
}
.youkuplayer iframe {
	display:block;
	z-index:1;
}
/*vehicle*/
#news_rows .cars {
	padding:1%;
	background-color:rgba(255,255,255,.3);
}
#news_rows .cars .title {
	margin-bottom:1%;
	border:1px solid #000;
	padding:0 20%;
	font-weight: 500;
	text-align:left;
	background-color:#fff;
	
	cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#news_rows .cars .title.new {
	border:2px solid #c3fb12;
	box-shadow: 0 0 5px #c3fb12cc, 0 0 10px #c3fb12cc, inset 0 0 5px rgba(195, 251, 18, 0.3);
}
#news_rows .cars .title .car_name {
	font-size:clamp(1.1256rem, 8vw, 3rem);color:#000;line-height:90px;text-align:left;
	display:inline-block;
}
#news_rows .cars .title img {
	height: clamp(0rem, 14vw, 5.5rem);
	vertical-align: -120%;
	display:inline-block;
}
@media screen and (max-width: 939px) {
	#news_rows .cars .title {
		padding:0 5%;
	}
	#news_rows .cars .title img {
		vertical-align: -67%;
	}
	#news_rows .cars .title .car_name {
		font-size: 10vw;
	}
}
#news_rows .cars .car {
	position:relative;
	margin-bottom:1%;
}
#news_rows .cars .car .c0 {
	position:relative;
}
#news_rows .cars .car .c1 {
	position:absolute;top:0;left:0;
	filter:alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;
}
#news_rows .cars .body {
	margin:0 auto;
	padding-bottom:4%;
	width:96%;
}
#news_rows .cars .body .c0 img,#news_rows .cars .body .c1 img {
	width:9999px;max-width:100%;
	display:block;
}
#news_rows .cars .colors {
	position:absolute;bottom:2px;left:2px;
	width:calc(100% - 4px);
	background-color:rgba(0,0,0,.5);
}
#news_rows .cars .colors .ct {
	width:25%;
	float:left;
}
#news_rows .cars .colors img {
	max-width:100%;
	display:block;
}
#news_rows .cars img.new {
	width: 18%;
	vertical-align: -18%;
}
#news_rows .cars .colors .cc {
	padding:1% 2% 1% 0;
	width:23%;
	float:left;
}
#news_rows .cars .colors .color {
	border: 1px solid #999;
	width:calc(100% - 2px);height:30px;;
	cursor:pointer;
	height: clamp(1rem, 4.9vw, 3.3rem);
}
#news_rows .cars .colors .cc.cc0 .color {
	border: 2px solid #fff;
}
#news_rows .cars .name {
	position:absolute;top:0;left:0;
	background-color:rgba(0,0,0,.8);
	font-weight:600;

    color:#fff;
}
#news_rows .cars .name.n0 {
    padding: 0px 2%;
    font-size: clamp(0.75rem, 4vw, 1.7rem);
    line-height: 150%;
    top: 2%;
    left: 1%;
}
#news_rows .cars .name.n1 {
    padding: 0px 2%;
    font-size: clamp(0.938rem, 5vw, 2rem);
    line-height: 150%;
    top: 11%;
    left: 1%;
}
#news_rows .cars .rank {
	position:absolute;top:0;left:0;
	width:23%;
    top: 23%;
    left: 1%;
}
@media screen and (max-width: 780px) {
	#news_rows .cars .name.n1 {
    	top: 15%;
	}
	#news_rows .cars .rank {
		top: 31%;
	}
}
#news_rows .cars .rank img {
	max-width:100%;
}
/*scene*/
#news_list .body_scene {
	padding:1% 2%;
}
#news_list .body_scene .name img.new {
	width: 22%;
	vertical-align: -22%;
}
#news_list .body_scene .moto {
	margin:0 0 1% 0.5%;
	border:1px solid #000;
	width:calc(16.25% - 2px);
	font-size:1.25rem;color:#000;text-align:center;line-height:200%;
	background-color:#fff;
	float:left;
	cursor:pointer;
	font-weight:600;
}
#news_list .body_scene .moto.m0 {
	margin-left:0%;
	border:1px solid #fff;
	background-color:#ff0054;
	color:#fff;
}
#news_list .scene {
	display:none;
}
#news_list .scene .scene_name {
	position:absolute;top:0;left:0;
	background-color:rgba(0,0,0,.8);

    color:#fff;
    padding: 1% 2% 0;
    font-size: clamp(0.938rem, 5vw, 2rem);
    line-height: 150%;
    top: 2%;
    left: 1%;
}
#news_list .scene .track_name {
	position:absolute;top:0;left:0;
	background-color:rgba(0,0,0,.8);

    color:#fff;
    padding: 1% 2% 0;
    font-size: clamp(0.75rem, 4vw, 1.7rem);
    line-height: 150%;
    top: 14.5%;
    left: 1%;
}
#news_list .scene .scene_icon {
	position:absolute;right:0;bottom:0;
	width:20%;
}
#news_list .scene .scene_icon img {
	width:100%;
}
#news_list .scene .scene_weather {
	position:absolute;left:1%;top:28%;
	width:22.7%;
}
@media screen and (max-width: 939px) {
    #news_list .body_scene .moto {
        width: calc(50% - 3px);
        font-size: 4.7vw;
        line-height: 200%;
    }
    #news_list .body_scene .name img.new {
        width: 17%;
        vertical-align: -26%;
    }
	#news_list .body_scene .moto.m2,#news_list .body_scene .moto.m4 {
		margin-left:0%;
	}
	#news_list .scene .track_name {
		top: 20%;
	}
	#news_list .scene .scene_weather {
		top: 37%;
		width: 35%;
	}
	#news_list .scene .scene_icon {
		width:25%;
	}
}
#news_list .scene .scene_weather img {
	width:100%;
}
#news_list .scene.s1 {
	margin-top:3%;
	display:block;
}
#news_list .body2 .tracks {
	clear:both;
	position:relative;
	border:2px solid #fff;
	overflow:hidden;
	
	-moz-box-shadow:   7px 7px 0px rgba(0,0,0,.4);
	-webkit-box-shadow:7px 7px 0px rgba(0,0,0,.4);
	box-shadow:        7px 7px 0px rgba(0,0,0,.4);
	aspect-ratio: 893 / 500;
}
#news_list .body2 .tracks.map {
	border:2px solid #004ea5;
	background-color:rgba(0,0,0,.5);
}
#news_list .body2 .tracks .blank {
	width:100%;
	filter:alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;
}
#news_list .body2 .tracks .track_mask {
	position:absolute;top:0;
	width:100%;
}
#news_list .body2 .tracks .track_mask img {
	width:100%;
}
#news_list .body2 .tracks .track {
	position:absolute;top:0;
	width:100%;
	filter:alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;
	transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#news_list .body2 .tracks .track img {
	width:100%;
}
#news_list .body2 .tracks .track.t0_0 {
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}
#news_list .body2 .tracks img {
	max-width:100%;display:block;
}
#news_list .scene .track_rank {
	position:absolute;right:1.7%;bottom:3%;
	padding:0 3%;
	background-color:#ff0054;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#news_list .scene .track_rank a {
	color:#fff;
}
/*mode*/
#news_rows .mode {
	padding:1% 2%;
}
#news_rows .mode .title {
	position:relative;left:3%;
	padding:0 0.25rem 0 0.75rem;
	font-size:1.25rem;color:#fff;line-height:160%;
	background-color:#ff0054;
	display:inline-block;
	z-index:2;
}
#news_rows .mode .triangle {
	position:absolute;top:0;right:-2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2rem 2rem 0 0;
	border-color: #ff0054 transparent transparent transparent;
	line-height: 0px;
	_border-color: #ff0054 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

	z-index:2;
}
#news_rows .mode .body {
	position:relative;top:-1.5rem;
	margin-bottom:3%;
	border:2px solid #004ea5;

	height: clamp(0rem, 35vw, 21rem);
	
	-moz-text-shadow:   0px 0px 1px #000,0px 0px 1px #000,0px 0px 3px #000,0px 0px 3px #000;
	-webkit-text-shadow:0px 0px 1px #000,0px 0px 1px #000,0px 0px 3px #000,0px 0px 3px #000;
	text-shadow:        0px 0px 1px #000,0px 0px 1px #000,0px 0px 3px #000,0px 0px 3px #000;
}
#news_rows .mode .body.b1 {
	background:url('../images/mode1.png') no-repeat left top;
	background-size:65% 100%;
	background-color:rgba(0,0,0,.67);
}
#news_rows .mode .body.b2 {
	background:url('../images/mode2.png') no-repeat left top;
	background-size:65% 100%;
	background-color:rgba(0,0,0,.67);
}
#news_rows .mode .body.b3 {
	background:url('../images/mode3.png') no-repeat left top;
	background-size:65% 100%;
	background-color:rgba(0,0,0,.67);
}
#news_rows .mode .body.b4 {
	background:url('../images/mode4.png') no-repeat left top;
	background-size:65% 100%;
	background-color:rgba(0,0,0,.67);
}
#news_rows .mode .body.b5 {
	background:url('../images/wx1.png') no-repeat left top;
	background-size:65% 100%;
	background-color:rgba(0,0,0,.67);
}
#news_rows .mode .body.b6 {
	background:url('../images/wx2.png') no-repeat left top;
	background-size:65% 100%;
	background-color:rgba(0,0,0,.67);
}
#news_rows .mode .body.b7 {
	background:url('../images/wx3.png') no-repeat left top;
	background-size:65% 100%;
	background-color:rgba(0,0,0,.67);
}
#news_rows .mode .body.b8 {
	background:url('../images/wx4.png') no-repeat left top;
	background-size:100% auto;
	background-color:rgba(0,0,0,.67);
	height: clamp(0rem, 170vw, 1690px);
}
#news_rows .mode .body.b9 {
	background:url('../images/wx5.png') no-repeat left top;
	background-size:100% 100%;
	background-color:rgba(0,0,0,.67);
}
#news_rows .mode .body .text .red{
	color:#ff0054;
	font-weight:600;
	font-size: 2.5rem; line-height: 180%;
}
#news_rows .mode .body .text .yellow{
	color:#c3fb12;
}
#news_rows .mode .body .text {
	color: #fff;
	position:relative;
	z-index:1;
	font-size: 2rem; line-height: 180%;
}
#news_rows .mode .body.b1 .text, #news_rows .mode .body.b4 .text {
	padding: 13% 0 0 50%;
}
#news_rows .mode .body.b2 .text {
	padding: 10% 0 0 50%;
}
#news_rows .mode .body.b3 .text {
	padding: 7% 0 0 50%;
}
#news_rows .mode .body.b5 .text {
	padding: 16% 0 0 55%;
}
#news_rows .mode .body.b6 .text {
	padding: 13% 0 0 55%;
}
#news_rows .mode .body.b7 .text {
	padding: 7% 0 0 55%;
}
#news_rows .mode .body .step{
	position:absolute;top:0;right:0;
	font-family:"Rajdhani";
	font-weight:900;
	text-align:center;
	filter:alpha(opacity=18);-moz-opacity:0.18;opacity:0.18;
	pointer-events: none;
	color: #fff;
	font-size: clamp(0rem, 25vw, 16rem); line-height: 100%;
    width: 20%;
}
@media screen and (max-width: 939px) {
	#news_rows .mode .body .text .red{
		font-size: 5vw; line-height: 180%;
	}
	#news_rows .mode .body .text {
		font-size: 4vw; line-height: 180%;
	}
	#news_rows .mode .body.b1 .text, #news_rows .mode .body.b4 .text {
		padding: 10% 0 0 40%;
	}
	#news_rows .mode .body.b2 .text {
		padding: 7% 0 0 40%;
	}
	#news_rows .mode .body.b3 .text {
		padding: 4% 0 0 40%;
	}
	#news_rows .mode .body.b5 .text {
		padding: 13% 0 0 50%;
	}
	#news_rows .mode .body.b6 .text {
		padding: 10% 0 0 50%;
	}
	#news_rows .mode .body.b7 .text {
		padding: 4% 0 0 50%;
	}
}
/*ranking*/
#news_rows.ranking {
	padding:1%;
}
#subtitle_list {
	position:relative;
	border:2px solid #004ea5;
	padding:1%;
	background-color:rgba(0,0,0,.67);
	overflow:hidden;
}
#subtitle_list .rank_sel {
	padding:1%;
	width:48%;
	float:left;
}
#subtitle_list .rank_sel span {
	width: 20%;
	text-align:right;
	display:inline-block;
}
#subtitle_list .sel {
	width: 80%; height: 28px;
	border:1px solid #fff;
	color:#fff;
	background-color:#000;
}
#subtitle_list .sch {
	width: calc(80% - 36px);
	border:1px solid #fff;
	color:#fff;
	background-color:#000;
}
@media screen and (max-width: 939px) {
	#subtitle_list .rank_sel {
		width:98%;
	}
	#subtitle_list .rank_sel span {
		width: 17vw;
	}
	#subtitle_list .sel {
		width: calc(100% - 17vw); height: 28px;
	}
	#subtitle_list .sch {
		width: calc(100% - 17vw - 36px);
	}
}
#subtitle_list .sch::placeholder{color:#999;}
#subtitle_list .sch::-webkit-input-placeholder{color: #999;}
#subtitle_list .sch:-ms-input-placeholder{color:#999;}
#subtitle_list .sch::-moz-placeholder{color:#999;}
#main_ranking {
	-webkit-overflow-scrolling:touch; overflow-x: auto;overflow-y:hidden;
}
#ranking_list {
	min-width:580px;
}
#ranking_list .thead {
	clear:both;
	width:100%;
	background-color:#fff;
	overflow:hidden;
}
#ranking_list .thead .th {
	padding:0 10px;
	color:#000;font-weight:500;line-height:200%;
	float:left;
}
#ranking_list .c1 {
	width:32px;
	width: calc(9% - 20px);
	/*min-width:calc(9.220% - 20px);52*/
}
#ranking_list .c2 {
	width:96px;
	width: calc(20% - 20px);
	/*min-width:calc(20.567% - 20px);116*/
}
#ranking_list .c3 {
	width:64px;
	width: calc(15% - 20px);
	/*min-width:calc(14.894% - 20px);84*/
}
#ranking_list .c4 {
	width:224px;
	width: calc(42% - 20px);
	/*min-width:calc(40.425% - 20px);244*/
}
#ranking_list .c5 {
	width:64px;
	width: calc(14% - 20px);
	/*min-width:calc(14.894% - 20px);84*/
}
#ranking_list .tbody{
	clear:both;
	width:100%;
	overflow:hidden;
}
#ranking_list .tbody .td{
	padding:0 10px;
	line-height:200%;
	float:left;
}
#ranking_list .thead .th.c1{
	text-align:center;
}
#ranking_list .tbody .td.c1{
	text-align:center;
}
#ranking_list .r1{
	background-color:rgba(255,255,0,0.50);
}
#ranking_list .r2{
	background-color:rgba(255,255,255,0.25);
}
#ranking_list .r3{
	background-color:rgba(204,51,0,0.50);
}
#ranking_list .r4{
	background-color:rgba(0,0,0,0.67);
}
#ranking_list .r5{
	background-color:rgba(0,78,165,0.67);
}
/*contact*/
#news_list .news_body.location .tr{
	clear:both;
}
#news_list .news_body.location .tr.center{
	text-align:center;
}
#news_list .news_body.location .td{
	color:#fff;
	padding:1%;
	float:left;
}
#news_list .news_body.location .td.r1 {
	width: 13%;
}
#news_list .news_body.location .td.r2 {
	width: 81%;
}
@media screen and (max-width: 939px) {
	#news_list .news_body.location .td.r1 {
		width: 96%;
	}
	#news_list .news_body.location .td.r2 {
		width: 96%;
	}
}
#news_list .news_body.location .td input {
	width:100%;
}
#news_list .news_body.location .td textarea {
	width:100%;
}
/*event*/
#news_list .news_body.event {
	border:1px solid #000;
	color:#000;
}
#news_rows .news_body .event {
	padding:1%;
	border:1px solid #000;
	color:#000;
}
#news_list .news_body.event .tr{
	clear:both;
}
#news_list .news_body.event .tr.center{
	text-align:center;
}
#news_list .news_body.event .tr img{
	margin:0 auto;
	max-width:96%;
	display:block;
}
#news_list .news_body.event .td{
	padding:1%;
	float:left;
}
#news_list .news_body.event .td.r1{
	font-weight: bolder;
}
#news_list .event_rank {
	float:right;
	padding:0 2%;
	font-size: 1.25rem; color:#fff; line-height: 200%;
	background-color:#FF0054;
	cursor:pointer;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#news_list .event_rank_border {
	float:right;
}
#news_list .event_rank_border img {
	height:2.5rem;
	display:block;
}
#news_list .news_body.event .td.open{
	width:98%;padding-bottom:0%;
	cursor:pointer;
	font-size: 1.125rem; font-weight: bolder;
}
#news_list .news_body.event .td.term{
	width:98%;padding-bottom:0% 1% 3% 1%;display:none;
}