
 .bd_whole_top {
    border: none;
}

.details {
    width: 1200px;
    margin: 40px auto 80px;
    display: flex;
    justify-content: space-between;
}

.details_left {
    width: 400px;
	border-radius: 8px;
}

.details_left_img {
    width: 100%;
	height: 226px;
    border-radius: 8px 8px 0px 0px;
}
.activity_brief_con{
    border-bottom:1px solid #e5e5e5;
    padding-bottom:30px;
}
.activity_brief_name {
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}

.club_tip {
    width: 34px;
	height: 16px;
    border-radius: 4px;
    margin-right: 10px;
}

.club_name_txt {
    font-size: 16px;
    color: #666666;
    width:80%;
}

.activity_brief_time {
    font-size: 16px;
	color: #666666;
}

.activity_brief_club {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.activity_brief_club_name {
    display: flex;
    align-items: center;
    width:65%;
}

.activity_brief {
    background: #f5f6fa;
    padding:30px;
    border-radius: 0px 0px 8px 8px;
}

/* 右侧详情 */
.details_right {
    width:760px;
}

.left_header {
    width: 94px;
	font-size: 16px;
	color: #999999;
}

.right_info {
    font-size: 16px;
	color: #333333;
}

.right_info.price {
    font-size: 18px;
	font-weight: bold;
	color: #f80003;
}

.right_info.pay_way {
    font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.right_info.details_information {
    font-size: 16px;
	color: #333333;
}

.vertical_line {
    width: 6px;
	height: 26px;
	background-color: #f56d2f;
    border-radius: 3px;
    margin-right: 15px;
}


.right_title_txt {
    font-size: 22px;
    color: #333333;
    font-weight:bold;
}

.details_right_title {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 40px;
}

/* 2020.4.14 */
.club_envent_del{
    padding-top:15px;
}
.club_envent_del li{
    margin-top:15px;
    font-size:16px;
}
.club_envent_del_span1{
    display:inline-block;
    vertical-align:top;
    width:90px;
    padding-right:10px;
    box-sizing:border-box;
    color:#999;
}
.club_envent_del_span2{
    display:inline-block;
    vertical-align:top;
    width:70%;
    color:#333;
}
.club_envent_del_photo{
    overflow: hidden;
    margin:30px 0 10px;
}
.club_envent_del_photo li{
    float: left;
    width:167px;
    height:167px;
    border-radius:8px;
    overflow: hidden;
}
.club_envent_del_photo li>img{
    width:100%;
    height:100%;
}
.club_envent_del_photo li:nth-of-type(4n){
    margin-right:0;
}

.club_envent_del_vedio{
    margin-top:20px;
}
.club_envent_del_vedio li{
    width: 400px;
	height: 230px;
    position: relative;
}
.club_envent_del_vedio li:nth-of-type(2n){
    margin-right:0;
}
.club_envent_vedio_cover{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4);
}
.club_envent_vedio_cover img{
    width:62px;
    height:62px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}