﻿body {
    background: #EEEDF3;
    height: 100%;
    width: 100%;
}

bg1 {
    background: url(https://img-blog.csdn.net/20180613172855916?watermark/2/text/aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl8zODczODI3Nw==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70)
}

bg2 {
    background: url(https://img-blog.csdn.net/20180613172849798?watermark/2/text/aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl8zODczODI3Nw==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70) no-repeat
}

.layui-row {
    background: #EEEDF3;
}

#topRow {
    background: url('ImgMoudle/banner.jpg') no-repeat center;
    height: 474px;
    width: 100%;
}

#acciRow {
    background: url('ImgMoudle/ACCI.png') no-repeat center;
    height: 275px;
    line-height: 275px;
    text-align: right;
    /*border:1px solid red;*/
}

#acciBtn {
    background: url('ImgMoudle/acciBtn.png') no-repeat center;
    border: 0;
    cursor: pointer;
    width: 278px;
    height: 55px;
    margin-right: 8em;
}

@media screen and (max-width: 1903px) {
    #acciBtn {
        margin-right: 8em;
    }
    #resbtn {
        margin-right: 8em;
    }
}

@media screen and (max-width: 1803px) {
    #acciBtn {
        margin-right: 0em;
    }
    #resbtn {
        margin-right: 0em;
    }
}

#nums {
    text-align: center;
    font-size: 18px;
    margin-top: 18px;
}

#inviteRow {
    background: url('ImgMoudle/invite.png') no-repeat center;
    height: 974px;
}
#Qrcode {
    background: url('ImgMoudle/inviteQrcode.png') no-repeat center;
    height: 178px;
}

.turntable {
    width: 400px;
    float: right;
    text-align: center;
    height: 400px;
    background: url(ImgMoudle/flashlight.gif) no-repeat center;
}

#downLoad {
    height: 1452px;
    padding-top: 500px;
    background: url(ImgMoudle/download.png) no-repeat center;
    /*margin-bottom: 60px;*/
}

    /*#downLoad ul {
        width: 90%;
        margin: 0 auto;
    }*/

    #downLoad ul li {
        line-height: 54px;
        height: 54px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px 0px rgba(255, 60, 98, 0.1);
        border-radius: 30px;
        margin-bottom: 16px;
        padding: 0 14px;
    }

#downRanking {
    margin: 0 auto;
    width: 82%;
}

@media screen and (max-width: 1442px) {
    #downRanking {
        margin: 0 auto;
        width: 100%;
    }
}

#downRanking li {
    color: #343434;
}

    #downRanking li :nth-child(1) {
        width: 48px;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }

    #downRanking li :nth-child(1), #downRanking li :nth-child(2), #downRanking li :nth-child(3), #downRanking li :nth-child(4) {
        margin: 0 6px;
    }

    #downRanking li :nth-child(4) {
        overflow: hidden;
        /*border: 1px solid red;*/
        width: auto;
        max-width: 60%;
        line-height: 54px;
        height: 54px;
        display: inline-flex;
    }

@media screen and (max-width: 1442px) {
    #downRanking li :nth-child(4) {
        overflow: hidden;
        /*border: 1px solid red;*/
        width: auto;
        max-width: 52%;
        line-height: 54px;
        height: 54px;
        display: inline-flex;
    }
}

#downRanking li :nth-child(5) {
    float: right;
    color: #666666;
}

    #downRanking li :nth-child(5) b {
        color: red;
        margin: 0;
    }

#downRanking li .headImg {
    width: 54px;
    margin-top: -6px;
}

#downRanking li .topThree {
    width: 48px;
    height: 56px;
    margin: 0;
}

#explain {
    background: url(ImgMoudle/explain.png) no-repeat center;
    height: 433px;
}

.explain {
    height: 100%;
    line-height: 443px;
    text-align: right;
    padding-right: 150px;
}

@media screen and (max-width: 1442px) {
    .explain {
        padding-right: 0;
    }
}

#Interpretation {
    text-align: center;
    color: #C42426;
    font-size: 18px;
    height: 136px;
    padding-top: 30px;
}

#receiveBtn {
    width: 200px;
    height: 40px;
    background: #C42426;
    border-radius: 20px;
    color: #FFFFFF;
    line-height: 20px;
    border: 0;
    font-size: 18px;
    cursor: pointer;
}
#resbtn {
    width: 200px;
    height: 40px;
    background: #C42426;
    border-radius: 20px;
    color: #FFFFFF;
    line-height: 20px;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    margin-right: 8em;
}

.peoList {
    width: 400px;
    height: 310px;
    padding: 10px 35px 0 40px;
    overflow: hidden;
}

    .peoList ul li {
        background-color: #C42426;
        line-height: 40px;
        height: 40px;
        border-radius: 20px;
        color: #fff;
        font-size: 16px;
        padding: 0 25px;
        margin:15px 0;
    }
        .peoList ul li span {
            margin: 0 20px;
            width: 120px;
            overflow: hidden;
            display: inline-flex;
            height:40px;
            /*border: 1px solid blue;*/
        }
        .peoList ul li img {
            width: 25px;
        }
