@charset "UTF-8";
body {
    margin-left: 0;
}
.live_pop_box {
    position: relative;
    padding: 60px 96px;
}
.live_pop_title {
    font-size: 18px;
    color: #303030;
    font-weight: bold;
    line-height: 60px;
}
.live_textarea_box{
    position: relative;
}
.live_pop_text {
    padding: 0 10px;
    padding-left: calc(10px);
    padding-right: calc(10px);
    line-height: 28px;
    font-size: 14px;
    width: 100%;
    width: calc(100% - 22px);
    height: 200px;
    color: #303030;
    border: 1px solid #d0d0d0;
}
.live_num_box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    color: #b0b0b0;
}
.live_pop_box input:focus {
    border: none;
}
.live_pop_box input {
    font-size: 14px;
    color: #fff !important;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-right: 20px;
    border: none;
}
#live_pop {
    margin-left: -221px;
}
