/*recommendation*/
.recommendation {
    background: #eef7ff !important;
}

.recommendation_inner {
    background: #ddf2ff !important;
}

.recommendation_list li {
    background: linear-gradient(to right, #ffffff, #eef9ff) !important;
}

.recommendation_list li .emphasis {
    color: #0c56db !important;
}

.recommendation_list li::before {
    background-color: #0c56db !important;
}

/*/recommendation*/

/*product_nav*/

.product_nav li a::before {
    background: #0c56db !important;
}

.product_nav li a::after {
    background-color: #0c56db !important;
}

.product_nav li a:hover {
    background: linear-gradient(to bottom, #fff 0%, #fff 38%, #ecf7fe 100%) !important;
}

.product_nav li a:hover::before {
    background: #0834a8 !important;
}

.product_hero .product_copy h2 {
    font-size: 22px;
    font-weight: bold;
}

.product_hero .product_copy h2.highlight01 {
    color: #0055dd;
}

.product_hero .product_copy h2.highlight02 {
    color: #008844;
}

.product_hero .product_copy h2.highlight03 {
    color: #ae6200;
}

.price_list .price_list_table caption {
    background: #0c56db !important
}

.price_list .price_list_table td.number,
.price_list .price_list_table td.price {
    color: #0c56db !important
}

.nav_all_pc button::before {
    background-color: #cfad39 !important
}


.nav_all_pc button::after {
    position: absolute !important;
    background: #cfad39 !important;
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*main*/
.pic_1 {
    width: 900px;
    height: 563px;
    margin: 30px auto 0 auto;
    padding-top: 47px;
    background: url(/img/goods/br0001/sec1.webp) no-repeat;
}

.pic_1>div {
    float: right;
    margin-top: 105px;
    padding-right: 46px;
}

.pic_1>div .h3 {
    font-size: 56px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.pic_1>div .h4 {
    color: #fff;
    font-size: 36px;
}

.pic_1_txt {
    display: flex;
    justify-content: center;
    font-style: italic;
    align-items: center;
    gap: 13px;
    padding: 10px 0;
}

.pic_1_txt b {
    font-size: 40px;
    color: #04226a;
    letter-spacing: 3px;
}

.pic_1_txt span {
    font-size: 26px;
    position: relative;
    padding-top: 6px;
    padding-left: 19px;
    color: #04226a
}

.pic_1_txt span:before {
    position: absolute;
    content: "|";
    left: 6px;
    bottom: 8px;
    font-size: 21px;
    color: #04226a;
    font-weight: 300;
}

.h2_position {
    margin-top: 12%;
    display: flex;
    justify-content: flex-end;
}

.top_position {
    margin-top: 51%;
}

.h2_position .h2 {
    text-align: left;
    line-height: 1.2;
    padding-right: 9%;
}

.pic_2 {
    width: 900px;
    height: 219px;
    margin: 0 auto;
    padding-top: 0;
    background: url(/img/goods/br0001/pic_2.webp) no-repeat;
}

.pic_2 .h2 {
    font-size: 57px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.pic_2 .h2_1 {
    font-size: 57px;
    color: #eedfa3;
    text-align: center;
    font-weight: 700;
}

.pic_3 {
    width: 900px;
    margin: auto;
    background: #04226a;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    flex-direction: column;
}

.pic_3 p {
    position: absolute;
    color: #04226a;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    left: 52%;
    transform: translateX(-50%);
    top: 30px;
}

.pic_3 img {
    width: 41%;
    height: auto
}

.pic_3 div {
    flex: 1
}

.pic_3 div ul {
    display: flex;
    flex-wrap: wrap;
    width: 61%;
    margin: auto;
}

.pic_3 div ul li {
    color: #fff;
    width: 50%;
    line-height: 1.7;
    margin-left: 0;
    font-size: 20px;
}

.video_container_div {
    margin: auto;
    border-radius: 10px;
    border: #eedfa3 solid 1px;
    padding: 20px;
}

.pic_4 {
    width: 900px;
    padding: 65px 0px 28px 0px;
    margin: auto;
    position: relative;
    background: linear-gradient(to right, rgb(15 95 232) 0%, rgb(13 151 243) 100%);
    text-align: center
}

.pic_4 div.photo_div {
    display: flex;
    align-items: center;
    margin-top: -50px;
    position: relative;
}

.pic_4 div.photo_div img {
    z-index: 1;
    width: 40%;
}

.pic_4 div.photo_div:nth-child(2) img,
.pic_4 div.photo_div:nth-child(3) img {
    width: 34% !important;
    height: auto;
}

.pic_4 div.photo_div div {
    /* flex: 0.78; */
    position: relative;
    background: #0a63bb;
    color: #fff;
    text-align: left;
    margin-left: -30px;
    font-size: 20px;
    letter-spacing: 2px;
}

.pic_4 div.photo_div:nth-child(2) div,
.pic_4 div.photo_div:nth-child(4) div,
.pic_4 div.photo_div:nth-child(6) div {
    padding: 30px 30px 30px 55px;
    width: 58%
}

.pic_4 div.photo_div:nth-child(3) div,
.pic_4 div.photo_div:nth-child(5) div {
    padding: 30px 50px 30px 30px;
    width: 58%
}

.mR_30 {
    margin-right: -36px;
    margin-left: 0 !important;
}

.mL-20 {
    margin-left: 20px;
}

.mR_10 {
    margin-right: 20px;
}

.R_30 {
    right: -12px;
    left: inherit !important;
    width: fit-content;
}

.pic_4 div.photo_div div .label {
    position: absolute;
    top: -34px;
    left: 41px;
    padding: 3px 39px;
    background: #072269;
    box-shadow: 4px 4px 0px #fac736;
    transform: skew(344deg);
    z-index: 2;
}

.pic_4 div.photo_div div .label p {
    transform: skew(16deg);
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
}

.pic_4 div.photo_div div .label p b {
    font-size: 70%
}

.pic_4 .h3 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin: -28px auto 58px auto;
    position: relative;
    width: fit-content;
}

.pic_4 .h3:before {
    position: absolute;
    background: url(/img/goods/br0001/slash.webp);
    content: "";
    width: 36px;
    height: 43px;
    left: 7px;
    top: 9px;
}

.pic_4 .h3:after {
    position: absolute;
    background: url(/img/goods/br0001/slash.webp);
    transform: scaleX(-1);
    content: "";
    width: 36px;
    height: 43px;
    right: 6px;
    top: 9px;
}


.pic_4 .h3_1,
.pic_5 .h3_1 {
    color: #eedfa3;
    font-size: 44px;
    font-weight: bold;
    margin-top: 0;
}

.pic_5 {
    width: 900px;
    padding: 50px 0 2px 0;
    margin: auto;
    position: relative;
    text-align: center;
    background: #ededed;
}

.pic_5 .box_2 {
    display: flex;
    margin: 41px auto 20px auto;
    width: fit-content;
    gap: 30px;
    align-items: center;
}

.pic_5 .box_2 img {
    width: 45%;
    height: auto;
}

.pic_5 .box_2 div {
    flex: 1;
    text-align: left;
    font-size: 20px;
}

.pic_6 {
    width: 900px;
    height: 485px;
    padding: 28px 0 30px 0;
    margin: auto;
    position: relative;
    text-align: center;
    background: url(/img/goods/br0001/doctor.webp);
}

.pic_6 .doc_word {
    width: fit-content;
    text-align: left;
    padding-left: 30px;
}

.pic_6 .doc_word p {
    font-size: 21px;
    font-weight: 400;
    color: #04226a;
    line-height: 1.6;
    margin-top: 20px;
}

.pic_6 .doc_word p sup {
    font-size: 64%;
}

.pic_10 {
    width: 900px;
    padding: 50px;
    margin: auto;
    position: relative;
    text-align: center;
    background: linear-gradient(to right, rgba(227, 237, 239, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(227, 237, 239, 1) 100%);
}

.pic_10 p {
    color: #04226a;
    padding-top: 15px;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 700;
}

.pic_10 img {
    margin: 30px 0;
}

.pic_11 {
    width: 900px;
    padding: 0px;
    margin: auto;
    position: relative;
    text-align: center;
    background: #fff;
}

.mL_15 {
    margin-left: 15px !important;
}

.title_div_div {
    padding: 10px;
    width: fit-content;
    margin: auto;
}

.title_div {
    width: fit-content;
    margin: auto;
    padding: 0;
    color: #fff;
    position: relative;
}

.title_div:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    border-top: #05236b solid 1px;
    border-left: #05236b solid 1px;
    top: 15px;
    left: -10px;
}

.title_div:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    border-bottom: #05236b solid 1px;
    border-left: #05236b solid 1px;
    bottom: 15px;
    left: -10px;
}

.title_div div.title_div {
    border: #05236b solid 1px;
    padding: 5px 22px;
    position: relative;
    text-align: center;
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

.title_div .row_baseline {
    flex-direction: row;
    align-items: baseline;
}

.title_div div.title_div:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    border-top: #05236b solid 1px;
    border-right: #05236b solid 1px;
    top: -1px;
    right: -11px;
}

.title_div div:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    border-bottom: #05236b solid 1px;
    border-right: #05236b solid 1px;
    bottom: 14px;
    right: -11px;
}

.title_div div p {
    font-size: 16px
}

.title_div div span {
    font-size: 20px;
}

.title_div b.light {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, 0));
    transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    animation: moveLight 1.5s ease infinite;
    mix-blend-mode: overlay;
}

@keyframes moveLight {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

.title_div1 {
    width: fit-content;
    margin: auto;
    padding: 7px 17px;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    position: relative;
    background: #ffffff42;
}

.title_div1:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-top: #fff solid 1px;
    border-left: #fff solid 1px;
    top: 8px;
    left: -9px;
}

.title_div1:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-bottom: #fff solid 1px;
    border-left: #fff solid 1px;
    bottom: 8px;
    left: -9px;
}

.title_div1 div {
    padding: 0;
    position: relative;
    font-size: 32px;
    font-weight: bold;
}

.title_div1 p {
    font-size: 16px;
    font-weight: 700;
}

.title_div1 div:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
    top: 2px;
    right: -25px;
}

.title_div1 div:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-bottom: #fff solid 1px;
    border-right: #fff solid 1px;
    bottom: -21px;
    right: -25px;
}

.pic_7 {
    width: 900px;
    height: 353px;
    padding: 66px 0 30px 0;
    margin: auto;
    position: relative;
    text-align: center;
    background: url(/img/goods/br0001/pill.webp);
}

.pic_7 ul {
    width: fit-content;
    margin: 20px auto 0 auto;
    padding-left: 50px;
}

.pic_7 ul li {
    color: #fff;
    text-align: left;
    line-height: 2;
    font-size: 18px;
}

.pic_8 {
    width: 900px;
    height: auto;
    padding: 55px 40px 30px 40px;
    margin: auto;
    position: relative;
    text-align: center;
    background: #ededed;
    position: relative
}

.pic_8_img {
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: flex-start;
}

.pic_8_img img {
    width: auto;
    height: auto;
}

.pic_8_txt {
    text-align: left;
    margin-top: 28px;
    width: fit-content;
}

.pic_8_txt p {
    width: auto;
    font-size: 36px;
    margin-top: 0;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    font-family: "Noto Sans TC", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, 微軟正黑體, 新細明體, 蘋果儷黑體, Verdana, sans-serif;
}

.pic_8_txt p:first-child {
    font-weight: 500
}

.pic_8_txt p:last-child {
    font-weight: 600;
    border-bottom: #222 solid 1px;
}


.pic_8 .tri {
    position: absolute;
    right: 56px;
    top: 35px;
    animation: scaleAnimation 1s infinite alternate linear;
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }

    /* Ã¥Å½Å¸Ã¥Â§â€¹Ã¥Â¤Â§Ã¥Â°Â */
    100% {
        transform: scale(1.05);
    }

    /* Ã¦â€Â¾Ã¥Â¤Â§ 10% */
}

.pic_8 .txt_1 {
    margin: 9% 0 7% 0;
    text-align: left;
}

.pic_8 .photo_3 {
    padding: 53px 0 20px 0;
}

.pic_8 .photo_3 img {
    width: 100%
}

.pic_8 .whitebox {
    display: flex;
    background: #fff;
    padding: 44px 88px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 0px;
}

.pic_8 .whitebox:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-top: #072269 solid 1px;
    border-left: #072269 solid 1px;
    top: 22px;
    left: 22px;
}

.pic_8 .whitebox:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-bottom: #072269 solid 1px;
    border-right: #072269 solid 1px;
    bottom: 22px;
    right: 22px;
}

.pic_8 .whitebox img {
    width: 29%;
    height: auto;
}

.float1 {
    animation: float 1s linear infinite alternate;
}

.float2 {
    animation: float 1s -0.5s linear infinite alternate;
}

.float3 {
    animation: float 1s 0.5s linear infinite alternate;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10%);
    }
}

.pic_8 .whitebox .chicken {
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
}

.pic_8 .whitebox .chicken img {
    width: 12%;
}

.pic_8 .whitebox .chicken>p {
    color: #072269 !important;
    font-size: 17px !important;
    font-weight: bold;
    font-family: "arial";
}

.pic_8 .txt_1 p:nth-child(1) {
    color: #072269;
    font-size: 30px;
    font-weight: bold;
    font-family: "arial";
}

.pic_8 .txt_1 p:nth-child(2) {
    color: #072269;
    font-size: 35px;
    font-weight: bold;
    font-family: "arial";
    line-height: 2;
}

.pic_8 .whitebox div {
    text-align: left
}

.pic_8 .whitebox div>p:nth-child(1) {
    color: #072269;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    font-family: "arial";
}

.pic_8 .whitebox div>p:nth-child(2) {
    color: #222;
    font-size: 18px;
    padding: 14px 0 10px 0;
    line-height: 1.6;
}

.pic_8 .whitebox div>p:nth-child(3) {
    color: #072269;
    font-size: 19px;
    font-weight: bold;
}

.pic_9 {
    width: 900px;
    padding: 39px 0 0px 0;
    margin: auto;
    position: relative;
    text-align: center;
    background: linear-gradient(to right, rgba(76, 160, 189, 1) 0%, rgba(4, 34, 106, 1) 100%);
    position: relative;
}

.pic_9 img {
    width: 37%;
    height: auto;
}

.ball2 {
    margin-left: 0;
    margin-top: 0;
}

.pic_9 .doctor_box {
    background: #ffffff38;
    position: absolute;
    min-height: 228px;
    text-align: left;
    padding: 15px 19px;
    width: 226px;
}

.pic_9 .doctor_box p {
    color: #fff;
    padding-top: 15px;
    line-height: 1.5;
    font-size: 17px;
}

.pic_9 .doctor_box p:first-child {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 7px;
    border-bottom: #fff solid 1px;
}

.pic_9 .doctor_box p:first-child span {
    font-size: 15px;
    padding-left: 11px;
}


.pic_9 .doc1 {
    left: 40px
}

.pic_9 .doc2 {
    right: 40px
}

.title_div {
    width: fit-content;
    margin: auto;
    padding: 5px 0px;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    position: relative;
}

.title_div:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    border-top: #05236b solid 1px;
    border-left: #05236b solid 1px;
    top: 20px;
    left: -10px;
}

.title_div:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    border-bottom: #05236b solid 1px;
    border-left: #05236b solid 1px;
    bottom: 19px;
    left: -10px;
}

.title_div div {
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

.title_div div span.overflow {
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 15px 27px;
    font-size: 32px;
    margin: 7px 0;
    background: linear-gradient(to right, rgba(4, 34, 106, 1) 0%, rgb(61 96 179) 50%, rgba(4, 34, 106, 1) 100%);
}

.title_div div span.overflow:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #05236b;
    left: 0;
    top: 7px;
}

.title_div div span.overflow:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #05236b;
    left: 0;
    bottom: 7px;
}

.title_div .row_baseline {
    flex-direction: row;
    align-items: baseline;
}

.title_div div:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    border-top: #05236b solid 1px;
    border-right: #05236b solid 1px;
    top: 15px;
    right: -11px;
}

.title_div div:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    border-bottom: #05236b solid 1px;
    border-right: #05236b solid 1px;
    bottom: 15px;
    right: -11px;
}

.title_div div p {
    font-size: 16px
}

.qq {
    display: flex;
    line-height: inherit;
    font-size: 15px;
    width: 135px;
    margin:
        0 auto;
    padding:
        0;
    height: 40px;
    background:
        #fff;
    border:
        #0072ef solid 1px;
    color: #0072ef !important;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: none;
    filter: none;
}

.video_container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.uc_2 {
    margin: 0 auto;
    width: 900px;
    height: 887px;
    background: url(/img/goods/br0002/uc_2_bg.webp) no-repeat 0 0;
    position: relative;
}

.uc_2 p.h1 {
    font-size: 34px;
    padding-top: 142px;
    padding-left: 136px;
    font-weight: bold;
    font-family: "arial";
    letter-spacing: 2px;
}

.uc_2 p.h1_1 {
    font-size: 34px;
    padding-top: 360px;
    font-weight: bold;
    font-family: "arial";
    color: #709b3f;
    text-align: center;
    letter-spacing: 2px;
}

.uc_2 p.h1_2 {
    font-size: 30px;
    padding-top: 106px;
    font-weight: bold;
    font-family: "arial";
    text-align: center;
    letter-spacing: 2px;
}

.uc_2 p.h1_3 {
    font-size: 30px;
    padding-top: 6px;
    font-weight: bold;
    font-family: "arial";
    text-align: center;
    letter-spacing: 2px;
    color: #e83428;
}

.product_ingredient {
    margin: 0 auto 30px;
    width: 900px;
    height: 1180px;
    background: url(/img/goods/br0001/product_info_pc.webp) no-repeat 0 0;
    background-size: 900px auto;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}

@media print,
screen and (max-width:768px) {

    .product_hero .product_copy h2.highlight01 {
        color: #0055dd;
    }

    .product_hero .product_copy h2.highlight02 {
        color: #008844;
    }

    .product_hero .product_copy h2.highlight03 {
        color: #ae6200;
    }

    /*recommendation*/
    .recommendation {
        background: #eef7ff !important;
    }

    .recommendation_inner {
        background: #ddf2ff !important;
    }

    .recommendation_list li {
        background: linear-gradient(to right, #ffffff, #eef9ff) !important;
    }

    .recommendation_list li .emphasis {
        color: #0c56db !important;
    }

    .recommendation_list li::before {
        background-color: #0c56db !important;
    }

    /*/recommendation*/

    /*product_nav*/

    .product_nav li a::before {
        background: #0c56db !important;
    }

    .product_nav li a::after {
        background-color: #0c56db !important;
    }

    .product_nav li a:hover {
        background: linear-gradient(to bottom, #fff 0%, #fff 38%, #edf6fe 100%) !important;
    }

    .product_nav li a:hover::before {
        background: #0834a8 !important;
    }

    /*/product_nav*/

    /*product_feedback*/

    .product_feedback {
        background: linear-gradient(to bottom, #fff 0%, #fee6cf 15%, #fee6cf 75%, #fee6cf 100%) !important;
    }

    .product_feedback .sub_title {
        color: #990000 !important;
    }

    /*/product_feedback*/

    /*user_info*/

    .user_info {
        border-left: 2px #e03400 solid !important;
    }

    .user_info .name {
        color: #990000 !important;
    }

    .user_info .age {
        color: #a86800 !important;
    }

    .user_info .note {
        color: #e03400 !important;
    }

    /*main*/
    .pic_1 {
        width: auto;
        height: 60vw;
        margin: -9vw auto 0 auto;
        padding-top: 0vw;
        background: url(/img/goods/br0001/sec1.webp) no-repeat;
        background-size: 100% auto;
    }

    .pic_1>div {
        float: right;
        margin-top: 19vw;
        padding-right: 7vw;
    }

    .pic_1>div .h3 {
        font-size: 5.7vw;
        color: #fff;
        text-align: center;
        font-weight: 700;
    }

    .pic_1>div .h4 {
        color: #fff;
        font-size: 4vw;
    }

    .pic_1_txt {
        display: flex;
        justify-content: center;
        font-style: italic;
        align-items: center;
        gap: 2vw;
        padding: 10px 0;
    }

    .pic_1_txt b {
        font-size: 5vw;
        color: #04226a;
        letter-spacing: 1px;
    }

    .pic_1_txt span {
        font-size: 3.6vw;
        position: relative;
        padding-top: 1vw;
        padding-left: 2vw;
        color: #04226a
    }

    .pic_1_txt span:before {
        position: absolute;
        content: "|";
        left: 0vw;
        bottom: 1vw;
        font-size: 3vw;
        color: #04226a;
        font-weight: 300;
    }

    .h2_position {
        margin-top: 12%;
        display: flex;
        justify-content: flex-end;
    }

    .top_position {
        margin-top: 51%;
    }

    .h2_position .h2 {
        text-align: left;
        line-height: 1.2;
        padding-right: 9%;
    }

    .pic_2 {
        width: auto;
        height: 23vw;
        margin: 0 auto;
        padding-top: 0;
        background: url(/img/goods/br0001/pic_2.webp) no-repeat;
        background-size: 100% auto;
    }

    .pic_2 .h2 {
        font-size: 57px;
        color: #fff;
        text-align: center;
        font-weight: 700;
    }

    .pic_2 .h2_1 {
        font-size: 57px;
        color: #eedfa3;
        text-align: center;
        font-weight: 700;
    }

    .pic_3 {
        width: auto;
        margin: auto;
        background: #260a4d;
        padding: 3vw 0;
        display: flex;
        align-items: center;
        gap: 3vw;
        position: relative;
        flex-direction: column;
    }

    .pic_3 p {
        position: absolute;
        color: #260a4d;
        font-style: italic;
        font-weight: bold;
        font-size: 6vw;
        left: 54%;
        top: 5vw;
        white-space: nowrap;
    }

    .pic_3 img {
        width: 92%;
        height: auto
    }

    .pic_3 div {
        flex: 1;
        width: 100%;
    }

    .pic_3 div ul {
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }

    .pic_3 div ul li {
        color: #fff;
        width: calc(50% - 6vw);
        line-height: 1.7;
        margin-left: 6vw;
        font-size: 3.4vw;
    }

    .video_container_div {
        margin: auto;
        border-radius: 10px;
        border: #eedfa3 solid 1px;
        padding: 20px;
    }

    .pic_4 {
        width: auto;
        padding: 4vw 0 3vw 0;
        margin: auto;
        position: relative;
        background: linear-gradient(to right, rgba(1, 94, 234, 1) 0%, rgba(0, 148, 245, 1) 100%);
        text-align: center
    }

    .pic_4 div.photo_div {
        display: flex;
        align-items: center;
        margin-top: -3vw;
        position: relative;
    }

    .pic_4 div.photo_div img {
        z-index: 1;
        width: 40%;
        height: auto;
    }

    .pic_4 div.photo_div:nth-child(2) img,
    .pic_4 div.photo_div:nth-child(3) img {
        width: 36% !important;
        height: auto;
    }

    .pic_4 div.photo_div div {
        position: relative;
        background: #0a63bb;
        color: #fff;
        text-align: left;
        margin-left: 0;
        font-size: 2.7vw;
        letter-spacing: 1px;
    }

    .pic_4 div.photo_div:nth-child(2) div,
    .pic_4 div.photo_div:nth-child(4) div,
    .pic_4 div.photo_div:nth-child(6) div {
        margin-left: -3vw;
        padding: 3vw 2vw 3vw 6vw;
    }

    .pic_4 div.photo_div:nth-child(3) div,
    .pic_4 div.photo_div:nth-child(5) div {
        margin-right: -3vw;
        padding: 3vw 6vw 3vw 2vw;
    }


    .pic_4 .h3 {
        color: #fff;
        font-size: 6vw;
        font-weight: bold;
        margin: 0 auto 6vw auto;
        position: relative;
        width: fit-content;
    }

    .pic_4 .h3:before {
        position: absolute;
        background: url(/img/goods/br0001/slash.webp) no-repeat;
        background-size: 100% auto;
        content: "";
        width: 4vw;
        height: 5vw;
        left: -1vw;
        top: 1vw;
    }

    .pic_4 .h3:after {
        position: absolute;
        background: url(/img/goods/br0001/slash.webp);
        background-size: 100% auto;
        transform: scaleX(-1);
        content: "";
        width: 4vw;
        height: 5vw;
        right: 0vw;
        top: 1vw;
    }


    .pic_4 .h3_1,
    .pic_5 .h3_1 {
        color: #eedfa3;
        font-size: 44px;
        font-weight: bold;
        margin-top: 0;
    }

    .pic_4 div.photo_div div .label {
        position: absolute;
        top: -5vw;
        padding: 1vw 3vw;
        background: #072269;
        box-shadow: 3px 2px 0px #fac736;
        transform: skew(344deg);
        z-index: 2;
    }


    .pic_4 .photo_div:nth-child(2) .label,
    .pic_4 .photo_div:nth-child(4) .label,
    .pic_4 .photo_div:nth-child(6) .label {
        left: 3vw;
    }

    .pic_4 .photo_div:nth-child(3) .label,
    .pic_4 .photo_div:nth-child(5) .label {
        right: -5vw
    }


    .pic_4 div.photo_div div .label p {
        transform: skew(16deg);
        font-size: 3vw;
        font-weight: bold;
        letter-spacing: 0;
    }

    .pic_4 div.photo_div div .label p b {
        font-size: 70%
    }

    .title_div {
        width: fit-content;
        margin: auto;
        padding: 5px 0px;
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
        position: relative;
    }

    .title_div:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 10px;
        border-top: #05236b solid 1px;
        border-left: #05236b solid 1px;
        top: 16px;
        left: -6px;
    }

    .title_div:after {
        position: absolute;
        content: "";
        width: 20px;
        height: 10px;
        border-bottom: #05236b solid 1px;
        border-left: #05236b solid 1px;
        bottom: 16px;
        left: -6px;
    }

    .title_div div {
        padding: 0;
        position: relative;
        text-align: center;
        display: flex;
        column-gap: 10px;
        align-items: center;
        flex-direction: column;
    }

    .title_div div span.overflow {
        overflow: hidden;
        position: relative;
        display: inline-block;
        padding: 15px 19px;
        font-size: 4.5vw;
        margin: 7px 0;
        background: linear-gradient(to right, rgba(4, 34, 106, 1) 0%, rgb(61 96 179) 50%, rgba(4, 34, 106, 1) 100%);
        white-space: nowrap;
    }

    .title_div div span.overflow:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #05236b;
        left: 0;
        top: 4px;
    }

    .title_div div span.overflow:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #05236b;
        left: 0;
        bottom: 4px;
    }

    .title_div .row_baseline {
        flex-direction: row;
        align-items: baseline;
    }

    .title_div div:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 10px;
        border-top: #05236b solid 1px;
        border-right: #05236b solid 1px;
        top: 10px;
        right: -6px;
    }

    .title_div div:after {
        position: absolute;
        content: "";
        width: 20px;
        height: 10px;
        border-bottom: #05236b solid 1px;
        border-right: #05236b solid 1px;
        bottom: 11px;
        right: -6px;
    }

    .title_div div p {
        font-size: 16px
    }

    .title_div div span {
        font-size: 3vw;
    }

    .pic_4 .h3_1,
    .pic_5 .h3_1 {
        color: #eedfa3;
        font-size: 44px;
        font-weight: bold;
        margin-top: 0;
    }

    .pic_5 {
        width: auto;
        padding: 4vw 15px 1vw 15px;
        margin: auto;
        position: relative;
        text-align: center;
        background: #ededed;
    }

    .pic_5 .box_2 {
        display: flex;
        margin: 3vw auto 2vw auto;
        width: fit-content;
        gap: 4vw;
        align-items: center;
    }

    .pic_5 .box_2 img {
        width: 45%;
        height: auto;
    }

    .pic_5 .box_2 div {
        flex: 1;
        text-align: left;
        font-size: 3.2vw;
    }

    .pic_6 {
        width: auto;
        height: 53vw;
        padding: 3vw 15px 0 15px;
        margin: auto;
        position: relative;
        text-align: center;
        background: url(/img/goods/br0001/doctor.webp) no-repeat;
        background-size: 100% auto;
    }

    .pic_6 .doc_word {
        width: fit-content;
        text-align: left;
        padding-left: 0;
    }

    .pic_6 .doc_word p {
        font-size: 2.6vw;
        font-weight: 400;
        color: #04226a;
        line-height: 1.4;
        margin-top: 0vw;
    }

    .pic_6 .doc_word p sup {
        font-size: 64%;
    }

    .title_div div span {
        font-size: 3vw;
    }


    .pic_10 {
        width: auto;
        padding: 2vw 15px;
        margin: auto;
        position: relative;
        text-align: center;
        background: linear-gradient(to right, rgba(227, 237, 239, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(227, 237, 239, 1) 100%);
    }

    .pic_10 p {
        color: #04226a;
        padding-top: 15px;
        line-height: 1.4;
        font-size: 3vw;
    }

    .pic_10 img {
        margin: 3vw 0;
        height: auto;
    }

    .pic_11 {
        width: auto;
        padding: 0px;
        margin: auto;
        position: relative;
        text-align: center;
        background: #fff;
    }

    .pic_7 {
        width: auto;
        height: 38vw;
        padding: 6vw 0 0vw 0;
        FONT-WEIGHT: 500;
        position: relative;
        text-align: center;
        background: url(/img/goods/br0001/pill.webp)no-repeat;
        background-size: 100% auto;
    }

    .pic_7 ul {
        width: fit-content;
        margin: 0 auto;
        padding-left: 0vw;
    }

    .pic_7 ul li {
        color: #fff;
        text-align: left;
        line-height: 2;
        font-size: 2.5vw;
    }

    .pic_8 {
        width: auto;
        height: auto;
        padding: 4vw 15px 3vw 15px;
        margin: auto;
        position: relative;
        text-align: center;
        background: #ededed;
        background-size: 34% auto;
    }

    .pic_8 .tri {
        width: 38vw;
        height: auto;
        position: absolute;
        right: 5%;
        top: 6%;
        animation: scaleAnimation 1s infinite alternate linear;
    }

    .pic_8 .txt_1 {
        margin: 8% 0 0% 0;
        text-align: left;
    }

    .pic_8 .photo_3 {
        padding: 8vw 0 2vw 0;
    }

    .pic_8 .photo_3 img {
        width: 100%;
        height: auto;
    }

    .pic_8 .whitebox {
        display: flex;
        background: #fff;
        padding: 5vw;
        position: relative;
        align-items: center;
        flex-direction: row;
        gap: 2.5vw;
    }

    .pic_8 .whitebox:before {
        position: absolute;
        content: "";
        width: 9vw;
        height: 9vw;
        border-top: #072269 solid 1px;
        border-left: #072269 solid 1px;
        top: 3vw;
        left: 3vw;
    }

    .pic_8 .whitebox:after {
        position: absolute;
        content: "";
        width: 9vw;
        height: 9vw;
        border-bottom: #072269 solid 1px;
        border-right: #072269 solid 1px;
        bottom: 3vw;
        right: 3vw;
    }

    .pic_8 .whitebox img {
        width: 22%;
        height: auto;
    }

    .pic_8 .whitebox .chicken {
        width: 100%;
        display: flex;
        gap: 30px;
    }

    .pic_8_img {
        display: flex;
        flex-direction: column;
        gap: 2vw;
        align-items: flex-start;
    }

    .pic_8_img img {
        width: 54%;
    }

    .pic_8_txt {
        text-align: left;
        margin-top: 28px;
        width: fit-content;
    }

    .pic_8_txt p {
        width: auto;
        font-size: 5.5vw;
        margin-top: 0;
        line-height: 1.6;
        color: rgb(51, 51, 51);
        font-family: "Noto Sans TC", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, 微軟正黑體, 新細明體, 蘋果儷黑體, Verdana, sans-serif;
    }

    .pic_8_txt p:first-child {
        font-weight: 500
    }

    .pic_8_txt p:last-child {
        font-weight: 600;
        border-bottom: #222 solid 1px;
    }

    .ball2 {
        margin-left: -9vw;
        margin-top: 6vw;
    }

    .pic_8 .whitebox .chicken img {
        width: 12%;
    }

    .pic_8 .whitebox .chicken>p {
        color: #072269 !important;
        font-size: 17px !important;
        font-weight: bold;
        font-family: "arial";
    }

    .pic_8 .txt_1 p:nth-child(1) {
        color: #072269;
        font-size: 3.5vw;
        font-weight: bold;
        font-family: "arial";
    }

    .pic_8 .txt_1 p:nth-child(2) {
        color: #072269;
        font-size: 5vw;
        font-weight: bold;
        font-family: "arial";
        line-height: 2;
    }

    .pic_8 .whitebox div {
        text-align: left
    }

    .pic_8 .whitebox div>p:nth-child(1) {
        color: #072269;
        font-size: 4vw;
        font-weight: bold;
        white-space: nowrap;
        padding-top: 0vw;
        font-family: "arial";
    }

    .pic_8 .whitebox div>p:nth-child(2) {
        color: #222;
        font-size: 2.8vw;
        padding: 2vw 0;
        line-height: 1.3;
    }

    .pic_8 .whitebox div>p:nth-child(3) {
        color: #072269;
        font-size: 3.2vw;
        font-weight: bold;
    }

    .pic_9 {
        width: auto;
        padding: 4vw 0 0px 0;
        margin: auto;
        text-align: center;
        background: linear-gradient(to right, rgba(76, 160, 189, 1) 0%, rgba(4, 34, 106, 1) 100%);
        position: relative;
    }

    .pic_9 img {
        width: 43%;
        height: auto;
        margin-top: -7vw;
        margin-left: -7vw;
    }

    .pic_9 .doctor_box {
        background: #ffffff38;
        position: absolute;
        min-height: 29vw;
        text-align: left;
        padding: 1vw 2vw;
        width: fit-content;
    }

    .pic_9 .doctor_box p {
        color: #fff;
        padding-top: 2vw;
        line-height: 1.5;
        font-size: 2vw;
    }

    .pic_9 .doctor_box p:first-child {
        font-size: 4vw;
        font-weight: bold;
        padding-top: 0;
        padding-bottom: 2vw;
        border-bottom: #fff solid 1px;
    }

    .pic_9 .doctor_box p:first-child span {
        font-size: 2.4vw;
        padding-left: 2vw;
    }


    .pic_9 .doc1 {
        left: 4vw;
    }

    .pic_9 .doc2 {
        right: 4vw;
    }

    .title_div1 {
        width: fit-content;
        margin: auto;
        padding: 1vw 2vw 2vw 2vw;
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
        position: relative;
        background: #ffffff42;
    }

    .title_div1:before {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
        border-top: #fff solid 1px;
        border-left: #fff solid 1px;
        top: 8px;
        left: -9px;
    }

    .title_div1:after {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
        border-bottom: #fff solid 1px;
        border-left: #fff solid 1px;
        bottom: 8px;
        left: -9px;
    }

    .title_div1 div {
        padding: 0.5vw 1.5vw;
        position: relative;
        font-size: 5vw;
    }

    .title_div1 p {
        font-size: 3vw;
        font-weight: normal
    }

    .title_div1 div:before {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
        border-top: #fff solid 1px;
        border-right: #fff solid 1px;
        top: 2px;
        right: -18px;
    }

    .title_div1 div:after {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
        border-bottom: #fff solid 1px;
        border-right: #fff solid 1px;
        bottom: -21px;
        right: -17px;
    }

    .uc_2 {
        margin: 0 auto;
        width: auto;
        height: 102vw;
        background: url(/img/goods/br0002/uc_2_bg.webp) no-repeat 0 0;
        background-size: 100% auto;
        position: relative;
    }

    .uc_2 p.h1 {
        font-size: 4.5vw;
        padding-top: 12vw;
        padding-left: 4vw;
        font-weight: bold;
        font-family: "arial";
        letter-spacing: 2px;
    }

    .uc_2 p.h1_1 {
        font-size: 5vw;
        padding-top: 43vw;
        font-weight: bold;
        font-family: "arial";
        color: #709b3f;
        text-align: center;
        letter-spacing: 2px;
    }

    .uc_2 p.h1_2 {
        font-size: 4.2vw;
        padding-top: 9vw;
        font-weight: bold;
        font-family: "arial";
        text-align: center;
        letter-spacing: 1px;
    }

    .uc_2 p.h1_3 {
        font-size: 4.2vw;
        padding-top: 1vw;
        font-weight: bold;
        font-family: "arial";
        text-align: center;
        letter-spacing: 1px;
        color: #e83428;
    }

    .product_ingredient {
        margin: 0 0 3.7333333333333vw;
        width: 100vw;
        height: 130.666666666666667vw;
        background: url(/img/goods/br0001/product_info.webp) no-repeat 0 0;
        background-size: 100vw auto;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
    }

}