﻿@media screen and (max-width:750px) {
    *

{
    margin: 0;
    padding: 0;
}

.wrap {
    display: block;
}

.wrap2 {
    display: none;
}

html {
    font-size: 100px;
}

.header {
    font-size: .30rem;
    margin: .18rem 0;
    text-align: center;
}

.con {
    background: linear-gradient(#b3eaff, #01b6fd);
    overflow: hidden;
}

    .con .logo {
        text-align: center;
        margin-top: .18rem;
    }

    .con .title {
        font-size: .38rem;
        text-align: center;
    }

        .con .title span {
            color: #e50000;
        }

.down {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: .37rem;
}

    .down .T_W_Code {
        width: 1.5rem;
        height: 1.75rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #fff;
    }

        .down .T_W_Code img {
            width: 1.32rem;
            height: 1.32rem;
            margin: .09rem 0 .06rem;
        }

        .down .T_W_Code p {
            font-size: .2rem;
        }

    .down .download {
        font-size: .18rem;
        display: flex;
        justify-content: center;
        background-color: #202634;
        width: 1.7rem;
        height: .5rem;
        border-radius: .25rem;
        color: #fff;
        align-items: center;
    }

        .down .download img {
            width: .22rem;
            height: .27rem;
            margin-right: .05rem;
        }

.webdown {
    font-size: .17rem;
    text-align: center;
    margin-top: .18rem;
}

.model {
    margin: .76rem 0 .68rem;
}

    .model img {
        width: 3.75rem;
        height: 4.55rem;
    }

.free_down {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .free_down .free {
        font-size: .5rem;
        color: #efeeea;
        position: absolute;
        margin: auto;
        top: .15rem;
        z-index: 1;
    }

    .free_down h3 {
        font-size: .3rem;
        z-index: 2;
        margin-top: .50rem;
    }

    .free_down p {
        font-size: .18rem;
        color: #757374;
        margin-top: .17rem;
    }

.novel {
    width: 3.2rem;
    height: .7rem;
    margin: .6rem auto;
    font-size: .16rem;
    color: #757374;
}

.tab img {
    width: 3.75rem;
    margin-bottom: .88rem;
}

.text {
    background-color: #f9f8f4;
}

}

@media screen and (min-width:751px) {
    * {
        margin: 0;
        padding: 0;
    }

    .wrap {
        display: none;
    }

    .wrap2 {
        display: block;
    }

    .header {
        font-size: 24px;
        text-align: center;
        margin: 19px 0;
    }

    .con {
        background: linear-gradient(to right, #b3eaff, #01b6fd);
        display: flex;
        justify-content: center;
        padding: 20px 0;
        height: auto;
    }

    .con_left img {
        width: 320px;
        height: 364px;
    }

    .con_right {
        display: flex;
        flex-direction: column;
    }

    .title {
        font-size: 37px;
    }

        .title span {
            color: #e40404;
        }

    .logo img {
        width: 276px;
        height: 56px;
    }

    .down {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-top: 23px;
    }

        .down .T_W_Code {
            width: 150px;
            height: 175px;
            display: flex;
            align-items: center;
            flex-direction: column;
            background-color: #fff;
            margin: 0 16px;
        }

            .down .T_W_Code img {
                width: 132px;
                height: 132px;
                margin: 9px 0 6px;
            }

            .down .T_W_Code p {
                font-size: 20px;
            }

        .down .download {
            font-size: 18px;
            display: flex;
            justify-content: center;
            background-color: #202634;
            width: 170px;
            height: 50px;
            border-radius: 25px;
            color: #fff;
            align-items: center;
        }

            .down .download img {
                width: 22px;
                height: 27px;
                margin-right: 5px;
            }

    .webdown {
        margin: 12px 0;
    }

    .bgc {
        width: 100%;
        height: 18px;
        background-color: #02a1ff;
    }

        .bgc .color {
            width: 246px;
            height: 18px;
            background-color: #fff;
            margin-left: 60px;
        }

    .list {
        display: flex;
        justify-content: space-around;
    }

        .list .list_left {
        }

            .list .list_left h3 {
                font-size: 40px;
                margin-top: 165px;
            }

            .list .list_left p {
                color: #8e8e8e;
                margin-bottom: 176px;
                margin-top: 10px;
            }

        .list .list_right {
            margin-top: 10px;
        }
