﻿* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #efefef;
    max-width: 640px;
    margin: 0 auto;
}

#box {
    width: 100%;
}

img {
    display: block;
    width: 100%;
}

#cli_dialog_div {
    display: inline;
    width: 0px;
    height: 0px;
}

.hint,
.countDown,
.message-box {
    width: 100%;
    height: .30rem;
    position: fixed;
    line-height: .30rem;
}

div.hint {
	height: 0.5rem;
	line-height: 0.5rem;
    font-size: 0.3rem;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    padding: 0.1rem 0;
    padding-left: 10px;
    max-width: 630px;
}

.hint>span:nth-child(1) {
    font-size: .3rem;
    margin-right: .05rem;
}

.hint>span:nth-child(3) {
    color: #919191;
    font-size: .3rem;
    float: right;
    margin-right: .3rem
}

.hint>span:nth-child(1),
.hint>span:nth-child(2) {
    color: #01b90d;
}

div.countDown {
	height: 0.8rem;
	line-height: 0.8rem;
    font-size: .4rem;
    color: #fff;
    bottom: 0;
    background-color: #ce3426;
    text-align: center;
    max-width: 640px;
}

.message-box {
    height: 2rem;
    top: 1rem;
    padding-left: 10px;
    overflow: hidden;
    max-width: 630px;
}

.message-box>.message-list {
    position: absolute;
    opacity: 0;
    color: #fff;
    font-size: .25rem;
    padding: 0.1rem 0.3rem;
    box-sizing: border-box;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0.5rem;
    line-height: .52rem;;
}
.message-box>.message-list span{
	float: left;
}
.message-box>.message-list>span:first-child>img {
    width: .52rem;
    height: .52rem;
    border: .01rem solid #fff;
    border-radius: .3rem;
    margin-right: .1rem;
}

.message-box>div.active {
    opacity: 1;
    top: 1rem;
    left: .15rem;
    animation: active .8s ease 0s 1 normal;
}

@keyframes active {
    from {
        transform: translateX(-300px)
    }

    to {
        transform: translateX(0)
    }
}

.message-box>div.active-before {
    opacity: 1;
    top: .10rem;
    left: .15rem;
    animation: before .8s ease 0s 1 normal;
}

@keyframes before {
    from {
        top: 1rem
    }

    to {
        top: .10rem
    }
}

.message-box>div.active-out {
    opacity: 0;
    top: -.10rem;
    left: .15rem;
    animation: out .8s ease 0s 1 normal;
}

@keyframes out {
    from {
        top: .10rem;
        opacity: .5;
    }

    to {
        opacity: 0;
    }
}

.chengnuo{
    color: #cb1724;
    font-weight: Microsoft YaHei;
    font-family: "微软雅黑";
    font-size: 0.43rem;
    padding-bottom: 0.25rem;
    text-align: center;
}

.yuedu{
    color: #a8a7a7;
    font-weight: Microsoft YaHei;
    font-family: "微软雅黑";
    font-size: 0.4rem;
    padding-bottom: 0.4rem;
    text-align: left;
}

.zaikan{
    color: #a8a7a7;
    font-weight: Microsoft YaHei ;
    font-family: "微软雅黑";
    font-size: 0.4rem;
    padding-bottom: 0.4rem;
    text-align: right;
}



.ewmBox{
	position: relative;
}
#qrcode{
    position: absolute;
    top: 5%;
    left: 10%;
    width: 2.75rem;
}







