body{
    position: relative;
    height: 100vh;
}
.dowxq-1{
    width:100%;
    height: 2.2rem;
    position: relative;

}
.dowxq1{
    width:100%;
    max-width: 768px;
    height: 2.2rem;
    background: #c82327;
    overflow:hidden;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 99;
}
.dowxq-1 .wjx{
    display: block;
    width:2.15rem;
    height:3.15rem;
    position: absolute;
    bottom:-40px;
    left:0;
    z-index: 1;
}
.s1-c{
    margin-left: 0.75rem;
}
.s1-c .p1{
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
}


.main{
    margin: 0 0.8rem 4.6rem;
}
.official {
    margin-bottom: 0.5rem;
}
.time {
    font-size: 0.6rem;
    color: #4a4a4a;
    opacity: 0.5;
    text-align: center;
    margin-top: 1rem;
}
.head-sub{
    display: flex;
    align-items: center;
}
.head-img{
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.5rem;
}
.head-title{
    color: #4a4a4a;
    font-size: 0.8rem;
    font-weight: bold;
}
.liu-txt{
    width: auto;
    display: inline-block;
    color: #4a4a4a;
    font-size: 0.7rem;
    position: relative;
    border-radius: 0.25rem;
    margin-top: 0.6rem;
    text-align: left;
    background-color: #f2f2f2;
    padding: 0.5rem 0.8rem;
}
.liu-txt::after{
    content: "";
    display: block;
    width:0;
    height:0;
    border-right:0.4rem solid transparent;
    border-left:0.4rem solid transparent;
    border-bottom:0.5rem solid #f2f2f2;
    position: absolute;
    top: -0.45rem;
}

.me {
    margin-bottom: 0.5rem;
    text-align: right;
}
.me .head-img{
    margin-right: 0;
    margin-left: 0.5rem;
}
.me .head-sub {
    justify-content: flex-end;
}
.me .head-sub .head-img{
    order: 2;
}
.me .head-sub .head-title{
    order: 1;
}
.me .liu-txt {
    color: #fff;
    background-color: #c82327;
}
.me .liu-txt::after{
    right: 0.6rem;
    border-bottom-color: #c82327;
}
.txt-ipt {
    width: 100%;
    height: 4.1rem;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt-ipt input {
    width: 17.15rem;
    height: 2.5rem;
    border: 0;
    background-color: #efefef;
    border-radius: 0.4rem;
    color: #3a3b3d;
    opacity: 0.5;
    font-size: 0.7rem;
    padding: 0 0.65rem;
}


















