
/* 产品-详情 */
.md24061.n-main{width: 100%;padding: .8rem 0 1.8rem; background-color: #f4f5f8;}
.md24061.n-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md24061.n-main .layout{width: 14.4rem;max-width: 92%;margin: 0 auto;}
.md24061.n-main .n-top{width: 100%;padding:.5rem .6rem;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;background-color: #ffffff;border-radius: .1rem;}
.md24061.n-main .n-left{width: 5.5rem;display: flex;align-items: center;justify-content: space-between;}
.md24061.n-main .n-swiperbox{width: .9rem;}
.md24061.n-main .n-swiper{width: 100%;height: 4.4rem;}
.md24061.n-main .n-nav{width: 100%;height: auto;min-height: 25%;display: flex;align-items: center;}
.md24061.n-main .n-bg{display: block;cursor: pointer;width: 100%;position: relative;overflow: hidden;padding-top: calc(90/90*100%);border-radius: .2rem;border: solid 1px #eeeeee;}
.md24061.n-main .n-bg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md24061.n-main .n-nav.active .n-bg{border: solid 1px var(--theme);}
.md24061.n-main .n-swiperbox2{width: calc(100% - 1.3rem);}
.md24061.n-main .n-swiper2{width: 100%;border-radius: .2rem;border: solid 1px #eeeeee;}
.md24061.n-main .n-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(420/420*100%);}
.md24061.n-main .n-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: contain;transform: scale(1.00);transition: all ease .5s;}

.md24061.n-main .n-right{width: calc(100% - 6.5rem);}
.md24061.n-main .n-titles{width: 100%;color: #333333;font-weight: bold;line-height: 1.3;}
.md24061.n-main .n-synopsis{width: 100%;margin-top: .2rem;color: #555555;line-height: 1.6;}
.md24061.n-main .n-cont{width: 100%;padding-top: .55rem;}
.md24061.n-main .n-tip{display: inline-block;color: #ffffff;padding: 0 .35rem;line-height: .5rem;border-radius: .25rem;background-color: var(--theme);background-image: linear-gradient(270deg, var(--active) 0%, var(--theme) 100%);}
.md24061.n-main .n-intro{width: 100%;margin-top: .35rem;color: #555555;line-height: 1.6;}

.md24061.n-main .n-bottom{width: 100%;padding-top: .85rem;}
.md24061.n-main .n-subtitle{width: 100%;margin-bottom: .45rem;text-align: center;color: #333333;line-height: 1.5;}
.md24061.n-main .n-table{width: 100%;overflow: auto;background-color: #fff;border-radius: .2rem .2rem 0 0;}
.md24061.n-main .n-table table{border: none;width: 100%;}
.md24061.n-main .n-table tr{border: none;border-top: 1px solid #f4f5f8; width: 100%;}
.md24061.n-main .n-table td{border: none;padding: .17rem .3rem; color: #333333;line-height: 1.6;}
.md24061.n-main .n-table td:nth-child(1){padding-left: .5rem;}
.md24061.n-main .n-table tr:nth-child(1){border-top:none;background-color: var(--theme);background-image: linear-gradient(270deg, var(--active) 0%, var(--theme) 100%);}
.md24061.n-main .n-table tr:nth-child(1) td{color: #fff;font-size: 1.12em;font-weight: bold;}
.md24061.n-main .n-table{overflow: auto;scrollbar-color:var(--theme)  #ededed;scrollbar-width: none;scrollbar-width: thin; }
.md24061.n-main .n-table::-webkit-scrollbar {width:  3px;height: 1px;}
.md24061.n-main .n-table::-webkit-scrollbar-thumb {border-radius: .05rem;box-shadow: inset 0 0 .05rem #ededed;background: var(--theme);}
.md24061.n-main .n-table::-webkit-scrollbar-track {box-shadow: inset 0 0 .05rem #ededed;border-radius: .05rem; background: #ededed;}
@media (max-width: 750px) {
  .md24061.n-main .n-top{padding: .3rem;}
  .md24061.n-main .n-left{width: 100%;margin-bottom: .3rem;}
  .md24061.n-main .n-swiperbox2{width: calc(100% - 1.2rem);}
  .md24061.n-main .n-right{width: 100%;}
  .md24061.n-main .n-table table{min-width: 14rem;}
  .md24061.n-main .n-table td{padding: .15rem .3rem !important;}
}
