* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a {
    border: 0
}

img,input {
    border: none
}

input,button,select,optgroup,textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

html body {
    font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.routerMain,#root {
    width: 100%;
    height: 100%
}

body * {
    margin: 0;
    padding: 0;
    font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

a,input,button {
    text-decoration: none;
    outline: none
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.clearfix {
    zoom:1}

.mt20 {
    margin-top: 20px
}

.mr40 {
    margin-right: 40px
}

body {
    background-color: #4A85FF;
    overflow-x: hidden
}

.me-main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 180px
}

.me-main .me-left-con {
    float: left;
}

.me-main .me-title {
    font-size: 50px;
    color: #fff;
    line-height: 87px;
    padding-top: 67px
}

.me-main .me-title .me-title-logo {
    width: 87px;
    height: 87px
}

.me-main .me-title .me-text-logo {
    margin-left: 30px
}

.me-main .main-title {
    margin-top: 140px
}

.me-main .main-title .main-title-top {
    font-size: 46px;
    color: #fff;
    font-weight: 300
}

.me-main .main-title .main-hen {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin-top: 28px
}

.me-main .main-title .main-sub-title {
    font-size: 22px;
    color: #fff;
    margin-top: 37px;
    font-weight: 300
}

.me-main .phone-img {
    display: none
}

.me-main .main-erweima {
    margin-top: 140px;
    /* overflow: hidden; */
    position: relative;
}

.me-main .main-erweima .main-erweima-wrap{
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.me-main .main-erweima .icon-download {
    float: left;
    width: 169px;
    height: 169px;
    margin-right: 20px;
    cursor: pointer
}

.me-main .main-erweima .icon-download .trans-box {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 100%
}

.me-main .main-erweima .icon-download .trans-box img {
    width: 100%;
    height: 100%
}

.me-main .main-erweima .icon-download .trans-box .qr-code {
    width: 100% !important;
    height: 100% !important
}

.me-main .main-erweima .icon-download .trans-box .qr-box {
    width: 100%;
    height: 100%
}

.me-main .main-erweima .icon-download .trans-box .qr-box img {
    width: 100%;
    height: 100%
}


.me-main .me-right-img {
    position: relative;
    float: left;
    width: 700px;
    height: 100%
}

.me-main .me-right-img .img1 {
    position: absolute;
    left: 152px;
    top: 362px;
    width: 360px
}

.me-main .me-right-img .img1 img {
    width: 100%
}

.me-main .me-right-img .img2 {
    position: absolute;
    left: 372px;
    top: 189px;
    width: 428px
}

.me-main .me-right-img .img2 img {
    width: 100%
}

.me-main .me-right-img .img3 {
    position: absolute;
    left: 559px;
    top: 276px;
    width: 473px
}

.me-main .me-right-img .img3 img {
    width: 100%
}

.me-main .phone-download {
    display: none
}

.footer {
    text-align: center;
    color: #222;
    font-size: 14px;
    line-height: 166px;
    height: 166px;
    background-color: #fff;
    min-width: 1200px
}

.footer.isFixed {
    width: 100%;
    position: fixed;
    bottom: 0
}

@media (max-width: 500px) {
    .me-main {
        width:auto;
        height: 100vh;
        overflow: hidden
    }

    .me-left-con {
        width: 100%
    }

    .me-left-con .me-title {
        padding-left: 40px;
        padding-top: 50px
    }

    .me-left-con .me-title .me-title-logo {
        width: 50px;
        height: 50px
    }

    .me-left-con .me-title .me-text-logo {
        height: 36px;
        margin-left: 16px
    }

    .me-left-con .main-title {
        margin-top: 40px;
        padding-left: 40px
    }

    .me-left-con .main-title .main-title-top {
        font-size: 32px
    }

    .me-left-con .main-title .main-hen {
        margin-top: 20px
    }

    .me-left-con .main-title .main-sub-title {
        margin-top: 26px;
        font-size: 18px
    }

    .me-left-con .phone-img {
        width: 70%;
        margin: 0 auto;
        display: block;
        margin-top: 40px
    }

    .me-left-con .phone-img img {
        width: 100%
    }

    .me-left-con .main-erweima {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        background-color: rgba(0,0,0,0.7);
        padding: 20px 12px;
    }

    .me-left-con .main-erweima .icon-download {
        display: none
    }

    .me-left-con .main-erweima .phone-download {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        height: 100%;
        line-height: 100%;
        border: 1px solid #13C8FF;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
        color: #fff;
        border-radius: 20px;
        height: 40px;
        line-height: 40px
    }

    .me-left-con .main-erweima .phone-download .download-icon {
        height: 18px;
        margin-right: 4px
    }

    .me-left-con .main-erweima .phone-download:last-child, .me-left-con .main-erweima .phone-download:nth-child(3) {
        margin-left: 10px
    }

    .me-right-img {
        display: none
    }

    .footer {
        display: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .me-main {
        width:auto;
        height: 100vh;
        overflow: hidden
    }

    .me-left-con {
        width: 100%
    }

    .me-left-con .me-title {
        padding-left: 40px;
        padding-top: 50px
    }

    .me-left-con .me-title .me-title-logo {
        width: 100px;
        height: auto
    }

    .me-left-con .me-title .me-text-logo {
        height: 66px;
        margin-left: 16px
    }

    .me-left-con .main-title {
        margin-top: 40px;
        padding-left: 40px
    }

    .me-left-con .main-title .main-title-top {
        font-size: 60px
    }

    .me-left-con .main-title .main-hen {
        margin-top: 20px
    }

    .me-left-con .main-title .main-sub-title {
        margin-top: 26px;
        font-size: 34px
    }

    .me-left-con .phone-img {
        width: 70%;
        margin: 0 auto;
        display: block;
        margin-top: 40px
    }

    .me-left-con .phone-img img {
        width: 100%
    }

    .me-left-con .main-erweima {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        background-color: rgba(0,0,0,0.7);
        padding: 30px 12px
    }

    .me-left-con .main-erweima .icon-download {
        display: none
    }

    .me-left-con .main-erweima .phone-download {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        height: 100%;
        line-height: 100%;
        border: 1px solid #13C8FF;
        margin: 0 auto;
        text-align: center;
        font-size: 28px;
        color: #fff;
        border-radius: 30px;
        height: 60px;
        line-height: 60px
    }

    .me-left-con .main-erweima .phone-download .download-icon {
        height: 18px;
        margin-right: 4px
    }

    .me-left-con .main-erweima .phone-download:last-child {
        margin-left: 10px
    }

    .me-right-img {
        display: none
    }

    .footer {
        display: none
    }
}
