* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.ui.segment {
    border-radius: 2px;
    box-shadow: 2px 2px 5px #d9d9d9;
}

.main {
    margin: 0 auto;
    padding: 10px 10px 70px;
}

#emotionbox .ui.segment .column, #emotionbox_item .ui.segment .column {
    margin: 0;
    padding: 0;
}

#emotionbox, #emotionbox_item {
    position: absolute;
    width: 260px;
    z-index: 1111;
    display: none;
}

.emotionbox_show_ul {
    min-height: 100px;
}

.steam_repate_li .summary, .steam_repate_li .label img {
    display: none;
}

#add_userinfo_check_div {
    -moz-outline-radius: 8px;
    background: none repeat scroll 0 0 #f5f5f5;
    border-top: 5px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    min-height: 280px;
    padding: 0 30px 10px;
    position: fixed;
    top: 90px;
    width: 500px;
    z-index: 1112;
}

#ajax_info_div_outer {
    background: none repeat scroll 0 0 #000;
    display: none;
    height: 1500px;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 3000px;
    z-index: 1111;
}

.content, .overflowhidden {
    /* overflow: hidden; */
}

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

.ui.menu #head_nav_stream:before {
    width: 0px;
}

.ui.menu #head_nav_home {
    border-radius: 0px;
}

.ui.comments .comment img.avatar, .ui.comments .comment .avatar img {
    display: block;
    height: 35px;
}

.s_li_p_content_image_img {
    max-width: 260px;
}

.ui.blue.buttons .button, .ui.blue.button {
    background-color: #2481e4;
}

.ui.blue.buttons .button:hover, .ui.blue.button:hover {
    background-color: #3595fb;
}

.ui.inverted.blue.menu {
    background-color: #2481e4;
}

.ui.menu .blue.active.item {
    border-color: #2481e4 !important;
    color: #2481e4 !important;
}

.ui.blue.labels .label, .ui.blue.label {
    background-color: #2481e4 !important;
    border-color: #2481e4 !important;
}

.ui.labels .blue.label::before, .ui.blue.labels .label::before, .ui.blue.label::before {
    background-color: #2481e4 !important;
}

.ui.menu .blue.active.item, .ui.blue.menu .active.item {
    border-color: #2481e4 !important;
}

.ui.labels .blue.label::before, .ui.blue.labels .label::before, .ui.blue.label::before {
    background-color: #2481e4 !important;
}

.ui.basic.blue.buttons .button.active, .ui.basic.blue.button.active {
    background: none repeat scroll 0 0 transparent !important;
    box-shadow: 0 0 0 2px #2481e4 inset !important;
    color: #2481e4 !important;
}

.mobile-body {
    /* padding-top: 60px; */
    height:100vh;
    overflow: scroll;
}

.mobile-header-bar {
    /*position: fixed;*/
    /*top: 0;*/
    /*border-bottom: 1px solid #ddd;*/
    /*z-index: 98;*/
    /*margin: 0;*/
    /*background: #fff;*/
    /*width: 100%;*/
    /*border-radius: 0;*/
    /*height: 60px;*/
}

.mobile-header-bar .logo img {
    width: 95px;
}

.header {
    padding-top: 2px;
}

.i_header.ui.menu .item {
    /*padding: 1em 0.95em;*/
}

.ui.menu .item > i.icon {
    opacity: 1;
}

.ui.menu .blue.active.item, .ui.blue.menu .active.item {
    border-color: #2481e4 !important;
    color: #2481e4 !important;
}

.emojione {
    width: 24px;
    height: 24px;
}

.download-app {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #2e9ffc;
}

.share-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 49px;
    line-height: 49px;
    border-top: 1px solid #f5f5f5;
    background: #fff;
}

.share-panel .contact-btn {
    width: 100%;
    text-align: center;
    background: #258fe6;
    color: #fff !important;
    font-size: 16px;
}