@charset "utf-8";

#wrap {
  width: 100%;
  overflow: hidden;
}

/*-------------------------------------------------------------------------------------*
 *  layout                                                                             *
 *-------------------------------------------------------------------------------------*/




/*-------------------------------------------------------------------------------------*
 *  베팅카트                                                                            *
 *-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*
 *  스포츠페이지                                                                         *
 *-------------------------------------------------------------------------------------*/
/* 경기결과 */
.sports_title_th {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}

.sports_title_th ul {
  float: left;
  width: 100%;
}

.sports_title_th li {
  float: left;
  background: url(../images/bg_left_pattern.jpg);
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'EsaManru';
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
}

.sports_title_th li:nth-child(1) {
  width: 12%;
}

.sports_title_th li:nth-child(2) {
  width: 12%;
}

.sports_title_th li:nth-child(3) {
  width: 12%;
}

.sports_title_th li:nth-child(4) {
  width: 50%;
}

.sports_title_th li:nth-child(5) {
  width: 7%;
}

.sports_title_th li:nth-child(6) {
  width: 7%;
}

.sports_title_th li:nth-child(7) {
  width: 7%;
}

.sport_title_wrap {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  /* padding: 0 0px 20px 0px; */
  transition: all 0.5s;
}

.sport_title_wrap_result{
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 0px 5px 0px;
  transition: all 0.5s;
}

.sport_title {
  position: relative;
  /* float: left; */
  width: 100%;
  background: #3e3325;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  font-size: 14px;
  padding: 3px 10px 0 10px;
  margin-top: 3px;
  cursor: pointer;
}

.sport_title:hover {
  background: #867456;
}

.sport_title.active {
  background: #867456;
}


.sport_s_title {
  float: left;
  font-family: 'EsaManru';
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  text-shadow: 2px 0 3px rgb(0 0 0 / 30%);
  transition: all 0.5s;
}

.sport_league {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'EsaManru';
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
}

.sport_title_time {
  display: none;
  float: right;
  font-size: 12px;
  color: #ffffff;
}

.sport_title_state {
  /* display: none; */
  float: right;
  font-size: 12px;
  color: #ffffff;
}

.sport_title_list {}

.sport_title_list>ul {
  display: inline-flex;
  width: 100%;
  margin: 0 0 3px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.sport_title_list>ul>li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  text-align: center;
  margin: 0 1px 0 0;
  font-weight: 500;
  padding: 8px 5px;
  line-height: 14px;
  vertical-align: middle;
  background: #251e16;
  border-radius: 5px;
  cursor: pointer;
  clear: both;
  font-size: 12px;
}

.sport_title_list>ul>li.sport_team1.active {
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}

.sport_title_list>ul>li.sport_team2.active {
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}

/* 승무패색상 */
.state1 {
  color: #ff0066;
}

.state2 {
  color: #dabfa5;
}

.state3 {
  color: #b4ff00;
}

.state4 {
  color: #ff9c00;
}

.state5 {
  color: #00ffa2;
}

/* 베팅한도색상 */
.bet_max {
  color: #a68ebb;
}

.flag img {
  display: inline-block;
  width: 20px;
  margin: 0 10px 0 0;
}

/* 배당색상 */
.sport_team1 .team_r {
  color: #efe7a6;
}

.sport_team2 .team_l {
  color: #efe7a6;
  padding-left: 6px;
}

.sport_tie .team_r {
  color: #efe7a6;
}

.sport_team1.active .team_r {
  color: #3e3325;
}

.sport_team2.active .team_l {
  color: #3e3325;
}

.sport_time {
  width: 12%;
  transition: all 0.5s;
}

.result_sport_time {
  width: 12%;
  transition: all 0.5s;
}

.sport_icon {
  width: 12%;
  transition: all 0.5s;
}

.result_sport_icon {
  width: 12%;
  transition: all 0.5s;
}

.sport_team1 {
  width: 49%;
  transition: all 0.5s;
}

.result_sport_team1 {
  width: 49%;
  transition: all 0.5s;
}

.sport_tie {
  width: 10%;
  transition: all 0.5s;
}

.sport_team2 {
  width: 29%;
  transition: all 0.5s;
}

.sport_state {
  width: 7%;
  transition: all 0.5s;
}

.result_sport_state {
  width: 7%;
  transition: all 0.5s;
}

.sport_more {
  width: 7%;
  transition: all 0.5s;
}

.result_sport_more {
  width: 7%;
  transition: all 0.5s;
}

.sport_ing {
  width: 7%;
  transition: all 0.5s;
}

.pick_detail{
  width: 100%;
}

.team_l {
  width: 50%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* white-space: normal; 팀명 짤리지않게할때 */
}

.team_T {
  width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sport_team1.sports_result_HA{
  justify-content: space-between;
}

.team_r {
  width: 50%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* white-space: normal; 팀명 짤리지않게할때 */
  padding-right: 6px;
}

.sport_icon img {
  width: 100%;
  max-width: 24px;
}

@media screen and (max-width:1024px) {

  .result_sport_state {
    width: 15%;
    transition: all 0.5s;
  }

  .result_sport_more {
    width: 15%;
    transition: all 0.5s;
  }

  .result_sport_icon {
    width: 20%;
    transition: all 0.5s;
  }

  .result_sport_team1 {
    width: 48%;
    transition: all 0.5s;
  }

  .contents_left {
    width: 100%;
  }

  .contents_right {
    display: none;
  }


  .bet_list1_wrap {
    margin: 0 0 5px 0;
  }

  .sports_list_title {
    height: auto;
  }

  .sports_list_title2 {
    width: 50%
  }

  .sports_list_title3 {
    width: 100%;
    height: 50px;
    overflow: hidden;
    overflow-x: scroll;
  }

  .sports_list_title3 ul {
    width: 150%;
  }

  .sports_input1 {
    width: 100%;
  }

  .sports_s_left {
    width: 100%;
  }

  .sports_s_right {
    display: none;
  }

  .sports_title_th {
    display: none;
  }

  .sport_title_wrap {
    margin: 5px 0 5px 0;
  }

  .bet_list_td {
    letter-spacing: -1pt;
  }

  .sports_s_left .bet_list1_wrap {
    display: block;
  }

  .sport_title_time {
    display: block;
  }

  .sport_time {
    display: none !important;
  }

  .sport_icon {
    display: none !important;
  }

  .sport_team1 {
    width: 40%;
  }

  .sport_tie {
    width: 10.1%;
  }

  .sport_team2 {
    width: 40%;
  }

  .sport_state {
    width: 9%;
  }

  .sport_more {
    width: 7%;
  }

  .sport_ing {
    width: 9%;
  }

  .sport_title_list .sport_more {
    display: none !important;
  }

  .result_search_btn{
    margin: auto;
    margin-top: 5px;
    width: 60%!important;
  }

}

@media screen and (max-width:520px) {

  .result_search_btn{
    margin: auto;
    margin-top: 5px;
    width: 100%!important;
  }

  .sport_more {
    display: none !important;
  }

  .sport_team1 {
    width: 38%;
  }

  .sport_tie {
    width: 12%;
  }

  .sport_team2 {
    width: 38%;
  }

  .sport_title_list>ul>li {
    font-size: 10px;
  }
  .title_logo_listlook{
    width: 65px;
  }
}


/* 베팅내역 */
.sport_history_list {}

.sport_history_list>ul {
  display: inline-flex;
  width: 100%;
  margin: 0 0 3px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.sport_history_list>ul>li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  text-align: center;
  margin: 0 1px 0 0;
  font-weight: 500;
  padding: 8px 5px;
  line-height: 14px;
  vertical-align: middle;
  background: #251e16;
  border-radius: 5px;
  cursor: pointer;
  clear: both;
  font-size: 12px;
}


.sport_history_list .sport_time {
  width: 10%;
  transition: all 0.5s;
}

.sport_history_list .sport_state {
  width: 10%;
  transition: all 0.5s;
}

.sport_history_list .sport_team1 {
  width: calc(26.5% - 3px);
  transition: all 0.5s;
}

.sport_history_list .sport_tie {
  width: 7%;
  transition: all 0.5s;
}

.sport_history_list .sport_team2 {
  width: calc(26.5% - 3px);
  transition: all 0.5s;
}

.sport_history_list .sport_ing {
  width: 10%;
  transition: all 0.5s;
}

.sport_history_list .sport_result {
  width: 10%;
  margin: 0;
  transition: all 0.5s;
}

.bet_hstory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 10px;
  background: #5a4a37;
  transition: all 0.5s;
}

.bet_hstory_left {
  transition: all 0.5s;
}

.bet_hstory_left ul li {
  float: left;
  margin: 2px 20px 0 0;
  color: #ffffff;
}

.bet_hstory_right {
  float: right;
  transition: all 0.5s;
}

.bet_hstory_font1 {
  color: #6cff00;
  font-weight: 700;
}

.bet_hstory_font2 {
  color: #ffd600;
  font-weight: 700;
}

@media screen and (max-width:1024px) {
  .sport_history_list .sport_time {
    display: block !important;
  }

  .sport_history_list ul {
    display: grid;
    gap: 1px;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 22.4% 22.4% 9.5% 22.4% 22.4%;
  }

  .sport_history_list .sport_time {
    width: 100%;
    order: 1;
  }

  .sport_history_list .sport_state {
    width: 100%;
    order: 2;
    grid-column: 2 / span 2;
  }

  .sport_history_list .sport_ing {
    width: 100%;
    order: 3;
  }

  .sport_history_list .sport_result {
    width: 100%;
    order: 4;
  }

  .sport_history_list .sport_team1 {
    width: 100%;
    order: 5;
    grid-column: 1 / span 2;
  }

  .sport_history_list .sport_tie {
    width: 100%;
    order: 6;
  }

  .sport_history_list .sport_team2 {
    width: 100%;
    order: 7;
    grid-column: 4 / span 2;
  }


  .bet_hstory {
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
  }

  .bet_hstory_left {
    width: 100%;
  }

  .bet_hstory_left ul li {
    margin: 2px 10px 0 0;
  }

  .bet_hstory_right {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: right;
  }
}

/* 게임목록 */
.sport_cross_list {}

.sport_cross_list>ul {
  display: inline-flex;
  width: 100%;
  margin: 0 0 3px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.sport_cross_list>ul>li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  text-align: center;
  margin: 0 1px 0 0;
  font-weight: 500;
  padding: 8px 5px;
  line-height: 14px;
  vertical-align: middle;
  background: #251e16;
  border-radius: 5px;
  cursor: pointer;
  clear: both;
  font-size: 12px;

  position: relative;
  box-sizing: border-box;
}

.sport_cross_list .sport_time {
  width: 12%;
  transition: all 0.5s;
}

.sport_cross_list .sport_team1 {
  width: 30%;
  transition: all 0.5s;
}

.sport_cross_list .live_sport_team1{
  width: 25%;
  transition: all 0.5s;
}

.sport_cross_list .live_sport_team2{
  width: 25%;
  transition: all 0.5s;
}

@media screen and (min-width:1024px){
  .sport_cross_list .live_sport_team1:hover{
    background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
    color: #000000;
    font-weight: 500;
  }
  .sport_cross_list .live_sport_team2:hover{
    background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
    color: #000000;
    font-weight: 500;
  }
}

.sport_cross_list .live_sport_team1.active{
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}
.sport_cross_list .live_sport_team2.active{
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}


.sport_cross_list .sport_tie {
  width: 13%;
  transition: all 0.5s;
}

.sport_cross_list .sport_tie_vs {
  width: 13%;
  transition: all 0.5s;
}

.sport_cross_list .sport_team2 {
  width: 30%;
  transition: all 0.5s;
}

.sport_cross_list .sport_state {
  width: 10%;
  transition: all 0.5s;
}

.sport_cross_list .sport_market_plus {
  width: 13%;
  transition: all 0.5s;
  background: linear-gradient(to right, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%);
  color: #000000;
  font-weight: 900;
  animation: maket_plus 0.3s infinite;
}

.title_game .sport_market_plus {
  width: 10%;
  transition: all 0.5s;
  background: linear-gradient(to right, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%);
  color: #000000;
  font-weight: 900;
  animation: maket_plus 0.3s infinite;
  width: 75px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border-radius: 5px;
}

.title_game .sport_market_plus:hover {
  background-color: #00ffa2;
  border-radius: 2px;
  box-shadow: #ffffb0 1px 1px 15px -1px;
}

.sport_cross_list .sport_market_plus:hover {
  background-color: #00ffa2;
  border-radius: 2px;
  box-shadow: #ffffb0 1px 1px 15px -1px;
}

.sport_cross_list .sport_more {
  width: 7%;
  transition: all 0.5s;
}

.sport_cross_list .sport_ing {
  width: 7%;
  transition: all 0.5s;
}



.sport_cross_list>ul>li.sport_team1.active {
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}

.sport_cross_list>ul>li.sport_team1.active {
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}



.sport_cross_list>ul>li.sport_tie.active {
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}



.sport_cross_list>ul>li.sport_team2.active {
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}



.sport_cross_list>ul>li.sport_more {
  background: #251e16;
  border-radius: 5px;
}

@media screen and (min-width:1024px){
  .sport_cross_list .sport_tie:hover .team_r {
    color: #3e3325;
  }
  
  .sport_cross_list .sport_team2:hover .team_l {
    color: #3e3325;
  }

  .sport_cross_list>ul>li.sport_more:hover {
    background: linear-gradient(#6e583e 30%, #6e583e 80%);
  }
  
  .sport_cross_list .sport_team1:hover .team_r {
    color: #3e3325;
  }

  .sport_cross_list>ul>li.sport_tie:hover {
    background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
    color: #000000;
    font-weight: 500;
  }

  .sport_cross_list>ul>li.sport_tie_vs:hover {
    background: #251e16;
  }
  
  .sport_cross_list>ul>li.sport_team2:hover {
    background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
    color: #000000;
    font-weight: 500;
  }

  .sport_cross_list>ul>li.sport_tie:hover {
    background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
    color: #000000;
    font-weight: 500;
  }

  .sport_cross_list>ul>li.sport_team1:hover {
    background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
    color: #000000;
    font-weight: 500;
  }

  .sport_cross_list>ul>li.sport_tie:hover {
    background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
    color: #000000;
    font-weight: 500;
  }

}

@media screen and (max-width:1024px) {
  .sport_cross_list .sport_team1 {
    width: 37%;
  }

  .sport_cross_list .sport_tie {
    width: 13%;
  }

  .sport_cross_list .sport_team2 {
    width: 37%;
  }

  .sport_cross_list .sport_state {
    width: 10%;
  }

  .sport_cross_list .sport_more {
    width: 9%;
  }

  .sport_cross_list .live_sport_team1{
    width: 33%;
    transition: all 0.5s;
  }
  
  .sport_cross_list .live_sport_team2{
    width: 33%;
    transition: all 0.5s;
  }


}

/*-------------------------------------------------------------------------------------*
 *  특별한                                                                             *
 *-------------------------------------------------------------------------------------*/

.cart_wrap {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 5px 10px 5px;
  background: rgba(39, 31, 22, 0.8);
  border-radius: 5px;
}

.cart_title {
  float: left;
  width: 100%;
  padding: 5px;
  line-height: 35px;
  letter-spacing: -1pt;
  border-bottom: 1px solid #353535;
}

.ct_title_font {
  font-family: 'EsaManru';
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}

.cart_bet {
  position: relative;
  background: url(../images/bg_left_pattern.jpg);
  border: 1px solid #efe7a6;
  padding: 8px 30px 8px 12px;
  line-height: 16px;
  margin: 3px 0 0 0;
  color: #ffffff;
}

.remove_cart{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/* 팀 선택시 */
.cart_bet td {
  color: #ffffff;
}

.cart_style1 {
  line-height: 36px;
  padding: 3px 5px 0 5px;
  font-family: 'EsaManru';
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #2a1e16;
}

/* 카트리스트 */
.cart_style2 {
  float: right;
  color: #efe7a6;
  font-weight: 700;
}

.cart_style3 {
  background: linear-gradient(#131316 0%, #000000 100%);
  line-height: 36px;
  padding: 3px 10px 3px 10px;
  font-family: 'EsaManru';
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #efe7a6;
  border-radius: 5px;
}

/* 카트리스트 */

.cart_btn1 {
  border: 1px solid #efe7a6;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: 'EsaManru';
  font-weight: 700;
  font-size: 12px;
  color: #efe7a6;
  border-radius: 5px;
  line-height: 34px;
  transition: all 0.5s;
}

.cart_btn1:hover {
  background: #efe7a6;
  color: #000000;
}

.cart_btn2 {
  background: linear-gradient(to right, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%);
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: 'EsaManru';
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  border-radius: 5px;
  line-height: 46px;
}

.cart_btn2:hover {
  background: linear-gradient(-45deg, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%);
}

.cart_input1 {
  background-color: #353535;
  border: 1px solid #000000;
  padding: 4px 5px 4px 5px;
  font-family: 'EsaManru';
  font-weight: 700;
  color: #efe7a6;
  font-size: 14px;
  border-radius: 5px;
  height: 30px;
  text-align: right;
  width: 100%
}

.cart_x {}

.bet_del {}

.fix_on {}

.fix_off {}

.bet_wrap {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  background: rgba(39, 31, 22, 0.8);
  border-radius: 5px;
  padding: 10px 10px;
}

.bet_title {
  float: left;
  width: 100%;
  font-family: 'EsaManru';
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.bet_title span {
  font-weight: 700;
  color: #efe7a6;
}

.del_btn2 {
  display: block;
  float: right;
}

.icon_bet {
  display: inline-block;
  text-align: center;
  width: auto;
  height: 25px;
  padding: 5px;
  /* line-height: 29px; */
  border-radius: 1px;
  font-family: 'EsaManru';
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.icon_bet1 {
  background: #ff4000;
}

.icon_bet2 {
  background: #0080ff;
}

.bet_right_box {
  display: inline-block;
  padding: 0 10px;
  font-family: 'EsaManru';
  font-weight: 700;
  font-size: 14px;
  color: #efe7a6;
}

.dspb {
  display: block;
  margin: 10px 0 0 0;
}


.m_cart {
  display: none;
}

.cart_tit {
  float: left;
}

.cart_up {
  float: right;
}

.cart_down {
  float: right;
  display: none
}

@media screen and (max-width:1024px) {
  .m_cart {
    bottom: 0;
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 99999999999999999999;
    transform: translateY(calc(100% - 50px));
    max-height: 60%;
    overflow: auto;
  }

  .cart_wrap {
    background: rgba(39, 31, 22, 0.99);
  }

  .bet_wrap {
    background: rgba(0, 0, 0, 0.5);
  }

  .cart_title {
    background: url(../images/bg_left_pattern.jpg);
    border-top: 3px solid #efe7a6;
  }

  .cart_btn1 {
    font-weight: 500;
  }
}

.sports_main_center {
  width: calc(100% - 520px);
  margin: 0 auto;
  height: 100%;
}

.match_info_container {
  float: left;
  width: 100%;
  height: 100%;
}

.match_info {
  margin-right: 10px;
  width: calc(100% - 200px);
  height: 100vh;
  overflow: auto;
}

.interiormatch_info {
  margin-right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.market_info_all {
  width: 750px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 991px){
  .market_info_all, .match_info {
    height: calc(100% - 40px);
  }

}

@media (max-width: 991px){
  .interiormatch_info {
    overflow: hidden;
  }

}


.title_logo {
  height: 40px;
  background-color: #212121;
  display: flex;
  justify-content: center;
  width: 100%;
}

.title_logo img {
  width: 50px;
}

.market_tab {
  background-color: #3e3325;
}

.market_kind_title {
  width: auto;
}

.market_kind_title li {
  width: 100% !important;
}

.market_detail_num {
  display: flex;
}

.market_detail_num>button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
  text-align: center;
  margin: 0 1px 0 0;
  font-weight: 500;
  padding: 8px 5px;
  line-height: 14px;
  vertical-align: middle;
  background: #251e16;
  border-radius: 5px;
  cursor: pointer;
  clear: both;
  font-size: 12px;
  margin: 5px 2px;
  font-family: 'EsaManru';
  position: relative;
  box-sizing: border-box;
}

.market_detail_num>button span {
  color: #efe7a6;
  
  margin-right: 6px;
}

.market_detail_num>button em {
  color: #ffffff;
}

.market_detail_num>button.active {
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}

.market_detail_num>button.active em {
  color: #000000;
}

.market_detail_num>button.active span {
  color: #000000;
}

.market_detail_num>button:hover {
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}

.market_detail_num>button:hover em {
  color: #000000;
}

.market_detail_num>button:hover span {
  color: #000000;
}

.market_detail_num button:nth-last-child(2), .market_detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px);
}
.market_detail_num button:nth-last-child(3), .market_detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px);
}


.market_tab li {
  text-align: center;
  width: 20% !important;
  height: 36px;
  line-height: 36px;
}

.market_tab li:hover {
  background: #706352;
}

.market_tab li.active {
  background: #706352;
}

.market_tab li button {
  color: #ffffff;
}

.no_market {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
}

#sportsLive_iframe_parent {
  max-width: 900px;
  max-height: 760px;
  margin: auto;
}

.domestic_transition {
  transition: 0.3s;
}

.domestic_transition li:nth-of-type(3) {
  width: 10%;
  justify-content: center !important;
}

.domestic_transition li:nth-of-type(2) {
  width: 40%;
}

.domestic_transition li:nth-of-type(2) em {
  color: #f74242;
}

.domestic_transition li:nth-of-type(4) {
  width: 40%;
}

.domestic_transition li:nth-of-type(4) em{
  color: #03d2f0;
}

.domestic_transition li:nth-of-type(4) em {
  order: 1;
}

.domestic_transition>li.sport_team1:hover {
  background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
  color: #000000;
  font-weight: 500;
}

.domestic_transition>li.sport_team1 em {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.domestic_transition>li.sport_team1:hover strong span {
  color: #000000 !important;
}

.sport_cross_list>ul>li.sport_team1.active strong span {
  color: #000000;
}

.score_color {
  color: #efe7a6;
}
/* .domestic_transition{
  margin: 0px!important;
} */

.menu_history li{
  float: left;
  width: calc(100% / 7 - 1px);
  padding: 0.5px;
  cursor: pointer;

}

.menu_history{
  overflow: hidden;
  width: 100%;
}

.menu_history li a{
  display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #251e16;
}

.menu_history li.active a {
  background: #706352;
}

.result_select{
  background-color: #353535;
  border: 1px solid #000000;
  padding: 4px 0 4px 5px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
  height: 34px;
  transition: all 0.5s;
}

.retult_search_title{
  line-height: 34px;
  margin-right: 5px;
  white-space: nowrap;
}

@media screen and (max-width:1024px) {
  .sports_main_center {
    width: 100%;
    margin: 0 auto;
  }

  .match_info {
    margin-right: 0px;
    width: 100%;
    display: none;
  }

  .market_info_all {
    width: 100%;
    display: none;
  }

  .sport_cross_list>ul>li {
    font-size: 12px;
  }

  .App .contents_right {
    display: block;
    display: none;
    position: fixed;
    left: 0;
    /* bottom: calc(-100% + 50px); */
    width: 100%;
    height: 50%;
    bottom: 0;
    transform: translate(0, calc(100% - 50px));
}

  .domestic_transition li:nth-of-type(3) {
    width: 10%;
    justify-content: center !important;
  }

  .domestic_transition li:nth-of-type(2) {
    width: 34%;
  }

  .domestic_transition li:nth-of-type(4) {
    width: 34%;
  }

  .domestic_transition li.sports_time {
    width: 20%;
  }

  .domestic_transition>li.sport_team1:hover {
    background: unset;
    color: unset;
    font-weight: 500;
  }

  .domestic_transition>li.sport_team1:hover strong span {
    color: #000000 !important;
  }
}

@media screen and (max-width:500px){
  .sport_cross_list .live_sport_team1{
    width: 30%;
    transition: all 0.5s;
  }
  
  .sport_cross_list .live_sport_team2{
    width: 30%;
    transition: all 0.5s;
  }
}

.betitemLits{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.betting-block{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  z-index: 0;
  border-radius: 3px;
  border: solid 1px #fad571;
  background: #080808bb;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  backdrop-filter: blur(2px);
}

.betting-block .lock{
  width: 25px;
  height: 25px;
  background-color: #030303;
  border: 1px solid #dbb54a;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.betting-block .lock .icon-lock{
  color: #f6c33a;
  width: 100%;
  height: 100%;
  font-size: 17px;
  background-image: url("../images/common/icon_key_close.svg");
  background-position: center;
  background-size: 100% 100%;
  margin: 0;
}

.pre_itemname{
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.domestic_transition li:nth-of-type(3) div{
  justify-content: center !important;
}