
#sidebar {
  box-sizing: border-box;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 1001;
  background: #EC691A;
  font-size: 12px;
  text-align: center;
}

#sidebar .sidebar-item {
  padding: 5px;
  color: #fff;
  width: 50px;
  height: 60px;
  cursor: pointer;
  position: relative;
}
#sidebar .sidebar-item a {
  color: inherit;
}

#sidebar .sidebar-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#sidebar .sidebar-item img {
  width: 20px;
  margin-bottom: 0.5rem;
}

#sidebar .sidebar-item .sidebar-normal {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

#sidebar .sidebar-item .sidebar-hover {
  display: none;
  line-height: 60px;
}

#sidebar .sidebar-item:hover {
  background: #b04200;
}

#sidebar>.try-ask{
  width: 48px;
  height: 128px;
  cursor: pointer;
  text-align: center;
  float: right;
}
#sidebar>.try-ask>.simple{
  height: 100%;
  font-size: 16px;
  background: #EC691A;
  width: 44px;
  margin-left: 4px;
}
#sidebar>.try-ask>.simple>span.simple-text{
  width: 16px;
  margin-top: 20px;
  display: inline-block;
  color: white;
  line-height: 18px !important;
}
#sidebar>.try-ask>.full{
  position: absolute;
  right: 48px;
  top: 0;
  background: white;
  width: 150px;
  height: 128px;
  font-size: 16px;
  display: none;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
  padding: 10px 0;
  box-sizing: border-box;
}
#sidebar>.try-ask:hover>.full{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#sidebar>.try-ask>.full>.try, #sidebar>.try-ask>.full>.ask{
  color: #666666;
  text-decoration: none;
  text-align: left;
  padding-left: 20px;
}
#sidebar>.try-ask>.full>.try:hover, #sidebar>.try-ask>.full>.ask:hover{
  color: #EC691A;
}
#sidebar>.try-ask>.full>.try>i.iconfont, #sidebar>.try-ask>.full>.ask>i.iconfont{
  margin-right: 10px;
  font-size: 18px;
}

.service-dialog {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 27%;
  min-width: 510px;
  height: 56%;
  min-height: 530px;
  background: #fff;
  z-index: 1002;
}
.service-dialog>.service-dialog-close {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  padding: 18px;
}

.footer-panel {
  width: 160px !important;
  min-width: auto !important;
}
.footer-logo {
  width: 100%;
}
.footer-wechat {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.footer-wechat a {
  color: inherit;
  text-decoration: none;
}
.footer-wechat > div {
  overflow:  hidden;
  cursor: pointer;
  position:  relative;
}
.footer-wechat > div i.iconfont {
  font-size: 50px;
  margin-left: 10px;
}

.footer-wechat-code {
  justify-content: center;
  text-align: center;
}

.footer-wechat-code .wechat-qr {
  padding: 7px;
  background: #9C9C9C;
  border-radius: 9px;
  border-radius: 9px;
}

.footer-wechat-code-tip {
  margin-top: 10px;
  color: #000;
}

.footer-concat {
  text-align: center;
}
.footer-phone {
  width: 100%;
  margin-top: 0px;
  background: #9C9C9C;
  border-radius: 100px;
  font-size: 14px;
  color: #000000;
  padding: 7px 8px;
  box-sizing: border-box;
  display:  flex;
  justify-content: space-around;
  align-items:  center;
  letter-spacing: 3px;
}

.footer-phone img {
  width: 16px;
}

.footer-concat .footer-number {
  font-size: 22px;
  color: #B1B1B1;
  margin-top: 14px;
}

.friends {
  font-size: 14px;
  color: #ACACAC;;
  letter-spacing: 1.5px;
  line-height: 64px;
  display:  flex;
  align-items:  center;
}
.friends .link-item {
  text-decoration: none;
  color: #ACACAC;;
  display:  inline-block;
  padding: 0 10px;
  border-right: 1px solid #4e4e4e;
  height: 16px;
  line-height: 16px;
}
.friends .link-item:hover {
  color: #fff;
}
.friends .link-item:last-child {
  border: none;
}

.footer-right {
  width:68%;
}
.footer-right-content {
  display: flex;
  justify-content: space-between;
}

.m-wechat .wechat-qr {
  opacity: 0 !important;
  position: absolute;
  background:  #ccc;
  width: 134px;
  height: 156px;
  margin-left: -50px;
  margin-top: -200px;
  border-radius: 6px;
  background: #000;
  opacity: 1;
  transform: translateY(18px);
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:  column;
  display:  flex;
  text-align: center;
  padding: 0px;
}
.m-wechat:hover .wechat-qr {
  opacity: 1 !important;
  transform: translateY(0);
}
.m-wechat .wechat-qr img {
  width: 100px;
  height: 100px;
}
.m-wechat .wechat-qr div {
  font-size: 12px;
  transform: translateY(10px);
}
.m-wechat:hover {
  overflow: inherit;
}

@keyframes up
{
0% {
  transform: translateY(-20%);
}
50% {
  transform: translateY(-10%);
  opacity: 1;
}
80% {
  transform: scale(32,16) translateY(-6%);
  opacity: 1;
}
100% {
  opacity: 0;
  transform: scale(32,16) translateY(-6%);
}
}

@keyframes down
{
0% {
  transform: translateY(10%);
}
50% {
  transform: translateY(0%);
  opacity: 1;
}
80% {
  transform: scale(32,16) translateY(6%);
  opacity: 1;
}
100% {
  opacity: 0;
  transform: scale(32,16) translateY(6%);
}
}

.wan-carousel .mask {
  position:  absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background:  #fff; */
  z-index: 10;
  display:  flex;
  justify-content:  center;
  align-items: center;
}

.wan-carousel .mask .mask-up {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0px;
  overflow:  hidden;
}
.wan-carousel .mask .mask-up img{
  bottom: 0;
  position: absolute;
  animation: up 4s;
  animation-fill-mode:forwards;
}

.wan-carousel .mask .mask-bottom {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow:  hidden;
}
.wan-carousel .mask .mask-bottom img{
  top: -92%;
  position: absolute;
  animation: down 4s;
  transform: translateY(-20px);
  animation-fill-mode:forwards;
}

.wan-carousel .mask img {
  width: 100%;
  /* height: 100%; */
  position:  absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.maxhub-header .m-sub {
  border-top: 1px solid #333333;
  position:  fixed;
  width:  100%;
  background: #202020;
  left: 0;
  right: 0;
  top: 62px;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 0 40px 0;
  /* overflow: hidden; */
}

.maxhub-header .m-sub-about {
  padding: 32px 0;
} 

.maxhub-header li:hover .m-sub.m-sub-intel {
  display: flex;
  animation: m-sub-show-intel .3s;
}
.maxhub-header li:hover .m-sub.m-sub-about {
  display: flex;
  animation: m-sub-show-about .3s;
}
.maxhub-header li:hover .m-sub.m-sub-life {
  display: flex;
  animation: m-sub-show-life .3s;
}
@keyframes m-sub-show-intel {
  from {
    height: 0px;
  }
  to {
    height: 82px;
  }
}

@keyframes m-sub-show-life {
  from {
    height: 0px;
  }
  to {
    height: 82px;
  }
}

@keyframes m-sub-show-about {
  from {
    height: 0px;
  }
  to {
    height: 20px;
  }
}

.maxhub-header li .m-sub .m-sub-item {
  color: #FFFFFF !important;
  cursor: pointer;
  transition: all .2s ease;
  margin: 0px 35px;
  text-align: center;
  text-decoration: none;
  font-size: 14px !important;
  position:  relative;
}
.maxhub-header li .m-sub a.m-sub-item:hover {
  transform: translate(2px, -2px);
  border-bottom: 1px solid #cccccc;
}
.maxhub-header li .m-sub .m-sub-item i {
  display: block;
  font-size: 50px;
}
.maxhub-header li .m-sub .m-sub-item .p-name {
  text-align: center;
  line-height: 20px;
}

.maxhub-header li .m-sub .m-sub-item .p-tips {
  position:  absolute;
  width:  100%;
  text-align:  center;
  font-size:  12px;
  color: #ff7c73;
  line-height: 20px;
}

.conference-machine-item {
  height: 30px;
  line-height: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.conference_machine {
  visibility: hidden;
  height: 0;
  padding-top: 30px;
  display: none;
}

.maxhub-header ul:hover ul:hover .conference_machine{
  visibility: visible !important;
  height: 60px;
  display: block;
 }

.maxhub-header li .m-sub .m-sub-item .s-sub.first-child{
  margin-top: 20px;
  margin-bottom: 10px;
}
#header.maxhub-header li .m-sub .m-sub-item .s-sub .s-sub-item{
  line-height: 28px;
  color: #9598A1;
  text-align: center;
  display: block;
  font-size: 14px;
}
.maxhub-header li .m-sub .m-sub-item .s-sub .s-sub-item:hover span{
  color: #FFFFFF !important;
  border-bottom: 1px solid #cccccc;
}

.product-swiper .swiper-content{
  width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
  overflow:  hidden;
}

.product-swiper .swiper-content .block-wrap {
  padding: 0 40px;
}

.product-swiper .swiper-content img {
  width:  100px;
  height:  100px;
  display: inline-block;
  text-align:  center;
}

.product-swiper .swiper-content .person-name {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-swiper .swiper-content .person-tip {
  font-size: 20px;
}

.product-swiper .swiper-slide {
  transition: all .5s ease;
}
.product-swiper .swiper-slide.swiper-no-swiping.swiper-slide-active,
.product-swiper .swiper-slide.swiper-no-swiping.swiper-slide-next,
.product-swiper .swiper-slide.swiper-no-swiping.swiper-slide-prev {
  opacity: 1;
}
.product-swiper .swiper-slide.swiper-no-swiping {
  opacity: 0;
}

.first-content {
  position: relative;
}

.add-icon-wrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  transform: translateY(50%);
  width: 100%;
  text-align:  center;
  color: #EC691A;
}
.add-icon-wrap i {
  font-size: 36px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.img-content {
  position: relative;
}
.img-content .sub-content {
  display: none;
  height: auto;
  overflow: hidden;
}
.img-content.open .sub-content {
  display: block;
}

#product-content .use-scene {
  padding: 60px 0px;
  background: #fff;
}

.use-scene .title {
  font-size: 32px;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center;
}

.use-scene .case-list {
  display: flex;
  margin-top: 60px;
  overflow: hidden;
  flex-wrap:  wrap;
  justify-content:  space-between;
}

.use-scene .case-list .case-item {
  /* height: 120px; */
  width: 31%;
  margin-bottom: 20px;
  float: left;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  box-sizing: border-box;
  padding-top: 15%;
  position:  relative;
}


.use-scene .case-list .case-item .case-item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow:  hidden;
}

.use-scene .case-list .case-item .case-item-content img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height:  100%;
}

.use-scene .case-list .case-item .case-item-content .scene-name {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color:  #fff;
  font-size: 20px;
}

.use-scene .case-bottom {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.use-scene .case-bottom > a {
  display: block;
  margin: 0 20px;
  cursor: pointer;
  text-decoration: none;
  color: #5C5C5C;
}

.use-scene .case-bottom i {
  color: #9F9F9F;
}

#home-carousel .home-swiper-pagination, #conference-carousel .conference-swiper-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 20;
  text-align:  center;
}

#home-carousel .home-swiper-pagination .swiper-pagination-bullet, #conference-carousel .conference-swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  border-radius: 0;
  height: 3px;
  background: #ccc;
}
#home-carousel .home-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#conference-carousel .conference-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  color: #fff;
}

.main-parts {
  display: block;
}

.parts-img-title {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

#products-page .item, #products-page .itme .item6 {
  transition: all .2s;
}

#product-carousel .swiper-pagination{
  opacity: 0;
}

.product-buy-main .tips, .footer-tips {
  white-space: pre-line;
  font-size: 12px;
  color: #a5a5a5;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 32px;
}

.img-content.waiguan, .img-content.pizhu, .img-content.single-img {
  /* display:  flex; */
  justify-content:  center;
  text-align:  center;
  padding: 6% 0 6%;
  background:  #000;
}

.img-content.waiguan > img {
  width: 100%;
}

.img-content.pizhu {
  background: #F4F4F5;
}

.grey-background {
  background: #F4F4F5 !important;
}

.img-content.single-img {
  background: #fff;
}

.img-content.pizhu > img, .img-content.single-img > img {
  width: 60% !important;
}

.text-content-block {
  position: absolute;
  width: 100%;
}

.bottom-center .text-content-wrap  .more-img {
  text-align: center;
}
.center-left .text-content-wrap  .more-img {
  text-align: left;
}

.video-btn {
  display:  block;
  height: 3rem;
  box-sizing:  border-box;
}

.video-btn > a, .video-btn img {
  display: inline-block;
  height: 100%;
  vertical-align:  middle;
}

.text-content-wrap .more-img img, .video-btn img {
  width: 4.6rem !important;
  height: 2rem;
  display:  inline-block;
}

.top-center {
  top: 0;
  display:  flex;
  justify-content:  center;
}
.bottom-center {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.top-left {
  top: 0;
  bottom: 0;
  width: 100%;
  padding-left: 10%;
  box-sizing:  border-box;
}
.center-left {
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  box-sizing:  border-box;
}
.center-right {
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding-right: 10%;
  box-sizing:  border-box;
}
.center-center {
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing:  border-box;
}


.top-center .text-content-wrap, 
.bottom-center .text-content-wrap,
.top-left .text-content-wrap{
  width: 80%;
  padding-top: 4%;
  line-height: 1.6;
}
.center-left .text-content-wrap {
  width: 60%;
  max-width: 600px;
}

.bottom-center .desc-list,
.top-center .desc-list {
  display: flex;
  justify-content: space-around;
  padding: 0px 24%;
}
.center-left .desc-list{
  display: flex;
  justify-content: space-between;
  padding-right: 30%;
}
.center-right .desc-list {
  display: flex;
  justify-content: space-between;
}
.top-left .desc-list {
  display: flex;
  justify-content: space-between;
  padding-right: 50%;
}

.desc-list.device-list .desc-item {
  display: flex;
  align-items: center;
}
.desc-list .desc-item > img {
  width: 46px;
}

.t1, .t2, .t3, .t4,
.t5, .t6, .t7, .t8,
.t9, .t10, .t11, .t12 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.t1 {
  transition-delay: .2s;
}
.t2 {
  transition-delay: .4s;
}
.t3 {
  transition-delay: .6s;
}
.t4 {
  transition-delay: .8s;
}
.t5 {
  transition-delay: 1s;
}
.t6 {
  transition-delay: 1.2s;
}
.t7 {
  transition-delay: 1.4s;
}
.t8 {
  transition-delay: 1.6s;
}
.t9 {
  transition-delay: 1.8s;
}
.t10 {
  transition-delay: 2.0s;
}
.t11 {
  transition-delay: 2.2s;
}
.t12 {
  transition-delay: 2.4s;
}
.is-show .t1,
.is-show .t2,
.is-show .t3,
.is-show .t4,
.is-show .t5,
.is-show .t6,
.is-show .t7,
.is-show .t8,
.is-show .t9,
.is-show .t10,
.is-show .t11,
.is-show .t12 {
  opacity: 1;
  transform: translateY(0px);
}

.t-mount,.t-people,.t-maxhub,.t-wall {
  opacity: 0;
  transition: all 2s;
}

.is-show .t-mount,
.is-show .t-people,
.is-show .t-maxhub,
.is-show .t-wall {
  opacity: 1;
}

.t-mount {
  transition-delay: 0s; 
}
.t-people {
  transition-delay: 1s;
}
.t-maxhub {
  transition-delay: 2s;
}
.t-wall {
  transition-delay: 4s;
}

.maxhub-wrap {
  position: absolute;
  width: 100%;
  bottom: 16%;
  text-align: center;
  box-sizing: border-box;
}
.maxhub-wrap > img {
  width: 48%;
}

.people-wrap {
  position: absolute;
  width: 100%;
  bottom: 0%;
  text-align: right;
  box-sizing:  border-box;
  padding-right: 35%;
}

.people-wrap > img {
  width: 7%;
}

.wall-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

.content-detail {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10000;
  overflow: auto;
  opacity: 0;
  display: none;
  transition: all .5s;
  transform: translate3d(0px, 100px, 0);
}
.content-detail.show {
  transform: translate3d(0, 0, 0);
  transform: none;
  opacity: 1;
  display: block;
}

.close-img {
  position: fixed;
  display: block;
  width:  100%;
  bottom: 40px;
  display:  flex;
  justify-content:  center;
}
.close-img > img {
  width: 80px;
  opacity: 0;
  transition: all .3s;
}

.content-detail.show .close-img > img {
  opacity: 1;
}

.right-img {
  width: 34% !important;
  padding-top: 10%;
  float: right;
  padding-right: 10%;
}

#DoubleViewer img {
  width: auto;
}

.font-primary-title {
  font-size: 1.5rem;
}

.font-sub-title {
  font-size: 1rem;
}

.font-main-text {
  font-size: 0.6rem;
}

.font-primary-text {
  font-size: 0.8rem;
}

.swiper-content {
  position: relative;
  overflow: hidden;
}

.swiper-content .swiper-pagination {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.swiper-content .swiper-pagination .swiper-pagination-bullet{
  margin: 0 4px;
}
.swiper-content .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-content .tab-pagination {
  position: absolute;
  top: 8%;
  width: 100%;
  text-align: center;
}
.swiper-content .tab-pagination .swiper-pagination-bullet{
  margin: 0 35px;
  outline: none;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #171717;
  opacity: 1;
  font-size: 0.6rem;
  font-weight: bold;
}
.swiper-content .tab-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border-bottom: 3px solid #171717;
}

.swiper-content .block-wrap {
  display: flex;
  padding: 10% 0;
  justify-content: center;
  align-items:  center;
}

.swiper-content .block-wrap .left {
    width: 10%;
}

.swiper-content .block-wrap .left .img-wrap {/* position:  absolute; */width: 20%;height:  200px;}

.swiper-content .block-wrap .right {
  padding-left: 4%;
  width: 60%;
}

.swiper-content .block-wrap .name {
  color: #828282;
}

.swiper-content .block-wrap .content {
  margin-top: 4%;
  line-height: 1.3rem;
}


.compare-list {overflow:  hidden;}
.compare-list .compare-item {
  width: 25%;
  box-sizing: border-box;
  padding-right: 66px;
  float:  left;
  white-space: pre;
  font-size:  14px;
  color: #666666;
  line-height: 36px;
}
.compare-list.device-title .compare-item {
  white-space: pre-line;
}
@media (max-width: 992px) {
  .compare-list .compare-item {
    font-size: 12px;
  }
}

.compare-list .compare-item .compare-title {
  font-size: 24px;
  margin-bottom: 42px;
  padding-bottom:  12px;
  border-bottom:  1px solid #ccc;
}

.compare-block .compare-title {
  font-size: 26px;
  padding-bottom:  12px;
  border-bottom: 1px solid #ccc;
}

.led .compare-list {
  position:  relative;
}

.led .compare-list .compare-item {
  white-space: inherit;
  padding-top: 10px;
}

.led .compare-list .compare-item .compare-title {
  font-size: 16px;
  font-weight:  bold;
}


.led img {
  width: auto;
}


.center-title {
  position:  absolute;
  width:  100%;
  text-align:  center;
  color: #fff;
  padding-top: 5%;
}

.small-circle-wrap {
  height: 30px;
  text-align:  center;
  white-space: normal;
}

.small-circle-wrap .small-circle {
  display:  inline-block;
  width:  15px;
  height:  15px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.small-circle.yellow {
  background: #d6d2b8;
}

.product-transition {
  width: 100%;
  padding-top: 60%;
  position: relative;
  background: #000;
}

.product-transition .product-transition-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}

.product-transition .product-transition-wrap img {
  position: absolute;
}

.product-transition .pen {
  width: auto;
  right: 36%;
  bottom: 39%;
  width: 10%;
}

.product-transition .pen {
  transform: translateY(-20px);
  opacity: 0;
}

.is-show .pen {
  opacity: 1;
  transform: translateY(0px);
}

.online-mall .shop-menu {
  display: none;
  width: 146%;
  background: #212121;
  position: absolute;
  margin-left: -55%;
  text-align: center;
  line-height: 30px;
  letter-spacing: 2px;
  padding: 2px 2px;
}
.online-mall li:hover .shop-menu {
  display: block;
}

.online-mall .shop-menu > a {
  display: block;
}

.fixed-list {
  position:  fixed;
  top: 62px;
  padding: 0 !important;
  width:  100%;
  box-shadow: 4px -2px 9px 1px #ccc;
  background: #fff;
  display: none;
  z-index: 1;
  min-width: 1000px;
}
.fixed-list.show {
  display: block;
}
.fixed-list .fixed-wrap {
  display:  flex;
  padding: 20px 0;
}
.fixed-list .fixed-wrap .compare-title {
  width: 25%;
  font-size: 24px;
}
.fixed-list.m-led .fixed-wrap .compare-title {
  font-size: 16px;
}

.image-banner-content {
  position: absolute;
  left: 6rem;
  bottom: 10rem;
}
.image-banner-content > img {
  display: block;
}
#product-toolbar {
  height: 54px;
  background-color: #212121;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-top: 1px solid #333333;
}
.toolbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 54px;
}
.toolbar-content .info-content, .toolbar-content .opera-content{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.opera-buy-button {
  background: #EC691A;
  border: none;
  color: white;
  padding: 0 20px;
  outline: none;
  cursor: pointer;
}
.toolbar-content .separate:last-of-type{
  display: none;
}
.params-content {
  border-top: 1px solid #cccccc;
  padding: 1rem 0 0 0;
  display: flex;
  flex-direction: column;
}
.params-content .params-row{
  display: flex;
  padding-bottom: 2rem;
}
.params-content .params-row .params-item{
  width: 50%;
}
.params-content .params-row .params-item .params-detail-row{
  display: flex;
}
.params-content .params-row .params-item .params-detail-row div.font-main-text{
  width: 50%;
  margin-bottom: 0.6rem;
  font-size: 0.45rem;
}
.params-content .params-row .params-item .params-detail-row div.font-main-text div{
  margin-bottom: 0.6rem;
}
.params-content .font-remarks{
  /* font-size: 0.3rem; */
  font-size: 0.5rem;
  color: #666666;
}

.product-content .list-title .menu-list {
  display: flex;
  float: none;
  justify-content: center;
}

.param-table {
  margin-top: 2em;
  width: 100%;
  margin-bottom: 2rem;
  color: #666666;;
  text-align: center;
  border-collapse: collapse;
}

.param-table .head {
  font-size: 1rem;
}

.param-table tbody tr.dark {
  background-color: #C9C9C9;
  color: #333;
}
.param-table img {
  width: 23%;
  padding: 1em 0;
}
.param-table tr.secondary {
  background-color: #E9E9E9;
}

.param-table td:not(:last-child), .param-table th:not(:last-child) {
  border-right: 1px solid #C9C9C9;
}

.comment {
  color: #666;
  margin-bottom: 7em;
}

.param-table-striped tbody tr:nth-of-type(even) {
  background-color: #E9E9E9;
}
.param-table td:first-child {
  width: 12%
}