/* 
 * @Description: 2-0-11-0 赛事详情
 * @fileName: matchDetails
 * @Author: FengYong
 * @Date: 2020-04-29 09:25:40
 * @LastEditors: Please set LastEditors
 * @LastEditTime: 2021-11-11 17:02:15
*/
body {
    background-color: #fff;
    min-width: 1200px;
}

.home_nav {
    background-color: #21222f;
}

.bd_whole_top{
    margin-top: 90px;
}

/* 赛事报名 */
.match_entry_sign_list1{
    overflow: hidden;
    /* background-color:#363847; */
}
.match_entry_sign_list1 li{
    padding:15px;
    box-sizing:border-box;
    width:50%;
    float: left;
    color:#333333;
    font-size:16px;
    text-align:center;
    cursor: pointer;
}

.match_entry_sign_list1 li.on{
    color:#fff;
}

.match_entry_sign_list1 li:nth-of-type(1){
    padding-right:50px;
}
.match_entry_sign_list1 li:nth-of-type(2){
    padding-left:50px;
}
.match_entry_sign_list1 li:nth-of-type(1).on{
    background:url(../images/signup_bg01.png) left center no-repeat;
    background-size:100% 100%;
}
.match_entry_sign_list1 li:nth-of-type(2).on{
    background:url(../images/signup_bg02.png) right center no-repeat;
    background-size:100% 100%;
}
.entry_sign_tit{
    font-size:22px;
    margin-bottom:10px;
}
.entry_sign_p1{
    display:inline-block;
    vertical-align:middle;
    margin:0 10px;
    color:#666;
}

.on .entry_sign_p1{
    color:#fff !important;
    opacity: 0.8;
}

.match_entry_sign_list2{
    margin:30px 0;
}
.match_entry_sign_list2>li{
    background-color:#363847;
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    border-radius:5px;
    overflow: hidden;
}
.match_entry_sign_list2>li>span{
    display:block;
    min-width:160px;
    text-align:center;
    padding:10px;
    box-sizing:border-box;
    color:#fff;
    font-size:18px;
    opacity:0.6;
    cursor: pointer;
}
.match_entry_sign_list2>li.on , .match_entry_sign_list2>li:hover{
    background-color:#f56d2f;
}
.match_entry_sign_list2>li.on>span , .match_entry_sign_list2>li:hover span{
    opacity:1;
}

.match_entry_sign_list3{
    overflow: hidden;
}
.match_entry_sign_list3>li{
    border-radius:8px;
    background-color:#363847;
    overflow: hidden;
    margin-right:40px;
    margin-bottom:40px;
    width:48%;
    float: left;
}
.match_entry_sign_list3>li:nth-of-type(2n){
    margin-right:0;
}
.match_entry_sign_list3>li>a{
    display:block;
    color:#fff;
}
.match_entry_sign_type{
    font-size:20px;
    padding:15px 25px;
    background-color:#3e4050;
    display: flex;
    align-items: center;
}
.match_entry_sign_type i{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    background-color:#f56d2f;
    width:3px;
    height:20px;
    border-radius:4px;
}
.match_entry_sign_div2{
    padding:25px;
    box-sizing:border-box;
    overflow: hidden;
    text-align:center;
}
.match_entry_sign_l{
    padding-right:25px;
    width:35%;
    float: left;
    box-sizing:border-box;
    border-right:1px solid #6f7181;
}
.match_entry_sign_r{
    float: left;
    width:65%;
    padding-left:25px;
    box-sizing:border-box;
}
.match_entry_sign_p1{
    font-size:24px;
}
.match_entry_sign_p1 b{
    font-size:32px;
}
.match_entry_sign_p2{
    margin:15px 0 20px;
    opacity:0.4;
    font-size:16px;
}
.match_entry_sign_btn{
    width:100%;
    padding:10px;
    box-sizing:border-box;
    background-color:#56586a;
    font-size:18px;
    border:1px solid #56586a;
    color:#fff;
    border-radius:4px;
    cursor: pointer;
}
.match_entry_sign_btn1{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #56586a;
    font-size: 18px;
    border: 1px solid #56586a;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}
.match_entry_sign_btn:hover{
    background-color:transparent;
}
.match_entry_sign_btn1:hover{
    background-color:transparent;
}
.match_entry_sign_rdiv{
    overflow: hidden;
}

.match-details {
    width: 1200px;
    margin: 0 auto;
}

.details-top {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 358px;
    /* background-color: #282b3b; */
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0px 8px 28px 2px rgba(131, 131, 131, 0.1);
}

.details-top-left {
  /*  width: 300px;
    height: 300px;*/
    border-radius: 6px;
    margin: 0 40px 0 30px;
}

.details-top-left img {
   /* width: 300px;
    height: 300px;*/
    border-radius: 6px;
}

.details-top-right {
    flex: 1;
    height: 300px;
}

.details-top-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 40px;
    font-weight: bold;
}

.left-label {
    font-size: 16px;
    font-weight: normal;
    color: #333333;

    opacity: 0.6;
    margin-right: 30px;
}

.details-top-competitionTime {
    height: 40px;
}

.details-top-competitionTime .date {
    font-size: 16px;
    color: #333333;
}

.details-top-remainingQuota {
    height: 40px;
}

.details-top-remainingQuota .num {
    font-size: 16px;
    color: #333333;
    margin-right: 6px;
}

.details-top-remainingQuota .total {
    font-size: 14px;
    color: #333333;
    opacity: 0.4;
}

.details-top-registrationTime {
    height: 40px;
}

.details-top-registrationTime .time {
    font-size: 16px;
    color: #333333;
}

.details-top-venue {
    height: 40px;
}

.details-top-venue .provisional {
    font-size: 16px;
    color: #333333;
}

details-top-signUpNow2,
.details-top-signUpNow {
    height: 50px;
    width: 200px;
    cursor: pointer;
}

.details-top-signUpNow2 div{
    height: 50px;
    width: 200px;
    line-height: 50px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 4px;
    font-size: 18px;
    color: #999999;
    margin-top: 24px;
    cursor: pointer;
}

.details-top-signUpNow:hover div {
    background-color: transparent;
    color: #f56d2f;
    border: 1px solid #f56d2f;
}

.details-top-signUpNow div {
    height: 50px;
    width: 200px;
    line-height: 50px;
    text-align: center;
    background-color: #f56d2f;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    margin-top: 24px;
}

.tabbar-title {
    overflow: hidden;
    margin-top: 30px;
    border-radius: 8px 8px 0 0;
    border-radius: 4px;
    background-color: #fff5f0;
    width: 1140px;
    margin: 30px auto 0px;
    padding: 5px;
}

.tabbar-title li {
    float: left;
    cursor: pointer;
    color: #999999;
}

.tabbar-title li.on,
.tabbar-title li:hover {
    /* background-color: #282b3b; */
    background: #f57130;
    border-radius: 4px;
    color: #fff !important;

}


.tabbar-title li:first-child{
 
}

.tabbar-title li span {
    display: inline-block;
    padding: 20px 35px;
    font-size: 18px;
}

.tabbar-title li.on span,
.tabbar-title li:hover span {
    opacity: 1;
}

.tabbar-bottom {
    /* background-color: #282b3b; */
    height: 196px;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    display: flex;
}

.tabbar-bottom li {
    width: 100%;
    display: none;
}

.tabbar-bottom li table {
    width: 25%;
    float: left;
}

.tabbar-bottom table tr {
    height: 40px;
    display: flex;
    align-items: center;
}

.tabbar-bottom table tr td:first-child {
    display: inline-block;
    color: #666;
    width: 100px;
    font-size: 18px;
}

.tabbar-bottom table tr td:last-child {
    color: #f56d2f;
    font-size: 14px;
    vertical-align: middle;
}

.tabbar-bottom table tr:first-child td {
    opacity: 0.8;
    display: inline-block;
    color: #666666;
    width: 100px;
    font-size: 16px;
}

/* 赛事介绍 */
.announcement_con {
    /* background-color: #21222f; */
    min-width: 1200px;
    margin: 0 auto;
}

.announcement_content {
    width: 1200px;
    margin: 30px auto;
    background: #fff;
    box-shadow: 0px 8px 28px 2px rgba(131, 131, 131, 0.1);
    border-radius: 0px 4px 4px 4px;
}

.class_room {
    overflow: hidden;
    padding: 30px;
    /* background-color: #282b3b; */
    border-radius: 10px;
}

.match_train_l {
    width: 360px;
    height: 360px;
}

.match_train_r {
    width: 68%;
    height: auto;
}

.match_train_tit,
.match_train_tit1 {
    white-space: normal;
}

.match_train_tit1 {
    opacity: 0.8;
    margin: 30px 0;
}

.class_room_list {
    margin-bottom: 30px;
}

.class_room_list>li {
    color: #fff;
    margin-bottom: 20px;
}

.class_room_list>li i {
    font-style: normal;
    font-size: 16px;
    opacity: 0.6;
    display: inline-block;
    vertical-align: middle;
}

.class_room_list>li span {
    font-size: 18px;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.class_room_list>li b {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    font-weight: normal;
    color: #f57130;
}

.match_train_but {
    cursor: pointer;
    width: 200px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f57130;
    color: #fff;
    font-size: 18px;
    border: 0;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #f57130;
}

.match_train_but:hover {
    background: none;
    color: #f57130;
    border: 1px solid #f57130;
}

.class_room_con {
    padding: 0 30px;
    color: #333333;
    opacity: 0.8;
}

.class_room_tit {
    border-bottom: 1px solid #e6e6e6;
}

.class_room_tit span {
    display: inline-block;
    margin-right: 55px;
    font-size: 18px;
    padding: 25px 0;
    position: relative;
    cursor: pointer;
}

.class_room_tit span.on,
.class_room_tit span:hover {
    color: #f57130;
}

.class_room_tit span.on:after,
.class_room_tit span:hover:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #f57130;
    border-radius: 5px;
}

.class_room_cons {
    padding: 30px 0 0;
    display: none;
    overflow: hidden;
    padding-bottom: 30px;
}

.class_room_cons.current {
    display: block;
    overflow: hidden;
}

.class_room_cons_p {
    opacity: 0.8;
    font-size: 20px;
}

.class_room_cons_div {
    margin: 15px 0 40px;
}

.class_room_cons_div p {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.class_room_cons_list {
    overflow: hidden;
}

.class_room_cons_list li {
    width: 47%;
    float: left;
    margin-right: 50px;
    height: 340px;
}

.class_room_cons_list li:nth-of-type(2n) {
    margin-right: 0;
}

.class_room_cons_list li>img {
    width: 100%;
    height: 100%;
}


.class_room_pic {
    width: 290px;
    height: 420px;
    float: left;
    margin-bottom: 30px;
}

.class_room_pic img {
    width: 100%;
    height: 100%;
}

.class_room_info {
    padding-left: 30px;
    float: right;
    width: 71%;
}

.class_room_info_tit {
    padding: 10px 0 15px;
    border-bottom: 1px solid #21222f;
}

.class_room_info_tit b {
    font-size: 22px;
    margin-right: 10px;
}

.class_room_info_tit span {
    font-size: 18px;
}

.class_room_info_list li {
    font-size: 16px;
    opacity: 0.8;
    margin-top: 10px;
}

/* 我的报名信息 */
.myInfo {
    border-radius: 6px;
}
.myInfo p{
    height: 50px;
    line-height: 50px;
    background-color: #f57130;
    padding-left: 40px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 6px 6px 0 0 ;
}
.myInfo-con {
    padding: 30px 40px;
    /* background-color: #2b2d3b; */
    display: flex;
    align-items: center;
    border-radius: 0 0 6px 6px;

}
.myInfo-table {
    width: 100%;
}
.myInfo-table-title {
    font-size: 16px;
    color: #999;
    /* opacity: 0.6; */
    height: 45px;
}
.myInfo-table-con {
    font-size: 16px;
    color: #333;
    height: 45px;
}
.myInfo-btn {
    width: 200px;
}
.myInfo-btn .myInfo-btn1 {
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
	border-radius: 4px;
    border: solid 1px #f56d2f;
    font-size: 16px;
    color: #f56d2f;
    cursor: pointer;
}
.myInfo-btn .myInfo-btn1:hover {
    background-color: #f56d2f;
    color: #fff;
}
.myInfo-btn .myInfo-btn2 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    width: 200px;
	height: 50px;
	background-color: #f56d2f;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #f56d2f;
}
.myInfo-btn .myInfo-btn2:hover {
    background-color: transparent;
    color: #f56d2f;
}

/* 查看更多 */
.view-more {
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
}

.view-more img {
    cursor: pointer;
}

.view-more span {
    margin-right: 12px;
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
}

.view-more:hover span {
    color: #f56d2f;
}

.home_club_style{
    background-color: #ffffff;
	box-shadow: 0px 8px 28px 2px 
		rgba(131, 131, 131, 0.1);
    border-radius: 8px;
    margin-bottom: 100px;
}