/**
 * PC28开奖预测网站 - 自定义样式
 * 包含页面特定的样式定义
 */

/* Vue v-cloak 指令：隐藏未渲染的模板，防止显示 {{ }} 插值表达式 */
/* 当Vue实例未初始化完成时，隐藏包含v-cloak的元素 */
/* Vue初始化完成后会自动移除v-cloak属性，从而显示内容 */
[v-cloak] {
    display: none !important;
}

/* 算法菜单样式 */
#suanFa li {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: all 0.5s linear !important;
    -moz-transition: all 0.5s linear !important;
    -o-transition: all 0.5s linear !important;
    transition: all 0.5s linear !important;
}

#suanFa li:hover {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: rgba(67, 74, 80) !important;
}

a {
    text-decoration: none;
}

/* Element UI Tabs 样式覆盖 */
.el-tabs__nav {
    width: 100%;
}

.el-tabs__item {
    width: 33%;
    text-align: center;
}

.el-tabs--border-card {
    /* 预留样式，暂无特殊样式 */
    border: none;
}

/* 开奖信息展示区 */
.d-box {
    color: #323232;
    background-color: #f5f7fa;
    border: 1px solid #dcdfe6;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lottery-info {
    min-width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-info {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 100px;
}

.next-info {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.loading {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 开奖号码样式 */
.code {
    width: 33px;
    height: 33px;
    margin: 4px;
    background-color: #0b69be;
    border-radius: 5px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.symbol {
    width: 5px;
    margin: 4px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0b69be;
}

/* 眯牌按钮样式 */
.mipai-btn {
    background: #c62d1f linear-gradient(to bottom, #c62d1f, #f24437);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    text-shadow: 0px 1px 0px #810e05;
    box-shadow: 1px 1px 2px 1px #8a2a21;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 15px;
    border: solid #d02718 1px;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
}

.mipai-btn:active {
    color: red;
    background: #c62d1f linear-gradient(to bottom, #ffffff, #ffffff) !important;
}

/* 彩票类型菜单样式 */
.menu {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #f5f7fa;
    border: 1px solid #dcdfe6;
    padding: 5px;
}

.menu .item {
    display: flex;
    align-content: center;
    flex: 1;
    justify-content: center;
    min-width: 100px;
    height: 100%;
    align-items: center;
    min-height: 40px;
    cursor: pointer;
    font-size: 14px;
    background-color: #eaebeb;
    margin: 3px;
    border-radius: 5px;
    color: #5e5e5e;
}

.menu .active {
    background-color: #409eff;
    color: white;
    font-weight: bold;
}

/* 眯牌弹窗样式 */
.head {
    font-size: 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background-color: #e62526;
    color: #fff;
}

.top-head {
    width: 100%;
}

.top-title {
    font-size: 18px;
    color: #fff;
    height: 1rem;
    line-height: 0.2rem;
    margin-top: -7%;
}

.top-title span {
    color: #ffdf2c;
}

.top-qibg {
    margin-top: -36%;
    text-align: center;
}

.top-qibg img {
    width: 60%;
}

.center {
    margin-top: 12%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.center-diban {
    width: 100%;
}

.center-tc {
    width: 100%;
    position: absolute;
    max-width: 500px;
    z-index: 2;
}

.center-lo {
    display: none;
    width: 100%;
    position: absolute;
    max-width: 500px;
    z-index: 99;
}

.center-data {
    font-size: 0.5rem;
    position: absolute;
    display: flex;
}

.center-canvas {
    width: 100%;
    height: 3rem;
    z-index: 4;
    position: absolute;
}

.center-num {
    font-size: 40px;
    border: 1px solid #ccc;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 0.1rem;
}

.center-sum {
    font-size: 40px;
    line-height: 50px;
}

.foot {
    margin-top: -3%;
    padding-top: 5%;
    padding-bottom: 6%;
    background-color: #f83b44;
    text-align: center;
}

.foot-nt {
    width: 94%;
    margin-bottom: 0.2rem;
}

.foot-data {
    font-size: 16px;
    color: #fff;
    margin-top: -9%;
    display: flex;
    justify-content: space-evenly;
    line-height: 0rem;
}

.foot-data span {
    color: #ffdf2c;
}

.foot-refrash {
    border: none;
    color: #f96f56;
    height: 30px;
    line-height: 30px;
    width: 80px;
    border-radius: 15px;
    background: linear-gradient(#fffbfb, #fedcdc);
    font-size: 14px;
    margin-top: -4%;
}

.mipai {
    display: flex;
    position: fixed;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mipai-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #FFF;
}

.mi-index {
    position: absolute;
    max-width: 500px;
    margin: 0 auto;
    z-index: 9;
}

.mi-button {
    display: table;
    background: #c62d1f;
    background-image: -webkit-linear-gradient(top, #c62d1f, #f24437);
    background-image: -moz-linear-gradient(top, #c62d1f, #f24437);
    background-image: -ms-linear-gradient(top, #c62d1f, #f24437);
    background-image: -o-linear-gradient(top, #c62d1f, #f24437);
    background-image: linear-gradient(to bottom, #c62d1f, #f24437);
    -webkit-border-radius: 18;
    -moz-border-radius: 18;
    border-radius: 18px;
    text-shadow: 0px 1px 0px #810e05;
    -webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
    -moz-box-shadow: 3px 4px 0px 0px #8a2a21;
    box-shadow: 3px 4px 0px 0px #8a2a21;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 15px;
    border: solid #d02718 1px;
    text-decoration: none;
}

.mi-button:hover {
    color: #ffffff;
    background: #f24437;
    text-decoration: none;
}

.mi-close {
    margin-top: 20px;
    text-align: center;
}

.mi-close img {
    width: 40px;
}

