.resellerContainer--theme {
--theme-background: #ffffff;
--theme--titleColor: #0f1111;
--theme-textColor: #0f1111;
}
rich, .resellerReset rich,
.resellerReset p,
.resellerReset section,
.resellerReset article,
.resellerReset figure,
.resellerReset h4,
.resellerReset h4,
.resellerReset span,
.resellerReset ol,
.resellerReset ul,
.resellerReset li {
margin: 0;
padding: 0;
}
.resellerReset {
box-sizing: border-box;
}
.resellerReset * {
box-sizing: border-box;
}
.resellerReset li {
list-style: none;
}
.resellerReset .imageDefault {
width: 100%;
vertical-align: middle;
}
.resellerContainer {
width: 100%;
position: relative;
padding: 0 15px;
margin: 0 auto;
min-width: 320px;
background-color: var(--theme-background);
}
@media (min-width: 576px) {
.resellerContainer {
max-width: 540px;
}
}
@media (min-width: 768px) {
.resellerContainer {
max-width: 720px;
}
}
@media (min-width: 992px) {
.resellerContainer {
max-width: 960px;
}
}
@media (min-width: 1300px) {
.resellerContainer {
max-width: 1170px;
}
}
.resellerContainer--font {
--font-title: 32px;
--font-text: 16px;
--font-cardTitle: 24px;
--font-cardText: 16px;
--font-contentTitle: 17px;
--font-contentSubTitle: 17px;
--font-contentDescription: 14px;
--font-bulletPointItem: 13px;
--font-noticeTitle: 13px;
--font-noticeContent: 12px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", "Meiryo UI", Helvetica, Arial, sans-serif;
}
.resellerContainer .resellerCol-4, .resellerContainer .resellerCol-3, .resellerContainer .resellerCol-6 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 100%;
}
@media (min-width: 576px) {
.resellerContainer .resellerCol-4, .resellerContainer .resellerCol-3, .resellerContainer .resellerCol-6 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 50%;
}
}
.resellerContainer .resellerRow {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
@media (min-width: 992px) {
.resellerContainer .resellerCol-3 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 25%;
}
}
@media (min-width: 992px) {
.resellerContainer .resellerCol-4 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 33.3333333333%;
}
}
.resellerContainer .resellerCol-12 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 100%;
}
.resellerContainer .resellerOneCard .msiCard__content ul, .resellerContainer .resellerOneCard .msiCard__content ol {
margin: 25px auto 0;
text-align: left;
}
@media (min-width: 992px) {
.resellerContainer .resellerOneCard .msiCard__content ul, .resellerContainer .resellerOneCard .msiCard__content ol {
width: 60%;
}
}
.resellerContainer .resellerOneCard .msiCard__content {
text-align: center;
}
@media (min-width: 992px) {
.resellerContainer .resellerOneCard .msiCard__content {
width: 80%;
margin: auto;
}
}
.resellerContainer .resellerOneCard .msiCard__content .title {
margin-top: 30px;
}
@media (min-width: 992px) {
.resellerContainer .resellerOneCard .msiCard__imageBox::before {
content: "";
display: block;
padding-top: 50%;
}
}
@media (min-width: 992px) {
.resellerContainer .resellerOneCard .cardImage {
position: absolute;
top: -50%;
left: 0;
}
}
.resellerBigFeature__content ol li::before, .resellerBigFeature__content ul li::before, .resellerContainer .contentBulletPoint__item::before, .resellerContainer .msiCard__content ol li::before, .resellerContainer .msiCard__content ul li::before {
display: inline;
margin-right: 10px;
}
.resellerContainer .msiCard__content ul, .resellerContainer .msiCard__content ol, .resellerContainer .msiCard__content .text p, .resellerContainer .msiCard__content {
margin-top: 15px;
}
.msiCard__imageBox {
position: relative;
overflow: hidden;
}
.msiCard__imageBox::before {
content: "";
display: block;
padding-top: 50%;
}
@media (min-width: 992px) {
.msiCard__imageBox::before {
display: none;
}
}
.msiCard__imageBox .cardImage {
position: absolute;
top: -50%;
left: 0;
}
@media (min-width: 992px) {
.msiCard__imageBox .cardImage {
position: static;
top: unset;
left: unset;
}
}
.resellerContainer .msiCard__content ol {
counter-reset: num;
}
.resellerContainer .msiCard__content ol li p {
margin-top: 0;
}
.resellerContainer .msiCard__content ol li + li {
margin-top: 10px;
}
.resellerContainer .msiCard__content ol li::before {
counter-increment: num;
content: counter(num) ".";
}
.resellerContainer .msiCard__content ul {
counter-reset: dot;
}
.resellerContainer .msiCard__content ul li p {
margin-top: 0;
}
.resellerContainer .msiCard__content ul li + li {
margin-top: 10px;
}
.resellerContainer .msiCard__content .title {
color: var(--theme--titleColor);
font-size: var(--font-cardTitle);
font-weight: bold;
line-height: 1.2;
}
.resellerContainer .msiCard__content .text {
color: var(--theme-textColor);
font-size: var(--font-cardText);
margin-top: 5px;
}
.resellerContainer .resellerKVContent__imageBox {
position: relative;
}
.resellerContainer .resellerKVContent__imageBox .msiLogo {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.resellerContainer .resellerKVContent__description {
text-align: center;
margin-top: 30px;
}
.resellerContainer .resellerKVContent__description .title {
color: var(--theme--titleColor);
font-size: var(--font-title);
font-weight: bold;
}
.resellerContainer .resellerKVContent__description .context {
color: var(--theme-textColor);
margin: 4px auto 0;
font-size: var(--font-text);
}
@media (min-width: 992px) {
.resellerContainer .resellerKVContent__description .context {
width: 50%;
}
}
.resellerContainer .resellerAPlus__content .contentDescription, .resellerContainer .resellerAPlus__content .contentSubTitle, .resellerContainer .resellerAPlus__content .contentTitle {
margin-bottom: 8px;
}
.resellerContainer .resellerAPlusRow {
display: grid;
gap: 15px;
grid-template-columns: 1.2fr 2fr 1fr;
}
.resellerContainer .resellerAPlus__content {
padding-right: 50px;
padding-left: 20px;
color: #0f1111;
}
.resellerContainer .resellerAPlus__content .contentTitle {
font-size: var(--font-contentTitle);
line-height: 20px;
}
.resellerContainer .resellerAPlus__content .contentSubTitle {
font-weight: 400;
font-size: var(--font-contentSubTitle);
line-height: 1.255;
font-style: italic;
color: #565959;
}
.resellerContainer .resellerAPlus__content .contentDescription {
font-size: var(--font-contentDescription);
line-height: 20px;
}
.resellerContainer .contentBulletPoint {
border: 1px solid #ddd;
border-radius: 5px;
background-color: #f3f3f3;
padding: 14px 25px;
margin-top: 14px;
position: relative;
counter-reset: dot;
}
.resellerContainer .contentBulletPoint__item {
font-size: var(--font-bulletPointItem);
line-height: 19px;
}
.resellerContainer .contentBulletPoint__item::before {
font-size: 15px;
position: absolute;
left: 10px;
counter-increment: dot;
content: counter(dot, disc);
}
.resellerContainer .resellerAPlus__notice {
position: relative;
padding: 0 20px 20px;
}
.resellerContainer .resellerAPlus__notice::before {
content: "";
width: 1px;
background-color: #ddd;
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
.resellerContainer .resellerAPlus__notice .noticeTitle {
font-weight: 700;
font-size: var(--font-noticeTitle);
color: #565959;
line-height: 19px;
}
.resellerContainer .resellerAPlus__notice .noticeContent {
font-size: var(--font-noticeContent);
color: #565959;
line-height: 16px;
}
.resellerContainer .resellerBigFeature__content .text p, .resellerContainer .resellerBigFeature__content ul, .resellerContainer .resellerBigFeature__content ol {
margin-top: 15px;
}
.resellerContainer .resellerBigFeature__content {
margin-top: 20px;
}
.resellerContainer .resellerBigFeature__content ol {
counter-reset: num;
}
.resellerContainer .resellerBigFeature__content ul {
counter-reset: dot;
}
.resellerContainer .resellerBigFeature__content .title {
color: var(--theme--titleColor);
}
.resellerContainer .resellerBigFeature__content .text {
color: var(--theme-textColor);
}
.resellerBigFeature__content ol li::before {
counter-increment: num;
content: counter(num) ".";
}
.resellerBigFeature__content ul li::before {
counter-increment: dot;
content: counter(dot, disc);
}
.resellerContainer .resellerVideo__content {
width: 100%;
}
.b-pfd-article ul li {
border-bottom: 0px;
}
Стабільна основа, надійна збірка
MAG B860 TOMAHAWK WIFI - це материнська плата формату ATX для процесорів Intel Core Ultra (Серія 2). Вона побудована на базі новітнього чипсета Intel B860 із підтримкою PCIe 5.0, 5G LAN, Thunderbolt 4, Wi-Fi 7, DDR5, що забезпечує сумісність із великою кількістю апаратного забезпечення.
Підтримує десктопні процесори Intel Core Ultra (Серія 2)
Материнська плата MAG B860 TOMAHAWK WIFI підтримує процесори Intel Core Ultra (Серія 2).
- Форм-фактор: ATX
- Сокет: LGA 1851
- Чипсет: Intel B860
Система живлення на 12 ліній за технологією Duet Rail Power System (DRPS) та модулями SPS на 60 А
Завдяки ексклюзивній технології Core Boost і двом 8-pin конекторам живлення, MAG B860 TOMAHAWK WIFI здатна витримувати високі навантаження на процесор:
- Цифрове керування живленням
- Система живлення на 12 ліній за технологією DRPS із 60A SPS
- 1 фаза живлення решти процесора
- 1 фаза живлення графіки
- 1 фаза живлення VNNAON
Охолодження Frozr
Frozr Guard: Збільшений радіатор, термопрокладки для MOSFET 7 Вт/мК, додаткові термопрокладки для дроселів та EZ M.2 Shield Frozr II для покращеного розсіювання тепла.
Frozr Sync: Синхронізуйте охолодження за допомогою стратегічно розміщених роз'ємів для підключення охолодження процесора (2А), корпусних вентиляторів, а також комбінованого роз'єму (3А, підтримує підключення помпи рідинного охолодження, і корпусних вентиляторів).
Frozr Control: Керуйте швидкістю та параметрами охолодження всіх вентиляторів вашої системи в MSI Center за допомогою модулів Cooling Wizard та Frozr AI Cooling.
4 слоти пам'яті DDR5 (9200+ MT/с OC)*
Memory Boost: Продумана топологія підключення DDR5 забезпечує більш чистий та стабільний сигнал даних для кращої продуктивності в іграх і розгоні.
XMP-профілі оптимізовані спеціалістами MSI OC LAB і можуть бути легко ввімкнені за допомогою одного кліку в BIOS.
*Максимальна частота розгону 9200+ МТ/с доступна лише в конфігурації 1DPC 1R, підтримує Intel XMP.
Посилений слот PCIe 5.0 x16
Слоти MSI PCI Express Steel Armor II закріплені на материнській платі за допомогою додаткових точок пайки, щоб витримати вдвічі більшу вагу відеокарт порівняно зі слотами Steel Armor 1-го покоління.
1 слот PCIe 5.0/4.0/3.0 x16 ( зі Steel Armor II** та EZ PCIe Release)
1 слот PCIe 4.0/3.0 x1*
1 слот PCIe 4.0/3.0 x16*
*Підтримка x16/x0/x4 або x16/x1/x2
**Технологія пайки MSI Surface Mount Technology (SMT) покращує якість сигналу.
Роз'єм M.2 Gen5
Материнська плата MAG B860 TOMAHAWK WIFI оснащена слотами MSI M.2:
1 слот Gen5 x4 128 Гбіт/с* (із одностороннім M.2 Shield Frozr)
2 слот Gen4 x4 64 Гбіт/с*
*із M.2 Shield Frozr
EZ DIY
Зручності, що полегшують збірку та експлуатацію
EZ M.2 Shield Frozr II: Запатентований MSI Shield Frozr має конструкцію, що не потребує використання інструментів, тому користувачам не доведеться турбуватися про втрачені гвинти.
EZ M.2 Clip II: Встановлюйте або виймайте SSD простим натисканням на засувку, без гвинтів, без викруток.
EZ PCIe Release: Лише одним натисканням кнопки користувачі можуть легко встановити або вийняти відеокарту однією рукою.
EZ Antenna: Нова Wi-Fi антена MSI може похвалитися не тільки красивим зовнішнім виглядом, а й магнітною підставкою.
Високошвидкісне підключення
5G LAN: Контролер локальної мережі Intel Killer 5G LAN забезпечує преміальну якість роботи в мережі.
Thunderbolt 4 Type-C:Підключайтеся до пристроїв і передавайте файли з високою пропускною здатністю: 40 Гбіт/с, з підтримкою дисплеїв 8K*.
Wi-Fi 7: Оснащена повношвидкісним Wi-Fi 7 (з наднизькою затримкою та високою пропускною здатністю) і Bluetooth 5.4.
HD Audio: 7.1-канальний звук високої чіткості завдяки технології Audio Boost.
*Доступно лише на процесорах з інтегрованою графікою. Графічні характеристики можуть відрізнятися залежно від встановленого процесора.
Comments (0)
Только зарегистрированные пользователи могут оставлять комментарии