﻿* {
    box-sizing: border-box;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
::selection {
    background-color: #b3d4fc;
    text-shadow: none;
}
body {
    font-family: Helvetica, Charter, PingFang SC, Microsoft YaHei, Arial, sans-serif;
    font-size: 12PX;
}
html {
    color: #333;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
a {
    color: #666;
    text-decoration: none;
}
a {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
li {
    list-style: none;
}
#wrapper_mobile {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
#wrapper_mobile .header_mobile {
    width: 100%;
    height: 1.44928rem;
    background: #0a162b;
    padding-top: 0;
    padding: 0 5%;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#wrapper_mobile .header_mobile a {
    display: block;
    color: #fff;
}

#wrapper_mobile .header_mobile .mobile_logo img {
    width: 3.22061rem;
    height: .56361rem;
}

#wrapper_mobile .header_mobile .mobile_download {
    font-size: .32206rem;
    border-radius: 3rem;
    padding: 2% 4%;
    text-align: center;
    background: -webkit-linear-gradient(top, #6ba6e8, #0030ff);
    background: linear-gradient(180deg, #6ba6e8, #0030ff);
}
#wrapper_mobile .header_mobile a span {
    font-size: .48309rem;
}
#wrapper_mobile .main.webpa {
    background-image: url(../image/bgTel_gnew.3db0ab30.webp);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#wrapper_mobile .main {
    width: 100%;
    padding-top: 1.44928rem;
}
#wrapper_mobile .main .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 .40258rem;
}
#wrapper_mobile .main .content .left_cont {
    width: 100%;
    color: #fff;
}
#wrapper_mobile .main .content .left_cont h3 {
    font-size: 1.0628rem;
    margin-bottom: .40258rem;
    margin-top: .40258rem;
}
#wrapper_mobile .main .content .left_cont .desc_box .cont_desc ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#wrapper_mobile .main .content .left_cont .desc_box .cont_desc ul li {
    padding-top: .08052rem;
    padding-bottom: .24155rem;
    font-size: 0.34rem;
}
#wrapper_mobile .main .content .left_cont .desc_box .cont_desc ul li img {
    width: .96618rem;
    height: .96618rem;
}
#wrapper_mobile .main .content .right_cont {
    margin-top: .80515rem;
    width: 100%;
}
.appShow {
    width: 100%;
    display: block;
}
.appShow>svg {
    width: 100%;
    height: 90%;
    -webkit-transform: translateZ(0);
}
#wrapper_mobile .main .content .right_cont .download_btn {
    margin-bottom: .80515rem;
    text-align: center;
}
#wrapper_mobile .main .content .right_cont .download_btn a{
    width: 80%;
    display: inline-block;
    text-align: center;
    padding: .16103rem;
    text-decoration: none;
    background: #0a162b;
    box-shadow: 0 .0161rem .02415rem .0161rem rgba(0, 0, 0, .4);
    color: #fff;
    font-size: .64412rem;
    border-radius: .17713rem;
}
#wrapper_mobile .main .content .right_cont .download_btn a img{
    width: .80515rem;
}
#wrapper_mobile .main .content .right_cont .download_btn a span{
    margin-left: .16103rem;
}
#wrapper_mobile .main .down_icon{
    width: 90%;
    margin: auto 5%;
}
#wrapper_mobile .main .down_icon .down_iconTop {
    text-align: center;
}
#wrapper_mobile .main .down_icon .down_iconTop .line {
    width: 80%;
}
#wrapper_mobile .main .down_icon .down_iconTop li {
    display: inline-block;
    vertical-align: middle;
}
.down_title{
    vertical-align: middle;
    color: #fff;
    font-size: .64412rem;
    margin: auto 0;
    padding-top:0.31rem;
    padding-bottom:0.31rem;
    text-align: center;
}
.down_desc{
    vertical-align: middle;
    color: #fff;
    font-size: .36rem;
    margin: auto 0;
       text-align: center;
          padding-bottom:0.31rem;
}
.show_img{
    /* width:90%; */
    margin:10px auto;
}
.show_img img{
    width:100%;
}
.zwf{
    height:30px;
}