 .bg-miao{
    background-color: rgb(240, 240, 240) !important;
    overflow-x: hidden !important;

 }
 
 .navbar-brand img {
      height: 40px;
    }
    .nav-link {
      font-size: 15px;
      padding-right: 20px !important;
      padding-left: 20px !important;
      color: #333 !important;
    }
    .search-btn {
      background:#333;
      color:#fff;
      border-radius:6px;
      padding:6px 14px;
    }

.main-style{
    background-color: rgb(240, 240, 240);
}

.label-black-miao {
    /* display: inline-block; */
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 2px;
}

.text-main-switch{
    position: absolute;
    z-index: 999;
    width: 60%;

    top:170px;
    left:-100px;    
    
}
.text-main-switch > div:nth-child(1) > span{
       font-size: 22px !important; 
}
.text-main-switch > div:nth-child(2) > span{
       font-size: 30px !important; 
}
.text-main-switch > div:nth-child(3) > span{
       font-size: 22px !important; 
}

.bottom-text-miao{
    display: flex;
    justify-content: space-between;

    position: absolute;
    top:660px;
    z-index: 9999;
}
.left-font{
    text-align: center;
    width: 180px;
}
.left-font>div:nth-child(1){
    font-size: 65px;
    font-weight: bold;
}
.left-font>div:nth-child(2){
    font-size: 18px;
    font-weight: bold;
}
.left-font>div:nth-child(2){
    font-size: 18px;
}

.cent-logo > img{
    width: 300px;
    height: auto;
}

.mini-image > img{
    width: 150px;
    height:200px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: -4px 53px 15px 0 rgba(0, 0, 0, 0.00), -2px 34px 14px 0 rgba(0, 0, 0, 0.01), -1px 19px 11px 0 rgba(0, 0, 0, 0.05), -1px 8px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 5px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    top:-110px;
    left: -80px;

    display: block;
}
.mini-image > div{
    text-align: center;
    padding: 10px 20px;
    background-color: #333333;
    color:white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;

    cursor: pointer;
    position: relative;
    top:-100px;
    left: -80px;
        box-shadow: -4px 53px 15px 0 rgba(0, 0, 0, 0.00), -2px 34px 14px 0 rgba(0, 0, 0, 0.01), -1px 19px 11px 0 rgba(0, 0, 0, 0.05), -1px 8px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 5px 0 rgba(0, 0, 0, 0.10);

}