@charset "utf-8";
@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-----*/
body {
	background: #000;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
}
html *, html *:before, html *:after {
	box-sizing: border-box;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#cgm .s1 {
	-webkit-animation-delay: 0.2s;
}
#cgm .s2 {
	-webkit-animation-delay: 0.4s;
}
#cgm .s3 {
	-webkit-animation-delay: 0.6s;
}
#cgm .colorful {
	-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;
}
#cgm .color {
	-webkit-animation: color 2.5s 0.2s linear infinite;
	-moz-animation: color 2.5s 0.2s linear infinite;
	-ms-animation: color 2.5s 0.2s linear infinite;
	-o-animation: color 2.5s 0.2s linear infinite;
	animation: color 2.5s 0.2s linear infinite;
}
#cgm {
	background: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	font-family: "DINCond-Medium";
		
	font-size: 130% !important;
	color: #fff !important;
	position: relative;
}
#cgm span {
	color: #f00;
}
#cgm .kv {
	position: relative;
	z-index: 0;
}
#cgm .kv .title {
	position: absolute;
	z-index: 1;
	right: 0px;
	left: 0px;
}
#cgm .kv .logo {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 3;
	width: 10%;
}
#cgm .kv .title img {
	width: 80%;
	margin-left: 10%;
}
#cgm .kv .info {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	color: #fff;
	right: 30%;
	left: 10%;
	font-size: 40px;
}
#cgm .kv .info .date {
	background: rgba(89,119,189,.5);
	color: #fff;
	font-size: 30px;
	border-radius: 3px;
	transform: skewX(-10deg);
}
#cgm .kv .info p {
	margin-top: 0;
	font-size: 18px;
}
# #cgm h2 {
 font-size: 32px;
 text-transform: uppercase;
 font-family: "DINCond-Medium";
 color: #fff;
 letter-spacing: 2px;
 margin: 0px;
 padding: 80px 0px;
}
#cgm .b2 {
	background: url(https://asset.msi.com/event/desktop/2018/cgm/images/b2.jpg) no-repeat fixed;
	padding: 80px 150px;
}
#cgm .b2 img {
	width: 80%;
}
/*pd-box*/

#cgm .dp-box img {
	padding-bottom: 12%;
}
.mb-bg {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	z-index: 0
}
#cgm .dp-box1:hover .mb-bg, #cgm .dp-box2:hover .mb-bg, #cgm .dp-box3:hover .mb-bg, #cgm .dp-box4:hover .mb-bg {
	background: rgba(0,0,0,0.0);
}
#cgm .dp-box1 {
	background-image: url(https://asset.msi.com/event/desktop/2018/cgm/images/mb-box1.png);
	background-position: center;
	background-repeat: repeat;
	position: relative;
	z-index: 2
}
#cgm .dp-box2 {
	background: url(https://asset.msi.com/event/desktop/2018/cgm/images/mb-box2.png) center no-repeat;
	position: relative;
	z-index: 2
}
#cgm .dp-box3 {
	background: url(https://asset.msi.com/event/mb/2018/dopepc/images/mb-box3.jpg) center no-repeat;
	position: relative;
	z-index: 2
}
#cgm .dp-box4 {
	background: url(https://asset.msi.com/event/mb/2018/dopepc/images/mb-box4.jpg) center no-repeat;
	position: relative;
	z-index: 2
}
#cgm .dp-box1, #cgm .dp-box2, #cgm .dp-box3, #cgm .dp-box4 {
	background-size: 150%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 3% 0px 0% 0px;
	-webkit-transition: 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin-bottom: 80px;
}
#cgm .dp-box1:hover, #cgm .dp-box2:hover, #cgm .dp-box3:hover, #cgm .dp-box4:hover {
	background-size: 150%;
	background-position: right;
}
#cgm .dp-box1 img, #cgm .dp-box2 img, #cgm .dp-box3 img, #cgm .dp-box4 img {
	opacity: 1;
	-webkit-transition: 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	position: relative;
}
#cgm .dp-box1:hover img, #cgm .dp-box2:hover img, #cgm .dp-box3:hover img, #cgm .dp-box4:hover img {
	opacity: 1;
	-webkit-transition: 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(20px, 0);
	-moz-transform: translate(20px, 0)
}
#cgm .dp-boxtitle {
	background: rgba(0,0,0,0.5);
	padding: 2%;
	text-align: center;
	z-index: 1;
	position: relative;
}
#cgm .dp-boxtitle p {
	padding-bottom: 8%;
}
/*----h1

#cgm h1 {
	font-size: 40px;
	line-height: 1em;
	color: #ffffff !important;
	font-family: 'Geforce-Bold', sans-serif;
	width: 100%;
	position: relative;
	background: #ff6c00;
	background: -moz-linear-gradient(to bottom, #ff6c00 3%, #fee300 30%, #ff6c00 40%, #fee300 90%, #ff6c00 50%);
	background: -webkit-linear-gradient(to bottom, #ff6c00 3%, #fee300 30%, #ff6c00 40%, #fee300 90%, #ff6c00 50%);
	background: linear-gradient(to bottom, #ff6c00 3%, #fee300 30%, #ff6c00 40%, #fee300 90%, #ff6c00 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c00', endColorstr='#ff6c00', GradientType=0 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 0 rgba(255, 255, 255, .1);
	margin-top: 0px;
}


-----*/

#cgm h1 {
	color: #feb518;
	font-size: 50px;
	letter-spacing: 2px;
	font-weight: 600;
	position: relative;
	margin-top: 0px;
	line-height: 1em;
	font-family: "DINCond-Bold";
	text-transform: uppercase;
}


#cgm h1 a{
	color: #fff;
	font-size: 50px;
	border: 1px solid #fff;
	border-radius: 5px;
text-decoration: none;
	padding: 5px 10px;
}
#cgm h1 a:hover{
text-decoration: none;
	color: #f00;
	border: 1px solid #f00;

}
#cgm h1:nth-child(2) {
	color: #fff;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
 @-webkit-keyframes neon2 {
 from {
 text-shadow:
 0 0 20px #f00, 0 0 20px #f00, 0 0 120px #feb518;
}
 to {
 text-shadow: 
 0 0 50px #f00;
}
}

/*----jump window--*/
#cgm .content p{
background-color: #f00; margin: 0px; padding: 2px; font-size: 20px; font-weight: bold;
	
}

#cgm .modal-content{background-color: rgba(0,0,0,0.8); color: #fff; font-size: 1em; border: 1px solid #f00; padding: 0%; letter-spacing: normal; border-radius: 0px !important; }
#cgm .modal-content .close{margin-top: 0px; color: #000; opacity: 1; text-shadow:0 0px 0 #000 !important;margin-right: 5px;}

#cgm .modal-dialog{margin-top:5%; width: 1200px;}
#cgm .modal-content ul{ list-style: decimal; text-align: left; font-size: 18px; padding-top: 10px; line-height: 28px; margin:0 35px;}

#cgm .red {color: #fff; font-size: 20px; border-bottom: 3px solid #666;
display: block;

}


#cgm .title {
	text-align: center;
	margin: 0px 5% 10px 5%;
	padding-top: 20px;
	width: 90%;
}
#cgm .title100 {
	width: 100% !important;
	margin: 0px;
}
#cgm .title ul {
	width: 100%;
	padding-left: 16%;
	padding-right: 16%;
}
#cgm .title .icon-box {
	text-align: center;
}
#cgm .title ul li {
	float: left;
	list-style: none;
	width: 27%;
}
#cgm .title .icon-img {
	height: 3px;
	background: #3d2d13;
	background: #ff6c00;
	background: -moz-linear-gradient(to right bottom, #f00 0%, #f00 31%, #f00 30%, #f00 77%, #000 100%));
	background: -webkit-linear-gradient(to right bottom, #f00 0%, #f00 31%, #f00 30%, #f00 77%, #000 100%));
	background: linear-gradient(to right bottom, #f00 0%, #f00 31%, #f00 30%, #000 77%, #000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c00', endColorstr='#ff6c00', GradientType=0 );
	-webkit-text-fill-color: transparent;
	-webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
	clip-path: polygon(100% 0%, 100% 100%, 1% 70%, 1% 1%);
	margin-top: 20px;
}
#cgm .title .icon-img_r {
	height: 3px;
	background: #3d2d13;
	background: #ff6c00;
	background: -moz-linear-gradient(to right bottom, #000 0%, #000 31%, #f00 30%, #f00 77%, #ff6c00 100%);
	background: -webkit-linear-gradient(to right bottom, #000 0%, #000 31%, #f00 30%, #fecc00 77%, #ff6c00 100%);
	background: linear-gradient(to right bottom, #000 0%, #000 31%, #f00 30%, #f0 77%, #ff6c00 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c00', endColorstr='#ff6c00', GradientType=0 );
	-webkit-text-fill-color: transparent;
	-webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
	clip-path: polygon(100% 0%, 100% 100%, 1% 70%, 1% 1%);
	margin-top: 20px;
}
#cgm .title .licenter {
	width: 46%;
}
#cgm .title .licenter2 {
	width: 56% !important;
}
#cgm .term ul {
	padding-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}

#cgm .term ul li {
	list-style: disc;
	font-size: 18px;
	line-height: 26px;
	margin: 0 20px;
}
/*----Step----*/

#cgm #s3 .redeemtb {
	display: table;
	width: auto;
	margin: 0 auto;
}
#cgm #s3 .redeemtb p {
	font-size: 24px;
	padding: 10px 0 3em;
	width: 90%;
	max-width: 200px;
	margin: 0 auto;
	line-height: 1.3em;
	text-decoration: none;
}
#cgm #s3 .redeemtb a {
	color: #fff;
}
#cgm #s3 .redeemtb a:hover {
	color: #f00;
}
#cgm .icon {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
}
#cgm .icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 22px;
	stroke: url(#myGradient);
	stroke-opacity: 0.8;
	fill: #222;
	fill-opacity: 1;
	-moz-transition: stroke-width 0.5s;
	-o-transition: stroke-width 0.5s;
	-webkit-transition: stroke-width 0.5s;
	transition: stroke-width 0.5s;
}
#cgm .icon svg .circle-bg {
	stroke-opacity: 0.5;
	fill-opacity: 0.5;
	-webkit-filter: url(#Gaussian_Blur);
	filter: url(#Gaussian_Blur);
}
#cgm .icon:hover svg {
	-webkit-animation: infinite-rotate 1s infinite linear;
	-moz-animation: infinite-rotate 1s infinite linear;
	-o-animation: infinite-rotate 1s infinite linear;
	animation: infinite-rotate 1s infinite linear;
}
#cgm #s3 .icontxt {
	top: 30%;
}
#cgm .icon .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 18%;
	left: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
#cgm .icon .icontxt i {
	font-size: 150%;
}
.floatClear {
	clear: both;
	height: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: " ";
}
.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.tr {
	display: table-row;
}
.td, .th {
	display: table-cell;
}
#cgm .submit {
}
#cgm .submit a {
	font-size: 30px;
	border-radius: 10px;
	padding: 2% 5%;
	box-shadow: 0 1px 0 1px rgba(158, 79, 216, 0.25), 0 -1px 0 1px rgba(91, 144, 216, 0.25), 1px 0 0 1px rgba(158, 79, 216, 0.25), -1px 0 0 1px rgba(91, 144, 216, 0.25), 1px -1px 0 1px rgba(158, 79, 216, 0.5), -1px 1px 0 1px rgba(91, 144, 216, 0.5), 1px 1px 0 1px rgba(158, 79, 216, 0.75), -1px -1px 0 1px rgba(91, 144, 216, 0.75);
	background-color: rgba(0,0,0,.5);
	max-width: 100%;
	height: 400px;
	vertical-align: bottom;
	font-family: "DINCond-Medium";
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 20px;
}
#cgm .submit a:hover {
	color: #f00;
	box-shadow: 10px 10px 10px 10px rgba(158, 79, 216, 0.25), 10px -10px 10px 10px rgba(91, 144, 216, 0.25), 10px 10px 10px 10px rgba(158, 79, 216, 0.25), -10px 10px 10px 10px rgba(91, 144, 216, 0.25), 10px -10px 10px 10px rgba(158, 79, 216, 0.5), -10px 10px 5px 10px rgba(91, 144, 216, 0.5), 10px 10px 10px 10px rgba(158, 79, 216, 0.75), -10px -10px 5px 10px rgba(91, 144, 216, 0.75);
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
 @-moz-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-ms-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

@media screen and (max-width:1681px) {
#cgm .submit a {
	font-size: 26px;}	
	
#cgm .b2 {
	padding: 0px 0px 80px 0px;
}
#cgm h2 {
	font-size: 22px;
}
#cgm .kv .info {
	right: 30%;
	left: 2%;
	font-size: 32px;
}
#cgm .title {
	margin: 0px;
	width: 100%;
}
#cgm .title .licenter {
	width: 56%;
}
#cgm .title ul li {
	width: 22%;
}
#cgm h1 {
	font-size: 45px;
}
}


@media screen and (max-width:960px) {
	
	#cgm .submit a {
		display: block;
		height: 100px;
		font-size: 20px;}
#cgm .kv .title img {
	width: 90%;
	margin-left: 0%;
}
#cgm .kv .info {
	right: 0px;
	left: 0px;
	font-size: 22px;
	position: relative;
}
#cgm .kv .title {
	position: relative;
}
#cgm .title .icon-img_r, #cgm .title .icon-img {
	display: none;
}
#cgm .title .licenter {
	width: 100%;
}
#cgm h1 {
	font-size: 32px;
}
#cgm .b2 img {
	width: 100%;
}
#cgm h2 {
	font-size: 1.5em;
	padding: 30px 0px;
}
#cgm #s3 .redeemtb {
	margin-bottom: 2em;
}
#cgm #s3 .redeemtb .td, #cgm #s3 .redeemtb .th {
	width: 100%;
	display: table;
}
#cgm #s3 .redeemtb .td p, #cgm #s3 .redeemtb .th p {
	padding: 10px 0 0;
}
#cgm #s3 .redeemtb .th img {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#cgm .icon .icontxt {
	font-size: 1.17em;
}
#cgm .icon {
	width: 150px;
	height: 150px;
}
}

@media screen and (max-width:480px) {
	
	#cgm .submit a {
		
		display: table-cell;
		height: 50px;
		font-size: 18px;}
#cgm h2 {
	font-size: 1em;
	padding: 0px;
}
}



#cgm .b04 {
	background: url(https://asset.msi.com/event/desktop/2018/cgm/images/s_bg.jpg) no-repeat;
	background-size: cover;
	margin: 5% -15%;
	padding: 10% 0px;

}
#cgm .b04 .pdbox {
	display: table;
	width: 100%;
}
#cgm .b04 .pdbox .tx {
		display: table-cell;
	width: 50%;
	color: #fff;
	font-size: 24px;
	vertical-align: middle;
	line-height: 30px;
	padding-right: 20%;
	text-align: left;
}


; }
#cgm .b04 .pdbox .tx h1 {
	font-size: 60px;
	color: #fff;
}
#cgm .b04 .pdbox .pd {
	display: table-cell;
	width: 45%;
	text-align: right;
	padding-left: 10%;
}

