
.div_event_info_root_layout{
    background-color: white ;
    display:block;
    padding: 20px;
    margin-top: 30px;
    width: 100%;
}

.div_event_left_info{
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
}

.img_event_poster{
    float: left;
    width: auto;
    height: auto;
    max-width: 420px;
    max-height: 252px;
}

.event_right_detail_info{
    height: auto;
    display: inline-block;
}

.event_info_title{
    font-size: 16px;
    color: #000000;
    width: 100%;
    margin-bottom: 20px;
}

.div_event_info_item_block{
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

.event_info_detail_icon{
    width: 24px;
    height: 24px;
    background-color: #F18F68;
    text-align: center;
    display: block;
    float: left;
}

.event_info_detail_text{
    font-size: 14px;
    color: #3B3B3B;
    line-height: 24px;
    display: inline-block;
    float: left;
    max-width: 90%;
    margin-left: 10px;
}

.event_info_desc {
    font-size: 14px;
    color: #909090;
    text-align: left;
    margin: 20px auto 0 auto;
    word-wrap: break-word;
}

.top-activity-begin-time {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 25px;
}


.div-register-block{
    max-width: 720px;
    text-align: center;
}

.activity_out_of_date{
    background: #E0DEDD;
    border-radius: 4px;
    font-size: 20px;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    border: hidden;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.register-over,
.register-over:hover{
    background-color: #e0dedd;
    border-radius: 3px;
    padding: 8px 15px;
    min-height: 30px;
    min-width: 100px;
    max-width: 12px;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.register-button:hover{
    background-color: #F1A763;
    color: #FFFFFF;
}

.register-button
{
    background: #F18F68;
    border-radius: 4px;
    font-size: 20px;
    line-height: 21px;
    padding: 6px 15px;
    min-height: 50px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.top_event_info_edit {
    font-size:14px;
    color: #959595;
    display: block;
    text-align: right;
}

.register-count{
    margin-top: 20px;
    font-size: 12px;
    color: #d44930;
    text-align: center;
}
/****************以上是活动详情的顶部栏********************************/
