@charset "UTF-8";
.live_pop_box {
    position: relative;
}
.live_pop_text {
    padding: 5px 10px;
    line-height: 28px;
    font-size: 14px;
    width: 340px;
    height: 180px;
    margin-top: 30px;
    color: #303030;
    border: 1px solid #d0d0d0;
}
.live_num_box {
    position: absolute;
    bottom: 35px;
    right: 2px;
    font-size: 12px;
    color: #b0b0b0;
}
.live_pop_box input:focus {
    border: none;
}
.live_pop_box input {
    font-size: 14px;
    color: #fff !important;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    border: none;
}
#live_pop{
    margin-left: -221px;
}