.banner {
    background-color: #f6f4f4;
    padding-block-end: 40px;
    background: url(https://storage-asset.msi.com/event/msi-product-support/images/banner-bg.png) center center no-repeat;
    background-size: cover;
}
.banner__container {
    max-width: 1170px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display:flex;
    justify-content: center;
    align-items: center;
}
/*@media screen and (max-width: 1400px) {*/
/*    .banner__container {*/
/*        grid-template-columns: fit-content(100%) minmax(260px, 350px) fit-content(100%);*/
/*        grid-gap: 80px;*/
/*    }*/
/*}*/
.banner figure {
    line-height: 0;
    padding-block-start: 20px;
    padding-block-end: 20px;
    flex:1;
}
.banner__container div{
    flex: 1;
}
.banner figure img {
    max-width: 100%;
    height: auto;
}
.supportFor {
    color: #707070;
}
.banner .container-box *~* {
    margin-block-start: 10px;
}
.banner__container h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.registerYourProduct {
    text-align: center;
}
.container-box {
    margin-inline-start: auto;
    margin-inline-end: auto;
    max-width: 1170px;
    width: 100%;
    position: relative;
}
.registerYourProduct a {
    background-color: #CCCCCC;
    color: #878989;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding-block-start: 15px;
    padding-block-end: 15px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    font-size: 15px;
    display: inline-block;
}
.registerYourProduct a:hover{
    background: #fff;
    text-decoration: none;
}
.registerYourProduct div {
    margin-block-start: 5px;
    font-size: .875em;
    color: #707070;
}
.tabs {
    display: flex;
    justify-content: center;
    margin-block-start: -44px;
}
.tabs .tab {
    flex: 1;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-block-start: 18px;
    padding-block-end: 20px;
    color: #707070;
}
.tabs .tab~.tab {
    margin-inline-start: 5px;
}
.tabs .tab--active {
    background-color: #808080;
    color: #fff;
}
.tabs .tab div {
    font-size: 25px;
    margin-block-end: 8px;
}
.tabs .tab:hover {
    background-color: #808080;
    color: #fff;
}
.tab > .glyphicon{
    display: block
}

.item-wrapper{
    width: 1170px;
    margin: 30px auto 0 auto;
    padding: 0;
}
.item-wrapper h2{
    text-align: center;
}
.item-wrapper .subTabs {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    display: flex;
    justify-content: center;
    margin-block-start: 44px;
    border-block-end: 1px solid #ccc;
}
.item-wrapper .subTabs .subTab {
    padding-inline-start: 5%;
    padding-inline-end: 5%;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    background-color: #fff;
    border: none;
    border-block-end: 3px solid #fff;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding-block-end: 10px;
}
.item-wrapper .subTabs .subTab--active {
    border-block-end: 3px solid #ccc;
}
#drive-sub .top-select-system > div, #tools-sub .top-select-system > div {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
#drive-sub .top-select-system > select, #tools-sub .top-select-system > select{
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    outline: none;
}
.list-table{
    width: 100%;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-top: 15px;
}
.list-table tr th, .list-table tr td{
    padding: 15px;
}
.list-table tr.tip{
    background: #FAFAFA;
}
.list-table tr th{
    background: #ECECEC;
}

.list-table tr:nth-child(odd){
    background:#F4F4F4;
}

#FAQ .list-table tr td a{
    color: #000;
}
.service{
    background-image: url(https://storage-asset.msi.com/template/images/contact_us/kv-contact-us.jpg);
    background-color: #f6f4f4;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin-block-start: 10px;
    height: 390px;
    width: 1170px;
    margin: 0 auto;
}
.service .container-box{
    width: 1170px;
    padding: 25px;
    background: #ffffffdb;
    height: 100%;
}
.container-box > h2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: transparent;
    margin-top: 40px;
}
.container-box > p{
    text-align: center;
    margin-top: 20px;
}

.container-box>nav {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-box>nav a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    max-width: 230px;
    flex: 1;
}
.container-box>nav a:hover{
    color: #000;
}
.container-box>nav a img {
    display: block;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-block-end: 15px;
}
.container-box>nav a p {
    font-weight: normal;
    padding-top: 5px;
}
