animation-nameanimation-name @-webkit-keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
 @-webkit-keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
 @-webkit-keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}


/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Sawarabi+Mincho|Sunflower:300,700|Trirong:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Play:400,700");
@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none!important;
 noFocusline: expression(this.onFocus=this.blur());
	outline: 0;
	cursor: pointer;
}
a:hover {
	text-decoration: none !important;
}
a:focus {
	-moz-outline-style: none;
}
/*img*/
img {
	max-width: 100%;
 width: expression(document.body.clientWidth>100?"100%":"auto");
	overflow: hidden;
}
.msiwtb {
	background: none!important;
}
 @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;
	padding-right: 0px!important;
}
#everything-xmas {
	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;
	background: #000;
}
#everything-xmas .kv {
	background: url(https://asset.msi.com/event/spb/2018/everything-xmas/images/kv_au.jpg) left top no-repeat;
	background-position: 50% 0;
	background-size: 100%;
	background-color: #d9d8dd;
	padding-bottom: 3%;
}
#everything-xmas .kv .info {
	padding-bottom: 18%;
	display: inline-block;
	width: 100%;
}
#everything-xmas .p_box {
	border: 0px solid #780002;
	padding: 10px;
	width: 50%;
	margin: 0 auto;
	text-align: left;
	border-radius: 10px;
	background: rgba(67,0,1,.3);
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	margin-top: 8px;
	text-align: center;
	display: table;
}
#everything-xmas .kv .info p {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
}
#everything-xmas .kv .info .title {
	z-index: 10;
}
#everything-xmas .kv .info .title, #everything-xmas .kv .info .title2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#everything-xmas .kv .info .title2 {
	z-index: 9999 !important;
}
#everything-xmas .kv .info .title2 img {
	-webkit-animation: kvtitleflash 1.5s ease-in infinite;
	animation: kvtitleflash 1.5s ease-in infinite;
}
#everything-xmas .kv .logo {
	float: right;
}
#everything-xmas .kv .info .logo img {
	display: inline !important;
}
#everything-xmas .b2 {
	background: url(https://asset.msi.com/event/spb/2018/everything-xmas/images/b2_bg.jpg);
	padding: 5% 0 5%;
	background-position: 0 bottom;
	background-size: cover;
}
#everything-xmas h1 {
	font-family: "LubalinGraph-Book" !important;
	color: #c20e00;
	font-size: 100px;
	letter-spacing: 1px;
}
#everything-xmas .h1ptext {
	font-family: "LubalinGraph-Book" !important;
	color: #000;
	font-size: 40px;
	letter-spacing: 2px;
	padding: 10px 0px;
}
#everything-xmas #gifbox {
	margin: 0;
	text-align: center;
}
#everything-xmas #gifbox .pics {
	display: inline-block;
	color: #000;
	width: calc(33% - 30px);
}
#everything-xmas .b3 {
	background: url(https://asset.msi.com/event/spb/2018/everything-xmas/images/b3_bg.jpg);
	padding: 3% 0 15px;
	text-align: center;
	background-size: cover;
}
#everything-xmas .b3 h1 {
	color: #fff!important;
}
#everything-xmas .b3ptext {
	font-family: "LubalinGraph-Book" !important;
	color: #fff;
	font-size: 40px;
	letter-spacing: 2px;
	margin-bottom:15px;
}
/*----Step----*/
#everything-xmas #s3 {
	background: url(https://asset.msi.com/event/spb/2018/everything-xmas/images/b4_bg.jpg) no-repeat;
	padding: 7% 0;
	background-size: cover;
}
#everything-xmas .b4ptext {
	color: #f00;
}
#everything-xmas #s3 h1 {
	color: #f00;
}
#everything-xmas #s3 .redeemtb {
	display: table;
	width: auto;
	margin: 0 auto;
	padding-top: 50px;
}
#everything-xmas #s3 .redeemtb p {
	font-size: 20px;
 padding:;
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	line-height: 1.3em;
	text-decoration: none;
}
#everything-xmas #s3 .redeemtb a {
	color: #fff;
}
#everything-xmas #s3 .redeemtb a:hover {
	color: #f00;
}
#everything-xmas .icon {
	width: 300px;
	height: 300px;
	text-align: center;
	position: relative;
}
#everything-xmas #s3 .bt {
	padding-top: 6%;
}
#everything-xmas #s3 .bt a {
	color: #fff;
	cursor: pointer;
	color: #f00;
	text-transform: uppercase;
}
#everything-xmas #s3 .bt a:hover {
	color: #fff;
}
#everything-xmas #s3 .bt .btSty {
	background: rgba(0,0,0,.3);
	margin: 0 5px;
	padding: 15px 25px;
	border: 5px solid #233724;
	border-radius: 15px;
	text-decoration: none;
	-webkit-animation: btflash 1s ease-in infinite;
	animation: btflash 1s ease-in infinite;
}
#everything-xmas #s3 .bt .btSty:hover {
	background: rgba(255,0,4,.4);
}
#everything-xmas #s3 .icontxt {
	top: 33%;
}
#everything-xmas .icon .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 18%;
	left: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
#everything-xmas .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;
}
#everything-xmas .submit {
}
#everything-xmas .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;
}
#everything-xmas .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;
}
#everything-xmas .b5 {
	background: url(https://asset.msi.com/event/spb/2018/everything-xmas/images/b5_bg.jpg) no-repeat fixed right;
	background-size: cover;
}
#everything-xmas .b5 .box {
	padding: 0 15%;
}
#everything-xmas .b5 h1 {
	font-size: 60px !important;
}
#everything-xmas .b5 .table-wrap {
	display: table;
	height: 300px;
}
#everything-xmas .b5 .table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 50%;
	padding: 0%;
}
#everything-xmas .b5 .table-cell p {
	font-size: 22px;
	line-height: 40px;
}

@media screen and (max-width:960px) {
#everything-xmas .b3 {
	background-position: right;
}
#everything-xmas #s3 .bt .btSty {
	padding: 1px!important;
	font-size: 14px !important;
}
#everything-xmas .kv .info {
	padding-bottom: 45%!important;
}
#everything-xmas .kv .info p {
	font-size: 20px!important;
	line-height: normal!important;
}
#everything-xmas h1 {
	font-size: 40px;
	letter-spacing: 1px;
}
#everything-xmas .h1ptext {
	font-size: 30px;
}
#everything-xmas .icon {
	width: 200px !important;
	height: 200px !important;
}
.td, .th {
	vertical-align: top !important;
}
#everything-xmas #s3 .icontxt {
	top: 33%!important;
}
#everything-xmas .icon .icontxt {
	font-size: 1em!important;
}
#everything-xmas .b5 .table-cell {
	width: 100%;
}
#everything-xmas .b5 .table-cell {
	display: block;
}
.modal-dialog {
	width: 100%!important;
}
.modal-content .qabox .qu {
	font-size: 1.2em !important;
}
.modal-content .more a {
	font-size: 16px!important;
	line-height: 18px!important;
}
#everything-xmas .kv .info .infobox {
	margin-top: 5%!important;
}
#everything-xmas .kv .info .logo img {
	width: 23%!important;
}
#everything-xmas #gifbox .pics {
	width: calc(33% - 5px)!important;
	display: table-cell;
}
}

@media screen and (max-width:486px) {
#everything-xmas #s3 .icontxt {
	top: 23%!important;
}
#everything-xmas .icon {
	width: 100% !important;
	height: 150px!important;
}
#everything-xmas .b5 .table-cell p {
	font-size: 18px;
	line-height: 24px;
}
#everything-xmas .b3 {
	font-size: 16px;
	line-height: 30px;
}
#everything-xmas .kv .info p {
	font-size: 16px;
}
#everything-xmas .h1ptext {
	font-size: 20px!important;
}
#everything-xmas #gifbox .pics {
	width: calc(33% - 15px) !important;
}
#everything-xmas .icontitle {
	font-size: 14px!important;
}
#everything-xmas .icon .icontxt i {
	font-size: 120%!important;
}
#everything-xmas #s3 .redeemtb p {
	font-size: 16px !important;
}
#everything-xmas #s3 .redeemtb {
	padding-top: 0!important;
}
#everything-xmas .kv .info {
	padding-bottom: 52%!important;
}
#everything-xmas .kv .info {
	padding-top: 5%!important;
}
#everything-xmas .icon {
	width: 100px !important;
	height: 100px !important;
}
#everything-xmas .kv .info p {
	font-size: 18px!important;
}
}

@media screen and (max-width:1680px) {
#everything-xmas .b5 h1 {
	font-size: 50px !important;
}
#everything-xmas .kv .info .title, #everything-xmas .kv .info .title2 {
	top: 16%;
}
}

@media screen and (max-width:1140px) {
#everything-xmas .kv .info p {
	font-size: 18px;
	margin: 0 auto;
	width: 70%;
}
#everything-xmas .p_box {
	width: 90%;
	font-size: 15px;
}
#everything-xmas .kv .info {
	padding-bottom: 20%;
	padding-top: 0%;
}
#everything-xmas .kv .logo img {
	width: 50%;
	display: inline-block;
}
#everything-xmas #s3 .container {
	width: 100% !important;
}
#everything-xmas .b5 h1 {
	font-size: 30px !important;
}
}
/*----jump window--*/

.modal-open {
	padding-right: 0px !important;
}
#everything-xmas .modal-dialog {
	margin-top: 10%;
	width: 100%;
}
#everything-xmas .card {
	width: 90%!important;
}
#everything-xmas .modal-content .pd {
	width: calc(30% - 0px);
	float: left;
}
#everything-xmas .modal-content .qabox {
	width: calc(70% - 0px);
	float: right;
	text-align: left;
	color: #fff;
	padding: 0%;
	margin-top: 5%;
}
#everything-xmas .modal-content .qabox .qu {
	color: #F00;
	font-size: 1.7em;
	font-weight: bolder;
	margin-bottom: 2%;
	text-align: left;
	margin-left: 8%;
}
#everything-xmas .modal-content .qabox .an {
	border: 5px;
	padding: 1%;
	font-size: 1em;
	line-height: 1.8em;
	text-align: center;
	color: #fff;
}
#everything-xmas .modal-content .qabox .an a {
	width: calc(50% - 0px);
	text-align: center;
	float: left;
	color: #fff!important;
}
#everything-xmas .modal-content .qabox .an a:hover {
	color: #f00!important;
}
#everything-xmas .modal-content .ok {
	font-size: 1en;
	background-color: #ffdc00;
	border-radius: 3px;
	color: #000;
	border: 0px;
	margin-top: 15px;
}
#everything-xmas .modal-content p {
	padding-bottom: 20px;
	font-size: 18px;
}
#everything-xmas .modal-content {
	text-align: left;
	font-family: "DINPro-Light", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	line-height: 1.8rem;
	display: flow-root;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	border: 1px solid #530001;
	padding: 0 15px;
	letter-spacing: normal;
	border-radius: 0px !important;
}
#everything-xmas .close i {
	margin-top: -5px;
	display: block;
}
#everything-xmas .close {
	background: #880002 !important;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	right: 15px;
	z-index: 10;
	top: 15px;
	display: inline-block !important;
	text-align: center;
	border: none;
	opacity: 1;
	color: #fff;
	border: #880002 2px solid;
	opacity: 1 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
#everything-xmas .close:focus, #everything-xmas .close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #C90003 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: #C90003 2px solid;
	text-shadow: none;
}
#everything-xmas .subtitle {
	font-family: "DINCond-Bold", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	color: #C36700;
	text-align: center;
	border-bottom: #999 1px dashed;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#everything-xmas .modal-header {
	border-bottom: none !important;
	color: #f00;
	font-family: "DINCond-Bold", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
#everything-xmas .modal-title {
	font-size: 30px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	border-bottom: #f00 2px solid;
}
#everything-xmas .modal-dialog {
	margin-top: 5%;
	width: 1200px;
}
#everything-xmas .modal-content ul {
	list-style: decimal;
	text-align: left;
	font-size: 18px;
	padding-top: 10px;
	line-height: 28px;
	margin: 0 35px;
}




/*keyframes*/

@-webkit-keyframes btflash {
 0% {
 -webkit-box-shadow: #602b00 0px 0px 0px;
 -moz-box-shadow: #602b00 0px 0px 0px;
 box-shadow: #602b00 0px 0px 0px;
}
 50% {
 -webkit-box-shadow: #602b00 0px 0px 50px;
 -moz-box-shadow: #602b00 0px 0px 50px;
 box-shadow: #602b00 0px 0px 50px;
}
 100% {
 -webkit-box-shadow: #602b00 0px 0px 0px;
 -moz-box-shadow: #602b00 0px 0px 0px;
 box-shadow: #602b00 0px 0px 0px;
}
}
 @keyframes bt2flash {
 0% {
 -webkit-box-shadow: #602b00 0px 0px 0px;
 -moz-box-shadow: #602b00 0px 0px 0px;
 box-shadow: #602b00 0px 0px 0px;
}
 50% {
 -webkit-box-shadow: #602b00 0px 0px 50px;
 -moz-box-shadow: #602b00 0px 0px 50px;
 box-shadow: #602b00 0px 0px 50px;
}
 100% {
 -webkit-box-shadow: #602b00 0px 0px 0px;
 -moz-box-shadow: #602b00 0px 0px 0px;
 box-shadow: #602b00 0px 0px 0px;
}
}
 @-webkit-keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
