/*————————————————————————公共样式————————————————————————*/
/*———————————————————————————————————————————————————————*\
                        页头开始
\*———————————————————————————————————————————————————————*/
body {
    background: repeating-linear-gradient(to left, rgb(242, 233, 253), rgb(217, 235, 254)) 0% 0% / cover;
}

.describe {
    width: 100%;
}

.header {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.header .icon {
    width: 100%;
    max-width: 100%;
}

.header .download {
    width: 223px;
    height: 55px;
    background-color: transparent;
    position: absolute;
    top: 62%;
    left: 54%;
}

/*———————————————————————————————————————————————————————*\
                        页头结束
\*———————————————————————————————————————————————————————*/

/*———————————————————————————————————————————————————————*\
                        内容开始
\*———————————————————————————————————————————————————————*/
.classify {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    margin-top: 20px;
    padding: 15px;
}

.classify .title .text {
    text-align: left;
    font-weight: bolder;
    font-size: 30px;
}


.classify .version-list {
    width: 100%;
    margin-left: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background: #fff;
    padding: 15px 0px;
}


.classify .version-list .item {
    width: 350px;
    margin-right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(0, 27, 48, 0.15);
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.item-r {
    width: 350px;
    height: 400px;
    display: none;
}

.classify .version-list .item .icon {
    width: 100px;
}

.classify .version-list .item p {
    line-height: 15px;
}

.classify .version-list .item .title {
    width: 280px;
    margin-top: 24px;
    line-height: 30px;
    font-size: 25px;
    font-weight: bolder;
}

.classify .version-list .item a {
    text-decoration: none;
}

.classify .version-list .item .btn {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e25ad;
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
}

.classify .version-list .item .btn:hover {
    border: 0px solid #ebae3c;
}

.classify .version-list .item:hover {
    box-shadow: 0px 3px 16px 0px rgba(75, 31, 158, 0.15);
}

.classify .grid-list {
    margin: 0 0 60px 0;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: left;
}

.classify .grid-list .item {
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    margin: 40px 33px;
}

.g-r {
    width: 270px;
    height: 230px;
    display: none;
}

.main{
    width: 1200px;
    margin: auto;
}


.classify .grid-list .item .icon {
    width: 300px;
    height: 280px;
    margin-bottom: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.classify .grid-list .item .icon:hover {
    opacity: 0.8;
}

.other {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 80px;
}


.other .title .text {
    font-size: 26px;
    text-align: center;
}

.other .list {
    display: flex;
    justify-content: left;
}

.other .list .item {
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
    margin-right: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.other .list .item:last-child {
    margin-right: 75px;
}

.other .list .item .icon {
    width: 190px;
}

/*———————————————————————————————————————————————————————*\
                        内容结束
\*———————————————————————————————————————————————————————*/

/*———————————————————————————————————————————————————————*\
                        页尾开始
\*———————————————————————————————————————————————————————*/
.footer {
    display: flex;
    justify-content: center;
    background: #353535;
    margin-top: 50px;
}

.footer .content {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .content .text {
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

/*———————————————————————————————————————————————————————*\
                        页尾结束
\*———————————————————————————————————————————————————————*/


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    width: 3px;
    background: rgba(#362cb8, 0.1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #ebae3c;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .3s;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3);
}




/* 响应式 */
/* 处理最小的ipad屏幕 */
@media (max-width: 375px) {
    html {
        width: 100%;
    }

    .header {
        width: 100%;
    }

    .header .icon {
        height: auto;
    }

    .main {
        width: 90%;
        margin: auto;
    }

    .main .version-list {
        background-color: transparent;
    }

    .main .version-list .item {
        width: 200px;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .classify .grid-list .item .icon{
        width: 50px;
    }

    .main .version-list .item .icon {
        width: 50px;
    }

    .main .version-list .item .title {
        font-size: 15px;
    }

    .main .version-list .item .box,
    .main .version-list .item .unfold {
        display: none;
    }

    .main .version-list .item .btn {
        width: 80px;
        font-size: 10px;
        margin-top: -10px;
    }

    .grid-list .item .text {
        padding: 10px 0;
    }

    .other .list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .other .list .item .icon {
        width: 100%;
        margin-left: 25px;
    }
}

/* 处理最小的ipad屏幕 */
@media (max-width: 767.98px) {
    html {
        width: 100%;
    }

    .header {
        width: 100%;
    }

    .header .icon {
        height: auto;
    }

    .main {
        width: 90%;
        margin: auto;
    }

    .main .version-list {
        background-color: transparent;
    }

    .main .version-list .item {
        width: 300px;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main .version-list .item .icon {
        width: 50px;
    }

    .main .version-list .item .title {
        font-size: 15px;
    }

    .main .version-list .item .box,
    .main .version-list .item .unfold {
        display: none;
    }

    .main .version-list .item .btn {
        width: 80px;
        font-size: 10px;
        margin-top: -10px;
    }

    .grid-list .item .text {
        padding: 10px 0;
    }

    .other .list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .other .list .item .icon {
        width: 100%;
        margin-left: 25px;
    }
}

/* 处理最小的ipad屏幕 */
@media (max-width: 1024px) {
    html {
        width: 100%;
    }

    .header {
        width: 100%;
    }

    .header .icon {
        height: auto;
    }

    .main {
        width: 90%;
        margin: auto;
    }

    .main .version-list {
        background-color: transparent;
        display: flex;
    }

    .main .version-list .item {
        width: 100%;
        height: 150px;
        display: flex;
        flex-direction: row;
    }

    .main .version-list .item .box,
    .main .version-list .item .unfold {
        display: none;
    }

    .classify .grid-list .item .icon{
        width: 600px;
        height: auto;
    }

    .grid-list{
        display: flex;
        flex-direction: column;
    }

    .item-r {
        width: 400px;
        display: none;
    }

    .g-r {
        width: 500px;
        height: 232px;
        display: none;
    }

    .main .version-list .item .title {
        font-size: 15px;
    }

    .other .list {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .other .list .item .icon {
        width: 100%;
        margin-left: 25px;
    }
}