* {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif!important;
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 31.25em) {
    .webpage{
        display: block;
    }
    .h5Page{
        display: none;
    }
}
@media screen and (max-width: 31.25em) {
    .h5Page{
        width: 100%;
        display: block;
    }
    .webpage{
        display: none;
    }
}
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(../img/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: #003399;
    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;
}

.webpage .mySwiper {
    height: 100vh;
    overflow: hidden;
}
.webpage .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
}
.webpage .swiper-slide img {
    width: 100%;
    height: auto;
}
.webpage .swiper-pagination {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}
.webpage .swiper-pagination .swiper-pagination-bullet {
    width: 0px;
    height: 25px;
    display: block;
}
.webpage .swiper-pagination .swiper-pagination-bullet::after {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    display: block;
}
.webpage .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 50px;
    transform: translateX(-5px);
}
.webpage .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(../img/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(../img/pop1.png) no-repeat;
    background-size: 100%;
    padding-top: 48px;
    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(../img/url.png);
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    float: left;
}

.btn-enter {
    width: 100px;
    height: 40px;
    background: #003399;
    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: #003399;
    display: inline-block;
}
.domain {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #003399;
    padding-left: 34px;
}

.highlight {
    color: #003399;
}


.h5Page .Header_header {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.h5Page .Header_logo {
    height: 32px;
}
.zhanwei {
    width: 20px;
    height: 20px;
}
.imageContent_container {
    height: 412px;
    margin-top: 2px;
    position: relative;
}
.mySwiper_h5 {
    height: 400px;
    position: relative;
    overflow: hidden;
}
.h5Page .swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.h5Page .swiper-slide {
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateZ(0);
    backface-visibility: hidden;
    height: 400px;
}
.h5Page .swiper-slide img {
    margin: 0 auto;
    height: 90%;
    outline: none;
    display: block;
}
.swiper-pagination_h5 {
    position: absolute;
    list-style: none;
    text-align: center;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.swiper-pagination_h5 .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    height: 20px;
    cursor: pointer;
    position: relative;
    line-height: 12px;
    overflow: hidden;
}
.swiper-pagination_h5 .swiper-pagination-bullet::after {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
}
.swiper-pagination_h5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    line-height: 0;
}
.swiper-pagination_h5 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 20px;
    height: 10px;
    border: 1px solid #EEEEEE;
    border-radius: 7.5px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    margin-top: 4px;
}
.footer_footer {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0px 15px 0;
}
.footer_container {
    flex-shrink: 0;
    padding: 0 15px;
}
.button_wrapper_h5 {
    height: 50px;  /* 淇敼涓�50px锛屽師鍊间负36px */
    width: 100%;
    background: #003399;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;  /* 淇敼涓�20px锛屽師鍊间负16px */
    border: 0;
}
.footer_webButton {
    margin-top: 10px;
    height: 50px;
}
.footer_tutorialBlock {
    width: 100%;
    text-align: center;
}

.alert_h5 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 5;
    display: none;
}
.poop {
    width: calc(90% - 40px);
    background: url(../img/poop.png) no-repeat;
    background-size: 100%;
    position: fixed;
    z-index: 20;
    display: none;
    padding: 26px 20px;
    margin-left: 5%;
    box-sizing: initial;
}
.poop.app_h5 {
    background: url(../img/poop1.png) no-repeat;
    background-size: 100%;
    padding: 23px 20px;
    bottom: 190px;
}
.poop.wangye_h5 {
    bottom: 115px;
    padding: 20px 20px;
}
.http_h5 {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.http_h5 li {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.url_h5 {
    width: calc( 100% - 80px);
    background: url(../img/url.png) no-repeat;
    background-size: auto 100%;
    justify-content: space-between;
    align-items: center;
    float: left;
}
.btn-enter_h5 {
    display: inline-block;
    background-color: #003399;
    width: 80px;
    height: 38px;
    border-radius: 5px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.domain_h5 {
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    color: #02513a;
    padding-left: 10px;
}
.time_h5 {
    width: 66px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #003399;
    display: inline-block;
}
.reach-portal_bg {
    top: -60px;
    bottom: -60px;
    background: rgba(0,0,0,1);
    opacity: 0;
    cursor: pointer;
    overscroll-behavior: none;
    touch-action: none;
    position: fixed;
    left: 0px;
    top: 0px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.reach-portal_dialog {
    height: 543px;
    overscroll-behavior: none;
    touch-action: none;
    position: fixed;
    right: 0;
    bottom: -543px;
    left: 0;
    z-index: 2;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.dialog_header {
    box-shadow: none;
    padding-top: 12px;
    padding-bottom: 8px;
    text-align: center;
    user-select: none;
    position: relative;
}
.dialog_header::after {
    position: absolute;
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    background-color: rgba(0,0,0,.14);
}
.dialog_scroll {
    overflow: hidden;
    height: 523px;
}
.tutorialModal_panel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 6px 50px;
    position: relative;
}
.downloadApp_tutorialContent {
    width: 100%;
}
.downloadApp_tutorialContent p {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.downloadApp_tutorialContent img {
    width: 100%;
}