body{
    background-color: #f2f2f2;
}
#main{
    margin-top:0;
}
#content-section{
    padding: 0;
}
.beforeEach{
    /*padding-top:20px;*/
}
.beforeEach p span,
.beforeEach p span a,
.beforeEach p b{
    color: #999;
}
.banner{
    width:100%;
    height:310px;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(/static/img/match/banner_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_bg{
    width:100%;
    height:100%;
}
.match_detail_info{
    margin-top: 45px;
}
.match_detail_info .match_img{
    width: 340px;
    height: 170px;
    border: 1px solid #666;
    margin-right: 30px;
}
.match_detail_info .match_img img{
    width: 100%;
    height: auto;
}
.match_detail_info .match_title{
    height: 70px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 5px;
}
.match_detail_info .match_info_con .match_con{
    color: #ddd;
    font-size: 14px;
}
.match_detail_info .match_info_con .match_con p{
    margin-bottom: 0;
}
.state_btn{
    padding: 0;
    text-align: right;
    position: absolute;
	right: 5%;
	top: 30px;
	/* width: 120px; */
	/* height: 50px; */
	font-size: 24px;
	outline: none!important;
    box-shadow: none;
    
}
.state_btn span{
    display: block;
    /* width: 162px;
    height: 64px; */
    text-align: center;
    /* line-height: 64px; */
    border-radius: 3px;
    font-size: 20px;
    padding:5px 8px;
    color: #fff;
    float: right;
}
.state_btn span.match_reg{
    background-color: #60b946;
}
.state_btn span.match_end{
    background-color: #999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.state_btn span.match_ing{
    background-color: #f37834;
}
.state_btn span.reg_ready{
    color: #000;
    background: #ffdc00;
}
.eventDetail-con{
    margin:0 auto;
    width: 100%;
}
/* .macth_project{
    width: 1010px;
}
.club_list {
    width: 300px;
    background-color: #fff;
}
.club_list div.but {
    height: 70px;
    padding: 22px 0;
}
.club_list div.but div.but_box {
    width: 70px;
    margin:auto;
}
.club_list div.but_box div {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: purple
} */
.detail_title{
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #f37834;
    margin-top: 20px;
    width: 100%;
}
.club_info {
    width: 100%;
    padding-top: 10px;
    height: 290px;
    background-color: #fff;
}
.club_info ul {
    width: 100%;
}
.club_info ul li {
    width: 100%;
    height: 70px;
    padding:10px;
    border-top: 1px solid #eee;
    cursor: pointer;
}
.club_info ul li:hover div.content div.add {
    background-color: #40acaf;
    color: #fff;
}
.club_info ul li:first-child {
    border:none;
}
.club_info ul li i.img {
    height: 50px;
    width: 50px;
    background: purple;
    display: block;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.club_info ul li div.content {
    width: 75%;
    padding:10px 0;
    height: 70px;
    position: relative;
    float: left
}
.club_info ul li div.content div.title {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.club_info ul li div.content div.add{
    height: 18px;
    padding: 0 5px;
    color: #40acaf;
    position: absolute;
    bottom: 20px;
    left: 0
}
.club_info ul li img {
    display: none;
    max-width: 100%;
}
.detail_title .title_text{
    height: 50px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.detail_title .f_right{
    padding-right: 40px;
}

.project_con{
    /*background: #fff;*/
    padding-bottom: 40px;
}
.project_con .project_item{
    height: 140px;
    border-bottom: 1px solid #ddd;
    padding: 0 40px;

}
.project_con .project_item .project_title{
    font-size: 16px;
    color: #000;
    line-height: 75px;
    font-weight: bold;
}
.project_con .project_item .project_price,.project_con .project_item .project_price span em{
    color: #f37834;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
.project_con .project_item .project_price span em{
    padding-left: 0;
}
.project_con .project_item .project_price span i{
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.project_item .project_btn button{
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    border: 0;
    background: #f37834;
    cursor: pointer;
}
.project_item .reg_type .project_btn button{
    display:block;
    margin-bottom: 10px;
}
.project_item .reg_type .project_btn{
    margin-top: -40px;
}
.project_item .end_state button{
    background: #999;
    cursor: auto;
}
.project_item .ready_state button{
    background: #ffdc00;
    color: #000;
    cursor: auto;
}
.match_reading button{
    cursor: auto;
}
.macth_rule_con{
    padding: 0 40px 110px;
    background: #fff;
}
.macth_rule_con img{
    max-width: 100%;
}
.macth_info{

}
.macth_info .macth_info_text{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 25px;
}

.macth_info h5{
    /* padding-top: 5px; */
    border-top: 1px solid #f37834;
    /* margin-top: 5px; */
    margin-bottom: 5px;
}
.macth_info h5 span{
    display: block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-right: 20px;
    /* background: url(/static/themes/img/match/macth_info_title.png) no-repeat; */
	position: relative;
}
.macth_info h5 span dd {
	position:absolute;
	top: -28px;
	left: 10px;
}
.coupon_icon{
    cursor: pointer;
}

.eventDetailBanner{
    position: relative;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.yancheng_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.yancheng_img img:first-child{
    width: 13%;
    left: 25px;
}
.yancheng_img img{
    width: 70%;
    position: absolute;
    left: 18%;
    top: 10%;
}
@media (max-width: 768px){
    .macth_info .macth_info_text img{
        width: 100%!important;
    }
    .eventDetailBanner{

    }
    .yancheng_img img{
        width: 55%;
        position: absolute;
        left: unset;
        top: 14%;
        right: 15px;
    }

    /* .matchSearch{
        display: flex;
    } */
}
.mob_more {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    display: none;
}
/* 免则声明 start */
.declare_layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-y: scroll;
    background: rgba(0,0,0,.5);
    z-index: 100000;
}
.declare{
    width: 970px;
    margin: 0 auto;
    background: #fff;
}
.detail_title .close{
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 12px;
    background: url(/static/themes/img/match/close.png) no-repeat;
    cursor: pointer;
}
.declare_text{
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
    height: 450px;
    overflow-y: scroll;
}
.declare_text p{
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.declare_btn{
    height: 90px;
    padding-top: 20px;
}
.declare_btn a{
    font-size: 16px;
    color: #fff;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    background: #f37834;
}
/* 免则声明 end */

/* 赛事分组筛选 start  */
.macth_group{
    border-style:solid;
	border-width: 1px;
	border-color: #ddd;
    /* border-left: 10px solid #f37834; */
    margin-top: 50px;
    padding: 10px 0;
    background: #fff;
}
.macth_group .group_box{
    padding: 0 25px;
}
.macth_group .sort_title{
    padding-right: 30px;
    width: 95px;
    float: left;
    line-height: 36px;
}
.macth_group .sort_title span{
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.macth_group .sort_item{
    color: #333;
    font-size: 14px;
    width: 890px;
    float: left;
    line-height: 36px;
    padding-bottom: 10px;
}
.macth_group .sort_item span{
    display: inline-block;
    padding: 0 8px;
    line-height: 24px;
    margin-right: 7px;
    cursor: pointer;
}
.macth_group .sort_item span:hover,.macth_group .sort_item span.active{
    color: #fff;
    background: #f37834;
}
.macth_group .sort_item .pro_child{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}
.macth_group .sort_item .pro_child span:hover,.macth_group .sort_item .pro_child span.active{
    /* background: none;
    color: #000; */
}
.macth_group .sort_item .pro_child2{
    color: #999;
}
/* 赛事分组筛选 end  */

/* 7.12 修改 */
.project_con .project_item .project_title span{
    display: inline-block;
    width: 35%;
}
.project_con .project_item .project_title span.rule{
    font-size: 14px;
    color: #000;
    width: auto;
}
.project_con .project_item .project_title span.rule:hover{
    color: #f37834;
    text-decoration: underline;
    cursor: pointer;
}
.search_null{
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
}
.page_{
    text-align: center;
    padding-bottom: 10px;
}
.page_ button{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
/* 7.12 修改 */
.matchSearch{
    padding-top: 10px;
}
.matchSearch input {
    height: 30px;
    line-height: 20px;
    border: 1px solid #ddd;
    padding: 0 5px;
    background: none;
    float: left;
    border-radius: 0;
    -webkit-appearance: none;
}
.matchSearch button{
    height: 30px;
    border: 0;
    float: left;
    line-height: 15px;
    padding: 0 10px;
    color: #fff;
}
@media (max-width: 768px) {
    .matchSearch{
        display: flex;
    }
    .macth_project ,.club_list{
        width: 100%;
    }
    .mob_more {display: block;}
}

/* 优惠券弹框 start */
.coupon_layer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 10001;
}
.coupon_con{
    position: absolute;
    width:970px;
    top: 10%;
    left: 50%;
    margin-left: -485px;
    padding: 10px;
    background: rgba(255,255,255,.4);
}
.coupon_content{
    width: 100%;
    background: #fff;
}
.coupon_content .coupon_tit{
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-bottom: 1px solid #999;
}
.coupon_content .coupon_tit .f_left{
    font-size: 14px;
    color: #666;
}
.coupon_content .coupon_tit .f_right{
    width: 20px;
    height: 20px;
    background: url(/static/themes/img/match/close.png) no-repeat;
    margin-top: 7.5px;
    cursor: pointer;
}
.coupon_list{
    width: 100%;
    height: 580px;
    padding: 22px 10px;
    overflow-y: scroll;
}
.coupon_list .item_coupon{
    width: 33.33%;
    height: 260px;
    padding: 0 12px;
    margin-bottom: 20px;
}
.coupon_list .item_coupon .item_coupon_con{
    width: 100%;
    height: 100%;
    border: 1px solid #74d2d4;
}
.coupon_list .item_coupon .coupon_top{
    width: 100%;
    height: 216px;
    background: url(/static/themes/img/match/coupon_bg.png) no-repeat;
    padding: 8px;
    background-size: 100% 100%;
}
.coupon_list .item_coupon .coupon_top .coupon_rule{
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}
.coupon_rule .price{
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-top: 22px;
    padding-bottom: 15px;
}
.coupon_rule .price em{
    font-size: 24px;
    vertical-align: top;
}
.coupon_rule .price span{
    font-size: 40px;
    vertical-align:top;
    line-height: 40px;
}
.coupon_rule .use{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-bottom: 12px;
}
.coupon_rule .coupon_rule_con{
    padding: 0 8px;
}
.coupon_rule .coupon_rule_con ul li{
    font-size: 12px;
    color: #197f81;
    line-height: 18px;
}

.coupon_list .item_coupon .coupon_btn{
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
}
.coupon_btn .get_coupon{
    padding: 5px 10px;
    border: 1px solid #74d2d4;
    color: #74d2d4;
    font-size: 12px;
    background: transparent;
    border-radius: 20px;
    cursor:pointer;
}
.coupon_btn .coupon_ok{
    font-size: 12px;
    color: #666;
}
.coupon_btn .coupon_ok em{
    color: #74d2d4;
    cursor: pointer;
}
.coupon_promt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: transparent;
}
.coupon_promt .coupon_promt_text{
    width: 200px;
    height: 50px;
    border-radius: 10px;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
}
/* 优惠券弹框 end */

.custom-prompt{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px 20px;
}
.custom-prompt h1{
    font-size: 18px;
}
.custom-prompt img{
    width: 250px;
}

@media (max-width: 768px){
    #main{
        width: 100%;
        padding: 0;
    }
    .main{
        width: 100%;
        padding: 0;
    }
    .beforeEach{
        display: none;
    }
    /*.banner_con {*/
        /*width: 100%;*/
        /*left: 0;*/
        /*margin-left: 0;*/
        /*padding: 0 10px;*/
        /*bottom: 10px;*/
    /*}*/

    .eventDetail-con{
        width: 100%;
        /*padding: 0 10px;*/
    }
    .reg_now{
        width: 50%;
        height: 40px;
        line-height: 40px;
        position: unset;
        margin-top: 5px;
    }
    .eventDetailBanner{
        height: 300px;
    }
    .bg_trans{
        height: 70%;
    }
    /*.banner_con h3{*/
        /*margin-bottom: 15px;*/
        /*font-size: 16px;*/
        /*line-height: 25px;*/
    /*}*/
    /*.banner_dec p{*/
        /*font-size: 14px;*/
        /*line-height: 20px;*/
    /*}*/
    .project_con .project_item .project_title{
        line-height: 25px;
    }
    .project_con .project_item{
        padding: 10px 10px;
        height: auto;
    }
    .project_item .reg_type .project_btn{
        position: relative;
        z-index: 1;
    }
    .project_item .reg_type .project_btn button{
        margin-bottom: 0;
        margin-top: 10px;
    }
    .macth_rule_con{
        padding: 0 10px;
    }
    .declare{
        width: 95%;
    }
    .declare_text{
        padding: 10px;
        height: 14rem;
        /*max-height: 4.5rem;*/
    }
    .declare_text p{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* .detail_title{
        height: 45px;
        line-height: 45px;
    } */
    .detail_title .title_text{
        height: 45px;
        font-size: 18px;
        background-size: 100%;
    }
    .rule .detail_title .title_text{
        background-size: 100%;
    }
    /* 7.13 新增 start */
    .macth_group{
        border-left: 5px solid #f37834;
        margin-top: 15px;
    }
    .macth_group .group_box{
        padding: 0 10px;
    }
    .macth_group .sort_title{
        max-width: 30%;
        padding-right: 15px;
    }
    .macth_group .sort_item{
        width: 68%;
        line-height: 30px;
    }
    /* 7.13 新增 end */
    .project_con .project_item .project_title span{
        width: 100%;
        white-space: nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    /* 优惠券领取弹框 */
    .coupon_con{
        width:100%;
        height: 100%;
        overflow-y: scroll;
        top: 0;
        left: 0;
        margin-left: 0;
    }
    .coupon_list{
        height: auto;
        overflow-y: scroll;
    }
    .coupon_list .item_coupon{
        width: 100%;
    }
    .macth_group .group_box .sort_title{
        display: none;
    }
    .macth_group .group_box.group_list .sort_title{
        width: 100%;
        display: block;
        border-bottom: 1px solid #eee;
        max-width: unset;
    }
    .macth_group .group_box .sort_item{
        width: 100%;
    }
    .macth_group .group_box.group_list .sort_item{
        display:none;
    }
    .macth_group .group_box.group_list .sort_item span{
        width: 100%;
    }
}

/*  修改 start  */
.project_table .pro_tit{
    width: 58%;
}
.project_table .pro_rule{
    width: 13%
}
.project_table .pro_price{
    width: 17%;
}
.project_table .pro_state{
    width: 12%;
}
.project_table ul{
    border: 1px solid #e0e0e0;
    margin-left: 0px;
    margin-right: 0px;
}
.project_table .project_context ul{
    border-top: 0;
}
.project_table ul li{
    padding: 15px;
    border-left: 1px solid #e0e0e0;
}
.project_table ul li:first-child{
    border-left: 0;
}
.project_table ul li button{
    border: 0;
    border-radius: 3px;
    /*color: #fff;*/
    width: 90px;
    height: 25px;
    margin-bottom: 5px;
}
button.now_state{
    background: #f37834;
}
.project_table ul li button.ready_state{
    background: #ffdc00;
    color: #000;
}
button.ready_state{
    background: #ffdc00;
    color: #000;
}
button.group_now_state{
    background: #f37834;
}

@media (max-width: 768px) {
    .vue{
        padding-bottom: 20px;
    }
    .banner{
        background-image: unset;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    #content-section {
        padding: 0 !important;
    }
    .match_detail_info{
        position: relative;
        margin-top: 0;
    }
    .match_detail_info .match_img{
        width: 100%;
        height: auto;
        margin-right: 0;
        border: 0;
    }
    .match_detail_info .match_img img{
        width: 100%;
        height: auto;
    }
    .match_info_con{
        width: 100%;
        color: #000;
        background: #fff;
        padding: 10px 15px;
    }
    .match_detail_info .match_title{
        height: auto;
        color:#000;
        font-size: 16px;
    }
    .match_detail_info .match_info_con .match_con{
        color: #000;
        font-size: 14px;
    }
    .state_btn{
        position: absolute;
        top: 40%;
        right: 15px;
    }
    .state_btn span{
		display: flex;
		justify-content: center;
		align-items: center;
        height: 100%;
        font-size: 1rem;
    }
    .project_con{
        padding-bottom: 0;
    }
    .project_title{
        display: none;
    }
    .project_title ul li{
        display:none;
    }
    .project_title ul li.pro_tit{
        display:block;
        width: 100%;
    }
    .project_table ul{
        position: relative;
    }
    .project_table ul li.pro_rule{
        width: 30%;
        position: absolute;
        right: 10px;
        bottom: -3px;
        height: auto;
    }
    .project_table ul li{
        width: 100%;
        border-left: 0;
        padding: 10px 5px;
        height: auto!important;
    }
    .project_table .pro_state{
        width: 30%;
        position: absolute;
        top: 0;
        right: 10px;
    }
    .project_table ul li.pro_state button{
        max-width: 100%;
    }
    .project_table .pro_tit{
        font-size: 14px;
        color: #000;
    }
    .project_table .pro_tit,
    .project_table .pro_price{
        width: 70%;
        text-align: left;
    }
    .volunteer_pro .project_table ul{
        min-height: 70px;
    }
    .volunteer_pro .project_table .pro_price{
        display: none;
    }
}
@media (max-width: 350px) {
    .state_btn {
        top: 30%;
    }
}
/*  修改 end  */