* {
    padding: 0;
    margin: 0;
}

.ceke {
    width: 240px;
    height: 356px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 10px;
    top: 178px;
    padding: 25px 15px 0;
    box-sizing: border-box;
    z-index: 9999;
}

.ceke h2 {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 0;
    height: auto;
}

.face-img {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    margin: 15px auto 10px;
    position: relative;
    overflow: hidden;
}

.face-img img {
    width: 100%;
}

.face-img .ceke-name {
    width: 88px;
    height: 25px;
    background: url(https://cdn.haizhuawang.cn/ce-sever/ceke-name.png) no-repeat center center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -44px;
}

.ceke-wx {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.wxcopy {
    width: 207px;
    height: 32px;
    background: #7131E9;
    border-radius: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin: 10px auto 0;
    cursor: pointer;
}

.ceke-code {
    width: 210px;
    height: 90px;
    border: 1px solid #DDDDDD;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px auto 0;
}
.ceke-code img{
    display: block;
    width: 70px;
}
.code-word {
    width: 97px;
    height: 36px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 18px;
}

.app-ceke {
    display: none;
}

@media only screen and (max-width: 500px) {
    .ceke {
        display: none;
    }

    .app-ceke {
        display: block;
        width: auto;
        height: auto;
        border-radius: 20px 0px 0px 20px;
        position: fixed;
        right: 0;
        top: 386px;
        display: flex;
        align-items: center;
        z-index: 9999;
    }

    .app-ce-tu {
       width: 70px;
    }

    .app-ceke-tan {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        display: none;
        z-index: 999;
    }

    .app-ceke-box {
        width: 240px;
        height: 356px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
        padding: 25px 15px 0;
        box-sizing: border-box;
    }

    .ceke-close {
        margin-top: 10px;
    }
}