/* 宽度不统一覆盖公用样式 */

.inner {
    width: 1200px;
}

.container {
    padding-bottom: 0;
}

.inline {
    float: left;
    width: 50%;
}

.mod-main {
    background: #f9f9f9;
}

.white {
    background: #fff;
}

.mod-main .hd {
    position: relative;
    padding-top: 28px;
    height: 500px;
    overflow: hidden;
    zoom: 1;
    color: #666;
    font-size: 16px;
}

.mod-main .box {
    padding: 50px 115px 0 70px;
}

.mod-main .box h1 {
    padding: 10px 0 10px 85px;
    font-size: 50px;
    color: #333;
    background: url(../../image/p/logo.png) 0 7px no-repeat;
}

.mod-main .logo {
    display: none;
    text-align: center;
}

.mod-main .float {
    float: right;
}

.mod-main .screen {
    margin-top: 20px;
}

.mod-main .description {
    margin-top: 20px;
    line-height: 1.8;
}

.mod-main .download {
    position: relative;
    margin-top: 50px;
}

.mod-main a {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 30px;
    width: 200px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 24px;
    background: url(../../image/public/icon.png) #86cc04 30px 20px no-repeat;
}

.mod-main a.iphone {
    cursor: no-drop;
    color: #999;
    background: url(../../image/public/icon.png) #ebebeb 30px -55px no-repeat;
}

.mod-main .qrcode {
    position: absolute;
    top: -25px;
    right: 0;
    text-align: center;
}

.mod-main .qrcode p {
    line-height: 1.6;
}

.mod-main .module {
    position: relative;
    height: 900px;
    overflow: hidden;
    zoom: 1;
}

.mod-main .module:before,
.mod-main .module:after {
    content: "";
    display: table;
}

.mod-main .module:after {
    clear: both;
    overflow: hidden;
}

.mod-main .text {
    margin: 294px 0 0 110px;
}

.mod-main .text .title {
    margin-bottom: 40px;
    font-size: 60px;
    color: #333;
}

.mod-main .text p {
    font-size: 40px;
    color: #999;
}

.mod-main .pic {
    margin-top: 70px;
}

.mod-main .center {
    text-align: center;
}

.m-download {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 0;
    padding: 18px 13px;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
}

.m-download a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #21cc82;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .container {
        padding-bottom: 40px;
    }
    .inner {
        width: auto;
    }
    .mod-head .share {
        display: none;
    }
    .mod-head .logo {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .inline {
        float: inherit;
        width: auto;
    }
    .mod-main .hd {
        padding: 25px 38px 0 38px;
        height: 539px;
    }
    .mod-main .hd h1 {
       background-size: 50px 50px;
       font-size: 30px;
       padding: 10px 0 10px 60px;
    }
 /*   .mod-main .logo {
        display: block;
    }*/
    .mod-main .box {
        padding: 0;
    }
    .m-download {
        display: block;
    }
    .mod-main .download {
        display: none;
    }
    .mod-main .qrcode {
        display: none;
    }
    .mod-main .description {
        font-size: 12px;
        font-size: 1.6;
    }
    .mod-main .module {
        padding: 0 38px 57px;
        height: auto;
    }
    .mod-main .mpic {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
    .mod-main .text {
        margin: 0;
        text-align: center;
    }
    .mod-main .text .title {
        margin: 46px 0 10px 0;
        font-size: 20px;
    }
    .mod-main .text p {
        font-size: 14px;
    }
    .mod-main .float {
        float: inherit;
    }
    .br {
        display: none;
    }
    .footer {
        display: none;
    }
}