        
        @media only screen and (min-device-width: 320px) and (max-device-width: 375px) {
        html {
            font-size: 12px;
        }
        }
        @media only screen and (min-device-width: 375px) and (max-device-width: 414px) {
        html {
            font-size: 15px;
        }
        }
        @media only screen and (min-device-width: 414px) and (max-device-width: 768px) {
        html {
            font-size: 17px;
        }
        }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        html {
            font-size: 26px;
        }
        }

        * {
            margin: 0;
            padding: 0;
        }

        html,
        body {
            position: fixed;
            left: 0%;
            top: 0;
            max-width: 600px;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        ol,
        ul {
            list-style: none;
        }

        a {
            text-decoration: none;
            color: #000;
        }

        a:hover {}

        img {
            border: 0;
            display: block;
        }

        body {
            font-family: '微软雅黑', Arial;
            font-size: 1rem;
        }

        .hide{
            display: none;
        }

        .clear {
            clear: both;
        }

        .blank10 {
            height: 10px;
            width: 100%;
        }

        .blank20 {
            height: 20px;
            width: 100%;
        }

        .blank30 {
            height: 30px;
            width: 100%;
        }

        .index_body {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .wrap {
            width: 100%;
            margin: 0 auto;
            height: 100%;
        }

        .section {
            position: relative;
            overflow: hidden;
        }

        
        .container{
            position: relative;
            width: 100%;
            height: 100%;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            
            padding-top: 60px;
            padding-bottom: 50px;
            
            overflow: hidden;
            -webkit-overflow-scrolling: touch;
        }

        /*section1*/

        .container_01 {
            background-image: url(../../image/mobile/1_bg.png);
        }

        .container_01 .cellphone{
            width: 200%;
            position: absolute;
            bottom: 0;
            left: 10%;
        }

        .container_01 .homePage_text{
            position: absolute;
            top: 38%;
            left:44%;
            margin-left: -35%;
            width: 75%;
        }

        .container_01 .swipePos{
            width: 70%;
            position: absolute;
            top: 60px;
            left: 0;
        }

        .container_01 .text{
            color:#FFF;
            position: absolute;
            left:50%;
            top: 46%;
            color: #FFF;
            width: 70%;
            margin-left:-40%;
        }

        /*section2*/

        .container_02 {
            background-image: url(../../image/mobile/2_bg.png);
            text-align: center;
            color:#FFF;
        }

        .container_02 .tabs {
            height: 3.33333333rem;
            display: inline-block;
            margin-top: 10%;
        }
        .container_02 .tabs .tab {
            float: left;
            padding: 0.66666667rem 0.66666667rem;
            margin: 0 1.33333333rem;
        }
        .container_02 .tabs .tab-active {
            border-bottom: 1px solid #FFF;
        }

        .container_02 .tabCont div {
            display: none;
            height: 20rem;
        }
        .container_02 .tabCont div p {
            margin-top: 3.33333333rem;
        }
        /*section3*/

        .container_03 {
            background-image: url(../../image/mobile/3_bg.png);
            color: #FFF;
            text-align: center;
        }
        .container_03 .tabs {
            height: 3.33333333rem;
            display: inline-block;
            margin-top: 10%;
        }
        .container_03 .tabs .tab {
            float: left;
            padding: 0.66666667rem 0.66666667rem;
            margin: 0 1.33333333rem;
        }
        .container_03 .tabs .tab-active {
            border-bottom: 1px solid #FFF;
        }

        .container_03 .tabCont div {
            display: none;
            height: 20rem;
        }
        .container_03 .tabCont div p {
            margin-top: 3.33333333rem;
        }

        /* .container_03 .item{
            height: 25%;
            padding-top: 10%;
            box-sizing: border-box;
        }
        .container_03 .item img{
            width:30%;
            margin: 0 auto;
        } */

        /*section4*/

        .container_04 {
            background-image: url(../../image/mobile/4_bg.png);
            color: #FFF;
        }

        .container_04 .item{
            height: 20%;
            padding:5% 10% 0 5%;
            box-sizing: border-box;
        }

        .container_04 .item img{
            float: left;
            width: 15%;
        }
        .container_04 .item span{
            margin-left:3%;
        }
        .container_04 .item p{
            margin-left:18%;
        }

        .container_05 {
            background-image: url(../../image/mobile/5_bg.png);
            color: #FFF;
            overflow: scroll;
            -webkit-overflow-scrolling: touch;
        }

        .container_05 .wrap{
            padding:1rem;
            box-sizing: border-box;
            overflow: scroll;
            -webkit-overflow-scrolling: touch;
        }

        .container_05 .wrap .detail
        {
            font-size:0.8rem;
            text-indent:20px;
        }

        .container_05 .wrap h4{
            margin:0.5rem 0;
        }

        .container_05 .wrap .contact{
            font-size:0.8rem;
        }

        .container_05 .wrap .contact li{
            margin: 0.5rem 0;
        }

        .container_05 .wrap .contact li p{
            font-size:1rem;
        }


        /* 导航 */

        .header_top {
            background: rgba(255, 255, 255, 0.9);
            height: 60px;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 99;
        }

        /* 导航列表 */

        .header_top ul {
            position: absolute;
            left: 0;
            display: none;
            top: 60px;
            width: 100%;
            text-align: center;
        }

        .header_top ul li {
            width: 100%;
            line-height: 40px;
            background: rgba(0, 0, 0, 0.85);
            border-bottom: 1px solid #777;
        }

        .header_top ul li a {
            font-size: 14px;
            color: #e7e7e7;
            display: block;
        }

        .header_top ul li.active a {

            /* font-size: 14px; */
        }

        /* logo */

        .header_top .logo {
            float: left;
        }

        .header_top .logo img {
            width: 45px;
            margin-top: 8px;
            margin-left: 10px;
        }

        /* 三角线 */

        .header_top .menu {
            float: right;
            height: 100%;
        }

        .header_top .menu:after {
            content: "";
            display: inline-block;
            width: 0;
            height: 100%;
            vertical-align: middle;
            overflow: hidden;
        }

        .header_top .menu .menuBtn {
            display: inline-block;
            vertical-align: middle;
            padding: 0px 14px;
        }

        .header_top .menu .menuBtn .line {
            display: block;
            width: 33px;
            height: 4px;
            background: #ff0000;
            margin: 8px 0;
            border-radius: 2px;
            transform-origin: right;
            -webkit-transform-origin: right;
            transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;
            -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;
        }

        .header_top .menu .toggle-animate .line:nth-child(1) {
            opacity: 1;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .header_top .menu .toggle-animate .line:nth-child(2) {
            width: 0;
            opacity: 0;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transition: width 0.5s;
            -webkit-transition: width 0.5s;
        }

        .header_top .menu .toggle-animate .line:nth-child(3) {
            opacity: 1;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

        /* 下载tip */

        .download_info {
            display: none;
            position: fixed;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.7);
            width: 100%;
            height: 100%;
            text-align: center;
            color: #FFF;
            padding: 10rem 0;
            line-height: 2rem;
            font-size: 13px;
            z-index: 99;
        }

        /* footer */

        .footer{
            /* height: 50px; */
            width: 100%;
            background:rgba(0, 0, 0, 0.3);
            position: fixed;
            bottom: 0;
            left:0;
            color: #FFF;
        }

        .footer li{
            align-items: center;
            padding:5px 1rem;
            display: none;
            height: 50px;
            box-sizing: border-box;
        }

        .footer li .icon{
            width: 55px;
            float: left;
        }

        .footer li .text{
            flex: 1;
        }

        .footer li .text p{
            font-size:1rem;
        }

        .footer li .text span{
            font-size:0.8rem;
        }


        /* 动画类 */

