﻿@charset "utf-8";
/* CSS Document */
@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;
font-family: 'din_pro_bold','DINPro-Medium','DINPro-Light', Arial,'Noto Sans TC','Noto Sans SC', sans-serif ,'微軟正黑體';
}

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;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.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;
}

/*----landing page-----*/


*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

img.full {
  width: 100%;
}


.snow-container {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.snow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-animation: snow linear infinite;
          animation: snow linear infinite;
}
.snow.foreground {
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
  -webkit-animation-duration: 44s;
          animation-duration: 44s;
}
.snow.foreground.layered {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.snow.middleground {
  background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png);
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}
.snow.middleground.layered {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.snow.background {
  background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png);
  -webkit-animation-duration: 90s;
          animation-duration: 90s;
}
.snow.background.layered {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

@-webkit-keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
            transform: translate3d(15%, 100%, 0);
  }
}

@keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
            transform: translate3d(15%, 100%, 0);
  }
}


#holiday {
    color: #333;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    background-position: center;
    background: url(https://storage-asset.msi.com/event/2020/nb/2020mhw_iceborn/images/mhw_bg.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-top: -105px;
    padding-top: 100px;
}

#holiday .sp {
  padding: 0% 0 0 0;
	display: -webkit-block;
    display: -ms-block;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

@media screen and (max-width: 960px) {
  #holiday .sp {
    padding: 5vh 0;
  }
}

#holiday .container {
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
}


@media (max-width:1920px){
#holiday .container {
  max-width: 85%;
  margin: 0 auto;
	}}


@media (max-width:425px){
#holiday .container {
  max-width: 100%;
	}}


#holiday .title {
  width: 100%;
    margin: 0 auto;
    max-width: 100%;
    /* padding-bottom: 35px; */
    padding-top: 13%;
    margin-right: -10%;
}

@media screen and (max-width: 960px) {
  #holiday .title {
width: 60%;
    margin-left: 40%;
  }
}

#holiday #kv {
  position: relative;
}

#holiday #kv h1 {
  position: absolute;
  z-index: 0;
  top: 0;
}

#holiday #kv img {
  position: relative;
  z-index: 2;
}

#holiday #category li {
  display: inline-block;
  width: 30%;
  max-width: 200px;
  vertical-align: top;
  margin: 0 5%;
}

#holiday #category li span {
  display: inline-block;
  padding-top: 15px;
}

#holiday #category li:hover {
  cursor: pointer;
  color: #cca153;
}

@media screen and (max-width: 960px) {
  #holiday #category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #holiday #category li {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 auto;
  }
}

#holiday .price {
  font-size: 48px;
  font-weight: bold;
  padding: 35px 0 25px;
}

#holiday .price span {
  display: block;
  text-decoration: line-through;
  font-size: 40%;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  #holiday .price {
    font-size: 28px;
  }
  #holiday .price span {
    font-size: 18px;
  }
}

#holiday .bt {
display: block;
/*vertical-align: middle;*/
/*margin-left: -12%;*/
}

@media screen and (max-width: 960px) {
#holiday .bt {
    display: block;
    /* vertical-align: middle; */
    /* margin-left: -12%; */
}}

@media screen and (min-width: 320px) and (max-width: 425px) {
#holiday .bt {
    display: grid;
}}

#holiday .bt a {
  display: inline-block;
  vertical-align: middle;
  background-color: #102c3a;
  color: #fff;
  padding: 10px 10px;
  font-weight: bold;
  margin: 10px;
  text-decoration:none;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
#holiday .bt a {
font-size: 20px;
	  margin: 14px;
}}

@media (max-width: 1920px) {
#holiday .bt a {
font-size: 16px;
	  margin: 8px;
}}

@media (max-width: 1680px){
#holiday .bt a {
    margin: 8px;
}}


@media (max-width: 1024px){
#holiday .bt a {
    margin: 5px;
}}

@media screen and (min-width: 768px) and (max-width: 960px) {
#holiday .bt a {
	  margin: 8px;
	width: 45%;
}}

@media screen and (min-width: 320px) and (max-width: 425px) {
#holiday .bt a {
	  margin: 8px;
}}

#holiday .bt a:hover {
  background-color: #000000;
  color: #fff;
   text-decoration:none;
}

#holiday .bt a.yt {
  border: none !important;
  padding: 0;
  margin-left: 10px;
}

#holiday .bt a.yt:hover {
  background: none !important;
}

#holiday #nbbox {
}

#holiday #nbbox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #fff;
}

@media (max-width:1024px){
#holiday #nbbox .container {
margin: 6% auto 0;
	}}

#holiday #nbbox .txtbox {
  -webkit-box-flex: 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

@media (max-width:2560px){
#holiday #nbbox .txtbox {
  -webkit-box-flex: 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
	}}

#holiday #nbbox .pd {
-webkit-box-flex: 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    margin-bottom: -10px;
}

@media (max-width:2560px){
#holiday #nbbox .pd {
-webkit-box-flex: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-bottom: -10px;
	}}

#holiday #nbbox .boxbg {
	width: 88%;
	margin: 3% auto;
	/*display: -webkit-box;*/
    display: -ms-;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #fff;
}

#full-steam .Attention {
	width: 90%;
	max-width: 1920px;
    margin: 3% auto;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-color: #000;
    background-color: #fff;
    opacity: 0.35;
    padding: 10px;
}

@media (max-width: 2560px){
#full-steam .Attention {
    width: 68%;
}}

@media (max-width: 1920px){
#full-steam .Attention {
	width: 60%;
}}

@media (max-width: 1440px){
#full-steam .Attention {
    width: 70%;
}}

@media (max-width: 1024px){
#full-steam .Attention {
    width: 80%;
}}

@media (max-width: 960px){
#full-steam .Attention {
    width: 85%;
}}

#full-steam .Attention h3 {
	font-size: 2.5em;
    line-height: 1;
    text-align: center;
    display: inline-block;
    color: #000;
    margin: 7px 60px;
}

#full-steam .Attention h4  {
	font-size: 27px;
    text-align: center;
    /* margin-right: 9px; */
    text-decoration-line: 20px;
    color: #000;
    line-height: 36px;
    margin: 15px 30px;
}


#holiday #nbbox .boxbg img {
	margin-top: 5%;
	margin-right: 37%;
}
#holiday #nbbox .logos img {
  margin-right: 15px;
width: 100%;
}

#holiday #nbbox h2 {
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0 10px;
}

#holiday #nbbox p {
  font-size: 22px;
  line-height: 1.6;
}

#holiday #nbbox .msi-p3 {
	font-size: 3.8em;
	font-weight: 700;
	line-height: 105px;
	color: #a0caf4;
	letter-spacing: 2.5px;
	padding: 0px 0;
	text-align: center;
	/*animation: flickerAnimation 1s infinite;*/
    /*text-shadow: 0 0 3px #495cb9, 0 0 5px #495cb9, 0 0 10px #495cb9, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1);*/
}


@media (max-width: 2560px){
#holiday #nbbox .msi-p3 {
font-size: 48px;
    line-height: 64px;
}}

@media (max-width: 1920px){
#holiday #nbbox .msi-p3 {
font-size: 44px;
    line-height: 64px;
}}

@media (max-width: 1440px){
#holiday #nbbox .msi-p3 {
font-size: 40px;
    margin: 0;
    text-align: center;
    line-height: 59px;
}}

@media (max-width: 1366px){
#holiday #nbbox .msi-p3 {
font-size: 40px;
    line-height: 56px;
	margin: 0;
}}

@media (max-width: 1280px){
#holiday #nbbox .msi-p3 {
    font-size: 38px;
    line-height: 56px;
    margin: 0;
	}}

@media (max-width: 960px){
#holiday #nbbox .msi-p3 {
font-size: 44px;
    line-height: 60px;
}}

@media (max-width: 768px){
#holiday #nbbox .msi-p3 {
    font-size: 36px;
    line-height: 52px;
}}

@media (max-width: 425px){
#holiday #nbbox .msi-p3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}}

#holiday #nbbox .msi-p4 {
font-size: 31px;
    text-align: center;
    margin-right: 10px;
    text-decoration-line: 20px;
    color: #FFFFFF;
    line-height: 50px;
}


@media (max-width: 1920px){
#holiday #nbbox .msi-p4 {
font-size: .9em;
    line-height: 28px;
}}

@media (max-width: 1440px){
#holiday #nbbox .msi-p4 {
font-size: .75em;
    line-height: 25px;
	margin-top: 40px;
}}

@media (max-width: 1024px) {
#holiday #nbbox .msi-p4 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
}}

@media (max-width: 960px){
#holiday #nbbox .msi-p4 {
font-size: 14px;
    text-align: center;
    margin-right: 10px;
    color: #FFFFFF;
    line-height: 25px;
}}

#holiday #nbbox .msi-p5 {
    font-size: 32px;
    text-align: center;
    margin: -24px 0;
    text-decoration-line: 20px;
    color: #FFFFFF;
    line-height: 52px;
}

@media (max-width: 1920px){
#holiday #nbbox .msi-p5 {
font-size: 18px;
    line-height: 27px;
    margin: -40px 0;
}}

@media (max-width: 1440px){
#holiday #nbbox .msi-p5 {
font-size: 18px;
    line-height: 25px;
	margin-top: -8px;
}}

@media (max-width: 1024px){
#holiday #nbbox .msi-p5 {
    font-size: 16px;
    line-height: 22px;
    margin-top: -24px;
}}

@media (max-width: 960px){
#holiday #nbbox .msi-p5 {
    font-size: 16px;
    line-height: 20px;
}}

@media (max-width: 768px){
#holiday #nbbox .msi-p5 {
    font-size: 16px;
}}

@media (max-width: 425px){
#holiday #nbbox .msi-p5 {
    font-size: 16px;
    line-height: 20px;
}}

#holiday #nbbox .msi-p6 {
	font-size: 55px;
    line-height: 111px;
    letter-spacing: 2.5px;
    text-align: center;
    margin-top: -17px;
    margin-bottom: 30px;
}

@media (max-width: 1920px){
#holiday #nbbox .msi-p6 {
    font-size: 32px;
}}

@media (max-width: 1680px){
#holiday #nbbox .msi-p6 {
font-size: 32px;
    line-height: 40px;
    margin: 30px 0 70px 0;
}}

@media (max-width: 1440px){
#holiday #nbbox .msi-p6 {
font-size: 32px;
    line-height: 38px;
	margin: 30px 0 36px 0;
}}
	
@media (max-width: 1024px){
#holiday #nbbox .msi-p6 {
    font-size: 20px;
    line-height: 35px;
}}

@media (max-width: 960px){
#holiday #nbbox .msi-p6 {
    font-size: 21px;
    line-height: 52px;
}}

@media (max-width: 768px){
#holiday #nbbox .msi-p6 {
    font-size: 15px;
}}

@media (max-width: 425px){
#holiday #nbbox .msi-p6 {
    font-size: 17px;
    line-height: 20px;
}}

#holiday #nbbox .bt a {
  color: #0131fe;
}

#holiday #nbbox .bt a:hover {
  background: #0131fe;
  color: #fff;
}

#holiday #nbbox .note {
  padding-top: 35px;
}

@media screen and (max-width: 1920px) {
  #holiday #nbbox .logos img {
  width: 100%;
  }
  #holiday #nbbox h2 {
    font-size: 32px;
  }
  #holiday #nbbox p {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  #holiday #nbbox .container {
    display: block;
  }
  #holiday #nbbox .pd {
    margin: auto;
  }
  #holiday #nbbox h2 {
    font-size: 28px;
  }
  #holiday #nbbox .logos img {
    height: 100%;
	  margin-top: 50px;
  }
}

#holiday #nbboxs {
  text-align: left;
}

#holiday #nbboxs .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#holiday #nbboxs .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 50%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 2%;
  margin: 1% 0;
}

#holiday #nbboxs .item .img {
  display: inline-block;
  width: 100%;
}

#holiday #nbboxs .item .txtbox {
  display: inline-block;
  width: 45%;
}

#holiday #nbboxs h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0 15px;
}

#holiday #nbboxs p {
  line-height: 1.6;
}

#holiday #nbboxs .price {
  font-size: 40px;
}

#holiday #nbboxs .price span {
  font-size: 50%;
}

@media screen and (max-width: 1920px) {
  #holiday #nbboxs .logos2 img {
    height: 30px;
  }
  #holiday #nbboxs h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  #holiday #nbboxs .itembox {
    display: block;
  }
  #holiday #nbboxs .item {
    display: block;
    padding: 5%;
    text-align: center;
  }
  #holiday #nbboxs .item .txtbox {
    width: 100%;
    text-align: left;
  }
  #holiday #nbboxs .item .img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}

#holiday #creation {
  background: url(//storage-asset.msi.com/event/nb/2019/UK_2019_Holiday/images/bg-pd2.jpg) center right no-repeat no-repeat;
  background-size: cover;
  color: #fff;
}

#holiday #creation .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#holiday #creation .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

#holiday #creation h3 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: left;
}

#holiday #creation ul {
  text-align: left;
  margin-left: 20px;
  padding-bottom: 25px;
}

#holiday #creation ul li {
  list-style: square;
  padding-bottom: 5px;
}

#holiday #creation .bt {
  text-align: left;
}

#holiday #creation .bt a {
  border: #cca153 1px solid;
  color: #cca153;
}

#holiday #creation .bt a:hover {
  background: #cca153;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #holiday #creation .itembox {
    display: block;
  }
  #holiday #creation .img {
    width: 70%;
    margin: 0 auto;
    max-width: auto;
  }
}


/*holidaybottom*/
#holidaybottom {
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
	    margin-top: -111px;
}

#holidaybottom .full-steam {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-size: 100%;
    color: #fff;
    position: relative;
}

#holidaybottom .full-steam .feature {
    text-align: center;
    margin-bottom: 3%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

#holidaybottom .full-steam button {
    border: #7babdc 1px solid;
    padding: 15px;
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    margin: 30px auto 60px;
    outline: none;
    font-size: 32px;
    background-color: #7babdc;
	    color: #fff;
}

@media (max-width: 1920px){
#holidaybottom .full-steam button {
    font-size: 24px;
}}

#holidaybottom .full-steam .feature button:hover, #holidaybottom .full-steam .feature button.active {
	    background: none;
		    color: #7babdc;
	    border: #7babdc 1px solid;
}

#holidaybottom .full-steam h3 {
    color: #FFFFFF;
    font-size: 2.5em;
    position: relative;
    line-height: 1;
	margin: 60px 60px;
	/*animation: flickerAnimation 1s infinite;*/
    /*text-shadow: 0 0 3px #495cb9, 0 0 5px #495cb9, 0 0 10px #495cb9, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1);*/
    /* margin-top: 2%; */
}

@media (max-width: 2560px){
#holidaybottom .full-steam h3 {
    font-size: 2em;
	margin-bottom: 65px;
}}

/*#holidaybottom .full-steam h3:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
}*/

#holidaybottom .sp {
  padding: 0% 0 0 0;
}

#holidaybottom .full-steam .b5 {
    padding-bottom: 5%;
    background-size: 100%;
}

#holidaybottom .full-steam .submit, .full-steam .redeem button {
    font-size: 1.2em;
    background: rgba(0,0,0,.5);
    text-align: center;
    letter-spacing: 2px;
    line-height: 50px;
    border-radius: 30px;
    box-shadow: #495cb9;
    margin: 15px;
    color: white;
    display: inline-block;
    cursor: pointer;
    padding: 8px 25px;
    -webkit-box-shadow: 0 0 20px rgba(#495cb9), inset 0 0 8px rgba(#495cb9);
	outline: none;
    /* -webkit-animation: flickerAnimation 4s infinite; */
    /* animation: flickerAnimation 1s infinite; */
    /* text-shadow: 0 0 3px #495cb9, 0 0 5px #495cb9, 0 0 10px #495cb9, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1); */
}

@media screen and (max-width: 960px) {
  #holidaybottom .sp {
    padding: 5vh 0;
  }
}

#holidaybottom .container {
    width: 85%;
    margin: auto;
    max-width: 1920px;
}

#holidaybottom .container01 {
    width: 50%;
    margin: auto;
    max-width: 1920px;
}

@media screen and (max-width: 1920px) {
#holidaybottom .container01 {
    width: 60%;
}}

@media screen and (max-width: 1440px) {
#holidaybottom .container01 {
    width: 70%;
}}

@media screen and (max-width: 1024px) {
#holidaybottom .container01 {
    width: 80%;
}}

@media screen and (max-width: 960px) {
#holidaybottom .container01 {
    width: 85%;
}}

#holidaybottom .container01-fluid {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 375px) {
#holidaybottom .container01 {
    width: 90%;
    margin: auto;
    max-width: 1920px;
}}

#holidaybottom .title {
  width: 100%;
    margin: 0 auto;
    max-width: 100%;
    /* padding-bottom: 35px; */
    padding-top: 13%;
    margin-right: -10%;
}

@media screen and (max-width: 960px) {
  #holidaybottom .title {
    width: 50%;
  }
}

#holidaybottom #kv {
  position: relative;
}

#holidaybottom #kv h1 {
  position: absolute;
  z-index: 0;
  top: 0;
}

#holidaybottom #kv img {
  position: relative;
  z-index: 2;
}

#holidaybottom #category li {
  display: inline-block;
  width: 30%;
  max-width: 200px;
  vertical-align: top;
  margin: 0 5%;
}

#holidaybottom #category li span {
  display: inline-block;
  padding-top: 15px;
}

#holidaybottom #category li:hover {
  cursor: pointer;
  color: #cca153;
}

@media screen and (max-width: 960px) {
  #holidaybottom #category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #holidaybottom #category li {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 auto;
  }
}

#holidaybottom .price {
  font-size: 48px;
  font-weight: bold;
  padding: 35px 0 25px;
}

#holidaybottom .price span {
  display: block;
  text-decoration: line-through;
  font-size: 40%;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  #holidaybottom .price {
    font-size: 28px;
  }
  #holidaybottom .price span {
    font-size: 18px;
  }
}

#holidaybottom .bt {
width: 50%;
	display: contents;
/*vertical-align: middle;*/
/*margin-left: -12%;*/
}

#holidaybottom .bt a {
  display: inline-block;
  vertical-align: middle;
  border: #FFFFFF 1px solid;
  color: #FFFFFF;
  padding: 10px 30px;
  font-weight: bold;
font-size: 26px;
  margin-bottom: 5px;
}

#holidaybottom .bt a:hover {
  background-color: #666;
  color: #fff;
}

#holidaybottom .bt a.yt {
  border: none !important;
  padding: 0;
  margin-left: 10px;
}

#holidaybottom .bt a.yt:hover {
  background: none !important;
}

#holidaybottom #nbbox {
  background: url("../images/bg_pd.jpg") center center no-repeat no-repeat;
  background-size: cover;
}

#holidaybottom #nbbox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #fff;
}

#holidaybottom #nbbox .txtbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

#holidaybottom #nbbox .pd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-left: 10%;
	margin-bottom: -4px;
}

#holidaybottom #nbbox .boxbg{
	width: 88%;
	margin: 3% auto;
	display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #fff;
}

#holidaybottom #nbbox .boxbg img {
	margin-top: 5%;
	margin-right: 37%;
}
#holidaybottom #nbbox .logos img {
  margin-right: 15px;
}

#holidaybottom #nbbox h2 {
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0 10px;
}

#holidaybottom #nbbox p {
  font-size: 22px;
  line-height: 1.6;
}

#holidaybottom #nbbox .bt a {
  color: #0131fe;
}

#holidaybottom #nbbox .bt a:hover {
  background: #6681F7;
  color: #fff;
}

#holidaybottom #nbbox .note {
  padding-top: 35px;
}

@media screen and (max-width: 1920px) {
  #holidaybottom #nbbox .logos img {
    height: 50px;
  }
  #holidaybottom #nbbox h2 {
    font-size: 32px;
  }
  #holidaybottom #nbbox p {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  #holidaybottom #nbbox .container {
    display: block;
  }
  #holidaybottom #nbbox .pd {
    margin: 35px auto 0;
  }
  #holidaybottom #nbbox h2 {
    font-size: 28px;
  }
  #holidaybottom #nbbox .logos img {
    height: 40px;
  }
}

#holidaybottom #nbboxs {
 text-align: left;
    display: flex;
    justify-content: center;
}

#holidaybottom #nbboxs .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#holidaybottom #nbboxs .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 2%;
  margin: 1% 0;
}

#holidaybottom #nbboxs .itemlogo {
  margin-top: 5%;
}

#holidaybottom #nbboxs .item .img {
  display: flex;
    width: 100%;
    margin: 0 0 0 10%;
}

#holidaybottom #nbboxs .item .txtbox {
  display: inline-block;
  width: 100%;
  margin-top: 15%;
}

#holidaybottom #nbboxs h2 {
  font-size: 40px;
  font-weight: bold;
  padding: 30px 0 15px;
  text-align: center;
}

#holidaybottom .msi-p5 {
font-size: 1.6em;
    text-align: center;
	margin: -1% 0 1% 0%;
	text-decoration-line: 20px;
    color: #FFFFFF;
    line-height: 70px;
}

@media (max-width: 2560px){
#holidaybottom .msi-p5 {
font-size: 1.2em;
    margin: -2.5% 0 0% 0%;
}}	

@media (max-width: 1920px){
#holidaybottom .msi-p5 {
font-size: 1.6em;
	margin: -3% 0 1% 0%;
}}

@media (max-width: 1024px){
#holidaybottom .msi-p5 {
    font-size: 1.2em;
    margin: -7% 0 0% 0%;
}}	
	
@media (max-width: 960px){
#holidaybottom .msi-p5 {
font-size: 1.2em;
    margin: -6% 0 1% 0%;
}}

#holidaybottom #nbboxs p {
  line-height: 1.6;
  font-size: 30px;
	text-align: center;
}

#holidaybottom #nbboxs .price {
  font-size: 40px;
}

#holidaybottom #nbboxs .price span {
  font-size: 50%;
}

@media screen and (max-width: 1920px) {
  #holidaybottom #nbboxs .logos2 img {
    height: 30px;
  }
  #holidaybottom #nbboxs h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  #holidaybottom #nbboxs .itembox {
    display: block;
  }
  #holidaybottom #nbboxs .item {
    display: block;
    padding: 5%;
    text-align: center;
	  margin-bottom: -100px;
  }
  #holidaybottom #nbboxs .item .txtbox {
    width: 100%;
    text-align: left;
  }
  #holidaybottom #nbboxs .item .img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}

#holidaybottom #creation {
  background: url(//storage-asset.msi.com/event/nb/2019/UK_2019_Holiday/images/bg-pd2.jpg) center right no-repeat no-repeat;
  background-size: cover;
  color: #fff;
}

#holidaybottom #creation .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#holidaybottom #creation .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

#holidaybottom #creation h3 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: left;
}

#holidaybottom #creation ul {
  text-align: left;
  margin-left: 20px;
  padding-bottom: 25px;
}

#holidaybottom #creation ul li {
  list-style: square;
  padding-bottom: 5px;
}

#holidaybottom #creation .bt {
  text-align: left;
}

#holidaybottom #creation .bt a {
  border: #cca153 1px solid;
  color: #cca153;
}

#holidaybottom #creation .bt a:hover {
  background: #cca153;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #holidaybottom #creation .itembox {
    display: block;
  }
  #holidaybottom #creation .img {
    width: 70%;
    margin: 0 auto;
    max-width: auto;
  }
}

@media screen and (max-width: 960px) {
  #holidaybottom {
 margin-top: -62px;
  }
}

@media screen and (max-width: 1920px) {
  #holidaybottom {
    font-size: 18px;
  }
}

.delighter.right {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}

/*full-steam*/
#full-steam {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-size: 100% ;
	color: #fff;
	position: relative;
	background-size: 100%;
}

#full-steam section{
max-width: 1920px;
margin: 0 auto;
}

@media (max-width:1920px){
#full-steam section{
max-width: 1600px;
margin: 0 auto;
	}}

#full-steam .kv h1 {
	color: #fff;
	font-size: 3.5em;
	padding-bottom: 30px;
}

#full-steam .kv {
	display: flex;
	background: url(https://storage-asset.msi.com/event/cnd/2019/full_steam_ahead/images/kv_bg.png) no-repeat top left;
	align-items: center;
	vertical-align: middle;
	background-size: 100%;
}
#full-steam .kv .flex-2 {
	width: 65%;

}
#full-steam .kv .flex-h1 {
	text-align: left;
}
#full-steam .b2 h2 {
	line-height: normal;
	font-size: 4.5em;
	letter-spacing: 5px;
	background: linear-gradient(90deg, #328bd4 40%, #ff3bbb 50%, #4600ae 70%, #1061be 100%);

	-webkit-background-clip: text;
	-webkit-text-stroke: 5px transparent;
	color: #15092a;
	text-shadow: 0 0 5px #f00, 0 0 15px #5900ff;
	animation: colorful 3s linear infinite;
	-moz-animation: colorful 3s linear infinite;
	-webkit-animation: colorful 3s linear infinite;
	-o-animation: colorful 3s linear infinite;
}
#full-steam .b2 .b2_date {
	font-size: 1.2em;
	line-height: 2em;
	letter-spacing: 2px;
	color: #9eb0bb;
}
#full-steam .b2 p {
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #28D7FE;
}
#full-steam .b2 .info {
	display: inline-block;
	color: #28D7FE;
	padding: 2% 0px 15px;
}
#full-steam .b2 .info span {
	border-bottom: 2px #3d306c solid;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	z-index: 1;
	content: '';
	padding-top: 5px;
	margin-bottom: 5px;
}
/**/

.flux::after {
	border-bottom: 2px #275b76 solid;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	top: 50%;
	z-index: 1;
	content: '';
	animation: flux 2s linear infinite;
	-moz-animation: flux 2s linear infinite;
	-webkit-animation: flux 2 linear infinite;
	-o-animation: flux 1 linear infinite;
}
.flux::before {
	border-top: 2px #275b76 solid;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	top: 50%;
	z-index: 1;
	content: '';
	animation: flux 2s linear infinite;
	-moz-animation: flux 2s linear infinite;
	-webkit-animation: flux 2 linear infinite;
	-o-animation: flux 1 linear infinite;
}
#full-steam .b3 {
	padding-top: 2%;
}
#full-steam h3 {
	font-size: 2.5em;
	line-height: 1;
	text-align: center;
	display: inline-block;
	color: #FFFFFF;
	margin: 60px 60px;
	/*animation: flickerAnimation 1s infinite;*/
    /*text-shadow: 0 0 3px #495cb9, 0 0 5px #495cb9, 0 0 10px #495cb9, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1);*/
}

@media (max-width: 2560px){
#full-steam h3 {
    font-size: 2em;
}}

/*#full-steam h3:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
}*/

@media (max-width:1440px){
#full-steam h3 {
	font-size: 38px;
}}

#full-steam h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    display: block;
}

#full-steam h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
}

#full-steam h4 {
	color: #7babdc;
	font-size: 1.5em;
	position: relative;
	text-align: center;
	margin-top: 30px;
}

#full-steam .msi-p4 {
font-size: .9em;
    text-align: center;
    margin-right: 10px;
    text-decoration-line: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

@media (max-width: 1024px){
#full-steam .msi-p4 {
font-size: .75em;
}}

@media (max-width: 960px){
	#full-steam .msi-p4 {
    font-size: 16px;
    width: 68%;
    margin: auto;
}}


#full-steam h3::before {
	margin-right: 15px;
}
#full-steam h3::after {
	margin-left: 15px;
}
#full-steam h3::before, #full-steam h3::after, #full-steam .f2 .f2_nav .activeli2 h3::after, #full-steam .f2 .f2_nav .activeli2 h3::before {
	width: 2px;
	border: 1px solid #495cb9;
	box-shadow: 0 0 13px #6687c9, 0 0 5px #6687c9, 0 0 20px #6687c9, 0 0 50px #6687c9, 0 0 50px #6687c9, 0 0 50px #6687c9, 0 0 50px #6687c9;
	content: "";
	-webkit-animation: neon2 0.1s ease-in-out infinite alternate;
	-moz-animation: neon2 0.1s ease-in-out infinite alternate;
	animation: neon2 0.1s ease-in-out infinite alternate;
}
#full-steam .fas {
	font-family: Font Awesome 5 Free;
	display: block;
	text-shadow: 0 0 5px #495cb9, 0 0 6px #495cb9, 0 0 7px #495cb9, 0 0 8px #495cb9, 0 0 9px #495cb9, 0 0 50px #495cb9, 0 0 10px #495cb9, 0 0 150px #495cb9, 0 0 15px #495cb9, 0 0 15px #495cb9, 0 0 20px #495cb9, 0 0 320px #495cb9, 0 0 40px #495cb9;
	font-size: 1.5em;
	padding: 2% 5% 6%;
	color: #fff;
}
#full-steam .freeitem .chair_text {
	position: absolute;
	font-size: 3em;
	color: #fff;
	left: 0;
	right: 0;
	z-index: 9999;
	top: 40%;
}
#full-steam .freeitem {
	position: relative;
}
#full-steam .submit:hover, #full-steam .redeem button:hover {
	transition: 0.5s all ease-in-out;
	background: #7798ba;
}
#full-steam .submit, #full-steam .redeem button {
	font-size: 1.2em;
	background: rgba(0,0,0,.5);
	text-align: center;
	letter-spacing: 2px;
	line-height: 50px;
	border-radius: 15px;
	box-shadow: #495cb9 ;
	margin: 40px;
	color: white;
	display: inline-block;
	cursor: pointer;
	padding: 8px 25px;
	-webkit-box-shadow: 0 0 20px rgba(#495cb9), inset 0 0 8px rgba(#495cb9);
	-webkit-animation: flickerAnimation 4s infinite;
	/*animation: flickerAnimation 1s infinite;*/
	/*text-shadow: 0 0 3px #495cb9, 0 0 5px #495cb9, 0 0 10px #495cb9, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1);*/
	outline: none;
}

@media (max-width:960px){
#full-steam .submit, #full-steam .redeem button {
	font-size: 16px;
	}}

#full-steam .b5 {
	padding-bottom: 5%;
	background-size: 100%;
}
#full-steam .b5 .redeemtb {
	padding-bottom: 5%;
	display: table;
	width: auto;
	margin: 0 auto;
}

@media (max-width:960px){
#full-steam .b5 .redeemtb {
    padding-bottom: 5%;
    display: table;
    width: auto;
    margin: 0 30px 0 -35px;
}}	
	
#full-steam .b5 .redeemtb .td {
	vertical-align: top;
	width: 25%;
}
#full-steam .b5 .redeemtb .th {
	vertical-align: middle;
}
#full-steam .b5 .redeemtb p {
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	line-height: 1.3em;
	text-decoration: none;
	color: #fff;
}

#full-steam.s3 .th {
	vertical-align: middle;
	padding: 0px 50px;
}
#full-steam .b5 .redeemtb a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#full-steam .b5 .redeemtb a:hover {
	color: #ce2c00;
}
#full-steam .b5 .icon .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 28%;
	left: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
#full-steam .icon {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
}
#full-steam .icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 16px;
	stroke: url(#myGradient);
	stroke-opacity: 0.8;
	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;
}
#full-steam .icon svg .circle-bg {
	stroke-opacity: 0.5;
	fill-opacity: 0.5;
	-webkit-filter: url(#Gaussian_Blur);
	filter: url(#Gaussian_Blur);
}
#full-steam .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;
}
 @-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);
}
}
#full-steam .icon .icontxt i {
	font-size: 250%;
}
#full-steam .b6 {
	padding: 2% 0;
	width: 100%;
}

#full-steam .b7 {
	padding: 2% 0;
	width: 100%;
	background-color: #312C2D;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes flickerAnimation {
 0% {
 opacity: 1;
}
 31.8% {
 opacity: 0.9;
}
 32% {
 opacity: 0;
}
 32.2% {
 opacity: 0.9;
}
 94.6% {
 opacity: 1;
}
 95% {
 opacity: 0;
}
 95.4% {
 opacity: 0.9;
}
 100% {
 opacity: 1;
}
}
 @keyframes flickerAnimation {
 0% {
 opacity: 1;
}
 31.8% {
 opacity: 0.9;
}
 32% {
 opacity: 0;
}
 32.2% {
 opacity: 0.9;
}
 94.6% {
 opacity: 1;
}
 95% {
 opacity: 0;
}
 95.4% {
 opacity: 0.9;
}
 100% {
 opacity: 1;
}
}
/*TAB 1*/
#full-steam .f1 {
	margin-bottom: 0px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
#full-steam .f1 .page01, #full-steam .f1 .page02, #full-steam .f1 .page03, #full-steam .f1 .page04 {
	display: none;
}
#full-steam .f1 .active {
	display: block;
}
#full-steam .f1 .acclose {
	display: none;
}
#full-steam .f1 .f1_nav {
	width: 100%;
	height: auto;
	min-height: 50px;
}
#full-steam .f1 ul{
		-webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
	
}
#full-steam .f1 ul, #full-steam .f1 .f1_nav li {
		
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#full-steam .f1 .f1_nav ul {
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding-left: 0;
}
#full-steam .f1 .f1_nav li {
	font-size: 22px;
	width: 33%;
	text-align: center;
	line-height: 50px;
	border-bottom: 0px #333 solid;
	border-radius: 0px;
	margin: 0px;
	text-decoration: none;
	color: white;
	cursor: pointer;
	background: url(https://storage-asset.msi.com/event/cnd/2019/full_steam_ahead/images/bg00.png) repeat;
	transition: 0.5s all ease-in-out;
}
#full-steam .f1 .f1_nav li:hover {
	border: 0px solid rgba(0,171,213,.3);
	transition: 0.2s all ease-in-out;
}
#full-steam .f1 .f1_nav li:nth-child(1), #full-steam .f1 .f1_nav li:nth-child(3) {
	background-color: #1f1f1f;
}
#full-steam .f1 .f1_nav li:nth-child(1):hover, #full-steam .f1 .f1_nav li:nth-child(3):hover {
	background-color: #333333;
}
#full-steam .f1 .f1_nav li:nth-child(2), #full-steam .f1 .f1_nav li:nth-child(4) {
	background-color: #2d2d2d;
}
#full-steam .f1 .f1_nav li:nth-child(2):hover, #full-steam .f1 .f1_nav li:nth-child(4):hover {
	background-color: #414141;
}
#full-steam .f1 .f1_nav li .arrowDown {
	margin: 0 auto;
	-webkit-animation: arrowDown 1.5s ease-in-out infinite alternate;
	-moz-animation: arrowDown 1.5s ease-in-out infinite alternate;
	animation: arrowDown 1.5s ease-in-out infinite alternate;
}
#full-steam .f1 .f1_nav li .arrowDown img {
	width: 30px;
	height: 15px;
}
#full-steam .f1 .f1_nav li:hover .arrowDown {
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
}
#full-steam .f1 .f1_nav li:hover {
}
#full-steam .f1 .f1_nav .activeli .arrowDown img {
	opacity: 0;
}
#full-steam .f1 .f1_nav .activeli .arrowDown {
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
}
#full-steam .f1 .f1_nav .activeli, #full-steam .b6 .flex .item {
	color: #495cb9;
	border-bottom: 0px solid rgba(124,3,150,.7);
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
	transition: 0.5s all ease-in-out;
}
#full-steam .b6 .flex .item{position: relative;}
#full-steam .f1 .f1_nav .activeli::before, #full-steam .b6 .flex .item::before {
	transition: 0.5s all ease-in-out;
	box-shadow: 0 0 5px #495cb9, 0 0 15px #495cb9, 0 0 15px #495cb9, 0 0 25px #495cb9, 0 0 35px #495cb9;
	content: "";
	position: absolute;
	z-index: 999;
	-webkit-animation: neon3 0.1s ease-in-out infinite alternate;
	-moz-animation: neon3 0.1s ease-in-out infinite alternate;
	animation: neon3 0.1s ease-in-out infinite alternate;
}
#full-steam .f1 .eligible_model_cost {
	padding: 0 10px 50px;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0px;
	text-align: center;
}
#full-steam .f1 .eligible_model_cost p, #full-steam .f2 .act_promotion .item p {
	color: #9a19bf;
	font-size: 1.8em;
	padding-bottom: 15px;
}
#full-steam .f1 .eligible_model_cost p span {
	color: #495cb9;
}
#full-steam .f1 .eligible_model_cost p span b {
	color: #fff;
	text-shadow: 0 0 5px #495cb9, 0 0 15px #495cb9, 0 0 15px #495cb9;
}
#full-steam .f1 .eligible_model_cost .item, #full-steam .f2 .act_promotion .item {
	width: 100%;
	padding: 2%;
	margin: 0 auto;
}
#full-steam .f2 .act_promotion .item {
	padding-top: 3%;
}
#full-steam .f1 .eligible_model_cost .item ul, #full-steam .f2 .act_promotion .item ul {
	display: block;
}
#full-steam .f1 .eligible_model_cost .item ul li, #full-steam .f2 .act_promotion .item ul li {
	display: inline;
}
#full-steam .f1 .eligible_model_cost .item a, #full-steam .f2 .act_promotion .item a {
	background: rgba(42,42,45,.8);

	color: #bababa;
	text-align: center;
	display: inline-block;
	padding: 5px 5px;
	cursor: pointer;
	margin: 5px 2px;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 35px;
	text-decoration: none;
	transition: all .3s ease 0;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-ms-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: 0.3s all ease;
	letter-spacing: 1px;
}

#full-steam .f1 .eligible_model_cost .item a:hover, #full-steam .f2 .act_promotion .item a:hover {
	background: rgba(142,142,145,.8);
}
#full-steam .f1 .eligible_model_cost ul li span {
	font-size: 200%;
	color: #fd006f;
}
#full-steam .f1 .eligible_model_cost ul li .cost {
	padding: 10px;
	width: 100%;
	color: rgba(255,255,255,.8);
	letter-spacing: 1px;
}
#full-steam .f1 .eligible_model_cost ul li .name {
	padding: 10px;
	color: #536bfc;
	font-size: 1.5em;
	width: 100%;
	padding-bottom: 25px;
 co
}
#full-steam .f1 .eligible_model_cost ul li .name p {
	display: block;
}
#full-steam .f1 .eligible_model_cost ul li .name .money {
	color: rgba(205,205,205,1.00);
	font-size: 0.6em;
	border-radius: 3px;
	vertical-align: top;
	display: inline-block;
	background-color: #be000e;
	width: 30%;
}
#full-steam .f1 .eligible_model_cost ul li .name .steam {
	background-color: rgba(94,94,94,1.00);
}
#full-steam .f1 .eligible_model_cost h3 {
	font-size: 2rem;
	color: #e53f57;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#full-steam .f1 .eligible_model_cost .left {
	width: 50%;
	height: auto;
	text-align: left;
	margin: 40px 0;
	float: left;
}
#full-steam .f1 .eligible_model_cost .right {
	width: 50%;
	height: auto;
	float: left;
}
/*��敶抵葤獢�*/

#full-steam .f1 .eligible_model_cost ul li::before {
	background-image: linear-gradient(135deg, #ff00f1, #0400ff, #00ebff, #00ff0d, #fbff00, #ff6b00);
	-webkit-animation: colorful-btn 1.5s 0.2s linear infinite;
	animation: colorful-btn 1.5s 0.2s linear infinite;
}
/*TAB2 */

#full-steam .f2 {
	text-align: center;
	overflow: hidden;
}
#full-steam .f2 .actpage01, #full-steam .f2 .actpage02 {
	display: none;
}
#full-steam .f2 .active {
	display: block;
}
#full-steam .f2 .f2_nav {
	width: 100%;
	height: auto;
	min-height: 50px;
	padding: 0;
}
#full-steam .f2 .f2_nav ul, #full-steam .f2 .f2_nav li {
	width: 100%;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#full-steam .f2 .f2_nav ul {
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding-left: 0;
}
#full-steam .f2 .f2_nav li {
	position: relative;
	width: calc(100% / 2 - 34px);
	text-align: center;
	line-height: 50px;
	margin: 0px;
	display: inline-block;
	border-shadow: 0 0 5px #A7A6A6, 0 0 15px #A7A6A6, 0 0 15px #A7A6A6, 0 0 25px #A7A6A6, 0 0 35px #A7A6A6;
	cursor: pointer;
}
#full-steam .f2 .f2_nav li::after {
	width: 100%;
	transition: 0.5s all ease-in-out;
	border-bottom: 7px solid #3e3c49;
	content: "";
	position: absolute;
	z-index: 999;
	right: 0;
	left: 0;
}
#full-steam .f2 .f2_nav li.activeli2::after {
	border-bottom: 7px solid #A7A6A6;
	box-shadow: 0 0 5px rgba(195,0,255,.3), 0 0 15px rgba(195,0,255,.3), 0 0 15px rgba(195,0,255,.4), 0 0 25px rgba(195,0,255,.4), 0 0 35px rgba(195,0,255,.4);
	-webkit-animation: neon2 0.1s ease-in-out infinite alternate;
	-moz-animation: neon2 0.1s ease-in-out infinite alternate;
	animation: neon2 0.1s ease-in-out infinite alternate;
}
#full-steam .f2 .f2_nav ul, #full-steam .f2 .f2_nav li.activeli2 {
	border-bottom: 5px solid #A7A6A6;
}
#full-steam .f2 .f2_nav .activeli2 h3 {
	color: #A7A6A6;
}
#full-steam .f2 .f2_nav h3 {
	color: #606062;
	line-height: 1.5;
}
#full-steam .f2 .fas, #full-steam .b5 .icontxt .fa-x {
	/*text-shadow: 0 0 5px rgba(166,43,236,.1), 0 0 16px rgba(166,43,236,.5), 0 0 7px rgba(166,43,236,.3);*/
	padding: 1.5% 0px;
	color:#6687c9;
	font-size: 2em;
}
#full-steam .f2 .f2_nav h3::before, #full-steam .f2 .f2_nav h3::after {
	height: 35px;
	width: 2px;
	border: 1px solid #333;
	box-shadow: 0 0 13px #333, 0 0 5px #333, 0 0 20px #333, 0 0 50px #333, 0 0 50px #333, 0 0 50px #333, 0 0 50px #333;
	content: "";
}
#full-steam .f2 .f2_nav h3 .active {
	color: #A7A6A6;
}
#full-steam .f2 .act_promotion {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#full-steam .f2 .act_promotion .left {
	width: 50%;
	height: auto;
	text-align: left;
	margin: 40px 0;
	float: left;
}
#full-steam .f2 .act_promotion .right {
	width: 50%;
	height: auto;
	float: left;
}
#full-steam .f2 .actpage01 {
	padding-top: 1%;
	background: url("https://storage-asset.msi.com/event/cnd/2019/full_steam_ahead/images/page01-bg.jpg");
	background-position: right top;
	background-size: cover;
}
#full-steam .f2 .actpage01 .left {
	width: 40%;
	height: auto;
}
#full-steam .f2 .actpage01 .right {
	width: 60%;
	height: auto;
}
#full-steam .b4 {
	padding: 10% 0px;
}
#full-steam .b4 .mainbox {
	padding-bottom: 5%;
	width: 80%;
	margin: 0 auto;
}
#full-steam .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;
}
#full-steam .b4 .mainbox3 {
	width: 200px;
	height: 100px;
	background-color: white;
	box-shadow: 0px 0px 20px #B22D2D;
	left: -50px;
	display: inline-block;
	margin-left: -50px;
	z-index: -1;
}
#full-steam .b4 {
	background: url(https://storage-asset.msi.com/event/cnd/2019/full_steam_ahead/images/action_bg.jpg);
	background-size: 100%;}
#full-steam .b4 .mainbox {
	transition: 0.3s all;
	position: relative;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
#full-steam .b4 .mainbox::before {
	-webkit-animation: colorful-btn 1.5s 0.2s linear infinite;
	animation: colorful-btn 1.5s 0.2s linear infinite;
}
#full-steam .b4 .mainbox::after {
	content: '';
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	background: #000;
	border-radius: 20px;
	border: 1px solid #fff;
	box-shadow: inset 0 0 35px rgb(160, 63, 187) ;
	background-color: #000;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#full-steam .b4 .mainbox::before {
	content: '';
	display: block;
	position: absolute;
	top: -0.5%;
	left: -0.5%;
	background-image: linear-gradient(135deg, #ff00f1, #0400ff, #00ebff, #00ff0d, #fbff00, #ff6b00);
	background-size: contain;
	border-radius: 20px;
	width: 101%;
	height: 101%;
	z-index: -1;
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
#full-steam .b6 .flex .item::before {
	width: 90% ;
}
#full-steam .b6 .flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#full-steam .b6 .item {
	width: 35%;
	margin: 15px;
}
#full-steam .wtbbg{background: #000;}
@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1366px) {
#full-steam .kv {
	flex-wrap: nowrap;
}
#full-steam .kv .flex-2 {
	flex-basis: 80%;
}
#full-steam .kv h1 {
	font-size: 3em;
}
	
#full-steam .kv .flex-h1 img {
	width: 70%;
}
#full-steam .f1 {
	text-align: left;
}
#full-steam .f1 .eligible_model_cost ul li a > img {
	top: 30px;
	right: -30px;
}
}

@media screen and (max-width: 1280px) {
#full-steam .b6 .flex .item::before, #full-steam .b6 .flex .item {
	width: 45% ;
}
#full-steam .kv {
	flex-wrap: nowrap;
}
#full-steam .kv .flex-2 {
	flex-basis: 90%;
}
#full-steam .kv h1 {
	font-size: 2.5em;
}
#full-steam .kv .flex-h1 img {
	width: 60%;
}
#full-steam .b2 .b2_date {
	font-size: 1.5em;
	line-height: 1.5em;
}
#full-steam .b2 p {
	font-size: 1.1em;
}
}

@media all and (max-width: 1024px) {
#full-steam .f1 .f1_nav li .arrowDown {
	font-size: 22px;
}
#full-steam .f1 .f1_nav {
	width: 100%;
	height: auto;
	min-height: 50px;
	padding: 0;

}
}

@media screen and (max-width: 960px) {
#full-steam .kv div:nth-child(1) img {
	width: 50%;
}
#full-steam .kv div:nth-child(2) {
	width: 60%;
	text-align: center;
}
#full-steam .kv div:nth-child(2) img {
	width: 40%;
	padding: 15px;
}
#full-steam .kv div:nth-child(3) {
	width: 30%;
}
#full-steam .kv h1 {
	display: inline-block;
}
#full-steam .kv {
	background-position: top;
}
#full-steam .kv {
	flex-wrap: wrap;
}
}

@media screen and (max-width: 768px) {
#full-steam .kv h1 {
	font-size: 2em;
}
#full-steam .b2 h2 {
	font-size: 3.5em;
	line-height: normal;
}
#full-steam .b2 .b2_date {
	font-size: 1.2em;
	line-height: 1.5em;
}
#full-steam .b6 .flex {
	display: block;
}
#full-steam .b6 .flex .item::before, #full-steam .b6 .flex .item {
	width: 90% ;
	margin: 0 auto;
}
#full-steam .b4 .mainbox {
	width: 94%;
}
#full-steam h3 {
	font-size: 1.2em;
}
	
#full-steam h4 {
	font-size: 1em;
}
	
#full-steam .f2 .act_promotion .item a {
	font-size: 0.8em;
	padding: 2px;
}
#full-steam .f2 .act_promotion .item p {
	font-size: 1.2em;
}
#full-steam .b2 .td {
	width: 100% ;
}
#full-steam .f1 .eligible_model_cost {
	margin-bottom: 20px;
}
#full-steam .f1 .eligible_model_cost ul li a:hover > img {
	display: none;
}
#full-steam .f1 .eligible_model_cost ul li {
	width: calc(100% / 2 - 20px);
}
#full-steam .f1 .f1_nav .activeli .arrowDown img {
	display: none;
}
#full-steam .f1 {
	margin-bottom: 10px;
	padding: 0px 0px 0%;
}
#full-steam .f1 .f1_nav li {
	padding: 15px;
	border: 2px solid #333;
	width: calc(95% / 2 - 10px);
	line-height: 30px;
	margin: 5px;
	font-size: 1.5em;
	text-align: center;
}
#full-steam .f1 .f1_nav li:hover {
	background-color: rgba(83,107,252,0.30);
}
#full-steam .f1 .f1_nav .activeli {
	color: #fff;
	background-color: #3123e2;
	border: 2px solid #3123e2;
	width: 90%;
}
#full-steam .f1 .f1_nav li img {
	display: none;
}
#full-steam .f1 .f1_nav li .arrowDown img {
	display: initial;
}
#full-steam .f1 .eligible_model_cost .left, #full-steam .f1 .eligible_model_cost .right {
	text-align: center;
	width: 100%;
}
#full-steam .f1 .page01 {
	background-position: bottom;
}
#full-steam .f1 .page02 ol {
	text-align: left;
}
#full-steam .f1 .page03 {
	background: initial;
	padding: 20px 0;
}
#full-steam .f1 .page03 img {
	width: 100%;
	height: auto;
}
#full-steam .f1 .page04 {
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
#full-steam .f1 .page04 img {
	width: 100%;
	height: auto;
}}


@media screen and (max-width: 786px) {
.visible-xs{
padding:5px 4em;
}
#full-steam .f1 .f1_nav li .arrowDown{
padding-top: 10px;}
	
#full-steam .f1 .f1_nav .activeli::before{
width: 40%;}
	
#full-steam .b5 .redeemtb{
display: block;
margin: auto;
}
	
#full-steam .b5 .redeemtb .td,#full-steam .b5 .redeemtb .th{
display: block; width: 100%;
}
	
#full-steam .b5 .icontxt .fa-x{
transform: rotate(90deg);
}}


@media screen and (max-width: 486px) {
#full-steam .kv h1 {
	font-size: 1.8em;
}
#full-steam .kv div:nth-child(2) img {
	width: 40%;
	padding: 15px;
}
#full-steam .kv div:nth-child(2) {
	width: 70%;
}
#full-steam .b2 h2 {
	font-size: 2em;
}
#full-steam .f1 .f1_nav li {
	padding: 15px 2px;
}
#full-steam .f1 .f1_nav li .arrowDown img {
	width: 20px;
	height: 10px;
}
#full-steam .f1 .eligible_model_cost ul li {
	width: calc(100% / 1 - 20px);
}
#full-steam .f1 .f1_nav .activeli .arrowDown, #full-steam .f1 .f1_nav li .arrowDown {
	line-height: 1.2;
	font-size: 18px;
}
}

/*----Neno -----*/
@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);
}
 50% {
 -webkit-filter: hue-rotate(130deg);
 filter: hue-rotate(130deg);
}
 100% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
}
 @keyframes colorrainbow {
 from {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 to {
 -webkit-filter: hue-rotate(359deg);
 filter: hue-rotate(359deg);
}
}
 @-webkit-keyframes light {
 100% {
 -webkit-transform: translate3d(50%, 50%, 0);
 transform: translate3d(50%, 50%, 0);
}
}
 @keyframes light {
 100% {
 -webkit-transform: translate3d(50%, 50%, 0);
 transform: translate3d(50%, 50%, 0);
}
}
 @-webkit-keyframes neon3 {
 from {
box-shadow: 0 0 5px #495cb9, 0 0 15px #495cb9, 0 0 15px #495cb9, 0 0 25px #495cb9, 0 0 35px #495cb9;
}
 to {
box-shadow: 0 0 5px #495cb9, 0 0 15px #495cb9, 0 0 25px #495cb9, 0 0 35px #495cb9, 0 0 45px #495cb9;;
}
}
 @-webkit-keyframes arrowDownlight {
 0% {
 opacity: 1;
}
 65% {
 opacity: .5;
}
 100% {
 opacity: 1;
}
}
 @keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: .5;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes neon2 {
 from {
box-shadow: 0 0 5px rgba(195,0,255,.3), 0 0 15px rgba(195,0,255,.3), 0 0 15px rgba(195,0,255,.4), 0 0 25px rgba(195,0,255,.4), 0 0 35px rgba(195,0,255,.4);
}
 to {
box-shadow: 0 0 1px rgba(195,0,255,.3), 0 0 5px rgba(195,0,255,.1), 0 0 5px rgba(195,0,255,.3), 0 0 22px rgba(195,0,255,.3), 0 0 35px rgba(195,0,255,.4);
}
}
 @-webkit-keyframes colorful-btn {
 from {
 -webkit-filter: hue-rotate(0deg) blur(8px);
 filter: hue-rotate(0deg) blur(8px);
}
 to {
 -webkit-filter: hue-rotate(359deg) blur(8px);
 filter: hue-rotate(359deg) blur(8px);
}
}
 @keyframes colorful-btn {
 from {
 -webkit-filter: hue-rotate(0deg) blur(8px);
 filter: hue-rotate(0deg) blur(8px);
}
 to {
 -webkit-filter: hue-rotate(359deg) blur(8px);
 filter: hue-rotate(359deg) blur(8px);
}
}

#tom-clancys-breakpoint {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

#tom-clancys-breakpoint section {
	width: 80%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: top;
	align-items: top;
	margin: 0 auto;
	max-width: 1920px;
}

#tom-clancys-breakpoint section .container {
	width: 80%;
	margin: auto;
    max-width: 1920px;
}


#tom-clancys-breakpoint section.kv {
	width: 100%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: top;
	align-items: top;
	margin: 0 auto;
	max-width: 1920px;
	
}
#tom-clancys-breakpoint section.kv h1 {
	color: #fff;
	font-size: 6em;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: left;
	padding: 0px!important;
	margin: 0!important;
	height: auto!important;
}
#tom-clancys-breakpoint section.kv .kv-l {
	width: 50%;
	padding-left: 2%;
}
#tom-clancys-breakpoint section.kv .kv-r {
	text-align: right;
	max-width: 1037px;
}
#tom-clancys-breakpoint section.kv .kv-l p {
	text-align: left;
	font-size: 1.2em;
	line-height: 36px;
	font-weight: bold;
}
#tom-clancys-breakpoint section.kv .kv-l .info {
	color: #ffff00;
	text-align: left;
	width: 100%;
	position: relative;
}
#tom-clancys-breakpoint section.kv .kv-l .info img{max-width: 140px;}
#tom-clancys-breakpoint section.kv .kv-l .info p {
	width: 70%;
}
#tom-clancys-breakpoint section.kv .kv-l .info img {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
#tom-clancys-breakpoint p {
}

#tom-clancys-breakpoint .section-container {
	max-width: 70%;
	margin: 0 auto;
	padding: 0px;
}
#tom-clancys-breakpoint .b2 {
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/bg01.jpg);
	background-size: 100%;
	padding-bottom: 15px;
}
#tom-clancys-breakpoint h2 {
	font-weight: bold;
	font-size: 2.8em;
	padding: 8px;
	letter-spacing: 5px;
}
#tom-clancys-breakpoint h3,#tom-clancys-breakpoint h1{
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 99;
	transform: skewY(-0.3deg);
	margin-bottom: 25px;
	font-size: 2.4em;
	color: #fff;
	border-bottom: 0px solid #ff0000;
	display: block;
	padding: 0 70px;
	font-style: italic;
	height: 150px;
	padding-top: 40px;
	text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 25px #ff0000, 0 0 35px #ff0000;
	-webkit-animation: neon3 0.1s ease-in-out infinite alternate;
	-moz-animation: neon3 0.1s ease-in-out infinite alternate;
	animation: neon3 0.1s ease-in-out infinite alternate;
}
 @-webkit-keyframes neon3 {
 from {
text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 25px #ff0000, 0 0 35px #ff0000;
}
 to {
text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 25px #ff0000, 0 0 35px #ff0000, 0 0 45px #ff0000;;
}
}
#tom-clancys-breakpoint h3:before {
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/line02.png) no-repeat right top;
	position: absolute;
	width: 100%;
	height: 150px;
	content: "";
	margin-top: 20%;
	bottom: 5px;
	display: block;
	right: 0;
}
#tom-clancys-breakpoint h3:after {
	left: 0;
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/line01.png) no-repeat left bottom;
	position: absolute;
	width: 100%;
	height: 150px;
	content: "";
	margin-top: 20%;
	bottom: 5px;
	display: block;
}
#tom-clancys-breakpoint .item {
	display: inline-block;
	position: relative;
	padding: 5px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	margin: 40px 0;
	color: #ff0000;
}
#tom-clancys-breakpoint .item::before, #tom-clancys-breakpoint .item::after, #tom-clancys-breakpoint .item > div::before, .item > div::after {
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	width: 20px;
}
#tom-clancys-breakpoint .item::before {
	border-top: 6px solid #ff0000;
	border-left: 6px solid #ff0000;
	left: 0;
	top: 0;
}
#tom-clancys-breakpoint .item::after {
	border-top: 6px solid #ff0000;
	border-right: 6px solid #ff0000;
	right: 0;
	top: 0;
}
#tom-clancys-breakpoint .item > div::before {
	bottom: 0;
	border-bottom: 6px solid #ff0000;
	border-left: 6px solid #ff0000;
	left: 0;
}
#tom-clancys-breakpoint .item > div::after {
	bottom: 0;
	border-bottom: 6px solid #ff0000;
	border-right: 6px solid #ff0000;
	right: 0;
}
/*TAB 1*/
#tom-clancys-breakpoint .f1 {
	margin-bottom: 0px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
#tom-clancys-breakpoint .f1 .page01, #tom-clancys-breakpoint .f1 .page02, #tom-clancys-breakpoint .f1 .page03 {
	display: none;
}
#tom-clancys-breakpoint .f1 .active {
	display: block;
}
#tom-clancys-breakpoint .f1 .acclose {
	display: none;
}
#tom-clancys-breakpoint .f1 .f1_nav {
	width: 100%;
	height: auto;
	min-height: 50px;
}
@media (min-width: 1920px) {
	#tom-clancys-breakpoint .f1 .f1_nav{width: 70%; margin: 0 auto;}
	
} 


#tom-clancys-breakpoint .f1 ul, #tom-clancys-breakpoint .f1 .f1_nav li {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#tom-clancys-breakpoint .f1 .f1_nav ul {
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding-left: 0;
}
#tom-clancys-breakpoint .f1 .f1_nav li {
	display: block;
	font-size: 22px;
	width: calc((100% / 3) - 0px);
	text-align: center;
	line-height: 50px;
	border-bottom: 0px #333 solid;
	border-radius: 0px;
	margin: 0px;
	padding: 3em 0;
	text-decoration: none;
	color: white;
	cursor: pointer;
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/pd_over02.png) no-repeat;
	background-size: 100%;
	transition: 0.5s all ease-in-out;
	text-shadow: 0 0 5px #ff0000, 0 0 6px #ff0000, 0 0 7px #ff0000, 0 0 8px #ff0000, 0 0 9px #ff0000, 0 0 50px #ff0000, 0 0 10px #ff0000, 0 0 150px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 20px #ff0000, 0 0 320px #ff0000, 0 0 40px #ff0000;
}
#tom-clancys-breakpoint .fas {
	font-family: Font Awesome 5 Free;
	font-size: 1.5em;
	padding: 2% 5% 6%;
	display: block;
	color: #fff;
}
#tom-clancys-breakpoint .f1 .f1_nav li img {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
#tom-clancys-breakpoint .f1 .f1_nav li:hover, #tom-clancys-breakpoint .f1 .f1_nav li.activeli {
	transition: 0.5s all ease-in-out;
	border: 0px solid rgba(0,171,213,.3);
	transition: 0.2s all ease-in-out;
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/pd_over01.png) no-repeat;
	background-size: 100%;
}
#tom-clancys-breakpoint .f1 .f1_nav li .arrowDown {
	width: 100%;
	margin: 0 auto;
	-webkit-animation: arrowDown 1.5s ease-in-out infinite alternate;
	-moz-animation: arrowDown 1.5s ease-in-out infinite alternate;
	animation: arrowDown 1.5s ease-in-out infinite alternate;
}
#tom-clancys-breakpoint .f1 .f1_nav li .arrowDown img {
	width: 30px;
	height: 15px;
}
#tom-clancys-breakpoint .f1 .f1_nav li:hover .arrowDown {
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
}
#tom-clancys-breakpoint .f1 .f1_nav .activeli .arrowDown img {
	opacity: 0;
}
#tom-clancys-breakpoint .f1 .f1_nav {
	position: relative;
}
#tom-clancys-breakpoint .f1 .f1_nav .activeli .arrowDown {
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
}
#tom-clancys-breakpoint .f1 .f1_nav .activeli {
	border-bottom: 0px solid rgba(124,3,150,.7);
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
	transition: 0.5s all ease-in-out;
}
#tom-clancys-breakpoint .f1 .f1_nav .activeli::before {
	width: 20%;
	transition: 0.5s all ease-in-out;
	border-top: 0px solid #ff0000;
	content: "";
	position: absolute;
	z-index: 999;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost {
	padding: 0 10px 50px;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0px;
	text-align: center;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost p, #tom-clancys-breakpoint .f2 .act_promotion .item p {
	color: #f00;
	font-size: 1.8em;
	padding-bottom: 15px;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost p span {
	color: #ff0000;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost p span b {
	color: #fff;
	text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox {
	width: 100%;
	padding: 2%;
	margin: 0 auto;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul {
	display: flex;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li {
	width: calc((100% - 0px)/4);
	text-align: center;
	line-height: 50px;
	border-bottom: 0px #333 solid;
	border-radius: 0px;
	text-decoration: none;
	color: white;
	cursor: pointer;
	padding: 15px;
	background: url(https://storage-asset.msi.com/event/cnd/2019/full_steam_ahead/images/bg00.png) repeat;/*
	    background:linear-gradient(-135deg, transparent 15px, #655 0) top right;*/
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox li:hover {
	transition: 0.5s all ease-in-out;
	color: #fff;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li a:hover {
	transition: 0.2s all ease-in-out;
	background: linear-gradient(-45deg, transparent 25px, rgb(60, 60, 60) 0), linear-gradient(-45deg, transparent 15px, #f00 0);
	box-shadow: 0 0 5px rgb(255, 0, 0, .8), 0 0 35px rgb(255, 0, 0, .5);
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li a {
	color: #f00;
	text-shadow: 0 0 5px #000;
	font-size: 22px;
	background: linear-gradient(-45deg, transparent 25px, rgb(50, 50, 50) 0), linear-gradient(-45deg, transparent 15px, #f00 0);
	transition: 0.5s all ease-in-out;
	display: block;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li a img {
	padding: 40px 40px 0px 40px;
}
/*----Redeem -----*/
#tom-clancys-breakpoint .b3 {
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/bg02.jpg);
	background-size: 100%;
	padding: 2% 0 5%;
}
#tom-clancys-breakpoint .b3 .redeem {
	padding-bottom: 5%;
}

#tom-clancys-breakpoint .b3 .redeem .popbtn{ color: #fff;
border-radius: 15px;


margin: 25px auto;
	

color: white;

display: block;
	width: 30%;

cursor: pointer;

padding: 8px 25px;
	
	padding: 8px 25px;

-webkit-box-shadow: 0 0 20px rgba(299,63,87,1), inset 0 0 8px rgba(299, 63, 87, 1);

-webkit-animation: flickerAnimation 4s infinite;

animation: flickerAnimation 1s infinite;

text-shadow: 0 0 3px #f00, 0 0 5px #f00, 0 0 10px #f00, 0 0 20px;
	

}

#tom-clancys-breakpoint .b3 .redeem .popbtn:hover{background: #c00; color: #fff;}
#tom-clancys-breakpoint .b3 .redeemtb {
	padding: 6% 0;
	display: table;
	width: auto;
	margin: 0 auto;
	width: 90%;
}
#tom-clancys-breakpoint .b3 .redeemtb .td {
	vertical-align: top!important;
	width: 30%;
}
#tom-clancys-breakpoint .b3 .redeemtb .th {
	vertical-align: middle!important;
}
#tom-clancys-breakpoint .b3 .redeemtb p {
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	line-height: 1.3em;
	text-decoration: none;
	color: #fff;
}

#tom-clancys-breakpoint .b3 .th {
	vertical-align: middle!important;
	padding: 0px 50px;
}
#tom-clancys-breakpoint .b3 .redeemtb a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#tom-clancys-breakpoint .b3 .redeemtb a:hover {
	color: #ce2c00;
}
#tom-clancys-breakpoint .b3 .icon .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 28%;
	left: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
#tom-clancys-breakpoint .icon {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
}
#tom-clancys-breakpoint .icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 16px;
	stroke: url(#myGradient);
	stroke-opacity: 0.8;
	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;
}
#tom-clancys-breakpoint .icon svg .circle-bg {
	stroke-opacity: 0.5;
	fill-opacity: 0.5;
	-webkit-filter: url(#Gaussian_Blur);
	filter: url(#Gaussian_Blur);
}
#tom-clancys-breakpoint .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;
}
#tom-clancys-breakpoint section.promotion a{padding: 15px;}
 @-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);
}
}
#tom-clancys-breakpoint .icon .icontxt i {
	font-size: 320%;
	text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 25px #ff0000, 0 0 35px #ff0000;
}
#tom-clancys-breakpoint .icon .icontitle {
	font-size: 16px;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}
#tom-clancys-breakpoint .redeem button {
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	border: 2px rgba(255,54,58,1.00) solid;
	margin: 15px;
	color: white;
	display: inline-block;
	cursor: pointer;
	padding: 8px 25px;
	animation: flickerAnimation 1s infinite;
	background: linear-gradient(-45deg, transparent 25px, rgb(155, 0, 0) 0), linear-gradient(-45deg, transparent 15px, #000 0);
}
#tom-clancys-breakpoint .redeem button:hover {
	-webkit-box-shadow: 0 0 20px rgba(299,63,87,1), inset 0 0 8px rgba(299, 63, 87, 1);
	-webkit-animation: flickerAnimation 4s infinite;
}
#tom-clancys-breakpoint .b3 .icontxt .fa-x {
	text-shadow: 0 0 5px rgba(166,43,236,.1), 0 0 16px rgba(166,43,236,.5), 0 0 7px rgba(166,43,236,.3);
	padding: 1.5% 0px !important;
	color: #FF0004;
	font-size: 2.2em;
}
#tom-clancys-breakpoint section.others_info {
	padding: 5% 0;
	position: relative;
	text-align: center;
}
#tom-clancys-breakpoint section.others_info p {
	padding: 15px;
	font-size: 14px;
	margin: 0 auto;
}
#tom-clancys-breakpoint section.others_info .logo-icon {
	width: 6%;
	margin: 0 auto 30px;
}
#tom-clancys-breakpoint section.others_info .icon-wrap img:nth-of-type(1) {
	max-width: 300px;
}
#tom-clancys-breakpoint section.others_info .icon-wrap img:nth-of-type(2) {
	max-width: 200px;
}
/*.modal*/
.modal-dialog {
	width: 70%;
	margin: 2% 15%;
}
.modal-content {
	background: #000 ;
	border-radius: 15px ;
	border: #7798ba 4px double ;
	font-size: 18px;
	color: #fff;
	width: 100% ;
	max-width: 1000px ;
	margin: 0 auto;
	padding: 2%;
	line-height: 1.8rem;
}
.modal-content a {
	color: #7798ba;
	font-weight: bold;
	border-bottom: #7798ba 1px dashed;
	opacity: 1;
}
.modal-content a:hover {
	opacity: .85;
}
.modal-header {
	border-bottom: none;
	color: #7798ba;
}

.modal-title {
	font-size: 30px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	border-bottom: #7798ba 2px solid;
}
.modal-body {
	text-align: left;
}
.modal-body hr {
	display: none;
}
.modal-body p {
	padding-bottom: 20px;
}
.modal-body ul {
	margin-left: 20px;
	padding-bottom: 20px;
}
.modal-body ul li {
	padding-bottom: 10px;
	list-style: square;
}
.modal-body ul li strong {
	color: #7798ba;
	font-weight: bolder;
}
.modal-body ol {
	margin-left: 20px;
	padding-top: 10px;
}
.modal-body ol li {
	line-height: normal;
	list-style: disc;
}
.modal-body .subtitle {
	text-transform: uppercase;
	font-size: 24px;
	color: #7798ba;
	text-align: center;
	border-bottom: #999 1px dashed;
	padding-bottom: 5px;
	margin-bottom: 20px;
	line-height: normal;
}
.modal-body .subtitle p {
	color: #ddd;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
.modal-body .subtitle a {
	border-bottom: #f00 1px dashed;
}
.modal-body .type-number li {
	list-style: decimal;
}
.modal-body .type-dic li {
	list-style: disc;
}
.modal-footer button {
	border: #f00 1px solid;
	background: none;
	color: #f00;
	text-transform: uppercase;
	padding: 5px 15px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
	outline: none;
}
.modal-footer button:hover {
	background: #f00;
	border: #f00 1px solid;
	color: #fff;
}
#au-desktop .modal-body ol li table .cored td {
	border-right: 1px solid #333;
	padding: 1px;
	color: #fff;
}
#au-desktop .modal-content .table {
	margin-top: 15px;
}
#au-desktop .modal-content td {
	line-height: 25px;
	font-size: 16px;
	color: rgba(205,205,205,1.00);
	padding: 5px;
}
#au-desktop .modal-body ol li table .cored {
	background-color: rgba(91,91,91,1.00);
}
.close {
	background: #7798ba;
	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 ;
	text-align: center;
	border: none;
	opacity: 1;
	color: #fff;
	border: #7798ba 2px solid;
	opacity: 1;
	-webkit-box-shadow: none ;
	box-shadow: none ;
	text-shadow: none ;
}
.close:focus, .close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #7798ba ;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: #7798ba 2px solid;
	text-shadow: none;
}
button.close {
	-webkit-appearance: none;
	cursor: pointer;
}

/*----Neno -----*/
 @keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: .5;
 transform: translate(0px, 5px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
@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;
}
}

@media screen and (max-width: 1680px) {
#tom-clancys-breakpoint h3::after {
	background-position: 200% 100%;
	background-size: cover;
}
#tom-clancys-breakpoint h3::before {
	background-position: -10% 100%;
	background-size: cover;
}
}

@media screen and (max-width: 1280px) {
	#tom-clancys-breakpoint section.kv h1{font-size: 3em;}
	#tom-clancys-breakpoint section.kv .kv-l p {

		font-size: 0.8em;}
	#tom-clancys-breakpoint section.kv .kv-l {

		width: 52%;}
	#tom-clancys-breakpoint section.kv .kv-l img{width: 60%;}
	#tom-clancys-breakpoint section.kv .kv-r {
		max-width: 48%;}
	#tom-clancys-breakpoint section.kv .kv-l .info p,#tom-clancys-breakpoint section.kv .kv-l p{line-height: normal;}
	#tom-clancys-breakpoint section.kv .kv-l .info img {

    max-width: 80px;

}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li {
	width: calc((100% - 0px)/3);
}
#tom-clancys-breakpoint .f1 .f1_nav li {
	padding: 1em 0px;
}
.container {
	width: 98%;
}
#tom-clancys-breakpoint .section-container {
	margin: 0px;
	max-width: 98%;
}
#tom-clancys-breakpoint h2 {
	letter-spacing: 2px;
	font-size: 2em;
}
}

@media screen and (max-width:960px) {
	#tom-clancys-breakpoint section.kv .kv-l p,#tom-clancys-breakpoint section.kv h1{text-align: center;}
	#tom-clancys-breakpoint section.kv .kv-l .info p{text-align: left!important;}
	#tom-clancys-breakpoint section.kv .kv-l .info img{right: 20px;}
	#tom-clancys-breakpoint section.kv {display: inline-block;}
	
		#tom-clancys-breakpoint section.kv .kv-r,#tom-clancys-breakpoint section.kv .kv-l {
		width: 100%;max-width: 100%;}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li {
	width: calc((100% - 0px)/2);
}
}

@media screen and (max-width: 768px) {
#tom-clancys-breakpoint h3::after {
	background-position: 90% 100%;
	background-size: cover;
}
#tom-clancys-breakpoint .b3 .redeemtb {
	display: block;
}
#tom-clancys-breakpoint .b3 .redeemtb .td, #tom-clancys-breakpoint .b3 .redeemtb .th {
	display: block;
	width: 100%;
}
#tom-clancys-breakpoint .b3 .icontxt .fa-x {
	transform: rotate(90deg);
}
#tom-clancys-breakpoint .f1 .f1_nav li {
	font-size: 15px;
	line-height: normal;
}
}



/*----#rtxnb-----*/
.navbar {
    margin-bottom: 0;
    background: #000;
}

.delighter.right {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

.delighter.right.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.left {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

.delighter.left.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.bottom {
    -webkit-transform: translatey(300%);
    -ms-transform: translatey(300%);
    transform: translatey(300%);
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;

    transition: all .75s ease-out;
}

.delighter.bottom.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

#toolbar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    color: #a0caf4;
    text-align: center;
}

#toolbar li {
    padding: 10px;
    cursor: pointer;
}

#toolbar li:hover {
    color: #f00;
}

#toolbar i {
    font-size: 40px;
}

#rtxnb {
    font-size: 18px;
    color: #fff;
    position: relative;
    /*kv*/
    /*video*/
    /*nv-rtx*/
    /*intel*/
    /*coolerBoost*/
    /*app*/
    /*product*/
}

#rtxnb sup {
    font-size: 60%;
    vertical-align: super;
}

#rtxnb .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 80px 0;
}

#rtxnb .container p {
    line-height: 1.6;
}

@media screen and (max-width: 1280px) {
    #rtxnb .container p {
        font-size: 90%;
    }
}

#rtxnb .container-lg {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    padding: 80px 0;
}

#rtxnb .container-lg p {
    line-height: 1.6;
}


/*intel9th*/
#intel {
    position: relative;
}

#intel ul,
#intel li {
    list-style: none;
}

#intel img {
    max-width: 100%;
    overflow: hidden;
}

#intel .img {
    width: 70%;
}

#intel .imgxs {
    display: none;
}

#intel .txtbox {
    width: 50%;
    position: absolute;
    top: 25%;
    right: 1%;
    text-align: center;
}

#intel .note {
    padding: 15px 0 0;
    font-size: 120%;
    color: #4b4b4b;
}

#intel .data {
    color: #0071c5;
    font-size: 5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5%;
}

#intel .data li {
    margin: 0 5%;
}

#intel .data b {
    font-size: 200%;
}

@media screen and (max-width: 2560px) {
    #intel .img {
        width: 80%;
    }
}

@media screen and (max-width: 1920px) {
    #intel .txtbox {
        top: 20%;
        width: 50%;
    }
    #intel .data {
        padding-top: 2%;
    }
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
    #intel .txtbox {
        top: 16%;
        width: 45%;
    }
}

@media screen and (max-width: 1516px) {
    #intel .img {
        width: 85%;
    }
    #intel .txtbox {
        top: 12%;
    }
}

@media screen and (max-width: 1024px) {
    #intel .txtbox {
        top: 5%;
    }
}

@media screen and (max-width: 960px) {
    #intel {
        display: block;
        padding: 15px 0 35px;
    }
    #intel .img {
        display: none;
    }
    #intel .imgxs {
        display: block;
    }
    #intel .txtbox {
        width: 90%;
        margin: 0 auto;
        max-width: auto;
        text-align: center;
        position: relative;
        right: auto;
        top: auto;
        width: 90%;
        margin: 0 auto;
        display: block;
        padding-top: 15px;
    }
    #intel .data {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 5vw;
        padding-top: 5px;
    }
    #intel .data li {
        margin: 0 5vw;
    }
}
/*endOfintel9th*/



@media screen and (max-width: 1280px) {
    #rtxnb .container-lg p {
    font-size: 90%;
    }
}

#rtxnb .block-title {
    /*  font-size: 35px;*/
    font-size: 29px;
    font-weight: 600;
    padding-bottom: 35px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
    #rtxnb .block-title {
        font-size: 30px;
        padding-bottom: 15px;
    }
}

#rtxnb .block-title2 {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #fff;
}

@media screen and (max-width: 1280px) {
    #rtxnb .block-title2 {
        font-size: 24px;
        padding-bottom: 15px;
    }
}

#rtxnb .video-container {
    position: relative;
       padding-bottom: 56.25%;
       height: 0;
    overflow: hidden;
}

#rtxnb .video-container iframe,
#rtxnb .video-container object,
#rtxnb .video-container embed,
#rtxnb .video-container video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#rtxnb .btSty {
    background: #c00;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    outline: none;
}

#rtxnb .btSty:hover {
    background: #f00;
}

#rtxnb .btSty2 {
    background: none;
    color: #fff;
    border: #c00 3px solid;
    padding: 10px 25px;
    border-radius: 5px;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    outline: none;
    display: inline-block;
}

#rtxnb .bthover {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-smoothing: grayscale;
    outline: none;
    -webkit-transition: border-color 0.4s, color 0.4s;
    -o-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

#rtxnb .bthover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#rtxnb .bthover:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#rtxnb #kv {
    position: relative;
}

#rtxnb #kv .title,
#rtxnb #kv .titlebox,
#rtxnb #kv .img2,
#rtxnb #kv .img3,
#rtxnb #kv .img4,
#rtxnb #kv .nb,
#rtxnb #kv .nbbg,
#rtxnb #kv .intel {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#rtxnb #kv .img {
    position: relative;
}

#rtxnb #kv .img2 {
    -webkit-animation: kvbgtop 2s ease-in infinite;
    animation: kvbgtop 2s ease-in infinite;
}

#rtxnb #kv .img4 {
    -webkit-animation: kveye 2s ease-in infinite;
    animation: kveye 2s ease-in infinite;
    opacity: 0;
}

#rtxnb #kv .nbbg {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#rtxnb #kv .nb {
    z-index: 5;
}

#rtxnb #kv .intel {
    width: 18%;
    top: 30px;
    right: 30px;
    left: auto;
}

#rtxnb #kv .title {

}

#rtxnb #kv .titlebox {
width: 45%;
    left: 8%;
    top: 0%;
    z-index: 6;
}

 p.msi-p1{
font-size: 30px;
	 font-family: 'DINPro-Light', 'din_pro_bold','DINPro-Medium',Arial,'Noto Sans TC','Noto Sans SC', sans-serif ,'微軟正黑體';
    color: #fff;
	margin: 0;
	 text-align: center;
    line-height: 1.6;
    text-transform: uppercase;
}
				  
@media (max-width: 2560px){
p.msi-p1{
font-size: 20px;
}}

@media (max-width: 1680px){
p.msi-p1 {
    font-size: 14px;
	}}


@media (max-width: 1280px){
p.msi-p1 {
    font-size: 12px;
	}}

@media (max-width: 1024px){
p.msi-p1 {
    font-size: 12px;
    width: 60%;
    margin: auto;
    line-height: 1.3;
	}}

 p.msi-p2{
font-size: 30px;
    color: #fff;
	margin: 20px 0 0 0;
	 text-align: center;
    line-height: 1.6;
    text-transform: uppercase;
}


@media (max-width: 2560px){
p.msi-p2{
font-size: 20px;
}}

@media (max-width: 1920px){
p.msi-p2{
font-size: 20px;
	margin: 5px 0 0 0;	
}}


@media (max-width: 1680px){
p.msi-p2{
font-size: 16px;
	margin: 5px 0 0 0;	
}}



@media (max-width: 1280px){
p.msi-p2 {
    font-size: 12px;
    margin: 5px 0 0 0;
	}}

@media screen and (max-width: 1440px) {
#rtxnb #kv .title {
    /* width: 40%; */
    left: -7%;
    z-index: 6;
    /* margin-bottom: 10px;*/
}
}

#rtxnb #kv .title .t1 {
    width: 50%;
}

#rtxnb #kv .title .t2 {
    width: 72%;
    position: relative;
	margin-top: 100px;
}

@media screen and (max-width: 2560px) {
#rtxnb #kv .title .t2 {
    width: 72%;
    position: relative;
	margin-top: 50px;
	}}

#rtxnb #kv .title .t2 .top {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    -webkit-animation: kvtitle 2s ease-in infinite;
    animation: kvtitle 2s ease-in infinite;
}

#rtxnb #kv .title .t3 {
width: 100%;
    padding-right: 38%;
    padding-top: 27%;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@media (max-width: 2700px) {
#rtxnb #kv .title .t3 {
    padding-top: 26.5%;
	}}

@media (max-width: 2560px) {
#rtxnb #kv .title .t3 {
    padding-top: 26.5%;
	}}

@media (max-width: 1680px){
#rtxnb #kv .title .t3 {
    padding-top: 460px;
	}}

@media (max-width: 1600px){
#rtxnb #kv .title .t3 {
    padding-top: 430px;
	}}

@media (max-width: 1536px){
#rtxnb #kv .title .t3 {
    padding-top: 410px;
	}}

@media (max-width: 1440px){
#rtxnb #kv .title .t3 {
    padding-top: 380px;
	padding-right: 23%;
	}}


@media (max-width: 1366px){
#rtxnb #kv .title .t3 {
    padding-top: 360px;
	}}

@media (max-width: 1280px){
#rtxnb #kv .title .t3 {
    padding-top: 340px;
	}}

@media (max-width: 1200px){
#rtxnb #kv .title .t3 {
    padding-top: 320px;
	}}

@media (max-width: 1115px){
#rtxnb #kv .title .t3 {
    padding-top: 300px;
	}}

@media (max-width: 1110px){
#rtxnb #kv .title .t3 {
    padding-top: 300px;
	}}

@media (max-width: 1030px){
#rtxnb #kv .title .t3 {
    padding-top: 274px;
	}}

@media (max-width: 1024px){
#rtxnb #kv .title .t3 {
    padding-top: 270px;
	}}

#rtxnb #kv #starsBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    background: none;
    z-index: 2;
}

#rtxnb #kv #starsBox span {
    display: inline-block;
    width: auto;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: 100s linear;
    -o-transition: 100s linear;
    transition: 100s linear;
}

#rtxnb #kv #smoke {
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 4;
    top: 0;
    left: 10%;
}

#rtxnb #kv img {
    width: 100%;
}

#rtxnb #kv {
        display: block;
    }

@media (max-width: 960px) {
    #rtxnb #kv {
        display: none;
    }
}


#rtxnb #kvxs {
    display: none;
}

@media (max-width: 960px) {
    #rtxnb #kvxs {
        display: block;
    }
}

#rtxnb #video {
    position: relative;
    z-index: 0;
    padding-bottom: 20px;
	max-width: 100%;
	width: 100%;
	height: 800px;
	overflow: hidden;
	background-color: #000000;
}

#rtxnb #video .vdbg {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    z-index: 1;
}

#rtxnb #video .vdbg img {
    width: 100%;
}

#rtxnb #video .vdbox {
    position: relative;
    z-index: 2;
}

#rtxnb #video .vdbox:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

#rtxnb #video .vdbox .vd {
    /*  width: 50%;*/
    width: 100%;
    float: left;
    position: relative;
}

#rtxnb #video .vdbox .vd a {
    color: #fff;
}

#rtxnb #video .vdbox .vd .vdbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
}

#rtxnb #video .vdbox .vd .vdplay {
    position: absolute;
    width: 100%;
/*    height: 100%;*/
	height: 75%;
    top: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    text-shadow: #fff 0 0 30px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
}

#rtxnb #video .vdbox .vd .vdplay i {
    font-size: 50px;
    color: #f00;
    padding-top: 50px;
    text-shadow: #f00 0 0 30px;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
}

#rtxnb #video .vdbox .vd .vdplay:hover {
    opacity: 1;
}

#rtxnb #video .vdbox .vd .vdplay:hover i {
    padding-top: 10px;
}

#rtxnb #video .vdbox .vd:hover .vdbg {
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width:1920px) and (min-width:1200px) {
	
	#rtxnb #video {
		height: 500px;
		background-color: #000000;
	
	}
	#rtxnb #video .vdbox .vd .vdplay {
		
		height: 55%;
	}
}
@media screen and (max-width: 960px) {
    #rtxnb #video .vdbox .vd {
        width: 100%;
        float: none;
    }
	
	#rtxnb #video {
		height: auto;
		width: 100%;
		background-color: #000000;
	}
	
	#rtxnb #video .vdbox .vd .vdplay {
		font-size:21px;
	}
}


#rtxnb .header-footer{
width: 100%;
text-align: center;
margin-bottom: 50px;
}
#rtxnb .header-footer a{
    display: block;
    text-decoration: none;
    background: none;
}
#rtxnb .header-footer a:hover{
    background: none;
}
		
/* arrow */
#rtxnb .nex-step{
    display: none;
    margin-top: 30px;
    background-color:transparent;
}
#rtxnb .nex-step:hover,#rtxnb .nex-step:active{
    background-color:transparent;
    outline: none;
}
#rtxnb .arrow {
    width: 100%;
    position: relative;
    text-align: center;
    bottom: 0;
    z-index: 9999;
    text-decoration: none;
}

#rtxnb .s1 .arrow p{
    color: #fff;
}
#rtxnb .arrowDown {
    -webkit-animation: arrowDown 1s ease-out infinite;
    animation: arrowDown 1s ease-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
		
#rtxnb .next-step:hover{
    text-decoration: none;
}

#rtxnb .arrow p{
    font-size: 28px;
    line-height: 1.6;
    line-height: 1.6;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 0px 0;
}
		
#rtxnb .fa {
    padding-left: 5px;
}


/*--nv-rtx--*/
#nv-rtx {
  width: 100%;
  max-width: 100%;
	padding: 0px;
  color: #fff;
	background: url("https://storage-asset.msi.com/event/nb/2019/N18-9th//imgs/nv-rtxBG.jpg")no-repeat  top right;
	background-size: cover;
	background-color: #000000;
}

#nv-rtx .imgxs {
  display: none;
}

#nv-rtx .nvitembox {
  display: none;
}

#nv-rtx .nvitembox.active {
  display: block;
}

#nv-rtx .imgxs {
  display: none;
}

#nv-rtx .nvtitle {
  text-transform: uppercase;
  font-size: 40px;
  padding: 10px 0 5px;
}

#nv-rtx .nvsubtitle {
  text-transform: uppercase;
  font-size: 28px;
  padding: 25px 0 25px;
}

#nv-rtx .nvtxtbox {
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
  text-align: center;
}

#nv-rtx .txt, #nv-rtx p {
  font-size: 24px;
  line-height: 1.6;
  padding-bottom: 60px;
}

#nv-rtx .rtx20txtbox {
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
  position: relative;
}

#nv-rtx .rtx20txtbox .img {
  position: relative;
}

#nv-rtx .rtx20txtbox .img img {
  width: 100%;
}

#nv-rtx .rtx20txtbox .txtboxwp {
  position: absolute;
  width: 100%;
  top: 80%;
  left: 0;
}

#nv-rtx .rtx20txtbox .txtbox {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#nv-rtx .rtx20txtbox .nv-logo {
  width: 100%;
  float: left;
	display: block;
	margin-bottom: 20px;
  padding-top: 10px;
}

#nv-rtx .rtx20txtbox .nv-logo img {
  max-width: 300px;
}

#nv-rtx .rtx20txtbox .nv-text {
  width: 100%;
}

#nv-rtx .rtx20txtbox p {
  padding-bottom: 0;
}

#nv-rtx #nv-rtxnav {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

#nv-rtx #nv-rtxnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#nv-rtx #nv-rtxnav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  width: 32.5%;
  font-size: 22px;
  cursor: pointer;
  background: #000;
  position: relative;
  align-items: center;
  margin: 15px;
  z-index: 2;
}

#nv-rtx #nv-rtxnav ul li .text {
  position: relative;
  z-index: 2;
  text-align: center;
}

#nv-rtx #nv-rtxnav ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  z-index: 0;
  background: #000;
  z-index: 1;
}

#nv-rtx #nv-rtxnav ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: #919191;
  background: -webkit-gradient(linear, left top, right top, from(#919191), color-stop(25%, #141414), color-stop(52%, #353535), color-stop(75%, #141414), to(#919191));
  background: -webkit-linear-gradient(left, #919191 0%, #141414 25%, #353535 52%, #141414 75%, #919191 100%);
  background: -o-linear-gradient(left, #919191 0%, #141414 25%, #353535 52%, #141414 75%, #919191 100%);
  background: linear-gradient(to right, #919191 0%, #141414 25%, #353535 52%, #141414 75%, #919191 100%);
}

#nv-rtx #nv-rtxnav ul li span {
  font-size: 220%;
  font-weight: bold;
  color: #f00;
  padding: 10px 0;
}

#nv-rtx #nv-rtxnav ul li:hover:before, #nv-rtx #nv-rtxnav ul li.active:before {
  background: #ff0000;
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(25%, #340000), color-stop(52%, #7c0000), color-stop(75%, #340000), to(#ff0000));
  background: -webkit-linear-gradient(left, #ff0000 0%, #340000 25%, #7c0000 52%, #340000 75%, #ff0000 100%);
  background: -o-linear-gradient(left, #ff0000 0%, #340000 25%, #7c0000 52%, #340000 75%, #ff0000 100%);
  background: linear-gradient(to right, #ff0000 0%, #340000 25%, #7c0000 52%, #340000 75%, #ff0000 100%);
}

#nv-rtx #nv-architecture .contentbox {
display: block;
	width: 60%;
	
}

#nv-rtx #nv-architecture .img {
  width: 50%;
}

#nv-rtx #nv-architecture .img img {
  width: 100%;
}

#nv-rtx #nv-architecture .nvtxtbox {
  width: 90%;
  padding-top: 30px;
  text-align: left;
padding-left: 3%;
}

#nv-rtx #nv-ray-tracing .nvtxtbox {
  padding-top: 50px;
}

#nv-rtx #nv-dlss img {
  width: 100%;
}

#nv-rtx .nvtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 0;
}

#nv-rtx .nvtab li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  width: 30%;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 2px;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  cursor: pointer;
  line-height: 1.4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #242424;
}

#nv-rtx .nvtab li span {
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

#nv-rtx .nvtab li:hover {
  background: #3c3c3c;
}

#nv-rtx .nvtab li.active {
  background: #3c3c3c;
}

#nv-rtx .nvtabbox {
  margin-top: 0;
  background: url(https://storage-asset.msi.com/global/picture/features/nb/nv-gtx-16/nvdataboxbg.png) top left no-repeat ;
  background-size: cover;
  background-size: 100% auto;
  padding-top: 25px;
  display: none;
}

#nv-rtx .nvtabbox .nvmodel {
  color: #76b900;
  font-size: 26px;
  font-weight: bold;
  padding-top: 15px;
}

#nv-rtx .nvtabbox .nvmodelsp {
  padding-top: 55px;
}

#nv-rtx .nvtabbox .itembar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  font-size: 20px;
  position: relative;
  height: 45px;
}

#nv-rtx .nvtabbox .itembar .model {
  background-color: #575757;
  height: 100%;
  height: 45px;
}

#nv-rtx .nvtabbox .itembar .model span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

#nv-rtx .nvtabbox .itembar .efficacy {
  margin-left: 15px;
  font-size: 140%;
}

#nv-rtx .nvtabbox .itembar.on {
  font-size: 26px;
  font-weight: bold;
}

#nv-rtx .nvtabbox .itembar.on .model {
  background: url(https://storage-asset.msi.com/global/picture/features/nb/nv-gtx-16/nv-gtx-bar.jpg) left bottom repeat-x;
  -webkit-animation: 2s nvmodelflash ease infinite;
  animation: 2s nvmodelflash ease infinite;
}

#nv-rtx .nvtabbox .itembar.on .efficacy {
  color: #619900;
}

#nv-rtx .nvtabbox .timernoshow {
  opacity: 0;
}

#nv-rtx .note {
  padding-top: 4%;
  color: #666;
  font-size: 20px;
}

#nv-rtx #nvtabbox1 {
  display: block;
}

@media screen and (max-width: 2560px) {
  #nv-rtx .txt {
    font-size: 22px;
  }
  #nv-rtx .nvtab {
    width: 85%;
  }
  #nv-rtx .nvtab li {
    font-size: 20px;
    width: 30%;
  }
}

@media screen and (max-width: 1920px) {
 
  #nv-rtx .nvtitle {
    font-size: 34px;
  }
  #nv-rtx .nvsubtitle {
    font-size: 26px;
  }
  #nv-rtx .txt, #nv-rtx p {
    font-size: 18px;
  }
  #nv-rtx .nvtxtbox {
    max-width: 1600px;
  }
  #nv-rtx .rtx20txtbox .nv-logo {
    width: 100%;
 float: left;
    
    padding-top: 10px;
  }
 /* #nv-rtx .rtx20txtbox .nv-logo img {
    max-width: 250px;
  }*/
  #nv-rtx .nvtab {
    width: 90%;
  }
  #nv-rtx .nvtab li {
    font-size: 16px;
  }
  #nv-rtx .nvtabbox .itembar {
    width: 90%;
    font-size: 18px;
    height: 35px;
    margin-top: 20px;
  }
  #nv-rtx .nvtabbox .itembar .model {
    height: 35px;
  }
  #nv-rtx .nvtabbox .itembar .efficacy {
    font-size: 120%;
  }
  #nv-rtx .nvtabbox .itembar.on {
    font-size: 22px;
  }
  #nv-rtx .nvtabbox .nvmodel {
    padding-top: 0;
  }
  #nv-rtx .nvtabbox .nvmodelsp {
    padding-top: 35px;
  }
  #nv-rtx .note {
    font-size: 16px;
  }
}

@media screen and (max-width: 1516px) {
  #nv-rtx .rtx20txtbox .nv-logo img {
    max-width: 200px;
  }
  #nv-rtx .nvtitle {
    font-size: 30px;
  }
  #nv-rtx .txt, #nv-rtx p {
    font-size: 16px;
  }
  #nv-rtx #nv-rtxnav ul li {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 25px;
  }
  #nv-rtx .nvtab {
    width: 100%;
  }
  #nv-rtx .nvtab li {
    font-size: 14px;
  }
  #nv-rtx .nvtabbox {
    padding-top: 20px;
  }
  #nv-rtx .nvtabbox .itembar {
    width: 90%;
    font-size: 18px;
    height: 40px;
    margin-top: 25px;
  }
  #nv-rtx .nvtabbox .itembar .model {
    height: 40px;
    font-size: 16px;
  }
  #nv-rtx .nvtabbox .itembar .efficacy {
    font-size: 110%;
  }
  #nv-rtx .nvtabbox .itembar.on {
    font-size: 18px;
  }
  #nv-rtx .note {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  #nv-rtx .rtx20txtbox .txtboxwp {
    position: relative;
    top: -50px;
  }
  #nv-rtx .rtx20txtbox .nv-logo img {
    max-width: 200px;
  }
}

@media screen and (max-width: 960px) {
#nv-rtx{
background: none;
background-color: #000000;
}
  #nv-rtx .imgxs {
    display: block;
  }
  #nv-rtx .imgxs img {
    width: 100%;
  }
  #nv-rtx .nvtitle {
    font-size: 28px;
  }
  #nv-rtx .nvsubtitle {
    text-align: center;
    padding-top: 0;
    font-size: 22px;
  }
	
	#nv-rtx #nv-architecture .contentbox{
		
		
		width: 100%;
	}
  #nv-rtx .rtx20txtbox .txtboxwp {
    top: -20px;
  }
  #nv-rtx .rtx20txtbox .txtbox {
    display: block;
    text-align: center;
  }
  #nv-rtx .rtx20txtbox .nv-logo {
    width: 100%;
    text-align: center;
  }
  #nv-rtx .rtx20txtbox .nv-logo img {
    max-width: 150px;
    margin: 0 auto;
    float: none;
  }
  
  #nv-rtx #nv-rtxnav ul {
    display: block;
  }
  #nv-rtx #nv-rtxnav ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin: 15px auto;
    padding: 15px;
  }
  #nv-rtx .nvtab {
    margin: 0;
    padding: 0;
  }
  #nv-rtx .nvtab li:nth-child(2) {
    width: 40%;
  }
  #nv-rtx #nv-architecture .contentbox {
    display: block;
  }
  #nv-rtx #nv-architecture .img {
    width: 100%;
  }
  #nv-rtx #nv-architecture .img img {
    width: 100%;
  }
  #nv-rtx #nv-architecture .nvtxtbox {
    width: 90%;
    margin: 0 auto;
    padding-top: 0px;
  }
  #nv-rtx #nv-ray-tracing .nvtxtbox {
    padding-top: 0px;
  }
  #nv-rtx #nv-ray-tracing .nvtxtbox .imgxs {
    padding: 15px 0 30px;
  }
  #nv-rtx .nvtab {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nv-rtx .nvtab li {
    background: #1a1a1a;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: calc(100% / 3 - 2px);
    margin: 0 1px;
    padding: 15px;
    text-align: center;
  }
  #nv-rtx .nvtab li span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #nv-rtx .nvtabbox .nvmodel {
    font-size: 22px;
  }
}

@-webkit-keyframes nvmodelflash {
  0% {
    -webkit-box-shadow: #fff 0 0 5px inset;
    box-shadow: #fff 0 0 5px inset;
  }
  50% {
    -webkit-box-shadow: #fff 0 0 20px inset;
    box-shadow: #fff 0 0 20px inset;
  }
  100% {
    -webkit-box-shadow: #fff 0 0 5px inset;
    box-shadow: #fff 0 0 5px inset;
  }
}

@keyframes nvmodelflash {
  0% {
    -webkit-box-shadow: #fff 0 0 5px inset;
    box-shadow: #fff 0 0 5px inset;
  }
  50% {
    -webkit-box-shadow: #fff 0 0 20px inset;
    box-shadow: #fff 0 0 20px inset;
  }
  100% {
    -webkit-box-shadow: #fff 0 0 5px inset;
    box-shadow: #fff 0 0 5px inset;
  }
}

#cs-box {
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
  overflow: hidden;
  position: relative;
}

#cs-box img {
  width: 100%;
}

#cs-box .before, #cs-box .after {
  position: absolute;
  top: 10%;
  z-index: 10;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0);
  width: 10%;
  max-width: 80px;
  top: 35px;
}

#cs-box .before img, #cs-box .after img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

#cs-box .before {
  left: 30px;
  text-shadow: 0 0 3px white;
}

#cs-box .after {
  right: 30px;
  color: #fff;
}

@media screen and (max-width: 1920px) {
  #cs-box {
    max-width: 1600px;
  }
}

@media screen and (max-width: 960px) {
  #cs-box {
    display: none;
  }
}

#comparison-slider {
  height: 60vh;
  overflow: hidden;
}


/*intel*/
#rtxnb #intel {
    position: relative;
	background-color: #000000;
}

#rtxnb #intel .imgxs {
    display: none;
}

#rtxnb #intel .txt {
    position: absolute;
    width: 40%;
    right: 5%;
    top: 25%;
    text-align: left;
}

#rtxnb #intel .txt p {
    line-height: 1.6;
    padding-bottom: 10px;
}

#rtxnb #intel .txt .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#rtxnb #intel .txt .num li {

    margin-right: 5%;
}

#rtxnb #intel .txt .num span {
    font-size: 650%;
    padding-right: 5px;
}

@media screen and (max-width: 960px) {
    #rtxnb #intel {
        text-align: center;
        padding-bottom: 50px;
    }
    #rtxnb #intel .img {
        display: none;
    }
    #rtxnb #intel .imgxs {
        display: block;
    }
    #rtxnb #intel .txt {
        position: relative;
        width: 90%;
        margin: 0 auto;
        right: auto;
        top: 0;
        height: 100%;
        display: block;
    }
}

#rtxnb #coolerBoost {
    text-align: center;
	background-color: #000000;
}

#rtxnb #coolerBoost .container {
    padding: 0;
}

#rtxnb #coolerBoost .note {
    color: #f00;
    padding: 15px 0;
}

@media screen and (max-width: 960px) {
    #rtxnb #coolerBoost {
        text-align: center;
		background-color: #000000;
    }
}

#rtxnb #ad-slider {
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#rtxnb #ad-slider .slider-nav {
    width: 200px;
    text-align: center;
    z-index: 10;
}

#rtxnb #ad-slider .slider-nav li {
    padding: 35px 0;
    opacity: 0.5;
    cursor: pointer;
}

#rtxnb #ad-slider .slider-nav li.active {
    opacity: 1;
}

#rtxnb #ad-slider .slider-txt {
    position: relative;
    z-index: 0;
    width: calc(100% - 200px);
}

#rtxnb #ad-slider .slider-txt .slider-item {
    display: none;
    overflow: hidden;
}

#rtxnb #ad-slider .slider-txt .slider-item.active {
    display: block;
}

@media screen and (max-width: 960px) {
    #rtxnb #ad-slider {
        display: block;
    }
    #rtxnb #ad-slider .slider-nav,
    #rtxnb #ad-slider .slider-txt {
        width: 100%;
        position: relative;
    }
    #rtxnb #ad-slider .slider-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }
    #rtxnb #ad-slider .slider-nav li {
        width: 30%;
    }
}

#rtxnb #app {
    background: url(https://storage-asset.msi.com/event/nb/2018/geforce-rtx-gaming-laptop/images/bg-app.jpg) top center no-repeat;
    background-size: cover;
}

#rtxnb #app .appbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 200px;
    margin-top: 0;
    padding-bottom: 10%;
}

#rtxnb #app .appbox .img {
    width: 50%;
}

#rtxnb #app .appbox .img img {
    width: 100%;
}

#rtxnb #app .appbox .txt {
    width: 35%;
}

#rtxnb #app .appbox .txt .note {
    padding: 35px 0;
    color: #999;
}

#rtxnb #app .appbox .txt p a {
    color: #fff;
    border-bottom: #666 1px solid;
}

#rtxnb #app .appbox .txt p a:hover {
    color: #f00;
    border-bottom: #f00 1px solid;
}

@media screen and (max-width: 960px) {
    #rtxnb #app .appbox {
        display: block;
        text-align: center;
    }
    #rtxnb #app .appbox .img,
    #rtxnb #app .appbox .txt {
        width: 90%;
        margin: 0 auto;
    }
}

#rtxnb #product {
    background: url("../images/bg_big.jpg") top center no-repeat;
	background-attachment: fixed;
    background-size: cover;
	padding-top: 90px;
}

#rtxnb #product .container {
    max-width: 1700px;
    padding: 5rem 0 8%;
}


#rtxnb #product .pd-nav {
    width: 100%;
    margin: 0 auto;
    /*  max-width: 1400px;*/
    max-width: 1700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
	justify-content: center;
    margin-bottom: 5rem;
}





#rtxnb #product .pd-nav .item {
    /*  width: 20%;*/

    width: 80%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
}

#rtxnb #product .pd-nav .item figure {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
}

#rtxnb #product .pd-nav .item figure img {
    -webkit-filter: drop-shadow(#666 0px 0px 0px);
    filter: drop-shadow(#666 0px 0px 0px);
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    /*addSilvia*/
    width: 50%;
}

@media  (min-width: 375px) and (max-width: 768px){
#rtxnb #product .pd-nav .item figure img {
    width: 130%;
	}}

@media screen and (max-width: 960px) {
#rtxnb #product .pd-nav .item .title img {
        max-width: 60px;
    }
}

#rtxnb #product .pd-nav:hover .item {
    opacity: 0.8;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
}

#rtxnb #product .pd-nav:hover .item:hover {
    opacity: 1;
}

#rtxnb #product .pd-nav:hover .item:hover figure {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#rtxnb #product .pd-nav:hover .item:hover figure img {
    -webkit-filter: drop-shadow(#333 10px 10px 10px);
    filter: drop-shadow(#333 10px 10px 10px);
}

@media screen and (max-width: 960px) {
    #rtxnb #product .pd-nav {
        margin-bottom: 1.5rem;
        display: block;
        width: 90%;
    }
    #rtxnb #product .pd-nav .item {
        width: 45%;
        margin: 2%;
        text-align: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        vertical-align: top;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#rtxnb #product .pd-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
}

#rtxnb #product .pd-txt .item {
    /*four-products*/
    width: 25%;
    /*width: 48%;
   display: -webkit-box;
  display: -ms-flexbox;
 display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
    display: block;
}

#rtxnb .mxphoto {
    width: 25%;
    display: block;
    margin: 0 auto;
}

#rtxnb #product .pd-txt .item img,
.mxphoto img {
    /*width: 50%;*/
    width: 80%;
}

#rtxnb .mxphoto-gs {
    width: 50%;
    display: block;
    margin: 0 auto;
    float: left;
}

#rtxnb .mxphoto-gs img {
    width: 45%;
    text-align: center;
}

#rtxnb #product .pd-txt .item img.gp {
    display: none;
}

#rtxnb #product .pd-txt .item figcaption {
    /*width: 48%;*/
    width: 80%;
}

#rtxnb #product .pd-txt .item figcaption h3 {
    font-size: 32px;
    padding: 0px 0 20px;
}

#rtxnb #product .pd-txt .item figcaption ul {
    margin-left: 20px;
}

#rtxnb #product .pd-txt .item figcaption ul li {
	font-size: 15px;
    list-style: square;
    padding-bottom: 12px;
    line-height: 1.4;
}
@media (max-width:1366px) and (min-width:1200px){
	#rtxnb #product .pd-txt .item figcaption ul li {
	font-size: 14px;}
	
	
}

/*for intel*/

#rtxnb #product .pd-txt .item figcaption ul li:first-child { white-space: nowrap;}

#rtxnb #product .pd-txt .item figcaption ul li.red {
    color: #FF0000;
    font-weight: 600;
}

#rtxnb #product .pd-txt .item figcaption .bt {
    padding-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#rtxnb #product .pd-txt .item figcaption .bt a {
    width: 49%;
    padding: 15px;
    background: #222;
    border-radius: 5px;
    border: #222 2px solid;
}

#rtxnb #product .pd-txt .item figcaption .bt a:hover {
    border-color: #c00;
}

@media screen and (max-width: 960px) {
    #rtxnb #product .pd-txt {
        display: block;
    }
    #rtxnb .mxphoto {
        display: none;
    }
    #rtxnb #product .pd-txt .item img.gp {
        display: block;
    }
    #rtxnb .mxphoto-gs {
        display: none;
    }
    #rtxnb #product .pd-txt .item {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    #rtxnb #product .pd-txt .item img {
        width: 80%;
        margin: 0 auto;
    }
    #rtxnb #product .pd-txt .item figcaption {
        width: 100%;
    }
    #rtxnb #product .pd-txt .item figcaption ul li {
        list-style: none;
    }
}

#rtxnb #product .pdtabbox {
    display: none;
}

#rtxnb #product #gt-series {
    display: block;
    /*add for 9th*/
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
}

#rtxnb #wtb {
    text-align: center;
    padding-top: 3rem;
    background: #111;
}

#rtxnb #wtb .container {
    padding: 1rem 0 5rem;
}

#rtxnb #wtb .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

#rtxnb #wtb .logo a {
    width: 40%;
}

#rtxnb #wtb .storebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}

#rtxnb #wtb .storebox .store {
    width: 24%;
    padding: 20px;
    border: #333 1px solid;
    text-align: left;
    font-size: 14px;
    color: #999;
}


#rtxnb #wtb .storebox .store .name {
    background: #222;
    padding: 10px;
    text-align: center;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

#rtxnb #wtb .storebox .store .add,
#rtxnb #wtb .storebox .store .tel {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.4;
}

#rtxnb #wtb .storebox .store .add i,
#rtxnb #wtb .storebox .store .tel i {
    width: 20px;
}

#rtxnb #wtb .storebox .store .add span,
#rtxnb #wtb .storebox .store .tel span {
    width: calc(100% - 20px);
}

@media screen and (max-width: 960px) {
    #rtxnb #wtb .storebox {
        display: block;
    }
    #rtxnb #wtb .storebox .store {
        width: 100%;
        margin-top: 10px;
    }
}

#rtxnb #wtb .bt {
    margin-top: 35px;
}

#rtxnb #wtb .bt a {
    display: block;
    padding: 15px;
    background: #222;
    border-radius: 5px;
    border: #222 2px solid;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    color: #fff;
}

#rtxnb #wtb .bt a:hover {
    border-color: #c00;
}





/*best*/
#best {
color: #fff;
  font-size: 20px;
  /*kv*/
  /*summary*/
  /*filterbox*/
}

#best .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
}

@media (max-width:1920px){
#best .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
	}}

@media (max-width: 1024px){
#best .container {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
	}}

#best .sp {
  padding: 4% 0;
}

#best .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

#best #creation .bt {
    text-align: left;
}

#best .bt {
    vertical-align: middle;
}

#best #creation .bt a {
    border: #7babdc 1px solid;
    color: #7babdc;
}

##best .bt a {
    display: inline-block;
    vertical-align: middle;
    border: #666 1px solid;
    color: #666;
    padding: 10px 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

#best h1 {
  color: #fff;
}

#best h2 {
  color: #fff;
  font-size: 2.5em;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}

@media (max-width:2560px){
#best h2 {
  color: #fff;
  font-size: 2em;
	}}

/*#best h2:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
}*/

#best h3 {
  color: #c00;
  font-size: 24px;
  padding-bottom: 25px;
}

#best sup {
  vertical-align: super;
  font-size: 50%;
}

@media screen and (max-width: 960px) {
  #best .sp {
    padding: 5vh 0;
  }
  #best h2 {
    font-size: 32px;
  }
}

#best #kv {
  background-size: cover;
  padding: 5% 0 3%;
}

#best #kv .container {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
}

#best #kv .txtbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

#best #kv .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  position: relative;
  margin-right: 5%;
}

#best #kv .img img {
  width: 100%;
}

#best #kv h1 {
  font-size: 100px;
  font-weight: bold;
  text-shadow: #fff 0 0 10px;
  -webkit-animation: t1 3s forwards;
  animation: t1 3s forwards;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

#best #kv h1 span {
  display: block;
  color: #f00;
  font-size: 50%;
  text-shadow: #f00 0 0 10px;
}

#best #kv p {
  font-size: 24px;
  padding-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  -webkit-animation: t2 5s forwards;
  animation: t2 5s forwards;
  opacity: 0;
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  text-transform: uppercase;
}

#best #kv .bt {
  text-align: center;
}

#best #kv .bt button {
  background: rgba(0, 0, 0, 0.5);
  border: #f00 1px solid;
  color: #f00;
  font-size: 20px;
  padding: 15px 35px;
  text-transform: uppercase;
  -webkit-animation: 2s bt ease infinite;
  animation: 2s bt ease infinite;
  outline: none;
}

@media screen and (max-width: 1920px) {
  #best #kv h1 {
    font-size: 70px;
  }
  #best #kv .bt {
    padding-top: 3%;
  }
  #best #kv .bt button {
    font-size: 18px;
  }
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #best #kv h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 960px) {
  #best #kv .container {
    display: block;
    text-align: center;
    padding: 8vh 0;
  }
  #best #kv p {
    padding-bottom: 30px;
  }
}

#best #summary {
  background: #000;
  text-align: center;
  line-height: 1.6;
  border-top: #f00 1px solid;
  border-bottom: #f00 1px solid;
  padding: 3% 0;
}

#best #filterbox {
  text-align: center;
  background: url(https://storage-asset.msi.com/event/mb/2019/best-motherboard/images/bg_4_2.jpg) top;
  background-attachment: fixed;
}

#best #filterbox .container {
  background: rgba(0, 0, 0, 0.5);
  padding: 3%;
}

#best #filterbox h2 {
  padding-bottom: 0;
}

#best #filterbox h3 {
  padding-top: 5%;
  text-transform: capitalize;
}

#best #filterbox h3.nosp {
  padding-bottom: 10px;
}

@media screen and (max-width: 1920px) {
  #best #filterbox .container {
    width: 80%;
  }
}

@media screen and (max-width: 960px) {
  #best #filterbox {
    padding: 0;
    background-position: top left;
    border-top: #f00 1px solid;
  }
  #best #filterbox .container {
    width: 100%;
    padding: 8vh 5%;
  }
}

#best .main-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

#best .main-model li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}

#best .main-model li label {
  display: block;
  background: rgba(255, 0, 0, 0.1);
  border-radius: 5px;
  border: #f00 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#best .main-model li span {
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
}

#best .main-model li b {
  display: block;
  padding-bottom: 10px;
  font-size: 120%;
}

#best .main-model li input[type="checkbox"] {
  display: none;
}

#best .main-model li input[type="checkbox"] ~ label {
  padding: 25px 5%;
  cursor: pointer;
}

#best .main-model li input[type="checkbox"] ~ label:hover {
  color: #f00;
}

#best .main-model li label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #999;
  border: #222 1px solid;
  margin-right: 15px;
  border-radius: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

#best .main-model li input[type="checkbox"]:checked ~ label {
  background: #f00;
  color: #fff;
}

#best .main-model li input[type="checkbox"]:checked + label::before {
  background: url(//storage-asset.msi.com/event/spb/2019/best-gaming-desktop-pc/images/icon-check.png) top center no-repeat ;
  background-size: cover;
  background-color: #c00;
  border: #300 1px solid;
}

#best .main-model li input[type="checkbox"]:disabled ~ label {
  color: #999;
  cursor: auto;
  background: rgba(255, 255, 255, 0.01);
  border: #999 1px solid;
}

#best .main-model li input[type="checkbox"]:disabled ~ label:hover {
  color: #999;
  cursor: auto;
  border: #999 1px solid;
}

#best .main-model li input[type="checkbox"]:disabled + label::before {
  background: url(//storage-asset.msi.com/event/spb/2019/best-gaming-desktop-pc/images/icon-del.png) top center no-repeat ;
  background-size: cover;
  background-color: #999;
  border: #666 1px solid;
}

@media screen and (max-width: 960px) {
  #best .main-model {
    display: block;
  }
  #best .main-model li {
    margin: 10px auto;
  }
}

#best #show-ad-filter {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: #f00 1px solid;
  border-radius: 40px;
  font-size: 40px;
  line-height: 30px;
  color: #f00;
  cursor: pointer;
  display: none;
}

#best #show-ad-filter:hover {
  background: #f00;
  color: #fff;
}

#best #show-ad-filter span:last-child {
  display: none;
}

@media screen and (max-width: 960px) {
  #best #show-ad-filter {
    display: block;
  }
}

#best #ad-filter {
  display: table;
  border-collapse: collapse;
  width: 100%;

  text-align: left;
}

#best #ad-filter .tr {
  display: table-row;
  border-bottom: #666 1px dashed;
}

#best #ad-filter .th, #best #ad-filter .td {
  display: table-cell;
  padding: 25px 15px;
}

#best #ad-filter .th {
  width: 30%;
  text-align: right;
  font-weight: bold;
}

#best #ad-filter .td {
  width: 70%;
  color: #999;
}

#best #ad-filter li {
  display: inline-block;
  margin-right: 25px;
  padding: 0px;
  margin-bottom: 5px;
  vertical-align: middle;
  cursor: pointer;
}

#best #ad-filter li input[type="checkbox"] {
  display: none;
}

#best #ad-filter li input[type="checkbox"] ~ label {
  padding: 10px;
  cursor: pointer;
}

#best #ad-filter li input[type="checkbox"] ~ label:hover {
  color: #f00;
}

#best #ad-filter li label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #999;
  border: #666 1px solid;
  margin-right: 5px;
  border-radius: 3px;
}

#best #ad-filter li input[type="checkbox"]:checked ~ label {
  background: #f00;
  color: #fff;
}

#best #ad-filter li input[type="checkbox"]:checked + label::before {
  background: url(//storage-asset.msi.com/event/spb/2019/best-gaming-desktop-pc/images/icon-check.png) top center no-repeat ;
  background-size: cover;
  background-color: #c00;
  border: #300 1px solid;
}

#best #ad-filter li input[type="checkbox"]:disabled ~ label:hover {
  color: #999;
  cursor: auto;
}

#best #ad-filter li input[type="checkbox"]:disabled + label::before {
  background: url(//storage-asset.msi.com/event/spb/2019/best-gaming-desktop-pc/images/icon-del.png) top center no-repeat ;
  background-size: cover;
  background-color: #999;
  border: #666 1px solid;
}

@media screen and (max-width: 960px) {
  #best #ad-filter {
    display: none;
  }
  #best #ad-filter .tr, #best #ad-filter .th, #best #ad-filter .td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
  }
  #best #ad-filter ul {
    margin-left: 0;
  }
  #best #ad-filter li {
    display: block;
  }
}

#best #result-pd {
  padding-top: 5%;
  text-align: left;
}

#best #result-pd .pd {
  display: inline-block;
  width: calc(23% - 6px);
  vertical-align: top;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1%;
  text-align: center;
  border: #f00 1px solid;
}

#best #result-pd a {
  padding: 30px;
  color: #fff;
  display: block;
  background: #000;
}

#best #result-pd a:hover {
  background: #f00;
}

#best #result-pd h4 {
  padding-top: 20px;
}

#best #result-pd span.compare {
  width: 15px;
  height: 3px;
  background: #fff;
  display: block;
  margin-right: 10px;
  position: relative;
}

#best #result-pd span.compare:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s all ease-in 0.2s;
  -o-transition: 0.5s all ease-in 0.2s;
  transition: 0.5s all ease-in 0.2s;
}

#best #result-pd .bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#best #result-pd .bt button {
  background: rgba(255, 0, 0, 0.3);
  border: none;
  width: 100%;
  font-size: 22px;
  outline: none;
  border: #f00 1px solid;
  padding: 0;
  text-transform: uppercase;
  min-width: 50%;
}

#best #result-pd .bt button input {
  display: none;
}

#best #result-pd .bt button input[type="checkbox"]:checked + label {
  background: #f00;
}

#best #result-pd .bt button input[type="checkbox"]:checked + label span.compare:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#best #result-pd .bt button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 5px;
  margin: 0;
  cursor: pointer;
}

#best #result-pd .bt button:hover {
  background: #f00;
}

#best #result-pd .bt button img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 1366px) {
  #best #result-pd .bt button {
    font-size: 16px;
  }
  #best #result-pd .bt button img {
    width: 15px;
    margin-right: 5px;
  }
  #best #result-pd span.compare {
    width: 10px;
    height: 2px;
    margin-right: 5px;
  }
  #best #result-pd span.compare:after {
    width: 10px;
    height: 2px;
  }
}

@media screen and (max-width: 960px) {
  #best #result-pd .pd {
    display: block;
    width: 100%;
  }
  #best #result-pd .bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#best #bt-more-result {
  margin-top: 3%;
}

#best #bt-more-result span.plus {
  width: 20px;
  height: 3px;
  background: #f00;
  margin-right: 10px;
  position: relative;
}

#best #bt-more-result span.plus:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #f00;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#best #bt-more-result button {
  background: none;
  border: #f00 1px solid;
  color: #f00;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

#best #bt-more-result button:hover {
  background: #f00;
  color: #fff;
}

#best #bt-more-result button:hover span.plus {
  background: #fff;
}

#best #bt-more-result button:hover span.plus:after {
  background: #fff;
}

#best #bt-more-result button.load {
  background: none;
  border: #fff 1px solid;
  color: #fff;
}

#best #bt-more-result button.load span.plus {
  background: #fff;
}

#best #bt-more-result button.load span.plus:after {
  background: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#best #bt-more-result button.load:hover {
  color: #f00;
  border: #f00 1px solid;
}

#best #bt-more-result button.load:hover span.plus {
  background: #f00;
}

#best #bt-more-result button.load:hover span.plus:after {
  background: #f00;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#best #feature {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#best #feature:before {
  content: "";
  display: block;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  position: absolute;
  z-index: 0;
  width: 80%;
  height: 100%;
  top: 0;
  left: 10%;
}

#best #feature .container {
  position: relative;
  z-index: 2;
}

#best #feature .feature {
  text-align: center;
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#best #feature .feature button {
  background: none;
  border: #7babdc 1px solid;
  padding: 15px;
  /*-webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;*/
  margin: 0 5px;
  outline: none;
  font-size: 32px;
	width: 100%;
}

#best #feature .feature button:hover, #best #feature .feature button.active {
  background: #7babdc;
}

#best #feature .feature-item {
  padding-bottom: 3%;
  display: none;
}

#best #feature .feature-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

#best #feature h4 {
  color: #f00;
  font-size: 40px;
  padding: 15px 0 15px;
  text-transform: capitalize;
}

#best #feature p {
  line-height: 1.6;
}

#best #feature .img {
  /*-webkit-box-flex: 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;*/
	display: block;
    width: 50%;
    justify-content: center;
    margin: auto;
}

@media (max-width:960px){
#best #feature .img {
    width: 70%;
	}}

#best #feature .img img {
  width: 100%;
}

#best #feature .txtbox {
  /*-webkit-box-flex: 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;*/
		display: block;
    width: 85%;
    justify-content: center;
    margin: auto;
}

@media (max-width:1536px){
#best #feature .txtbox {
    width: 70%;
	}}

#best #feature .icon {
  padding-bottom: 15px;
}

#best #feature .icon img {
  width: 40%;
}

@media screen and (max-width: 1920px) {
  #best #feature .feature button {
    font-size: 24px;
  }
  #best #feature h4 {
    font-size: 32px;
  }
}



@media screen and (max-width: 960px) {
  #best #feature .feature {
margin: auto;
    display: block;
    width: 85%;
  }
  #best #feature .feature button {
    width: 100%;
    margin-bottom: 5px;
  }
  #best #feature .feature-item {
    text-align: center;
  }
  #best #feature .feature-item.active {
    display: flex;
	  margin: auto;
  }
}

#best #wtb {
  background: url(https://storage-asset.msi.com/event/mb/2019/best-motherboard/images/wtb_bg.jpg) fixed bottom;
  text-align: center;
}

#best #wtb a {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 3px rgba(205, 0, 0, 0.9) solid;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  padding: 15px;
}

#best #wtb a:hover {
  background: #f00;
  color: #fff;
}

@-webkit-keyframes kv {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
}

@keyframes kv {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
}

/* ---------------------------------------medias---------------------------------------*/
/*----jump window--*/
.modal-open .modal {
  background: rgba(0, 0, 0, 0.7) !important;
}

.modal-open {
  padding-right: 0px !important;
}

#best .modal-dialog {
  margin-top: 10%;
  width: 70%;
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #best .modal-dialog {
    width: 90%;
  }
}

@media screen and (max-width: 1366px) {
  #best .modal-dialog {
    width: 95%;
  }
}

#best .modal-content .ok {
  font-size: 1en;
  background-color: #ffdc00;
  border-radius: 3px;
  color: #000;
  border: 0px;
  margin-top: 15px;
}

#best .modal-content p {
  padding-bottom: 20px;
  font-size: 18px;
}

#best .modal-content {
  text-align: left;
  line-height: 1.8rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 0px solid #530001;
  padding: 0 15px;
  letter-spacing: normal;
  border-radius: 0px !important;
}

#best .modal-content .mediabox {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#best .close p {
  padding-bottom: 5px;
  margin: 0px;
}

#best .close {
  background: #880002 !important;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  border: none;
  color: #fff;
  opacity: 1 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
}

#best .close:focus, #best .close:hover {
  text-decoration: none;
  cursor: pointer;
  background: #C90003 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#best .modal-content .item a:hover {
  text-decoration: none;
  cursor: pointer;
}

#best .modal-content .item {
  margin: 20px;
  width: calc(100% / 4 - 60px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 400px;
  background: rgba(0, 0, 0, 0.8);
  border: 3px solid rgba(255, 0, 0, 0.6);
  padding: 15px;
  font-size: 18px;
  -webkit-box-shadow: 0 0 35px rgba(255, 0, 0, 0.7);
  box-shadow: 0 0 35px rgba(255, 0, 0, 0.4);
}

@media screen and (max-width: 960px) {
  #best .modal-content .item {
    display: block;
    width: calc(100% - 60px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#best .modal-content .item ul {
  color: #fff;
  text-align: center;
  list-style: none;
  width: 100%;
}

#best .modal-content .item ul li {
  line-height: 2em;
}

#best .modal-content .item ul li img {
  padding-bottom: 5px;
}

#best .modal-content .item ul li.mntpd {
  color: #c00;
  font-size: 110%;
  padding: 2px 0px;
}

#best .modal-content .item ul li.mname {
  color: #c00;
  line-height: 1.2;
  padding-bottom: 10px;
}

#best .modal-content .item ul li.introduction {
  font-size: 80%;
  line-height: 1.5;
}

#best .modal-content .owl-nav {
  font-size: 50px;
  color: #E3E3E3;
  display: block;
}

#best .modal-content .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  top: 35%;
  outline: none;
  width: auto;
}

#best .modal-content .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  top: 35%;
  outline: none;
  width: auto;
}

#best .pdtxtbox .txtbox .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#best .pdtxtbox .txtbox .more a {
  font-size: 16px;
  letter-spacing: 3px;
  color: #f00;
  padding: 20px 0px;
  border: #c00 1px solid;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  display: block;
  width: 100%;
  max-width: 250px;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  -webkit-box-shadow: #600 0 0 50px;
  -moz-box-shadow: #600 0 0 50px;
  box-shadow: #600 0 0 50px;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 1%, #222 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 1%, #222 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#222));
  background: -o-linear-gradient(left, #000000 1%, #222 100%);
  background: linear-gradient(to right, #000000 1%, #222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
  /* IE6-9 */
}

#best .pdtxtbox .txtbox .more a:hover {
  color: #fff;
  max-width: 300px;
  -webkit-animation: btflash 1s infinite ease;
  animation: btflash 1s infinite ease;
  background: #f00;
  border: #c00 1px solid;
}

@media screen and (max-width: 960px) {
  #best .pdtxtbox .txtbox .more {
    display: block;
  }
  #best .pdtxtbox .txtbox .more a {
    max-width: none;
    margin: 5px auto;
  }
}

  #best .pdtxtbox .txtbox .more {
    padding-top: 10px;
  }
  #best .pdtxtbox .txtbox .more a {
    font-size: 14px;
    padding: 10px 0px;
  }

@media screen and (max-width: 960px) {
  #best .pdtxtbox .txtbox .more a {
    max-width: none;
  }
  #best .pdtxtbox .txtbox .more a:hover {
    max-width: none;
  }
	}