
.flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    width: 100%;
}

.flex_box .flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    width: 100%;
    margin: 0;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    padding: 0;
}

.home-search-wrap {
    border-radius: 4px;
}

.long-content {
    word-break: break-word;
}

.justify-content {
    text-align: justify;
}

.long-content br {
    margin-top: 5px;
}

.interaction-title-name {
    font-size: 16px;
    line-height: 24px;
}

.interaction-title {
    margin-top: 15px;
}

.wrap1 img {
    max-width: 100%;
}

.wrap1 ol {
    padding-left: 20px !important;
}

.wrap1 ol ol {
    list-style-type: lower-alpha;
    padding-left: 20px !important;
}

.wrap1 ol ol li {
    font-family: monospace !important;;
}