.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;
}

.border-orange {
    border: 1px solid #ffc233;
}

.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: 2px solid #81641b !important;
}

.border-right-orange{
    border-right: 1px solid #ffc233 !important;
}

.border-left-orange{
    border-left: 1px solid #ffc233 !important;
}

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

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

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

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

.bg-wp {
    background: url(../img/bg-header.png) 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: 160px !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%;
}

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

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

.ns-box-size{
    min-height: 95px;
}

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

.logo-middle{
    max-width: 450px;
    object-fit:contain;
}

.binoculars-img{
    height: 250px;
    background: url(../img/binoculars-trace.png) center center no-repeat;
    background-size: contain;
}

@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;
    }
    
    .logo-middle{
        max-width: 250px;
    }
}

@media (max-width: 500px) {
    .logo-middle{
        max-width: 160px;
    }
    
    .bg-header{
        height: 60px;
    }
    
    .meta-content{
        padding: 15px 0;
    }
    
    .nm-box-size, .ns-box-size {
        min-height: 65px !important;
    }
    
    .binoculars-img{
        height: 160px;
    }
}

@media (max-width: 400px) {
    .xs-box-size {
        min-height: 70px !important;
        height: 100%;
        word-break: break-all;
    }

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