﻿.css-m163kg {
    box-sizing: border-box;
    margin: 0px 20px;
    min-width: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.optview {
    box-sizing: border-box;
    margin: 0px 20px 0px 0px;
    min-width: 0px;    
}

.el-button--primary {
    border: 0px;
    color: #fff; /*rgb(255, 255, 255);*/
    background-color: #ff7d00; /*rgb(5, 109, 232);*/
    margin-top: 15px;
}

    .el-button--primary:hover {
        --el-button-bg-color: #F48E2C;
        background-color: #F48E2C !important;
    }
.el-button {
    border: 0px !important;
    color: #fff !important;
    background-color: #ff7d00 !important;
}

/*layout*/
.el-row {
    margin-bottom: 20px;
}

    .el-row:last-child {
        margin-bottom: 0;
    }

.el-col {
    border-radius: 4px;
}

.grid-content {
    border-radius: 4px;
    min-height: 36px;
}
.cardbottom {
    margin-top: 13px;
    line-height: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cardbutton {
    padding: 0;
    min-height: auto;
}
.cardimg {
    position: relative;
    /*padding-top: 55.74%;*/
    border-radius: 10px;
    background: #25252b;
    overflow: hidden;   
    height: 164px;
    width: 100%;    
    position: relative;
}
.cardimg_a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-decoration: none;
    color: #fff;
    z-index: 2;
}
.cardimg_pack {
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    color: #fff;
    font-size: 12px;
    z-index: 15;
}
.cardimg_pack_vip {
    background: #ffdd9a;
    color: #4e2d03;
    height: 18px;
    line-height: 18px;
    padding: 1px 6px;
    border-radius: 0 10px 0 10px;
    display: block;
}
.cardimg_pack_viptxt {
    display: inline-block;
    font-size: 12px;
    vertical-align: text-bottom;
}

/*---card*/

/*-----------以后放到css中*/
.space-elcard {
    width: 200px;
    height: 80px;
    text-align: center;
    /*font-size:14px;*/
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

    .space-elcard .eico {
        vertical-align: middle;
    }

    .space-elcard .optspan {
        padding: 6px;
        vertical-align: middle;
    }