.main-body{
    max-width: 768px; margin: auto;
}
.top-menu{
    height: 5rem; padding: 0 0; color: #ffffff; overflow: hidden; position: sticky; top: 0; z-index: 1000;
    width: 100%; overflow-x: scroll;
}
.top-menu-item{
    display: inline-flex; justify-content: center; align-items: center; flex-grow: 1; color: rgba(255, 255, 255, 0.8); font-size: 16px;
    flex-direction: column; font-weight: bold; height: 100%; flex-shrink: 0; padding: 0rem 1.2rem;
}
.top-menu-item span{
    font-size: 12px; font-weight: normal;
}

.top-menu .active{
    background: rgba(255, 46, 156, 0.3); color: rgba(255, 255, 255, 1.0);
}
.top-menu-item:hover{
    background: rgba(255, 46, 156, 0.3); color: rgba(255, 255, 255, 1.0);
}

/* 球队列表 */
.match-list{
    overflow-x: hidden;
}
.match-list-header{
    position: sticky; top: 5rem; z-index: 10;
}
.match-list-item{
    padding: 0.6rem 0.6rem; align-items: flex-start; border-bottom: #f2f2f2 solid 1px;
}
.match-list-item-left{
    flex-grow: 1; flex-shrink: 0; min-width: 30%;
}
.match-list-item-match-time{
    display: flex; justify-content: center; align-items: flex-start; flex-direction: column;
    flex-shrink: 0; font-size: 0.8rem;
}
.match-list-item-match-more{
    font-size: 0.8rem; color: #007bff; margin-top: 0.2rem;
}
.match-list-item-match-more::after{
    content: '\e614';
}
.match-list-item-match-team{
    width: 100%;
}
.match-list-item-match-team-item{
    height: 2.8rem; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 0.2rem;
}
.match-list-item-match-team-pic{
    width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #f2f2f2 no-repeat center center; background-size: cover; margin-right: 0.5rem;
}

.match-list-item-option{
    width: 18vw; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-left: 0.5rem;
}

.match-list-item-option-item{
    width: 100%; border: #e0e0e0 solid 1px; border-radius: 0.5rem; height: 2.8rem; flex-direction: column; line-height: 1rem;
    display: flex; justify-content: center; align-items: center; margin-bottom: 0.2rem; cursor: pointer;
}
.match-list-item-option-item span:first-child{
    color: #999999;
}
.match-list-item-option-item span:last-child{
    color: #000000;
}
.match-list-item-option .active{
    border-color: rgba(23, 166, 241, 0.5); background: rgba(23, 166, 241, 0.2);
}
.match-list-item-option .match-list-item-option-item:last-child{
    margin-bottom: 0px;
}

/* 投注form */
.tzform{
    width: 100%; padding: 0rem 2%; bottom: 0px; border-radius: 1rem 1rem 0rem 0rem;
    overflow: hidden; height: 100vh;
}
.tzform-top{
    height: 3rem; position: sticky; top: 0px; background: #FFFFFF;
}
.tzform-top-title{
    font-weight: bold; color: #141414;
}
.tzform-top-money{
    background: #f5f5f5; height: 2rem; padding: 0rem 0.6rem; border-radius: 1rem; font-size: 1rem; color: #141414;
}
.tzform-top-money::after{
    content: '\e6a2'; margin-left: 0.2rem; color: #1e9fff;
}
.tzform-scroll{
    height: calc(100vh - 11.5rem); overflow-y: scroll; margin-bottom: 0.6rem;
}
.tzform-item{
    background: #f5f5f5; border-radius: 0.5rem; padding: 0.5rem; align-items: flex-start; margin-bottom: 0.6rem;
    position: relative; overflow: hidden;
}
.tzform-item-left-val{
    color: #141414; font-weight: bold; margin-bottom: 0.2rem;
}
.tzform-item-left-opt{
    font-size: 12px; color: #666666; border-left: #1e9fff solid 1px; padding-left: 0.3rem;
}
.tzform-item-right-odds{
    font-size: 1.1rem; color: #141414; font-weight: bold;
}
.tzform-item-right-odds::before{
    content: '@'; font-size: 0.8rem; font-weight: unset; color: #666666;
}
.tzform-item-right-close{
    width: 2rem; height: 1.5rem; position: absolute; right: 0px; bottom: 0px; border-radius: 1rem 0rem 0rem 0rem;
    background: #dcdcdc; display: flex; justify-content: center; align-items: center;
}
.tzform-item-right-close::before{
    content: '\e618'; font-size: 1rem; color: #666666;
}
.tzform-item:last-child{
    margin-bottom: 0px;
}
.tzform-money{
    border: #f2f2f2 solid 1px; border-radius: 0.5rem; padding: 0.1rem 1rem 0.1rem 0rem; overflow: hidden;
}
.tzform-money input{
    border: 0px;
}
.tzform-money::after{
    content: ''; margin-left: 2rem; color: #999999;
}


.tzform-submit{
    width: 100%; height: 3rem; border-radius: 0.5rem; margin: 1rem 0rem;
}

/* 投注历史记录 */
.bet-item{
    width: 100%; margin: auto; margin-top: 0.5rem;
}
.bet-item-match{
    background: #f5f5f5; border-radius: 0.5rem; padding: 0.5rem; align-items: flex-start; margin-bottom: 0.2rem;
    position: relative; overflow: hidden;
}
.bet-item-match-left-val{
    color: #141414; font-weight: bold; margin-bottom: 0.2rem;
}
.bet-item-match-left-opt{
    font-size: 12px; color: #666666; border-left: #1e9fff solid 1px; padding-left: 0.3rem;
}
.bet-item-jguo{
    width: 100%;
}
.bet-item-jguo-item{
    width: 33.33%; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column;
    font-size: 1rem; color: #141414;
}
.bet-item-jguo-money::before{
    content: '投注金额'; color: #666666; font-size: 0.8rem;
}
.bet-item-jguo-jieguo::before{
    content: '结算'; color: #666666; font-size: 0.8rem;
}
.bet-item-jguo-shuyin::before{
    content: '输/赢'; color: #666666; font-size: 0.8rem;
}
.bet-item-jguo-shuyin span.win{
    color: #ff253a;
}
.bet-item-info{
    border-top: #f2f2f2 solid 1px; margin-top: 0.5rem; padding-top: 0.4rem;
}
.bet-item-info-item{
    display: flex; justify-content: space-between; align-items: center; color: #666666; font-size: 0.8rem; padding: 0.1rem 0rem;
}


.bet-item-league-team{
    padding: 2%; background: #0a001f; color: #FFFFFF; min-height: 4rem;
}
.bet-item-odss{
    background: #FFFFFF; padding: 2%;
}
.bet-item-odss-item{
    display: flex; justify-content: space-between; align-items: center; padding: 1px 0rem;
}
.bet-item-odss-item-val span{
    color: #ff253a; font-weight: bold;
}
.bet-item-odss-zhitem{
    border-bottom: #f2f2f2 solid 1px;
}
.bet-item-odss-foot{
    padding: 2%;
}
/* 用户登录 */
.login{
    max-width: 500px; width: 100%; min-height: 100vh; margin: auto; background: rgba(60, 90, 160, 0.4); flex-direction: column;
    justify-content: flex-start; padding-top: 40px; padding-bottom: 60px;
}
.login-view{
    flex-direction: column;
}
.login-view-logo{
    width: 40%;
}
.login-view-title{
    width: 80%; margin-bottom: 20px;
}
.login-form{
    width: 80%;
}
.form-item{
    width: 100%; margin-top: 20px;
}
.form-item-label{
    color:#3c5aa0; font-size: 16px; font-weight: bold; margin-bottom: 6px;
}
.login-input, .layui-input{
    width: 100%; height: 40px; background: #ffffff; border-radius: 0.5rem; padding: 0px 10px;
}
.captcha-img{
    margin-left: 10px; flex-grow: 1;
}
.captcha-img img{
    height: 40px; border-radius: 4px;
}
.login-btn{
    width: 100%; height: 3rem; background: #3c5aa0; border-radius: 0.5rem; border: 0px; color: #ffffff;
    font-weight: bold; margin-top: 4rem;
}


/* 比赛详情 */
.detail-top{
    padding: 8% 2%; justify-content: space-around; color: #ffffff;
}
.detail-top-team{
    flex-direction: column; flex-grow: 1;
}
.detail-top-time{
    width: 25vw; flex-direction: column;
}
.detail-top-time-label{
    color: rgba(255, 255, 255, 0.8);
}
.detail-top-team-avatar{
    width: 10vw; height: 10vw; background: #FFFFFF no-repeat center center; background-size: cover;
    margin-bottom: 0.5rem; border-radius: 0.4rem;
}
.detail-odds{
    width: 96%; background: #ffffff; border-radius: 0.4rem; margin: auto; margin-top: 0.5rem; overflow: hidden;
}
.detail-odds-top{
    width: 100%; height: 2.5rem; color: #141414; font-weight: bold; display: flex; justify-content: center;
    align-items: center;
}
.detail-odds-grid3{
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.3rem;
}
.detail-odds-grid2{
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.3rem;
}
.detail-odds-option{
    background: rgba(0,0,0,0.03); padding: 0.3rem;
}
.detail-odds-option-item{
    flex-grow: 1; background: #ffffff; display: flex; justify-content: center; align-items: center; flex-direction: column;
    font-size: 0.8rem; line-height: 1.2rem; padding: 0.2rem; border-radius: 0.4rem;
    border: #FFFFFF solid 1px; cursor: pointer;
}
.detail-odds-option-item-val{
    font-size: 1rem; color: #141414;
}

.detail-odds-option .active{
    border-color: rgba(23, 166, 241, 0.2); background: rgba(23, 166, 241, 0.1);
}

/* 用户中心 */
.mine-view{
    background: #FFFFFF; border-top: #f2f2f2 solid 1px; border-bottom: #f2f2f2 solid 1px;
    font-size: 0.9rem; margin-bottom: 0.6rem;
}
.mine-view-item{
    padding: 0.8rem 2% 0.8rem 0rem; margin-left: 2%; border-bottom: #f2f2f2 solid 1px;
    display: flex; justify-content: flex-start; align-items: center;
}
.mine-view-item-label{
    color: #141414;
}
.mine-view-item-value{
    margin-left: auto; color: #141414;
}
.mine-view-item-value::after{
    content: '\e614';
}
.mine-view-item:last-child{
    border-bottom: 0px;
}
.mine-view-item-money::before{
    content: '';
}

/* 账户的日志信息 */
.account-top{
    display: inline-flex; justify-content: flex-start; align-items: center; background: #FFFFFF; border-bottom: #e8e8e8 solid 1px;
    height: 50px; width: 100%; overflow-x: scroll;
}
.account-top-item{
    display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 0px 4%;
    flex-shrink: 0; position: relative; height: 100%;
}
.account-top .active{
    color: #ff253a; font-weight: bold;
}
.account-top .active::after{
    content: ''; width: 50%; height: 2px; background: #ff253a; position: absolute; bottom: 0px;
}
.account-list{
    background: #FFFFFF; border-bottom: #e8e8e8 solid 1px;
}
.account-list-item{
    display: flex; justify-content: space-between; align-items: center;
    border-bottom: #e8e8e8 solid 1px; margin-left: 3%; padding: 0.8rem 3% 0.8rem 0px;
}
.account-list-item-val::before{
    content: '¥';
}
.account-list-item-date{
    margin-left: auto;
}
.account-list-item:last-child{
    border-bottom: 0px;
}


/* 比赛没有数据 */
.page-nodata{
    padding: 20vw 10vw; flex-direction: column; color: #c5c5c5; width: 100%;
}
.page-nodata::before{
    content: '\e61e'; font-size: 3rem;
}

/* 提现申请 */
.withdraw{
    padding: 2%; background: #FFFFFF; min-height: 100vh;
}
.withdraw-item{
    border-bottom: #f2f2f2 solid 1px; padding: 0.5rem 0rem;
}
.withdraw-item-label{
    font-size: 1rem; color: #141414; font-weight: bold; margin-bottom: 0.5rem;
}
.withdraw-item-value{
    line-height: 25px;
}
.withdraw-item:last-child{
    border-bottom: 0px;
}
.withdraw-submit{

}
/* 搜索款 */
.search-form{
    padding: 2%; width: 100%;
}
.search-form-items{
    width: 100%;
}
.search-form-items-item{
    flex-grow: 1; margin-right: 2%;
}
.search-form-items .search-form-items-item:last-child{
    margin-right: 0;
}
.search-form-submit{
    width: 100%; margin-top: 2%;
}

/* 选择的数量 */
.select-bet-form{
    width: 2.4rem; height: 2.4rem; border-radius: 50%; background: #007bff; position: fixed; bottom: 6rem; right: 1rem;
    display: flex; justify-content: center; align-items: center; cursor: pointer; box-shadow: 0px 0px 10px #cbcbcb;
}
.select-bet-form-num{
    color: rgba(255,255,255,0.8); font-weight: bold; font-size: 1.1rem;
}

/* 投注记录的头部 */
.ubet-top{
    height: 3rem; width: 100%; position: sticky; top: 0px; border-bottom: #e0e0e0 solid 1px; z-index: 1000;
}
.ubet-top-item{
    flex-grow: 1; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;
    position: relative;
}
.ubet-top .active{
    color: #3f4cf6;
}
.ubet-top .active::after{
    content: ''; border-bottom: #3f4cf6 solid 1px; width: 100%; height: 1px; position: absolute; bottom: 0px;
}

/* 特别投注 */
.veryordericon{
    background: #007bff; color: rgba(255,255,255,0.8); width: 2.5rem; height: 2.5rem; border-radius: 50%; position: fixed; right: 1rem; font-size: 1.2rem;
    bottom: 6rem;
}
.very-locaked{
    width: 100%; height: calc(100vh - 60px); background: rgba(255,255,255,0.8);
    position: fixed; top: 0px; display: flex; justify-content: center; align-items: center; flex-direction: column;
    color: rgba(0,0,0,0.8); font-size: 1.2rem; text-align: center;
}

/* 底部导航 */
.footer-height{
    height: 60px;
}
.footer{
    height: 60px; position: fixed; bottom: 0px; width: 100%; padding: 0px 2%; box-shadow: 0px -5px 5px #f3f2f2;
    border-radius: 0rem; border-top: #e8e8e8 solid 1px; max-width: 768px; margin: auto;
}
.footer-item{
    display: flex; justify-content: center; align-items: center; width: 25%;  height: 100%;
}
.footer .active{
    color: #3f4cf6; background: rgba(63,76,246,0.1); font-weight: bold;
}

/* 特别投注页面样式 */
.detail-top-lgtime{
    margin-top: 0.6rem; color: rgba(255,255,255,0.6);
}