@charset "UTF-8";
html {
  height: 100%;
}

body {
  min-height: 100%;
  word-wrap: break-word;
}

body, html {
  line-height: 1.28571;
  font-family: Inter, Inter-Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  font-style: normal;
  font-size: 14px;
  color: #333;
}

textarea, input {
  font-family: Inter, Inter-Bold, -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

body, p, ul, ol, figure, dd, button, input, h1, h2, h3, h4, h5, h6, article, aside, textarea {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

button:focus, input:focus, textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

img {
  vertical-align: middle;
}

button {
  border: none;
  outline: none;
}

i, em {
  font-style: normal;
}

.bg-f2 {
  background-color: #fff;
}

.ovh {
  display: block;
  overflow: hidden;
}

.hide {
  display: none;
}

.wh, .w-full {
  width: 100%;
}

.rs-cir {
  border-radius: 50%;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  display: block;
}

.ani-str, .form-input-dft {
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.boxshaw-box {
  box-shadow: 0px 4px 20px 0px rgba(33, 33, 35, 0.1);
}

.helptips.layui-layer-tips .layui-layer-content {
  color: #333;
}

.layui-layer-shade {
  opacity: 0.4;
}

[v-cloak] {
  display: none;
}

.bg-main {
  background-color: #c00;
}

.bg-base {
  background-color: #f6f6f6;
}

.bg-inverse {
  background-color: #fff;
}

.bg-tint {
  background-color: #eee;
}

.bg-sm {
  background-color: #F9F9F9;
}

.bg-disdeep {
  background-color: #B2B2B2;
}

.bg-nav {
  background-color: #480404;
}

.inputErrorTips {
  color: #F00;
}

.pr, .pst-rlt {
  position: relative;
}

.fl, .fl-lt {
  float: left;
}

.fr, .fl-gt {
  float: right;
}

.fl, .fr, .fl-lt, .fl-gt {
  display: inline;
}

.clear {
  zoom: 1;
}

.clear::after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.f-tn {
  font-size: 12px;
}

.f-tiny {
  font-size: 12px;
}

.f-few {
  font-size: 13px;
}

.f-sm, .yui-nav-item > a {
  font-size: 14px;
}

.f-base {
  font-size: 16px;
}

.f-baselge {
  font-size: 18px;
}

.f-lge {
  font-size: 20px;
}

.f-big {
  font-size: 24px;
}

.f-grt {
  font-size: 28px;
}

.f-hg {
  font-size: 30px;
}

.f-hgsp {
  font-size: 32px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs28 {
  font-size: 28px;
}

.fs36 {
  font-size: 36px;
}

.fc-main {
  color: #c00;
}

.fc-dft {
  color: #333;
}

.fc-dis {
  color: #999;
}

.fc-gnr {
  color: #666;
}

.fc-inserve {
  color: #fff;
}

.fc-point {
  color: #FC7021;
}

.fc-errtips {
  color: #FF2F2F;
}

.f-bold, .yui-nav-item > a, .f700 {
  font-weight: 700;
}

.f-disbold, .lbtn-disbold, .f400 {
  font-weight: 400;
}

.l-base {
  line-height: 1.5;
}

.tc, .f-ct {
  text-align: center;
}

.tl, .f-lt {
  text-align: left;
}

.f-nowrap {
  white-space: nowrap;
}

.toe, .tov {
  display: block;
}

.toe, .tov, .text-ovh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

li.tov {
  display: list-item;
}

.toe2, .toe3, .toe4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toe2 {
  -webkit-line-clamp: 2;
}

.toe3 {
  -webkit-line-clamp: 3;
}

.toe4 {
  -webkit-line-clamp: 4;
}

.toe2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.omit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.omit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.vlm {
  display: inline-block;
  vertical-align: middle;
}

.vlm-item {
  display: inline-block;
  vertical-align: middle;
  max-width: 99.6%;
}

.vlm-wrap::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
}

.vlb {
  display: inline-block;
  vertical-align: bottom;
}

.vlt {
  display: inline-block;
  vertical-align: top;
}

.lay-lg::after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}

.lay-lg-lt {
  float: left;
}

.lay-lg-gt {
  float: right;
}

.lay-lg-o {
  display: block;
  overflow: hidden;
}

.lay-table, .lay-table-box {
  display: table;
}

.lay-table-box {
  box-sizing: border-box;
  table-layout: fixed;
  width: 100%;
}

.lay-table-item {
  display: table-cell;
}

.searchable-select {
  width: 450px;
}

.searchable-select-holder {
  border-color: #ddd;
  border-radius: 1px;
  padding: 4px 6px;
}

.addPopcontent .lable {
  text-align: left;
}

.searchable-select-caret {
  top: 6px;
}

.addPopcontent input {
  width: 450px;
}

.addPopcontent {
  width: 580px;
  margin: 20px 60px 0;
}

.addPopcontent .searchable-select-input {
  width: 430px;
}

.addPopcontent textarea {
  width: 430px;
}

.addPopcontent .submitBtn {
  background-color: #c00;
}

.reinputError {
  border-color: #FF2F2F;
}

.watch_p {
  cursor: pointer;
}

.watch_p:hover {
  color: #c00;
  text-decoration: underline;
}

.watch_red {
  color: #b8802c;
  text-decoration: underline;
}

.g-gtaside .g-gtaside-title {
  height: 63px;
  line-height: 63px;
  margin-bottom: 20px;
  color: #fff;
  padding-left: 20px;
  background-color: #cc0000;
  font-size: 18px;
}

.g-gtaside {
  padding-bottom: 20px;
  background-color: #fff;
}

.g-gtaside-sub {
  padding: 10px 0 15px;
}

.g-gtaside-sub dt {
  height: 26px;
  line-height: 26px;
  padding: 0 20px 5px;
  font-weight: 700;
}

.g-gtaside-sub dd, .g-gtaside-sub dd a {
  display: block;
  height: 26px;
  line-height: 26px;
}

.g-gtaside-sub dd {
  padding: 0 20px 0 33px;
}

.g-gtaside-sub dd:hover {
  background-color: #f2f2f2;
}

.g-gtaside-sub .active, .g-gtaside-sub dd.active:hover {
  color: #fff;
  background-color: #8E8E8E;
}

.g-gtaside-sub .active a {
  color: #fff;
}

.g-gtaside-two-more {
  float: right;
  padding-right: 15px;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.g-gtaside-two-more:hover {
  text-decoration: underline;
}

.g-gtaside-two-item {
  padding: 12px 0;
}

.g-gtaside-two-item a {
  font-size: 13px;
  font-weight: 700;
  color: #666;
}

.g-gtaside-two-item p {
  font-size: 13px;
  color: #666;
  line-height: 1;
}

.g-gtaside-two-itembox {
  overflow: hidden;
}

.g-gtaside-two-itembox p {
  padding-bottom: 1px;
}

.g-gtaside-two-itembox:hover p {
  padding-bottom: 0;
  border-bottom: 1px solid #666;
}

.g-gtaside-two-item::before {
  float: left;
  line-height: 50px;
  margin-top: 16px;
}

.g-gtaside-two-hotico {
  padding-left: 16px;
  background: url("../../../images/productfaq/hot.png?v=987682") no-repeat left center;
}

.page-raw {
  text-align: center;
}

.page-raw .current, .page-raw a, .page-raw-go {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  margin: 0 5px;
}

.page-raw .current {
  color: #c00;
  border: 1px solid #c00;
}

.page-raw .disable, .page-raw .disable:hover {
  border-color: #DFDFDF;
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.page-raw a {
  cursor: pointer;
  color: #333;
  border: 1px solid #ccc;
}

.page-raw a:hover {
  border-color: #333;
  background-color: #F4F4F4;
}

.page-raw-go {
  position: relative;
  border: 1px solid #ccc;
}

.page-raw-go input {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.page-raw-go button {
  position: absolute;
  color: #fff;
  display: none;
  cursor: pointer;
  left: 0;
  height: 20px;
  line-height: 20px;
  width: 100%;
  background-color: #c00;
  border-radius: 0 0 3px 3px;
}

.page-raw-go:hover button {
  display: block;
}

.page-raw-go button.block {
  display: block;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml45 {
  margin-left: 45px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.yout-base .layui-layer-title, .yout-base-one .layui-layer-title {
  background: none;
  border: 0;
}

.yout-base .layui-layer-btn, .yout-base-one .layui-layer-btn {
  text-align: center;
  padding: 5px 0 30px 0;
}

.yout-base .layui-layer-btn .layui-layer-btn0, .yout-base-one .layui-layer-btn .layui-layer-btn0 {
  background-color: #fff !important;
  border-color: #999;
  color: #333;
}

.yout-base .layui-layer-btn a, .yout-base-one .layui-layer-btn a {
  height: 30px;
  line-height: 30px;
  min-width: 68px;
  margin: 0 6px;
}

.yout-base .layui-layer-btn .layui-layer-btn1 {
  background-color: #c00 !important;
  border-color: #c00;
  color: #fff;
}

.yout-base-one .layui-layer-btn .layui-layer-btn0 {
  background-color: #c00 !important;
  border-color: #c00;
  color: #fff;
}

.uline {
  text-decoration: underline;
}

.uline-hover:hover, .uline-hover-main:hover {
  text-decoration: underline;
}

.uline-hover-main:hover {
  color: #c00;
}

.u-angle, .u-angle-num {
  border-radius: 20px;
  background-color: #FC7021;
  color: #fff;
  text-align: center;
}

.u-angle-num {
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.u-avast, .u-avast-sm, .u-avast-base {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.u-avast-sm {
  width: 32px;
  height: 32px;
}

.u-avast-base {
  width: 40px;
  height: 40px;
}

.hover-box {
  position: relative;
}

.hover-box:hover .hover-sub {
  z-index: 10002;
  opacity: 1;
  visibility: visible;
}

.hover-sub {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  background-color: #fff;
  padding: 12px 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.hover-sub-item {
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
}

.hover-main .hover-sub-item:hover {
  color: #c00;
  text-decoration: underline;
}

.lbtn:hover {
  color: #fff;
  text-decoration: underline;
}

.lbtn-hollow:hover {
  color: #333;
}

.lbtn, .lbtn-disbold, .lbtnbase, .lbtn-hover, .lbtn-rssm, .lbtn-few, .lbtn- {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 200px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.lbtn::before, .lbtn-disbold::before, .lbtnbase::before, .lbtn-hover::before, .lbtn-rssm::before, .lbtn-few::before, .lbtn-::before {
  border-radius: 200px;
}

.lbtn-few {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

.lbtn-sm {
  height: 30px;
  line-height: 30px;
}

.lbtn-org {
  background-color: #FC7427;
}

.lbtn-hollow, .lbtn-hollow-base {
  position: relative;
  color: #333;
}

.lbtn-hollow::before, .lbtn-hollow-base::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #999;
}

.lbtn-hollow-base {
  color: #c00;
}

.lbtn-hollow-base:hover {
  color: #c00;
}

.lbtn-hollow-base::before {
  border-color: #c00;
}

.lbtn-rsfew {
  border-radius: 3px;
}

.lbtn-rsfew::before {
  border-radius: 3px;
}

.lbtn-rssm {
  border-radius: 5px;
}

.lbtn-rssm::before {
  border-radius: 5px;
}

.lbtnbase {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.lbtn-disbold {
  background-color: #B2B2B2;
}

.lbtn-base {
  background-color: #c00;
}

.lbtn-hover {
  background-color: #c00;
}

.lbtn-point {
  background-color: #FC7021;
}

.u-share {
  position: relative;
}

.u-share-sub {
  position: absolute;
  visibility: hidden;
  height: 0;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  right: 0;
  top: 20px;
}

.u-share-item {
  display: block;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  border-top: 1px solid #e4e4e4;
  padding: 1px 20px;
  background: #fff;
}

.u-share-item:first-child {
  border: 0;
}

.u-share-item:hover {
  color: #c00;
}

.u-share:hover .u-share-sub {
  visibility: visible;
  height: auto;
  z-index: 1;
}

.checkbox {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

.checkbox-style {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
}

.checkbox-style::after {
  position: absolute;
  width: 4.2px;
  height: 9.8px;
  left: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

input:checked + .checkbox-style {
  border-color: #c00;
  background-color: #c00;
}

input:checked + .checkbox-style::after {
  content: "";
}

.checkbox-cir .checkbox-style {
  border-radius: 50%;
}

.checkbox-radio .checkbox-style {
  border-radius: 50%;
}

.checkbox-radio input:checked + .checkbox-style {
  border-width: 3px;
  width: 10px;
  height: 10px;
  background: none;
}

.checkbox-radio .checkbox-style::after {
  display: none;
}

.checkbox-radio.checkbox-dis input:checked + .checkbox-style {
  border-color: #999;
}

.checkbox-gray input:checked + .checkbox-style {
  border-color: #666;
  background-color: #666;
}

body {
  position: relative;
}

.yui_checkdate {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 304px;
  box-sizing: border-box;
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.12);
  border-radius: 3px;
}

.yui_checkdate-top {
  padding-bottom: 20px;
}

.yui_checkdate-select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  cursor: pointer;
  margin-right: 6px;
}

.yui_checkdate-select-text {
  display: block;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
}

.yui_checkdate-select-sub {
  position: absolute;
  top: 36px;
  left: 0;
  box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.12);
  background-color: #fff;
  max-height: 240px;
  overflow: auto;
  border-radius: 4px;
}

.yui_checkdate-select-sub::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
}

.yui_checkdate-select-sub::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 4px;
  background: #ededed;
}

.yui_checkdate-select-sub li {
  position: relative;
  height: 28px;
  line-height: 28px;
  padding-left: 30px;
  padding-right: 20px;
}

.yui_checkdate-select-sub li:hover {
  background-color: #f6f6f6;
}

.yui_checkdate-select-sub li i {
  position: absolute;
  width: 8px;
  height: 4px;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #c00;
  border-left: 2px solid #c00;
}

.yui_checkdate-week ul {
  clear: both;
}

.yui_checkdate-week ul::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.yui_checkdate-week li {
  float: left;
  width: 14.285714%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  position: relative;
}

.yui_checkdate-week li:hover {
  background: #e5e5e5;
}

.yui_checkdate-week li.select, .yui_checkdate-week li.select:hover {
  color: #c00;
}

.yui_checkdate-week li.select::after, .yui_checkdate-week li.select:hover::after {
  content: "";
  position: absolute;
  border: 2px solid #c00;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}

.yui_checkdate-week li.gray {
  color: #d5d5d5;
}

.yui_checkdate-head li {
  font-weight: 700;
  color: #d5d5d5;
}

.yui_checkdate-body li {
  cursor: pointer;
}

.bom_timer__hover {
  border: 1px solid #C00;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  color: #C00;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.yui-nav-fixed {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 40px;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.yui-nav-fixed-cart .items-h {
  position: relative;
}

.yui-nav-fixed-cart .items-h .u-angle-num {
  position: absolute;
  left: 24px;
  top: 3px;
}

.yui-nav-fixed .items {
  border-bottom: 0;
}

.yui-nav-fixed .items-h {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.yui-nav-fixed .items-h::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 0;
  height: 1px;
  background-color: #EDEDED;
}

.yui-nav-fixed .items:hover .items-h {
  background-color: #c00;
}

.yui-nav-fixed .items:hover .items-h .icoy {
  color: #fff;
}

.yui-nav-fixed .items:hover .items-h::after {
  display: none;
}

.yui-nav-fixed .items .hover-sub {
  right: 40px;
  top: 0;
  margin: 0;
}

.yui-nav-fixed .items:last-child .items-h::after {
  display: none;
}

.yui-top {
  padding: 16px 0;
}

.yui-top-area {
  float: right;
  height: 48px;
  position: relative;
  z-index: 99999;
}

.yui-top-split {
  padding: 0 12px;
}

.yui-top-cart {
  padding: 0 10px;
}

.yui-top-msg {
  position: relative;
}

.yui-top-login {
  padding-top: 8px;
  display: inline-block;
}

.yui-top-login-coupons {
  padding-top: 4px;
}

.yui-top-login .lbtn {
  width: 108px;
  text-align: center;
  margin: 0 4px;
}

.yui-top-login .hover-sub {
  box-sizing: border-box;
  width: 280px;
  top: 42px;
  right: 0;
  padding: 0;
}

.yui-top-login-avast {
  padding: 4px;
}

.yui-top-login-avast, .yui-top-login-name, .yui-top-login-id {
  display: block;
  text-align: center;
  margin: 2px 0;
}

.yui-top-login-info {
  background-color: #F9F9F9;
  padding: 8px 0;
}

.yui-top-login-user {
  padding: 15px;
}

.yui-top-login-user dt {
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.yui-top-login-user dt img {
  width: 44px;
  height: 44px;
}

.yui-top-login-user dd {
  overflow: hidden;
  padding-left: 10px;
}

.yui-top-login-user .yui-top-login-name, .yui-top-login-user .yui-top-login-id {
  text-align: left;
}

.yui-top-login-list {
  text-align: center;
  overflow: hidden;
  padding: 15px 0;
}

.yui-top-login-item {
  display: inline-block;
  width: 49%;
  margin: 12px 0;
}

.yui-top-login-item .icoy {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}

.yui-top-login-item:hover {
  color: #c00;
}

.yui-top-login-item:hover .icoy {
  background-color: #c00;
  color: #fff;
}

.yui-top-login-out {
  text-align: center;
  display: block;
  padding: 10px 0;
  background-color: #f7f7f7;
}

.yui-top-login-out .lbtn {
  width: 150px;
}

.yui-top-help, .yui-top-Language {
  height: 32px;
  line-height: 32px;
  padding: 0 4px;
}

.yui-top-help:hover, .yui-top-Language:hover {
  background-color: #f7f7f7;
  border-radius: 2px;
}

.yui-top-help:hover .hover-sub, .yui-top-Language:hover .hover-sub {
  left: 0;
  top: 32px;
  z-index: 202011;
}

.logo {
  float: left;
  height: 48px;
}

.logo::after {
  content: "";
  display: inline-block;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
}

.logo img {
  display: inline-block;
  vertical-align: middle;
}

.logo-slogan {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-left: 20px;
  padding-left: 20px;
  height: 24px;
  line-height: 24px;
  border-left: 1px solid #ccc;
}

.yui-nav {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.yui-nav-hover {
  position: absolute;
  width: auto;
  height: 28px;
  padding: 10px 0;
  top: 0;
  left: 0;
  background: none;
}

.yui-nav-item {
  float: left;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.yui-nav-item > a {
  color: #333;
  display: block;
  padding: 10px 20px;
  height: 28px;
  line-height: 28px;
  letter-spacing: 0.28px;
  font-family: Inter, Inter-Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  box-sizing: content-box;
}

.yui-nav-item > a:hover {
  color: #c00;
}

.yui-nav-item.active > a {
  color: #c00;
}

.yui-nav-product:hover {
  z-index: 99999;
}

.yui-nav-product-box {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 13px 10px;
}

.yui-nav-product-menu {
  width: 890px;
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.yui-nav-product-menu-col {
  width: 200px;
}

.yui-nav-product-menu-col .hr-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e1e1e1;
  margin: 10px 0 13px;
}

.yui-nav-product-menu-col dt img {
  width: 28px;
}

.yui-nav-product-menu-col dt .title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  height: 30px;
  margin: 0;
}

.yui-nav-product-menu-col dt .title::after {
  content: '';
  display: block;
  width: 43px;
  height: 1px;
  border-bottom: 1px solid #cc0000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.yui-nav-product-menu-col dd {
  margin-top: 5px;
}

.yui-nav-product-menu-col dd a {
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  display: block;
}

.yui-nav-product-menu-col dd a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.yui-nav-product-adv {
  width: 250px;
  box-sizing: border-box;
  padding: 5px 0;
  margin-left: 30px;
}

.yui-nav-product-adv-box {
  width: 100%;
  height: 255px;
  background: #f5f6f8;
  box-sizing: border-box;
  padding: 10px 0;
}

.yui-nav-product-adv-box .img-box {
  width: 100%;
  text-align: center;
}

.yui-nav-product-adv-box .img-box img {
  width: 132px;
}

.yui-nav-product-adv-box .pcb-text-box {
  box-sizing: border-box;
  padding: 0 28px;
}

.yui-nav-product-adv-box .pcb-text-box b {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.yui-nav-product-adv-box .pcb-text-box b em {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  color: #cc0000;
}

.yui-nav-product-adv-box .pcb-text-box b em strong {
  font-size: 28px;
}

.yui-nav-product-adv-box .pcb-text-box p {
  font-size: 14px;
  font-weight: 700;
  margin: 8px 0 11px 0;
}

.yui-nav-product-adv-box .pcb-text-box span {
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.yui-nav-product-adv-box .pcba-text-box {
  margin-top: 8px;
  box-sizing: border-box;
  padding: 0 25px;
}

.yui-nav-product-adv-box .pcba-text-box b {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.yui-nav-product-adv-box .pcba-text-box b em {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: #cc0000;
}

.yui-nav-product-adv-box .pcba-text-box span {
  font-size: 12px;
  line-height: 22px;
  display: block;
  margin-top: 16px;
}

.yui-nav-product-item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}

.yui-nav-product-item dt {
  padding-top: 9px;
}

.yui-nav-height {
  position: relative;
  height: 48px;
}

.yui-nav-corner {
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 0;
  width: 26px;
  height: 13px;
  line-height: 13px;
  background-color: #FC7021;
  border-radius: 26px 26px 26px 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.yui-nav-btn {
  margin-top: 9px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #c00;
  border-radius: 5px;
  color: #fff;
  background-color: #c00;
}

.yui-nav-btn:hover {
  text-decoration: underline;
}

.nav-ul {
  width: 100%;
  display: flex;
}

/* 增加谷歌翻译 */
.yui-top-Language {
  position: relative;
  cursor: pointer;
}

.yui-top-Language-content {
  width: 160px;
  height: 60px;
  padding-top: 23px;
  text-align: center;
  background: url("../../../images/googleTranslateBg.png?v=987682") no-repeat left top;
  background-size: auto 100%;
  box-shadow: none;
}

.mymsg-tips {
  position: absolute;
  padding: 0;
  top: -3px;
  right: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FC7021;
}

.yui-top-login-avast:hover, .yui-top-help:hover, .yui-top-Language:hover {
  background-color: #f7f7f7;
}

.yui-top-login-avast:hover .icon-trgdown, .yui-top-help:hover .icon-trgdown, .yui-top-Language:hover .icon-trgdown {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hover-box-bg .hover-sub {
  padding: 6px;
  background-color: #f7f7f7;
}

.hover-box-bg .hover-sub-item {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 150px;
}

.hover-box-bg .hover-sub-item:hover {
  background-color: #cbcbcb;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
}

.yui-top-msg .bell-ani {
  display: inline-block;
  -webkit-animation: bells 0.8s linear infinite;
  -moz-animation: bells 0.8s linear infinite;
  -o-animation: bells 0.8s linear infinite;
  animation: bells 0.8s linear infinite;
}

@-webkit-keyframes bells {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  6% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  12% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  18% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  24% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes bells {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  6% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  12% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  18% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  24% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* 公共底部栏 */
.yui-foot {
  color: #fff;
  background-color: #333;
  padding-top: 15px;
}

.yui-foot-lay {
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
}

.yui-foot-lay-item {
  display: table-cell;
  box-sizing: border-box;
}

.yui-foot-lay-item dt {
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
}

.yui-foot-lay-item dd {
  padding-top: 5px;
  line-height: 26px;
}

.yui-foot-lay-item .input-err, .yui-foot-lay-item .input-err:hover {
  color: #FC611B !important;
}

.yui-foot-lay-item .border-err {
  border: 1px solid #FC611B !important;
}

.yui-foot-lay a, .yui-foot-lay p {
  color: rgba(255, 255, 255, 0.6);
}

.yui-foot-lay a:hover, .yui-foot-lay p:hover {
  color: #fff;
}

.yui-foot-linklist {
  padding-bottom: 15px;
}

.yui-foot-linklist dt a {
  color: #fff;
}

.yui-foot-linklist dd a {
  font-size: 13px;
}

.yui-foot-linklist a {
  display: block;
}

.yui-foot-imgflags {
  padding-top: 5px;
  padding-bottom: 20px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

.yui-foot-submit {
  padding: 28px 0;
}

.yui-foot-submit .yui-foot-lay-item {
  vertical-align: middle;
}

.yui-foot-submit p {
  line-height: 30px;
}

.yui-foot-feedback {
  overflow: hidden;
}

.yui-foot-feedback input, .yui-foot-feedback textarea, .yui-foot-feedback button {
  margin-bottom: 10px;
  box-sizing: border-box;
  display: block;
  border: none;
  resize: none;
  line-height: 32px;
  border-radius: 5px;
}

.yui-foot-feedback button {
  color: #001F3D;
  cursor: pointer;
  background: #c00;
  color: #fff;
}

.yui-foot-feedback button:hover {
  text-decoration: underline;
  background-color: #8415AA;
}

.yui-foot-feedback input {
  height: 32px;
}

.yui-foot-feedback input, .yui-foot-feedback textarea {
  background-color: #fff;
  padding: 0 10px;
  width: 100%;
  border-radius: 2px;
}

.yui-foot-feedback input:focus, .yui-foot-feedback textarea:focus {
  outline: none;
}

.yui-foot-feedback textarea {
  padding: 10px;
  line-height: 20px;
}

.yui-foot-feedback textarea:focus {
  border-color: #6c0a8c;
}

.yui-foot-feedback button {
  margin-bottom: 0;
  width: 100%;
}

.yui-foot-feedback-btn button {
  width: 120px;
}

.yui-foot-feedback-wrap {
  display: table;
  width: 100%;
  margin-bottom: 6px;
}

.yui-foot-feedback-wrap .input-err {
  margin-top: -12px;
}

.yui-foot-feedback-item {
  display: table-cell;
  width: 50%;
}

.yui-foot-copyright {
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #222;
}

.yui-foot-copyright p {
  color: #aea8bb;
  font-size: 13px;
}

.clear {
  zoom: 1;
}

.clear::after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* 站内信弹窗 */
.msg-window {
  opacity: 0;
  position: fixed;
  box-sizing: border-box;
  z-index: 9999;
  right: 98px;
  bottom: 84px;
  width: 211px;
  height: 0;
  overflow: hidden;
  padding: 6px;
  background: url("../../../images/message/index-msg-bg.png?v=987682") no-repeat center center;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s ease-in;
}

.msg-window dd {
  white-space: normal;
}

.msg-window a:hover {
  text-decoration: underline;
}

.msg-window .msg-window-more a:hover {
  color: #c00;
  text-decoration: underline;
}

.msg-window-show {
  bottom: 84px;
  height: 211px;
  opacity: 1;
}

.msg-window-close {
  position: absolute;
  cursor: pointer;
  right: 6px;
  top: 6px;
  width: 30px;
  height: 25px;
}

.msg-window dl {
  padding: 58px 15px 0;
}

.msg-window dt {
  font-size: 13px;
  font-weight: 700;
  height: 32px;
  line-height: 36px;
}

.msg-window dd {
  height: 32px;
  font-size: 12px;
}

.msg-window-time {
  padding: 6px 0 9px;
  margin: 0 15px;
  font-size: 12px;
  text-align: right;
  color: #999;
}

.msg-window-more {
  margin: 0 15px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #666;
  border-top: 1px solid #EAEAEA;
}

.couponfive, .couponfive-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 199011;
}

.couponfive-bg {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.couponfive-box {
  overflow: hidden;
  padding-top: 40px;
  position: absolute;
  width: 420px;
  left: 50%;
  top: 50%;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 199012;
}

.couponfive-title {
  position: relative;
  height: 68px;
  background-color: #ffebdb;
  border-radius: 4px 4px 0 0;
}

.couponfive-title-img {
  position: absolute;
  height: 185px;
  width: 275px;
  top: -40px;
  left: 60px;
  background: url("../../../images/img30/account/point-overdue.png?v=987682") no-repeat center center;
}

.couponfive-title .icon-close {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #999;
  border-radius: 50%;
  border: 1px solid #999;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.couponfive-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.couponfive-con-type {
  color: #FF2F2F;
  font-size: 24px;
  font-weight: 700;
}

.couponfive-text {
  text-align: center;
  padding: 30px 20px;
}

.couponfive-btns {
  padding-bottom: 36px;
  text-align: center;
}

.couponfive-btns .lbtn {
  padding: 0 30px;
}

.couponfive-show .couponfive-bg {
  opacity: 1;
}

.couponfive-show .couponfive-box {
  height: 290px;
}

/* 个人中心的公共底部 */
.myFooter {
  width: 100%;
  height: 116px;
  background: #333;
  color: #FFF;
  padding-top: 20px;
}

.myFooter p {
  text-align: center;
}

.myFooter a {
  color: #FFF;
}

.myFooter a:hover {
  text-decoration: underline;
}

.myFooter ul {
  margin-top: 20px;
  overflow: hidden;
}

.myFooter ul li {
  float: left;
  width: 33%;
  text-align: center;
  position: relative;
  font-size: 12px;
}

.myFooter ul li span {
  position: absolute;
  top: 8px;
  color: #999;
  font-size: 16px;
}

.myFooter ul li .rs-cir {
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  background-color: #FFF;
}

.myFooter ul li:nth-of-type(1) {
  margin-right: 7%;
}

.myFooter ul li:nth-of-type(1) span {
  right: -60px;
}

.myFooter ul li:nth-of-type(2) {
  width: 26%;
}

.myFooter ul li:nth-of-type(2) span {
  right: -30px;
}

.myFooter ul li img {
  margin-right: 10px;
}

/* 成功或者报错页面 */
.SnextBox {
  width: 100%;
  height: auto;
  background: #f2f2f2;
  padding: 30px 0;
}

.SnextBoxContent {
  height: 587px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  text-align: center;
}

.SnextBoxContent img {
  margin-top: 170px;
  margin-bottom: 10px;
}

.SnextBoxContent h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  color: #333;
  line-height: 50px;
  margin-bottom: 10px;
}

.SnextBoxContent p {
  margin-bottom: 30px;
}

.SnextBoxContent .backPage {
  display: inline-block;
  width: 180px;
  line-height: 40px;
  border-radius: 40px;
  color: #c00;
  border: 1px solid #C00;
  font-weight: 700;
  text-align: center;
  background: #FFF;
}

/* 快速计价组件 */
.quickQuotePannel {
  background-color: #fff;
}

.quickQuotePannel table {
  table-layout: fixed;
  width: 100%;
}

.quickQuotePannel td {
  padding: 5px 0;
}

.quickQuotePannel .tag {
  margin-bottom: 5px;
}

.quickQuotePannel .calc {
  float: left;
  margin: 0 4px;
  font-size: 18px;
  line-height: 32px;
}

.quickQuotePannel .quoteNav li {
  width: 33.333%;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
}

.quickQuotePannel .quoteNav li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #e3e3e3;
}

.quickQuotePannel .quoteNav li.active {
  font-weight: bold;
  color: #fff;
  background-color: #c00;
}

.quickQuotePannel .quoteNav li.active::after {
  display: none;
}

.quickQuotePannel .quoteNav li:first-of-type::after {
  right: -1px;
}

.quickQuotePannel .quoteNav li:last-of-type::after {
  left: -1px;
}

.quickQuotePannel .sizeBox {
  float: left;
  border: 1px solid #e1e1e1;
  line-height: 30px;
  width: 106px;
}

.quickQuotePannel .sizeBox input {
  float: left;
  width: 80px;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  border: none;
  outline: none;
}

.quickQuotePannel .sizeBox label {
  cursor: pointer;
}

.quickQuotePannel .unit {
  float: left;
  border-left: 1px solid #e1e1e1;
  font-size: 12px;
  width: 30px;
  text-align: center;
  background-color: #f0f0f0;
  box-shadow: 0 15px 15px #fefefe inset;
}

.quickQuotePannel .greenBtn {
  margin-top: 5px;
  line-height: 38px;
  width: 252px;
  border-radius: 5px;
  background-color: #FC7021;
}

.quickQuotePannel .greenBtn:hover {
  color: #fff;
  text-decoration: underline;
}

.quickQuotePannel .radioBox [type=radio] {
  position: absolute;
  height: 0;
  z-index: -1;
}

.quickQuotePannel .radioBox [type=radio]:checked ~ .tick {
  background-color: #fc6121;
  border-color: #fc6121;
}

.quickQuotePannel .radioBox [type=radio]:checked ~ .tick::before, .quickQuotePannel .radioBox [type=radio]:checked ~ .tick::after {
  display: block;
  background-color: #fff;
}

.quickQuotePannel .radioBox [type=radio]:checked ~ .text {
  color: #6c0a8c;
}

.quickQuotePannel .radioBox .tick {
  position: relative;
  margin: 0 3px;
  display: inline-block;
  vertical-align: -2px;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 12px;
}

.quickQuotePannel .radioBox .tick::before {
  display: none;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 5px;
  height: 1px;
  transform: rotate(45deg);
  content: "";
}

.quickQuotePannel .radioBox .tick::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 7px;
  height: 1px;
  transform: rotate(-45deg);
  content: "";
}

.quickQuotePannel .radioBox .text {
  color: #999;
}

.quickQuotePannel .selectpick_div_box {
  text-align: left;
}

.tableItemBox {
  padding: 0 24px 16px;
}

.quickQuotePannel .bcount_box .selectpick_div_box .selectpick_options ul li {
  float: left;
  width: 45px;
  text-align: center;
  text-indent: 0;
  padding: 0;
  margin: 0;
}

/* 快速计价组件end */
/* 新快速计价组件 */
.quickQuotePannel_new {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.quickQuotePannel_new .quoteNav li {
  width: 33%;
  line-height: 32px;
  border-bottom: 2px solid #fff;
  text-align: center;
  cursor: pointer;
}

.quickQuotePannel_new table {
  table-layout: fixed;
  width: 100%;
}

.quickQuotePannel_new td {
  /* padding: 5px 0; */
}

.quickQuotePannel_new .tag {
  /* margin-bottom: 5px; */
}

.quickQuotePannel_new .calc {
  float: left;
  margin: 0 2px;
  font-size: 18px;
  line-height: 32px;
}

.quickQuotePannel_new .unit {
  float: left;
  border-left: 1px solid #e1e1e1;
  font-size: 12px;
  width: 30px;
  text-align: center;
  background-color: #f0f0f0;
  box-shadow: 0 15px 15px #fefefe inset;
}

.quickQuotePannel_new .greenBtn {
  line-height: 36px;
  width: 332px;
  height: 36px;
  background: #fc611b;
  border-radius: 4px;
}

.quickQuotePannel_new .greenBtn:hover {
  color: #fff;
  background-color: #FC7338;
  text-decoration: underline;
}

.page-raw {
  text-align: center;
}

.page-raw .current, .page-raw a, .page-raw-go {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  margin: 0 5px;
}

.page-raw .current {
  color: #c00;
  border: 1px solid #c00;
}

.page-raw .disable, .page-raw .disable:hover {
  border-color: #DFDFDF;
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.page-raw a {
  cursor: pointer;
  color: #333;
  border: 1px solid #ccc;
}

.page-raw a:hover {
  border-color: #333;
  background-color: #F4F4F4;
}

.page-raw-go {
  position: relative;
  border: 1px solid #ccc;
}

.page-raw-go input {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.page-raw-go button {
  position: absolute;
  color: #fff;
  display: none;
  cursor: pointer;
  left: 0;
  height: 20px;
  line-height: 20px;
  width: 100%;
  background-color: #c00;
  border-radius: 0 0 3px 3px;
}

.page-raw-go:hover button {
  display: block;
}

.page-raw-go button.block {
  display: block;
}

.inwrap {
  overflow: hidden;
  margin-bottom: 20px;
}

.inwrap-aside {
  float: left;
  width: 260px;
  margin-bottom: 20px;
}

.inwrap-box {
  overflow: hidden;
}

.mbtop {
  background-color: #fff;
  padding: 26px 0;
  margin: 20px auto;
}

.mbtop-item {
  box-sizing: border-box;
  float: left;
  text-align: center;
  width: 218px;
  position: relative;
}

.mbtop-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #eee;
}

.mbtop-item:last-child::before {
  display: none;
}

.mbtop-item-imgbox {
  border-radius: 50%;
  background-color: #f6f6f6;
  text-align: center;
  height: 40px;
  line-height: 36px;
  width: 40px;
  margin-right: 15px;
}

.mbtop-item .u-avast {
  margin-right: 15px;
}

.mbtop-item.last {
  width: 310px;
  color: #666;
}

.mbtop-item.last .icoy {
  color: #333;
}

.mbtop-item.last li {
  font-weight: normal;
}

.mbtop-item.first {
  width: 236px;
}

.mbtop-item.first::after {
  display: none;
}

.mbtop-item-box {
  text-align: left;
}

.mbtop-item-box b {
  display: block;
  font-weight: 700;
}

.mbtop-item-box i {
  color: #999;
  font-size: 12px;
}

.mynav {
  background-color: #fff;
  margin-right: 20px;
  padding-bottom: 40px;
}

.mynav h3 {
  font-weight: 700;
  font-size: 16px;
  margin-left: 30px;
  padding: 30px 0 10px;
  border-bottom: 1px solid #F4F2F2;
}

.mynav-list {
  padding: 10px 0;
}

.mynav-list li {
  margin-bottom: 7px;
}

.mynav-list li a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 30px;
}

.mynav-list li a .icoy {
  color: #999;
  font-size: 18px;
  margin-right: 15px;
}

.mynav-list li:hover {
  background-color: #F2F2F2;
}

.mynav-list li.active a {
  background-color: #c00;
  color: #fff;
}

.mynav-list li.active a .icoy {
  color: #fff;
}

.mynav-reward {
  border: 1px solid #FC7021;
  color: #FC7021;
  border-radius: 4px;
  padding: 2px 4px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
}

.order-step {
  padding: 8px 30px;
}

.order-step li {
  float: left;
  text-align: center;
  position: relative;
  width: 12.5%;
}

.order-step li:hover {
  color: #c00;
}

.order-step li:hover span::after {
  width: 6px;
  height: 6px;
  background-color: #c00;
}

.order-step li:hover .order-step-img {
  color: #c00;
  font-size: 24px;
}

.order-step span {
  position: relative;
  display: block;
  border-top: 1px solid #E6E6E6;
  padding: 16px 0;
}

.order-step span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 50%;
  margin-left: -2px;
  top: -3px;
  border-radius: 50%;
  background-color: #ccc;
}

.order-step-img {
  font-size: 20px;
  color: #999;
  display: block;
  height: 20px;
  padding: 13px 0;
}

.order-step .icon-arrgt {
  position: absolute;
  font-size: 12px;
  right: 0;
  color: #999;
  top: 16px;
}

.order-num {
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0 26px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.order-num b {
  font-size: 20px;
  font-weight: 700;
}

.order-num p {
  max-width: 80px;
  padding-top: 8px;
  margin: 0 auto;
}

.order-num-title {
  padding: 0 30px;
  height: 42px;
  line-height: 42px;
  position: relative;
}

.order-num-title::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 1px;
  background-color: #eee;
}

.order-num a {
  display: table-cell;
  min-height: 70px;
  position: relative;
  vertical-align: top;
}

.order-num a:first-child::after {
  display: none;
}

.order-num a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background-color: #eee;
}

.order-num a.active {
  color: #c00;
}

.prolist-header {
  color: #999;
  font-weight: 700;
  text-align: left;
  height: 48px;
  vertical-align: middle;
  background-color: #fcfcfc;
  font-size: 14px;
}

.prolist-header .prolist-item {
  vertical-align: middle;
}

.prolist-header, .prolist-item-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

.prolist-body-tr {
  border-bottom: 1px solid #E6E6E6;
}

.prolist-body .prolist-body-tr:last-child {
  border-bottom: 0;
}

.prolist-item {
  display: table-cell;
  vertical-align: top;
  line-height: 1.4;
  font-size: 12px;
}

.prolist-item-imgbox {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  position: relative;
}

.prolist-item-imgbox .gl {
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
}

.prolist-item-imgbox .glimg, .prolist-item-imgbox .gl img {
  width: 27px;
}

.prolist-item-wrap {
  padding: 20px 30px;
}

.prolist-item-info {
  padding-left: 20px;
  max-width: 216px;
}

.prolist-item-btns {
  padding-top: 10px;
  white-space: nowrap;
}

.prolist-item-btns .lbtn {
  min-width: 84px;
  margin-right: 10px;
}

.prolist-item-btns1 {
  padding-top: 10px;
}

.prolist-item-btns1 .lbtn {
  min-width: 84px;
  margin-right: 10px;
}

/* 优惠价提示弹窗层 */
.tipConponBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
}

.tipConponBox .tipConpon {
  width: 182px;
  height: 290px;
  padding: 80px 27px 0 27px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../../../images/newCenter/tipConponBg.png?v=987682") center no-repeat;
}

.tipConponBox .tipConpon .text {
  color: #666;
  line-height: 20px;
}

.tipConponBox .tipConpon .gobBtn {
  width: 100px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 4px;
  background: #6c0a8c;
  color: #fff;
  margin-top: 55px;
}

.tipConponBox .tipConpon .delBtn {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  margin-top: 30px;
  cursor: pointer;
}

.tipslayer .layui-layer-title, .tipslayer-notitle .layui-layer-title {
  background-color: #fff;
  border-bottom: 0;
}

.tipslayer .layui-layer-title::after, .tipslayer-notitle .layui-layer-title::after {
  content: "!";
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #faad14;
  margin-left: 6px;
}

.tipslayer .layui-layer-btn, .tipslayer-notitle .layui-layer-btn {
  text-align: center;
  padding-bottom: 25px;
}

.tipslayer .layui-layer-btn a, .tipslayer-notitle .layui-layer-btn a {
  min-width: 60px;
}

.tipslayer .layui-layer-btn .layui-layer-btn0, .tipslayer-notitle .layui-layer-btn .layui-layer-btn0 {
  background-color: #c00 !important;
  border-color: #c00;
}

.tipslayer-notitle .layui-layer-title {
  font-size: 0;
}

.tipslayer-notitle .layui-layer-title::after {
  display: none;
}

body {
  position: relative;
}

.pageguide, .pageguide .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20210125;
}

.pst-fixed, .pageguide .bg.pst-fixed {
  position: fixed;
}

.fc-guide {
  color: #ffa811;
}

.pageguide .icon-close {
  position: absolute;
  top: -56px;
  right: 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  text-align: center;
}

.pageguide .img {
  padding: 10px;
  border: 1px dashed #fff;
}

.pageguide .con {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2021012501;
}

.pageguide .arr {
  position: absolute;
}

.pageguide .text {
  color: #fff;
  display: inline-block;
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.pageguide .btns {
  text-align: center;
}

.pageguide .btns-hollow, .pageguide .btns-fill {
  text-align: center;
}

.pageguide .btns-hollow {
  display: inline-block;
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffa811;
  height: 42px;
  line-height: 36px;
  background: url("../../../images/img30/quoteguide/quote-hollow-btn.png?v=987682") no-repeat center center;
}

.pageguide .btns-hollow-inserve {
  margin-right: 10px;
  color: #fff;
  background: url("../../../images/img30/quoteguide/quote-hollow-inserve.png?v=987682") no-repeat center center;
}

.pageguide .btns-fill {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffa811;
  height: 34px;
  line-height: 34px;
  width: 116px;
  border: 2px solid  #ffa811;
  position: relative;
  border-radius: 36px;
  font-weight: 700;
  color: #fff;
  margin-left: 20px;
}

.pageguide .btns-fill::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -8px;
  width: 116px;
  border: 2px solid  #ffa811;
  border-radius: 34px;
  height: 34px;
}

.pageguide .bg {
  background-color: rgba(0, 0, 0, 0.5);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: center top;
}

.pageguide .quoteguide-step00 {
  text-align: center;
  top: 190px;
  position: absolute;
}

.pageguide .quoteguide-step00 .img {
  margin-left: -10px;
}

.pageguide .quoteguide-step00 .text {
  margin-top: 40px;
  margin-left: -360px;
}

.pageguide .quoteguide-step00 .arr {
  right: -70px;
  top: -24px;
}

.pageguide .quoteguide-step00 .btns {
  padding-top: 24px;
  text-align: left;
  padding-left: 300px;
}

.pageguide .quoteguide-step00 .btns-hollow {
  margin: 0 10px;
}

.pageguide .quoteguide-step01 {
  position: absolute;
  top: 341px;
  left: 170px;
}

.pageguide .quoteguide-step01 .icon-close {
  right: -100px;
}

.pageguide .quoteguide-step01 .img {
  display: inline-block;
}

.pageguide .quoteguide-step01 .text {
  position: absolute;
  min-width: 460px;
  left: 270px;
}

.pageguide .quoteguide-step01 .arr {
  left: -56px;
  top: 56px;
}

.pageguide .quoteguide-step01 .btns-hollow {
  margin: 24px 10px 0;
}

.pageguide .quoteguide-step01 .btns {
  padding-left: 300px;
}

.pageguide .quoteguide-step02 {
  position: absolute;
  top: 1836px;
  left: 0;
}

.pageguide .quoteguide-step02 .img {
  margin-left: -20px;
  padding: 20px;
}

.pageguide .quoteguide-step02 .text {
  position: absolute;
  min-width: 460px;
  left: 146px;
  top: 210px;
}

.pageguide .quoteguide-step02 .arr {
  top: -26px;
  left: -80px;
}

.pageguide .quoteguide-step02 .btns {
  padding-top: 18px;
}

.pageguide .quoteguide-step02 .btns-hollow {
  margin: 74px 0 0 30px;
}

.pageguide .quoteguide-step10 {
  text-align: center;
  top: 422px;
  right: 16px;
  position: absolute;
}

.pageguide .quoteguide-step10 .img {
  margin-left: -10px;
}

.pageguide .quoteguide-step10 .text {
  position: absolute;
  min-width: 440px;
  right: 340px;
  top: -2px;
}

.pageguide .quoteguide-step10 .arr {
  right: -5px;
  top: 80px;
}

.pageguide .quoteguide-step10 .btns {
  position: absolute;
  left: -400px;
  bottom: -56px;
}

.pageguide .quoteguide-step11 {
  text-align: center;
  top: 462px;
  right: 16px;
  position: absolute;
}

.pageguide .quoteguide-step11 .img {
  margin-left: -10px;
}

.pageguide .quoteguide-step11 .text {
  position: absolute;
  min-width: 440px;
  right: 340px;
  top: -60px;
}

.pageguide .quoteguide-step11 .arr {
  right: 0;
  top: 60px;
}

.pageguide .quoteguide-step11 .btns {
  position: absolute;
  left: -400px;
  bottom: 0;
}

.pageguide .quoteguide-step12 {
  text-align: center;
  top: 422px;
  right: 16px;
  position: absolute;
}

.pageguide .quoteguide-step12 .img {
  margin-left: -10px;
}

.pageguide .quoteguide-step12 .text {
  position: absolute;
  min-width: 440px;
  right: 380px;
  top: -20px;
}

.pageguide .quoteguide-step12 .arr {
  right: -36px;
  top: 70px;
}

.pageguide .quoteguide-step12 .btns {
  position: absolute;
  left: -360px;
  bottom: -45px;
}

.pageguide .quoteguide-step20 {
  text-align: center;
  top: 232px;
  left: 10px;
  position: absolute;
}

.pageguide .quoteguide-step20 .img {
  margin-left: -10px;
}

.pageguide .quoteguide-step20 .text {
  position: absolute;
  min-width: 440px;
  left: 360px;
  top: 20px;
}

.pageguide .quoteguide-step20 .arr {
  left: -50px;
  top: 30px;
}

.pageguide .quoteguide-step20 .btns {
  position: absolute;
  left: 500px;
  width: 300px;
  text-align: left;
  bottom: -36px;
}

.pageguide .quoteguide-step21 {
  left: 30px;
  text-align: center;
  top: 385px;
  position: absolute;
}

.pageguide .quoteguide-step21 .img {
  margin-left: -10px;
}

.pageguide .quoteguide-step21 .text {
  position: absolute;
  min-width: 440px;
  left: 210px;
  top: 121px;
}

.pageguide .quoteguide-step21 .arr {
  left: -85px;
  top: -30px;
}

.pageguide .quoteguide-step21 .btns {
  position: absolute;
  left: 375px;
  bottom: -140px;
}

.pageguide .quoteguide-step22 {
  text-align: center;
  top: 686px;
  left: 32px;
  position: absolute;
}

.pageguide .quoteguide-step22 .img {
  margin-left: -10px;
  padding: 20px;
}

.pageguide .quoteguide-step22 .text {
  position: absolute;
  min-width: 480px;
  left: 490px;
  top: 146px;
}

.pageguide .quoteguide-step22 .arr {
  left: -50px;
  top: 37px;
}

.pageguide .quoteguide-step22 .btns {
  position: absolute;
  right: -355px;
  bottom: 131px;
}

.pageguide .quoteguide-step23 {
  text-align: center;
  top: 780px;
  left: 440px;
  position: absolute;
}

.pageguide .quoteguide-step23 .img {
  margin-left: -10px;
  padding: 15px 20px;
}

.pageguide .quoteguide-step23 .text {
  position: absolute;
  min-width: 440px;
  left: 163px;
  top: 122px;
}

.pageguide .quoteguide-step23 .arr {
  left: -93px;
  top: -31px;
}

.pageguide .quoteguide-step23 .tips {
  position: absolute;
  text-align: left;
  color: #fff;
  left: 166px;
  top: 189px;
  min-width: 480px;
}

.pageguide .quoteguide-step23 .btns {
  position: absolute;
  left: 289px;
  bottom: -211px;
}

.pageguide .quoteguide-step30 {
  position: absolute;
  top: 451px;
  right: 52px;
}

.pageguide .quoteguide-step30 .img {
  border: 0;
  padding: 0;
}

.pageguide .quoteguide-step30 .btns {
  position: absolute;
  left: 37%;
  bottom: -69px;
}

.pageguide .quoteguide-step40 {
  position: absolute;
  top: 424px;
  left: 256px;
}

.pageguide .quoteguide-step40 .img {
  border: 0;
  padding: 0;
}

.pageguide .quoteguide-step40 .btns {
  position: absolute;
  left: 37%;
  bottom: -69px;
}

.pageguide .quoteguide-step41 {
  position: absolute;
  top: 208px;
  left: 268px;
}

.pageguide .quoteguide-step41 .img {
  border: 0;
  padding: 0;
}

.pageguide .quoteguide-step41 .btns {
  margin-top: -40px;
}

.order-imgbox {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}

.form-select {
  display: inline-block;
  position: relative;
}

.form-select .fr {
  float: none;
}

.form-select:hover {
  border-color: #999;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.form-select.disable .form-select-show {
  cursor: not-allowed;
  background-color: #f6f6f6;
}

.form-select.disable .form-select-show .fl-gt {
  color: #999;
}

.form-select.error .form-select-show {
  border-color: #FF2F2F;
}

.form-select.active .form-select-show, .form-select.active .form-select-subbox {
  border-color: #c00;
}

.form-select-hidetxt {
  display: block;
  opacity: 0;
  padding: 0 10px;
}

.form-select-show {
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 6px;
}

.form-select-show .text {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  padding-right: 8px;
}

.form-select-show .fl-gt {
  height: 30px;
  line-height: 30px;
}

.form-select-subbox {
  background-color: #fff;
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  z-index: 9;
  box-sizing: border-box;
}

.form-select-subbox li {
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  cursor: pointer;
  white-space: nowrap;
}

.form-select-subbox li.disable {
  color: #999 !important;
  cursor: not-allowed;
}

.form-select-subbox li:hover {
  color: #c00;
  background-color: #f6f6f6;
}

.form-select-list {
  padding: 6px 0;
  min-height: 30px;
}

.form-select-list .fr {
  float: none;
  display: inline-block;
}

.form-select-list .gt {
  float: none !important;
  display: inline-block !important;
  width: 20px !important;
  padding-left: 0 !important;
  vertical-align: middle;
}

.form-select-list .lt {
  float: none !important;
  display: inline-block !important;
  width: 20px !important;
  padding-left: 0 !important;
  vertical-align: middle;
}

.form-select-src {
  padding: 10px 10px 6px;
  position: relative;
}

.form-select-src input {
  border: 1px solid #e3e3e3 !important;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 12px 0 30px;
  width: 100%;
  margin-left: -1px;
  height: 28px;
  line-height: 28px;
}

.form-select-src .icoy {
  position: absolute;
  left: 17px;
  top: 16px;
  color: #666;
  font-size: 14px;
}

.form-select .loading-box {
  top: 48px;
}

.form-select .loading-13 {
  margin-top: -1em;
}

.form-input-dft, .form-textarea-dft {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.form-input-dft.input-err, .form-textarea-dft.input-err {
  border-color: #FF2F2F;
}

.form-input-dft {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}

.form-input-dft:hover {
  border-color: #999;
}

.form-input-dft:hover:focus {
  border-color: #c00;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.form-input-dft:focus {
  border-color: #c00;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.form-textarea-dft {
  padding: 0 12px;
  height: 100px;
}

.form-address {
  width: 860px;
}

.form-address .inputadrtext {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.form-address .form-textarea-dft {
  border-radius: 3px;
  height: 72px;
}

.form-address .form-select {
  display: block;
}

.form-address .form-input-dft {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}

.form-address-list {
  padding: 20px 20px 0;
  width: 100%;
  box-sizing: border-box;
  max-height: 72vh;
  overflow: auto;
}

.form-address-list > li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.form-address-list > li.form-address-enter {
  line-height: 1;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.form-address .form-address-submit .lbtn {
  width: 120px;
}

.form-address .lt, .form-address .ct, .form-address .gt {
  display: table-cell;
}

.form-address .lt {
  width: 190px;
  box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
}

.form-address .ct {
  width: 470px;
}

.form-address .gt {
  padding-left: 12px;
  vertical-align: middle;
}

.quote-checknum {
  position: relative;
}

.quote-checknum input {
  outline: none;
}

.quote-checknum-boxs {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.quote-checknum-boxs .quote-checknum-show {
  border: 1px solid #e5e5e5;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  position: relative;
}

.quote-checknum-boxs .quote-checknum-show .unit {
  position: absolute;
  right: 0;
  top: 0;
}

.quote-checknum-show {
  cursor: pointer;
}

.quote-checknum-show-item {
  display: block;
  height: 100%;
}

.quote-checknum-input {
  padding-top: 6px;
}

.quote-checknum-input input {
  box-sizing: border-box;
  width: 86px;
  height: 24px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
  border-radius: 2px;
}

.quote-checknum-submit {
  padding-top: 6px;
}

.quote-checknum-submit input {
  border: 1px solid #c9c9c9 !important;
  box-sizing: border-box;
  padding: 0 8px;
}

.quote-checknum-sub {
  position: absolute;
  top: 30px;
  left: 0;
  box-sizing: border-box;
  width: 320px;
  padding: 18px;
  background-color: #f6f6f6;
  border-radius: 6px;
  box-shadow: 0px 0px 6px #999;
}

.quote-checknum-sub .lbtn {
  width: 54px;
  text-align: center;
}

.quote-checknum-sub .lbtn-base {
  color: #fff !important;
}

.quote-checknum-sub .lbtn-hollow {
  background-color: #fff;
  color: #666;
}

.quote-checknum-list li {
  float: left;
  background-color: #fff;
  height: 20px;
  line-height: 20px;
  width: 54px;
  margin: 1px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(16, 16, 16, 0.15);
}

.quote-checknum-list li:hover, .quote-checknum-list li.active {
  background-color: #c00;
  color: #fff;
}

.form-checklist-item {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 6px 10px 6px 0;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  border: 1px solid #e1e1e1;
  color: #5d5d5d;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.form-checklist-item input {
  display: none;
}

.form-checklist-item .iconfont {
  opacity: 0;
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -11px;
  right: -11px;
  color: #c00;
  background: url("../../../images//quote/xuanzeIcon2.png?v=987682");
}

.form-checklist-item.check {
  border-color: #c00;
  color: #c00;
}

.form-checklist-item.check .iconfont {
  bottom: 0;
  right: 0;
  opacity: 1;
}

.form-checklist-item.disable {
  background-color: #fafafa;
  border: 1px dashed #e3e3e3;
  color: #ccc;
  cursor: not-allowed;
}

.form-checklist-item:hover {
  background-color: #f5f5f5;
}

.loading-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s color, .3s border;
  transition: .3s color, .3s border;
}

.loading-13 {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.loading-13:before,
.loading-13:after,
.loading-13 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loading-13 1s infinite ease-in-out;
  animation: loading-13 1s infinite ease-in-out;
}

.loading-13 {
  color: currentcolor;
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -wekit-transform: translate(-50%, -50%, 0);
  transform: translate(-50%, -50%, 0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 50%;
  left: 50%;
}

.loading-13:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading-13:after {
  left: 100%;
}

.loading-13:before,
.loading-13:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes loading-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em #fff;
  }
  40% {
    box-shadow: 0 1em 0 -.2em #fff;
  }
}

@keyframes loading-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em #fff;
  }
  40% {
    box-shadow: 0 1em 0 -.2em #fff;
  }
}

.winout {
  border-radius: 0 0 3px 3px;
}

.winout-box, .winout-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 202101;
}

.winout-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.winout-out {
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 202102;
  border-radius: 3px;
}

.winout-out .title {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding-left: 30px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #e2c5ec;
}

.winout-out .title .icon-close {
  width: 36px;
  float: right;
  cursor: pointer;
}

.winout-out .form-select-show {
  border-radius: 3px;
}

.winout-out .form-select-show .text {
  height: 38px;
  line-height: 38px;
}

.winout-out .form-select-show .fl-gt {
  height: 38px;
  line-height: 38px;
}

.winout-out .form-select-subbox {
  top: 39px;
}

.form--placeholder {
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-myselect {
  cursor: pointer;
  position: relative;
}

.form-myselect.form-input-wrap {
  overflow: visible;
}

.form-myselect-sub {
  position: absolute;
  font-size: 14px;
  z-index: 11;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  top: 35px;
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
}

.form-myselect-sub::-webkit-scrollbar {
  width: 5px;
}

.form-myselect-sub::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.form-myselect-sub.hide {
  height: 0;
  visibility: hidden;
}

.form-myselect-sub li {
  padding: 6px 20px;
}

.form-myselect-sub li:hover {
  background-color: #f6f6f6;
  color: #c00;
}

.input-select {
  position: relative;
  display: inline-block;
}

.input-select-input {
  border: 1px solid #ccc !important;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}

.input-select-input:focus, .input-select-input:focus + .input-select-sub {
  border-color: #C00 !important;
}

.input-select-input:focus + .input-select-sub {
  display: block;
}

.input-select-sub {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 31px;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  max-height: 300px;
  overflow: auto;
}

.input-select-sub li {
  padding: 5px 12px;
  cursor: pointer;
}

.input-select-sub li:hover {
  background-color: #F6F6F6;
  color: #C00;
}

.form-row-half {
  width: 50%;
  box-sizing: border-box;
}

.form-input {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 0;
  padding: 0 20px;
}

.form-input-wrap {
  border: 1px solid #EDEDED;
  font-size: 0;
  overflow: hidden;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.form-input-wrap input, .form-input-wrap textarea {
  background: none;
}

.form-input-wrap.inputHover, .form-input-wrap:hover, .form-input-wrap.inputFocus {
  border-color: #c00;
}

.form-input-wrap.inputError {
  border-color: #FF2F2F;
}

.form-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0;
  line-height: 34px;
  padding: 0 20px;
}

.signup {
  height: 1080px;
  text-align: center;
  background: #fff no-repeat center center;
}

.signup-box {
  width: 800px;
  text-align: left;
  box-shadow: 0px 0px 30px 0px rgba(2, 48, 157, 0.2);
  overflow: hidden;
}

.signup-lt, .signup-gt {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  min-height: 480px;
}

.signup-lt {
  color: #fff;
  background: #c00 url("../../../images/img30/loginreg-bg.jpg?v=987682");
  padding: 30px 30px 90px;
  padding-bottom: 12000px;
  margin-bottom: -12000px;
}

.signup-gt {
  padding: 20px 50px 40px;
  background-color: #fff;
}

.signup-gt-title {
  padding: 20px 0;
  color: #282C2D;
}

.signup-gt-title a:hover {
  color: #c00;
  text-decoration: underline;
}

.signup-tips {
  height: 18px;
  line-height: 18px;
  width: 42px;
  margin: 60px 0 25px;
  color: #fff;
  background-color: #FC7021;
  border-radius: 200px;
  text-align: center;
}

.signup-form .form-input-wrap {
  margin-top: 12px;
  border-radius: 2px;
  background-color: #f6f6f6;
  border-color: #f1f1f1;
}

.signup-form .form-input-wrap:hover, .signup-form .form-input-wrap.inputHover, .signup-form .form-input-wrap.inputActive {
  background-color: #edf6ff;
  border-color: #c00;
}

.signup-form .form-input-wrap.inputError {
  border-color: #FF2F2F;
}

.signup-form .form-input-ltico {
  text-align: right;
  width: 35px;
  vertical-align: middle;
}

.signup-form .form-input-gtico {
  width: 44px;
  vertical-align: middle;
}

.signup-form .form-input-code .form-input-wrap {
  width: 60%;
}

.signup-form .form-input-code-img {
  border-radius: 200px;
  background-color: #f6f6f6;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.signup-form .form-input-code-img img {
  border: 0;
}

.signup-form-submit {
  padding-top: 20px;
}

.signup-form-submit-lt {
  width: 50%;
}

.signup-form-submit-lt button {
  width: 180px;
  position: relative;
  z-index: 1;
  border-radius: 2px;
}

.signup-form-submit-lt button.lbtn-hover:hover {
  text-decoration: underline;
  box-shadow: 0 0 6px rgba(142, 30, 180, 0.4);
}

.signup-form-submit-lt .btn-disbold {
  background-color: #b2b2b2;
}

.signup-form-submit-lt .btn-disbold.btn-hover:hover {
  background-color: #fd8a24;
}

.signup-form-submit-gt {
  width: 50%;
  text-align: right;
}

.signup-form-submit-gt a {
  margin-left: 6px;
}

.signup-agree-box, .signup-agree-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.signup-agree-box {
  z-index: 9;
}

.signup-agree-body {
  position: absolute;
  width: 650px;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  z-index: 99;
  background-color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.signup-agree-content {
  padding: 0 30px 20px;
  height: 420px;
  overflow: auto;
}

.signup-agree-content-title {
  padding-bottom: 20px;
  text-align: center;
}

.signup-agree-content p {
  padding: 10px 0;
}

.signup-agree-bg {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.signup-agree-close {
  text-align: right;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.signup-agree-btn {
  text-align: center;
  padding: 10px 0 20px;
}

.signup-agree-btn a {
  padding: 0 30px;
}

.signup-agree-show .signup-agree-bg {
  opacity: 1;
}

.signup-agree-show .signup-agree-body {
  height: 550px;
}

/* 注册成功弹窗 */
.signup-success-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(3, 28, 26, 0.25);
  z-index: 11;
  display: none;
}

.signup-success-wrap {
  width: 476px;
  height: 413px;
  background: #002691;
  border-radius: 4px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -207px;
  margin-left: -238px;
}

.signup-success-coloured {
  position: absolute;
  left: -51px;
  top: -81px;
  width: 548px;
  height: 205px;
  background: url(../../../images/activity/freetrial4layerpab/coloured.png);
}

.signup-success-close {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: url(../../../images/activity/freetrial4layerpab/close_gray_20220615.png?v=1.1) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.signup-success-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #ff7423;
  line-height: 24px;
  padding: 42px 0;
}

.signup-success-content {
  font-size: 16px;
  text-align: center;
  color: #ff7423;
  line-height: 24px;
  padding: 28px 38px 76px;
}

.signup-success-btn {
  display: block;
  width: 313px;
  height: 64px;
  background: #ff7423;
  border-radius: 4px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 64px;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}

[data-theme="dark"] .bg-f2 {
  background-color: #1a1a1a;
}

[data-theme="dark"] .topBarNew {
  background-color: #1a1a1a;
}

[data-theme="dark"] .topBarNew .yui-nav {
  background-color: #1a1a1a;
}

[data-theme="dark"] .yui-nav-item > a {
  color: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] .yui-nav-item > a:hover {
  color: #cc0000;
}

[data-theme="dark"] .yui-nav-item.active > a {
  color: #cc0000;
}

[data-theme="dark"] .yui-nav-product-box {
  background-color: #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .yui-nav-product-menu-col dt .title {
  color: rgba(255, 255, 255, 0.95);
}

[data-theme="dark"] .yui-nav-product-menu-col dd a {
  color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .yui-nav-product-menu-col dd a:hover {
  color: #cc0000;
}

[data-theme="dark"] .yui-nav-product-adv-box {
  background: #242424;
}

[data-theme="dark"] .yui-nav-product-adv-box .pcb-text-box b,
[data-theme="dark"] .yui-nav-product-adv-box .pcba-text-box b {
  color: rgba(255, 255, 255, 0.95);
}

[data-theme="dark"] .yui-nav-product-adv-box .pcb-text-box span,
[data-theme="dark"] .yui-nav-product-adv-box .pcba-text-box span {
  color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .hover-sub {
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .hover-sub-item {
  color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .hover-sub-item:hover {
  background-color: #242424;
  color: #cc0000;
}

[data-theme="dark"] .yui-top-help:hover,
[data-theme="dark"] .yui-top-Language:hover {
  background-color: #242424;
}

[data-theme="dark"] .yui-top-login-info {
  background-color: #242424;
}

[data-theme="dark"] .yui-top-login-out {
  background-color: #242424;
}

[data-theme="dark"] .yui-nav-product-menu-col .hr-line {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .yui-foot {
  background-color: #1a1a1a;
}

[data-theme="dark"] .yui-foot-lay a,
[data-theme="dark"] .yui-foot-lay p {
  color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .yui-foot-linklist dt a {
  color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .yui-foot-imgflags {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .yui-foot-copyright {
  background-color: #0a0a0a;
}

[data-theme="dark"] .yui-foot-copyright p {
  color: rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] .yui-foot-feedback input,
[data-theme="dark"] .yui-foot-feedback textarea {
  background-color: #242424;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .yui-foot-feedback button {
  color: #fff;
}

[data-theme="dark"] .yui-nav-fixed {
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .yui-nav-fixed .items-h::after {
  background-color: rgba(255, 255, 255, 0.1);
}


.new-wrap {
  width: 1400px;
  margin: 0 auto;
  display: block;
}

.icon-btn {
  width: 32px;
  height: 32px;
  background: #e8e8e8;
  border-radius: 8px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 16px !important;
  vertical-align: middle;
  margin-left: 0 !important;
  box-sizing: border-box;
  padding-top: 0 !important;
}

.icon-btn:last-child {
  margin-right: 0 !important;
}

.icon-btn:hover .icon-cart-new {
  background: url(../../../images/common/icons/head-cart-h.svg);
}

.icon-btn:hover .icon-msg-new {
  background: url(../../../images/common/icons/head-msg-h.svg);
}

.icon-btn:hover .icon-help-new {
  background: url(../../../images/common/icons/head-help-h.svg);
}

.icon-btn:hover .icon-user-new {
  background: url(../../../images/common/icons/head-user-h.svg);
}

.icon-btn:hover .icon-coupon-new {
  background: url(../../../images/common/icons/head-coupon-h.svg) no-repeat;
}

.icon-img {
  width: 18px;
  height: 18px;
}

.user-name {
  background: #CC0000;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 0;
}

.user-name .first-Name {
  display: block;
  overflow: hidden;
}

.user-name .first-Name::first-letter {
  text-transform: uppercase;
}

.no-login-name {
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 0 10px;
  cursor: default;
}

.icon-cart-new {
  background: url(../../../images/common/icons/head-cart.svg) no-repeat;
  background-size: contain;
}

.icon-msg-new {
  background: url(../../../images/common/icons/head-msg.svg) no-repeat;
  background-size: contain;
}

.icon-help-new {
  background: url(../../../images/common/icons/head-help.svg) no-repeat;
  background-size: contain;
}

.icon-user-new {
  background: url(../../../images/common/icons/head-user.svg) no-repeat;
  background-size: contain;
}

.icon-user-new-login {
  background: url(../../../images/common/icons/head-user-h.svg) no-repeat;
}

.icon-coupon-new {
  background: url(../../../images/common/icons/head-coupon.svg) no-repeat;
  background-size: contain;
}

.cart-num {
  height: 16px;
  background: #cc0000;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  top: -7px;
  left: 24px;
  box-sizing: border-box;
  padding: 0 4px;
  line-height: 16px;
  font-size: 12px;
  display: block;
}

.icon-country {
  width: 18px;
  height: 12px !important;
  margin: 0 !important;
}

.jp-icon {
  margin-right: 0;
  margin-top: -2px;
}

.footer-subscribe {
  width: 100%;
  box-sizing: border-box;
  padding: 28px 30px;
  background: #FFF;
  margin-top: 10px;
}

.footer-subscribe p {
  color: #333 !important;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}

.footer-subscribe .input {
  padding: 0 10px;
  width: 90%;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  margin-top: 30px;
  outline: none;
}

.footer-subscribe .input-error {
  font-size: 12px;
  color: #CC0000 !important;
  font-weight: normal;
  display: none;
  line-height: 20px;
}

.footer-subscribe .btn-subscribe {
  width: 120px;
  height: 32px;
  background: #cc0000;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  color: #FFF;
  cursor: pointer;
}

.footer-subscribe .btn-subscribe-disable {
  cursor: not-allowed;
  background: #bdbdbd;
}

.top-user-menu {
  top: 32px !important;
}

.rightnav-sub {
  right: 40px !important;
}

.rightnav-sub .rightnav-sub-lt img[src="//mobile.nextpcb.com/static/mobile/img/icon/avast.png"] {
  content: url("//mobile.nextpcb.com/static/mobile/img/icon/avast.svg") !important;
}

.new-right-nav {
  width: 40px !important;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 21px;
  box-sizing: border-box;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 99999;
}

.new-right-nav li {
  width: 100%;
  height: 40px;
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  border-bottom: 1px solid #E8E8E8 !important;
}

.new-right-nav li:first-child {
  border-radius: 21px 21px 0 0;
}

.new-right-nav li:hover {
  background: #CC0000;
  border-bottom: 1px solid #FFF !important;
}

.new-right-nav li:hover .go-top {
  background: url(../../../images/common/icons/slide-top-h.svg);
}

.new-right-nav li:hover .cart {
  background: url(../../../images/common/icons/slide-cart-h.svg);
  position: relative;
}

.new-right-nav li:hover .help {
  background: url(../../../images/common/icons/slide-help-h.svg);
}

.new-right-nav li:hover .email {
  background: url(../../../images/common/icons/slide-email-h.svg);
}

.new-right-nav li:hover .sky {
  background: url(../../../images/common/icons/slide-sky-h.svg);
}

.new-right-nav li:last-child {
  border-bottom: none !important;
  border-radius: 0 0 21px 21px;
}

.new-right-nav .icon-item {
  width: 24px;
  height: 24px;
  position: relative;
  margin-bottom: 19px;
  cursor: pointer;
}

.new-right-nav .icon-item:last-child {
  margin-bottom: 0;
}

.new-right-nav .slide-cart-num {
  top: 0;
  left: 22px;
}

.new-right-nav .go-top {
  background: url(../../../images/common/icons/slide-top.svg);
}

.new-right-nav .cart {
  background: url(../../../images/common/icons/slide-cart.svg);
  position: relative;
}

.new-right-nav .help {
  background: url(../../../images/common/icons/slide-help.svg);
}

.new-right-nav .email {
  background: url(../../../images/common/icons/slide-email.svg);
}

.new-right-nav .sky {
  background: url(../../../images/common/icons/slide-sky.svg);
}

.contact-us-new {
  width: 160px;
  height: 40px !important;
  background: #cc0000;
  border-radius: 20px;
  box-shadow: 0px 0px 16px 0px rgba(43, 46, 51, 0.2);
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 80px;
  bottom: 100px;
  z-index: 9999;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  line-height: revert !important;
}

.contact-us-new img {
  margin-left: 10px;
}

.contact-us-new:hover {
  background: #DB1A1A;
}

.contact-us-skin {
  border-radius: 16px !important;
}

.contact-us-skin .layui-layer-title {
  background-color: #fff;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
}

@media screen and (max-width: 1399px) {
  .new-wrap {
    width: 1200px;
  }

  .yui-nav-item>a {
    padding: 10px 14px;
  }
}

.hq-cookie-notice {
  width: 440px;
  height: 240px;
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 1003;
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0px 0px 32px 0px rgba(80, 107, 138, 0.1);
}

.hq-cookie-notice .notice-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
}

.hq-cookie-notice .notice-wrap .notice-title {
  font-size: 24px;
  font-weight: 700;
}

.hq-cookie-notice .notice-wrap .notice-body-text {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.hq-cookie-notice .notice-wrap .notice-body-text a {
  color: #cc0000;
  font-weight: bold;
}

.hq-cookie-notice .notice-wrap .notice-body-text a:hover {
  text-decoration: underline;
}

.hq-cookie-notice .notice-wrap .notice-body-btn-box {
  display: flex;
  justify-content: flex-end;
}

.hq-cookie-notice .notice-wrap .notice-body-btn-box .hq-notice-btn {
  height: 32px;
  background: #cc0000;
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  border-radius: 4px;
  padding: 0 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 16px;
  cursor: pointer;
  margin-top: 24px;
}

.hq-cookie-notice .notice-wrap .notice-body-btn-box .hq-notice-btn:hover {
  background: #990C12;
}

.hq-cookie-notice .notice-wrap .notice-body-btn-box .hq-notice-btn:first-child {
  background: #fff;
  color: #CC0000;
  border: 1px solid #cc0000;
}

.hq-cookie-notice .notice-wrap .notice-body-btn-box .hq-notice-btn:first-child:hover {
  color: #990C12;
  border: 1px solid #990C12;
}

.hq-cookie-notice .notice-wrap .notice-body-btn-box .hq-notice-btn+.hq-notice-btn {
  margin-left: 20px;
}

.logo-title {
  position: absolute;
  right: -8px;
  top: 15px;
  font-size: 12px;
  font-weight: 700;
  transform: scale(0.9);
  pointer-events: none;
  color: transparent;
}

.note-err {
  border: 1px solid #C00 !important;
}

.popup-mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1333;
}

.popup-body {
  height: 100vh;
  display: flex;
  justify-content: center;
  position: relative;
}

.coupon-popup {
  width: 395px;
  height: 399px;
  background: url("../../../images/common/coupon/bg.webp");
  position: absolute;
  top: 211px;
  right: 50%;
  transform: translateX(50%) scale(1);
}

.coupon-popup .btn-close {
  width: 33px;
  height: 33px;
  background: url("../../../images/common/coupon/icon-close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -33px;
  right: -10px;
  cursor: pointer;
}

.coupon-popup .content {
  width: 100%;
  height: 265px;
  box-sizing: border-box;
  padding: 30px 73px 30px 83px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.coupon-popup .content .name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #761d06;
  text-align: center;
  word-break: break-word;
}

.coupon-popup .content .discount {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f53520;
}

.coupon-popup .content .discount .unit {
  font-size: 67px;
  font-weight: 800;
}

.coupon-popup .content .discount .num {
  font-size: 77px;
  font-weight: 800;
}

.coupon-popup .content .desc,
.coupon-popup .content .date {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #be610d;
}

.coupon-popup .content .desc {
  width: 100%;
  word-break: break-word;
}

.coupon-popup .content .date {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.coupon-popup .use-now {
  position: absolute;
  left: 76px;
  bottom: 40px;
  width: 255px;
  height: 83px;
  background: url("../../../images/common/coupon/btn-bg1.webp");
  font-size: 36px;
  font-weight: 700;
  color: #f53520;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding-top: 12px;
}

.coupon-popup .use-now:hover {
  background: url("../../../images/common/coupon/btn-bg1-h.webp");
}

.coupon-popup .coupon-link {
  position: absolute;
  left: 160px;
  bottom: 19px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.icon-shake {
  display: inline-block;
  will-change: transform;
  animation: shake 0.5s steps(7, end);
}

@keyframes shake {

  0%,
  100% {
    transform: translate(0, 0);
  }

  14% {
    transform: translate(-5px, -5px);
  }

  28% {
    transform: translate(5px, 5px);
  }

  42% {
    transform: translate(-5px, 5px);
  }

  56% {
    transform: translate(5px, -5px);
  }

  70% {
    transform: translate(-5px, 0);
  }

  84% {
    transform: translate(0, 5px);
  }
}

@keyframes seesaw {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(-15deg);
  }

  75% {
    transform: rotate(7.5deg);
  }
}

/* 应用动画 */
.icon-seesaw {
  animation: seesaw 0.5s linear infinite;
  display: inline-block;
}

/* Transition classes */
.zoom-enter-active,
.zoom-leave-active {
  transition: all 0.5s ease-in-out;
  /* Animation duration and timing function */
}

.zoom-enter {
  transform: translateX(50%) scale(0);
}

.zoom-enter-from,
.zoom-enter-to {
  opacity: 1;
  /* Fade out on leave */
  transform: translateX(50%) scale(1);
  /* Start at 50% size */
}

.scale-min {
  transform: scale(0.06);
  transform-origin: top;
  transition: all 0.5s ease-in-out;
  top: 16px;
  right: 6.5%;
}

.scale-min-ad {
  transform: scale(0.06);
  transform-origin: top;
  transition: all 0.5s ease-in-out;
  top: 76px;
  right: 6.5%;
}

.newcoupon-list {
  display: flex;
  flex-wrap: wrap;
}

.newcoupon-list .newcoupon-item {
  width: 400px;
  height: 136px;
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
}

.newcoupon-list .newcoupon-item:nth-child(2n + 1) {
  margin-right: 20px;
}

.newcoupon-list .newcoupon-item .left {
  height: 100%;
  width: 137px;
  background: url("../../../images/common/coupon/bg-canuse1.webp");
  min-width: 137px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newcoupon-list .newcoupon-item .left .type {
  height: 23px;
  background: #fcf4eec2;
  border-radius: 4px 0px 4px 0px;
  font-size: 12px;
  line-height: 23px;
  color: #E65400;
  box-sizing: border-box;
  padding: 0 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.newcoupon-list .newcoupon-item .left .type span {
  display: inline-block;
  transform: scale(0.83);
  white-space: nowrap;
}

.newcoupon-list .newcoupon-item .left .discount {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-top: 38px;
}

.newcoupon-list .newcoupon-item .left .discount span {
  display: block;
}

.newcoupon-list .newcoupon-item .left .discount span+span {
  margin-left: 5px;
}

.newcoupon-list .newcoupon-item .left .discount .unit {
  font-size: 28px;
  font-weight: 700;
}

.newcoupon-list .newcoupon-item .left .discount .num {
  font-size: 36px;
  font-weight: 700;
}

.newcoupon-list .newcoupon-item .left .limit {
  font-size: 12px;
  color: #FFF;
  margin-top: 16px;
  text-align: center;
}

.newcoupon-list .newcoupon-item .left .limit span {
  display: inline-block;
}

.newcoupon-list .newcoupon-item .right {
  width: 264px;
  height: 100%;
  background: #fffaf8;
  border: 1px solid rgba(204, 0, 0, 0.1);
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  padding: 16px 18px;
}

.newcoupon-list .newcoupon-item .right .name {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #34373F;
  line-height: 20px;
  position: relative;
}

.newcoupon-list .newcoupon-item .right .name .show-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
}

.newcoupon-list .newcoupon-item .right .name .hidden-name {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.newcoupon-list .newcoupon-item .right .desc {
  height: 53px;
  font-size: 12px;
  margin: 8px 0;
  overflow: hidden;
  line-height: 18px;
  position: relative;
}

.newcoupon-list .newcoupon-item .right .desc .show-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
}

.newcoupon-list .newcoupon-item .right .desc .hidden-text {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.newcoupon-list .newcoupon-item .right .date {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

.newcoupon-list .disable {
  cursor: not-allowed !important;
}

.newcoupon-list .disable .left {
  background: url("../../../images/common/coupon/bg-gray1.webp");
}

.newcoupon-list .disable .left .type {
  background: #d2d2d2;
  color: #FFF;
}

.newcoupon-list .disable .right {
  color: #B2B2B2 !important;
}

.newcoupon-list .disable .right .name {
  color: #B2B2B2 !important;
}

.cart-coupon-list {
  display: flex;
  flex-wrap: wrap;
}

.cart-coupon-list .cart-coupon-item {
  box-sizing: border-box;
  padding: 2px 10px;
  font-size: 14px;
  color: #F0700A;
  border: 1px solid #e38909;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #FFFBF3;
}

.cart-coupon-list .cart-coupon-item:last-child {
  margin-right: 0;
}

.cart-coupon-list .cart-coupon-item .num {
  font-weight: 700;
}

.coupon-num {
  background: #f77718;
}

.download-bomfile a {
  color: #3284D4;
}

.download-bomfile a:hover {
  color: #3284D4 !important;
}

.fc-blue {
  color: #3284D4;
}

.icon-plate {
  display: block;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
}

.icon-fpc {
  background-image: url("../../../images/newCenter/icon-fpc.png?v=987682");
}

.icon-rpc {
  background-image: url("../../../images/newCenter/icon-rpc.png?v=987682");
}

.icon-aluminum {
  background-image: url("../../../images/newCenter/icon-aluminum.png?v=987682");
}

.icon-copper {
  background-image: url("../../../images/newCenter/icon-copper.png?v=987682");
}

.icon-ceramic {
  background-image: url("../../../images/newCenter/icon-ceramic.png?v=987683");
}

.icon-pcb {
  background-image: url("../../../images/newCenter/icon-pcb.png?v=987682");
}

.icon-pcb-high {
  background-image: url("../../../images/quote/quote-pcb-high.webp");
}

.analyse-success:hover {
  background-image: url("../../../images/quote/gerbesimgon.png?v=987682");
}

/* 隐藏Chrome和Safari中的上下箭头 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 隐藏Firefox中的上下箭头 */
input[type="number"] {
  -moz-appearance: textfield;
}

.hide-hover-sub {
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -1 !important;
}

@media screen and (max-width: 1399px) {
  .index-topad-box img {
    transform: scale(0.865);
    transform-origin: top;
  }
}

.ban-tip {
  padding: 10px;
  margin-top: 10px;
  background-color: #ffecd0;
  color: #FC7021;
  border-radius: 4px;
}

.ban-tip-toast {
  box-shadow: 1px 1px 8px rgba(122, 56, 6, 0.3) !important;
  border-radius: 8px !important;
}

.ban-tip-toast .content-box {
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
}

.ban-tip-toast .content-box img {
  width: 20px;
}

.ban-tip-toast .content-box p {
  margin-left: 10px;
  color: #b8802c;
}

.rev_flag {
  margin-left: 3px;
  min-width: 19px;
  height: 14px;
  background: linear-gradient(228deg, #323435 9%, #666666 90%);
  border-radius: 4px;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  transform: scale(0.8333);
  /* 10px / 12px = 0.8333 */
  transform-origin: center;
}

.eq-report-dialog {
  border-radius: 8px !important;
}

.eq-report-dialog .layui-layer-title {
  color: #333;
  color: #333;
  background: #FFF;
  border: none;
  height: auto;
  line-height: 21px;
  padding: 22px 30px 10px;
  font-size: 18px;
  border-radius: 8px 8px 0 0;
}

.eq-report-dialog .layui-layer-setwin {
  right: 16px;
  top: 16px;
}

.new-text-icon-animation {
  position: absolute;
  top: 0px;
  right: 10px;
  background: #CC0000;
  font-size: 12px;
  color: #fff;
  height: 14px;
  line-height: 14px;
  border-radius: 3px;
  padding: 1px 2px;
  animation: movepoint 2s infinite;
}

.new-text-icon-animation::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #CC0000;
  position: absolute;
  left: 10px;
  bottom: -2px;
}

@keyframes movepoint {
  25% {
    top: 0px
  }

  100% {
    top: 3px
  }
}

.new-icon-animation {
  animation: movepoint 2s infinite;
}

@keyframes sub-movepoint {
  25% {
    top: -4px
  }

  100% {
    top: -8px
  }
}

.sub-new-icon-animation {
  animation: sub-movepoint 2s infinite;
}

[data-theme="dark"] .new-wrap {
  background-color: transparent;
}

[data-theme="dark"] .icon-btn {
  background: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .footer-subscribe {
  background: #1a1a1a;
}

[data-theme="dark"] .footer-subscribe p {
  color: rgba(255, 255, 255, 0.8) !important;
}

[data-theme="dark"] .footer-subscribe .input {
  background-color: #242424;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .new-right-nav {
  background-color: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .new-right-nav li {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .new-right-nav li:hover {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

[data-theme="dark"] .hq-cookie-notice {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .hq-cookie-notice .notice-wrap .notice-title {
  color: rgba(255, 255, 255, 0.95);
}

[data-theme="dark"] .hq-cookie-notice .notice-wrap .notice-body-text {
  color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .hq-cookie-notice .notice-wrap .notice-body-btn-box .hq-notice-btn:first-child {
  background: transparent;
  color: #cc0000;
  border-color: #cc0000;
}

[data-theme="dark"] .popup-mask {
  background: rgba(0, 0, 0, 0.7);
}/* ============================================
   Landing Page - Consistent with Main App
   ============================================ */

/* CSS Variables - Same as index.html */
/* Dark Theme (默认) */
:root[data-theme="dark"] {
    /* 基础色彩 */
    --bg-primary: #0a0a0a;
    --bg-secondary: #141414;
    --bg-tertiary: #1a1a1a;
    --bg-elevated: #242424;

    /* 品牌色 - 蓝色系 */
    --brand-primary: #CC0000;
    --brand-secondary: #c03434;
    --brand-hover: #ff0000;
    --brand-gradient: linear-gradient(135deg, #CC0000 0%, #c03434 100%);

    /* 状态色 */
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
    --info: #06b6d4;

    /* 文本色 */
    --text-primary: rgba(255, 255, 255, 0.90);
    --text-secondary: rgba(255, 255, 255, 0.60);
    --text-disabled: rgba(255, 255, 255, 0.38);

    /* 边框和分隔线 */
    --border-color: rgba(255, 255, 255, 0.08);
    --divider: rgba(255, 255, 255, 0.12);

    /* 玻璃态效果 */
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);

    /* 阴影 */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 20px rgba(59, 130, 246, 0.3);
}

/* Light Theme */
:root[data-theme="light"] {
    /* 基础色彩 - 柔和的米灰色调 */
    --bg-primary: #f5f5f0;
    --bg-secondary: #eeeee8;
    --bg-tertiary: #e5e5df;
    --bg-elevated: #fafaf7;

    /* 品牌色 - 蓝色系 */
    --brand-primary: #CC0000;
    --brand-secondary: #c03434;
    --brand-hover: #ff0000;
    --brand-gradient: linear-gradient(135deg, #CC0000 0%, #ff0000 100%);

    /* 状态色 */
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
    --info: #06b6d4;

    /* 文本色 */
    --text-primary: rgba(0, 0, 0, 0.87);
    --text-secondary: rgba(0, 0, 0, 0.60);
    --text-disabled: rgba(0, 0, 0, 0.38);

    /* 边框和分隔线 */
    --border-color: rgba(0, 0, 0, 0.08);
    --divider: rgba(0, 0, 0, 0.10);

    /* 玻璃态效果 */
    --glass-bg: rgba(255, 255, 255, 0.6);
    --glass-border: rgba(0, 0, 0, 0.06);

    /* 阴影 */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
    --shadow-glow: 0 0 20px rgba(59, 130, 246, 0.15);
}

/* 通用变量 */
:root {
    /* 间距 */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;

    /* 圆角 */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;

    /* 过渡 */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-normal: 250ms cubic-bezier(0.4, 0.0, 0.2, 1);
    --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   Base Styles
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        'Microsoft YaHei', sans-serif;
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.5;
    overflow-x: hidden;
    font-size: 14px;
    letter-spacing: -0.01em;
    transition: background var(--transition-normal);
}

/* ============================================
   Navigation
   ============================================ */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    transition: all var(--transition-normal);
}

.nav-container {
    flex: 1;
    padding: var(--spacing-md) var(--spacing-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    flex-wrap: nowrap;
}

.brand-logo {
    color: var(--brand-primary);
    transition: transform var(--transition-fast);
}

.nav-brand:hover .brand-logo {
    transform: scale(1.05);
}

.brand-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    margin-right: 120px;
}

.nav-documentation {
    margin-left: 20px;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.875rem;
    color: var(--text-primary);
    text-decoration: none;
    transition: all 0.2s ease;
}

.nav-documentation:hover {
    background-color: var(--background-secondary);
    text-decoration: underline;
}

/* Theme Toggle */
.theme-toggle {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    background: var(--bg-elevated);
    backdrop-filter: blur(10px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-sm);
    color: var(--text-primary);
}

.theme-toggle:hover {
    border-color: var(--brand-primary);
    box-shadow: var(--shadow-glow);
    transform: scale(1.05);
}

.theme-icon {
    position: absolute;
    transition: all var(--transition-normal);
}

/* Dark theme - show moon, hide sun */
[data-theme="dark"] .sun-icon {
    opacity: 0;
    transform: rotate(180deg) scale(0.5);
}

[data-theme="dark"] .moon-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

/* Light theme - show sun, hide moon */
[data-theme="light"] .sun-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

[data-theme="light"] .moon-icon {
    opacity: 0;
    transform: rotate(-180deg) scale(0.5);
}

/* ============================================
   Buttons
   ============================================ */

.btn {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-normal);
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
    white-space: nowrap;
    text-decoration: none;
}

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-primary {
    background: var(--brand-gradient);
    color: white;
    box-shadow: var(--shadow-sm);
}

.btn-primary:hover:not(:disabled) {
    box-shadow: var(--shadow-glow);
    transform: translateY(-1px);
}

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
}

.btn svg {
    transition: transform var(--transition-fast);
}

.btn:hover svg {
    transform: translateX(2px);
}

/* ============================================
   Hero Section
   ============================================ */

.hero {
    padding: 13rem 2rem 4rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    width: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
    align-items: center;
    text-align: center;
    max-width: 800px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm) var(--spacing-md);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    color: var(--brand-primary);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 500;
    width: fit-content;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--text-primary);
}

.hero-description {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 640px;
}

.hero-cta {
    display: flex;
    gap: var(--spacing-md);
    flex-wrap: wrap;
    margin-top: var(--spacing-sm);
    justify-content: center;
}

/* Hero Visual */
.hero-visual {
    display: flex;
    justify-content: center;
    width: 100%;
}

.visual-card {
    background: var(--bg-elevated);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
}

/* Report Image Styles */
.report-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-xl);
}

/* ============================================
   Pricing Section
   ============================================ */

.pricing-section {
    padding: 4rem 2rem 6rem;
    position: relative;
    overflow: hidden;
    background: var(--bg-primary);
    z-index: 10;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 60vw;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.pricing-section-shell {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.pricing-section-header {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.pricing-section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(96, 165, 250, 0.05));
    border: 1px solid var(--brand-secondary);
    color: var(--brand-primary);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.1);
}

.pricing-section-title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    background: linear-gradient(135deg, var(--text-primary) 0%, var(--text-secondary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-section-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text-secondary);
    max-width: 600px;
}

.pricing-section-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    align-items: stretch;
}

.pricing-payment-note {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    max-width: 880px;
    margin: -2rem auto 0;
    padding: 1rem 1.25rem;
    border-radius: var(--radius-md);
    color: var(--text-secondary);
    font-size: 0.875rem;
    line-height: 1.65;
}

.pricing-payment-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1rem;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.14);
    color: #d97706;
    font-size: 0.75rem;
    font-weight: 700;
}

.pricing-payment-note-copy {
    min-width: 0;
}

.pricing-payment-note-link {
    color: var(--brand-primary);
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}

.pricing-payment-note-link:hover {
    text-decoration: underline;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 360px;
    max-width: 100%;
    min-height: 100%;
    padding: 2.25rem;
    border-radius: 1.5rem;
    border: 1px solid var(--border-color);
    background: var(--bg-elevated);
    box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--transition-normal);
}

.pricing-card:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.3), 0 0 24px -4px rgba(59, 130, 246, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pricing-card:hover::before {
    opacity: 1;
}

.pricing-card.is-current {
    border-color: rgba(59, 130, 246, 0.5);
    box-shadow: var(--shadow-glow);
}

.pricing-card.is-recommended {
    border-color: rgba(59, 130, 246, 0.8);
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.08) 0%, var(--bg-elevated) 100%);
    transform: scale(1.03);
    box-shadow: 0 8px 32px -8px rgba(59, 130, 246, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pricing-card.is-recommended:hover {
    transform: scale(1.03) translateY(-4px);
    border-color: var(--brand-primary);
    box-shadow: 0 24px 48px -12px rgba(59, 130, 246, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pricing-card-badge,
.pricing-card-status {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: var(--brand-gradient);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.pricing-card-status {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    color: var(--brand-primary);
    box-shadow: none;
}

.pricing-card-header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.pricing-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: -0.01em;
}

.pricing-card-remark {
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 0.25rem;
    line-height: 1.4;
}

.pricing-card-description {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
    min-height: 2.8rem;
}

.pricing-card-price-row {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-top: 0.25rem;
}

.pricing-card-price {
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    line-height: 1;
}

.pricing-card-period {
    font-size: 0.875rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.pricing-card-hint {
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(59, 130, 246, 0.2);
    background: rgba(59, 130, 246, 0.05);
    color: var(--brand-primary);
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-top: 0.5rem;
}

.pricing-card-button {
    width: 100%;
    justify-content: center;
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    margin-top: auto;
}

.pricing-card-button.is-disabled,
.pricing-card-button:disabled {
    transform: none;
    box-shadow: none;
    opacity: 0.5;
    background: var(--bg-tertiary);
    color: var(--text-secondary);
    border: 1px solid var(--border-color);
}

.pricing-card-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-top: 1rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--border-color);
}

.pricing-card-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
    line-height: 1.5;
}

.pricing-card-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    flex: none;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.1);
    color: var(--brand-primary);
    font-size: 0.7rem;
    margin-top: 0.125rem;
}

.pricing-card-highlight {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, transparent 100%);
}

.pricing-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 320px;
    padding: 6rem 2rem;
    border: 1px dashed var(--border-color);
    border-radius: var(--radius-xl);
    background: var(--glass-bg);
    text-align: center;
    color: var(--text-secondary);
    backdrop-filter: blur(10px);
    transition: all var(--transition-normal);
}

.pricing-empty-state:hover {
    border-color: rgba(59, 130, 246, 0.3);
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.02) 0%, var(--glass-bg) 100%);
}

.pricing-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.08);
    color: var(--brand-primary);
    margin-bottom: 1.5rem;
    box-shadow: 0 0 24px rgba(59, 130, 246, 0.15);
}

.pricing-empty-icon.error {
    background: rgba(239, 68, 68, 0.08);
    color: var(--error);
    box-shadow: 0 0 24px rgba(239, 68, 68, 0.15);
}

.pricing-empty-icon svg {
    width: 32px;
    height: 32px;
}

.pricing-empty-state h3,
.pricing-empty-title {
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.pricing-empty-state p,
.pricing-empty-description {
    font-size: 0.9375rem;
    line-height: 1.6;
    max-width: 420px;
    margin: 0 auto;
}

.pricing-empty-actions {
    margin-top: 2rem;
}

@keyframes pricing-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.pricing-loading-spinner {
    animation: pricing-spin 1s linear infinite;
}

/* Reminder Glassmorphism Banner */
.pricing-reminder {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2rem;
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
    pointer-events: none;
    z-index: 1100;
}

.pricing-reminder[hidden] {
    display: none !important;
}

.pricing-reminder-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: auto;
    max-width: 800px;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: var(--glass-bg);
    pointer-events: auto;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.pricing-reminder:not([hidden]) .pricing-reminder-content {
    animation: pricing-reminder-enter 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

[data-theme="light"] .pricing-reminder-content {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
    border-color: transparent;
}

.pricing-reminder-copy {
    flex: 1;
    min-width: 0;
}

.pricing-reminder-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.125rem;
    letter-spacing: -0.01em;
}

.pricing-reminder-description {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

.pricing-reminder-button {
    position: relative;
    flex: none;
    overflow: hidden;
    border: none;
    border-radius: 999px;
    background: var(--brand-gradient);
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.25);
    transition: all var(--transition-normal);
    cursor: pointer;
    pointer-events: auto;
}

.pricing-reminder-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(59, 130, 246, 0.4);
}

.pricing-reminder-button:active {
    transform: translateY(0);
}

.pricing-reminder-button-text {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.pricing-reminder-button-arrow {
    transition: transform var(--transition-fast);
}

.pricing-reminder-button:hover .pricing-reminder-button-arrow {
    transform: translateX(4px);
}

.pricing-reminder-button-shimmer {
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: pricing-reminder-shimmer 2.5s infinite;
}

.pricing-reminder-dismiss {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    flex: none;
    border: none;
    border-radius: 50%;
    background: var(--bg-tertiary);
    color: var(--text-secondary);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
    margin-left: 0.5rem;
    pointer-events: auto;
    z-index: 2;
}

.pricing-reminder-dismiss:hover {
    background: var(--bg-elevated);
    color: var(--text-primary);
    transform: rotate(90deg);
}

@keyframes pricing-reminder-enter {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pricing-reminder-shimmer {
    100% {
        transform: translateX(100%);
    }
}

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 968px) {
    .hero-container {
        gap: 3rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1rem;
    }

}

@media (max-width: 640px) {
    .nav-container {
        padding: var(--spacing-md);
    }

    .brand-name {
        font-size: 1rem;
    }

    .hero {
        padding: 6rem 1.5rem 3rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 0.9375rem;
    }

    .btn-lg {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }

    .pricing-section {
        padding: 4rem 1.5rem 5rem;
    }

    .pricing-section-title {
        font-size: 2rem;
    }

    .pricing-card {
        padding: 1.5rem;
    }

    .pricing-payment-note {
        margin-top: -2.5rem;
        padding: 0.875rem 1rem;
        font-size: 0.8125rem;
    }

    .pricing-reminder {
        bottom: 1rem;
        padding: 0 1rem;
    }

    .pricing-reminder-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.25rem;
        border-radius: var(--radius-xl);
        gap: 1rem;
    }

    .pricing-reminder-copy {
        padding-right: 2.5rem;
    }

    .pricing-reminder-button {
        width: 100%;
        border-radius: var(--radius-lg);
    }

    .pricing-reminder-dismiss {
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        margin: 0;
    }
}


/* 用户信息样式 */
.user-info {
    display: flex;
    align-items: center;
    padding: 0;
    background: transparent;
    border: none;
    backdrop-filter: none;
}

/* 用户头像容器 */
.user-avatar-container {
    position: relative;
    cursor: pointer;
}

/* 用户头像 */
.user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bg-secondary);
    border: 2px solid var(--border-color);
    object-fit: cover;
    transition: all 0.2s ease;
    display: block;
}

.user-avatar:hover {
    border-color: var(--brand-primary);
}

/* 用户下拉菜单 */
.user-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: var(--bg-elevated);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    min-width: 120px;
    z-index: 1000;
}

/* 下拉菜单项 */
.dropdown-item {
    padding: 0.75rem 0 0.75rem 1rem;
    font-size: 0.875rem;
    color: var(--text-primary);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background: var(--bg-tertiary);
}

/* 选中的语言选项 */
.dropdown-item.language-option.active {
    color: var(--brand-primary);
    font-weight: 600;
}

/* 选中的主题选项 */
.dropdown-item.theme-option.active {
    color: var(--brand-primary);
    font-weight: 600;
}

/* 下拉分隔线 */
.dropdown-divider {
    height: 1px;
    background: var(--border-color);
    margin: 4px 0;
}
