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

.recommendation_inner {
    background: #ede1fe !important;
}

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

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

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

/*/recommendation*/

/*product_nav*/
.product_nav li a::before {
    background: #aa45db !important;
}

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

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

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

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

.product_hero .product_copy h2.highlight01 {
    color: #770697;
}

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

.product_hero .product_copy h2.highlight03 {
    color: #996e33;
}

.product_hero .product_copy h2.highlight04 {
    color: #ff4004;
}

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

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

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

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

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

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

.price_list .price_list_table caption {
    background: #aa45db !important
}


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

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


.nav_platinum_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: 1740px;
    margin: 30px auto 0 auto;
    padding-top: 47px;
    background: url(/img/goods/br0003/pic_1.webp) no-repeat;
}

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

.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: 1111px;
    margin: 0 auto;
    padding-top: 0;
    background: url(/img/goods/br0003/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: #260a4d;
    position: relative;
    padding: 0 36px 36px 36px;
}

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

.pic_4 {
    width: 900px;
    padding: 0 37px 28px 37px;
    margin: auto;
    position: relative;
    background: url(/img/goods/br0003/starbg.webp) no-repeat;
    text-align: center
}

.pic_4 .h4 {
    color: #eedfa3;
    font-size: 28px;
    font-weight: bold;
}

.pic_4 .h3,
.pic_5 .h3 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin-top: 13px;
}

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

.pic_5 {
    width: 900px;
    padding: 28px 37px 30px 37px;
    margin: auto;
    background: #260a4d;
    position: relative;
    text-align: center;
}

.whitebox {
    background: #f3edfe;
    border-radius: 10px;
    padding: 20px;
}

.whitebox .h3 {
    color: #550486;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
}

.whitebox p {
    font-size: 18px;
    font-weight: bold;
}

.po_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 13%;
    padding-right: 13%;
}

.po_1 .h3,
.po_3 .h3 {
    color: #fff;
    width: fit-content;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.po_2 {
    display: flex;
    margin-top: 25%;
    padding-left: 13%;
}

.po_2 .h3 {
    color: #fff;
    width: fit-content;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.po_3 {
    display: flex;
    justify-content: flex-end;
    margin-top: 19%;
    padding-right: 13%;
}

.border {
    border-radius: 10px;
    border: #eedfa3 solid 1px;
    padding: 29px;
    display: flex;
    gap: 40px;
    position: relative;
    margin-top: 20px;
    text-align: left;
}

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

.border div p:nth-child(1) {
    color: #eedfa3;
    font-size: 34px;
    font-weight: bold;
}

.border div p:nth-child(2) {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    padding-top: 7px;
}

.border div p:nth-child(3) {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding-top: 13px;
}

.award {
    position: absolute;
    width: 87px !important;
    right: 30px;
}

.detail_1 {
    color: #fff;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.title_border {
    display: flex;
    width: fit-content;
    margin: 15px auto 0 auto;
    align-items: center;
    gap: 10px;
    color: #550486;
    font-size: 20px;
}

.title_border div {
    background: #fff;
    padding: 12px;
    border-radius: 17px;
    border: #550486 solid 1px;
    color: #550486;
    font-size: 18px;
    font-weight: bold;
}

.title_border b {
    color: #550486;
    font-size: 51px;
    font-weight: bold;
    line-height: normal;
    margin-top: -9px;
}

.chart_w {
    width: 70%;
    margin: auto;
}

.chart_r {
    width: 53%;
    margin: 23px auto 0px auto;
}

.photo2_box {
    display: flex;
    gap: 39px;
    width: 88%;
    margin: auto;
}

.photo2_box img {
    width: 100%;
    margin-bottom: 8px;
}

.photo2_box div {
    background: #fff;
    border-radius: 16px;
    padding-bottom: 10px;
}

.photo2_box div p:nth-child(2) {
    color: #663386;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Arial";
}

.photo2_box div p:nth-child(3) {
    font-size: 18px;
}

.chat_2_div {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5%;
    margin-top: 20px;
}

.chat_2_div img:nth-child(1) {
    width: 60%
}

.chat_2_div img:nth-child(2) {
    width: 35%
}

.border_brown {
    padding: 20px;
    border: #eedfa3 solid 1px;
    border-radius: 10px;
    width: 50%;
    margin: 20px auto 20px auto;
}

.border_brown ol li {
    color: #eedfa3;
    padding-left: 15px;
    width: fit-content;
    margin-left: 39px;
    font-size: 30px;
    font-weight: bold;
    list-style-type: decimal;
}

.border_brown ol li::marker {
    color: #fff;
    content: counter(list-item) " ";
}

.white_box {
    background: #f3edfe;
    position: relative;
    border-radius: 10px;
    margin-top: 328px;
    padding-top: 72px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.white_box>img {
    position: absolute;
    top: -288px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.white_box .white_box_in {
    width: 49%;
    margin: auto;
    display: flex;
    align-items: flex-end;
    gap: 40px;
}

.white_box .white_box_in img {
    width: 31%;
}

.white_box .white_box_in div {
    flex: 1;
    text-align: left;
}

.white_box .white_box_in div p {
    color: #663386;
    font-weight: bold
}

.white_box .white_box_in div p:nth-child(1) {
    font-size: 34px;
    margin-bottom: 10px;
}

.white_box .white_box_in div p:nth-child(2) {
    font-size: 20px;
}

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

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

    .product_hero .product_copy h2.highlight01 {
        color: #770697;
    }

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

    .product_hero .product_copy h2.highlight03 {
        color: #996e33;
    }

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

    .recommendation_inner {
        background: #ede1fe !important;
    }

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

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

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

    /*/recommendation*/

    /*product_nav*/
    .product_nav li a::before {
        background: #aa45db !important;
    }

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

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

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

    /*/product_nav*/

    /*product_feedback*/

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

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

    /*/product_feedback*/

    /*user_info*/

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

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

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

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

    /*main*/

    .pic_1 {
        width: auto;
        height: 194vw;
        margin: 2vw auto 0 auto;
        padding-top: 5vw;
        background: url(/img/goods/br0003/pic_1.webp) no-repeat;
        background-size: auto 100%;
    }

    .pic_1 .h2 {
        font-size: 7vw;
        color: #550088;
        text-align: center;
        font-weight: 700;
    }

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

    .top_position {
        margin-top: 51%;
    }

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

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

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

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

    .pic_3 {
        width: auto;
        margin: auto;
        background: #260a4d;
        position: relative;
        padding: 0 15px 36px 15px;
    }

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

    .pic_4 {
        width: auto;
        padding: 0 15px 8px 15px;
        margin: auto;
        position: relative;
        background: url(/img/goods/br0003/starbg.webp) no-repeat #1f0647;
        background-size: auto 100%;
        text-align: center
    }

    .pic_4 .h4 {
        color: #eedfa3;
        font-size: 4vw;
        font-weight: bold;
    }

    .pic_4 .h3,
    .pic_5 .h3 {
        color: #fff;
        font-size: 7vw;
        font-weight: bold;
        margin-top: 13px;
    }

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

    .pic_5 {
        width: auto;
        padding: 28px 15px 30px 15px;
        margin: auto;
        background: #260a4d;
        position: relative;
        text-align: center;
    }

    .whitebox {
        background: #f3edfe;
        border-radius: 10px;
        padding: 5vw 15px 5vw 15px;
    }

    .whitebox .h3 {
        color: #550486;
        font-size: 7vw;
        font-weight: bold;
        margin: 2vw 0;
    }

    .whitebox p {
        font-size: 3.6vw;
        font-weight: bold;
    }

    .po_1 {
        display: flex;
        justify-content: flex-end;
        margin-top: 13%;
        padding-right: 13%;
    }

    .po_1 .h3,
    .po_3 .h3 {
        color: #fff;
        width: fit-content;
        font-size: 6vw;
        text-align: center;
        font-weight: bold;
        line-height: 1.2;
    }

    .po_2 {
        display: flex;
        margin-top: 19%;
        padding-left: 13%;
    }

    .po_2 .h3 {
        color: #fff;
        width: fit-content;
        font-size: 6vw;
        text-align: center;
        font-weight: bold;
        line-height: 1.2;
    }

    .po_3 {
        display: flex;
        justify-content: flex-end;
        margin-top: 19%;
        padding-right: 13%;
    }

    .border {
        border-radius: 10px;
        border: #eedfa3 solid 1px;
        padding: 2.5vw;
        display: flex;
        gap: 5vw;
        position: relative;
        margin-top: 2vw;
        text-align: left;
        align-items: center;
    }

    .border img {
        width: 26%;
        height: auto
    }

    .border div p:nth-child(1) {
        color: #eedfa3;
        font-size: 5vw;
        font-weight: bold;
    }

    .border div p:nth-child(2) {
        color: #fff;
        font-weight: bold;
        font-size: 3.6vw;
        padding-top: 0.5vw;
    }

    .border div p:nth-child(3) {
        color: #fff;
        font-weight: bold;
        font-size: 3.2vw;
        padding-top: 1vw;
    }

    .award {
        position: absolute;
        width: 11vw !important;
        right: 4vw;
        top: 3vw;
    }

    .detail_1 {
        color: #fff;
        font-size: 2.5vw !important;
        font-weight: 400 !important;
    }

    .title_border {
        display: flex;
        width: fit-content;
        margin: auto;
        align-items: center;
        gap: 2vw;
        color: #550486;
    }

    .title_border div {
        background: #fff;
        padding: 2vw 3vw;
        border-radius: 12px;
        border: #550486 solid 1px;
        color: #550486;
        font-size: 4vw;
        font-weight: bold;
    }

    .title_border b {
        color: #550486;
        font-size: 8vw;
        font-weight: bold;
        line-height: normal;
        margin-top: -9px;
    }

    .chart_w {
        width: 95%;
        height: auto;
        margin: auto;
    }

    .chart_r {
        width: 79%;
        height: auto;
        margin: auto;
    }

    .photo2_box {
        display: flex;
        gap: 4vw;
        width: auto;
        margin: auto;
    }

    .photo2_box img {
        width: 100%;
        height: auto;
        margin-bottom: 8px;
    }

    .photo2_box div {
        background: #fff;
        border-radius: 16px;
        padding-bottom: 2vw;
    }

    .photo2_box div p:nth-child(2) {
        color: #663386;
        font-size: 4.5vw;
        font-weight: bold;
        margin-bottom: 1vw;
        font-family: "Arial";
    }

    .photo2_box div p:nth-child(3) {
        font-size: 3vw;
        color: #663386;
    }

    .chat_2_div {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 5%;
        margin-top: 20px;
    }

    .chat_2_div img:nth-child(1) {
        width: 56%;
        height: auto;
    }

    .chat_2_div img:nth-child(2) {
        width: 35%;
        height: auto;
    }

    .border_brown {
        padding: 20px;
        border: #eedfa3 solid 1px;
        border-radius: 10px;
        width: fit-content;
        margin: 20px auto 20px auto;
    }

    .border_brown ol li {
        color: #eedfa3;
        padding-left: 15px;
        width: fit-content;
        margin-left: 5vw;
        font-size: 5vw;
        font-weight: bold;
        list-style-type: decimal;
    }

    .border_brown ol li::marker {
        color: #fff;
        content: counter(list-item) " ";
    }

    .white_box {
        background: #f3edfe;
        position: relative;
        border-radius: 10px;
        margin-top: 44vw;
        padding-top: 11vw;
        padding-bottom: 5vw;
        display: flex;
        justify-content: center;
    }

    .white_box>img {
        position: absolute;
        top: -38vw;
        width: 85%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .white_box .white_box_in {
        width: 57%;
        margin: auto;
        display: flex;
        align-items: flex-end;
        gap: 3vw;
    }

    .white_box .white_box_in img {
        width: 31%;
        height: auto;
    }

    .white_box .white_box_in div {
        flex: 1;
        text-align: left;
    }

    .white_box .white_box_in div p {
        color: #663386;
        font-weight: bold
    }

    .white_box .white_box_in div p:nth-child(1) {
        font-size: 6vw;
        margin-bottom: 2vw;
    }

    .white_box .white_box_in div p:nth-child(2) {
        font-size: 3vw;
    }

}