html {
    font-size: 14px;
}

a {
    color: black;
    text-decoration: none;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.home-header-outer {
    height: 24px;
    background-image: url('/images/index_43.png');
    background-repeat: repeat-x;
    display: flex;
    justify-content: space-between;

}

.home-pro-outer img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.home-pro-outer {
    width: 18%;
}

.home-header-outer > a {
    margin-right: 18px;
    font-size: 12px;
    line-height: 24px;
}

body {
    margin-bottom: 0;
}

.top-banner img.logo {
    position: absolute;
    left: 60px;
    top: 20px;
}

.top-banner {

    background-image: url('/images/index_02.png');
    position: relative;
    width: 1004px;
    margin: 0 auto;
    background-repeat: repeat-x;
    height: 99px;

}

.top-banner div.top-menus-outer {
    height: 33px;
    width: 157px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 10px;
    background-image: url(/images/index_03.png);
    background-repeat: no-repeat;
    font-size: 12px;
    color: #898989;
}

.menu-outer {
    width: 1004px;
    margin: 0 auto;
    background-image: url('/images/index_09.png');
    height: 41px;
    line-height: 41px;
    background-repeat: repeat-x;
    display: flex;
    flex-direction: row;
}

.menu-outer .menu-item {
    text-align: center;
    flex: 1;
}

.menu-outer .menu-item a.link {
    text-decoration: none;

    font-size: 16px;
    font-weight: bold;
    color: white !important;
}

.img-btn-repeat {
    background-image: url('../images/index_19.png');
    background-repeat: repeat-x;
    width: 934px;
    height: 20px;
}

.img-banner-outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.body-outer {
    width: 934px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    margin-top: 4px;
}

.header-outer {
    background-image: url('../images/index_25.png');
    width: 248px;
    background-repeat: repeat-x;
    height: 29px;
    border: 1px solid rgb(92, 179, 230);
}

.header-outer .label-item {
    width: 108px;
    height: 27px;
    line-height: 27px;
    background-image: url('../images/index_30.png');
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.page-header {
    height: 35px;
    background: linear-gradient(rgb(21, 150, 213), rgb(6, 130, 171));
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 35px;
    font-weight: bold;
    color: whitesmoke;
    padding-left: 8px;
}
.product-outer img{
    max-width: 670px !important;
}