/* public: category */
/*#region*/

.sub-toggle {
    margin: 50px 0;
}

.product-wrap {
    padding: 40px 0;
}

.wrap {
    margin: 0 auto;
    max-width: 80%;
}

.bgc {
    background-color: var(--sp-bg-color) !important;
}

.bgc {
    color: #fff !important;
}

table.spec {
    width: 100%;
}

table.spec .c1 {
    width: 26%;
}

table.spec thead {
    position: relative;
}

table.spec thead:before {
    content: '';
    background-color: var(--sp-bg-color, #000);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

table.spec th,
table.spec td {
    padding: 15px 20px;
    text-align: left;
    font-size: 20px;
}

table.spec th {
    text-align: center;
    color: #fff;
}

table.spec td {
    font-weight: 300;
    border-bottom: 1px solid #e9e9e9;
    vertical-align: top;
    color: #565656;
}

table.spec thead tr {
    position: relative;
    z-index: 1;
}

table.spec tbody td:first-child {
    text-align: center;
    font-weight: 400;
}

.bgc table.spec thead {
    background: rgba(0, 0, 0, .25);
    border-bottom: 1px solid #e9e9e9;

}

.bgc table.spec thead {
    border-bottom: 1px solid #fff;
}

.bgc table.spec thead:before {
    background-color: var(--sp-bg-thead, rgba(0, 0, 0, .1));
}

.bgc table.spec thead th,
.bgc table.spec tbody td {
    color: #fff;
}

.editor {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
}

.product-banner {
    padding-top: 200px;
    padding-bottom: 80px;
    background: var(--bg-img) no-repeat 50%;
    background-size: cover;
    text-align: center;
}

.product-banner h1 {
    margin: 0;
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.product-banner p {
    margin: 20px 0 0;
    font-family: Georgia, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.product-banner .category {
    margin-top: 40px;
}

.product-banner .category a {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 0;
    min-width: 23.5%;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
}
@media (min-width: 768px) {

    .editor {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-banner {
        background-attachment: fixed;
    }

    .product-banner .category {
        display: flex;
        justify-content: space-between;
    }

    .product-banner .category a:hover {
        background: var(--main-green);
        border-color: var(--main-green);
    }
}

@media (max-width: 767px) {

    .fs-m-0 {
        font-size: 0;
        height: 0;
    }

    .editor {
        font-size: 16px;
    }

    table.spec th,
    table.spec td {
        padding: 10px 15px;
        font-size: 16px;
    }

    .product-banner {
        padding-top: 100px;
        padding-bottom: 10px;
    }

    .product-banner h1 {
        font-size: 48px;
    }

    .product-banner p {
        font-size: 18px;
    }

    .product-banner .category a {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .wrap {
        margin: 0 20px;
        max-width: 100%;
    }

    .product-banner .wrap {
        margin: 0 auto;
        max-width: 90%;
    }
}

/*#endregion*/

/* page: category */
/*#region*/

.product-wrap {
    padding: 40px 0;
}

.product-wrap h2 {
    margin: 30px 0;
    position: relative;
    font-family: "Georgia", sans-serif;
    font-size: 58px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
}

.product-wrap h2:before,
.product-wrap h2:after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #000;
}

.product-wrap h2 span {
    background: #fff;
    max-width: 90%;
    padding: 0 60px;
    color: #333;
}

.product-wrap .item .img {
    position: relative;
}

.product-wrap .item .more {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: rgba(0, 0, 0, .6);
}

.product-wrap .item h5 {
    margin: 20px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

@media (min-width: 768px) {
    /*.section-30 .item:hover .more {*/
    /*    display: block;*/
    /*}*/
    /*.section-30 .item .more:hover {*/
    /*    background-color: rgba(0, 0, 0, 1);*/
    /*}*/
}

@media (max-width: 767px) {

    .product-wrap {
        padding: 30px 0;
    }

    .product-wrap .item {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-wrap h2 {
        font-size: 36px;
    }

    .product-wrap h2 span {
        padding: 0 20px;
    }
}


/*原料*/

.section-30 .grid {
    margin-top: 20px;
    margin-bottom: 30px;
}

.section-30 .grid .item {
}

.section-30 .grid:nth-child(4n+4) {
    margin-right: 0;
}

/*机能*/

.section-40 .grid {
    margin-top: 20px;
    margin-bottom: 30px;
}

.section-40 .grid .item h5 {
    margin-left:0;
    margin-right:0;
}

.section-40 .grid:nth-child(4n+4) {
    margin-right: 0;
}

.section-41 .grid {
    margin-top: 20px;
    margin-bottom: 30px;

}

.section-41 .form .btn{

}

@media (min-width: 768px) {
    .section-30 .grid {
        margin-right: 30px;
        width: calc((100% - 30px * 3) / 4);
    }
}

@media (max-width: 767px) {
    .section-30 .grid {
        margin: 10px 0;
    }
}

/*#endregion*/

/* public: single */
/*#region*/
.bread-wrap {
    background: var(--the-other-green);
}

.bread {
    padding: 8px 0;
    color: #fff;
}

.bread a {
    color: #fff;
    text-decoration: none;
}

.single-wrap {
}

.single-head {
}

.single-body div[class*='section'] {
    padding: 80px 0;
}

.single-body div[class*='section'] h2 {
    margin: 0 0 40px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

/*box1*/
.single-box .item h5 {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.single-box .item p {
    margin: 20px 0 0;
    font-family: "Open Sans", sans-serif;
    line-height: 1.75;
    font-weight: 300;
    text-align: justify;
    color: #565656;
}

/*box2*/

.single-box2 .txt {
    margin-bottom: 30px;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-box2 .txt h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 400;
}

.single-box2 .txt h5 {
    margin: 20px 0;
    font-size: 24px;
    text-align: center;
}

.single-box2 .txt p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 300;
    text-align: justify;
}

/*box3*/
.single-box3 .item {
    height: 100%;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
}

.single-box3 .item img {
    border-radius: 20px;
}

.single-box3 .item h5 {
    margin: 30px 0 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.single-box3 .item p {
    margin: 20px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
    text-align: justify;
    color: #565656;
}

.single-box3 .editor {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.single-box3 .table {
    margin-top: 40px;
    padding: 25px;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
}

.single-box3 table {
    margin-bottom: 20px;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.single-box3 table td {
    font-weight: 300;
    vertical-align: middle;
}

@media (max-width: 767px) {

    .single-box3 .grid {
        margin-bottom: 20px;
    }
}

/*box4*/

.single-box4 .img {
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
}

.single-box4 img {
    border-radius: 18px;
    vertical-align: middle;
}

.single-box4 .txt {
    margin-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-box4 h3 {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.single-box4 h4 {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.single-box4 .txt p {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
}

/*box5*/

.single-box5 .txt {
    margin-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-box5 h3 {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.single-box5 h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.single-box5 h5 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.single-box5 .txt p {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
}

/*box6*/

.single-box6 .item {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
}

.single-box6 .txt {
    padding: 30px 20px 20px;
}

.single-box6 h4 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.single-box6 .txt p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
}

/*box6*/
.single-box7 .item {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #565656;
}

.single-box7 .txt {
    padding: 30px 20px 20px;
}

.single-box7 h4 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.single-box7 .txt p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
}

.cover-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.cover-thumb img {
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    height: 100%;
    transform: scale(1.01) translate(-50%, -50%);
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg)
}
/* 常见问题 */
.accordion {
    text-align: left;
}

.accordion .hd {
    padding: 10px;
    border-bottom: 1px solid #d5d8dc;
    cursor: pointer;
}

.accordion .hd h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
}

.accordion .hd h3 i {
    margin: 0 10px 0 0;
    font-size: 18px;
}

.accordion .hd h3 .b {
    display: none
}

.accordion .open .hd h3 .a {
    display: none
}

.accordion .open .hd h3 .b {
    display: inline-block
}

.accordion .bd {
    padding: 0 40px;
    display: none;
}

.accordion .bd p {
    margin: 12px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 300;
}

.accordion .hd:active {
    background: #ade1f5;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {

    .accordion .hd h3 {
        font-size: 16px;
    }

    .accordion .hd h3 i {
        font-size: 14px;
    }

    .accordion .bd {
        padding: 0 36px;
    }

    .accordion .bd p {
        font-size: 16px;
    }

    .single-body div[class*='section'] {
        padding: 40px 0;
    }

    .single-body div[class*='section'] h2 {
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;
    }

    .single-body div[class*='single-box'] .txt p {
        font-size: 16px;
    }

    .single-body div[class*='single-box'] p {
        font-size: 16px;
    }
}


/*#endregion*/

/* page: single */
/*#region*/
/*原料介绍*/
.section-300 {
    padding: 75px 0;
}


.section-300 h1 {
    margin: 0 0 60px;
    padding: 0 0 40px;
    font-size: var(--h1-font-size, 72px);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    border-bottom: 2px solid #fff;
}

.section-300 .img {
    padding: 10px;
    margin-right: 5%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
}

.section-300 img {
    border-radius: 18px;
    vertical-align: middle;
}

.section-300 .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-300 .txt h2 {
    margin: 0 0 40px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.section-300 .txt p {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 300;
    text-align: justify;
}

@media (max-width: 768px) {

    .section-300 {
        padding: 75px 0;
    }

    .section-300 h1 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 22px;
    }

    .section-300 .txt h2 {
        margin: 50px 0 20px;
        font-size: 18px;
    }

    .section-300 .txt p {
        font-size: 16px;
    }
}


/*原料规格*/
.section-305 {
    padding: 80px 0;
    text-align: center;
}

.section-305 img {
    max-width: 90%;
}

.section-305 .txt {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

/*为什么*/
.section-306 {
    padding: 80px 0;
    text-align: center;
}

/*FAQ*/
.section-307 {
    padding: 80px 0;
    text-align: center;
}

/*供应商*/
.section-308 {
    padding: 80px 0;
    text-align: center;
}


@media (min-width: 768px) {

}

/*#endregion*/

/* single: parts */
/*#region*/
/* 33 */
.section-332 .item h5 {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.section-332 .item p {
    margin: 20px 0 0;
    font-family: "Open Sans", sans-serif;
    line-height: 1.75;
    font-weight: 300;
    text-align: justify;
    color: #565656;
}

.section-334 .item h5 {
    margin: 0 0 20px;
    font-size: 20px;
    color: #7b6455;
}

.section-334 p {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.75;
    font-weight: 300;
    color: #565656;
}

.section-334 .one:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
}

/* 34 */
.section-342 {
    background: #f7f7f7;
}

.section-342 .editor {
    margin-bottom: 20px;
}

.section-342 .item {
    padding: 25px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
}

.section-342 table caption {
    text-align: center;
    caption-side: top;
    font-size: 20px;
}

.section-342 thead {
    background: #e6e6e6;
}

.section-343 .editor {
}

/* 35 */
.section-352 .item {
    padding: 15px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
}

.section-353 .image {
    padding: 0 16.5%;
}

.section-353 .item {
    margin: 0 20px;
}

.section-355 table th:first-child {
    text-align: left;
}

.section-355 table tr td:not(:nth-child(2)) {
    text-align: left;
}

.section-355 table tr:nth-of-type(even) {
    background: #f7f7f7;
}

/* 36 */
.section-364 .cover-thumb {
    padding-bottom: calc(1.45 * 100%);
}

/* 37 */
.section-372 .item {
    padding: 15px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
}

.section-373 .cover-thumb {
    padding-bottom: calc(1.45 * 100%);
}

/* 38 */
.section-382 .img {
    margin-left: 5%;
}

/* 40 */
.section-402 .img, .section-404 .img {
    margin-left: 5%;
}

.section-403 .img {
    margin-right: 5%;
}

/* 41 */
.section-413 {
    background: #f7f7f7;
}

.section-413 .item {
    padding: 10px 30px;
}

.section-413 .item img {
    margin: 0 auto;
    max-width: 70%;
}

.section-416 .item {
    margin: 10px 10px 30px;
}

/* 42 */
.section-422 .img {
    margin-left: 5%;
}

/* 45 */
.section-453 h3 {
    margin: 80px 0 40px;
    font-size: 24px;
}

/* 46 */
.section-463 .editor, .section-464 .editor {
    margin-top: 50px;
}

/* 48 */
.section-482 {
    background: #f7f7f7;
}

.section-484 .txt {
    margin-bottom: 20px;
}

.section-485 .item {
    margin: 10px 10px 30px;
}

/* 55 */
.section-553 .vs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.section-553 .vs:after {
    content: 'VS.';
    font-size: 90px;
}

/* 57 */
.section-574 table {
    width: 100%;
}

.section-574 .c1 {
    width: 26%
}

.section-574 .c2 {
    width: 36%
}

.section-574 table tr {
    border-bottom: 1px solid #fff;
}

.section-574 table th, .section-574 table td {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1.8;
}

.section-574 table th {
    text-transform: uppercase;
}

.section-574 table td {
    font-weight: 300
}

.section-574 table td:first-child {
    text-align: center;
}

/*#endregion*/

/* img: not accepted */
/*#region*/

.section-28 {
    background: var(--the-other-blue);
    padding: 40px 0;
}

.section-28 table {
    width: 100%;
    margin: 0 0 10px 0;
}

.section-28 table th {
    padding: 5px 8px;
    background: var(--another-blue);
    border: 1px solid var(--another-blue);
    color: #fff;
}

.section-28 table td {
    padding: 5px 8px;
    border: 1px solid;
}

/*#endregion*/

/* page: function: */
/*#region*/

.function-banner {
    padding-top: 150px;
    padding-bottom: 150px;
    background: var(--bg-img) no-repeat 50%;
    background-size: cover;
    text-align: center;
}

.function-banner h1 {
    margin: 0;
    font-size: 140px;
    font-weight: 500;
    line-height: 1;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
}

@media (min-width: 768px) {

    .function-banner {
        background-attachment: fixed;
    }
}
/*#endregion*/
