.content-wrap section .box .links li a,
.content-wrap section .box .links li a span,
.content-wrap section .box .links li a::before,
.content-wrap section h1::before,
.icon {
    background-image: url(../images/downloads/down-icon.png);
    background-repeat: no-repeat;
}
.header {
    background: url(../images/head/bg-header-download.jpg) no-repeat top center;
    height: 399px;
}
.section {
    background-color: #121212;
    min-height: 1000px;
    font-size: 16px;
    height: auto;
}
.content-wrap {
    width: 100%;
    padding-top: 50px;
    color: #e0e0e0;
}
.content-wrap section h1 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 42px;
    position: relative;
}
.content-wrap section h1::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    left: 0;
    top: 50%;
    margin-top: -14px;
}
.content-wrap section .box {
    padding-left: 64px;
    padding-bottom: 20px;
}
.content-wrap section .box .info {
    color: #e0e0e0;
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.content-wrap section .box .info li {
    float: left;
    padding-right: 36px;
}
.content-wrap section .box .links {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.content-wrap section .box .links li {
    margin-right: 20px;
    flex: 0 0 auto;
}
.content-wrap section .box .links li:last-child {
    margin-right: 0;
}
.content-wrap section .box .links li a {
    display: flex;
    width: 438px;
    height: 105px;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    transition: all .2s ease;
    background-color: #2b2b2b;
    border-radius: 5px;
    color: #ffffff;
}
.content-wrap section .box .links li a::before {
    position: absolute;
    content: "";
    width: 430px;
    height: 97px;
    left: 4px;
    top: 4px;
    transition: all .2s ease-out;
    background-color: rgba(255, 255, 255, 0.1);
}
.content-wrap section .box .links li a:hover {
    letter-spacing: .32em;
    background-color: #4a4a4a;
}
.content-wrap section .box .links li a:hover::before {
    transform: scale(.99);
}
.content-wrap section .box .links li a.link1::before {
    background-position: -500px -160px;
}
.content-wrap section .box .links li a.link2::before {
    background-position: -500px -301px;
}
.content-wrap section .box .links li a span {
    width: 30px;
    height: 30px;
    position: relative;
    top: -9px;
    margin-right: 10px;
    background-position: -81px 0;
}
.content-wrap section .box .links li a h2 {
    font-size: 2em;
}
.content-wrap section .box .links li a p {
	font-size: 1em;
    font-weight: bold;
    color: #000000;
}
.content-wrap section .box .links li a.link1 {
    background-position: 0 -160px;
}
.content-wrap section .box .links li a.link2 {
    background-position: 0 -301px;
}
.content-wrap section .box .tips {
    color: #ffff00;
    padding: 20px 0;
}
.content-wrap section .box .tips p {
	padding: 3px 0;
}
.content-wrap section .box table {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.content-wrap section .box table td,
.content-wrap section .box table th {
    border: 1px solid #747474;
    padding: 20px 30px;
    color: #d0d0d0;
}
.content-wrap section .box table th {
    background-color: #3c8aa3;
    color: #ffffff;
    font-weight: 400;
}
.content-wrap section .box table tr {
    background-color: #4f4f4f;
    color: #ffffff;
}
.content-wrap section .box table a {
	color: #edff00;
}
.content-wrap section .box table tr td:first-child {
    color: #ffffff;
}
.content-wrap section .box table a:hover {
    text-decoration: underline;
}
.content-wrap section .box h3 {
    font-weight: 700;
    color: #e0e0e0;
    padding-top: 20px;
    line-height: 1.6;
}
.content-wrap section .box .row {
    position: relative;
    padding-left: 24px;
    margin: 20px 0;
    line-height: 1.6;
}
.content-wrap section .box .row h4 {
    font-weight: 700;
    color: #E3E315;
	padding: 0;
}
.content-wrap section .box .row span {
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background-color: #ac6e56;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
}
