.box-container {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.border-corner-a {
    border-radius: 0 0 0 5px;
}

.borderd {
    border: 1px solid #dee2e6;
} 

.borderd-right-white {
    border-right: 1.5px solid #dee2e6;
} 

.border-corner-b {
    border-radius: 0 0 5px 0;
}

.border-right-black{
    border-right: 1px solid #81641b !important;
}

.border-left-black{
    border-left: 1px solid #81641b !important;
}

.meta-content {
    padding: 10px 0;
}

.bg-title-content {
    background: url(../img/bg-pattern.jpeg) center center no-repeat;
    background-size: cover;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
}

.bg-header-content{
    background: url(../img/bg-pattern.jpeg) center center no-repeat;
    background-size: cover;
    /* padding: 15px 0; */
    border-radius: 5px 5px 0 0;
}

.bg-wp {
    background: url(../img/bg-pattern.jpeg) center center no-repeat;
    background-size: cover;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
}

.bg-battery {
    background: url(../img/battery.png) center center no-repeat;
    background-size: cover;
    max-width: 60px;
    height: 100%;
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.pc-battery {
    height: 8px;
    width: 44px;
    margin: 3px 0;
}

.xs-box-size {
    min-height: 100px !important;
    height: 100%;
    word-break: break-all;
}

.sm-box-size {
    max-height: 90px !important;
    height: 100%;
}

.xiusu-box-size {
    min-height: 80px !important;
    height: 100%;
}

.nm-box-size {
    min-height: 110px !important;
    height: 100%;
}

.md-box-size {
    min-height: 151px !important;
}

.name-box-size {
    max-height: 152px !important;
    height: 100%;
}

.bazi-sm-box-size {
    min-height: 60px !important;
    height: 100%;
}

.dayun-box-size{
    min-height: 60px !important;
    height: 100%;
}

.dayun-sm-box-size{
    min-height: 40px !important;
    height: auto;
}

.dayun-lg-box-size{
    min-height: 155px !important;
    height: auto;
}

.bazi-title-hg {
    max-height: 30px !important;
    height: 100%;
}

.wuxin-sm-box-size {
    min-height: 50px !important;
    height: 100%;
}

.sizhu-sm-box-size{
    word-break: break-all;
    min-height: 57px!important;
    height: auto;
}

.box-content-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nk-class{
    position: absolute;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 30px;
}

.k-class{
    position: absolute;
    font-weight: bold;
    bottom: 0;
    left: 0;
    width: 30px;
}

.yearSelect, .monthSelect, .daySelect, .hourSelect, .minSelect{
    max-width: 85px;
}

@media (max-width: 992px) {

    .nm-box-size {
        min-height: 90px !important;
    }

    .md-box-size {
        min-height: 120px !important;
    }

    .bg-battery {
        max-width: 37px;
        height: 100%;
        padding-top: 10px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .pc-battery {
        height: 4.5px;
        width: 27px;
        margin: 2px 0;
    }

    .yearSelect, .monthSelect, .daySelect, .hourSelect, .minSelect{
        max-width: 80px;
    }
}

@media (max-width: 450px) {
    .meta-content {
        padding: 20px 0;
    }

    .xs-box-size {
        min-height: 70px !important;
        height: 100%;
        word-break: break-all;
    }

    .sizhu-sm-box-size{
        min-height: 46px!important;
    }

    .dayun-box-size{
        min-height: 40px !important;
        height: auto;
    }

    .dayun-lg-box-size{
        min-height: 60px !important;
        height: auto;
    }
    
    .nk-class{
        width: 15px;
    }
    
    .k-class{
        width: 15px;
    }

    .yearSelect, .monthSelect, .daySelect, .hourSelect, .minSelect{
        max-width: 50px;
    }
}

@media (max-width: 350px) {
    .yearSelect, .monthSelect, .daySelect, .hourSelect, .minSelect{
        max-width: 45px;
    }
}