<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SOFT */

#soft  {margin: 0 20px 20px 20px;}

.block	{border-radius: 14px; box-shadow: 0px 4px 10px 0px rgba(144, 144, 144, .3); padding: 20px 40px; margin-bottom:20px;}

.block .btn1, .block .btn2  {width:200px;}

.pHead  {color: var(--black); font-size:20px; line-height:44px; padding-left:60px; font-weight:600; cursor:pointer; display:grid; align-items: center;}


.minus, .plus { min-height:44px;}

.minus  {background:url(/img/icons/minus.svg) no-repeat 0 50%;}

.plus   {background:url(/img/icons/plus.svg) no-repeat 0 50%;}

.pBox   { margin-top:20px; display:none;}

.pBoxA  {display:block;}

.pItem  {grid-gap:10px; grid-template-columns: 1fr 200px 64px 200px 200px; align-items: center; border-bottom: var(--gray-3) solid 1px;  padding:20px 0 10px 0;}



.itemDesc, .itemMore   {font-size:14px; line-height:18px;}

.itemDesc   {margin:10px 0;}

.itemMore   { align-self:center;}




.softTitle  {color: var(--black); font-size:20px; line-height:24px; font-weight:600;}

.softModel  {color: var(--green-1); border-radius: 14px; background: #D3E4C7; padding:2px 8px;}

a.softLog    {text-decoration:underline; color: var(--green-1); cursor:pointer;}

.softInfo   {background: url(/img/icons/info.svg) no-repeat 0 50%; min-height:24px; 
    font-size:12px; line-height:14px; color: #D8583C; align-self: center; padding-left:35px;
}

.softSize  {font-size:28px; line-height:28px; font-weight:700; color: var(--green-1); text-transform: uppercase;}

.dload  {background-image:url(/img/icons/dload-1.svg) !important; background-repeat: no-repeat !important; padding:0 0 0 20px !important; width:180px !important;}

.dload  {background-color: var(--white-1) !important; background-position: 30px 50% !important;}

.dload:hover  {background-color:var(--green-1) !important; background-image: url(/img/icons/dload-2.svg) !important; }

.dopInfo    {background: url(/img/icons/info-2.svg) no-repeat 0 50%; padding-left: 35px; min-height:24px; line-height:24px; color: var(--green-1); cursor:pointer;}

.linux  {width:auto !important;}


.softArea-1  {
    grid-template-areas: "A B C D E";
    grid-template-columns: 30% minmax(100px, 300px) minmax(150px, 1fr) 150px 180px;
    grid-gap: 20px;
    align-items: center;
    border-bottom: var(--gray-3) solid 1px;
    margin: 20px 0; 
}
.softArea-2  {
    grid-template-areas: "F G H";
    grid-template-columns: 1fr 1fr 1fr;  
    grid-gap: 10px;
    font-size:14px; 
    line-height:18px; 
    margin:10px 0; 
}

.A  { grid-area: A;}
.B  { grid-area: B;}
.C  { grid-area: C; text-align:right;}
.D  { grid-area: D; white-space: nowrap;}
.E  { grid-area: E;}
.F  { grid-area: F; white-space: nowrap;}
.G  { grid-area: G; white-space: nowrap;}
.H  { grid-area: H; white-space: nowrap;}


.softH  {font-size:40px; line-height: 45px; font-weight: 700; text-align: left;}
.wkShow {line-height: 24px; font-weight: 400;}
#modalHead  {max-width: 100% !important;}


/* media */

@media screen and (min-width:640px) and (max-width:1279px){
    .path   {display: none;}
    h1  {margin: 0 0 20px 0;}
    .softArea-1  {
        grid-template-areas: "A A A"
                             "B B B"
                             "C D E";
        grid-template-columns: minmax(150px, 1fr) 150px 180px;
        grid-gap: 10px;
        padding-bottom:10px;
    }
    .H  {text-align: right;}
    .C  {text-align: left;}
    .softInfo   {line-height: 24px;}
    .dload, .linux  {height: 44px !important; line-height: 40px !important;}
    .softH  {font-size:24px; line-height: 28px; }
}

@media screen and (min-width:320px) and (max-width:639px)   {
    .path   {display: none;}
    .block  {padding:20px;}
    h1  {margin: 0 0 20px 0;}

    .pHead  {font-size: 16px; line-height: 24px;}
    .pBox   {margin-top:0;}

    .softArea-1  {
        grid-template-areas: "A A"
                             "B B"
                             "C D"
                             "E E";
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding-bottom:10px; 
    }
    .softArea-2  {
        grid-template-areas:    "F H"
                                "G G";
        grid-template-columns: 1fr 1fr;  
        margin: 10px 0 0;
    }

    .C  {text-align: left;}
    .D, .H  {text-align: right;}
    .dload  {width: 100% !important; background-position: calc(50% - 40px) 50% !important;}
    .linux  {line-height: 16px !important; padding:5px 20px !important; }
    .softInfo  {line-height: normal;}
    .itemDesc   {margin:0;}
    .dload, .linux  {height: 44px !important; }
    .softH  {font-size:20px; line-height: 24px; }
    .linux  {white-space: normal !important;}
}


.windows {
    width: fit-content !important;
    margin-bottom: 20px;
}
.linux_gpu {
    width: fit-content !important;
    margin-right: 20px;
}

@media(max-width: 500px) {
    .windows {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .linux_gpu {
        width: 100% !important;
        margin: 0 0 20px;
    }
}</pre></body></html>