html, body, div, span,applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;}
body{color:#333;font:14px/1.5em "Microsoft Yahei",Arial,"Lantinghei SC","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;}
h1, h2, h3, h4, h5, h6,b{font-weight: normal;}
address, cite, em,i{font-style:normal;}
li{list-style-type:none;}
a{ color:#333; text-decoration:none;}
a:active, a:hover { text-decoration:none;}
a:focus,input:hover,button:hover,input[type='button']:hover{ outline:none;}
fieldset, img {border:0;}
button, input, select, textarea{ font:14px/1.5em "Microsoft YaHei";}
.clearfix:after {content: " ";display: block;height: 0;clear: both;}
.clearfix {zoom: 1;}
.fl,.f-fl{float:left;}
.fr,.f-fr{float:right;}
input, textarea {
  outline: none;
  border: none;
}
button {
  background-color: #ffffff;
  border: none;
}
button:active {
  border: none;
}
button:focus {
  outline: none;
}
.w1200 {
  width: 1200px;
  display: block;
  margin: auto;
  overflow: hidden;
}
.hide{
  display: none;
}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mb20 { margin-bottom: 20px;}
.bg-white {
  background: #fff;
}

.icon {
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 1000px 1000px
}
.icon {
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
}
a {
  color: inherit
}

a:hover {
  color: #00f1ff
}
.hide {
  display: none
}
.imgBox>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s
}
html {
  color: #333;
  background: #fff;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-break: break-all
}
.title-h4{
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  overflow: hidden;
}
header {
  position: relative;
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.02);
  z-index: 10;
}

header .base-top {
  background: #333333;
  color: #999999
}

header .base-top .boxWrap {
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

header .base-top .boxWrap .txt {
  font-size: 12px;
  color: #00f1ff
}

header .base-top .boxWrap p>a::after {
  content: "|";
  margin: 0 8px;
  color: #999999
}

header .base-top .boxWrap p>a:last-child::after {
  display: none
}

header .base-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 80px
}

header .base-nav .logo {
  height: 73px;
}

header .base-nav .logo img {
  display: block;
  height: 100%;
  width: auto
}

header .base-nav nav {
  flex: 1;
  font-size: 16px;
  line-height: 80px;
  color: #999;
  height: inherit;
  padding-left: 36px
}

header .base-nav nav ul {
  display: flex;
  align-items: center;
  height: inherit
}

header .base-nav nav ul li {
  height: inherit;
  margin: 0 10px
}

header .base-nav nav ul li>a {
  color: inherit;
  padding: 0 24px;
  height: inherit;
  width: max-content;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1
}

header .base-nav nav ul li>a::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0px;
  background: #00f1ff;
  border-radius: 0px 0px 16px 16px
}

header .base-nav nav ul li>a:hover {
  color: inherit
}

header .base-nav nav ul li .icon {
  width: 22px;
  height: 22px;
  background-position: -3px -3px;
  margin-right: 12px
}

header .base-nav nav ul li:hover,
header .base-nav nav ul li.current {
  color: #333;
  font-weight: bold
}

header .base-nav nav ul li:hover .icon,
header .base-nav nav ul li.current .icon {
  background-position: -3px -31px
}

header .base-nav nav ul li:hover>a::after,
header .base-nav nav ul li.current>a::after {
  height: 70px;
  transition: height .25s
}

header .base-nav nav ul li:hover:nth-child(2n) .icon,
header .base-nav nav ul li.current:nth-child(2n) .icon {
  background-position: -32px -33px
}

header .base-nav nav ul li:hover:nth-child(3n) .icon,
header .base-nav nav ul li.current:nth-child(3n) .icon {
  background-position: -61px -31px
}

header .base-nav nav ul li:hover:nth-child(4n) .icon,
header .base-nav nav ul li.current:nth-child(4n) .icon {
  background-position: -88px -31px
}

header .base-nav nav ul li:hover:nth-child(5n) .icon,
header .base-nav nav ul li.current:nth-child(5n) .icon {
  background-position: -115px -31px
}

header .base-nav nav ul li:hover:nth-child(6n) .icon,
header .base-nav nav ul li.current:nth-child(6n) .icon {
  background-position: -144px -31px
}

header .base-nav nav ul li:nth-child(2n) .icon {
  width: 22px;
  height: 18px;
  background-position: -32px -5px
}

header .base-nav nav ul li:nth-child(3n) .icon {
  width: 20px;
  height: 22px;
  background-position: -61px -3px
}

header .base-nav nav ul li:nth-child(4n) .icon {
  width: 20px;
  height: 22px;
  background-position: -88px -3px
}

header .base-nav nav ul li:nth-child(5n) .icon {
  width: 22px;
  height: 22px;
  background-position: -115px -3px
}

header .base-nav nav ul li:nth-child(6n) .icon {
  width: 22px;
  height: 20px;
  background-position: -144px -4px
}

header .base-nav .searchBox {
  position: relative;
  font-size: 14px;
  color: #999999
}

header .base-nav .searchBox .icon {
  width: 17px;
  height: 17px;
  background-position: -3px -59px;
  position: absolute;
  left: 12px;
  top: 9px
}

header .base-nav .searchBox input {
  width: 160px;
  height: 36px;
  text-indent: 36px;
  background: #FFFFFF;
  border: 1px solid #00f1ff;
  border-radius: 5px
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */
 @font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
  transform: translate3d(0px,0,0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height:100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width:100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop:always
}

.inTitle{justify-content:space-between}
.inTitle,.inTitle .titleL{align-items:center;display:flex}
.inTitle .titleL{color:#333;font-size:18px;font-weight:700;line-height:22px}
.inTitle .titleL .icon{background-position:-25px -59px;height:18px;margin-right:8px;width:25px}
.inTitle>a.titleR{align-items:center;color:#999;display:flex;font-size:14px;justify-content:center;line-height:18px}
.inTitle>a.titleR:hover{color:#00f1ff}
.inTitle>a.titleR .icon{background-position:-55px -59px;height:12px;margin-left:6px;width:12px}

.base-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.base-title .title-name {
  display: flex;
  align-items: center;
}

.base-title .title-name p {
  margin-top: 10px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  position: relative;
  z-index: 1;
}
.base-title .title-name p span {
  z-index: -1;
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #EBEBEB;
  top: -10px;
  left: -10px;
  right: -10px;
  text-align: center;
}
.base-title .tab-list {
  height: 36px;
  margin-left: 27px;
  display: flex;
  align-items: center;
  border-radius: 18px;
  background-color: #F5F5F5;
}
.base-title .tab-list li{
width: 90px;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
    color: #333333;
    text-align: center;
    line-height: 36px;
}
.base-title .tab-list li.f-hover{
      border-radius: 18px;
    font-weight: bold;
    background-color: #00f1ff;
}
.base-title a.titleR {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
}
.base-title a.titleR::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 4px;
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  background-position: -65px -151px;
}
.base-title a.titleR:hover {
  color: #45cf8a;
}

.base-title .title-name .title-name-icon {
  width: 60px;
  height: 51px;
  background-position: -106px -684px;
  margin-right: 12px;
}


footer {
  width: 100%;
  background: #313131;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 34px 0 30px;
  margin-top: 50px;
}

footer .boxCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 58px
}

footer .boxCont .logo {
  height: 94px
}

footer .boxCont .logo img {
  display: block;
  height: 100%;
  width: auto
}
footer .boxCont .img-qr{
  height: 94px
}
footer .boxCont .img-qr img{
  display: block;
  height: 100%;
  width: auto
}

footer .boxCont ul {
  display: flex;
  align-items: center;
  height: 54px;
  background: rgba(255,255,255,0.2);
  border-radius: 27px;
  color: #999999;
  font-size: 14px;
  padding: 0 12px
}

footer .boxCont ul a {
  padding: 0 28px
}

footer .boxCont ul .active a {
  color: #00f1ff
}

.mbx-nav {
  padding-top: 2px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto 5px;
}

.mbx-nav div {
  position: relative;
  margin: 0 auto;
}

.mbx-nav div:before {
  content: "";
  position: relative;
  top: 14px;
  margin-right: 11px;
  vertical-align: top;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -618px -3px;
}

.mbx-nav div,
.mbx-nav div a {
  font-size: 14px;
  color: #999;
}

.mbx-nav a,
.mbx-nav span {
  position: relative;
  display: inline-block;
  color: #999;
  vertical-align: top;
}

.mbx-nav a:after {
  content: "";
  position: relative;
  margin-left: 10px;
  top: 17px;
  vertical-align: top;
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../images/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -694px -3px;
}


.mbx-nav a:hover {
  color: #00f1ff;
}

.mbx-nav a {
  padding-right: 10px;
}



/*????????*/
#comment_list .quote, #comment_list .quote span {
  text-indent: 0;
  text-align: left;
}

#comment_list {
  color: #2f2f2f;
  zoom:1; font-size: 12px;
  overflow: hidden;
  position: relative;
}

#comment_list dt {
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  padding: 0;
}

#comment_list h2 {
  height: 30px;
  padding: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd
}

#comment_list h2 em {
  float: left;
  margin-right: 8px;
  width: 4px;
  height: 17px;
  background: #e0e0e0;
  border-radius: 2px;
  margin-top: 4px;
}

#comment_list h2 span {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

#comment_list dl {
  padding: 0;
  text-align: left;
}

#comment_list dd {
  word-wrap: break-word;
  line-height: 20px;
  padding: 10px 0px;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 10px;
}

#comment_list dd img {
  margin-top: -5px;
}

#comment_list blockquote, #comment_list .quote {
  padding: 3px 3px 5px;
  margin: 0 0 5px 0;
  border: 1px solid #bfbfbf;
  background: #fffde9;
  color: #000;
}

#comment_list blockquote h4, #comment_list .quote span {
  color: #666;
  padding: 0 3px;
  font-weight: normal;
  font-size: 12px;
  display: block;
  background: none;
}

#comment_list blockquote h4 cite {
  font-style: normal;
}

#comment_list blockquote div {
  padding: 0 7px;
}

#comment_list dt i {
  font-family: verdana;
  font-style: normal;
}

#comment_list dt b {
  margin: 0 6px;
  color: #d92227;
  font-weight: normal;
}

#comment_list p {
  text-align: right;
  line-height: 1;
  padding: 5px 0;
  font-size: 12px;
  margin-top: 10px;
}

#comment_list p a {
  color: #7e7e7e;
  margin-left: 10px;
}

#comment_list dt span {
  float: left;
}

#comment_list dt em {
  float: right;
  font-style: normal;
}

#comment_0 dt {
}

#s_comment {
  text-align: center;
}

#s_comment textarea {
  border: 1px solid #ececec;
  padding: 3px 0;
  width: 99%;
  height: 80px;
  line-height: 20px;
  margin: 15px 0 12px 0;
  text-indent: 5px;
  padding: 5px 0;
  font-size: 14px;
  border-radius: 3px;
}

#s_comment .comment_btn {
  padding: 0 0px 20px 3px;
  text-align: left;
}

#s_comment .comment_btn input {
  width: 146px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 0 none;
  padding: 0;
  margin-right: 15px;
  background: #00d36a;
  cursor: pointer;
  font-size: 18px;
  border-radius: 3px;
}

#s_comment .comment_btn span {
  font-size: 14px;
  color: #555;
}
.lookpl{
  display: none;
}
.lookpl a {
  margin: 10px auto;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  color: #7e7e7e;
  background: #f8f8f8;
  border-radius: 20px;
  display: block;
  font-weight: normal;
}

.lookpl a i {
  font-style: normal;
}

.lookpl a:hover {
  background: #ececec
}

.page {
  margin-bottom: 25px;
  overflow: hidden;
  margin-top: 15px;
}

.page .tspage {
  height: 30px;
  margin: 5px 0 5px;
  background: none;
  line-height: 26px;
}

.page .tspage .tsp_count,.tsp_change {
  display: none;
}

.page .tspage .tsp_nav {
  text-align: center;
}

.page .tspage .tsp_nav i {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: #fafafa;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  margin: 0 0 0 12px;
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
}

.page .tspage .tsp_nav b {
  width: auto;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  padding: 0 12px;
  background: #f00;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0 12px;
  display: inline-block;
  overflow: hidden;
}

.page .tspage .tsp_nav a {
  width: auto;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  padding: 0 12px;
  background: #fafafa;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  margin: 0 0 0 12px;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
}

.page .tspage .tsp_nav a.tsp_more,.page .tspage .tsp_nav a.tsp_next,.page .tspage .tsp_nav a.tsp_end,.page .tspage .tsp_nav a.tsp_home,.page .tspage .tsp_nav a.tsp_prev {
  padding: 0;
  border: none;
}

.page .tspage .tsp_nav a:hover {
  background: #f00;
  color: #fff;
}

.page .tspage .tsp_nav a.tsp_more:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_next:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_end:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_home:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_prev:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a i {
  margin: 0;
  background: none;
}

.keyText {
  border-radius: 10px;
  border: 1px solid #00f1ff;
  clear: both;
  color: #666;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  margin: 15px 0px 10px 0px;
  padding: 13px 20px 10px;
  background: #defdff;
}
.keyText::before{
  content:"ÌØ±ðËµÃ÷";
  font-size: 25px;
  color: #2ecdff;
}

.keyText b {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
}

.keyText p {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-top: 8px;
}

.comment-new{padding:15px 0; margin-top: 10px; background:#fff}
    li,ul{list-style:none}
    .container{margin:0 auto; }
    h2.section-title{border-left:4px solid #2979ff;color:#000;font-size:24px;font-weight:500;margin-bottom:20px;padding-left:12px}
    .write-review-box{background:#fff;border-bottom:1px solid #eee;border-radius:12px;border-radius:0;margin-bottom:40px;padding:0 0 30px}
    .write-header{align-items:center;display:flex;margin-bottom:20px}
    .write-header span{font-size:16px;font-weight:500;margin-right:12px}
    .interactive-stars{cursor:pointer;display:flex}
    .interactive-stars .i-star{color:#e0e0e0;font-size:24px;margin-right:5px;transition:color .2s}
    .interactive-stars .i-star.active{color:#f90}
    .rating-text{color:#999;font-size:15px;margin-left:10px}
    .input-wrapper{display:block;overflow:hidden;position:relative}
    .review-textarea{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;color:#333;display:block;font-size:14px;height:120px;overflow:hidden;padding:15px;resize:none;transition:border-color .3s,background-color .3s;width:calc(100% - 32px)}
    .review-textarea:focus{background-color:#fff;border-color:#2979ff}
    .write-footer{align-items:center;display:flex;justify-content:space-between;margin-top:15px}
    .btn-submit{background-color:#2979ff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 30px;transition:background-color .2s}
    .btn-submit:hover{background-color:#1c68eb}
    .btn-submit:disabled{background-color:#ccc;cursor:not-allowed}
    .rating-summary{justify-content:center;align-items:center;background-color:#f6f7f9;border-radius:12px;display:flex;margin-bottom:30px;padding:30px 40px}
    .score-box{margin-right:60px;min-width:120px;text-align:center}
    .score-box .score{color:#2979ff;font-size:64px;font-weight:700;line-height:1}
    .score-box .count{color:#999;font-size:12px;margin-top:5px}
    .bars-box{flex:1;max-width:600px}
    .bar-row{margin-bottom:6px}
    .bar-row,.star-label{align-items:center;display:flex}
    .star-label{justify-content:flex-end;margin-right:15px;width:80px}
    .star-label span{color:#ccc;font-size:14px;margin-left:2px}
    .progress-bg{background-color:#e0e0e0;border-radius:4px;flex:1;height:8px;overflow:hidden}
    .progress-fill{background-color:#2979ff;border-radius:4px;height:100%}
    .filter-tabs{display:flex;gap:15px;margin-bottom:5px;padding-bottom:15px}
    .filter-btn{background-color:#f5f5f5;border:none;border-radius:20px;color:#333;cursor:pointer;font-size:14px;padding:6px 20px;transition:all .2s}
    .filter-btn.active{background-color:#2979ff;color:#fff}
    .filter-btn:hover:not(.active){background-color:#e8e8e8}

    .review-list{background:#f7f7f7;border-radius:10px;display:flex;flex-direction:column;gap:20px;padding:15px}
    .review-item{animation:fadeIn .5s ease;border-bottom:1px solid #f8f8f8;display:flex;padding-bottom:10px}
    @keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}
    to{opacity:1;transform:translateY(0)}
    }
    .user-avatar{background-color:#eee;border-radius:50%;flex-shrink:0;height:40px;margin-right:10px;overflow:hidden;width:40px}
    .user-avatar img{height:100%;object-fit:cover;width:100%}
    .review-content{flex:1}
    .user-name{color:#000;font-size:14px;font-weight:500;line-height:22px;margin-bottom:0}
    .star-rating{color:#f90;font-size:12px;letter-spacing:1px;padding:4px 0}
    .star-rating .gray{color:#e0e0e0}
    .star-rating img{display:block;height:12px}
    .user-model{    color: #aaa;
        font-size: 12px;
        letter-spacing: 1px;
        padding: 2px 0;
        display: flex;
        align-items: center;
        gap: 6px;}
    .user-model img{display:block;height:12px}
    .review-text{color:#333;font-size:14px;line-height:1.6;margin-bottom:9px;margin-top:13px;position:relative}
    .text-body.collapsed{display:block;overflow:hidden}
    blockquote{background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.01);border-radius:6px;color:#000;margin:10px 0;padding:10px 12px}
    blockquote h4{background:0 0;color:#999;display:block;font-size:12px;font-weight:400;padding:0; margin-top: 6px;}
    blockquote h4 cite{font-style:normal}
    blockquote div{padding:0 7px}
    .expand-btn{color:#2979ff;cursor:pointer;display:inline-block;font-size:14px;margin-left:5px}
    .review-footer{align-items:center;color:#999;display:flex;font-size:12px;margin-bottom:0}
    .review-footer .date{margin-right:auto}
    .review-footer .action{align-items:center;background:0 0;cursor:pointer;display:flex!important;height:auto;margin-left:20px;min-width:0;padding:0;position:relative;width:auto}
    .review-footer .action.liked,.review-footer .action:hover{color:#2979ff}
    .review-footer .action svg{fill:currentColor;height:14px;margin-right:4px;width:14px}
    .reply-box{background-color:#efefef;border-radius:6px;display:none;font-size:14px;line-height:22px;margin-right:15px;margin-top:10px;padding:10px}
    .reply-user{color:rgba(0,0,0,.5);font-weight:400}
    .reply-link{color:#2979ff;display:inline-block;font-size:13px;margin-top:5px}
    .comment-showmore{color:#0080ff;display:block;font-size:12px;overflow:hidden;padding:12px 0;text-align:center;width:100%; cursor: pointer;}
    .avatar-selector-box{align-items:center;display:flex;margin-top:15px}
    .avatar-label{color:#666;font-size:14px;margin-right:15px}
    .avatar-list{display:flex;gap:12px}
    .avatar-option{border:2px solid transparent;border-radius:50%;cursor:pointer;height:40px;object-fit:cover;opacity:.7;transition:all .2s;width:40px}
    .avatar-option.selected,.avatar-option:hover{opacity:1;transform:scale(1.1)}
    .avatar-option.selected{border-color:#2979ff;box-shadow:0 0 0 2px rgba(41,121,255,.2)}
    .toast-message{background-color:rgba(0,0,0,.75);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;display:none;font-size:15px;left:50%;padding:12px 30px;pointer-events:none;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);white-space:nowrap;z-index:9999}
    .newcommen-morelink{
      float: right;
        font-size: 12px;
        font-weight: normal;
        
        margin: 0 12px;
    }
    .newcommen-morelink a{
    color: #2979ff;
    }
    .newcommen-morelink a i{
      font-style: normal;
    }




