﻿
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}

.app-banner-wrap {
    background: url(./images/banner.png?v=1) no-repeat center;
    height: 740px;
    width: 100%;
    position: relative;
}


.app-banner-container {
    position: relative;
}


.qr-code-wrap {
    position: absolute;
    left: 0;
    top: 340px;
    font-size: 0;
    /*width:600px;*/
    text-align:center;
}

.qr-code-item {
    display: inline-block;
    margin-right: 20px;
}

.qr-code-item-wrap {
    background: rgba(0,0,0,.2);
    padding: 20px;
}
.qr-code-item-wrap img{
    width:175px;
}
.qr-code-btn-wrap {
    background: rgba(0,0,0,.2);
    padding: 0 20px 20px;
}

    .qr-code-btn-wrap button {
        height: 52px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #0294F5;
        border-radius:6px;
        border: none;
    }


.app-container {
    background-color: white;
    min-height: 400px;
}

.nav-tabs {
    text-align: center;
}

    .nav-tabs > li {
        float: none;
        display: inline-block;
        margin: 0 40px;
        position: relative;
    }

    .nav-tabs .active::after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #0294f5;
    }

    .nav-tabs > li > a {
        line-height: 4.4;
        margin-right: 0;
    }

.nav > li > a {
    padding: 0;
    color: #333;
    font-size: 18px;
    border: none;
}

    .nav > li > a:hover {
        background: none;
        border: none;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #0294f5;
    border: none;
}



.tab-content {
    position: relative;
}

.bg {
    position: relative;
    height: 860px;
}

.container-n {
    height: 100%;
    position: relative;
}

.bg-phone {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 729px;
    width: 381px;
}

.dzb-bg1 {
    background-color: white;
}

.content-wrap {
    position: absolute;
    top: 310px;
    width: 840px;
    text-align: center;
}
.container-n{
    width:1230px;
}


.cw-info {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

    .cw-info li {
        display: inline-block;
        list-style: none;
        margin-right: 50px;
        text-align: left;
    }

        .cw-info li i {
            display: inline-block;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            background-color: #ccc;
            margin-right: 8px;
        }

.content-wrap h2 {
    background-position: center 0;
    background-repeat: no-repeat;
    margin: 0;
    height: 70px;
    line-height: 100px;
    vertical-align: bottom;
    font-size: 36px;
}

.content-wrap p {
    margin: 40px 0 54px;
    font-size: 20px;
}



.dzb-bg2 {
    background-color: #191919;
    color: white;
}

.cw2 {
}

    .cw2 .cw-info i {
        background-color: white;
    }

.cw-info li {
    margin-right: 40px;
}
.cw-info-page1 li {
    width:40%;
}

.dzb-bg4 {
    /*background-color: #191919;
    color: white;*/
}


.csb-bg2 {
    background-color: #F5F5F5;
    height: 386px;
}



.csb-item {
    display: inline-block;
    width: 360px;
    text-align: center;
}

    .csb-item h3 {
        font-size: 20px;
        margin: 26px 0 16px;
    }

.content-wrap .qr-code-wrap {
    position: static;
    margin-top:46px;
}

.content-wrap .qr-code-item-wrap{
    background-color:#BBE4FF;
}

.content-wrap .qr-code-btn-wrap{
    padding:20px 0 ;
    background:none;
}
.content-wrap .qr-code-item{
    margin-right:60px;
}
.csb-bg2 {
    overflow: hidden;
}

    .csb-bg2 table {
        width: 100%;
        margin-top: 140px;
    }

    .qyb-cw{
        width:600px;
        text-align:left;
        top:120px;
    }
    .qyb-cw h3{
        font-size:30px;
    }
    
    .qyb-info{
        font-size:22px;
        margin:28px 0;
    }
    .qyb-info li{
        margin:12px 0;
    }
    .qyb-info i{
        display:inline-block;
        background-color:#333;
        height:12px;
        width:12px;
        border-radius:50%;
        margin-right:40px;
    }


    .qyb-bg2{
        background-color:#F5F5F5;
    }

   .bg .qyb-sm {
        font-size:14px;
        margin:10px 0;
    }

   .cw2-info li{
       margin-right:58px;
   }