.btn.btn.btn@charset "utf-8";
@import url('reset.css');
@import url('fonts.css');
@import url('common.css');
@import 'https://fonts.googleapis.com/css?family=Fjalla+One';
@import 'https://fonts.googleapis.com/css?family=Julius+Sans+One';
@import 'https://fonts.googleapis.com/css?family=Rajdhani';
@import 'https://fonts.googleapis.com/css?family=Roboto';
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.btn {
	background: #666;
	font-size: 16px;
	color: #000;
}
.btn:hover {
	background: #c00;
	color: #fff;
}
 @keyframes arrow {
 0% {
 transform: translateX(0px);
 opacity: 0;
}
 100% {
 transform: translateX(10px);
 opacity: 1;
}
}
 @keyframes arrowY {
 0% {
 transform: translateY(0px) rotate(90deg);
 opacity: 0;
}
 100% {
 transform: translateY(10px) rotate(90deg);
 opacity: 1;
}
}
 @keyframes colorful {
 0% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 100% {
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}
 @keyframes color {
 from {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 to {
 -webkit-filter: hue-rotate(359deg);
 filter: hue-rotate(359deg);
}
}
* {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	box-sizing: border-box;
}
/*----landing page-----*/
html *, html *:before, html *:after {
	box-sizing: border-box;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
body {
	background: #000;
	color: #fff;
}
#dragon_center {
	background: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 130% !important;
	color: #fff !important;
	position: relative;
}
#dragon_center .kvbg {
	animation-name: color;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0;
}
#dragon_center .kv {
	padding-top: 8%;
	position: relative;
	z-index: 2;
}
#dragon_center .kv .nvlogo {
	position: absolute;
	bottom: 10%;
	z-index: 2;
	right: 5%;
}
#dragon_center .kv .leftinfo {
	color: #fff;
	padding-left: 10%;
	text-align: center;
	margin-top: 2%;
}
#dragon_center .kv .pd {
	float: left;
	animation-name: none!important;
}
#dragon_center .kv .leftinfo .download a {
	background: #f00;
	color: #000;
	padding: 2px 25px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}
#dragon_center .kv .leftinfo .download a:hover {
	background: #CD0003;
	color: #fff;
}
#dragon_center .tab-text {
	vertical-align: middle;
	margin: 0px;
	text-align: left;
	display: table-cell;
	font-size: 18px !important;
}
#dragon_center .tabrow {
	display: table;
	width: 100%;
}
#dragon_center .tab-icon {;
	float: right;
	padding: 0;
	margin: 0;
	display: table-cell;
}
#dragon_center .tab-section {
	position: relative;
	z-index: 99;
}
#dragon_center .tab-section ul {
	background: linear-gradient(to right bottom, #1d1d1d 9%, #1d1d1d 1%, #1d1d1d 10%, #2d0403 40%, #2d0403 100%);
}
#dragon_center .tab-section .item .txt p, #dragon_center .tab-section .item .itembox {
	font-size: 28px;
	line-height: 1.2;
}
#dragon_center .tab-section .item .txt p span {
	font-size: 22px !important;
	letter-spacing: normal !important;
	color: #DFDFDF;
	line-height: normal;
}
#dragon_center .tab-section .item .txt p b {
	border-bottom: 3px solid #f00;
	font-family: 'DINPro-Black', Helvetica, Arial, sans-serif;
}
#dragon_center .tab-section .txt-block p strong {
	font-family: 'DINPro-Black', Helvetica, Arial, sans-serif;
}
#dragon_center .tab-section .item .txt .bglow {
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
#dragon_center .tab-section {
	background: #000;
}
#dragon_center .tab-section a {
	color: #fff;
	margin: 0;
	padding: 0;
}
#dragon_center .tab-section a:hover {
	background: rgba(0,0,0,.3);
	text-shadow: 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00;
}
#dragon_center li {
	float: left;
	width: calc(100%/6);
	margin: 0px;
}
#dragon_center li.active {
	background: #f00;
}
#dragon_center .tab-section .item .itembox {
	width: 100%;
}
#dragon_center .tab-icon li {
}
#dragon_center .tab-section .item {
	padding: 5% 0px 2%;
}
#dragon_center .tab-section .txt-block {
	padding-bottom: 50px;
	color: #A8A8A8;
	padding: 0 30%;
}
#dragon_center .tab-section .txt-block p {
	text-align: left;
	padding-bottom: 80px;
}
#dragon_center .tab-section .item .txt {
	margin-bottom: 50px;
}
#dragon_center .tab-section .item .txt h1, #dragon_center h1 {
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px;
}
#dragon_center .tab-section .item .txt p {
	color: #f00;
}
#dragon_center .tab-section .item .itembox {
	border: 1px solid #f00;
	background-color: #000;
	padding: 10px;
}
#dragon_center .tab-section .item .itembox p {
	font-size: 16px;
}
#dragon_center .tab-section .item .itemboxc {
	border: 3px solid #fff;
	background-color: #000;
	padding: 10px;
	border-radius: 250px;
	width: 250px;
	height: 250px;
	margin: 0px;
}
#dragon_center .tab-section .item .itemboxred {
	border: 3px solid #f00;
	background-color: #000;
	padding: 10px;
	border-radius: 250px;
	width: 250px;
	height: 250px;
	margin: 0px;
	display: inline-block;
}
#dragon_center .tab-section .item .itemboxred .tr {
	position: absolute;
	z-index: 99;
	bottom: -20px;
	left: 0;
	right: 0;
}
#dragon_center .tab-section .item .ibox {
	border: 0px solid #f00;
	margin-top: 2%;
	background: rgba(0,0,0,.5)
}
#dragon_center .tab-section .item .itembox img {
	width: 100%;
}
/* tab */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #560304;
	text-shadow: 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px #f00, 0px 0px 10px;
}
#dragon_center .b3 .rbox {
	border: 0px solid #f00;
	margin-top: 2%;
	background: rgba(0,0,0,.5);
	margin: 0 auto;
}
#dragon_center .b3 .rbox p {
	margin-top: 30px;
	border-bottom: 2px solid #f00;
	text-transform: uppercase;
	font-style: oblique;
	margin-left: 45%;
	margin-right: 45%;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
}
#dragon_center .b3 .rbox .hotbox {
	position: relative;
	z-index: 10;
	display: inline-block;
}
#dragon_center .b3 .rbox .hotbox .hot {
	position: absolute;
	z-index: 10;
	right: 15px;
	bottom: 15%;
	-webkit-animation: hotanimation 1s infinite;
	animation: hotanimation 1s infinite;
}
#dragon_center .b3 .rbox .hotbox img {
	width: 100%;
}
@-webkit-keyframes hotanimation {
 0% {
 color: #ff0000;
}
 50% {
 color: #ffff00;
}
 100% {
 color: #ff0000;
}
}
#dragon_center .section-detail-content .b1 {
	background: url(https://asset.msi.com/event/vga/2018/dragon_center/images/bg01.jpg)no-repeat;
	background-size: 100%;
	border-bottom: 8px solid rgba(115,1,3,1.00);
}
#dragon_center .section-detail-content .b2 {
	background: url(https://asset.msi.com/event/vga/2018/dragon_center/images/bg02.jpg)no-repeat;
	background-size: 100%;
	border-bottom: 8px solid rgba(115,1,3,1.00);
}
#dragon_center .section-detail-content .b3 {
	background: url(https://asset.msi.com/event/vga/2018/dragon_center/images/bg03.jpg)no-repeat;
	background-size: 100%;
	border-bottom: 8px solid rgba(115,1,3,1.00);
}
#dragon_center .section-detail-content .b4 {
	background: url(https://asset.msi.com/event/vga/2018/dragon_center/images/bg04.jpg)no-repeat;
	background-size: 100%;
	border-bottom: 8px solid rgba(115,1,3,1.00);
}
#dragon_center .section-detail-content .b5 {
	background: url(https://asset.msi.com/event/vga/2018/dragon_center/images/bg05.jpg)no-repeat;
	background-size: 100%;
	border-bottom: 8px solid rgba(115,1,3,1.00);
}
#dragon_center .section-detail-content .b6 {
	background: url(https://storage-asset.msi.com/event/vga/2018/dragon_center/images//filter-bg.jpg)no-repeat;
	background-size: 100%;
	background-color: #000;
	border-bottom: 8px solid rgba(115,1,3,1.00);
}
#dragon_center .section-detail-content .b6 .item {
	padding-bottom: 0px !important;
}
#dragon_center .section-detail-content .b6 .item .txt {
	margin-bottom: 0px !important;
}
#dragon_center .section-detail-content .b6 .left {
	vertical-align: middle;
	width: 50%;
	height: auto;
	text-align: left;
	margin: 40px 0;
	float: left;
}
#dragon_center .section-detail-content .b6 .mainbox {
	padding: 0 10%;
}
#dragon_center .section-detail-content .b6 .right {
	vertical-align: middle;
	width: 50%;
	height: auto;
	float: right;
}
#dragon_center .section-detail-content .main {
	padding: 0 5%;
}
#dragon_center .pdbox {
	background: #000;
	padding: 5% 3% 2%;
	background: url(  https://storage-asset.msi.com/event/vga/2018/dragon_center/images//bg4.jpg);
}
#dragon_center .pdbox .pd_table {
	width: 100%;
	padding-top: 2%;
}
#dragon_center .pdbox .pd_cell {
	width: calc(100%/4 - 15px);
	display: inline-block;
	padding: 15px;
}
#dragon_center .pdbox .pd_cell img {
	width: 100%;
}
#dragon_center .pdbox .pd_cell a {
	border: 1px solid #333;
	display: inline-block;
	padding: 2%;
	font-size: 16px;
	text-decoration: none;
}
#dragon_center .pdbox .pd_cell a:hover {
	box-shadow: 0 0 20px 5px rgba(255, 0, 0, .5);
	background: rgba(60, 60, 60, .2);
	border: 1px solid rgba(255, 0, 0, 1);
	text-decoration: none;
}
#dragon_center .section-detail-content .b6 .main {
	width: 100%;
	padding: 0 7%;
}
#dragon_center .tab-section .left .mystic_nav li {
	width: calc(100% / 8 - 30px);
	display: block;
	text-align: center;
	vertical-align: top;
	margin: 5px 0;
}
#dragon_center .tab-section .left .mystic_nav .wid100 {
	width: 100%!important;
	text-align: left;
}
#dragon_center .tab-section .left .mystic_nav ul {
	width: 100%;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: none;
}
#dragon_center .tab-section .left .mystic_nav li p {
	font-size: 13px;
	color: rgba(224,224,224,1.00);
}
#dragon_center .tab-section .left .mystic_nav li img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 10px;
	border: 2px solid white;
	background: #000;
}
#dragon_center .section-detail-content .b6 .right img {
	width: 100%;
	height: auto;
	margin-top: 1%;
}
/*show more*/
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 999999;
	padding: 10px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}
.jquery-script-center ul {
	width: 212px;
	float: left;
	line-height: 45px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.jquery-script-center a {
	text-decoration: none;
}
.jquery-script-ads {
	width: 728px;
	height: 90px;
	float: right;
}
.jquery-script-clear {
	clear: both;
	height: 0;
}

@media (max-width: 1024px) {
#dragon_center .tab-section .left .mystic_nav li {
	width: calc(100% / 6 - 0px) !important;
}
#dragon_center .tab-section .left .mystic_nav li p {
	font-size: 12px !important;
}
#dragon_center .kv .nvlogo {
	right: -2%;
	top: 3%!important;
}
#dragon_center .kv .nvlogo img {
	width: 60%;
}
#dragon_center .kv .pd {
	margin-left: -10%;
}
#dragon_center .tab-section .item .txt p, #dragon_center .tab-section .item .itembox {
	font-size: 16px !important;
}
#dragon_center .tab-text, #dragon_center .tab-section .txt-block {
	font-size: 15px;
}
}

@media (max-width: 1440px) {
#dragon_center .tab-section .left .mystic_nav li {
	width: calc(100% / 8 - 0px) !important;
}
#dragon_center .kv .nvlogo {
	right: 0px;
	bottom: 5%;
}
#dragon_center .tab-section .left .mystic_nav li p {
	font-size: 12px !important;
}
#dragon_center .kv .nvlogo img {
	width: 80%;
}
#dragon_center .kv .pd {
	margin-left: -5%;
}
}

@media screen and (max-width:960px) {
#dragon_center .section-detail-content .main {
	padding: 0 5px;
}
#dragon_center .tab-section .item .itembox p {
	font-size: 14px;
}
}

@media screen and (max-width:720px) {
#dragon_center .tab-section .item .txt h1, #dragon_center h1 {
	font-size: 24px;
}
#dragon_center .pdbox .pd_cell {
	width: calc(100%/2 - 15px);
}
#dragon_center .kv .nvlogo img {
	width: 40%;
}
#dragon_center .tab-icon {
	display: inline-block;
	float: none;
}
#dragon_center .tab-text {
	font-size: 14px !important;
	text-align: center;
	display: inline-block;
}
#dragon_center .tab-section .item .txt h1 {
	font-size: 32px;
}
}

@media screen and (max-width:486px) {
#dragon_center .tab-section .left .mystic_nav li {
	width: calc(100% / 4) !important;
}
#dragon_center .tab-section .left .mystic_nav .wid100 {
	text-align: center;
	font-size: 16px;
}
#dragon_center .kv .leftinfo {
	padding-left: 5px;
}
#dragon_center .kv {
	padding-top: 15%;
}
#dragon_center .kv .nvlogo {
	height: 50px;
}
#dragon_center .section-detail-content .b6 .right, #dragon_center .section-detail-content .b6 .left {
	width: 100% !important;
	display: inline-block;
	float: none;
}
#dragon_center .tab-section .txt-block {
	padding: 0 15px;
}
#dragon_center .section-detail-content {
	background-color: #000;
}
#dragon_center .tab-section .item .itemboxred .tr img {
	width: 20%;
}
.col-xs-4 {
	padding: 0px;
}
#dragon_center .tab-section .item .txt {
	margin-bottom: 20px;
}
#dragon_center .tab-section .item .itemboxred {
	width: 100%;
	height: 100%;
}
#dragon_center .kv .pd img, #dragon_center .tab-section .item .ibox img {
	width: 100%;
}
#dragon_center .tab-section .item .itemboxred img {
	width: 100%;
}
#dragon_center .tab-section .item .txt h1, #dragon_center h1 {
	font-size: 20px;
}
#dragon_center .pdbox .pd_cell {
	width: calc(100% - 15px);
}
}

/**/
#dragon_center .light{

    -webkit-animation: colorful 2.5s -0.2s linear infinite;
    -moz-animation: colorful 2.5s -0.2s linear infinite;
    -ms-animation: colorful 2.5s -0.2s linear infinite;
    -o-animation: colorful 2.5s -0.2s linear infinite;
    animation: colorful 2.5s -0.2s linear infinite;

}