﻿section {
    height: 3.8rem;
    width: 100%;
}

#message {
    width: 7.5rem;
    height: 3.69rem;
    margin: 0 auto;
    background: url(../images/mess_bg.png)no-repeat;
    background-size: 100%;
}

.message {
    padding: 0 .2rem;
    text-align: center;
    display: none;
    height: 1.45rem;
}

.message dt {
    color: #999999;
    line-height: .56rem;
    font-size: 0.20rem;
}

.message dd {
    line-height: .36rem;
}

.message dd:first-of-type {
    width: 1rem;
    height: 1rem;
    float: left;
    margin-right: .1rem;
}

.message dd:last-of-type {
    float: left;
    box-sizing: border-box;
    width: 4.06rem;
    height: .61rem;
    line-height: .61rem;
    background: url(../images/msg.png) top center no-repeat;
    background-size: 100% auto;
    padding-left: .35rem;
    text-align: left;
    font-size: .24rem;
    color: #333;
}

.message .dd2:last-of-type {
    float: left;
    box-sizing: border-box;
    width: 5.38rem;
    height: .94rem;
    line-height: .37rem;
    background: url(../images/msg2.png) top center no-repeat;
    background-size: 100% auto;
    padding-left: .35rem;
    padding-top: .1rem;
    text-align: left;
    font-size: .24rem;
    color: #333;
}

.message dd:last-of-type a {
    color: #6a5acd;
}

.bottom {
    padding-top: .1rem;
    width: 7.5rem;
    margin: 0 auto;
    background: url(../images/line.png) top center;
}

.bottom .form {
    background: #fff;
    padding: .15rem 0 .15rem.2rem;
    height: 1rem;
    font-size: 0;
    box-sizing: border-box;
}

.bottom .form input {
    width: 3.7rem;
    line-height: .7rem;
    height: .7rem;
    font-size: .28rem;
    color: #666;
    border: 1px solid #ddd;
    padding-left: .2rem;
}

.bottom .form a {
    display: inline-block;
    width: 1.4rem;
    height: .7rem;
    line-height: .7rem;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}

.bottom .form a {
    margin-left: .15rem;
    background: #2c90e6;
}

.bottom .form a+a {
    background: #e86000;
}

.bottom span {
    display: block;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #e60000;
    position: absolute;
    top: 32%;
    right: 28%;
    font-size: 12px;
    color: #fff;
    text-align: center;
}


/*# sourceMappingURL=talk.css.map */