<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html{
    font-size:0;
}
.basic_info{
    background-color:#fff;
    padding-bottom:30px;
    border-radius:4px;
    min-height:399px;
}
.act_img{
    float:left;
    margin:30px 0 0 30px;
    width:345px;
}
.act_info{
    padding-top:30px;
    margin-left:405px;
}
.act_title{
    font-size:23px;
    color:#333;
}
.act_applied{
    color:rgb(189,187,187);
    margin-top:15px;
}
.act_applied span{
    font-size:14px;
}
.act_tags{
    color:rgb(189,187,187);
    line-height: 18px;
    margin-top:10px;
}
.act_tags .label{
    font-size:14px;
    /*width:65px;*/
    float:left;
    margin-right: 5px;
}
.act_tags .tags{
    height:100px;
    overflow: hidden;
}
.act_tags .tag{
    font-size:12px;
    display: inline-block;
    vertical-align: middle;
    border:1px solid rgb(189,187,187);
    margin-right:8px;
    margin-bottom:5px;
    padding:0 7px;
    max-width: 100%;
    cursor:pointer;
}
.act_tags .tag:hover{
    border:1px solid dodgerBlue;
    color:dodgerBlue;
}
.act_price_info{
    margin-top:6px;
    padding-bottom:10px;
    border-bottom:2px solid #eee;
    width:600px;
    height:42px;
}
.act_price_label{
    color:#666;
    font-size:14px;
    line-height: 32px;
    display: inline-block;
}
.act_price{
    font-size:27px;
    color:#FF4F36;
    margin-left:15px;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
}
.act_info_item{
    color:#333;
    margin-bottom:15px;
    position:relative;
}
.act_info_item img{
    left:0;
    top:2px;
    height:15px;
    position:absolute;
}
.act_info_item span{
    padding-left:27px;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.apply_end{
    color:#FF4F36;
}
.act_product{
    margin-left:26px;
    letter-spacing:-3px;
}
.act_product_item{
    display:inline-block;
    color:#4A4A4A;
    width:270px;
    height:42px;
    border-radius:4px;
    border:2px solid #EBECED;
    padding:9px 0 9px 14px;
    letter-spacing:0px;
    margin:0 0 12px 12px;
    cursor:pointer;
}
.act_product_item.on{
    border-color:#FF4F36;
}
.product_name{
    font-size:15px;
    display:inline-block;
    width:175px;
    height:20px;
    border-right:2px solid #EBECED;
}
.product_name_div{
    display:inline-block;
    white-space:nowrap;
    overflow:hidden;
    width:150px;
}
.product_amount{
    font-size:15px;
    display:inline-block;
    font-weight:bold;
    width: 77px;
    text-align: center;
    vertical-align:top;
}
.ticket_info{
    letter-spacing:0px;
    width:552px;
    margin-bottom:20px;
}
.ticket_basic_info{
    background-color:#F8F8F8;
    padding:9px 14px;
    position:relative;
}
.ticket_basic_info .tips_img{
    position:absolute;
    right:0;
    top:0;
    display: none;
}
.ticket_count{
    margin-top:24px;
    color:#333;
}
.ticket_count div{
    display:inline-block;
}
.ticket_count_btn{
    width:30px;
    height:30px;
    border:1px solid #E6E6E6;
    text-align:center;
    line-height:28px;
    cursor:pointer;
    font-size:14px;
}
.ticket_count_info{
    min-width:40px;
    text-align:center;
    font-size:16px;
}
.tip_pop{
    display:none;
    background:url('http://lxh-file-001.oss-cn-hangzhou.aliyuncs.com/public_img/pop_background.png') no-repeat;
    font-size:12px;
    height:30px;
    line-height:30px;
    padding-left:15px;
    margin-left:10px;
    width:115px;
    vertical-align:top;
}
.productName{
    font-size:15px;
    color:#4A4A4A;
}
.productCount{
    font-size:12px;
    color:#999;
    margin-top:4px;
}
.productDesc{
    color:#666;
    line-height:22px;
    margin-top:4px;
    font-size:12px;
}
.act_apply{
    display:inline-block;
    font-size:15px;
    margin-left:26px;
    color:#fff;
    width:270px;
    border-radius:4px;
    text-align:center;
    padding:8px 0 10px 0;
    vertical-align:top;
}
.act_apply.active{
    cursor:pointer;
    background-color:#FF4F36;
}
.act_apply.end{
    background-color:#BFBFBF;
}
.act_apply.continue{
    background-color:#41C884;
}
.act_apply_link{
    display:inline-block;
    font-size:15px;
    margin-left:26px;
    color:#fff;
    background-color:#FF4F36;
    width:270px;
    border-radius:4px;
    text-align:center;
    padding:8px 0 10px 0;
    vertical-align:top;
    cursor:pointer;
}
.act_collect{
    display:inline-block;
    font-size:15px;
    background-color:#F9F9F9;
    color:#FF4F36;
    padding:8px 16px;
    margin-left:26px;
    border-radius:4px;
    cursor:pointer;
}
.act_collect img{
    width:19px;
    height:19px;
    cursor:pointer;
}
.act_collect span{
    vertical-align:top;
}
.left_part{
    float:left;
    width:78%;
}
.activity_guest{
    margin-bottom:20px;
    background-color:#fff;
    padding:30px 30px 20px 30px;
    border-radius:4px;
}
.guest_title{
    border-left:2px solid #4285F4;
    padding-left:10px;
    font-size:15px;
}
.guest_cont{
    height:200px;
    margin-top:15px;
    position:relative;
}
.guest_arrow{
    display:inline-block;
    position:absolute;
    top:80px;
    cursor:pointer;
}
.guest_list{
    display:inline-block;
    width:780px;
    overflow:hidden;
    white-space:nowrap;
    margin-left:35px;
}
.guest_item{
    display:inline-block;
    text-align:center;
    vertical-align:top;
    width:150px;
    margin-right:3px;
}
.guest_img{
    border-radius:50%;
    width:80px;
    height:80px;
}
.guest_item_border{
    height:2px;
    width:10px;
    background-color:#4285F4;
    margin:10px auto 8px;
}
.guest_name{
    margin-top:10px;
    font-size:14px;
    color:rgb(102,102,102);
    line-height: 20px;
}
.guest_intro{
    color:#B2B2B2;
    font-size:12px;
    line-height: 21px;
}
.activity_cont{
    background-color:#fff;
    padding:30px;
    border-radius:4px;
    font-size:14px;
    word-break:break-all;
    position:relative;
}
.cont_title{
    border-left:2px solid #4285F4;
    padding-left:10px;
    font-size:15px;
}
.activity_article{
    background-color:#fff;
    margin-top:20px;
    padding:30px 30px 0 30px;
    border-radius:4px;
}
.article_title{
    border-left:2px solid #4285F4;
    padding-left:10px;
    font-size:15px;
}
.article_list{
    margin-top:27px;
    padding-bottom:30px;
    border-bottom:1px solid #eee;
}
.article_item{
    margin-top:26px;
    min-height:80px;
    display: block;
}
.article_img{
    float:left;
    margin-right:25px;
}
.article_info .title{
    font-size:16px;
}
.article_info .article_desc{
    font-size:14px;
}
.article_desc{
    color:#999;
    line-height:25px;
    height:50px;
    overflow: hidden;
    margin-top:10px;
}
.viewMore{
    text-align:center;
    padding:26px 0;
    color:#666;
    cursor:pointer;
}
.viewMore span{
    font-size:15px;
}
.view_more_img{
    width:12px;
    vertical-align:top;
    margin:8px 0 0 5px;
}
.activity_comment{
    background-color:#fff;
    margin:20px 0;
    padding:30px 30px 0 30px;
    border-radius:4px;
}
.comment_subt{
    border-bottom:1px solid #eee;
    position:relative;
    padding-bottom:30px;
}
.comment_cont{
    padding:0 20px;
    width:100%;
    height:42px;
    line-height: 40px;
    border-radius:4px;
    border:1px solid #ddd;
    background-color:#FAFAFA;
}
.comment_btn{
    margin:20px 0 0 auto;
    width:103px;
    height:36px;
    font-size:14px;
    line-height:34px;
    border-radius:4px;
    border:1px solid #4285F4;
    color:#4285F4;
    text-align:center;
    top:60px;
    right:0px;
    cursor:pointer;
}
.comment_title{
    border-left:2px solid #4285F4;
    padding-left:10px;
    font-size:15px;
}
.comment_item{
    padding:30px;
    border-bottom:1px solid #eee;
}
.comment_img{
    display:inline-block;
    vertical-align:top;
}
.comment_img img{
    width:48px;
    height:48px;
    border-radius:50%;
}
.comment_info{
    display:inline-block;
    margin-left:17px;
    width:720px;
}
.comment_name{
    color:#666;
    font-size:14px;
    line-height: 20px;
}
.comment_name .identify_img{
    width:28px;
    vertical-align: top;
    margin:2px 0 0 5px;
}
.comment_time{
    margin-top:7px;
    line-height: 17px;
    font-size:12px;
    color:#999;
}
.comment_contDiv{
    line-height: 20px;
    height:20px;
    margin-top:7px;
    color:#333;
}
.comment_contDiv span{
    font-size:14px;
}
.reply_cont{
    padding-left:69px;
    margin-top:15px;
    position:relative;
    height:90px;
}
.reply_cont_inpt{
    width:96%;
    padding:10px;
    background-color:#FAFAF9;
    border-radius:4px;
    border:1px solid #ddd;
}
.reply_cont_btn{
    position:absolute;
    font-size:14px;
    width:100px;
    height:36px;
    line-height:36px;
    color:#999;
    background-color:#eee;
    border-radius:4px;
    text-align:center;
    right:30px;
    top:50px;
    cursor:pointer;
}
.reply_cont_btn.on{
    background-color:#FF4F36;
    color:#fff;
}
.comment_reply_btn{
    color:#FF4C00;
    margin-left:10px;
    cursor:pointer;
}
.reply_comment_cont{
    margin:16px 0 0 69px;
    background-color:#FAFAF9;
    color:#333;
    padding:15px;
}
.reply_comment_cont&gt;div{
    font-size:14px;
}
.comment_like{
    display:inline-block;
}
.comment_like_count{
    display:inline-block;
    font-size:12px;
    color:#999;
    margin-top:4px;
    vertical-align:top;
}
.comment_like_img{
    width:20px;
    height:20px;
}
.comment_empty{
    text-align:center;
    padding-bottom:20px;
    font-size:15px;
}
.right_part{
    float:left;
    width:22%;
    padding-left:20px;
}
.activity_partner{
    display: block;
    background-color:#fff;
    text-align:center;
    padding:30px 10px;
}
.activity_partner img{
    width:80px;
    height:80px;
    border-radius:50%;
}
.activity_partner_name{
    color:#333;
    margin-top:20px;
    font-size:14px;
    line-height: 17px;
    height:17px;
}
.activity_partner_fans{
    font-size:12px;
    margin-top:7px;
    color:#aaa;
}
.follow_btn{
    width:170px;
    font-size:14px;
    height:36px;
    line-height:34px;
    border:1px solid #4285F4;
    color:#4285F4;
    margin:26px auto 0;
    cursor:pointer;
}
.follow_btn.selected{
    background-color:#FF4F36;
    color:#fff;
}
.activity_partner_desc{
    color:#666;
    font-size:12px;
    margin-top:7px;
}
.activity_ad{
    background-color:#fff;
    margin-top:20px;
}
.activity_ad a{
    display:block;
    height:138px;
    background-size:100% 100%;
}
.activity_qrcode{
    background-color:#fff;
    margin-top:20px;
    padding-bottom:10px;
    border-radius: 4px;
}
.qrcode_top_visible{
    position:fixed;
    top:0;
}
.qrcode_desc{
    text-align:center;
    color:#595959;
    font-weight:bold;
    font-size:14px;
}
.related_activity{
    background-color:#fff;
    margin:20px 0;
}
.related_activity_header{
    line-height:45px;
    padding:0 15px;
    border-bottom:1px solid #eee;
}
.related_activity_header a{
	font-size:12px;
	color:#999;
	margin-left:80px;
}
.activity_header_title{
    font-size:15px;
    border-left:3px solid #4285F4;
    padding-left:8px;
}
.related_activity_cont{
    padding:0 15px 15px 15px;
}
.related_activity_item{
    margin-top:10px;
    cursor:pointer;
}
.related_activity_img{
    width:100%;
    height:124px;
    background-size:100% 100%;
}
.related_activity_img img{
    margin-top:8px;
}
.related_activity_name{
    color:#333;
    margin-top:8px;
    font-size:14px;
    line-height: 21px;
    max-height:42px;
    overflow: hidden;
}
.related_activity_info{
    margin-top:7px;
    color:#888;
    font-size:12px;
}
.related_activity_info img{
    padding-top:1px;
    width:16px;
}
.related_activity_info span{
    vertical-align:top;
    padding-left:6px;
}

</pre></body></html>