<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.active-item div {
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ED866A', endColorStr='#D73939', gradientType='1');
    background: linear-gradient(to right, #ED866A, #D73939);
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding: 116px 0 100px;
}

.box {
    height: 400px;
}

.block {
    width: 340px;
    height: 400px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.center {
    margin: 0 90px;
}

#content1 {
    position: absolute;
    background-color: #fff;
}

#code {
    position: absolute;
    border: none;
}

#code img {
    width: 200px;
    height: 200px;
    margin: 70px auto 30px;
}

#code p {
    color: #666;
}

.block div {
    width: 340px;
    height: 400px;
    position: absolute;
    left: 0;
    transition-duration: .2s;
}

.block .active {
    background: url(./download_img/bg.png) no-repeat;
    background-size: cover;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.09);
}

.block img {
    width: 100px;
    height: 100px;
    margin: 70px 0 40px;
}

.block p {
    color: #999;
    margin: 18px 0 45px;
}

#content0 .pcDefault {
    position: static;
    height: auto;
    transition-duration: .2s;
}

#content0 .pc-hover {
    position: static;
    width: 280px;
    height: auto;
    padding: 70px 30px 0;
    transition-duration: .2s;
}

#content0 .pc-hover h2{
    margin-bottom: 30px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

#content0 .pc-hover P {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #666;
}

#content0.active button {
    margin-top: 34px;
}

.block h2 {
    font-size: 22px;
}

.block button {
    width: 132px;
    height: 36px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ED866A', endColorStr='#D73939', gradientType='1');
    background: linear-gradient(to right, #ED866A, #D73939);
    border: none;
}

h1 {
    margin: 80px 0 26px;
    font-size: 26px;
    font-weight: normal;
}

h1.softWare-dw{
    display: inline-block;
    cursor: pointer;
}

.download {
    overflow: hidden;
}

.chunk {
    width: 598px;
    height: 81px;
    padding-top: 17px;
    float: left;
    border: 1px solid #dcdcdc;
}

.chunk .text {
    width: 414px;
    margin-left: 35px;
    display: block
}

.chunk .yy.text{
    margin-top: 0;
}

.chunk h3 {
    font-size: 16px;
    line-height: 22px;
}

.borderb-none{
    border-bottom: none;
}

.borderr-none{
    border-right: none;
}

.chunk span {
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.chunk button {
    width: 76px;
    height: 28px;
    margin: 15px 35px;
    float: right;
    border: 1px solid #CA6767;
    border-radius: 100px;
    background-color: #fff;
    outline: none;
    color: #BA1E33;
}

.product {
    padding: 40px 0 60px 58px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    overflow-y: scroll;
    color: #999;
    height: 300px;
    position: relative;
}

.product::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.product::-webkit-scrollbar-corner, .product::-webkit-scrollbar-track {
    background-color: #eee;
}

.product::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.product::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.product::-o-scrollbar {
    width: 8px;
    height: 8px;
}

.product::-o-scrollbar-corner, .product::-o-scrollbar-track {
    background-color: #eee;
}

.product::-o-scrollbar-thumb:hover {
    background-color: #999;
}

.product::-o-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.product ul {
    float: left;
}

#date li, #version li {
    line-height: 48px;
}

.new {
    color: #333;
}

#version .new {
    font-weight: bold;
}

#version span {
    display: inline-block;
    *display: inline;
    padding: 2px 4px;
    border: 1px solid #D53733;
    color: #D53733;
    line-height: 17px;
    font-weight: normal;
}

#line li {
    position: relative;
    height: 48px;
    width: 1px;
    background-color: #e6e6e6;
    font-size: 0;
    *vertical-align: top;
    margin: 0 42px;
}

#line div {
    width: 15px;
    height: 15px;
    border: 1px solid #C6C6C6;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 16px;
    background-color: #fff;
}

#line .active {
    border: 1px solid #D73939;
}</pre></body></html>