.wrap_style {
    display: flex;
    flex-wrap: wrap;
}

.pageContent .hsh-page-footer {
    width: 100%;
    text-align: center;
    padding: 0px 30px;

}

.pageContent .hsh-page-footer .align-center {
    width: 100%;
    padding-top: 10px;
    display: flex;
    margin: 10px 0;
    justify-content: center;
}

.pageContent .hsh-page-footer .align-center div {

    width: 100px;
}


.hsh-edit-page .hsh-panel {
    width: 100%;
    background-color: #fff5e6;
    border: 1px solid #ffebcc;
    border-radius: 6px;
    padding: 20px;
    display: flex;
}
.hsh-edit-page .hsh-panel .panel_icon{
    width: 25px;
    height: 25px;
    font-family: Ionicons;
    background-color: #f90;
    text-align: center;
    line-height:25px;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
}
.hsh-edit-page .hsh-panel .panel_text{
    margin-left: 20px;
    font-size: 14px;
}
.hsh-edit-page .hsh-panel .panel_text a{
    color: #22c397;
}

.text_icon{
    width: 15px;
    height: 15px;
    font-family: Ionicons;
    background-color: #22c397;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    color: white;
    font-size: 6px;
    margin-left: 10px;
    margin-right: 5px;
}
.text_info{
    line-height: 40px;
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
    align-items: center;
    font-size: 12px;
    color: #999;
}
.hsh-form-controls .combo-checkbox-warp{
    display: flex;
    flex-wrap: wrap;
}
.hsh-form-controls .combo-checkbox-warp .checkbox{
    margin-bottom: 5px;
}

.text_hidden_3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text_hidden_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text_hidden_1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text_center{
    line-height: 100%;
}

.df{
    display: flex;
}

.activity-article .w-e-text-container{
    height: 500px !important;
    z-index: 10 !important;
}
/*
百度地图地图组件样式
 */
.search_city {
    position: absolute;
    left: 0;
    top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
}

.search_city input {
    width: 160px;
    height: 30px;
    margin-right: 10px;
    padding-left: 10px;
    border-radius: 0 5px 5px 0;

}

.search_city div {
    width: 60px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    background-color: #f3f3f3;
}
