﻿.brand-banner {
    width:100%;
}

.brand-title {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    color: #3C3C3C;
    font-size: 36px;
    line-height:30px;
    font-weight: bold;
    border-bottom: 5px solid #085F9B;
}

.brand-why-box {
    margin-top:70px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.brand-why-content {
    margin:30px 100px;
    display: flex;
    justify-content: space-between;
}

.brand-why-item {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: center;
}

.brand-why-icon {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.brand-why-title {
   
    color: #085F9B;
    font-size: 20px;
    font-weight: bold;
}

.brand-why-border {
    width: 30px;
    border: 2px solid #3C3C3C;
    margin-top: 16px;
    margin-bottom: 16px;
}

.brand-why-desc {
    color: #3C3C3C;
    font-size: 14px;
    line-height:30px;
    font-weight:bold;
}

.brand-video-box {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.brand-video {
    margin-top:30px;
    margin-bottom:50px;
    width:1080px;
    height:600px;
}

.brand-product-intro-box {
    padding:50px 100px;

    background-color: #E7F0FF;
}

.brand-use-box {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.brand-use-content {
    margin-top: 30px;
    display: flex;
    /*justify-content: space-between;*/
}

.brand-use-item {
    margin: 30px 10px;
    background-image: url('../img/sld_use_bg.png');
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: center;
    width: 350px;
    height: 415px;
    padding: 8px 20px 10px;
}

.brand-use-desc {
    color: #085F9B;
    font-size: 20px;
    line-height: 40px;
}

.brand-product-box {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.brand-product-content {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    background-image: url('../img/sld_cat_product_bg.png');
    width: 1080px;
    height: 520px;
}

.brand-product-img {
    margin-top: 50px;
    width: 200px;
    height: auto;
}

.brand-product-name {
    margin:30px 0px;
    color: #085F9B;
    font-size: 14px;
    font-weight:bold;
}

.brand-product-type-box {
    display: flex;
    justify-content: center;
    padding-bottom:50px;
}

.brand-product-type {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    margin:0px 30px;
}

.brand-product-type-img {
    width:100px;
    height: auto;
}

.brand-product-type-name {
    color: #085F9B;
    font-size: 14px;
    font-weight: bold;
}

.brand-qa-box {
    padding:50px 430px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.brand-qa-content {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
}

.brand-qa-q-box {
    margin-top: 30px;
    display: flex;
}

.brand-qa-q {
    color: #085F9B;
    font-size: 35px;
    font-weight: 600;
    line-height: 25px;
}

.brand-qa-q-desc {
    margin-left: 30px;
    color: #085F9B;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
}

.brand-qa-a-box {
    margin-top: 20px;
    display: flex;
}

.brand-qa-a {
    color: #3C3C3C;
    font-size: 35px;
    font-weight:600;
    line-height: 35px;
}

.brand-qa-a-desc {
    margin-left: 30px;
    color: #3C3C3C;
    font-size: 25px;
    line-height: 45px;
    text-align: justify;
}

.brand-qa-border {
    min-width:985px;
    /*height:1px;*/
    border: 1px solid #D2D2D2;
    margin: 30px 0px 0px 30px;
}

.brand-buy-box {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.brand-buy-content {
    width: 100%;
    background-color: #095F9C;
    padding: 50px 350px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.brand-buy-title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight:bold;
}

.brand-buy-btn-box {
    margin-top:50px;
    display: flex;
    justify-content: center;
}

.brand-buy-btn {
    margin:0px 20px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding:10px 80px;
}

.brand-buy-product-box {
    margin:50px 20px 20px;
    width: 305px;
    padding: 20px 20px 30px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    border-radius: 8px;
    border: 0 solid #ededed;
    box-shadow: 1px 1px 5px #3C3C3C;
}

.brand-buy-product-img {
    width:160px;
/*    height:180px;
*/    margin-bottom:10px;
}

.brand-buy-product-desc {
    color: #085F9B;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.brand-buy-product-name {
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 600;
}

.brand-buy-product-btn {
    margin-top: 30px;
    background-color: #0072CA;
    font-weight: 600;
    color: #FFFFFF;
    width: 240px;
    height: 42px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.brand-buy-product-list {
    display:flex;
    justify-content:center;
}


.awk-color {
    color: #F08200;
}


.awk-bg-color {
    background-color: #FFF0E6;
}

.awk-product-bg-color {
    background-color: #F08200;
}

.awk-border-bottom {
    border-bottom: 5px solid #F08200;
}

.awk-use-bg {
    background-image: url('../img/awk_use_bg.png');
}

.awk-brand-product-type {
    margin:0 5px;
}



.wdj-color {
    color: #378750;
}

.wdj-bg-color {
    background-color: #E6F0EB;
}

.wdj-product-bg-color {
    background-color: #378750;
}


.wdj-border-bottom {
    border-bottom: 5px solid #378750;
}

.wdj-use-bg {
    background-image: url('../img/wdj_use_bg.png');
}


.bcq-color {
    color: #55A032;
}

.bcq-bg-color {
    background-color: #E6F5DC;
}

.bcq-product-bg-color {
    background-color: #55A032;
}


.bcq-border-bottom {
    border-bottom: 5px solid #55A032;
}

.bcq-use-bg {
    width:520px;
    height:415px;
    background-image: url('../img/bcq_use_bg.png');
}

.bcq-brand-product-type {
    margin: 0 15px;
}


.bcs-color {
    color: #CD0032;
}

.bcs-bg-color {
    background-color: #FAF0F0;
}

.bcs-product-bg-color {
    background-color: #CD0032;
}


.bcs-border-bottom {
    border-bottom: 5px solid #CD0032;
}

.bcs-use-bg {
    background-image: url('../img/bcs_use_bg.png');
}


.kla-color {
    color: #145F37;
}

.kla-bg-color {
    background-color: #E6FFE6;
}

.kla-product-bg-color {
    background-color: #145F37;
}


.kla-border-bottom {
    border-bottom: 5px solid #145F37;
}

.kla-use-bg {
    width: 520px;
    height: 415px;
    background-image: url('../img/kla_use_bg.png');
}

.kla-brand-buy-product-box {
    margin: 50px 10px 10px;
    width: 275px;
    padding: 10px 10px 20px;
}

.dosage {
    margin-top:20px;
}

.dosage-item {
    color: #145F37;
    width: 450px;
    font-size: 16px;
    line-height: 40px;
    font-weight:500;
    border-bottom: 1px solid #D2D2D2;
    display: flex;
    justify-content: space-between;
}


.ses-color {
    color: #87B928;
}

.ses-bg-color {
    background-color: #F3F8E9;
}

.ses-product-bg-color {
    background-color: #87B928;
}


.ses-border-bottom {
    border-bottom: 5px solid #87B928;
}

.ses-use-bg {
    width:250px;
    height:380px;
    background-image: url('../img/ses_use_bg.png');
}

.ses-why-item {
    width:150px;
}

.ses-why-icon {
    width: 150px;
}

.ses-why-title {
   font-size:16px;
}

.brand-quote {
    font-size:8px;
    margin-bottom:80px;
}

.ses-why-border {
    border: 2px solid #87B928;
}