* { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { font-family: 'Montserrat', sans-serif; background: #000000 url(../images/bg.jpg) no-repeat center top; }

.head { height: 328px; }
.head .links { padding-top: 216px; text-align: center; }
.head .links a { color: #fff; font-weight: 600; text-decoration: none; font-size: 14px; padding: 0 15px; }

.container { width: 1000px; margin: 0 auto; }

.main .container { background: #292625; min-height: 500px; border-radius: 5px; }
.main .tabs {/* background: url(../images/tab-1.png) no-repeat center top; */height: 152px;position: relative;top: -20px;display: flex;flex-wrap: wrap;}
.main .tabs .tab {width: 999px;height: 145px;}
.main .tabs .tab.tab-1.active, .main .tabs .tab.tab-1:hover { background-image: url(../images/tab-2_new.png); background-position: 0 0; }
.main .tabs .tab.tab-2.active, .main .tabs .tab.tab-2:hover { background-image: url(../images/tab-2_new.png); background-position: -500px 0; }
.main .tab-page .page { display: none; }
.main .tab-page .page.active { display: block; }
.main .tab-page .dl-ct { padding: 0 30px 15px 30px; color: #b7b1ae; font-weight: 500; }
.main .tab-page .dl-ct .title { font-size: 16px; font-weight: 500; background: url(../images/dot.png) no-repeat 0 3px; padding-left: 20px; margin-bottom: 20px; margin-top: 40px; }
.main .tab-page .dl-ct .table { margin: 15px 0; border-collapse: collapse; border: 1px solid #292625; }
.main .tab-page .dl-ct .table thead tr { background: #161313; }
.main .tab-page .dl-ct .table thead tr th { padding: 8px 20px; border-collapse: collapse; border: 1px solid #292625; font-size: 15px; }
.main .tab-page .dl-ct .table tbody tr { background: #524e4d; }
.main .tab-page .dl-ct .table tbody tr td { padding: 8px 20px; border-collapse: collapse; border: 1px solid #292625; color: #fff; font-size: 15px; }
.main .tab-page .dl-ct .table tbody tr td .dl-link { background: #c7333b; color: #ffd226; display: inline-block; padding: 3px 15px; font-size: 14px; font-weight: 700; border-radius: 2px; text-decoration: none; }
.main .tab-page .dl-ct .note { padding-left: 30px; }
.main .tab-page .dl-ct .note p { font-style: italic; margin-bottom: 10px; font-size: 14px; color: #ff8f00; }
.main .tab-page .dl-ct .drivers { background: #1d1b1a; padding: 10px; display: flex; flex-wrap: wrap; }
.main .tab-page .dl-ct .drivers a { width: 33.33%; }

.foot .container { display: flex; flex-wrap: wrap; }
.foot .container .copyright { padding-top: 35px; font-weight: 600; flex: 1; color: #b3b7b8; }
.foot .container .copyright strong { color: #ff0; }
.foot .container .copyright .d { color: #4a4c52; padding-top: 10px; }

/*# sourceMappingURL=style.css.map */


