#overview-content .a-plus-content:before,
#overview-content .a-plus-content:after,
#overview-content .a-plus-group:before,
#overview-content .a-plus-group:after,
#overview-content .a-plus-module:before,
#overview-content .a-plus-module:after,
#overview-content .a-plus-info:after {
content: ”;
display: table;
clear: both;
}
#overview-content .a-plus-content {
font:14px arial,helvetica,sans-serif;
line-height: 1.4285em;
color:#fff;
background:#000;
}
#overview-content .a-plus-module {
position: relative;
margin: 3em 0;
padding: 0;
overflow: hidden;
}
#overview-content .a-plus-img {
margin: 0 auto;
padding: 0;
}
#overview-content .a-plus-img img {
display: block;
margin: auto;
max-width: 100%;
}
#overview-content .a-plus-img + .a-plus-info { margin: 1em 0 0 0; }
#overview-content .a-plus-title {
display: block;
margin: 1em 0 0.5em 0;
overflow: hidden;
font-weight: bold;
font-size: 2vw;
line-height:2vw;
color:#fff;
}
#overview-content .a-plus-title2 {
margin: 0.5em 0 ;
overflow: hidden;
font-weight: normal;
font-size: 1.45em;
color:#fff
}
#overview-content .a-plus-info p {
display: block;
margin: 0.5em 0;
}
#overview-content .a-plus-info ul,
#overview-content .a-plus-info ol { margin: 1em 0; }
#overview-content .a-plus-info ul {
list-style-type: disc!important;
list-style-position: inside!important;
padding-left: 25px;
}
#overview-content .a-plus-info li { margin-bottom: 0.8em; }
#overview-content .a-plus-info li:last-child { margin-bottom: 0; }
#overview-content .a-plus-module:first-child,
#overview-content .a-plus-title:first-child,
#overview-content .a-plus-info p:first-child { }
#overview-content .a-plus-module:last-child,
#overview-content .a-plus-title:last-child { }
#overview-content .a-plus-info p:last-child {}
#overview-content .a-plus-module.txt-align-center { text-align: center; }
#overview-content .a-plus-group { margin: 3em 0; }
#overview-content .a-plus-group:first-child { margin-top: 0; }
#overview-content .a-plus-group:last-child { margin-bottom: 0; }
#overview-content .logo {
width:100%;
height:50px;
margin-bottom:30px;
background:url(//images10.newegg.com/BizIntell/item/34/155/34-155-182/logo_041919.png) no-repeat left center;
}
#overview-content .colorWhite {color:#ffffff}
#overview-content .colorGray {color:#888}
#overview-content .colorGreen {color:#76b801}
#overview-content .colorBlue {color:#066db2}
#overview-content .bgWhite {background-color:#f4f4f4; color:#000;padding:20px}
#overview-content .bgGray {background-color:#f5f3f4;}
#overview-content .fontSmaller {font-size:smaller}
#overview-content .fontLarger {font-size:larger;font-weight:bold;}
#overview-content .l-left {text-align:left}
#overview-content .l-right {text-align:right}
#overview-content .l-center {text-align:center}
#overview-content .floatRight {float:right}
#overview-content .floatLeft {float:left}
#overview-content .width50 {width:50%}
#overview-content .padding5 {padding:5%}
#overview-content .border1 { position:relative; padding:10px}
#overview-content .border1:after {
background: currentColor;
content: “”;
display: block;
height: 2px;
position: relative;
bottom:-10px;
width: 100px;
margin: 0 auto;
}
@media (min-width: 768px) {
#overview-content .a-plus-module.img-is-small .a-plus-img { width: 100px; }
#overview-content .a-plus-module.img-is-large .a-plus-img { max-width:450px; }
#overview-content .a-plus-module.img-at-left .a-plus-img { float: left; }
#overview-content .a-plus-module.img-at-right .a-plus-img { float: right; }
#overview-content .a-plus-module.img-is-small.img-at-left .a-plus-img img,
#overview-content .a-plus-module.img-is-small.img-at-right .a-plus-img img { width: 110px; }
#overview-content .a-plus-module.img-is-large.img-at-left .a-plus-img img,
#overview-content .a-plus-module.img-is-large.img-at-right .a-plus-img img { max-width:450px; }
#overview-content .a-plus-module.img-is-small.img-at-left .a-plus-img + .a-plus-info { margin: 5px }
#overview-content .a-plus-module.img-is-small.img-at-right .a-plus-img + .a-plus-info { margin: 5px}
#overview-content .a-plus-module.img-is-large.img-at-left .a-plus-img + .a-plus-info { margin: 0 0 0 405px;}
#overview-content .a-plus-module.img-is-large.img-at-right .a-plus-img + .a-plus-info { margin: 0 405px 0 0; }
/* layout */
#overview-content .a-plus-cell { float: left; }
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-left .a-plus-img,
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-right .a-plus-img { width: 30%; }
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-left .a-plus-img + .a-plus-info { margin-left: calc(30% + 32px); }
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-right .a-plus-img + .a-plus-info { margin-right: calc(30% + 32px); }
/* 2 columns */
#overview-content .a-plus-group.two-columns .a-plus-cell { width: calc(50% – 30px); text-align:left }
#overview-content .a-plus-group.two-columns .a-plus-cell:first-child { margin-right: 60px; }
#overview-content .a-plus-group.two-columns .a-plus-cell .a-plus-img {float:left;padding:5px}
/* 3 columns */
#overview-content .a-plus-group.three-columns .a-plus-cell { width: calc(33.3% – 40px); margin-left: 60px;}
#overview-content .a-plus-group.three-columns .a-plus-cell:first-child { margin-left: 0; }
/* 4 columns */
#overview-content .a-plus-group.four-columns .a-plus-cell {
margin-left: 60px;
width: calc(25% – (180px / 4));
}
/* 5 columns */
#overview-content .a-plus-group.five-columns .a-plus-cell {
width:calc(20%);
}
#overview-content .a-plus-group.four-columns .a-plus-cell:first-child { margin-left: 0; }
#overview-content .features3 {background:url(//images10.newegg.com/BizIntell/item/34/155/34-155-182/features-layout-3_041919.jpg) center center no-repeat; width:100%; height:450px}
#overview-content .features8 {background:url(//images10.newegg.com/BizIntell/item/34/155/34-155-182/features-layout-8_041919.jpg) center center no-repeat; width:100%; height:613px}
}
@media (max-width: 767px) {
#overview-content .a-plus-group .a-plus-cell { margin: 3em 0; }
#overview-content .a-plus-group .a-plus-cell:first-child { margin-top: 0; }
#overview-content .a-plus-group .a-plus-cell:last-child { margin-bottom: 0; }
#overview-content .padding335 {padding:0}
#overview-content .padding110 {padding:0}
#overview-content .a-plus-title {
display: block;
margin: 1em 0 1em 0;
overflow: hidden;
font-weight: bold;
font-size: 1.3em;
line-height:1.5em;
}
#overview-content .width50 {width:100%}
#overview-content .padding10 {padding:0}
#overview-content .features2 {background:url(//images10.newegg.com/BizIntell/item/34/155/34-155-182/features-layout-2_041919.jpg) center center no-repeat; width:100%; }
#overview-content .features8 {background:url(//images10.newegg.com/BizIntell/item/34/155/34-155-182/features-layout-8_041919.jpg) center center no-repeat; width:100%; background-size:cover; min-height:300px }
#overview-content .l-center {text-align:left}
}
LATEST 8TH GEN INTEL® 6-CORE PROCESSORS
Power up with 40% performance gains over the previous generation with extra cores.
16: The New Supercharger
The GeForce® GTX 1650 is built with the breakthrough graphics performance of the award-winning NVIDIA Turing™ architecture. With performance that rivals the GeForce GTX 1070, it’s a blazing-fast supercharger for today’s most popular games, and even faster with modern titles.
Performance may vary by system configuration and game settings.
THIN & LIGHT ALUMINUM HAIR-BRUSHED AESTHETICS
These gaming laptops come with a metallic top, keyboard cover and unique X-shaped ventilation hidden underneath.
THIN BEZEL GAMING DISPLAY
Enjoy more immersive gameplay in an even more compact chassis.
7+ HOURS BATTERY LIFE
All juiced up for unplugged productivity and entertainment.
Tested by MobileMark® 2014 standard. Battery life will vary from specifications and system configuration.
MSI APP PLAYER
Developed under an exclusive partnership with BlueStacks, the MSI APP Player brings seamless gaming experiences between mobile and PC games, while leveraging customized features as specific keyboard lighting and better graphics with multi-task works.
DRAGON CENTER 2.0
Monitor and optimize through various customization and freeing system memories to prioritize in-game performance.
Actual features may vary by model and configuration.