﻿/*
 * @Description: 俱乐部首页样式
 * @fileName: index.css
 * @Author: caochen
 * @Date: 2020-01-09 11:54:14
 * @LastEditors: Please set LastEditors
 * @LastEditTime: 2021-11-11 16:51:46
 */
.home_banner {
    min-width: 1200px;
}

.home_banner .item img {
    display: block;
    margin: 0 auto;
}

.home_banner .carousel-indicators li {
    border: 0;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    transition: 0.6s;
    width: 40px;
    height: 4px;
}

.home_banner .carousel-indicators li.active {
    width: 40px;
    height: 4px;
    background-color: #fff;
}

.home_banner .carousel-indicators {
    bottom: 60px;
}

.carousel-indicators .active {
    height: 6px;
}


.home_club_kind {
    padding-bottom: 30px;
}


/* 俱乐部排名和活动 */
.home_index_active {
    background-color: #f7f7f8;
}

/* 列表宽度 */
.home_index_list>li {
    width: 46.7%;
    margin-right: 79px;
}

/* 列表宽度 end */
/* .home_index_active_div1{
    margin-top:50px;
} */
.home_index_active_divlist {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.home_index_active_divlist>li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 40px 20px;
    box-sizing: border-box;
    background: url(../images/home_bg01.png) left center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.home_index_active_divlist>li:last-child {
    margin-bottom: 0;
}

.home_index_active_divlist>li:nth-of-type(2n) {
    margin-right: 0;
}

.home_index_active_divlist>li:hover {
    background: url(../images/home_bg02.png) left center no-repeat;
    background-size: 100% 100%;
}

.home_index_active_divlist>li:hover .home_intro_r {
    color: #fff;
}

.home_index_active_divlist>li:hover .home_intro_p3 {
    color: #fff;
}

.home_index_active_divlist>li:first-child .home_intro_r {
    width: 50%;
}

.home_index_active_divlist:nth-of-type(2n) {
    margin-right: 0;
}

.home_intro_l {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 180px;
    text-align: center;
}

.home_intro_r {
    display: inline-block;
    vertical-align: middle;
    color: #f56d2f;
    width: 56%;
}

.home_intro_p1 {
    font-size: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_intro_p3 {
    position: absolute;
    right: 0;
    bottom: -9px;
    color: #f56d2f;
    opacity: 0.08;
    z-index: 100;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: bold;
}

.home_intro_p2 {
    font-size: 18px;
    margin-top: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}


.home_club_active {
    padding: 50px 0;
}

.home_club_active_con {
    background: none;
}

.home_club_active_list>li {
    background: none;
}

.home_club_active_list>li:hover {
    background: none;
}

.home_index_match_time {
    margin-top: 45px;
}

.home_index_match_timetable {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.home_club_active_table {
    border-radius: 10px;
    overflow: hidden;
}

.home_club_active_table tr:nth-of-type(even) {
    background-color: #fff;
}

.home_club_active_table tr:nth-of-type(odd) {
    background-color: #fff9f6;
}

.home_club_active_table tr:first-child {
    background-color: #fff4ef;
    color: #f5712f;
    font-size: 16px;

}

.home_club_active_table .title td {
    line-height: 20px;
}

.home_club_active_table .second td {
    padding-top: 25px;
}

.home_club_active_table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.home_club_active_table tr td:first-child {
    padding-left: 35px;
    width: 30%;
}

.home_active_p1 {
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
}

.home_active_p2 {
    font-size: 14px;
    color: #999;
    margin-top: 4px;
    margin-bottom: 3px;
}

.home_active_a1 {
    color: #f67031;
}

.home_active_a1:hover {
    color: #f67031;
    opacity: 0.7;
}

.home_active_list {
    border-radius: 10px;
    background-color: #fff;
    padding: 0 35px;
}

.home_active_list>li {
    padding: 16.5px 0;
    position: relative;
}

.home_active_list_i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #999;
    width: 65px;
    margin-right: 15px;
}

.home_active_m {
    display: inline-block;
    vertical-align: middle;
}

.home_active_pic {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.home_active_pics {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.home_active_pics img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.home_active_txt {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 16px;
}

.home_active_r {
    display: inline-block;
    height: 23px;
    color: #999;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: right;
    width: 25%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_active_list>li.first .home_active_list_i {
    color: #edb91f;
    font-size: 20px;
    font-weight: bold;
}

.home_active_list>li.first .home_active_pics {
    border: 1px solid #edb91f;
}

.home_active_list>li.first .home_active_king {
    display: block;
}

.home_active_king {
    position: absolute;
    top: -13px;
    right: 15px;
    display: none;
}

.home_active_list>li.second .home_active_list_i {
    color: #c0c0c0;
    font-size: 20px;
    font-weight: bold;
}

.home_active_list>li.second .home_active_pics {
    border: 1px solid #c0c0c0;
}

.home_active_list>li.second .home_active_king {
    display: block;
}

.home_active_list>li.third {
    border-bottom: 1px solid #e5e5e5;
}

.home_active_list>li.third .home_active_list_i {
    color: #fb714c;
    font-size: 20px;
    font-weight: bold;
}

.home_active_list>li.third .home_active_pics {
    border: 1px solid #fb714c;
}

.home_active_list>li.third .home_active_king {
    display: block;
}

.home_active_list>li:nth-of-type(1) .home_active_txt,
.home_active_list>li:nth-of-type(2) .home_active_txt,
.home_active_list>li:nth-of-type(3) .home_active_txt {
    color: #333;
}


.home_club_style {
    padding: 60px 0;
}



/* 俱乐部社群交流平台 */
.hot_title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-right: 20px;
    width: 87%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.hot_symbol {
    width: 47px;
    height: 23px;
    border-radius: 4px;
    border: solid 1px #f56d2f;
    font-size: 14px;
    color: #f56d2f;
    background: #fff;
}

.main_top {
    display: flex;
    align-items: center;
}

.recommand_main {
    margin: 20px 30px 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.recommand_main:last-child {
    border: none;
}

.person_pic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.person_name {
    font-size: 16px;
    color: #999999;
}

.look_amount {
    width: 23px;
    height: 15px;
}

.msg_amount {
    width: 17px;
    height: 17px;
}

.amount_number {
    font-size: 16px;
    color: #999999;
    margin: 0px 25px 0px 8px;
}

.picture_box {
    margin: 20px 0;
}

.main_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picture_item {
    width: 153px;
    height: 116px;
    background-color: #aaaaaa;
    border-radius: 8px;
    margin-right: 16px;
}

.picture_item:nth-of-type(3n) {
    margin-right: 0;
}

.recommand_box {
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.recommand {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.look_amount:hover,
.msg_amount:hover,
.amount_number:hover {
    cursor: pointer;
}

.look_amount_gray,
.msg_amount_gray {
    display: block;
}

.look_amount_oran,
.msg_amount_oran {
    display: none;
}

.look_amount_box:hover .look_amount_oran,
.msg_amount_box:hover .msg_amount_oran {
    display: block;
}

.look_amount_box:hover .look_amount_gray,
.msg_amount_box:hover .msg_amount_gray {
    display: none;
}

.look_amount_box:hover .amount_number,
.msg_amount_box:hover .amount_number {
    color: #f56d2f;
}

.center_right {
    display: flex;
    align-items: center;
}

.look_amount_box,
.msg_amount_box {
    display: flex;
    align-items: center;
}

.pic_oran {
    display: none;
}

.my_join_item:hover .pic_oran {
    display: block;
}

.my_join_item:hover .pic_gray {
    display: none;
}

.my_join_item.on .pic_oran {
    display: block;
}

.my_join_item.on .pic_gray {
    display: none;
}

.main_top:hover {
    cursor: pointer;
}

.main_top:hover .hot_title {
    color: #f56d2f;
}


/* 关注我们 和 新闻中心 */
.newsBox {
    background: url("../images/news_bg.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 60px 0px 70px 0px;
}

.newsBox_left {
    width: 640px;
    float: left;
}

.newsBox_right {
    width: 480px;
    float: right
}

.newsBox_left_bottom {
    width: 640px;
    height: 270px;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(89, 96, 100, 0.04);
    border-radius: 8px;
}

.newsBox_left_bottom .item {
    float: left;
    padding: 54px 41px 0px;
}

.newsBox_left_bottom .item img {
    height: 130px;
    width: 130px;
}

.newsBox_left_bottom .item p {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}

.newsBox_right_bottom {
    width: 480px;
    height: 270px;
    background-color: #000000;
    border-radius: 8px;
    position: relative;
    display: block;
    overflow: hidden;
}

.newsBox_right_bottomBox {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../images/news_img_shadow.png") no-repeat center bottom;
    background-size: 100% 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    padding: 210px 30px 0px;
    box-sizing: border-box;
}

/* 关注我们 和 新闻中心 end */

/* 赛事介绍 */
.home_introduce {
    box-sizing: border-box;
    background: #f6f7f8;
    padding-bottom: 60px;
}

.home_introduce2 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 0 10px #e5e5e5;
    background-color: #fff;
    margin-top: -40px;
    position: relative;
    border-radius: 10px;
    padding: 40px 30px;
}

.home_introduce2_content {
    width: 100%;
}

.home_index_match_vedio {
    float: left;
}

.home_index_match_text {
    float: right;
}

.home_index_match_vedio {
    width: 480px;
    height: 270px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.club_envent_vedio_cover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.club_envent_vedio_cover img {
    width: 62px;
    height: 62px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.home_index_match_text {
    width: 611px;
    height: 270px;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    position: relative;
    overflow-y: auto;
}

.home_index_match_text::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.home_index_match_text::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ececec;

}

.home_index_match_text::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    border-radius: 3px;
    background: transparent;

}

/* 赛事介绍 end */

/* 赛事报名 */
.home_applyBox {
    background: url("../images/home_apply_bg.png") no-repeat center bottom;
    background-size: 100% 100%;
}

.home_applyBox .content_con {
    padding: 60px 0px;
}

.home_applyBox .home_club_active_tit span {
    color: #fff;
}

.home_applyBox .change_Box {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 5px;
    margin: auto;
    color: #999999;
    font-size: 18px;
}


.home_index_nowbuy_pic{
    width:270px;
    height:270px;
    border-radius:10px;
    overflow: hidden;
    /* background-color:#f5f5f7; */
    background-color:#fff;
    border:1px solid #e5e5e5e5;
    position: relative;
}

.home_applyBox .jtBox{
    width: 17px;
    height: 30px;
    float: left;
    cursor: pointer;
}

.home_applyBox .jtBox.leftBox{
    margin-right: 20px;
    right: 24px;
}

.home_applyBox .jtBox img{
    height: 100%;
    width: 100%;
}

.home_applyBox .jtBox .leftBox2,
.home_applyBox .jtBox  .rightBox2{
    display: block;
}

.home_applyBox .jtBox  .rightBox1,
.home_applyBox .jtBox .leftBox1{
    display: none;
}

.home_applyBox .jtBox.rightBox:hover  .rightBox1,
.home_applyBox .jtBox.leftBox:hover .leftBox1{
    display: block;
}

.home_applyBox .jtBox.rightBox:hover  .rightBox2,
.home_applyBox .jtBox.leftBox:hover .leftBox2{
    display: none;
}

/* 赛事报名 end */