<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{
	padding: 0;
	margin:0;
}
img{
	border:0;
}
li{list-style: none;}
a{
	color:#666;
	text-decoration: none;	
}
body{
 width: 100%;
 font-size: 12px;
 font-family: arial,'Times New Roman','微软雅黑';
 color: #666;
 background: #F5F5F5;
}
.content{
	width: 1000px;
	margin:0 auto;
	
}
.kongjian_top{
	width: 100%;
	height: 230px;
	position: relative;
	text-align: center;
	color: #fff;
	/* background: #fff url(../../images/event/bg_02.png) 0 0 no-repeat; */
	background-size: 100%;
}
.kongjian_top h3{
	margin-top: 20px;
}
.kongjian_top p{
	margin-top: 15px;
}
.kongjian_top a{
	color:#333;
}
.kongjian_top p span{
	color:#00B386;

}
.kongjian_top p a{
	color:#fff;	
}
.kongjian_top img.touxiang{
	width: 80px;height: 80px;
	border-radius: 40px;
	border:2px solid #fff;
	margin-top: 20px;
}
.kongjian_top .top_right{
	position: absolute;
	top: 10px;
	right: 10px;
}
.kongjian_top .top_right li{
	display: inline-block;
	cursor: pointer;
	text-indent: 2em;
}
.kongjian_top .top_right li a{
	color: #fff;
}
.kongjian_top .top_right li.l1{
	background:  url(../../images/event/icon_set_bg_nor.png) 0 0 no-repeat;
}
.kongjian_top .top_right li.l1:hover{
	background:  url(../../images/event/icon_set_bg_hov.png) 0 0 no-repeat;
}
.kongjian_top .top_right li.l2{
	background:  url(../../images/event/icon_update_information_nor.png) 0 0 no-repeat;
}
.kongjian_top .top_right li.l2:hover{
	background:  url(../../images/event/icon_update_information_hov.png) 0 0 no-repeat;
}
.kongjian_top .top_right li.l3{
	background:  url(../../images/event/icon_message_nor.png) 0 0 no-repeat;
}
.kongjian_top .top_right li.l3:hover{
	background:  url(../../images/event/icon_message_hov.png) 0 0 no-repeat;
}
.tab{
	text-align: center;
	border: 1px solid #ddd;
	border-top:0;
	background: #fff;
	box-sizing:border-box;
}
.tab ol li{
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	box-sizing:border-box;

}
.tab ol li:hover{
	color:#00B386;
	border-bottom: 2px solid #00B386;
}

/*多列布局*/
.container{
	margin-top: 20px;	
	overflow: hidden;
}
.container .left,.container .right{
	width: 20%;
	box-sizing:border-box;
	min-height: 100px;
	float: left;
}
.container .mid{
	width: 60%;
	box-sizing:border-box;
	min-height: 100px;
	
	float: left;
}
/*左侧布局*/
.container .left .ziliao {
	border:1px solid #fff;
	line-height: 20px;
	margin-top:10px;
	background: #fff;
	position: relative;
}

.qianming{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.container .left .info_list_wrap {
	position: relative;
}
.container .left .ziliao .info_list {
	padding:10px;

}
.container .left .ziliao &gt; p,
.container .right .ziliao &gt; p,
.container .mid .ziliao&gt;p {
	float: none;
	border-bottom: 1px dashed #ddd;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1;
    background: #f3f3f3;
    border-left: 8px solid #e9e9e9;
    font-weight: bold;
}
.container #refresh_content {
	float: right;
	width: 20px;
	height: 17px;
	margin-top: -2px;
	background: url(../../images/community/icon_shuaxin.png) no-repeat;
}
.container .left .ziliao p a{
	text-decoration: none;
	color:#999;
	float: right;
	
	margin-right:10px;
}
.container .left .ziliao  .lingdui p a{
	margin-top:5px;
}
.container .left .ziliao p a img{
	width:7px;
	vertical-align:middle;
	height: 12px;
    border-radius: 0px;
}
.container .left .ziliao p span{
	color:#00B386;
}

.container .left .ziliao .fangke{
	overflow: hidden;
	padding-top: 10px;
    padding-left: 11px;
}
.container .ziliao .fangke img {
	width: 40px;
    height: 40px;
	border-radius: 50%;
}
.container .left .ziliao .fangke li{
	display: inline-block;
	width: 33%;
	float: left;
	text-align: center;
	height:80px;
}
/*中间布局*/
.mid{
	padding:0 15px;
}
.mid .dongtai {
	width: 100%;
	line-height: 31px;
	overflow: hidden;
	background: #fff;
	padding:5px 10px 3px 10px;
	box-sizing:border-box;
	border-top:0;
	border-bottom:1px dashed #ddd;
    padding-bottom: 25px;
}
.mid .dongtai img {
	max-width: 100%;
	height: auto;
} 
.mid .dongtai img[src*="smile/mobile"],
.mid .dongtai img[src*="emotion/images"],
.mid .dongtai img[src*="outing/mobile"],
.mid .dongtai img[src*="equipment/mobile"],
.mid .dongtai img[src*="mascot/mobile"] {
	width: 24px;
	height: 24px;
	vertical-align: middle;
    margin-right: 3px;
}
.mid .dongtai a img{
	width:20px;
	float:right;

}
.mid .dongtai p{
	line-height: 40px;
	clear: both;
	
}
.huati{
	background: #efefef;
	color:#00B386;
	padding-left: 10px;
}
.huati a{color:#00B386;}
.mid .dongtai .name p{
	border-bottom: 0;
    margin-left: -50px;
     
}
.mid .dongtai .name p&gt;span{
	 color: #00B386;
    cursor: pointer;
}
.mid .dongtai p a{
	float: right;
	margin-top: 10px;
}
.mid .dongtai .name{
	
	overflow: hidden;
}
.mid .dongtai .name a img{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	float: left;
	margin: 10px 0;
	margin-right: 10px;
    margin-left: 9px;
}

.mid .dongtai .name ul{
    margin-left: 60px;
    margin-top: 15px;
}
.mid .dongtai .name ul li{
	line-height: 22px;
	width: 490px;
	padding-right: 10px;
}
.mid .dongtai .img_wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
}
li.less{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    background: #00b486;
    border-top-left-radius: 25px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding-right: 15px;
    padding-left: 23px;
}
.mid .dongtai .img_wrap li.less img{
	   display: inline-block;
    width: 25px;	
    vertical-align: middle;
}
.mid .dongtai .img_wrap  li.w100{
	width: 100%;
}
.mid .dongtai .img_wrap  li.w50{
	width: 50%;
	float: left;
	box-sizing: border-box;
    padding: 5px;
}
.mid .dongtai .img_wrap  li.w50 img{
	height:166px;
}
.mid .dongtai .img_wrap  li.w33{
	width: 33.3%;
	float: left;
	box-sizing: border-box;
    padding: 5px;
}
.mid .dongtai .img_wrap  li.w33 img{
	height:110px;
}
.mid .dongtai .img_wrap  li img{
	width: 100%;
	display: block;
}
.mid .dongtai ol{
    padding-left: 10px;
    padding-top: 15px;
    line-height: 30px;
    color: #999;
}
.mid .dongtai ol li{
	display: inline-block;
	width: 110px;
	text-indent: 2em;
	cursor: pointer;
}
.mid .dongtai ol li.l1{
	background: #fff url(../../images/event/icon_like_nor.png) 0 5px no-repeat;
}
.mid .dongtai ol li.l2{
	background: #fff url(../../images/event/icon_comment_nor1.png) 0 5px no-repeat;
}
.mid .dongtai ol li.l3{
	background: #fff url(../../images/event/icon_share_nor.png) 0 5px no-repeat;
}
.mid .dongtai ol li.l1:hover{
	background: #fff url(../../images/event/icon_like_hov.png) 0 5px no-repeat;
}
.mid .dongtai ol li.l2:hover{
	background: #fff url(../../images/event/icon_comment_hov.png) 0 5px no-repeat;
}
.mid .dongtai ol li.l3:hover{
	background: #fff url(../../images/event/icon_share_hov.png) 0 5px no-repeat;
}
.mid .dongtai .name span.comment{
	display: inline-block;
	color: #333;
	background:0;
}
.mid .dongtai .name span.comment:hover{
	background:0;
}
.mid .dongtai .huifu{
	margin-left: 50px;
}
.write_comment{
    width: 87%;
    display: block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    outline: none;
    margin-left: 10px;
    background: #F9F9F9;
    padding: 5px 10px;
    padding-left: 35px;
}
.smile-wrap {
	position: relative;
}
span.smiles{
    position: absolute;
    top: 3px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: url(../../images/event/icon_smilies_nor.png) 12px 9px no-repeat;
    cursor: pointer;
}
.smiles:hover{
	background: url(../../images/event/icon_smilies_hov.png) 12px 9px no-repeat;
}
.ziliao {
	border: 1px solid #fff;
}
.btn-green{
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #00B386;
    text-align: center;
    font-size: 16px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    display: none;
}
/*右边栏样式*/
.container .right .ziliao{
	margin-top: 10px;
	background: #fff;
	border:1px solid #fff;
}
.container .right .more-btn {
	float: right;
	color: #999;
}
.container .right .ziliao .my-event p{
	border-bottom: 0;
    font-size: 15px;
    width: 90%;
	margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-event{
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px dashed #eee;
}

.container .right .ziliao img{
	width: 100%;
}
.right .guiji{
	overflow: hidden;
	padding:10px;
}
.right .ziliao .guiji li.dashed{
	border-bottom: 1px dashed #ddd;
	overflow:hidden;
	padding: 10px 0;
}
.container .right .ziliao .guiji img{
	width: 60px;
	height:60px;
	float: left;
	margin-right:10px;
	margin-top:10px;
}
.right .ziliao .guiji ol{
	width: 60%;
	float: left;
}
.right .ziliao .guiji ol li{
	font-size: 11px !important;
    color: #999;
	overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.right .ziliao .guiji ol li:first-child{
	font-weight: bold;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tribe_more,.focus_more,.fans_more,.track_more,.visit_more {
	display: none;
}

#myfocus a,#my_visit a,#myfans a{
	color: #666;
}

.my-event a,.dashed a{
	color: #333;
}

.more img {
	display: block;
	width: 60%;
	margin: 30px auto;
}

.event_img {
	width: 100%;
    height: 107px;
}

.huifu_tag{
	padding-top:10px; 
	padding-left: 30px;
	width: 200px;
}

/* 领队认证 */
.container .left .lingdui_wrap{
	border: 0;
    background: url(../../images/community2/img_lvli.png) 0 bottom no-repeat;
    padding-bottom: 2px;
    background-size: 200px 30px;
    /* display: none; */
    position: relative;
}
.container .left .lingdui_wrap p{
	border-bottom:0;
    line-height:normal;
    padding: 0;
    border:0;
    border-bottom:1px dashed #ddd;
    line-height: 25px;
}
.container .left .lingdui_wrap .lvli p {
    border-bottom: 0;
    padding-left: 5px;
    position: relative;
}
.container .left .lingdui_wrap .lvli p.livi_name{
	width:170px;
	float:left;
	 margin-left:0px;
}

.lingdui_wrap .leader-btn{
	text-align: center; 
	height: 36px;
	line-height: 36px; 
	background: #F18D1E;
	color: white; 
	width: 90%;
	margin: 10px auto 10px;
}

.lingdui_wrap .club-btn{
	text-align: center;
	height: 36px;
	line-height: 36px;
	background: #F18D1E;
	color: white;
	width: 90%;
	margin: 0px auto 10px;
}

.live-content {
    padding: 0 11px;
}
.renzheng{
	background: url(../../images/community2/i_msg.png) 10px 15px no-repeat;
	color:#f18c1d;
	font-size:16px;
	text-indent:2em;
	height:40px;
	line-height:50px;
	position: relative;
}
.container .left .ziliao .star{
	float: left;
    line-height: 1;
    margin-top: 4px;
    padding: 0;
}
.star li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 0px;
	background: url(../../images/community2/icon_leavel.png) 0 0 no-repeat;
}
.star li.half_star {
	background: #FFF url(../../images/community2/icon_star2.png) 0 0 no-repeat;
}
.star li.gray_star {
	background: #FFF url(../../images/community2/gray_star.png) 0 0 no-repeat;
}
    
.lvli_wrap{
	padding-bottom: 20px;
	overflow:hidden;
}
.lingdui p{
	border-left:4px solid #00B484;
	 margin-top: 5px;
    padding-left: 5px;
}
.lingdui p a{
	float:right;
	color:#999;
}
.lvli{
	color:#a8a8a8;
	padding-left:10px;
	border-bottom:1px dashed #ddd;
	line-height: 25px;
	margin-top:10px;
}
.lvli:last-child{
	/* border-bottom:5px solid #ddd; */
}
.tiezi{
	line-height:30px;
	    padding: 10px;
}
.green_point{
	display:inline-block;
	width:5px;
	height:15px;
	
	background:#F9963B;
	vertical-align:middle;
	  margin: 8px;
}
.orange_point{
	display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #F9963B;
    margin: 10px 5px 0 0;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -1px;
}
.btn_orange{
	display: none;
	width: 90%;
    height: 30px;
    line-height: 30px;
    background: #F0961E;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    border-radius: 3px;
}
/*弹出框*/
.alert{
	width: 500px;
	height: 564px;
	background: #fff;
	 position: fixed;
	 display:none;
    top: 100px;
    left: 450px;
    border:10px solid rgba(0,0,0,.6);
   overflow:auto;
    z-index: 4;
}
.ceng{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top:0;
	left:0;
	z-index: 2;
	display:none;
}
.alert .alert_title{
	background: #00B486;
	color: #fff;
	text-align: left;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-indent: 1em;
}
.alert .alert_title span{
	float: right;
	background: url(../../images/sm_delete.png) 0 15px no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 20px;
}
.zhengshu_alert{
	box-sizing:border-box;
	padding:10px;
}
.zhengshu_alert img{
	width:100%;
	margin-top:10px;
}
.zhengshu_alert li{
	margin-top:10px;
}
.zhengshu_alert p.title{
	border-left:4px solid #F39B13;
	padding-left:10px;
}
.orange{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #F5A937;
    font-size: 14px;
    font-weight: bold;
    display:none;
    background: #fff;
    text-align: right;
    display:block;
    width:100%;
}
.mid_time{color:#999;}
.person_xinxi li span:first-child{
	color:#999;
}
a.ll_edit {
	float: right;
    color: #00B386 !important;
	padding-left: 16px;
	background: url(../../images/event/icon_edit_hov.png) no-repeat 1px 3px;
    background-size: 30%;
}
.lola_alert {
    left: 50%;
    height: auto;
    margin-left: -250px;
}
.lola_alert .title {
	border-bottom: 0;
    border-left: 5px solid #00B386;
    padding: 0 10px;
    margin: 5px 0;
    font-weight: bold;
	font-size: 14px;
	position: relative;
}
.lola_alert .lvli_dt {
	position: relative;
}
.lola_alert .how_tips {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
}
.lola_alert .line_ct {
    margin-top: 20px;
}
.lola_alert .how_tips .tipc {
    color: #00B386;
}
.lola_alert .text-edit-wrap {
    position: relative;
}
.lola_alert .inner_txt {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
	margin-top: -8px;
    width: 300px;
    border: 1px solid #ddd;
    padding: 6px 10px;
    line-height: 1.5;
    z-index: 9;
    background: #fff;
}
.lola_alert .how_tips:hover .inner_txt {
    display: block;
}
.lola_alert .inner_txt::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 21px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.lola_alert .lvli_textarea {
    display: block;
    width: 100%;
	height: 130px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    outline: none;
}
.lola_alert  .wordtip {
    position: absolute;
    right: 8px;
    bottom: 2px;
    font-size: 14px;
    color: #999;
}
.lola_alert .lola-btm-box {
    margin: 12px 0;
    text-align: center;
}
.lola_alert .lola-btn {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	margin: 0 20px;
    background: #00B386;
    color: #fff;
}
.lola_alert .lola_lvli_main {
    padding: 0 12px;
}
.lola_alert .lola_top {
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    background: #00B386;
    color: #fff;
	position: relative;
}
.lola_alert .lola_close {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 32px;
    color: #fff;
}
/* 20170401 */
.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
	height: 0;
	line-height: 0;
}
.clearfix::after {
	clear: both;
}
.lingdui {
    padding-left: 15px;
	padding-right: 10px;
}
.lingdui .lvli_line {
    padding: 4px 0;
    border-bottom: 1px dashed #eee;
	position: relative;
}
.lingdui .lvli_line::after {
	content: '';
	display: table;
	clear: both;
}
.lingdui .lvli_section {
	position: relative;
}
.lingdui .lvli_line::after,
.lingdui .lvli_section::after {
	content: '';
	display: table;
	height: 0;
	line-height: 0;
	clear: both;
}
.lingdui .lvli_line_right {
	float: right;
    color: #999;
}
.lingdui .lvli_line_right .i_vicon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: #fcfcfc url(../../images/community2/icon_renzheng.png) 2px 0 no-repeat;
    background-size: 14px;
}
.lingdui .lvli_line_right .authed {
	color: #333;
}
.lingdui .lvli_yinxiang_list {
    padding: 0;
	margin-top: 3px;
}
.lingdui .lvli_yinxiang_list &gt; li {
	float: left;
    padding: 0 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    border: 1px solid #fcae79;
	font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background: #fff7f0;
    color: #fcae79;
}
.lingdui .lvli_yinxiang_list .num {
	margin-left: 5px;
}
.lingdui .left_vline {
	position: absolute;
    top: 5px;
    left: -5px;
    width: 2px;
    height: 10px;
    border-radius: 2px;
    background: #F9963B;
}

/* 20170405 edit */

.ziliao .i_green_point {
	display: inline-block;
	vertical-align: middle;
    width: 5px;
    height: 5px;
    margin: 8px;
	background: #00B386;
    border-radius: 100%;
}
#leaderauth .leader_apply_btn {
    display: block;
    margin: 0 6px;
    padding: 6px 0;
    border-radius: 4px;
    font-size: 14px;
    background: #feb94d;
    color: #fff;
    text-align: center;
}
.show-impress-btn {
	display: block;
	width: 40px;
	margin: 0 auto;
	text-align: center;
}
.lingdui .point-num {
    background: #F0961E;
    color: #fff;
    padding: 0 3px;
    height: 14px;
    line-height: 14px;
    border-radius: 2px;
    margin-left: 5px;
}
.lingdui .left-part {
	float: left;
}
.lingdui .evaluate-num {
    float: right;
    color: #999;
}
.level-info-wrap .exp-level {
    position: relative;
    padding-left: 16px;
	padding-right: 2px;
    line-height: 0;
}
.level-info-wrap .exp-level .icon-v {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: url(../../images/community/icon_level2.png) 0 0;
    z-index: 1;
}
.level-info-wrap .exp-level .level-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.level-info-wrap .exp-level .txt-level {
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 1;
}
.lola-dialog-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.lola-dialog-wrapper .lola-achievement-dialog {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 360px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
	margin-left: -180px;
	font-size: 16px;
	text-align: center;
}
.lola-dialog-wrapper .lola-modal-hd {
	background: url(../../images/community/achive2_bg.png) no-repeat 0 6px;
    color: #fff;
    padding-bottom: 30px;
}
.lola-dialog-wrapper .lola-modal-hd h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
.lola-dialog-wrapper .live-level {
	font-size: 18px;
}
.lola-dialog-wrapper .lola-modal-hd h4 {
	font-size: 22px;
	font-weight: normal;
}
.lola-dialog-wrapper .icon-medal {
    padding-top: 90px;
    padding-bottom: 45px;
}
.lola-dialog-wrapper .live-color {
	color: #f5ee38;
}
.lola-dialog-wrapper .lola-modal-bd {
	padding: 25px 0;
	margin: 0 30px;
	border-bottom: 1px solid #ddd;
	line-height: 1.8;
	color: #000;
}
.lola-dialog-wrapper .lola-modal-btn {
	display: block;
	background: #31a76b;
	text-align: center;
	padding: 10px 0;
	margin-top: 15px;
	font-size: 16px;
	border-radius: 4px;
	color: #fff;
}
.lola-dialog-wrapper .live-count {
	color: #ff9409;
}
.lola-dialog-wrapper .lola-modal-ft {
	padding: 0 30px;
	padding-bottom: 15px;
	color: #999;
	font-size: 12px;
	text-align: left;
}
.lola-dialog-wrapper .lola-title {
	padding: 10px 0;
}
.lola-dialog-wrapper .reward {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1;
	color: #fff;
}

.lola-dialog-wrapper .list &gt; li {
	float: left;
    width: 68px;
    min-height: 72px;
    margin-right: 20px;
    text-align: center;
	position: relative;
}
.lola-dialog-wrapper .reward .reward-num {
	font-size: 32px;
}
.lola-dialog-wrapper .ticket-num {
	position: absolute;
    top: -6px;
    right: -6px;
    font-size: 12px;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
    border-radius: 50%;
	text-align: center;
    color: #fff;
    background: #ff5958;
}
.lola-dialog-wrapper .reward-text {
	color: #af7d00;
}
.lola-dialog-wrapper .reward-ticket {
	background: url(../../images/community/reward_ticket.png) no-repeat 0 0;
}
.lola-dialog-wrapper .reward-money {
	background: url(../../images/community/reward_money.png) no-repeat 0 0;
}
.lola-dialog-wrapper .lola-close-btn {
	position: absolute;
    top: 0px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../../images/community/i_close.png) no-repeat center;
}
.info_list_wrap .achieve-wrap h4 {
    color: #F0961E;
    font-size: 16px;
    font-weight: normal;
    padding-left: 24px;
    background: url(../../images/community/i_achieve.png) no-repeat 0 -1px;
}
.info_list_wrap .achieve-list {
    overflow: hidden;
    position: relative;
    padding-top: 5px;
}
.info_list_wrap .achieve-wrap {
	padding: 10px 0;
    margin: 0 10px;
    border-top: 1px dashed #f18c1d;
    border-bottom: 1px dashed #f18c1d;
	position: relative;
}
.info_list_wrap .achieve-wrap .txt-tip {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
}
.info_list_wrap .achieve-list &gt; .item {
	float: left;
	width: 22.3%;
	height: auto;
	margin-right: 2%;
}
.info_list_wrap .achieve-list .i-arrow-r {
    position: absolute;
    top: 50%;
    right: -3px;
    width: 10px;
    height: 14px;
    margin-top: -3px;
    background: url(../../images/community/icon_arrow_right.png) no-repeat 0 0;
    background-size: 6px;
}
/* 抽奖弹窗 begin */
.dialog_div {
    width: 500px;
    top: 30%;
    left: 50%;
    margin-left: -250px;
    position: fixed;
    background: #fff;
    z-index: 9;
}
.dialog-text {
    text-align: center;
    margin: 35px auto;
}
.dialog_div p {
    margin: 30px 0;
    font-size: 16px;
}
.dialog-foot {
    padding: 20px 0;
}
.title_head {
    width: 100%;
    height: 36px;
    background:#00B386;
    font: bold 15px/36px "MicroSoft YaHei","SimHei","宋体",Arial;
    color: #FFF;
    text-indent: 10px;
}

.title {
    float: left;
}

.mengbanclose {
    float: right;
}
.mengbanclose span {
    width: 36px;
    height: 36px;
    overflow: hidden;
    background: #F90 url(../../images/loginDivClose.png) no-repeat center center; 
    display: block;
    cursor: pointer;
}

.btn_form.on {
    background: #00B386;
}

/* 抽奖弹窗 end */
.lola-achievement-dialog .overflow-scroll-win {
    overflow-x: hidden;
}
.prize-list {
    position: relative;
}
#achievement_award_ul {
	position: relative;
    padding: 6px 0;
    top: 0;
    left: 0;
    width: 708px;
}
.prize-list .prev-btn,
.prize-list .next-btn {
	display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 20px;
    height: 40px;
}
.prize-list .prev-btn {
    left: -20px;
}
.prize-list .next-btn {
    right: -20px;
}
.prize-list .i-arrow-l,
.prize-list .i-arrow-r {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 13px;
    margin-top: -8px;
}
.prize-list .i-arrow-l {
    left: 3px;
    background: url(../../images/community/css_sprites22.png) no-repeat -2px -2px;
}
.prize-list .i-arrow-r {
    right: 3px;
    background: url('../../images/community/css_sprites22.png') no-repeat -14px -2px;
}
.achieve-wrap .has-msg-tip {
    position: absolute;
    top: 17px;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ec3b51;
}
.lola-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}
.orenge{
	color:#F18D1E;
}</pre></body></html>