html,
body,
ul,
li {
    margin: 0;
    padding: 0;
}

body {
    background: url(../images/bg3.jpg);
    color: #666;
    font-size: 14px;
}

.mcontainer {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

ul {
    list-style: none;
}

.text-center {
    text-align: center;
}

input,
button {
    outline: none;
    border: none;
}

button {
    cursor: pointer;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.clear {
    clear: both;
}

.topbar {
    position: fixed;
    color: white;
    background-color: #728699;
    text-align: center;
    height: 43px;
    padding: 0 10px;
    line-height: 40px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    z-index: 99999;
}

.topbar .left {
    float: left;
    width: 25px;
    height: 25px;
}

.topbar .left img {
    width: 100%;
    height: 100%;
}

.topbar .right {
    float: right;
    width: 60px;
    cursor: pointer;
    font-weight: bold;
}

.topbar .middle {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 18px;
    font-weight: bold;
}

.searchbar {
    margin-top: 5px;
    height: 55px;
    padding: 10px;
    background-color: white;
    box-sizing: border-box;
}

.searchbar div {
    height: 100%;
}

.searchbar input,
.searchbar select,
.searchbar button {
    height: 100%;
}

.searchbar .button {
    float: right;
    width: 80px;
}

.searchbar .button button {
    vertical-align: top;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f7a052;
    color: white;
    border-color: rgb(78, 110, 242);
    float: right;
    padding: 0;
    font-weight: 600;
}

.searchbar .select {
    float: left;
    width: 60px;
}

.searchbar .select select {
    background-color: #8db5e7;
    color: white;
    outline: none;
    width: 100%;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.searchbar .input {
    margin-left: 60px;
    margin-right: 80px;
}

.searchbar .input #search_keyword {
    background-image: url(../images/iconfont-sousuo.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    padding-left: 40px;
    font-family: Helvetica, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
    width: 100%;
    border-top: 1px dashed #f7a052;
    border-bottom: 1px dashed #f7a052;
    box-sizing: border-box;
}

.search_h4 {
    background-color: white;
    padding: 10px;
    margin-top: 0;
}

.link {
    margin-top: 5px;
    width: 100%;
    background-color: white;
}

.link td {
    width: 25%;
    text-align: center;
    padding: 5px;
}

.link a {
    color: #00aaf1;
    margin-left: 12%;
}

.service_list {
    background-color: white;
    font-size: 12px;
}

.service_list li {
    padding: 10px;
    border-bottom: 1px solid #F2F2F2;
}

.service_list .coverimage {
    width: 90px;
    height: 90px;
    float: left;
}

.service_list .coverimage img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.service_list .attr {
    margin-left: 100px;
}

.service_list .attr .title a {
    color: #216ea7;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 600;
}

.service_list .attr .price {
    margin-top: 10px;
}

.service_list .attr .price span {
    color: #FF3300;
}

.service_list .attr .tags {
    margin: 10px 0;
}

.service_list .attr .tags span {
    margin-right: 5px;
}

.service_list .attr .location {
    margin-top: 10px;
    color: #999;
}

.service_list .attr .location span {
    vertical-align: top;
}

.service_list .attr .text-right .layui-icon {
    vertical-align: bottom;
}

nav {
    text-align: center;
    background-color: white;
    margin-top: 5px;
}

.pagination {
    margin: 10px 0;
    background-color: white;
    text-align: center;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #159dab;
    border-color: #159dab;
}

.footer {
    margin-top: 10px;
    width: 100%;
    background-color: white;
}

.footer td {
    width: 33%;
    text-align: center;
    padding: 10px 0;
}

.footer td img {
    width: 30px;
    height: 30px;
}

.footer td div {
    margin-top: 10px;
    font-weight: bold;
}

.footer td:first-child div {
    color: #58b773;
}

.footer td:nth-child(2) div {
    color: #33aac6;
}

.footer td:nth-child(3) div {
    color: #a37a28;
}

.nav_bottom {
    position: fixed;
    width: 100%;
    max-width: 600px;
    height: 50px;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #586878;
}

.nav_bottom li {
    float: left;
    cursor: pointer;
    padding-top: 4px;
    color: white;
    width: 33%;
    text-align: center;
}

.nav_bottom span {
    font-size: 20px;
}

.nav_bottom li.active {
    color: #3ff3f3;
}

.oaqrcode {
    text-align: center;
    margin-top: 20px;
}

.oaqrcode img {
    max-width: 200px;
}

.oaqrcode b {
    color: #4499ee;
}

.fabu_editor {
    background-color: white;
}

.fabu_editor .layui-form-mid {
    margin-left: 110px;
}

.layui-form-select dl {
    z-index: 20000;
}

.fabu_editor .layui-form-mid span {
    color: #ff6655;
}

.fabu_editor .layui-form-mid div {
    margin-top: 10px;
}

.table_post {
    width: 100%;
}

.table_post .th {
    font-weight: bold;
    width: 45px;
}

.table_post .status {
    width: 34px;
}

.table_post td {
    padding: 5px;
    overflow: hidden;
}

.table_post .border td {
    border-bottom: 1px solid #dfdada;
}

.fabu_btns {
    margin-top: 10px;
    background-color: white;
    padding: 10px;
}

.fabu_btns button {
    width: 80%;
}

.seemore {
    margin: 10px;
    text-align: center;
}

.thread_detail {
    background-color: white;
    padding: 10px;
    margin-top: 5px;
}

.thread_detail h1 {
    font-size: 20px;
    color: #0099CC;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    line-height: 1.8;
}

.thread_detail_tags {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}

.thread_detail_tags span {
    text-align: center;
    margin-right: 3%;
}

.thread_detail .action {
    text-align: center;
    margin: 30px 0;
}

.thread_content {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
    padding: 10px;
    min-height: 100px;
}

.thread_content img {
    max-width: 100%;
    margin: 10px 0;
}

.thread_key {
    line-height: 30px;
    font-size: 13px;
    color: #666666;
    margin-top: 10px;
    border-top: 1px dashed #D9D9D9;
    padding-top: 10px;
}

.thread_key span {
    margin-left: 3%;
    font-size: 13px;
    vertical-align: text-top;
}

.service_detail {
    background-color: white;
    padding: 10px;
    margin-top: 5px;
}

.service_detail .coverimage img {
    width: 100%;
}

.service_detail .title {
    padding: 10px;
    font-size: 18px;
    color: #0099CC;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.service_detail .attrs li {
    border-bottom: 1px dashed #F2F2F2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    margin-left: 10px;
    line-height: 30px;
    color: #888;
}

.service_detail .price span {
    font-size: 14px;
    color: #FF6600;
}

.service_detail .action {
    text-align: center;
    margin-top: 30px;
}

.service_detail .action .btn {
    margin: 5px;
}

.service_detail .action .btn:first-child {
    background-color: #00bb9c;
}

.service_detail .tags {
    margin-top: 20px;
    padding: 10px;
    border-top: 1px dashed #F2F2F2;
}

.service_detail .tags .layui-badge-rim {
    margin-right: 5px;
}

.service_detail_content {
    padding: 20px;
    line-height: 2;
    min-height: 100px;
}

.tag {
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
}

.contact_info_tip {
    padding: 5px;
    background-color: #777;
    color: #f9e8c7;
    text-align: center;
}

.contact_info_tip b {
    color: #c8eddc;
}

.contact_info {
    border-bottom: 1px solid #ddd;
    font-weight: 100;
}

.contact_info li {
    margin-top: 15px;
    color: #e97e1f;
}

.contact_info li:last-child {
    margin-bottom: 10px;
}

.contact_info li b,
.social b {
    color: #915ad7;
}

.contact_info a {
    margin-left: 10px;
    color: #0093ff;
}

.contact_info span {
    vertical-align: middle;
}

.contact_info div {
    margin-top: 20px;
}

.contact_info div:last-child {
    margin-bottom: 10px;
}

.social {
    text-align: center;
}

.social .item_box {
    width: 50%;
    float: left;
    padding: 1px;
    box-sizing: border-box;
}

.social .item {
    border: 1px dashed #ddd;
    padding: 10px 5px;
    border-radius: 5px;
}

.social .item a:not(:nth-child(1)) {
    margin-left: 5px;
}

.social #qqqun {
    font-weight: 600;
}

.social .qrcode {
    margin-top: 10px;
    width: 100%;
    display: block;
    margin: 10px auto;
}

.social .item div {
    height: 25px;
}

.recommend {
    padding: 10px;
}

.recommend table {
    width: 100%;
    table-layout: fixed;
}

.recommend td {
    border-bottom: 1px dashed #ccc;
    padding: 5px;
}

.recommend .sort {
    background-color: #ccc;
    color: white;
    border-radius: 10px;
    padding: 2px 7px;
}

.recommend tr:nth-child(1) .sort {
    background-color: #f91409;
}

.recommend tr:nth-child(2) .sort {
    background-color: #e63fab;
}

.recommend tr:nth-child(3) .sort {
    background-color: #ffc66f;
}

.recommend td a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    color: gray;
}

.usercenter_header {
    text-align: center;
    height: 140px;
    background-image: url(../images/user_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 5px;
}

.usercenter_header .headimg {
    position: relative;
}

.usercenter_header .headimg img {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.usercenter_header .nickname {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 24px;
}

.vipdesc {
    padding: 10px;
}

.vipdesc .level,
.vipdesc .expiretime,
.vipdesc .btn_duihuan {
    padding: 0 20px;
    margin-top: 10px;
}

.vipdesc ol {
    padding-left: 20px;
    margin-top: 30px;
}

.usercenter_header .tip {
    color: white;
    margin-top: 20px;
}

.usercenter_menu {
    background-color: white;
    margin-top: 10px;
}

.usercenter_menu li {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #EBEBEB;
    border-bottom-color: #EBEBEB;
    height: 50px;
}

.usercenter_menu li a {
    display: block;
    color: #666666;
    text-decoration: none;
    width: 100%;
    float: left;
}

.usercenter_menu li a .wallet {
    background-image: url(../images/iconfont-jiaofei.png);
    background-repeat: no-repeat;
}

.usercenter_menu li a .vipico {
    background-image: url(../images/iconfont-vip.png);
    background-repeat: no-repeat;
}

.usercenter_menu li a .fabu {
    background-image: url(../images/iconfont-qiandaotubiao.png);
    background-repeat: no-repeat;
}

.usercenter_menu li a .list {
    background-image: url(../images/iconfont-dingdan.png);
    background-repeat: no-repeat;
}

.usercenter_menu li a .advice {
    background-image: url(../images/zhanneixin.png);
    background-repeat: no-repeat;
}

.usercenter_menu li a .shouji {
    background-image: url(../images/iconfont-shouji.png);
    background-repeat: no-repeat;
}

.usercenter_menu li a .anquan {
    background-image: url(../images/iconfont-zhanghuanquan.png);
    background-repeat: no-repeat;
}

.usercenter_menu li a .huojian {
    background-image: url(../images/iconfont-fanhuidingbu_up.png);
    background-repeat: no-repeat;
}

.usercenter_menu li a .icon {
    float: left;
    margin-left: 2%;
    height: 30px;
    width: 30px;
    background-size: 90%;
    margin-top: 10px;
}

.usercenter_menu li a .name {
    float: left;
    margin-left: 1.5%;
    line-height: 50px;
    font-size: 15px;
}

.usercenter_menu li a .nt_icon {
    background-image: url(../images/iconfont-jiantou.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    height: 50px;
    width: 32px;
    float: right;
    margin-right: 1%;
}

.usercenter_menu li a .money {
    position: relative;
    font-size: 13px;
    color: #666666;
    line-height: 51px;
    float: right;
}

.usercenter_menu li a .money i {
    color: #ff6063;
    font-style: normal;
}

.usercenter_btn {
    background-color: #FFFFFF;
    float: left;
    min-width: 320px;
    width: 97%;
    margin-top: 1%;
    margin-right: 1.5%;
    margin-bottom: 1%;
    margin-left: 1.5%;
    text-align: center;
}

.usercenter_btn a {
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    float: left;
    color: #FFFFFF;
    width: 100%;
}

.usercenter_btn .login_btn {
    background-color: #009999;
}

.usercenter_btn .logout {
    background-color: #f7a052;
}

.usercenter_btn a span {
    height: 20px;
    width: 20px;
    position: relative;
    top: -1px;
    right: 5px;
}

.usercenter_btn a span img {
    height: 18px;
    width: 18px;
}

.usercenter_btn a i {
    font-size: 15px;
    font-style: normal;
}

.infolist .item {
    border: 1px solid #ddd;
    margin-top: 5px;
    background-color: white;
}

.infolist .item .title {
    font-weight: bold;
    background-color: #e57d82;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infolist .item .title a {
    color: white;
}

.infolist .item .attr {
    padding: 10px;
    font-size: 12px;
}

.infolist .item table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.infolist .item td {
    padding: 5px;
}

.infolist .item .th {
    width: 80px;
    font-weight: bold;
    text-align: right;
}

.infolist .item .content {
    margin: 0 10px 20px 10px;
}

.infolist .item .action {
    padding: 1px 0 5px 0;
    background-color: #e0efff;
}

.infolist .item .action button {
    margin: 5px 0 0 5px;
}

.user_servicelist_item_left {
    width: 120px;
    height: 120px;
    float: left;
    padding: 10px;
}

.user_servicelist_item_left img {
    width: 100%;
    height: 100%;
}

.user_servicelist_item_right {
    margin-left: 120px;
}

.user_servicelist_item_right li {
    margin-top: 10px;
}

.infolist .item .user_servicelist_item_content {
    margin: 10px 10px 0 10px;
    background-color: #bfffdf;
    padding: 10px;
    height: 93px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 10px;
}

.infolist .item .service_attr {
    color: #999;
    margin-bottom: 0;
    border: 1px solid #ddd;
    margin-top: 0;
}

.copyright {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #dfdada;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}

.copyright a {
    color: #999;
}

.fixtopbar {
    width: 100%;
    height: 44px;
}

.fixnavbottom {
    width: 100%;
    height: 50px;
}

.search_result_list {
    min-height: 200px;
    background-color: white;
}

.search_result_item {
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

.search_result_item .title {
    font-size: 16px;
}

.search_result_item .info {
    margin-top: 10px;
    font-size: 13px;
    padding: 0;
}

.ui-tab-nav {
    width: 100%;
    background-color: #fff;
    display: box;
    display: -webkit-box;
    font-size: 16px;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}

.ui-tab-nav li {
    height: 45px;
    line-height: 45px;
    min-width: 70px;
    box-flex: 1;
    -webkit-box-flex: 1;
    text-align: center;
    color: gray;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F6F6F6;
}

.ui-tab-nav li a {
    text-decoration: none;
    color: gray;
    display: block;
    float: left;
    width: 100%;
}

.ui-tab-nav li.current a {
    color: #00bb9c;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #00bb9c;
    line-height: 45px;
    height: 44px;
}

.ui-tab-nav li i {
    margin-right: 5px;
}

.ui-tab-nav .new {
    color: red;
}

.shaixuan_box {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: none;
    overflow: auto;
}

.shaixuan_mall {
    padding: 10px;
}

.shaixuan_mall h1 {
    font-size: 16px;
    font-weight: normal;
    color: #00bb9c;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
    line-height: 40px;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #EEEEEE;
}

.shaixun_item {
    float: left;
    width: 100%;
    padding-top: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
}

.shaixun_item a {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    text-align: center;
    display: block;
    float: left;
    margin-bottom: 5%;
    width: 25%;
}

.shaixun_item a:active,
.shaixun_item a:hover {
    color: #ff8200;
    font-weight: bold;
    font-size: 14px;
}

.shaixun_item a.current {
    color: #ff8200;
    font-weight: bold;
    font-size: 14px;
}

.shaixuan_mall p {
    line-height: 40px;
    width: 100%;
    text-align: center;
}

.shaixuan_colos {
    color: #666666;
    text-decoration: none;
    display: block;
    float: left;
    background-color: #F6F6F6;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.no-content {
    min-height: 200px;
    text-align: center;
    padding-top: 80px;
    color: #00bb9c;
    background-color: white;
}

.info_list {
    background-color: white;
    padding: 10px;
}

.info_box {
    margin-bottom: 5px;
}

.info_box:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .30)
}

.info_box .info_title {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.info_box .info_title a {
    color: #333;
    text-decoration: none;
}

.info_box .info_content {
    padding: 5px;
    min-height: 80px;
    line-height: 1.8;
}

.info_box_green .info_title {
    background-color: #cfe187;
}

.info_box_green .info_content {
    background-color: #e8f8f8;
}

.info_box_orange .info_title {
    background-color: #ffc66f;
}

.info_box_orange .info_content {
    background-color: #ffecd0;
}

.info_box .info_content .tags {
    margin: 10px 0;
}

.info_box .info_content .tags span {
    margin: 5px;
}

.info_foot {
    padding: 5px;
    background-color: #f1e6ea;
}

.info_foot .bottom_left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-size: 12px;
    padding-top: 4px;
}

.info_foot .bottom_left span {
    vertical-align: top;
}

.info_foot .bottom_right {
    float: right;
}

.message {
    border-bottom: 3px solid #e4e4e4;
    background-color: white;
    width: 96%;
    margin: 5px auto;
}

.message_head {
    border-bottom: 1px solid #eeeeee;
}

.message_head .message_title {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    float: left;
    margin: 10px 0 10px 10px;
}

.message_title .layui-badge {
    margin-right: 5px;
}

.message_head .message_time {
    float: right;
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
    margin: 10px 10px 10px 0;
}

.message_content {
    padding: 10px;
    font-size: 14px;
    color: #666666;
}

.message_foot {
    padding: 10px;
    text-align: right;
}

.content_block {
    width: 96%;
    background-color: white;
    margin: 0 auto;
    margin-top: 10px;
}

.content_block .block_title {
    border-bottom: 1px solid #f9f9f9;
}

.content_block .block_title .title_left {
    float: left;
    margin: 10px 0 10px 10px;
    color: #00bb9c;
    font-size: 16px;
}

.content_block .block_title .title_right {
    float: right;
    margin: 10px 10px 10px 0;
    font-size: 12px;
    font-style: normal;
    color: #666666;
}

.content_block .block_content {
    padding: 10px;
    min-height: 30px;
}

.user_mycoin {
    font-size: 30px;
    font-weight: bold;
    color: #d9863d;
}

.user_mycoin .layui-btn {
    margin-left: 5px;
    vertical-align: text-top;
}

.coin_detail table {
    width: 100%;
}

.coin_detail td {
    border: none;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}

.coin_detail .coin_detail_left {
    width: 100px;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
}

.coin_detail .red {
    color: red;
}

.coin_detail .green {
    color: green;
}

.coin_detail .coin_detail_right .coin_detail_time {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.vipdes {
    padding: 10px;
}

.vipdes li {
    list-style: decimal;
    margin: 5px 0 5px 5px;
}

.post_new {
    text-align: center;
}

.post_new .layui-btn {
    width: 80%;
}

.contact {
    padding: 10px;
}

.contact table {
    width: 100%;
}

.contact table .th {
    width: 90px;
    font-weight: bold;
    text-align: right;
}

.contact table td {
    border-top: none;
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}

.contact .contact_qrcode {
    text-align: center;
    margin: 10px 5px;
    border: 1px dashed #ddd;
    padding: 10px;
    border-radius: 10px;
}

.contact .contact_qrcode img {
    margin: 10px auto;
}

.changenickname {
    padding: 10px;
}

.changenickname .submit {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.changenickname .submit .btn {
    width: 80%;
}

.text-right {
    text-align: right;
}

.layui-font-gray {
    color: #666 !important;
}

.visitor {
    background-color: white;
    margin-top: 5px;
    padding: 10px;
    color: #77a4b7;
    text-align: center;
}

.visitor img {
    margin-right: 10px;
}

.visitor span {
    color: red;
}

.visitor a {
    margin-left: 5px;
    text-decoration: underline;
    color: #3e8591;
}

.onlineusers div {
    padding: 10px;
}

.user_collect {
    background-color: white;
    margin-top: 5px;
}

.user_collect .title {
    font-size: 16px;
    color: #333333;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user_collect .title a {
    color: #df5762;
}

.user_collect .attrs {
    padding: 10px;
}

.user_collect .attr {
    margin-left: 10px;
    margin-top: 5px;
    color: #666;
}

.user_collect .action {
    margin-top: 5px;
    border-top: 1px solid #eeeeee;
    text-align: center;
    padding: 10px;
}

.ad_block {
    margin-top: 5px;
}

.ad_block .text {
    font-family: fantasy;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.ad_block .text a {
    color: #5171d1;
}