#page {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    /*background: linear-gradient( to bottom, #e44c63,#000);*/
    /*background: rgb(0,0,0);*/
}
*{
    box-sizing: border-box;
}
#indexSwiper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#indexSwiper img{
    width: 100%;
    vertical-align: top;
}
#page .main-view {
    position: relative;
    z-index: 3;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
#page .main-view .logo {
    margin-top: 10px;
    width: 100px;
}
#page .main-view .text {
    text-align: center;
    margin-top: 100px;
}
#page .text h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.8);
}
#page .text p {
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.8);
}
#page .text .line{
    width: 120px;
    height: 1px;
    background: #fff;
    margin: 10px auto 10px;
}
#page .text span{
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 2px rgba(0,0,0,0.8);
}
#page .text span:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: .5;
}
#page .text span:last-of-type{
    margin-right: 0px;
    padding-right: 0px;
}
#page .text span:last-of-type:after{
    display: none;
}
#page .main-view .download-list {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
}
#page .download-list li {
    position: relative;
    display: inline-block;
    width: 300px;
    /*height: 250px;*/
    background: rgba(255,255,255,.9);
    padding: 25px 20px;
    border-radius: 10px;
    vertical-align: middle;
    transition: all .3s;
    box-shadow: 0px 0px 15px rgba(59,65,76,.2);
    cursor: pointer;
    margin: 0 50px;
}
@media screen and (min-width: 1201px) {
    #page .download-list li:hover {
        margin-top: -20px;
        box-shadow: 0px 40px 50px -60px rgb(59,65,76);
    }
}

#page .download-list li p {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0 10px;
    background: linear-gradient(to bottom, #000, rgb(51, 31, 31));
    -webkit-background-clip: text;
    color: transparent;
}
#page .download-list li span {
    background: linear-gradient(to bottom, #000, rgb(51, 31, 31));
    -webkit-background-clip: text;
    color: transparent;
}
#page .footer-view {
    position: absolute;
    width: 100%;
    font-size: 14px;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #666;
    line-height: 3;
    background: #fff;
    z-index: 3;
}
#page .version {
    display: block;
    line-height: 40px;
    background: linear-gradient(to bottom, #000, rgb(51, 31, 31));
    -webkit-background-clip: text;
    color: transparent;
}

@media screen and (max-width: 768px) {
    #page .main-view .text{
        margin-top: 50px;
    }
    #page .main-view .text h1{
        font-size: 40px;
    }
    #page .main-view .text p{
        font-size: 14px;
    }
    #page .main-view {
        width: 100%;
        padding: 0 20px;
    }
    #page .main-view .download-list {
        margin-top: 50px;
    }
    #page .download-list li{
        width: calc((100% - 100px)/2);
        /*height: 200px;*/
        margin: 0;
    }
}
@media screen and (max-width: 460px) {
    #page .main-view .text .line {
        width: 50px;
    }
    #page .download-list li{
        width: calc(100% - 40px);
        padding: 20px 0;
        /*height: 150px;*/
    }
    #page .download-list li:first-of-type {
        margin-right: 0px;
    }
    #page .download-list li:first-of-type {
        margin-bottom: 20px;
    }
    #page .download-list li img {
        width: 45px;
    }
    #page .download-list li p {
        font-size: 20px;
        margin: 10px 0 5px 0;
    }
}
@media screen and (max-width: 320px) {
    #page .main-view .text{
        margin-top: 30px;
    }
    #page .main-view .text h1{
        font-size: 30px;
    }
    #page .main-view .text p{
        font-size: 14px;
        margin-top: 5px;
    }
    #page .main-view .text .line {
        width: 50px;
        margin: 10px auto;
    }
    #page .text span{
        margin-right: 10px;
        padding-right: 10px;
    }
    #page .main-view .download-list {
        margin-top: 30px;
    }
    #page .download-list li {
        /*height: 120px;*/
        padding: 10px 0;
    }
    #page .download-list li img {
        width: 35px;
    }
    #page .download-list li p {
        font-size: 16px;
    }
}
