﻿*
{
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
}
body, html
{
    font-family: PingFang SC,Microsoft YaHei,sans-serif;
}
@media(min-width: 768px)
{
    .hideinpc
    {
        display: none!important;
    }
    .container
    {
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .block
    {
        width: 760px;
        margin: 0 auto;
    }
    .top
    {
        padding-left: 64px;
        background-color: #fff;
        border-bottom: 1px solid #e0e7ec;
        border-top: 1px solid #b3b3b3;
        font-size: 0;
    }
    .top .w-qiyelogo a
    {
        display: inline-block;
        height: 60px;
        line-height: 60px;
        vertical-align: top;
    }
    .top .w-qiyelogo a img
    {
        vertical-align: middle;
        display: inline-block;
    }
    .main
    {
        background-color: #fff;
        padding: 40px;
        text-align: center;
        font-size: 18px;
        margin: 11vh auto 0;
    }
    .m-dashi .main
    {
        margin: 0 auto;
        padding: 20px 40px 0;
    }
    .main h5
    {
        font-size: 24px;
        line-height: 32px;
        color: #272e47;
        font-weight: normal;
        text-align: left;
    }
    .main .main-text
    {
        margin-top: 12px;
        color: #545a6e;
        font-size: 16px;
        text-align: left;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .main p a
    {
        color: #53b1ed;
        text-decoration: none;
    }
    .footer
    {
        font-size: 14px;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 37px;
        border-top: 1px solid #e0e7ec;
        color: #e0e7ec;
        line-height: 37px;
    }
    .footer, .footer a
    {
        color: #aeb2b6;
    }
    .footer span, .footer a
    {
        text-decoration: none;
    }
    .footer span
    {
        font-family: Arial,sans-serif;
    }
    .cover
    {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: rgba(0,0,0,.3);
    }
    .popover
    {
        display: none;
        width: 480px;
        height: 240px;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 100;
        background: #fff;
        margin-top: -120px;
        margin-left: -240px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .popover a
    {
        cursor: pointer;
        color: #000;
        text-decoration: none;
    }
    .popover .topbar
    {
        padding: 20px 30px 0 0;
        text-align: right;
    }
    .popover .topbar .close-x
    {
        font-size: 18px;
    }
    .popover .main-content
    {
        text-align: center;
        vertical-align: middle;
        height: 89px;
        line-height: 89px;
    }
    .popover .bottom-btn-content
    {
        font-size: 0;
        text-align: center;
    }
    .popover .bottom-btn-content .btn
    {
        display: inline-block;
        font-size: 14px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .popover .bottom-btn-content .positive-btn
    {
        background-color: #1aa1da;
        color: #fff;
    }
    .popover .bottom-btn-content .negative-btn
    {
        background-color: #f2f2f2;
        color: #333;
    }
    .m-box
    {
        margin-top: 24px;
    }
    .m-dashi .m-box li
    {
        height: 100px;
        line-height: 100px;
    }
    .m-box li
    {
        background-color: #f6f7fa;
        display: block;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        height: 108px;
        line-height: 108px;
        margin-bottom: 20px;
        font-size: 0;
        padding: 0 30px 0 24px;
        text-align: left;
    }
    .m-box li>*
    {
        display: inline-block;
        vertical-align: middle;
    }
    .m-box li>.m-logo>img
    {
        width: 40px;
        vertical-align: middle;
    }
    .m-box li .m-btn
    {
        width: 120px;
        height: 40px;
        color: #fff;
        background-color: #4c6aff;
        float: right;
        margin-top: 34px;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
    }
    .m-box li .m-btn-ghost
    {
        width: 120px;
        height: 40px;
        color: #4c6aff;
        border: 1px solid #4c6aff;
        background-color: transparent;
        float: right;
        margin-top: 34px;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
    }
    .m-box li .m-text
    {
        display: inline-block;
        line-height: 30px;
        text-align: left;
        margin-left: 18px;
    }
    .m-box li .m-text p
    {
        color: #747a8c;
        font-size: 14px;
    }
    .m-box li .m-text h3
    {
        color: #272e47;
        font-size: 18px;
    }
    .js-success
    {
        width: 120px;
        height: 40px;
        position: fixed;
        top: 0%;
        left: 50%;
        margin-left: -60px;
        line-height: 40px;
        text-align: center;
        background: #449d44;
        color: #fff;
        display: none;
    }
}
@media(max-width: 767px)
{
    .hideinmobile
    {
        display: none!important;
    }
    html, body
    {
        height: 100%;
        background-color: #fff;
    }
    .dashi .top
    {
        display: none;
    }
    .top
    {
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .top .w-qiyelogo
    {
        font-size: 0;
    }
    .top .w-qiyelogo a
    {
        display: inline-block;
    }
    .top .w-qiyelogo a img
    {
        width: 120px;
    }
    .main>h5
    {
        color: #272e47;
        font-size: 18px;
        text-align: center;
        line-height: 40px;
        padding-top: 35px;
        font-weight: normal;
    }
    .main>p
    {
        color: #aaa;
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        width: 87.2%;
        margin: 0 auto;
    }
    .m-box
    {
        padding: 0 5.33333%;
        margin-top: 36px;
    }
    .m-box li
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #e1e3e8;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 15px;
    }
    .m-box>li>.m-logo
    {
        margin-right: 11px;
    }
    .m-box>li>.m-logo>img
    {
        width: 27px;
    }
    .m-box>li>.m-text
    {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .m-box>li>.m-text>h3
    {
        font-size: 16px;
        color: #272e47;
        line-height: 15px;
        margin-bottom: 5px;
        font-weight: normal;
    }
    .m-box>li>.m-text>p
    {
        color: #747a8c;
        font-size: 13px;
        line-height: 18px;
    }
    .m-box>li>.m-text>.m-btn
    {
        color: #4c6aff;
        font-size: 13px;
        text-decoration: none;
    }
}