a, p {
    color: #000;
}

a:hover {
    color: #04a118;
}

#product-categorys,
#product-list,
#product-info {
    margin-bottom: 100px;
}

#product-categorys > .container,
#product-list > .container,
#product-info > .container {
    margin-top: 50px;
}

.sidebar-categorys .sidebar-title {
    height: 80px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #00c57c, #00abbe);
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    border-radius: 20px 20px 0 0;
}

.sidebar-categorys .sidebar-menu {
    display: block;
    height: 50px;
    margin-top: 10px;
    background: #e9e9e9;
    line-height: 30px;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.sidebar-categorys .sidebar-menu i {
    float: right;
    line-height: 34px;
    margin-left: 5px;
}

.sidebar-categorys .sidebar-menu:hover {
    background-image: linear-gradient(to right, #00c57c, #00abbe);
    color: #fff;
}

.sidebar-categorys .second-menu {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 200%;
    z-index: -10;
    background: #e9e9e9;
    padding: 30px;
    transition: ease-in-out 0.5s;
    font-size: 18px;
    color: #000;
    overflow-y: scroll;
    line-height: 50px;
}

.second-menu hr {
    border-color: #ccc;
}

.second-childlist a:not(:first-child) {
    padding-left: 10px;
    border-left: 1px solid #000;
}

.second-childlist a {
    margin-right: 10px;
}

.sidebar-categorys .sidebar-menu:hover + .second-menu,
.sidebar-categorys .second-menu:hover {
    opacity: 1;
    z-index: 10;
}

.product-categorys {
    margin-bottom: 50px;
}

.product-categorys .category-title {
    color: #000;
    text-align: center;
}

.product-categorys hr {
    border-color: #9c9c9c;
    margin: 30px 0;
}

.product-categorys .category-desc {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.category-item {
    display: block;
    text-align: center;
    margin: 20px 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 6px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#f4f6f8, #f4f6f8), linear-gradient(#7bbc26, #1a7a34);
}

.category-item:hover {
    background-image: linear-gradient(#7bbc26, #1a7a34), linear-gradient(#7bbc26, #1a7a34);
    color: #fff;
}

.category-item:focus {
    background-image: linear-gradient(#7bbc26, #1a7a34), linear-gradient(#7bbc26, #1a7a34);
    color: #fff;
}

#product-list .product-part {
    padding-top: 30px;
    color: #000;
}

/*.radio-list span {*/
/*    line-height: 35px;*/
/*    font-size: 18px;*/
/*}*/

/*.radio-list .radio-item {*/
/*    padding: 0;*/
/*    font-weight: 400;*/
/*    font-size: 18px;*/
/*}*/

/*.radio-item input[type=radio] {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    margin-right: 10px;*/
/*}*/

/*.radio-item input[type=radio]::before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 50%;*/
/*    position: relative;*/
/*    top: 4px;*/
/*}*/

/*.radio-item input[type=radio]:focus {*/
/*    outline: none;*/
/*}*/

/*.radio-item input[type=radio]:checked::before {*/
/*    border: 6px solid #04a118;*/
/*}*/


.product-filter {
    font-size: 16px;
}

.filter-list > div.row {
    margin-bottom: 10px;
}

.featured-list .filter-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-list .filter-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-list .filter-items {
    overflow: hidden;
    max-height: 42px;
}

.filter-list .filter-items.stretch {
    max-height: unset;
}

.filter-list .filter-dropdown:hover {
    cursor: pointer;
    color: #04a118;
}

.filter-items a {
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 0 10px;
    border: 1px solid transparent;
    font-weight: 500;
}

.filter-items a:hover {
    color: #04a118;
}

.filter-items a.active {
    color: #04a118;
    border-color: #04a118;
}

.product-list {
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
}

.product-list.row {
    margin-top: 50px;
}

.product-list > div {
    padding: 15px;
}

.product-list .product-item {
    height: 100%;
    border: 1px solid #e9e9e9;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #e9e9e9;
    display: flex;
    flex-direction: column;
}

.product-list .product-item img {
    width: 100%;
}

.product-list .product-item:hover img {
    transform: scale(1.02);
    transition: ease-in-out 0.3s;
}

.product-part .news-pagination {
    background: #eeeeee;
}

.news-pagination > nav {
    display: block;
    width: fit-content;
    margin: auto;
}

.news-pagination ul.pagination {
    font-size: 20px;
}

ul.pagination li a,
ul.pagination li span {
    border: none;
    background: none;
    color: #04a118;
}

ul.pagination li:hover a,
ul.pagination li:hover span:hover {
    color: #000;
    background: none;
}

ul.pagination .disabled a,
ul.pagination .disabled a:hover,
ul.pagination .disabled span,
ul.pagination .disabled span:hover {
    background: none;
    color: grey !important;
}

ul.pagination .active a,
ul.pagination .active span {
    background: none;
    color: #000;
}

ul.pagination .active a::after,
ul.pagination li:hover:not(.disabled) a::after,
ul.pagination .active span::after,
ul.pagination li:hover:not(.disabled) span::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 2px;
    background: #807c7d;
}

ul.pagination .active:hover a,
ul.pagination .disabled:hover a,
ul.pagination .active a:focus,
ul.pagination .disabled a:focus {
    background: none;
    color: #000;
}

.product-item .product-desc {
    color: #000;
    background: none;
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
}

.product-item .product-desc:hover {
    color: #04a118;
    text-decoration: underline;
}

.product-show {
    padding-bottom: 100px;
}

.product-show .product-img {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 40px;
    position: relative;
}

.product-show .product-img .show-img {
    width: 100%;
    aspect-ratio: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-show .product-img #img-name {
    flex-grow: 1;
}

.product-img .show-img .magnifier {
    position: absolute;
    width: 200px;
    height: 200px;
    background: url("/assets/img/goods-mask.png") repeat scroll 0 0 rgba(33, 150, 243, 0.3);
    z-index: 10;
    visibility: hidden;
    cursor: move;
}

.product-show .product-img .zoomed-img {
    aspect-ratio: 1;
    position: absolute;
    left: 110%;
    width: 100%;
    top: 0;
    display: flex;
    z-index: 1;
    background: #fff !important;
    border: 1px solid #e9e9e9;
    visibility: hidden;
    overflow: hidden;
}

.zoomed-img .zoomed-image {
    position: absolute;
}

.product-show .show-img #mainImg {
    position: absolute;
}

.product-show .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-show .product-thumbnail {
    background: #f9f9f9;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 5px;
}

.product-show .product-thumbnail::-webkit-scrollbar {
    width: 0;
    height: 10px;
}

.product-show .product-thumbnail::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    border-radius: 5px;
}

.product-show .product-thumbnail .thumbnail-img {
    flex-shrink: 0;
    background: #fff;
    width: 17%;
    aspect-ratio: 1;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    margin: 5px;
    display: flex;
}

.product-show .product-thumbnail img {
    width: 100%;
}

.product-show .product-thumbnail .thumbnail-img.active {
    border: 1px solid #04a118;
    transform: scale(1.03);
}

.product-name {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    font-family: "微软雅黑 Light", sans-serif;
}

.product-content {
    padding: 50px 0 0;
}

.product-content .product-brief {
    font-size: 16px;
    color: #000;
    background: #e2efe6;
    min-height: 200px;
    position: relative;
    padding: 20px 30px 20px 15px;
}

.product-content .product-brief::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 5px;
    background: #04a118;
    border-radius: 10px;
    top: 10%;
}

.product-content .product-brief .brief-content {
    margin-left: 20px;
}

.info-title {
    font-size: 24px;
    color: #222;
}

.info-title .before-img {
    font-size: 30px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #c9cacc;
    border-radius: 100%;
    transform: rotate(90deg);
    padding-left: 8px;
    line-height: 28px;
    position: relative;
}

.info-title hr {
    border: 1px solid #04a118;
    /*margin-bottom: 50px;*/
}

.details-content {
    margin-bottom: 100px;
}

.details-content td,
.details-content th {
    padding: 5px 10px;
    border: 1px solid #fff;
}

.details-shadow-bottom,
.details-shadow-top {
    position: absolute;
    width: 100%;
    left: 0;
    height: 10px;
}

.details-shadow-top {
    box-shadow: 0 -10px 10px 5px #efefef;
}

.details-shadow-bottom {
    box-shadow: 0 13px 10px 3px #e3ebe9;
}

.product-mark{
    text-align: right;
    padding: 10px;
}

.product-info {
    padding-top: 20px;
}
.product-info .row{
    padding-left: 15px;
}

.product-info .square-name {
    font-size: 20px;
    padding-left: 15px;
    padding: 10px;
    position: relative;
}

.product-info .product-data {
    margin: 10px 0;
}

.product-info .product-data table {
    width: 100%;
}
.product-info .product-data .row{
    width: 100%;
    margin-left: 0px;
    background: linear-gradient(to right, #00abbf, #00c57c);
    color: #fff;
    padding-left: 0;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
}
.product-data .data-img {
    padding: 30px 30px 60px;
}

.data-img img {
    width: 100%;
}

.data-img .img-desc span {
    font-size: 18px;
    display: block;
    border: 1px solid #c9c9c9;
    padding: 10px 20px;
    margin-bottom: 10%;
    color: #000;
}

.product-data .data-table {
    margin: 0;
}

.data-table {
    font-size: 20px;
    color: #000;
}

.data-table th,
.data-table td {
    text-align: center;
    border: 1px solid #c9c9c9 !important;
}
.data-table thead{
    background: linear-gradient(to right, #00abbf, #00c57c);
    color: #fff;
    border: 1px solid #f7f7f7;
}

.data-table td {
    /*line-height: 40px !important;*/
}

.data-table tr input {
    height: 35px;
    border: 1px solid #8e8e8e;
    text-align: right;
    width: 120px;
    vertical-align: middle;
    margin: 5px;
    padding: 10px;
    font-size: 18px;
}

.data-table tr a {
    font-size: 20px;
    font-weight: 600;
    background: #f0f0f0;
    border: 2px solid #8e8e8e;
    border-radius: 5px;
    padding: 0;
    width: 130px;
    height: 35px;
}

.questions-card {
    margin-top: 150px;
    background-image: linear-gradient(#c3e9c8, #f4f6f8);
    background-size: 100% 70px;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 0 40px 100px;
    font-size: 23px;
}

.questions-card .question-title {
    background: #f4f6f8;
    width: fit-content;
    font-size: 26px;
    color: #000;
    padding: 0 30px;
    line-height: 60px;
    transform: translateY(-50%);
    margin: auto;
    box-shadow: 0 10px 10px -1px #c3e9c8;
}

.table {
    width: unset;
}

.comment-item {
    border: 1px solid #e9e9e9;
    padding: 20px 10px;
}

.comment-item .text-muted {
    margin-left: 15px;
    font-size: 15px;
}

.comment-item .create-time {
    font-size: 14px;
    margin-left: 10px;
}

.comment-item .comment-detail {
    font-size: 16px;
    padding: 10px 15px;
    margin: 20px 0;
    background: #eeeeee;
}

.comment-item .img-list img {
    border: 1px solid #e9e9e9;
    margin: 5px 5px 5px 0;
}

.id-target {
    position: relative;
    top: -120px;
}

.product-top-nav {
    width: 100%;
    position: fixed;
    display: flex;
    top: 110px;
    z-index: 50;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    height: 50px;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #FFF;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgb(4 161 24);
    text-shadow: -1px -1px 2px #ffffff, 1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.product-top-nav ul {
    width: 65%;
    margin: 0;
    display: flex;
    list-style-type: none;
    font-size: 20px;
    padding: 10px;
}

.product-top-nav li {
    flex: 1;
    align-self: center;
}
.normal-screen{
    display: block;
}
.small-screen{
    display: none;
}
.normal-screen-table{
    display: table;
}
.add-button{
    border: 1px solid !important;
    font-weight: normal !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    font-size: 14px !important;
    line-height: 32px !important;
}
.add-button:hover{
    background: linear-gradient(to right, #00c57c, #00abbf);
    color: #fff;
    border: 1px solid #f7f7f7;
}
.details-content table{
    width: 100% !important;
}

@media (max-width: 1200px) {
    .product-top-nav ul {
        width: 80%;
    }
    .product-top-nav{
        top: 160px;
    }
}
@media (max-width: 768px){
    .data-table{
        font-size: 14px;
    }
    .data-table tr input{
        font-size: 18px;
    }
    .product-mark{
        text-align: left;
    }
    .product-info .product-data{
        overflow-x: scroll;
    }
    .product-top-nav{
        top: 50px;
    }
    .normal-screen{
        display: none;
    }
    .normal-screen-table{
        display: none;
    }
    .small-screen{
        display: block;
    }
    .product-show .product-img{
        margin-right: 0;
    }
    .details-content img{
        width: 100% !important;
        height: auto !important;
    }
    /* 使用半屏高度防止用户无法滑动页面 */
    iframe{
        width: 100% !important;
        height: 50vh !important;
    }
}
@media (min-width: 1200px) {
    .sidebar-categorys {
        padding-right: 70px;
    }

    .sidebar-categorys .second-menu {
        left: 90%;
    }

    .data-img .img-desc {
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .radio-list span {
        text-align: right;
    }
}