@charset "utf-8";
/*!
by Sean Lu 20260330
!!!请勿直接在c.css中修改内容
!!!请勿直接在c.css中修改内容
!!!请勿直接在c.css中修改内容
*/
/* 全局变量设置 */
:root {
  --color-main: #ff6600;
  --color-white: #fff;
  --color-txt: #253554;
  --color-bg: #f5f5f5;
  --color-bg0: #212121;
  --color-0: #000;
  --color-3: #333;
  --color-6: #666;
  --color-9: #999;
  --color-border: #dedede;
  --fsize-base: 14px;
  --fsize-large: calc(var(--fsize-base) * 1.25);
  --fsize-txt: calc(var(--fsize-base) * 1.14);
  --fsize-small: calc(var(--fsize-base) * 0.85);
  --fsize-h1: calc(var(--fsize-base) * 2.6);
  --fsize-h2: calc(var(--fsize-base) * 2.15);
  --fsize-h3: calc(var(--fsize-base) * 1.7);
  --gap-base: 16px;
  --gap-mini: calc(var(--gap-base) * 0.25);
  --gap-small: calc(var(--gap-base) * 0.5);
  --gap-large: calc(var(--gap-base) * 1.5);
  --gap-h1: calc(var(--gap-base) * 5);
  --gap-h2: calc(var(--gap-base) * 4);
  --gap-h3: calc(var(--gap-base) * 3);
}
@media (max-width: 1440px) {
  :root {
    --fsize-base: 12px;
    --gap-base: 12px;
  }
}
@media (max-width: 800px) {
  :root {
    --fsize-base: 12px;
    --gap-base: 6px;
  }
}
.trans {
  transition: all 0.3s;
}
.quickpro .proslide {
  margin-bottom: var(--gap-large);
}
.quickpro .proslide img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
}
.quickpro .proslide .video {
  position: relative;
  padding-bottom: 100%;
}
.quickpro .proslide video {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
}
.quickpro .proslide .swiper-pagination-fraction {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  width: auto;
  left: 50%;
  padding: var(--gap-small) var(--gap-large);
  transform: translateX(-50%);
  color: var(--color-white);
  font-size: var(--fsize-small);
  border-radius: 20px;
}
.quickpro .proslide:hover .swiper-button-next,
.quickpro .proslide:hover .swiper-button-prev {
  opacity: 1;
}
.quickpro .proslide:hover .swiper-button-disabled {
  opacity: 0.35;
}
.quickpro .proslide .swiper-button-next,
.quickpro .proslide .swiper-button-prev {
  opacity: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
.quickpro .proslide .swiper-button-next:hover,
.quickpro .proslide .swiper-button-prev:hover {
  color: var(--color-white);
  border-color: var(--color-white);
  background: rgba(255, 255, 255, 0.15);
}
.quickpro .proslide .swiper-button-next:after,
.quickpro .proslide .swiper-button-prev:after {
  font-size: 16px;
}
.quickpro .top .tit {
  font-size: var(--fsize-large);
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.5;
}
.quickpro .top .tit .label {
  display: inline-block;
  border-radius: 4px;
  float: left;
  margin-right: var(--gap-small);
  font-size: var(--fsize-small);
  color: var(--color-white);
  background: var(--color-main);
  padding: var(--gap-mini) var(--gap-small);
  line-height: 1.4;
}
.quickpro .top .rate {
  font-size: var(--fsize-base);
  display: flex;
  align-items: center;
  margin: var(--gap-small) 0;
}
.quickpro .top .rate .sta {
  display: flex;
  align-items: center;
}
.quickpro .top .rate .sta i {
  width: 15px;
  height: 15px;
  margin: 0 1px;
  color: rgba(255, 255, 255, 0.2);
}
.quickpro .top .rate .sta i:hover {
  transform: scale(1.1);
}
.quickpro .top .rate .sta i svg {
  width: 100%;
  height: 100%;
}
.quickpro .top .rate .sta i.on {
  color: var(--color-main);
}
.quickpro .top .rate .val {
  margin-left: var(--gap-small);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.quickpro .top .rate .num {
  margin-left: var(--gap-small);
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
}
.quickpro .top .rate .num:hover {
  text-decoration: none;
  color: var(--color-main);
}
.quickpro .top .topbox {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: var(--fsize-base);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: var(--gap-small) 0;
  transition: all 0.3s;
}
.quickpro .top .topbox:hover {
  color: rgba(255, 255, 255, 0.85);
}
.quickpro .top .topbox img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: var(--gap-small);
}
.quickpro .top .topbox span {
  margin-left: var(--gap-small);
  font-size: var(--fsize-txt);
  font-family: simsun;
  color: rgba(255, 255, 255, 0.4);
}
.quickpro .top .price {
  margin: var(--gap-large) 0 var(--gap-small);
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.quickpro .top .price strong {
  color: var(--color-main);
  font-size: var(--fsize-h2);
  font-weight: 500;
}
.quickpro .top .price s {
  font-size: var(--fsize-base);
  color: rgba(255, 255, 255, 0.4);
  margin: 0 var(--gap-base);
}
.quickpro .top .price span {
  font-size: var(--fsize-base);
  color: var(--color-main);
  font-weight: 500;
}
.quickpro .top .flash {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: var(--gap-base);
  margin-bottom: var(--gap-base);
  box-sizing: border-box;
  color: var(--color-white);
  font-size: var(--fsize-txt);
  margin-top: var(--gap-base);
}
.quickpro .top .flash .nam {
  display: flex;
  align-items: center;
  gap: var(--gap-mini);
  color: var(--color-white);
  font-size: var(--fsize-txt);
  font-weight: 600;
}
.quickpro .top .flash .nam img {
  margin-right: var(--gap-small);
}
.quickpro .top .flash .num {
  display: flex;
  align-items: center;
  gap: var(--gap-small);
}
.quickpro .top .flash .num img {
  margin-right: var(--gap-small);
  display: none;
}
.quickpro .top .newtip {
  font-size: var(--fsize-base);
  color: rgba(255, 255, 255, 0.5);
  margin-top: var(--gap-small);
}
.quickpro .top .newtip a {
  margin-left: var(--gap-small);
  text-decoration: underline;
  color: var(--color-main);
}
.quickpro .top .newtip a:hover {
  opacity: 0.8;
}
.quickpro .info {
  margin: var(--gap-large) 0;
}
.quickpro .info .ib {
  margin-top: var(--gap-base);
}
.quickpro .info .ib .nam {
  font-size: var(--fsize-base);
  color: rgba(255, 255, 255, 0.85);
}
.quickpro .info .ib .nam strong {
  font-weight: 700;
}
.quickpro .info .ib .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--gap-small);
}
.quickpro .info .ib .list .li {
  margin: 0 var(--gap-small) var(--gap-small) 0;
}
.quickpro .info .ib .list .li:hover .lwrap .img {
  border-color: rgba(255, 255, 255, 0.25);
}
.quickpro .info .ib .list .li.no {
  opacity: 0.5;
}
.quickpro .info .ib .list .li.no .lwrap {
  cursor: not-allowed;
}
.quickpro .info .ib .list .li.no .lwrap .img {
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.quickpro .info .ib .list .li.nopic .lwrap {
  width: auto;
}
.quickpro .info .ib .list .li.nopic .lwrap .tit {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: var(--gap-small) var(--gap-base);
  border-radius: var(--gap-mini);
  margin-top: 0;
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.02);
}
.quickpro .info .ib .list .li.nopic input {
  display: none;
}
.quickpro .info .ib .list .li.nopic input:checked + label .lwrap .tit {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
}
.quickpro .info .ib .list .li.nopic input:checked + label .lwrap .tit:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
}
.quickpro .info .ib .list .li.nopic input:checked + label .lwrap .tit::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/dimg/righticon2.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.quickpro .info .ib .list .li.nopic:hover .lwrap .tit {
  border-color: rgba(255, 255, 255, 0.25);
}
.quickpro .info .ib .list .li.nopic.no .lwrap .tit {
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.quickpro .info .ib .list .li .lwrap {
  cursor: pointer;
  font-size: var(--fsize-small);
  color: rgba(255, 255, 255, 0.85);
  width: 70px;
}
@media (max-width: 800px) {
  .quickpro .info .ib .list .li .lwrap {
    width: 56px;
  }
}
.quickpro .info .ib .list .li .lwrap .img {
  padding: 4px;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}
@media (max-width: 800px) {
  .quickpro .info .ib .list .li .lwrap .img {
    width: 56px;
    height: 56px;
  }
}
.quickpro .info .ib .list .li .lwrap .img img {
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quickpro .info .ib .list .li .lwrap .tit {
  font-size: var(--fsize-small);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
  margin-top: var(--gap-mini);
  color: rgba(255, 255, 255, 0.6);
}
.quickpro .info .ib .list .li input {
  display: none;
}
.quickpro .info .ib .list .li input:checked + label .lwrap .img {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 3px;
  background: rgba(255, 255, 255, 0.05);
}
.quickpro .info .idra {
  margin-top: var(--gap-small);
}
.quickpro .info .idra .item {
  margin-top: var(--gap-small);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fsize-base);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 40px;
  border-radius: 8px;
  padding: 0 var(--gap-large);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s;
}
.quickpro .info .idra .item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}
.quickpro .info .idra .item img {
  display: block;
  width: 16px;
}
.quickpro .sideproopt .list .item {
  margin-top: var(--gap-large);
}
.quickpro .sideproopt .list .item .ih {
  font-size: var(--fsize-base);
}
.quickpro .sideproopt .list .item .ib {
  margin-top: var(--gap-small);
}
.quickpro .sideproopt .list .item .ib .it .lwrap {
  font-size: var(--fsize-base);
}
.quickpro .mbox .hd {
  height: auto;
  position: relative;
  padding: var(--gap-large);
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 1;
}
.quickpro .mbox .hd h3 {
  font-size: var(--fsize-large);
  color: var(--color-white);
  font-weight: 700;
  flex: 1;
}
.quickpro .bd {
  padding: 0 !important;
}
.quickpro .mb01list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--gap-large);
}
.quickpro .mb01list p,
.quickpro .mb01list strong,
.quickpro .mb01list span {
  font-size: var(--fsize-base) !important;
}
.quickpro .mb03box {
  flex-direction: column;
}
.quickpro .mb03box .inf {
  margin-right: 0;
}
.quickpro .mb04box {
  flex-direction: column;
}
.quickpro .mb04box .tit {
  margin-right: 0;
}
.quickpro .mb04list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--gap-large);
}
.quickpro .mb04list .it {
  margin-bottom: 0 !important;
}
.quickpro .mb05list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--gap-large);
}
.quickpro .mb06wrap {
  padding: var(--gap-large);
}
.quickpro .mb06wrap h3 {
  margin-bottom: var(--gap-large);
  font-weight: 700;
  font-size: var(--fsize-large);
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: var(--gap-base);
  letter-spacing: 0.5px;
  text-transform: lowercase;
}
.quickpro .mb06wrap h3::first-letter {
  text-transform: uppercase;
}
.quickpro .mb06wrap h3::before {
  content: "";
  width: 3px;
  height: 24px;
  background: rgba(255, 255, 255, 0.4);
}
.quickpro .mb06wrap .tabwrap {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 10px 40px rgba(0, 0, 0, 0.3);
}
.quickpro .mb06wrap .tabwrap:focus {
  outline: none;
}
.quickpro .mb06wrap .stable {
  border-collapse: collapse;
  border-spacing: 0;
  white-space: normal;
  width: 100%;
  font-size: var(--fsize-base);
  word-wrap: break-word;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 10px 40px rgba(0, 0, 0, 0.3);
}
@media (max-width: 800px) {
  .quickpro .mb06wrap .stable {
    font-size: var(--fsize-small);
  }
}
.quickpro .mb06wrap .stable th {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  font-weight: 700;
  padding: var(--gap-base) var(--gap-large);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  width: 30%;
  min-width: 140px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: var(--fsize-base) !important;
}
.quickpro .mb06wrap .stable th span {
  font-size: var(--fsize-base) !important;
}
@media (max-width: 800px) {
  .quickpro .mb06wrap .stable th {
    padding: var(--gap-small);
    width: 35%;
    font-size: calc(var(--fsize-small) * 0.85);
  }
}
.quickpro .mb06wrap .stable td {
  padding: var(--gap-base) var(--gap-base);
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.3s ease;
  line-height: 1.6;
  font-size: calc(var(--fsize-base) * 1) !important;
}
.quickpro .mb06wrap .stable td span {
  font-size: var(--fsize-base) !important;
}
@media (max-width: 800px) {
  .quickpro .mb06wrap .stable td {
    padding: var(--gap-small);
    font-size: var(--fsize-base);
  }
}
.quickpro .mb06wrap .stable td:first-child {
  font-weight: 600;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.2px;
  font-size: calc(var(--fsize-txt) * 1);
}
@media (max-width: 800px) {
  .quickpro .mb06wrap .stable td:first-child {
    font-size: var(--fsize-base);
  }
}
.quickpro .mb06wrap .stable tr {
  transition: all 0.3s ease;
  position: relative;
}
.quickpro .mb06wrap .stable tr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 0 2px 2px 0;
}
.quickpro .mb06wrap .stable tr:last-child td {
  border-bottom: none;
}
.quickpro .mb06wrap .stable tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.01);
}
.quickpro .mb06wrap .stable tr:nth-child(2n) td {
  background: transparent;
}
.quickpro .mb06wrap .stable tr:nth-child(2n) td:first-child {
  background: rgba(0, 0, 0, 0.15);
}
.quickpro .mb08list {
  display: grid;
  padding: var(--gap-large);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--gap-small);
}
.quickpro .mb08list .item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--gap-base);
  padding: var(--gap-base);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-decoration: none;
  font-size: var(--fsize-large);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.quickpro .mb08list .item a:hover {
  border-color: var(--color-main);
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.1) 0%, rgba(255, 102, 0, 0.05) 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.quickpro .mb08list .item a:hover img {
  opacity: 1;
}
.quickpro .mb08list .item a:hover .text {
  color: var(--color-main);
}
.quickpro .mb08list .item a:active {
  transform: translateY(-1px);
}
.quickpro .mb08list .item a img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.quickpro .mb08list .item a .text {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  transition: color 0.3s ease;
  font-size: calc(var(--fsize-large) * 1);
}
.quickpro .b01 {
  text-align: center;
  font-size: var(--fsize-base);
  color: rgba(255, 255, 255, 0.85);
  padding: var(--gap-large) 0 0;
  font-weight: 500;
}
.quickpro .b01 .val {
  font-size: var(--fsize-h1);
  font-weight: 500;
  color: var(--color-main);
  margin: var(--gap-large) 0 var(--gap-small);
}
.quickpro .b01 .sta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickpro .b01 .sta i {
  width: 15px;
  height: 15px;
  margin: 0 1px;
  color: rgba(255, 255, 255, 0.2);
}
.quickpro .b01 .sta i svg {
  width: 100%;
  height: 100%;
}
.quickpro .b01 .sta i.on {
  color: var(--color-main);
}
.quickpro .b01 .num {
  margin: var(--gap-small) 0 var(--gap-large);
  color: rgba(255, 255, 255, 0.5);
}
.quickpro .b01 .too {
  display: flex;
  justify-content: center;
}
.quickpro .b01 .too .btn {
  display: block;
  text-decoration: none;
  background: var(--color-main);
  color: var(--color-white);
  padding: 0 var(--gap-h3);
  line-height: 48px;
  border-radius: 8px;
  transition: all 0.3s;
}
.quickpro .b01 .too .btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.3);
}
.quickpro .b02 {
  padding: 0 0 var(--gap-large);
}
.quickpro .b02 .nam {
  font-size: var(--fsize-base);
  text-align: center;
  font-weight: 500;
  color: var(--color-white);
}
.quickpro .b02 .txt {
  font-size: var(--fsize-base);
  text-align: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-top: var(--gap-mini);
}
.quickpro .b02 .list {
  padding: 0 var(--gap-large);
  margin-top: var(--gap-large);
}
.quickpro .b02 .list .it {
  display: flex;
  align-items: center;
  margin: var(--gap-small) 0;
}
.quickpro .b02 .list .it .ih {
  color: var(--color-main);
  font-size: var(--fsize-base);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50px;
}
.quickpro .b02 .list .it .ih svg {
  margin-left: var(--gap-small);
}
.quickpro .b02 .list .it .ib {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  height: 9px;
  position: relative;
  margin: 0 var(--gap-large);
  border-radius: 4px;
  overflow: hidden;
}
.quickpro .b02 .list .it .ib i {
  display: block;
  background: var(--color-main);
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.quickpro .b02 .list .it .ie {
  width: 50px;
  font-size: var(--fsize-base);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.quickpro .b02 .bigsta {
  margin-top: var(--gap-large);
}
.quickpro .b02 .bigsta #J_star {
  width: 225px;
  margin: 0 auto;
  position: relative;
}
.quickpro .b02 .bigsta #J_star path {
  fill: rgba(255, 255, 255, 0.3);
}
.quickpro .b02 .bigsta #J_star svg {
  width: 15px;
  height: 15px;
  cursor: pointer;
  padding: 12px;
  margin: 0 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s;
}
.quickpro .b02 .bigsta #J_star svg:hover {
  border-color: rgba(255, 255, 255, 0.25);
}
.quickpro .b02 .bigsta #J_star .s02 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.quickpro .b02 .bigsta #J_star .s02 svg {
  background: var(--color-main);
  border-color: var(--color-main);
}
.quickpro .b02 .bigsta #J_star .s02 path {
  fill: var(--color-white);
}
.quickpro .blist {
  padding: var(--gap-large);
}
.quickpro .blist .item {
  padding: var(--gap-large);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  margin-bottom: var(--gap-base);
  transition: all 0.3s;
}
.quickpro .blist .item:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}
.quickpro .blist .item:last-child {
  margin-bottom: 0;
}
.quickpro .blist .item .inf {
  width: 100%;
  margin-bottom: var(--gap-base);
  display: flex;
  align-items: center;
  gap: var(--gap-base);
}
.quickpro .blist .item .inf .nam {
  font-size: var(--fsize-base);
  font-weight: 600;
  color: var(--color-white);
}
.quickpro .blist .item .inf .sta {
  display: flex;
  align-items: center;
}
.quickpro .blist .item .inf .sta i {
  width: 14px;
  height: 14px;
  margin: 0 1px;
  color: rgba(255, 255, 255, 0.2);
}
.quickpro .blist .item .inf .sta i svg {
  width: 100%;
  height: 100%;
}
.quickpro .blist .item .inf .sta i.on {
  color: var(--color-main);
}
.quickpro .blist .item .con {
  flex: 1;
  font-size: var(--fsize-base);
}
.quickpro .blist .item .con .tit {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  line-height: 1.5;
}
.quickpro .blist .item .con .txt {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-top: var(--gap-small);
}
.quickpro .blist .item .con .img {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-small);
  margin-top: var(--gap-base);
}
.quickpro .blist .item .con .img .mimg {
  padding: 0;
  margin: 0;
}
.quickpro .blist .item .con .img .mimg img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s;
}
.quickpro .blist .item .con .img .mimg img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.quickpro .blist .item .con .mor {
  margin-top: var(--gap-base);
  font-size: var(--fsize-small);
  display: flex;
  align-items: center;
  gap: var(--gap-small);
}
.quickpro .blist .item .con .mor .tim {
  color: rgba(255, 255, 255, 0.4);
}
/* 内页相关页面样式设定 */
.mbox {
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}
@media (max-width: 800px) {
  .mbox {
    margin-bottom: 3vw;
  }
}
.mbox.mb01 {
  background: transparent;
}
.mbox.mb02 .bd {
  /*初始要显示的高度*/
  overflow: hidden;
  /*关键样式：内容会被修剪，并且其余内容是不可见的。*/
  position: relative;
}
.mbox.mb02 .bd .get_ct_more {
  clear: both;
  min-height: 1em;
  white-space: pre-wrap;
  height: 90px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 70%);
  margin: 0px;
  margin-right: 10px;
  text-align: center;
  color: #000;
  font-size: 18px;
  cursor: pointer;
}
.mbox.mb02 .bd .more_bt {
  margin-bottom: -10px;
}
.mbox.mb04 {
  background: transparent;
}
.mbox.mb04 .bd p img {
  max-width: 100%;
  display: block;
}
.mbox.mb06 {
  background: transparent;
}
.mbox * {
  transition: none;
}
.mbox .bd {
  overflow-x: auto;
}
.mbox .hd {
  padding: 20px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  transition: opacity 0.3s;
}
@media (max-width: 800px) {
  .mbox .hd {
    padding: 3vw;
  }
}
.mbox .hd span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}
.mbox .hd span img {
  transform: rotate(180deg);
  transition: all 0.3s;
  filter: invert(1);
}
.mbox .hd h3 {
  font-size: var(--fsize-large);
  color: var(--color-6);
  font-weight: 700;
  text-transform: lowercase;
}
.mbox .hd h3::first-letter {
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .mbox .hd h3 {
    font-size: var(--fsize-base);
  }
}
.mbox .hd.on img {
  transform: rotate(0);
}
.mbox .hd:hover {
  opacity: 0.6;
}
/* 全局聊天窗口浮窗 */
.chat-widget-8392 {
  position: fixed;
  right: 80px;
  bottom: 0;
  width: 300px;
  background: var(--color-white);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
  font-family: inherit;
  overflow: hidden;
  transition: all 0.3s ease;
  /* 折叠状态 */
}
.chat-widget-8392 .chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  height: 36px;
  background: linear-gradient(270deg, #272727, #949494);
  color: var(--color-white);
}
.chat-widget-8392 .chat-header .chat-title {
  font-size: var(--fsize-base);
  font-weight: 500;
}
.chat-widget-8392 .chat-header .chat-minimize {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.chat-widget-8392 .chat-header .chat-minimize:hover {
  background: rgba(255, 255, 255, 0.3);
}
.chat-widget-8392 .chat-body {
  transition: all 0.3s ease;
}
.chat-widget-8392 .chat-messages {
  height: 150px;
  overflow-y: auto;
  padding: 12px;
  background: #f9f9f9;
}
.chat-widget-8392 .chat-messages .chat-message {
  font-size: var(--fsize-base);
  color: var(--color-txt);
  line-height: 1.5;
  padding: 10px 12px;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.chat-widget-8392 .chat-input-area {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  gap: 8px;
  border-top: 1px solid var(--color-border);
}
.chat-widget-8392 .chat-input-area .chat-input {
  flex: 1;
  height: 32px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  padding: 0 12px;
  font-size: var(--fsize-base);
  outline: none;
  transition: border-color 0.3s ease;
}
.chat-widget-8392 .chat-input-area .chat-input:focus {
  border-color: var(--color-0);
}
.chat-widget-8392 .chat-input-area .chat-input::placeholder {
  color: var(--color-9);
}
.chat-widget-8392 .chat-input-area .chat-send {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-0);
  color: var(--color-white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.chat-widget-8392 .chat-input-area .chat-send:hover {
  background: var(--color-3);
}
.chat-widget-8392.minimized {
  display: none;
}
.chat-widget-8392.minimized .chat-body {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
/*# sourceMappingURL=./quick.css.map */