﻿
* {
    font-family: 微軟正黑體, sans-serif;
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.downloadApp {
    background: url(images/bg.png) 50% no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
    overflow: auto;
    min-width: 1080px;
}

.downloadApp_container {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downloadApp_left {
    display: flex;
    flex-direction: column;
    min-width: 550px;
    position: relative;
}

.downloadApp_logo {
    width: 203px;
    margin-bottom: 74px;
}

.downloadApp_slogan {
    width: 440px;
}

.button_wrapper {
    height: 52px;
    width: 100%;
    background: #fe970c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}

.downloadApp_webEntryButton {
    height: 56px;
    margin-top: 20px;
    border-radius: 12px;
}

.downloadApp_right {
    width: 523px;
    height: 100vh;
    position: relative;
}

.mySwiper {
    height: 100vh;
    overflow: hidden;
}

.swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
}

    .swiper-slide img {
        width: 100%;
        height: auto;
    }

.swiper-pagination {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}

    .swiper-pagination .swiper-pagination-bullet {
        width: 0px;
        height: 25px;
        display: block;
    }

        .swiper-pagination .swiper-pagination-bullet::after {
            content: " ";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            display: block;
        }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            height: 50px;
            transform: translateX(-5px);
        }

            .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
                width: 15px;
                height: 30px;
                border: 1px solid #eeeeee;
                border-radius: 7.5px;
                background-color: #ffffff;
                box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
            }


ul {
    padding: 0px;
    margin: 0px;
}

    ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }


.open1 {
    display: block !important;
}

.alert {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 5;
    display: none;
}

.pop {
    width: 443px;
    height: 316px;
    background: url(images/pop.png) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 9;
    display: none;
    padding-top: 30px;
    box-sizing: initial;
}

    .pop.app {
        left: 53px;
        bottom: 140px;
        background: url(images/pop1.png) no-repeat;
        background-size: 100%;
        padding-top: 20px;
        height: 188px;
    }

    .pop.wangye {
        left: 53px;
        bottom: 60px;
    }

.http {
    width: 400px;
    height: 250px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    box-sizing: initial;
}

    .http li {
        width: 100%;
        height: 40px;
        /*display: flex;*/
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }

.url {
    height: 40px;
    width: 288px;
    background: url(images/url.png);
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    float: left;
}

.btn-enter {
    width: 100px;
    height: 40px;
    background: #fe970c;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    margin-left: 5px;
    text-decoration: none;
}

.time {
    width: 66px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fe970c;
    display: inline-block;
}

.domain {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fe970c;
    padding-left: 34px;
}

.highlight {
    color: #e05053;
}
