/*
 * @Description: 公共的样式写在这个文件中
 * @fileName: pulicStyle.css
 * @Author: LiSuwan
 * @Date: 2020-01-09 13:31:02
 * @LastEditors: Please set LastEditors
 * @LastEditTime: 2021-11-12 11:31:42
 */


@font-face {
    font-family: HansKendrick-Regular;
    src: url('../fonts/HANSKENDRICKREGULAR.ttf');
}

.black_bg {
    background-color: #21222f;
}


.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* 宽度1200px */
.content_con {
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.content_con2 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* top start */
.home_top {
    font-size: 16px;
    background-color: #f5f5f7;
    min-width: 1200px;
}

.home_top_l {
    width: 40%;
    float: left;
    padding: 15px 0;
}

.home_top_r {
    float: right;
    width: 60%;
    text-align: right;
    padding: 15px 0;
}

.home_top_r_li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.home_top_r_lip {
    color: #d5d5d5;
    position: relative;
    height: 24px;
}

.home_top_r_lip .login{
    display: inline-block;
    vertical-align: middle;
    color: #333;
    color: rgba(255, 255, 255,0.6);
	/* opacity: 0.6; */
}

.home_top_r_lip .login:hover {
    color: #f67031;
}

.home_top_r_lip img {
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.home_top_r_lip span {
    display: inline-block;
    vertical-align: middle;
}

.home_top_r_lip_clone{
    position: absolute;
    top: 24px;
    right: -40px;
    font-size: 16px;
    padding-top: 10px;
    color: #64667e !important;
    opacity: 1 !important;
    display: none;
}

.home_top_r_lip_clone:before{
    content: "";
    display: block;
    height: 0px;
    width: 0px;
    border: 5px solid transparent;
    border-bottom-color: #fff; 
    position: absolute;
    top: 0px;
    right: 60px;
}

.home_top_r_lip_clone div{
    width: 140px;
    text-align: center;
	background-color: #ffffff;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
}

.home_top_r_lip_clone div img{
    width: 18px;
	height: 20px;
}

.home_top_r_lip:hover .home_top_r_lip_clone{
    display: block !important;
}

/* top end */


.home_banner {
    width: 100%;
}

.home_banner img {
    width: 100%;
}


/* 导航 start */
.home_nav {
    background-color: #fff;
    min-width: 1200px;
}

.home_nav .content_con2 {
    height: 90px;
}

.home_logo {
    float: left;
    margin-top: 22px;
}

.home_nav_right {
    float: left;
    margin-left: 80px;
}

.home_search {
    cursor: pointer;
}

.content_nav_con {
    overflow: visible;
}

.home_nav_list>li {
    float: left;
    position: relative;
}

.home_nav_list_li>a {
    display: block;
    width: 100%;
    padding: 33px 0;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.home_nav_list_li {
    min-width: 120px;
}

.home_nav_list_li:hover>a,
.home_nav_list_li.on>a {
    background-color: #21222f;
    color: #fff;
}

.home_nav_list_li:hover .home_nav_lists {
    display: block;
}

.home_nav_lists {
    position: absolute;
    top: 95px;
    left: -45%;
    width: 220px;
    box-sizing: border-box;
    padding: 0 30px;
    box-shadow: 0 0 10px #e5e5e5;
    display: none;
    z-index: 100;
    background-color: #fff;
}

.home_nav_lists li {
    border-bottom: 1px solid #e5e5e5;
}

.home_nav_lists li a {
    display: block;
    padding: 15px;
    text-align: center;
    color: #666;
    font-size: 18px;
}

.home_nav_lists li a:hover {
    color: #f67031;
}

.home_nav_lists li:last-child {
    border-bottom: 0;
}

.clrf67{
    color: #f67031 !important;
}

.home_nav_list_lis {
    border: 1px solid #f67031;
    border-radius: 4px;
    padding: 0 10px;
    width: 240px;
    margin-top: 25px;
    margin-left: 40px;
    overflow: hidden;
}

.home_nav_list_lis input {
    padding: 15px 0;
    border: 0;
    width: 90%;
}

.home_top_r_lip_col i {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/home_icon03.png) center center no-repeat;
    margin-right: 10px;
}

.home_top_r_lip_col.on span {
    color: #f67031;
}

.home_top_r_lip_col.on i {
    background: url(../images/home_icon03_1.png) center center no-repeat;
}

/* 导航 end */

/* 俱乐部风采 */
.home_club_active_tit {
    position: relative;
    margin-bottom: 25px;
}

.home_club_active_tit span {
    display: inline-block;
    font-size: 26px;
    color: #333;
    width: 75%;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_club_active_tit a {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    margin: auto;
    color: #999999;
    font-size: 18px;
}

.home_club_active_tit a {
    padding-left: 25px;
    background: url("../images/seeAll.png") no-repeat left center;
    background-size: 15px 15px;
}

.home_club_active_tit a:hover {
    color: #f67031;
}

.home_club_style_tit img {
    vertical-align: middle;
    margin-right: 10px;
}

.home_club_style_tit span {
    vertical-align: middle;
}

ul.home_club_style_lists>li a {
    display: block;
    padding: 0;
}

.home_club_style_lists>li:hover .home_style_title {
    color: #f67031;
}

.home_club_style_list>li:hover .home_club_style_p1 {
    color: #f67031;
}

.home_club_style_lists>li .home_style_pic {
    width: 100%;
    height: 579.19px;
    border-radius: 10px;
    overflow: hidden;
}

.home_club_style_lists>li .home_style_pic img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.home_style_title {
    font-size: 22px;
    color: #333;
    margin: 20px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_style_div1 {
    overflow: hidden;
}

.home_style_span {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    font-size: 18px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_style_div2 {
    display: inline-block;
    float: right;
    width: 60%;
    text-align: right;
}

.home_style_p1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #999;
    margin-left: 35px;
}

.home_style_p1 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.home_club_style_pic {
    width: 160px;
    height: 128px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

.home_club_style_pic img {
    width: 160px;
    /*height: 128px;*/
    border-radius: 10px;
}

.home_club_style_list>li {
    margin-bottom: 40px;
}

.home_club_style_list>li:last-child {
    margin-bottom: 0;
}

.home_club_style_list>li a {
    overflow: hidden;
}

.home_club_style_div1 {
    width: 70%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.home_club_style_p1 {
    margin-top: 7px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home_club_style_div2 {
    margin-top: 30px;
}

.home_club_community_list>li:hover .home_community_tit span {
    color: #f67031;
}

.home_community_p1 span:hover {
    opacity: 0.6;
}

/* 联盟活动 */
.home_club_intro_list {
    overflow: hidden;
}

.home_club_intro_list>li {
    width: 48.3%;
    margin-right: 40px;
    float: left;
    background-size: 100% 100%;
    position: relative;
}

.home_club_intro_list>li:nth-of-type(2n) {
    margin-right: 0;
}

.home_club_kind_con {
    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;
}

.home_club_intro_con {
    box-shadow: none;
    margin-top: 30px;
}

.home_club_alliance {
    width: 100%;
    height: 326.77px;
    border-radius: 15px;
    overflow: hidden;
}

.home_club_alliance_lists {
    position: relative;
}

.home_club_alliance_lists>li {
    cursor: pointer;
}

.home_club_alliance_lists>li>a {
    display: block;
}

.home_club_alliance_lists>li:hover,
.home_club_alliance_lists>li:hover {
    box-shadow: 0 0 10px #ddd;
    border-radius: 15px;
}

.home_club_alliance_span1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.home_club_alliance_span1 img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.home_club_alliance_span2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.home_club_alliance_div0 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    box-sizing: border-box;
    color: #fff;
}

.home_club_alliance_div1 span {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 10px 4px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
}

.home_club_alliance_div2 {
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: 93%;
}

.home_club_alliance_p1 {
    font-size: 22px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_club_alliance_p2 {
    font-size: 18px;
}

.home_club_alliance_span3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    max-width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_club_alliance_span4 {
    float: right;
}

.home_club_alliance_lists>li:nth-of-type(1),
.home_club_alliance_lists>li:nth-of-type(2) {
    margin-top: 0;
}

.home_club_alliance_lists>li {
    margin-top: 40px;
}

/* 底部 */
.content_foot {
    background-color: #21222f;
    min-width: 1200px;
}

.content_foot .content_con {
    padding: 60px 0 20px 0;
    overflow: hidden;
}

.content_foot_l {
    width: 35%;
    float: left;
}

.content_foot_logo a {
    display: inline-block;
    padding-bottom: 25px;
    border-bottom: 1px solid #4d4e58;
}

.content_foot_p1 {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    overflow: hidden;
}

.content_foot_p2 {
    margin-top: 0;
}

.content_foot_m {
    width: 40%;
    float: left;
}

.content_foot_list_p {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
}

.content_foot_list {
    margin-top: 20px;
}

.content_foot_list>li img {
    margin-top: 5px;
}

.content_foot_list>li {
    margin-top: 15px;
}

.content_foot_list_span2 {
    display: inline-block;
    /* vertical-align:top; */
    width: 79%;
}

.content_foot_r {
    width: 25%;
    float: right;
    text-align: right;
    color: #fff;
    font-size: 16px;
}

.content_foot_r_p1 {
    margin-top: 20px;
}

.content_foot_r img {
    height: 107px;
    width: 107px;
    border-radius: 10px;
}

.home_nav {
    background: #fff;
}

/* 导航 */
.home_top {
    background-color: #14141d;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 9999999;
}

.home_top_r_lip a {
    color: #aaaec3;
    opacity: 0.8;
}

.home_top_r_lip img,
.home_top_r_lip_col i {
    opacity: 0.8;
}

.home_nav {
    background-color: #21222f;
    background-color: rgba(33, 34, 47,0.5);
    position: absolute;
    top: 54px;
    z-index: 999999;
    width: 100%
    
}

/* .home_logo img {
    filter: invert(0%);
    -webkit-filter: invert(100%);
} */

.home_nav_list_li>a {
    color: #fff;
}

.home_nav_list_li:hover>a,
.home_nav_list_li.on>a {
    background-color: #f57130;
}

input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.4;
}

input ::-moz-placeholder {
    color: #fff;
    opacity: 0.4;
}

input :-ms-input-placeholder {
    color: #fff;
    opacity: 0.4;
}

.home_nav_lists {
    background-color: #3d3f58;
    box-shadow: none;
}

.home_nav_lists li {
    border-bottom: 1px solid #515369;

}

.home_nav_lists li a {
    color: #fff;
}

.content_foot {
    background-color: #14141d;
}

.bd_whole_top {
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

/* 分页 start */
.pages {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 40px;
}

.pages a {
    font-size: 14px;
    color: #666666;
    padding: 8px 13px;
    border: solid 1px #e5e5e5;
    margin-right: 6px;
    display: inline-block;
    border-radius: 4px;
}

.pages a:hover {
    /* background-color: #f56d2f; */
    /* color: #fff; */
    border: 1px solid #f56d2f;
}

.pages a.on {
    background-color: #f56d2f;
    color: #fff;
    border: 1px solid #f56d2f;
}

/* 分页 end */

/* 提示弹窗 start */
.popoWarp {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 500;
}

.popoWarp .cont {
    height: 400px;
    width: 520px;
    /* background-color: #ffffff; */
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.statemenTpopoWarp .cont {
    height: 790px;
    width: 760px;
}

.statemenTpopoWarp .scrollWarp {
    padding: 30px;
}

.statemenTpopoWarp .scroll {
    padding: 0 30px 0 0;
    height: 450px;
    overflow: hidden;
    overflow-y: auto;
}

.statemenTpopoWarp .scroll .big {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.statemenTpopoWarp .scroll .small p {
    font-size: 16px;
    color: #666666;
    margin-top: 35px;
}

.popoWarp .cont .close {
    text-align: right;
    opacity: 1;
}

.popoWarp .cont .close img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popoWarp .cont .white {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}

.popoWarp .cont .white .tit {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    padding: 28px 30px;
    background-color: #f5f6fa;
}

.popoWarp .cont .white .tit i {
    display: inline-block;
    width: 4px;
    height: 24px;
    background-color: #f56d2f;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 14px;
}

.popoWarp .cont .white .texts {
    padding: 0 30px;
}

.popoWarp .cont .white .texts .tipText {
    padding: 60px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333333;

}

.popoWarp .cont .white .btnwarp {
    overflow: hidden;
}

.statemenTpopoWarp .btnwarp {
    padding: 0 30px;
}

.popoWarp .cont .white .btnwarp {
    padding-bottom: 30px;
}

.popoWarp .cont .white .btnwarp button {
    width: 48%;
    height: 60px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.popoWarp .cont .white .btnwarp button:nth-child(1) {
    border: solid 1px #cccccc;
    color: #999999;
    background: #FFF;
    float: left;
}

.popoWarp .cont .white .btnwarp button:nth-child(2) {
    border: solid 1px #f56d2f;
    color: #FFF;
    background-color: #f56d2f;
    float: right;

}

.popoWarp .cont .white .btnwarp button:nth-child(1):hover {
    border: solid 1px #999999;
    color: #FFF;
    background: #999999;
    float: left;
}

.popoWarp .cont .white .btnwarp button:nth-child(2):hover {
    border: solid 1px #f56d2f;
    color: #f56d2f;
    background-color: #FFF;
    float: right;
}

.statemenTpopoWarp .cont .white .btnwarp button:nth-child(1) {
    border: solid 1px transparent;
    background-color: #EBECED;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #999999;
}

.popoWarp .cont .white .texts .btnwarp1 {
    text-align: center;
    padding-bottom: 30px;
}

.popoWarp .cont .white .texts .btnwarp1 button {
    width: 48%;
    height: 60px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #f56d2f;
    color: #FFF;
    background-color: #f56d2f;
    font-size: 18px;
}

.popoWarp .cont .white .texts .btnwarp1 button:hover {
    border: solid 1px #f56d2f;
    color: #f56d2f;
    background-color: #FFF;
}

.popoWarp .cont .white .texts form {
    padding-top: 60px;
}

.popoWarp .cont .white .texts form input {
    height: 48px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.popoWarp .cont .white .texts form .tip {
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px;
}

.popoWarp .cont .white .texts form .tip .le {
    font-size: 16px;
    color: #999999;
    float: left;
    /* cursor: pointer; */
}

.popoWarp .cont .white .texts form .tip .ri {
    font-size: 16px;
    color: #f56d2f;
    float: right;
    cursor: pointer;
}

.popoWarp .cont .white .texts form .tip img {
    vertical-align: middle;
    padding: 15px 0;
    margin-right: 10px;
    margin-top: -2px;
}

.popoWarp .cont .white .texts form ul {
    padding: 0 35px;
}

.popoWarp .cont .white .texts form ul li {
    line-height: 48px;
}

.popoWarp .cont .white .texts form ul li {
    margin-bottom: 30px;
}

.popoWarp .cont .white .texts form ul li .le {
    width: 90px;
    float: left;
}

.popoWarp .cont .white .texts form ul li .ri {
    width: calc(100% - 95px);
    float: right;
}

.popoWarp .cont .white .texts form ul li .riHasCode {
    position: relative;
}

.popoWarp .cont .white .texts form ul li .riHasCode input {
    padding-right: 50%;
}

.popoWarp .cont .white .texts form ul li .riHasCode .button {
    height: 100%;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    padding: 0 20px;
    font-size: 16px;
    color: #f56d2f;
    cursor: pointer;
}

/* 提示弹窗 end */

/* 提示弹窗 end */


/* 加载更多 */
.club_union_more {
    text-align: center;
    margin-top: 25px;
}

.club_union_more a {
    display: inline-block;
    color: #999;
    font-size: 18px;
}

.club_union_more a:hover {
    color: #f57130;
}


/* 活动报名 start */
.club_activity_lists>li {
    overflow: hidden;
    margin-top: 35px;
    background-color: #fff;
    border-radius: 15px;
    height: 213px;
}

.club_activity_lists>li:hover .club_activity_div2_tit {
    color: #f67031;
}

.club_activity_lists1>li {
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px;
    height: 213px;
}

.club_activity_lists1>li:hover .club_activity_div2_tit {
    color: #f67031;
}


.club_activity_div2 {
    width: 55%;
    float: left;
    padding: 25px;
    box-sizing: border-box;
    transform: skewX(-15deg);
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.club_activity_div2s {
    transform: skewX(15deg);

}

.club_activity_div2_tit {
    font-size: 22px;
    color: #333;
    min-height: 60px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.oneLineTitle .club_activity_div2_tit {
    height: 30px;
    min-height: 30px;
}

.club_activity_div2_span {
    color: #999;
    font-size: 16px;
    min-height: 45px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.club_activity_div2_sign {
    font-size: 16px;
    color: #f67031;
    position: relative;
}


.popup_apply{
    background: url("../images/popup.png") no-repeat center center;
    background-size: 100% 100%;
    width: 110px;
    height: 150px;
    position: absolute;
    top: -160px;
    left: -20px;
    padding: 10px 20px;
    text-align: center;
    display: none;
}

.popup_apply img{
    width: 100px;
	height: 100px;
}

.popup_apply p{
    text-align: center;
    margin-top: 10px;
}

.oneLineTitle .club_activity_div2_sign {
    margin-top: 38px;
}

.club_activity_div3 {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.club_activity_div3 img {
    width: 100%;
    height: 100%;
    border-radius: 0 15px 15px 0;
    border: none;
    object-fit: cover;
}

/* 模块居中 */
.container {
    width: 1200px;
    margin: 0 auto;
}

/* 详情页标题 */
.club_style_del_tname {
    margin-bottom: 0;
    padding-top: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.club_style_del_tdiv1 {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.club_style_del_tl {
    width: 60%;
}

.club_style_del_tl_link {
    display: inline-block;
    vertical-align: middle;
}

.club_style_del_pic_i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

.club_style_del_pic_i img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.club_style_del_club_name {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #666;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.club_style_del_club_name span b {
    font-weight: normal;
}

.club_style_del_club_time {
    font-size: 18px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.club_style_del_tr {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
    font-size: 16px;
    color: #999;
}

.club_style_del_tr span {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.club_style_z {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/club_style_z.png) center center no-repeat;
    cursor: pointer;
}

.club_style_z.on {
    background: url(../images/club_style_z1.png) center center no-repeat;
}

.club_style_detail {
    padding-top: 25px;
}

.club_style_href {
    color: #f56d2f;
    font-size: 16px;
}

.club_style_href:hover {
    opacity: 0.6;
    color: #f56d2f;
}


/* 首页-合作伙伴 */
.home_club_partner_list {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 0 30px 0;
}

.home_club_partner_list>li {
    border-bottom: 1px solid #e5e5e5;
    padding: 35px 0 30px;
}

.home_club_partner_list>li:last-child {
    border-bottom: 0;
}

.home_club_partner_tit {
    font-size: 26px;
    color: #333;
    margin-bottom: 25px;
    font-weight: bold;
}

.home_club_partner_lists li {
    width: 19%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 30px;
    cursor: pointer;
}

/**
 * @Description: 鼠标经过手型
 * @Author: longhaiyan
 * @Date: 2020-04-15 15:39:54
 */
.cursor {
    cursor: pointer
}

/**
 * @Description: 个人中心右半边模块
 * @Author: Liangxinyang
 * @Date: 2020-04-16 15:38:51
 */
.rightContWarp {
    float: right;
    width: 880px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scroll::-webkit-scrollbar {
    width: 8px;
    height: 16px;
    background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D3D4DB;
}

/* 弹窗 */
.release_box {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    /* display: flex;
    justify-content: center;
    align-items: center; */
    z-index: 20;
    display: none;
    position: fixed;
}


.close_btn {
    width: 30px;
    height: 30px;
    margin-bottom: 30px;
    float: right;
    cursor: pointer;
}

.release_inner {
    clear: both;
}

.inner_ertical {
    width: 4px;
    height: 24px;
    background-color: #f56d2f;
    border-radius: 2px;
    margin-right: 14px;
    margin-top: 3px;
}

.top_txt {
    font-size: 22px;
    color: #333333;
}

.release_inner_top {
    background: #f5f6fa;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.release_inner {
    background: #fff;
    width: 760px;
    border-radius: 8px;
    overflow: hidden;
}

.left_txt {
    font-size: 16px;
    color: #666666;
}

.left_must {
    font-size: 16px;
    color: #ff1717;
}

.inner_list {
    margin: 0px auto;
}

.list_left {
    width: 104px;
    padding-top: 11px;
}

.title_input {
    width: 449px;
    height: 44px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    padding: 0px 10px;
    font-size: 16px;
    color: #b3b3b3;
}

.content_input {
    width: 450px;
    height: 98px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    font-size: 16px;
    color: #b3b3b3;
    padding: 10px 10px;
}

.inner_list td {
    vertical-align: top;
    padding-bottom: 24px;
}

.release_imide {
    width: 335px;
    height: 60px;
    background-color: #f56d2f;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
    border: 1px solid #f56d2f;
}

.release_imide:hover {
    color: #f56d2f;
    background: #fff;
    cursor: pointer;
}

.release_body {
    width: 760px;
    height: 650px;
    /* margin: 0px auto; */
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

/* 暂无数据 */
#nodata {
    display: none;
}

.no_data {
    text-align: center;
    font-size: 16px;
    padding: 30px 0;
}

.no_data p {
    margin-top: 20px;
}

.no_data p a {
    color: #f57130;
}

.no_data p a:hover {
    color: #f57130;
    opacity: 0.8;
}

/* 首页  赛事报名 */
.entryBox {
    width: 100%;
    height: 280px;
    background-color: #ffffff;
    box-shadow: 0px 8px 28px 2px rgba(131, 131, 131, 0.1);
    border-radius: 15px;
}

.entryBox a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.entryBox_left {
    float: left;
    height: 100%;
    box-sizing: border-box;
    width: 701px;
}

.entryBox_right {
    float: right;
    width: 499px;
    height: 100%;
    position: relative;
}

.apply_qrCode {
    margin-top: 36px;
    height: 208px;
    padding: 36px 42px;
    box-sizing: border-box;
    border-right: 1px solid rgba(153, 153, 153, 0.23);
}

.apply_qrCode img {
    width: 107px;
    height: 107px;
}

.apply_qrCode p {
    color: #999999;
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
}

.entryBox_left .club_activity_div2 {
    background: transparent;
    position: relative;
    height: 100%;
    width: 500px;
    padding-top: 36px;
    padding-bottoms: 36px;
}

.entryBox_right .club_activity_div3 {
    width: 100%;
}

.hypotenuse {
    position: absolute;
    top: 0px;
    width: 76px;
    height: 100%;
    right: 460px;
    z-index: 1;
    padding: 25px;
    box-sizing: border-box;
    transform: skewX(-15deg);
    background-color: #fff;
    z-index: 10;
}

.entryBox .club_activity_div2_tit {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: auto;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.entryBox .club_activity_div2_span {
    margin-bottom: 0px;
}

.entryBox .club_activity_div2_span span {
    display: block;
    padding-left: 24px;
    float: left;
}

.entryBox .club_activity_div2_span .local {
    margin-right: 10px;
    background: url("../images/home_local.png") no-repeat left 3px;
    background-size: 16px 18px;
    width: 125px;

}

.entryBox .club_activity_div2_span .time {
    background: url("../images/home_time.png") no-repeat left 3px;
    background-size: 16px 16px;
    width: 262px;
}

.countDownBox>p {
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
}

.countDownBox_content .itemBox {
    float: left;
    margin-right: 14px;
}

.countDownBox_content .item {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background: url("../images/home_apply_time_bg.png") no-repeat center center;
    background-size: 56px 56px;
    font-size: 30px;
    font-family: HansKendrick-Regular;
}

.countDownBox_content .itemBox p {
    font-family: HansKendrick-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    text-align: center;
}

/* 首页  赛事报名 end*/

/* 赛事公告 */
.announcement_con {
    background-color: #f7f7f7;
    min-width: 1200px;
    margin: 0 auto;
}

.announcement_content {
    width: 1200px;
    margin: 40px auto 0px;
}

.announcement_tit {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.announcement_list {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 30px;
    /* background-color:#2b2d3b; */
}

.announcement_list>li {
    border-bottom: 1px solid #dedede;
}

/* .announcement_list>li:last-child{
    border-bottom:0;
} */
.announcement_list>li>a {
    display: block;
    color: #fff;
    padding: 30px 0;
}

.announcement_list>li:hover .announcement_tit {
    color: #f57130;
}

.announcement_div1 {
    opacity: 0.8;
    color: #333333;
    margin: 25px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.announcement_div1 p{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.announcement_p1 {
    opacity: 0.6;
    font-size: 16px;
    color: #333333;
}

.announcement_p2 {
    text-align: center;
}

.announcement_p2 a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: #f57130;
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    margin: 40px 0px 80px;
}

.announcement_p2 span {
    display: inline-block;
}

.announcement_p2 .icon_right {
    width: 10px;
    height: 18px;
    vertical-align: middle;
    margin-top: -2px;
}

/* 赛事公告 end*/


/* 公告标题*/
.publicTitleBox {
    padding-top: 80px;
    text-align: center;
}

.publicTitleBox2 {
    display: inline-block;
    height: 104px;
    line-height: 104px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    min-width: 102px;
    position: relative;
}

.publicTitleBox2.style1 {
    background: url("../images/tit_center_icon.png") no-repeat center center;
    background-size: 102px 103px;
}

.publicTitleBox2.style2 {
    background: url("../images/tit_center_icon2.png") no-repeat center center;
    background-size: 102px 103px;
}

.publicTitleBox2.style1:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 21px;
    background: url("../images/tit_left_icon.png") no-repeat center center;
    background-size: 26px 21px;
    left: -40px;
    top: 50%;
    margin-top: -10px;
}

.publicTitleBox2.style1:after {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 21px;
    right: -40px;
    top: 50%;
    margin-top: -10px;
    background: url("../images/tit_right_icon.png") no-repeat center center;
    background-size: 26px 21px;
}


.publicTitleBox2.style2:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 21px;
    left: -40px;
    top: 50%;
    margin-top: -10px;
    background: url("../images/tit_left_icon2.png") no-repeat center center;
    background-size: 26px 21px;
}

.publicTitleBox2.style2:after {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 21px;
    right: -40px;
    top: 50%;
    margin-top: -10px;
    background: url("../images/tit_right_icon2.png") no-repeat center center;
    background-size: 26px 21px;
}

.publicTitleBox2.style2 {
    color: #fff !important;
}

/* 公告标题 end*/


/* 按钮 style*/
.btnBox {
    width: 100%;
    background: #fff;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 9;
}

.btnBox .content_con {
    text-align: center;
}

.btnBox .item2 {
    display: inline-block;
    margin-left: 16px;
    width: 154px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 4px;
    font-size: 16px;
    color: #666666;
    position: relative;
    cursor: pointer;
}

.btnBox .item2:first-child {
    margin-left: 0px !important;
}

.btnBox .item2.active {
    background-color: #f57130;
    color: #ffffff;
}

/* .btnBox .item2.item3:hover .item2_hover {
    display: block;
} */

.btnBox .item2_hover {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff4ef;
    width: 154px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 4px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}

.btnBox .item2_hover a {
    width: 154px;
    height: 50px;
    display: inline-block;
}

.btnBox .item2_hover a:hover {
    background: #f57130;
    border-radius: 4px;
    color: #fff
}

.btnBox .item2_hover a.active {
    background-color: #f57130;
    color: #ffffff;
}

/* 按钮 */

/* 赛事直播 */
.match_time_table {
    min-width: 1200px;
    margin-top: 50px;
}

.match_table_con {
    width: 1200px;
    margin: 0 auto 40px;
    box-shadow: 0px 8px 28px 2px rgba(131, 131, 131, 0.1);
}

.home_index_match_vedio {
    width: 100%;
    height: 300px;
    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;
}

.match_mv {
    overflow: hidden;
    /* background-color:#282b3b; */
    border-radius: 10px;
}

.match_mv_l {
    width: 50%;
    padding: 0;
}

.match_mv_r {
    width: 50%;
    padding: 40px 25px 50px;
    box-sizing: border-box;
    color: #fff;
}

.match_mv_tit {
    font-size: 22px;
    margin-bottom: 30px;
}

.match_mv_tit i {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 20px;
    background-color: #f57130;
    margin-right: 10px;
    margin-top: 2px;
}

.match_mv_tit span {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}

.match_mv_list li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 18px;
}

.match_mv_list li:last-child {
    margin-bottom: 0;
}

.match_mv_list li span {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    margin-right: 8px;
}

.match_mv_list li p {
    /* display:inline-block; */
    vertical-align: top;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: right;
    color: #666;
}

/* 赛事直播 end*/


/*赛事历史 活动列表 */
.content::after {
    content: '';
    display: table;
    clear: both;
}

.contentBox .item {
    width: 580px;
    height: 480px;
    float: left;
    border-radius: 8px;
    margin-right: 25px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0px 8px 28px 2px rgba(131, 131, 131, 0.1);
    border-radius: 0px 0px 8px 8px;
}

.contentBox .item:hover .item_con_t {
    color: #f56d2f;
}

.contentBox .item:nth-child(2n) {
    margin-right: 0;
}

.contentBox .item_top {
    position: relative;
}

.contentBox .item_top_img {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    height: 29px;
    line-height: 29px;
    width: 116px;
    font-size: 16px;
    background-color: #f56d2f;
    border-radius: 6px 0 6px 0;
    text-align: center;
}

.contentBox .item_top_img>img {
    width: 20px;
    height: 15px;
    margin-right: 7px;
}

.contentBox .item_top>img {
    width: 580px;
    height: 300px;
    border-radius: 8px 8px 0px 0px;
}

.contentBox .item_con_t {
    color: #333333;
    font-size: 22px;
    margin-top: 15px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.contentBox .item_con_b {
    padding: 0 20px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    /* opacity: 0.6; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contentBox .item_bottom {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.contentBox .item_bottom_l {
    display: flex;
}

.contentBox .item_bottom_l {
    font-size: 18px;
    color: #999999;
    /* opacity: 0.3; */
}

.contentBox .item_bottom_r {
    color: #999999;
    /* opacity: 0.4; */
    font-size: 18px;
}

.contentBox .item_bottom_r img {
    width: 20px;
    height: 12px;
    margin-right: 6px;
}

.contentBox .item_bottom_r span {
    vertical-align: middle;
}

.contentBox .detail_master {
    width: 1200px;
    margin: 0 auto;
}

.master_wrap::after {
    content: '';
    display: table;
    clear: both;
}

/* 赛事历史 */

/* 冠军展示 */
.result_list .item {
    margin-bottom: 40px;
}

.result_list .item tr td {
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid rgba(212, 197, 197,0.5);
    font-size: 16px;
    line-height: 20px;
    padding: 15px 10px;
    text-align: center;
    color: #666666;
}

.result_list .item .item-title {
    height: 50px;
    background-color: #f56d2f !important;
    opacity: 0.95;
}

.result_list .item .item-title td {
    color: #ffffff;
    font-size: 18px;
}

.result_list .item tr td:last-child {
    border-right: 0px;
}

.result_list .item tr:nth-child(odd) {
    background-color: #f7f7f7;
}


/* 冠军展示 :end */

/* 表单填写 */
.fill_form {
    margin-bottom: 30px;
}

.fill_form_tit {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.fill_form_tit i {
    display: inline-block;
    vertical-align: middle;
    background-color: #f56d2f;
    width: 3px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

.fill_form_tit span {
    display: inline-block;
    vertical-align: middle;
}

.fill_form_list {
    /* overflow: hidden; */
    border-bottom: 1px solid #60626c;
}

.fill_form_list>li {
    display: inline-block;
    vertical-align: middle;
    width: 48.5%;
    margin-right: 30px;
    margin-bottom: 30px;
}

.fill_form_list>li:nth-of-type(2n) {
    margin-right: 0;
}

.fill_form_list_p1 {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    text-align: right;
    font-size: 16px;
    margin-right: 25px;
    margin-top: 15px;
}

.fill_form_list_p1 i {
    color: #ff1215;
}

.fill_form_list_div0 {
    display: inline-block;
    vertical-align: top;
    width: 65.6%;
    position: relative;
}

.fill_form_list_div1 {
    border: 1px solid #95969d;
    border-radius: 4px;
}

.fill_form_list_div1 input {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

.fill_form_list_div1.error {
    border: 1px solid #ff1215;
}

.fill_form_list_div1.error input {
    color: #ff1215;
}

.fillInForm_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.fillInForm_readonly {
    cursor: pointer;
}

.fill_form_list_ul {
    background-color: #f7f7f7;
    border-radius: 4px;
    display: none;
    position: absolute;
    z-index: 15;
    top: 51px;
    width: 100%;
    box-sizing: border-box;
    max-height: 200px;
    overflow: auto;
}

.fill_form_list_ul>li {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    font-size: 16px;
}

.fill_form_list_ul>li:last-child {
    border-bottom: 0;
}

.fill_form_list_ul>li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #666;
}

.fill_form_list_ul>li.read,
.fill_form_list_ul>li.read:hover {
    opacity: 0.3;
}

.fill_form_list_ul>li:hover {
    background: #f57130;
    border-radius: 4px;
}

.fill_form_list_ul>li:hover span {
    color: #fff !important;
}

.fill_form_list_ul>li span.fill_form_list_ul_span {
    min-width: 150px;
}

.fill_form_list_div1_p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 20%;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.fill_form_list_div1_p .fillInForm_icon {
    right: 5px;
}

.fill_form_list_div1 input.fill_form_shot_input {
    width: 78%;
    border-left: 1px solid #95969d;
}

.fill_form_list_phone {
    background-color: #3c3f51;
    padding: 0 15px;
    width: 15%;
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 15;
    border-radius: 4px;
    display: none;
}

.fill_form_list_phone>li {
    border-bottom: 1px solid #616473;
    padding: 10px 0;
    font-size: 16px;
    cursor: pointer;
}

.fill_form_list_phone>li:hover {
    opacity: 0.8;
}

.fill_form_btn {
    text-align: center;
}

.fill_form_btn1 {
    padding: 15px;
    width: 335px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 10px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.return_btn {
    background-color: #3d4051;
    border: 1px solid #3d4051;
}

.return_btn:hover {
    background-color: transparent;
    border: 1px solid #3d4051;
}

.next_btn {
    background-color: #f56d2f;
    border: 1px solid #f56d2f;
}

.next_btn:hover {
    background-color: transparent;
    border: 1px solid #f56d2f;
    color: #f56d2f;
}

/* 活动承办 */
.listBox2 {
    width: 100%;
    margin-bottom: 40px;
}

.listBox2 .listbox_item {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #e6e6e6;
    /* cursor: pointer; */
    display: block;
}

.listbox_item:hover .listbox_item_right_title {
    color: #f57130 !important;
}

.listBox2 .listbox_item .listbox_item_left {
    width: 340px;
    height: 220px;
    background-color: #cbcbcb;
    border-radius: 8px;
}

.listBox2 .listbox_item .listbox_item_left img{
    height: 100%;
    width: 100%;
}

.listBox2 .listbox_item .listbox_item_right {
    padding-left: 40px;
    width: 860px;
    height: 220px;
    box-sizing: border-box;
}

listbox_item_right_box span {
    display: inline-block;

}

.listBox2 .listbox_item .listbox_item_right .listbox_item_right_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.listBox2 .listbox_item .listbox_item_right .listbox_item_right_content {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 20px 0px 60px;
}

.listBox2 .listbox_item .listbox_item_right .listbox_item_right_rt {
    height: 50px;
    line-height: 50px;
}

.listBox2 .listbox_item .listbox_item_right .listbox_item_right_rt span {
    display: inline-block;
    padding: 0px 24px;
    color: #999999;
    font-size: 16px;
}

.listBox2 .listbox_item .listbox_item_right .listbox_item_right_rt .time {
    background: url("../images/home_time.png") no-repeat left center;
    background-size: 16px 16px;
}

.listBox2 .listbox_item .listbox_item_right .listbox_item_right_rt .local {

    background: url("../images/home_local.png") no-repeat left center;
    background-size: 16px 18px;
}

.listBox2 .listbox_item .listbox_item_right .listbox_item_right_rt .see {

    background: url("../images/look2.png") no-repeat left center;
    background-size: 22px 16px;
    padding-left: 30px;
}


.listBox2 .listbox_item .listbox_item_right .listbox_item_right_rt .more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f57130;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
}

.listBox2 .listbox_item .listbox_item_right .listbox_item_right_rt .more img {
    width: 10px;
    height: 18px;
    margin-left: 10px;
    margin-top: -2px;
}

/* 活动承办 end */


/* 上一页 下一页 */
.pageChanges {
    width: 100%;
    margin-top: 40px;
}

.pageChanges .pageChanges_left {
    width: 1000px;
}

.pageChanges .pageChanges_left a {
    display: block;
    line-height: 32px;
    height: 32px;
}

.pageChanges .pageChanges_left a span {
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.pageChanges .pageChanges_right {
    background-color: #f7f7f7;
    border-radius: 4px;
    font-size: 16px;
    padding: 16px 20px;
    line-height: 30px;
    color: #999999;
    margin-top: -2px;
}

.pageChanges .pageChanges_right img {
    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 5px;
}

.pageChanges .pageChanges_right img.list_icon2 {
    display: none;
}

.pageChanges .pageChanges_right:hover {
    background-color: #f57130;
    color: #fff;
}

.pageChanges .pageChanges_right:hover .list_icon2 {
    display: inline-block;
}

.pageChanges .pageChanges_right:hover .list_icon {
    display: none;
}

/* 上一页 下一页 */

/* 登录弹窗 start */
.mall_login {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.mall_login_b {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.mall_close_btn {
    float: right;
    width: 30px;
    height: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}
.mall_close_btn_b {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 120px;
    cursor: pointer;
}
.mall_login_main {
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -380px;
    width: 760px;
}


.mall_login_main_body {
    width: 760px;
    clear: both;
    border-radius: 8px;
    overflow: hidden;
}

.mall_login_main_top {
    width: 760px;
    height: 80px;
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
}

.mall_vertical_line {
    width: 4px;
    height: 24px;
    background-color: #f56d2f;
    border-radius: 2px;
    margin: 0px 14px 0px 48px;
}

.mall_login_main_top span {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.mall_login_main_content {
    height: 492px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 86px 40px 0px;
    overflow: hidden;
    text-align: center;
}

.mall_login_main_content img {
    width: 240px;
    height: 240px;
    border: solid 1px #e5e5e5;
    margin-bottom: 25px;
}

.mall_login_main_content p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.mall_login {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

/* 登录弹窗 end */


.clubWarp ul li {
    margin-top: 40px;
    width: 48%;
    /* height: 203px; */
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0 28px;
    box-sizing: border-box;
}


/* 推荐俱乐部 */
.clubWarp li {
    background-color: #fff;
    padding: 0 35px;
    box-shadow: 0px 8px 28px 2px rgba(131, 131, 131, 0.1);
    border-radius: 8px;
    margin-top: 20px;
}

.clubWarp li:nth-child(odd) {
    float: left;
}

.clubWarp li:nth-child(even) {
    float: right;
}

.clubWarp li .tit {
    padding: 19px 0;
    border-bottom: 1px solid #eee;
}

.clubWarp li .tit .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin-top: -40px;
    float: left;
}

.clubWarp li .tit .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.clubWarp li .tit .name {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    float: left;
    margin-left: 20px;
}

.clubWarp li .tit button {
    display: block;
    float: right;
    width: 130px;
    height: 40px;
    background-color: #f57130;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.clubWarp .gray .tit button {
    background-color: #EBEBEB;
    color: #999;
}

.clubWarp li .tit button:hover {
    background-color: #FFF;
    color: #f57130;
    border: 1px solid #f57130;
}

.clubWarp .gray .tit button:hover {
    background-color: #EBEBEB;
    color: #999;
    border: 1px solid #EBEBEB;
}

.textWarp {
    padding: 7px 0;
}

.textWarp .textlist {
    width: 50%;
    float: left;
    padding: 15px 0;
}

.textWarp .textlist .le {
    font-size: 18px;
    color: #999999;
    width: 82px;
    display: inline-block;
}

.textWarp .textlist .ri {
    font-size: 18px;
    color: #333333;
    width: calc(100% - 90px);
    display: inline-block;
}

.clubWarp .secondLi {
    margin-top: 50px;
}

.hide{
    display: none;
}

/* 推荐俱乐部 end */


/* 俱乐部排名 */
.home_active_list{
    border-radius:10px;
    background-color:#fff;
    padding:0 35px;
    box-shadow: 0px 8px 28px 2px 
		rgba(131, 131, 131, 0.1);
	border-radius: 8px;
}
.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_txt,
.home_active_list>li.second .home_active_txt,
.home_active_list>li.third .home_active_txt{
    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;
}
/* 俱乐部排名 end*/

.btnBoxHeight{
    display: none;    
}

/* 右侧菜单栏 和 二维码 */

.right_menu {
    position: fixed;
    top: 45%;
    right: 0px;
    width: 74px;
	background-color: #ffffff;
	box-shadow: 0px 2px 10px 0px 
        rgba(178, 178, 178, 0.3);
    /* text-align: center; */
}

.menu_item_img {
    height: 26px;
    margin-bottom: 10px;
}

.menu_item {
    text-align: center;
    width: 100%;
    padding: 12px 0px 18px;
}

.menu_item + .menu_item{
    border-top: 2px solid #f0f0f0;
}

.img_white {
    display: none;
}

.menu_item_txt {
    font-size: 14px;
	color: #666666;
}
.menu_item:hover, .menu_item.on {
    background: #f67130;
    cursor: pointer;
}
.menu_item:hover .menu_item_txt {
    color: #fff;
}
.menu_item:hover .img_white, .menu_item.on .img_white {
    display: inline;
}
.menu_item:hover .menu_item_txt, .menu_item.on .menu_item_txt {
    color: #fff;
}
.menu_item:hover .img_gray, .menu_item.on .img_gray {
    display: none;
}
.menu_item:hover .img_white {
    display: inline;
}

.menu_item:hover .img_gray {
    display: none;
}

.more{
    display: inline-block;
    width: 100%;
	height: 62px;
	background-color: #f7f7f7;
    border-radius: 4px;
    font-size: 16px;
    line-height: 62px;
    text-align: center;
	color: #999999;
}